html {
  width: 100%;
}

@media screen and (max-width: 1380px) {
  html {
    overflow-x: visible;
  }
}

@media screen and (max-width: 1380px) {
  body {
    overflow-x: visible;
  }
}

.post,
.page {
  margin: 0;
}

main {
  overflow-x: visible;
}

@media screen and (max-width: 768px) {
  main {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}

@media screen and (max-width: 1380px) {
  img.sp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .ttl {
    font-size: 1.25em;
  }
}

.ttl strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8em;
  color: #000;
  font-weight: 900;
  margin-top: 0.15em;
}

@media screen and (max-width: 768px) {
  .ttl strong {
    font-size: 2em;
    margin-top: 0.15em;
    line-height: 1.3;
    white-space: nowrap;
  }
}

.btn.double {
  padding: 11.45px 0;
}

.fadeIn {
  opacity: 0;
  transition: all 0.6s;
}

.fadeIn.active {
  opacity: 1;
}

.fadeInLeft {
  opacity: 0;
  transform: translateX(-100%);
  transition: all 1s;
}

.fadeInLeft.active {
  opacity: 1;
  transform: translateX(0);
}

.fadeInRight {
  opacity: 0;
  transform: translateX(100%);
  transition: all 1s;
}

.fadeInRight.active {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (max-width: 768px) {
  .btn.pc {
    display: none;
  }
}

.btn.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .btn.sp {
    display: block;
  }
}

.header__nav .btn.blue {
  width: 160px;
  background: #0097ac;
}

@media screen and (max-width: 1380px) {
  .header__nav .btn.blue {
    width: 180px;
    margin: 0 auto;
  }
}

main {
  margin-top: 100px;
}

@media screen and (max-width: 1380px) {
  main {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 20px;
  }
}

main .btn.blue {
  width: 90%;
  max-width: 500px;
  background: #0097ac;
  margin: 60px auto 0 auto;
  margin: 60px auto 0 auto;
  padding: 0.65em 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  main .btn.blue {
    font-size: 1.25em;
    padding: 1em 0;
  }
}

.ttl {
  font-weight: 400;
  margin-bottom: 20px;
}

.ttl+.read {
  text-align: center;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .ttl+.read {
    font-size: 4.6vw;
  }
}

.circle {
  position: absolute;
  border-radius: 50%;
}

.circle.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .circle.sp {
    display: block;
  }
}

.plus {
  position: absolute;
}

.plus img {
  width: 100%;
  height: auto;
}

.mv {
  position: relative;
  width: 100vw;
  padding: 40px 2.5vw 0 2.5vw;
  background: #c4e7f7;
}

@media screen and (max-width: 768px) {
  .mv {
    padding-bottom: 4em;
  }
}

.mv__bg {
  width: 100%;
}

.mv__content {
  position: relative;
  z-index: 2;
}

.mv__header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv__header .mv__box {
  width: 45%;
}

.mv__header .mv__box .mv__plan {
  color: #0097ac;
  font-size: 7vw;
  font-weight: 900;
}

.mv__header .mv__box .mv__price span:first-of-type,
.mv__header .mv__box .mv__price span:last-of-type {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.mv__header .mv__box .mv__price span:first-of-type {
  font-size: 3.8vw;
  font-weight: 900;
}

.mv__header .mv__box .mv__price span:last-of-type {
  font-size: 1.5vw;
  margin-bottom: -10px;
}

.mv__header .mv__box .mv__price span:nth-of-type(2) {
  font-size: 10vw;
  font-weight: 900;
}

.mv__header .mv__box .mv__price__sub {
  font-size: 1.6vw;
  margin-top: 20px;
}

.mv__header .mv__box .mv__price__sub span {
  font-size: 2.8vw;
  font-weight: 700;
}


@media screen and (max-width: 768px) {
  .mv__header {
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-top: 30px;
    text-align: center;
  }

  .mv__header .mv__box {
    width: 100%;
  }

  .mv__header .mv__box .mv__plan {
    font-size: 14vw;
  }

  .mv__header .mv__box .mv__price span:first-of-type {
    font-size: 7.6vw;
  }

  .mv__header .mv__box .mv__price span:last-of-type {
    font-size: 3vw;
  }

  .mv__header .mv__box .mv__price span:nth-of-type(2) {
    font-size: 20vw;
  }

  .mv__header .mv__box .mv__price__sub {
    font-size: 3.2vw;
    margin-top: 15px;
  }

  .mv__header .mv__box .mv__price__sub span {
    font-size: 5.6vw;
  }
}

.mv__header img {
  height: auto;
}

.mv__header .mv__img {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .mv__header .mv__img {
    width: 100%;
  }
}

.mv__body {
  width: 90%;
  margin: 0 auto;
}

.mv__body .txt01 {
  display: inline-block;
  padding: 6px 40px 6px;
  font-size: 24px;
  background: #fff100;
  color: #0d97ac;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  border-radius: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .mv__body .txt01 {
    position: relative;
    width: 100%;
    font-size: 4.8vw;
    padding: 9px 0 12px;
    text-align: center;
    border-radius: 50px;
    margin-top: 0;
  }

  .mv__body .txt01::before,
  .mv__body .txt01::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    translate: -50% 100%;
  }

  .mv__body .txt01::before {
    border-width: 20px 15px 0 15px;
    border-color: #c4e7f7 transparent transparent;
  }

  .mv__body .txt01::after {
    border-width: 16.7px 12.5px 0 12.5px;
    border-color: #fff100 transparent transparent;
  }
}

