.main {
    background-color: #FFFAEF;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 12rem 0 10rem;
    max-width: 144rem;
    width: 100%;
    
}

.hero-visual {
    margin-bottom: 8.7rem;
}

.hero-visual__img {
    max-width: 144rem;
    width: 100%;
    height: 40rem;
    margin-bottom: 5.5rem;
    overflow: hidden;
}

.hero-visual__img img {
    object-position: top -30rem left 0;
}

.hero-visual__title-box {
    width: 134rem;
    height: 9.7rem;
    background-image: url('../img/news/news_title_img_bg1.webp');
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.hero-visual__title {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: calc(51 / 35);
    text-align: center;
    color: #DE6F80;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-visual__title::before {
    content: '';
    display: block;
    background-image: url('../img/news/news_title_img_icon1.webp');
    background-size: cover;
    width: 5.6rem;
    height: 3.6rem;
    margin-right: 1rem;
}

.news__container {
    margin: 0 auto 3rem;
    width: 113rem;
    padding: 4rem 5rem;
    border-radius: 3rem;
    background-color: #fff;
    box-shadow: 0px 0.3rem 0.3rem 0px #00000029;
}

.news__list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 4rem;
}

.news__item a {
    display: flex;
    align-items: center;
    border-bottom: 2px dotted #00000029;
    padding-bottom: 1.5rem;
    gap: 5.7rem;
}

.news__date {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.news__time {
    width: 15rem;
}

.news__tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.6rem;
    height: 2rem;
    font-size: 1.4rem;
    line-height: calc(20 /14);
    color: #fff;
    border-radius: 0.5rem;
}

.news__time,
.news__title {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: calc(24 / 16);
    color: #000000;
    text-align: left;
}

.news__title {
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 1行まで表示 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news__home {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 500;
    width: 24rem;
    height: 4.5rem;
    border-radius: 2.3rem;
    box-shadow: 0px 0.3rem 0.3rem 0px #00000029;
    color: #fff;
    background-color: #F6AD3C;
    margin: 0 auto;
    
}

.page > .page-numbers {
    display: flex;
    gap: 1.9rem;
    width: fit-content;
    margin: 0 auto;
}

.page > .page-numbers li {
    display: flex;
}

.page > .page-numbers a,
.page > .page-numbers span {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: calc(18 /15);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    color: #fff;
    background-color: #F6AD3C;
    box-shadow: 0px 0.3rem 0.3rem 0px #00000029;
}

.header__page-top {
    border-color: #DE6F80;
}

.header__page-top span::before,
.header__page-top span::after {
    background-color: #DE6F80;
}

@media screen and (max-width:699.98px) {

    .main {
        width: 37.5rem;
        padding: 6rem 0 7rem;
    }

    .hero-visual {
        margin-bottom: 5.6rem;
    }

    .hero-visual__img {
        width: 37.5rem;
        height: 26.5rem;
        margin-bottom: 3rem;
    }

    .hero-visual__img img {
        object-position: center;
    }

    .hero-visual__title-box {
        width: 35.5rem;
        height: 3.3rem;
        background-image: url('../img/news/news_title_img_bg2.webp');
    }

    .hero-visual__title {
        font-size: 2rem;
        line-height: calc(29 /20);
    }

    .hero-visual__title::before {
        width: 3.6rem;
        height: 2.3rem;
    }

    .news__container {
        width: 33.5rem;
        padding: 2rem 1.8rem;
    }

    .news__item a {
        flex-direction: column;
        gap: 0.6rem;
    }

    .news__date {
        width: 100%;
        gap: 0.5rem;
    }

    .news__tag {
        width: 8rem;
        font-size: 1.3rem;
        line-height: calc(19 /13);
    }

    .news__time,
    .news__title {
        font-size: 1.5rem;
        line-height: calc(21 / 16);
    }

    .news__title {
        -webkit-line-clamp: 2;
    }

    .page > .page-numbers a,
    .page > .page-numbers span {
        width: 3.5rem;
        height: 3.5rem;
    }
}
