.box2 {
    padding-bottom: 0;
}

.box3{
    padding-top: 0;
}




.box-works-list__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.7em;
    float: none;
}

.box2 .box-works-list-item__pic{
    filter:drop-shadow(0.125em 0.25em 0.25em rgba(0,0,0,0.2));
}

.box2 .box-works-list-item__pic:nth-child(1){
    position:relative;
    width:65%;
    margin-bottom:33%;
    z-index: 1;
}

.box2 .box-works-list-item__pic:nth-child(2){
    position:absolute;
    width:65%;
    left: 19%;
    top: 43%;
}

.box2 .box-works-list-item__pic:nth-child(3){
    position:absolute;
    width: 12%;
    height: 92.75%;
    overflow: hidden;
    right: 0;
    top: 0;
}

.box3 .box-works-list-item__pic{
    filter:drop-shadow(0.125em 0.25em 0.25em rgba(0,0,0,0.2));
}

.box3 .box-works-list-item__pic img{
    
}

.box3 .box-works-list-item__pic:nth-child(1){
    position:relative;
    width:50%;
    margin-bottom:12%;
    aspect-ratio: 0.34;
    z-index: 1;
    left:14%;
    overflow: hidden;
}

.box3 .box-works-list-item__pic:nth-child(2){
    position:absolute;
    width:15%;
    right: 14%;
    top: 0;
}

.go-works{
    text-align:center;
    margin-bottom: 6em;
}

@media screen and (max-width: 768px) {
    .box2{
        margin-bottom: 6em;
    }

    .box2 .box-works-list-item__pic:nth-child(1){
        width:100%;
        margin-bottom: 3%;
    }

    .box2 .box-works-list-item__pic:nth-child(2){
        width:100%;
        left: 0;
        position: relative;
    }

    .box2 .box-works-list-item__pic:nth-child(3){
        width: 25%;
        position: relative;
        margin: 1em auto 0;
        aspect-ratio: 0.175;
    }

    .box2{
        margin-bottom: 6em;
    }


    .box3 .box-works-list-item__pic:nth-child(1){
        left: 3%;
        width: 60%;
    }

    .box3 .box-works-list-item__pic:nth-child(2){
        right: 3%;
        width: 26%;
        overflow: hidden;
        aspect-ratio: 0.1472;
    }

}
