html {
  max-width: 100%;
  overflow-x: clip;
}

body {
  box-sizing: border-box;
  overflow-x: clip;
  overflow-y: hidden;
  font-family: "Noto serif jp", sans-serif;
}
body.is-drawer-open {
  height: 100%;
  overflow: hidden;
}

a {
  color: #081A54;
  text-decoration: none;
}

.top-bg-main {
  z-index: 10;
  position: relative;
  background-color: #152982;
}

h1, h2, h3, p, a {
  color: #081A54;
}

p {
  font-size: 1.125rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
  }
}

h2 {
  font-weight: 400;
  font-size: min(4.4444444444vw, 4rem);
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2rem;
  }
}

.text-white {
  color: #ffffff;
}

.text-uppercase {
  text-transform: uppercase;
}

.wrapper {
  max-width: 944px;
  margin-inline: auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 91.5%;
    padding: 0;
  }
}

.wrapper-wide {
  max-width: 1272px;
  margin-inline: auto;
  padding: 0 60px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .wrapper-wide {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-wide {
    max-width: 91.5%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .sp-hide {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .pc-hide {
    display: none !important;
  }
}

.underpage {
  height: auto;
}

.underpage-outer {
  position: relative;
  padding: 130px 0 32px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .underpage-outer {
    padding: 96px 0 16px;
  }
}

.underpage-inner {
  padding: 104px 0 168px;
}
@media screen and (max-width: 767px) {
  .underpage-inner {
    padding: 40px 0 64px;
  }
}

.underpage-triangle-above {
  z-index: -1;
  position: absolute;
  top: -523px;
  left: -233px;
  aspect-ratio: 1/1;
  width: 1010px;
  rotate: 45deg;
  background-color: #152982;
}
@media screen and (min-width: 1500px) {
  .underpage-triangle-above {
    right: 47vw;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .underpage-triangle-above {
    top: -315px;
    left: -157px;
    width: 505px;
  }
}

.underpage-triangle-lower {
  z-index: -1;
  position: absolute;
  right: -262px;
  bottom: -650px;
  aspect-ratio: 1/1;
  width: 1010px;
  rotate: 45deg;
  background-color: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .underpage-triangle-lower {
    right: -165px;
    bottom: -222px;
    width: 505px;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  .underpage-triangle-lower {
    bottom: -375px;
    width: 660px;
  }
}

.underpage-title {
  color: #ffffff;
  font-weight: 500;
  font-size: 4.25rem;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .underpage-title {
    font-size: 2rem;
  }
}

.more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 0 11px;
  gap: 12px;
  border: solid 1px #ffffff;
  text-transform: uppercase;
  transition: opacity 0.3s;
}
.more-btn:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .more-btn {
    padding: 6px 0 8px;
    gap: 8px;
  }
}
.more-btn p {
  color: #ffffff;
  font-weight: 300;
  line-height: 1.5;
  font-family: sans-serif;
  font-family: "Noto sans JP", sans-serif;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .more-btn p {
    font-size: 0.875rem;
    line-height: 1.25;
  }
}
.more-btn span {
  width: 24px;
  transform: translateY(3px);
}
@media screen and (max-width: 767px) {
  .more-btn span {
    transform: translateY(2px);
  }
}
.more-btn span img {
  width: 100%;
  height: auto;
}

.transition-btn {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 27px 0 30px;
  background-color: #ffffff;
  transition: opacity 0.3s;
}
.transition-btn:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .transition-btn {
    padding: 17px 0 20px;
  }
}
.transition-btn__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .transition-btn__inner {
    gap: 8px;
  }
}
.transition-btn__inner p {
  color: #1A1A1A;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .transition-btn__inner p {
    font-size: 1rem;
  }
}
.transition-btn__inner picture {
  transform: translateY(8px);
}
@media screen and (max-width: 767px) {
  .transition-btn__inner picture {
    width: 24px;
    transform: translateY(3px);
  }
}

