@charset "utf-8";

.is-recruitTopPage,
.is-jobOverview,
.is-ceoMessage,
.is-companyData,
.is-staffVoice,
.is-applicationGuide,
.is-entryPage {
    .bl_page_visual {
        align-items: center;
        background: var(--recruit-color-accent005);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 9.0rem 0;
        position: relative;
        z-index: -2;

        @media screen and (min-width: 768px) {
            padding: 7.0rem 0;
        }
    }
}


.is-entryPage {
    .ly_section__bgEntry {
        padding-bottom: 25.0rem;
        padding-top: 15.0rem;
    }
}
