@charset "UTF-8";
@media screen and (max-width: 767px) {

	.seizouHeader .siteNameArea .siteName {
		padding: 7px 6px;
        font-size: 12px;
	}
    .ContentsWrapper{
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background-image: url('/saiyou/plant/highschool/images/workperson/interview_footer_bg_sp.png');
        background-repeat:no-repeat ;
        background-position:center bottom ;
        background-size: contain;
    }
  .workPerson_bgWrapper { 
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background-image: none;
        background-repeat:no-repeat ;
        background-position:0 ;
        background-size: 0;
        display: flex;
        align-items: flex-end;
        padding-top: 0%;
    }
    .workPerson_bgWrapper .bgWrapper_inner {
        width: 100%;
        height: auto;
        margin: 0 auto;
        background-image:none;
        background-repeat:no-repeat ;
        background-position:center bottom ;
        background-size: 100%;
        flex: 1;
    }
  .workPersonWrapper {
        max-width: 767px;
        min-width: auto;
        padding-top: 100px;
        margin: 0 auto;
        background-image: url('/saiyou/plant/highschool/images/workperson/interview_bg.png');
        background-repeat:no-repeat ;
        background-position:center top 100px ;
        background-size: 100%;
    }
    .workPersonContentsInner {
        margin: 0 auto;
        width: auto;
        padding:0 10px;
    }
    .Maintenance {
        margin-top: 30px;
        margin-bottom: 40%;
    }

    .Manufacture h2 {
        color:#0f73cf;
    }
    .Manufacture h2::before {
        width:5px;
        height:20px;
        border-radius:3px;
        background-color:#0f73cf;
        content: "";
        display: inline-flex;
        margin-top: 0px;
        position: absolute;
        top: 7px;
        left: 0px;
    }
    .Maintenance h2 {
        color:#1da3a3;
    }
    .Maintenance h2::before {
        width:5px;
        height:20px;
        border-radius:3px;
        background-color:#1da3a3;
        content: "";
        display: inline-flex;
        margin-top: 0px;
        position: absolute;
        top: 7px;
        left: 0px;
    }
    .workPersonInterview h2 {
        display: flex;
        flex-direction: column;
     }
     .workPersonInterview h2 p {
        margin: 0;
     }
     .workPersonInterview h2 span {
         font-size: 14px;
         color:#333333;
         line-height: 1.6em;
         text-align: left;
         margin-top:15px;
         margin-left: -15px;
         font-family: UD Shin Go Medium;
     }  
    .workPersonInterview {
        width: auto; 
        border-radius: 25px;
        padding: 20px;
    } 
    .workPersonInterview ul {
        margin: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-bottom: -20px;
    }
    .workPersonInterview ul li {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 15px;
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
        }
    .workPersonInterview ul li:last-child {
        margin-bottom: 0px;
    }
    .workPersonInterview p {
        margin-bottom: 0em;
        text-align: left;
    }
    .workPersonInterview h2 {
        font-size: 20px;
        padding-left: 15px;
        margin-bottom: 30px;
    }
    .workPersonInterview h2 p{
        font-size: 1em;
        padding-left: 0px;
        margin-bottom: 0px;
        font-family: UD Shin Go bold;
    }

    .workPersonInterview ul li div.picture_block{
        width: 100%;
        height: auto;
        border-radius: 20px 20px 0px 0px;
        z-index: 0;
        font-size: 1rem;
        box-sizing: border-box;
        position: relative;
        padding-top: calc(280 / 630 * 100%);
    }

    .workPersonInterview ul li div.picture_block p{
        font-size: 4.2vmin;
        display: flex;
        align-content: center;
        justify-content: flex-start;
        flex-wrap:wrap;
        font-family: UD Shin Go Bold;
        padding-left: 8%;
        z-index: 3;
    }
    /* before */
    .workPersonInterview ul li div.picture_block p.before{
        display: none;
    }
    .workPersonInterview ul li:hover div.picture_block p.before{
        display: none;
    }
    /* after */
    .workPersonInterview ul li div.picture_block p.after{
        opacity: 1;
        transition: none;
        transform: none;
    }
    .workPersonInterview ul li:hover div.picture_block p.after{
        opacity: 1;
        transform: none;
        transition: none;
    }
    .workPersonInterview ul li div.text_block{
        width:  100%;
        height: auto;
        padding: 30px 25px;
        background-color: #ffffff;
        box-sizing: border-box;
        position: relative;
    }
    .workPersonInterview h3 {
        text-align: left;
        font-size: 16px;
        line-height: 1;
        margin-bottom: 16px;
    }
    .workPersonInterview div.text_block p {
        margin-bottom: 8px;
        text-align: left;
        font-size: 12px;
        line-height: 1em;
    }
    .workPersonInterview div.text_block p:last-child {
        margin-bottom: 0px;
    }
    .workPersonInterview ul li:nth-last-child(-n+1) {
        margin-bottom: 0px;
    }
    .workPersonInterview ul li:nth-last-child(-n+2) {
        margin-bottom: 20px;
    }
    
/*===========================
 thumbnail_Block
===========================*/
.workPersonInterview ul li a{
    display: block;
    width: 100%;
    height: 100%;
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    transition: none;
}

/*  人物画像  */
.workPersonInterview ul li div.picture_block::after{
    content:'';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 160%;
    z-index: 2;
    opacity: 1;
    transition: none;
}
/*  テキスト画像  */
/*  01  */
.workPersonInterview ul li div.picture_block::before{
    background: none!important;
}
/*===========================
 thumbnail 製造技能職　
===========================*/
.Manufacture ul li div.picture_block{
    background: url('/saiyou/plant/highschool/images/workperson/thumbnail_bg_sp.png') ;
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
}

/*  01  */
.Manufacture ul li:nth-child(1) div.picture_block::after{
    background: url('/saiyou/plant/highschool/images/workperson/thumbnail_pic_sp_01.png') 0 0;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
/*  02  */
.Manufacture ul li:nth-child(2) div.picture_block::after{
    background: url('/saiyou/plant/highschool/images/workperson/thumbnail_pic_sp_02.png') 0 0;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
/*  03  */
.Manufacture ul li:nth-child(3) div.picture_block::after{
    background: url('/saiyou/plant/highschool/images/workperson/thumbnail_pic_sp_03.png') 0 0;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
/*  04  */
.Manufacture ul li:nth-child(4) div.picture_block::after{
    background: url('/saiyou/plant/highschool/images/workperson/thumbnail_pic_sp_04.png') 0 0;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
/*  05  */
.Manufacture ul li:nth-child(5) div.picture_block::after{
    background: url('/saiyou/plant/highschool/images/workperson/thumbnail_pic_sp_05.png') 0 0;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
/*  06  */
.Manufacture ul li:nth-child(6) div.picture_block::after{
    background: url('/saiyou/plant/highschool/images/workperson/thumbnail_pic_sp_06.png') 0 0;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
.Manufacture ul li div.text_block::before{
    display: block;
    content:'';
    position:absolute;
    top: 0;
    left: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 17px 20px ;
    border-color: transparent transparent transparent #0d7bd6;
}
.Maintenance ul li div.text_block::before{
    display: block;
    content:'';
    position:absolute;
    top: 0;
    left: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 17px 20px ;
    border-color: transparent transparent transparent #1da3a3;
}
/*===========================
 thumbnail 保全技能職
===========================*/
.Maintenance ul li div.picture_block{
    background: url('/saiyou/plant/highschool/images/workperson/thumbnail_bg_sp_02.png') ;
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
}
/*  01  */
.Maintenance ul li:nth-child(1) div.picture_block::after{
    background: url('/saiyou/plant/highschool/images/workperson/thumbnail_pic_sp_07.png') 0 0;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
/*  02  */
.Maintenance ul li:nth-child(2) div.picture_block::after{
    background: url('/saiyou/plant/highschool/images/workperson/thumbnail_pic_sp_08.png') 0 0;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

/*  hover  */
.workPersonInterview ul li:hover{
    box-shadow: none;
}
.workPersonInterview ul li div.picture_block::before{
    transition: none;
}
.workPersonInterview ul li div.picture_block::after{
    transition: none;
}
.workPersonInterview ul li:hover div.picture_block::after{
    opacity: 1;
    transform: none;
    filter: none;
}
/*===========================
 workPersonVoiceInfo
===========================*/
    .workPersonVoiceInfo {
        padding: 25px 10px 30px;
    }

    .workPersonVoiceInfo h2 {
        font-size: 18px;
        margin: 0 0 8px;
    }

    .workPersonVoiceInfo h2:before {
        width: 40px;
        height: 31px;
        top: -5px;
        left: 50%;
        margin-left: -20px;
    }

    .workPersonVoiceInfo h2 {
        font-size: 36px;
        margin: 0 0 8px;
    }

    .workPersonVoiceInfo h2:before {
        width: 79px;
        height: 62px;
        top: -10px;
        left: 50%;
        margin-left: -39px;
    }

    .workPersonVoiceInfo p {
        width: 100%;
        margin: 0 auto;
    }

    .workPersonVoiceInfo .btnList {
        width: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .workPersonVoiceInfo .btnList li {
        width: 100%;
        margin: 0!important;
    }
    .workPersonVoiceInfo .btnList li:last-child {
        margin: 20px 0 50px 0!important;
    }
    .workPersonVoiceInfo .btnList li:first-child {
        margin-left: 0% !important;
    }
    
     /*===========================
    blueBtn
    ===========================*/

    .blueBtn a {
        display: block;
        background-color: #0f73cf;
        color: #FFFFFF;
        line-height: 1;
        text-align: center;
        padding: 20px;
        text-decoration: none;
        position: relative;
        letter-spacing: 0.1em;
        font-size: 16px;
    }

    .blueBtn_L a:after {
        content: "";
        display: block;
        position: absolute;
        background: url('/saiyou/plant/highschool/images/workperson/ico_arrow01_back.png') 0 0;
        background-size: cover;
        top: 50%;
        width: 8px;
        height: 15px;
        margin-top: -2%;
        left: 7.5%;
    }

    .blueBtn_R a:after {
        content: "";
        display: block;
        position: absolute;
        background: url('/saiyou/plant/highschool/images/workperson/ico_arrow01_back.png') 0 0;
        background-size: cover;
        top: 50%;
        width: 8px;
        height: 15px;
        margin-top: -2%;
        left: 7.5%;
    }
    .blueBtn {
        margin: 10px 0 0;
    }
    .blueBtnS {
        margin-top: 5px;
    }
    .blueBtnS.widM {
        max-width: 100%;
    }
    .blueBtn a,
    .blueBtnS a {
        border-radius: 15px;
        font-family: UD Shin Go Bold;
    }
    .workPersonVoiceInfo {
        padding: 0px 8% 0px;
    }
    .workPersonVoiceInfo h2 {
        font-size: 20px;
        margin: 0 0 30px;
        color: #0f73cf;
        font-family: UD Shin Go Medium;
    }
    .workPersonVoiceInfo h2:before {
        width: 40px;
        height: 31px;
        top: -5px;
        left: 50%;
        margin-left: -20px;
    }

    .workPersonTitle {
        margin-bottom: 35px;
       
    }
    .workPersonTitle h1 {
        text-align: left;
        margin: 0 auto;
        height: 72px;
        display: inline-flex;
        align-items: center;
    }
    .workPersonTitle p{
        margin-top: 20px;
    }

    .workPersonTitle span.main {
        font-size: 24px;
        padding-left: 10px;
    }
    .workPersonTitle span.sub {
        font-size: 14px;
    }
    .blueBtn a:hover,
    .blueBtnS a:hover {
        opacity: 1;
        transition: none;
    }
    .blueBtn a {
        opacity: 1;
        transition: none;
    }

/*=================================================================================
 インタービューページ 
=================================================================================*/
    .interView_mainVisual_container{
        margin-top: 50px;
        margin-bottom: 26px;
        display: block;
    }
    .InterviewVoice_container {
        width: auto;
        height: auto;
        margin: 0 auto 40% auto;
        padding: 0px 20px;
        text-align: left;
    }
    .interView_mainVisual_container div.caption{
        margin: 45px 20px 0 20px; 
        width: auto;
        text-align: left;
        font-size: 12px;
    }
    .interView_mainVisual{
        background-size: cover;
        background-position: bottom right;
        background-repeat: no-repeat;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        color: #ffffff;
        padding: 45px 20px 40px 20px;
        box-sizing: border-box;
        border-radius: 25px;
        position: relative;
    }
    .interView_mainVisual img{
        position:absolute;
        top: -20px;
        left:5.5%;
        width: 90px;
        height: auto;
    }
    /*技能職*/
.manufacture_title {
    display: block;
    position:absolute;
    top: -20px;
    left:5.5%;
    width: 90px;
    height: auto;
    border-radius: 25px;
    font-size: 16px;
    color: #0f73cf;
    background-color: #ffffff;
    padding: 0.7% 0.98%;
    border: 3px solid #0f73cf;
    box-sizing: border-box;
    font-family: UD Shin Go Bold;
}
/*保全職*/
.maintenance_title {
    display: block;
    position:absolute;
    top: -20px;
    left:5.5%;
    width: 90px;
    height: auto;
    border-radius: 25px;
    font-size: 16px;
    color: #1da3a3;
    background-color: #ffffff;
    padding: 0.7% 0.98%;
    border: 3px solid #1da3a3;
    box-sizing: border-box;
    font-family: UD Shin Go Bold;
}
.interView_mainVisual span.stripe:after {
    background-size: 130%;
}
    .interView_mainVisual::before{
        display: block;
        content:'';
        position:absolute;
        bottom: 0px;
        right: 0;
        width:100%;
        height: 100%;
        border-radius: 25px;
    }
    .manufacture::after{ 
        display: block;
        content:'';
        position:absolute;
        bottom: -23px;
        left: 6%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 24px 30px ;
        border-color: transparent transparent transparent #0e73d0;
    }
    .maintenance::after{ 
        display: block;
        content:'';
        position:absolute;
        bottom: -23px;
        left: 6%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 24px 30px ;
        border-color: transparent transparent transparent #1aaaad;
    }
    /* インタービュー01 */
    .interView_01::before{
        background: url('/saiyou/plant/highschool/images/workperson/interview_bg_sp_01.png') 0 0;
        background-size: cover;
        background-position: bottom -1px right -10px;
        background-repeat: no-repeat;
    }
     /* インタービュー02 */
     .interView_02::before{
        background: url('/saiyou/plant/highschool/images/workperson/interview_bg_sp_02.png') 0 0;
        background-size: cover;
        background-position: bottom -1px right -10px;
        background-repeat: no-repeat;
    }
    /* インタービュー03 */
    .interView_03::before{
        background: url('/saiyou/plant/highschool/images/workperson/interview_bg_sp_03.png') 0 0;
        background-size: cover;
        background-position: bottom -1px right -10px;
        background-repeat: no-repeat;
    }
    /* インタービュー04 */
    .interView_04::before{
        background: url('/saiyou/plant/highschool/images/workperson/interview_bg_sp_04.png') 0 0;
        background-size: cover;
        background-position: bottom -1px right -10px;
        background-repeat: no-repeat;
    }
    /* インタービュー05 */
    .interView_05::before{
        background: url('/saiyou/plant/highschool/images/workperson/interview_bg_sp_05.png') 0 0;
        background-size: cover;
        background-position: bottom -1px right -10px;
        background-repeat: no-repeat;
    }
    /* インタービュー06 */
    .interView_06::before{
        background: url('/saiyou/plant/highschool/images/workperson/interview_bg_sp_06.png') 0 0;
        background-size: cover;
        background-position: bottom -1px right -10px;
        background-repeat: no-repeat;
    }
    /* インタービュー07 */
    .interView_07::before{
        background: url('/saiyou/plant/highschool/images/workperson/interview_bg_sp_07.png') 0 0;
        background-size: cover;
        background-position: bottom -1px right;
        background-repeat: no-repeat;
    }
    /* インタービュー08 */
    .interView_08::before{
        background: url('/saiyou/plant/highschool/images/workperson/interview_bg_sp_08.png') 0 0;
        background-size: cover;
        background-position: bottom -1px right -10px;
        background-repeat: no-repeat;
    }
  
    .interView_mainVisual h1{
        margin-bottom:  35px;
        font-size: 24px;
        font-family: UD Shin Go Medium;
    }
   
    .interView_mainVisual h2{
        text-align: left;
        margin-bottom:  15px;
        font-size: 16px;
        line-height: 26px;
        font-family: UD Shin Go Bold;
    }  
    .interView_mainVisual h3{
        text-align: left;
        margin: 0;
        font-size: 16px;
        line-height: 1;
        font-family: UD Shin Go Bold;
        margin-bottom: 20px;
    }
    .interView_mainVisual p{
        text-align: left;
        margin-bottom: 12px;
        font-size: 12px;
        line-height: 1;
        font-family: UD Shin Go Light;
    }
    .interView_mainVisual p:last-child{
        margin-bottom: 0px;
    }
   
    .InterviewVoice {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0px;
        text-align: left;
        margin-bottom: 30px;
    }
    .InterviewVoice h2 {
    font-size: 18px;
    margin-bottom:20px;
    line-height: 28px;
    }
    .InterviewVoice p {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .InterviewVoice span.subHeading_01{
        font-size: 12px;
        color: #0f73cf;
        line-height: 1;
        margin-bottom: 10px;
        display: inline-block;
    }
    .InterviewVoice span.subHeading_02{
        font-size: 12px;
        color: #1da3a3;
        line-height: 1;
        margin-bottom: 20px;
        display: inline-block;
    }
    .InterviewVoicePictureblock{
        text-align: left;
        padding: 0px;
    }
    .InterviewVoicePictureblock img {
        width: 100%;
        overflow: hidden;
        border-radius: 15px;
    }
    .InterviewVoicePictureblock p.caption{
        margin: 20px 0 0 0;
        font-size: 12px;
        line-height: 24px;
    }
    .InterviewVoice_btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .InterviewVoice_btn a{
        text-decoration: none;
    }
    a p.index_btn {
        width: auto;
        height: auto;
        padding: 14px 55px;
        border-radius: 50px;
        border: solid 3px  #0f73cf;
        background-color: #fff;
        font-size: 16px;
        line-height: 1;
        z-index: 1;
        text-align: center;
        box-sizing: border-box;
        opacity: 1;
        transition: none;
    }
    a p.index_btn:hover {
        opacity: 1;
        transition: none;
    }
    .workPersonTitle {
        margin-bottom: 35px;
        height: auto;
    }
    .workPersonTitle h1 {
        text-align: left;
        margin: 0 auto;
        height: 72px;
        display: inline-flex;
        align-items: center;
    }
    .workPersonTitle h1 span{
        font-family: UD Shin Go Medium;
        }
    .workPersonTitle p.text{
        margin-top: 20px;
        font-size: 14px;
        font-family: UD Shin Go Medium;
    }
    .workPersonTitle span.sub {
        font-size: 18px;
    }
    .workPersonTitle span.main {
        font-size: 24px;
        padding-left: 10px;
    }
    .workPersonTitle span.sub {
        font-size: 14px;
    }
    .workPersonPageMainVisual {
        height: 300px;
        background: url('/saiyou/plant/highschool/images/bg_region_mainvisual_sp.png') 50% 50% no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .workPersonPageMainVisual h1 {
        padding-top: 0px;
    }
    .workPersonPageMainVisual h1 img {
        width: 360px;
        height: auto;
    }
    .workPersonPageMainVisual_caption {
        padding-top: 8px;
    }
    .workPersonPageMainVisual_caption p {
        width: auto;
        margin: 0 10px;
        text-align: left;
    } 
}

@media print,screen and (min-width: 480px) and (max-width: 767px) {
.workPersonInterview ul li div.text_block{
    height: auto;
    padding: 30px 25px;
}
 .workPersonInterview h3 {
    text-align: left;
    font-size: 1.5em;
    line-height: 1;
    font-family: UD Shin Go Bold;
    margin-bottom: 20px;
}
.workPersonInterview div.text_block p {
    margin-bottom: 12px;
    text-align: left;
    font-size: 1em;
    line-height: 1;
}
.workPersonInterview div.text_block p:last-child {
    margin-bottom: 0px;
}

    .interView_mainVisual{
        background-size: cover;
        background-position: bottom right;
        background-repeat: no-repeat;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        color: #ffffff;
        padding: 8% 6.637% 6.637% 6.637%;
        box-sizing: border-box;
        border-radius: 25px;
        position: relative;
    }
        /* インタービュー01 */
    .interView_01::before{
        display: block;
        content:'';
        position:absolute;
        bottom: 0px;
        right: 0;
        background: url('/saiyou/plant/highschool/images/workperson/interview_person_01.png') 0 0;
        background-size: cover;
        background-position: bottom -1px left 70%;
        background-repeat: no-repeat;
        width:100%;
        height: 110%;
        border-radius: 25px;
    } 
        /* インタービュー02 */
    .interView_02::before{
        display: block;
        content:'';
        position:absolute;
        bottom: 0px;
        right: 0;
        background: url('/saiyou/plant/highschool/images/workperson/interview_person_02.png') 0 0;
        background-size: cover;
        background-position: bottom -1px left 70%;
        background-repeat: no-repeat;
        width:100%;
        height: 110%;
        border-radius: 25px;
    } 
        /* インタービュー03 */
    .interView_03::before{
        display: block;
        content:'';
        position:absolute;
        bottom: 0px;
        right: 0;
        background: url('/saiyou/plant/highschool/images/workperson/interview_person_03.png') 0 0;
        background-size: cover;
        background-position: bottom -1px left 70%;
        background-repeat: no-repeat;
        width:100%;
        height: 110%;
        border-radius: 25px;
    } 
        /* インタービュー04 */
    .interView_04::before{
        display: block;
        content:'';
        position:absolute;
        bottom: 0px;
        right: 0;
        background: url('/saiyou/plant/highschool/images/workperson/interview_person_04.png') 0 0;
        background-size: cover;
        background-position: bottom -1px left 70%;
        background-repeat: no-repeat;
        width:100%;
        height: 110%;
        border-radius: 25px;
    } 
        /* インタービュー05 */
    .interView_05::before{
        display: block;
        content:'';
        position:absolute;
        bottom: 0px;
        right: 0;
        background: url('/saiyou/plant/highschool/images/workperson/interview_person_05.png') 0 0;
        background-size: cover;
        background-position: bottom -1px left 70%;
        background-repeat: no-repeat;
        width:100%;
        height: 110%;
        border-radius: 25px;
    } 
        /* インタービュー06 */
    .interView_06::before{
        display: block;
        content:'';
        position:absolute;
        bottom: 0px;
        right: 0;
        background: url('/saiyou/plant/highschool/images/workperson/interview_person_06.png') 0 0;
        background-size: cover;
        background-position: bottom -1px left 70%;
        background-repeat: no-repeat;
        width:100%;
        height: 110%;
        border-radius: 25px;
    } 
        /* インタービュー07 */
    .interView_07::before{
        display: block;
        content:'';
        position:absolute;
        bottom: 0px;
        right: 0;
        background: url('/saiyou/plant/highschool/images/workperson/interview_person_07.png') 0 0;
        background-size: cover;
        background-position: bottom -1px left 70%;
        background-repeat: no-repeat;
        width:100%;
        height: 110%;
        border-radius: 25px;
    } 
        /* インタービュー08 */
    .interView_08::before{
        display: block;
        content:'';
        position:absolute;
        bottom: 0px;
        right: 0;
        background: url('/saiyou/plant/highschool/images/workperson/interview_person_08.png') 0 0;
        background-size: cover;
        background-position: bottom -1px left 70%;
        background-repeat: no-repeat;
        width:100%;
        height: 110%;
        border-radius: 25px;
    } 

   
}
