.header2 {
  position: fixed;
  width: 100%;
  z-index: 1000;
  left: 0px;
  top: 0px;
  transition: 0.8s;
}

.header2__inner {
  padding: 1.5625vw;
  box-sizing: border-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .header2__inner {
    padding: 4vw;
  }
}

.header2__logo {
  width: 5.625vw;
}
@media screen and (max-width: 900px) {
  .header2__logo {
    width: 14.1333vw;
  }
}

.header2 .right {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}

.header2 .menu-list {
  display: flex;
}

.header2 .menu-list__link {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.885417vw;
  color: rgb(0, 0, 0);
  margin-left: 2.08333vw;
  position: relative;
}
.header2 .menu-list__link:hover {
  color: rgb(0, 169, 224);
}

.header2 .submenu-list {
  display: none;
  width: 11.9792vw;
  box-sizing: border-box;
  padding: 1.04167vw 1.5625vw;
  background: rgb(0, 169, 224);
  position: absolute;
  top: 2vw;
  left: 1vw;
  border-radius: 0.78125vw;
  overflow: hidden;
  z-index: 1001;
}

.header2 .submenu-list__link {
  display: block;
  padding: 0.729167vw 0px;
  color: rgb(255, 255, 255);
  font-size: 0.729167vw;
  font-weight: 700;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}
