@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/20250603163327.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;
  }
}

/*座右の銘・前職の修正*/
@media screen and (max-width: 920px){
  body.interview_detail_page #personal_detail +section .heading.block_header_5 .h{
    padding-left: 13rem; 
    font-size: 2.5rem;
  }
  body.interview_detail_page #personal_detail +section .heading.block_header_5 .h::before{
    width: 13rem;
    height: 10rem;
  }
  body.interview_detail_page #personal_detail +section .heading.block_header_5 .h::after{
    width: 10rem;
  }
  body.interview_detail_page #personal_detail +section p{
    padding-left: 17rem;
    font-size: 2.5rem;
  }
  body.interview_detail_page #personal_detail +section p::before{
    left: 4rem;
    width: 13rem;
    height: 10rem;
  }
  body.interview_detail_page #personal_detail +section p::after{
    left: 6.5rem;
    top: -0.5rem;
  }
}
@media screen and (max-width: 850px){
  body.interview_detail_page #personal_detail +section .heading.block_header_5 .h::after{
    width: 8rem;
    top: -1.5rem;
  }
}
@media screen and (max-width: 768px){
  body.interview_detail_page #personal_detail +section .heading.block_header_5 .h{
    padding-left: 10rem;
    font-size: 2rem;
  }
  body.interview_detail_page #personal_detail +section .heading.block_header_5 .h::before{
    top: -3rem;
    left: 0;
    width: 10rem;
    height: 9rem;
  }
  body.interview_detail_page #personal_detail +section .heading.block_header_5 .h::after{
    left: 1rem;
    top: -0.5rem;
    width: 6rem;
  }
  body.interview_detail_page #personal_detail +section p{
    padding-left: 10rem;
    padding-top: 3rem;
    font-size: 2rem;
  }
  body.interview_detail_page #personal_detail +section p::before{
    top: 0rem;
    left: 0rem;
    width: 10rem;
    height: 9rem;
  }
  body.interview_detail_page #personal_detail +section p::after{
    top: 3.5rem;
    left: 2rem;
  }
}

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

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

body.interview_detail_page #interview03 + section .inner_item_img::after {

  background: url(/common/upload_data/recruit-rush-up3/image/20250623172743.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: 320px;
        top: -8px;
        height: calc(100% + 20px);
    }
    body.interview_detail_page #interview01+section .inner_item_img::after {
        left: calc(100% - 10px);
        width: 260px;
    }
}

@media screen and (max-width:900px) {
    body.interview_detail_page #interview01+section .inner_item_img::after {
        width: 22vw;
    }
    body.interview_detail_page :is(#interview02+section, #interview03+section) .inner_item_img::after {
        width: 28vw;
    }
}

@media screen and (max-width:600px) {
    body.interview_detail_page #interview01+section .inner_item_img::after {
        width: 26vw;
    }
    body.interview_detail_page :is(#interview02+section, #interview03+section) .inner_item_img::after {
        width: 36vw;
    }
}

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