@charset "utf-8";

/* -------------------------------------------------------------------------- */
/*                                   Common                                   */
/* -------------------------------------------------------------------------- */
[class*="__wrapper-m"] {
  width: min(100%, 1100px);
  margin-inline: auto;
}

.cmn-py {
  padding-block: var(--sp-10);
}

.sp-px {
  padding-inline: var(--sp-2);
}

span,
em {
  font-style: normal;
}

.cmn-header {
  margin-bottom: var(--sp-5);

  h3,
  p {
    font-weight: var(--bold);
    text-align: center;
  }

  h3 {
    font-size: var(--h3-fz);
    margin-bottom: var(--sp-3);
  }

  p {
    font-size: var(--h6-fz);
  }
}

.cmn-header2 {
  margin-block: var(--sp-5);
  position: relative;

  h4,
  p {
    text-align: center;
    font-weight: var(--bold);
  }

  h4 {
    font-size: var(--h4-fz);
    position: relative;
    z-index: 2;
  }

  p {
    font-size: calc((40 / 390) * 100vw);
    color: #f9fdff;
    position: absolute;
    inset: auto 0 0 0;
    transform: translateY(15%);
    line-height: 1;
    z-index: 1;
    text-transform: capitalize;
  }
}

.cmn-header2--des2 {
  p {
    font-size: calc((40 / 390) * 100vw);
    color: #f0f0f0;
  }
}

.cmn-textbox {
  text-align: left;

  p {
    font-size: var(--h6-fz);
    font-weight: var(--bold);
    text-transform: capitalize;

    &:not(:last-child) {
      margin-bottom: var(--sp-2);
    }
  }
}

.cmn-textbox--center {
  text-align: center;
}

.cmn-hl {
  background: #fff79f;
  background: linear-gradient(to bottom,
      transparent 10%,
      #fff79f 10%,
      #fff79f 90%,
      transparent 90%);
}

.cmn-cnt {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: column nowrap;
  gap: var(--sp-5);
  margin-bottom: var(--sp-10);

  .cmn-cnt__box {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-flow: column nowrap;
    gap: var(--sp-3);
  }

  .cmn-cnt__list {
    width: min(100%, 535px);
  }

  .cmn-cnt__item {
    padding-bottom: var(--sp-2);
    border-bottom: 1px solid var(--clr-accent);

    &:not(:last-child) {
      margin-bottom: var(--sp-3);
    }

    .cmn-cnt__item-header {
      margin-bottom: var(--sp-2);

      h5 {
        font-size: var(--h5-fz);
        font-weight: var(--bold);
      }
    }

    .cmn-cnt__item-textbox {
      p {
        font-size: var(--base-fz);
        font-weight: var(--bold);
        text-align: left;
      }
    }
  }
}

.cmn-textgrad {
  background-image: linear-gradient(red, blue);
  color: transparent;
  background-clip: text;
}

.cmn-bg1 {
  background: repeat center / contain url("../images/pattern1.webp"), #e9f1f6;
}

.cmn-bg2 {
  background: repeat center / contain url("../images/pattern1.webp"), #f8f8f8;
}

/* -------------------------------------------------------------------------- */
/*                                     sp                                     */
/* -------------------------------------------------------------------------- */
/* =======================================
Header
======================================= */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  transition: background 0.3s ease;
}

.header.scrolled {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 12px rgba(46, 46, 46, 0.08);
}

.header__inner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--sp-1) var(--sp-1);
}

.header__logo {
  display: flex;
  align-items: center;
  gap: var(--sp-1);
}

.header__logo a {
  display: flex;
  align-items: center;
  gap: var(--sp-1);
}

.header__logo-img {
  /* height: 20px;
  width: 331px; */
  /* width: 208px; */
  width: calc((175 / 390) * 100vw);
  object-fit: contain;
}

.header__badge {
  zoom: 0.9;
  background: var(--clr-white);
  border: 1px solid var(--clr-white);
  padding: 1px 2px;
  font-size: 10px;
  color: #171616;
  font-weight: var(--regular);
  line-height: 1.5;
  border-radius: 0;
}

.header__cta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}

