.jobs_box {
    /* align-items: flex-end; */
}
.c-jobs__item * {
    margin: 0;
    padding: 0;
}
.c-jobs__item a {
    text-decoration: none;
    color: #000;
}
.c-jobs__item {
    color: black;
    text-decoration: none;
}
.c-jobs__item .--job {
    display: flex;
    justify-content: flex-end;
}
.c-jobs__item .--job li {
    color: #fff;
    border: 1px solid #000;
    border-bottom: none;
    background-color: #4585cf;
    text-align: center;
    min-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.c-jobs__item .--box {
    border: 1px solid #000;
    border-top: none;
    padding: 5%;
}
.c-jobs__item .--image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 1px solid #000;
    overflow: hidden;

}
.c-jobs__item .--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}
.c-jobs__item .--area{
    display: inline-block;
    padding: 3px 10px;
    height: 1%;
    margin-bottom: 0.2rem;
    color: #fff;
    background-color: #3AB4EB;
    border-radius: 2rem;
    text-align: center;
    font-size: 14px;
}
.c-jobs__item .--company_name {
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}
.c-jobs__item .--company_concept {
    font-size: 11px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
}