@charset "UTF-8";
/*!
  Site Name: スマイリングロードLP
  Version: 2025.03.27
*/
/*
======================================================
  fv
--------------------------------------------------- */
.fv {
  aspect-ratio: 375/619;
  opacity: 0;
  position: relative;
  transition: all 1s ease;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv {
    aspect-ratio: 1360/688;
  }
}
.fv::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
}
.fv.active {
  opacity: 1;
}

.fv__bg {
  background-color: #070709;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv__bg::before {
    aspect-ratio: 375/244;
    background-image: linear-gradient(to bottom, rgba(7, 7, 9, 0) 0%, rgb(7, 7, 9) 32%);
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}

.fv__ttl {
  bottom: 5.49%;
  left: 4%;
  position: absolute;
  width: 92%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .fv__ttl {
    left: 13.61%;
    width: 55.95%;
  }
}
.fv__ttl img {
  width: 100%;
}

.fv__lead {
  font-feature-settings: "palt" 1;
  font-size: 5.333vw;
  font-weight: 700;
  left: 4.53%;
  letter-spacing: 0.03em;
  line-height: 1.5;
  position: absolute;
  top: 11.3%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .fv__lead {
    font-size: 3.382vw;
    left: 13.61%;
    top: 11.62%;
  }
}

.fv__img-product {
  bottom: 20.35%;
  left: 4.53%;
  position: absolute;
  width: 38.93%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .fv__img-product {
    bottom: 3.77%;
    left: 70.8%;
    width: 22.27%;
  }
}
.fv__img-product img {
  width: 100%;
}

.fv__label-price,
.fv__label-free,
.fv__label-effect {
  bottom: 0;
  position: absolute;
  width: 24.26%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .fv__label-price,
  .fv__label-free,
  .fv__label-effect {
    width: 10.44%;
  }
}
.fv__label-price img,
.fv__label-free img,
.fv__label-effect img {
  border-radius: 50%;
  width: 100%;
}

.fv__label-price {
  left: 59.2%;
  top: 50.88%;
}
@media screen and (min-width: 768px) {
  .fv__label-price {
    left: 76.17%;
    top: 26.3%;
  }
}

.fv__label-free {
  left: 46.4%;
  top: 64.29%;
}
@media screen and (min-width: 768px) {
  .fv__label-free {
    left: 70.53%;
    top: 45.2%;
  }
}

.fv__label-effect {
  right: 4%;
  top: 64.29%;
}
@media screen and (min-width: 768px) {
  .fv__label-effect {
    left: 81.47%;
    top: 45.2%;
  }
}

