.system-wrapper {
    /* background: radial-gradient(circle, var(--sub-color-4) 0%, var(--sub-color-3) 40%); */
    background: url("../../img/recruit/pc-left-bg.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media(max-width:992px) {
    .system-wrapper {
        padding: 0;
    }
}

.system-wrapper::before {
    content: "";
    position: absolute;
    background: url("../../img/recruit/main-bg.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
}

.underlayer-titles {
    margin-top: 50px;
}

.underlayer-titles p {
    color: var(--txt-color-4);
}

.underlayer-titles::after {
    background: var(--txt-color-6);
}

.system-contents {
    margin-top: 100px;
    border: 1px solid var(--txt-color-5);
    position: relative;
}

@media(max-width:992px) {
    .system-contents-wrapper {
        padding: 0 15px;
    }
}

.system-contents-title {
    background: var(--txt-color-5);
    color: #FFF;
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
}

.system-content {
    padding: 40px 60px 15px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    color: var(--sub-color-6);
}

@media(max-width:992px) {
    .system-content {
        padding: 40px 25px 15px;
        flex-direction: column;
    }
}

.system-content::after {
    content: "";
    position: absolute;
    background: var(--txt-color-5);
    opacity: 0.5;
    height: 1px;
    width: 90%;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.system-content:last-of-type {
    margin-bottom: 40px;
}

@media(max-width:992px) {
    .system-content-name {
        margin-right: auto;
    }
}

.system-content-price {
    text-align: right;
}

@media(max-width:992px) {
    .system-content-price {
        margin-left: auto;
    }
}

.system-contents-caution {
    margin-top: 25px;
    text-align: center;
    color: var(--sub-color-6);
    margin-bottom: 65px;
}

@media(max-width:992px) {
    .system-contents-caution {
        text-align: left;
        font-size: 14px;
    }
}