.faq_section {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .faq_section {
    max-width: 91.6rem;
  }
}
@media (max-width: 768px) {
  .faq_section {
    max-width: 62rem;
  }
}

.faq_accordion {
  position: relative;
  background: #f0f2f4;
}
@media (min-width: 769px) {
  .faq_accordion {
    border-radius: 1.8rem;
  }
}
@media (max-width: 768px) {
  .faq_accordion {
    border-radius: 2.6rem;
  }
}
@media (min-width: 769px) {
  .faq_accordion + .faq_accordion {
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .faq_accordion + .faq_accordion {
    margin-top: 3rem;
  }
}

.faq_accordion_head {
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.2s linear;
  cursor: pointer;
}
@media (min-width: 769px) {
  .faq_accordion_head {
    padding: 3.65rem 8rem 3.65rem 9.5rem;
  }
}
@media (max-width: 768px) {
  .faq_accordion_head {
    padding: 5.6rem 12rem 5.6rem 10rem;
  }
}
.faq_accordion_head::before {
  content: "Q";
  position: absolute;
  width: 0.893em;
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #0096c7;
}
@media (min-width: 769px) {
  .faq_accordion_head::before {
    left: 4rem;
    top: 3.1rem;
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .faq_accordion_head::before {
    left: 3.5rem;
    top: 4.7rem;
    font-size: 4.6rem;
  }
}
.faq_accordion_head:hover {
  color: #0096c7;
}

.faq_accordion_h3 {
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .faq_accordion_h3 {
    line-height: 2;
    font-size: 1.7rem;
  }
  .faq_accordion_h3 > h3 {
    font: inherit;
  }
  .faq_accordion_h3 > h3:first-of-type {
    margin-top: -0.5em;
  }
  .faq_accordion_h3 > h3:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media (max-width: 768px) {
  .faq_accordion_h3 {
    line-height: 1.715;
    font-size: 2.8rem;
  }
  .faq_accordion_h3 > h3 {
    font: inherit;
  }
  .faq_accordion_h3 > h3:first-of-type {
    margin-top: -0.357em;
  }
  .faq_accordion_h3 > h3:last-of-type {
    margin-bottom: -0.357em;
  }
}

.faq_accordion_icon {
  position: absolute;
}
@media (min-width: 769px) {
  .faq_accordion_icon {
    width: 1.5rem;
    height: 1.5rem;
    right: 4rem;
    top: 3.75rem;
  }
}
@media (max-width: 768px) {
  .faq_accordion_icon {
    width: 2.8rem;
    height: 2.8rem;
    right: 3.5rem;
    top: 5.6rem;
  }
}
.faq_accordion_icon::before, .faq_accordion_icon::after {
  content: "";
  position: absolute;
  background: #282828;
  width: 100%;
  height: 1px;
  inset: 0;
  margin: auto;
}
.faq_accordion_icon::after {
  rotate: 90deg;
  transition: 0.2s linear;
}
.faq_accordion_head.is-opened .faq_accordion_icon::after {
  rotate: 0deg;
}

.faq_accordion_content {
  position: relative;
}
@media (min-width: 769px) {
  .faq_accordion_content {
    padding: 1.5rem 8rem 4rem 9.5rem;
  }
}
@media (max-width: 768px) {
  .faq_accordion_content {
    padding: 1rem 4rem 6rem 10rem;
  }
}
.faq_accordion_content::before {
  content: "A";
  position: absolute;
  width: 0.893em;
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #282828;
}
@media (min-width: 769px) {
  .faq_accordion_content::before {
    left: 4rem;
    top: 0.95rem;
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .faq_accordion_content::before {
    left: 3.5rem;
    top: 0.1rem;
    font-size: 4.6rem;
  }
}