.p-about__en {
  font-family: var(--font-en);
  display: block;
  margin-bottom: 0.75vw;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: var(--fz-en);
}

.p-point__en {
  font-family: var(--font-en);
  display: block;
  margin-bottom: 0.75vw;
  color: #006baf;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: var(--fz-en);
}

.p-contents__en {
  font-family: var(--font-en);
  display: block;
  margin-bottom: 0.75vw;
  color: #006baf;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: var(--fz-en);
}

.p-admission__en {
  font-family: var(--font-en);
  display: block;
  margin-bottom: 0.75vw;
  color: #006baf;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: var(--fz-en);
}

.p-access__en {
  font-family: var(--font-en);
  display: block;
  margin-bottom: 0.75vw;
  color: #006baf;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: var(--fz-en);
}

.p-news__en {
  font-family: var(--font-en);
  display: block;
  margin-bottom: 0.75vw;
  color: #006baf;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: var(--fz-en);
}

.p-contents__date {
  font-family: var(--font-slab);
  display: block;
  margin-top: 1.1667vw;
  color: var(--color-text);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: var(--fz-fixed-xs);
}

.p-news__meta time {
  font-family: var(--font-slab);
  font-weight: 400;
  flex: 0 0 auto;
  font-size: var(--fz-fixed-xs);
}

.l-footer__copyright {
  font-family: var(--font-slab);
  color: #fff;
  letter-spacing: 0.04em;
  margin: 2.6667vw 0 0;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
}

body.home {
  overflow-x: hidden;
}

body.home .l-page,
body.home .l-main,
body.home .p-top {
  overflow-x: hidden;
}

.home {
  --fz-fixed-2xs: 10px;
  --fz-fixed-xs: 12px;
  --fz-fixed-sm: 13px;
  --fz-body: clamp(14px, 0.92vw, 16px);
  --fz-body-lg: clamp(15px, 1vw, 18px);
  --fz-heading-sm: clamp(18px, 1.45vw, 24px);
  --fz-heading: clamp(24px, 1.9vw, 32px);
  --fz-heading-lg: clamp(28px, 2.3vw, 42px);
  --fz-en: clamp(12px, 0.82vw, 14px);
}

.l-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.l-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.p-top-header {
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 100;
  width: 100%;
  height: 0;
  color: var(--color-text);
  pointer-events: none;
}

.p-top-header__logo {
  position: absolute;
  top: 4.4167vw;
  left: calc(50% - 44.5vw);
  width: 25.4167vw;
  min-width: 220px;
  margin: 0;
  pointer-events: auto;
}

.p-top-header__logo a {
  display: block;
  width: 100%;
  height: auto;
}

.p-top-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.p-top-header__nav {
  position: absolute;
  top: 12.8333vw;
  left: calc(50% - 44.1667vw);
  pointer-events: auto;
}

.p-top-header__nav-list {
  display: flex;
  flex-direction: column;
  gap: 1.1333vw;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-top-header__nav-list a {
  color: var(--color-text);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-size: clamp(13px, 1vw, 16px);
  position: relative;
  display: inline-block;
  width: fit-content;
  text-decoration: none;
  padding: 0;
  padding-left: 17px;
}

.p-top-header__nav-list a::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 7px;
  height: 1px;
  background: currentColor;
}

.p-top-header__menu {
  position: fixed;
  top: 1.8333vw;
  right: 3.3333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3333vw;
  width: 5.1667vw;
  aspect-ratio: 1.35 / 1;
  min-width: 62px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #414141;
  cursor: pointer;
  pointer-events: auto;
  z-index: 610;
}

.p-top-header__menu span {
  display: block;
  width: 1.5833vw;
  min-width: 19px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease,
    width 0.35s ease;
  transform-origin: center;
}

.p-fv {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: var(--color-text);
}

.p-fv__inner {
  position: relative;
  width: 100%;
  min-width: 1200px;
  min-height: 76.6667vw;
}

.p-fv__visuals {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.p-fv__img {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
  object-fit: cover;
}

.p-fv__img--01 {
  top: 0;
  right: 0;
  width: 54.5833vw;
}

.p-fv__img--02 {
  top: 21.1667vw;
  left: calc(50% - 29.8333vw);
  width: 19.75vw;
}

.p-fv__img--03 {
  top: 56vw;
  left: calc(50% - 37.25vw);
  width: 23.3333vw;
}

.p-fv__catch-img {
  position: absolute;
  z-index: 3;
  top: 35.5vw;
  left: calc(50% - 13.1667vw);
  display: block;
  width: 47vw;
  max-width: none;
  height: auto;
}

.p-fv__content {
  position: absolute;
  z-index: 4;
  top: 57.8333vw;
  left: calc(50% + 0.5vw);
  width: 450px;
}

.p-fv__text {
  margin: 0 0 30px;
  color: var(--color-text);
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-size: var(--fz-body);
}

.p-fv__text:last-child {
  margin-bottom: 0;
}

.p-fv__vertical-text {
  position: absolute;
  z-index: 4;
  top: 53vw;
  left: calc(50% + 43.6667vw);
  margin: 0;
  color: var(--color-text);
  line-height: 1;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  font-size: var(--fz-fixed-xs);
}

.p-about {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 65.9167vw;
  color: #fff;
}

.p-about__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.p-about__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(4px);
}

.p-about__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-about__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 65.9167vw;
  margin: 0;
  padding: 0;
}

.p-about__content {
  position: absolute;
  z-index: 3;
  top: 11.3333vw;
  left: calc(50% - 34vw);
  width: 20.1667vw;
  min-width: 250px;
}

.p-about__heading {
  margin-bottom: 3vw;
}

.p-about__title {
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.12em;
  font-size: var(--fz-heading);
}

.p-about__text {
  margin: 0;
  line-height: 2.25;
  letter-spacing: 0.08em;
  font-size: var(--fz-body);
}

.p-about__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1.1667vw;
  margin-top: 4.5vw;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  --arrow-w: clamp(28px, 3vw, 40px);
  --arrow-font: clamp(10px, 0.8333vw, 11px);
  font-size: var(--fz-fixed-sm);
}

.p-about__button::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
  width: var(--arrow-w);
  aspect-ratio: 36 / 26;
}

.p-about__button::before {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: var(--arrow-right, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--arrow-w);
  aspect-ratio: 36 / 26;
  color: #414141;
  font-size: var(--arrow-font, 11px);
  font-weight: 500;
  line-height: 1;
  transform: translateY(-50%);
  pointer-events: none;
  will-change: transform, opacity;
}

.p-about__button:hover::before {
  animation: arrowInnerLoopWhite 0.5s ease;
}

@keyframes arrowInnerLoopWhite {
  0% {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }

  35% {
    opacity: 0;
    transform: translateY(-50%) translateX(2px);
  }

  36% {
    opacity: 0;
    transform: translateY(-50%) translateX(-12px);
  }

  100% {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}

.p-about__gallery {
  position: absolute;
  z-index: 3;
  top: 6.3333vw;
  left: calc(50% + -3vw);
  width: 43.3333vw;
  height: 52vw;
}

.p-about__img {
  position: absolute;
  display: block;
  object-fit: cover;
  max-width: none;
  height: auto;
}

.p-about__img--01 {
  top: 0;
  left: 14.1667vw;
  width: 20.4167vw;
}

.p-about__img--02 {
  top: 20.0833vw;
  left: 2.9167vw;
  width: 14.9167vw;
}

.p-about__img--03 {
  top: 20.9167vw;
  left: 22vw;
  width: 19.8333vw;
}

.p-about__img--04 {
  top: 39.75vw;
  left: 15vw;
  width: 11.5833vw;
}

.p-entry-cta__inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 66.6667vw;
  min-width: 800px;
  margin-inline: auto;
  border-left: 1px solid #414141;
}

.p-sns__inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 66.6667vw;
  min-width: 800px;
  margin-inline: auto;
  border-left: 1px solid #414141;
}

.p-bottom-cta__inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 66.6667vw;
  min-width: 800px;
  margin-inline: auto;
  border-left: 1px solid #414141;
}

.p-entry-cta__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: #414141;
  transform: translateX(-50%);
  pointer-events: none;
  top: -1px;
}

.p-entry-cta__inner::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: #414141;
  transform: translateX(-50%);
  pointer-events: none;
  bottom: -1px;
}

.p-sns__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: #414141;
  transform: translateX(-50%);
  pointer-events: none;
  top: -1px;
}

.p-sns__inner::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: #414141;
  transform: translateX(-50%);
  pointer-events: none;
  bottom: -1px;
}

.p-bottom-cta__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: #414141;
  transform: translateX(-50%);
  pointer-events: none;
  top: -1px;
}

.p-bottom-cta__inner::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: #414141;
  transform: translateX(-50%);
  pointer-events: none;
  bottom: -1px;
}

.p-entry-cta__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  border-right: 1px solid #414141;
  background: #f5f5f5;
}

.p-sns__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  border-right: 1px solid #414141;
  background: #f5f5f5;
  min-height: 15.9167vw;
  padding: 2.3333vw 2.5vw 2.25vw;
}

.p-bottom-cta__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  border-right: 1px solid #414141;
  background: #f5f5f5;
  min-height: 15.3333vw;
  padding: 2.3333vw 2.5vw 2.25vw;
}

.p-entry-cta {
  position: relative;
  width: 100%;
  padding: 9vw 0 0.1vw;
  color: var(--color-text);
}

.p-entry-cta__heading {
  width: fit-content;
  margin: 0 auto 3.5vw;
  padding: 0.25em 0.85em;
  background: #006baf;
  color: #fff;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0.18em;
  font-size: clamp(16px, 1.2vw, 22px);
}

.p-entry-cta__img {
  margin: 0;
  width: 100%;
  aspect-ratio: 1 / 0.88;
  overflow: hidden;
}

.p-entry-cta__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  will-change: transform;
}

.p-entry-cta__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 10.9167vw;
  padding: 2.0833vw 2.0833vw 1.75vw;
}

.p-entry-cta__title {
  margin: 0;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0.12em;
  font-size: clamp(18px, 2vw, 24px);
}

.p-entry-cta__text {
  margin: 0.9167vw 0 2.5vw 0;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: clamp(13px, 1.3333vw, 16px);
}

.p-entry-cta__link {
  margin-top: auto;
  margin-left: auto;
  color: var(--color-text);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
  gap: 0.75vw;
  font-size: var(--fz-fixed-sm);
}

