@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
:root {
  --font: "Zen Maru Gothic", sans-serif;
  --out:  "Outfit", sans-serif;
}
.section__inner {
  padding: 0 20px;
  font-weight: 700;
  color: #1F1F1F;
}

.section__inner.--hidden {
  overflow: hidden;
}

.fv {
  margin-top: 3.125rem;
  background: #FEFDEB;
  padding-bottom: 30px;
}


.fv__image.--01 {
  /* margin-right: calc(50% - 50vw); */
  width: calc(338 / 335 * 100%);
  /* margin-left: auto; */
  margin-left: 20px;
}

.fv__image.--02 {
  width: calc(315 / 335 * 100%);
  margin-inline: auto;
  margin-top: 14px;
  position: relative;
}
.fv__free {
  width: 97px;
  height: 97px;
  background: #FFFF5A;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  position: absolute;
  top: -40px;
  left: 8px;
  z-index: 1;
}
/* .fv__free::before {
  position: absolute;
  content: '';
  background: url(../img/ashirai_boy.png) no-repeat center / contain;
  width: 54px;
  height: 63px;
  left: -22px;
  top: -22px;
  z-index: -1;
} */

.fv__image .--boy {
  position: absolute;
  content: '';
  /* background: url(../img/ashirai_boy.png) no-repeat center / contain; */
  width: 54px;
  height: 63px;
  left: -14px;
  top: -61px;
  z-index: 0;
}

.fv__free .dot-text {
  display: inline;
  color: #0CB5F4;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
}

.fv__free .dot-text span {
  position: relative;
  display: inline-block;
  padding-top: .2em;
  width: initial;
  height: initial;
}

.fv__free .dot-text span::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.2em;
  color: #0CB5F4; /* ドットの色を調整 */
}

.fv__copy {
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: 16px;
  position: relative;
  z-index: 2;
}
.fv__copy span {
  color: #07B1F0;
}
.fv__copy .dot-text span {
  position: relative;
  display: inline-block;
  padding-top: .2em;
  width: initial;
  height: initial;
}

.fv__copy .dot-text span::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.25em;
  color: #0CB5F4; /* ドットの色を調整 */
}
.fv__copy::after {
  position: absolute;
  content: '';
  background: url(../img/fv03.png) no-repeat center center /contain;
  width: 163px;
  height: 135px;
  top: 0;
  right: -45px;
  z-index: -1;
}
.fv__copy::before {
  position: absolute;
  content: '';
  background: url(../img/fv_onpu.png) no-repeat center center / contain;
  left: 0;
  top: -35px;
  width: 22px;
  height: 28px;
}

.fv__label {
  background: #55C4EF;
  color: #FFF;
  border-radius: 3px;
  height: 28px;
  width: fit-content;
  /* font-size: 16px; */
  font-size: 0.8rem;
  letter-spacing: .02em;
  font-weight: 700;
  padding: 0 11px;
  margin-top: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
}

.fv__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 15px;
  gap: 10px;
}

.fv__item {
  position: relative;
}

.fv__item p {
  text-align: center;
  color: #17A7DD;
  font-size: 10px;
  position: absolute;
  left: 50%;
  bottom: 20%;
  width: 100%;
  transform: translateX(-50%);
  font-weight: 700;
  line-height: 1.2;
  /* font-size: .725rem; */
  font-size: clamp(0.438rem, -0.762rem + 6vi, 0.625rem);
}

.fv__item.--last p {
  bottom: 30%;
}

.fv__btn {
  margin-top: 25px;
}

