/* ----- */
.base {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}
.base-sub-page-header {
  position: fixed;
  z-index: 100;
  flex: 0 1 auto;
  width: 100%;
}
/* ===== base-sub-page-header-desktop Styles ===== */
.base-sub-page-header-mobile {
  display: none;
}
.base-sub-page-header-desktop {
  display: flex;
  align-items: center;
  width: 100%;
  height: 121px;
  padding-right: var(--spacing-24);
  transition: all 0.2s ease;

  /* ----- */
}
.base-sub-page-header-desktop .nav-logo {
    position: relative;
    padding: 0 2.5%;
    transition: all 0.2s ease;
  }
/* ----- */
.base-sub-page-header-desktop .nav-container {
    display: flex;
    gap: var(--spacing-24);
    height: 70px;
    padding: var(--spacing-4) var(--spacing-32);
    margin: auto 0 auto auto;
    background: #fff;
    border-radius: var(--radius-full);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
    transition: all 0.2s ease;
  }
/* ----- */
.base-sub-page-header-desktop .nav-links {
    display: flex;
    gap: var(--spacing-16);
    align-items: center;
  }
.base-sub-page-header-desktop .nav-link-item {
    display: flex;
    padding: var(--spacing-16) 10px;
  }
.base-sub-page-header-desktop .nav-link-item a {
    flex: 1 0 auto;
    font-weight: var(--bold);
  }
@media (any-hover: hover) {
    .base-sub-page-header-desktop .nav-link-item a:hover {
      color: var(--color-primary-900);
    }
  }
/* ----- */
.base-sub-page-header-desktop .nav-cta {
    display: flex;
    gap: var(--spacing-16);
    align-items: center;
  }
/* ----- header scroll Styles */
.base-sub-page-header[data-is-scroll='true'] .base-sub-page-header-desktop {
  height: 66px;
  padding: var(--spacing-8) var(--spacing-16);
  background: rgb(255 255 255 / 80%);
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
  -webkit-backdrop-filter: blur(3.5px);
  backdrop-filter: blur(3.5px);

  /* ----- */
}
.base-sub-page-header[data-is-scroll='true'] .base-sub-page-header-desktop .nav-logo {
    display: flex;
    align-items: center;
    width: 135px;
    height: auto;
    padding: 0;
  }
