@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
.fv {
  position: relative;
  height: calc(100vh - 200px);
}
@media screen and (max-width: 991px) {
  .fv {
    height: calc(100vh - 100px);
  }
}
@media screen and (max-width: 767px) {
  .fv {
    height: calc(100vh - 170px);
  }
}
.fv .splide,
.fv .splide__track {
  height: 100%;
}
@media screen and (max-width: 1365px) {
  .fv .splide,
  .fv .splide__track {
    height: 100%;
  }
}
.fv .splide__slide img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1365px) {
  .fv .splide__slide img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .fv .splide__slide img {
    object-position: 33% 50%;
  }
}
@media screen and (max-width: 575px) {
  .fv .splide__slide img {
    object-position: 43% 50%;
  }
}

.fv-ttl-wrapper {
  display: flex;
  position: absolute;
  left: 189px;
  gap: 10px;
  bottom: 1.2vw;
  top: 50%;
  transform: translateY(-50%);
  height: fit-content;
}
@media screen and (max-width: 1365px) {
  .fv-ttl-wrapper {
    bottom: -88.7px;
    left: 166px;
  }
}
@media screen and (max-width: 1199px) {
  .fv-ttl-wrapper {
    left: 80px;
  }
}
@media screen and (max-width: 575px) {
  .fv-ttl-wrapper {
    left: 30px;
  }
}

.fv-ttl {
  font-weight: 500;
  font-size: 3.074670571vw;
  writing-mode: vertical-rl;
  background-color: #FFFFFF;
  animation: 0.8s fv-ttl-fade-in linear forwards;
  transform: translateY(30px);
  opacity: 0;
  letter-spacing: 0.09em;
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 8px;
}
@media screen and (max-width: 1365px) {
  .fv-ttl {
    font-size: 37px;
  }
}
@media screen and (max-width: 575px) {
  .fv-ttl {
    font-size: 30px;
  }
}
.fv-ttl:last-of-type {
  animation-delay: 1.8s;
}
.fv-ttl:first-of-type {
  animation-delay: 1.9s;
}

@keyframes fv-ttl-fade-in {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fv-cta-btn-wrapper {
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 182px;
}
@media screen and (max-width: 575px) {
  .fv-cta-btn-wrapper {
    width: 162px;
  }
}

.fv-cta-btn {
  background-color: #3AB49B;
  color: #FFFFFF;
  padding: 21px 2px 21px 24px;
  display: block;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 575px) {
  .fv-cta-btn {
    padding: 16px 2px 16px 14px;
  }
}
.fv-cta-btn:hover {
  opacity: 1;
}
.fv-cta-btn:hover span::before {
  transform: translate(10px, -50%);
}
.fv-cta-btn span {
  position: relative;
  padding-right: 39px;
}
@media screen and (max-width: 575px) {
  .fv-cta-btn span {
    padding-right: 30px;
  }
}
.fv-cta-btn span::before {
  content: "";
  width: 32px;
  height: 12px;
  background: url(../img/common/icon-arrow-right.svg) no-repeat center center/contain;
  position: absolute;
  top: 58%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .fv-cta-btn span::before {
    width: 21px;
    height: 9px;
  }
}

.sec-features {
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .sec-features {
    padding-top: 50px;
  }
}

.features-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
}

