  



@media screen and (min-width: 768px) {

    #contents_header article{
        position: relative;
    }


    #contents_header article figure{
        position: absolute;
        background-size: cover;
    }

    #contents_header article figure:nth-of-type(1){
        width: 50%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    #contents_header article figure:nth-of-type(2){
        width: 50%;
        height: 50%;
        top: 0;
        left: 50%;
        z-index: 2;
    }

    #contents_header article figure:nth-of-type(3){
        width: 25%;
        height: 50%;
        top: 50%;
        left: 50%;
        z-index: 3;
    }

    #contents_header article figure:nth-of-type(4){
        width: 25%;
        height: 50%;
        top: 50%;
        left: 75%;
        z-index: 4;
    }


    #contents_header article figure.img_1:nth-of-type(1){
        background-image: url(/recruit/person/img/person_index_1_1.webp);
        background-position: center  center ;
    }

    #contents_header article figure.img_2:nth-of-type(1){
        background-image: url(/recruit/person/img/person_index_1_2.webp);
        background-position: center center ;
    }

    #contents_header article figure.img_3:nth-of-type(1){
        background-image: url(/recruit/person/img/person_index_1_3.webp);
        background-position: center center ;
    }

    #contents_header article figure.img_1:nth-of-type(2){
        background-image: url(/recruit/person/img/person_index_2_1.webp);
        background-position: left center ;
    }

    #contents_header article figure.img_2:nth-of-type(2){
        background-image: url(/recruit/person/img/person_index_2_2.webp);
        background-position: right center ;
    }

    #contents_header article figure.img_3:nth-of-type(2){
        background-image: url(/recruit/person/img/person_index_2_3.webp);
        background-position: right center ;
    }
    
    #contents_header article figure.img_1:nth-of-type(3){
        background-image: url(/recruit/person/img/person_index_3_1.webp);
        background-position: right center ;
    }

    #contents_header article figure.img_2:nth-of-type(3){
        background-image: url(/recruit/person/img/person_index_3_2.webp);
        background-position: center center ;
    }

    #contents_header article figure.img_3:nth-of-type(3){
        background-image: url(/recruit/person/img/person_index_3_3.webp);
        background-position: right top ;
    }

    #contents_header article figure.img_1:nth-of-type(4){
        background-image: url(/recruit/person/img/person_index_4_1.webp);
        background-position: center top ;
    }

    #contents_header article figure.img_2:nth-of-type(4){
        background-image: url(/recruit/person/img/person_index_4_2.webp);
        background-position: right center ;
    }

    #contents_header article figure.img_3:nth-of-type(4){
        background-image: url(/recruit/person/img/person_index_4_3.webp);
        background-position: right top ;
    }

    #contents_header article::before{
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0, .2);
        z-index: 10;
        left: 0;
        top: 0;
    }

}




@media screen and (max-width: 767px) {


    #contents_header article{
        position: relative;
    }


    #contents_header article figure{
        position: absolute;
        background-size: cover;
    }

    #contents_header article figure:nth-of-type(1){
        width: 50%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    #contents_header article figure:nth-of-type(2){
        width: 50%;
        height: 100%;
        top: 0;
        left: 50%;
        z-index: 2;
    }

    #contents_header article figure:nth-of-type(3),
    #contents_header article figure:nth-of-type(4){
       display: none;
    }


    #contents_header article figure.img_1:nth-of-type(1){
        background-image: url(/recruit/person/img/person_index_1_1_sp.webp);
        background-position: center  center ;
    }

    #contents_header article figure.img_2:nth-of-type(1){
        background-image: url(/recruit/person/img/person_index_1_2_sp.webp);
        background-position: center center ;
    }

    #contents_header article figure.img_3:nth-of-type(1){
        background-image: url(/recruit/person/img/person_index_1_3_sp.webp);
        background-position: center center ;
    }

    #contents_header article figure.img_1:nth-of-type(2){
        background-image: url(/recruit/person/img/person_index_2_1_sp.webp);
        background-position: center center ;
    }

    #contents_header article figure.img_2:nth-of-type(2){
        background-image: url(/recruit/person/img/person_index_2_2_sp.webp);
        background-position: right center ;
    }

    #contents_header article figure.img_3:nth-of-type(2){
        background-image: url(/recruit/person/img/person_index_2_3_sp.webp);
        background-position: right center ;
    }
    
    #contents_header article::before{
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0, .2);
        z-index: 10;
        left: 0;
        top: 0;
    }
}










#contents_area article {
    position: relative;
}

#contents_area article div.bt_member{
    width: calc(100% - 120px) ;
}

#contents_area article div.bt_member h2{
    position: relative;
    font-size: 36px;
    padding: 30px 0px 15px;
    line-height: 1;
}

