/******************

inner

*******************/

.career-consultation-inner {
    display: flex;
    padding-bottom: 80px;
    justify-content: space-between;
}

.career-consultation-items {
    width: 45%;
}

.career-consultation-form {
    width: 50%;
}

.career-consultation-items__box {
    background-color: #ECEDF0;
}

.career-consultation-items__content {
    padding: 40px;
}

.career-consultation-items__content h5 {
    margin-bottom: 16px;
}

.career-consultation-items__content dl {
    display: flex;
    column-gap: 16px;
    margin-top: 6px;
}

.career-consultation-items__content dl dd {
    font-size: 14px;
}

.career-consultation-items__content p span {
    color: #777777;
    font-size: 12px;
}

.career-consultation-items__txt {
    top: 48px;
    left: 16px;
    position: absolute;
}

.career-consultation-items__txt p {
    color: #ffffff;
}

.career-consultation-items__txt h4 {
    color: #ffffff;
}

.career-consultation-items__btn {
    margin-top: 24px;
}

@media screen and (max-width: 880px) {
    .career-consultation-inner {
        flex-direction: column;
        row-gap: 40px;
    }
    .career-consultation-items,
    .career-consultation-form {
        width: 100%;
    }
}

@media screen and (max-width: 680px) {
    .career-consultation-items__content {
        padding: 4.8vw;
    }
    .career-consultation-items__content h5 {
        margin-bottom: 3.2vw;
        font-size: 4.4vw;
    }
    .career-consultation-inner {
        margin-top: 8vw;
    }
}