.service-box:before{
    content: "";
    display: block;
    position: absolute;
    width: 563px;
    height: 295px;
    left: 130px;
    background: url(../../../images/layout06/jp/index/service_pic1.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    max-width: 50%;
}

.service-box {
    padding-left: 55%;
    
}

@media screen and (max-width: 1280px){
    .service-box:before{
        left: 30px;
    }

    .service-box {
        padding-left: 53%;
    }
}

@media screen and (max-width: 1000px){
    .service-box:before {
        position: static;
        background-position: center;
        height: 290px;
        margin: 0 auto;
        max-width: 450px;
        width: 100%;
    }

    .service-box {
        padding-left: 0;
        padding-bottom: 50px;
    }
}