.entry-btn {
  display: grid;
  place-content: center;
  width: 100%;
  padding: 53px 0 76px;
  gap: 16px;
  background-color: #004FF1;
  line-height: 1;
  transition: background-color 0.3s;
}
.entry-btn:hover {
  background-color: #006DF2;
}
@media screen and (max-width: 767px) {
  .entry-btn {
    padding: 27px 0 36px;
    gap: 4px;
  }
}
.entry-btn p {
  align-self: stretch;
  height: 90px;
  color: #ffffff;
  font-weight: 500;
  font-size: 5rem;
  line-height: 1.25;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .entry-btn p {
    height: auto;
    font-weight: 700;
    font-size: 1.75rem;
    letter-spacing: 0.05em;
  }
}
.entry-btn span {
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .entry-btn span {
    margin-top: 4px;
    font-weight: 700;
    font-size: 0.875rem;
  }
}

.sp-bottom-entry-button {
  display: flex;
  visibility: hidden;
  z-index: 50;
  position: fixed;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background-color: #004FF1;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.25;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}
.sp-bottom-entry-button.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: fill;
}

.drawer {
  visibility: hidden;
  z-index: 80;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  padding: 95px 0 40px;
  overflow: auto;
  background-color: #152982;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}
.drawer.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
}
.drawer__wrapper {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-content: space-between;
  width: 73.3%;
  height: 100%;
  margin-inline: auto;
}
.drawer__list {
  width: 100%;
}
.drawer__item {
  padding: 19px 0 19px;
  border-top: solid 1px #9E9D9D;
}
.drawer__item--en {
  padding: 15px 0 15px;
}
.drawer__item:last-of-type {
  border-bottom: solid 1px #9E9D9D;
}
.drawer__item-under {
  padding-bottom: 24px;
}
.drawer__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.drawer__link img {
  transform: translateY(2px);
}
.drawer__text {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.25;
  font-family: "Cormorant Garamond", "Noto serif JP", sans-serif;
  text-transform: uppercase;
}
.drawer__text.current {
  text-decoration: underline;
  text-decoration-color: #ffffff;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.drawer__text--en {
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "Cormorant Garamond", serif;
}
.drawer__under-list {
  margin-top: 12px;
  margin-left: 18px;
}
.drawer__under-item:not(:first-of-type) {
  margin-top: 16px;
}
.drawer__under-link {
  display: flex;
  position: relative;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 9px;
  gap: 6px;
}
.drawer__under-link::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 1px;
  transform: translateY(-50%);
  background-color: #ffffff;
  content: "";
}
.drawer__under-link p {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.drawer__under-link p.current {
  text-decoration: underline;
  text-decoration-color: #ffffff;
  text-decoration-thickness: 1px;
}
.drawer__under-link img {
  transform: translateY(3px);
}
.drawer__bottom-element {
  display: grid;
  width: 100%;
  gap: 24px;
}
.drawer__entry {
  width: 100%;
}
.drawer__entry a {
  display: grid;
  place-content: center;
  width: 100%;
  padding: 12px 0;
  background-color: #004FF1;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.75rem;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.drawer__language {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 7px 0 10px;
  background-color: #1A1A1A;
}
.drawer__language-inner {
  display: flex;
  align-items: center;
  gap: 8px;
}
.drawer__language p,
.drawer__language span,
.drawer__language a {
  color: #BFBFBF;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.25;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.05em;
}
.drawer__language p.current,
.drawer__language span.current,
.drawer__language a.current {
  color: #ffffff;
}

.heading {
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  .heading {
    font-size: 2rem;
  }
}

.bg-city {
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 250lvh;
  inset: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .bg-city {
    height: 100lvh;
    transform: translateZ(0.01px);
  }
}
.bg-city picture {
  display: block;
  height: 100%;
}
.bg-city source, .bg-city img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.bg-city.is-hide {
  background-color: #1A1A1A;
}
.bg-city.is-hide picture {
  display: none !important;
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs__list {
    gap: 4px;
  }
}
.breadcrumbs span {
  display: block;
  width: 8px;
  height: 1px;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .breadcrumbs span {
    width: 4px;
  }
}
.breadcrumbs a {
  display: block;
  height: 100%;
  color: #000000;
  font-size: 0.875rem;
  text-decoration: underline;
  text-decoration-color: #000000;
  text-decoration-thickness: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .breadcrumbs a {
    font-size: 0.75rem;
  }
}
.breadcrumbs p {
  color: #665C61;
  font-size: 0.875rem;
  line-height: 1.25;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .breadcrumbs p {
    transform: translateY(-1px);
    font-size: 0.75rem;
  }
}

.header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  transition: background-color 0.3s;
}
.header.is-color-change {
  background-color: #152982;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header {
    height: min(96px, 8.8888888889vw);
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: auto;
    padding: 10px 0;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.header__logo {
  z-index: 999;
  position: relative;
  padding: 10px 0 10px 24px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    padding: 0 0 0 13px;
  }
}
.header__logo-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 32px;
  transition: opacity 0.3s;
}
.header__logo-link:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .header__logo-link {
    gap: 9px;
  }
}
.header__logo-link img {
  width: 291px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header__logo-link img {
    width: min(291px, 26.9444444444vw);
  }
}
@media screen and (max-width: 767px) {
  .header__logo-link img {
    width: 145px;
    height: auto;
  }
}
.header__logo-link p {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header__logo-link p {
    font-size: min(1.5rem, 2.2222222222vw);
  }
}
@media screen and (max-width: 767px) {
  .header__logo-link p {
    font-size: 0.75rem;
  }
}
.header__nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__link {
  display: flex;
  align-items: center;
  margin-right: 32px;
  gap: 32px;
}
.header__link-item a {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
.header__link-item a.current {
  padding-bottom: 2px;
  border-bottom: solid 1px #ffffff;
}
.header__link-item a:hover {
  opacity: 0.75;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header__link-item a {
    font-size: min(1rem, 1.4814814815vw);
  }
}
.header__lang {
  display: grid;
  place-content: center;
  width: 100px;
  height: 100%;
  background-color: #1A1A1A;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header__lang {
    width: min(100px, 9.2592592593vw);
  }
}
.header__lang-inner {
  display: flex;
  gap: 2px;
}
.header__lang-inner p, .header__lang-inner a, .header__lang-inner span {
  color: #BFBFBF;
  font-weight: 700;
  line-height: 1.25;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header__lang-inner p, .header__lang-inner a, .header__lang-inner span {
    font-size: min(1rem, 1.4814814815vw);
  }
}
.header__lang-inner p.current, .header__lang-inner a.current, .header__lang-inner span.current {
  color: #ffffff;
}
.header__lang-inner a {
  transition: opacity 0.3s;
}
.header__lang-inner a:hover {
  opacity: 0.75;
}
.header__entry {
  height: 100%;
}
.header__entry-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 100%;
  background-color: #004FF1;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.75rem;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header__entry-link {
    width: min(160px, 14.8148148148vw);
    font-size: min(1.75rem, 2.5925925926vw);
  }
}
.header__entry-link:hover {
  background-color: #006DF2;
}

