body {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 760px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2470588235);
}

.c-wrap {
  padding-inline: 43px;
}

.c-head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.c-head-en {
  display: block;
  width: 164px;
}
.c-head-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 179%;
  font-feature-settings: "palt";
}
.c-head-bg {
  position: absolute;
  width: 699.3333333333px;
  display: block;
  top: -53px;
  left: 50%;
  transform: translateX(-50%);
}

.c-line-button {
  padding-block: 15px 22px;
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #58aa35;
  letter-spacing: 0.07em;
  width: 100%;
}

.header {
  padding-right: 50px;
  position: fixed;
  height: 110px;
  width: inherit;
  background: #fff;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: end;
}
.header__icon {
  position: relative;
  display: block;
  width: 51px;
  height: 34px;
  transition: 0.3s;
}
.header__icon:hover {
  opacity: 0.7;
  cursor: pointer;
}
.header__icon span {
  display: block;
  background: #888988;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
.header__icon span:nth-of-type(1) {
  top: 0;
}
.header__icon span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.header__icon span:nth-of-type(3) {
  bottom: 0;
}
.header__icon.is-checked span:nth-of-type(1) {
  transform: rotate(-35deg) translateX(-50%);
  top: 2px;
}
.header__icon.is-checked span:nth-of-type(2) {
  opacity: 0;
}
.header__icon.is-checked span:nth-of-type(3) {
  bottom: 1px;
  transform: rotate(35deg) translateX(-50%);
}

#g-nav {
  position: absolute;
  overflow: hidden;
  width: inherit;
  height: 100%;
  clip-path: inset(0 0 0 0 round 0);
  z-index: 98;
  pointer-events: none;
}

