/* --------------------
 News
-------------------- */
.com-page-head:before {
    background-image: url(../images/pages/news/news-page-head.webp);
}

.news {
    margin: 0 0 32vw;
    padding: 16vw 0 0;
}

@media (min-width: 768px) {
    .news {
        margin: 0 0 200px;
        padding: 150px 0 0;
    }
}

.news-layout {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 21.3333333333vw;
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .news-layout {
        flex-wrap: nowrap;
        gap: 40px;
    }
}

@media (min-width: 992px) {
    .news-layout {
        gap: 80px;
    }
}

@media (min-width: 1240px) {
    .news-layout {
        gap: 200px;
    }
}

.news-layout__main {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .news-layout__main {
        flex: 1 1 auto;
    }
}

.news-layout__side {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .news-layout__side {
        flex: 0 0 160px;
    }
}

@media (min-width: 992px) {
    .news-layout__side {
        flex: 0 0 180px;
    }
}

@media (min-width: 1240px) {
    .news-layout__side {
        flex: 0 0 200px;
    }
}

.news__title {
    color: var(--color-burnt-orange);
    font-size: 4.784vw;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 10.6666666667vw;
    text-align: center;
}

@media (min-width: 768px) {
    .news__title {
        font-size: var(--fs23);
        margin: 0 0 50px;
    }
}

.news__side__cat {
    margin: 0 0 10.6666666667vw;
}

@media (min-width: 768px) {
    .news__side__cat {
        margin: 0 0 56px;
    }
}

.news__side__cat:last-child {
    margin-bottom: 0;
}

.news__side__cat__title {
    color: var(--color-navy-blue);
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 5.3333333333vw;
}

@media (min-width: 768px) {
    .news__side__cat__title {
        font-size: var(--fs18);
        margin: 0 0 24px;
    }
}

.news__side__cat__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news__side__cat__list > li {
    margin: 0 0 4.2666666667vw;
}

@media (min-width: 768px) {
    .news__side__cat__list > li {
        margin: 0 0 24px;
    }
}

.news__side__cat__list > li:last-child {
    margin-bottom: 0;
}

.news__side__cat__list > li a {
    color: inherit;
    display: block;
    font-size: 4.2666666667vw;
    line-height: 1.4;
    padding: 0;
    position: relative;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .news__side__cat__list > li a {
        font-size: var(--fs18);
    }
}

.news__side__cat__list > li a:focus {
    color: var(--color-burnt-orange);
}

@media (hover: hover) and (pointer: fine) {
    .news__side__cat__list > li a:hover {
        color: var(--color-burnt-orange);
    }
}

.news__side__archive {
    margin: 0 0 10.6666666667vw;
}

@media (min-width: 768px) {
    .news__side__archive {
        margin: 0 0 56px;
    }
}

.news__side__archive:last-child {
    margin-bottom: 0;
}

.news__side__archive__title {
    color: var(--color-navy-blue);
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 5.3333333333vw;
}

@media (min-width: 768px) {
    .news__side__archive__title {
        font-size: var(--fs18);
        margin: 0 0 24px;
    }
}

.news__side__archive__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news__side__archive__list > li {
    margin: 0 0 4.2666666667vw;
}

@media (min-width: 768px) {
    .news__side__archive__list > li {
        margin: 0 0 24px;
    }
}

.news__side__archive__list > li:last-child {
    margin-bottom: 0;
}

.news__side__archive__list > li a {
    color: inherit;
    display: block;
    font-size: 4.2666666667vw;
    line-height: 1.4;
    padding: 0;
    position: relative;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .news__side__archive__list > li a {
        font-size: var(--fs18);
    }
}

.news__side__archive__list > li a:focus {
    color: var(--color-burnt-orange);
}

@media (hover: hover) and (pointer: fine) {
    .news__side__archive__list > li a:hover {
        color: var(--color-burnt-orange);
    }
}

.news__list {
    display: grid;
    gap: 10.6666666667vw 8vw;
    grid-gap: 10.6666666667vw 8vw;
    grid-template-columns: 1fr;
    margin: 0 0 21.3333333333vw;
    position: relative;
}

@media (min-width: 768px) {
    .news__list {
        gap: 50px 30px;
        grid-template-columns: repeat(2, 1fr);
        margin: 0 0 100px;
    }
}

@media (min-width: 992px) {
    .news__list {
        gap: 50px 60px;
    }
}

