.fv {
  background: #C5C5C5;
  position: relative;
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fv {
    height: 80vh;
  }
}
.fv {
  overflow: hidden;
}
.fv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.fv__contents {
  position: relative;
  z-index: 4;
}
.fv__copy {
  text-align: center;
  max-height: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}
.fv__copy img {
  height: 100%;
  width: auto;
}
.fv__scroll {
  padding: 7px 48px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 49px;
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-family: "Poppins", sans-serif;
  border: 3px solid #fff;
  letter-spacing: 0;
  z-index: 2;
}

.wrap {
  background: linear-gradient(to left, #D2EDBC, #F0F9E9, #FFFFFF);
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

.about {
  padding: 200px 40px 150px;
  background: linear-gradient(to left, #D2EDBC, #F0F9E9, #FFFFFF);
}
@media screen and (max-width: 768px) {
  .about {
    padding: 26.6666666667vw 5.3333333333vw;
  }
}
.about__title {
  display: flex;
  align-items: center;
  font-family: "Mochiy Pop One", sans-serif;
  gap: 19px;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 24px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .about__title {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 9.3333333333vw;
  }
}
.about h3 {
  font-size: 64px;
  font-weight: bold;
  line-height: 1.5;
  font-style: oblique;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .about h3 {
    font-size: 10.6666666667vw;
  }
}
.about h3 span {
  line-height: 1;
  background: linear-gradient(transparent 70%, #FAA512 70%);
}
.about p {
  font-size: 16px;
  line-height: 3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .about p {
    line-height: 2;
    font-size: 3.7333333333vw;
  }
}
.about__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .about__box {
    flex-direction: column;
  }
}
.about__contents {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .about__contents {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.about__img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .about__img {
    width: 100%;
  }
}
.about .instagram {
  margin-top: 100px;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .about .instagram {
    margin-top: 13.3333333333vw;
    padding: 5.3333333333vw;
  }
}
.about .instagram__title {
  margin-bottom: 10px;
  text-align: center;
  color: #34C253;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .about .instagram__title {
    font-size: 5.3333333333vw;
  }
}
.about .instagram__title::after {
  content: "";
  height: 3px;
  background: #34C253;
  width: 30px;
  margin: 20px auto;
  display: block;
}
.about .instagram__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .about .instagram__lists {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.about .instagram__list {
  display: block;
}
.about .instagram__list img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.5;
  -o-object-position: center;
     object-position: center;
}

.more__btn {
  border-radius: 10px;
  color: #fff;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 130px 20px 125px;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .more__btn {
    font-size: 16px;
    padding: 20px 50px 20px 35px;
    background-size: 10px;
  }
}
.more__btn.wh {
  background-color: #fff;
  color: #282828;
  background-image: url(../img/arrow_right_bk.svg);
  background-repeat: no-repeat;
}

.point {
  padding: 150px 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .point {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.point__title {
  text-align: center;
  font-size: 70px;
  line-height: 1;
  display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .point__title {
    font-size: 8vw;
    margin-bottom: 13.3333333333vw;
  }
  .point__title img {
    width: 120px;
  }
}
.point__lists {
  display: flex;
  flex-direction: column;
  gap: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .point__lists {
    gap: 60px;
    margin-bottom: 40px;
  }
}
.point__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .point__list {
    flex-direction: column;
  }
}
.point__list--img {
  width: 50%;
  margin-left: -60px;
}
@media screen and (max-width: 768px) {
  .point__list--img {
    width: 100%;
    margin-left: -20px;
  }
}
.point__list--contents {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .point__list--contents {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
.point__list:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .point__list:nth-of-type(even) {
    flex-direction: column;
  }
}
.point__list:nth-of-type(even) .point__list--img {
  margin-left: 0;
  margin-right: -60px;
}
@media screen and (max-width: 768px) {
  .point__list:nth-of-type(even) .point__list--img {
    margin-right: -20px;
  }
}
.point__list--num {
  font-size: 96px;
  font-weight: 600;
  line-height: 1.5;
  color: transparent;
  -webkit-text-stroke: 1px #87E084;
  text-stroke: 1px #87E084;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .point__list--num {
    font-size: 16.5333333333vw;
    margin-bottom: 20px;
  }
}
.point__list--num span {
  writing-mode: vertical-lr;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  color: #87E084;
}
@media screen and (max-width: 768px) {
  .point__list--num span {
    font-size: 4.2666666667vw;
  }
}
.point__list h3 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .point__list h3 {
    font-size: 8vw;
    margin-bottom: 20px;
  }
}
.point__list h3 span {
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  font-style: oblique;
  background: #87E084;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .point__list h3 span {
    margin-bottom: 10px;
  }
}
.point__list p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .point__list p {
    font-size: 3.7333333333vw;
  }
}

