@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/20251107184313.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: 1210px){
  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: 1025px){
  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: 26rem;
  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 {
  width: 24rem; 
  background: url(/common/upload_data/recruit-rush-up3/image/20250623173806.png) no-repeat center center;
  background-size: contain;
}

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

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

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

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

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