
:where(body.parent-page-company.page-about .SITE-page-content) .game {
    background-image: url(../images/pages/company/about/game_bg_small.png)
}

@media (min-width: 768px) {
    :where(body.parent-page-company.page-about .SITE-page-content) .game {
        background-image: url(../images/pages/company/about/game_bg.png)
    }
}


:where(body.page-company .SITE-page-content) .about {
    background-image: url(../images/pages/company/index/about_bg_small.png)
}

@media (min-width: 768px) {
    :where(body.page-company .SITE-page-content) .about {
        background-image: url(../images/pages/company/index/about_bg.png)
    }
}

:where(body.page-company .SITE-page-content) .recruit {
    background-image: url(../images/pages/company/index/recruit_bg_small.png)
}

@media (min-width: 768px) {
    :where(body.page-company .SITE-page-content) .recruit {
        background-image: url(../images/pages/company/index/recruit_bg.jpg)
    }
}

:where(body.page-company .SITE-page-content) .visit {
    background-image: url(../images/pages/company/index/visit_bg_small.png)
}

@media (min-width: 768px) {
    :where(body.page-company .SITE-page-content) .visit {
        background-image: url(../images/pages/company/index/visit_bg.png)
    }
}