#faq .sec-fv {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  #faq .sec-fv {
    margin-bottom: 90px;
  }
}
#faq .sec-introduction .introduction-text {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #faq .sec-introduction .introduction-text {
    margin-bottom: 44px;
  }
}
#faq .sec-introduction .introduction-text .lower-head__m {
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  #faq .sec-introduction .introduction-text .lower-head__m {
    margin-bottom: 18px;
  }
}
#faq .sec-faq {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  #faq .sec-faq {
    margin-bottom: 100px;
  }
}
#faq .sec-faq .lower-text {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #faq .sec-faq .lower-text {
    letter-spacing: 0.05em;
  }
}
#faq .sec-faq .faq-head {
  padding-bottom: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #faq .sec-faq .faq-head {
    padding-bottom: 16px;
  }
}
#faq .sec-faq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  #faq .sec-faq .faq-list {
    gap: 30px;
  }
}
#faq .sec-faq .faq-list + .faq-head {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #faq .sec-faq .faq-list + .faq-head {
    margin-top: 64px;
  }
}
#faq .sec-faq .faq-list-item {
  padding: 36px 32px 32px;
  background: var(--green-light);
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  #faq .sec-faq .faq-list-item {
    padding: 34px 24px 26px;
    gap: 14px;
  }
}
#faq .sec-faq .faq-list-item .question, #faq .sec-faq .faq-list-item .answer {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  #faq .sec-faq .faq-list-item .question, #faq .sec-faq .faq-list-item .answer {
    gap: 12px;
  }
}
#faq .sec-faq .faq-list-item .question .en, #faq .sec-faq .faq-list-item .answer .en {
  position: relative;
  font-family: var(--crimson);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  #faq .sec-faq .faq-list-item .question .en, #faq .sec-faq .faq-list-item .answer .en {
    font-size: 2.4rem;
  }
}
#faq .sec-faq .faq-list-item .question .item-head, #faq .sec-faq .faq-list-item .answer .item-head {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #faq .sec-faq .faq-list-item .question .item-head, #faq .sec-faq .faq-list-item .answer .item-head {
    font-size: 1.6rem;
  }
}
#faq .sec-faq .faq-list-item .question {
  position: relative;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #faq .sec-faq .faq-list-item .question {
    padding-bottom: 18px;
  }
}
#faq .sec-faq .faq-list-item .question::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #54E0BE;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#faq .sec-faq .faq-list-item .question .en {
  color: #659CFC;
}
#faq .sec-faq .faq-list-item .answer .text-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #faq .sec-faq .faq-list-item .answer .text-wrap {
    gap: 12px;
  }
}
#faq .sec-faq .faq-list-item .answer .en {
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  #faq .sec-faq .faq-list-item .answer .en {
    top: 4px;
  }
}
#faq .sec-faq .faq-list-item .answer .strong-blue {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  #faq .sec-faq .faq-list-item .answer .strong-blue {
    font-size: 1.4rem;
    line-height: 2.14;
  }
}
#faq .sec-faq .faq-list-item .answer .text-group {
  display: flex;
  flex-direction: column;
  gap: 0;
}
#faq .sec-faq .faq-list-item .answer .lower-text + .circle-list {
  margin-top: 12px;
}
#faq .sec-faq .faq-list-item .answer .circle-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#faq .sec-faq .faq-list-item .answer .circle-list li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 16px;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #faq .sec-faq .faq-list-item .answer .circle-list li {
    font-size: 1.4rem;
    line-height: 2;
  }
}
#faq .sec-faq .faq-list-item .answer .circle-list li::before {
  content: "";
  position: absolute;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--blue);
  top: 8px;
  left: 0;
  z-index: 0;
}
#faq .sec-faq .faq-list-item .link {
  color: var(--blue);
  font-weight: 700;
  text-decoration: underline;
}