.features-list-item {
  position: relative;
  width: 85.87%;
}
@media screen and (max-width: 1365px) {
  .features-list-item {
    width: 92%;
  }
}
@media screen and (max-width: 1199px) {
  .features-list-item {
    width: 94%;
  }
}
@media screen and (max-width: 991px) {
  .features-list-item {
    width: 85%;
  }
}
.features-list-item:first-of-type::before {
  background: url(../img/home/feature1.jpg) no-repeat center center/cover;
}
.features-list-item:first-of-type .features-list-item__ttl::before {
  content: "01";
  left: -51px;
}
@media screen and (max-width: 767px) {
  .features-list-item:first-of-type .features-list-item__ttl::before {
    left: -40px;
  }
}
@media screen and (max-width: 575px) {
  .features-list-item:first-of-type .features-list-item__ttl::before {
    left: 0;
  }
}
.features-list-item:nth-of-type(2) {
  padding-bottom: 22px;
}
@media screen and (max-width: 991px) {
  .features-list-item:nth-of-type(2) {
    padding-bottom: 0;
  }
}
.features-list-item:nth-of-type(2)::before {
  background: url(../img/home/feature2.jpg) no-repeat center center/cover;
}
.features-list-item:nth-of-type(2) .features-list-item__ttl::before {
  content: "02";
  left: -103px;
}
@media screen and (max-width: 1199px) {
  .features-list-item:nth-of-type(2) .features-list-item__ttl::before {
    left: -78px;
  }
}
@media screen and (max-width: 991px) {
  .features-list-item:nth-of-type(2) .features-list-item__ttl::before {
    left: -51px;
  }
}
@media screen and (max-width: 767px) {
  .features-list-item:nth-of-type(2) .features-list-item__ttl::before {
    left: -40px;
  }
}
@media screen and (max-width: 575px) {
  .features-list-item:nth-of-type(2) .features-list-item__ttl::before {
    left: 0;
  }
}
.features-list-item:nth-of-type(3) {
  padding-bottom: 81px;
}
@media screen and (max-width: 991px) {
  .features-list-item:nth-of-type(3) {
    padding-bottom: 0;
  }
}
.features-list-item:nth-of-type(3)::before {
  background: url(../img/home/feature3.jpg) no-repeat center center/cover;
}
.features-list-item:nth-of-type(3) .features-list-item__ttl::before {
  content: "03";
  left: -53px;
}
@media screen and (max-width: 991px) {
  .features-list-item:nth-of-type(3) .features-list-item__ttl::before {
    left: -51px;
  }
}
@media screen and (max-width: 767px) {
  .features-list-item:nth-of-type(3) .features-list-item__ttl::before {
    left: -40px;
  }
}
@media screen and (max-width: 575px) {
  .features-list-item:nth-of-type(3) .features-list-item__ttl::before {
    left: 0;
  }
}
.features-list-item:nth-of-type(4) {
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .features-list-item:nth-of-type(4) {
    padding-bottom: 0;
  }
}
.features-list-item:nth-of-type(4)::before {
  background: url(../img/home/feature4.jpg) no-repeat center center/cover;
}
.features-list-item:nth-of-type(4) .features-list-item__ttl::before {
  content: "04";
  left: -105px;
}
@media screen and (max-width: 1199px) {
  .features-list-item:nth-of-type(4) .features-list-item__ttl::before {
    left: -78px;
  }
}
@media screen and (max-width: 991px) {
  .features-list-item:nth-of-type(4) .features-list-item__ttl::before {
    left: -51px;
  }
}
@media screen and (max-width: 767px) {
  .features-list-item:nth-of-type(4) .features-list-item__ttl::before {
    left: -40px;
  }
}
@media screen and (max-width: 575px) {
  .features-list-item:nth-of-type(4) .features-list-item__ttl::before {
    left: 0;
  }
}
.features-list-item:nth-of-type(5) {
  padding-bottom: 112px;
}
@media screen and (max-width: 991px) {
  .features-list-item:nth-of-type(5) {
    padding-bottom: 0;
  }
}
.features-list-item:nth-of-type(5)::before {
  background: url(../img/home/feature5.jpg) no-repeat center center/cover;
}
.features-list-item:nth-of-type(5) .features-list-item__ttl::before {
  content: "05";
  left: -52px;
}
@media screen and (max-width: 991px) {
  .features-list-item:nth-of-type(5) .features-list-item__ttl::before {
    left: -51px;
  }
}
@media screen and (max-width: 767px) {
  .features-list-item:nth-of-type(5) .features-list-item__ttl::before {
    left: -40px;
  }
}
@media screen and (max-width: 575px) {
  .features-list-item:nth-of-type(5) .features-list-item__ttl::before {
    left: 0;
  }
}
.features-list-item:nth-of-type(6) {
  padding-bottom: 41px;
}
@media screen and (max-width: 991px) {
  .features-list-item:nth-of-type(6) {
    padding-bottom: 0;
  }
}
.features-list-item:nth-of-type(6)::before {
  background: url(../img/home/feature6.jpg) no-repeat center center/cover;
}
.features-list-item:nth-of-type(6) .features-list-item__ttl::before {
  content: "06";
  left: -104px;
}
@media screen and (max-width: 1199px) {
  .features-list-item:nth-of-type(6) .features-list-item__ttl::before {
    left: -78px;
  }
}
@media screen and (max-width: 991px) {
  .features-list-item:nth-of-type(6) .features-list-item__ttl::before {
    left: -51px;
  }
}
@media screen and (max-width: 767px) {
  .features-list-item:nth-of-type(6) .features-list-item__ttl::before {
    left: -40px;
  }
}
@media screen and (max-width: 575px) {
  .features-list-item:nth-of-type(6) .features-list-item__ttl::before {
    left: 0;
  }
}
.features-list-item:nth-of-type(7)::before {
  background: url(../img/home/feature7.jpg) no-repeat center center/cover;
}
.features-list-item:nth-of-type(7) .features-list-item__ttl::before {
  content: "07";
  left: -52px;
}
@media screen and (max-width: 991px) {
  .features-list-item:nth-of-type(7) .features-list-item__ttl::before {
    left: -51px;
  }
}
@media screen and (max-width: 767px) {
  .features-list-item:nth-of-type(7) .features-list-item__ttl::before {
    left: -40px;
  }
}
@media screen and (max-width: 575px) {
  .features-list-item:nth-of-type(7) .features-list-item__ttl::before {
    left: 0;
  }
}
.features-list-item:nth-of-type(odd) {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .features-list-item:nth-of-type(odd) {
    margin: 0 auto;
  }
}
.features-list-item:nth-of-type(odd)::before {
  right: 0;
}
.features-list-item:nth-of-type(even) {
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .features-list-item:nth-of-type(even) {
    margin: 0 auto;
  }
}
.features-list-item:nth-of-type(even)::before {
  left: 0;
}
.features-list-item:nth-of-type(even) .features-list-item-inner {
  flex-direction: row-reverse;
}
.features-list-item:nth-of-type(even) .features-list-item-txt-wrapper {
  margin-left: auto;
}

