
@charset "UTF-8";

/*MV人物変更*/
#lv_outer #lv::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 13rem;
    width: 100%;
    height: 100%;
    background: url(/common/upload_data/recruit-rush-up3/image/20250603163300.png) no-repeat center center;
    background-size: contain;
    z-index: 3;
    pointer-events: none;
}
@media screen and (max-width: 900px){
  #lv_outer #lv::before {
    left: 7rem;
  }
}
@media screen and (max-width: 500px){
  #lv_outer #lv::before {
    left: 4rem;
  }
}

body.interview_detail_page #interview02 + section::after {
  background: url(/common/upload_data/recruit-rush-up3/image/20250623154717.png) no-repeat center center;
  background-size: contain;
}

body.interview_detail_page #interview03 + section::after {
  background: url(/common/upload_data/recruit-rush-up3/image/20250623154733.png) no-repeat center center;
  background-size: contain;
}

/*interview_title------------------------------------------*/
@media screen and (min-width: 901px) and (max-width: 1200px) {
    body.interview_detail_page :is(#interview01+section, #interview02+section, #interview03+section) .inner_item_img::after {
        top: -2px;
    }
}

@media screen and (max-width: 900px) {
    body.interview_detail_page #interview01 + section .inner_item_img::after {
        left: calc(100% - 15px);
    }
}

