.news__link {
    font-family:
        Noto Sans JP,
        sans-serif;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
    line-height: 1.8;
    letter-spacing: 0.05em;
    width: calc(100% - 110px);
    display: block;
    color: #000000;
}

@media (max-width: 768px) {
    .news__link {
        width: 100%;
    }
}
