@charset "utf-8";
/* CSS Document */

.news-wrap{
	padding-top: 20px;
	padding-bottom: 120px;
}
.cate-wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 56px;
}
.cate-wrap > p{
	font-size: 16px;
	font-weight: 700;
	margin-right: 8px;
}
.cate-wrap .webgene-blog{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.cate-wrap .webgene-item a{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	height: 40px;
	padding: 0 20px;
	border: 1px solid #111;
	border-radius: 40px;
	background: #fff;
	color: #111;
	font-size: 14px;
	letter-spacing: 0.04em;
}
.cate-wrap .webgene-item a.on,
.cate-wrap .webgene-item a:hover{
	background: #e10600;
	border-color: #e10600;
	color: #fff;
}
.cate-wrap .webgene-item a p{
	margin: 0;
	color: inherit;
	font-size: inherit;
}
.news-wrap > .webgene-blog{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px 32px;
}
.news-wrap > .webgene-blog .webgene-item a{
	display: block;
	color: inherit;
}
.news-wrap > .webgene-blog .ttl{
	margin-top: 12px;
	font-size: 18px;
	line-height: 1.6;
}
.news-wrap > .webgene-blog .imgbox{
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #ddd;
}
.news-wrap > .webgene-blog .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-wrap > .webgene-blog .meta{
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 12px;
}
.news-wrap > .webgene-blog .date{
	font-size: 18px;
	color: var(--vg-muted);
}
.news-wrap > .webgene-blog .cate{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 80px;
	height: 24px;
	padding: 0 10px;
	border: 1px solid #cacaca;
	border-radius: 4px;
	font-size: 13px;
	letter-spacing: 0.02em;
	line-height: 1;
}
.webgene-pagination{
	grid-column: 1 / -1;
	margin-top: 24px;
}
.webgene-pagination ul{
	display: flex;
	justify-content: center;
	gap: 10px;
}
.webgene-pagination a{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f2f2f2;
	color: #333;
	font-size: 16px;
}
.webgene-pagination a p{
	margin: 0;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}
.webgene-pagination .selected a{
	background: #111;
	color: #fff;
}

.news-detail{
	max-width: 1080px;
	padding-top: 20px;
	padding-bottom: 120px;
}
.news-detail .ttl{
	font-size: clamp(22px, 2vw, 30px);
	line-height: 1.6;
}
.news-detail .meta{
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 16px 0 28px;
}
.news-detail .date{
	font-size: 18px;
	color: var(--vg-muted);
}
.news-detail .cate{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 80px;
	height: 24px;
	padding: 0 10px;
	border: 1px solid #cacaca;
	border-radius: 4px;
	font-size: 13px;
}
.news-detail .img-box .slide{

}
.news-detail .img-box .slide .slick-list{
	overflow: hidden;
	border-radius: 10px;
}
.news-detail .img-box .slide .slick-track{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.news-detail .img-box .slide .slick-slide{
	height: auto;
	float: none;
}
.news-detail .img-box .slide .item{
	aspect-ratio: 16 / 9;
}
.news-detail .img-box .slide .item img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	border-radius: 10px;
}
.news-detail .slide-navigation{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
	margin: 16px 0 36px;
}
.news-detail .slide-navigation .item{
	position: relative;
	aspect-ratio: 16 / 10;
	height: auto;
	overflow: hidden;
	background: #cacaca;
	border-radius: 4px;
	cursor: pointer;
}
.news-detail .slide-navigation .item:first-child,
.news-detail .slide-navigation .item.current{
	border-radius: 10px;
}
.news-detail .slide-navigation .item.current{
	outline: 2px solid var(--vg-orange);
	outline-offset: 2px;
}
.news-detail .slide-navigation .item img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transform: none;
	display: block;
}
.news-detail .txtbox p{
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.04em;
	margin-bottom: 8px;
}
.news-detail .youtube_area{
	position: relative;
	aspect-ratio: 16 / 9;
	margin: 40px 0 56px;
	border-radius: 20px;
	overflow: hidden;
	background: #111;
}
.news-detail .youtube_area iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.news-detail .cta{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 28px;
}

@media screen and (max-width: 1080px){
	.news-wrap > .webgene-blog{
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 768px){
	.news-wrap > .webgene-blog{
		grid-template-columns: 1fr;
	}
	.cate-wrap{
		justify-content: flex-start;
	}
	.news-detail .slide-navigation{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 576px){
	.cate-wrap,
	.cate-wrap .webgene-blog{
		width: 100%;
	}
	.cate-wrap .webgene-item a{
		min-width: 0;
		padding: 0 14px;
		font-size: 13px;
	}
	.news-detail .slide-navigation{
		grid-template-columns: repeat(3, 1fr);
		gap: 8px;
	}
}
