.recruit-section {
  padding-top: 75px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .recruit-section {
    padding-top: 35px;
    padding-bottom: 80px;
  }
}
.recruit-section__header {
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .recruit-section__header {
    padding-bottom: 60px;
  }
}
.qa-section::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  min-width: 2400px;
  max-width: none;
  height: 100%;
  padding-top: 0;
  max-height: 1085px;
  aspect-ratio: 1512/1085;
  background: url("/recruit/common/img/recruit_cmn_sub-pages_bg_01.webp") center top/100% 100% no-repeat;
  z-index: -1;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .qa-section::before {
    top: 127px;
    width: 100%;
    min-width: auto;
    left: 0;
    -webkit-transform: none;
            transform: none;
    background: url("/recruit/common/img/recruit_cmn_sub-pages_bg_01_sp.webp") center top / contain no-repeat;
  }
}
.qa-section__box-wrap {
  position: relative;
}
.qa-section__box {
  position: relative;
  z-index: -1;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .qa-section__box {
    padding: 30px 20px;
  }
}
.qa-section__box-ico {
  position: absolute;
  top: -175px;
  right: -138px;
  max-width: 200px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .qa-section__box-ico {
    top: -128px;
    right: 0;
    max-width: 120px;
  }
}

.qa .cmn-faq-accordion {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .qa .cmn-text--s.text {
    font-size: 1rem;
  }
}