/*----news----*/
/* 一覧 */
.news__container {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    padding: 150px 0 0;
}

@media (max-width: 1000px) {
    .news__container {
        width: calc(100vw * 1000 / 1440);
        padding: calc(100vw * 150 / 1440) 0 0;
    }
}

@media (max-width: 750px) {
    .news__container {
        width: calc(100vw * 670 / 750);
        padding: calc(100vw * 139 / 750) 0 0;
    }
}

.news__title {
    font-size: 60px;
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1 !important;
    margin-bottom: 59px;
    display: inline-block;
    transform: translateX(-3px);
}

@media (max-width: 1000px) {
    .news__title {
        font-size: calc(100vw * 60 / 1440);
        margin-bottom: calc(100vw * 59 / 1440) 0 0;
        transform: translateX(calc(100vw * -3 / 1440));
    }
}

@media (max-width: 750px) {
    .news__title {
        font-size: calc(100vw * 80 / 750);
        margin-bottom: calc(100vw * 60 / 750);
        transform: translateX(calc(100vw * -10 / 1440));
        letter-spacing: 0.05em;
    }
}

.news__inner {
    margin: 0 auto;
    text-align: center;
}

.news__grid {
    display: grid;
    grid-template-columns: 300px 300px 300px;
    row-gap: 54px;
    column-gap: 48px;
    margin-bottom: 44px;
}

@media (max-width: 1000px) {
    .news__grid {
        grid-template-columns: calc(100vw * 300 / 1440) calc(100vw * 300 / 1440) calc(100vw * 300 / 1440);
        row-gap: calc(100vw * 54 / 1440);
        column-gap: calc(100vw * 48 / 1440);
        margin-bottom: calc(100vw * 44 / 1440);
    }
}

@media (max-width: 750px) {
    .news__grid {
        grid-template-columns: calc(100vw * 320 / 750) calc(100vw * 320 / 750);
        row-gap: calc(100vw * 28 / 750);
        column-gap: calc(100vw * 30 / 750);
        margin-bottom: calc(100vw * 67 / 750);
    }
}

.news__item {
    background: #fff;
    position: relative;
    overflow: visible;
    transition: opacity .2s ease;
}

.news__item::before {
    content: "";
    position: absolute;
    top: 4px;
    right: -4px;
    bottom: -4px;
    width: 4px;
    background: #d1d3d7;
    z-index: -1;
}

@media (max-width: 1000px) {
    .news__item::before {
        top: calc(100vw * 4 / 1440);
        right: calc(100vw * -4 / 1440);
        bottom: calc(100vw * -4 / 1440);
        width: calc(100vw * 4 / 1440);
    }
}

@media (max-width: 750px) {
    .news__item::before {
        top: calc(100vw * 6 / 750);
        right: calc(100vw * -6 / 750);
        bottom: calc(100vw * -6 / 750);
        width: calc(100vw * 6 / 750);
    }
}

.news__item::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 300px;
    bottom: -4px;
    height: 4px;
    background: #d1d3d7;
    z-index: -1;
}

@media (max-width: 1000px) {
    .news__item::after {
        width: calc(100vw * 300 / 1440);
        bottom: calc(100vw * -4 / 1440);
        height: calc(100vw * 4 / 1440);
    }
}

@media (max-width: 750px) {
    .news__item::after {
        width: calc(100vw * 320 / 750);
        bottom: calc(100vw * -6 / 750);
        height: calc(100vw * 6 / 750);
    }
}

@media (hover: hover) and (pointer: fine) {
    .news__item:hover {
        opacity: .8;
    }
}

.news__thumb {
    height: 158px;
    width: 100%;
    background: #eef7fc;
    overflow: hidden;
}

@media (max-width: 1000px) {
    .news__thumb {
        height: calc(100vw * 158 / 1440);
    }
}

@media (max-width: 750px) {
    .news__thumb {
        height: calc(100vw * 168 / 750);
    }
}

.news__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news__meta {
    width: 100%;
    height: 131px;
    padding: 6px 18px;
}

@media (max-width: 1000px) {
    .news__meta {
        height: calc(100vw * 131 / 1440);
        padding: calc(100vw * 6 / 1440) calc(100vw * 18 / 1440);
    }
}

