.job-wrapper {
    width: calc(100% - 60px);
    max-width: 1024px;
    margin: 0 auto 40px auto;
    align-items: center;
}

.job-description {
    text-align: center;
}

.section-title {
    font-size: 2rem;
    color: #000;
    margin-bottom: 10px;
    margin: 40px 0;
}

.section-subtitle {
    font-size: 1.25rem;
    color: #08b355;
    margin-top: 30px;
}

.funiture-job-photo {
    margin: 20px auto;
    width: 150px;
    border-radius: 20px;
}

.job-benefits {
    margin: 20px auto;
    border: dashed 2px #000;
    background: #f0f6fa;
    width: 50%;
    padding: 20px 35px;
    border-radius: 15px;
    font-weight: 700;
}

.job-benefits li {
    text-align: left;
    margin-bottom: 10px;
    list-style-type: disc;
}

.job-contact {
    font-weight: 700;
}

p {
    font-size: 1rem;
    margin: 10px 0;
}

.job-contact a:hover {
    text-decoration: none;
    color: #08b355;
}

/* メディアクエリでレスポンシブ対応 */
@media (max-width: 768px) {
    .job-benefits {
        width: 100%;
    }
}

/* メディアクエリでレスポンシブ対応 */
@media (max-width: 480px) {
    .job-benefits {
        width: 100%;
    }
}