.header__cta-button {
  background: linear-gradient(90deg, var(--clr-main) 0%, var(--clr-sub01) 100%);
  color: var(--clr-white);
  padding: 14px 0;
  width: 195px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: var(--bold);
  letter-spacing: 0.56px;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__menu-button {
  background: linear-gradient(90deg, var(--clr-main) 0%, var(--clr-sub01) 100%);
  color: var(--clr-white);
  padding: 0 calc((10 / 390) * 100vw);
  width: auto;
  min-width: calc((78 / 390) * 100vw);
  text-align: center;
  border-radius: calc((4 / 390) * 100vw);
  font-size: calc((14 / 390) * 100vw);
  font-weight: var(--bold);
  letter-spacing: 0.14vw;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  height: calc((33 / 390) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc((10 / 390) * 100vw);
  flex-direction: row;
}

.header__menu-button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.header__menu-icon {
  display: flex;
  flex-direction: column;
  gap: calc((3 / 390) * 100vw);
  width: calc((12 / 390) * 100vw);
}

.header__menu-line {
  width: 100%;
  height: calc((1 / 390) * 100vw);
  background: var(--clr-white);
  display: block;
  border-radius: calc((1 / 390) * 100vw);
  transition: all 0.3s;
}

.header__menu-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc((12 / 390) * 100vw);
  letter-spacing: 0.13vw;
  line-height: 1;
  font-weight: var(--bold);
}

/* Navigation Menu */
.nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.nav-menu.is-open {
  visibility: visible;
  opacity: 1;
}

.nav-menu__content {
  position: relative;
  width: 100%;
  height: 100%;
  background: repeat center / contain url("../images/pattern1.webp"), #f8f8f8f5;

  padding: calc((80 / 390) * 100vw) calc((20 / 390) * 100vw) calc((40 / 390) * 100vw);
  overflow-y: auto;
}

.nav-menu__close {
  position: fixed;
  top: calc((20 / 390) * 100vw);
  right: calc((20 / 390) * 100vw);
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc((6 / 390) * 100vw);
  padding: 0;
  z-index: 10;
  transition: opacity 0.3s;
}

.nav-menu__close:hover {
  opacity: 0.7;
}

.nav-menu__close-icon {
  position: relative;
  width: calc((25 / 390) * 100vw);
  height: calc((25 / 390) * 100vw);
}

.nav-menu__close-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: calc((3 / 390) * 100vw);
  border-radius: calc((4 / 390) * 100vw);
  background: var(--clr-txt);
  transform: translateY(-50%);
}

.nav-menu__close-line:first-child {
  transform: translateY(-50%) rotate(45deg);
}

.nav-menu__close-line:last-child {
  transform: translateY(-50%) rotate(-45deg);
}

.nav-menu__close-text {
  font-size: calc((11 / 390) * 100vw);
  color: var(--clr-txt);
  font-weight: var(--medium);
  line-height: 1;
}

.nav-menu__inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: column nowrap;
}

.nav-menu__top {
  flex-grow: 1;
}

.nav-menu__bottom {
  width: min(100%, 436px);
  margin-bottom: calc((14 / 390) * 100vw);
}

.nav-menu__header {
  margin-bottom: calc((24 / 390) * 100vw);
}

.nav-menu__header h3,
.nav-menu__header p {
  font-weight: var(--bold);
}

.nav-menu__header h3 {
  font-size: calc((25 / 390) * 100vw);
  margin-bottom: calc((16 / 390) * 100vw);
}

.nav-menu__header p {
  font-size: var(--base-fz);
}

.nav-menu__button {
  width: min(100%, 436px);
  height: calc((48 / 390) * 100vw);
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #38ace0, #3b2290);
  border-radius: var(--sp-05);
  transition: all 0.3s;
}

