@charset "UTF-8";

/* ==============================
職員募集
============================== */
.pagetitle_wrap {
    background: url(../img/recruit_img/pagetitle_bg.jpg) center center no-repeat;
    background-size: cover;
}

.recruit_box {
    .button_primary {
        max-width: 600px;
        margin: 20px auto 0;
        text-align: left;

        &>a {
            font-size: 1.2em;
        }
    }
}

.recruit_box+.recruit_box {
    margin-top: var(--section-top);
}

.sheet_basic {
    @media (width >=768px) {
        :is(th) {
            min-width: 10ic;
        }

    }
}