@charset "UTF-8";

section.top  {
    background-image: url( ../img/recruit-info/sales/DSC_6839.jpg );
}

@media (max-width: 1200px) {
    section.top h1 {
        transform: translateY(100px);

    }
}
@media (max-width: 700px) {
    section.top  {
        height: 400px;
        padding: 260px 0;
        background-position: 50% 60%;
        background-position: center 42px;
    }
    section.top h1 {

    }
}