@charset "UTF-8";

#News .innerBox {
    max-width: calc(1100px + calc(15px * 2));
}
#News .top-section-wrapper {
    margin-bottom: 64px;
}

#News .section_1 {
    position: relative;
    z-index: 100;
    padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
    #News .section_1 {
        padding-top: 0px;
    }
}

#News .section_1 .news-category-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 100px 3%;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    #News .section_1 .news-category-tabs {
        gap: 20px 3%;
    }
}
#News .section_1 .news-category-thumbnails .news-category-tabs {
    gap: 30px 63px;
}

#News .section_1 .news-category-tabs .news-category-tab {
    width: 31.3%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
    #News .section_1 .news-category-tabs .news-category-tab {
        width: 100%;
    }
}
@media screen and (max-width: 900px) {
    #News .section_1 .news-category-thumbnail .news-category-tabs .news-category-tab {
        width: 46%;
    }
    @media screen and (max-width: 767px) {
        #News .section_1 .news-category-thumbnail .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;
    padding: 22px 19px 27px;
    margin-bottom: -10px;
}
@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-tabs.blog-list {
    margin-bottom: 0;
}
#News .blog-list .news-blog-thumbnail_box {
    background: #d9d9d9;
    width: 100%;
    aspect-ratio: 306 / 204;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;
}
#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 .tag-category {
    width: fit-content;
    min-width: 100px;
    display: grid;
    place-items: center;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 12px 13px 11px;
    background-color: #8a8fa3;
    color: var(--baseColor);
    margin-bottom: 15px;
}
#News .tag-category.news {
    background-color: var(--mainColor_1);
}
#News .tag-category.blog {
    background-color: var(--mainColor_2);
}
#News .news-date {
    display: block;
    font-size: 18px;
    text-align: right;
    line-height: 2.2em;
    letter-spacing: 0.05em;
    color: var(--mainTextColor_1);
}
@media screen and (max-width: 767px) {
    #News .news-date {
        font-size: 20px;
    }
}
#News .news-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.66em;
    color: var(--mainTextColor_1);
    margin-bottom: 11px;
    display: flex;
    align-items: center;
}
#News .pagination {
    width: 100%;
}
#News .pagination-list {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 21px;
    list-style: none;
    margin: 15px auto 0;
}
#News .pagination-item {
    margin: 0 5px;
}
#News .pagination-item .pagination-link {
    background-color: var(--mainColor_1);
    font-weight: 400;
    color: var(--baseColor);
}
#News [class*="arrow-"] .pagination-link {
    width: fit-content;
    font-size: 18px;
    border: none;
}
#News .pagination-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 43px;
    border: 1px solid var(--mainColor_1);
    border-radius: 50%;
    text-decoration: none;
    color: var(--mainColor_1);
    font-weight: 700;
    transition: all 0.3s ease;
}
#News .pagination-item.active .pagination-link {
    cursor: default;
    pointer-events: none;
    opacity: 0.7;
}
#News .pagination-item:hover:not(.active) .pagination-link {
    background-color: var(--mainColor_1);
    color: var(--baseColor);
}

#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 .TopContentsLayout-inner .section-list-item.active,
#News .TopContentsLayout-inner .section-list-item a.active {
    pointer-events: none;
}

/* page-news.php専用: ソート選択時の下線表示 */
#News .TopContentsLayout-inner .section-list-item:not(:last-child) {
    margin-bottom: 6.5px;
}
.TopContentsLayout-inner .section-list-container .section-title {
    line-height: 1.5em;
}
#News .TopContentsLayout-inner .section-list-container .section-title .item {
    display: block;
    width: fit-content;
    position: relative;
}
#News .TopContentsLayout-inner .section-list-container .section-link.active .section-title .item::before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0px;
    width: 100%;
    height: 0.4em;
    opacity: 0.15;
    background-color: var(--mainColor_1);
    transition: transform 0.3s ease-in-out;
}
