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

.work-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) {
  .work-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: 50px;
}

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

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

.banner-section__content .ico.pos04 {
  position: absolute;
  top: -204px;
  right: 59.5px;
  width: 267px;
}

@media screen and (max-width: 768px) {
  .banner-section__content .ico.pos04 {
    position: absolute;
    top: clamp(-82px, -18.62vw, -204px);
    right: -16px;
    width: clamp(134px, 26.11vw, 267px);
  }
}

.banner-section__content .ico.pos05 {
  position: absolute;
  top: -240px;
  right: 21px;
  width: 415px;
}

@media screen and (max-width: 768px) {
  .banner-section__content .ico.pos05 {
    position: absolute;
    top: clamp(-73px, -14.26vw, -146px);
    right: 28px;
    width: clamp(175px, 34.18vw, 350px);
  }
}

@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%;
  }
}

.works .head {
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .works .head {
    font-size: 1.6rem;
  }
}

.works .cmn-radius-box {
  background-color: rgb(255 255 255 / 50%);
}

.works .cmn-card.--bg-white-alpha {
  background: inherit;
}

.work h1.cmn-section__title {
  width: 70%;
}

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

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

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

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .banner-section__content .ico.pos05 {
    top: -94%;
    width: 32%;
  }
}