.p-sns {
  position: relative;
  width: 100%;
  padding: 0 0 9vw;
  color: var(--color-text);
}

.p-sns__heading {
  width: fit-content;
  margin: 0 auto 1.5vw;
  padding: 0.25em 0.85em;
  background: #006baf;
  color: #fff;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0.18em;
  font-size: clamp(16px, 1.2vw, 22px);
}

.p-sns__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.9417vw;
  height: 4.9417vw;
  min-width: 59px;
  min-height: 59px;
  margin-bottom: 2.25vw;
}

.p-sns__icon img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.p-sns__text {
  margin: 0;
  line-height: 2;
  letter-spacing: 0.08em;
  font-size: var(--fz-body);
}

.p-bottom-cta {
  position: relative;
  width: 100%;
  padding: 0;
  color: var(--color-text);
}

.p-bottom-cta__heading {
  width: fit-content;
  margin: 0 auto 1.5vw;
  padding: 0.25em 0.85em;
  background: #006baf;
  color: #fff;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0.18em;
  font-size: clamp(16px, 1.2vw, 22px);
}

.p-bottom-cta__icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 3.5vw;
  min-height: 42px;
  margin-bottom: 2.25vw;
}

.p-bottom-cta__icon img {
  display: block;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.p-bottom-cta__item:nth-child(1) .p-bottom-cta__icon img {
  width: 4.3333vw;
  min-width: 52px;
}

.p-bottom-cta__item:nth-child(2) .p-bottom-cta__icon img {
  width: 6.9167vw;
  min-width: 83px;
}

.p-bottom-cta__item:nth-child(3) .p-bottom-cta__icon img {
  width: 5.3333vw;
  min-width: 64px;
}

.p-bottom-cta__title {
  margin: 0;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0.12em;
  font-size: clamp(18px, 2vw, 24px);
}

.p-bottom-cta__text {
  margin: 0.9167vw 0 2.5vw 0;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: clamp(13px, 1.3333vw, 16px);
}

.p-bottom-cta__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 8.5vw;
}

.p-bottom-cta__link {
  margin-top: auto;
  margin-left: auto;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
  gap: 0.75vw;
  font-size: var(--fz-fixed-sm);
}

.p-movie {
  position: relative;
  width: 100%;
  padding: 0;
  color: #fff;
  background: #fff;
}

.p-movie__inner {
  position: relative;
}

.p-movie__body {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1200 / 692;
}

/* ========================================
   Movie Background
======================================== */

.p-movie__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}

.p-movie__bg img,
.p-movie__bg video,
.p-movie__bg iframe,
.p-movie__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 黒オーバーレイ */

.p-movie__body::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.46);
  pointer-events: none;
}

/* ========================================
   Movie Content
======================================== */

.p-movie__content {
  position: absolute;
  z-index: 3;
  top: 5.4167vw;
  left: 16.6667vw;
  width: 47vw;
  text-align: justify;
}

.p-movie__lead {
  margin: 0;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.12em;
  font-size: var(--fz-heading-lg);
}

.p-movie__text {
  margin: 2.0833vw 0 0;
  line-height: 2;
  letter-spacing: 0.08em;
  font-size: var(--fz-body);
}

/* ========================================
   Movie Button
======================================== */

.p-movie__button {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 22vw;
  min-width: 264px;
  height: 5.5vw;
  min-height: 66px;
  padding: 0.4167vw 5.5vw 0.4167vw 2.3333vw;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #414141;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  cursor: pointer;
  font-size: clamp(16px, 1.5vw, 24px);
}

.p-movie__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1vw;
  width: 3.583vw;
  min-width: 3.583vw;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #414141;
  transform: translateY(-50%);
}

.p-movie__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.167vw;
  z-index: 4;
  width: 0.917vw;
  height: 0.917vw;
  min-width: 0.917vw;
  min-height: 0.917vw;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateY(-50%);
}

.p-contents {
  position: relative;
  width: 100%;
  padding: 9vw 0;
  background: #f5f5f5;
  color: var(--color-text);
  overflow: visible;
}

.p-contents__inner {
  display: grid;
  grid-template-columns: 16.6667vw 1fr;
  column-gap: 8.3333vw;
  width: 75vw;
  min-width: 900px;
  margin-inline: auto;
  align-items: stretch;
}

.p-contents__side {
  position: relative;
  align-self: stretch;
}

.p-contents__side-sticky {
  position: sticky;
  top: 8vw;
  align-self: flex-start;
}

.p-contents__heading {
  margin-bottom: 2.9167vw;
}

.p-contents__title {
  margin: 0;
  color: var(--color-text);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.12em;
  font-size: var(--fz-heading);
}

.p-contents__menu {
  display: grid;
  gap: 0.9167vw;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-contents__menu a {
  color: var(--color-text);
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: var(--fz-fixed-sm);
  position: relative;
  display: inline-block;
  width: fit-content;
  text-decoration: none;
  padding: 0;
  padding-left: 1em;
}

.p-contents__menu a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5px;
  aspect-ratio: 58 / 42;
  border-radius: 999px;
  background: #006baf;
}

.p-contents__more {
  margin-top: 7.3333vw;

  position: relative;
  z-index: 1;

  display: inline-flex;
  align-items: center;
  justify-content: flex-start;

  width: clamp(220px, 18vw, 256px);
  min-width: 0;

  height: clamp(48px, 4.2vw, 56px);
  min-height: 0;

  padding: 0.4vw 0.75vw 0.4vw 1.75vw;
  padding-right: calc(clamp(28px, 3vw, 40px) + 1.2vw);

  border: 1px solid #414141;
  border-radius: 999px;

  background: #fff;
  color: var(--color-text);

  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;

  font-size: clamp(16px, 1.25vw, 20px);
}

.p-contents__more::after,
.p-contents__more::before {
  position: absolute;
  top: 50%;
  right: clamp(12px, 1vw, 18px);
  transform: translateY(-50%);
}

.p-contents__more::before {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 58 / 42;
}

.p-contents__more::before {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 58 / 42;
}

.p-contents__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.5vw;
  row-gap: 5.8333vw;
  padding-top: 5vw;
}

.p-contents__card {
  position: relative;
}

.p-contents__card-link {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}

.p-contents__label {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3vw;
  padding-inline: 0;
  margin-bottom: -0.0833vw;
  color: var(--color-text);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: clamp(12px, 1vw, 16px);
}

.p-contents__label::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -1.5vw;
  top: 50%;
  transform: translateY(-50%);
  width: 5.1667vw;
  height: 4vw;
  border-radius: 50%;
  background: #fff;
}

.p-contents__img {
  position: relative;
  margin: 0.167vw 0 0;
  width: 100%;
  overflow: hidden;
}

.p-contents__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  will-change: transform;
}

.p-contents__card-title {
  margin: 0.75vw 0 0;
  color: var(--color-text);
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: var(--fz-body-lg);
}

.p-admission {
  position: relative;
  width: 100%;
  color: var(--color-text);
  background: #fff;
}

.p-admission__heading-wrap {
  width: min(100%, 1200px);
  margin-inline: auto;
  padding: 9vw 0 4.8333vw;
  text-align: center;
}

.p-admission__target {
  position: relative;
  display: inline-block;
  margin: 0 0 2.5833vw;
  color: var(--color-text);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: var(--fz-heading-sm);
}

.p-admission__target::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 2.6667vw;
  height: 1px;
  background: #414141;
  right: calc(100% + 1.25vw);
  transform: rotate(62deg);
}

.p-admission__target::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2.6667vw;
  height: 1px;
  background: #414141;
  left: calc(100% + 1.25vw);
  transform: rotate(-62deg);
}

.p-admission__heading {
  margin-bottom: 2.3333vw;
}

.p-admission__title {
  margin: 0;
  color: var(--color-text);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.16em;
  font-size: var(--fz-heading);
}

.p-admission__lead {
  margin: 0;
  color: var(--color-text);
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: var(--fz-heading-lg);
}

.p-admission__text {
  margin: 1.75vw 0 0;
  color: var(--color-text);
  line-height: 2;
  letter-spacing: 0.08em;
  font-size: var(--fz-body);
}

.p-admission__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1200 / 553;
  overflow: hidden;
}

.p-admission__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.p-admission__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-admission__links {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3vw;
  width: 76.583vw;
  max-width: 919px;
  justify-content: center;
}

.p-admission__link {
  display: inline-flex;
  max-height: 63px;
  border: 1px solid #414141;
  border-radius: 999px;
  background: #fff;
  color: var(--color-text);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
  width: clamp(220px, 18vw, 320px);
  height: clamp(52px, 4.4vw, 68px);
  padding: 0 clamp(12px, 1vw, 18px) 0 clamp(24px, 1.8vw, 40px);
  font-size: clamp(16px, 1.25vw, 20px);
  padding-right: calc(clamp(28px, 3vw, 40px) + 1.2vw);
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding-inline: clamp(24px, 1.8vw, 40px) clamp(52px, 3.6vw, 64px);
  gap: clamp(16px, 1.25vw, 20px);
}

.p-support-links {
  position: relative;
  width: 100%;
  padding: 9vw 0;
  background: #fff;
  color: var(--color-text);
}

.p-support-links__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2vw;
  width: 75vw;
  min-width: 900px;
  margin-inline: auto;
}

.p-support-links__item {
  display: grid;
  grid-template-columns: 14.1667vw 1fr;
  min-height: 12.8333vw;
  color: inherit;
  text-decoration: none;
  background: #f5f5f5;
}

.p-support-links__img {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-support-links__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  will-change: transform;
}

.p-support-links__item:hover .p-support-links__img img {
  transform: scale(1.06);
}

.p-support-links__body {
  display: flex;
  flex-direction: column;
  padding: 2.25vw 2vw 1.75vw;
}

.p-support-links__title {
  margin: 0;
  color: var(--color-text);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.12em;
  font-size: clamp(16px, 1.6667vw, 20px);
}

.p-support-links__text {
  margin: 1.25vw 0 0;
  color: var(--color-text);
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 1.3333vw, 16px);
}

.p-support-links__link {
  margin-top: 2.5vw;
  margin-left: auto;
  color: var(--color-text);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
  gap: 0.75vw;
  font-size: var(--fz-fixed-sm);
}

.p-access {
  position: relative;
  width: 100%;
  padding: 6.6667vw 0 8.3333vw;
  background: #fff;
  color: var(--color-text);
}

