@charset "UTF-8";

/* お知らせ詳細 */
.Subpage_NewsDetail_Hero_Wrap .Breadcrumb_Box {
    position: relative;
    font-weight: 900;
    display: flex;
    align-items: center;
    font-size: 10px;
    color: rgba(var(--main) / 1);
    margin-bottom: 16px;
}

@media screen and (min-width: 1200px) {
    .Subpage_NewsDetail_Hero_Wrap .Breadcrumb_Box {
        font-size: 12px;
        margin-bottom: 124px;
        margin-left: 7.6rem;
    }
}

.News_Detail_Cate_Date_Wrap {
    display: flex;
    align-items: center;
    margin-top: 80px;
            margin-bottom: 4px;
}

@media screen and (min-width: 1200px) {
    .News_Detail_Cate_Date_Wrap {
        margin-top: 28px;
        margin-bottom: 28px;
    }
}

.News_Detail_Cate {
    font-weight: 900;
    font-size: 12px;
    padding: 4px 16px;
    background: rgba(var(--accent) / 1);
    color: #fff;
    border-radius: 50px;
    letter-spacing: 0.06em;
    margin-right: 7px;
}

@media screen and (min-width: 1200px) {
    .News_Detail_Cate {
        font-size: 14px;
        margin-right: 10px;
    }
}

.News_Detail_Date {
    font-size: 16px;
    font-weight: 900;
    font-family: var(--En_Font);
    color: rgba(var(--main) / 1);
}

@media screen and (min-width: 1200px) {
    .News_Detail_Date {
        font-size: 20px;
    }
}

.News_Detail_Ttl {
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.3;
    color: rgba(var(--main) / 1);
}

@media screen and (min-width: 1200px) {
    .News_Detail_Ttl {
        font-size: 40px;
        margin-bottom: 16px;
    }
}

.News_Detail_Photo {
    margin-bottom: 32px;
    height: 224px;
    overflow: hidden;
}

@media screen and (min-width: 1200px) {
    .News_Detail_Photo {
        height: 540px;
        border-radius: 14px;
        margin-bottom: 48px;
    }
}

.News_Detail_Photo img {
    height: 100%;
    object-fit: cover;
}

.News_Detail_Content {
    position: relative;
    margin-bottom: 42px;
}

.News_Detail_Content div img {
    border-radius: 14px;
    margin: 36px auto 4px;
    width: 98%;
}

.News_Detail_Content .wp-caption-text {
    text-align: center;
    margin-bottom: 28px;
}

@media screen and (min-width: 1200px) {
    .News_Detail_Content {
        padding-bottom: 24px;
        margin: 0 auto;
    }

    .News_Detail_Content div img {
        width: 76%;
        margin: 40px auto 4px;
    }

    .News_Detail_Content .wp-caption-text {
        margin-bottom: 36px;
    }
}

.News_Detail_Content p {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.7;
    padding: 0 6px;
    margin-bottom: 22px;
}

@media screen and (min-width: 1200px) {
    .News_Detail_Content p {
        font-size: 16px;
        line-height: 1.8;
        padding: 0 18px;
        margin-bottom: 32px;
    }
}

/* ---------------------------- */
/* お知らせ一覧 */

.Subpage_NewsList_Sec {
    margin-bottom: 60px;
}

@media screen and (min-width: 1200px) {
    .Subpage_NewsList_Sec {
        margin-bottom: 100px;
    }
}
.News_List_Area {
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .News_List_Area {
        width: 96%;
    }
}

@media screen and (min-width: 1600px) {
    .News_List_Area {
        width: 86%;
    }
}

.News_List_Inner {
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .News_List_Inner {
        display: flex;
        flex-wrap: wrap;
        padding-right: 0;
    }
}

.News_List {
    width: 100%;
    flex-shrink: 0;
    padding-top: 22px;
    padding-bottom: 28px;
    border-top: 2px solid #eee;
}

.News_List:last-of-type {
    border-bottom: 2px solid #eee;
    margin-bottom: 36px;
}

@media screen and (min-width: 1200px) {
    .News_List {
        width: 100%;
        padding: 26px 16px;
        margin-right: 0;
        margin-bottom: 0;
        border-top: 2px solid #eee;
    }

    .News_List:first-of-type {
        border: none;
    }
}

.News_List_Link {
    display: block;
}

.News_List_Link .aligncenter{
    display: none;
}

@media screen and (min-width: 1200px) {
    .News_List_Link {
        display: flex;
        align-items: center;
        width: 100%;
        position: relative;
    }
}

.News_List_Photo {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 12px;
    flex-shrink: 0;
    margin-right: 12px;
}

@media screen and (min-width: 1200px) {
    .News_List_Photo {
        margin-bottom: 0;
        width: 170px;
        height: 170px;
        margin-right: 18px;
    }
}

.News_List_Photo img {
    object-fit: cover;
    height: 100%;
}

