@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --font-body: 'Noto Sans JP', sans-serif;
  --font-display: 'Noto Sans JP', sans-serif;
  --media-max: 1980px;
  --media-xl: 1280px;
  --media-lg: 1024px;
  --media-md: 768px;
  --media-sm: 640px;
  --media-xs: 375px;
  --rounded-full: 100vmax;
  --rounded-xl: 24px;
  --rounded-lg: 16px;
  --rounded-md: 12px;
  --rounded-sm: 8px;
  --rounded-xs: 4px;
  --color-body: #fff;
  --color-body-50: white;
  --color-body-100: rgb(242.25, 242.25, 242.25);
  --color-body-200: rgb(216.75, 216.75, 216.75);
  --color-body-300: rgb(191.25, 191.25, 191.25);
  --color-body-400: rgb(165.75, 165.75, 165.75);
  --color-body-500: rgb(140.25, 140.25, 140.25);
  --color-body-600: rgb(114.75, 114.75, 114.75);
  --color-body-700: rgb(89.25, 89.25, 89.25);
  --color-body-800: rgb(63.75, 63.75, 63.75);
  --color-body-900: rgb(38.25, 38.25, 38.25);
  --color-text: #333;
  --color-text-50: rgb(242.25, 242.25, 242.25);
  --color-text-100: rgb(229.5, 229.5, 229.5);
  --color-text-200: #cccccc;
  --color-text-300: rgb(178.5, 178.5, 178.5);
  --color-text-400: #999999;
  --color-text-500: rgb(127.5, 127.5, 127.5);
  --color-text-600: #666666;
  --color-text-700: rgb(76.5, 76.5, 76.5);
  --color-text-800: #333333;
  --color-text-900: rgb(25.5, 25.5, 25.5);
  --color-text-weak: #9a9a9a;
  --color-primary: #9dd9d2;
  --color-primary-50: rgb(248.875, 252.625, 252.1875);
  --color-primary-100: rgb(230.5, 245.5, 243.75);
  --color-primary-200: rgb(193.75, 231.25, 226.875);
  --color-primary-300: #9dd9d2;
  --color-primary-400: rgb(120.25, 202.75, 193.125);
  --color-primary-500: rgb(83.5, 188.5, 176.25);
  --color-primary-600: rgb(61.75, 159.25, 147.875);
  --color-primary-700: rgb(47.5, 122.5, 113.75);
  --color-primary-800: rgb(33.25, 85.75, 79.625);
  --color-primary-900: rgb(19, 49, 45.5);
  --color-accent: #ff8811;
  --color-accent-50: rgb(255, 250.75, 246.5);
  --color-accent-100: #ffeedd;
  --color-accent-200: rgb(255, 212.5, 170);
  --color-accent-300: #ffbb77;
  --color-accent-400: rgb(255, 161.5, 68);
  --color-accent-500: #ff8811;
  --color-accent-600: rgb(221, 110.5, 0);
  --color-accent-700: #aa5500;
  --color-accent-800: rgb(119, 59.5, 0);
  --color-accent-900: #442200;
  --color-bg: #f2fafb;
  --color-line: #c5beb6;
  --color-line-weak: #e2e2df;
  --container: 1024px;
  --gap: 1.25rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: var(--font-body);
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 1024px;
  min-height: 100vh;
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  font-kerning: normal;
  color: var(--color-text);
  letter-spacing: 0.05em;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: var(--color-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 767.98px) {
  body {
    min-width: unset;
  }
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe,
object,
embed {
  max-width: 100%;
}

a[class=""],
a:not([class]):not(:has(*)) {
  color: var(--color-text);
  text-decoration: none;
  vertical-align: top;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--color-primary-300) 0);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.6s ease;
}
a[class=""][target=_blank]::after,
a:not([class]):not(:has(*))[target=_blank]::after {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
  vertical-align: bottom;
  content: "";
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWV4dGVybmFsLWxpbmsiPjxwYXRoIGQ9Ik0xNSAzaDZ2NiIvPjxwYXRoIGQ9Ik0xMCAxNCAyMSAzIi8+PHBhdGggZD0iTTE4IDEzdjZhMiAyIDAgMCAxLTIgMkg1YTIgMiAwIDAgMS0yLTJWOGEyIDIgMCAwIDEgMi0yaDYiLz48L3N2Zz4=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWV4dGVybmFsLWxpbmsiPjxwYXRoIGQ9Ik0xNSAzaDZ2NiIvPjxwYXRoIGQ9Ik0xMCAxNCAyMSAzIi8+PHBhdGggZD0iTTE4IDEzdjZhMiAyIDAgMCAxLTIgMkg1YTIgMiAwIDAgMS0yLTJWOGEyIDIgMCAwIDEgMi0yaDYiLz48L3N2Zz4=");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
a[class=""]:hover,
a:not([class]):not(:has(*)):hover {
  background-size: 100% 100%;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #dadce0;
  border-radius: 10px;
}

:is(h1, h2, h3, h4, h5, h6) {
  scroll-margin-top: 100px;
}

.index main {
  display: grid;
}
.index main .kv .kv__bg-movie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.index main .kv .kv__bg-movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.index main .kv .kv__logo {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .index main .kv .kv__logo {
    width: calc(100vw * 250 / 375);
  }
  .index main .kv .kv__logo img {
    width: 100%;
  }
}
.index main .kv .kv__arrow-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100svh;
  max-height: 1640px;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .index main .kv .kv__arrow-container {
    height: auto;
    min-height: 100svh;
  }
}
.index main .kv .kv__arrow-icon {
  position: absolute;
  bottom: 60px;
  left: calc(50% - 20px);
  display: grid;
  place-content: center;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .index main .kv .kv__arrow-icon {
    bottom: calc(100vw * 40 / 375);
    left: calc(50% - 100vw * 20 / 375);
    width: calc(100vw * 40 / 375);
    height: calc(100vw * 40 / 375);
    border-width: calc(100vw * 1 / 375);
    border-radius: calc(100vw * 20 / 375);
  }
}
.index main .kv .kv__arrow-icon::before {
  display: block;
  width: 14px;
  height: 23px;
  content: "";
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMy45OCAyMi44MiI+CiAgPHBhdGggZD0iTTEzLjI3IDE1LjEyIDcuNDkgMjAuOVYwaC0xdjIwLjkxTC43MSAxNS4xMmwtLjcxLjcxIDYuOTkgNi45OSA2Ljk5LTYuOTktLjcxLS43MXoiLz4KPC9zdmc+");
  mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMy45OCAyMi44MiI+CiAgPHBhdGggZD0iTTEzLjI3IDE1LjEyIDcuNDkgMjAuOVYwaC0xdjIwLjkxTC43MSAxNS4xMmwtLjcxLjcxIDYuOTkgNi45OSA2Ljk5LTYuOTktLjcxLS43MXoiLz4KPC9zdmc+");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media (max-width: 767.98px) {
  .index main .kv .kv__arrow-icon::before {
    width: calc(100vw * 14 / 375);
    height: calc(100vw * 23 / 375);
  }
}
.index main .kv .kv__contents {
  position: sticky;
  top: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: min(9svh, 90px);
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 767.98px) {
  .index main .kv .kv__contents {
    gap: min(6svh, 100vw * 60 / 375);
    height: auto;
    min-height: 100svh;
  }
}
.index main .kv .kv__contents--movie {
  min-height: 100svh;
  max-height: 1640px;
}
.index main .kv .kv__contents--main {
  position: relative;
  min-height: unset;
  justify-content: flex-start;
  max-height: unset;
  gap: 80svh;
}
.index main .kv .kv__contents--dark {
  color: #fff;
  background: #385375;
  min-height: 100svh;
  max-height: 1640px;
}
@media (max-width: 767.98px) {
  .index main .kv .kv__contents--dark {
    padding-top: calc(100vw * 100 / 375);
    padding-bottom: calc(100vw * 100 / 375);
  }
}
.index main .kv .kv__contents .kv__contents-fix-inner {
  position: sticky;
  top: 0;
  left: 0;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index main .kv .kv__contents .kv__contents-inner {
  display: flex;
  gap: 100px;
  align-items: center;
  max-width: 870px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .index main .kv .kv__contents .kv__contents-inner {
    flex-direction: column;
    gap: calc(100vw * 60 / 375);
    max-width: 100%;
  }
}
.index main .kv .kv__title {
  display: flex;
  flex-direction: column;
  gap: min(9vh, 90px);
  color: #20396f;
}
@media (max-width: 767.98px) {
  .index main .kv .kv__title {
    gap: min(6vh, 100vw * 60 / 375);
  }
}
.index main .kv .kv__title .kv__title-en {
  font-family: "Overpass", sans-serif;
  font-size: 18px;
  font-size: min(1.8vh, 18px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767.98px) {
  .index main .kv .kv__title .kv__title-en {
    font-size: max(1.2vh, 100vw * 12 / 375);
  }
}
.index main .kv .kv__title .kv__title-en::after {
  display: block;
  width: 30px;
  height: 3px;
  margin: 30px auto 0;
  content: "";
  background-color: currentColor;
}
@media (max-width: 767.98px) {
  .index main .kv .kv__title .kv__title-en::after {
    width: min(3svh, 100vw * 30 / 375);
    height: min(0.3svh, 100vw * 3 / 375);
    margin-top: min(3svh, 100vw * 30 / 375);
  }
}
.index main .kv .kv__title .kv__title-ja {
  font-size: 40px;
  font-size: min(4svh, 40px);
  font-weight: 600;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767.98px) {
  .index main .kv .kv__title .kv__title-ja {
    font-size: max(2.4svh, 100vw * 24 / 375);
  }
}
.index main .kv .kv__desc {
  font-size: min(2svh, 20px);
  font-weight: 400;
  line-height: 2.5;
  color: #20396f;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 767.98px) {
  .index main .kv .kv__desc {
    font-size: max(1.4svh, 100vw * 14 / 375);
  }
}
.index main .kv .kv__img {
  flex-shrink: 0;
}
.index main .kv .kv__img img,
.index main .kv .kv__img svg {
  width: 100%;
}
.index main .kv .kv__img svg {
  overflow: visible;
}
@media (max-width: 767.98px) {
  .index main .kv .kv__img {
    order: 2;
    max-width: calc(100vw * 254 / 375);
  }
}
.index main .kv .kv__body {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .index main .kv .kv__body {
    display: contents;
    gap: calc(100vw * 40 / 375);
  }
}
.index main .kv .kv__about-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 767.98px) {
  .index main .kv .kv__about-title {
    order: 1;
    font-size: calc(100vw * 18 / 375);
    text-align: center;
  }
}
.index main .kv .kv__about-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0;
}
@media (max-width: 767.98px) {
  .index main .kv .kv__about-desc {
    order: 3;
    font-size: calc(100vw * 14 / 375);
  }
}
.index main .feature .feature__pin-container:nth-child(4n+1) {
  --title-color: #abc6ff;
}
.index main .feature .feature__pin-container:nth-child(4n+2) {
  --title-color: #ed9ea7;
}
.index main .feature .feature__pin-container:nth-child(4n+3) {
  --title-color: #67ebf1;
}
.index main .feature .feature__pin-container:nth-child(4n+4) {
  --title-color: #ffd572;
}
.index main .feature .feature__inner {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .index main .feature .feature__inner {
    padding: calc(100vw * 237 / 375) 0;
  }
}
.index main .feature .feature__image {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  width: 50%;
}
@media (max-width: 767.98px) {
  .index main .feature .feature__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.index main .feature .feature__image .feature__image-item {
  flex-grow: 1;
  overflow: hidden;
  min-height: 640px;
}
@media (max-width: 767.98px) {
  .index main .feature .feature__image .feature__image-item {
    min-height: unset;
  }
}
.index main .feature .feature__image .simpleParallax {
  width: 100%;
  height: 100%;
}
.index main .feature .feature__image .feature__image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.index main .feature .feature__desc {
  position: sticky;
  top: 0;
  z-index: 0;
  display: grid;
  flex-direction: column;
  gap: 20px;
  align-content: center;
  justify-content: center;
  width: 50%;
  min-height: 100svh;
  max-height: 1640px;
  padding: 30px 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}
@media (max-width: 767.98px) {
  .index main .feature .feature__desc {
    gap: calc(100vw * 20 / 375);
    justify-content: flex-start;
    width: calc(100% - 100vw * 27 / 375);
    min-height: unset;
    padding: calc(100vw * 30 / 375);
    font-size: calc(100vw * 12 / 375);
    background-color: #fff;
  }
}
@media (max-width: 767.98px) {
  .index main .feature .feature__pin-container:nth-child(even) .feature__desc {
    margin-left: auto;
  }
}
.index main .feature .feature__title {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .index main .feature .feature__title {
    gap: calc(100vw * 20 / 375);
  }
}
.index main .feature .feature__title .feature__title-en {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  color: var(--title-color);
}
@media (max-width: 767.98px) {
  .index main .feature .feature__title .feature__title-en {
    font-size: calc(100vw * 20 / 375);
  }
}
.index main .feature .feature__title .feature__title-ja {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .index main .feature .feature__title .feature__title-ja {
    font-size: calc(100vw * 20 / 375);
  }
}
.index main .message .message__inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  justify-content: center;
  height: 100svh;
  max-height: 1640px;
}
@media (max-width: 767.98px) {
  .index main .message .message__inner {
    gap: calc(100vw * 80 / 375);
    height: auto;
    padding: calc(100vw * 100 / 375) 0;
  }
}
.index main .message .message__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #20396f;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 767.98px) {
  .index main .message .message__title {
    font-size: calc(100vw * 20 / 375);
  }
}
.index main .message .message__logo {
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .index main .message .message__logo {
    max-width: calc(100vw * 100 / 375);
  }
  .index main .message .message__logo img {
    width: 100%;
  }
}
.u-scroll--fadeIn {
  transition: opacity 0.6s, transform 0.6s;
}
.u-scroll--fadeIn:not(.is-active) {
  opacity: 0;
  transform: translateY(40px);
}