.nav-menu__button:hover {
  background: linear-gradient(to right, #3b2290, #38ace0);
}

.nav-menu__list {
  display: flex;
  flex-direction: column;
  margin-bottom: calc((40 / 390) * 100vw);
}

.nav-menu__item {
  position: relative;

  &:not(:last-child) {
    margin-bottom: calc((16 / 390) * 100vw);
  }

  a {
    display: flex;
    flex-direction: column;
    padding-bottom: calc((16 / 390) * 100vw);
    border-bottom: 1px solid var(--clr-txt);

    .ja,
    .en {
      display: block;
      padding-right: calc((20 / 390) * 100vw);
    }

    .ja {
      font-size: calc((18 / 390) * 100vw);
    }

    .en {
      font-size: calc((10 / 390) * 100vw);
    }
  }

  &::after {
    content: "";
    position: absolute;
    display: block;
    background: url("../images/sp/icon_nav-list.png") no-repeat center;
    background-size: contain;
    top: calc(50% - ((10 / 390) * 100vw));
    right: 0;
    width: calc((20 / 390) * 100vw);
    height: calc((18 / 390) * 100vw);
  }

}


.nav-menu__button span {
  font-size: var(--small-fz);
  font-weight: var(--bold);
  color: var(--clr-white);
  letter-spacing: 0.04em;
}

.nav-menu__map {
  margin-bottom: calc((16 / 390) * 100vw);
  width: 100%;
  height: calc((289 / 390) * 100vw);
  border: calc((6 / 390) * 100vw) solid var(--clr-white);
  overflow: hidden;
}

.nav-menu__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.nav-menu__textbox {
  margin-bottom: calc((8 / 390) * 100vw);
}

.nav-menu__textbox p {
  font-size: var(--base-fz);
}

.nav-menu__textbox p:nth-of-type(1) {
  font-weight: var(--bold);
}

.nav-menu__textbox p:not(:last-child) {
  margin-bottom: calc((16 / 390) * 100vw);
}

.nav-menu__link span {
  width: fit-content;
  margin-inline: 0 auto;
  font-size: var(--small-fz);
  font-weight: var(--regular);
  color: #3a5efa;
  padding-right: calc((24 / 390) * 100vw);
  position: relative;
  text-decoration: underline;
}

.nav-menu__link span::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  margin-block: auto;
  width: calc((24 / 390) * 100vw);
  height: calc((24 / 390) * 100vw);
  background: no-repeat center / contain url("../images/deco_arrow.webp");
}


/* --------------------------------- Footer --------------------------------- */
.footer {
  padding-block: var(--sp-5) var(--sp-2);
  padding-bottom: calc(var(--sp-5) + ((80 / 390) * 100vw));
  background-color: #061238;

  .footer__box,
  .footer__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column nowrap;
    gap: var(--sp-2);
  }

  .footer__box {
    border-bottom: 1px solid var(--clr-white);
    padding-bottom: var(--sp-5);
    margin-bottom: var(--sp-5);
  }

  .footer__address {
    margin-inline: auto;

    span {
      font-size: var(--base-fz);
      font-weight: var(--regular);
      color: var(--clr-white);
    }
  }

  .footer__list {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-flow: column nowrap;
    gap: var(--sp-3);
    margin-bottom: var(--sp-5);
  }

  .footer__item {
    a {
      font-size: var(--base-fz);
      font-weight: var(--regular);
      color: var(--clr-white);
    }
  }

  .footer__copyright {
    font-size: var(--base-fz);
    font-weight: var(--regular);
    color: var(--clr-white);
  }
}


/* ============================================
  フローティングエントリーボタン
  スマホ時に画面下部に固定表示されるボタン
============================================ */

/* フローティングエントリーボタンの背景レイヤー */
.floating-entry {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: calc((18 / 390) * 100vw) calc((24 / 390) * 100vw) calc((18 / 390) * 100vw);
  background: rgba(6, 18, 56, 0.6);
  text-decoration: none;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.floating-entry span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((342 / 390) * 100vw);
  height: calc((60 / 390) * 100vw);
  background: linear-gradient(90deg, #38ace0 0%, #3b2290 100%);
  border-radius: calc((4 / 390) * 100vw);
  color: #fff;
  font-size: calc((16 / 390) * 100vw);
  font-weight: var(--bold);
  text-align: center;
  line-height: 1.4;
  transition: all 0.3s ease;
}

.floating-entry span::after {
  content: "";
  position: absolute;
  right: calc((16 / 390) * 100vw);
  top: 50%;
  transform: translateY(-50%);
  width: calc((20 / 390) * 100vw);
  height: calc((20 / 390) * 100vw);
  background-image: url("../images/sp/icon_floating-entry.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.floating-entry:active span {
  opacity: 0.8;
  transform: scale(0.98);
}