/* ----- */
.base-sub-page-header[data-is-scroll='true'] .base-sub-page-header-desktop .nav-container {
    display: flex;
    gap: var(--spacing-24);
    height: 50px;
    padding: var(--spacing-4) var(--spacing-32);
    margin: auto 0 auto auto;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
/* ----- */
.base-sub-page-header[data-is-scroll='true'] .base-sub-page-header-desktop .nav-links {
    gap: var(--spacing-16);
  }
.base-sub-page-header[data-is-scroll='true'] .base-sub-page-header-desktop .nav-link-item {
    display: flex;
    padding: var(--spacing-8) 10px;
  }
/* ----- */
.base-sub-page-header[data-is-scroll='true'] .base-sub-page-header-desktop .nav-cta {
    display: flex;
    pointer-events: all;
  }
/* ===== base-sub-page-header-mobile Styles ===== */
@media all and (max-width: 1087.98px) {
  .base-sub-page-header-desktop {
    display: none;
  }

  .base-sub-page-header-mobile {
    display: flex;
    width: 100%;
    height: 80px;
    padding-right: 8px;

    /* ----- */
  }
    .base-sub-page-header-mobile .nav-logo {
      position: relative;
      z-index: 100;
      width: 160px;
      height: 70px;
      padding: var(--spacing-16);
      transform: translate(0, 5px);
      transition: all 0.2s ease;
    }

    .base-sub-page-header-mobile .nav-action {
      position: fixed;
      top: 8px;
      right: 8px;
      z-index: 100;
      display: flex;
      gap: var(--spacing-8);
      align-items: center;
      height: 64px;
      padding: var(--spacing-4) var(--spacing-4) var(--spacing-4) 20px;
      margin-left: auto;
      background: #fff;
      border-radius: var(--radius-full);
    }

      .base-sub-page-header-mobile .nav-action .nav-action-icon {
      }

      .base-sub-page-header-mobile .nav-action .nav-action-label {
        font-size: var(--text-2xs);
        font-weight: var(--bold);
      }

      .base-sub-page-header-mobile .nav-action .nav-action-link-button {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 56px;
        height: 56px;
        color: var(--color-primary-900);
      }

      .base-sub-page-header-mobile .nav-action :is(.nav-action-menu-open-button, .nav-action-menu-close-button) {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 56px;
        height: 56px;
        color: #fff;
        background:
          linear-gradient(90deg, #2d8cb1 0%, #2db197 100%),
          linear-gradient(93deg, #1c4dc3 47.13%, #1786df 81.38%, #12c3fc 103.67%),
          linear-gradient(135deg, #398edb 0.64%, #005099 69.27%), #bf6d6d;
        border-radius: var(--radius-full);
      }

    .base-sub-page-header-mobile .nav-container {
      display: none;
    }

    .base-sub-page-header-mobile .nav-links {
      display: flex;
      flex-direction: column;
      gap: var(--spacing-12);
      align-items: center;
    }

    .base-sub-page-header-mobile .nav-link-item {
      display: flex;
      height: 64px;
    }

    .base-sub-page-header-mobile .nav-link-item a {
      flex: 1 0 auto;
      padding: var(--spacing-16) 10px;
    }

    .base-sub-page-header-mobile .nav-cta {
      display: flex;
      flex-direction: column;
      gap: var(--spacing-16);
      align-items: center;
      margin-top: var(--spacing-32);
    }
}
/* ----- header scroll Styles */
.base-sub-page-header[data-is-scroll='true'] .base-sub-page-header-mobile:not([data-is-open='true']) {
  height: 80px;
  background: rgb(255 255 255 / 80%);
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
  -webkit-backdrop-filter: blur(3.5px);
  backdrop-filter: blur(3.5px);

  /* ----- */
}
.base-sub-page-header[data-is-scroll='true'] .base-sub-page-header-mobile:not([data-is-open='true']) .nav-logo {
    display: flex;
    align-items: center;
    width: 135px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
/* ----- menu open toggle Styles */
.base-sub-page-header-mobile[data-is-open='false'] .nav-action-menu-close-button {
    display: none;
  }
.base-sub-page-header-mobile[data-is-open='true'] {
  height: 100svh;
  background: rgb(255 255 255 / 92%);

  /* ----- */
}
.base-sub-page-header-mobile[data-is-open='true'] .nav-logo {
    display: flex;
    align-items: center;
    width: 135px;
    transform: translate(0, 5px);
  }
.base-sub-page-header-mobile[data-is-open='true'] .nav-logo-decoration {
    opacity: 0;
  }
.base-sub-page-header-mobile[data-is-open='true'] .nav-action {
    background: var(--gradation-primary-900);
  }
.base-sub-page-header-mobile[data-is-open='true'] .nav-action-link-button {
    color: #fff;
  }
.base-sub-page-header-mobile[data-is-open='true'] .nav-action-menu-open-button {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
.base-sub-page-header-mobile[data-is-open='true'] .nav-action-menu-close-button {
    color: var(--color-primary-900);
    background: #fff;
  }
.base-sub-page-header-mobile[data-is-open='true'] .nav-container {
    position: absolute;
    top: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-top: 80px;
  }
.base-sub-page-header-mobile[data-is-open='true'] .nav-scroll-container {
    max-height: 100%;
    padding: var(--spacing-40) 0;
    overflow-y: auto;
    overscroll-behavior-y: none;
  }
.base-footer {
  position: relative;
  display: grid;
  flex: 0 1 auto;
  grid-template-columns: minmax(16px, auto) minmax(0, 1000px) minmax(16px, auto);
  color: #fff;
}
.base-footer .bg-base-footer {
    position: absolute;
    inset: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
  }
.base-footer .bg-base-footer > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top;
    }
.base-footer .base-footer-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 2 / 3;
    gap: var(--spacing-x14) 0;
    padding: 6vw 0 16px;
  }
@media all and (max-width: 1087.98px) {
      .base-footer .base-footer-container {
        display: grid;
        gap: var(--spacing-24) 0;
      }
    }
.base-footer .base-footer-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-16);
    padding-top: var(--spacing-x14);
  }
@media all and (max-width: 1087.98px) {
      .base-footer .base-footer-info {
        grid-template-columns: 1fr;
      }
    }
.base-footer .base-footer-info-logo {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
.base-footer .base-footer-info-logo .contact-info {
      display: flex;
      flex-direction: column;
      gap: 8px;
      font-weight: bold;
    }
.base-footer .base-footer-info-logo .contact-info-address {
      display: flex;
      flex-direction: column;
      font-size: 14px;
    }
@media all and (max-width: 1087.98px) {
        .base-footer .base-footer-info-logo .contact-info-address {
          font-size: 12px;
        }
      }
.base-footer .base-footer-info-logo .contact-info-tel-info {
      display: flex;
      flex-direction: column;
    }
.base-footer .base-footer-info-logo .contact-info-tel-number {
      display: flex;
      flex-direction: row;
      gap: 4px;
      align-items: center;
      font-size: 16px;
    }
@media all and (max-width: 1087.98px) {
        .base-footer .base-footer-info-logo .contact-info-tel-number {
          font-size: 14px;
        }

        .base-footer .base-footer-info-logo .contact-info-tel-number .tel-number-icon {
          width: 14px;
          height: auto;
        }
      }
.base-footer .base-footer-info-logo .contact-info-tel-note {
      font-size: 14px;
      font-weight: normal;
    }
@media all and (max-width: 1087.98px) {
        .base-footer .base-footer-info-logo .contact-info-tel-note {
          font-size: 12px;
        }
      }
.base-footer .base-footer-info-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-16);
    align-items: flex-end;
  }
@media all and (max-width: 1087.98px) {
      .base-footer .base-footer-info-cta {
        grid-template-columns: 1fr;
        gap: var(--spacing-8);
      }
    }
.base-footer .base-footer-nav {
    display: flex;
    justify-content: space-between;
  }
@media all and (max-width: 1087.98px) {
      .base-footer .base-footer-nav {
        display: grid;
        gap: var(--spacing-24) 0;
      }
    }
.base-footer .base-footer-nav .nav-list {
      display: grid;
      grid-auto-rows: max-content;
      gap: var(--spacing-x2) 0;
    }
@media all and (max-width: 1087.98px) {
        .base-footer .base-footer-nav .nav-list {
          gap: var(--spacing-x3) 0;
        }
      }
.base-footer .base-footer-nav .nav-list-item .item-link {
        display: inline-flex;
        gap: 4px;
        align-items: center;
        transition: opacity 0.3s ease;
      }
@media (any-hover: hover) {
          .base-footer .base-footer-nav .nav-list-item .item-link:hover {
            opacity: 0.5;
          }
        }
.base-footer .base-footer-nav .nav-list-item .item-link[target='_blank']::after {
        display: inline-flex;
        width: 1em;
        height: 1em;
        content: '';
        background-image: url('/images/icons/icon-external-link-white.svg');
        background-repeat: no-repeat;
        background-size: cover;
      }
.base-footer .copyright {
    display: grid;
    justify-items: center;
  }
.base-footer .copyright > small {
      font-size: 12px;
    }
.base-footer-fixed {

  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 48px;
}
@media all and (min-width: 1088px) {
.base-footer-fixed {
    display: none;
}
  }
.base-footer-fixed .base-footer-fixed-cta-nav {
    height: 100%;
  }
.base-footer-fixed .base-footer-fixed-cta-nav .nav-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      height: 100%;
    }