.program {
  padding: 150px 40px;
}
@media screen and (max-width: 768px) {
  .program {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.program .inner {
  padding: 50px 80px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1320px) {
  .program .inner {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .program .inner {
    padding: 8vw 5.3333333333vw;
  }
}
.program h2 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
  font-family: "Mochiy Pop One", sans-serif;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .program h2 {
    font-size: 6.4vw;
    margin-bottom: 40px;
  }
}
.program__lists {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .program__lists {
    display: block;
  }
}
.program__list {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .program__list {
    width: 100%;
    margin-bottom: 30px;
  }
}
.program__list h3 {
  background: #87E084;
  border-radius: 55px;
  padding: 20px 40px;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .program__list h3 {
    padding: 15px 20px;
    font-size: 15px;
    margin-bottom: 25px;
    border-radius: 90px;
  }
}
.program__list h4 {
  text-align: center;
  font-size: 32px;
  line-height: 1.5;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: normal;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #C5C5C5;
}
@media screen and (max-width: 768px) {
  .program__list h4 {
    font-size: 22px;
  }
}
.program__list table {
  width: 100%;
  margin-bottom: 30px;
}
.program__list table th {
  font-weight: bold;
  color: #fff;
  background: #FAA512;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  padding: 10px 5px;
  border-bottom: 10px solid #fff;
  vertical-align: middle;
  letter-spacing: 0;
  box-sizing: border-box;
  white-space: nowrap;
  width: 24%;
}
@media screen and (max-width: 768px) {
  .program__list table th {
    font-size: 15px;
  }
}
.program__list table td {
  padding: 10px 35px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  width: 76%;
}
@media screen and (max-width: 768px) {
  .program__list table td {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.program__list table td strong {
  font-weight: bold;
}
.strong {
  padding: 0 40px 150px;
}
@media screen and (max-width: 768px) {
  .strong {
    padding: 0 5.3333333333vw 21.3333333333vw;
  }
}
.strong .section__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .strong .section__title {
    margin-bottom: 8vw;
  }
}
.strong__text {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .strong__text {
    font-size: 3.7333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
.strong__lists {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .strong__lists {
    gap: 40px;
  }
}
.strong__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .strong__list {
    display: block;
  }
}
.strong__list:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .strong__list--icon {
    width: 120px;
  }
}
.strong__list--contents {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .strong__list--contents {
    width: 100%;
  }
}
.strong__list--contents h3 {
  margin: 40px 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .strong__list--contents h3 {
    margin: 25px auto;
  }
}
.strong__list--contents h3 span {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  background: #fff;
  color: #FAA512;
  padding: 0 5px;
  font-style: oblique;
}
@media screen and (max-width: 768px) {
  .strong__list--contents h3 span {
    font-size: 8.5333333333vw;
  }
}
.strong__list--contents p {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .strong__list--contents p {
    font-size: 3.7333333333vw;
  }
}
.strong__list--img {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .strong__list--img {
    margin-top: 5.3333333333vw;
    width: 100%;
  }
}

.insert img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .insert img {
    aspect-ratio: 1.5;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.section__title {
  text-align: center;
  font-size: 64px;
  line-height: 1.4;
  font-weight: normal;
  font-family: "Mochiy Pop One", sans-serif;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 8.5333333333vw;
  }
}

.promise {
  padding: 150px 40px;
}
@media screen and (max-width: 768px) {
  .promise {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.promise__text {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin: 50px auto 70px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .promise__text {
    font-size: 3.7333333333vw;
    margin: 8vw auto 10.6666666667vw;
    text-align: left;
  }
}
.promise__box {
  background: #fff;
  padding: 50px 10%;
}
@media screen and (max-width: 768px) {
  .promise__box {
    padding: 8vw 5.3333333333vw;
  }
}
.promise__box ul li {
  border-bottom: 1px solid #C5C5C5;
  padding: 10px 0;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  background: url(../img/icon_check.svg) no-repeat;
  background-position: left;
  background-size: 27px;
}
@media screen and (max-width: 768px) {
  .promise__box ul li {
    line-height: 1.4;
    font-size: 3.7333333333vw;
  }
}

.yumenote {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .yumenote {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.yumenote__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .yumenote__box {
    display: block;
  }
}
.yumenote h2 {
  font-size: 64px;
  font-weight: bold;
  line-height: 1.5;
  font-style: oblique;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .yumenote h2 {
    font-size: 10.6666666667vw;
  }
}
.yumenote h2 span {
  line-height: 1;
  background: linear-gradient(transparent 70%, #FAA512 70%);
}
.yumenote__contents {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .yumenote__contents {
    margin-bottom: 8vw;
    width: 100%;
  }
}
.yumenote__contents p {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 30px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .yumenote__contents p {
    font-size: 3.7333333333vw;
  }
}
.yumenote__contents p:last-of-type {
  margin-bottom: 0;
}
.yumenote__img {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .yumenote__img {
    width: 100%;
  }
}

.intro {
  padding: 150px 40px 75px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .intro {
    padding: 21.3333333333vw 5.3333333333vw 10.6666666667vw;
  }
}
.intro__slider {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .intro__slider {
    margin-top: 10.6666666667vw;
  }
}
.intro__slider .swiper-slide {
  height: auto;
  padding: 30px 25px 20px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .intro__slider .swiper-slide {
    padding: 20px 15px;
  }
}
.intro__slider table {
  width: 100%;
}
.intro__slider table th {
  font-weight: bold;
  color: #fff;
  background: #FAA512;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  padding: 10px 5px;
  border-bottom: 13px solid #fff;
  vertical-align: middle;
  letter-spacing: 0;
  box-sizing: border-box;
  white-space: nowrap;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .intro__slider table th {
    font-size: 14px;
    padding: 10px 0;
  }
}
.intro__slider table td {
  padding: 10px 35px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .intro__slider table td {
    font-size: 15px;
    padding: 10px 15px;
  }
}
.intro__slider table td strong {
  font-weight: bold;
}
.voice {
  padding: 75px 40px 150px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 10.6666666667vw 5.3333333333vw 21.3333333333vw;
  }
}
.voice .inner {
  max-width: 742px;
  margin: 0 auto;
}
.voice__slider {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .voice__slider {
    margin-top: 10.6666666667vw;
  }
}
.voice__slider .swiper-slide {
  padding: 50px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .voice__slider .swiper-slide {
    padding: 8vw 5.3333333333vw;
    display: block;
  }
}
.voice__slider .swiper-slide .user {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .voice__slider .swiper-slide .user {
    margin-bottom: 8vw;
    width: 35%;
  }
}
.voice__slider .swiper-slide .contents {
  width: 67%;
}
@media screen and (max-width: 768px) {
  .voice__slider .swiper-slide .contents {
    width: 100%;
  }
}
.voice__slider .swiper-slide .contents .name {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
}
.voice__slider .swiper-slide .contents h3 {
  text-align: center;
  background: #87E084;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0;
  padding: 10px 0;
  margin: 16px 0;
  border-radius: 5px;
}
.voice__slider .swiper-slide .contents p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: bold;
}

.price {
  padding: 250px 40px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .price {
    padding: 26.6666666667vw 5.3333333333vw 0;
  }
}
.price h2 {
  text-align: center;
  font-size: 40px;
  line-height: 1.5;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .price h2 {
    font-size: 8.5333333333vw;
    margin-bottom: 21.3333333333vw;
  }
}
.price__wrap {
  position: relative;
  background: #E9E9E9;
  border-radius: 5px;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .price__wrap {
    padding: 8vw 5.3333333333vw;
  }
}
.price__wrap .ashirai01 {
  position: absolute;
  left: 0;
  bottom: 100%;
}
@media screen and (max-width: 768px) {
  .price__wrap .ashirai01 {
    width: 30%;
    left: -8%;
  }
}
.price__wrap .ashirai02 {
  position: absolute;
  right: 0;
  bottom: 100%;
}
@media screen and (max-width: 768px) {
  .price__wrap .ashirai02 {
    right: -8%;
    width: 30%;
  }
}
.price__wrap .box {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .price__wrap .box {
    flex-direction: column;
    gap: 20px;
  }
}
.price__wrap .box .item {
  width: 48%;
  background: #fff;
  padding: 30px 30px 20px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .price__wrap .box .item {
    width: 100%;
    padding: 20px 20px 10px;
  }
}
.price__wrap .box .item h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .price__wrap .box .item h3 {
    font-size: 22px;
  }
}
.price__wrap .box .item .title {
  background: #87E084;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 0;
  border-radius: 5px;
  margin-bottom: 10px;
}
.price__wrap .box .item .text {
  text-align: center;
  font-size: 48px;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .price__wrap .box .item .text {
    font-size: 32px;
  }
}
.price__wrap .box .item .text span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .price__wrap .box .item .text span {
    font-size: 16px;
  }
}
.price__wrap .box .item .text p {
  font-size: 13px;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin-top: 10px;
}
.price__wrap .bottom {
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .price__wrap .bottom {
    padding: 5.3333333333vw;
    margin-top: 20px;
  }
}
.price__wrap .bottom h4 {
  color: #87E084;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .price__wrap .bottom h4 {
    font-size: 15px;
  }
}
.price__wrap .bottom p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .price__wrap .bottom p {
    font-size: 14px;
  }
}

.links {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .links {
    flex-direction: column;
  }
}
.links__item {
  display: block;
  width: 48.5%;
  background: url(../img/link-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px 20px 40px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .links__item {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.links__item .head {
  font-size: 16px;
  padding: 3px 6px;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 10px;
}
.links__item h3 {
  width: -moz-max-content;
  width: max-content;
  padding: 15px 6px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0;
  font-size: 36px;
  background: #87E084;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .links__item h3 {
    font-size: 7.4666666667vw;
  }
}
.links__item:nth-child(2) h3 {
  background: #FAA512;
}
.links__item p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .links__item p {
    font-size: 3.4666666667vw;
  }
}
.links__item span {
  display: block;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .links__item span {
    font-size: 3.2vw;
  }
}

.links__bottom {
  margin-top: 60px;
  background: #282828;
  text-align: center;
  border-radius: 10px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .links__bottom {
    margin-top: 5.3333333333vw;
    padding: 6.6666666667vw 0;
  }
}

.faq {
  padding: 120px 40px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 16vw 5.3333333333vw;
  }
}
.faq__lists {
  max-width: 715px;
  margin: 0 auto;
  margin-top: 30px;
}
.faq__list {
  padding: 40px 0;
  border-bottom: 1px solid #C5C5C5;
}
@media screen and (max-width: 768px) {
  .faq__list {
    padding: 5.3333333333vw 0;
  }
}
.faq__list--title {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .faq__list--title {
    gap: 15px;
    align-items: flex-start;
  }
}
.faq__list--title span {
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1.5;
  color: #87E084;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .faq__list--title span {
    font-size: 28px;
  }
}
.faq__list--title p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .faq__list--title p {
    font-size: 15px;
  }
}
.faq__list--text {
  display: flex;
  gap: 30px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .faq__list--text {
    gap: 15px;
  }
}
.faq__list--text span {
  font-size: 40px;
  letter-spacing: 0;
  color: #FAA512;
  line-height: 1.5;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .faq__list--text span {
    font-size: 28px;
  }
}
.faq__list--text p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .faq__list--text p {
    font-size: 13px;
  }
}
.faq__list--text p a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 7px 40px 7px 23px;
  border: 1px solid #282828;
  border-radius: 26px;
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;
  letter-spacing: 0;
  background: url(../img/arrow_right_bk.svg) no-repeat;
  background-size: 7px;
  background-position: 88%;
}

