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

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

.recruit-section__header {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .recruit-section__header {
    padding-bottom: 55px;
  }
}

.new-section::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 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) {
  .new-section::before {
    top: 127px;
    width: 100%;
    min-width: auto;
    left: 0;
    transform: none;
    background: url("/recruit/common/img/recruit_cmn_sub-pages_bg_01_sp.webp") center top / contain no-repeat;
  }
}

/* Common */
.banner-section__content {
  position: relative;
}

.banner-section__content {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .banner-section__content {
    margin-bottom: 62px;
  }
}
.banner-section__content .ico.pos05 {
  position: absolute;
  top: -207px;
  right: 0;
  width: 380px;
}

@media screen and (max-width: 768px) {
  .banner-section__content .ico.pos05 {
    position: absolute;
    top: clamp(-87px, -18.75vw, -192px);
    right: clamp(-16px, -3.52vw, -36px);
    width: clamp(153px, 33.2vw, 340px);
  }
}

@media screen and (max-width: 768px) {
  .banner-section__content .ico img {
    width: 100%;
  }
}
.banner-section__content .ico.hide {
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .banner-section__content .banner img {
    width: 100%;
  }
}

/* Common */

@media screen and (max-width: 768px) {
  .new .--flex {
    display: block;
  }
}

@media screen and (max-width: 1300px) {
  .new h1.cmn-section__title {
    width: 70%;
  }

  .new .new-section__header .cmn-text-wrap {
    width: 65%;
  }
}

@media screen and (max-width: 768px) {
  .new h1.cmn-section__title {
    width: 100%;
  }

  .new .new-section__header .cmn-text-wrap {
    width: 100%;
  }
}

.row-box__list > dt:nth-child(1n+1) {
  max-width: 70px;
  min-width: 66px;
  width: 70px;
}

@media screen and (max-width: 768px) {
  .row-box__list > dt:nth-child(1n+1) {
    max-width: 100%;
    min-width: inherit;
  }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .banner-section__content .ico.pos05 {
    top: -92%;
    width: 36%;
  }
}

.recruit__container .row-box__list {
  padding-bottom: 0 !important;
}

.recruit__container .row-box__list > *:nth-last-child(1),
.recruit__container .row-box__list > *:nth-last-child(2) {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 420px) {
  .cmn-section__title--main {
    font-size: 4.6rem;
  }
}