@charset "utf-8";
/* CSS Document */
.newspage_a .news_detail{
	margin:0 auto;
}

.newspage_a h1{
	line-height:1.7;
	letter-spacing:.08em;
}

.newspage_a .news_meta{
	align-items:center;
	justify-content:flex-start;
	gap:18px;
}

.newspage_a .date{
	line-height:1;
	letter-spacing:.04em;
}

.newspage_a .catename{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:78px;
	padding:4px 14px;
	background:#fff;
	border:1px solid rgba(51,51,51,.18);
	line-height:1;
	letter-spacing:.08em;
	font-size:13px;
}

.newspage_a .img-box{
	width:100%;

	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

.newspage_a .img-box img{
	width:100%;
	height:auto;
	display:block;
}

.newspage_a .txt-box{
	width:100%;
	
	margin-left:auto;
	margin-right:auto;
	letter-spacing:.08em;
}

.newspage_a .txt-box p{
	line-height:2;
}

@media screen and (max-width:576px){
	.newspage_a .news_meta{
		gap:12px;
	}

	.newspage_a .img-box,
	.newspage_a .txt-box{
		max-width:100%;
	}
}

.main-wrap {
    overflow: visible;
}
.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 .cate-wrap .webgene-blog .webgene-item a.on{
	background-color:#000;
	border-color:#000;
	padding-left:16px;
	padding-right:16px;
}

.news_d3 .cate-wrap .webgene-blog .webgene-item a.on p{
	color:#fff;
}

.news_d3 .contents .webgene-blog{
	display:flex;
	flex-direction:column;
	gap:clamp(36px,5vw,50px);
}

.news_d3 .news_list .webgene-item a{
	width:100%;
	min-width:0;
	align-items:center;
	gap:clamp(30px,4vw,60px);
}

.news_d3 .news_list .imgbox{
	width:320px;
	aspect-ratio:1.35 / 1;
	overflow:hidden;
	flex-shrink:0;
}

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

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

.news_d3 .news_list .txtbox{
	flex:1 1 0;
	min-width:0;
	max-width:100%;
}

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

.news_d3 .news_list .meta{
	justify-content:flex-start;
	align-items:center;
	gap:20px;
}

.news_d3 .news_list .cate_txt{
	border:1px solid #ddd;
	padding:4px 14px;
	line-height:1;
	font-size:13px;
}

.news_d3 .news_list .date{
	line-height:1;
	letter-spacing:.06em;
}

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

.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;
	text-align:center;
	letter-spacing:0;
	font-size:18px;
	font-weight:500;
	line-height:1;
}

.news_d3 .webgene-pagination ul .selected a{
	pointer-events:none;
	background:#000;
	border-color:#000;
	color:#fff;
}

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

@media screen and (max-width:900px){
	.news_d3 > .width-1280-max{
		flex-direction:row;
		gap:clamp(24px,4vw,40px);
	}

	.news_d3 .cate-wrap{
		width:150px;
		flex-shrink:0;
	}

	.news_d3 .news_list .webgene-item a{
		flex-direction:column;
		align-items:flex-start;
		gap:18px;
	}

	.news_d3 .news_list .imgbox{
		width:100%;
	}

	.news_d3 .news_list .txtbox{
		width:100%;
	}
}

@media (max-width: 576px) {
	.news_d3 .contents .webgene-blog {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 50px 30px;
	}

	.news_d3 .width-1280-max {
		flex-direction: column;
		gap: 60px;
	}

	.news_d3 .cate-wrap,
	.news_d3 .contents {
		width: 100%;
		flex: none;
		min-width: 0;
	}

	.news_d3 .cate-wrap {
		position: relative;
		top: 0;
		width: 100%;
		flex-basis: auto;
	}

	.news_d3 > div {
		flex-direction: column;
		gap: 24px;
	}
}

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

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

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

.news_d3 .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: 16px;
	font-weight: 700;
	line-height: 0;
	color: #333;
	background: transparent;
	border: 1px solid #e8c9d5;
	transition: all .35s cubic-bezier(.22,.61,.36,1);
}

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

.news_d3 .webgene-pagination ul .selected a {
	pointer-events: none;
	background: #000;
	border-color: #000;
	color: #fff;
}
/* ---------- 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){
}

