@charset "utf-8";
/* CSS Document */
.news_wrap .cate-wrap .webgene-blog {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}
.news_wrap .cate-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.news_wrap .cate-wrap .webgene-blog .webgene-item a {
    border: 1px solid #ADAAAA;
    padding: 5px 15px;
    font-weight: 500;
	
}
.news_wrap .cate-wrap .webgene-blog .webgene-item a.on {
    background-color: #864096;
    border-color: #864096;
	color: #fff;
}
.news_wrap .cate-wrap .webgene-blog .webgene-item a.on p {
    color: #fff;
}
.news_wrap .cate-wrap .webgene-blog .webgene-item a p {
    font-weight: 500;
}
.news_wrap > .width-1280-max{
	flex-direction: column;
}
.news_wrap .contents {
    flex: 1;
    min-width: 0;
}

.news_wrap .contents .webgene-blog {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 56px 38px;
}

.news_wrap .contents .webgene-item a {
    display: flex;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
	gap: 10px;
}

.news_wrap .contents .webgene-item .date {
    line-height: 1;
	letter-spacing: 0.05em;
}

.news_wrap .contents .webgene-item h2 {
    color: #222;
    font-weight: 400;
    line-height: 1.7;
    font-size: clamp(18px, 2vw, 20px);
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.news_wrap .contents .webgene-item .linehight-2 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    line-height: 1.9;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.news_wrap .contents .webgene-item .txt {
    margin-bottom: 18px;
    line-height: 1.9;
    color: #222;
}
/*

.news_wrap .catename {
    display: inline-block;
    width: fit-content;
    padding: 6px 14px;
    border-radius: 999px;
    background: #A7BCCB;
    color: #fff;
    line-height: 1;
    font-weight: 400;
}
.news_wrap .catename {
    margin-bottom: 20px;
}
*/

.news_wrap .contents .webgene-item .imgbox {
    overflow: hidden;
}

.news_wrap .contents .webgene-item .imgbox img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    display: block;
}


.news_wrap .cate-wrap .webgene-blog .webgene-item a.on::before {
    display: none;
}

.news_wrap .contents .webgene-blog .webgene-pagination {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 10px;
}

.news_wrap .webgene-pagination {
    width: 100%;
}

.news_wrap .webgene-pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 30px;
}

.news_wrap .webgene-pagination ul a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    text-align: center;
    letter-spacing: 0;
    width: 46px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    font-size: 22px;
    line-height: 0;
    color: #231F20;
    border: 1px solid #E8D3DC;
    transition: all .35s cubic-bezier(.22, .61, .36, 1);
    font-family: "Cormorant Infant", sans-serif;
    font-weight: 700;
}

.news_wrap .webgene-pagination ul .selected a {
    pointer-events: none;
    background: #864096;
    color: #fff;
    border: none;
}
.newspage_a .webgene-blog .webgene-item .date {
    line-height: 1;
    color: #707070;
}
.newspage_a .webgene-blog .webgene-item .catename {
    padding: 3px 10px;
    border: #BABABA 1px solid;
	background-color: inherit;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
    .news_wrap .contents .webgene-blog {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 50px 30px;
    }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
    .news_wrap .contents .webgene-blog {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

