.staff-main-visual__image.bg-staff-02::after {
  content: "";
  position: absolute;
  right: -163px;
  bottom: 20px;
  width: 149px;
  height: 108px;
  background: url(/recruit/common/img/recruit_cmn_deco_02.png) no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .staff-main-visual .cmn-card-wrap .bg-staff-02--sp::after {
    content: "";
    position: absolute;
    left: 0;
    top: -40px;
    width: 70px;
    height: 70px;
    background: url(/recruit/common/img/recruit_cmn_deco_02.png) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
  }
}

.staff-main-visual__image.bg-staff-03::after {
  content: "";
  position: absolute;
  right: -141px;
  bottom: 20px;
  width: 130px;
  height: 116px;
  background: url(/recruit/common/img/recruit_cmn_deco_06.png) no-repeat;
  background-size: contain;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .staff-main-visual .cmn-card-wrap .bg-staff-03--sp::after {
    content: "";
    position: absolute;
    left: 0;
    top: -40px;
    width: 70px;
    height: 70px;
    background: url(/recruit/common/img/recruit_cmn_deco_06.png) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
  }
}


.recruit-section {
  padding-top: 75px;
  padding-bottom: 125px;
}

@media screen and (max-width: 768px) {
  .recruit-section {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}

.recruit-section__header {
  padding-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .recruit-section__header {
    padding-bottom: 68px;
  }
}

.staff-introduction .interview-section__header {
  display: block;
}

.staff-introduction .cmn-section__title {
  margin-bottom: 58px;
}

@media screen and (max-width: 768px) {
  .staff-introduction .cmn-section__title {
    margin-bottom: 38px;
  }
}

.staff-introduction .interview-section::before {
  top: 100px;
  min-width: 2400px;
  max-height: 1000px;
  padding-top: 7px;
  background: url("/recruit/common/img/recruit_cmn_sub-pages_bg_01.webp") center top/100% 100% no-repeat;
}

@media screen and (max-width: 768px) {
  .staff-introduction .interview-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;
  }
}