@charset "utf-8";
.sec_works{
    margin-bottom: 80px;
}
.sec_works h3{
    margin: 60px 0 20px;
    font-size: 24px;
    text-align: center;
}
.sec_works .h3_lead{
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
}
.works_list{
    margin-top: 80px;
}
.works_list h4{
    font-size: 20px;
    background: #33692f;
    color: #fff;
    max-width: 200px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
}
.works_list .row > div{
    margin-bottom: 30px;
}
.works_list .row > div .works_img{
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}
.works_list .row > div .works_img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;display: block;
object-fit: cover;}
.works_list .row > div .works_name{
    font-size: 18px;
    margin-top: 10px;
}
.works_list .row > div .works_area{
    line-height: 1;
    margin-top: 5px;
    font-size: 14px;
}
@media (max-width:1199px){
    .works_list .row > div .works_name{
        font-size: 16px;
    }
}
@media (max-width:991px){
    .works_list .row > div .works_name{
        line-height: 1.5;
    }
}
@media (max-width:574px){
    .sec_works .h3_lead{
        font-size: 15px;
    }
}