@media print, screen and (min-width: 768px) {
    #company_page.design02 .about-sec {
        background: url(../../img/company_page/3544/img_about_pc.jpg) no-repeat center / cover;
    }
}
   
@media screen and (max-width: 767px) {
    #company_page.design02 .about-sec{
    background: url(../../img/company_page/3544/img_about_sp.jpg) repeat-y center top / 100%; 
}
}

#company_page.design02 .interview-sec .-list > li > figure>img {
    height: 100%;
    object-fit: cover;
    width:100%;
}