.p-access__inner {
  position: relative;
  width: 75vw;
  min-width: 900px;
  min-height: 46.1667vw;
  margin-inline: auto;
}

.p-access__content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 22vw;
}

.p-access__heading {
  margin-bottom: 2.1667vw;
}

.p-access__title {
  margin: 0;
  color: var(--color-text);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.12em;
  font-size: var(--fz-heading);
}

.p-access__text {
  margin: 0;
  color: var(--color-text);
  line-height: 2;
  letter-spacing: 0.08em;
  font-size: var(--fz-body);
}

.p-access__button {
  top: 39.4167vw;
  left: 0;
  display: inline-flex;
  align-items: center;
  border: 1px solid #414141;
  border-radius: 999px;
  background: #fff;
  color: var(--color-text);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  font-size: clamp(16px, 1.25vw, 20px);
  width: clamp(220px, 18vw, 256px);
  min-width: 0;
  height: clamp(48px, 4.2vw, 56px);
  min-height: 0;
  padding: 0.4vw 0.75vw 0.4vw 1.75vw;
  position: relative;
  justify-content: flex-start;
  padding-right: calc(clamp(28px, 3vw, 40px) + 1.2vw);
  z-index: 1;
}

.p-access__map {
  position: absolute;
  z-index: 1;
  top: -1.2vw;
  right: -2vw;
  width: 73.5vw;
  height: 43vw;
}

.p-access__map-main {
  position: absolute;
  top: -5.8333vw;
  left: -10vw;
  width: 72.3333vw;
  max-width: none;
  height: auto;
}

.p-access__map-japan {
  position: absolute;
  right: 3.3333vw;
  bottom: -4.1667vw;
  width: 31.5vw;
  max-width: none;
  height: auto;
}

.p-news {
  position: relative;
  width: 100%;
  padding: 9vw 0;
  background: #fff;
  color: var(--color-text);
}

.p-news__inner {
  width: 75vw;
  min-width: 900px;
  margin-inline: auto;
  padding: 6.4167vw 7.5vw 6.8333vw;
  background: #f5f5f5;
}

.p-news__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 58.3333vw;
  min-width: 700px;
  margin-inline: auto;
  margin-bottom: 3.3333vw;
}

.p-news__heading {
  margin: 0;
}

.p-news__title {
  margin: 0;
  color: var(--color-text);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.12em;
  font-size: var(--fz-heading);
}

.p-news__more {
  margin-bottom: 0.3333vw;
  color: var(--color-text);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75vw;
  font-size: var(--fz-fixed-sm);
}

.p-news__list {
  width: 58.3333vw;
  min-width: 700px;
  margin-inline: auto;
}

.p-news__item {
  border-bottom: 1px solid rgba(65, 65, 65, 0.35);
  padding: 2.4167vw 0 2.25vw;
}

.p-news__item:first-child {
  border-top: 0;
}

.p-news__link {
  position: relative;
  color: inherit;
  text-decoration: none;
}

.p-news__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.08em;
  width: 100%;
  height: 1px;
  background: currentColor;

  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);

  pointer-events: none;
}

.p-news__link:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.p-news__item-title {
  margin: 0;
  color: var(--color-text);
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: clamp(14px, 1.3333vw, 16px);
}

.p-news__meta {
  display: flex;
  align-items: baseline;
  gap: 0.75em;
  margin: 0.9833vw 0 0;
  color: var(--color-text);
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-size: var(--fz-fixed-xs);
}

.l-footer__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.26);
}

.l-footer__inner {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 100%;
  margin-inline: auto;
}

.l-footer__catch {
  max-width: none;
  position: absolute;
  top: 5vw;
  left: 7.1667vw;
  width: min(39.1667vw, 470px);
  height: auto;
}

.l-footer__content {
  right: max(13vw, calc(50% - 444px));
  position: absolute;
  left: 50%;
  bottom: 2.3333vw;
  width: 83.333vw;
  transform: translateX(-50%);
}

.l-footer__logo {
  display: block;
  max-width: none;
  width: 25.4167vw;
  min-width: 220px;
  height: auto;
  margin-bottom: 1.25vw;
}

.l-footer__address {
  position: absolute;
  right: 0;
  top: 3.167vw;
  color: #fff;
  margin: 0 0 1.6667vw;
  font-size: 10px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.l-footer__sns a {
  display: block;
  width: 24px;
}

.l-footer__sns img {
  display: block;
  width: 100%;
  height: auto;
}

.p-point {
  position: relative;
  width: 100%;
  padding: 9vw 0;
  background: #fff;
  color: var(--color-text);
  overflow: hidden;
}

.p-point__inner {
  width: 100%;
}

.p-point__heading {
  margin-bottom: 3.3333vw;
  text-align: center;
}

.p-point__title {
  margin: 0;
  color: var(--color-text);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.12em;
  font-size: var(--fz-heading);
}

.p-point__slider {
  width: 100%;
}

.p-point__slider .splide__track {
  overflow: hidden;
}

.p-point__slide {
  background: #f5f5f5;
  width: 36vw;
}

.p-point__img {
  margin: 0;
  width: 100%;
  aspect-ratio: 1 / 0.58;
  overflow: hidden;
}

.p-point__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-point__body {
  min-height: 16.6667vw;
  padding: 2.15vw;
  background: #f5f5f5;
}

.p-point__slide-title {
  display: inline-block;
  margin: 0 0 1.6667vw;
  padding: 0.25em 0.6em;
  background: #006baf;
  color: #fff;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 1.2vw, 22px);
}

.p-point__text {
  margin: 0;
  color: var(--color-text);
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: var(--fz-body);
}

.p-point__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  margin-top: 3vw;
}

.p-point__arrow {
  position: static;
  transform: none;
  display: block;
  width: 2.3333vw;
  aspect-ratio: 58 / 42;
  min-width: 45px;
  border: 0;
  border-radius: 50%;
  background: #414141;
  opacity: 1;
}

.p-point__arrow svg {
  display: none;
}

.p-point__arrow::before {
  content: "→";
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  will-change: transform, opacity;
}

.p-point__arrow--prev::before {
  content: "←";
}

.p-point__bar {
  position: relative;
  width: 15vw;
  height: 2px;
  background: rgba(65, 65, 65, 0.35);
  overflow: hidden;
}

.p-point__bar-current {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% / 6);
  height: 100%;
  background: #414141;
  transition: transform 0.7s ease;
}

.p-point__bar-current--main {
  transform: translateX(calc(var(--point-main, 0) * 100%));
}

.p-point__bar-current--sub {
  transform: translateX(calc(var(--point-sub, -10) * 100%));
}

.p-point__bar-current.is-no-transition {
  transition: none;
}

.p-sns__link {
  display: inline-flex;
  margin-top: 1.667vw;
  margin-left: auto;
  background: none;
  border-radius: 0;
  aspect-ratio: auto;
}

@media (max-width: 767px) {
  .l-page {
    overflow-x: hidden;
  }

  .l-main {
    overflow-x: hidden;
  }

  .p-fv__inner {
    min-width: 0;
    min-height: 217.692vw;
  }

  .p-entry-cta__inner {
    grid-template-columns: 1fr;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 82.0513vw;
    min-width: 0;
    margin-inline: auto;
    border-left: 1px solid #414141;
  }

  .p-sns__inner {
    grid-template-columns: 1fr;
    position: relative;
    width: 82.0513vw;
    min-width: 0;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #414141;
  }

  .p-bottom-cta__inner {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 91.0256vw;
    min-width: 0;
    margin-inline: auto;
    border-left: 1px solid #414141;
  }

  .p-contents__inner {
    grid-template-columns: 1fr;
    display: block;
    width: 82.0513vw;
    min-width: 0;
    margin-inline: auto;
  }

  .p-support-links__inner {
    grid-template-columns: 1fr;
    width: 91.0513vw;
    min-width: 0;
    margin-inline: auto;
    gap: 3.077vw;
  }

  .p-access__inner {
    width: 82.0513vw;
    min-width: 0;
    margin-inline: auto;
  }

  .p-news__inner {
    min-width: 0;
    width: 91.0256vw;
    margin-inline: auto;
    padding: 7.692vw 0;
    background: #f5f5f5;
  }
}

.l-footer__nav a {
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-decoration: none;
  padding: 0;
}

.p-access__button::after {
  position: absolute;
  top: 50%;
  right: clamp(12px, 1vw, 18px);
  transform: translateY(-50%);
}

.p-access__button::before {
  position: absolute;
  top: 50%;
  right: clamp(12px, 1vw, 18px);
  transform: translateY(-50%);
}

.p-admission__link::after {
  position: absolute;
  top: 50%;
  right: clamp(12px, 1vw, 18px);
  transform: translateY(-50%);
}

