@charset "UTF-8";

.inner {
  max-width: 112rem;
  margin: 0 auto;
}
.contents {
  max-width: 56rem;
  margin: -7.4rem 0 18.9rem auto;
}
.intro_title {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: .12em;
  font-weight: 500;
}
.intro_text {
  margin-top: 2rem;
  font-size: 1.3rem;
  letter-spacing: .12em;
  line-height: 2.46;
  max-width: 69.6rem;
}
.intro .footer_contact_btn {
  margin-top: 2.4rem !important;
}
.intro .footer_contact_btn a, .footer_contact_btn_border {
  background: transparent;
  border: .1rem solid #5D9277;;
}
.intro .footer_contact_btn a img[src$="line-green.svg"] {
    width: 2.6rem;
    margin-left: -1rem;
}

@media only screen and (max-width: 768px) {
  .contents {
    margin: 10.6rem auto .4rem;
    max-width: 33rem;
  }
  .intro_title {
    font-size: 2.6rem;
  }
  .intro_text {
  font-size: 1.2rem;
  line-height: 2.66;
  letter-spacing: .08em;
  margin-bottom: 1.4rem;
  margin-top: 1.3rem;
  }
  .intro .footer_contact_btn {
    width: 33rem;
  }
}

.faq {
  padding-top: 10rem;
  padding-bottom: 20rem;
  position: relative;
}
.faq-list {
  background-color: #EDE8DE;
  max-width: 112rem;
  margin: 0 auto;
  padding: 6.2rem 10rem;
  margin-top: -19rem;
  z-index: 1;
  position: relative;
}
.faq-list li + li {
  margin-top: 1rem;
}
.faq-list dt {
  display: flex;
  column-gap: 1.8rem;
  font-size: 1.6rem;
  letter-spacing: .14em;
  padding-block: 2.1rem 2rem;
  cursor: pointer;
  transition: all 0.3s;
  padding-right: 4.4rem;
  border-bottom: .1rem solid #BBB8B2;
}
.faq-list dt::before {
  content: "";
  width: 1.2rem;
  height: 1.4rem;
  background-image: url(../../img/faq/icon_q.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0.1rem;
  margin-top: .5rem;
}
.faq-list dt::after {
  content: "";
    background-image: url(../../img/faq/icon-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.1rem;
    height: 1.4rem;
    position: absolute;
    right: 0;
    top: 2.5rem;
    transition: all 0.3s;
}
.faq-list dt.is-open::after {
  rotate: -180deg;
}
.faq-list dd {
  font-size: 1.3rem;
  letter-spacing: .12em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  display: none;
}
@media only screen and (max-width: 768px) {
  .faq {
    padding-top: 5.4rem;
    padding-bottom: 10rem;
  }
  .faq-list {
    margin-top: 0;
    width: 100%;
    max-width: 36rem;
    margin-inline: auto;
    padding: 0 2rem 6rem;
  }
  .faq-list dt {
    font-size: 1.4rem;
    padding-right: 3.4rem;
    line-height: 2;
    padding-block: 3.1rem 1rem;
  }
  .faq-list dt::before {
    width: 2.2rem;
    height: 2.4rem;
  }
  .faq-list dt::after {
    top: 3.8rem;
    right: 1.4rem;
  }
  .faq-list dd {
    padding-left: 3rem;
    padding-top: 1rem;
  }
  .faq-list li + li {
    margin-top: 0;
  }
  .faq-list li:not(:first-child) dt {
    padding-block: 2.6rem 1rem;
  }
  .faq-list li:not(:first-child) dt::after {
    top: 3.2rem;
  }
}