.hamburger {
  z-index: 999;
  position: absolute;
  top: 38%;
  right: 16px;
  width: 25px;
  height: 13px;
  border: none;
  background-color: transparent;
}
.hamburger span {
  position: absolute;
  left: 0;
  width: 25px;
  height: 2px;
  transform: scaleY(-50%);
  background-color: #fff;
  transition: transform 0.3s, top 0.3s, rotate 0.3s;
}
.hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  top: 6px;
}
.hamburger span:nth-of-type(3) {
  top: 12px;
}
.hamburger.is-open {
  transition: transform 0.3s, top 0.3s, rotate 0.3s;
}
.hamburger.is-open span:nth-of-type(1) {
  top: 6px;
  rotate: 45deg;
}
.hamburger.is-open span:nth-of-type(2) {
  display: none;
}
.hamburger.is-open span:nth-of-type(3) {
  top: 6px;
  rotate: -45deg;
}

.footer {
  z-index: 10;
  position: relative;
  padding: 24px 0 32px;
  background-color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 16px;
  }
}
.footer__wrapper {
  max-width: 944px;
  margin-inline: auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .footer__wrapper {
    width: 100%;
    padding: 0 24px;
  }
}
.footer__inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    display: block;
  }
}
.footer__logo-link {
  display: flex;
  align-items: center;
  gap: 24px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer__logo-link {
    font-size: min(24px, 2.5423728814vw);
  }
}
.footer__logo-link:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .footer__logo-link {
    display: block;
    text-align: center;
  }
}
.footer__logo-link picture {
  display: block;
}
.footer__logo-link picture source, .footer__logo-link picture img {
  width: 220px;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer__logo-link picture source, .footer__logo-link picture img {
    width: min(220px, 23.3050847458vw);
  }
}
@media screen and (max-width: 767px) {
  .footer__logo-link picture source, .footer__logo-link picture img {
    width: 135px;
    margin-inline: auto;
  }
}
.footer__logo-link p {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.25;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer__logo-link p {
    font-size: min(1.125rem, 1.906779661vw);
  }
}
@media screen and (max-width: 767px) {
  .footer__logo-link p {
    margin-top: 16px;
  }
}
.footer__info {
  display: flex;
  width: 50%;
}
.footer small {
  display: block;
  margin-bottom: 7px;
  color: #ADADAD;
  font-size: 0.625rem;
  font-family: "Noto sans JP", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer small {
    margin-top: min(0.4375rem, 0.7415254237vw);
    font-size: min(0.625rem, 1.0593220339vw);
  }
}
@media screen and (max-width: 767px) {
  .footer small {
    margin-inline: auto;
    padding-top: 64px;
    font-size: 0.625rem;
    text-align: center;
  }
}