.p-admission__link::before {
  position: absolute;
  top: 50%;
  right: clamp(12px, 1vw, 18px);
  transform: translateY(-50%);
  aspect-ratio: 58 / 42;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .p-top-header__logo {
    top: 4.615vw;
    left: 4.103vw;
    width: 46.923vw;
    min-width: 0;
  }

  .p-top-header__nav {
    display: none;
  }

  .p-top-header__menu {
    top: 4.103vw;
    right: 4.103vw;
    width: 12.3077vw;
    min-width: 48px;
    gap: 0.7692vw;
  }

  .p-top-header__menu span {
    width: 4.8718vw;
    min-width: 19px;
  }

  .p-fv {
    overflow: hidden;
  }

  .p-fv__img--01 {
    top: 19.231vw;
    right: 0;
    width: 91.282vw;
  }

  .p-fv__catch-img {
    top: 77.7436vw;
    left: 4.103vw;
    width: 86.923vw;
  }

  .p-fv__img--02 {
    top: 109.231vw;
    left: 56.4103vw;
    width: 37.4359vw;
  }

  .p-fv__img--03 {
    top: 136.154vw;
    left: 4.103vw;
    width: 45.641vw;
  }

  .p-fv__content {
    top: 167.436vw;
    left: 8.9744vw;
    width: 70.513vw;
  }

  .p-fv__text {
    margin-bottom: 5.1282vw;
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }

  .p-fv__vertical-text {
    top: 160.359vw;
    left: auto;
    right: 5.1282vw;
    font-size: 2.564vw !important;
    height: 40.513vw;
  }

  .p-about {
    overflow: visible;
    min-height: 0;
    margin-top: 0;
    color: #fff;
    background: #fff;
  }

  .p-about__bg {
    top: 17.179vw;
    bottom: auto;
    height: 165.641vw;
    overflow: hidden;
  }

  .p-about__bg::after {
    background: rgba(0, 0, 0, 0.46);
    backdrop-filter: blur(4px);
  }

  .p-about__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .p-about__inner {
    display: grid;
    grid-template-areas: "galleryTop" "content" "galleryBottom";
    width: 100%;
    min-height: 0;
    padding: 0 0 16.41vw;
  }

  .p-about__content {
    position: relative;
    z-index: 3;
    grid-area: content;
    top: auto;
    left: auto;
    width: 82.051vw;
    min-width: 0;
    margin: 68px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .p-about__heading {
    margin-bottom: 6.1538vw;
    text-align: center;
  }

  .p-about__en {
    margin-bottom: 2.5385vw;
    font-size: 14px;
  }

  .p-about__title {
    font-size: 18px;
    letter-spacing: 0.12em;
  }

  .p-about__text {
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: 0.06em;
  }

  .p-about__button {
    position: relative;

    display: inline-flex;
    align-items: center;
    justify-content: flex-start;

    padding-right: calc(7.4359vw + 3.5897vw);

    width: fit-content;

    gap: 0;
  }

  .p-about__button::after,
  .p-about__button::before {
    position: absolute;

    top: 50%;
    right: 0;

    width: 7.4359vw;
    min-width: 28px;

    aspect-ratio: 36 / 26;

    transform: translateY(-50%);
  }

  .p-about__button::before {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-about__gallery {
    display: contents;
    position: static;
    width: auto;
    height: auto;
  }

  .p-about__img {
    position: relative;
    z-index: 3;
    max-width: none;
    height: auto;
  }

  .p-about__img--01 {
    grid-area: galleryTop;
    top: auto;
    left: auto;
    width: 42.564vw;
    margin-top: 0;
    margin-left: 47.692vw;
  }

  .p-about__img--02 {
    grid-area: galleryTop;
    top: auto;
    left: auto;
    width: 28.718vw;
    margin-top: 11.538vw;
    margin-left: 10.513vw;
  }

  .p-about__img--03 {
    grid-area: galleryBottom;
    top: auto;
    left: auto;
    width: 41.026vw;
    margin-top: 26.513vw;
    margin-left: 50.256vw;
  }

  .p-about__img--04 {
    grid-area: galleryBottom;
    top: auto;
    left: auto;
    width: 24.872vw;
    margin-top: 37.436vw;
    margin-left: 15.385vw;
  }

  .p-entry-cta {
    padding: 0 0 16.41vw;
  }

  .p-entry-cta__heading {
    display: grid;
    justify-content: center;
    gap: 2.2821vw;
    width: auto;
    margin: 0 auto 26px;
    padding: 0;
    background: none;
    text-align: center;
  }

  .p-entry-cta__heading span {
    display: inline-block;
    width: fit-content;
    margin-inline: auto;
    padding: 0.1538em 0.5em;
    background: #006baf;
    color: #fff;
    font-size: 4.103vw;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.18em;
  }

  .p-entry-cta__item {
    display: grid;
    grid-template-columns: 30.0513vw 1fr;
    align-items: stretch;
    min-height: 0;
    border-right: 1px solid #414141;
    border-bottom: 1px solid #414141;
    background: #f5f5f5;
  }

  .p-entry-cta__item:last-child {
    border-bottom: 0;
  }

  .p-entry-cta__img {
    display: block;
    width: 100%;
    margin: 0;
    aspect-ratio: auto;
    overflow: hidden;
  }

  .p-entry-cta__img picture {
    display: block;
    width: 100%;
  }

  .p-entry-cta__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .p-entry-cta__body {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 3.0769vw 4.1026vw 2.5641vw;
  }

  .p-entry-cta__title {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: 0.12em;
  }

  .p-entry-cta__text {
    margin: 2.0513vw 0 0;
    font-size: 12px;
    line-height: 1.55;
    letter-spacing: 0.08em;
  }

  .p-entry-cta__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.4359vw;
    min-width: 28px;
    aspect-ratio: 58 / 42;
    margin-top: auto;
    margin-left: auto;
    gap: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
  }

  .p-point {
    padding: 0 0 16.41vw;
    overflow: hidden;
  }

  .p-point__heading {
    margin-bottom: 7.6923vw;
  }

  .p-point__en {
    margin-bottom: 2.5385vw;
    font-size: 14px;
  }

  .p-point__title {
    font-size: 18px;
    letter-spacing: 0.12em;
  }

  .p-point__slider {
    width: 100%;
    overflow: hidden;
  }

  .p-point__slider .splide__track {
    overflow: visible;
  }

  .p-point__slider .splide__list {
    align-items: stretch;
  }

  .p-point__slider .splide__slide {
    width: 76.1538vw !important;
  }

  .p-point__slide {
    height: 100%;
    background: #f5f5f5;
  }

  .p-point__img {
    aspect-ratio: 288 / 167;
  }

  .p-point__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .p-point__body {
    min-height: 75.6154vw;
    padding: 6.1026vw 5.6154vw;
  }

  .p-point__slide-title {
    margin-bottom: 3.5897vw;
    padding: 0.25em 0.6em;
    font-size: 14px;
    line-height: 1.4;
  }

  .p-point__text {
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }

  .p-point__controls {
    gap: 5.1282vw;
    margin-top: 7.6923vw;
  }

  .p-point__arrow {
    width: 7.4359vw;
  }

  .p-point__bar {
    width: 35.8974vw;
  }

  .p-movie {
    padding: 0;
  }

  .p-movie__body {
    height: 201.282vw;
    aspect-ratio: auto;
  }

  .p-movie__bg {
    height: 100%;
  }

  .p-movie__bg picture {
    height: 100%;
  }

  .p-movie__bg img {
    height: 100%;
    object-fit: cover;
  }

  .p-movie__content {
    top: 7.6923vw;
    left: 0;
    right: 0;
    width: 82.051vw;
    margin-inline: auto;
  }

  .p-movie__lead {
    font-size: 24px;
    line-height: 1.5;
  }

  .p-movie__text {
    margin: 5.128vw 0 0;
    font-size: 12px;
  }

  .p-movie__button {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 8.2051vw;
    padding-right: 16.9231vw;
    width: 55.897vw;
    height: 12.821vw;
    min-width: unset;
    min-height: unset;
    font-size: 3.59vw;
  }

  .p-movie__button::after {
    right: 2.0513vw;
    width: 8.718vw;
    min-width: 8.718vw;
  }

  .p-movie__button::before {
    width: 1.795vw;
    height: 2.821vw;
    min-width: 1.795vw;
    min-height: 2.821vw;
    background: #fff;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: translateY(-50%);
    z-index: 5;
    right: 5.128vw !important;
  }

  .p-contents {
    padding: 16.41vw 0;
    background: #f5f5f5;
  }

  .p-contents__side {
    position: static;
    width: auto;
    margin-bottom: 7.6923vw;
  }

  .p-contents__side-sticky {
    position: static;
    width: auto;
  }

  .p-contents__heading {
    margin-bottom: 6.1538vw;
    text-align: center;
  }

  .p-contents__en {
    margin-bottom: 2.5385vw;
    font-size: 14px;
  }

  .p-contents__title {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.12em;
  }

  .p-contents__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5.1282vw;
    row-gap: 2.5641vw;
    margin: 0 0 8.2051vw;
    padding: 0;
    list-style: none;
  }

  .p-contents__menu a {
    position: relative;
    display: inline-block;
    padding-left: 2.5641vw;
    color: var(--color-text);
    font-size: 11px;
    line-height: 1.5;
    font-weight: 500;
    text-decoration: none;
  }

  .p-contents__menu a::before {
    content: "";
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 0.7692vw;
    height: 0.7692vw;
    background: #006baf;
  }

  .p-contents__more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5641vw;
    width: fit-content;
    margin: 0 auto;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
  }

  .p-contents__main {
    width: 100%;
  }

  .p-contents__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5.1282vw;
    row-gap: 8.2051vw;
  }

  .p-contents__card {
    width: auto;
  }

  .p-contents__card-link {
    display: block;
    color: inherit;
    text-decoration: none;
  }

  .p-contents__label {
    position: relative;
    z-index: 0;
    height: auto;
    margin-bottom: 3.077vw;
    font-size: 3.077vw;
    line-height: 1;
  }

  .p-contents__label::before {
    top: 1.795vw;
    left: -3.7949vw;
    width: 14.615vw;
    height: 10.769vw;
  }

  .p-contents__img {
    margin-bottom: 2.5641vw;
    overflow: hidden;
  }

  .p-contents__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .p-contents__date {
    display: block;
    margin-bottom: 1.5385vw;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
  }

  .p-contents__card-title {
    margin: 0;
    font-size: 12px;
    line-height: 1.65;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
}

.to-sp {
  display: none;
}

