/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*　　　　　　　　　　　　　　　　　仕事について　　　　　　　　　　　　　　　　　*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.re-about-job-message,
.special-vehicle-division {
    margin-top: 80px;
    padding: 0 16px;
}

.sewing-department {
    margin: 80px 0;
    padding: 0 16px;
}

.about-job-cont,
.svd-cont,
.sd-cont {
    max-width: 1520px;
    margin: 0 auto;
}

.about-job-ttl {
    font-size: clamp(1.5rem, 1.3766rem + 0.5195vw, 2rem);
    font-weight: 600;
}

.about-job-des {
    line-height: 1.6;
    margin-top: 24px
}

.svd-box {
    display: flex;
    gap: 40px;

    @media (max-width: 767px) {
        flex-direction: column;
    }
}

.our-efforts-under-line {
    height: 8px;
    width: 100%;
    background: linear-gradient(to right, #F84547, #feb47b);
}

.svd-item-left {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;

    @media (max-width: 767px) {
        width: 100%;
    }
}

.svd-bg-txt {
    position: absolute;
    top: 0;
    left: 11%;
    font-size: 64px;
    font-weight: 900;
    color: #33333317;
    z-index: -1;
    text-align: right;

    @media (max-width: 767px) {
        left: 40%;
    }
}

.svd-bg-txt-02 {
    position: absolute;
    top: 0;
    left: -0%;
    font-size: 64px;
    font-weight: 900;
    color: #33333317;
    z-index: -1;
    text-align: right;

    @media (max-width: 767px) {
        left: 15%;
    }
}

.svd-item-right {
    flex: 1;

    @media (max-width: 767px) {
        order: 1;
    }
}

.svd-content-num {
    padding: 6px;
    background: linear-gradient(135deg, #F84547, #feb47b);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;

}

.svd-content-main-ttl {
    font-size: 32px;
    font-weight: 600;
    margin-top: 40px;
    text-align: center;

    @media (max-width: 767px) {
        margin-top: 16px;
    }
}

.svd-content-box {
    margin-top: 40px;
    align-items: center;
    display: flex;
    flex-direction: column;

    @media (max-width: 767px) {
        gap: 20px;
        width: 100%;
        margin-top: 0px;
    }
}

.flex-left {
    width: 100%;
    text-align: center;
}

.flex-right {

    @media (max-width: 767px) {
        gap: 10px;
        display: flex;
    }

}


.svd-content-txt-ttl {
    font-size: clamp(1rem, 0.8333rem + 0.3472vw, 1.25rem);
    font-weight: 600;
}

.svd-content-txt {
    margin-top: 40px;

    @media (max-width: 767px) {
        margin-top: 16px;
    }
}

.svd-content-txt li {
    font-weight: 500;
    line-height: 1.6;
    font-size: clamp(0.875rem, 0.8442rem + 0.1299vw, 1rem);
}

.svd-content-des {
    margin-top: 16px;
    line-height: 1.6;
}

.svd-other-cont {
    margin-top: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

    .re-btn {
        border-bottom: 1px solid #FEA549;
        padding-bottom: 8px;
    }

    .re-btn-left {
        margin-top: 16px;
        display: flex;
        justify-content: flex-end;
    }

    @media (max-width: 767px) {
        max-width: 80%;
        margin: 24px auto 0;
    }
}

.svd-other-box {
    display: flex;

    @media (min-width: 768px) and (max-width:1024px) {
        height: 150px;
    }

    @media (max-width: 767px) {
        flex-direction: column;
        width: 100%;

        .other-img {
            order: 1;
        }

        .svd-other-item {
            order: 2;
        }
    }
}

.svd-other-item {
    background-color: #fff;
    padding: 16px;
}

.other-img {
    width: 40%;

    @media (min-width: 768px) and (max-width:1024px) {
        width: 80%;
    }

    @media (max-width: 767px) {
        width: 100%;
    }

}

.svd-other-ttl {
    font-size: clamp(1.25rem, 1.0833rem + 0.3472vw, 1.5rem);
    font-weight: 500;
}

.svd-other-des {
    margin-top: 16px;
    line-height: 1.4;
}

@media (min-width: 768px) and (max-width:1024px) {}

@media (max-width: 767px) {}