html {
  font-size: calc((100 / 600) * 1vw);
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1px;
  }
}

body {
  font-family: "YuGothic", "Yu Gothic UI", "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  background-color: #fff;
  color: #44525f;
  font-feature-settings: "palt";
}

.l-container {
  max-width: 600rem;
  margin: 0 auto;
}

img,
video {
  width: 100%;
  display: block;
}

a {
  display: block;
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.9;
}

small {
  font-size: 14rem;
  font-weight: 500;
  text-align: left;
  width: 100%;
  letter-spacing: 0.04em;
  padding-left: 32rem;
}
.content{
  width: 90%;
  padding-top: 50px;
}

.flexcol {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fv {
  position: relative;
  /* padding-bottom: 200px; */
}

.fv-icon {
  position: absolute;
  top: 60.5%;
  max-width: 561rem;
  left: 23rem;
}

.fv-btn {
  position: absolute;
  top: 84%;
  left: 42rem;
}

.fv-btn a,
.btn-fixed a {
  width: 526rem;
  margin: auto;
  animation: btn-move 3s ease 0.5s infinite;
}

.btn-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  z-index: 999;
  transition: transform 0.3s ease;
}

.btn-fixed.active {
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.voice {
  background-color: #50c2cd;
  padding: 34rem 0 38rem;
}

.voice h2 {
  max-width: 464rem;
  margin: 0 auto 22rem;
}

.slider {
  width: 540rem;
}

.slick-arrow {
  position: absolute;
  background: url("../img/arrow.png") no-repeat center 100% / 100%;
  width: 25rem;
  height: 45rem;
  font-size: 0;
  z-index: 1;
}

.slick-arrow::before {
  display: none;
}

.slick-next {
  transform: rotate(180deg);
}

.voice-slider .slick-arrow {
  top: 42%;
}

.voice-slider .slick-prev {
  left: -10rem;
}

.voice-slider .slick-next {
  right: -10rem;
}

.record {
  margin-top: -20rem;
  margin-bottom: 4rem;
}

.cta {
  position: relative;
  z-index: 1;
  padding: 46rem 0 26rem;
  background: url("../img/cta_bg.png") no-repeat top center / cover;
}

.cta::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 360rem;
  width: 590rem;
  background: url("../img/cta_decor_01.png") no-repeat center center / cover;
}

.cta::after {
  content: "";
  position: absolute;
  left: 190rem;
  top: 240rem;
  height: 61rem;
  width: 52rem;
  background: url("../img/cta_decor_02.png") no-repeat center center / cover;
}

.cta h2 {
  width: 549rem;
  margin-bottom: -26rem;
}

.cta-list {
  width: 554rem;
}

.cta-list li {
  margin-bottom: 5rem;
}

.cta-date {
  font-family: "MS PGothic", "PGothic", "YuGothic", "Yu Gothic UI", "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  width: 372rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16rem;
  background-color: #fb5485;
  text-align: center;
  font-size: 28rem;
  letter-spacing: 0.04em;
  border-radius: 22rem;
  padding: 6rem 2rem;
}

.cta-btn {
  margin-top: 32rem;
  margin-bottom: 10rem;
  width: 526rem;
  animation: btn-move 3s ease 0.5s infinite;
}

@keyframes btn-move {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.about {
  padding-top: 55rem;
  margin-bottom: -20rem;
}

.about h2 {
  width: 500rem;
  margin-bottom: 14rem;
}

.about-img {
  width: 529rem;
  margin-bottom: 14rem;
}

.about-sub {
  width: 527rem;
}

.truth {
  padding: 10rem 0 30rem;
  /* background: url("../img/truth_bg.png") no-repeat top -82rem center / cover; */
}

.reason {
  position: relative;
  z-index: 1;
  /* padding-bottom: 38rem; */
}

.reason::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../img/reason_bg.png") no-repeat center center / cover;
  width: 100%;
  height: 3800rem;
  top: 135rem;
  left: 0;
}

