@charset "UTF-8";

@media screen and (max-width: 500px){
    #top_banner + .contents_btn01 .content_wrapper {
        text-align: left;
    }
    
    #top_banner + .contents_btn01 .inner_item_img {
        width: calc((100% - 16px)/2);
    }
    
    #top_banner + .contents_btn01 .inner_item_img a {
        width: 100%!important;
    }
    
    #top_banner + .contents_btn01 .inner_item_img img {
        width: 100%;
    }
}
/* 20260804 施工事例について */
.scn-reform-case-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}
.scn-reform-case-item{
    width: calc(50% - 25px);
}
.scn-reform-case-item-title{
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.scn-reform-case-photos{
    display: flex;
    gap: 20px;
}
.scn-reform-case-photo{
    width: calc(50% - 10px);
}
.scn-reform-case-photo-img{
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.scn-reform-case-photo-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.scn-reform-case-photo-label{
    text-align: center;
    font-size: 1.3rem;
    margin-top: 10px;
}
@media screen and (max-width: 768px){
    .scn-reform-case-list{
        gap: 40px;
    }
    .scn-reform-case-item{
        width: 100%;
    }
}