@charset "UTF-8";

/*3*/
@media screen and (max-width:767px) { /*SP*/
}
@media screen and (min-width:768px) and ( max-width:1400px) { /*TB*/
}
@media screen and (min-width:1401px) , print { /*PC*/
}


/*3*/
@media screen and (max-width:767px) { /*SP*/
    /* .NEWS_body .space_10{ height: 10px; } */
.NEWS_body .space_10{ height: 2.42vw; }
    /* .NEWS_body .space_20{ height: 20px; } */
    .NEWS_body .space_20{ height: 4.83vw; }
    /* .NEWS_body .space_30{ height: 30px; } */
    .NEWS_body .space_30{ height: 7.25vw; }
    /* .NEWS_body .space_40{ height: 40px; } */
    .NEWS_body .space_40{ height: 9.66vw; }
    /* .NEWS_body .space_50{ height: 50px; } */
    .NEWS_body .space_50{ height: 12.08vw; }
    /* .NEWS_body .space_60{ height: 60px; } */
    .NEWS_body .space_60{ height: 14.49vw; }
    /* .NEWS_body .space_70{ height: 70px; } */
    .NEWS_body .space_70{ height: 16.91vw; }
    /* .NEWS_body .space_80{ height: 80px; } */
    .NEWS_body .space_80{ height: 19.32vw; }
    /* .NEWS_body .space_90{ height: 90px; } */
    .NEWS_body .space_90{ height: 21.74vw; }
    :where(hr) {
        /* margin: 50px 0 50px 0; */
        margin: 12.08vw 0 12.08vw 0;
        color: #ccc;
    }
    .NEWS_h1{
        /* margin: 0 0 10px 0; */
        margin: 0 0 2.42vw 0;
    }
    .NEWS_subtitle{
        /* font-size: 20px; font-weight: normal; */
        font-size: 4.83vw; font-weight: normal;
        /* margin: 0 0 20px 0; */
        margin: 0 0 4.83vw 0;
    }
    /* .NEWS_body h1{ font-size: 28px; font-weight: normal; } */
    .NEWS_body h1{ font-size: 6.76vw; font-weight: normal; }
    /* .NEWS_body h2{ font-size: 26px; font-weight: normal; } */
    .NEWS_body h2{ font-size: 6.28vw; font-weight: normal; }
    /* .NEWS_body h3{ font-size: 24px; font-weight: normal; } */
    .NEWS_body h3{ font-size: 5.80vw; font-weight: normal; }
    /* .NEWS_body h4{ font-size: 22px; font-weight: normal; } */
    .NEWS_body h4{ font-size: 5.31vw; font-weight: normal; }
    /* .NEWS_body h5{ font-size: 20px; font-weight: normal; } */
    .NEWS_body h5{ font-size: 4.83vw; font-weight: normal; }
    /* .NEWS_body h6{ font-size: 18px; font-weight: normal; } */
    .NEWS_body h6{ font-size: 4.35vw; font-weight: normal; }
    /* .NEWS_body p{ font-size: 16px; font-weight: normal; } */
    .NEWS_body p{ font-size: 3.86vw; font-weight: normal; }
    /* custom block */
    .CB_L_img_R_text_01{
        display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start;
        /* gap: 20px; */
        gap: 4.83vw;
    }
    .CB_L_img_R_text_01 p{
        width: 100%;
    }
}
@media screen and (min-width:768px) and ( max-width:1400px) { /*TB*/
    /* .NEWS_body .space_10{ height: 10px; } */
.NEWS_body .space_10{ height: 0.71vw; }
    /* .NEWS_body .space_20{ height: 20px; } */
    .NEWS_body .space_20{ height: 1.43vw; }
    /* .NEWS_body .space_30{ height: 30px; } */
    .NEWS_body .space_30{ height: 2.14vw; }
    /* .NEWS_body .space_40{ height: 40px; } */
    .NEWS_body .space_40{ height: 2.86vw; }
    /* .NEWS_body .space_50{ height: 50px; } */
    .NEWS_body .space_50{ height: 3.57vw; }
    /* .NEWS_body .space_60{ height: 60px; } */
    .NEWS_body .space_60{ height: 4.29vw; }
    /* .NEWS_body .space_70{ height: 70px; } */
    .NEWS_body .space_70{ height: 5.00vw; }
    /* .NEWS_body .space_80{ height: 80px; } */
    .NEWS_body .space_80{ height: 5.71vw; }
    /* .NEWS_body .space_90{ height: 90px; } */
    .NEWS_body .space_90{ height: 6.43vw; }
    :where(hr) {
        /* margin: 50px 0 50px 0; */
        margin: 3.57vw 0 3.57vw 0;
        color: #ccc;
    }
    .NEWS_h1{
        /* margin: 0 0 10px 0; */
        margin: 0 0 0.71vw 0;
    }
    .NEWS_subtitle{
        /* font-size: 20px; font-weight: normal; */
        font-size: 1.43vw; font-weight: normal;
        /* margin: 0 0 20px 0; */
        margin: 0 0 1.43vw 0;
    }
    /* .NEWS_body h1{ font-size: 28px; font-weight: normal; } */
    .NEWS_body h1{ font-size: 2.00vw; font-weight: normal; }
    /* .NEWS_body h2{ font-size: 26px; font-weight: normal; } */
    .NEWS_body h2{ font-size: 1.86vw; font-weight: normal; }
    /* .NEWS_body h3{ font-size: 24px; font-weight: normal; } */
    .NEWS_body h3{ font-size: 1.71vw; font-weight: normal; }
    /* .NEWS_body h4{ font-size: 22px; font-weight: normal; } */
    .NEWS_body h4{ font-size: 1.57vw; font-weight: normal; }
    /* .NEWS_body h5{ font-size: 20px; font-weight: normal; } */
    .NEWS_body h5{ font-size: 1.43vw; font-weight: normal; }
    /* .NEWS_body h6{ font-size: 18px; font-weight: normal; } */
    .NEWS_body h6{ font-size: 1.29vw; font-weight: normal; }
    /* .NEWS_body p{ font-size: 16px; font-weight: normal; } */
    .NEWS_body p{ font-size: 1.14vw; font-weight: normal; }
    /* custom block */
    .CB_L_img_R_text_01{
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: flex-start;
        /* gap: 40px; */
        gap: 2.86vw;
    }
    .CB_L_img_R_text_01 p{
        width: 50%;
    }
}
@media screen and (min-width:1401px) , print { /*PC*/
    .NEWS_body .space_10{ height: 10px; }
    .NEWS_body .space_20{ height: 20px; }
    .NEWS_body .space_30{ height: 30px; }
    .NEWS_body .space_40{ height: 40px; }
    .NEWS_body .space_50{ height: 50px; }
    .NEWS_body .space_60{ height: 60px; }
    .NEWS_body .space_70{ height: 70px; }
    .NEWS_body .space_80{ height: 80px; }
    .NEWS_body .space_90{ height: 90px; }

    :where(hr) {
        margin: 50px 0 50px 0;
        color: #ccc;
    }

    .NEWS_h1{
        margin: 0 0 10px 0;
    }
    .NEWS_subtitle{
        font-size: 20px; font-weight: normal;
        margin: 0 0 20px 0;
    }

    .NEWS_body h1{ font-size: 28px; font-weight: normal; }
    .NEWS_body h2{ font-size: 26px; font-weight: normal; }
    .NEWS_body h3{ font-size: 24px; font-weight: normal; }
    .NEWS_body h4{ font-size: 22px; font-weight: normal; }
    .NEWS_body h5{ font-size: 20px; font-weight: normal; }
    .NEWS_body h6{ font-size: 18px; font-weight: normal; }
    .NEWS_body p{ font-size: 16px; font-weight: normal; }

    /* custom block */
    .CB_L_img_R_text_01{
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: flex-start;
        gap: 40px;
    }
    .CB_L_img_R_text_01 p{
        width: 50%;
    }
}

/* top & news list */
.NEWS_list_img , .NS_img{
    aspect-ratio: 90 / 64;
    object-fit: cover;
}

.NEWS_img img{
    width: 100%;
}

/* ? */
.NS_add_img{
    aspect-ratio: 90 / 64;
    object-fit: cover;
}
