@charset "UTF-8";
.mv__info {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  width: fit-content;
  margin-inline: auto;
  background-color: #FF962E;
  padding: 4px 57px 4px 63px;
  clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
}
@media screen and (max-width: 896px) {
  .mv__info {
    display: block;
    padding: 10px 40px 4px;
    text-align: center;
    clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
  }
}
.mv__info .mv__infoTxt {
  display: inline-block;
  color: #070707;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 896px) {
  .mv__info .mv__infoTxt {
    line-height: 1.5;
    font-size: 14px;
  }
}
.mv__info .mv__infoTxt._mark {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media screen and (max-width: 896px) {
  .mv__info .mv__infoTxt._mark {
    justify-content: center;
    column-gap: 0;
  }
}
.mv__info .mv__infoTxt._mark::before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 28px;
  background-image: url(../img/icon_park.png);
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 896px) {
  .mv__info .mv__infoTxt._mark::before {
    width: 18px;
    height: 17.4px;
  }
}
.mv__info img {
  display: inline-block;
  width: 29px;
  height: 28px;
}

._sp {
  display: none;
}
@media screen and (max-width: 896px) {
  ._sp {
    display: block;
  }
}

._pc {
  display: block;
}
@media screen and (max-width: 896px) {
  ._pc {
    display: none;
  }
}

.top-heading {
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.11em;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .top-heading {
    font-size: 20px;
  }
}
.top-heading span._bar {
  line-height: 1.5;
  display: inline-block;
  border-bottom: 2px solid #FF962E;
}
@media screen and (max-width: 896px) {
  .top-heading span._text {
    line-height: 1.6;
  }
}
.top-heading span._under {
  display: inline-block;
  border-bottom: 2px solid #FF962E;
}
.top-heading span._orange {
  color: #FF962E;
}
.top-heading span._large {
  font-size: 64px;
}
@media screen and (max-width: 896px) {
  .top-heading span._large {
    font-size: 36px;
  }
}

.top-firstview {
  padding: 0 25px;
}

.firstview__top {
  width: 712px;
  padding: 76px 0 66px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 896px) {
  .firstview__top {
    width: 100%;
    padding: 32px 0;
  }
}

.firstview__top::after {
  content: "";
  width: 220%;
  height: 100%;
  background: #1A1A1A;
  opacity: 0.8;
  transform: skewX(12.8479657388deg);
  position: absolute;
  top: 0;
  left: -115.0442477876%;
  z-index: -1;
  mix-blend-mode: hard-light;
}
@media screen and (max-width: 896px) {
  .firstview__top::after {
    width: 207%;
    transform: skewX(-12.8479657388deg);
  }
}

.firstview__ttl {
  line-height: 2;
  font-size: 24px;
}
@media screen and (max-width: 896px) {
  .firstview__ttl {
    font-size: 16px;
  }
}

.firstview__desc {
  margin-top: 47px;
  display: flex;
  align-items: center;
  gap: 24px 26px;
}
@media screen and (max-width: 896px) {
  .firstview__desc {
    margin-top: 24px;
    flex-direction: column;
    align-items: start;
    line-height: 24px;
  }
}

.firstview__data {
  display: flex;
  align-items: center;
  column-gap: 23px;
}
@media screen and (max-width: 896px) {
  .firstview__data {
    column-gap: 12px;
  }
}
.firstview__data img {
  width: 188px;
  height: 186px;
}
@media screen and (max-width: 896px) {
  .firstview__data img {
    width: 115px;
    height: 115px;
  }
}

.top-reason {
  margin-top: 120px;
}
@media screen and (max-width: 896px) {
  .top-reason {
    margin-top: 48px;
  }
}

.top-reason__inner {
  max-width: 1250px;
  margin-inline: auto;
  padding: 0 25px;
}
@media screen and (max-width: 896px) {
  .top-reason__inner {
    padding: 0;
  }
}

.top-reason__heading {
  line-height: 1.2;
}

.top-reason__body {
  margin-top: 80px;
}
@media screen and (max-width: 896px) {
  .top-reason__body {
    margin-top: 56px;
  }
}