.g-nav {
  position: fixed;
  top: 110px;
  height: 100dvh;
  z-index: 99;
  width: inherit;
  background: #fff;
  transform: translateX(100%);
  transition: 0.6s;
}
.g-nav.is-checked {
  transform: translateX(0);
  pointer-events: all;
}
.g-nav__inner {
  padding: 50px 30px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.g-nav__links {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.g-nav__link {
  text-align: center;
  color: #da4a31;
  font-size: 30px;
  font-weight: 700;
  line-height: 179%;
  letter-spacing: 0.08em;
}
.g-nav__sns-links {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.g-nav__sns-instagram {
  width: 150px;
}

.fv {
  margin-top: 110px;
  overflow: hidden;
  position: relative;
  height: 963px;
  background: url(../img/fv.webp) no-repeat center center/cover;
  display: flex;
  align-items: end;
  z-index: 0;
}
.fv::after, .fv::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
}
.fv::after {
  background: url(../img/fv-left.webp) no-repeat center center/contain;
  width: 307px;
  height: 968px;
  left: 0;
}
.fv::before {
  background: url(../img/fv-right.webp) no-repeat center center/contain;
  width: 371px;
  height: 1017px;
  right: -60px;
}
.fv__content {
  padding: 87px 38px;
}
.fv__lead {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fv__lead span {
  padding: 5px 31px;
  border-radius: 8px;
  font-size: 35px;
  font-weight: 800;
  display: inline-block;
  text-shadow: 0px 0px 8px #fff;
  background: url(../img/fv-text-bg.webp) no-repeat center center/cover;
  width: fit-content;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  -webkit-text-stroke-color: #FFF;
  -webkit-text-stroke-width: 5px;
  paint-order: stroke;
}
.fv__lead span:nth-of-type(2) {
  padding: 5px 16px 5px 31px;
  letter-spacing: 0.12em;
}
.fv__title {
  margin-top: 50px;
}
.fv__title span {
  padding: 7px 25px 7px 26px;
  background: #00ABC3;
  display: inline;
  font-size: 58px;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  letter-spacing: 0.05em;
}
.fv__title span:nth-of-type(1) {
  padding: 7px 44px 7px 26px;
  letter-spacing: normal;
}

.concept {
  padding-block: 102px 89px;
}
.concept__text {
  margin-top: 47px;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.16em;
  font-feature-settings: "palt";
  line-height: 180%;
  color: #3e3a39;
}
.concept__content {
  margin-top: 31px;
  position: relative;
  height: 343px;
}
.concept__image {
  position: absolute;
  display: block;
  width: 896px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.about {
  padding-block: 98px 36px;
  background: #DDEFFB;
}
.about__content {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 63px;
}
.about__image {
  width: 545px;
  display: block;
}
.about__text {
  font-size: 27px;
  font-weight: 500;
  line-height: 183%;
  letter-spacing: 0.077em;
  font-feature-settings: "palt";
  color: #3e3a39;
}
.about__text span:nth-of-type(1) {
  font-weight: 700;
}
.about__text span:nth-of-type(2) {
  color: #0768ab;
  font-weight: 700;
}
.about__text span:nth-of-type(3) {
  font-weight: 700;
  letter-spacing: 0.15em;
  background: url(../img/chance-text-bg.webp) no-repeat center center/cover;
}

.profile {
  padding-block: 102px 36px;
}
.profile__wrap {
  padding-inline: 80px 35px;
  color: #3e3a39;
}
.profile__trainer {
  padding-right: 25px;
  margin-top: 55px;
  display: flex;
  gap: 34px;
}
.profile__trainer + .profile__trainer {
  margin-top: 27px;
}
.profile__image {
  display: block;
  width: 309px;
  flex-shrink: 0;
}
.profile__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.profile__name {
  padding-bottom: 29px;
  font-size: 43px;
  background-image: radial-gradient(circle, #0768ab 2px, transparent 3px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 11px 4px;
  line-height: 100%;
  font-weight: 700;
  width: 100%;
}
.profile__label {
  padding: 0px 17px;
  font-size: 27px;
  color: #fff;
  background: #da4a31;
  width: fit-content;
  border-radius: 6px;
}
.profile__text {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.profile__container {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  gap: 58px;
}
.profile__content {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.profile__cat {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.profile__lists {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: justify;
}
.profile__list {
  font-size: 27px;
  font-weight: 500;
  padding-left: 7px;
  text-indent: -9px;
  white-space: nowrap;
  text-justify: inter-character;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  line-height: 158%;
}
.profile__list span {
  font-weight: 900;
}

.chance {
  margin-block: 35px 57px;
}
.chance__inner {
  padding: 55px 31px 50px 40px;
  border-radius: 16px;
  background: url(../img/chance-bg.webp) no-repeat center center/cover;
  color: #fff;
}
.chance__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  line-height: 0%;
}
.chance__title span {
  padding: 16px 22px 14px;
  font-size: 40px;
  font-weight: 700;
  background: #003f64;
  width: fit-content;
  line-height: 100%;
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
}
.chance__title span:nth-of-type(2) {
  padding: 10px 22px 19px;
}
.chance__text {
  margin-top: 38px;
  font-size: 27px;
  font-weight: 500;
  line-height: 179%;
  letter-spacing: 0.06em;
}
.chance__text span {
  font-weight: 800;
  background: url(../img/chance-text-bg.webp) no-repeat center center/cover;
  color: #000;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
.chance__text:nth-of-type(2) {
  margin-top: 14px;
  letter-spacing: 0.01em;
}
.chance__images {
  margin-top: 38px;
  display: flex;
  gap: 30px;
}
.chance__sub-title {
  margin-top: 73px;
  padding-block: 4px;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  background: #003f64;
}

.program {
  padding-block: 50px 63px;
}
.program .c-head {
  gap: 53px;
}
.program__images {
  margin-top: 37px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 55px;
}
.program__image {
  display: block;
  width: 680px;
}
.program__image:nth-of-type(2) {
  width: 571px;
}

.service {
  padding-block: 87px 84px;
  position: relative;
  background: url(../img/service-bg.webp) no-repeat center center/cover;
  z-index: 1;
}
.service::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #1d95d4;
  opacity: 0.7;
  inset: 0;
  z-index: -1;
}
.service::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -52px;
  border-left: 53.5px solid transparent;
  border-right: 53.5px solid transparent;
  border-top: 53.5px solid #0E5D77;
}
.service__wrap {
  padding-inline: 92px;
}
.service__head {
  margin-top: 27px;
  padding-block: 7px 25px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  background: url(../img/service-head.webp) no-repeat center center/contain;
}
.service__items {
  margin-top: 76px;
  display: flex;
  flex-direction: column;
  gap: 110px;
}
.service__item {
  position: relative;
  border-radius: 16px;
  background: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3137254902);
}
.service__num {
  position: absolute;
  color: #dd5519;
  font-size: 92px;
  font-weight: 900;
  -webkit-text-stroke-color: #FFF;
  -webkit-text-stroke-width: 8px;
  paint-order: stroke;
  letter-spacing: 0.08em;
  top: -65px;
  left: -16px;
}
.service__text {
  padding-block: 25px 26px;
  font-size: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 170%;
  min-height: 170px;
}

.cta {
  padding-block: 83px 40px;
}
.cta__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.cta__text {
  text-align: center;
  font-size: 35px;
  font-weight: 800;
  line-height: 174%;
  letter-spacing: 0.1em;
}

.voice {
  padding-block: 83px 68px;
}
.voice .c-head {
  gap: 19px;
}
.voice__items {
  margin-top: 47px;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.voice__item {
  position: relative;
  padding: 26px 20px 19px;
  display: flex;
  gap: 26px;
  background-color: #fefcdd;
  z-index: 1;
  box-shadow: 6px 6px 1px #da4a31;
}
.voice__icon {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  flex-shrink: 0;
}
.voice__text {
  font-size: 27px;
  font-weight: 700;
  line-height: 180%;
  color: #221714;
}

.recommender {
  padding-block: 48px 68px;
  color: #221714;
}
.recommender__inner {
  padding: 66px 30px 50px 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  background-image: radial-gradient(circle, #9e9f9f 2.5px, transparent 2.5px), radial-gradient(circle, #9e9f9f 2.5px, transparent 2.5px), radial-gradient(circle, #9e9f9f 2.5px, transparent 2.5px), radial-gradient(circle, #9e9f9f 2.5px, transparent 2.5px);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 12px 5px, 5px 12px, 12px 5px, 5px 12px;
}
.recommender__title {
  font-size: 41px;
  font-weight: 800;
}
.recommender__image {
  margin-top: 56px;
  display: block;
  width: 495px;
}
.recommender__name {
  margin-top: 18px;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.recommender__text {
  margin-top: 32px;
  font-size: 27px;
  font-weight: 700;
  line-height: 179%;
  letter-spacing: 0.05em;
}

.message {
  padding-block: 83px 96px;
  background: url(../img/message-bg.webp) no-repeat center center/cover;
}
.message .c-wrap {
  padding-inline: 43px 20px;
  color: #221714;
}
.message__inner {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 69px;
}
.message__image {
  display: block;
  width: 462px;
}
.message__text {
  font-size: 27px;
  font-weight: 700;
  line-height: 179%;
  letter-spacing: 0.08em;
}
.message__text span {
  font-weight: 700;
  letter-spacing: 0.03em;
}

.footer-cta {
  padding-block: 69px 100px;
  color: #221714;
}
.footer-cta__title {
  font-size: 43px;
  font-weight: 700;
  text-align: center;
}
.footer-cta__content {
  position: relative;
  margin-top: 41px;
  padding: 30px 40px 63px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  border-radius: 16px;
  background-image: radial-gradient(circle, #9e9f9f 2.5px, transparent 2.5px), radial-gradient(circle, #9e9f9f 2.5px, transparent 2.5px), radial-gradient(circle, #9e9f9f 2.5px, transparent 2.5px), radial-gradient(circle, #9e9f9f 2.5px, transparent 2.5px);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 12px 5px, 5px 12px, 12px 5px, 5px 12px;
}
.footer-cta__content::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -36px;
  border-left: 53.5px solid transparent;
  border-right: 53.5px solid transparent;
  border-top: 53.5px solid #0E5D77;
  z-index: 1;
}
.footer-cta__lead {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.footer-cta__lists {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 5px;
}
.footer-cta__list {
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.1em;
}
.footer-cta__links {
  margin-top: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 83px;
  width: 100%;
}
.footer-cta__link-instagram {
  display: block;
  width: 167px;
}