.recruit-section3-wrapper {
    padding: 0;
    background: var(--sub-color-12);
    color: var(--txt-color-3);
}

.recruit-section3-img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    padding-right: 0;
    padding-left: 20px;
    border-top-left-radius: 50px;
    top: -60px;
    position: relative;
}

.recruit-section3-contents {
    padding-left: 25px;
    margin: 40px 0;
}

.recruit-section3-contents dl {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-top: 35px;
}

.recruit-section3-contents dl:first-of-type {
    margin-top: 0;
}

.recruit-section3-contents dt {
    line-height: 25px;
    color: var(--txt-color-5);
    font-weight: bold;
    position: relative;
    font-size: 30px;
    top: -15px;
}

.recruit-section3-contents dt::after {
    position: absolute;
    content: "";
    display: block;
    width: 80%;
    background: var(--txt-color-5);
    height: 1px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.recruit-section3-contents dt p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

.recruit-section3-contents dd {
    font-size: 15px;
    line-height: 23px;
    padding-right: 25px;
}

.recruit-section3-contents dd h4 {
    display: flex;
    flex-direction: column;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 25px;
}

.recruit-section3-contents dd h4 span {
    font-weight: 200;
    font-size: 12px;
    line-height: 20px;
}