#works-mainVisual .cntImg{
    height: 535px;
}
#works-mainVisual .cntImg::before{
    top: 50%;
    left: -204px;
    width: 481px;
    background: url("../img/works_other/other_design_top2.jpg") right/cover no-repeat;
}
#works-mainVisual .cntBox{
    top: 53%;
}

#interior-design .cntImg img{
    bottom: -25px;
    right: 40px;
    width: 100%;
}

#graphic-design .cntImg img{
    bottom: -5.6426%;
    right: -3.1347%;
    width: 66.4576%;
}

#three-dimensional-design .cntImg img{
    bottom: -42.0062%;
    right: 22.884%;
    width: 86.5203%;
}

#product-design .cntImg img{
    bottom: -30.4075%;
    left: 15.3605%;
    width: 110.03134%;
}

#display-design .cntImg img{
    bottom: -8.4639%;
    right: 30%;
    width: 75%;
}

/*SP*/
@media screen and (max-width:480px){
    #interior-design .cntImg img{
        width: 80%;
        margin: 0 auto;
    }
    #graphic-design .cntImg img{
        width: 62%;
        margin-left: auto;
        margin-right: 6%;
    }
    #three-dimensional-design .cntImg img{
        width: 74%;
        max-width: 300px;
        margin: -16% 0 -38%;
    }
    #product-design .cntImg img{
        width: 80%;
        margin: -38% -6% -20% auto;
    }
    #display-design .cntImg img {
        width: 68%;
    }
}