.job {
    padding-bottom: 60px;
    font-weight: 300;
    line-height: 1.625;
    letter-spacing: 0.005em;
}
@media only screen and (min-width: 768px) {
    .job {
        padding-bottom: 110px;
    }
}
.job p:not(:last-child) {
    margin-bottom: 25px;
}
.job_txt__lg {
    font-size: 16px;
    font-weight: 500;
}
@media only screen and (min-width: 768px) {
    .job_txt__lg {
        font-size: 18px;
    }
}
.job_heading {
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .job_heading {
        margin-bottom: 67px;
    }
}
.job_content {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column-reverse;
    gap: 25px;
}
@media only screen and (min-width: 768px) {
    .job_content {
        margin-bottom: 143px;
        flex-direction: row;
        gap: min(7.45vw, 82px);
    }
}
.job_img {
    flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
    .job_img {
        padding-top: 6px;
        width: 350px;
    }
}
.job_lists {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media only screen and (min-width: 768px) {
    .job_lists {
        gap: 60px;
    }
}
.job_lists:not(:last-child) {
    margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
    .job_lists:not(:last-child) {
        margin-bottom: 63px;
    }
}
.job_item {
    position: relative;
    padding: 55px 20px 30px;
    border: 1px solid #999;
}
@media only screen and (min-width: 768px) {
    .job_item {
        padding: 35px 70px 40px;
    }
}
.job_item_title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
@media only screen and (min-width: 768px) {
    .job_item_title {
        margin-bottom: 32px;
        padding-right: 220px;
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .job_item_detail {
        margin-left: 5px;
    }
}
.job_item_detail:not(:last-child) {
    margin-bottom: 29px;
}
.job_item_detail_dl {
    display: flex;
    column-gap: 15px;
}
@media only screen and (min-width: 768px) {
    .job_item_detail_dl {
        column-gap: 28px;
    }
}
.job_item_detail_dt {
    flex-shrink: 0;
    width: 58px;
}
@media only screen and (min-width: 768px) {
    .job_item_detail_dt {
        width: 65px;
    }
}
.job_item_detail_dd {
    max-width: 810px;
}
.job_item__recruiting::after,
.job_item__consulting::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 140px;
    aspect-ratio: 4/1;
    z-index: 2;
}
@media only screen and (min-width: 768px) {
    .job_item__recruiting::after,
    .job_item__consulting::after {
        top: 41px;
        right: 63px;
        width: 200px;
    }
}
.job_item__recruiting::after {
    background: url(./../images/recruit/img_recruit_status01.webp) center/100%
        auto no-repeat;
}
.job_item__consulting::after {
    background: url(./../images/recruit/img_recruit_status02.webp) center/100%
        auto no-repeat;
}
.job_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.job_flex_col {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .job_flex_col {
        width: max(50% - 8px, 400px);
    }
}

.training {
    padding: 60px 0;
    background: #f0f0f0;
    font-weight: 300;
    line-height: 1.625;
}
@media only screen and (min-width: 768px) {
    .training {
        padding: 65px 0 60px;
    }
}
.training p:not(:last-child) {
    margin-bottom: 25px;
}
.training_heading {
    margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
    .training_heading {
        margin-bottom: 43px;
    }
}
.training_lists {
    max-width: 950px;
    counter-reset: training-counter;
}
@media only screen and (min-width: 768px) {
    .training_lists {
        margin-left: 59px;
        padding-top: 4px;
    }
}
.training_item {
    counter-increment: training-counter;
}
.training_item:not(:last-child) {
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    .training_item:not(:last-child) {
        margin-bottom: 24px;
    }
}
.training_item_dt {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.005em;
}
@media only screen and (min-width: 768px) {
    .training_item_dt {
        font-size: 20px;
    }
}
.training_item_dt::before {
    content: counter(training-counter) ".";
}
.training_item_dd {
    padding-left: 14px;
}
@media only screen and (min-width: 768px) {
    .training_item_dd {
        padding-left: 18px;
    }
}

.testimonial {
    padding: 60px 0;
    font-weight: 300;
    line-height: 1.625;
}
@media only screen and (min-width: 768px) {
    .testimonial {
        padding: 60px 0 85px;
    }
}
.testimonial p:not(:last-child) {
    margin-bottom: 25px;
}
.testimonial_heading {
    margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
    .testimonial_heading {
        margin-bottom: 60px;
    }
}
.testimonial_grid {
    display: flex;
    gap: 30px;
    flex-direction: column;
    margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
    .testimonial_grid {
        gap: 66px 100px;
        gap: 66px clamp(20px, (100vw - 1023px) * 1000, 100px);
        flex-wrap: wrap;
        flex-direction: row;
        margin-bottom: 73px;
    }
}
.testimonial_item {
    padding: 20px;
    border: 1px solid #333;
}
@media only screen and (min-width: 768px) {
    .testimonial_item {
        width: calc(50% - 50px);
        width: clamp(50% - 50px, (1024px - 100vw) * 1000, 50% - 10px);
        padding: 34px 46px 40px;
        padding: 34px clamp(20px, (100vw - 1024px) * 1000, 46px) 40px;
    }
}
.testimonial_info {
    padding-bottom: 5px;
    margin-bottom: 7px;
    display: flex;
    align-items: flex-end;
    column-gap: 10px;
    border-bottom: 1px solid #333;
}
.testimonial_info_img {
    flex-shrink: 0;
    width: 46px;
}
@media only screen and (min-width: 768px) {
    .testimonial_info_img {
        width: 66px;
    }
}
.testimonial_info_img img {
    height: 100%;
    object-fit: contain;
}
@media only screen and (min-width: 768px) {
    .testimonial_info_title {
        padding-bottom: 3px;
    }
}
