@charset "UTF-8";

/*--- レイアウト調整(2025/03/17) ---*/
#work02 + .composite_box01 .inner_item_img img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: 100% !important;
    border-radius: 20px;
}
#work02 + .composite_box01 .wrapper_item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
#work02 + .composite_box01 .inner_item {
    width: 100%;
    margin-left: 0 !important;
}
@media only screen and (max-width: 700px) {
    #work02 + .composite_box01 .wrapper_item {
        grid-template-columns: repeat(1, 1fr);
    }
}