.news_bg_cor {
    /* padding-bottom: 4.9rem; */
    background-color: #FFF5DA;
    overflow: hidden;
}

/* p {
  margin-bottom: 2.4rem;
} */

/* 背景追従 */
.bg_wrap {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

.bg_filter {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #FFF5DA;
    opacity: 38%;
}

.bg_shape {
    width: 100%;
    height: auto;
    top: 3.7rem;
    left: -.8rem;
    position: fixed;
    z-index: -1;
}

/* 下層FV */
.fv_bg_cor {
    width: 100%;
    height: 53.6rem;
    background-color: #FFF5DA;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}


.hero {
    display: flex;
    justify-content: center;
}

.hero_media {
    position: relative;
    z-index: 3;
}


.hero_img {
    width: 114rem;
    height: 40rem;
    border-radius: 4rem;
    opacity: 1;

}

.archive_container {
    width: 90.3rem;
    /* height: 317.8rem; */
    margin-inline: auto;
    margin-top: 3.2rem;
    margin-bottom: 4.9rem;
    background: #ffffff;
    border-radius: 4rem;
    opacity: 1;
    position: relative;
    left: 8.2rem;

}


.news {
    position: relative;
    margin-top: 3rem;
    margin-bottom: 3rem;
    z-index: 80;
    margin-inline: 9rem;
    border-bottom: 0.1rem solid #000000;
}

.circle {
    display: inline-block;
    vertical-align: middle;
    margin-top: 8.5rem;
    margin-right: 5rem;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
}

.circle::before {
    content: '';
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: #00A57C;
    margin-right: 0.8rem;
    /* color: #007BFF; */
}

.news_sec_title {
    font-size: 3.3rem;
    font-weight: 500;
    margin-top: 0.4rem;
    margin-bottom: 3rem;
}

.news_item {
    display: flex;
    gap: 3rem;
    margin-bottom: 5rem;
}

.line {
    border-bottom: 0.1rem solid #000000;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.news_image_hover {
    width: 33rem;
    height: 23rem;
    overflow: hidden;
    border-radius: 1rem;
}

.item_img_content {
    width: 33rem;
    height: 23rem;
}

.news_item_img {
    width: 100%;
    height: auto;
    left: 36.2rem;
    object-fit: cover;
    border-radius: 1rem;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_item:hover .news_item_img{
    transform: scale(1.1);
}

.news_logo_image {
    width: 28rem;
    height: 23rem;
    object-fit: contain;
}

.news_detail {
    width: 36.3rem;
}

.news_title_font {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 1.444em;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_text {
    font-size: 1.6rem;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 行数を指定 */
    overflow: hidden;
}

.date_name_flex {
    display: flex;
    column-gap: 1rem;
    margin-bottom: 0.5rem;
}

.date_name_font {
    font-size: 1.5rem;
    font-weight: 500;

    margin-bottom: 0.5rem;
}
.cat_title{
background-color: #00A57C;
    color: #FFFFFF;
    border-radius: 10rem;
    font-size: 1.5rem;
       text-align: center;
    line-height: 1.4em;
  min-width: 15rem;
}


.archive_news_cat {
  text-align: center;
}


.news_name_name01 {
    background-color: #00A57C;
}

.news_name_name02 {
    background-color: #F27B2D;
}

.news_name_name03 {
    background-color: #FDB9C9;
}

.news_name_name04 {
    background-color: #FFE17A;
}

.news_name_all {
    background-color: #000000;
}

/* .next_page_wrap {
    display: flex;
    align-items: center;
    height: 5rem;
    margin-top: 1.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.8rem;
} */

.next_page_font {
    font-weight: 500;
    font-size: 1.8rem;

    display: flex;
    align-items: center;
    margin-top: 1.2rem;
    column-gap: 1rem;
    width: 15rem;
}

.arrow {
    display: inline-block;
    vertical-align: middle;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: #00A57C;
    position: relative;
  /* margin-right: 1rem; */
}

.arrow::before {
    content: '→';
    display: inline-block;
  /* margin-right: 1rem; */
    text-align: center;
    line-height: 5rem;
    color: #FFFFFF;
    font-size: 1.8rem;
    position: absolute;
    left: 1.4rem;
    transition: .2s;
}

/* ホバー */
a:any-link:hover .arrow::before {
    transform: translateX(.6rem);
}




/* .next_page_font::after {
    content: '→';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    align-items: center;
    background-color: #00A57C;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 500;

} */

/* .arrow {
    margin-top: 1.2rem;
    margin-left: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    align-items: center;
    background-color: #00A57C;
    color: #ffffff;
    font-size: 1.5rem;
} */

.archive_pagination {
    font-family: var(--NotoSans);
    font-size: 2rem;
    color: #000000;
    margin-top: 3rem;
    padding-bottom: 8rem;
}

.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 3rem;
}

/* .page_number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: #E2E2E2;
    color: #000000;
    font-size: 1.5rem;
    text-align: center;
} */

.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: #E2E2E2;
    text-align: center;
}

.page-numbers.current {
    background-color: #00A57C;
    color: #ffffff;
}

.page-numbers.dots {
    width: 2.2rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: #ffffff;
    margin-left: -2rem;
    margin-right: -2rem;
}

.cat_title {
    color: #FFFFFF;
    border-radius: 10rem;
    font-size: 1.5rem;
    padding: 0 1rem;
}

.archive_news_cat {
    margin-left: 1rem;
}

.archive_cat_wrap {
    display: flex;
    column-gap: 1rem;
}

/* .ellipsis {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 2.2rem;
    height: 2.9rem;
    font-size: 2.5rem;
    text-align: left;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 2.6rem;
} */

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

    /* 画面幅が699.98px以下のデバイスに適用するスタイル */
    .archive_main_container {
        max-width: 37.5rem;
        min-height: 100vh;
        /* padding-bottom: 23.1rem; */
    }

    .hero_media {
        /* margin-top: 9.1rem; */
        margin-bottom: 4rem;
    }

    .hero_img {
        width: 32.5rem;
        height: 40rem;
        border-radius: 3rem;
    }

    .archive_container {
        width: 32.5rem;
        margin: 0 auto;
        /* margin-bottom: 23.1rem; */
        border-radius: 3rem;
        left: 0;
        margin-bottom: 3rem;
    }

    .archive_introduction {
        margin: 2.5rem 2rem 0rem 2rem;
    }

    .circle {
        display: inline-block;
        /* vertical-align: left; */
        margin-top: 2.5rem;
        font-size: 1.5rem;
        top: 1.5rem;
        left: 1.5rem;
    }

    .line {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .news_sec_title {
        font-size: 2.5rem;
        margin: 0;
    }

    .news {
        margin-inline: 0;
    }

    .news_item {
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 4rem;
    }

    .item_img_content {
        width: 28.5rem;
        height: 19rem;
    }

    .news_image_hover {
        width: 28.5rem;
        height: 19rem;
    }

    .news_logo_image {
        width: 25rem;
        height: 19rem;
    }

    .news_detail {
        width: 28.5rem;
    }

    .date_name_flex {
        display: flex;
        margin-bottom: 0.5rem;
    }

    .news_text {
        margin-bottom: 1rem;
    }

    .next_page_wrap {
        display: flex;
        justify-content: right;
    }

    .archive_pagination {
        margin-top: 3rem;
        bottom: 4rem;
        right: 0;
        left: 0;
    }

    .pagination_nav {
        padding-top: 2rem;
        /* margin-top: 2rem; */
        width: 24.9rem;
        left: 6.3rem;
        margin-inline: auto;
    }

    /* 
    .page_number {
        width: 4rem;
        height: 4rem;
        margin-bottom: 4rem;
    } */

    /* .ellipsis {
        width: 2rem;
        font-size: 1.8rem;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
        margin-top: 2rem;
        margin-bottom: 4rem;
    } */

    .page_number.current {
        margin-left: 0.3rem;
        margin-right: 0.3rem;
        width: 4rem;
        height: 4rem;
    }

    .news_name_name01 {
        margin-left: 0;
    }

    .next_page_font {
        margin-top: 1.5rem;
        margin-bottom: 0;
        justify-content: flex-end;
    }

    .nav-links {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 0.3rem;
    }

    .page-numbers {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 4rem;
        height: 4rem;
        font-size: 1.8rem;
        text-align: center;
    }

    .page-numbers.dots {
        margin-left: 0;
        margin-right: 0;
    }

}