.recruit ._hero_{
    background:url("../img/recruit_hero_edit.jpg");
    background-size: cover;
    /* background-position-x: -52px; */
    background-position-y: -82px;
}

.training .about__flex {
    align-items: center;
}

.recruit.table {
    padding: 160px;
}

.recruit .recruit__table {
    margin: 0 auto;
    width: 100%;
    border-collapse:collapse;
}

.recruit .recruit__table td{
    padding: 16px 24px;
}

.recruit .recruit__table tr:nth-child(2n+1) {
    background-color: #F4F4F4;
}

.recruit .recruit__table tr {
    border-top:  solid #797979 1px;
}

.recruit .recruit__table tr:nth-child(1) {
    border-top:  none
}

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

        background-position-y: 48px;
    }

    .recruit.table {
        padding: 48px 30px;
        font-size: 12px;
    }

    .recruit .textArea {
        margin-top: 24px;
    }
}