.l-mv {
    background-image: url(../../images/service/mv-bg_pc.jpg);
}

.service h2{
    font-weight: bold;
}

.service.entry-content h2 {
    padding-bottom: 0;
    margin-bottom: 32px;
}

.service.entry-content h3 {
    border-bottom: 1px solid #AAAAAA;
    padding-top: 0;
}

.service.entry-content p {
    margin-bottom: 140px;
}

.wp-block-group {
    margin-bottom: 150px;
}

.wp-block-group.wp-block-group_last {
    margin-bottom: 0;
}

/* .recruit-splash {
    display: none;
} */

/* ↓他ページでも必要な場合はpage-commonに移動 */

.entry-content .more-btn a, .custom-html-widget a {
    color: #fff!important;
}

.entry-content .more-btn a:hover, .custom-html-widget a:hover {
    color: #fff!important;
}

/* .recruit-splash {
    display: none;
} */

/* ↑他ページでも必要な場合はpage-commonに移動 */


@media screen and (max-width:768px) {
    .l-mv {
        background-image: url(../../images/service/mv-bg_sp.jpg);
    }

    .wp-block-group {
        margin-bottom: 90px;
    }

    .service.entry-content h2 {
        padding-top: 0;
        padding-bottom: 24px;
        margin-bottom: 20px;
        border-bottom: 1px solid #AAAAAA;
    }

    .service.entry-content h3 {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 32px;
        border-bottom: none;
    }

    .service.entry-content p {
        margin-bottom: 50px;
    }
}