@charset "utf-8";
/* CSS Document */
.main-wrap {
    overflow: visible;
}

.news_d3 .news_list .lead1{
    color: #999;
    margin-bottom: 20px;
}
.news_d3{
	width:100%;
}

.news_d3 > .width-1280-max{
	display:flex;
	align-items:flex-start;
	gap:clamp(36px,5vw,60px);
	width:100%;
	margin:0 auto;
}

.news_d3 .cate-wrap{
	width:160px;
	flex-shrink:0;
	position:sticky;
	top:90px;
	align-self:flex-start;
}

.news_d3 .contents.news_list{
	flex:1;
	min-width:0;
}

.news_d3 .cate-wrap .titlebox{
	border-bottom:1px solid #ddd;
	padding-bottom:18px;
	margin-bottom:4px;
}

.news_d3 .cate-wrap .titlebox p{
	letter-spacing:.12em;
	line-height:1;
}

.news_d3 .cate-wrap .webgene-blog{
	display:flex;
	flex-direction:column;
}

.news_d3 .cate-wrap .webgene-item a{
	width:100%;
	padding:18px 0;
	border-bottom:1px solid #eee;
	justify-content:flex-start;
}

.news_d3 .cate-wrap .webgene-item a p{
	letter-spacing:.08em;
}

.news_d3 .contents .webgene-blog{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	gap:clamp(46px,5vw,64px) clamp(28px,3vw,40px);
}

.news_d3 .contents .webgene-blog .webgene-item{
	width:calc(100% / 3 - clamp(28px,3vw,40px) * 2 / 3);
}

.news_d3 .contents .webgene-blog .webgene-item a{
	display:block;
	color:inherit;
	text-decoration:none;
}

.news_d3 .date{
	line-height:1;
	letter-spacing:.05em;
	margin-bottom:10px;
}

.news_d3 h3{
	line-height:1.8;
	letter-spacing:.06em;
	font-weight:500;
	color:#333;
	margin-bottom:6px;
}

.news_d3 .lead{
	line-height:1.9;
	letter-spacing:.06em;
	color:#333;
	margin-bottom:16px;
}

.news_d3 .cate_txt{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border:1px solid #ddd;
	padding:4px 14px;
	line-height:1;
	font-size:13px;
	margin-bottom:18px;
	color:#333;
}

.news_d3 .imgbox{
	width:100%;
	aspect-ratio:1.55 / 1;
	overflow:hidden;
}

.news_d3 .imgbox img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	transition:.4s;
}

.news_d3 .webgene-item a:hover .imgbox img{
	transform:scale(1.05);
}

.news_d3 .webgene-pagination{
	width:100%;
	padding-top:20px;
}

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

.news_d3 .webgene-pagination ul a{
	display:flex;
	justify-content:center;
	align-items:center;
	width:46px;
	aspect-ratio:1 / 1;
	border-radius:50%;
	border:1px solid #e8c9d5;
	color:#333;
	background:transparent;
	font-size:16px;
	font-weight:700;
	line-height:1;
}

.news_d3 .webgene-pagination ul .selected a,
.news_d3 .webgene-pagination ul a:hover{
	background:#000;
	border-color:#000;
	color:#fff;
}

@media screen and (max-width:1080px){
	.news_d3 .cate-wrap{
		width:150px;
	}

	.news_d3 .contents .webgene-blog{
		gap:40px 24px;
	}

	.news_d3 .contents .webgene-blog .webgene-item{
		width:calc(50% - 12px);
	}
}
@media screen and (max-width:768px){
	.news_d3 .contents .webgene-blog{
		gap:36px;
	}

	.news_d3 .contents .webgene-blog .webgene-item{
		width:100%;
	}
}
@media screen and (max-width:576px){
	.news_d3{
		overflow:hidden;
	}

	.news_d3 > .width-1280-max{
		flex-direction:column;
		gap:35px;
		width:100%;
		max-width:100%;
		min-width:0;
	}

	.news_d3 .cate-wrap,
	.news_d3 .contents,
	.news_d3 .contents.news_list,
	.news_d3 .contents .webgene-blog,
	.news_d3 .contents .webgene-blog .webgene-item,
	.news_d3 .contents .webgene-blog .webgene-item a{
		width:100%;
		max-width:100%;
		min-width:0;
	}

	.news_d3 .cate-wrap{
		position:relative;
		top:auto;
	}

	.news_d3 .cate-wrap .webgene-blog{
		flex-direction:column;
	}

	.news_d3 .webgene-pagination ul{
		gap:18px;
	}
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}