@media (max-width: 750px) {
    .news__meta {
        height: calc(100vw * 193 / 750);
        padding: calc(100vw * 21 / 750) calc(100vw * 19 / 750);
    }
}

.news__date {
    display: block;
    font-size: 13px;
    color: #000;
    line-height: 2.3 !important;
    letter-spacing: 0.05em;
    width: fit-content;
}

@media (max-width: 1000px) {
    .news__date {
        font-size: calc(100vw * 13 / 1440);
    }
}

@media (max-width: 750px) {
    .news__date {
        font-size: calc(100vw * 24 / 750);
        line-height: 1 !important;
        margin-bottom: calc(100vw * 6 / 750);
    }
}

.news__headline {
    transform: translateY(-1px);
    width: 258.46px;
    font-size: 16px;
    line-height: 1.875 !important;
    letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
    text-align: left;
}

@media (max-width: 1000px) {
    .news__headline {
        width: calc(100vw * 258.46 / 1440);
        font-size: calc(100vw * 16 / 1440);
    }
}

@media (max-width: 750px) {
    .news__headline {
        letter-spacing: 0.04em;
        transform: initial;
        width: 100%;
        font-size: calc(100vw * 28 / 750);
        line-height: 1.429 !important;
        font-feature-settings: "palt" 1;
    }
}

.news__headline--pc {
    display: block;
}

.news__headline--sp {
    display: none;
}

@media (max-width: 750px) {
    .news__headline--pc {
        display: none;
    }

    .news__headline--sp {
        display: block;
    }
}


/* .p-newsList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 32px;
    list-style: none;
    margin: 2rem 0;
    padding: 0;
}

.p-newsList a {
    display: block;
    text-decoration: none;
    color: inherit;
} */
/* 
.p-newsList__thumbimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.p-newsList__date {
    display: block;
    margin-top: .6rem;
    font-size: .9rem;
    color: #666;
}

.p-newsList__title {
    font-size: 1rem;
    margin-top: .3rem;
    line-height: 1.4;
} */

/* 詳細
.news-single__title {
    font-size: 2rem;
    line-height: 1.4;
}

.news-single__date {
    display: block;
    margin: .5rem 0 1rem;
    color: #666;
}

.news-single__thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.news-single__content {
    margin-top: 2rem;
    line-height: 1.9;
}

.btn-back {
    display: inline-block;
    margin-top: 2rem;
} */


.pager {
    margin-bottom: 100px;
}

@media (max-width: 1000px) {
    .pager {
        margin-bottom: calc(100vw * 100 / 1440);
    }
}

@media (max-width: 750px) {
    .pager {
        margin-bottom: calc(100vw * 121 / 750);
    }
}

.pager__list {
    display: flex;
    justify-content: center;
    gap: 14px;
    align-items: center;
}

@media (max-width: 1000px) {
    .pager__list {
        gap: calc(100vw * 100 / 1440);
    }
}

@media (max-width: 750px) {
    .pager__list {
        gap: calc(100vw * 22.4 / 750);
    }
}

.pager__item {
    width: 36px;
    height: 36px;
}

@media (max-width: 1000px) {
    .pager__item {
        width: calc(100vw * 36 / 1440);
        height: calc(100vw * 36 / 1440);
    }
}

@media (max-width: 750px) {
    .pager__item {
        width: calc(100vw * 57.6 / 750);
        height: calc(100vw * 57.6 / 750);
    }
}

.pager__item a,
.pager__item span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #E5EEF2;
    text-decoration: none;
}

.pager__item.is-current a,
.pager__item.is-current span {
    background: #fff;
    box-shadow: 0 0 0 1px #D1D3D7 inset;
    opacity: .45;
}

.pager__item.is-disabled span {
    opacity: .45;
    pointer-events: none;
}

.pager__prev,
.pager__next {
    width: 76px !important;
}

@media (max-width: 1000px) {
    .pager__prev,
    .pager__next {
        width: calc(100vw * 76 / 1440) !important;
    }
}

@media (max-width: 750px) {
    .pager__prev,
    .pager__next {
        width: calc(100vw * 121.6 / 750) !important;
    }
}






/*footer 浮防止*/

body.category.category-news {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
}

body.category.category-news main {
    flex: 1 0 auto;
}

body.category.category-news footer.site-footer {
    margin-top: auto;
}


