html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.pc-tel {
  cursor: text;
}
.pc-tel:active {
  pointer-events: none;
}

.header_04 {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}
.header_04__inner {
  max-width: 1440px;
  width: 100%;
  height: 90px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header_04__inner .gleft {
  width: fit-content;
}
.header_04__inner .gleft .glogo {
  background-image: url(../assets/images/header-logo.png);
  display: inline-block;
  aspect-ratio: 408/50.72;
  max-width: 408px;
  width: 408px;
  height: auto;
  background-size: cover;
  margin-left: 60px;
}
.header_04__inner .gleft .glogo--en {
  aspect-ratio: 395/50.7;
  background-image: url(../assets/images/en-header-logo.png);
  width: 395px;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
.header_04__inner .gright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 721px;
  width: 100%;
}
.header_04__inner .gright .gnav {
  max-width: 381px;
  width: 52.8432732316%;
  margin-right: 2.6352288488%;
}
.header_04__inner .gright .gnav .gnav-list {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.header_04__inner .gright .gnav .gnav-list .gnav-list-content {
  color: #03004c;
  font-weight: 700;
  line-height: normal;
  padding: 0 4.7381546135%;
  border-right: 1px solid #03004c;
}
.header_04__inner .gright .gnav .gnav-list .gnav-list-content a {
  white-space: nowrap;
  text-wrap: nowrap;
}
.header_04__inner .gright .gnav .gnav-list .gnav-list-content--first {
  padding-left: 0;
}
.header_04__inner .gright .gnav .gnav-list .gnav-list-content--last {
  padding-right: 0;
  border: none;
}
.header_04__inner .gright .gctas {
  max-width: 321px;
  width: 44.5214979196%;
  display: flex;
}
.header_04__inner .gright .gctas .cta {
  max-width: 163px;
  height: 90px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_04__inner .gright .gctas .cta--left {
  background: #03004c;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.header_04__inner .gright .gctas .cta--left__icon {
  background-image: url(../assets/svgs/download.svg);
  margin-right: 4px;
  margin-top: 6px;
}
.header_04__inner .gright .gctas .cta--right {
  background: #fff;
  color: #03004c;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.header_04 .header-stripe {
  position: absolute;
  right: 0;
  height: 90px;
  background: #f0e02f;
}

.hamburger-menu {
  z-index: 12;
  width: 40px;
  height: 23px;
  display: none;
  position: relative;
}
.hamburger-menu .menu-open-btn {
  width: 40px;
  height: 23px;
  display: block;
  position: relative;
}
.hamburger-menu .menu-open-btn__line {
  display: block;
  background-color: black;
  width: 100%;
  height: 2px;
  transition: all 0.4s;
}
.hamburger-menu .menu-open-btn__line--middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hamburger-menu .menu-open-btn__line--bottom {
  position: absolute;
  bottom: 0;
}
.hamburger-menu .clicked .menu-open-btn__line {
  transition: all 0.4s;
}
.hamburger-menu .clicked .menu-open-btn__line--top {
  transform: translateY(10px) rotate(-45deg);
}
.hamburger-menu .clicked .menu-open-btn__line--middle {
  display: none;
}
.hamburger-menu .clicked .menu-open-btn__line--bottom {
  transform: translateY(-10px) rotate(45deg);
}

.header-nav-hmb {
  display: none;
  position: fixed;
  z-index: 100;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 11;
  width: 70vw;
  height: 100vh;
}
.header-nav-hmb .header-items {
  display: flex;
  flex-direction: column;
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: black;
}
.header-nav-hmb .header-items__item {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dotted black;
}
.header-nav-hmb .header-items__item--cta {
  border-bottom: none;
  margin-bottom: 10px;
}
.header-nav-hmb .header-items__item--cta .gtel-num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 1px;
  padding-left: 0px;
}
.header-nav-hmb .header-items__item--cta .gtel-num__icon {
  background-image: url(../assets/svgs/tel.svg);
  width: 14px;
  height: 13.306px;
}
.header-nav-hmb .header-items__item--cta .gtel-num__num {
  color: #0a2f77;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
}
.header-nav-hmb .header-items__item--cta .gtel__text {
  color: #222;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header-nav-hmb .header-items--reserve-btn {
  margin-top: 30px;
  text-align: center;
}
.header-nav-hmb .cta {
  max-width: none;
  height: 45px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-nav-hmb .cta--left {
  background: #03004c;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.header-nav-hmb .cta--left__icon {
  background-image: url(../assets/svgs/download.svg);
  margin-right: 4px;
  margin-top: 6px;
}
.header-nav-hmb .cta--right {
  background: #fff;
  color: #03004c;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.filter-hmb {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}

@media (max-width: 1120px) {
  .header_04 {
    padding: 0 24px;
  }
  .header_04__inner .gleft .glogo {
    aspect-ratio: 408/50.72;
    height: auto;
    width: 204px;
    margin-left: 0;
  }
  .header_04__inner .gleft .glogo--en {
    width: 237px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .header_04__inner .gright {
    display: none;
  }
  .header_04__inner .hamburger-menu {
    display: block;
  }
}
.footer_01 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: white;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  padding: 0 24px;
}
.footer_01__inner {
  padding-top: 39px;
  padding-bottom: 64px;
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
}
.footer_01__inner .footer-content {
  display: flex;
  justify-content: space-between;
}
.footer_01__inner .footer-content .footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer_01__inner .footer-content .footer-left__logo {
  display: block;
  background-image: url(../assets/images/header-logo.png);
  width: 344px;
  height: 63.405px;
  margin-bottom: 1.75rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer_01__inner .footer-content .footer-left__logo--en {
  background-image: url(../assets/images/en-header-logo.png);
  width: 395px;
  height: auto;
  aspect-ratio: 454/50.72;
}
.footer_01__inner .footer-content .footer-left__info {
  color: var(--neutral-color-222, #222);
  font-weight: 700;
  line-height: 175%; /* 28px */
}
.footer_01__inner .footer-content .footer-left__info__item {
  color: #4c4c4c;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}
.footer_01__inner .footer-content .footer-left__info__item--en-address {
  max-width: 390px;
  width: 100%;
}
.footer_01__inner .footer-content .footer-left__info .nums {
  color: #4c4c4c;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}
.footer_01__inner .footer-content .footer-right {
  display: flex;
  padding-top: 80px;
}
.footer_01__inner .footer-content .footer-right__menus {
  display: flex;
  flex-wrap: wrap;
}
.footer_01__inner .footer-content .footer-right__menus__item {
  margin-right: 4rem;
  color: #4c4c4c;
  font-weight: 700;
  line-height: normal;
}
.footer_01__inner .footer-content .footer-right__menus__item--last {
  margin-right: 0;
}
.footer_01__inner .footer-copy {
  margin-top: 84px;
  color: var(--neutral-color-222, #222);
  text-align: center;
  /* Noto Sans JP/13 */
  font-size: 13px;
  font-weight: 400;
  line-height: 175%; /* 22.75px */
}

.footer-copyright {
  padding: 13px 24px;
  background: #03004c;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: var(--Font-Size-Body-small, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  letter-spacing: 0.56px;
}

@media (max-width: 768px) {
  .footer-copyright {
    padding: 13px 24px;
    background: #03004c;
    color: #fff;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--Font-Size-Body-small, 12px);
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 14px */
    letter-spacing: 0.56px;
  }
}
.page-visual {
  margin-top: 90px;
  background-image: url(../assets/images/page-visual.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-visual__inner {
  padding-top: 156px;
  padding-bottom: 98px;
}

.bread-crumb {
  display: flex;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.bread-crumb__wrapper {
  max-width: 1120px;
  width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.bread-crumb__left {
  color: #4c4c4c;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 28px */
  text-decoration-line: underline;
}
.bread-crumb__icon {
  color: #4c4c4c;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.28px;
}
.bread-crumb__right {
  color: #4c4c4c;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}

.c-box {
  display: flex;
  justify-content: center;
  padding: 0px 24px;
}
.c-box__inner {
  max-width: 1120px;
  width: 100%;
}

.cmn-head__en {
  color: #03004c;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  margin-bottom: 12px;
}
.cmn-head__jp {
  color: #03004c;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 100% */
  letter-spacing: 3.2px;
}

.cmn-head-white__en {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  margin-bottom: 12px;
}
.cmn-head-white__jp {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 100% */
  letter-spacing: 3.2px;
}

.cmn-head-underline {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cmn-head-underline__en {
  color: #03004c;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  margin-bottom: 12px;
}
.cmn-head-underline__jp {
  color: #03004c;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 100% */
  letter-spacing: 3.2px;
}
.cmn-head-underline__line {
  background: #03004c;
  height: 4px;
  width: 50px;
}

.subp-head {
  padding: 10px 36px;
  background-image: url(../assets/images/subp-head.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  margin-bottom: 24px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 48px */
  letter-spacing: 0.64px;
}
.subp-head--big {
  background-image: url(../assets/images/subp-head-big.jpg);
}

.mb11 {
  margin-bottom: 11px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb49 {
  margin-bottom: 49px;
}

.mb80 {
  margin-bottom: 80px;
}/*# sourceMappingURL=commons.css.map */