.features-list-item-inner {
  display: flex;
  margin-left: -25px;
  margin-right: -25px;
}

.features-list-item-txt-wrapper {
  width: 42%;
  padding: 60px 25px 0;
}
@media screen and (max-width: 991px) {
  .features-list-item-txt-wrapper {
    width: 100%;
  }
}

.features-list-item__ttl {
  line-height: 1.3888888889;
  font-size: 36px;
  font-weight: 500;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 31px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .features-list-item__ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .features-list-item__ttl {
    font-size: 25px;
  }
}
.features-list-item__ttl::before {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 180px;
  font-weight: 600;
  color: rgba(58, 180, 155, 0.1);
  position: absolute;
  top: -150px;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .features-list-item__ttl::before {
    font-size: 150px;
    top: -125px;
  }
}
@media screen and (max-width: 767px) {
  .features-list-item__ttl::before {
    font-size: 125px;
  }
}
@media screen and (max-width: 767px) {
  .features-list-item__ttl::before {
    top: -106px;
  }
}

.features-list-item__img {
  padding: 0 25px;
  width: 58%;
}
@media screen and (max-width: 991px) {
  .features-list-item__img {
    padding: 0;
    width: 100%;
    margin-bottom: 31px;
  }
}
.features-list-item__img img {
  width: 100%;
  box-shadow: 10px 10px 0 #E3F8F3;
}

