
@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/20260210183945.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 #interview01 + section .inner_item_img::after {
  background: url(/common/upload_data/recruit-rush-up3/image/20250623175646.png) no-repeat center center;
  background-size: contain;
}

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

body.interview_detail_page #interview03 + section .inner_item_img::after {
  width: 22rem;
}


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

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

/*interview_title------------------------------------------*/
@media screen and (max-width: 1200px) {
    body.interview_detail_page :is(#interview01+section, #interview02+section, #interview03+section) .inner_item_img::after {
        background-position: left;
        background-size: 100%;
        left: 100%;
        width: 240px;
        top: -8px;
        height: calc(100% + 20px);
    }
    body.interview_detail_page #interview01+section .inner_item_img::after {
        left: calc(100% - 5px);
        width: 320px;
    }
}


@media screen and (max-width:900px) {
    body.interview_detail_page #interview01+section .inner_item_img::after {
        width: 34vw;
    }
    body.interview_detail_page #interview02+section .inner_item_img::after {
        width: 26vw;
    }
    body.interview_detail_page #interview03+section .inner_item_img::after {
        width: 24vw;
    }
}

@media screen and (max-width:600px) {
    body.interview_detail_page #interview01+section .inner_item_img::after {
        left: calc(100% - 0.4rem);
        width: 32vw;
    }
}

@media screen and (max-width: 500px) {
    body.interview_detail_page #interview01+section .inner_item_img::after {
        left: calc(100% - 0rem);
        width: 48vw;
    }
    body.interview_detail_page #interview02+section .inner_item_img::after {
        top: -15px;
        width: 36vw;
    }
    body.interview_detail_page #interview03+section .inner_item_img::after {
        width: 32vw;
    }
}

/*どんな人と働きたいですか？を入れる場合ここを追加*/
body.interview_detail_page #interview03 + section .inner_item_img::after {
  width: 22rem;
  height: 10rem;
  background: url(/common/upload_data/recruit-rush-up3/image/20250623174951.png) no-repeat center center;
  background-size: contain;
}