.main_inner {
  padding-bottom: 0;
}

@media (min-width: 769px) {
  .faq_section + .faq_section {
    padding-top: 8rem;
  }
}
@media (max-width: 768px) {
  .faq_section + .faq_section {
    padding-top: 9rem;
  }
}
@media (min-width: 769px) {
  .faq_head {
    padding-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .faq_head {
    padding-bottom: 4rem;
  }
}
.faq_dl {
  background: #f7f8f8;
}
@media (max-width: 768px) {
  .faq_dl {
    margin: 0 -2.5rem;
  }
}
@media (min-width: 769px) {
  .faq_dl + .faq_dl {
    margin-top: 1.4rem;
  }
}
@media (max-width: 768px) {
  .faq_dl + .faq_dl {
    margin-top: 2rem;
  }
}
.faq_dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
@media (min-width: 769px) {
  .faq_dt {
    min-height: 9rem;
    padding: 3.2rem 10rem;
  }
}
@media (max-width: 768px) {
  .faq_dt {
    min-height: 17rem;
    padding: 3.3rem 10rem;
  }
}
.faq_dt::before {
  content: "Q";
  position: absolute;
  top: 50%;
  margin: auto 0;
  line-height: 1;
  translate: 0 -50%;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 769px) {
  .faq_dt::before {
    left: 4rem;
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .faq_dt::before {
    left: 3.5rem;
    font-size: 5.2rem;
  }
}
.faq_dt > span {
  position: absolute;
  background: #fdf002;
  stroke: #141414;
  border-radius: 50%;
  top: 50%;
  translate: 0 -50%;
  pointer-events: none;
}
@media (min-width: 769px) {
  .faq_dt > span {
    width: 3.2rem;
    height: 3.2rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .faq_dt > span {
    width: 5.6rem;
    height: 5.6rem;
    right: 3.2rem;
  }
}
.faq_dt > span svg:nth-of-type(2) {
  display: none;
}
.faq_dt.is-opened {
  background: #fdf002;
}
.faq_dt.is-opened > span {
  background: #141414;
  stroke: #fff;
}
.faq_dt.is-opened > span svg {
  display: none;
}
.faq_dt.is-opened > span svg:nth-of-type(2) {
  display: block;
}
.faq_dd {
  position: relative;
  height: 0;
  transition: height 0.2s linear;
  overflow: hidden;
}
.faq_dd_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (min-width: 769px) {
  .faq_dd_block {
    row-gap: 1.5rem;
    min-height: 9rem;
    padding: 3.2rem 10rem;
  }
}
@media (max-width: 768px) {
  .faq_dd_block {
    row-gap: 3rem;
    min-height: 17rem;
    padding: 3.3rem 10rem;
  }
}
.faq_dd_block::before {
  content: "A";
  position: absolute;
  top: 50%;
  margin: auto 0;
  line-height: 1;
  translate: 0 -50%;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 769px) {
  .faq_dd_block::before {
    left: 4rem;
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .faq_dd_block::before {
    left: 3.7rem;
    font-size: 5.2rem;
  }
}
.faq_h2 {
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .faq_h2 {
    line-height: 1.693;
    font-size: 2.6rem;
  }
  .faq_h2 > h2 {
    font: inherit;
  }
  .faq_h2 > h2:first-of-type {
    margin-top: -0.346em;
  }
  .faq_h2 > h2:last-of-type {
    margin-bottom: -0.346em;
  }
}
@media (max-width: 768px) {
  .faq_h2 {
    line-height: 1.477;
    font-size: 4.2rem;
  }
  .faq_h2 > h2 {
    font: inherit;
  }
  .faq_h2 > h2:first-of-type {
    margin-top: -0.238em;
  }
  .faq_h2 > h2:last-of-type {
    margin-bottom: -0.238em;
  }
}
.faq_p {
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: justify;
}
@media (min-width: 769px) {
  .faq_p {
    line-height: 1.778;
    font-size: 1.8rem;
  }
  .faq_p > p {
    font: inherit;
  }
  .faq_p > p:first-of-type {
    margin-top: -0.388em;
  }
  .faq_p > p:last-of-type {
    margin-bottom: -0.388em;
  }
}
@media (max-width: 768px) {
  .faq_p {
    line-height: 1.786;
    font-size: 2.8rem;
  }
  .faq_p > p {
    font: inherit;
  }
  .faq_p > p:first-of-type {
    margin-top: -0.392em;
  }
  .faq_p > p:last-of-type {
    margin-bottom: -0.392em;
  }
}
.faq_p a {
  text-decoration: underline;
  color: #30aedb;
}
.faq_note {
  letter-spacing: 0.1em;
  text-align: justify;
}
@media (min-width: 769px) {
  .faq_note {
    line-height: 1.715;
    font-size: 1.4rem;
  }
  .faq_note > p {
    font: inherit;
  }
  .faq_note > p:first-of-type {
    margin-top: -0.357em;
  }
  .faq_note > p:last-of-type {
    margin-bottom: -0.357em;
  }
}
@media (max-width: 768px) {
  .faq_note {
    line-height: 1.667;
    font-size: 2.4rem;
  }
  .faq_note > p {
    font: inherit;
  }
  .faq_note > p:first-of-type {
    margin-top: -0.333em;
  }
  .faq_note > p:last-of-type {
    margin-bottom: -0.333em;
  }
}
.faq_note a {
  text-decoration: underline;
  color: #30aedb;
}
.faq_contact {
  position: relative;
}
@media (min-width: 769px) {
  .faq_contact {
    margin-top: 19rem;
  }
}
@media (max-width: 768px) {
  .faq_contact {
    margin-top: 15rem;
  }
}
.faq_contact::before {
  content: "";
  position: absolute;
  background: #fdf002;
  width: 100dvw;
  left: 50%;
  top: 0;
  bottom: 0;
  translate: -50% 0;
  pointer-events: none;
}
.faq_contact_link {
  display: flex;
  position: relative;
}
@media (min-width: 769px) {
  .faq_contact_link {
    justify-content: space-between;
    align-items: center;
    height: 23rem;
  }
}
@media (max-width: 768px) {
  .faq_contact_link {
    flex-direction: column;
    row-gap: 4rem;
    padding: 10rem 0;
  }
}