.mv__body__inner {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .mv__body__inner {
    margin-top: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}

.mv__body .img01 {
  position: relative;
  width: 24.5%;
}

@media screen and (max-width: 768px) {
  .mv__body .img01 {
    width: 100%;
  }
}

.mv__body .img01 .pc-img {
  position: relative;
  width: 100%;
  height: auto;
}

.mv__body .img01 .animation {
  position: absolute;
  top: 5%;
  left: 12.3%;
  width: 75%;
  height: auto;
  transform: scale(1.02);
}

.mv__body .mv-point {
  width: calc((100% - 48px) / 4);
}

@media screen and (max-width: 768px) {
  .mv__body .mv-point {
    width: 100%;
  }
}

.mv__body .mv-point__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 73%;
}

@media screen and (max-width: 768px) {
  .mv__body .mv-point__wrap {
    width: 100%;
    gap: 24px;
  }
}

.mv__body .mv-point__ttl {
  padding: 0.7em 0;
  background-color: #0097ac;
  color: #fff;
  font-size: 1.25vw;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .mv__body .mv-point__ttl {
    padding: 0.5em 0;
    font-size: 1.75em;
  }
}

.mv__body .mv-point__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 0;
  height: 8.65em;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  font-size: min(0.95vw, 1.2em);
}

@media screen and (max-width: 768px) {
  .mv__body .mv-point__txt {
    height: auto;
    font-size: 1em;
  }
}

.mv__body .mv-point__txt .blue {
  font-size: 150%;
  color: #0097ac;
  font-weight: 700;
  display: inline-block;
}

.mv__body .mv-point__txt strong.blue {
  font-size: 160%;
}

@media screen and (max-width: 768px) {
  .mv__body .btn.blue {
    width: 100%;
  }
}

.whatIs {
  max-width: 1200px;
  margin: 100px auto 0 auto;
}

@media screen and (max-width: 768px) {
  .whatIs {
    padding: 0 5vw;
    margin-top: 5em;
  }
}

.whatIs__header {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .whatIs__header {
    margin-top: 24px;
    gap: 16px 8px;
  }
}

.whatIs__header img {
  width: calc((100% - 120px) / 4);
  height: auto;
}

@media screen and (max-width: 768px) {
  .whatIs__header img {
    width: calc((100% - 8px) / 2);
  }
}

.whatIs__body {
  max-width: 850px;
  margin: 60px auto 0 auto;
}

.whatIs__body ul li {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .whatIs__body ul li {
    align-items: flex-start;
  }
}

.whatIs__body ul li:not(:last-child) {
  margin-bottom: 40px;
}

.whatIs__body ul li img {
  width: 50px;
  height: auto;
}

.whatIs__body ul li dl dt {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .whatIs__body ul li dl dt {
    font-size: 5.4vw;
    line-height: 1.3;
  }
}

@media screen and (max-width: 768px) {
  .whatIs__body ul li dl dd {
    width: calc(100% + 60px);
    transform: translateX(-60px);
  }
}

.plan {
  position: relative;
  margin: 100px auto 150px auto;
  width: 90vw;
  padding: 150px 120px;
  background-color: #f8f8f8;
  border-radius: 350px;
}

@media screen and (max-width: 1380px) {
  .plan {
    padding: 150px 0;
  }
}