.top-reason__list {
  counter-reset: number 0;
}

.top-reason__item {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .top-reason__item {
    flex-direction: column;
  }
}
.top-reason__item::before {
  counter-increment: number 1;
  content: "0" counter(number);
  position: absolute;
  top: -120px;
  left: 0;
  z-index: 10;
  width: fit-content;
  color: #E95504; /* フォールバック */
  background: linear-gradient(90deg, #E95504 0%, #F4B91A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  line-height: 1.5;
  font-size: 160px;
  font-weight: 300;
}
@media screen and (max-width: 896px) {
  .top-reason__item::before {
    top: -72px;
    left: 18px;
    font-size: 96px;
  }
}
.top-reason__item:not(:first-child) {
  margin-top: 120px;
}
@media screen and (max-width: 896px) {
  .top-reason__item:not(:first-child) {
    margin-top: 72px;
  }
}
.top-reason__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 896px) {
  .top-reason__item:nth-child(even) {
    flex-direction: column;
  }
}
.top-reason__item:nth-child(even)::before {
  left: initial;
  right: 0;
}
@media screen and (max-width: 896px) {
  .top-reason__item:nth-child(even)::before {
    right: 32px;
  }
}
.top-reason__item:nth-child(even) .top-reason__box {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
}
@media screen and (max-width: 896px) {
  .top-reason__item:nth-child(even) .top-reason__box {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%);
  }
}
.top-reason__item:nth-child(even) .top-reason__desc {
  margin-left: auto;
}
.top-reason__item:nth-child(even) .top-reason__text {
  margin-left: auto;
}
.top-reason__item:nth-child(even) .top-reason__figure {
  margin-right: -370px;
  margin-left: 0;
}
@media screen and (max-width: 896px) {
  .top-reason__item:nth-child(even) .top-reason__figure {
    margin-right: 0;
  }
}

.top-reason__box {
  padding: 75px 75px 62px;
  width: 912px;
  height: 400px;
  background-color: #3B3C43;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
}
@media screen and (max-width: 896px) {
  .top-reason__box {
    width: 100%;
    height: initial;
    padding: 50px 25px 45px;
    clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
  }
}

.top-reason__desc {
  width: fit-content;
}
@media screen and (max-width: 896px) {
  .top-reason__desc {
    width: 83%;
  }
}

.top-reason__title {
  line-height: 1.5;
  letter-spacing: 0.09em;
  font-weight: 700;
  font-size: 32px;
}
@media screen and (max-width: 896px) {
  .top-reason__title {
    line-height: 1.6;
    font-size: 20px;
  }
}

.top-reason__text {
  max-width: 510px;
  letter-spacing: 0.07em;
  margin-top: 24px;
}
@media screen and (max-width: 896px) {
  .top-reason__text {
    margin-top: 16px;
  }
}

.top-reason__link {
  margin-top: 24px;
  margin-inline: 0 !important;
  margin-right: auto;
}
@media screen and (max-width: 896px) {
  .top-reason__link {
    margin-top: 32px;
  }
}

.top-reason__link-sp {
  margin-top: 32px;
}

.top-reason__figure {
  position: relative;
  z-index: 3;
  margin-top: 20px;
  margin-left: -370px;
}
@media screen and (max-width: 896px) {
  .top-reason__figure {
    margin-left: 0;
    margin-top: -16px;
  }
}
.top-reason__figure img {
  width: 608px;
}
@media screen and (max-width: 896px) {
  .top-reason__figure img {
    width: 100%;
  }
}

.top-reason__btn {
  margin-top: 64px;
}
@media screen and (max-width: 896px) {
  .top-reason__btn {
    margin-top: 32px;
  }
}

.before-after {
  margin-top: 120px;
}
@media screen and (max-width: 896px) {
  .before-after {
    margin-top: 48px;
  }
}

.before-after__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 25px;
}

.before-after__body {
  margin-top: 8rem;
}
@media screen and (max-width: 896px) {
  .before-after__body {
    margin-top: 3rem;
  }
}

