@charset "utf-8";


/* 設計事業 -- 設計事例のレイアウト  */

.l-section{
    width: 100%;
    margin-top: 60px;
}

.l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}
[class*=swiper]:focus {
    outline: none;
}

.slide-media,
.thumb-media {
    position: relative;
    overflow: hidden;
}
.slide-media img,
.thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.gallery02 {
    overflow: hidden;
}
.gallery02 .swiper{
    width: 58%;
    margin: 0;
}
.gallery02 .swiper {
    overflow: visible;
}
.gallery02 .swiper-fade .swiper-slide {
    pointer-events: none;
}
.gallery02 .swiper-fade .swiper-slide-active {
    pointer-events: auto;
}
.gallery02 .slide {
    display: block;
    overflow: hidden;
}
.gallery02 .slide-media {
    display: block;
    padding-top: 53%;
    border-radius: 4px;
}
.gallery02 .slide-media img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
.gallery02 .thumb-wrapper {
    width: 39%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}
.gallery02 .thumb-media {
    padding-top: 50%;
    cursor: pointer;
    border-radius: 4px;
}
.gallery02 .thumb-media-active {
    filter: brightness(50%);
}

@media only screen and (max-width: 764px) {
    .l-section{
        margin-top: 40px;
    }

    .gallery02 .swiper {
        width: 100%;
    }
    .gallery02 .thumb-wrapper {
        width: 98%;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
}
@media only screen and (max-width: 480px) {
    .gallery02 .thumb-wrapper {
        margin-top: 10px;
    }
    .gallery02 .thumb-media {
        padding-top: 70%;
    }
}










