@charset "UTF-8";

#News .innerBox {
    max-width: calc(1100px + calc(15px * 2));
}

#News .section_1 {
    position: relative;
    z-index: 100;
    padding-top: 130px;
    padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
    #News .section_1 {
        padding-top: 80px;
    }
}

#News .large_background_text_cover {
    position: absolute;
    z-index: 1;
    font-size: 350px;
    font-weight: 500;
    top: 800px;
    left: -220px;
}

#News .section_1 .news-category-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 5.8%;
    margin-bottom: 40px;
}
#News .section_1 .news-category-thumbnails .news-category-tabs {
    gap: 30px 63px;
}
@media screen and (max-width: 1126px) {
    #News .section_1 .news-category-thumbnails .news-category-tabs {
        gap: 30px 8%;
    }
}
#News .section_1 .news-category-tabs .news-category-tab {
    width: 29%;
}
@media screen and (max-width: 500px) {
    #News .section_1 .news-category-tabs .news-category-tab {
        width: 100%;
    }
}
#News .section_1 .news-category-thumbnails .news-category-tabs .news-category-tab {
    width: 323.4px;
}
@media screen and (max-width: 1126px) {
    #News .section_1 .news-category-thumbnails .news-category-tabs .news-category-tab {
        width: 46%;
    }
    @media screen and (max-width: 500px) {
        #News .section_1 .news-category-thumbnails .news-category-tabs .news-category-tab {
            width: 100%;
        }

        #News .news-category-tab-image {
            overflow: hidden;
            height: 70px;
        }
    }
}
#News .section_1 .page_sub_title_cover {
    margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
    #News .section_1 .page_sub_title_cover {
        margin-bottom: 30px;
    }
}

#News .news-category-title {
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    column-gap: 25px;
    margin-bottom: -30px;
}
@media screen and (max-width: 767px) {
    #News .news-category-title {
        column-gap: 15px;
    }
}

#News .news-category-title h4.en {
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0.0048em;
}
@media screen and (max-width: 767px) {
    #News .news-category-title h4.en {
        font-size: 32px;
    }
}
@media screen and (max-width: 500px) {
    #News .news-category-title h4.en {
        font-size: 40px;
    }
}

#News .news-category-title h4.ja {
    font-size: 14px;
    font-weight: 900;
}

#News .news-category-thumbnails {
    padding-top: 3px;
    padding: 3px 0;
    border-top: 3px solid #374254;
    border-bottom: 3px solid #374254;
}
#News .news-category-thumbnails_box {
    position: relative;
    padding: 40px 0;
    border-top: 1px solid #8a8fa3;
    border-bottom: 1px solid #8a8fa3;
}

#News .news-category-tabs.blog-list {
    margin-bottom: 0;
}
#News .blog-list .news-blog-thumbnail_box {
    background: #c0c0c0;
    width: 100%;
    aspect-ratio: 322 / 204;
    overflow: hidden;
}
#News .blog-list .news-blog-thumbnail_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#News .blog-list .news-item {
    width: 100%;
}
#News .blog-list .news-item .box_1 {
    margin-bottom: 24px;
}

#News .blog-list .news-content:nth-child(n + 4) {
    padding-top: 32px;
    margin-top: 42px;
    border-top: solid 1px #8a8fa3;
}
@media screen and (max-width: 1126px) {
    #News .blog-list .news-content.news-category-tab {
        padding-top: 0;
        margin-top: 0;
        border-top: none;
    }
}
#News .blog-list .news-content .news-category-title {
    margin: 0;
}
#News .news-tags {
    display: flex;
    width: 100%;
    height: 24px;
}
#News [class*="tag-category"] {
    width: 50%;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 900;
}
#News .tag-category {
    background-color: #8a8fa3;
}
#News .tag-category_detail {
    background-color: #374254;
}
#News .news-date {
    display: block;
    font-size: 18px;
    margin-bottom: 9px;
}
#News .news-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    padding-right: 20px;
}
#News .pagination {
    width: 100%;
}
#News .pagination-list {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 21px;
    list-style: none;
    margin: 40px auto 0;
}
#News .pagination-item {
    margin: 0 5px;
}
#News .pagination-item .pagination-link {
    background-color: #374254;
    font-weight: 400;
    color: #fff;
}
#News [class*="arrow-"] .pagination-link {
    width: fit-content;
    font-size: 30px;
    border: none;
}
#News .pagination-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 43px;
    border: 1px solid #8a8fa3;
    border-radius: 50%;
    text-decoration: none;
    color: #47556c;
    font-weight: 700;
    transition: all 0.3s ease;
}
#News .pagination-item.active .pagination-link {
    background-color: #51617a;
    cursor: default;
    pointer-events: none;
}
#News .pagination-item:hover:not(.active) .pagination-link {
    background-color: #8a8fa3;
    color: #fff;
}

#News .pagination-item.next .pagination-link {
    background-color: transparent;
    border: none;
}

#News .no-news {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}

#News .news-category-tab,
#News .news-category-tab img,
#News .news-content.news-category-tab {
    transition: all 0.29s ease-in-out;
}

/* カテゴリータブのアクティブ状態 */
#News .news-category-tab.active {
    cursor: default;
}

#News .news-category-tab.active img {
    box-shadow: 10px 10px 10px -5px rgba(0, 0, 0, 0.4);
    transform: scale(1.05);
}

#News .news-category-tab:not(.active) h4 {
    opacity: 0.8;
}
#News .news-category-tab.active h4 {
    opacity: 1;
    transform: scale(1.1);
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

#News .news-category-tab h4 {
    transition: all 0.15s ease-in-out;
}
#News .news-category-tab:hover img {
    box-shadow: 10px 10px 10px -5px rgba(0, 0, 0, 0.4);
}
#News .news-category-tab:hover h4 {
    opacity: 1;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

#News .news-content.news-category-tab:hover img {
    transform: scale(1.08);
}

#News .news-category-tabs h4.en {
    padding-bottom: 20px;
    border-bottom: 3px solid #1F1811;
}