@charset "UTF-8";
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

.top .column-2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .top .column-2 {
    flex-direction: column;
  }
}
.top .text {
  font-weight: 300;
}
.top .section-wrap {
  position: relative;
}
.top .section-wrap .section-wrap__bg-wrap {
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100lvh;
}
.top .section-wrap .section-wrap__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100lvh;
  z-index: -1;
  transform: translateX(-50%);
}
.top .section-wrap .section-wrap__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.top .section-wrap .section-wrap__contents {
  position: relative;
  z-index: 1;
  margin-top: -100lvh;
}
.top .mv {
  z-index: 1;
  display: flex;
  height: auto;
  position: relative;
  height: 100dvh;
}
@media screen and (max-width: 834px) {
  .top .mv {
    flex-direction: column;
  }
}
.top .mv__curtain-top {
  position: absolute;
  inset: 0;
  bottom: 50%;
  z-index: 4;
  transform: translateY(0);
  transition: transform 0.9s cubic-bezier(0.76, 0, 0.24, 1) 0.05s;
}
.top .mv__curtain-bottom {
  position: absolute;
  inset: 0;
  top: 50%;
  z-index: 4;
  transform: translateY(0);
  transition: transform 0.9s cubic-bezier(0.76, 0, 0.24, 1) 0.05s;
}
.top .mv__flash {
  position: absolute;
  inset: 0;
  z-index: 6;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}
