.nav-logo {
    width: auto;
    height: 3rem;
}

.text-right {
    text-align: right;
}

.bg-image {
    /* urlを追加したニュースのルートに変更 */
    background-image: url("../../assets/news/news1.jpg");
    background-size: cover;
    background-position: center;
}