.toppage {
  display: block;
  position: relative;
  height: auto;
}

.top-mv {
  position: relative;
}
.top-mv__container {
  height: 250dvh;
}
@media screen and (max-width: 767px) {
  .top-mv__container {
    z-index: auto;
    z-index: 20;
    height: 180svh;
  }
}
.top-mv__outer {
  position: relative;
  height: 315dvh;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top-mv__outer {
    z-index: 3;
    height: auto;
  }
}
.top-mv__wrapper {
  position: fixed;
  top: 30.4938271605dvh;
  left: 144px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top-mv__wrapper {
    left: min(144px, 13.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .top-mv__wrapper {
    top: 41.2293853073svh;
    left: 4.2666666667vw;
  }
}
.top-mv__heading {
  z-index: 20;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-mv__heading {
    width: 72.5333333333vw;
  }
}
.top-mv__heading img {
  width: auto;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top-mv__heading img {
    width: min(544px, 50.3703703704vw);
  }
}
.top-mv__main-image {
  z-index: -1;
  position: fixed;
  top: 12.5%;
  right: 4.4444444444%;
  width: 54.375%;
}
@media screen and (max-width: 767px) {
  .top-mv__main-image {
    z-index: 1;
    top: 8.395802099svh;
    right: auto;
    left: 4.25%;
    width: 136%;
  }
}
.top-mv__more {
  z-index: 20;
  position: fixed;
  bottom: 0;
  left: 32px;
  width: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top-mv__more {
    bottom: -2vw;
    width: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__more {
    bottom: 0;
    left: 16px;
    width: 10px;
  }
}
.top-mv__more p {
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Cormorant Garamond", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top-mv__more p {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__more p {
    font-size: 0.625rem;
    letter-spacing: 0;
  }
}
.top-mv__more span {
  display: block;
  position: relative;
  left: 50%;
  width: 1px;
  height: 5.5555555556vw;
  margin-top: 0.6944444444vw;
  transform: translateX(-50%);
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .top-mv__more span {
    height: min(80px, 21.3333333333vw);
    margin-top: min(16px, 4.2666666667vw);
  }
}
.top-mv__entry {
  z-index: 50;
  position: relative;
}
.top-mv__entry-btn {
  visibility: visible;
  z-index: 20;
  position: fixed;
  bottom: 20px;
  left: 50%;
  width: 73.3333333333vw;
  margin-inline: auto;
  transform: translateX(-50%);
  opacity: 1;
  transition: opacity 0.3s, visibility 0.3s;
}
.top-mv__entry-btn a {
  display: block;
  width: 100%;
  padding: 12px 0;
  background-color: #004FF1;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.25;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}
.top-mv__entry-btn.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.top-mv__side {
  z-index: -1;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100dvh;
}
@media screen and (max-width: 767px) {
  .top-mv__side {
    z-index: 5;
    height: 100svh;
  }
}

.mv-js-heading-rular {
  position: absolute;
  top: 125dvh;
  height: 600dvh;
}
@media screen and (max-width: 767px) {
  .mv-js-heading-rular {
    top: 33.3333333333svh;
    height: 170svh;
  }
}

.mv-js-samurai-rular {
  position: absolute;
  height: 1600dvh;
  inset: 0;
}
@media screen and (max-width: 767px) {
  .mv-js-samurai-rular {
    height: 600svh;
  }
}

.top-about {
  position: relative;
  width: 100dvw;
  height: 100vw;
  margin-top: -23vw;
}
@media screen and (max-width: 767px) {
  .top-about {
    display: grid;
    place-content: center;
    margin-top: 0;
  }
}
.top-about__triangle1 {
  display: block;
  z-index: 12;
  position: absolute;
  top: -25%;
  left: -27dvw;
  width: 90.5dvw;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  fill-opacity: 0;
  stroke-linejoin: miter;
  fill: #ffffff;
  pointer-events: none;
  transition: fill-opacity 0.3s;
}
.top-about__triangle1.filled {
  fill-opacity: 1;
}
@media screen and (max-width: 767px) {
  .top-about__triangle1 {
    top: -160%;
    left: -60%;
    width: 205dvw;
    max-width: 205dvw;
  }
}
@media screen and (max-width: 767px) {
  .top-about__triangle1 fill {
    width: 205dvw;
  }
}
.top-about__triangle2 {
  display: block;
  z-index: 12;
  position: absolute;
  top: 13.5%;
  right: -15.5dvw;
  width: 52dvw;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-linejoin: miter;
  fill-opacity: 0;
  fill: #ffffff;
  pointer-events: none;
  transition: fill-opacity 0.3s;
}
.top-about__triangle2.filled {
  fill-opacity: 1;
}
@media screen and (max-width: 767px) {
  .top-about__triangle2 {
    display: none;
  }
}
.top-about__inner {
  z-index: 15;
  position: relative;
  width: 39.9305555556vw;
  padding-top: 45vw;
  opacity: 0;
  transition: opacity 0.3s;
}
.top-about__inner.is-show {
  opacity: 1;
}
@media screen and (min-width: 1620px) {
  .top-about__inner {
    padding-top: 50vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top-about__inner {
    padding-top: 38vw;
  }
}
@media screen and (max-width: 767px) {
  .top-about__inner {
    width: 100%;
    margin-inline: auto;
    padding-top: 0;
  }
}
.top-about__inner-heading {
  font-weight: 700;
  font-size: min(4.7222222222vw, 4.25rem);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top-about__inner-heading {
    font-size: 1.75rem;
    line-height: 1.4;
  }
}
.top-about__inner-text {
  width: 34.0972222222vw;
  margin-top: 30px;
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top-about__inner-text {
    margin-top: 2.7777777778vw;
    font-size: max(1.4814814815vw, 0.8125rem);
  }
}
@media screen and (max-width: 767px) {
  .top-about__inner-text {
    width: 100%;
    margin-top: 28px;
  }
}
.top-about__inner.is-en {
  padding-top: 49vw;
}
@media screen and (min-width: 1620px) {
  .top-about__inner.is-en {
    padding-top: 50vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top-about__inner.is-en {
    padding-top: 45vw;
  }
}
@media screen and (max-width: 767px) {
  .top-about__inner.is-en {
    padding-top: 0;
  }
}

.top-occupation {
  position: relative;
  margin-top: -34.5vw;
  padding-top: 34vh;
}
@media screen and (max-width: 767px) {
  .top-occupation {
    margin-top: -20vw;
    padding-top: 42vw;
  }
}
.top-occupation__bg {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #152982;
}
.top-occupation__wrapper {
  z-index: 50;
  position: relative;
}
.top-occupation p {
  color: #ffffff;
}
.top-occupation__inner {
  display: flex;
  align-items: flex-start;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .top-occupation__inner {
    display: block;
  }
}
.top-occupation__image {
  aspect-ratio: 16/9;
  width: 52.1739130435%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-occupation__image {
    width: 100%;
  }
}
.top-occupation__image img {
  width: 100%;
  height: 100%;
}
.top-occupation__info {
  width: 47.8260869565%;
}
@media screen and (max-width: 767px) {
  .top-occupation__info {
    width: 100%;
  }
}
.top-occupation__title {
  margin-bottom: 40px;
  mix-blend-mode: difference;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top-occupation__title {
    margin-bottom: 3.7037037037vw;
  }
}
@media screen and (max-width: 767px) {
  .top-occupation__title {
    margin-bottom: 16px;
  }
}
.top-occupation__text {
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-occupation__text {
    display: inline-block;
    margin-top: 8px;
    font-size: 0.875rem;
  }
}
.top-occupation__btn {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .top-occupation__btn {
    margin-top: 20px;
  }
}

.top-interview {
  z-index: 10;
  position: relative;
  padding-top: 64px;
  background-color: #152982;
}
@media screen and (max-width: 767px) {
  .top-interview {
    padding-top: 40px;
  }
}
.top-interview__title {
  margin-bottom: 40px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .top-interview__title {
    margin-bottom: 16px;
  }
}
.top-interview__item {
  display: flex;
  padding: 32px 32px;
  gap: 32px;
  border: solid 1px #ffffff;
}
@media screen and (max-width: 767px) {
  .top-interview__item {
    display: block;
    padding: 20px 20px;
  }
}
.top-interview__item:not(:first-of-type) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .top-interview__item:not(:first-of-type) {
    margin-top: 24px;
  }
}
.top-interview__image {
  aspect-ratio: 16/9;
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-interview__image {
    width: 100%;
  }
}
.top-interview__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-interview__info {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top-interview__info {
    width: 100%;
    margin-top: 16px;
  }
}
.top-interview__info-category {
  padding-bottom: 8px;
  border-bottom: dotted 1px #ffffff;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-interview__info-category {
    font-size: 0.875rem;
  }
}
.top-interview__info-title {
  margin-top: 18px;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-interview__info-title {
    margin-top: 14px;
    font-size: 1.0625rem;
  }
}
.top-interview__info-name {
  margin-top: 11px;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-interview__info-name {
    margin-top: 6px;
    font-size: 0.875rem;
  }
}
.top-interview__info-name span {
  margin-left: 4px;
  font-size: 0.75rem;
}
.top-interview__info-btn {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .top-interview__info-btn {
    margin-top: 20px;
  }
}

.top-message {
  z-index: 10;
  position: relative;
  padding-top: 64px;
  background-color: #152982;
}
@media screen and (max-width: 767px) {
  .top-message {
    padding-top: 40px;
  }
}
.top-message__title {
  color: #ffffff;
}
.top-message__image {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top-message__image {
    margin-top: 16px;
  }
}
.top-message__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-message__profile {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .top-message__profile {
    margin-top: 16px;
  }
}
.top-message__status {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-message__status {
    font-size: 0.875rem;
  }
}
.top-message__name {
  margin-top: 4px;
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-message__name {
    font-size: 1.125rem;
  }
}
.top-message__name span:last-of-type {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .top-message__name span:last-of-type {
    margin-left: 8px;
  }
}
.top-message__info {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top-message__info {
    margin-top: 16px;
  }
}
.top-message__info-text {
  color: #ffffff;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top-message__info-text {
    font-weight: 700;
    font-size: 1.25rem;
  }
}
.top-message__accordion {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .top-message__accordion {
    margin-top: 18px;
  }
}
.top-message__accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  margin-bottom: 0;
  overflow: hidden;
  transition: grid-template-rows 0.3s, margin-bottom 0.3s;
}
.top-message__accordion-content.is-open {
  grid-template-rows: 1fr;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-message__accordion-content.is-open {
    margin-bottom: 28px;
  }
}
.top-message__accordion-content p {
  display: block;
  color: #ffffff;
  font-weight: 300;
}
.top-message__accordion-content p:not(:first-of-type) {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .top-message__accordion-content p:not(:first-of-type) {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .top-message__accordion-content p {
    font-size: 0.875rem;
  }
}
.top-message__accordion-inner {
  display: block;
  overflow: hidden;
}
.top-message__accordion-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 0 10px;
  gap: 12px;
  border: solid 1px #ffffff;
  background-color: transparent;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-message__accordion-button {
    padding: 6px 0 8px;
  }
}
.top-message__accordion-button p {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.5;
  font-family: sans-serif;
  font-family: "Noto sans JP", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .top-message__accordion-button p {
    font-size: 0.875rem;
  }
}
.top-message__accordion-button img {
  aspect-ratio: 1/1;
  width: 28px;
  transform: translateY(2px);
  transition: rotate 0.3s;
}
@media screen and (max-width: 767px) {
  .top-message__accordion-button img {
    width: 24px;
  }
}
.top-message__accordion-button.is-open img {
  transform: translateY(0px);
  rotate: -180deg;
}

.top-guide {
  z-index: 10;
  position: relative;
  padding: 96px 0 168px;
  background-color: #152982;
}
@media screen and (max-width: 767px) {
  .top-guide {
    padding: 40px 0 64px;
  }
}
.top-guide__sub-btn {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .top-guide__sub-btn {
    margin-top: 16px;
  }
}

.interview-box {
  padding: 40px 48px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .interview-box {
    padding: 24px 16px;
  }
}
.interview-box__category {
  padding-bottom: 12px;
  border-bottom: dashed 1px #BFBFBF;
  color: #665C61;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25;
}
.interview-box__heading {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .interview-box__heading {
    margin-top: 12px;
  }
}
.interview-box__title {
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .interview-box__title {
    font-size: 1.5rem;
    font-feature-settings: "palt";
  }
}
.interview-box__name {
  margin-top: 16px;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .interview-box__name {
    margin-top: 12px;
    font-size: 1.25rem;
  }
}
.interview-box__name span {
  margin-left: 8px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .interview-box__name span {
    margin-top: 2px;
  }
}
.interview-box__image {
  width: 100%;
  height: 100%;
  margin-top: 38px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .interview-box__image {
    margin-top: 26px;
    padding-bottom: 32px;
  }
}
.interview-box__image source,
.interview-box__image img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.interview-box__list {
  padding: 24px 0;
  border-top: dashed 1px #BFBFBF;
  border-bottom: dashed 1px #BFBFBF;
}
@media screen and (max-width: 767px) {
  .interview-box__list {
    padding: 12px 0;
  }
}
.interview-box__item {
  position: relative;
  margin-left: 5px;
}
.interview-box__item:not(:first-of-type) {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .interview-box__item:not(:first-of-type) {
    margin-top: 8px;
  }
}
.interview-box__item p {
  padding-left: 14px;
  color: #000000;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .interview-box__item p {
    font-size: 0.875rem;
  }
}
.interview-box__item::before {
  position: absolute;
  top: 10px;
  width: 5px;
  height: 10px;
  background-image: url("../img/gray-triangle-kari.svg");
  background-size: cover;
  content: "";
}
@media screen and (max-width: 767px) {
  .interview-box__item::before {
    top: 7px;
  }
}