.reason h2 {
  margin-bottom: 20rem;
}

.reason-list {
  max-width: 580rem;
  /* margin-left: 15rem; */
  margin-bottom: -70rem;
  position: relative;
  width: 90%;
}
.reason-list .wow{
  padding-top: 30px;
}

.reason-list li {
  margin-bottom: 4rem;
}

.conclude {
  width: 457rem;
  margin: -74rem auto 0;
}

.testimonials {
  background-color: #50c2cd;
  padding: 44rem 0 34rem;
}

.testimonials h2 {
  width: 429rem;
  margin-bottom: 26rem;
}

.testimonials small {
  color: #fff;
}

.testimonials-slider {
  margin-top: -120rem;
  margin-bottom: 10rem;
}

.testimonials-slider .slick-arrow {
  top: 48%;
}

.testimonials-slider .slick-prev {
  left: -10rem;
}

.testimonials-slider .slick-next {
  right: -10rem;
}

.comparison {
  padding: 22rem 0 60rem;
}

.comparison h2 {
  width: 300rem;
  margin-bottom: 16rem;
}

.comparison p {
  width: 521rem;
}

.achievement {
  padding-bottom: 22rem;
}

.achievement-slider {
  width: 600rem;
    background-color: #c9ddec;

}

.achievement-slider .slick-arrow {
  top: 43%;
}

.achievement-slider .slick-prev {
  left: 18rem;
}

.achievement-slider .slick-next {
  right: 18rem;
}

.price {
  padding: 30rem 0 52rem;
}

.price h2 {
  width: 478rem;
}

.price-image {
  margin-left: 3px; 
}

.register {
  background: url("../img/register_bg.png") no-repeat top center / cover;
  padding: 56rem 30rem 64rem;
}

.register b {
  font-weight: 700;
  color: #06a4e9;
}

.register-box {
  background-color: #fff;
  position: relative;
  padding: 31rem 13rem 66rem;
}

.register-box::before {
  content: "";
  position: absolute;
  left: 5rem;
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  border: 2rem solid #06a4e9;
  z-index: 1;
  pointer-events: none;
}

.register-decor {
  width: 545rem;
  margin: 0 auto -15rem;
  position: relative;
  z-index: 1;
}

.register-btn {
  position: relative;
  z-index: 1;
  width: 526rem;
  animation: btn-move 3s ease 0.5s infinite;
}

.qa {
  padding: 50rem 17rem 30rem;
}

.qa-answer b {
  font-weight: 700;
}

.qa-title {
  width: 456rem;
  margin: 0 auto 18rem;
}

.calendar-title {
  font-family: "MS PGothic", "PGothic", "YuGothic", "Yu Gothic UI", "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  background: linear-gradient(90deg,rgba(251, 167, 171, 1) 0%, rgba(243, 134, 117, 1) 100%);
  color: #fff;
  text-align: center;
  padding: 28rem 28rem 80rem;
  position: relative;
}

.calendar-title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 18rem;
  width: 179rem;
  height: 45rem;
  background: url("../img/calendar_decor.png") no-repeat center center / contain;
  animation: arrow-move 3s ease 0.5s infinite;
}

@keyframes arrow-move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8rem);
  }
  100% {
    transform: translateY(0);
  }
}

.calendar-title span {
  display: block;
}

.calendar-title .title-small {
  font-size: 26rem;
  font-weight: 500;
  margin-bottom: 8rem;
}

.calendar-title .title-large {
  font-weight: 600;
  font-size: 51rem;
  letter-spacing: 0.02em;
  font-weight: 600;
}

footer {
  padding: 30rem;
  letter-spacing: 0.02em;
  font-size: 14rem;
  color: #414141;
  line-height: calc(30 / 14);
  font-weight: 500;
  text-align: center;
}

.footer-link a {
  text-decoration: underline;
}
.content p{
  font-size: 24rem;
}