#contents_area article div.bt_member h2::before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: linear-gradient( 90deg, rgb(53, 181, 151) 20%, rgb(0, 160, 233) 80% );
}

#contents_area article h3{
    display: block;
    font-size: 100px;
    position: absolute;
    opacity: .1;
    transform-origin: left top;
    transform: rotate(90deg);
    top: 20px;
    left: 101%;
    line-height: 1;
    z-index: 1;
}



@media screen and (max-width: 1000px) {

    #contents_area article div.bt_member{
        width: 95%;
    }

    #contents_area article h3{
        left: 90vw;   
    }

    #contents_area article div.bt_member h2{
        font-size: 3.6vw;
        padding: 3vw 0px 1.5vw;
    }



}


@media screen and (max-width: 540px) {

    

    #contents_area article div.bt_member h2{
        font-size: 24px;
        padding: 7vw 0px 5vw;
    }

    #contents_area article h3{
        font-size: 70px;
        left: 95vw;
        top: 20px;
    }

}

@media screen and (max-width: 480px) {

    #interviewbox{
        margin-top: 30px;
    }

}

@media screen and (max-width: 360px) {

    #contents_area article div.bt_member{
        width: 100%;
    }

    #contents_area article h3{
        display: none;
    }

}




/* 　ボタン 　*/

#contents_area article ul{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 0px 100px;
    z-index: 10;
}

#contents_area article ul li{
    width: 20.2%;
    margin-bottom: 70px;
}

#contents_area article ul li figure{
    border-radius: 10px;
    overflow: hidden;
}


#contents_area article ul li span{
    display: block;
    font-size: 22px;
    padding-top: 15px;
    line-height: 1;
}

#contents_area article ul li span h6{
    font-size: 16px;
    padding-bottom: 10px;
}

#contents_area article ul li span small{
    display: block;
    font-size: 14px;
    padding-top: 5px;
}



@media screen and (max-width: 1200px) {

    #contents_area article ul{
        padding: 5vw 0px 10vw;
    }
    
    #contents_area article ul li{
        width: 21%;
        margin-bottom: 5.5vw;
    }

}


@media screen and (max-width: 1000px) {

    #contents_area article ul li span{
        font-size: 2.2vw;
        padding-top: 1.5vw;
    }

    #contents_area article ul li span h6{
        font-size: 1.6vw;
        padding-bottom: 1vw;
    }

    #contents_area article ul li span small{
        font-size: 1.4vw;
        padding-top: .5vw;
    }

}


@media screen and (max-width: 800px) {


    #contents_area article ul li{
        width: 30%;
    }

}


@media screen and (max-width: 767px) {

    #contents_area article ul{
        padding: 7vw 0px 10vw;
    }
    
    #contents_area article ul li span{
        font-size: 18px;
        padding-top: 10px;
        line-height: 1;
    }
    
    #contents_area article ul li span small{
        display: block;
        font-size: 14px;
        padding-bottom: 7px;
    }

    #contents_area article ul li span{
        font-size: 18px;
        padding-top: 10px;
    }

    #contents_area article ul li span h6{
        font-size: 15px;
        padding-bottom: 8px;
    }

    #contents_area article ul li span small{
        font-size: 12px;
        padding-top: 3px
    }

}


@media screen and (max-width: 640px) {

    #contents_area article ul li{
        width: 47%;
        margin-bottom: 7vw;
    }

}


@media screen and (max-width: 480px) {

    #contents_area article ul li{
        margin-bottom: 10vw;
    }

    #contents_area article ul li figure{
        border-radius: 7px;
    }
}


@media screen and (max-width: 360px) {

    #contents_area article ul li span{
        font-size: 17px;
        padding-top: 8px;
        line-height: 1;
    }
    
    #contents_area article ul li span small{
        display: block;
        font-size: 13px;
        padding-bottom: 5px;
    }
    
}







/* jobbox */


#contents_area #jobbox{
    position: relative;
    padding: 130px 0px 100px;
}

#contents_area #jobbox::before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: linear-gradient( 90deg, rgb(53, 181, 151) 20%, rgb(0, 160, 233) 80% );
}


#contents_area #jobbox a figure{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

#contents_area #jobbox a figure img{
    position: relative;
    z-index: 1;
}

#contents_area #jobbox a figure::before{
    transition: all 500ms 0s ease;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 2;
}

#contents_area #jobbox a:hover figure::before{
    opacity: 0;
}

#contents_area #jobbox a h4{
    position: absolute;

    display: inline-block;
    font-size: 36px;
    color: #FFF;
    line-height: 1;
    top: 52%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 20;
}



@media screen and (max-width: 767px) {

    #contents_area #jobbox{
        position: relative;
        padding: 100px 0px 80px;
    }

    #contents_area #jobbox a h4{
        font-size: 28px;
    }

}











