.main {
    background-color: #FFFAEF;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 12rem 0 10rem;
    width: 100%;
    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;
}

.article__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;
}

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

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

.article__time {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: calc(24 / 16);
    color: #000000;
    width: 15rem;
}

.article__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;
}

.article__title {
    font-size: 2rem;
    font-weight: 400;
    line-height: calc(29 / 20);
    color: #000000;
}

.blogic_image {
    margin: 0 auto;
}

.article__content img{
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
    border-radius: 3rem;
    overflow: hidden;
}

.article__content p{
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: calc(24 / 16);
    color: #000000;
}

.article__content h2 {
    margin-bottom: 1.5rem;
    font-size: 3rem;
    font-weight: 500;
    line-height: calc(45 / 30);
    color: #F6AD3C;
}

.article__content h3 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: calc(30 / 20);
    color: #F6AD3C;
}

.pagination__btns {
    width: 113rem;
    margin: 0 auto 3rem;
    display: flex;
    justify-content: space-between;
}

.pagination__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: calc(24/ 16);
    border-radius: 2.3rem;
    height: 4.5rem;
    box-shadow: 0px 0.3rem 0.3rem 0px #00000029;
    color: #fff;
    background-color: #F6AD3C;
}

.pagination__btn--next,
.pagination__btn--back {
    width: 13.5rem;
}

.pagination__btn--back span {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    margin-right: 1rem;
}

.pagination__btn--next span {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    margin-left: 1rem;
}

.pagination__btn--top {
    width: 24rem;
    margin: 0 auto;
}

.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;
    }

    .article__container {
        width: 33.5rem;
        margin: 0 auto 3rem;
        padding: 2rem 1.8rem;
    }

    .article__title-box {
        flex-direction: column;
        justify-content: flex-start;
        gap: 1rem;
    }

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

    .article__time {
        font-size: 1.5rem;
        line-height: calc(21 / 15);
    }

    .article__title {
        font-size: 1.8rem;
        line-height: calc(26 / 18);
    }

    .pagination__btns {
        width: 35.5rem;
    }
}