/* --------------------
 News
-------------------- */
.news {
    padding: 30px 0 50px;
}

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

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

@media (min-width: 768px) {
    .news-container {
        gap: 0 50px;
        justify-content: flex-start;
    }
}

@media (min-width: 992px) {
    .news-container {
        gap: 0 30px;
    }
}

.news__head {
    flex: 0 0 100%;
    margin: 0 0 11.1111111111vw;
}

@media (min-width: 768px) {
    .news__head {
        flex: 0 0 100px;
        margin: 0;
    }
}

@media (min-width: 992px) {
    .news__head {
        flex: 0 0 120px;
    }
}

.news__head__title {
    font-size: var(--fs30);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .news__head__title {
        font-size: var(--fs18);
        margin: 0;
        padding: 0 0 0 20px;
        transform: translateX(-20px);
    }
}

.news__head__title:before {
    background-color: var(--color-blue-primary-alt);
    border-radius: 50%;
    content: "";
    display: block;
    height: 1.6666666667vw;
    left: -4.4444444444vw;
    position: absolute;
    top: 0.5555555556vw;
    width: 1.6666666667vw;
}

@media (min-width: 768px) {
    .news__head__title:before {
        height: 10px;
        left: 4px;
        top: 2px;
        width: 10px;
    }
}

.news__head__subtitle {
    font-size: var(--fs18);
    line-height: 1.4;
    margin: 2.2222222222vw auto 0;
    padding: 0;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .news__head__subtitle {
        font-size: var(--fs14);
        margin: 12px 0 0;
        padding: 0 0 0 20px;
        transform: translateX(-20px);
    }
}

.news__head__subtitle:before {
    background-color: var(--color-orange-primary);
    border-radius: 50%;
    content: "";
    display: block;
    height: 1.6666666667vw;
    left: -4.4444444444vw;
    position: absolute;
    top: 0.5555555556vw;
    width: 1.6666666667vw;
}

@media (min-width: 768px) {
    .news__head__subtitle:before {
        height: 8px;
        left: 4px;
        top: 2px;
        width: 8px;
    }
}

.news__head__search {
    font-size: var(--fs13);
    line-height: 1.4;
    margin: 1.1111111111vw auto 0;
    padding: 0;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
}

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

.news__list {
    flex: 0 0 100%;
    min-height: 0px;
    padding: 0;
}

@media (min-width: 768px) {
    .news__list {
        flex: 0 0 calc(100% - 140px);
        max-width: 900px;
    }
}

@media (min-width: 992px) {
    .news__list {
        flex: 0 0 calc(100% - 170px);
        padding: 4px 0 0;
    }
}

.news__list__item {
    border-bottom: 0.2777777778vw dashed #e8e8e8;
    margin: 0 0 6.6666666667vw;
    padding: 0 0 6.6666666667vw;
}

@media (min-width: 768px) {
    .news__list__item {
        border-bottom-width: 1px;
        margin: 0 0 25px;
        padding: 0 0 25px;
    }
}

.news__list__item__link {
    align-items: flex-start;
    color: inherit;
    display: flex;
    flex-flow: row wrap;
    gap: 0 30px;
    justify-content: flex-start;
    padding: 0 11.1111111111vw;
    position: relative;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .news__list__item__link {
        padding: 0;
    }
}

.news__list__item__link__new {
    align-items: center;
    background-color: var(--color-orange-gold);
    border-radius: 50%;
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs13);
    font-weight: 700;
    height: 16.6666666667vw;
    justify-content: center;
    left: 1.3888888889vw;
    line-height: 1.05;
    position: absolute;
    top: -6.9444444444vw;
    white-space: nowrap;
    width: 16.6666666667vw;
    z-index: 2;
}

@media (min-width: 768px) {
    .news__list__item__link__new {
        display: none;
    }
}

.news__list__item__link__fig {
    border-radius: 2.7777777778vw;
    flex: 0 0 100%;
    margin: 0 0 3.3333333333vw;
    overflow: hidden;
}

@media (min-width: 768px) {
    .news__list__item__link__fig {
        border-radius: 10px;
        flex: 0 0 135px;
        margin: 0;
    }
}

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

.news__list__item__link__main {
    flex: 0 0 100%;
    position: relative;
}

@media (min-width: 768px) {
    .news__list__item__link__main {
        flex: 0 0 calc(100% - 165px);
        padding: 4px 0 0 0;
    }
}

.news__list__item__link__main__title {
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.4;
    margin: 0 0 1.1111111111vw;
    padding: 0;
    text-align: left;
}

@media (min-width: 768px) {
    .news__list__item__link__main__title {
        font-size: var(--fs24);
        margin: 0 0 4px;
    }
}

@media (min-width: 992px) {
    .news__list__item__link__main__title {
        font-size: 2rem;
    }
}

@media (min-width: 1240px) {
    .news__list__item__link__main__title {
        font-size: 2.5625rem;
    }
}

.news__list__item__link__main__date {
    color: var(--color-gray-medium);
    display: block;
    font-size: var(--fs11);
    line-height: 1.4;
    margin: 0;
    padding: 0;
    text-align: left;
}

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

.news__list__item__link__main__new {
    background-color: var(--color-orange-gold);
    border-radius: 5px;
    color: var(--color-white);
    display: none;
    font-size: 0.5rem;
    font-weight: 700;
    padding: 8px 8px;
    text-box: trim-both cap alphabetic;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .news__list__item__link__main__new {
        display: block;
    }
}

.news__list__item__link__main__angle {
    background-color: var(--color-blue-primary-alt);
    border-radius: 50%;
    bottom: 1.6666666667vw;
    display: none;
    height: 5.5555555556vw;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: 1.6666666667vw;
    top: auto;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 5.5555555556vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .news__list__item__link__main__angle {
        bottom: 0;
        display: block;
        height: 20px;
        right: 0;
        width: 20px;
    }
}

.news__list__item__link__main__angle:before {
    background-color: var(--color-white);
    bottom: 0;
    content: "";
    display: block;
    height: 2.5vw;
    left: 0;
    margin: auto;
    -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 9"><polyline points=".74 8.22 5.26 4.5 .74 .78" style="fill: none; stroke: %23ffffff; stroke-miterlimit: 10; stroke-width: 2px;"/></svg>');
    mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 9"><polyline points=".74 8.22 5.26 4.5 .74 .78" style="fill: none; stroke: %23ffffff; stroke-miterlimit: 10; stroke-width: 2px;"/></svg>');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: -0.5555555556vw;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 1.9444444444vw;
}

@media (min-width: 768px) {
    .news__list__item__link__main__angle:before {
        height: 9px;
        right: -2px;
        width: 7px;
    }
}

.news__list__item__link:focus {
    color: var(--color-blue-primary-alt);
}

.news__list__item__link:focus .news__list__item__link__fig img {
    transform: scale(1.1);
}

@media (hover: hover) and (pointer: fine) {
    .news__list__item__link:hover {
        color: var(--color-blue-primary-alt);
    }

    .news__list__item__link:hover .news__list__item__link__fig img {
        transform: scale(1.1);
    }
}

.news__pager {
    flex: 0 0 100%;
    margin: 11.1111111111vw 0 0;
    min-height: 0px;
}

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

@media (min-width: 992px) {
    .news__pager {
        margin: 80px 0 0;
    }
}