body {
    color: #222;
    font-weight: 400;
    letter-spacing: .04em;
    overflow-x: hidden
}

body .js-scroll-fade {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .7s, transform .7s
}

body .js-scroll-fade.is-add-visible,
body .js-scroll-fade.is-on,
body .js-scroll-fade.is-visible {
    opacity: 1;
    transform: translateY(0)
}

.c-page-header {
    margin: 0
}

.c-page-header .c-page-header__imagearea {
    display: none
}

@media (min-width:52.1875em) {
    .c-page-header .c-page-header__imagearea {
        display: block
    }
}

.news {
    background-color: #f7f7f7;
    padding: 13.0666666667vw 0 16.5333333333vw;
    position: relative;
    z-index: 2;
}

@media (min-width:52.1875em) {
    .news {
        padding: 5.5555555556vw 0 7.6388888889vw
    }
}

@media (min-width:90em) {
    .news {
        padding: 80px 0 110px
    }
}

.news__inner {
    margin: 0 auto;
    max-width: 90.6666666667vw
}

@media (min-width:52.1875em) {
    .news__inner {
        max-width: 62.5vw
    }
}

@media (min-width:90em) {
    .news__inner {
        max-width: 900px
    }
}

.news__inner .news-filter {
    align-items: flex-start;
    display: flex;
    gap: 2.1333333333vw;
    justify-content: center;
    margin-bottom: 12.8vw;
    position: relative;
    z-index: 10
}

@media (min-width:52.1875em) {
    .news__inner .news-filter {
        gap: 1.3888888889vw;
        margin-bottom: 2.7777777778vw
    }
}

@media (min-width:90em) {
    .news__inner .news-filter {
        gap: 20px;
        margin-bottom: 40px
    }
}

.news__inner .news-filter-item {
    position: relative;
    width: 51.7333333333vw
}

@media (min-width:52.1875em) {
    .news__inner .news-filter-item {
        min-width: 17.4305555556vw;
        width: auto
    }
}

@media (min-width:90em) {
    .news__inner .news-filter-item {
        min-width: 251px
    }
}

.news__inner .news-filter-item.news-filter-year {
    width: 35.7333333333vw
}

@media (min-width:52.1875em) {
    .news__inner .news-filter-item.news-filter-year {
        min-width: 12.6388888889vw;
        width: auto
    }
}

@media (min-width:90em) {
    .news__inner .news-filter-item.news-filter-year {
        min-width: 182px
    }
}

.news__inner .news-filter-item.news-filter-year .news-filter-item__text {
    background-color: #b80016;
    color: #fff
}

.news__inner .news-filter-item.news-filter-year .news-filter-item__text:after {
    background-image: url(../img/common/arrow-down-white.svg)
}

.news__inner .news-filter-item__text {
    background-color: #fff;
    border-radius: 32vw;
    cursor: pointer;
    font-size: 3.7333333333vw;
    font-weight: 700;
    letter-spacing: .07em;
    line-height: 1.5;
    padding: 3.2vw 8vw;
    position: relative;
    text-align: center
}

@media (min-width:52.1875em) {
    .news__inner .news-filter-item__text {
        border: .0694444444vw solid #b80016;
        border-radius: 8.3333333333vw;
        color: #b80016;
        font-size: 1.1111111111vw;
        padding: .8333333333vw 3.3333333333vw
    }
}

@media (min-width:52.1875em) and (min-width:52.1875em) {
    .news__inner .news-filter-item__text {
        transition: opacity .3s
    }

    .news__inner .news-filter-item__text:hover {
        opacity: .6
    }
}

@media (min-width:90em) {
    .news__inner .news-filter-item__text {
        border: 1px solid #b80016;
        border-radius: 120px;
        font-size: 16px;
        padding: 12px 48px
    }
}

.news__inner .news-filter-item__text:after {
    background-image: url(../img/common/arrow-down-red.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media (min-width:52.1875em) {
    .news__inner .news-filter-item__text:after {
        height: .5555555556vw;
        right: .9722222222vw;
        width: .9027777778vw
    }
}

@media (min-width:90em) {
    .news__inner .news-filter-item__text:after {
        height: 8px;
        right: 14px;
        width: 13px
    }
}

.news__inner .news-filter-item__itemlist {
    background-color: #fff;
    border-radius: 1.6vw;
    bottom: -4.8vw;
    box-shadow: 0 0 13.0666666667vw #0003;
    left: 50%;
    opacity: 0;
    padding: 3.4666666667vw;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 100%);
    transition: opacity .3s;
    width: 100%
}

@media (min-width:52.1875em) {
    .news__inner .news-filter-item__itemlist {
        border: .0694444444vw solid #ccc;
        border-radius: .4166666667vw;
        bottom: -1.25vw;
        box-shadow: 0 0 3.4027777778vw #0003;
        padding: 1.3888888889vw;
        width: calc(100% - 3.88889vw)
    }
}

@media (min-width:90em) {
    .news__inner .news-filter-item__itemlist {
        border: 1px solid #ccc;
        border-radius: 6px;
        bottom: -18px;
        box-shadow: 0 0 49px #0003;
        padding: 20px;
        width: calc(100% - 56px)
    }
}

.news__inner .news-filter-item__itemlist li {
    font-size: 3.7333333333vw;
    letter-spacing: .07em;
    line-height: 1.5
}

@media (min-width:52.1875em) {
    .news__inner .news-filter-item__itemlist li {
        font-size: 1.1111111111vw
    }
}

@media (min-width:90em) {
    .news__inner .news-filter-item__itemlist li {
        font-size: 16px
    }
}

@media (min-width:52.1875em) {
    .news__inner .news-filter-item__itemlist li a {
        transition: color .3s
    }

    .news__inner .news-filter-item__itemlist li a:hover {
        color: #b80016
    }
}

.news__inner .news-filter-item__itemlist li:not(:last-child) {
    margin-bottom: 1.6vw
}

@media (min-width:52.1875em) {
    .news__inner .news-filter-item__itemlist li:not(:last-child) {
        margin-bottom: .4166666667vw
    }
}

@media (min-width:90em) {
    .news__inner .news-filter-item__itemlist li:not(:last-child) {
        margin-bottom: 6px
    }
}

.news__inner .news-filter-item__itemlist.is-open {
    opacity: 1;
    pointer-events: all
}

.news__inner .news__contents .news-item:not(:last-child) {
    margin-bottom: 3.2vw
}

@media (min-width:52.1875em) {
    .news__inner .news__contents .news-item:not(:last-child) {
        margin-bottom: .8333333333vw
    }
}

@media (min-width:90em) {
    .news__inner .news__contents .news-item:not(:last-child) {
        margin-bottom: 12px
    }
}