.fv {
  padding-top: 16.6rem;
  padding-left: 33.1rem;
  position: relative;
}
@media (max-width: 767px) {
  .fv {
    padding-left: 2.5rem;
    padding-top: 12rem;
  }
}
.fv::before {
  content: "";
  width: 104.3rem;
  height: 104.3rem;
  background-color: #ece0cf;
  border-radius: 50%;
  position: absolute;
  left: -30.2rem;
  top: -64.5rem;
}
@media (max-width: 767px) {
  .fv::before {
    width: 50rem;
    height: 50rem;
    left: -15rem;
    top: -25rem;
  }
}
.fv h1 {
  font-family: "all-round-gothic", sans-serif;
  font-size: 7rem;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .fv h1 {
    font-size: 3.6rem;
  }
}
.fv p {
  color: #ff0000;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .fv p {
    font-size: 1.8rem;
  }
}
.fv__inner {
  padding-bottom: 16.7rem;
  border-bottom: 5px solid black;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .fv__inner {
    padding-bottom: 10rem;
    border-width: 0.4rem;
  }
}
.fv__inner img {
  position: absolute;
  bottom: 0;
  right: 38.8rem;
  width: 15rem;
  height: auto;
}
@media (max-width: 767px) {
  .fv__inner img {
    right: 4rem;
    width: 7rem;
  }
}