.before-after__list {
  display: flex;
  flex-wrap: wrap;
  gap: 37px 32px;
}
@media screen and (max-width: 896px) {
  .before-after__list {
    row-gap: 24px;
  }
}

.before-after__item {
  width: calc((100% - 32px) / 2);
}
@media screen and (max-width: 896px) {
  .before-after__item {
    width: 100%;
  }
}

.before-after__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  margin-left: auto;
  width: 228px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #FF962E;
  color: #FF962E;
  font-weight: 700;
}
@media screen and (max-width: 896px) {
  .before-after__btn {
    width: 200px;
  }
}
.before-after__btn::after {
  content: "";
  width: 5.5px;
  padding-top: 13px;
  background: url(../img/arrow_more.svg) center no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: calc(50% - 6px);
  right: 1.2em;
  transition: all ease-out 0.3s;
}
.before-after__btn:hover {
  color: #fff !important;
}
.before-after__btn:hover::after {
  background-image: url(../img/arrow_more-white.svg) !important;
}

.before-after__slide {
  margin-top: 65px;
  padding-bottom: 34px;
  overflow: scroll;
  /* Firefox */
  scrollbar-width: thin; /* auto | thin | none */
  scrollbar-color: #fff transparent; /* thumb色 track色 */
  /* WebKit (Chrome / Edge / Safari) */
}
@media screen and (max-width: 896px) {
  .before-after__slide {
    margin-top: 50px;
    padding-bottom: 16px;
  }
}
.before-after__slide::-webkit-scrollbar {
  width: 2px; /* 縦スクロールバーの太さ */
  height: 2px; /* 横スクロールバーの太さ */
}
.before-after__slide::-webkit-scrollbar-track {
  background: #888;
  border-radius: 8px;
}
.before-after__slide::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid transparent; /* 余白を作って丸みを綺麗に */
  background-clip: padding-box;
}
.before-after__slide::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
}
.before-after__slide::-webkit-scrollbar-corner {
  background: transparent;
}

.before-after__slideList {
  display: flex;
  align-items: flex-end;
  max-height: 396px;
  column-gap: 16px;
}
@media screen and (max-width: 896px) {
  .before-after__slideList {
    max-height: 354px;
  }
}

.before-after__slideItem {
  min-width: 353px;
}
@media screen and (max-width: 896px) {
  .before-after__slideItem {
    min-width: 90%;
  }
}

.before-after__slideTitle {
  transform: translateY(50%);
  width: fit-content;
  background-color: #FF962E;
  padding: 10px 33px 10px 22px;
  text-align: center;
  line-height: 20px;
  font-weight: 700;
  color: #070707;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.before-after__link {
  margin-top: 64px;
}
@media screen and (max-width: 896px) {
  .before-after__link {
    margin-top: 32px;
  }
}

.btn__link {
  width: 100%;
  max-width: 303px;
  margin-inline: auto;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 3.5;
  color: #FF962E;
  text-align: center;
}

.top-plan {
  margin-top: 120px;
}
@media screen and (max-width: 896px) {
  .top-plan {
    margin-top: 48px;
  }
}

.top-plan__inner {
  max-width: 1100px;
  margin-inline: auto;
  padding: 0 25px;
}

.top-plan__body {
  margin-top: 84px;
}
@media screen and (max-width: 896px) {
  .top-plan__body {
    margin-top: 32px;
  }
}

.top-plan__area {
  margin-top: 32px;
}
@media screen and (max-width: 896px) {
  .top-plan__area {
    margin-top: 24px;
  }
}
.top-plan__area:not(:first-child) .top-plan__table {
  width: 78%;
}
@media screen and (max-width: 896px) {
  .top-plan__area:not(:first-child) .top-plan__table {
    width: 100%;
  }
}

.top-plan__areaTxt {
  font-weight: 700;
  line-height: 2;
  font-size: 24px;
}
@media screen and (max-width: 896px) {
  .top-plan__areaTxt {
    font-size: 16px;
  }
}

