.recruit-fv--faq {
  background-image: url(../img/faq/faq-fv.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  min-height: clamp(360px, 60vh, 620px);
  position: relative;
  margin: 0 0 6rem
}

.recruit-fv--faq::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .22);
  pointer-events: none;
  z-index: 0
}

.faq-fv__content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(140px, 30vh, 220px) 20px 80px;
  color: #fff
}

.faq-fv__eyebrow {
  margin: 0 0 .6rem;
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: .08em
}

.faq-fv__title {
  margin: 0;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: clamp(3.2rem, 4vw, 4.8rem);
  line-height: 1.3
}

.faq-fv__lead {
  margin: 1.6rem 0 0;
  max-width: 32em;
  font-size: 1.5rem;
  line-height: 1.9
}

@media (max-width:640px) {
  .recruit-fv--faq {
    background-image: url(../img/faq/faq-fv-sp.webp);
  }

  .faq-fv__content {
    padding-top: 140px;
    padding-bottom: 56px
  }

  .faq-fv__title {
    font-size: 2.6rem
  }
}

/* FAQ */
.faq {
  padding: 80px 0;
}

.faq__inner {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.faq__item {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.faq__question {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
}

.faq__answer {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  line-height: 1.7;
}

.faq__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 10px;
  font-weight: 800;
  font-size: 2.4rem;
}

.faq__icon--q {
  background: #FF5800;
  color: #fff;
  border: 1px solid #FF5800;
}

.faq__icon--a {
  background: #fff;
  color: #FF5800;
  border: 1px solid #FF5800;
}