@charset "UTF-8"; 

section.top  {
    background-image: url( "../img/recruit-info/management-c/DSC_7426 (2).jpg" );
    background-position: 71% 17% !important;
    /* background-size: 160%; */
    background-repeat: no-repeat;
}
@media (max-width: 800px) {
    section.top {
        /* background-position: 79% 50%!important;
        background-position: center center !important; */
    }
}
@media (max-width: 400px) {
    section.top {
        /* background-position: 79% 50%!important; */
        background-size: 311%;
    }
}