@charset "UTF-8";
/*
---------------------------------------
components
---------------------------------------
*/
.c-lang__link {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #718298;
  font-weight: bold;
  padding: 0 10px;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 768px) {
  .c-lang__link {
    padding-inline: 1.5rem;
  }
}
.c-lang__link.current {
  color: #014099;
  position: relative;
}
.c-lang__link.current:before {
  content: "";
  background: #014099;
  width: 2rem;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.c-lang__link:not(:last-child) {
  position: relative;
}
.c-lang__link:not(:last-child):after {
  content: "";
  background: #014099;
  width: 1px;
  height: 2rem;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (hover: hover) {
  .c-lang__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}

.snsList {
  display: grid;
  grid-template-columns: repeat(5, max-content);
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.snsList__item a {
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .snsList__item a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}

/*
---------------------------------------
footer
---------------------------------------
*/
.st-footer {
  width: 100%;
  background: #014099;
  z-index: 100;
  transition: all 0.3s ease-out;
  font-family: "Noto Sans JP", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-justify: inter-ideograph;
  word-wrap: anywhere;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}
.st-footer .inner {
  max-width: 1010px;
  margin: 0 auto;
  padding-inline: 2rem;
  padding-block: 12rem 20rem;
  word-wrap: anywhere;
  word-break: break-all;
}
@media (max-width: 768px) {
  .st-footer .inner {
    padding-inline: 1.5rem;
    padding-block: 6.7rem;
  }
}
.st-footer a {
  color: unset;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .st-footer a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.st-footer .img {
  line-height: 1;
}

.st-footer__top {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: repeat(4, auto);
  gap: 0px 0px;
  grid-template-areas: "st-footer__logo st-footer__sns" "st-footer__nav st-footer__nav" "st-footer__subNav st-footer__subNav" ". st-footer__lang";
  align-items: center;
}
@media (max-width: 768px) {
  .st-footer__top {
    grid-template-columns: 1.6fr 1fr;
    grid-template-areas: "st-footer__logo st-footer__lang" "st-footer__nav st-footer__nav" "st-footer__subNav st-footer__subNav" "st-footer__sns st-footer__sns";
    align-items: end;
  }
}

.st-footer__logo {
  grid-area: st-footer__logo;
}
@media (max-width: 768px) {
  .st-footer__logo {
    padding-left: 1.7rem;
  }
  .st-footer__logo img {
    width: 19.5rem;
  }
}

.st-footer__lang {
  grid-area: st-footer__lang;
  margin-top: 4.6rem;
  text-align: right;
  transform: translateX(10px);
}
@media (max-width: 768px) {
  .st-footer__lang {
    margin-top: 0;
    margin-bottom: 0.4rem;
    transform: translateX(0);
  }
}
.st-footer__lang .c-lang__link {
  color: #718298;
}
.st-footer__lang .c-lang__link.current {
  color: #fff;
}
.st-footer__lang .c-lang__link.current:before {
  background: #fff;
}
.st-footer__lang .c-lang__link:not(:last-child):after {
  background: #fff;
}

.st-footer__nav {
  grid-area: st-footer__nav;
  margin-top: 9.9rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7rem;
}
@media (max-width: 768px) {
  .st-footer__nav {
    margin-top: 4.8rem;
    grid-template-columns: 1fr;
    padding-inline: 1.7rem;
    gap: 3.4rem;
  }
}

.st-footer__nav__ttl {
  font-size: 1.6rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #fff;
  margin-bottom: 1.8rem;
}

.st-footer__nav__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.st-footer__nav__item {
  font-size: 1.4rem;
  font-weight: 400;
}
.st-footer__nav__item a:before {
  content: "- ";
}

.st-footer__nav__subTtl {
  font-size: 1.6rem;
  margin-top: 1.8rem;
  margin-bottom: 1.3rem;
}

.st-footer__subNav {
  grid-area: st-footer__subNav;
  margin-top: 4.6rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  padding: 3.9rem 4.4rem;
}
@media (max-width: 768px) {
  .st-footer__subNav {
    display: block;
    margin-inline: 1.7rem;
    padding: 0;
    margin-bottom: 4rem;
  }
}

.st-footer__subNav__item {
  font-size: 1.4rem;
  font-weight: 400;
}
.st-footer__subNav__item:not(:last-child) {
  margin-right: 6rem;
}
@media (max-width: 768px) {
  .st-footer__subNav__item:not(:last-child) {
    margin-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.st-footer__subNav__item a {
  position: relative;
  padding-right: 3.3rem;
}
@media (max-width: 768px) {
  .st-footer__subNav__item a {
    padding: 1.5rem 0;
    display: block;
  }
}
.st-footer__subNav__item a:before {
  content: "";
  background: url(../img/common/chevron-right-white.svg) no-repeat center center/cover;
  width: 6px;
  height: 11px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.st-footer__sns {
  background: #041562;
  grid-area: st-footer__sns;
  border-radius: 66px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.7rem 4.3rem;
}
@media (max-width: 768px) {
  .st-footer__sns {
    border-radius: 1.6rem;
    padding: 1.8rem 1.7rem;
    display: block;
    width: 100%;
  }
  .st-footer__sns--en {
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  .st-footer__sns .snsList {
    gap: 2.4rem;
  }
}
.st-footer__sns svg {
  width: 2.8rem;
}
.st-footer__sns .svg-icn_instagram {
  fill: #fff;
}
.st-footer__sns .svg-icn_youtube {
  fill: #fff;
}
.st-footer__sns .svg-icn_x {
  fill: #fff;
}
.st-footer__sns .svg-icn_line {
  fill: #fff;
}
.st-footer__sns .svg-icn_facebook {
  fill: #fff;
}

.st-footer__sns__ttl {
  font-size: 1.6rem;
  margin-right: 4.4rem;
}
@media (max-width: 768px) {
  .st-footer__sns__ttl {
    text-align: center;
    margin-right: 0;
    margin-bottom: 1.3rem;
  }
}

.st-footer__copyright {
  background: #041562;
  padding: 0.8rem 0;
}
@media (max-width: 768px) {
  .st-footer__copyright {
    padding: 1rem 0;
  }
}

.st-footer__copyright__txt {
  text-align: center;
}
.st-footer__copyright__txt small {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .st-footer__copyright__txt small {
    font-size: 1.2rem;
  }
}

/*
---------------------------------------
header
---------------------------------------
*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100lvh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 4;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
#overlay.active {
  opacity: 1;
  visibility: visible;
}

.st-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #F5F6F8;
  z-index: 4;
  transition: all 0.3s ease-out;
  font-family: "Noto Sans JP", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-justify: inter-ideograph;
  word-wrap: anywhere;
  color: #131313;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}
@media (max-width: 768px) {
  .st-header {
    height: 60px;
  }
}
.st-header .inner {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 2rem;
  word-wrap: anywhere;
  word-break: break-all;
  height: 100%;
}
@media (max-width: 768px) {
  .st-header .inner {
    padding-inline: 1.5rem;
  }
}
.st-header a {
  color: unset;
}
.st-header .img {
  line-height: 1;
}

.st-header__cont {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-block: 13px;
}
@media (max-width: 768px) {
  .st-header__cont {
    padding-block: 0;
    align-items: center;
  }
}

.st-header__logo {
  margin-bottom: 0.5rem;
}
@media (max-width: 999px) {
  .st-header__logo {
    width: clamp(140px, 15vw, 218px);
  }
}
@media (max-width: 768px) {
  .st-header__logo {
    width: 38.88vw;
    max-width: 170px;
    margin-bottom: 0;
  }
}
.st-header__logo a {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .st-header__logo a:hover {
    opacity: 0.8;
  }
}

.st-header__list {
  display: flex;
}
@media (max-width: 768px) {
  .st-header__list {
    display: none;
  }
}

.st-header__item:not(:last-child) {
  margin-right: 3.3rem;
}
@media (max-width: 999px) {
  .st-header__item:not(:last-child) {
    margin-right: 1.5rem;
  }
}
.st-header__item:last-child a {
  padding-right: 0;
}

.st-header__link {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  padding-bottom: 8px;
  transition: all 0.3s ease-out;
  position: relative;
}
@media (max-width: 999px) {
  .st-header__link {
    font-size: 1.4rem;
  }
}
.st-header__link:before {
  content: "";
  background: #014099;
  width: 64px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  transform: translateX(-50%);
}
@media (hover: hover) {
  .st-header__link:where(:any-link, :enabled, summary):hover {
    color: #014099;
  }
  .st-header__link:where(:any-link, :enabled, summary):hover:before {
    opacity: 1;
  }
}

.st-header__lang {
  position: absolute;
  right: -10px;
  top: 16px;
}
@media (max-width: 768px) {
  .st-header__lang {
    position: static;
    margin-right: 7.5rem;
  }
}
.st-header__lang a {
  color: #708298;
}

/* sp-btn */
#sp-btn {
  display: none;
}
@media (max-width: 768px) {
  #sp-btn {
    position: fixed;
    z-index: 102;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
    background: #014099;
    cursor: pointer;
  }
  #sp-btn span {
    width: 3.2rem;
    height: 2px;
    transition: all 0.4s;
    background: #fff;
  }
  #sp-btn span:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}

@media (max-width: 768px) {
  #sp-btn #sp-btn-a,
  #sp-btn #sp-btn-a span {
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.4s;
  }
}

@media (max-width: 768px) {
  #sp-btn #sp-btn-a {
    display: block;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
    background: none;
    border: none;
    padding: 0;
  }
}

#sp-btn #sp-btn-a:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  #sp-btn-a.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
}

@media (max-width: 768px) {
  #sp-btn-a.active span:nth-of-type(2) {
    opacity: 0;
  }
}

@media (max-width: 768px) {
  #sp-btn-a.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}

/* g-anv */
#g-nav {
  display: none;
}
@media (max-width: 768px) {
  #g-nav {
    display: block;
    position: fixed;
    z-index: 101;
    top: 0;
    right: 0;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: scroll;
    width: calc(100% - 1.5rem);
    max-width: 440px;
    height: 100lvh;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    transition: all 0.3s ease-out;
    background: #fff;
    visibility: hidden;
    opacity: 0;
  }
  #g-nav.active {
    visibility: visible;
    opacity: 1;
  }
}

.st-header__nav__header {
  display: none;
}
@media (max-width: 768px) {
  .st-header__nav__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding-inline: 1.5rem;
  }
}

.st-header__nav__list {
  padding: 3.6rem 2.5rem 2.7rem;
}

.st-header__nav__item {
  border-bottom: 1px solid rgba(1, 64, 153, 0.3);
}

.st-header__nav__link {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  display: block;
  padding: 2.2rem 0.4rem;
  position: relative;
}

.st-header__nav__linkArrow {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
}

.st-header__nav__subList {
  padding-inline: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-bottom: 4.5rem;
}

.st-header__nav__subLink {
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: #E5ECF5;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #718298;
  padding: 1.2rem 0;
}

.st-header__nav__sns {
  display: none;
}
@media (max-width: 768px) {
  .st-header__nav__sns {
    display: block;
  }
}
@media (max-width: 768px) {
  .st-header__nav__sns .snsList {
    gap: 2.4rem;
  }
}
/*# sourceMappingURL=structures.css.map */