.top .mv__title {
  opacity: 0;
  transform: translateX(-32px);
  transition: opacity 0.8s ease 1.9s, transform 0.9s cubic-bezier(0.16, 1, 0.3, 1) 1.9s;
  top: 5px;
  width: 30%;
  left: 1%;
  color: #fff;
  position: absolute;
  z-index: 5;
  line-height: 0.9;
  letter-spacing: 0;
  font-size: clamp(60px, 6.7vw, 112px);
}
@media screen and (max-width: 834px) {
  .top .mv__title {
    position: relative;
    width: 85%;
    left: auto;
    margin: 0 auto;
    top: auto;
  }
}
@media screen and (max-width: 834px) {
  .top .mv__title {
    width: 100%;
    order: 1;
  }
}
.top .mv__title span:first-child {
  font-weight: 200;
}
.top .mv__sub-title {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease 1.4s, transform 0.7s ease 1.4s;
  bottom: 50px;
  width: 40%;
  right: 5%;
  color: #fff;
  position: absolute;
  text-align: right;
  z-index: 5;
}
@media screen and (max-width: 834px) {
  .top .mv__sub-title {
    width: 100%;
    order: 3;
    position: relative;
    margin-top: 30px;
  }
}
.top .mv__sub-title span.lead {
  display: block;
  font-weight: 400;
  font-size: clamp(17px, 1.7vw, 24px);
}
.top .mv__sub-title span.sub-title {
  font-size: clamp(25px, 2.9vw, 48px);
  font-weight: 500;
  letter-spacing: 0;
}
.top .mv__picture {
  width: 995px;
  margin: 0 auto;
  display: block;
  height: 100%;
  overflow: clip;
  position: relative;
}
.top .mv__picture::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateY(0%);
  transition: transform 1.1s cubic-bezier(0.76, 0, 0.24, 1) 0.1s;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .top .mv__picture {
    width: 90%;
    max-width: 800px;
  }
}
@media screen and (max-width: 834px) {
  .top .mv__picture {
    order: 2;
    margin-top: 20px;
    max-width: 100%;
  }
}
.top .mv__picture img.mv-images {
  transform: scale(1.35);
  filter: blur(28px) brightness(0.9) saturate(0.94);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1) 0.8s, filter 1.8s cubic-bezier(0.4, 0, 0.15, 1) 0.9s;
  will-change: transform, filter;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 100%;
}
.top .mv.is-loaded .mv__curtain-top {
  transform: translateY(-102%);
}
.top .mv.is-loaded .mv__curtain-bottom {
  transform: translateY(102%);
}
.top .mv.is-loaded .mv__title {
  opacity: 1;
  transform: translateX(0);
}
.top .mv.is-loaded .mv__sub-title {
  opacity: 1;
  transform: translateY(0);
}
.top .mv.is-loaded img.mv-images {
  transform: scale(1);
  filter: blur(0px) brightness(1) saturate(1);
}
.top .top-lead {
  position: relative;
  z-index: 1;
  padding: clamp(65px, 2.5vw, 180px) 0 270px;
}
@media screen and (max-width: 834px) {
  .top .top-lead {
    padding: clamp(65px, 2.5vw, 180px) 0 120px;
  }
}
.top .top-lead {
  text-align: center;
}
.top .top-lead__title {
  font-size: clamp(18px, 1.8vw, 32px);
  margin-bottom: clamp(20px, 2.5vw, 32px);
  position: relative;
  z-index: 2;
  font-weight: 400;
}
.top .top-lead__text {
  font-size: clamp(14px, 1.7vw, 18px);
  margin-bottom: clamp(20px, 2.5vw, 32px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .top .top-lead__text {
    text-align: left;
  }
}
.top .top-about {
  position: relative;
  z-index: 1;
  padding: 150px 0;
}
@media screen and (max-width: 834px) {
  .top .top-about {
    padding: 60px 0;
  }
}
.top .top-about::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: -270px;
  height: 270px;
  width: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 834px) {
  .top .top-about::before {
    top: -120px;
    height: 120px;
  }
}
.top .top-about__top {
  flex-direction: column;
  display: flex;
  text-align: left;
  max-width: 1465px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 834px) {
  .top .top-about__top {
    width: 100%;
  }
}
.top .top-about__title {
  width: 100%;
  margin-bottom: 40px;
  font-size: clamp(70px, 6.7vw, 112px);
  font-weight: 300;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
}
.top .top-about__title::before {
  content: "";
  position: absolute;
  background: url(../img/top/top-about-dec.svg) center/cover no-repeat;
  width: 274px;
  height: 39px;
  bottom: -20px;
  left: -30px;
}
@media screen and (max-width: 834px) {
  .top .top-about__title::before {
    width: 115px;
    height: 15px;
    bottom: -7px;
    left: 0;
  }
}
@media screen and (max-width: 834px) {
  .top .top-about__title {
    font-size: clamp(45px, 6.7vw, 112px);
    padding-left: 5%;
    padding-bottom: 10px;
    width: 90%;
    margin: 0 auto 30px;
  }
}
.top .top-about__title span.fadein-mask {
  display: flex;
  align-items: center;
}
.top .top-about__title span.text-emphasis {
  font-weight: 500;
  position: relative;
}
.top .top-about__intro {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .top .top-about__intro {
    flex-direction: column;
  }
}
.top .top-about__text-box {
  display: flex;
  flex-direction: column;
  width: 29%;
}
@media screen and (max-width: 834px) {
  .top .top-about__text-box {
    width: 90%;
    margin: 0 auto 40px;
    gap: 15px;
    padding-top: 0;
  }
}
.top .top-about__intro-sub-title {
  font-size: clamp(18px, 1.6vw, 32px);
  margin-bottom: 36px;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .top .top-about__intro-sub-title {
    margin-bottom: 0;
  }
}
.top .top-about__picture {
  position: relative;
  width: 67%;
}
@media screen and (max-width: 834px) {
  .top .top-about__picture {
    width: 100%;
    padding-top: 180px;
  }
}
.top .top-about__picture .picture1 {
  position: absolute;
  z-index: 5;
  right: 0;
  top: -260px;
}
@media screen and (max-width: 1300px) {
  .top .top-about__picture .picture1 {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .top .top-about__picture .picture1 {
    right: 0%;
    top: -170px;
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  .top .top-about__picture .picture1 {
    width: 52%;
    top: auto;
    max-width: 300px;
    bottom: 120px;
  }
}
.top .top-about__picture .picture2 {
  width: 89%;
}
@media screen and (max-width: 834px) {
  .top .top-about__picture .picture2 {
    width: 90%;
    aspect-ratio: 2/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top .top-about__picture .picture2 img {
    margin: 0 auto 0 5%;
    width: 80%;
    height: auto;
  }
}
.top .top-about__picture .orval {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  top: -130px;
  left: 30%;
}
@media screen and (max-width: 1500px) {
  .top .top-about__picture .orval {
    left: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .top .top-about__picture .orval {
    top: -70px;
    left: 20%;
    width: 40%;
  }
}
@media screen and (max-width: 834px) {
  .top .top-about__picture .orval {
    width: 175px;
    height: auto;
    top: auto;
    bottom: 210px;
    left: 25%;
  }
}
@media screen and (max-width: 640px) {
  .top .top-about__picture .orval {
    width: 125px;
    bottom: 150px;
    left: 10%;
  }
}
.top .top-about__picture .orval p {
  font-weight: 500;
  line-height: 1.5;
  position: absolute;
  font-size: clamp(12px, 2vw, 21px);
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.top .top-about__number {
  background: #d1d6d6;
  margin: 70px auto 150px;
  padding: 60px 8% 80px;
}
@media screen and (max-width: 834px) {
  .top .top-about__number {
    margin: 50px auto 70px;
    padding: 40px 5% 27px;
  }
}
.top .top-about__number-title {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.top .top-about__number-title .bubble {
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto 10px;
  position: relative;
  background: #1f212c;
  border-radius: 5px;
  padding: 0 15px 4px;
}
.top .top-about__number-title .bubble::before {
  content: "";
  position: absolute;
  bottom: -10px;
  background: url(../img/top/triangle.webp) center/cover no-repeat;
  left: 50%;
  width: 11px;
  height: 10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top .top-about__number-title span.en {
  font-size: clamp(25px, 2.8vw, 48px);
}
.top .top-about__number-title span.en span {
  font-weight: 300;
}
.top .top-about__number-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .top .top-about__number-list {
    gap: 10px 0;
  }
}
.top .top-about__number .list-item {
  width: 24%;
  padding: 40px 3%;
  background: #fff;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .top .top-about__number .list-item {
    width: 48.4%;
    padding: 20px 3%;
    aspect-ratio: auto;
  }
}
.top .top-about__number .list-item .list-item__title {
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 400;
  line-height: 1;
  padding-bottom: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 17px auto 10px;
  border-bottom: 2px dotted #1f212c;
}
.top .top-about__number .list-item .list-item__text {
  font-size: clamp(18px, 2vw, 32px);
  font-weight: 400;
}
.top .top-about__number .list-item .list-item__text span.text-emphasis {
  color: #d8bddc;
  font-weight: 500;
  font-size: clamp(41px, 4.9vw, 80px);
}
.top .top-about__number .list-item3 .list-item__text {
  font-size: clamp(13px, 1.4vw, 14px);
  font-weight: 400;
}
.top .top-about__number .list-item-column {
  width: 49%;
  justify-content: space-between;
  aspect-ratio: 53/25;
}
@media screen and (max-width: 834px) {
  .top .top-about__number .list-item-column {
    width: 100%;
    aspect-ratio: 2/1;
    flex-direction: row;
    order: 10;
  }
}
.top .top-about__number .list-item-column .list-item__icon {
  width: 42%;
}
.top .top-about__number .list-item-column .list-item__figure {
  width: 56%;
}
.top .top-about__number .list-item-column .list-item__text {
  font-size: clamp(16px, 1.7vw, 21px);
  font-weight: 400;
}
.top .top-about__number .list-item-column .list-item__text span.text-emphasis {
  color: #d8bddc;
  font-weight: 500;
  font-size: clamp(25px, 3vw, 40px);
}
.top .top-about__number .list-item9 .list-item__text {
  display: flex;
  font-size: clamp(15px, 1.6vw, 21px);
  font-weight: 400;
  line-height: 1.1;
}
.top .top-about__number .list-item9 span.text2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
.top .top-about__thoughts {
  width: 83%;
  margin: 0 auto 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1680px) {
  .top .top-about__thoughts {
    width: 93%;
  }
}
@media screen and (max-width: 834px) {
  .top .top-about__thoughts {
    width: 100%;
    flex-direction: column;
  }
}
.top .top-about__thoughts-picture {
  width: 59%;
}
@media screen and (max-width: 1500px) {
  .top .top-about__thoughts-picture {
    width: 52%;
  }
}
@media screen and (max-width: 834px) {
  .top .top-about__thoughts-picture {
    width: 100%;
    aspect-ratio: 2/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top .top-about__thoughts-text-wrap {
  width: 34%;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .top .top-about__thoughts-text-wrap {
    width: 40%;
  }
}
@media screen and (max-width: 834px) {
  .top .top-about__thoughts-text-wrap {
    width: 90%;
    margin: 30px auto 0;
  }
}
.top .top-about__thoughts-title {
  font-size: clamp(14px, 1.2vw, 16px);
}
.top .top-about__thoughts-title span {
  width: 9px;
  height: 12px;
  display: inline-block;
  background: #d8bddc;
  border-radius: 50%;
  transform: rotate(35deg);
  margin-right: 10px;
}
.top .top-about__thoughts-sub-title {
  line-height: 1.7;
  font-weight: 400;
  font-size: clamp(20px, 2.5vw, 32px);
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .top .top-about__thoughts-sub-title {
    margin-bottom: 20px;
  }
}
.top .top-about__thoughts-sub-title span.tb {
  padding-bottom: 3px;
  border-bottom: 1px solid #1f212c;
}
.top .top-about__thoughts-sub-title span.tb span.en {
  font-size: clamp(23px, 2.5vw, 40px);
}
.top .top-about__thoughts-text {
  width: 100%;
  white-space: pre-wrap;
}
.top .top-about__thoughts-list {
  margin: 24px auto 0 -11vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .top .top-about__thoughts-list {
    margin: 24px auto 0;
  }
}
.top .top-about__thoughts-list .list-item {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  margin-right: -1vw;
  aspect-ratio: 1/1;
  background: linear-gradient(70deg, rgba(221, 229, 223, 0.7) 0%, rgba(216, 189, 220, 0.7) 100%);
}
@media screen and (max-width: 834px) {
  .top .top-about__thoughts-list .list-item {
    width: 130px;
    height: 130px;
    gap: 4px;
    margin-right: -3vw;
  }
}
.top .top-about__thoughts-list .list-item:last-child {
  margin-right: 0;
}
.top .top-about__thoughts-list .title {
  font-size: clamp(16px, 1.6vw, 24px);
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .top .top-about__thoughts-list .text {
    font-size: 12px;
    line-height: 1.5;
  }
}
.top .top-about__program {
  margin-top: 117px;
}
@media screen and (max-width: 834px) {
  .top .top-about__program {
    margin-top: 70px;
  }
}
.top .top-about__program-title {
  color: #fff;
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 0 20px;
  position: relative;
  background: #1f212c;
  border-radius: 5px;
  padding: 0 15px 4px;
}
@media screen and (max-width: 834px) {
  .top .top-about__program-title {
    margin: 0 0 10px;
  }
}
.top .top-about__program-info {
  align-items: flex-start;
  margin-bottom: 34px;
}
@media screen and (max-width: 834px) {
  .top .top-about__program-info {
    flex-direction: column;
    gap: 10px;
  }
}
.top .top-about__program-sub-title {
  width: 40%;
  font-size: clamp(20px, 1.7vw, 28px);
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 834px) {
  .top .top-about__program-sub-title {
    width: 100%;
  }
}
.top .top-about__program-text {
  width: 65%;
}
@media screen and (max-width: 834px) {
  .top .top-about__program-text {
    width: 100%;
  }
}
.top .top-about__program-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .top .top-about__program-list {
    flex-direction: column;
    gap: 40px;
  }
}
.top .top-about__program-list .list-item {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .top .top-about__program-list .list-item {
    width: 100%;
  }
}
.top .top-about__program-list .list-item__picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.top .top-about__program-list .list-item__title {
  margin: 29px auto 20px;
  text-align: center;
  font-size: clamp(18px, 1.7vw, 21px);
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 834px) {
  .top .top-about__program-list .list-item__title {
    margin: 19px auto 10px;
  }
}
.top .top-about__program-list .list-item__title span {
  font-size: clamp(14px, 1.3vw, 16px);
  display: block;
}
.top .top-about__curriculum {
  margin: 110px auto 0;
  background: #ecdeee;
  position: relative;
  z-index: 0;
  padding: 80px 7.1% 90px;
}
@media screen and (max-width: 834px) {
  .top .top-about__curriculum {
    margin: 70px auto 0;
    padding: 30px 7.1% 40px;
  }
}
.top .top-about__curriculum-title-en {
  position: absolute;
  font-size: clamp(40px, 6vw, 120px);
  color: rgba(255, 255, 255, 0.3);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .top .top-about__curriculum-title-en {
    top: 40px;
  }
}
.top .top-about__curriculum-title-box {
  position: relative;
  z-index: 2;
}
.top .top-about__curriculum-title-box::before {
  content: "";
  position: absolute;
  background: url(../img/top/top-cur-icon1.webp) center/contain no-repeat;
  width: 67px;
  height: 235px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0%;
}
@media screen and (max-width: 834px) {
  .top .top-about__curriculum-title-box::before {
    width: 37px;
    height: 125px;
    top: 70px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: -8%;
  }
}
.top .top-about__curriculum-title-box::after {
  content: "";
  position: absolute;
  background: url(../img/top/top-cur-icon2.webp) center/contain no-repeat;
  width: 120px;
  height: 290px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0%;
}
@media screen and (max-width: 834px) {
  .top .top-about__curriculum-title-box::after {
    width: 65px;
    height: 130px;
    top: 70px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: -10%;
  }
}
.top .top-about__curriculum-title {
  font-size: clamp(14px, 1.2vw, 16px);
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .top .top-about__curriculum-title {
    margin-bottom: 20px;
  }
}
.top .top-about__curriculum-title span {
  width: 9px;
  height: 12px;
  display: inline-block;
  background: #ccb998;
  border-radius: 50%;
  transform: rotate(35deg);
  margin-right: 10px;
}
.top .top-about__curriculum-sub-title {
  font-weight: 400;
  font-size: clamp(18px, 1.7vw, 28px);
  margin-bottom: 30px;
  text-align: center;
}
.top .top-about__curriculum-sub-title span {
  position: relative;
}
@media screen and (max-width: 834px) {
  .top .top-about__curriculum-sub-title span {
    display: block;
  }
}
.top .top-about__curriculum-sub-title span::before {
  content: "";
  position: absolute;
  background: url(../img/top/top-curriculum-dec.svg) center/contain no-repeat;
  width: 290px;
  height: 22px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .top .top-about__curriculum-sub-title span::before {
    width: 170px;
    height: 12px;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.top .top-about__curriculum-text {
  width: 70%;
  margin: 0 auto;
  font-weight: 300;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .top .top-about__curriculum-text {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .top .top-about__curriculum-box {
    overflow-x: scroll;
    max-width: none;
    white-space: nowrap;
    margin-top: 20px;
    padding: 10px 0;
  }
}
.top .top-about__curriculum-list {
  background: #ffffff;
  border-radius: 6px;
  margin-top: 60px;
  padding: 38px 0 25px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .top .top-about__curriculum-list {
    max-width: 100%;
    min-width: 1000px;
    vertical-align: top;
    padding: 24px 5%;
    margin-top: 0px;
  }
}
.top .top-about__curriculum-list .list-item {
  width: 20%;
  padding: 0 2.6%;
  border-right: 1px solid #dddddd;
  position: relative;
}
.top .top-about__curriculum-list .list-item .number {
  position: absolute;
  font-size: clamp(27px, 2.8vw, 48px);
  top: -72px;
}
@media screen and (max-width: 834px) {
  .top .top-about__curriculum-list .list-item .number {
    top: -42px;
  }
}
.top .top-about__curriculum-list .list-item .list-item__title {
  line-height: 1.2;
  margin-bottom: 30px;
}
.top .top-about__curriculum-list .list-item .list-item__title span.en-title {
  font-size: clamp(17px, 1.3vw, 20px);
  display: block;
}
.top .top-about__curriculum-list .list-item .list-item__title span.en-title span.ja {
  font-weight: 400;
}
.top .top-about__curriculum-list .list-item .list-item__title span.ja-title {
  font-size: 14px;
  font-weight: 400;
}
.top .top-about__curriculum-list .list-item:nth-child(1) .number,
.top .top-about__curriculum-list .list-item:nth-child(1) .list-item__title {
  color: #b5cdcd;
}
.top .top-about__curriculum-list .list-item:nth-child(2) .number,
.top .top-about__curriculum-list .list-item:nth-child(2) .list-item__title {
  color: #d8bddc;
}
.top .top-about__curriculum-list .list-item:nth-child(3) .number,
.top .top-about__curriculum-list .list-item:nth-child(3) .list-item__title {
  color: #c3b799;
}
.top .top-about__curriculum-list .list-item:nth-child(4) .number,
.top .top-about__curriculum-list .list-item:nth-child(4) .list-item__title {
  color: #4fa6b6;
}
.top .top-about__curriculum-list .list-item:nth-child(5) .number,
.top .top-about__curriculum-list .list-item:nth-child(5) .list-item__title {
  color: #d9939a;
}
.top .top-about__curriculum .c-list-item {
  font-weight: 300;
  padding-left: 10px;
  text-indent: -10px;
}
@media screen and (max-width: 834px) {
  .top .top-about__curriculum .c-list-item {
    text-indent: -8px;
    padding-left: 7px;
    white-space: normal;
  }
}
.top .top-system {
  position: relative;
  padding-bottom: 148px;
}
@media screen and (max-width: 834px) {
  .top .top-system {
    padding-bottom: 70px;
  }
}
.top .top-system__bg-wrap {
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100lvh;
}
.top .top-system__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100lvh;
  z-index: -1;
  transform: translateX(-50%);
}
.top .top-system__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.top .top-system__bg-text.en {
  position: absolute;
  writing-mode: vertical-rl;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  font-size: clamp(20px, 1.9vw, 32px);
}
@media screen and (max-width: 834px) {
  .top .top-system__bg-text.en {
    top: 8vh;
    writing-mode: horizontal-tb;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}
.top .top-system__bg-text.en span {
  font-weight: 300;
}
.top .top-system__contents {
  position: relative;
  z-index: 1;
  margin: -50vh auto 20vh;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .top .top-system__contents {
    margin: -80vh auto 10vh;
  }
}
.top .top-system__title {
  padding-top: 87px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 25px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top .top-system__title {
    padding-top: 40px;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
.top .top-system__title::before {
  content: "";
  position: absolute;
  background: url(../img/top/top-system-dec.svg) center/contain no-repeat;
  width: 130px;
  height: 18px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .top .top-system__title::before {
    width: 100px;
    height: 13px;
    bottom: 3px;
  }
}
.top .top-system__title span.lead {
  font-size: clamp(17px, 1.5vw, 24px);
  display: block;
}
.top .top-system__title span.title {
  font-size: clamp(20px, 1.9vw, 32px);
  position: relative;
}
.top .top-system__text {
  width: 81%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 834px) {
  .top .top-system__text {
    width: 90%;
  }
}
.top .top-system__links {
  width: 81%;
  margin: 0 auto 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .top .top-system__links {
    width: 100%;
    flex-direction: column;
    gap: 10px 0;
  }
}
.top .top-system__links .list-item {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .top .top-system__links .list-item {
    width: 100%;
  }
}
.top .top-system__links .link {
  background: #96b4b4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
  aspect-ratio: 16/7;
  color: #fff;
  gap: 2px 0;
}
@media screen and (max-width: 834px) {
  .top .top-system__links .link {
    aspect-ratio: auto;
    padding: 10px 0;
    border-radius: 70px;
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
  }
}
.top .top-system__links .number {
  font-size: 14px;
}
.top .top-system__links .link-text {
  font-size: clamp(15px, 1.4vw, 17px);
  margin-bottom: 6px;
}
.top .top-system__list .list-item__picture {
  position: relative;
}
.top .top-system__list .list-item__picture .number {
  position: absolute;
  color: #fff;
  font-size: clamp(25px, 2.9vw, 48px);
  right: 2%;
  font-weight: 200;
}
.top .top-system__list .list-item__picture .en-title {
  position: absolute;
  color: #fff;
  font-size: clamp(35px, 3.7vw, 64px);
  left: 2%;
  bottom: 0;
}
.top .top-system__list .list-item__main {
  width: 80%;
  margin: 60px auto 100px;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__main {
    width: 90%;
    margin: 40px auto 50px;
  }
}
.top .top-system__list .list-item__main .list-item__title {
  font-size: clamp(16px, 1.7vw, 28px);
  font-weight: 400;
  margin-bottom: 10px;
}
.top .top-system__list .list-item__main .list-item__title span {
  color: #fff;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  position: relative;
  background: #1f212c;
  border-radius: 5px;
  padding: 0 10px 3px;
  line-height: 1.5;
  margin-left: 5px;
}
.top .top-system__list .list-item__main .list-item__comission {
  margin: 30px auto 20px;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__main .list-item__comission {
    position: relative;
    overflow: auto;
    overflow-x: scroll;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    max-width: none;
    padding-bottom: 20px;
  }
  .top .top-system__list .list-item__main .list-item__comission img {
    max-width: 100%;
    min-width: 500px;
    vertical-align: top;
  }
}
.top .top-system__list .list-item__main .commidion-note {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
}
.top .top-system__list .list-item__main .commidion-note img {
  width: 26px;
  height: auto;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__main .commidion-note img {
    width: 13px;
  }
}
.top .top-system__list .list-item__main .commidion-note span {
  font-size: 16px;
  font-weight: 400;
  background-image: linear-gradient(transparent 1.3em, #faeed1 0, #faeed1 calc(0.8em + 37.1px), transparent 0);
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__main .commidion-note span {
    font-size: 11px;
  }
}
.top .top-system__list .list-item__main .list-item__salary-title {
  text-align: center;
  margin: 60px auto 20px;
  font-weight: 400;
  width: 100%;
  position: relative;
  font-size: clamp(15px, 1.4vw, 18px);
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__main .list-item__salary-title {
    margin: 40px auto 10px;
  }
}
.top .top-system__list .list-item__main .list-item__salary-title span {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 10px;
}
.top .top-system__list .list-item__main .list-item__salary-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  z-index: 0;
  border-bottom: 1px dotted #1f212c;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.top .top-system__list .list-item__main .salary__list {
  display: flex;
  flex-wrap: wrap;
}
.top .top-system__list .list-item__main .salary__item:nth-child(1),
.top .top-system__list .list-item__main .salary__item:nth-child(2) {
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.top .top-system__list .list-item__main .salary__item:nth-child(1),
.top .top-system__list .list-item__main .salary__item:nth-child(3) {
  padding-right: 6%;
  border-right: 1px solid #eeeeee;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__main .salary__item:nth-child(1),
  .top .top-system__list .list-item__main .salary__item:nth-child(3) {
    padding-right: 0;
    border-right: none;
  }
}
.top .top-system__list .list-item__main .salary__item:nth-child(2),
.top .top-system__list .list-item__main .salary__item:nth-child(4) {
  padding-left: 6%;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__main .salary__item:nth-child(2),
  .top .top-system__list .list-item__main .salary__item:nth-child(4) {
    padding-left: 0;
  }
}
.top .top-system__list .list-item__main .salary__item:nth-child(3),
.top .top-system__list .list-item__main .salary__item:nth-child(4) {
  padding-top: 30px;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__main .salary__item:last-child {
    border-bottom: none;
  }
}
.top .top-system__list .list-item__main .salary__item {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__main .salary__item {
    width: 100%;
    padding: 20px 0;
    border-right: none;
    border-bottom: 1px solid #eeeeee;
  }
}
.top .top-system__list .list-item__main .salary__item-main {
  display: flex;
  align-items: center;
  gap: 4%;
  margin-bottom: 15px;
}
.top .top-system__list .list-item__main .salary__item-main .main-text {
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 400;
}
.top .top-system__list .list-item__main .salary__item-main .main-text .salary {
  display: block;
  color: #d9939a;
  font-size: clamp(18px, 1.5vw, 24px);
}
.top .top-system__list .list-item__main .salary__item-info {
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 300;
}
.top .top-system__list .list-item__step {
  background: #eee7ef;
  border-radius: 7px;
  margin: 30px auto 40px;
  padding: 38px 7.7% 50px;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__step {
    width: 100%;
  }
}
.top .top-system__list .list-item__step .step__figure-box {
  position: relative;
}
.top .top-system__list .list-item__step .step__figure-icon {
  position: absolute;
  width: 330px;
  height: 175px;
  left: -12%;
  z-index: 10;
  bottom: -20px;
  pointer-events: none;
}
.top .top-system__list .list-item__step .step__figure-icon img {
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__step .step__figure-icon {
    width: 290px;
    height: -moz-fit-content;
    height: fit-content;
    left: -19%;
    z-index: 10;
    bottom: 40px;
  }
}
.top .top-system__list .list-item__step .step__figure {
  overflow-x: scroll;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  max-width: none;
  margin-left: 30px;
  padding-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__step .step__figure {
    margin-left: 40px;
  }
}
.top .top-system__list .list-item__step .step__figure img {
  max-width: 100%;
  min-width: 600px;
  vertical-align: top;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__step .step__figure img {
    min-width: 700px;
  }
}
.top .top-system__list .list-item__step .step__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
.top .top-system__list .list-item__step .step__list::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 1px;
  height: 86%;
  top: 27px;
  left: 6.35px;
  background-color: #fff;
}
.top .top-system__list .list-item__step .step__item {
  display: flex;
  gap: 0 20px;
  align-items: baseline;
}
.top .top-system__list .list-item__step .step__item-dotted {
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  background: #d8bddc;
  aspect-ratio: 1/1;
}
.top .top-system__list .list-item__step .step__item-contents .roll {
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 400;
}
.top .top-system__list .list-item__step .step__item-contents .desc {
  font-size: clamp(12px, 0.9vw, 15px);
  font-weight: 300;
}
.top .top-system__list .list-item__independence {
  border-radius: 7px;
  border: 1px solid #6c6d72;
  padding: 35px 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__independence {
    width: 100%;
  }
}
.top .top-system__list .list-item__independence .independence__text-box {
  width: 74%;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__independence .independence__text-box {
    width: 80%;
  }
}
.top .top-system__list .list-item__independence .independence__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__independence .independence__title {
    margin-bottom: 15px;
  }
}
.top .top-system__list .list-item__independence .independence__title span.lead {
  font-size: clamp(11px, 1.4vw, 18px);
}
.top .top-system__list .list-item__independence .independence__title span.title {
  display: block;
  border-bottom: 1px solid;
  font-size: clamp(16px, 1.5vw, 24px);
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
}
.top .top-system__list .list-item__independence .independence__text {
  font-size: clamp(12px, 0.9vw, 15px);
}
.top .top-system__list .list-item__independence .independence__picture {
  width: 22%;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__independence .independence__picture {
    position: absolute;
    right: -5%;
    width: 30%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 90px;
  }
}
.top .top-system__list .list-item__support-list {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 28px 0;
  align-items: stretch;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__support-list {
    gap: 15px 0;
  }
}
.top .top-system__list .list-item__support-list .support-item {
  width: 48%;
  background: #eff3f3;
  border-radius: 7px;
  padding: 27px 6.6%;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__support-list .support-item {
    width: 48%;
  }
}
.top .top-system__list .list-item__support-list .support-item .icon {
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__support-list .support-item .icon {
    width: 70px;
    height: 70px;
  }
}
.top .top-system__list .list-item__support-list .support-item__title {
  margin: 12px auto 13px;
  text-align: center;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 500;
}
.top .top-system__list .list-item__support-list .suppor-item__text {
  font-size: clamp(12px, 0.8vw, 14px);
  font-weight: 300;
}
.top .top-system__list .list-item .staff-voice {
  margin: 50px 0 0 auto;
  width: 83%;
  border-radius: 7px;
  border: 1px solid #68696e;
  padding: 35px 8%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item .staff-voice {
    width: 85%;
  }
}
.top .top-system__list .list-item .staff-voice::before {
  content: "";
  position: absolute;
  z-index: 2;
  background: url(../img/top/top-system-icon11.webp) center/contain no-repeat;
  width: 126px;
  height: 255px;
  left: -21%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item .staff-voice::before {
    width: 92px;
    height: 179px;
    left: -30%;
  }
}
.top .top-system__list .list-item .staff-voice .staff-voice__title {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  top: -12px;
  margin: 0;
  padding: 0 10px;
  right: 5%;
  font-size: clamp(17px, 1.3vw, 21px);
}
.top .top-system__list .list-item .staff-voice .staff-voice__title img {
  width: 31px;
  height: auto;
  margin-left: 4px;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item .staff-voice .staff-voice__title img {
    width: 23px;
  }
}
.top .top-system__list .list-item .staff-voice .staff-voice__text {
  font-weight: 300;
  font-size: clamp(12px, 0.9vw, 15px);
}
.top .top-system__list .list-item__benefit {
  background: #d5e8eb;
  padding: 70px 0;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__benefit {
    padding: 20px 0;
  }
}
.top .top-system__list .list-item__benefit .list-item__main {
  margin-bottom: 0px;
}
.top .top-system__list .list-item__benefit .benefit__title {
  margin-bottom: 20px;
  text-align: center;
}
.top .top-system__list .list-item__benefit .benefit__title span.en {
  color: #fff;
  display: block;
  font-size: clamp(18px, 1.6vw, 24px);
}
.top .top-system__list .list-item__benefit .benefit__title span.title {
  border-bottom: 1px solid #1f212c;
  font-size: clamp(20px, 1.8vw, 28px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.top .top-system__list .list-item__benefit .benefit__text {
  text-align: center;
  font-weight: 300;
}
.top .top-system__list .list-item__benefit .benefit__list {
  display: flex;
  margin-top: 37px;
  flex-wrap: wrap;
}
.top .top-system__list .list-item__benefit .benefit__item {
  width: 50%;
  padding: 18px 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__benefit .benefit__item {
    width: 100%;
  }
}
.top .top-system__list .list-item__benefit .benefit__item .title {
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 400;
  margin-bottom: 10px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.top .top-system__list .list-item__benefit .benefit__item .title img {
  width: 30px;
  height: auto;
  margin-right: 6px;
}
.top .top-system__list .list-item__benefit .benefit__item .text {
  font-size: clamp(12px, 0.8vw, 14px);
}
.top .top-system__list .list-item__benefit .benefit__item:nth-child(5),
.top .top-system__list .list-item__benefit .benefit__item:nth-child(6) {
  border-bottom: 0px solid #fff;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__benefit .benefit__item:nth-child(5) {
    border-bottom: 1px solid #fff;
  }
}
.top .top-system__list .list-item__benefit .benefit__item:nth-child(2n+1) {
  padding-right: 5%;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__benefit .benefit__item:nth-child(2n+1) {
    padding-right: 0;
    border-right: none;
  }
}
.top .top-system__list .list-item__benefit .benefit__item:nth-child(2n) {
  padding-left: 5%;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__benefit .benefit__item:nth-child(2n) {
    padding-left: 0;
  }
}
.top .top-system__list .list-item__benefit .pick-up {
  margin-top: 38px;
  border-radius: 7px;
  background-color: #fff;
  padding: 44px 8.6% 30px;
  position: relative;
}
.top .top-system__list .list-item__benefit .pick-up .lead {
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  background: #1f212c;
  border-radius: 5px;
  padding: 7px 12px 6px;
  position: absolute;
  color: #fff;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top .top-system__list .list-item__benefit .pick-up .lead::before {
  content: "";
  position: absolute;
  bottom: -10px;
  background: url(../img/top/triangle.webp) center/cover no-repeat;
  left: 50%;
  width: 11px;
  height: 10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top .top-system__list .list-item__benefit .pick-up__title {
  margin: 0 auto 40px;
  text-align: center;
  font-size: clamp(17px, 1.2vw, 21px);
  font-weight: 400;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__benefit .pick-up__title {
    flex-direction: column;
  }
}
.top .top-system__list .list-item__benefit .pick-up__title span {
  background-image: linear-gradient(transparent 1.3em, #faeed1 0, #faeed1 calc(0.8em + 37.1px), transparent 0);
}
.top .top-system__list .list-item__benefit .pick-up__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__benefit .pick-up__list {
    flex-direction: column;
  }
}
.top .top-system__list .list-item__benefit .pick-up__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__benefit .pick-up__item {
    flex-direction: column;
    gap: 20px;
  }
}
.top .top-system__list .list-item__benefit .pick-up__item:first-child {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.top .top-system__list .list-item__benefit .pick-up__item-picture {
  width: 26.3%;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__benefit .pick-up__item-picture {
    width: 100%;
    aspect-ratio: 2/1;
  }
}
.top .top-system__list .list-item__benefit .pick-up__item-picture img {
  width: 100%;
  height: auto;
}
.top .top-system__list .list-item__benefit .pick-up__text-box {
  width: 67%;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__benefit .pick-up__text-box {
    width: 100%;
  }
}
.top .top-system__list .list-item__benefit .pick-up__text-box .item-title {
  font-size: clamp(15px, 1vw, 18px);
  margin: 0 0 10px;
}
@media screen and (max-width: 834px) {
  .top .top-system__list .list-item__benefit .pick-up__text-box .item-title {
    margin: 0 0 5px;
  }
}
.top #stalker {
  border-radius: 50%;
  background-color: rgba(51, 51, 51, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 137px;
  height: 137px;
  z-index: 2;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.4, 0, 1, 1);
  pointer-events: none;
  display: none;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 834px) {
  .top #stalker {
    display: none;
    width: 70px;
    height: 70px;
  }
}
.top #stalker p.en {
  color: #fff;
  font-size: clamp(12px, 1.2vw, 16px);
  text-align: center;
  line-height: 1.2;
  font-weight: 300;
}
@media screen and (max-width: 834px) {
  .top #stalker p.en {
    display: none;
    font-size: clamp(10px, 1vw, 14px);
  }
}
.top .top-interview {
  padding: 0 0 170px;
}
@media screen and (max-width: 834px) {
  .top .top-interview {
    padding: 0 0 60px;
  }
}
.top .top-interview__title-box {
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 63px;
}
@media screen and (max-width: 834px) {
  .top .top-interview__title-box {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
}
.top .top-interview__title {
  width: 34%;
  font-size: clamp(40px, 5vw, 80px);
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top .top-interview__title {
    width: 100%;
  }
}
.top .top-interview__title::before {
  content: "";
  position: absolute;
  background: url(../img/top/top-interview-dec.svg) center/contain no-repeat;
  width: 135px;
  height: 29px;
  top: 15px;
  right: 0px;
}
@media screen and (max-width: 834px) {
  .top .top-interview__title::before {
    width: 105px;
    height: 28px;
    top: 2px;
    right: auto;
    left: 43%;
  }
}
.top .top-interview__title span {
  font-weight: 300;
  display: block;
}
.top .top-interview__text {
  width: 62%;
}
@media screen and (max-width: 834px) {
  .top .top-interview__text {
    width: 9cm;
  }
}
.top .top-interview__slider {
  width: 90.3%;
  margin: 0 0 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .top .top-interview__slider {
    width: 90%;
  }
}
.top .top-interview__slider .swiper-wrapper {
  align-items: stretch;
}
.top .top-interview__slider .swiper-slide {
  flex-shrink: 0;
  height: auto;
}
.top .top-interview__slider .name {
  color: #1f212c;
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.2;
  margin-top: 15px;
}
.top .top-interview__slider .name .roll {
  font-size: clamp(12px, 0.8vw, 14px);
  display: block;
  font-weight: 300;
}
.top .fancybox__container {
  --fancybox-bg: rgba(112, 112, 112, 0.8) !important;
}
.top .fancybox__viewport {
  position: relative;
}
.top .fancybox__viewport::before {
  content: "";
  position: absolute;
  background-color: white;
  width: 28px;
  height: 1px;
  top: 5vh;
  right: 2%;
  transform: rotate(45deg);
}
@media screen and (max-width: 834px) {
  .top .fancybox__viewport::before {
    top: 3vh;
    width: 23px;
  }
}
.top .fancybox__viewport::after {
  content: "";
  position: absolute;
  background-color: white;
  width: 28px;
  height: 1px;
  top: 5vh;
  right: 2%;
  transform: rotate(-45deg);
}
@media screen and (max-width: 834px) {
  .top .fancybox__viewport::after {
    top: 3vh;
    width: 23px;
  }
}
.top .fancybox__content {
  background: #ffffff;
  max-height: 90vh;
  padding: 0 !important;
  overflow-y: visible !important;
  position: relative !important;
}
.top .fancybox__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(81deg, rgb(221, 229, 223) 20%, #d8bddc 100%);
  z-index: 0;
}
@media screen and (max-width: 834px) {
  .top .fancybox__content::before {
    background: none;
  }
}
@media screen and (min-width: 835px) {
  .top .fancybox__content {
    max-width: 1351px !important;
    flex-direction: row !important;
    width: 90% !important;
  }
}
@media screen and (max-width: 834px) {
  .top .fancybox__content {
    flex-direction: column !important;
    width: 85% !important;
  }
}
.top .fancybox__content .modal__inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  overflow-y: scroll;
  max-height: 90vh;
}
@media screen and (max-width: 834px) {
  .top .fancybox__content .modal__inner {
    flex-direction: column;
  }
}
.top .fancybox__content .modal__picture-box {
  width: 50%;
  position: relative;
  z-index: 1;
  padding: 75px 5.9% 75px 3.6%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .top .fancybox__content .modal__picture-box {
    width: 100%;
    padding: 40px 6% 35px 3%;
    background: linear-gradient(81deg, rgb(221, 229, 223) 20%, #d8bddc 100%);
  }
}
.top .fancybox__content .modal__title {
  font-size: clamp(22px, 1.8vw, 32px);
  color: #fff;
  writing-mode: vertical-rl;
}
.top .fancybox__content .modal__profile {
  width: 87%;
}
@media screen and (max-width: 834px) {
  .top .fancybox__content .modal__profile {
    width: 86%;
  }
}
.top .fancybox__content .modal__profile .message {
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 48px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top .fancybox__content .modal__profile .message {
    margin-bottom: 18px;
  }
}
.top .fancybox__content .modal__profile .picture {
  position: relative;
}
@media screen and (max-width: 834px) {
  .top .fancybox__content .modal__profile .picture {
    aspect-ratio: 1/0.9;
  }
}
.top .fancybox__content .modal__profile .picture::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: url(../img/top/top-interview-dec.svg) center/contain no-repeat;
  width: 149px;
  height: 32px;
  top: -15px;
  left: -2%;
}
@media screen and (max-width: 834px) {
  .top .fancybox__content .modal__profile .picture::before {
    width: 99px;
  }
}
.top .fancybox__content .modal__profile .picture img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 834px) {
  .top .fancybox__content .modal__profile .picture img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    aspect-ratio: 1/0.9;
  }
}
.top .fancybox__content .modal__profile .name {
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 400;
  margin-top: 38px;
}
@media screen and (max-width: 834px) {
  .top .fancybox__content .modal__profile .name {
    margin-top: 20px;
  }
}
.top .fancybox__content .modal__profile .roll {
  font-weight: 300;
  font-size: clamp(12px, 0.8vw, 14px);
  display: block;
}
.top .fancybox__content .modal__profile .career {
  font-size: 12px;
  margin-top: 10px;
  padding-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .top .fancybox__content .modal__profile .career {
    padding-bottom: 0px;
  }
}
.top .fancybox__content .modal__faq {
  width: 50%;
  padding: 68px 6.5% 50px;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top .fancybox__content .modal__faq {
    width: 100%;
    padding: 40px 6% 35px;
    gap: 25px 0;
  }
}
.top .fancybox__content .modal__faq dl:last-child {
  padding-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .top .fancybox__content .modal__faq dl:last-child {
    padding-bottom: 35px;
  }
}
.top .fancybox__content .modal__faq dt {
  border-bottom: 1px solid #dedede;
  padding-bottom: 7px;
  color: #76a6a6;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .top .fancybox__content .modal__faq dt {
    margin-bottom: 15px;
  }
}
.top .fancybox__content .modal__faq dt span.en {
  font-size: clamp(18px, 1.5vw, 24px);
  margin-right: 10px;
  display: inline-block;
}
.top .fancybox__content .modal__faq dt {
  font-weight: 300;
}
.top .fancybox__content .f-button.is-close-btn {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
}
.top .fancybox__content .modal-close-btn {
  position: absolute;
}
.top .fancybox__content .modal-close-btn span {
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: #fff;
}
.top .fancybox__footer {
  display: none !important;
}
@media screen and (max-width: 834px) {
  .top .fancybox__nav .f-button.is-next {
    right: -0.5em !important;
  }
}
@media screen and (max-width: 834px) {
  .top .fancybox__nav .f-button svg {
    width: 20px !important;
    height: 20px !important;
  }
}
@media screen and (max-width: 834px) {
  .top .fancybox__nav .f-button.is-prev {
    left: -0.5em !important;
  }
}
.top .top-message {
  background: #dbdede;
  padding: 139px 0 120px;
}
@media screen and (max-width: 834px) {
  .top .top-message {
    padding: 70px 0 50px;
  }
}
.top .top-message__contents {
  width: 82.7%;
  margin: 0 0 0 auto;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .top .top-message__contents {
    width: 100%;
    flex-direction: column;
    gap: 30px 0;
  }
}
.top .top-message__text-box {
  width: 40%;
}
@media screen and (max-width: 834px) {
  .top .top-message__text-box {
    width: 90%;
  }
}
.top .top-message__title-en {
  font-size: clamp(18px, 1.5vw, 24px);
  color: #fff;
  margin-bottom: 32px;
}
@media screen and (max-width: 834px) {
  .top .top-message__title-en {
    margin-bottom: 22px;
  }
}
.top .top-message__title {
  font-size: clamp(22px, 1.9vw, 32px);
  margin-bottom: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .top .top-message__title {
    margin-bottom: 22px;
  }
}
.top .top-message__sub-title {
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 400;
  margin-bottom: 33px;
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  .top .top-message__sub-title {
    margin-bottom: 22px;
  }
}
.top .top-message__name {
  margin-top: 30px;
  font-weight: 400;
  font-size: clamp(17px, 1.3vw, 21px);
}
@media screen and (max-width: 834px) {
  .top .top-message__name {
    margin-top: 20px;
  }
}
.top .top-message__name .roll {
  font-size: clamp(12px, 0.9vw, 14px);
  display: inline-block;
  margin-right: 17px;
}
.top .top-message__picture {
  width: 55%;
}
@media screen and (max-width: 834px) {
  .top .top-message__picture {
    width: 90%;
  }
}
.top .top-message__picture img {
  width: 100%;
  height: auto;
}
.top .top-ideal {
  padding: 195px 0;
  background: url("../img/top/top-ideal-bg.webp") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .top .top-ideal {
    padding: 70px 0;
  }
}
.top .top-ideal__contents {
  justify-content: center;
}
.top .top-ideal__text-box {
  text-align: center;
}
.top .top-ideal__title {
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  background: #1f212c;
  border-radius: 5px;
  padding: 4px 15px 5px;
  line-height: 1.7;
  color: #fff;
  margin: 0 auto 20px;
}
.top .top-ideal__catch-en {
  font-size: clamp(30px, 3.8vw, 64px);
  color: #fff;
}
.top .top-ideal__catch-en span span {
  font-weight: 300;
}
.top .top-ideal__catch-jp {
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 400;
  color: #fff;
}
.top .top-ideal__text {
  margin-top: 40px;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .top .top-ideal__text {
    font-size: clamp(14px, 1.1vw, 18px);
  }
}
.top .top-requirements {
  padding: 140px 0 0;
}
@media screen and (max-width: 834px) {
  .top .top-requirements {
    padding: 60px 0;
  }
}
.top .top-requirements__title-en {
  font-size: clamp(25px, 2.4vw, 40px);
  text-align: center;
}
.top .top-requirements__title {
  font-size: clamp(15px, 1.1vw, 18px);
  text-align: center;
}
.top .top-requirements dl {
  margin-top: 50px;
  display: grid;
  border-top: 1px solid #dddddd;
  grid-template-columns: 170px 1fr;
}
@media screen and (max-width: 834px) {
  .top .top-requirements dl {
    grid-template-columns: 80px 1fr;
    margin-top: 36px;
  }
}
.top .top-requirements dt,
.top .top-requirements dd {
  border-bottom: 1px solid #dddddd;
  line-height: 1.8;
}
.top .top-requirements dt {
  font-weight: 400;
  padding: 26px 5% 24px 0;
}
@media screen and (max-width: 834px) {
  .top .top-requirements dt {
    padding: 19px 2% 18px 0;
  }
}
.top .top-requirements dd {
  padding: 24px 0;
  font-weight: 300;
}
@media screen and (max-width: 834px) {
  .top .top-requirements dd {
    padding: 18px 2%;
  }
}
.top .top-requirements dd ul {
  list-style: none;
}
.top .top-requirements dd ul.day-off {
  padding: 5px 0 0;
}
.top .top-requirements dd ul li {
  padding: 2px 0;
  font-weight: 300;
  position: relative;
}
.top .top-requirements .address-group-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.top .top-faq {
  padding: 140px 0 0;
}
@media screen and (max-width: 834px) {
  .top .top-faq {
    padding: 10px 0;
  }
}
.top .top-faq__title-box {
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .top .top-faq__title-box {
    margin-bottom: 30px;
  }
}
.top .top-faq__title-en {
  font-size: clamp(25px, 2.4vw, 40px);
  text-align: center;
}
.top .top-faq__title-en span.ja {
  font-weight: 400;
}
.top .top-faq__title {
  font-size: clamp(15px, 1.1vw, 18px);
  text-align: center;
}
.top .top-faq {
  /* FAQ アコーディオン */
}
.top .top-faq__item {
  background: #eee7ef;
  border-radius: 6px;
  border: 1px solid #dddddd;
  margin-bottom: 37px;
}
@media screen and (max-width: 834px) {
  .top .top-faq__item {
    margin-bottom: 20px;
  }
}
.top .top-faq__item-title {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 25px 3% 20px;
  font-size: clamp(15px, 1.1vw, 18px);
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 834px) {
  .top .top-faq__item-title {
    width: 90%;
    padding: 15px 3% 10px;
  }
}
.top .top-faq__item-title .en {
  color: #cba7d0;
  font-size: clamp(18px, 1.5vw, 24px);
}
.top .top-faq {
  /* ＋／－ 疑似要素（横線・共通） */
}
.top .top-faq__item-title::before, .top .top-faq__item-title::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background: #c0a8c9;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.4s ease, opacity 0.4s ease;
}
@media screen and (max-width: 834px) {
  .top .top-faq__item-title::before, .top .top-faq__item-title::after {
    right: -8%;
    width: 12px;
  }
}
.top .top-faq {
  /* 縦線（＋のとき） */
}
.top .top-faq__item-title::after {
  transform: translateY(-50%) rotate(90deg);
}
.top .top-faq {
  /* 開いたとき：縦線を消して－に */
}
.top .top-faq__item.is-open .top-faq__item-title::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}
.top .top-faq {
  /* アコーディオン本体 */
}
.top .top-faq .plan-accordion {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  padding: 0 5.3%;
  margin: 0;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .top .top-faq .plan-accordion {
    padding: 0 8% 0;
  }
}
.top .top-faq__item.is-open .plan-accordion {
  max-height: 300px;
  padding: 25px 5.3% 35px;
  color: #1f212c;
  border-radius: 0 0 6px 6px;
}
@media screen and (max-width: 834px) {
  .top .top-faq__item.is-open .plan-accordion {
    padding: 19px 8% 25px;
  }
}
.top .top-salon {
  padding: 159px 0 134px;
}
@media screen and (max-width: 834px) {
  .top .top-salon {
    padding: 30px 0 70px;
  }
}
.top .top-salon__title-en {
  font-size: clamp(25px, 2.4vw, 40px);
  text-align: center;
}
.top .top-salon__title {
  font-size: clamp(15px, 1.1vw, 18px);
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .top .top-salon__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 834px) {
  .top .top-salon__list {
    padding: 30px 0 70px;
    gap: 40px 0;
  }
}
.top .top-salon .list-item {
  width: 46%;
}
@media screen and (max-width: 834px) {
  .top .top-salon .list-item {
    width: 100%;
  }
}
.top .top-salon .list-item__picture img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 834px) {
  .top .top-salon .list-item__picture img {
    aspect-ratio: 2/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top .top-salon .list-item__title {
  margin: 22.8px auto 40px;
  text-align: center;
  font-size: clamp(18px, 1.5vw, 24px);
}
@media screen and (max-width: 834px) {
  .top .top-salon .list-item__title {
    margin: 22px auto 20px;
  }
}
.top .top-salon .list-item dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: baseline;
  margin-bottom: 10px;
}
.top .top-salon .list-item dt {
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 400;
}
.top .top-salon .list-item dd {
  font-weight: 300;
  font-size: clamp(13px, 1vw, 16px);
}
.top .top-salon .list-item a {
  color: #1f212c;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 400;
}
.top .top-salon .list-item a span {
  text-decoration: underline;
}
.top .top-salon .list-item a img {
  width: 12px;
  height: auto;
}/*# sourceMappingURL=top.css.map */