@charset "UTF-8";
.pageNews_lst {
    margin: 40px 0;
    border-bottom: 1px solid #EBEBEB;
}
.pageNews_lst li {
    border-top: 1px solid #EBEBEB;
}
.pageNews_lst li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    padding-right: 100px;
    position: relative;
    text-decoration: none;
}
.pageNews_lst li a:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/corporate/cmn/svg/icn_link_grn.svg) no-repeat 50% 50% / 14px auto;
    border: 2px solid #1c4a40;
    border-radius: 50%;
    z-index: 2;
    box-sizing: border-box;
    transition: .3s;
}
.pageNews_lst li .day {
    width: 106px;
    font-size: 14px;
    color: #9D9C9B;
}
.pageNews_lst li .txt {
    width: -webkit-calc(100% - 106px);
    width: calc(100% - 106px);
    box-sizing: border-box;
}
.Pager__Wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.Pager__Item {
    width: 40px;
    height: 40px;
    margin: 0 6px;
}
.Pager__Item a {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 1px solid #1c4a40;
    color: #1c4a40;
    line-height: 1.5;
}
.Pager__Item--Active a {
    color: #fff;
    background: #1c4a40;
    pointer-events: none;
}
.Pager__Item--Back a {
    background: url(/corporate/cmn/svg/icn_link_grn.svg) no-repeat center / 14px auto;
    transform: rotate(180deg);
}
.Pager__Item--Next a {
    background: url(/corporate/cmn/svg/icn_link_grn.svg) no-repeat center / 14px auto;
}
.NewsTopvisual {
    margin-bottom: 60px;
}
.Topvisual__Down {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.Text--Str {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .1em;
    padding: 0 0 20px;
    margin-bottom: 28px;
    border-bottom: 1px solid #EBEBEB;
}
.Topvisual_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 60px;
}
.NewsSearchLabel {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .08em;
    margin-right: 20px;
}
.NewsYearBox {
    position: relative;
    width: 180px;
    height: 40px;
}
.NewsYearBox:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 16px;
    right: 8px;
    width: 0;
    height: 0;
    border-top: solid 8px #000;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-bottom: solid 0 transparent;
}
.NewsYearBox select {
    background: #fff;
    border: 1px solid #EBEBEB;
    width: 100%;
    height: 100%;
    text-indent: 10px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    color: #3b3a38;
}
.NewsCategoryBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.NewsCategoryBtn {
    width: 100px;
    margin-right: 6px;
}
.NewsCategoryBtn span {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    text-align: center;
    border: solid 1px #1c4a40;
    color: #1c4a40;
    box-sizing: border-box;
    transition: .2s;
    border-radius: 4px;
    cursor: pointer;
}
.NewsCategoryBtn.on span {
    color: #fff;
    background: #1c4a40;
}
.Category--All.off span {
    color: #1c4a40;
    background: transparent;
}
.Category--All span {
    color: #fff;
    background: #1c4a40;
    pointer-events: none;
}
.NewsCategoryBtn.on {
    pointer-events: none;
}
.Category--All.off {
    pointer-events: auto;
}
.NewsArticle__Date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
}
.NewsArticle__Time {
    margin-right: 26px;
}
.NewsArticle__Category {
    width: 100px;
    height: 34px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-align: center;
    background: #1c4a40;
    color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
}
.TextBox {
    margin-bottom: 40px;
}
.TextBox:last-child {
    margin-bottom: 0;
}
.NewsConnect {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 20px 0;

}
.TextBox a,
.NewsConnect a {
    color: #2D9387;
    text-decoration: underline;
}
.ArticleNavi {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.ArticleNavi__Btn {
    width: 60px;
    height: 40px;
    margin: 0 6px;
}
.ArticleNavi__Btn a {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 1px solid #1c4a40;
    color: #1c4a40;
    line-height: 1.5;
}
.NaviBtn--List {
    width: 140px;
}
.NaviBtn--Back a {
    background: url(/corporate/cmn/svg/icn_link_grn.svg) no-repeat center / 14px auto;
    transform: rotate(180deg);
}
.NaviBtn--Next a {
    background: url(/corporate/cmn/svg/icn_link_grn.svg) no-repeat center / 14px auto;
}
body.detail .pageCnt_ttl .ttl {
    font-size: 24px;
    text-align: left;
}
@media (min-width: 767px) {
    .pageNews_lst li a:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(134, 201, 195, .2);
        z-index: 1;
        transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
        transform: scale(0, 1);
        transform-origin: right top;
    }
    .pageNews_lst li a:hover:after{
        transform-origin:left top;
        transform:scale(1, 1);
    }
    .pageNews_lst li a:hover:before {
        animation: arrow-right .4s linear forwards;
    }
    .Pager__Item a:hover {
        background-color: rgba(134, 201, 195, .2);
    }
    .NewsCategoryBtn:hover span {
        background-color: rgba(134, 201, 195, .2);
    }
    .TextBox a:hover,
    .NewsConnect a:hover {
        color: #1C4A40;
    }
    .ArticleNavi__Btn a:hover {
        background-color: rgba(134, 201, 195, .2);
    }
}
@media (min-width: 1280px) {
    .c-wrap {
        padding-left: 8.5%;
        padding-right: 8.5%;
    }
}
/*tab*/
@media only screen and (max-width:1024px) {
    .pageNews_lst li a:before {
        width: 28px;
        height: 28px;
        background: url(/corporate/cmn/svg/icn_link_grn.svg) no-repeat 50% 50% / 12px auto;
    }
    .Topvisual__Down {
        display: block;
    }
    .Text--Str {
        font-size: 20px;
        padding: 0 0 16px;
        margin-bottom: 20px;
    }
    .Topvisual_box {
        margin: 0 0 20px;
    }
    .NewsSearchLabel {
        font-size: 14px;
        margin-right: 16px;
    }
    .NaviBtn--Back a {
        background: url(/corporate/cmn/svg/icn_link_grn.svg) no-repeat center / 12px auto;
        transform: rotate(180deg);
    }
    .NaviBtn--Next a {
        background: url(/corporate/cmn/svg/icn_link_grn.svg) no-repeat center / 12px auto;
    }
}
/*sp*/
@media only screen and (max-width:767px) {
    .pageNews_lst {
        margin: 30px 0;
    }
    .pageNews_lst li a {
        display: block;
        padding: 18px 0;
        padding-right: 56px;
    }
    .pageNews_lst li a:before {
        right: 0;
    }
    .pageNews_lst li .day {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .pageNews_lst li .day,
    .pageNews_lst li .txt {
        width: 100%;
    }
    .Pager__Item {
        width: 32px;
        height: 32px;
        margin: 0 3px;
    }
    .Pager__Item--Back a {
        background: url(/corporate/cmn/svg/icn_link_grn.svg) no-repeat center / 12px auto;
    }
    .Pager__Item--Next a {
        background: url(/corporate/cmn/svg/icn_link_grn.svg) no-repeat center / 12px auto;
    }
    .Topvisual_box:nth-child(2) .NewsSearchLabel {
        width: 100%;
        margin: 0 0 10px;
    }
    .NewsCategoryBox {
        width: 100%;
    }
    .NewsCategoryBtn {
        width: 32%;
        margin-right: 2%;
    }
    .NewsCategoryBtn:last-child {
        margin-right: 0;
    }
    .NewsArticle__Date {
        margin-bottom: 30px;
    }
    .NewsArticle__Time {
        margin-right: 20px;
    }
    .NewsArticle__Category {
        height: 30px;
    }
    .TextBox {
        margin-bottom: 30px;
    }
    .ArticleNavi {
        margin-top: 40px;
    }
    .ArticleNavi__Btn {
        width: 40px;
        height: 32px;
        margin: 0 6px;
    }
    .NaviBtn--List {
        width: 120px;
    }
    .NewsArticle__ImageBox img {
        width: 100%;
        height: auto;
    }
    body.detail .pageCnt_ttl .ttl {
        font-size: 15px;
    }
}
@media screen and (max-width: 374px) {}
