@charset "UTF-8";
body.news .c-ttl {
    margin-bottom: 80px;
}
.news_wrap {
    padding-bottom: 140px;
}
.news_flx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.news_menu {
    width: -webkit-calc(100% - 65.3%);
    width: calc(100% - 65.3%);
    box-sizing: border-box;
}
.news_menu_box {
    margin-bottom: 40px;
}
.news_menu_box:last-child {
    margin-bottom: 0;
}
.news_menu_box .mds {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 16px;
    line-height: 80%;
    margin-bottom: 20px;
}
.news_menu_box .lst li {
    margin-bottom: 10px;
}
.news_menu_box .lst li:last-child {
    margin-bottom: 0;
}
.news_menu_box .lst li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 25px;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #4A4A4A;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.news_menu_box .lst li span {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.news_menu_box .lst li.is-on a {
    background: #4A4A4A;
    color: #fff;
    pointer-events: none;
}
.news_in {
    width: 65.3%;
    box-sizing: border-box;
}
.news_lst {
    margin-top: 0;
}
.news_box a {
    padding: 23px 0 30px;
    display: block;
}
.news_box .info {
    display: flex;
    gap: 0 16px;
    margin-bottom: 15px;
}
.news_box .day {
    width: auto;
    font-size: 14px;
    line-height: 25px;
    margin-right: 0;
}
.news_box .tag span {
    width: 170px;
    height: 25px;
}
.news_box .ttl {
    font-size: 16px;
    line-height: 150%;
    width: 100%;
    padding-left: 0;
}
.news_detail_head {
    margin-bottom: 40px;
}
.news_detail_head:last-child {
    margin-bottom: 0;
}
.news_detail_head .info {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-bottom: 20px;
}
.news_detail_head .info .day {
    font-weight: 500;
    font-variation-settings: "wght" 500;
    font-size: 16px;
    line-height: 80%;
}
.news_detail_head .info .tag span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 25px;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #4A4A4A;
    border-radius: 30px;
}
.news_detail_head .ttl {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 32px;
    line-height: 150%;
}
.detail_img {
    margin-bottom: 60px;
}
.detail_img img {
    width: 100%;
    height: auto;
}
.detail_img:last-child {
    margin-bottom: 0;
}
.detail_txt {
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    line-height: 185%;
    margin-bottom: 40px;
}
.detail_txt:last-child {
    margin-bottom: 0;
}
.pager_wrap.is-ver2 {
    justify-content: space-between;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}
.news_btn.c-btn {
    width: 270px;
    margin: 0 auto;
    margin-top: 60px;
}
.news_btn.c-btn a {
    justify-content: flex-end ;
    padding: 0 30px 0 0;
}
.news_btn.c-btn a .icn {
    right: auto;
    left: 8px;
}
.news_btn.c-btn a .icn:before,
.news_btn.c-btn a .icn:after {
    background: url(/cmn/svg/arw_solo_hw_l.svg) no-repeat center / 14px auto;
}
.news_btn.c-btn a .icn:before {
    transform: translateX(100%);
}
.news_btn.c-btn a .icn:after {
    transform: translateX(0);
}
@media (min-width: 768px) {
    .news_menu_box .lst li a:hover {
        background: #4A4A4A;
        color: #fff;
    }
    .news_menu_in {
        position: sticky;
        top: 40px;
    }
    .news_menu_box .lst li a:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        width: 200%;
        aspect-ratio: 2 / 1;
        background-color: #4A4A4A;
        border-radius: 50%;
        transition: top .2s cubic-bezier(.25,1,.5,1);
        z-index: 1;
    }
    .news_menu_box .lst li a:hover:before {
        top: -20px;
    }
    .news_btn.c-btn a:hover .icn::before {
        transform: translateX(0);
    }
    .news_btn.c-btn a:hover .icn::after {
        transform: translateX(-100%);
    }
}
@media only screen and (max-width: 768px) {
    body.news .c-ttl {
        margin-bottom: 40px;
    }
    .news_wrap {
        padding: 0 20px;
        padding-bottom: 60px;
    }
    .news_menu {
        width: 100%;
        order: 2;
        margin-top: 60px;
    }
    .news_menu_box {
        margin-bottom: 30px;
    }
    .news_menu_box .mds {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .news_menu_box .lst {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
    }
    .news_menu_box .lst li {
        width: -webkit-calc((100% - 10px ) / 2);
        width: calc((100% - 10px ) / 2);
        margin-bottom: 0;
    }
    .news_menu_box .lst li a {
        width: 100%;
        height: 28px;
        font-size: 12px;
    }
    .news_in {
        width: 100%;
        order: 1;
    }
    .news_box a {
        padding: 20px 0;
    }
    .news_box .info {
        gap: 0 10px;
        margin-bottom: 10px;
    }
    .news_box .day {
        font-size: 12px;
        line-height: 20px;
    }
    .news_box .tag span {
        width: 120px;
        height: 20px;
    }
    .news_box .ttl {
        font-size: 14px;
    }
    .news_detail_head {
        padding-top: 30px;
        margin-bottom: 40px;
    }
    .news_detail_head .info {
        gap: 0 10px;
        margin-bottom: 10px;
    }
    .news_detail_head .info .day {
        font-size: 14px;
    }
    .news_detail_head .info .tag span {
        width: auto;
        height: 25px;
        font-size: 12px;
        padding: 0 15px;
    }
    .news_detail_head .ttl {
        font-size: 24px;
    }
    .detail_img {
        margin-bottom: 40px;
    }
    .detail_txt {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .pager_wrap.is-ver2 {
        margin-top: 60px;
    }
    .news_btn.c-btn {
        width: 224px;
        margin-top: 40px;
    }
    body.detail .c-ttl_wrap {
        display: none;
    }
}