@media (max-width: 767px) {
  .to-pc {
    display: none;
  }

  .to-sp {
    display: flex;
  }

  .p-contents__main .p-contents__more {
    position: relative;

    align-items: center;
    justify-content: flex-start;

    width: 55.641vw;
    min-width: 217px;
    min-height: 50px;

    margin: 8.2051vw auto 0;
    padding: 0 6.1538vw 0 4.1026vw;

    border: 1px solid #414141;
    border-radius: 999px;

    background: #fff;
    color: var(--color-text);

    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-decoration: none;
  }

  .p-contents__main .p-contents__more::after,
  .p-contents__main .p-contents__more::before {
    position: absolute;
    top: 50%;
    right: 4.1026vw;
    transform: translateY(-50%);
  }

  .p-contents__main .p-contents__more::before {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-admission {
    position: relative;
    overflow: visible;
    padding: 16.41vw 0 0;
  }

  .p-admission__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    min-width: 0;
    margin-inline: auto;
    padding: 0 0 8.2051vw;
  }

  .p-admission__heading {
    margin-bottom: 10.256vw;
    text-align: center;
  }

  .p-admission__heading-wrap {
    width: min(100%, 1200px);
    margin-inline: auto;
    padding: 0;
    text-align: center;
  }

  .p-admission__target {
    position: relative;
    display: inline-block;
    margin: 0 0 6.154vw;
    color: var(--color-text);
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.08em;
  }

  .p-admission__target::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 5.6667vw;
    height: 1px;
    background: #414141;
  }

  .p-admission__target::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 5.6667vw;
    height: 1px;
    background: #414141;
  }

  .p-admission__sub {
    margin: 0 0 4.1026vw;
    font-size: 12px;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.08em;
  }

  .p-admission__en {
    display: block;
    margin-bottom: 2.0513vw;
    font-size: 12px;
    line-height: 1;
  }

  .p-admission__title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.12em;
  }

  .p-admission__lead {
    width: 82.0513vw;
    margin: 0 auto 6.1538vw;
    font-size: 20px;
    line-height: 1.75;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-align: center;
  }

  .p-admission__text {
    width: 82.0513vw;
    margin: 0 auto 9.2308vw;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.04em;
    text-align: justify;
  }

  .p-admission__visual {
    position: relative;
    width: 100%;
    min-height: 86.923vw;
  }

  .p-admission__bg {
    position: relative;
    width: 100%;
    min-height: 84.923vw;
  }

  .p-admission__bg picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .p-admission__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .p-admission__links {
    position: absolute;
    left: 50%;
    top: 19.8205vw;
    z-index: 3;
    width: 218px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 4.1026vw;
  }

  .p-admission__link {
    width: 100%;
    min-height: 12.8205vw;
    padding: 0 4.6154vw;
    border-radius: 9999px;
    font-size: 14px;
    letter-spacing: 0.06em;
  }

  .p-support-links {
    padding: 16.41vw 0;
  }

  .p-support-links__list {
    display: flex;
    flex-direction: column;
    gap: 3.8462vw;
  }

  .p-support-links__item {
    display: grid;
    grid-template-columns: 36.9231vw 1fr;
    min-height: 38.4615vw;
    background: #f5f5f5;
  }

  .p-support-links__img {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .p-support-links__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .p-support-links__body {
    display: flex;
    flex-direction: column;
    padding: 5.1282vw 5.1282vw 3.8462vw;
  }

  .p-support-links__title {
    margin: 0 0 3.0769vw;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.08em;
  }

  .p-support-links__text {
    margin: 0;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }

  .p-support-links__link {
    display: flex;
    align-items: center;
    gap: 2.5641vw;
    margin-top: auto;
    margin-left: auto;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
  }

  .p-sns {
    padding: 0 0 16.41vw;
  }

  .p-sns__heading {
    display: grid;
    justify-content: center;
    gap: 1.2821vw;
    width: fit-content;
    margin: 0 auto 7.6923vw;
    background: transparent;
    text-align: center;
  }

  .p-sns__heading span {
    display: block;
    width: fit-content;
    margin-inline: auto;
    padding: 0.1538em 0.5em;
    background: #006baf;
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: 0.18em;
  }

  .p-sns__inner::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 100vw;
    height: 1px;
    background: #414141;
    transform: translateX(-50%);
    pointer-events: none;
    top: -1px;
  }

  .p-sns__inner::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 100vw;
    height: 1px;
    background: #414141;
    transform: translateX(-50%);
    pointer-events: none;
    bottom: -1px;
  }

  .p-sns__item {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    min-height: 39.4359vw;
    padding: 7.1795vw 4.6154vw 9.2308vw 7.1795vw;
    border-right: 1px solid #414141;
    border-bottom: 1px solid #414141;
    background: #f5f5f5;
  }

  .p-sns__item:last-child {
    border-bottom: 0;
  }

  .p-sns__icon {
    flex: 0 0 18.4615vw;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding-top: 5vw;
  }

  .p-sns__icon img,
  .p-sns__icon svg {
    width: 12.8205vw;
    max-width: 50px;
    height: auto;
  }

  .p-sns__text {
    flex: 1;
    margin: 0 0 3.1538vw;
    font-size: 12px;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.04em;
  }

  .p-sns__link {
    position: absolute;
    right: 4.6154vw;
    bottom: 6.1026vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 0;
    line-height: 1;
  }

  .p-access {
    padding: 0 0 16.41vw;
    background: #fff;
  }

  .p-access__content {
    position: static;
    display: block;
    width: 100%;
  }

  .p-access__heading {
    margin-bottom: 4.6154vw;
  }

  .p-access__en {
    display: block;
    margin-bottom: 2.5385vw;
    font-size: 14px;
    line-height: 1;
  }

  .p-access__title {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.12em;
  }

  .p-access__text {
    margin: 0;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.04em;
  }

  .p-access__map {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 121.9487vw;
    max-width: none;
    height: auto;
    margin: 0;
  }

  .p-access__map-main {
    position: static;
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
  }

  .p-access__map-japan {
    display: none;
  }

  .p-access__button {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 55.641vw;
    min-width: 217px;
    min-height: 50px;
    margin: 0;
    padding: 0 4.1026vw 0 6.1538vw;
    border: 1px solid #414141;
    border-radius: 2563.846vw;
    color: var(--color-text);
    background: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-decoration: none;
    position: relative;
    top: auto;
  }

  .p-news {
    padding: 0 0 16.41vw;
    background: #fff;
  }

  .p-news__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: unset;
    margin: 0 auto 7.6923vw;
    text-align: center;
  }

  .p-news__heading {
    text-align: center;
  }

  .p-news__en {
    display: block;
    margin-bottom: 2.5385vw;
    color: #006baf;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
  }

  .p-news__title {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.12em;
  }

  .p-news__head .p-news__more {
    display: none;
  }

  .p-news__list {
    width: 73.3333vw;
    margin: 0 auto;
    min-width: unset;
  }

  .p-news__item {
    padding: 5.128vw 0;
    border-bottom: 1px solid rgba(65, 65, 65, 0.35);
  }

  .p-news__item:first-child {
    border-top: 1px solid rgba(65, 65, 65, 0.35);
  }

  .p-news__item a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 0;
  }

  .p-news__item h3 {
    margin: 0 0 3.59vw;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 500;
    letter-spacing: 0.04em;
  }

  .p-news__meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5385vw;
  }

  .p-news__meta p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px;
    margin: 0;
    font-size: 12px;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.04em;
  }

  .p-news__item time {
    flex-shrink: 0;
    font-size: 10px;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.04em;
  }

  .p-news__bottom {
    margin-top: 7.6923vw;
    text-align: center;
  }

  .p-news__bottom.to-sp {
    display: flex;
    justify-content: center;
  }

  .p-news__bottom .p-news__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2.5641vw;
    color: var(--color-text);
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
  }

  .p-bottom-cta {
    padding: 0;
    background: #fff;
  }

  .p-bottom-cta__heading {
    display: grid;
    justify-content: center;
    gap: 2.2821vw;
    width: auto;
    margin: 0 auto 7.179vw;
    padding: 0;
    background: none;
    text-align: center;
  }

  .p-bottom-cta__heading span {
    display: inline-block;
    width: fit-content;
    margin-inline: auto;
    padding: 0.1538em 0.5em;
    background: #006baf;
    color: #fff;
    font-size: 4.103vw;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.18em;
  }

  .p-bottom-cta__item {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 51.0513vw;
    padding: 5.1282vw 2.5897vw 4.1026vw;
    border-right: 1px solid #414141;
    border-bottom: 1px solid #414141;
    background: #f5f5f5;
  }

  .p-bottom-cta__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8.2051vw;
    min-height: 0;
    margin-bottom: 4.1026vw;
  }

  .p-bottom-cta__icon img {
    width: 13.3333vw;
    min-width: 0;
    max-width: 52px;
    height: auto;
    max-height: 100%;
  }

  .p-bottom-cta__item:nth-child(1) .p-bottom-cta__icon img {
    width: 13.3333vw;
    min-width: 0;
  }

  .p-bottom-cta__item:nth-child(2) .p-bottom-cta__icon img {
    width: 13.3333vw;
    min-width: 0;
  }

  .p-bottom-cta__item:nth-child(3) .p-bottom-cta__icon img {
    width: 13.3333vw;
    min-width: 0;
  }

  .p-bottom-cta__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
  }

  .p-bottom-cta__title {
    margin: 0 0 1.5897vw;
    text-align: center;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;
  }

  .p-bottom-cta__text {
    margin: 0;
    font-size: 12px;
    line-height: 1.8;
  }

  .p-bottom-cta__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.4359vw;
    min-width: 28px;
    aspect-ratio: 58 / 42;
    margin-top: auto;
    margin-left: auto;
    gap: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
  }

  .p-bottom-cta__link::after {
    width: 100%;
    min-width: 0;
    margin: 0;
    font-size: 11px;
  }

  .p-bottom-cta__inner {
    display: flex !important;
    flex-direction: column;
    width: 82.0513vw;
    min-width: 0;
    margin-inline: auto;
    border-left: 1px solid #414141;
  }

  .p-bottom-cta__item {
    position: relative;
    display: grid !important;
    grid-template-columns: 27.0513vw 1fr;
    width: 100%;
    min-height: 38.4359vw;
    padding: 0;
    border-right: 1px solid #414141;
    border-bottom: 1px solid #414141;
    background: #f5f5f5;
  }

  .p-bottom-cta__item:last-child {
    border-bottom: 0;
  }

  .p-bottom-cta__icon {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 27.0513vw;
    height: auto;
    min-height: 0;
    margin: 0;
    padding-top: 11.1795vw;
  }

  .p-bottom-cta__icon img {
    width: 15.3846vw !important;
    min-width: 0 !important;
    max-width: 60px;
    height: auto;
  }

  .p-bottom-cta__body {
    position: relative;
    display: block;
    min-height: 33.4359vw;
    padding: 7.1795vw 5.1282vw 10.2564vw 0;
    text-align: left;
  }

  .p-bottom-cta__title {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-align: left;
  }

  .p-bottom-cta__text {
    margin: 2.0513vw 0 0;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    text-align: left;
  }

  .p-bottom-cta__link {
    position: absolute;
    right: 4.6154vw;
    bottom: 3.1026vw;
    margin: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
  }
}

.l-footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1200 / 800;
  color: #fff;
}

.l-footer__bg {
  z-index: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.l-footer__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.46);
  pointer-events: none;
}

.l-footer__nav {
  display: flex;
  align-items: center;
  gap: 2.1567vw;
  width: 100%;
  padding-top: 2.25vw;
  padding-right: 190px;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
}

.l-footer__sns {
  position: absolute;
  right: 0;
  bottom: 2.917vw;
  display: flex;
  align-items: center;
  gap: 0.8333vw;
}

