/* =========================================================
   Recruit
   採用情報
   page-id-265
========================================================= */

body.page-id-265 .wp-block-group.recruit-section {
    width: fit-content;
}

body.page-id-265 .wp-block-group.recruit-contact {
    width: fit-content;
}

body.page-id-265 .recruit-section td:first-child {
    white-space: nowrap;
}

.page .recruit-section h2.wp-block-heading {
    text-align: left;
    font-weight: 700;
    margin-bottom: .8rem;
}

/* =========================================================
   SP Recruit
========================================================= */

@media screen and (max-width: 768px) {

    body.page-id-265 .wp-block-group.recruit-section,
    body.page-id-265 .wp-block-group.recruit-contact {
        width: 100%;
    }

    body.page-id-265 .recruit-section h2 {
        margin-top: 2rem;
    }
}