.contact__sec {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .contact__sec {
    padding: 13.3333333333vw 5.3333333333vw 21.3333333333vw;
  }
}
.contact__sec--inner {
  max-width: 1100px;
  margin: 0 auto;
}
.contact__sec .section__title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .contact__sec .section__title {
    font-size: 6.4vw;
  }
}
.contact__sec .contact__form {
  box-sizing: border-box;
  margin-top: 20px;
  background: #fff;
  margin-bottom: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .contact__sec .contact__form {
    border-radius: 16px;
  }
}
.contact__sec .contact__form--item {
  margin-bottom: 40px;
}
.contact__sec .contact__form--item .title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #87E084;
}
@media screen and (max-width: 768px) {
  .contact__sec .contact__form--item .title {
    font-size: 4.2666666667vw;
    margin-bottom: 10px;
  }
}
.contact__sec .contact__form--item .title .required {
  color: #CD3B2B;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .contact__sec .contact__form--item .title .required {
    font-size: 3.4666666667vw;
  }
}
.contact__sec .contact__form--item .text input {
  border: none;
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border: #a5a5a5 1px solid;
  font-size: 20px;
}
.contact__sec .contact__form--item .text input::-moz-placeholder {
  color: #D9D9D9;
}
.contact__sec .contact__form--item .text input::placeholder {
  color: #D9D9D9;
}
@media screen and (max-width: 768px) {
  .contact__sec .contact__form--item .text input {
    font-size: 16px;
  }
}
.contact__sec .contact__form--item .text .info {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contact__sec .contact__form--item .text .info {
    margin-top: 10px;
    font-size: 3.2vw;
  }
}
.contact__sec .contact__form--item .text textarea {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border: #a5a5a5 1px solid;
  font-size: 20px;
  height: 280px;
}
@media screen and (max-width: 768px) {
  .contact__sec .contact__form--item .text textarea {
    height: 200px;
    font-size: 16px;
  }
}
.contact__sec .contact__form--item .text textarea::-moz-placeholder {
  color: #D9D9D9;
}
.contact__sec .contact__form--item .text textarea::placeholder {
  color: #D9D9D9;
}
.contact__sec .contact__form--privacy p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contact__sec .contact__form--privacy p {
    font-size: 12px;
  }
}
.contact__sec .contact__form--privacy p a {
  color: #94d669;
  text-decoration: underline;
}
.contact__sec .contact__form--privacy label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #161616;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact__sec .contact__form--privacy label {
    font-size: 13px;
  }
}
.contact__sec .contact__form--privacy label input {
  margin: 0;
}
.contact__sec .contact__form--submit {
  text-align: center;
  margin-top: 40px;
}
.contact__sec .contact__form--submit input {
  margin: 0 auto;
  display: block;
  width: 380px;
  text-align: center;
  padding: 15px 65px 15px 45px;
  box-sizing: border-box;
  line-height: 1;
  border: 1px solid #282828;
  border-radius: 50px;
  background-image: url(../img/arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: top 55% left 65%;
  transition: 0.3s ease;
  border: 1px solid #282828;
  color: #fff;
  background-color: #282828;
  font-size: 20px;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .contact__sec .contact__form--submit input {
    width: 100%;
    font-size: 4.2666666667vw;
    padding: 15px 65px 15px 45px;
    background-position: top 55% left 65%;
  }
}
.contact__sec .contact__form--submit input:hover {
  color: #282828;
  opacity: 1;
  background-color: #fff;
  background-image: url(../img/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: top 55% left 65%;
}

.contact__form--item.radio {
  margin-bottom: 0;
}
.contact__form--item.radio .wpcf7-radio {
  display: flex;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact__form--item.radio .wpcf7-radio {
    flex-direction: column;
    align-items: flex-start;
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact__form--item.radio label {
  display: flex;
  align-items: center;
}
.contact__form--item.radio label input {
  margin: 0;
  margin-right: 5px;
}
.contact__form--item.radio label {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .contact__form--item.radio label {
    font-size: 3.7333333333vw;
  }
}/*# sourceMappingURL=top.css.map */