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

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

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

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

.follow_up-section::before {
  content: "";
  position: absolute;
  top: 109px;
  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) {
  .follow_up-section::before {
    top: 171px;
    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;
  }
}

.follow_up-section #follow_up {
  position: relative;
}

.follow_up-section #follow_up::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  min-width: 2400px;
  max-width: none;
  height: 100%;
  max-height: 1000px;
  padding-top: 7px;
  aspect-ratio: 1512/860;
  background: url("/recruit/common/img/recruit_cmn_sub-pages_bg_02.webp") center top/100% 100% no-repeat;
  z-index: -1;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .follow_up-section #follow_up::after {
    top: 10.5%;
    min-width: auto;
    left: -16px;
    transform: none;
    background: url("/recruit/common/img/recruit_cmn_sub-pages_bg_02_sp.webp") center top / contain no-repeat;
  }
}

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

.banner-section__content {
  margin-bottom: 0;
}

.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.pos03 {
  position: absolute;
  top: -235px;
  right: 38.5px;
  width: 281px;
}

@media screen and (max-width: 768px) {
  .banner-section__content .ico.pos03 {
    position: absolute;
    top: clamp(8px, 2.34vw, 16px);
    right: -25px;
    width: clamp(128px, 25vw, 256px);
  }
}

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

.banner-section__content .ico01 {
  position: absolute;
  top: 172px;
  left: -225px;
  width: 169px;
  transform: rotate(21.63deg);
}

@media screen and (max-width: 768px) {
  .banner-section__content .ico01 {
    position: absolute;
    top: -8px;
    left: -100px;
    width: 84px;
    transform: rotate(21.63deg);
  }
}

.banner-section__content .ico02 {
  position: absolute;
  top: -78px;
  right: -130px;
  width: 123px;
  transform: rotateY(180deg);
}

@media screen and (max-width: 768px) {
  .banner-section__content .ico02 {
    position: absolute;
    top: -270px;
    right: -2px;
    width: 62px;
  }
}


.text .cmn-card {
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .text .cmn-card {
    padding: 20px;
  }
}

.follow_up .row .cmn-col.--col-4.text {
  gap: 30px 20px
}

@media screen and (max-width: 768px) {
  .follow_up .row .cmn-col.--col-4 > * {
    width: 100%;
  }

  .follow_up .row .cmn-col.--col-4 {
    gap: 34px 12px;
  }

  .follow_up .row .cmn-col.--col-4.text {
    gap: 24px 12px;
  }
}

.box-radius .cmn-card {
  padding: 56px 50px;
}

@media screen and (max-width: 768px) {
  .box-radius .cmn-card {
    padding: 30px 16px;
  }
}

.steps {
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .steps {
    display: block;
    gap: 40px;
  }
}

.steps .step {
  width: calc(228/868*100%);
}

@media screen and (max-width: 768px) {
  .steps .step {
    display: flex;
    gap: 8px;
    width: 100%;
  }

  .steps .step:nth-child(n+2) {
    margin-top: 38px;
  }

  .steps .step .col:first-child {
    min-width: 110px;
  }

  .steps .step .col:last-child {
    width: 200px;
  }
}

.steps .step .cmn-card__image {
  margin-bottom: 8px;
  position: relative;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.steps .step .cmn-card__image::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 100%;
  width: 100%;
  height: 20px;
  background: #CFF2E8;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .steps .step .cmn-card__image::before {
    content: "";
    position: absolute;
    top: calc(100% + 11px);
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 100%;
    background: #CFF2E8;
    z-index: 0;
  }
}

.steps .step:last-child .cmn-card__image::before {
  content: none;
}

.steps .step .date {
  font-size: 1.8rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .steps .step .date {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

.steps .step .date .num {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .steps .step .date .num {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .steps .step .cmn-heading-h3 {
    text-align: left;
  }
}

ul.list-type li {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 23px;
}
ul.list-type.disc li {
  list-style: disc;
}
ul.list-type.disc li::marker {
  color: #1B8C62;
}
ul.list-type li:nth-child(n+2) {
  margin-top: 4px;
}

.follow_up .row.ico {
  position: relative;
}
.follow_up .row.ico::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 240px;
  height: 243px;
  background: url("/recruit/common/img/recruit_cmn_deco_person12.svg") center top/100% 100% no-repeat;
}

@media screen and (max-width: 768px) {
  .follow_up .row.ico::before {
    content: "";
    position: absolute;
    bottom: -137px;
    right: 0;
    width: 120px;
    height: 121px;
  }
}

.follow_up .row-image .cmn-col.--col-3 .cmn-card,
.follow_up .row-image .cmn-col.--col-4 .cmn-card {
  padding: 40px 20px;
}

@media screen and (max-width: 768px) {
  .follow_up .row-image .cmn-col.--col-3 .cmn-card,
  .follow_up .row-image .cmn-col.--col-4 .cmn-card {
    padding: 27px 20px 15px;
  }

  .follow_up .row-image .cmn-col.--col-3 > * .cmn-heading-h3,
  .follow_up .row-image .cmn-col.--col-4 > * .cmn-heading-h3 {
    font-size: 2rem;
  }

  .follow_up .row-image .cmn-col.--col-3 > * .cmn-text--l,
  .follow_up .row-image .cmn-col.--col-4 > * .cmn-text--l {
    font-size: 2rem;
    letter-spacing: -.01em;
  }

  .follow_up .cmn-section__title {
    letter-spacing: -.05em;
  }
}

.--pc-inline {
  display: inline !important;
}

.--sp-inline {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .--pc-inline {
    display: none !important;
  }
  .--sp-inline {
    display: inline !important;
  }
  .--sp-flx__clm-rvs {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .follow_up .follow_up-section__header .cmn-section__title--main {
    font-size: 5rem;
  }
}

.follow_up .text-indent {
  text-indent: 42px;
}

@media screen and (max-width: 768px) {
  .follow_up .text-indent {
    text-indent: 16px;
  }
}

.follow_up .text-indent span {
  font-size: 5.6rem;
}

@media screen and (max-width: 768px) {
  .follow_up .text-indent span {
    font-size: 3.4rem;
  }
}

.follow_up .font-noto {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 800;
  font-stretch: 120%;
}

@media screen and (max-width: 768px) {
  .follow_up .row-image .cmn-card__image {
    width: 88px;
    margin: 0 auto;
  }
}

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

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

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

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

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .banner-section__content .ico.pos03 {
    top: -13vw;
    width: 23%;
  }
}