@charset "utf-8";

/* 採用情報 */
.recruit {
    margin-bottom: 120px;
}

.overview_list {
    margin-top: 60px;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 90px;
}

.overview_item strong {
    font-weight: 600;
    display: inline-block;
    width: 100px;
    border-bottom: 1px solid #C06223;
    padding-bottom: 5px;
}

.overview_item small {
    display: inline-block;
    width: 80%;
    align-items: center;
    border-bottom: 1px solid #A99D9D;
    padding-left: 70px;
    padding-bottom: 5px;
}

.overview_item span {
    font-weight: 600;
}

.overview_item+.overview_item {
    margin-top: 35px;
}

/* 社員メッセージ */
.message {
    margin-bottom: 100px;
}

.message_text {
    line-height: 2;
}

.driver_icon {
    width: 40%;
}

@media(max-width: 768px) {

    /* 募集要項 */
    .overview_list {
        margin-bottom: 50px;
        margin-top: 40px;
    }

    .company_arrange {
        width: 8%;
    }

    .overview_item strong {
        text-align: center;
    }

    .overview_item {
        text-align: center;
    }

    .overview_item small {
        padding-left: 0;
        width: 90%;
        padding-top: 15px;
        text-align: center;
    }

    /* 社員メッセージ */
    .message {
        margin-bottom: 60px;
    }

    .message_information {
        flex-direction: column;
    }

    .sub_arrange {
        margin-top: -55px;
    }

    .message_container {
        margin-top: 10px;
        flex-direction: column-reverse;
    }

    .driver_icon {
        width: 50%;
        margin-bottom: 20px;
        margin-left: auto;
    }
}