.base-footer-fixed .base-footer-fixed-cta-nav .nav-list-item {
      display: flex;
      width: 100%;
    }
.base-footer-fixed .base-footer-fixed-cta-nav .nav-list-item a {
      display: flex;
      flex: 1;
      align-items: center;
      justify-content: center;
    }
.base-footer-fixed .base-footer-fixed-cta-nav .nav-list-item[data-theme='secondary'] {
      background: var(--gradation-secondary-900);
    }
.base-footer-fixed .base-footer-fixed-cta-nav .nav-list-item[data-theme='primary'] {
      background: var(--gradation-primary-900);
    }
@media all and (max-width: 1087.98px) {
  .base:has(.base-footer-fixed) {
    padding-bottom: 48px;
  }
}
.base-sub-page-main {
  flex: 1;
  min-height: 100svh;
}
.base-sub-page-nav-container {
  display: grid;
  gap: 40px 0;
  padding: 0 16px;
}
@media all and (max-width: 1087.98px) {
.base-sub-page-nav-container {
    gap: 24px 0;
    padding: 0 16px;
}
  }
.base-sub-page-section {
  display: grid;
  grid-template-columns: minmax(24px, auto) minmax(0, 980px) minmax(24px, auto);
  gap: 80px 0;
  padding: 80px 0;
}
@media all and (max-width: 1087.98px) {
.base-sub-page-section {
    grid-template-columns: minmax(16px, auto) minmax(0, 980px) minmax(16px, auto);
    gap: 40px 0;
    padding: 40px 0;
}
  }
