
@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/20250604200522.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: 1010px){
  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: 855px){
  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 #interview02 + section .inner_item_img::after {
  left: 48rem;
  background: url(/common/upload_data/recruit-rush-up3/image/20250623175009.png) no-repeat center center;
  background-size: contain;
}

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

body.interview_detail_page #interview03 + section::after {
  background: url(/common/upload_data/recruit-rush-up3/image/20250623160454.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: 280px;
    }
    body.interview_detail_page #interview02+section .inner_item_img::after {
        height: calc(100% + 40px);
    }
}

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

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

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