.interview-info {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .interview-info {
    margin-top: 40px;
  }
}
.interview-info__block:not(:first-of-type) {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .interview-info__block:not(:first-of-type) {
    margin-top: 28px;
  }
}
.interview-info__category {
  margin-bottom: 24px;
  color: #000000;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .interview-info__category {
    margin-bottom: 8px;
    font-size: 1.25rem;
  }
}
.interview-info__text {
  color: #000000;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .interview-info__text {
    font-size: 0.875rem;
  }
}
.interview-info__text p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .interview-info__text p {
    font-size: 0.875rem;
  }
}
.interview-info__text p:not(:first-of-type) {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .interview-info__text p:not(:first-of-type) {
    margin-top: 8px;
  }
}
.interview-info__item {
  position: relative;
  margin-left: 5px;
}
.interview-info__item:not(:first-of-type) {
  margin-top: 10px;
}
.interview-info__item::before {
  position: absolute;
  top: 10px;
  width: 5px;
  height: 10px;
  background-image: url("../img/gray-triangle-kari.svg");
  background-size: cover;
  content: "";
}
@media screen and (max-width: 767px) {
  .interview-info__item::before {
    top: 7px;
  }
}
.interview-info__item p {
  padding-left: 14px;
  color: #000000;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .interview-info__item p {
    font-size: 0.875rem;
  }
}

