.hire-title.hiring_desc_main {
    padding: 0 !important;
    line-height: 40px !important;
}

.job_list_tab.hire-tap {
    padding: 0 !important;
}

.hiring_desc.hire-desc {
    padding:  0 !important;
    width: 824px;
}

.pc_wrap.hire-wrap {
    justify-content: space-between;
}

.hire-link {
    display: block;
    color: #1868B8;
    cursor: pointer;
    text-decoration: underline;
    font-size: 16px;
    line-height: 32px;
}

.hire-gap {
    margin-top: 16px;
}

@media only screen and (max-width: 640px) {
    .hiring_desc.hire-desc {
        width: 100%;
        padding:  0 16px !important;
    }

    .hire-title.hiring_desc_main {
        padding-top: 24px !important;
        line-height: 40px !important;
    }

    .job_list_tab.hire-tap {
        padding: 16px !important;
    }

    .pc_wrap.hire-wrap {
        /*margin-top: 32px !important;*/
        margin-bottom: 48px !important;
    }
}