@charset "UTF-8";
/* CSS Document */

#mainimg {
    background: url(../img/mainimg.jpg) no-repeat center center;
    background-size: cover;
    height: 88vh;
    margin-top: -100px;
    margin-bottom: 1em;
}


#interview .imgbox {
    background: url(../img/img_person2_02.jpg) no-repeat center center;
    background-size: cover;
}

@media screen and (max-width: 780px) {
    #mainimg {
        background: url(../img/mainimg_sp.jpg) no-repeat top center;
        background-size: 100%;
        margin-top: -60px;
        height: 60vh;
    }
    
    #interview .imgbox {
        height: 400px;
        margin: 0 0 0 2em;
    }
}