@media (max-width: 767px) {
  .l-footer {
    aspect-ratio: 390 / 775;
  }

  .l-footer__bg {
    width: 100%;
    height: 100%;
  }

  .l-footer__bg picture {
    width: 100%;
    height: 100%;
  }

  .l-footer__bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .l-footer__inner {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .l-footer__catch {
    top: 7.6923vw;
    left: 5.1282vw;
    width: 72.3077vw;
    max-width: none;
  }

  .l-footer__content {
    left: 50%;
    right: auto;
    bottom: 3.8462vw;
    display: flex;
    flex-direction: column;
    width: 91.026vw;
    transform: translateX(-50%);
  }

  .l-footer__logo {
    display: block;
    width: 63.0769vw;
    max-width: none;
    margin: 0 0 2.5641vw;
  }

  .l-footer__address {
    position: static;
    margin: 0px 0 4.0769vw;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }

  .l-footer__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5641vw 4.1026vw;
    width: 100%;
    padding-top: 3.0769vw;
    padding-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.55);
  }

  .l-footer__nav a {
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    padding: 0;
  }

  .l-footer__sns {
    position: static;
    display: flex;
    justify-content: center;
    gap: 2.5641vw;
    margin-top: 3.8462vw;
  }

  .l-footer__sns a {
    width: 6.1538vw;
    max-width: 24px;
  }

  .l-footer__copyright {
    margin-top: 3.8462vw;
    text-align: center;
    font-size: 10px;
    line-height: 1.5;
  }
}

.p-point__arrow--next:hover::before {
  animation: pointArrowNext 0.5s ease;
}

.p-point__arrow--prev:hover::before {
  animation: pointArrowPrev 0.5s ease;
}