.u-scroll--fadeInBlur {
  transition: opacity 0.6s, transform 0.6s, filter 0.6s;
}
.u-scroll--fadeInBlur:not(.is-active) {
  filter: blur(8px);
  opacity: 0;
  transform: translateY(40px);
}

.u-scroll--clipInRight {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path 0.4s;
}
.u-scroll--clipInRight:not(.is-active) {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

@media (min-width: 768px), print {
  .spOnly {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .pcOnly {
    display: none;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 480px;
  height: 80px;
  color: #fff;
  background-color: #20396f;
  border-radius: 100vmax;
  transition: 0.3s;
}
.button:hover {
  background-color: #16aafa;
}
@media (max-width: 767.98px) {
  .button {
    gap: calc(100vw * 10 / 375);
    min-width: calc(100vw * 310 / 375);
    height: calc(100vw * 60 / 375);
  }
}
.button .button__inner {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767.98px) {
  .button .button__inner {
    font-size: calc(100vw * 16 / 375);
  }
}

@media (max-width: 767.98px) {
  .logo {
    width: calc(100vw * 142 / 375);
  }
}

.menu-list > ul > *:not(:last-child),
.fix-menu > ul > *:not(:last-child) {
  display: none;
}

.fix-menu {
  width: auto;
  right: 0;
}
.fix-menu ul li {
  width: auto;
}
.fix-menu #menu a {
  width: calc(100vw * 68 / 375);
  height: calc(100vw * 68 / 375);
  display: grid;
  place-content: center;
  place-items: center;
}

header.sub-header {
  background-color: unset;
}

.fix-menu ul {
  justify-content: flex-end;
}

.sp-header .btn_header_counseling,
.fix-menu-tel {
  display: none !important;
}