.base-sub-page-section > .base-sub-page-section-container {
    display: flex;
    flex-direction: column;
    grid-column: 2 / span 1;
    gap: 24px 0;
  }
.base-sub-page-section > .base-sub-page-section-container[data-gap='large'] {
      gap: 40px 0;
    }
@media all and (max-width: 1087.98px) {
.base-sub-page-section > .base-sub-page-section-container {
      display: flex;
      flex-direction: column;
      grid-column: 2 / span 1;
      gap: 16px 0;
  }

      .base-sub-page-section > .base-sub-page-section-container[data-gap='large'] {
        gap: 24px 0;
      }
    }
.base-sub-page-section > .base-sub-page-section-container[data-size='full'] {
    grid-column: 1 / -1;
  }
/* TODO: base-section-item-groupと同定義なので整理する */
.base-sub-page-section .section-content-group {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
  }
@media all and (max-width: 1087.98px) {
.base-sub-page-section .section-content-group {
      gap: 8px 0;
  }
    }
.base-sub-page-nav-container + .base-sub-page-section {
  padding-top: 40px;
}
.base-sub-page-section + .base-sub-page-section {
  padding-top: 0;
}
@media all and (max-width: 1087.98px) {
  .base-sub-page-nav-container + .base-sub-page-section {
    padding-top: 20px;
  }
}
/* TODO: section-content-groupと同定義なので整理する */
.base-section-item-group {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
@media all and (max-width: 1087.98px) {
.base-section-item-group {
    gap: 8px 0;
}
  }
.base-sub-page-section-more {
  display: flex;
  justify-content: center;
}
/* ----- */
/* BaseSubPageHeroSection.css */
.base-sub-page-hero-section .base-sub-page-hero-section-container {
    position: relative;
    height: 370px;
  }
@media all and (max-width: 1087.98px) {
.base-sub-page-hero-section .base-sub-page-hero-section-container {
      height: 320px;
  }
    }
.base-sub-page-hero-section .hero-title {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    padding: 0 0.5%;
    margin: auto;
    font-size: var(--heading-font-size-h2);
    transform: translate(-50%, -50%);
  }
.base-sub-page-hero-section .hero-title > small {
      display: block;
      font-size: 20px;
    }
@media all and (max-width: 1087.98px) {
.base-sub-page-hero-section .hero-title {
      padding: 0 4%;
  }

      .base-sub-page-hero-section .hero-title > small {
        font-size: 18px;
      }
    }
.base-sub-page-hero-section .hero-picture-mask-wave {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 10;
    width: 100%;
  }
.base-sub-page-hero-section .hero-picture-mask-wave > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.base-sub-page-hero-section .hero-picture-mask {
    position: absolute;
    inset: 0;
    width: 100%;
  }
.base-sub-page-hero-section .hero-picture-mask > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: left bottom;
    }
@media all and (max-width: 1087.98px) {
.base-sub-page-hero-section .hero-picture-mask > img {
        object-fit: contain;
    }
      }
.base-sub-page-hero-section .hero-picture-photo {
    position: absolute;
    inset: 0;
    width: 75%;
    margin-left: auto;
  }
@media all and (max-width: 1087.98px) {
.base-sub-page-hero-section .hero-picture-photo {
      width: 100%;
      margin-left: initial;
  }
    }
.base-sub-page-hero-section .hero-picture-photo > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: right top;
    }
@media all and (max-width: 1087.98px) {
.base-sub-page-hero-section .hero-picture-photo > img {
        object-position: left bottom;
    }
      }
