.work_wrap{
    padding: 5rem 0 10rem;
}
.work_wrap p {
	margin-bottom: 50px;
}
.work_list li{
    width: 31%;
    margin-bottom: 5rem;
}
.work_list li a{
    display: block;
}
.work_list_img{
    overflow: hidden;
    width: 100%;
    height: 230px;
}
.work_list_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.work_list li a:hover .work_list_img img{
    transform: scale(1.1);
}


h3.h3_style02{
    position: relative;
    width: 600px;
    max-width: 100%;;
    font-size: 3.6rem;
    font-weight: bold;
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 1rem;
}

@media screen and (max-width:890px) {
.work_list li{
    width: 48%;
}
}
@media screen and (max-width:640px) {
.work_list li{
    width: 100%;
    margin-bottom: 2rem
}
}