.top-plan__tableWrap {
  overflow: scroll;
}
@media screen and (max-width: 896px) {
  .top-plan__tableWrap {
    padding-bottom: 12px;
  }
}

.top-plan__table {
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 896px) {
  .top-plan__table {
    width: 525px;
    margin-top: 8px;
  }
}
.top-plan__table tr {
  border-bottom: 1px solid #888888;
}
.top-plan__table th, .top-plan__table td {
  padding: 20px 0;
  text-align: center;
  line-height: 2;
  font-weight: 700;
  font-size: 20px;
  border-left: 1px solid #888888;
}
.top-plan__table th:last-child, .top-plan__table td:last-child {
  border-right: 1px solid #888888;
}
@media screen and (max-width: 896px) {
  .top-plan__table th, .top-plan__table td {
    padding: 8px 0;
    line-height: 1.42;
    font-size: 14px;
  }
}
.top-plan__table th ._sp, .top-plan__table td ._sp {
  display: none;
}
@media screen and (max-width: 896px) {
  .top-plan__table th ._sp, .top-plan__table td ._sp {
    display: block;
  }
}
.top-plan__table th {
  background-color: #070707;
}
.top-plan__table td {
  background-color: #292A2E;
}

.top-plan__attention {
  margin-top: 8px;
  text-align: right;
}
@media screen and (max-width: 896px) {
  .top-plan__attention {
    margin-top: 0;
    font-size: 12px;
  }
}

.top-plan__link {
  margin-top: 72px;
}
@media screen and (max-width: 896px) {
  .top-plan__link {
    margin-top: 32px;
  }
}

.top-flow {
  margin-top: 120px;
}
@media screen and (max-width: 896px) {
  .top-flow {
    margin-top: 48px;
  }
}

.top-flow__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 25px;
}

.top-flow__body {
  margin-top: 80px;
}
@media screen and (max-width: 896px) {
  .top-flow__body {
    margin-top: 32px;
  }
}

.top-flow__list {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 896px) {
  .top-flow__list {
    flex-direction: column;
  }
}

.top-flow__item {
  position: relative;
  width: calc((100% - 64px) / 3);
}
@media screen and (max-width: 896px) {
  .top-flow__item {
    width: 100%;
  }
}
.top-flow__item:not(:first-child) .top-flow__figure::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  left: -32px;
  width: 35px;
  height: 35px;
  background-image: url(../img/icon_flow-arrow.png);
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 896px) {
  .top-flow__item:not(:first-child) .top-flow__figure::after {
    top: -32px;
    bottom: initial;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: rotate(90deg);
  }
}