/* ----- */
/* BaseBreadcrumb.css */
.base-breadcrumb {
  width: 100%;
  padding: 0;
}
.base-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-4) var(--spacing-8);
  max-width: 980px;
  padding: 12px 0;
  margin: 0 auto;
  overflow-x: initial;
  list-style: none;
}
.base-breadcrumb-list .list-item {
    display: flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    gap: var(--spacing-8);
    align-items: center;
    overflow-x: auto;
  }
.base-breadcrumb-list .list-item a {
    text-decoration: underline;
  }
.base-breadcrumb-list .list-item a[aria-current='page'] {
    font-weight: bold;
    text-decoration: none;
    pointer-events: none;
  }
@media (hover: hover) {
    .base-breadcrumb-list .list-item a:hover {
      color: var(--color-primary-900);
      text-decoration: none;
    }
}
@media all and (max-width: 1087.98px) {
  .base-breadcrumb {
    width: 100%;
    padding: 0;
  }

  .base-breadcrumb-list {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
/* BaseAnchorLinks.css */
.base-anchor-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px 0;
  width: 100%;
  max-width: 980px;
  padding: 16px 24px;
  margin: 0 auto;
  background: var(--orange-100, #fffbf4);
  border: 1.5px solid var(--orange-400, #ffe7b9);
  border-radius: 20px;
}
.base-anchor-links .anchor-link-item {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    min-height: 44px;
  }
.base-anchor-links .anchor-link-item > .label {
      flex: 1;
      line-height: 1.2;
    }
.base-anchor-links .anchor-link-item > .icon {
      flex-shrink: 0;
    }
/* ----- */
.base-anchor-links[data-variant='single'] .anchor-link-item {
    border-radius: 20px;
  }
.base-anchor-links[data-variant='multiple'] {
  background: var(--orange-100, #fffbf4);
  border-radius: 20px;
}
.base-anchor-links[data-variant='multiple'] .anchor-link-item {
    position: relative;
  }
.base-anchor-links[data-variant='multiple'] .anchor-link-item::after {
    position: absolute;
    right: 0;
    display: none;
    width: 2px;
    height: 62.5%;
    content: '';
    background: #ffe7b9;
    border-radius: 9999px;
    transform: translateX(50%);
  }
@media all and (min-width: 1088px) {
  .base-anchor-links {
    gap: 8px 0;
    padding: 8px;
  }

    .base-anchor-links .anchor-link-item {
      min-height: 68px;
      padding: 8px 16px;
    }

  .base-anchor-links[data-variant='single'] {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  }

  .base-anchor-links[data-variant='multiple'][data-max-column='2'] {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }

    .base-anchor-links[data-variant='multiple'][data-max-column='2'] .anchor-link-item:not(:nth-of-type(2n))::after {
      display: block;
    }

  .base-anchor-links[data-variant='multiple'][data-max-column='3'] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

    .base-anchor-links[data-variant='multiple'][data-max-column='3'] .anchor-link-item:not(:nth-of-type(3n))::after {
      display: block;
    }

  .base-anchor-links[data-variant='multiple'][data-max-column='4'] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

    .base-anchor-links[data-variant='multiple'][data-max-column='4'] .anchor-link-item:not(:nth-of-type(4n))::after {
      display: block;
    }

  .base-anchor-links[data-variant='multiple'][data-max-column='5'] {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

    .base-anchor-links[data-variant='multiple'][data-max-column='5'] .anchor-link-item:not(:nth-of-type(5n))::after {
      display: block;
    }
}
/* ----- 仮スタイリング */
.base-content-aside-card {
  display: flex;
  flex-direction: column;
  gap: var(--margin-gap_M, 24px);
  padding: var(--margin-gap_M, 24px);
  background: var(--orange-200, #fff5e2);
  border: 1px solid var(--orange-400, #ffe7b9);
  border-radius: 12px;
}
.base-content-aside-card-item {
  display: flex;
  flex-direction: column;
  gap: var(--margin-gap_M, 24px);
}
.base-content-aside-card-item .item-title {
    font-weight: var(--bold);
  }
.base-content-aside-card-item .item-body {
  }
@media all and (max-width: 1087.98px) {
  .base-content-aside-card {
    padding: var(--margin-gap_M, 16px);
  }
}
