@charset "UTF-8";

/* --------------------------------
  footer-top（CTA）
--------------------------------*/
.footer-top__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 40px);
}

.footer-top__title {
  font-size: var(--fs-36);
  font-weight: var(--fw-bold);
  font-family: var(--font-shippori);
  letter-spacing: 0.005em;
  line-height: 1.45;
  background: linear-gradient(119deg, #012987, #01002a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.footer-top__lead {
  margin: 0;
  line-height: 2;
  color: #01268c;
  font-weight: var(--fw-regular);
}

.footer-top__actions {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  flex-shrink: 0;
}

.footer-top__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(140px, 22vw, 227px);
  aspect-ratio: 227 / 168;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--c-white);
  font-size: var(--fs-15);
  letter-spacing: 0.28em;
  text-align: center;
}

.footer-top__btn--entry {
  background-image: url("../../img/common/footer-cta-entry.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-top__btn--contact {
  background-image: url("../../img/common/footer-cta-contact.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .footer-top__text {
    flex: 0 0 420px;
  }
}

@media screen and (max-width: 1024px) {
  .footer-top__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .footer-top__text {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-top__actions {
    justify-content: center;
  }

  .footer-top__btn {
    padding: 40px 0;
    flex: 1 1 calc(50% - 8px);
    max-width: 100%;
    height: auto;
    aspect-ratio: initial;
  }
}
@media screen and (max-width: 640px) {
  .footer-top__btn {
    padding: 24px 0;
  }
}
/* --------------------------------
  footer-map
--------------------------------*/
.footer-map {
  width: 100%;
  height: 378px;
}
.footer-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 640px) {
  .footer-map {
    height: 240px;
  }
}
/* --------------------------------
  footer-nav
--------------------------------*/
.footer-nav {
  position: relative;
  color: var(--c-white);
  overflow: hidden;
}

.footer-nav__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  z-index: -1;
}
.footer-nav__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.footer-nav__nav {
  max-width: 900px;
  display: flex;
  gap: clamp(16px, 3vw, 24px);
  align-items: flex-start;
  justify-content: space-between;
}

.footer-nav__top {
  display: inline-block;
  text-decoration: none;
  color: var(--c-white);
}

.footer-nav__heading {
  margin: 0 0 0.85em;
  font-weight: var(--fw-semibold);
  line-height: 1.4;
}

.footer-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: var(--fs-13);
  line-height: 1.65;
}

.footer-nav__list li + li {
  margin-top: 0.5em;
}

.footer-nav__list a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-nav__list a::before {
  content: "- ";
}

.footer-nav__col--continuation {
  padding-top: calc(1.4em + 0.85em);
}

.footer-nav__col--cta {
  display: flex;
  flex-direction: column;
}

.footer-nav__cta {
  margin: 0;
  font-size: var(--fs-14);
  font-weight: var(--fw-bold);
  letter-spacing: 0.08em;
  line-height: 1.3;
}

.footer-nav__cta a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

@media screen and (max-width: 1024px) {
  .footer-nav__nav {
    gap: 16px;
  }
}
@media screen and (max-width: 960px) {
  .footer-nav {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .site-footer__address,
  .site-footer__tel {
    font-size: var(--fs-13);
  }
}

/* --------------------------------
  site-footer
--------------------------------*/
.site-footer__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 2vw, 24px);
}

.site-footer__left {
  display: flex;
  align-items: center;
  gap: clamp(1px, 2vw, 24px);
}

.site-footer__right {
  flex-shrink: 0;
}
.site-footer__logo {
  flex-shrink: 0;
  line-height: 0;
}

.site-footer__logo img {
  width: clamp(56px, 10vw, 80px);
  height: auto;
  aspect-ratio: 80 / 65;
  display: block;
}

.site-footer__address,
.site-footer__tel {
  margin: 0;
  font-size: var(--fs-15);
  color: var(--c-black-02);
  line-height: 1.75;
}
.site-footer__tel {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.site-footer__tel a {
  color: inherit;
  text-decoration: none;
}

.site-footer__official {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 2px solid #010037;
  border-radius: 999px;
  color: #010037;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.site-footer__official:hover {
  background-color: #010037;
  color: var(--c-white);
}

.site-footer__rule {
  border: 0;
  border-top: 0.5px solid var(--c-black-02);
}

.site-footer__copy {
  display: block;
  margin: 0;
  text-align: center;
  font-size: var(--fs-12);
  color: var(--c-black-02);
  letter-spacing: 0.005em;
}

@media screen and (max-width: 960px) {
  .site-footer__row,
  .site-footer__left {
    flex-direction: column;
    align-items: center;
  }
  .site-footer__official {
    width: 100%;
    max-width: 320px;
  }
}

.footer {
  background-color: var(--c-white);
  padding-top: 100px;
}

.footer__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.footer__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 80px;
}

.footer__left {
  max-width: 500px;
}

.footer__logo a {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: var(--c-navy-01);
}

.footer__logo-img {
  height: 45px;
  width: auto;
}

.footer__logo-text {
  display: flex;
  flex-direction: column;
}

.footer__logo-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.footer__logo-en {
  font-family: var(--font-comfortaa);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.footer__info {
  margin-top: 40px;
}

.footer__address,
.footer__tel {
  font-size: 1.5rem;
  color: var(--c-navy-01);
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.footer__right {
  display: flex;
  gap: 80px;
}

.footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__nav-list li {
  margin-bottom: 12px;
}

.footer__nav-list li:last-child {
  margin-bottom: 0;
}

.footer__nav-list a {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--c-navy-01);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: opacity 0.3s;
}

.footer__nav-list a::before {
  content: "-";
}

.footer__btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 48px;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 2px;
  transition: opacity 0.3s;
}

.footer__btn--recruit {
  background: #fff;
  color: var(--c-navy-01);
  border: 1px solid var(--c-navy-01);
  gap: 10px;
}

.footer__btn--contact,
.footer__btn--admin {
  background: var(--c-navy-01);
  color: #fff;
}

.icon-external {
  width: 14px;
  height: auto;
}

.footer__bottom {
  background-color: var(--c-navy-01);
  padding: 25px 0;
}

.footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__copyright {
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.05em;
}

.footer__bottom-links {
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__bottom-links a {
  font-size: 1.3rem;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}

/* Responsive */
@media screen and (max-width: 1024px) {
  .footer__inner {
    padding: 0 20px;
  }
  .footer__main {
    flex-direction: column;
    gap: 50px;
  }
  .footer__right {
    width: 100%;
    justify-content: space-between;
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 60px;
  }
  .footer__main {
    padding-bottom: 60px;
  }
  .footer__right {
    flex-direction: column;
    gap: 40px;
  }
  .footer__btns {
    width: 100%;
  }
  .footer__btn {
    width: 100%;
  }
  .footer__bottom-inner {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: flex-start;
  }
  .footer__bottom-links {
    flex-wrap: wrap;
    gap: 15px 30px;
    margin-bottom: 10px;
  }
  .site-footer__official {
    padding: 4px 16px;
    font-size: var(--fs-14);
  }
}