.about {
  padding-top: 14.7rem;
  position: relative;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .about {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.about::after {
  content: "";
  top: 54.7rem;
  left: -10.5rem;
  background-image: url(../../img/about/about-icon2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 18.6rem;
  width: 21rem;
}
@media (max-width: 767px) {
  .about::after {
    height: 10rem;
    width: 11rem;
    left: -5rem;
    z-index: 2;
    top: unset;
    bottom: 1rem;
  }
}
.about::before {
  content: "";
  width: 111.5rem;
  height: 111.5rem;
  position: absolute;
  background-color: #f5efe3;
  border-radius: 50%;
  right: -51.9rem;
  top: -10rem;
}
@media (max-width: 767px) {
  .about::before {
    width: 25rem;
    height: 25rem;
    right: -10rem;
    top: 50rem;
  }
}
.about__inner {
  max-width: 100rem;
  margin: auto;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
}
.about__inner h2 {
  color: #ff0000;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.42em;
}
@media (max-width: 767px) {
  .about__inner h2 {
    font-size: 2.3rem;
    text-align: center;
  }
}
.about__inner h3 {
  font-family: "all-round-gothic", sans-serif;
  font-size: 3rem;
  margin-bottom: 6.5rem;
}
@media (max-width: 767px) {
  .about__inner h3 {
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 3rem;
  }
}
.about__inner h6 {
  margin-bottom: 5.3rem;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .about__inner {
    flex-direction: column;
  }
}
.about__txt {
  padding-right: 4.2rem;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .about__txt {
    padding-right: 0;
    padding-bottom: 2rem;
  }
}
.about__txt-subttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #251e1c;
  line-height: 1.78em;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .about__txt-subttl {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.about__txt-description {
  color: #251e1c;
  font-size: 1.6rem;
  line-height: 1.88em;
}
.about__img {
  width: 51rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .about__img {
    width: 100%;
  }
}
.about__img img {
  width: 100%;
}

.program {
  padding-bottom: 13.6rem;
}
@media (max-width: 767px) {
  .program {
    padding-bottom: 4rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.program__ttl {
  max-width: 100rem;
  margin: auto;
}
.program__ttl h2 {
  font-size: 2.6rem;
  line-height: 1.35em;
  font-weight: 800;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .program__ttl h2 {
    font-size: 2rem;
    text-align: center;
    padding-bottom: 3rem;
  }
}
.program__desc {
  max-width: 72rem;
  margin: auto;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3.2rem;
  margin-bottom: 5.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .program__desc {
    white-space: normal;
    font-size: 1.6rem;
    line-height: 1.4em;
    margin-bottom: 3rem;
    text-align: center;
  }
}
.program__details {
  max-width: 100rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.program__item {
  width: calc(33.3333% - 0.66666rem);
  background-color: #f5efe3;
  border-radius: 40px;
  margin-bottom: 2.9rem;
}
@media (max-width: 767px) {
  .program__item {
    width: 100%;
  }
}
.program__item-txts {
  padding-top: 2.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (max-width: 767px) {
  .program__item-txts {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.program__item-ttl {
  text-align: center;
  color: #ff0000;
  border-bottom: 3px dashed black;
  font-weight: bold;
  height: 6.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.program__item-ttl p {
  font-size: 2.3rem;
  letter-spacing: -0.015em;
}
@media (max-width: 767px) {
  .program__item-ttl {
    height: 7rem;
  }
}
.program__item-icon {
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.program__item-icon img {
  width: auto;
}
.program__item-icon .icon1 {
  height: 7.9rem;
}
.program__item-icon .icon2 {
  height: 7.76rem;
}
.program__item-icon .icon3 {
  height: 7.7rem;
}
.program__item-icon .icon4 {
  height: 8.82rem;
}
.program__item-icon .icon5 {
  height: 6.61rem;
}
.program__item-icon .icon6 {
  height: 8.2rem;
}
.program__item-subttl {
  height: 4.7rem;
}
@media (max-width: 767px) {
  .program__item-subttl {
    height: auto;
  }
}
.program__item-subttl p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.11em;
  text-align: center;
}
@media (max-width: 767px) {
  .program__item-subttl p {
    margin-bottom: 1.5rem;
  }
}
.program__item-desc p {
  font-size: 1.6rem;
  line-height: 1.63em;
}
@media (max-width: 767px) {
  .program__item-desc p {
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .program__item:nth-child(1) .program__item-ttl, .program__item:nth-child(2) .program__item-ttl, .program__item:nth-child(3) .program__item-ttl {
    height: 4.2rem;
  }
  .program__item:nth-child(1) .program__item-desc, .program__item:nth-child(2) .program__item-desc, .program__item:nth-child(3) .program__item-desc {
    height: 19.7rem;
  }
  .program__item:nth-child(4) .program__item-desc, .program__item:nth-child(5) .program__item-desc, .program__item:nth-child(6) .program__item-desc {
    height: 21.6rem;
  }
}
.program__item-img {
  width: 100%;
  border-radius: 0 0 40px 40px;
}
.program__item.coming-soon {
  position: relative;
}
.program__item.coming-soon::before {
  content: "";
  width: 25.8rem;
  height: 1.088rem;
  position: absolute;
  left: calc(50% - 12.9rem);
  top: -0.5rem;
  background-image: url(../../img/top/coming-soon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.method {
  padding-bottom: 10rem;
  position: relative;
}
@media (max-width: 767px) {
  .method {
    padding-bottom: 3rem;
  }
}
.method .bg {
  width: 100%;
}
@media (max-width: 767px) {
  .method .bg {
    height: 30rem;
    object-fit: cover;
    object-position: center;
  }
}
.method__contents {
  position: relative;
}
@media (max-width: 767px) {
  .method__contents {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.method__contents::before {
  content: "";
  width: 172.1rem;
  height: 172.1rem;
  position: absolute;
  left: calc(50% - 86.05rem);
  top: -10rem;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .method__contents::before {
    width: 100rem;
    height: 100rem;
    left: calc(50% - 50rem);
  }
}
.method__contents::after {
  content: "";
  height: 90.6rem;
  width: 90.6rem;
  border-radius: 50%;
  background-color: #f5efe3;
  position: absolute;
  right: -27.1rem;
  top: 82rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .method__contents::after {
    display: none;
  }
}
.method__contents-inner {
  position: relative;
  z-index: 4;
}
.method__ttl {
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .method__ttl {
    padding-bottom: 5rem;
  }
}
.method__ttl h2 {
  font-size: 3.8rem;
  font-weight: 800;
  color: #ff0000;
  text-align: center;
  line-height: 1.32em;
}
@media (max-width: 767px) {
  .method__ttl h2 {
    font-size: 3rem;
  }
}
.method__ttl h6 {
  text-align: center;
  font-family: "all-round-gothic", sans-serif;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .method__ttl h6 {
    font-size: 2rem;
  }
}
.method__feature {
  display: flex;
  max-width: 100rem;
  margin: auto;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 767px) {
  .method__feature {
    flex-direction: column-reverse;
  }
}
.method__feature img {
  width: 46.4rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .method__feature img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.method__feature-txt {
  padding-left: 3.5rem;
  padding-bottom: 0.95rem;
  padding-right: 13.2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .method__feature-txt {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2rem;
  }
}
.method__feature-txt h6 {
  font-weight: bold;
  line-height: 1.23em;
  font-size: 2.6rem;
  margin-bottom: 1.6rem;
  color: #251e1c;
}
@media (max-width: 767px) {
  .method__feature-txt h6 {
    text-align: center;
  }
}
.method__feature-txt p {
  font-size: 1.6rem;
  line-height: 1.88em;
  color: #251e1c;
}
.method__feature-first {
  padding-bottom: 8rem;
}
.method__feature-first::before {
  content: "";
  width: 22.647em;
  height: 21rem;
  position: absolute;
  background-image: url(../../img/about/about-icon3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 2rem;
  right: -5rem;
}
@media (max-width: 767px) {
  .method__feature-first::before {
    bottom: -3rem;
  }
}
.method__feature-second {
  flex-direction: row-reverse;
}
.method__feature-second .method__feature-txt {
  padding-left: 13.5rem;
  padding-right: 3.5rem;
}
@media (max-width: 767px) {
  .method__feature-second .method__feature-txt {
    padding-left: 0;
    padding-right: 0;
  }
}
.method__feature-second::before {
  content: "";
  width: 26.48em;
  height: 21rem;
  position: absolute;
  background-image: url(../../img/about/about-icon4.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -4rem;
  left: -5rem;
}
@media (max-width: 767px) {
  .method__feature-second::before {
    bottom: -15rem;
  }
}

.facility {
  margin: auto;
  margin-top: 11rem;
  max-width: 100rem;
  border: 3px solid #ff0000;
  background-color: #fff;
  border-radius: 40px;
  padding: 5.3rem 4.8rem 6rem 4.8rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .facility {
    padding: 5rem 2rem;
    padding-bottom: 3rem;
  }
}
.facility::before {
  content: "";
  height: 18.3rem;
  width: 11.8rem;
  background-image: url(../../img/about/about-icon5.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 17rem;
  top: -12rem;
}
@media (max-width: 767px) {
  .facility::before {
    height: 12rem;
    width: 8rem;
    top: -5rem;
    left: 24rem;
  }
}
.facility h2 {
  text-align: center;
  color: #ff0000;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.43em;
}
@media (max-width: 767px) {
  .facility h2 {
    font-size: 3rem;
  }
}
.facility h6 {
  font-size: 3rem;
  font-family: "all-round-gothic", sans-serif;
  text-align: center;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .facility h6 {
    font-size: 2rem;
    padding-bottom: 3rem;
  }
}
.facility__contents {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .facility__contents {
    flex-direction: column;
  }
}
.facility__card {
  width: calc(50% - 2rem);
}
@media (max-width: 767px) {
  .facility__card {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.facility__card img {
  width: 100%;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .facility__card img {
    margin-bottom: 1.5rem;
  }
}
.facility__card-ttl {
  font-size: 2.6rem;
  line-height: 1.23em;
  font-weight: bold;
  margin-bottom: 2.5rem;
  color: #251e1c;
}
@media (max-width: 767px) {
  .facility__card-ttl {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.facility__card-txt {
  font-size: 1.6rem;
  line-height: 1.88em;
  color: #251e1c;
}

/*# sourceMappingURL=style.css.map */
