/* 下層共通 */




/*  */

.new-work {
   
}

.new-work__list {
    margin-top: 21px;
    display:flex;
    flex-wrap: wrap;
}
.new-work__list li{
    width:47.5%;
    line-height: 1.25;
    margin-bottom: 19px;
}

.new-work__list li a{
    text-decoration: none;
    color: #000;
}
.new-work__list li:not(:nth-child(2n)){
    margin-right: 5%;
}
.new-work__list__img {
    padding-top: 95%;
    position: relative;
    overflow: hidden;
}
.new-work__list__img img{
    position:absolute;
    top:50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transform: translateY(-50%) translateX(-50%);
}

.new-work__list__txt {
    
    margin-top: 7px;
}

.new-work__list__size {}

.new-work__list__price {
    font-size: 13px;
}









@media screen and (min-width: 768px){
     /* 下層共通 */
     .header{
       /*  margin-bottom:88.02px; */
    }

   /*  */

    .new-work .h__ttl__border {
        width: 184.28px;
        
        margin-top: 6px;
        margin-left: -61px;;
        
    }
.new-work {
    
}

.new-work__list {
    margin:0 auto;
    margin-top: 43px;
    display: flex;
    flex-wrap: wrap;
    max-width:878.3px;
    margin-bottom:32px;

}

.new-work__list li:not(:nth-child(2n)) {
    margin-right: 0;
}
.new-work__list li:not(:nth-child(3n)) {
    margin-right: 5%;
}
.new-work__list li {
    width: 30%;
    line-height: 1.25;
    margin-bottom: 40px;
}

.new-work__list__img__wrap{
    overflow: hidden;
}

.new-work__list__img__wrap:hover .new-work__list__img{
    transform: scale(1.1);
    
}

.new-work__list__img{
    transition: all 300ms 0s ease;
}

}