@keyframes pointArrowNext {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  35% {
    opacity: 0;
    transform: translateX(2px);
  }

  36% {
    opacity: 0;
    transform: translateX(-12px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pointArrowPrev {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  35% {
    opacity: 0;
    transform: translateX(-2px);
  }

  36% {
    opacity: 0;
    transform: translateX(12px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.p-entry-cta__item:hover .p-entry-cta__img img {
  transform: scale(1.06);
}

.p-contents__card-link:hover .p-contents__img img {
  transform: scale(1.06);
}

.p-news__link .p-news__item-title {
  position: relative;
  display: inline-block;
  width: fit-content;
  text-decoration: none;
  padding: 0;
}

.p-top-header__nav-list a::after {
  content: "";
  position: absolute;
  bottom: -0.12em;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: none;
  left: 17px;
  width: calc(100% - 17px);
}

.p-contents__menu a::after {
  content: "";
  position: absolute;
  bottom: -0.12em;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: none;
  left: 1em;
  width: calc(100% - 1em);
}

.p-news__link .p-news__item-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.12em;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: none;
}

.l-footer__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: none;
  bottom: -0.5em;
}

.p-top-header__nav-list a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.p-contents__menu a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.p-news__link:hover .p-news__item-title::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.l-footer__nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.p-menu-drawer {
  position: fixed;
  inset: 0;
  z-index: 400;
  width: 100%;
  height: 100dvh;
  background: #f5f5f5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}

.p-menu-drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.p-menu-drawer__panel {
  position: relative;
  width: 100%;
  height: 100dvh;
  background: #f5f5f5;
}

.p-menu-drawer__label {
  color: #006baf;
  font-family: var(--font-en);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.p-menu-drawer__list {
  display: grid;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-menu-drawer__list a {
  --arrow-font: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  border-bottom: 1px solid rgba(65, 65, 65, 0.45);
  color: var(--color-text);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.p-menu-drawer__bottom {
  position: absolute;
}

.p-menu-drawer__sub-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-menu-drawer__sub-links a {
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #414141;
  color: var(--color-text);
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.p-menu-drawer__entry {
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-weight: 500;
  text-decoration: none;
  background: #006baf;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.p-menu-drawer__school {
  position: absolute;
  color: var(--color-text);
  writing-mode: vertical-rl;
}

.p-menu-drawer__school-ja {
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.p-menu-drawer__school-en {
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: right;
}

body.is-menu-open {
  overflow: hidden;
}

body.is-menu-open .p-top-header {
  z-index: 600;
}

body.is-menu-open .p-top-header__logo {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.is-menu-open .p-top-header__nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.is-menu-open .p-top-header__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.p-top-header__menu.is-open span:nth-child(1) {
  opacity: 0;
  transform: translateY(calc(0.7692vw + 3px));
}

.p-top-header__menu.is-open span:nth-child(2) {
  width: 42%;
  opacity: 1;
  transform: none;
}

.p-top-header__menu.is-open span:nth-child(3) {
  opacity: 0;
  transform: translateY(calc(-0.7692vw - 3px));
}

@media (min-width: 768px) {
  .p-menu-drawer__panel {
    padding: 7.5vw 3.6667vw 4.1667vw;
  }

  .p-menu-drawer__label {
    margin: 0 0 3.9167vw;
  }

  .p-menu-drawer__nav {
    width: 68.9167vw;
    max-width: 827px;
    margin-left: 0;
    margin-right: auto;
  }

  .p-menu-drawer__list a {
    --arrow-font: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    padding: 22px 0 22px 0;
    border-bottom: 1px solid rgba(65, 65, 65, 0.45);
    color: var(--color-text);
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-decoration: none;
  }

  .p-menu-drawer__list a::after {
    flex-shrink: 0;
  }

  .p-menu-drawer__bottom {
    left: 3.6667vw;
    bottom: 3.3333vw;
    width: 68.9167vw;
    max-width: 827px;
  }

  .p-menu-drawer__sub-links {
    gap: 0.8333vw;
    margin-bottom: 1.2333vw;
  }

  .p-menu-drawer__sub-links a {
    min-height: 50px;
    padding: 0 1.3333vw;
    font-size: 16px;
  }

  .p-menu-drawer__entry {
    min-height: 50px;
    padding: 0 1.5vw;
    font-size: 16px;
  }

  .p-menu-drawer__school {
    right: 3.3333vw;
    bottom: 3.3333vw;
  }

  .p-menu-drawer__school-ja {
    font-size: 24px;
  }

  .p-menu-drawer__school-en {
    margin: 0 12px 0 0;
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .p-menu-drawer__panel {
    padding: 10.256vw 8.974vw 9.231vw;
  }

  .p-menu-drawer__label {
    margin: 0 0 11.538vw;
  }

  .p-menu-drawer__nav {
    width: 66.6667vw;
    max-width: 260px;
    margin-left: 0;
    margin-right: auto;
  }

  .p-menu-drawer__bottom {
    width: 66.6667vw;
    max-width: 260px;
    left: 8.9744vw;
    bottom: 8.9744vw;
  }

  .p-menu-drawer__list a {
    padding: 4.872vw 0 4.359vw;
    font-size: 16px;
  }

  .p-menu-drawer__sub-links {
    gap: 8px;
    margin-bottom: 10px;
  }

  .p-menu-drawer__sub-links a {
    min-height: 54px;
    padding: 0 14px;
    font-size: 12px;
  }

  .p-menu-drawer__entry {
    min-height: 58px;
    padding: 0 18px;
    font-size: 14px;
  }

  .p-menu-drawer__school {
    right: 4.615vw;
    bottom: 8.718vw;
  }

  .p-menu-drawer__school-ja {
    font-size: 16px;
  }

  .p-menu-drawer__school-en {
    margin: 0 8px 0 0;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}

/* ========================================
   Short Height / Menu Drawer
   768px以上 かつ 高さ900px以下では下固定を解除
======================================== */

@media (min-width: 768px) and (max-height: 770px) {
  .p-menu-drawer__panel {
    height: 100dvh;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-bottom: 40px;
  }

  .p-menu-drawer__bottom {
    position: static;

    width: 68.9167vw;
    max-width: 827px;

    margin-top: 30px;
    padding-top: 0;
  }
}

.p-movie__bg-fallback {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.l-footer__bg-fallback {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.p-movie__bg-fallback img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-footer__bg-fallback img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-movie__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 2;
}

.l-footer__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 2;
}

.is-video-disabled .p-movie__video {
  display: none;
}

.is-video-disabled .l-footer__video {
  display: none;
}

.p-movie-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 5vw;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.01s linear,
    visibility 0.01s linear;
}

.p-movie-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.p-movie-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  backdrop-filter: grayscale(0) blur(0);
  -webkit-backdrop-filter: grayscale(0) blur(0);
  transition:
    background-color 0.6s ease,
    backdrop-filter 0.6s ease,
    -webkit-backdrop-filter 0.6s ease;
}

.p-movie-modal.is-open .p-movie-modal__overlay {
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: grayscale(1) blur(8px);
  -webkit-backdrop-filter: grayscale(1) blur(8px);
}

.p-movie-modal__content {
  position: relative;
  z-index: 1;
  width: min(68vw, 920px);
  opacity: 0;
  transform: scale(0.98);
  transition:
    opacity 0.35s ease 0.6s,
    transform 0.35s ease 0.6s;
}

.p-movie-modal.is-open .p-movie-modal__content {
  opacity: 1;
  transform: scale(1);
}

.p-movie-modal__youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.p-movie-modal__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.p-movie-modal__close {
  position: absolute;
  top: -22px;
  right: -22px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #414141;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

body.is-movie-modal-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .p-movie-modal {
    padding: 7.692vw;
  }

  .p-movie-modal__content {
    width: 100%;
  }

  .p-movie-modal__close {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -16.4103vw;
    width: 10.2564vw;
    min-width: 40px;
    transform: translateX(-50%);
    font-size: 18px;
  }
}

.p-movie-modal.is-closing {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

.p-movie-modal.is-closing .p-movie-modal__content {
  opacity: 0;
  transform: scale(0.98);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.p-movie-modal.is-closing .p-movie-modal__overlay {
  background: rgba(0, 0, 0, 0);
  backdrop-filter: grayscale(0) blur(0);
  -webkit-backdrop-filter: grayscale(0) blur(0);
  transition:
    background-color 0.6s ease 0.25s,
    backdrop-filter 0.6s ease 0.25s,
    -webkit-backdrop-filter 0.6s ease 0.25s;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .p-fv__inner {
    min-width: 0;
    min-height: 82vw;
  }

  .p-fv__img--01 {
    width: 53vw;
  }

  .p-fv__img--02 {
    width: 18vw;
    left: calc(50% - 23.8333vw);
  }

  .p-fv__img--03 {
    width: 21vw;
    top: 53vw;
    left: calc(50% - 32.25vw);
  }

  .p-fv__catch-img {
    width: 43vw;
    top: 34.5vw;
    left: calc(50% - 9.1667vw);
  }

  .p-fv__content {
    top: 57vw;
    left: 48vw;
    width: 42vw;
  }

  .p-fv__text {
    margin: 0 0 20px;
  }

  .p-fv__vertical-text {
    top: 55vw;
    left: auto;
    right: 3vw;
    font-size: 10px;
  }

  .p-top-header__logo {
    top: 4vw;
    left: 4vw;
    width: 28vw;
    min-width: 220px;
  }

  .p-top-header__nav {
    top: 13vw;
    left: 4vw;
  }

  .p-top-header__nav-list {
    gap: 1.4vw;
  }

  .p-top-header__nav-list a {
    font-size: clamp(13px, 1.25vw, 16px);
    padding-left: 14px;
  }

  .p-top-header__menu {
    top: 2vw;
    right: 3vw;
    width: 6vw;
    min-width: 62px;
  }

  .p-about {
    min-height: 68vw;
  }

  .p-about__inner {
    min-height: 68vw;
  }

  .p-about__content {
    top: 10vw;
    left: 7vw;
    width: 28vw;
    min-width: 250px;
  }

  .p-about__heading {
    margin-bottom: 3vw;
  }

  .p-about__en {
    margin-bottom: 1vw;
    font-size: clamp(14px, 1.2vw, 16px);
  }

  .p-about__title {
    font-size: clamp(22px, 2.2vw, 24px);
  }

  .p-about__text {
    font-size: clamp(12px, 1.25vw, 14px);
    line-height: 2.1;
  }

  .p-about__button {
    margin-top: 4vw;
    gap: 1.4vw;
    font-size: clamp(12px, 1.2vw, 13px);
  }

  .p-about__gallery {
    top: 6vw;
    left: 46vw;
    width: 48vw;
    height: 56vw;
  }

  .p-about__img--01 {
    top: 0;
    left: 15vw;
    width: 23vw;
  }

  .p-about__img--02 {
    top: 22vw;
    left: 1vw;
    width: 17vw;
  }

  .p-about__img--03 {
    top: 23vw;
    left: 23vw;
    width: 23vw;
  }

  .p-about__img--04 {
    top: 44vw;
    left: 15vw;
    width: 13vw;
  }

  .p-entry-cta {
    padding: 9vw 0;
  }

  .p-entry-cta__heading {
    margin-bottom: 4.5vw;
    font-size: clamp(16px, 1.8vw, 19px);
  }

  .p-entry-cta__inner {
    width: 88vw;
    min-width: 0;
  }

  .p-entry-cta__body {
    min-height: 15vw;
    padding: 2.5vw 2vw 2vw;
  }

  .p-entry-cta__title {
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.45;
  }

  .p-entry-cta__text {
    margin-top: 1.2vw;
    font-size: clamp(14px, 1.25vw, 16px);
    line-height: 1.7;
  }

  .p-entry-cta__link,
  .p-bottom-cta__link {
    position: relative;

    display: inline-flex;
    align-items: center;
    justify-content: flex-start;

    width: auto;
    min-width: 0;
    aspect-ratio: auto;

    padding: 0 calc(clamp(28px, 3vw, 36px) + 1.4vw) 0 0;

    gap: 0;
    margin-left: auto;

    color: var(--color-text);
    font-size: clamp(11px, 1vw, 12px);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-top: 4vw;
  }

  .p-entry-cta__link::after,
  .p-entry-cta__link::before,
  .p-bottom-cta__link::after,
  .p-bottom-cta__link::before {
    position: absolute;
    top: 50%;
    right: 0;

    width: clamp(28px, 3vw, 36px);
    min-width: 28px;
    aspect-ratio: 36 / 26;

    transform: translateY(-50%);
  }

  .p-entry-cta__link::before,
  .p-bottom-cta__link::before {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-point {
    padding: 0 0 9vw;
    overflow: hidden;
  }

  .p-point__heading {
    margin-bottom: 4.5vw;
  }

  .p-point__en {
    margin-bottom: 1vw;
    font-size: clamp(14px, 1.2vw, 16px);
  }

  .p-point__title {
    font-size: clamp(22px, 2.2vw, 26px);
  }

  .p-point__slider {
    width: 100%;
    overflow: hidden;
  }

  .p-point__slider .splide__track {
    overflow: visible;
  }

  .p-point__slider .splide__list {
    align-items: stretch;
  }

  .p-point__slide {
    height: 100%;
    background: #f5f5f5;
  }

  .p-point__img {
    aspect-ratio: 560 / 325;
    overflow: hidden;
  }

  .p-point__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .p-point__body {
    min-height: 22vw;
    padding: 4vw;
  }

  .p-point__slide-title {
    margin-bottom: 1.8vw;
    font-size: clamp(17px, 1.8vw, 22px);
  }

  .p-point__text {
    font-size: clamp(13px, 1.25vw, 15px);
    line-height: 2;
  }

  .p-point__controls {
    gap: 2.8vw;
    margin-top: 4.5vw;
  }

  .p-point__arrow {
    width: 3.6vw;
    min-width: 32px;
  }

  .p-point__bar {
    width: 22vw;
  }

  .p-movie__body {
    aspect-ratio: 1200 / 692;
  }

  .p-movie__content {
    top: 5vw;
    left: 5vw;
    width: 64vw;
  }

  .p-movie__lead {
    font-size: clamp(20px, 2.2vw, 24px);
    line-height: 1.65;
  }

  .p-movie__text {
    margin-top: 2.4vw;
    font-size: clamp(12px, 1.2vw, 13px);
    line-height: 2;
  }

  .p-movie__button {
    width: 26vw;
    min-width: 240px;
    height: 6vw;
    min-height: 58px;
    padding: 0.5vw 6vw 0.5vw 2.5vw;
    font-size: clamp(17px, 1.8vw, 20px);
  }

  .p-movie__button::after {
    right: 1.1vw;
    width: 3.8vw;
    min-width: 38px;
  }

  .p-movie__button::before {
    right: calc(1.1vw + 1.45vw);
    width: 1vw;
    height: 1vw;
    min-width: 10px;
    min-height: 10px;
  }

  .p-movie__body::before {
    right: 5vw;
    width: 3vw;
  }

  .p-contents {
    padding: 8vw 0 10vw;
  }

  .p-contents__inner {
    grid-template-columns: 22vw 1fr;
    column-gap: 5vw;
    width: 88vw;
    min-width: 0;
    align-items: stretch;
  }

  .p-contents__side {
    position: relative;
    align-self: stretch;
  }

  .p-contents__side-sticky {
    position: sticky;
    top: 8vw;
  }

  .p-contents__heading {
    margin-bottom: 3vw;
  }

  .p-contents__en {
    margin-bottom: 1vw;
    font-size: clamp(12px, 1.2vw, 14px);
  }

  .p-contents__title {
    font-size: clamp(22px, 2.2vw, 26px);
  }

  .p-contents__menu {
    gap: 1.2vw;
  }

  .p-contents__menu a {
    font-size: clamp(12px, 1.15vw, 13px);
    line-height: 1.7;
  }

  .p-contents__more {
    gap: 1.4vw;
    margin-top: 6vw;
    font-size: clamp(12px, 1.15vw, 13px);
    width: clamp(154px, 13.5vw, 164px);
  }

  .p-contents__cards {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4vw;
    row-gap: 5.5vw;
    padding-top: 4vw;
  }

  .p-contents__label {
    height: 3.8vw;
    font-size: clamp(13px, 1.45vw, 18px);
  }

  .p-contents__label::before {
    left: -1.8vw;
    width: 6.5vw;
    height: 5vw;
  }

  .p-contents__date {
    margin-top: 1.4vw;
    font-size: 11px;
  }

  .p-contents__card-title {
    margin-top: 1vw;
    font-size: clamp(12px, 1.15vw, 13px);
    line-height: 1.8;
  }

  .p-admission__heading-wrap {
    width: 86vw;
    padding: 8vw 0 6vw;
  }

  .p-admission__target {
    margin-bottom: 3vw;
    font-size: clamp(16px, 1.8vw, 18px);
  }

  .p-admission__target::before {
    width: 3.2vw;
  }

  .p-admission__target::after {
    width: 3.2vw;
  }

  .p-admission__heading {
    margin-bottom: 3vw;
  }

  .p-admission__en {
    margin-bottom: 1vw;
    font-size: clamp(14px, 1.2vw, 16px);
  }

  .p-admission__title {
    font-size: clamp(22px, 2.2vw, 26px);
  }

  .p-admission__lead {
    font-size: clamp(19px, 2.2vw, 22px);
    line-height: 1.7;
  }

  .p-admission__text {
    margin-top: 2.4vw;
    font-size: clamp(13px, 1.25vw, 14px);
    line-height: 2;
  }

  .p-admission__visual {
    position: relative;
    aspect-ratio: 1200 / 553;
    min-height: 0;
    overflow: hidden;
  }

  .p-admission__bg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .p-admission__visual > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .p-admission__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .p-admission__links {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    width: min(29vw, 360px);
    height: fit-content;
    margin: auto;
    gap: 1.6vw;
    transform: none;
  }

  .p-admission__link {
    height: 5.6vw;
    min-height: 48px;
    max-height: 56px;
    padding: 0.5vw 1.2vw 0.5vw 2vw;
    font-size: clamp(14px, 1.5vw, 17px);
  }

  .p-admission__link.c-arrow-icon {
    --arrow-font: 11px;
  }

  .p-support-links {
    padding: 9vw 0;
  }

  .p-support-links__inner {
    width: 88vw;
    min-width: 0;
    gap: 2.4vw;
  }

  .p-support-links__item {
    grid-template-columns: 18vw 1fr;
    min-height: 23vw;
  }

  .p-support-links__body {
    padding: 2.6vw 2.4vw 2vw;
  }

  .p-support-links__title {
    font-size: clamp(16px, 2vw, 21px);
    line-height: 1.45;
  }

  .p-support-links__text {
    margin-top: 1.4vw;
    font-size: clamp(12px, 1.15vw, 13px);
    line-height: 1.8;
  }

  .p-support-links__link {
    gap: 1vw;
    font-size: clamp(11px, 1vw, 12px);
  }

  .p-sns {
    padding: 0 0 9vw;
  }

  .p-sns__heading {
    margin-bottom: 2vw;
    font-size: clamp(16px, 1.8vw, 19px);
  }

  .p-sns__inner {
    width: 88vw;
    min-width: 0;
  }

  .p-sns__item {
    min-height: 35vw;
    padding: 3vw 2.4vw 2.4vw;
  }

  .p-sns__icon {
    width: 5.6vw;
    height: 5.6vw;
    min-width: 52px;
    min-height: 52px;
    margin-bottom: 2.8vw;
  }

  .p-sns__text {
    font-size: clamp(12px, 1.15vw, 14px);
    line-height: 1.9;
  }

  .p-sns__link {
    width: 3vw;
    min-width: 30px;
    margin-top: 2.667vw;
  }

  .p-sns__link::before,
  .p-sns__link::after {
    right: -0.4vw;
  }

  .p-access {
    padding: 0;
  }

  .p-access__inner {
    width: 88vw;
    min-width: 0;
    min-height: 56vw;
  }

  .p-access__content {
    top: 0;
    left: 0;
    width: 30vw;
  }

  .p-access__heading {
    margin-bottom: 2.8vw;
  }

  .p-access__en {
    margin-bottom: 1vw;
    font-size: clamp(14px, 1.2vw, 16px);
  }

  .p-access__title {
    font-size: clamp(22px, 2.2vw, 26px);
  }

  .p-access__text {
    font-size: clamp(13px, 1.25vw, 14px);
    line-height: 2;
  }

  .p-access__button {
    top: 47vw;
    left: 0;
    width: 28vw;
    min-width: 230px;
    height: 6vw;
    min-height: 56px;
    padding: 0.5vw 1.2vw 0.5vw 2.4vw;
    font-size: clamp(18px, 2vw, 20px);
  }

  .p-access__map {
    top: 1vw;
    right: -4vw;
    width: 70vw;
    height: 48vw;
  }

  .p-access__map-main {
    top: -2vw;
    left: -23vw;
    width: 84vw;
  }

  .p-access__map-japan {
    right: 3vw;
    bottom: -7vw;
    width: 34vw;
  }

  .p-news {
    padding: 9vw 0 0;
  }

  .p-news__inner {
    width: 88vw;
    min-width: 0;
    padding: 7vw 8vw;
  }

  .p-news__head {
    width: 100%;
    min-width: 0;
    margin-bottom: 4vw;
  }

  .p-news__en {
    margin-bottom: 1vw;
    font-size: clamp(14px, 1.2vw, 16px);
  }

  .p-news__title {
    font-size: clamp(22px, 2.2vw, 26px);
  }

  .p-news__more {
    gap: 1.4vw;
    font-size: clamp(12px, 1.15vw, 13px);
  }

  .p-news__list {
    width: 100%;
    min-width: 0;
  }

  .p-news__link {
    padding: 2.8vw 0 2.6vw;
  }

  .p-news__item-title {
    font-size: clamp(15px, 1.35vw, 16px);
    line-height: 1.7;
  }

  .p-news__meta {
    margin-top: 1.2vw;
    font-size: 12px;
  }

  .p-bottom-cta {
    padding: 9vw 0 0;
  }

  .p-bottom-cta__heading {
    margin-bottom: 2vw;
    font-size: clamp(16px, 1.8vw, 19px);
  }

  .p-bottom-cta__inner {
    width: 88vw;
    min-width: 0;
  }

  .p-bottom-cta__item {
    min-height: 22vw;
    padding: 3vw 2.4vw 2.4vw;
  }

  .p-bottom-cta__icon {
    height: 4.5vw;
    min-height: 40px;
    margin-bottom: 2.8vw;
  }

  .p-bottom-cta__item:nth-child(1) .p-bottom-cta__icon img {
    width: 5.4vw;
    min-width: 48px;
  }

  .p-bottom-cta__item:nth-child(2) .p-bottom-cta__icon img {
    width: 8vw;
    min-width: 72px;
  }

  .p-bottom-cta__item:nth-child(3) .p-bottom-cta__icon img {
    width: 6.4vw;
    min-width: 56px;
  }

  .p-bottom-cta__body {
    min-height: 11vw;
  }

  .p-bottom-cta__title {
    font-size: clamp(20px, 2vw, 24px);
    line-height: 1.45;
  }

  .p-bottom-cta__text {
    margin-top: 1.4vw;
    font-size: clamp(14px, 1.15vw, 16px);
    line-height: 1.8;
  }

  .p-bottom-cta__link {
    gap: 1vw;
    font-size: clamp(11px, 1vw, 12px);
  }

  .l-footer {
    aspect-ratio: 1200 / 760;
  }

  .l-footer__catch {
    top: 7vw;
    left: 7vw;
    width: 42vw;
  }

  .l-footer__content {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 3vw;
    width: 86vw;
    max-width: 760px;
    transform: translateX(-50%);
  }

  .l-footer__logo {
    width: 24vw;
    min-width: 180px;
    margin-bottom: 2vw;
  }

  .l-footer__address {
    top: 1.2vw;
    font-size: clamp(11px, 1.05vw, 12px);
    line-height: 1.8;
  }

  .l-footer__nav {
    display: grid;
    grid-template-columns: repeat(5, auto);
    justify-content: start;
    gap: 1.8vw 3.4vw;
    padding-top: 2.8vw;
    padding-right: 14vw;
  }

  .l-footer__nav a {
    font-size: 10px;
    line-height: 1.4;
    white-space: nowrap;
  }

  .l-footer__sns {
    right: 0;
    bottom: 6.2vw;
  }

  .l-footer__sns img {
    width: 22px;
  }

  .l-footer__copyright {
    margin-top: 2vw;
    font-size: 10px;
    line-height: 1.6;
  }
}

/* access text section */
.p-access-text {
  padding: 0;
  background: #fff;
  color: var(--color-text);
}

.p-access-text__inner {
  width: 75vw;
  min-width: 900px;
  margin-inline: auto;
}

.p-access-text__route {
  width: min(100%, 980px);
  margin-inline: auto;
}

.p-access-text__lead {
  margin: 0 0 2.75vw;
  padding-bottom: 1.75vw;
  border-bottom: 1px solid rgba(65, 65, 65, 0.28);
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: var(--fz-body-lg);
}

.p-access-text__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(48px, 5vw, 72px);
  row-gap: clamp(44px, 4vw, 60px);
}

.p-access-text__item {
  min-width: 0;
}

.p-access-text__item h3 {
  margin: 0 0 18px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.12em;
  font-size: var(--fz-heading-sm);
}

.p-access-text__item ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-access-text__item li {
  position: relative;
  padding-left: 1.1em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: var(--fz-body);
}

.p-access-text__item li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #555;
}

.p-access-text__item span {
  display: inline-block;
  min-width: 5.5em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .p-access-text {
    padding: 0 0 16.41vw;
  }

  .p-access-text__inner {
    width: 82.0513vw;
    min-width: 0;
  }

  .p-access-text__route {
    width: 100%;
  }

  .p-access-text__lead {
    margin-bottom: 5.128vw;
    padding-bottom: 4.103vw;
    font-size: 14px;
    line-height: 1.8;
  }

  .p-access-text__list {
    grid-template-columns: 1fr;
    gap: 7.692vw;
  }

  .p-access-text__item h3 {
    margin-bottom: 3.077vw;
    font-size: 18px;
  }

  .p-access-text__item ul {
    gap: 2.564vw;
  }

  .p-access-text__item li {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }

  .p-access-text__item span {
    display: block;
    min-width: 0;
    margin-bottom: 0.4em;
  }
}

/* ========================================
   Drone Movie
======================================== */

.p-drone-movie {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto 100px;
}

.p-drone-movie__video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 767px) {
  .p-drone-movie {
    width: calc(100% - 40px);
    margin: 0 auto 20.5128vw;
  }
}

/* ========================================
   Tablet / Access
======================================== */

@media (min-width: 768px) and (max-width: 1199px) {
  .p-access {
    padding: 6.6667vw 0 7.8125vw;
  }

  .p-access__inner {
    position: relative;
    width: min(82.0313vw, 900px);
    min-width: 0;
    min-height: 55vw;
    margin-inline: auto;
  }

  .p-access__content {
    position: absolute;
    top: 0px;
    left: 0;
    width: 33vw;
  }

  .p-access__map {
    position: absolute;
    top: -1.5vw;
    right: -1vw;
    width: 68vw;
    height: 40vw;
  }

  .p-access__map-main {
    top: 5vw;
    left: 1vw;
    width: 63vw;
  }

  .p-access__map-japan {
    right: -2vw;
    bottom: -11vw;
    width: 28vw;
  }
}

/* ========================================
   Tablet / Access Text
======================================== */

@media (min-width: 768px) and (max-width: 1199px) {
  .p-access-text {
    width: min(82.0313vw, 720px);
    margin-inline: auto;
    padding: 0;
    overflow: hidden;
  }

  .p-access-text__inner {
    width: 100%;
    margin-inline: auto;
    min-width: unset;
  }

  .p-access-text__lead {
    margin-bottom: 4vw;
  }

  .p-access-text__list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 4.5vw;
  }

  .p-access-text__item {
    min-width: 0;
  }

  .p-access-text__item h3 {
    margin-bottom: 1.6vw;
  }

  .p-access-text__item ul {
    display: grid;
    gap: 1vw;
  }

  .p-access-text__item li {
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

/* ========================================
   Tablet / Entry CTA
======================================== */

@media (min-width: 768px) and (max-width: 1199px) {
  .p-entry-cta__item {
    display: flex;
    flex-direction: column;
  }

  .p-entry-cta__body {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .p-entry-cta__link {
    margin-top: auto;
    margin-left: auto;
  }
}

/* ========================================
   Tablet / SNS
======================================== */

@media (min-width: 768px) and (max-width: 1199px) {
  .p-sns__item {
    display: flex;
    flex-direction: column;
  }

  .p-sns__body {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .p-sns__link {
    margin-top: auto;
    margin-left: auto;
  }
}

/* ========================================
   Tablet / Bottom CTA
======================================== */

@media (min-width: 768px) and (max-width: 1199px) {
  .p-bottom-cta__item {
    display: flex;
    flex-direction: column;
  }

  .p-bottom-cta__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 11vw;
  }

  .p-bottom-cta__text {
    margin-bottom: 4vw;
  }

  .p-bottom-cta__link {
    margin-top: auto;
    margin-left: auto;
  }
}
