.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: 9.68rem;
  height: auto;
}
@media (max-width: 767px) {
  .fv__inner img {
    right: 4rem;
    width: 7rem;
  }
}

.about {
  padding-top: 11.8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 16.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .about {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.about::before {
  content: "";
  width: 104rem;
  height: 104rem;
  position: absolute;
  background-color: #f5efe3;
  border-radius: 50%;
  top: -23.6rem;
  right: -44.1rem;
}
@media (max-width: 767px) {
  .about::before {
    width: 50rem;
    height: 50rem;
    top: -7rem;
    right: -20rem;
  }
}
.about__inner {
  max-width: 101rem;
  margin: auto;
  position: relative;
  z-index: 2;
}
.about__ttl {
  margin-bottom: 5.4rem;
}
@media (max-width: 767px) {
  .about__ttl {
    margin-bottom: 3rem;
  }
}
.about__ttl h2, .about__ttl h6 {
  text-align: center;
}
.about__ttl h2 {
  font-size: 3.8rem;
  font-weight: 800;
  color: #ff0000;
  line-height: 1.32em;
}
@media (max-width: 767px) {
  .about__ttl h2 {
    font-size: 2.4rem;
  }
}
.about__ttl h6 {
  font-family: "all-round-gothic", sans-serif;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .about__ttl h6 {
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
}
.about h3 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.44em;
  margin-bottom: 7.2rem;
}
@media (max-width: 767px) {
  .about h3 {
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
}
.about__contents {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .about__contents {
    flex-direction: column;
  }
}
.about__contents-txt {
  width: 49.5rem;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .about__contents-txt {
    width: 100%;
  }
}
.about__contents-txt p {
  font-size: 1.6rem;
  line-height: 1.88em;
}
.about__contents-txt p strong {
  font-weight: bold;
  font-size: 1em;
}
.about__contents-img {
  width: calc(100% - 49.5rem);
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .about__contents-img {
    padding-left: 0;
    width: 100%;
  }
}
.about__contents-img img {
  width: 100%;
}
.about__recommend {
  width: 75rem;
  margin: auto;
  padding: 2.5rem 3.35rem 4rem 3rem;
  border-radius: 3rem;
  box-shadow: 5px 5px 30px 0 #f5efe3;
  background-color: #fff;
  margin-top: 4.5rem;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .about__recommend {
    width: 100%;
    align-items: flex-start;
    position: relative;
  }
}
.about__recommend img {
  width: 18.7rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .about__recommend img {
    width: 10rem;
    right: 2rem;
    top: -7.5rem;
    position: absolute;
  }
}
.about__recommend ul {
  margin-left: -8rem;
}
@media (max-width: 767px) {
  .about__recommend ul {
    margin-left: 0;
  }
}
.about__recommend ul li {
  border-bottom: 3px dashed #f5efe3;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  padding-right: 1.4rem;
  padding-left: 15rem;
}
@media (max-width: 767px) {
  .about__recommend ul li {
    padding-left: 3rem;
    line-height: 1.4em;
    font-size: 1.4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.about__recommend ul li span {
  font-size: 1em;
  position: relative;
}
.about__recommend ul li span::before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  left: -3rem;
  top: 0.05rem;
  background-image: url(../../img/program/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .about__recommend ul li span::before {
    top: -0.1rem;
  }
}

.program .bg {
  width: 100%;
}
@media (max-width: 767px) {
  .program .bg {
    height: 30rem;
    object-fit: cover;
    object-position: center;
  }
}
.program__contents {
  position: relative;
}
@media (max-width: 767px) {
  .program__contents {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.program__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) {
  .program__contents::before {
    width: 100rem;
    height: 100rem;
    left: calc(50% - 50rem);
  }
}
.program__contents-inner {
  position: relative;
  z-index: 2;
}
.program__ttl {
  padding-bottom: 11.4rem;
}
@media (max-width: 767px) {
  .program__ttl {
    padding-bottom: 3rem;
  }
}
.program__ttl h5 {
  background-color: #ff0000;
  width: 29rem;
  height: 5.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 2.2rem;
  color: white;
  font-weight: bold;
  white-space: nowrap;
  border-radius: 99px;
  margin-bottom: 0.6rem;
}
.program__ttl h2 {
  font-size: 3.8rem;
  font-weight: 800;
  color: #ff0000;
  text-align: center;
  line-height: 1.32em;
}
@media (max-width: 767px) {
  .program__ttl h2 {
    font-size: 3.4rem;
  }
}
.program__ttl h6 {
  text-align: center;
  font-family: "all-round-gothic", sans-serif;
  font-size: 2rem;
}
.program__item {
  padding-left: 8.8rem;
  padding-right: 18rem;
  display: flex;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .program__item {
    padding-bottom: 5rem;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
}
.program__item:last-child {
  padding-bottom: 0;
}
.program__item-img {
  width: 50rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .program__item-img {
    width: 100%;
  }
}
.program__item-img img {
  width: 100%;
}
.program__item-txt {
  width: 74.9rem;
  flex-shrink: 0;
  margin-right: -15.1rem;
  padding-top: 2.8rem;
}
@media (max-width: 767px) {
  .program__item-txt {
    width: 100%;
    padding-bottom: 2rem;
  }
}
.program__item-detail {
  padding-left: 9.5rem;
  padding-right: 22.1rem;
  padding-bottom: 8.25rem;
}
@media (max-width: 767px) {
  .program__item-detail {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1rem;
  }
}
.program__item-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.2rem;
  font-size: 1.3rem;
  color: white;
  border-radius: 99px;
  background-color: #65b55b;
  padding-left: 2rem;
  padding-right: 1.9rem;
  margin-bottom: 3.51rem;
  font-family: "all-round-gothic", sans-serif;
  margin-right: 1.7rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .program__item-step {
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
}
.program__item .step-wrapper {
  display: flex;
}
.program__item .step-wrapper .coming-soon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.2rem;
  font-size: 1.3rem;
  width: calc(100% - 13rem);
  color: white;
  border-radius: 99px;
  background-color: #ff0000;
  padding-left: 2rem;
  padding-right: 1.9rem;
  margin-bottom: 3.51rem;
  font-family: "all-round-gothic", sans-serif;
  margin-right: 1.7rem;
}
@media (max-width: 767px) {
  .program__item .step-wrapper .coming-soon {
    margin-bottom: 1rem;
  }
}
.program__item-ttl {
  font-size: 3.8rem;
  font-weight: bold;
  color: #ff0000;
  line-height: 1.18em;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .program__item-ttl {
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
  }
}
.program__item-subttl {
  font-size: 3rem;
  font-weight: bold;
  color: #727171;
  line-height: 1.27em;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .program__item-subttl {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
}
.program__item-desc {
  font-size: 1.6rem;
  line-height: 1.63em;
}
.program__item-recommend {
  width: 100%;
  position: relative;
  padding-top: 2.5rem;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .program__item-recommend {
    padding-left: 0;
  }
}
.program__item-recommend img {
  width: 18.7rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .program__item-recommend img {
    width: 9rem;
    right: -1rem;
    top: -2rem;
    position: absolute;
  }
}
.program__item-recommend ul {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3rem;
  box-shadow: 5px 5px 30px 0 #f5efe3;
  background-color: #fff;
  width: 100%;
  padding-top: 2.5rem;
  padding-right: 4.3rem;
  padding-bottom: 4.35rem;
  padding-left: 13.6rem;
}
@media (max-width: 767px) {
  .program__item-recommend ul {
    position: relative;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 3rem;
  }
}
.program__item-recommend ul li {
  border-bottom: 3px dashed #f5efe3;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  padding-right: 1.4rem;
  line-height: 1.33em;
  padding-left: 14.3rem;
}
@media (max-width: 767px) {
  .program__item-recommend ul li {
    padding-left: 3rem;
    line-height: 1.4em;
    font-size: 1.4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.program__item-recommend ul li span {
  font-size: 1em;
  position: relative;
}
.program__item-recommend ul li span::before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  left: -3rem;
  top: 0.1rem;
  background-image: url(../../img/program/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .program__item-recommend ul li span::before {
    top: -0.1rem;
  }
}
@media (min-width: 768px) {
  .program__item.reverse {
    flex-direction: row-reverse;
    padding-left: 18.3rem;
    padding-right: 9.1rem;
  }
  .program__item.reverse .program__item-txt {
    margin-left: -7.9rem;
    margin-right: unset;
    width: 67rem;
  }
  .program__item.reverse .program__item-detail {
    padding-left: 14.8rem;
    padding-right: 8.9rem;
  }
  .program__item.reverse .program__item-recommend {
    text-align: right;
    padding-right: 3.2rem;
  }
  .program__item.reverse .program__item-recommend ul {
    padding-left: 6.22rem;
  }
  .program__item.reverse .program__item-recommend ul li {
    padding-left: 7rem;
    text-align: left;
    padding-right: 0;
  }
  .program__item.program__item2 .program__item-detail {
    padding-bottom: 4.45rem;
  }
  .program__item.program__item3 .program__item-txt {
    padding-top: 0;
  }
  .program__item.program__item3 .program__item-detail {
    padding-bottom: 4.94rem;
  }
  .program__item.program__item4 .program__item-txt {
    padding-top: 0;
  }
  .program__item.program__item4 .program__item-detail {
    padding-bottom: 2.82rem;
  }
  .program__item.program__item5 .program__item-txt {
    padding-top: 0;
  }
  .program__item.program__item5 .program__item-detail {
    padding-bottom: 9.44rem;
  }
  .program__item.program__item5 .program__item-detail .program__item-ttl {
    margin-bottom: 1rem;
  }
  .program__item.program__item6 .program__item-txt {
    padding-top: 0;
  }
  .program__item.program__item6 .program__item-detail {
    padding-bottom: 2.9rem;
  }
  .program__item.program__item6 .program__item-detail .program__item-ttl {
    margin-bottom: 1rem;
  }
  .program__item.program__item6 .program__item-detail .program__item-subttl {
    white-space: nowrap;
  }
  .program__item.program__item6 .program__item-recommend ul li {
    padding-left: 3rem;
  }
}

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