.News_List_Cate_Date_Wrap {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

@media screen and (min-width: 1200px) {
    .News_List_Cate_Date_Wrap {
        margin-bottom: 4px;
    }
}

.News_List_Cate {
    font-weight: 900;
    font-size: 12px;
    padding: 4px 16px;
    background: rgba(var(--accent) / 1);
    color: #fff;
    border-radius: 50px;
    letter-spacing: 0.06em;
    margin-right: 7px;
}

.News_List_Date {
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.06em;
    font-family: var(--En_Font);
    color: rgba(var(--main) / 1);
}

@media screen and (min-width: 1200px) {
    .News_List__Date {
        margin-right: 18px;
    }
}

.News_List_Ttl {
    margin-bottom: 10px;
    text-decoration: underline;
    font-size: 20px;
    font-weight: 900;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 行数指定 */
    overflow: hidden;
    line-height: 1.4;
    color: rgba(var(--main) / 1);
}

@media screen and (min-width: 1200px) {
    .News_List_Ttl {
        font-size: 26px;
        -webkit-line-clamp: 1;
        margin-bottom: 16px;
        width: 88%;
    }
}

.News_List_Content {
    width: 84%;
    font-size: 14px;
    font-weight: 400;
    color: #ababab;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 行数指定 */
    overflow: hidden;
}

.News_List_Content_Pc {
    display: none;
}

@media screen and (min-width: 1200px) {
    .News_List_Content_Pc {
        width: 84%;
        font-size: 16px;
        font-weight: 400;
        color: #ababab;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /* 行数指定 */
        overflow: hidden;
        line-height: 1.7;
    }
}

.Subpage_NewsList_Sec .News_List .News_List_Link .Arrow {
    background-color: rgba(var(--main) / 1);
    width: 42px;
    height: 42px;
    border-radius: 100%;
    color: rgba(var(--white) / 1);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: 0.4s all;
}

@media screen and (min-width: 1200px) {
    .Subpage_NewsList_Sec .News_List .News_List_Link .Arrow {
        width: 62px;
        height: 62px;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
    }

    .Subpage_NewsList_Sec .News_List .News_List_Link .Arrow .fa-solid {
        font-size: 20px;
    }
    .Subpage_NewsList_Sec .News_List .News_List_Link:hover .Arrow {
        background-color: rgba(var(--recruit) / 1);
    }
}


@media screen and (min-width: 1200px) {
    .News_List_Cate_Year_Wrap {
        margin-top: 24px;
        background: #eee;
        border-radius: 0 80px 80px 0;
        padding: 68px 48px 68px;
    }
}

@media screen and (min-width: 1200px) {
    .News_List_Cate_Btn_Wrap {
        padding-bottom: 36px;
        border-bottom: 2px solid #c6c6c6;
        width: 256px;
        margin-left: auto;
        padding-left: 10px;
    }
}

.News_List_Cate_Ttl {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 1200px) {
    .News_List_Cate_Ttl {
        display: block;
    }
}

.News_List_Cate_Ttl_En {
    font-size: 26px;
    font-weight: 900;
    font-family: var(--En_Font);
    color: rgba(var(--main) / 1);
    margin-right: 6px;
}

.News_List_Cate_Ttl_Ja {
    color: rgba(var(--main) / 0.5);
    font-size: 12px;
    font-weight: 900;
}

@media screen and (min-width: 1200px) {
    .News_List_Cate_Ttl_En {
        font-size: 30px;
        margin-bottom: 3px;
        margin-right: 0;
    }

    .News_List_Cate_Ttl_Ja {
        font-size: 16px;
        margin-bottom: 18px;
    }
}

.News_List_Cate_Inner {
    display: flex;
    flex-wrap: wrap;
    background: #eeeeee;
    border-radius: 36px;
    padding: 28px 2px 12px 15px;
    margin-bottom: 32px;
}

@media screen and (min-width: 1200px) {
    .News_List_Cate_Inner {
        display: flex;
        flex-wrap: wrap;
        background: none;
        border-radius: 0;
        padding: 0;
        margin-bottom: 0;
    }
}

.News_List_Cate_Btn {
    background: #c1bebe;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50px;
    flex-shrink: 0;
    white-space: nowrap;
    color: #fff;
    margin-right: 9px;
    cursor: pointer;
    margin-bottom: 13px;
}

@media screen and (min-width: 1200px) {
    .News_List_Cate_Btn {
        font-size: 14px;
        padding: 2px 16px;
        margin-right: 12px;
    }
}

.News_List_Cate_Btn.News_List_Cate_Btn_On {
    background: rgba(var(--main) / 1);
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .News_List_Year_Btn_Wrap {
        padding-top: 36px;
        width: 256px;
        margin-left: auto;
        padding-left: 10px;
    }
}

.News_List_Year_Ttl {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 1200px) {
    .News_List_Year_Ttl {
        display: block;
    }
}

.News_List_Year_Archive_Btn_Wrap {
    background: #eee;
    border-radius: 50px;
    padding: 14px 22px 15px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .News_List_Year_Archive_Btn_Wrap {
        padding: 14px 22px 14px 24px;
    }
}

.News_List_Year_Btn_Inner {
    display: flex;
    flex-wrap: wrap;
    background: #eeeeee;
    border-radius: 36px;
    padding: 28px 2px 12px 15px;
}

@media screen and (min-width: 1200px) {
    .News_List_Year_Btn_Inner {
        display: flex;
        flex-wrap: wrap;
        background: none;
        border-radius: 0;
        padding: 0;
    }
}

.News_List_Year_Archive_Btn {
    background: #c1bebe;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50px;
    flex-shrink: 0;
    white-space: nowrap;
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 13px;
}
@media screen and (min-width: 1200px) {
    .News_List_Year_Archive_Btn {
        font-size: 14px;
        padding: 2px 16px;
        margin-right: 12px;
    }
}

.News_List_Year_Archive_Btn.current {
    background: rgba(var(--main) / 1);
    color: #fff;
}

.News_List_View_More_Wrap {
    margin-bottom: 90px;
}

@media screen and (min-width: 1200px) {
    .News_List_View_More_Wrap {
        margin-bottom: 0px;
    }
}
