@charset "UTF-8";

.l-section-split__head .c-heading .c-heading__title span{
    font-size: 2rem;
}
@media screen and (max-width: 1024px){
    .l-section-split__head .c-heading .c-heading__title span{
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 767px){
    .l-section-split__head .c-heading .c-heading__title span{
        font-size: 1.6rem;
    }
}

.c-note-line.c-note-line--center span{
    font-weight: 800 !important;
    font-size: 1.6rem;
    line-height: 2.4;
}

@media screen and (max-width: 1700px){
    .b-figure{
        grid-template-columns: minmax(0, 100%);
    }
}

.grid-change{
    grid-column: 1 / -1; /* 3列すべてを使用 */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    justify-content: center; /* 2枚を中央へ */
    max-width: calc(100% * 2 / 3); /* 3列のうち2列分の幅 */
    margin-inline: auto;
}
@media screen and (max-width: 767px){
    .grid-change{
        gap: 12px;
    }
    .img_scroll{
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        min-height: 132px;
        img{
            width: 700px;
            max-width: none;
        }
    }
}
@media screen and (max-width: 767px){
    .sp_none{
        display: none !important;
    }
    .pc_none{
        display: block;
    }
}
@media screen and (min-width: 768px){
    .sp_none{
        display: block;
    }
    .pc_none{
        display: none !important;
    }
}
@media screen and (max-width: 767px){
    .img_size01{
        img{
            width: 620px;
        }
    }
    .img_size02{
        img{
            width: 600px;
        }
    }
    .img_size03{
        img{
            width: 540px;
        }
    }
}

.c-note-line.c-note-line--center.definition{
    background-color: #edf2f5;
    max-width: 900px;
    margin: 0 auto;
}