.recruit-section2-img {
    padding: 0;
    height: 280px;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.recruit-section2-wrapper {
    padding-top: 50px;
    padding-bottom: 150px;
    background: url("../../img/recruit/main-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    color: var(--txt-color-3);
}

.recruit-section2-contents {
    margin-top: 30px;
    padding: 0 25px;
}

.recruit-section2-contents li {
    padding-left: 25px;
    position: relative;
    margin-top: 15px;
    font-size: 18px;
    line-height: 26px;
}

.recruit-section2-contents li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid var(--txt-color-3);
}