@charset "utf-8";

.service_section{
  margin: 0 5.3333333333vw 50px;
  padding: 6.6666666667vw 5.3333333333vw;
  background-color: #F8F4ED;
  background-image: url(/media/export/cms2.0//mpp/250425/texture-sp.png);
  background-repeat: no-repeat;
  background-size: 36vw;
  background-position: right top;
  text-align: center;
  border-radius: calc(clamp(0px, 4.2666666667vw, 43.648px) * 1);
}

.service_tag {
  font-feature-settings: 'palt';
  font-size: 2.93333vw;
  font-weight: 700;
  letter-spacing: 0;
  padding: 1.1vw 3.4vw;
  background-color: #ADDEB7;
  display: inline-block;
  margin: 0;
}

.service_ttl {
  font-size: 5.33333vw;
  margin: 0;
  font-weight: 700;
  padding-top: 2.4vw;
  line-height: 1.5;
}


.service_period{
  margin-top: 5.1vw;
  letter-spacing: .5px;
  margin-bottom: 3.1vw;
  font-size: 2.66666667vw;
  display: inline-block;
}
.service_period span {
  white-space: nowrap;
  border: 1px solid #1a1a1a;
  padding: calc(clamp(0px, 1.0666666666666667vw, 4px) * 1) calc(clamp(0px, 2.1333333333333333vw, 8px) * 1);
}
.service_period_txt{
  font-feature-settings: 'palt';
    font-size: 2.933333vw;
    margin-bottom: 5.8vw;
    line-height: 1.7;
    text-align: left;
    letter-spacing: 1px;
}
.fd_img {
  width: 78.666666vw;
}
.service_txt {
  font-feature-settings: 'palt';
  font-size: 3.46666vw;
  margin-bottom: clamp(0.688rem, 0.402rem + 0.446vi, 0.938rem);
  margin-top: clamp(0.5rem, 0.071rem + 0.67vi, 0.875rem);
  padding-top: 2vw;
  line-height: 1.7;
  text-align: left;
  letter-spacing: 1px;
}
.service_cta {
  background-color: #1a1a1a;
  width: 78.93333vw;
  height: 12vw;
  margin: 6vw auto 0;
}

.service_cta a {
  font-size: 3.46666vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
}

.service_contents ul {
  margin: 0 auto;
  display: inline-block;
  padding-top: 4.2vw;
}

.service_contents li {
  display: inline;
  font-size: calc(clamp(0px, 2.6666666667vw, 27.28px) * 1);
  line-height: 1.5;
  margin: 0;
  color: #999999;
}


/* アコーディオン */
.fd_accordion_wrapper {
  margin: 0 auto;
  padding-top: 8.4vw;
}

.acd_contents {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
}

.accordion_inner {
  color: #1a1a1a;
  background-color: #ADDDB7;
  position: relative;
  height: 100%;
}

.acd-check {
  display: none;
}

.acd-check:checked~.acd_contents {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.acd-label {
  height: 10.6666666vw;
  color: #1a1a1a;
  background-color: #ADDDB7;
  position: relative;
  font-size: 4.26666vw;
  font-weight: bold;
  display: grid
;
  place-content: center;
}

.acd-label::before {
  content: "";
  position: absolute;
  right: 6vw;
  background-color: #1a1a1a;
  transition: all 0.3s;
  top: calc(50% - 0.5em);
  width: 1px;
  height: 4.5vw;
  top: 28%;
}

.acd-label::after {
  content: "";
  position: absolute;
  right: 6vw;
  background-color: #1a1a1a;
  transition: all 0.3s;
  top: calc(50% - 0.5em);
  transform: rotate(90deg);
  width: 1px;
  height: 4.5vw;
  top: 28%;
}

.acd-check:checked+.acd-label::before {
  opacity: 0;
}



.acd-content_inner {
  border: none;
  background-color: #fff;
  padding-block: 8.53333vw;
  padding-inline: 5.3333333333vw;
}

.howto_list {
  border-bottom: 2px solid rgba(173, 221, 183, 0.4);
}

.howto_list li {
  padding-bottom: 8.53333vw;
}

.howto_number {
  text-align: center;
  font-size: 4.53333vw;
  margin-top: 0;
  margin-bottom: 5.2vw;
  font-family: 'CliniqueHelveticaNeueRegula', 'Helvetica' !important;
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
}

.howto_number::before {
  background-color: #ADDDB7;
  bottom: -5px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 5vw;
}

.howto_text {
  font-weight: 400;
  line-height: 1.7;
  font-size: 3.46666vw;
  text-align: left;
}

.howto_inquiry {
  margin-top: 6.4vw;
  font-size: 3.2vw;
  line-height: 1.7;
}

.inquiry {
  font-weight: 700;
  display: block;
  font-size: 3.46666vw;
  padding-bottom: 2vw;
}