@media (min-width: 1240px) {
    .news__list {
        gap: 50px 100px;
    }
}

.news__list__item__link {
    color: inherit;
    display: block;
    max-width: 100%;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.news__list__item__link__category {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 2.1333333333vw;
    justify-content: flex-start;
    left: 4.2666666667vw;
    margin: 0;
    position: absolute;
    right: 4.2666666667vw;
    top: 4.2666666667vw;
}

@media (min-width: 768px) {
    .news__list__item__link__category {
        gap: 8px;
        left: 24px;
        right: 24px;
        top: 24px;
    }
}

.news__list__item__link__category span {
    background-color: var(--color-burnt-orange);
    border-radius: 0.8vw;
    color: var(--color-white);
    display: block;
    font-size: 3.2vw;
    line-height: 1;
    margin: 0;
    min-width: 16.5333333333vw;
    padding: 1.0666666667vw 2.1333333333vw;
    text-align: center;
    text-box: trim-both cap alphabetic;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .news__list__item__link__category span {
        border-radius: 3px;
        font-size: var(--fs12);
        min-width: 62px;
        padding: 4px 8px;
    }
}

.news__list__item__link__fig {
    border-radius: 4.2666666667vw;
    margin: 0 0 4.2666666667vw;
    overflow: hidden;
    text-align: center;
}

@media (min-width: 768px) {
    .news__list__item__link__fig {
        border-radius: 20px;
        margin: 0 0 24px;
    }
}

.news__list__item__link__fig img {
    aspect-ratio: 350/250;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: opacity var(--duration) var(--cubic) 0s, transform var(--duration) var(--cubic) 0s;
    width: 100%;
}

.news__list__item__link__fig:empty:before {
    aspect-ratio: 350/250;
    background-color: #d9d9d9;
    content: "";
    display: block;
    width: 100%;
}

.news__list__item__link__date {
    display: block;
    font-size: 4.2666666667vw;
    line-height: 1.2;
    margin: 0 0 2.1333333333vw;
}

@media (min-width: 768px) {
    .news__list__item__link__date {
        font-size: var(--fs18);
        margin: 0 0 8px;
    }
}

.news__list__item__link__title {
    font-size: 4.2666666667vw;
    line-height: 1.4;
    margin: 0;
    transition: color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .news__list__item__link__title {
        font-size: var(--fs18);
    }
}

.news__list__item__link:focus .news__list__item__link__fig img {
    opacity: 0.65;
    transform: scale(1.05);
}

.news__list__item__link:focus .news__list__item__link__title {
    color: var(--color-burnt-orange);
}

@media (hover: hover) and (pointer: fine) {
    .news__list__item__link:hover .news__list__item__link__fig img {
        opacity: 0.65;
        transform: scale(1.05);
    }

    .news__list__item__link:hover .news__list__item__link__title {
        color: var(--color-burnt-orange);
    }
}

.news__detail {
    width: 100%;
}

.news__detail__main {
    margin: 0 0 13.3333333333vw;
}

@media (min-width: 768px) {
    .news__detail__main {
        margin: 0 0 50px;
    }
}

.news__detail__main__meta {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 4.2666666667vw;
    justify-content: flex-start;
    margin: 0 0 3.2vw;
}

@media (min-width: 768px) {
    .news__detail__main__meta {
        gap: 20px;
        margin: 0 0 12px;
    }
}

.news__detail__main__meta__category {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 2.1333333333vw;
    justify-content: flex-start;
    margin: 0;
}

@media (min-width: 768px) {
    .news__detail__main__meta__category {
        gap: 8px;
    }
}

.news__detail__main__meta__category span, .news__detail__main__meta__category a {
    background-color: var(--color-burnt-orange);
    border: 1px solid var(--color-burnt-orange);
    border-radius: 0.8vw;
    color: var(--color-white);
    display: block;
    font-size: 3.2vw;
    line-height: 1;
    margin: 0;
    min-width: 16.5333333333vw;
    padding: 1.0666666667vw 2.1333333333vw;
    text-align: center;
    text-box: trim-both cap alphabetic;
    transition: background-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s, border-color var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .news__detail__main__meta__category span, .news__detail__main__meta__category a {
        border-radius: 3px;
        font-size: var(--fs12);
        min-width: 62px;
        padding: 4px 8px;
    }
}

.news__detail__main__meta__category a {
    text-decoration: none;
}

.news__detail__main__meta__category a:focus {
    background-color: var(--color-white);
    color: var(--color-burnt-orange);
}

@media (hover: hover) and (pointer: fine) {
    .news__detail__main__meta__category a:hover {
        background-color: var(--color-white);
        color: var(--color-burnt-orange);
    }
}

.news__detail__main__meta__date {
    display: block;
    font-size: 4.2666666667vw;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .news__detail__main__meta__date {
        font-size: var(--fs18);
    }
}

.news__detail__main__title {
    border-bottom: 0.2666666667vw solid var(--color-burnt-orange);
    font-size: 5.824vw;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 6.4vw;
    padding: 0 0 1.6vw;
}

@media (min-width: 768px) {
    .news__detail__main__title {
        border-bottom-width: 1px;
        font-size: var(--fs28);
        margin: 0 0 28px;
        padding: 0 0 8px;
    }
}

.news__detail__nav {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 3.2vw;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .news__detail__nav {
        gap: 30px;
    }
}

.news__detail__nav__prev {
    flex: 0 0 calc(33.33333% - 2.13333vw);
    min-width: 1px;
}

@media (min-width: 768px) {
    .news__detail__nav__prev {
        flex: 0 0 calc(33.33333% - 20px);
    }
}

.news__detail__nav__prev .com-button {
    gap: 2.1333333333vw;
    max-width: 51.2vw;
    min-width: auto;
    padding: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .news__detail__nav__prev .com-button {
        font-size: 3.744vw;
    }
}

@media (min-width: 768px) {
    .news__detail__nav__prev .com-button {
        gap: 12px;
        max-width: 192px;
    }
}

.news__detail__nav__prev .com-button:before {
    background-color: var(--color-white);
    content: "";
    display: block;
    height: 2.6666666667vw;
    margin: 0;
    -webkit-mask-image: url(../images/pages/news/news-icon-prev.svg);
    mask-image: url(../images/pages/news/news-icon-prev.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 2.6666666667vw;
}

@media (min-width: 768px) {
    .news__detail__nav__prev .com-button:before {
        height: 15px;
        width: 15px;
    }
}

.news__detail__nav__prev .com-button:focus:before {
    background-color: var(--color-navy-blue);
}

@media (hover: hover) and (pointer: fine) {
    .news__detail__nav__prev .com-button:hover:before {
        background-color: var(--color-navy-blue);
    }
}

.news__detail__nav__action {
    flex: 0 0 calc(33.33333% - 2.13333vw);
    min-width: 1px;
}

@media (min-width: 768px) {
    .news__detail__nav__action {
        flex: 0 0 calc(33.33333% - 20px);
    }
}

.news__detail__nav__action .com-button {
    max-width: 51.2vw;
    min-width: auto;
    padding: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .news__detail__nav__action .com-button {
        font-size: 3.29472vw;
    }
}

@media (min-width: 768px) {
    .news__detail__nav__action .com-button {
        max-width: 192px;
    }
}

.news__detail__nav__next {
    flex: 0 0 calc(33.33333% - 2.13333vw);
    min-width: 1px;
}

@media (min-width: 768px) {
    .news__detail__nav__next {
        flex: 0 0 calc(33.33333% - 20px);
    }
}

.news__detail__nav__next .com-button {
    gap: 2.1333333333vw;
    max-width: 51.2vw;
    min-width: auto;
    padding: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .news__detail__nav__next .com-button {
        font-size: 3.744vw;
    }
}

@media (min-width: 768px) {
    .news__detail__nav__next .com-button {
        gap: 12px;
        max-width: 192px;
    }
}

.news__detail__nav__next .com-button:after {
    background-color: var(--color-white);
    content: "";
    display: block;
    height: 2.6666666667vw;
    margin: 0;
    -webkit-mask-image: url(../images/pages/news/news-icon-next.svg);
    mask-image: url(../images/pages/news/news-icon-next.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 2.6666666667vw;
}

@media (min-width: 768px) {
    .news__detail__nav__next .com-button:after {
        height: 15px;
        width: 15px;
    }
}

.news__detail__nav__next .com-button:focus:after {
    background-color: var(--color-navy-blue);
}

@media (hover: hover) and (pointer: fine) {
    .news__detail__nav__next .com-button:hover:after {
        background-color: var(--color-navy-blue);
    }
}