/*
======================================================
  intro
--------------------------------------------------- */
.intro {
  background-image: url(../images/bg_green_leaf_sp@2x.png);
  background-size: 100%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .intro {
    background-image: url(../images/bg_green_leaf_pc.png);
  }
}
.intro::after {
  aspect-ratio: 375/80;
  background-image: url(../images/bg_wave_01_sp@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .intro::after {
    aspect-ratio: 1360/150;
    background-image: url(../images/bg_wave_01_pc.png);
  }
}

.intro__inner {
  padding: 80px 0 40px;
}
@media screen and (min-width: 1024px) {
  .intro__inner {
    padding: 120px 0 80px;
  }
}

.intro-box {
  background-color: #fff;
  border-radius: 20px;
  margin: 0 auto;
  padding: 50px 0 20px;
  text-align: center;
  width: 85.33%;
}
@media screen and (min-width: 1024px) {
  .intro-box {
    width: 990px;
  }
}
.intro-box p {
  font-feature-settings: "palt" 1;
  font-size: 3.733vw;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .intro-box p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .intro-box p {
    font-size: 21px;
  }
}
.intro-box p strong {
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .intro-box p strong {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .intro-box p strong {
    font-size: 30px;
  }
}
.intro-box .intro-box__footer {
  background-color: #f7f7f7;
  border-radius: 20px;
  margin: 0 20px;
  margin-top: 50px;
  padding: 20px 10px;
}
@media screen and (min-width: 768px) {
  .intro-box .intro-box__footer {
    padding: 30px 10px;
  }
}
.intro-box .intro-box__footer p {
  line-height: 1.4;
}

.btn-contact {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .btn-contact {
    margin: 20px auto 0;
    width: 604px;
  }
}
.btn-contact a {
  align-items: center;
  background-color: #c02;
  border-radius: 23px;
  color: #fff;
  display: flex;
  font-feature-settings: "palt" 1;
  font-size: 3.733vw;
  font-weight: 600;
  height: 46px;
  justify-content: center;
  letter-spacing: 0.03em;
  padding-left: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn-contact a {
    border-radius: 29px;
    font-feature-settings: initial;
    font-size: 15px;
    height: 58px;
    padding-left: 40px;
  }
}
.btn-contact a:hover {
  text-decoration: none;
}
.btn-contact a::after {
  background-image: url(../images/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 10px;
  width: 6px;
}
@media screen and (min-width: 768px) {
  .btn-contact a::after {
    right: 20px;
  }
}
.btn-contact a .icon-mail {
  display: inline-block;
  margin-top: -2px;
  position: relative;
}
.btn-contact a .icon-mail::before {
  background-image: url(../images/icon_mail.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  left: -26px;
  position: absolute;
  width: 18px;
}
@media screen and (min-width: 768px) {
  .btn-contact a .icon-mail::before {
    height: 18px;
    left: -38px;
    width: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .btn-contact a::before {
    background-color: rgba(0, 0, 0, 0.23);
    border-radius: 23px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
    z-index: 2;
  }
  .btn-contact a:hover::before {
    opacity: 1;
  }
}

/*
======================================================
  problem
--------------------------------------------------- */
.problem {
  background-image: url(../images/bg_green_deep_sp@2x.png);
  background-size: 100%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .problem {
    background-image: url(../images/bg_green_deep_pc.png);
  }
}
.problem::after {
  aspect-ratio: 375/80;
  background-image: url(../images/bg_wave_02_sp@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .problem::after {
    aspect-ratio: 1360/150;
    background-image: url(../images/bg_wave_02_pc.png);
  }
}

.problem__inner {
  padding: 30px 0 40px;
}
@media screen and (min-width: 1024px) {
  .problem__inner {
    padding: 60px 0 80px;
  }
}

.problem__ttl {
  color: #fff;
  font-feature-settings: "palt" 1;
  font-size: 5.867vw;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .problem__ttl {
    font-size: 3.646vw;
  }
}
@media screen and (min-width: 1024px) {
  .problem__ttl {
    font-size: 42px;
  }
}
.problem__ttl strong {
  color: #abcd03;
}

ul.problem__list {
  margin: 0 auto;
  padding: 40px 0 0;
  width: 85.33%;
}
@media screen and (min-width: 768px) {
  ul.problem__list {
    display: flex;
    flex-wrap: wrap;
    gap: 2em 3.5%;
    padding: 40px 0;
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  ul.problem__list {
    gap: 40px 6.68%;
    padding: 50px 0;
    width: 990px;
  }
}
ul.problem__list li {
  width: 76.25%;
}
@media screen and (min-width: 768px) {
  ul.problem__list li {
    width: 31%;
  }
}
@media screen and (min-width: 1024px) {
  ul.problem__list li {
    width: 28.88%;
  }
}
ul.problem__list li:nth-child(even) {
  margin-left: 23.75%;
}
@media screen and (min-width: 768px) {
  ul.problem__list li:nth-child(even) {
    margin: 0;
  }
}

dl.problem__item {
  background-color: #fff;
  border-radius: 50%;
  padding-top: 100%;
  position: relative;
}
dl.problem__item::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
dl.problem__item dt {
  position: absolute;
  text-align: center;
  top: 5px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  dl.problem__item dt {
    top: 10px;
  }
}
dl.problem__item dt img {
  margin: 0 auto;
}
ul.problem__list li:nth-of-type(1) dl.problem__item dt img {
  margin-top: 0.8em;
  width: 76%;
}
ul.problem__list li:nth-of-type(2) dl.problem__item dt img {
  margin-top: 0.8em;
  width: 80%;
}
ul.problem__list li:nth-of-type(3) dl.problem__item dt img {
  margin-top: 1.2em;
  width: 78%;
}
ul.problem__list li:nth-of-type(4) dl.problem__item dt img {
  margin-top: 1.6em;
  width: 78%;
}
ul.problem__list li:nth-of-type(5) dl.problem__item dt img {
  margin-top: 1.2em;
  width: 74%;
}
ul.problem__list li:nth-of-type(6) dl.problem__item dt img {
  margin-top: 1em;
  width: 84%;
}
dl.problem__item dd {
  font-size: 3.733vw;
  font-weight: 600;
  line-height: 1.6;
  position: absolute;
  text-align: center;
  top: 58%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  dl.problem__item dd {
    font-size: 1.66vw;
  }
}
@media screen and (min-width: 1024px) {
  dl.problem__item dd {
    font-size: 14px;
    top: 56%;
  }
  dl.problem__item dd p {
    display: inline-block;
    text-align: left;
  }
}

/*
======================================================
  plan
--------------------------------------------------- */
.plan {
  background-image: url("../images/bg_green_bright_sp@2x.png");
  background-size: 100%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .plan {
    background-image: url(../images/bg_green_bright_pc.png);
  }
}
.plan::after {
  aspect-ratio: 375/80;
  background-image: url(../images/bg_wave_03_sp@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .plan::after {
    aspect-ratio: 1360/150;
    background-image: url(../images/bg_wave_03_pc.png);
  }
}

.plan__inner {
  padding: 30px 0 40px;
}
@media screen and (min-width: 1024px) {
  .plan__inner {
    padding: 60px 0 70px;
  }
}

.plan__ttl {
  color: #333;
  font-feature-settings: "palt" 1;
  font-size: 5.867vw;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plan__ttl {
    font-size: 3.646vw;
  }
}
@media screen and (min-width: 1024px) {
  .plan__ttl {
    font-size: 42px;
  }
}
.plan__ttl strong {
  color: #009f3a;
}

.plan-box {
  margin: 40px auto;
  width: 85.33%;
}
@media screen and (min-width: 1024px) {
  .plan-box {
    margin: 50px auto 0;
    width: 990px;
  }
}
.plan-box + .plan-box {
  margin-top: 120px;
}
@media screen and (min-width: 1024px) {
  .plan-box + .plan-box {
    margin-top: 50px;
  }
}

.plan-box__inner {
  position: relative;
  width: 100%;
}
.plan-box__inner::before {
  background-color: #fff;
  border-radius: 20px;
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .plan-box__inner::before {
    width: 80%;
  }
}

.plan-box:nth-child(odd) .plan-box__inner::before {
  right: 0;
}

.plan-box__header {
  display: flex;
  padding: 30px 20px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .plan-box__header {
    align-items: center;
    padding: 35px 35px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .plan-box__header {
    align-items: center;
    padding: 35px 35px 30px;
  }
}

@media screen and (min-width: 1024px) {
  .plan-box:nth-child(odd) .plan-box__header {
    margin-left: 200px;
  }
}

.plan-box__header-number {
  color: #c7d200;
  display: block;
  font-size: 10.133vw;
  font-weight: 700;
  width: 56px;
}
@media screen and (min-width: 768px) {
  .plan-box__header-number {
    font-size: 6.51vw;
    width: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .plan-box__header-number {
    font-size: 60px;
    width: 86px;
  }
}

.plan-box__header-ttl {
  color: #009f3a;
  flex: 1;
  font-feature-settings: "palt" 1;
  font-size: 6.667vw;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .plan-box__header-ttl {
    font-size: 3.646vw;
  }
}
@media screen and (min-width: 1024px) {
  .plan-box__header-ttl {
    font-size: 32px;
  }
}

.plan-box__content {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .plan-box__content {
    align-items: center;
    justify-content: space-between;
    padding: 0 0 40px;
  }
}

@media screen and (min-width: 1024px) {
  .plan-box:nth-child(odd) .plan-box__content {
    flex-direction: row-reverse;
  }
}

.plan-box__txt {
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .plan-box__txt {
    padding: 0 35px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .plan-box__txt {
    flex: 1;
    padding: 0 35px;
  }
}

.plan-box__img {
  margin: 0 auto -68px;
  width: 93.75%;
}
@media screen and (min-width: 768px) {
  .plan-box__img {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .plan-box__img {
    margin: 0 35px 0 auto;
    width: 446px;
  }
}
.plan-box__img img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .plan-box:nth-child(odd) .plan-box__img {
    margin: 0 auto 0 35px;
  }
}

ul.plan-box__list li + li {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  ul.plan-box__list li + li {
    margin-top: 25px;
  }
}
ul.plan-box__list li p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 0.2em;
  padding-left: 32px;
}
@media screen and (min-width: 1024px) {
  ul.plan-box__list li p {
    padding-left: 36px;
  }
}
ul.plan-box__list li p.c-ast {
  font-size: 12px;
  margin-top: 0.6em;
}

h4.plan-box__list-mds {
  color: #009f3a;
  font-feature-settings: "palt" 1;
  font-size: 5.867vw;
  letter-spacing: 0.03em;
  line-height: 1.4;
  padding-left: 32px;
  position: relative;
}
@media screen and (min-width: 768px) {
  h4.plan-box__list-mds {
    font-size: 2.865vw;
  }
}
@media screen and (min-width: 1024px) {
  h4.plan-box__list-mds {
    font-size: 26px;
    padding-left: 36px;
  }
}
h4.plan-box__list-mds::before {
  background-image: url(../images/icon_check_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0.24em;
  width: 23px;
}
@media screen and (min-width: 1024px) {
  h4.plan-box__list-mds::before {
    height: 26px;
    width: 26px;
  }
}
h4.plan-box__list-mds small {
  font-size: 4.267vw;
}
@media screen and (min-width: 768px) {
  h4.plan-box__list-mds small {
    font-size: 2.083vw;
  }
}
@media screen and (min-width: 1024px) {
  h4.plan-box__list-mds small {
    font-size: 16px;
  }
}

.plan-box__list-joken {
  border: 1px solid #c02;
  color: #c02;
  display: inline-block;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 0.5em;
  padding: 0.35em 0.6em 0.45em;
}

.plan__btn-more {
  margin: 120px auto 0;
  width: 85.33%;
}
@media screen and (min-width: 768px) {
  .plan__btn-more {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .plan__btn-more {
    margin: 60px auto 0;
    width: 446px;
  }
}
.plan__btn-more a {
  align-items: center;
  background-color: #fff;
  border: 1px solid #009f3a;
  border-radius: 23px;
  color: #009f3a;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  height: 46px;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .plan__btn-more a {
    border-radius: 29px;
    height: 58px;
  }
}
.plan__btn-more a::after {
  background-image: url(../images/icon_arrow_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 10px;
  width: 6px;
}
@media screen and (min-width: 768px) {
  .plan__btn-more a::after {
    right: 20px;
  }
}
.plan__btn-more a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .plan__btn-more a::before {
    background-color: rgba(0, 0, 0, 0.23);
    border-radius: 23px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
    z-index: 2;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px) {
  .plan__btn-more a::before {
    border-radius: 29px;
  }
}
@media screen and (min-width: 1024px) {
  .plan__btn-more a:hover::before {
    opacity: 1;
  }
}

/*
======================================================
  movie
--------------------------------------------------- */
.movie {
  padding: 80px 0 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .movie {
    padding: 120px 0 0;
  }
}

.movie__ttl {
  color: #009f3a;
  font-feature-settings: "palt" 1;
  font-size: 5.867vw;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .movie__ttl {
    font-size: 3.646vw;
  }
}
@media screen and (min-width: 1024px) {
  .movie__ttl {
    font-size: 42px;
  }
}

.movie__body {
  margin: 0 auto;
  padding-top: 20px;
  width: 85.33%;
}
@media screen and (min-width: 768px) {
  .movie__body {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .movie__body {
    padding-top: 40px;
    width: 948px;
  }
}

.movie__youtube {
  aspect-ratio: 16/9;
  width: 100%;
}
.movie__youtube iframe {
  border-radius: 20px;
  height: 100%;
  width: 100%;
}

/*
======================================================
  price
--------------------------------------------------- */
.price {
  background-image: url("../images/bg_green_leaf_sp@2x.png");
  background-size: 100%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .price {
    background-image: url(../images/bg_green_leaf_pc.png);
  }
}
.price::after {
  aspect-ratio: 375/80;
  background-image: url(../images/bg_wave_04_sp@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .price::after {
    aspect-ratio: 1360/150;
    background-image: url(../images/bg_wave_04_pc.png);
  }
}

.price__inner {
  padding: 30px 0 40px;
}
@media screen and (min-width: 1024px) {
  .price__inner {
    padding: 60px 0 50px;
  }
}

.price__ttl {
  color: #333;
  font-feature-settings: "palt" 1;
  font-size: 5.867vw;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .price__ttl {
    font-size: 3.646vw;
  }
}
@media screen and (min-width: 1024px) {
  .price__ttl {
    font-size: 42px;
  }
}
.price__ttl strong {
  color: #009f3a;
}

.price__intro-txt {
  font-size: 3.733vw;
  font-weight: 600;
  line-height: 1.6;
  margin: 40px auto 0;
  text-align: left;
  width: 85.33%;
}
@media screen and (min-width: 768px) {
  .price__intro-txt {
    font-size: 2.083vw;
  }
}
@media screen and (min-width: 1024px) {
  .price__intro-txt {
    font-size: 21px;
    margin: 50px 0 0;
    text-align: center;
    width: 100%;
  }
}

.price-box {
  background-color: #fff;
  border-radius: 20px;
  margin: 15px auto 0;
  width: 85.33%;
}
@media screen and (min-width: 1024px) {
  .price-box {
    margin: 25px auto 0;
    width: 990px;
  }
}
.price-box.option-price {
  margin-top: 40px;
  position: relative;
}
.price-box.option-price::before {
  background-image: url(../images/icon_plus_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 54px;
  left: calc(50% - 27px);
  position: absolute;
  top: -47px;
  width: 54px;
}

.price-box__inner {
  padding: 20px 20px 35px;
}
@media screen and (min-width: 768px) {
  .price-box__inner {
    padding: 30px 35px 45px;
  }
}
@media screen and (min-width: 1024px) {
  .price-box__inner {
    padding: 30px 35px 45px;
  }
}

.price-box__ttl {
  font-size: 6.667vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .price-box__ttl {
    font-size: 3.646vw;
  }
}
@media screen and (min-width: 1024px) {
  .price-box__ttl {
    font-size: 28px;
  }
}

.price-box__mds {
  align-items: center;
  background-color: #009f3a;
  border-radius: 10px;
  color: #fff;
  display: flex;
  font-size: 4.267vw;
  height: 34px;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .price-box__mds {
    font-size: 2.083vw;
  }
}
@media screen and (min-width: 1024px) {
  .price-box__mds {
    font-size: 16px;
    margin-top: 30px;
  }
}
.option-price .price-box__mds {
  background-color: #c7d200;
}

.price-box__det {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .price-box__det {
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .price-box__det {
    margin-top: 25px;
  }
}

.price-box__det-month {
  font-size: 3.733vw;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .price-box__det-month {
    font-size: 2.734vw;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .price-box__det-month {
    font-size: 21px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .option-price .price-box__det-month {
    margin-bottom: 15px;
    margin-left: 40px;
  }
}

.price-box__det-value {
  margin-top: 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .price-box__det-value {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .price-box__det-value {
    margin-top: 0;
    width: 340px;
  }
  .option-price .price-box__det-value {
    width: 304px;
  }
}
.price-box__det-value img {
  margin-bottom: -15px;
}
.option-price .price-box__det-value img {
  margin-bottom: 15px;
}

.price-box__det-product {
  margin-right: 4.4%;
  margin-top: 35px;
  width: 44.64%;
}
@media screen and (min-width: 768px) {
  .price-box__det-product {
    margin: 35px auto 0 10%;
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .price-box__det-product {
    margin-left: 35px;
    margin-right: 20px;
    margin-top: 0;
    width: 191px;
  }
}
.price-box__det-product img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .price-box__det-product img {
    width: 80%;
  }
}

.price-box__det-option-product {
  display: flex;
  justify-content: center;
  margin-right: 4%;
  margin-top: 25px;
  width: 44.64%;
}
@media screen and (min-width: 768px) {
  .price-box__det-option-product {
    margin: 20px auto 0;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .price-box__det-option-product {
    margin-left: 35px;
    margin-right: 20px;
    margin-top: 0;
    width: 191px;
  }
}
.price-box__det-option-product figure img {
  height: 62px;
}
@media screen and (min-width: 768px) {
  .price-box__det-option-product figure img {
    height: 91px;
  }
}
.price-box__det-option-product figure figcaption {
  font-size: 12px;
  line-height: 1.2;
  padding-top: 0.5em;
  text-align: center;
}
.price-box__det-option-product figure + figure {
  margin-left: 0.6em;
}

@media screen and (max-width: 1023px) {
  ul.price-box__det-list {
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  ul.price-box__det-list {
    margin-top: 30px;
  }
  .option-price ul.price-box__det-list {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  ul.price-box__det-list {
    margin-top: 0;
    width: 224px;
  }
}
ul.price-box__det-list li {
  font-feature-settings: "palt" 1;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.2em 0 0.2em 22px;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.price-box__det-list li {
    font-size: 2.083vw;
  }
}
@media screen and (min-width: 1024px) {
  ul.price-box__det-list li {
    font-size: 16px;
    letter-spacing: 0.03em;
    padding: 0.2em 0 0.2em 28px;
  }
}
ul.price-box__det-list li::before {
  background-image: url(../images/icon_check_green.svg);
  background-size: contain;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0.3em;
  width: 16px;
}
@media screen and (min-width: 768px) {
  ul.price-box__det-list li::before {
    top: 0.48em;
  }
}
@media screen and (min-width: 1024px) {
  ul.price-box__det-list li::before {
    height: 20px;
    width: 20px;
  }
}
ul.price-box__det-list li strong {
  color: #c02;
}

.price__footer {
  margin: 0 auto;
  margin-top: 15px;
  width: 85.33%;
}
@media screen and (min-width: 1024px) {
  .price__footer {
    margin-top: 20px;
    width: 990px;
  }
}
.price__footer p.c-ast {
  font-size: 3.2vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .price__footer p.c-ast {
    font-size: 1.563vw;
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  .price__footer p.c-ast {
    font-size: 12px;
  }
}

/*
======================================================
  cost
--------------------------------------------------- */
.cost {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .cost {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .cost {
    margin-top: 120px;
  }
}

.cost-box {
  background-color: #fff;
  border-radius: 20px;
  margin: 15px auto 0;
  width: 85.33%;
}
@media screen and (min-width: 1024px) {
  .cost-box {
    margin: 25px auto 0;
    width: 990px;
  }
}

.cost-box__inner {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .cost-box__inner {
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .cost-box__inner {
    padding: 40px 96px;
  }
}

.cost-box__inbox {
  padding-bottom: 60px;
}

.cost-box__ttl {
  align-items: center;
  background-color: #009f3a;
  border-radius: 10px;
  color: #fff;
  display: flex;
  font-size: 4.267vw;
  font-weight: 700;
  height: 33px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .cost-box__ttl {
    font-size: 3.125vw;
    height: 44px;
  }
}
@media screen and (min-width: 1024px) {
  .cost-box__ttl {
    font-size: 28px;
    height: 54px;
  }
}

@media screen and (min-width: 768px) {
  .cost-box__det {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .insurance-cost .cost-box__det {
    margin-top: 10px;
  }
}

.cost-box__det-max {
  flex: 1;
  font-size: 5.6vw;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .cost-box__det-max {
    font-size: 2.734vw;
  }
}
@media screen and (min-width: 1024px) {
  .cost-box__det-max {
    font-size: 21px;
  }
}
.insurance-cost .cost-box__det-max {
  margin-bottom: 0;
}

.cost-box__det-value {
  align-items: end;
  display: flex;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .insurance-proof .cost-box__det-value {
    width: 52%;
  }
}
@media screen and (min-width: 1024px) {
  .insurance-proof .cost-box__det-value {
    width: 410px;
  }
}
@media screen and (min-width: 768px) {
  .insurance-cost .cost-box__det-value {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .insurance-cost .cost-box__det-value {
    width: 392px;
  }
}

.cost-box__det-price {
  margin-left: 1%;
}
@media screen and (min-width: 1024px) {
  .cost-box__det-price {
    margin-left: 0;
  }
}
.insurance-proof .cost-box__det-price {
  width: 76.42%;
}
@media screen and (min-width: 1024px) {
  .insurance-proof .cost-box__det-price {
    width: 340px;
  }
}
.insurance-cost .cost-box__det-price {
  width: 73.42%;
}
@media screen and (min-width: 1024px) {
  .insurance-cost .cost-box__det-price {
    width: 316px;
  }
}

.cost-box__det-price-hosoku {
  display: block;
  font-size: 3.2vw;
  margin-right: 6%;
  margin-top: 0.3em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .cost-box__det-price-hosoku {
    font-size: 12px;
    margin-right: 20px;
  }
}

.cost-box__det-img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cost-box__det-img {
    width: 44%;
  }
}
@media screen and (min-width: 1024px) {
  .cost-box__det-img {
    width: 324px;
  }
}
.cost-box__det-img img {
  margin: 0 auto;
}
.insurance-proof .cost-box__det-img {
  margin-top: 35px;
}
@media screen and (min-width: 1024px) {
  .insurance-proof .cost-box__det-img img {
    width: 324px;
  }
}
.insurance-cost .cost-box__det-img {
  margin-top: 25px;
}
.insurance-cost .cost-box__det-img img {
  width: 58.21%;
}
@media screen and (min-width: 1024px) {
  .insurance-cost .cost-box__det-img {
    margin-top: 0;
  }
  .insurance-cost .cost-box__det-img img {
    width: 233px;
  }
}

.cost-box__txt {
  font-size: 3.733vw;
  font-weight: 600;
  line-height: 1.6;
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .cost-box__txt {
    font-size: 2.083vw;
  }
}
@media screen and (min-width: 1024px) {
  .cost-box__txt {
    font-size: 16px;
  }
}

.cost-box__eco {
  background-color: #f7f7f7;
  border-radius: 15px;
}

.cost-box__eco-inner {
  padding: 25px 18px;
}
@media screen and (min-width: 768px) {
  .cost-box__eco-inner {
    padding: 30px 25px;
  }
}
.cost-box__eco-inner p {
  font-size: 3.733vw;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .cost-box__eco-inner p {
    font-size: 1.823vw;
  }
}
@media screen and (min-width: 1024px) {
  .cost-box__eco-inner p {
    font-size: 16px;
    padding-top: 0.5em;
    text-align: center;
  }
}

.cost-box__eco-header {
  align-items: center;
  display: flex;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  .cost-box__eco-header {
    justify-content: center;
  }
}

.cost-box__eco-icon {
  margin-right: 4%;
  width: 15.57%;
}
@media screen and (min-width: 768px) {
  .cost-box__eco-icon {
    margin-right: 10px;
    width: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .cost-box__eco-icon {
    margin-right: 10px;
    width: 45px;
  }
}

.cost-box__eco-ttl {
  color: #009f3a;
  font-size: 3.733vw;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .cost-box__eco-ttl {
    font-size: 2.083vw;
  }
}
@media screen and (min-width: 1024px) {
  .cost-box__eco-ttl {
    font-size: 21px;
  }
}

a.cost-box__more-btn {
  align-items: center;
  border: 1px solid #009f3a;
  border-radius: 17px;
  color: #009f3a;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  height: 34px;
  margin: 40px auto 0;
  position: relative;
  text-decoration: none;
  width: 128px;
}
a.cost-box__more-btn:visited {
  color: #009f3a;
}
a.cost-box__more-btn .cost-box__more-txt {
  display: inline-block;
  margin-left: 20px;
}

.cost-box__more-switcher {
  display: block;
  height: 11px;
  position: absolute;
  right: 0.8em;
  top: 0.8em;
  width: 11px;
}
.cost-box__more-switcher .icon-switcher {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.cost-box__more-switcher .icon-switcher::before, .cost-box__more-switcher .icon-switcher::after {
  background-color: #009f3a;
  content: "";
  display: block;
  position: absolute;
}
.cost-box__more-switcher .icon-switcher::before {
  height: 3px;
  top: calc(50% - 1.5px);
  width: 11px;
}
.cost-box__more-switcher .icon-switcher::after {
  height: 11px;
  left: calc(50% - 1.5px);
  transition: all 0.3s ease;
  width: 3px;
}

.cost-box__more-btn.active {
  border-bottom: none;
  border-left: 1px solid #009f3a;
  border-radius: 17px 17px 0 0;
  border-right: 1px solid #009f3a;
  border-top: 1px solid #009f3a;
}
.cost-box__more-btn.active .icon-switcher::after {
  opacity: 0;
  transform: rotate(90deg);
}

.cost-box__body {
  border: 1px solid #009f3a;
  border-radius: 10px;
  display: none;
  padding: 14px 12px;
}
@media screen and (min-width: 768px) {
  .cost-box__body {
    padding: 33px 36px;
  }
}

@media screen and (min-width: 1024px) {
  .cost-box__slide {
    height: 256px;
  }
}
.cost-box__slide .slide-arrow.prev-arrow {
  height: 32px;
  left: -30px;
  width: 32px;
}
@media screen and (min-width: 768px) {
  .cost-box__slide .slide-arrow.prev-arrow {
    height: 48px;
    left: -60px;
    width: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .cost-box__slide .slide-arrow.prev-arrow {
    left: -68px;
  }
}
.cost-box__slide .slide-arrow.next-arrow {
  height: 32px;
  right: -30px;
  width: 32px;
}
@media screen and (min-width: 768px) {
  .cost-box__slide .slide-arrow.next-arrow {
    height: 48px;
    right: -60px;
    width: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .cost-box__slide .slide-arrow.next-arrow {
    right: -68px;
  }
}
.cost-box__slide .slide-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.cost-box__slide-item {
  margin-right: 4px;
}
@media screen and (min-width: 1024px) {
  .cost-box__slide-item {
    margin-right: 6px;
    width: 226px;
  }
}

.cost-box__insurance-more__box {
  border: 1px solid #009f3a;
  border-radius: 10px;
  display: none;
  padding: 12px 10px;
}
@media screen and (min-width: 768px) {
  .cost-box__insurance-more__box {
    padding: 33px 20px;
  }
}

/*
======================================================
  feedback
--------------------------------------------------- */
.feedback {
  background-image: url("../images/bg_gray_sp@2x.png");
  background-size: 100%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .feedback {
    background-image: url(../images/bg_gray_pc.png);
  }
}

.feedback__inner {
  padding: 30px 0 100px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .feedback__inner {
    padding: 0 0 100px;
  }
}

.feedback__ttl {
  color: #333;
  font-feature-settings: "palt" 1;
  font-size: 5.867vw;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .feedback__ttl {
    font-size: 3.646vw;
  }
}
@media screen and (min-width: 1024px) {
  .feedback__ttl {
    font-size: 42px;
  }
}
.feedback__ttl strong {
  color: #009f3a;
}

.feedback__count {
  font-feature-settings: "palt" 1;
  font-size: 3.733vw;
  font-weight: 700;
  margin: 40px auto 0;
  text-align: right;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .feedback__count {
    font-size: 2.734vw;
  }
}
@media screen and (min-width: 1024px) {
  .feedback__count {
    display: inline-block;
    font-size: 21px;
    margin: 40px auto 0;
    text-align: center;
    width: auto;
  }
}
.feedback__count .feedback__count-hosoku {
  font-size: 3.2vw;
  font-weight: normal;
  line-height: 1.6;
  margin-top: 0.4em;
}
@media screen and (min-width: 768px) {
  .feedback__count .feedback__count-hosoku {
    font-size: 1.563vw;
    margin-top: 0.6em;
  }
}
@media screen and (min-width: 1024px) {
  .feedback__count .feedback__count-hosoku {
    font-size: 12px;
    text-align: right;
  }
}

.feedback__count-green {
  color: #009f3a;
}
.feedback__count-green strong {
  font-size: 5.867vw;
}
@media screen and (min-width: 768px) {
  .feedback__count-green strong {
    font-size: 4.167vw;
  }
}
@media screen and (min-width: 1024px) {
  .feedback__count-green strong {
    font-size: 32px;
  }
}

.feedback__slide {
  margin: 25px auto 0;
}
@media screen and (min-width: 1024px) {
  .feedback__slide {
    width: 990px;
  }
}

.feedback__slide-box.slick-slider {
  overflow: hidden;
  padding-right: 50px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 390px) {
  .feedback__slide-box.slick-slider {
    padding-right: 55px;
  }
}
@media screen and (min-width: 768px) {
  .feedback__slide-box.slick-slider {
    padding-right: 55px;
  }
}
.feedback__slide-box.slick-slider .slick-list {
  padding-right: 50px;
  transform: translateX(50px);
}
@media screen and (min-width: 390px) {
  .feedback__slide-box.slick-slider .slick-list {
    padding-right: 55px;
    transform: translateX(55px);
  }
}
@media screen and (min-width: 768px) {
  .feedback__slide-box.slick-slider .slick-list {
    padding-right: 55px;
    transform: translateX(55px);
  }
}

.feedback__box.slick-slide {
  background-color: #fff;
  border-radius: 20px;
  margin: 0 10px;
  min-height: 420px;
  width: 280px !important;
}
@media screen and (min-width: 768px) {
  .feedback__box.slick-slide {
    width: 280px !important;
  }
}

.feedback__box-inner {
  padding: 25px 28px;
  text-align: left;
}

.feedback__box-mds {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.feedback__box-profile {
  align-items: center;
  display: flex;
  margin-top: 10px;
}

.feedback__box-label {
  background-color: #009f3a;
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-right: 6px;
  padding: 6px 10px;
}

dl.feedback__box-car {
  color: #009f3a;
  display: flex;
  font-size: 12px;
}

.feedback__box-role {
  font-size: 12px;
  font-weight: 700;
  margin-top: 0.5em;
}

.feedback__box-txt {
  margin-top: 15px;
}
.feedback__box-txt p {
  font-size: 14px;
  line-height: 1.6;
}

.slide-arrow {
  background-color: #009f3a;
  border-radius: 50%;
  cursor: pointer;
  height: 48px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 48px;
  z-index: 2;
}
.slide-arrow.prev-arrow {
  left: 15px;
}
@media screen and (min-width: 768px) {
  .slide-arrow.prev-arrow {
    left: 20px;
  }
}
.slide-arrow.next-arrow {
  right: 15px;
}
@media screen and (min-width: 768px) {
  .slide-arrow.next-arrow {
    right: 20px;
  }
}
.slide-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.slide-arrow::after {
  background-image: url("../images/icon_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 12px;
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
}
.slide-arrow.prev-arrow::after {
  transform: translate(-50%, -50%) scaleX(-1);
}
@media screen and (min-width: 1024px) {
  .slide-arrow::before {
    background-color: rgba(0, 0, 0, 0.23);
    border-radius: 50%;
    content: "";
    display: block;
    height: 48px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    width: 48px;
    z-index: 3;
  }
  .slide-arrow:hover::before {
    opacity: 1;
  }
}

.slick-prev::before,
.slick-next::before {
  background-image: url(../images/icon_arrow_white.svg);
  background-size: 6px 12px;
  content: "";
  display: block;
}

/*
======================================================
  faq
--------------------------------------------------- */
.faq__inner {
  padding: 80px 0 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .faq__inner {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .faq__inner {
    padding: 120px 0 80px;
  }
}

.faq__ttl {
  color: #333;
  font-feature-settings: "palt" 1;
  font-size: 5.867vw;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .faq__ttl {
    font-size: 3.646vw;
  }
}
@media screen and (min-width: 1024px) {
  .faq__ttl {
    font-size: 42px;
  }
}

ul.faq__list {
  margin: 0 auto;
  padding-top: 20px;
  width: 85.33%;
}
@media screen and (min-width: 1024px) {
  ul.faq__list {
    padding-top: 40px;
    width: 990px;
  }
}
ul.faq__list li {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 25px;
}

a.accordion-trigger {
  display: block;
  padding: 5.333vw;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a.accordion-trigger {
    padding: 3.906vw;
  }
}
@media screen and (min-width: 1024px) {
  a.accordion-trigger {
    padding: 22px 35px;
  }
}
a.accordion-trigger dl.faq__item-header {
  cursor: pointer;
  display: flex;
  position: relative;
  text-align: left;
}
a.accordion-trigger dl.faq__item-header dt {
  color: #009f3a;
  content: "Q.";
  font-size: 5.6vw;
  font-weight: 700;
  width: 7vw;
}
@media screen and (min-width: 768px) {
  a.accordion-trigger dl.faq__item-header dt {
    font-size: 3.125vw;
    width: 4.6vw;
  }
}
@media screen and (min-width: 1024px) {
  a.accordion-trigger dl.faq__item-header dt {
    font-size: 28px;
    width: 36px;
  }
}
a.accordion-trigger dl.faq__item-header dd {
  color: #333;
  flex: 1;
  font-size: 3.733vw;
  font-weight: 700;
  line-height: 1.6;
  padding-right: 8vw;
}
@media screen and (min-width: 768px) {
  a.accordion-trigger dl.faq__item-header dd {
    font-size: 2.344vw;
  }
}
@media screen and (min-width: 1024px) {
  a.accordion-trigger dl.faq__item-header dd {
    font-size: 21px;
    padding-right: 40px;
  }
}
a.accordion-trigger:visited dl.faq__item-header dt {
  color: #009f3a;
}
a.accordion-trigger:visited dl.faq__item-header dd {
  color: #333;
}

.faq__item-switcher {
  display: block;
  height: 17px;
  position: absolute;
  right: 0;
  top: 0.3em;
  width: 17px;
}
.faq__item-switcher .icon-switcher {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.faq__item-switcher .icon-switcher::before, .faq__item-switcher .icon-switcher::after {
  background-color: #009f3a;
  content: "";
  display: block;
  position: absolute;
}
.faq__item-switcher .icon-switcher::before {
  height: 3px;
  top: calc(50% - 1.5px);
  width: 17px;
}
.faq__item-switcher .icon-switcher::after {
  height: 17px;
  left: calc(50% - 1.5px);
  transition: all 0.3s ease;
  width: 3px;
}

a.accordion-trigger.active dl.faq__item-header .icon-switcher::after {
  opacity: 0;
  transform: rotate(90deg);
}

.accordion-toggle {
  display: none;
  overflow: hidden;
}

dl.faq__item-body {
  display: flex;
  padding: 0 5.333vw 5.333vw;
  text-align: left;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  dl.faq__item-body {
    padding: 0 3.906vw 3.906vw;
  }
}
@media screen and (min-width: 1024px) {
  dl.faq__item-body {
    padding: 0 35px 22px;
  }
}
dl.faq__item-body dt {
  color: #c02;
  font-size: 5.6vw;
  font-weight: 700;
  width: 7vw;
}
@media screen and (min-width: 768px) {
  dl.faq__item-body dt {
    font-size: 3.125vw;
    width: 4.6vw;
  }
}
@media screen and (min-width: 1024px) {
  dl.faq__item-body dt {
    font-size: 28px;
    width: 36px;
  }
}
dl.faq__item-body dd {
  flex: 1;
}
dl.faq__item-body dd p {
  font-size: 3.733vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  dl.faq__item-body dd p {
    font-size: 2.083vw;
  }
}
@media screen and (min-width: 1024px) {
  dl.faq__item-body dd p {
    font-size: 16px;
  }
}

.faq__footer {
  margin: 0 auto;
  width: 85.33%;
}
@media screen and (min-width: 1024px) {
  .faq__footer {
    width: 990px;
  }
}

.faq__footer-inner {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 50px;
  padding: 20px 10px;
}
@media screen and (min-width: 768px) {
  .faq__footer-inner {
    padding: 30px 10px;
  }
}
.faq__footer-inner p {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .faq__footer-inner p {
    font-size: 2.474vw;
  }
}
@media screen and (min-width: 1024px) {
  .faq__footer-inner p {
    font-size: 21px;
  }
}

.bobun-txt {
  font-size: 3.2vw;
  margin: 20px auto 0;
  text-align: right;
  width: 85.33%;
}
@media screen and (min-width: 768px) {
  .bobun-txt {
    font-size: 1.563vw;
  }
}
@media screen and (min-width: 1024px) {
  .bobun-txt {
    font-size: 12px;
    width: 990px;
  }
}

/*
======================================================
  common
--------------------------------------------------- */
.main-contents-wrap {
  font-family: "Noto Sans JP", sans-serif;
}
.main-contents-wrap h1,
.main-contents-wrap h2,
.main-contents-wrap h3 {
  border: none;
  margin: 0;
  padding: 0;
}

img,
picture {
  display: block;
  max-width: 100%;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.super-txt {
  font-size: 60%;
  position: relative;
  top: 0;
  vertical-align: top;
}

.pc-br,
img.pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .pc-br,
  img.pc {
    display: block;
  }
}

.tab-br,
img.tab {
  display: none;
}
@media screen and (min-width: 768px) {
  .tab-br,
  img.tab {
    display: block;
  }
}

.sp-br,
img.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-br,
  img.sp {
    display: none;
  }
}

.green-txt {
  color: #009f3a;
}

.c-ast {
  margin-left: 1em;
  text-indent: -1em;
}

.sp-thin {
  display: inline-block;
  transform: scaleX(0.92);
  transform-origin: top left;
  width: 110%;
}
@media screen and (min-width: 768px) {
  .sp-thin {
    transform: scaleX(1);
    width: auto;
  }
}

/*
======================================================
  floating
--------------------------------------------------- */
#floating__cv {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  bottom: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  position: fixed;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  #floating__cv {
    left: 5%;
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  #floating__cv {
    left: calc(50% - 495px);
    width: 990px;
  }
}

.floating__cv-inner {
  margin: 0 auto;
  padding: 0 0 10px;
  width: 92%;
}
.floating__cv-inner .btn-contact {
  margin-top: 6px;
}

.floating__cv-header {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 4px;
}
.floating__cv-header .floating__cv-label {
  margin-right: 1%;
  margin-top: -20px;
  width: 15%;
}
@media screen and (min-width: 768px) {
  .floating__cv-header .floating__cv-label {
    width: 12%;
  }
}
@media screen and (min-width: 1024px) {
  .floating__cv-header .floating__cv-label {
    width: 62px;
  }
}
.floating__cv-header .floating__cv-lead-sp {
  font-size: 3.733vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .floating__cv-header .floating__cv-lead-sp {
    font-size: 2.734vw;
  }
}
@media screen and (min-width: 1024px) {
  .floating__cv-header .floating__cv-lead-sp {
    display: none;
  }
}
.floating__cv-header .floating__cv-lead-sp strong {
  color: #c02;
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .floating__cv-header .floating__cv-lead-sp strong {
    font-size: 3.385vw;
  }
}
@media screen and (min-width: 1024px) {
  .floating__cv-header .floating__cv-lead-sp strong {
    font-size: 26px;
  }
}
.floating__cv-header .floating__cv-lead-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .floating__cv-header .floating__cv-lead-pc {
    display: block;
    font-weight: 700;
  }
}
.floating__cv-header .floating__cv-lead-pc strong {
  color: #c02;
  font-size: 4.8vw;
}
@media screen and (min-width: 1024px) {
  .floating__cv-header .floating__cv-lead-pc strong {
    font-size: 26px;
  }
}

/*
======================================================
  topicpath
--------------------------------------------------- */
@media screen and (min-width: 1024px) {
  #topicpath_area {
    margin: 0 auto;
    padding: 15px 0 80px;
    width: 990px;
  }
}
@media screen and (max-width: 1023px) {
  #topicpath_area {
    padding: 15px 3%;
  }
}
@media screen and (max-width: 767px) {
  #topicpath_area {
    padding: 15px 2%;
  }
}
#topicpath_area #topicpath {
  margin: 0;
  padding: 0;
}

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