.job-box {
  padding: 40px 48px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .job-box {
    padding: 24px 16px;
  }
}
.job-box__item {
  display: grid;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .job-box__item {
    gap: 16px;
  }
}
.job-box__item:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .job-box__item:not(:first-of-type) {
    margin-top: 32px;
  }
}
.job-box__item p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .job-box__item p {
    font-size: 0.875rem;
  }
}

.job-title {
  position: relative;
  padding-left: 18px;
  color: #000000;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .job-title {
    padding-left: 13px;
    font-weight: 500;
    font-size: 1.125rem;
  }
}
.job-title::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 13px;
  height: 25px;
  background-image: url("../img/blue-triangle.svg");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .job-title::before {
    top: 3px;
    width: 9px;
    height: 18px;
  }
}

.job-info {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .job-info {
    margin-top: 40px;
  }
}
.job-info__inner {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .job-info__inner {
    margin-top: 23px;
  }
}
.job-info__item {
  display: flex;
  gap: 43px;
}
@media screen and (max-width: 767px) {
  .job-info__item {
    gap: 16px;
  }
}
.job-info__item:last-of-type .job-info__title,
.job-info__item:last-of-type .job-info__text {
  border-bottom: solid 1px #AAA9A9;
}
.job-info__item:last-of-type .job-info__title.job-info__text--en,
.job-info__item:last-of-type .job-info__text.job-info__text--en {
  border: none;
}
.job-info__title {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 144px;
  padding: 32px 0;
  border-top: solid 1px #AAA9A9;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .job-info__title {
    padding: 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .job-info__title {
    width: 64px;
    font-size: 0.875rem;
  }
}
.job-info__text {
  display: flex;
  align-items: stretch;
  width: calc(100% - 187px);
  padding: 32px 0;
  border-top: solid 1px #AAA9A9;
  color: #000000;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .job-info__text {
    padding: 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .job-info__text {
    width: calc(100% - 80px);
    font-size: 0.875rem;
  }
}
.job-info__text ul li {
  position: relative;
  margin-left: 5px;
  padding-left: 14px;
  color: #000000;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .job-info__text ul li {
    font-size: 0.875rem;
  }
}
.job-info__text ul li:not(:first-of-type) {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .job-info__text ul li:not(:first-of-type) {
    margin-top: 8px;
  }
}
.job-info__text ul li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 10px;
  background-image: url("../img/gray-triangle-kari.svg");
  background-size: cover;
  content: "";
}
@media screen and (max-width: 767px) {
  .job-info__text ul li::before {
    top: 7px;
  }
}
.job-info__text--en {
  width: 100%;
  padding: 0;
  border: none;
  border: none;
}

.job-entry {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .job-entry {
    margin-top: 48px;
  }
}