.fv__btn a {
  min-height: 96px;
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  border-radius: calc(1px / 0);
  background: #49D13C;
  color: #FFF;
  padding-left: 27px;
  font-family: var(--font);
  font-weight: 700;
  letter-spacing: .02em;
  position: relative;
  max-width: 335px;
  margin-inline: auto;
  filter: drop-shadow(6px 6px 0px #cdffb9);
}
.fv__btn a::before {
  position: absolute;
  content: '';
  background: url(../img/fv_btn_image.png) no-repeat center center / contain;
  /* width: 109px; */
  width: 6.813rem;
  /* height: 106px; */
  height: 6.625rem;
  top: -12px;
  /* top: -0.725rem; */
  /* right: 15px; */
  right: 0.938rem;
}
.fv__btn a::after {
  position: absolute;
  content: '';
  background: #49D13C;
  width: 22px;
  height: 17px;
  left: 50%;
  transform: translateX(-50%);
  top: 98%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.fv__btn a p {
  /* font-size: 13px; */
  font-size: 0.813rem;
  line-height: calc(17/13);
  position: relative;
  padding-right: 33px;
  width: fit-content;
}
.fv__btn a p::after {
  position: absolute;
  content: '';
  background: url(../img/fv_icon_line.png) no-repeat center center / contain;
  width: 29px;
  height: 28px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.fv__btn a h4 {
  /* font-size: 18px; */
  font-size: 1.125rem;
  line-height: calc(21/18);
  margin-top: 2px;
}

.fv__btn a h4 span {
  color: #FFF965;
  position: relative;
}
.fv__btn a h4 span::before {
  position: absolute;
  content: '';
  background: url(../img/fv_btn_ashirai.png) no-repeat center center / contain;
  width: 12px;
  height: 14px;
  left: -12px;
  top: 0;
}


.extend {
  padding: 24px 0;
  background: url(../img/bg_extend.png) no-repeat center center / cover;
  font-weight: 700;
}

.ectend__top {
  font-family: var(--font);
  display: grid;
  gap: 5px;
  text-align: center;
}

.extend__head {
  font-size: 16px;
  width: fit-content;
  margin-inline: auto;
  background: #F97301;
  color: #fff;
  border-radius: 3px;
  height: 28px;
  display: grid;
  place-items: center;
  padding: 0 1em;
  letter-spacing: .02em;
}

.extend__title {
  text-align: center;
  margin-top: 17px;
}

.extend__sub {
  color: #07B1F0;
  font-size: 17px;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  gap: 5px;
}
.extend__sub img {
  width: 21px;
}

.extend__main {
  width: 297px;
  margin-inline: auto;
  margin-top: 5px;
  position: relative;
  z-index: 2;
}
.extend__main::after {
  position: absolute;
  content: '';
  background:  #FFF365;
  height: 5px;
  width: 100%;
  left: 0;
  bottom: -3px;
  z-index: -1;
}

.extend__container {
  margin-top: 35px;
  border: 1px solid #55C4EE;
  border-radius: 6px;
  padding: 0 15px 18px;
  position: relative;
}
.extend__container::after {
  position: absolute;
  content: '';
  background: url(../img/extend_boy.png) no-repeat center center / cover;
  width: 41px;
  height: 74px;
  left: -9px;
  bottom: -37px;
}

.extend__label {
  background: #05B1F0;
  color: #FFF;
  /* width: 301px; */
  width: 18.8125rem;
  min-width: 260px;
  margin-inline: auto;
  height: 36px;
  display: flex;
  justify-content: center;
  border-radius: calc(1px / 0);
  position: relative;
  align-items: center;
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: .04em;
  padding: 0 12px;
  margin-top: -17px;
}
.extend__label::after {
  position: absolute;
  content: '';
  background: #05B1F0;
  width: 10px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  top: 99.6%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.extend__label span {
  color: #FFF89D;
}

.extend__copy {
  text-align: center;
  letter-spacing: .02em;
  line-height: 1.5;
  font-size: 16px;
  margin-top: 10px;
}

.extend__items {
  font-family: var(--font);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 305px;
  margin-inline: auto;
  gap: 10px;
  margin-top: 10px;
}

.extend__item {
  border-radius: 6px;
  height: 77px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
}
.extend__item:nth-child(1) {
  background: #FF727A;
}
.extend__item:nth-child(2) {
  background: #16BC75;
}
.extend__item:nth-child(3) {
  background: #FFA200;
}
.extend__item p {
  font-size: .75rem;
  line-height: calc(15/12);
}
.extend__item h5 {
  font-size: 15px;
  letter-spacing: .04em;
  margin: initial;
}
.extend__item p span {
  font-size: 28px;
  font-family: var(--out);
}

.videos {
  background: #05B1F0;
  padding: 25px 0 17px;
  position: relative;
  z-index: 2;
}

.videos__title {
  color: #FFF;
  text-align: center;
  font-family: var(--font);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
.videos__title::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/text_movie.png) no-repeat center center / cover;
  width: 273px;
  height: 63px;
  z-index: -1;
}
.videos__title span {
  color: #FAF043;
}

.videos__video video {
  border-radius: 10px;
}

.coach {
  background: url(../img/bg_coach.png) no-repeat center center / cover;
  padding: 22px 0 33px;
}


.coach__top {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .02em;
  margin-top: 10px;
}
.coach__top span {
  position: relative;
}
.coach__top span::before,
.coach__top span::after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
  height: 37px;
}
.coach__top span::before {
  background: url(../img/coach_left.png) no-repeat center center / contain;
  left: -40px;
}
.coach__top span::after {
  background: url(../img/coach_right.png) no-repeat center center / contain;
  right: -80px;
}

.coach__image {
  margin-top: 11px;
}

.message {
  background: #F1FAFC;
  border-radius: 30px 30px 0 0;
  margin-top: -20px;
  padding: 38px 0 43px;
}

.message__label {
  font-size: 12px;
  line-height: calc(34/12);
  letter-spacing: .19em;
  color: #05B1F0;
}

.message__name {
  display: flex;
  letter-spacing: .1em;
  align-items: flex-end;
  gap: 9px;
}

.message__jp {
  /* font-size: 28px; */
  font-size: 1.2rem;
  line-height: calc(50/28);
}
.message__jp span {
  /* font-size: 20px; */
  font-size: .825rem;
}

.message__en {
  font-family: var(--out);
  /* font-size: 12px; */
  font-size: 0.725rem;
  text-transform: uppercase;
  /* line-height: calc(34/12); */
  line-height: 2.1;
}

.message__container {
  background: #FFF;
  position: relative;
  border-radius: 15px;
}
.message__container::after {
  position: absolute;
  content: '';
  background: url(../img/message_girl.png) no-repeat center center / contain;
  width: 64px;
  height: 97px;
  right: 0;
  bottom: -42.8px;
}

.message__image {
  border: 1px solid #07B1E8;
  border-bottom: initial;
  border-radius: 15px 15px 0 0;
}

.message__image img {
  border-radius: 15px 15px 0 0;
  aspect-ratio: 344 / 250;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.message__content {
  padding: 20px 20px 38px;
  position: relative;
  border-radius: 0 0 15px 15px;
  border: 1px solid #07B1E8;
  border-top: initial;
}

.message__content::after {
  position: absolute;
  content: 'official\A reflet\A ambassadors';
  white-space: pre; /* これがないと \A が無視される */
  color: #F1FAFC;
  font-family: var(--out);
  font-size: 25px;
  line-height: calc(33/25);
  letter-spacing: .19em;
  bottom: 12px;
  right: 13px;
  text-align: right;
  text-transform: uppercase;
}

.message__title {
  color: #07B1EA;
  letter-spacing: .19em;
  font-family: var(--out);
  font-size: 22px;
  text-transform: uppercase;
  line-height: calc(34/22);
}

.message__text {
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: .06em;
  color: #222222;
  margin-top: 1rem;
  position: relative;
  z-index: 2;
}

.advertisement {
  position: relative;
}

.advertisement__one {
  color: #03AEE7;
  font-family: var(--font);
  font-size: 11px;
  width: 59px;
  height: 59px;
  background: #F8F878;
  display: grid;
  place-items: center;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  font-weight: 700;
}
.advertisement__one::after {
  position: absolute;
  content: '';
  background: #F8F878;
  width: 9px;
  height: 9px;
  /* left: 50%; */
  transform: translateX(-50%) rotate(45deg);
  /* top: 98%; */
  left: 9%;
  top: 80%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.advertisement__trial {
  padding-top: 21.5px;
}

.advertisement__trial-voice::before {
  left: -2.125rem;
}
.advertisement__trial-voice::after {
  right: -2.125rem;
}

.advertisement__trial-content {
  padding-top: 1.825rem;
}

.advertisement__trial-head {
  font-family: var(--font);
}

.advertisement__trial-box {
  border-radius: 10px;
}
.advertisement__trial-box::before {
  border-radius: 7px;
  border-color: #07B1F0;
}
.advertisement__trial-title {
  font-family: var(--font);
  font-weight: 700;
  padding-left: 7px;
}

.advertisement__trial-title .zero {
  width: 36px;
  height: 44px;
}
.advertisement__trial-title .yen {
  display: inline;
  color: #FE7621;
  font-weight: 900;
  width: initial;
  height: initial;
}

.advertisement__trial-title .dot-text {
  width: initial;
  height: initial;
}

.advertisement__trial-title .dot-text span {
  position: relative;
  display: inline-block;
  padding-top: .4em;
  width: initial;
  height: initial;
}

.advertisement__trial-title .dot-text span::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.3em;
  color: #1c2e78; /* ドットの色を調整 */
}

.advertisement__trial-item {
  border-radius: 5px;
  font-weight: 700;
}

.advertisement__line-textBox {
  border-radius: 10px 10px 0 0;
  font-family: var(--font);
}

.advertisement__line-icon {
  border-radius: 0 0 10px 10px;
}

.worries__head {
  background: #393939;
  color: #FFF;
  text-align: center;
  font-family: var(--font);
  padding-top: 21px;
  position: relative;
}
.worries__head::after {
  position: absolute;
  content: '';
  background: #393939;
  width: 100%;
  height: 30px;
  left: 50%;
  transform: translateX(-50%);
  top: 99.8%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.worries__sub {
  font-size: 16px;
  line-height: calc(28/16);
}

.worries__main {
  font-size: 2rem;
  line-height: calc(40/32);
}
.worries__main span {
  color: #FAF042;
}

/* .worries__items {
  background: #F0F0F0;
} */
.worries {
  background: #F0F0F0;
}

.worries__item {
  display: grid;
  grid-template-columns: 171.5px calc(163 / 375 * 100%);
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.worries__lists {
  position: relative;
}

.worries__list {
  /* background: #FFF; */
  border-radius: 8px;
  min-height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  /* border: 1px solid #707070; */
  position: relative;
  z-index: 1;
  /* filter: drop-shadow( 3px 3px 0px #393939); */
  /* box-shadow: 3px 3px 0px #393939; */
  font-weight: 700;
  background: url(../img/worris_list.png) no-repeat center center / cover;
}
.worries__item:nth-child(1) .worries__list {
  padding-right: 0.5rem;
}

/* .worries__list::after {
  position: absolute;
  content: '';
  background: url(../img/arrow_worries.png) no-repeat center center / contain;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  z-index: -1;
} */

/* .worries__list::after {
  position: absolute;
  content: '';
  background: #05B1F0;
  width: 13px;
  height: 13px;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  z-index: -1;
} */


.worries__list span {
  color: #FE7621;
}
.worries__list .not-color {
  color: initial;
}

.worries__item:nth-child(2) {
  grid-template-columns: calc(156 / 375 * 100%) 171.5px ;
  justify-content: flex-start;
  margin-top: -40px;
}

.worries__item:nth-child(2) .worries__list {
  background: url(../img/worris_list_right.png) no-repeat center center / cover;
}
/* .worries__item:nth-child(2) .worries__list::after {
  right: initial;
  left: -10px;
  transform: translateY(-50%) rotate(180deg);
} */

.worries__girl {
  position: relative;
  z-index: 2;
}

.worries__boy {
  position: relative;
  z-index: 2;
}

.because {
  background: #05B1F0;
  padding: 24px 0 14px;
  position: relative;
}
.because::after {
  position: absolute;
  content: '';
  background: #05B1F0;
  width: 100%;
  height: 34px;
  left: 50%;
  transform: translateX(-50%);
  top: 99.8%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 2;
}


.because__title {
  color: #FFF;
  text-align: center;
  font-family: var(--font);
  font-size: 20px;
  left: 1.5em;
  letter-spacing: .04em;
}
.because__title .--yellow {
  color: #FAF043;
}

.because__title .dot-text span {
  position: relative;
  display: inline-block;
  padding-top: .3em;
}

.because__title .dot-text span::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.2em;
  color: #FFF; /* ドットの色を調整 */
}


.because__border {
  margin-top: 16px;
}

.because__text {
  color: #FFF;
  font-size: 14px;
  line-height: calc(26/14);
  letter-spacing: .04em;
  margin-top: 13px;
  font-weight: 500;
}

.skills {
  background: #FFFFF0;
  position: relative;
}
.skills::after {
  position: absolute;
  content: '';
  background: #FFFFF0;
  width: 100%;
  height: 34px;
  left: 50%;
  transform: translateX(-50%);
  top: 99.8%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 2;
}

.skills__inner::before {
  background: #FFFFF0;
}

.skills__label {
  background: #07B1F0;
  border-radius: 5px;
  font-family: var(--font);
  margin-top: 30px;
}

.skills__title {
  color: #FE7621;
  font-family: var(--font);
}
.skills__title span {
  font-family: var(--out);
}

.skills__text {
  color: #1F1F1F;
}

.skills__badge {
  background: #FE7621;
  color: #FFF;
  font-family: var(--out);
}

.skills__content {
  border-radius: 10px;
  margin-top: -1.3375rem;
}

.skills__content::before {
  border-color: #FE7621;
  border-radius: 5px;
}

.skills__list-text {
  font-family: var(--font);
  color: #FE7621;
}

.skills__list-text::before {
  background: url(../img/icon_four.png) no-repeat center center / contain;
}

.reason__img img,
.lesson__img img {
  border-radius: 10px;
}

.reason__item::before,
.lesson__item::before {
  background: #FE7621;
  border-radius: 10px 0 10px 0;
  font-family: var(--out);
}

.cta {
  background: url(../img/bg_cta.png) no-repeat center center / cover;
  padding: 34px 0 45px;
}

.cta .fv__btn {
  margin-top: initial;
}

.cta__title {
  margin-top: 35px;
  display: grid;
  gap: 7px;
  text-align: center;
}

.cta__sub {
  font-size: 0.938rem;
  font-size: 15px;
  letter-spacing: .02em;
  color: #000;
  /* line-height: calc(48/15); */
}

/* 左右いっぱいに伸びた横線 */
.cta__sub {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
}
.cta__sub::before,
.cta__sub::after {
  background-color: #000; /* 横線の色 */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 1px; /* 横線の高さ */
}

.cta__main {
  font-family: var(--font);
  font-size: 2rem;
  /* line-height: calc(70/32); */
  letter-spacing: .02em;
  color: #FE7621;
}

.cta__annotation {
  font-family: var(--font);
  font-size: 12px;
  line-height: calc(26/12);
  letter-spacing: .02em;
  text-align: center;
}

.voice {
  margin-top: initial;
  padding: 26px 0;
  border-radius: 20px 20px 0 0;
  margin-top: -15px;
}

.voice__wrap {
  position: relative;
  top: initial;
  left: initial;
  transform: initial;
}

.voice__title {
  font-family: var(--font);
}

.voice__head span {
  background: #F97303;
  border-radius: 4px;
  font-family: var(--font);
}

.voice-slider {
  padding: initial;
  margin-top: 1.2rem;
}

.trainer__note {
  font-size: 1.125rem;

}

.lesson {
  background: #07B1E9;
  border-radius: 20px 20px 0 0;
  margin-top: -20px;
}

.lesson__head {
  font-family: var(--font);
}

.lesson__note {
  font-weight: 500;
  letter-spacing: .04em;
  line-height: calc(26/14);
}

.lesson__title {
  font-family: var(--out);
  font-weight: 700;
}

.course {
  border-radius: 20px 20px 0 0;
}

.course__title {
  font-family: var(--font);
  letter-spacing: .04em;
}

.course__title::before {
  font-family: var(--out);
}

.course__title span {
  color: #07B1E9;
}

.course__text {
  text-align: center;
  letter-spacing: .04em;
  font-weight: 500;
  line-height: calc(26/14);
}

.course__th-1 {
  border-radius: 10px 10px 0 0;
  background: #07B1F0;
  font-family: var(--font);
}


.course__td-1 {
  font-size: .875rem;
  line-height: calc(26/14);
  letter-spacing: .04em;
  padding: 17px;
  font-weight: 500;
}

.course__th-2.private {
  border-radius: 10px 0 0 0;
}
.course__th-2.group {
  border-radius: 0 10px 0 0;
  background: #FD6F9A;
}

.course__table {
  border-radius: 0 0 10px 10px;
}

.course__td-2 strong,
.course__td-3 strong {
  font-size: 2rem;
  font-weight: 600;
}

.course__td-2 small,
.course__td-3 small {
  width: 100%;
}

.course__td-3,
.course__td-4--c {
  color: #FD6F9A;
}

.course__td-4::before {
  background: url(../img/icon_check_orange.png) no-repeat center center / contain;
}

.course__td-4--c::before {
  background: url(../img/icon_check_pink.png) no-repeat center center / contain;
}

.faq {
  border-radius: 20px 20px 0 0;
  margin-top: initial;
}

.faq__title {
  font-family: var(--font);
}

.faq__head {
  border-radius: 10px;
}

.faq__head.is-open {
  border-radius: 10px 10px 0 0;
}

.faq__container-text {
  border-radius: 0 0 10px 10px;
}

.faq__text::before,
.faq__container-text::before {
  font-family: var(--out);
}

.info {
  background: url(../img/bg_info.png) no-repeat center center / cover;
  padding: 31px 0 46px;
}

.info .extend__head {
  padding: 0 .6em;
}

.info__container {
  border: 1px solid #07B1F0;
  border-radius: 20px;
  padding: 1.1rem 1.2rem;
  position: relative;
}
.info__container::before {
  position: absolute;
  content: '';
  background: url(../img/info_boy.png) no-repeat center center / contain;
  left: -5px;
  bottom: -43px;
  width: calc(60 / 16 * 1rem);
  height: calc(77 / 16 * 1rem);
}
.info__container::after {
  position: absolute;
  content: '';
  background: url(../img/info_girl.png) no-repeat center center / contain;
  right: -9.7px;
  bottom: -33px;
  width: calc(51 / 16 * 1rem);
  height: calc(75 / 16 * 1rem);
}

.info__texts {
  font-size: 1rem;
  line-height: calc(25/16);
  letter-spacing: .06em;
  text-align: center;
  display: grid;
  gap: 7px;
  margin-top: 15px;
}

.info__texts .--yellow {
  background: #FAF043;
  min-height: 36px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  padding: 0 .725rem;
  white-space: nowrap;
}

.access__title::before {
  font-family: var(--out);
}

.access__image img {
  border-radius: 10px;
}



.trainer {
  padding-bottom: 70px;
}

.trainer__container {
  overflow: hidden;
  border: 1px solid #07B1E9;
  border-radius: 20px;
  position: relative;
  padding: 12px 12px 14px;
}
.trainer__container::after {
  clip-path: polygon(45% 0, 100% 0%, 55% 100%, 0% 100%);
  width: calc(110 / 16 * 1rem);
  height: calc(173 / 16 * 1rem);
  right: -12px;
  bottom: 0;
  position: absolute;
  content: '';
  background: #07B1E9;
  z-index: -1;
}

.trainer__image {
  width: 199px;
  width: calc(199 / 16 * 1rem);
}

.trainer__image img {
  border-radius: 10px;
  aspect-ratio: 199 / 233;
}

.trainer__image::after {
  display: none;
}
.trainer__image::before {
  display: none;
}

.trainer__name {
  left: 0;
  border-radius: 0 10px 0 0;
  bottom: 10px;
  text-decoration: underline 1px;
  text-underline-offset: 3px;
}

.trainer__name::before {
  display: none;
}

.trainer__text {
  padding: 0.875rem;
  border-top: 1px solid #0AB1EA;
  border-bottom: 1px solid #0AB1EA;
  margin-top: 17.5px;
}

.js-trainer-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 1em;
}

.js-trainer-pagination button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  cursor: pointer;
}

.js-trainer-pagination .is-active {
  background: #333;
}

.splide__pagination {
  gap: 7px;
  margin-top: 10px;
}

.splide__pagination li {
  width: 10px;
  height: 10px;
}

.splide__pagination__page {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #07B1E9;
  padding: initial;
}

.splide__pagination__page.is-active {
  background: #07B1E9;
}

.game-banner {
  padding-top: 18px;
  padding-bottom: 18px;
}