@media screen and (max-width: 768px) {
  .plan {
    margin: 100px auto 50px auto;
    padding: 70px 40px;
    border-radius: 130px;
  }
}

.plan .circle1 {
  top: -70px;
  left: 200px;
  width: 60px;
  height: 60px;
  background-color: #fadd99;
}

@media screen and (max-width: 768px) {
  .plan .circle1 {
    top: 20px;
    left: 20px;
    width: 35px;
    height: 35px;
    background-color: #49cbd1;
  }
}

.plan .circle2 {
  top: 100px;
  right: 40px;
  width: 90px;
  height: 90px;
  background-color: #49cbd1;
}

@media screen and (max-width: 768px) {
  .plan .circle2 {
    top: -40px;
    right: -40px;
    width: 100px;
    height: 100px;
    background-color: #f5bb33;
  }
}

.plan .circle3 {
  left: 0;
  bottom: -50px;
  width: 180px;
  height: 180px;
  background-color: #f5bb33;
}

@media screen and (max-width: 768px) {
  .plan .circle3 {
    left: -70px;
    bottom: -50px;
    width: 130px;
    height: 130px;
  }
}

@media screen and (max-width: 768px) {
  .plan .circle4 {
    left: -50px;
    top: 40%;
    width: 80px;
    height: 80px;
    background-color: #f5bb33;
  }
}

@media screen and (max-width: 768px) {
  .plan .circle5 {
    right: -50px;
    bottom: 25%;
    width: 120px;
    height: 120px;
    background-color: #a4e5e8;
    z-index: 1;
  }
}