.sec-voice {
  background-color: #F2F9F9;
  padding-top: 140px;
  padding-bottom: 110px;
}

.voice-wrapper {
  margin-top: 49px;
}

.voice-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -17.5px;
  margin-right: -17.5px;
}
@media screen and (max-width: 991px) {
  .voice-list {
    row-gap: 35px;
  }
}
@media screen and (max-width: 575px) {
  .voice-list {
    margin-left: 0;
    margin-right: 0;
  }
}

.voice-list-item {
  width: 33.3333333%;
  padding: 0 17.5px;
}
@media screen and (max-width: 991px) {
  .voice-list-item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .voice-list-item {
    width: 100%;
    padding: 0;
  }
}
.voice-list-item:first-of-type {
  animation-delay: 0s;
}
.voice-list-item:nth-of-type(2) {
  animation-delay: 0.3s;
}
@media screen and (max-width: 575px) {
  .voice-list-item:nth-of-type(2) {
    animation-delay: 0s;
  }
}
.voice-list-item:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 991px) {
  .voice-list-item:nth-of-type(3) {
    animation-delay: 0s;
  }
}

.voice-list-item-inner {
  background-color: #FFFFFF;
  padding: 30px 18px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  height: 100%;
}

.voice-list-item__img {
  text-align: center;
}

.voice-list-item__ttl {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
  line-height: 1.4736842105;
  margin-top: 16px;
  margin-bottom: 9px;
}

