
.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: 34px;
}

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

.career-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) {
  .career-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: 50px;
  }
}
.banner-section__content .ico.pos01 {
  position: absolute;
  top: -161px;
  right: 118.5px;
  width: 203px;
  transform: rotateY(180deg);
}

@media screen and (max-width: 768px) {
  .banner-section__content .ico.pos01 {
    position: absolute;
    top: clamp(-99px, -16.93vw, -161px);
    right: clamp(5px, 0.68vw, 5.5px);
    width: clamp(102px, 19.86vw, 203px);
  }
}

.banner-section__content .ico.pos02 {
  position: absolute;
  top: clamp(-184px, -12.5vw, -150px);
  left: min(80%, 1113px);
  width: clamp(240px, 19.981vw, 287px);
}

@media screen and (max-width: 768px) {
  .banner-section__content .ico.pos02 {
    top: -102px;
    right: -0.5px;
    left: unset;
    width: 146px;
  }
}

@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) {
  .career .--flex {
    display: block;
  }
}

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

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

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

  .career .career-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;
  }
}

.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;
}