@media print, screen and (min-width: 768px) {
  .l-header__gnav-ttl.m-faq:after {
    width: 100%;
  }
}

.p-faqhead {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 6.7rem;
  margin-top: 9rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-faqhead {
    display: block;
    margin-top: 5rem;
  }
}
.p-faqhead__baloon {
  z-index: -1;
}
.p-faqhead__baloon .c-baloon__item {
  bottom: 5rem;
  left: calc(50% + 54.5rem);
}
@media screen and (max-width: 767px) {
  .p-faqhead__baloon .c-baloon__item {
    display: none;
  }
}

.p-faq__section {
  margin-top: 8rem;
  position: relative;
  z-index: 2;
}
.p-faq__section + .p-faq__section {
  margin-top: 10.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__section + .p-faq__section {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__section {
    margin-top: 5rem;
  }
}

.p-faq__wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-faq__title {
  font-size: 4rem;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: sticky;
  top: calc(3rem + 11.5rem);
  left: 0;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    font-size: 2.2rem;
    position: static;
    margin: 0 0 1.5rem;
  }
}

.p_faq__content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
  width: 88rem;
}
@media screen and (max-width: 767px) {
  .p_faq__content {
    width: 100%;
    gap: 2rem;
  }
}

.p_faq__item {
  background: #fff;
  border-radius: 2rem;
  padding: 4rem 3rem;
  position: relative;
  width: 100%;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
@media screen and (max-width: 767px) {
  .p_faq__item {
    border-radius: 1rem;
    padding: 1.5rem 1.5rem 1.5rem;
  }
}
.p_faq__item.is-open {
  padding: 4rem 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .p_faq__item.is-open {
    padding: 1.5rem 1.5rem 1.5rem;
  }
}

.p-faqitem__num {
  font-size: 3rem;
  font-weight: 600;
  color: #DC000C;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-faqitem__num {
    font-size: 2.2rem;
    left: 0.5rem;
  }
}
.p-faqitem__question {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  position: relative;
  padding: 0 4rem 0 6rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-faqitem__question:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-faqitem__question {
    font-size: 1.6rem;
    padding: 0 3rem 0 4rem;
  }
}
.p-faqitem__question:before, .p-faqitem__question:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 2rem;
  height: 0.2rem;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-faqitem__question:before, .p-faqitem__question:after {
    width: 1.5rem;
  }
}
.p-faqitem__question:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-faqitem__question.is-open:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.p-faqitem__answer {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.3;
  letter-spacing: 0.07rem;
  padding-left: 6rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-faqitem__answer {
    font-size: 1.4rem;
    line-height: 2;
    padding: 0 0.5rem;
    margin-top: 1rem;
  }
}

.p-faq__baloon {
  z-index: -1;
}
.p-faq__baloon .c-baloon__item.m-01 {
  top: 22rem;
  left: calc(50% - 61.5rem);
}
.p-faq__baloon .c-baloon__item.m-02 {
  bottom: -15rem;
  right: calc(50% - 63.5rem);
}
@media screen and (max-width: 767px) {
  .p-faq__baloon .c-baloon__item.m-02 {
    left: 1rem;
    right: auto;
    bottom: 10rem;
  }
}
.p-faq__baloon .c-baloon__item.m-03 {
  bottom: -6rem;
  left: calc(50% - 66.5rem);
}

@media print, screen and (min-width: 768px) {
  .l-footerbaloon {
    display: none;
  }
}