.header2 .submenu-list__link::after {
  content: "";
  border-top: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
  width: 0.416667vw;
  height: 0.416667vw;
  position: absolute;
  top: 40%;
  right: 0px;
  transform: rotate(45deg);
}
.header2 .submenu-list__link.-ext::after {
  content: "";
  width: 0.46875vw;
  height: 0.46875vw;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  background-image: url("/images/icon/ico_extlink.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 40%;
  right: 0px;
  transform: rotate(45deg);
}
.header2 .submenu-list__link:hover::after {
  animation: 0.4s ease-out 0s 1 normal forwards running submenu_move;
}

.header2__lang .lang-list {
  display: flex;
  margin-left: 2.08333vw;
}
@media screen and (max-width: 900px) {
  .header2__lang .lang-list {
    margin-left: 4vw;
  }
}

.header2 .lang-list {
  display: flex;
  border-radius: 0.260417vw;
  overflow: hidden;
  background: rgb(172, 180, 193);
}
@media screen and (max-width: 900px) {
  .header2 .lang-list {
    border-radius: 1.33333vw;
    margin-right: 4vw;
  }
}

.header2 .lang-list__link {
  display: block;
  box-sizing: border-box;
  padding: 0.520833vw 0.833333vw;
  color: rgb(255, 255, 255);
  opacity: 0.5;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.833333vw;
}
.header2 .lang-list__link:hover {
  background: rgb(205, 209, 220);
}
.header2 .lang-list__link.-select {
  opacity: 1;
  background: rgb(0, 169, 224);
}
.header2 .lang-list__link.-select:hover {
  background: rgb(0, 169, 224);
}
@media screen and (max-width: 900px) {
  .header2 .lang-list__link {
    padding: 1.6vw 2.66667vw;
    font-size: 2.93333vw;
  }
}

.header2 .menu-btn {
  display: none;
}
@media screen and (max-width: 900px) {
  .header2 .menu-btn {
    display: block;
    width: 4.26667vw;
  }
}

.header2 .submenu-wrapper {
  display: none;
  position: absolute;
  top: 2vw;
  left: -10vw;
  padding: 2vw 1.5625vw 1.04167vw;
  border-radius: 0.78125vw;
  z-index: 1001;
  background-color: rgb(0, 169, 224);
}
.header2 .submenu-wrapper .submenu-list {
  display: block !important;
  position: relative;
}
.header2 .submenu-wrapper .submenu-inner {
  display: flex;
}
.header2 .submenu-wrapper .submenu-inner .submenu-ttl {
  font-size: 0.9375vw;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-bottom: 1.04167vw;
  word-break: keep-all;
  white-space: nowrap;
}
.header2 .submenu-wrapper .submenu-inner .submenu-list {
  display: block !important;
  position: relative !important;
  width: fit-content !important;
  top: 0px !important;
  left: 0px !important;
  padding: 0px !important;
  border-radius: 0px !important;
}
.header2 .submenu-wrapper .submenu-inner .submenu-list + .submenu-list {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: 2vw !important;
  padding-left: 2vw !important;
}
.header2 .submenu-wrapper .submenu-inner .submenu-list .submenu-list__link {
  word-break: keep-all;
  white-space: nowrap;
  padding-right: 1vw;
}

@media screen and (max-width: 900px) {
  .header2__nav {
    display: none;
  }
}

.sp-menu-bg {
  display: none;
}
@media screen and (max-width: 900px) {
  .sp-menu-bg {
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    background: rgb(0, 169, 224);
    width: 100%;
    height: 100vh;
    border-radius: 20vw;
    z-index: 1000;
    transform: scale(0, 0);
    transform-origin: 97vw 2vw;
    pointer-events: none;
  }
  .sp-menu-bg.-opened {
    animation: sp_menu_bg_open 1s cubic-bezier(0.23, 1, 0.32, 1) 0s forwards;
  }
  .sp-menu-bg.-remain-open {
    border-radius: 0;
    transform: scale(1, 1);
    transform-origin: 97vw 2vw;
  }
  .sp-menu-bg.-closed {
    animation: sp_menu_bg_open 1s cubic-bezier(0.23, 1, 0.32, 1) 0s reverse forwards;
  }
}

.sp-menu {
  display: none;
}
.sp-menu .inner {
  padding: 4vw;
  min-height: 100vh;
  box-sizing: border-box;
  background: rgb(0, 169, 224);
  color: rgb(255, 255, 255);
  overflow-y: scroll;
}
.sp-menu .inner .menu-btn {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.sp-menu .menu {
  padding: 8vw 0px 0px;
}
.sp-menu .menu-list {
  display: block;
}
.sp-menu .menu-list__item {
  margin-left: 0px;
}
.sp-menu .menu-list__link {
  display: block;
  padding: 3.2vw 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 6.4vw;
  color: rgb(255, 255, 255);
  position: relative;
}
.sp-menu .menu-list__link:hover {
  opacity: 1;
}
.sp-menu .menu-list__item:has(.submenu-list, .submenu-wrapper) .menu-list__link::after {
  content: "";
  border-width: medium 2px 2px medium;
  border-style: none solid solid none;
  border-color: currentcolor rgb(255, 255, 255) rgb(255, 255, 255) currentcolor;
  width: 2.66667vw;
  height: 2.66667vw;
  position: absolute;
  right: 2.66667vw;
  top: 35%;
  transform: rotate(45deg);
}
.sp-menu .menu-list__item:has(.submenu-list, .submenu-wrapper) .menu-list__link.-opened::after {
  content: "";
  border-width: 2px medium medium 2px;
  border-style: solid none none solid;
  border-color: rgb(255, 255, 255) currentcolor currentcolor rgb(255, 255, 255);
  width: 2.66667vw;
  height: 2.66667vw;
  position: absolute;
  right: 2.66667vw;
  top: 45%;
  transform: rotate(45deg);
}
.sp-menu .submenu-list {
  display: none;
  padding: 2.66667vw 0px;
}
.sp-menu .submenu-list__item {
  margin-bottom: 6.66667vw;
}
.sp-menu .submenu-list__link {
  color: rgb(255, 255, 255);
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-right: 4vw;
  letter-spacing: 0.05em;
}
.sp-menu .submenu-list__link::after {
  content: "";
  width: 1.86667vw;
  height: 1.86667vw;
  border-top: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
  position: absolute;
  right: 0px;
  top: 30%;
  transform: rotate(45deg);
}
.sp-menu .submenu-list__link.-ext::after {
  content: "";
  width: 2.13333vw;
  height: 2.13333vw;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  background-image: url("/images/icon/ico_extlink.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 25%;
  transform: rotate(45deg);
}
@media screen and (max-width: 900px) {
  .sp-menu .submenu-list__link:hover {
    opacity: 1;
  }
}
.sp-menu .submenu-wrapper {
  display: none;
}
.sp-menu .submenu-wrapper .submenu-inner .submenu-list + .submenu-list {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 6.66667vw !important;
  padding-top: 6.66667vw !important;
}
.sp-menu .submenu-wrapper .submenu-list {
  display: block !important;
  padding: 2.66667vw 0px 0px !important;
}
.sp-menu .submenu-wrapper .submenu-inner .submenu-ttl {
  margin-bottom: 6.66667vw;
  font-size: 4.27vw;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.sp-menu .sns {
  margin-top: 8vw;
}
.sp-menu .sns-list {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.sp-menu .sns-list__item {
  width: 9.86667vw;
  margin-right: 4vw;
}
.sp-menu .sns-list__item:first-of-type {
  width: 8vw;
}
.sp-menu .info {
  margin-top: 6.66667vw;
  padding-bottom: 21.3333vw;
}
.sp-menu .info-list {
  display: flex;
  flex-wrap: wrap;
}
.sp-menu .info-list__item {
  margin-right: 4vw;
  margin-bottom: 5.33333vw;
}
.sp-menu .info-list__item:last-child {
  margin-right: 0px;
}
.sp-menu .info-list__link {
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 900px) {
  .sp-menu {
    display: block;
    position: fixed;
    left: 0px;
    top: -150vh;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    overflow-y: scroll;
    box-sizing: border-box;
    z-index: 1001;
    opacity: 0;
  }
  .sp-menu.-opened {
    animation: sp_menu_open 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.5s forwards;
  }
  .sp-menu.-remain-open {
    top: 0;
    opacity: 1;
  }
  .sp-menu.-closed {
    animation: sp_menu_open 1s cubic-bezier(0.23, 1, 0.32, 1) 0s reverse forwards;
  }
}

@keyframes submenu_move {
  0% {
    right: 0px;
  }
  50% {
    right: -0.25vw;
  }
  100% {
    right: 0px;
  }
}
@keyframes sp_menu_open {
  0% {
    opacity: 0;
    top: 0px;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
@keyframes sp_menu_close {}
@keyframes sp_menu_bg_open {
  0% {
    border-radius: 20vw;
    transform: scale(0, 0);
    transform-origin: 97vw 2vw;
  }
  20% {
    border-radius: 20vw;
  }
  100% {
    border-radius: 0px;
    transform: scale(1, 1);
    transform-origin: 97vw 2vw;
  }
}
body.page-home {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: linear-gradient(270deg, #c8ebf5 0%, #e7f6fb 42%, #ffffff 100%);
  background-attachment: fixed;
}
body.page-home .font-ja,
body.page-home .font-jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body.page-home .font-en {
  font-family: "Montserrat", sans-serif;
}
body.page-home .page {
  min-width: 0;
  padding-left: 0;
}
body.page-home .header2 {
  top: 1.8055555556vw;
  left: 3.0555555556vw;
  right: auto;
  width: 94.7222222222vw;
  height: 4.8611111111vw;
  box-sizing: border-box;
  overflow: visible;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  border-radius: 6.9444444444vw;
  opacity: 1;
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
body.page-home .header2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0.5555555556vw 1.9444444444vw rgba(0, 80, 120, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  pointer-events: none;
}
@supports (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px)) {
  body.page-home .header2::before {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
  }
}
body.page-home .header2.-white {
  background: transparent;
}
body.page-home .header2.-white::before {
  background: rgba(255, 255, 255, 0.48);
}
@supports (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px)) {
  body.page-home .header2.-white::before {
    background: rgba(255, 255, 255, 0.4);
  }
}
body.page-home .header2.-hide {
  top: 1.8055555556vw;
  transform: none;
  pointer-events: auto;
}
@media screen and (max-width: 900px) {
  body.page-home .header2 {
    top: 3.3333333333vw;
    left: 3.3333333333vw;
    right: auto;
    width: 93.3333333333vw;
    height: 13.3333333333vw;
    background: transparent;
    border: 0;
    border-radius: 26.6666666667vw;
  }
  body.page-home .header2.-white {
    background: transparent;
  }
  body.page-home .header2.-hide {
    top: 3.3333333333vw;
    transform: none;
  }
}
body.page-home .header2__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  padding: 0.9722222222vw 3.2638888889vw 0.9722222222vw 2.0833333333vw;
}
@media screen and (max-width: 900px) {
  body.page-home .header2__inner {
    padding: 2.1333333333vw 4vw;
    gap: 2.6666666667vw;
  }
}
body.page-home .header2__ttl {
  grid-column: 2;
  grid-row: 1;
  z-index: 2;
}
body.page-home .header2__logo {
  display: flex;
  align-items: center;
  height: 100%;
}
body.page-home .header2__logo a {
  display: block;
  height: 100%;
  line-height: 0;
}
body.page-home .header2__logo img {
  width: auto;
  height: 100%;
}
body.page-home .header2 .right {
  grid-column: 1/-1;
  grid-row: 1;
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  pointer-events: none;
}
body.page-home .header2 .right > * {
  pointer-events: auto;
}
body.page-home .header2 .menu-btn {
  position: relative;
  z-index: 3;
}
body.page-home .header2__lang {
  order: -1;
  flex-shrink: 0;
}
body.page-home .header2__lang .lang-list {
  margin-left: 0;
}
@media screen and (max-width: 900px) {
  body.page-home .header2__lang .lang-list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  body.page-home .header2 .lang-list {
    margin-left: 0;
    margin-right: 0;
  }
}
body.page-home .header2__nav {
  margin-left: auto;
  flex-shrink: 0;
}
body.page-home .header2 .menu-list__link.-ext {
  display: inline-flex;
  align-items: center;
}
body.page-home .header2 .menu-list__ext-icn {
  display: block;
  flex-shrink: 0;
  width: 0.85em;
  height: auto;
  aspect-ratio: 13/12;
  margin-left: 0.45em;
}
body.page-home .sp-menu .menu-list__link.-ext {
  display: inline-flex;
  align-items: center;
}
body.page-home .sp-menu .menu-list__ext-icn {
  display: block;
  flex-shrink: 0;
  width: 0.55em;
  height: auto;
  aspect-ratio: 13/12;
  margin-left: 0.4em;
}
body.page-home .header2 .menu-list__item {
  position: relative;
}
body.page-home .header2 .submenu-list {
  top: calc(100% + 0.8vw);
  left: 0;
}
body.page-home .header2 .submenu-wrapper {
  top: calc(100% + 0.8vw);
  left: auto;
  right: 0;
}
@media screen and (max-width: 900px) {
  body.page-home .sp-menu .inner {
    position: relative;
    padding-top: 18.6666666667vw;
  }
  body.page-home .sp-menu .inner .menu-btn {
    position: absolute;
    top: 3.3333333333vw;
    right: 7.3333333333vw;
    height: 13.3333333333vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  body.page-home .sp-menu .inner .menu-btn .menu-btn__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.26667vw;
  }
  body.page-home .sp-menu .inner .menu-btn img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.menu-btn__link img {
  vertical-align: initial;
}
/*# sourceMappingURL=header.css.map */
