.site-footer {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.site-footer__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.site-footer__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.site-footer__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(1440px, 100%);
  min-height: auto;
  margin: 0 auto;
  padding: 48px 16px 78px;
}

.site-footer__pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #fff;
  transition: opacity 0.2s ease;
}

.site-footer__pagetop:hover {
  opacity: 0.8;
}

.site-footer__pagetop-icon {
  width: 16px;
  height: 16px;
}

.site-footer__pagetop-text {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.site-footer__logo {
  width: 168px;
  height: auto;
}

.site-footer__statement {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 4px 8px;
  width: 100%;
  margin-top: 40px;
  padding: 14px 32px 14px 33px;
  color: #003f6b;
}

.site-footer__statement::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #b19648;
  mix-blend-mode: screen;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.site-footer__statement:hover::before {
  opacity: 0.85;
}

.site-footer__statement-title {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  font-family: "Barlow", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}

.site-footer__statement-ja {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 2;
  justify-self: start;
  align-self: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #003f6b;
  white-space: nowrap;
}

.site-footer__statement-arrow {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  width: 16px;
  height: 16px;
}

.site-footer__nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: 100%;
  margin-top: 0;
}

.site-footer__nav-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 8px;
  row-gap: 4px;
  padding: 16px 32px 20px 33px;
  color: #fff;
  transition: opacity 0.2s ease;
}

.site-footer__nav-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #dbc073;
}

.site-footer__nav-item:hover {
  opacity: 0.85;
}

.site-footer__nav-ja {
  grid-column: 1;
  grid-row: 1;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.site-footer__nav-arrow {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  width: 16px;
  height: 16px;
}

.site-footer__nav-en {
  grid-column: 1;
  grid-row: 2;
  color: #dabf73;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.9;
}

.site-footer__copyright {
  margin: 48px 0 0;
  padding: 0 8px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.site-footer__copyright p {
  margin: 0;
}

.footer-logo-link {
  width: 165.094px;
  height: 125px;
  margin: 40px auto 0;
  transition: opacity 0.3s;
  display: block;
}

.footer-logo-link:hover {
  opacity: 0.7;
}

@media (max-width: 1023px) {
  .site-footer__bg-pc {
    display: none;
  }
}

@media (min-width: 1024px) {
  .site-footer__bg-sp {
    display: none;
  }

  .site-footer__inner {
    min-height: clamp(480px, 44.24vw, 637px);
    padding: clamp(32px, 5.49vw, 35px) 20px clamp(28px, 4.4vw, 40px);
  }

  .site-footer__logo {
    width: min(168px, 40vw);
  }

  .site-footer__statement {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    width: min(720px, 100%);
    margin-top: clamp(32px, 5vw, 48px);
    padding: 16px 32px;
  }

  .site-footer__statement-title {
    grid-column: auto;
    grid-row: auto;
    font-size: 40px;
    text-align: left;
  }

  .site-footer__statement-ja {
    grid-column: auto;
    grid-row: auto;
    justify-self: auto;
  }

  .site-footer__statement-arrow {
    position: absolute;
    top: 50%;
    right: 32px;
    grid-column: auto;
    grid-row: auto;
    transform: translateY(-50%);
  }

  .site-footer__nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    width: min(720px, 100%);
    margin-top: 40px;
  }

  .site-footer__nav-item {
    padding: 0 0 12px;
  }

  .site-footer__nav-item::after {
    height: 2px;
  }

  .site-footer__nav-ja {
    font-size: 20px;
  }

  .site-footer__nav-arrow {
    grid-row: 1 / span 2;
    align-self: center;
  }

  .site-footer__copyright {
    margin: clamp(40px, 6vw, 72px) 0 0;
    padding: 0;
  }
  .footer-logo-link {
    margin: 32px auto 0;
  }
}
