#page_title {
  background: url(../../images/requirements/mv_requirements.webp) no-repeat center top;
  background-size: cover;
  aspect-ratio: 23/7;
  padding-top: 12vw;
}
@media screen and (max-width: 767px) {
  #page_title {
    aspect-ratio: 1/1.1;
    padding-top: 66vw;
    background: url(../../images/requirements/mv_requirements_sp.webp) no-repeat center top;
    background-size: cover;
  }
}

#recruit section:nth-of-type(2n+1) {
  background-color: #f2f2f2;
}
#recruit section:nth-of-type(2n+2) {
  background-color: #fff;
}

#recruit h3 {
  flex-flow: column;
  font-size: clamp(18px, 2.2vw, 26px);
}

.catch_text {
  text-align: center;
  font-size: clamp(18px, 2.2vw, 26px);
}

.w33 p:has(img) {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .w33 p:has(img) {
    padding: 0 20%;
  }
  .w33 p:has(img) + p {
    padding: 0 20%;
    margin-bottom: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .f_box.btn_box {
    margin-top: 2.5em;
  }
  .f_box.btn_box .btn {
    margin: 0 auto;
    max-width: 280px;
  }
}
/*# sourceMappingURL=requirements.css.map */