@charset "utf-8";
/* CSS Document */

/*見出し 看板*/
section.feature.kanban{
    margin-bottom: 90px;
}
section.feature.kanban p.images {
    margin-bottom: 50px;
}

section.feature.kanban p.images img {
    max-width: 100%;
}

section.feature.kanban p.main-text {
    font-size: 14px;
    line-height: 2em;
}


/*レイアウト1*/



/*レイアウト2*/
.sec2-wrap .sec2-glid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

.sec2-glid p.images:first-child {
    grid-column: 1/3;
    grid-row: 1/3;
}