.plan__wrap {
  margin-top: 40px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.plan__content {
  width: calc((100% - 72px) / 4);
  padding: 40px 24px;
  background-color: #fff;
  box-shadow: -1px -1px 5px #c2c2c2;
  border-radius: 16px;
}

@media screen and (max-width: 768px) {
  .plan__content {
    position: relative;
    width: 100%;
    padding: 24px;
    z-index: 2;
  }
}

.plan__content img {
  display: block;
  width: auto;
  height: 80px;
  margin: 0 auto 24px auto;
}

.plan__ttl {
  margin-bottom: 16px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

.function {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .function {
    padding: 10em 5vw 0 5vw;
  }
}

.function__wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px 40px;
  max-width: 1000px;
  margin: 60px auto 0 auto;
}

@media screen and (max-width: 768px) {
  .function__wrap {
    gap: 10px;
    margin-top: 3em;
  }
}

.function__wrap .plus01 {
  top: -150px;
  right: -150px;
  width: 100px;
}

@media screen and (max-width: 768px) {
  .function__wrap .plus01 {
    top: -16em;
    left: 0;
    right: auto;
    width: 70px;
  }
}

.function__wrap .plus02 {
  bottom: 50px;
  left: -210px;
  width: 50px;
}

@media screen and (max-width: 768px) {
  .function__wrap .plus02 {
    top: -12em;
    bottom: auto;
    left: auto;
    right: 20px;
    width: 35px;
  }
}

.function__wrap .circle {
  bottom: 50px;
  right: -300px;
  width: 100px;
  height: 100px;
  background-color: #49cbd1;
}

@media screen and (max-width: 1380px) {
  .function__wrap .circle {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .function__wrap .circle {
    display: none;
  }
}

.function__content {
  position: relative;
  width: calc((100% - 80px) / 3);
  background-color: #edf8f9;
  border-radius: 20px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .function__content {
    width: calc((100% - 10px) / 2);
  }
}

.function__content:hover .trigger {
  transform: translateX(-50%) translateY(5px);
}

.function__content .trigger {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  width: 15px;
  height: auto;
  transition: all 0.6s;
}

.function__content .trigger.active {
  transform: translateX(-50%) translateY(5px) rotate(180deg);
}

@media screen and (max-width: 768px) {
  .function__content .trigger.active {
    transform: translateX(-50%) rotate(180deg);
  }
}

.function__content .trigger img {
  width: 100%;
  height: auto;
  margin: 0;
}

.function__header {
  padding: 0px 15px 8px 0;
  background-color: #0097ac;
  text-align: right;
  border-radius: 20px 20px 0 0;
}

@media screen and (max-width: 768px) {
  .function__header {
    padding: 0px 15px 0px 0;
  }
}

.function__header img {
  width: 30px;
  height: auto;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .function__header img {
    width: 14px;
    transform: translateY(-5px);
  }
}

.function__body {
  padding: 36px;
}

@media screen and (max-width: 768px) {
  .function__body {
    padding: 24px 16px;
  }
}

.function__body img {
  display: block;
  width: auto;
  height: 100px;
  margin: 0 auto 24px auto;
}

@media screen and (max-width: 768px) {
  .function__body img {
    height: 70px;
    margin: 0 auto 10px auto;
  }
}

.function__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  min-height: 60px;
  margin-bottom: 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .function__ttl {
    margin-bottom: 8px;
    font-size: 3.9vw;
  }
}

.function__txt {
  display: none;
}

.voice {
  position: relative;
  margin: 100px auto 150px auto;
  width: 90vw;
  padding: 150px 120px;
  background-color: #f8f8f8;
  border-radius: 350px;
}

@media screen and (max-width: 1380px) {
  .voice {
    padding: 150px 0;
  }
}

@media screen and (max-width: 768px) {
  .voice {
    margin: 100px auto 50px auto;
    padding: 70px 40px;
    border-radius: 130px;
  }
}

.voice .circle1 {
  top: -140px;
  left: -170px;
  width: 400px;
  height: 400px;
  background-color: #d2f2f3;
}

@media screen and (max-width: 768px) {
  .voice .circle1 {
    top: 80px;
    left: auto;
    right: -130px;
    width: 200px;
    height: 200px;
  }
}

.voice .circle2 {
  top: 110px;
  right: 40px;
  width: 50px;
  height: 50px;
  background-color: #fadd99;
}

@media screen and (max-width: 768px) {
  .voice .circle2 {
    top: -50px;
    left: 20px;
    right: auto;
    width: 35px;
    height: 35px;
  }
}

.voice .circle3 {
  bottom: -30px;
  right: 0;
  width: 200px;
  height: 200px;
  background-color: #f5bb33;
}

@media screen and (max-width: 768px) {
  .voice .circle3 {
    bottom: 35%;
    left: -150px;
    right: auto;
    width: 180px;
    height: 180px;
  }
}

.voice .circle4 {
  left: 30px;
  bottom: -40px;
  width: 70px;
  height: 70px;
  background-color: #49cbd1;
}

@media screen and (max-width: 768px) {
  .voice .circle4 {
    left: auto;
    right: -40px;
    bottom: 30px;
    width: 110px;
    height: 110px;
  }
}

@media screen and (max-width: 768px) {
  .voice .circle5 {
    top: 37%;
    left: 40px;
    bottom: 30px;
    width: 30px;
    height: 30px;
    background-color: #a4e5e8;
  }
}

@media screen and (max-width: 768px) {
  .voice .circle6 {
    top: 66%;
    right: 15px;
    bottom: 30px;
    width: 30px;
    height: 30px;
    background-color: #fadd99;
  }
}

@media screen and (max-width: 768px) {
  .voice .circle7 {
    bottom: 50px;
    left: 55px;
    width: 30px;
    height: 30px;
    background-color: #a4e5e8;
  }
}

.voice__wrap {
  margin-top: 60px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.voice__content {
  position: relative;
  display: inline-block;
  width: calc((100% - 80px) / 3);
  margin-bottom: 20px;
  padding: 40px 40px 60px;
  border: 2px solid #eaeaea;
  border-radius: 100px;
  background-color: #ffffff;
}

@media screen and (max-width: 1380px) {
  .voice__content {
    padding: 40px 2% 60px;
  }
}

@media screen and (max-width: 768px) {
  .voice__content {
    width: 100%;
    padding: 40px 16px;
    border-radius: 60px;
    margin-bottom: 0;
  }
}

.voice__content::before,
.voice__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  translate: -50% 100%;
}

.voice__content::before {
  border-width: 20px 15px 0 15px;
  border-color: #eaeaea transparent transparent;
}

.voice__content::after {
  border-width: 16.7px 12.5px 0 12.5px;
  border-color: #ffffff transparent transparent;
}

.voice__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.voice__header img {
  width: 80px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .voice__header img {
    width: 60px;
  }
}

.voice__workType {
  color: #0097ac;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .voice__workType {
    font-size: 3.9vw;
  }
}

#specialPlan {
  padding-top: 150px;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  #specialPlan {
    padding-top: 0;
    margin-top: 5em;
  }
}

.specialPlan {
  position: relative;
}

.specialPlan .bg {
  width: 100%;
  height: auto;
}

.specialPlan__wrap {
  background: #f8f8f8;
  margin-bottom: -150px;
}

