@charset "UTF-8";

/* 施工事例 アーカイブ*/
.page-template-page-child-worksarchive .page_main__area {
    padding: 0;
    background-color: unset;
    border-radius: unset;
    box-shadow: unset;
}

.works_archive__list{
    /* display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3rem; */
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}
    
/* .works_archive__list .works_item{
    width: calc(33.33% - 2rem);
} */

@media screen and (min-width: 0px) {
    .works_archive__list{
        /* gap: 3rem; */
    }
}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1024px) {

}

/* お客様の声 アーカイブ*/
.voice_post{
    padding: 2rem 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: center;
    border-top: solid 1px var(--border);
    gap: 1.5rem;
}

.voice_post:first-child{
    padding-top: 0;
    border-top: unset;
}

.voice_post:last-child{
    padding-bottom: 0;
}

.voice_tx{
    padding: 1.25rem;
    width: 100%;
    border-radius: 10px;
    position: relative;
    transition: var(--transition);
}

.voice_tx .wp-block-columns{
    margin-bottom: 0rem;
    gap: 1.5rem;
    line-height: 1.5;
}

.voice_tx:hover{
    background-color: var(--blue3);
}

/* .voice_tx .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow{
    width: auto;
    height: 100%;
} */

.voice_tx .wp-block-columns img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.voice_link{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 0px) {

}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1024px) {

}