/*************************************************

faq-common

*************************************************/
.faq-common-blow01 {
  max-width: 40rem;
}
@media screen and (max-width: 767px) {
  .faq-common-blow01 {
    max-width: 24.5rem;
  }
}

.faq-common-section {
  padding: 7rem 0;
}
@media screen and (max-width: 767px) {
  .faq-common-section {
    padding: 5.5rem 0;
  }
}
.faq-common-section .parts-accordion01-head__title-text .in-cap01 {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .faq-common-section .parts-accordion01-head__title-text .in-cap01 {
    display: inline;
    font-size: 1.2rem;
  }
}
.faq-common-section .parts-accordion01-body a {
  color: #000000;
}
.faq-common-section .parts-accordion01-body figure {
  line-height: 0;
}
.faq-common-section .parts-accordion01-body .in-small14 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .faq-common-section .parts-accordion01-body .in-small14 {
    font-size: 1.2rem;
  }
}
.faq-common-section .parts-accordion01-body .in-color-title {
  padding: 0.7rem 2rem 0.8rem;
  font-weight: 700;
  background-color: #fde78b;
  line-height: 1.5;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .faq-common-section .parts-accordion01-body .in-color-title {
    padding: 0.5rem 1.7rem 0.6rem;
  }
}
.faq-common-section .parts-accordion01-body__inner {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .faq-common-section .parts-accordion01-body__inner {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 374px) {
  .faq-common-section .parts-accordion01-body__inner {
    font-size: 1.3rem;
  }
}
.faq-common-section .parts-accordion01-body__inner .in-link {
  color: #039;
}
.faq-common-section .parts-accordion01-body__inner .in-underline {
  text-decoration: underline;
}
.faq-common-section .parts-accordion01-body__inner strong {
  color: #d94567;
}
.faq-common-section .parts-accordion01-body__inner .color-black {
  color: #000000;
}

.parts-accordion01.is-gap50 {
  margin-top: 3.25rem;
}

/*************************************************

faq-fixedarea

*************************************************/
.faq-fixedarea {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.faq-fixedarea-head__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 10rem;
  list-style: none;
  cursor: pointer;
  background-color: #fde78b;
  border-top: #000 solid 0.2rem;
}
@media screen and (max-width: 767px) {
  .faq-fixedarea-head__title {
    min-height: 5.6rem;
    border-width: 0.1rem;
  }
}
.faq-fixedarea-head__title::-webkit-details-marker {
  display: none;
}

.faq-fixedarea-head__title-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.faq-fixedarea-head__title-letters {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
  width: 100%;
  padding-bottom: 1rem;
}
.faq-fixedarea-head__title-letters::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  width: 23rem;
  height: 0.3rem;
  background: url(../images/faq/border.png) repeat-x left center/auto 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .faq-fixedarea-head__title-letters::before {
    width: 14.5rem;
    height: 0.2rem;
  }
}

.faq-fixedarea-head__title-letters-text {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .faq-fixedarea-head__title-letters-text {
    font-size: 1.8rem;
  }
}

.faq-fixedarea-head__title-letters-lens {
  width: 2.7rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .faq-fixedarea-head__title-letters-lens {
    width: 1.8rem;
  }
}

.faq-fixedarea-head__title--toggle {
  position: absolute;
  right: 2.5rem;
  top: 0;
  display: block;
  width: 2.8rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .faq-fixedarea-head__title--toggle {
    right: 2rem;
    width: 1.8rem;
  }
}
.faq-fixedarea-head__title--toggle::before, .faq-fixedarea-head__title--toggle::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 0.3rem;
  margin-top: -0.1rem;
  background-color: #000000;
  border-radius: 0.2rem;
}
@media screen and (max-width: 767px) {
  .faq-fixedarea-head__title--toggle::before, .faq-fixedarea-head__title--toggle::after {
    height: 0.2rem;
  }
}
.faq-fixedarea-head__title--toggle::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
[open] .faq-fixedarea-head__title--toggle::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq-fixedarea-body {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.2s ease-out;
  transition: grid-template-rows 0.2s ease-out;
  transition: grid-template-rows 0.2s ease-out, -ms-grid-rows 0.2s ease-out;
}
[open] + .faq-fixedarea-body {
  grid-template-rows: 1fr;
}
.faq-fixedarea-body .parts-asnchors {
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .faq-fixedarea-body .parts-asnchors {
    gap: 1rem;
  }
}
.faq-fixedarea-body .parts-asnchors__btn {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq-fixedarea-body .parts-asnchors__btn {
    width: calc(50% - 0.5rem);
    padding: 0;
  }
}
@media screen and (max-width: 374px) {
  .faq-fixedarea-body .parts-asnchors__btn {
    min-height: 5rem;
  }
}
@media screen and (max-width: 374px) {
  .faq-fixedarea-body .parts-asnchors__btn-text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .faq-fixedarea-body .parts-asnchors__btn-arw {
    width: 1.2rem;
    right: 1.5rem;
  }
}
@media screen and (max-width: 374px) {
  .faq-fixedarea-body .parts-asnchors__btn-arw {
    right: 1rem;
  }
}

.faq-fixedarea-body__ajust {
  overflow: hidden;
}

.faq-fixedarea-body__inner {
  padding: 3rem 0 4rem;
  font-weight: 500;
  line-height: 1.6;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .faq-fixedarea-body__inner {
    padding: 2rem 0;
    font-size: 1.4rem;
  }
}

/*************************************************

faq-mv

*************************************************/
.faq-mv {
  overflow: hidden;
  background-color: #f9f5ee;
}

.faq-mv-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 19.5rem;
}
@media screen and (max-width: 767px) {
  .faq-mv-inner {
    min-height: 8.5rem;
  }
}

.faq-mv-title {
  padding-bottom: 2rem;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .faq-mv-title {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .faq-mv-title {
    font-size: 2.4rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 374px) {
  .faq-mv-title {
    font-size: 2rem;
  }
}

.faq-mv-img {
  position: absolute;
  bottom: 0;
  line-height: 0;
}
.faq-mv-img.is-01 {
  right: calc(50% + 32rem);
  width: 13.1rem;
}
@media screen and (max-width: 992px) {
  .faq-mv-img.is-01 {
    right: auto;
    left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .faq-mv-img.is-01 {
    width: 5rem;
  }
}
.faq-mv-img.is-02 {
  left: calc(50% + 32rem);
  width: 14.4rem;
}
@media screen and (max-width: 992px) {
  .faq-mv-img.is-02 {
    left: auto;
    right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .faq-mv-img.is-02 {
    width: 5.4rem;
  }
}

/*************************************************

faq-leadarea

*************************************************/
@media screen and (max-width: 767px) {
  .faq-leadarea {
    padding: 3rem 0;
  }
}
.faq-leadarea .parts-asnchors {
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .faq-leadarea .parts-asnchors {
    gap: 1rem;
  }
}

.faq-leadarea-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .faq-leadarea-title {
    margin-bottom: 2rem;
  }
}

.faq-leadarea-title__text {
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .faq-leadarea-title__text {
    font-size: 1.8rem;
  }
}

.faq-leadarea-title__lens {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .faq-leadarea-title__lens {
    width: 1.8rem;
  }
}

.faq-leadarea-title__border {
  width: 100%;
  margin-top: 0.8rem;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq-leadarea-title__border {
    margin-top: 0.4rem;
  }
  .faq-leadarea-title__border img {
    width: 15rem;
  }
}