/*
    news
------------------------------------*/
.news {
    padding: 110px 0;
}

.news__inner {
    width: 1046px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .news__inner {
        width: 90vw;
    }
}

/*
.sort {
    border-bottom: 4px solid #0031A3;
}

.sort__ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
}

.sort__li {}

.sort__a {
    display: block;
    background-color: #F4F4F4;
    padding: 16px 0;
    width: 190px;

    color: #0C1B43;
    leading-trim: both;
    text-edge: cap;
    font-family: "Noto Sans JP";
    font-size: 17px;
    font-style: normal;
    text-align: center;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.7px;
}

.sort__active {
    width: 269px;
    color: #fff;
    background-color: #0031A3;
}*/

.sort {}

.sort__ul {
    width: 1046px;
    display: flex;
    list-style: none;
    justify-content: space-between;
}

.sort__li {}

.sort__a {
    width: 180px;
    padding: 16px 0;
    background-color: #A8A8A8;


    display: block;
    color: #fff;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Noto Sans JP";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 17px */
    letter-spacing: 1.7px;
}

.sort__a.is-current {
    background-color: #0031A3;
}



@media (max-width: 767px) {
    .sort__ul {
        width: 90vw;
        max-width: 540px;
        margin: 0 auto;
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .sort__li {
        width: 32%;
    }

    .sort__ul::after {
        content: "";
        display: block;
        width: 32%;
    }

    .sort__a {
        width: 100%;
        padding: 15px 0;

        leading-trim: both;
        text-edge: cap;
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        /* 14px */
        letter-spacing: 1.4px;
    }
}


.news__ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    margin-top: 95px;
    column-gap: 2%;
    row-gap: 64px;
    margin-bottom: 100px;
}

.news__li {
    width: 32%;
}


.news__a {
    display: block;
}

.news__a img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    display: block;
}



@media (max-width: 767px) {
    .news__ul {
        width: 90vw;
        max-width: 540px;
        margin: 0 auto;
        max-width: 540px;
        margin-top: min(7vw, 40px);
        row-gap: 48px;
        column-gap: 4%;
        margin-bottom: 64px;
    }

    .news__li {
        width: 48%;
    }
}

.news__info {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.news__tag {
    color: #FFF;
    background-color: #0031A3;
    padding: 6px 14px;
    leading-trim: both;
    text-edge: cap;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 12px */
    letter-spacing: 1.2px;
    margin-right: 8px;
}

.news__day {
    color: #6E6E6E;
    font-family: Sen;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.8px;
}

.news__txt {
    color: #0C1B43;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    /* 175% */
    letter-spacing: 0.92px;


    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* ブラウザがサポートしていない場合のフェールセーフ */
    max-height: 110px;

    margin-top: 6px;
}

.no_post {
    overflow: hidden;
    color: #6E6E6E;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    /* 175% */
    letter-spacing: 0.92px;

}


.news__btn {
    width: 186px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .news__info {
        margin-top: 10px;
    }

    .news__tag {
        padding: 2px 4px;
        letter-spacing: 0.5;
        margin-right: 4px;
    }

    .news__day {
        font-size: 12px;
    }

    .news__txt {
        font-size: 14px;
        line-height: 1.8;
    }

    .no_post {
        font-size: min(20px, 4vw);
        line-height: 2;
    }

}

.pagenavi {
    background-color: #FAFAFA;
    display: flex;
    align-items: center;
    padding: 36px 0;
    justify-content: center;
}

.pagenavi__left {
    transform: scale(-1, 1);
}

.pagenavi img {
    display: block;
    width: 24px;
}

.wp-pagenavi {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 88px;
}

.page,
.current {
    background-color: #FFF;
    display: flex;
    width: 45px;
    height: 45px;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;



    color: #0031A3;
    leading-trim: both;
    text-edge: cap;
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    /* 70% */
    letter-spacing: 2.3px;
}

.previouspostslink,
.nextpostslink,
.extend,
.last,
.first {
    color: #0031A3;
    leading-trim: both;
    text-edge: cap;
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    /* 70% */
    letter-spacing: 2.3px;

}

.current {
    background-color: #0031A3;
    color: #fff;
}