.top-flow__num {
  background: RGBA(233, 85, 4, 0.7);
  background: linear-gradient(90deg, rgba(233, 85, 4, 0.7) 0%, rgba(244, 185, 26, 0.7) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.0224em;
  font-style: italic;
  font-size: 40px;
  color: #070707;
}
@media screen and (max-width: 896px) {
  .top-flow__num {
    width: 56px;
    height: 56px;
    font-size: 32px;
  }
}

.top-flow__figure {
  position: relative;
}

.top-flow__title {
  min-height: 72px;
  display: flex;
  align-items: center;
  margin-top: 16px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 24px;
  color: #FF962E;
}
@media screen and (max-width: 896px) {
  .top-flow__title {
    min-height: auto;
    margin-right: 12px;
    font-size: 16px;
  }
}

.top-flow__text {
  margin-top: 16px;
  line-height: 1.6;
  font-size: 20px;
}
@media screen and (max-width: 896px) {
  .top-flow__text {
    margin-top: 8px;
    font-size: 14px;
  }
}

.top-faq {
  margin-top: 120px;
}
@media screen and (max-width: 896px) {
  .top-faq {
    margin-top: 48px;
  }
}

.top-plan__inner {
  max-width: 1100px;
  margin-inline: auto;
  padding: 0 25px;
}

.top-faq__body {
  margin-top: 80px;
}
@media screen and (max-width: 896px) {
  .top-faq__body {
    margin-top: 32px;
  }
}

.top-access {
  margin-top: 120px;
}
@media screen and (max-width: 896px) {
  .top-access {
    margin-top: 48px;
  }
}

.top-access__inner {
  max-width: 1100px;
  margin-inline: auto;
  padding: 0 25px;
}

.top-access__body {
  margin-top: 80px;
}
@media screen and (max-width: 896px) {
  .top-access__body {
    margin-top: 32px;
  }
}

.sub-trainer .trainer__inner {
  max-width: 1200px;
}
.sub-trainer .trainer__heading {
  margin-left: initial;
}
@media screen and (max-width: 896px) {
  .sub-trainer .trainer__heading {
    margin-left: auto;
    margin-bottom: 28px;
  }
}
.sub-trainer .trainer__btn {
  margin-left: initial;
  margin-bottom: 56px;
}
@media screen and (max-width: 896px) {
  .sub-trainer .trainer__btn {
    margin-left: auto;
    margin-bottom: 16px;
  }
}
.sub-trainer .btnList__text {
  margin-top: 14px;
  text-align: right;
}
@media screen and (max-width: 896px) {
  .sub-trainer .btnList__text {
    margin-top: 0;
    text-align: center;
    font-size: 10px;
  }
}
.sub-trainer .profile__section {
  position: relative;
  padding-left: 0;
}
.sub-trainer .profile__img {
  height: initial;
}
.sub-trainer .profile__inner {
  padding-top: 56px;
  padding-bottom: 56px;
  height: 1100px;
}
@media screen and (max-width: 896px) {
  .sub-trainer .profile__inner {
    padding-top: 0;
    padding-bottom: 32px;
    height: initial;
  }
}
.sub-trainer .profile__name {
  width: 584px;
}
@media screen and (max-width: 896px) {
  .sub-trainer .profile__name {
    width: 100%;
  }
}
.sub-trainer .profile__name--ja {
  margin-left: 28px;
}
@media screen and (max-width: 896px) {
  .sub-trainer .profile__name--ja {
    margin-left: 0;
  }
}
.sub-trainer .profile__list {
  width: 61.0909090909%;
}
@media screen and (max-width: 896px) {
  .sub-trainer .profile__list {
    width: 100%;
  }
}
.sub-trainer .profile__dl + .profile__dl {
  margin-top: 48px;
}
@media screen and (max-width: 896px) {
  .sub-trainer .profile__dl + .profile__dl {
    margin-top: 16px;
  }
}
.sub-trainer .profile__dt {
  font-size: 20px;
  width: 100px;
}
@media screen and (max-width: 896px) {
  .sub-trainer .profile__dt {
    font-size: 14px;
  }
}
.sub-trainer .profile__dd {
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .sub-trainer .profile__dd {
    font-size: 14px;
  }
}
.sub-trainer .profile__video {
  width: 100%;
  max-width: 540px;
  position: absolute;
  bottom: 56px;
  right: 0;
  left: 0;
  margin-inline: auto;
}
@media screen and (max-width: 896px) {
  .sub-trainer .profile__video {
    margin-top: 16px;
    position: static;
    inset: initial;
  }
}
.sub-trainer .profile__video .video {
  width: 100%;
  height: initial;
  position: static;
  padding-top: 0;
  transform: translateX(0);
}
.sub-trainer .profile__video .video iframe {
  aspect-ratio: 540/304;
  position: static;
  width: 100%;
  height: initial;
}
@media screen and (max-width: 896px) {
  .sub-trainer .profile__video .video iframe {
    aspect-ratio: 275/155;
  }
}
.sub-trainer .swiper-button-next {
  background-image: url(../img/arrow_next.svg);
  right: -60px;
}
@media screen and (max-width:896px) {
  .sub-trainer .swiper-button-next {
    top: 0;
    right: 25px;
  }
}
.sub-trainer .swiper-button-prev {
  background-image: url(../img/arrow_prev.svg);
  left: -60px;
}
@media screen and (max-width:896px) {
  .sub-trainer .swiper-button-prev {
    top: 0;
    left: 25px;
  }
}/*# sourceMappingURL=version.css.map */