@media screen and (max-width: 768px) {
  .specialPlan__wrap {
    padding-top: 5em;
    margin-bottom: 0;
    padding-bottom: 5em;
  }
}

.specialPlan__content {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  transform: translateY(-250px);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .specialPlan__content {
    transform: none;
  }
}

.specialPlan__header {
  padding: 52px 0 10px;
  background-color: #0097ac;
  border-radius: 30px 30px 0 0;
  position: relative;
}

.specialPlan__header .ribbon {
  color: #0097ac;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;

}

.specialPlan__header .ribbon span{
  background-color: #fff;
  border: 2px solid #0097ac;
  border-radius: 10px;
  padding: 10px 50px;
}

.specialPlan__header .ttl {
  color: #fff100;
}

.specialPlan__header .ttl strong {
  color: #fff100;
  font-size: 280%;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {

.specialPlan__header {
  padding: 36px 0 10px;
}
  

  .specialPlan__header .ribbon {
    font-size: 18px;
  }

  .specialPlan__header .ribbon span{
    padding: 5px 30px;
  }

  .specialPlan__header .ttl strong {
    font-size: 150%;
  }
}

.specialPlan__body {
  padding: 40px 80px 80px;
  background-color: #fff;
  border: 1px solid #0097ac;
  border-radius: 0 0 30px 30px;
}

@media screen and (max-width: 768px) {
  .specialPlan__body {
    padding: 16px;
  }
}

.specialPlan__body dl {
  padding: 24px 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 768px) {
  .specialPlan__body dl {
    padding: 16px 1em;
  }
}

.specialPlan__body dl.bgBlue {
  background-color: #f2fafb;
}

.specialPlan__body dl dt {
  font-size: 1.6rem;
  font-weight: 700;
}

.specialPlan__body dl dt span {
  font-size: 1.3rem;
  font-weight: 400;
}

.specialPlan__body dl dd {
  font-size: 1.6rem;
  font-weight: 700;
}

.specialPlan__body dl dd.blue {
  color: #0097ac;
}

.specialPlan__price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  color: #e60012;
  font-size: 4rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .specialPlan__price {
    gap: 6px;
    color: #e60012;
    font-size: 6.4vw;
  }
}

.specialPlan__price strong {
  font-size: 250%;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transform: translateY(15px);
}

.specialPlan__price .vertical {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-size: 55%;
  font-weight: 400;
}

.specialPlan__price .vertical span {
  display: inline-block;
  transform: translateX(3px);
}

@media screen and (max-width: 768px) {

  .specialPlan__price strong {
    font-size: 200%;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    transform: translateY(15px);
  }

  .specialPlan__price .vertical span {
    transform: translateX(1.5px);
  }
}

.specialPlan .caution {
  margin-top: 16px;
  margin-bottom: 40px;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #878787;
}

@media screen and (max-width: 768px) {
  .specialPlan .caution {
    font-size: 3.6vw;
  }
}

.specialPlan .caution span {
  font-size: 80%;
}

.specialPlan .notice {
  margin-top: 40px;
}

.specialPlan .notice h3 {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.specialPlan .notice ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.specialPlan .notice ul li:not(:last-child) {
  margin-bottom: 4px;
}

.specialPlan .notice ul li.red {
  color: #e60012;
}

@media screen and (max-width: 768px) {
  .specialPlan .btn.blue {
    width: 100%;
  }
}

.footer {
  position: relative;
  z-index: 2;
  background: #fafafa;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 0 2.5vw;
  }
}

.footer__nav {
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px;
  max-width: 850px;
}

@media screen and (max-width: 768px) {
  .footer__nav {
    display: block;
  }
}

.footer__nav li {
  width: auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer__nav li {
    margin: 1.25em 0;
  }
}

.footer__nav li a {
  color: #333;
  line-height: 1.4;
}

@media screen and (max-width: 1380px) {
  .footer__nav li a {
    font-size: 1.5rem;
  }
}



.HowToUse {
  max-width: 1200px;
  margin: 100px auto 0 auto;
}

.HowToUse .HowToUse__wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.HowToUse iframe {
  width: 60vw;
  height: 33vw;
  border-radius: 10px;
}

@media screen and (max-width: 1380px) {

  .HowToUse .HowToUse__wrap {
    margin-top: 25px;
  }

  .HowToUse iframe {
    width: 90vw;
    height: 50vw;
  }
}