.voice-list-item__info {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 1.4666666667;
  color: #24A288;
  position: relative;
  padding-bottom: 17.5px;
}
.voice-list-item__info::before {
  content: "";
  width: 90%;
  height: 1px;
  background: linear-gradient(to right, #D9D9D9 6px, transparent 6px);
  background-size: 12px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}

.voice-list-item__txt {
  padding-top: 10px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  font-size: 15px;
}

.sec-supporter {
  padding-top: 21.9619326501vw;
  padding-bottom: 80px;
  position: relative;
}
.sec-supporter::before {
  content: "";
  width: 100%;
  height: 40.2635431918vw;
  background: url(../img/home/supporter-bg.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.supporter-wrapper {
  background-color: #FFFFFF;
  padding: 46px 50px 20px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .supporter-wrapper {
    padding: 23px 25px 10px;
  }
}

.supporter__ttl {
  font-size: 32px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 25px;
}

.supporter__txt1,
.supporter__txt2,
.supporter__txt3 {
  text-align: center;
}

.supporter__txt1 {
  margin-bottom: 29px;
}

.supporter__txt2 {
  color: #24A288;
  font-size: 24px;
  position: relative;
  width: fit-content;
  margin: 0 auto 25px;
}
.supporter__txt2::before {
  content: "";
  width: 100%;
  height: 7px;
  background: url(../img/home/supporter-underline.svg) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec-price {
  background-color: #F2F9F9;
  padding-top: 139px;
  padding-bottom: 100px;
}

.monthly-wrapper,
.temporary-wrapper {
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding-top: 38px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .monthly-wrapper,
  .temporary-wrapper {
    padding-top: 19px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.monthly-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 53px;
}
@media screen and (max-width: 767px) {
  .monthly-wrapper {
    padding-bottom: 25px;
  }
}

.temporary-wrapper {
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .temporary-wrapper {
    padding-bottom: 22.5px;
  }
}
.temporary-wrapper .price__ttl {
  margin-bottom: 10px;
}
.temporary-wrapper .pay-method-txt {
  font-size: 14px;
  text-align: center;
  margin-bottom: 18px;
}
.temporary-wrapper .pay-method-txt img {
  width: 120px;
  margin-right: 4px;
}

.price__ttl {
  font-size: 24px;
  color: #24A288;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}

.price-detail__ttl {
  font-size: 18px;
  color: #24A288;
  text-align: center;
}
.price-detail__ttl .small-txt {
  font-size: 14px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.price-dl-wrapper dl {
  border-top: 1px solid #EEEEEE;
  padding: 12px 8px 15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .price-dl-wrapper dl {
    flex-wrap: wrap;
  }
}
.price-dl-wrapper dl:last-of-type {
  border-bottom: 1px solid #EEEEEE;
}
.price-dl-wrapper dl dt,
.price-dl-wrapper dl dd {
  font-size: 15px;
}
.price-dl-wrapper dl dt {
  width: 80px;
  text-align: right;
}
@media screen and (max-width: 575px) {
  .price-dl-wrapper dl dt {
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
  }
}
.price-dl-wrapper dl dd {
  width: calc(100% - 80px);
  padding-left: 29px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  line-height: 1.4666666667;
}
@media screen and (max-width: 575px) {
  .price-dl-wrapper dl dd {
    width: 100%;
    padding-left: 0;
  }
}
.price-dl-wrapper dl dd .small-txt {
  font-size: 13px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 991px) {
  .price-detail-dl-wrapper {
    max-width: 438px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .price-detail-dl-wrapper {
    max-width: 330px;
  }
}
.price-detail-dl-wrapper .price-detail-dl-inner {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 991px) {
  .price-detail-dl-wrapper .price-detail-dl-inner {
    flex-wrap: wrap;
    row-gap: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
.price-detail-dl-wrapper dl {
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .price-detail-dl-wrapper dl {
    width: 100%;
    padding: 0;
  }
}
.price-detail-dl-wrapper dl dt {
  color: #24A288;
  font-size: 18px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  line-height: 1.4;
  padding: 10px 10px 8px;
}
.price-detail-dl-wrapper dl dt .small-txt {
  font-size: 14px;
  display: block;
}
.price-detail-dl-wrapper dl dd {
  border: 4px solid #24A288;
  border-radius: 10px;
  position: relative;
  font-size: 20px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px 10px;
}
.price-detail-dl-wrapper dl dd .yen {
  font-size: 15px;
}
.price-detail-dl-wrapper dl dd .small-txt {
  font-size: 15px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.monthly-wrapper .price-detail__ttl {
  margin-top: 28px;
  margin-bottom: 10px;
}

.price-detail-table-wrapper {
  margin-top: 32px;
}

.price-detail-table table {
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .price-detail-table table {
    min-width: 239px;
  }
}
.price-detail-table table th {
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
}
.price-detail-table table td {
  font-size: 20px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border-right: 1px solid #24A288;
  border-bottom: 1px solid #24A288;
  text-align: center;
  vertical-align: middle;
}
.price-detail-table thead th:not(:first-of-type) {
  background-color: #3AB49B;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  padding: 9.3px 0;
  border-top: 1px solid #24A288;
  border-bottom: 1px solid #24A288;
  border-left: 1px solid #24A288;
  width: 110px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .price-detail-table thead th:not(:first-of-type) {
    min-width: 110px;
  }
}
.price-detail-table thead th:last-of-type {
  border-right: 1px solid #24A288;
}
.price-detail-table thead th .small-txt {
  font-size: 14px;
}
.price-detail-table tbody th {
  background-color: #3AB49B;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding: 19px 0 18px;
  border-top: 1px solid #24A288;
  border-left: 1px solid #24A288;
  border-right: 1px solid #24A288;
  width: 210px;
}
@media screen and (max-width: 767px) {
  .price-detail-table tbody th {
    min-width: 210px;
  }
}
.price-detail-table tbody th:last-of-type {
  border-bottom: 1px solid #24A288;
}

.price-detail-dl dl {
  display: flex;
}
.price-detail-dl dl:first-of-type {
  margin-top: 9px;
}
.price-detail-dl dl:last-of-type dd {
  border-bottom: 1px solid #24A288;
}
.price-detail-dl dl dt {
  color: #FFFFFF;
  background-color: #3AB49B;
  font-size: 18px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  border-top: 1px solid #24A288;
  border-left: 1px solid #24A288;
  border-right: 1px solid #24A288;
  padding: 19.1px 10px;
  width: 210px;
}
.price-detail-dl dl dt:last-of-type {
  border-bottom: 1px solid #24A288;
}
.price-detail-dl dl dd {
  font-size: 20px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border-top: 1px solid #24A288;
  border-right: 1px solid #24A288;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-detail-table-inner {
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (max-width: 991px) {
  .price-detail-table-inner {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
    row-gap: 40px;
  }
}

.price-detail-table,
.price-detail-dl {
  padding: 0 12px;
}
@media screen and (max-width: 991px) {
  .price-detail-table,
  .price-detail-dl {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .price-detail-table {
    overflow-x: scroll;
  }
}

.has-car-icon {
  position: relative;
}

.has-double-small-car::before, .has-double-small-car::after {
  content: "";
}
.has-double-small-car::before {
  width: 42px;
  height: 30px;
  background: url(../img/common/icon-small-car1.svg) no-repeat center center/contain;
  position: absolute;
  top: -33px;
  right: 56px;
}
.has-double-small-car::after {
  width: 52px;
  height: 34px;
  background: url(../img/common/icon-small-car2.svg) no-repeat center center/contain;
  position: absolute;
  top: -37px;
  right: 0;
}

.has-single-big-car::before {
  content: "";
  width: 53px;
  height: 40px;
  background: url(../img/common/icon-big-car1.svg) no-repeat center center/contain;
  position: absolute;
  top: -43px;
  right: 0;
}

.has-single-small-car1::before {
  content: "";
  width: 42px;
  height: 30px;
  background: url(../img/common/icon-small-car1.svg) no-repeat center center/contain;
  position: absolute;
  top: -33px;
  right: 0;
}

.has-single-small-car2::before {
  content: "";
  width: 52px;
  height: 34px;
  background: url(../img/common/icon-small-car2.svg) no-repeat center center/contain;
  position: absolute;
  top: -37px;
  right: 0;
}

.has-single-moto::before {
  content: "";
  width: 43px;
  height: 30px;
  background: url(../img/common/icon-moto1.svg) no-repeat center center/contain;
  position: absolute;
  top: -33px;
  right: 0;
}

.price-detail-ttl {
  font-size: 18px;
  color: #24A288;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 30px;
}
.price-detail-ttl .small-txt {
  font-size: 15px;
}

.price-detail-wrapper {
  margin-top: 60px;
}

.price-detail-inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 991px) {
  .price-detail-inner {
    margin-left: 0;
    margin-right: 0;
    row-gap: 80px;
  }
}

.price-detail--car,
.price-detail--moto {
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .price-detail--car,
  .price-detail--moto {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .price-detail--car,
  .price-detail--moto {
    max-width: 438px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .price-detail--car,
  .price-detail--moto {
    max-width: 330px;
  }
}

.price-detail-car-inner {
  display: flex;
  flex-wrap: wrap;
  row-gap: 45px;
}

.small-car1-wrapper,
.small-car2-wrapper,
.big-car-wrapper {
  width: 100%;
}

.type-of-car {
  color: #24A288;
  font-size: 18px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.type-of-car-inner {
  border: 4px solid #24A288;
  border-radius: 10px;
  margin-bottom: 6px;
  padding: 25px 40px;
}
@media screen and (max-width: 575px) {
  .type-of-car-inner {
    padding: 20px;
  }
}
.type-of-car-inner dl {
  position: relative;
  display: flex;
  align-items: center;
}
.type-of-car-inner dl:not(:first-of-type) {
  padding-top: 15px;
}
.type-of-car-inner dl:not(:last-of-type) {
  padding-bottom: 15px;
}
.type-of-car-inner dl:not(:last-of-type)::before {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #D9D9D9 6px, transparent 6px);
  background-size: 12px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.type-of-car-inner dl dt {
  font-size: 15px;
  font-weight: 400;
  width: 145px;
}
@media screen and (max-width: 575px) {
  .type-of-car-inner dl dt {
    width: 90px;
  }
}
.type-of-car-inner dl dd {
  font-size: 20px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  width: calc(100% - 145px);
  padding-left: 82px;
  text-align: right;
}
@media screen and (max-width: 1199px) {
  .type-of-car-inner dl dd {
    padding-left: 59px;
  }
}
@media screen and (max-width: 575px) {
  .type-of-car-inner dl dd {
    width: calc(100% - 90px);
  }
}
.type-of-car-inner dl dd .yen {
  font-size: 15px;
}

.sec-reason {
  padding-top: 140px;
  padding-bottom: 106px;
}

.reason-list-wrapper {
  margin-top: 69px;
}

.reason-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-right: -18px;
  justify-content: center;
  row-gap: 73px;
}
@media screen and (max-width: 575px) {
  .reason-list {
    margin-left: 0;
    margin-right: 0;
  }
}

.reason-list-item {
  width: 33.3333333%;
  padding: 0 18px;
}
@media screen and (max-width: 991px) {
  .reason-list-item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .reason-list-item {
    width: 100%;
    padding: 0;
  }
}
.reason-list-item:first-of-type {
  animation-delay: 0;
}
.reason-list-item:first-of-type .reason-list-item__ttl::before {
  content: "01";
}
.reason-list-item:nth-of-type(2) {
  animation-delay: 0.3s;
}
@media screen and (max-width: 575px) {
  .reason-list-item:nth-of-type(2) {
    animation-delay: 0;
  }
}
.reason-list-item:nth-of-type(2) .reason-list-item__ttl::before {
  content: "02";
}
.reason-list-item:nth-of-type(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 991px) {
  .reason-list-item:nth-of-type(3) {
    animation-delay: 0s;
  }
}
.reason-list-item:nth-of-type(3) .reason-list-item__ttl::before {
  content: "03";
}
.reason-list-item:nth-of-type(4) {
  animation-delay: 0;
}
@media screen and (max-width: 991px) {
  .reason-list-item:nth-of-type(4) {
    animation-delay: 0.3s;
  }
}
@media screen and (max-width: 575px) {
  .reason-list-item:nth-of-type(4) {
    animation-delay: 0;
  }
}
.reason-list-item:nth-of-type(4) .reason-list-item__ttl::before {
  content: "04";
}
.reason-list-item:nth-of-type(5) {
  animation-delay: 0.3s;
}
@media screen and (max-width: 991px) {
  .reason-list-item:nth-of-type(5) {
    animation-delay: 0s;
  }
}
.reason-list-item:nth-of-type(5) .reason-list-item__ttl::before {
  content: "05";
}

.reason-list-item__ttl {
  font-size: 28px;
  letter-spacing: 0.05em;
  color: #24A288;
  margin-bottom: 26px;
  position: relative;
  padding-left: 78px;
}
@media screen and (max-width: 1199px) {
  .reason-list-item__ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .reason-list-item__ttl {
    padding-left: 0;
    margin-bottom: 14px;
  }
}
.reason-list-item__ttl::before {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 90px;
  font-weight: 600;
  color: rgba(58, 180, 155, 0.1);
  position: absolute;
  top: -59px;
  left: 0;
}
@media screen and (max-width: 1199px) {
  .reason-list-item__ttl::before {
    font-size: 80px;
    top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .reason-list-item__ttl::before {
    top: -58px;
  }
}/*# sourceMappingURL=style-home.css.map */