@charset "utf-8";

.news_hero{position:relative;height:366px;background-position:center;background-size:cover;}
.news_hero::after{position:absolute;inset:0;background:rgba(45,38,33,.12);content:"";}
.news_hero > img{display:none;}
.news_hero > div{position:absolute;z-index:1;bottom:5%;left:max(70px,calc((100vw - 1140px) / 2));color:#fff;}
.news_hero p{margin:0;font-family:"Cormorant Infant",serif;font-size:42px;font-weight:500;line-height:46.6px;letter-spacing:.08em;}
.news_hero h1{margin:9px 0 0;font-family:"Zen Kaku Gothic New",sans-serif;font-size:16px;font-weight:500;line-height:46.6px;letter-spacing:.08em;}
.news_gridrchive{box-sizing:border-box;background:#f3eeea;}
.news_width{}
.post_filter{display:none;}
.news_grid{display:block;}
.webgene-item{margin-bottom:40px;}
.webgene-item > a{display:grid;grid-template-columns:250px 1fr;gap:48px;align-items:center;}
.webgene-item > a > div:first-child{overflow:hidden;background:#fff;}
img{width:100%;height:100%;object-fit:cover;}
.webgene-item > a > div:last-child{gap: 15px;}
.meta_text{color:#817973;font-family:"Zen Old Mincho",seriffont-size:13px;line-height:28px;}
p.cate_txt{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:80px;height:26px;border-radius:51px;background:#ddd6d0;font-family:"Noto Sans JP",sans-serif;font-size:12px;}
h2{margin:0;font-family:"Zen Old Mincho",serif;font-size:18px;font-weight:500;line-height:32px;letter-spacing:.06em;width: 100%;}
.post_pager{display:none;}
.news_page + .footer{margin-top:100px;}

@media screen and (max-width:768px){
	.news_hero{height:376px;}
	.news_hero > div{top:auto;bottom:42px;left:30px;}
	.news_gridrchive{}
	.news_width{}
	.webgene-item{}
	.webgene-item:nth-child(n+6){display:none;}
	.webgene-item > a{display:block;}
	.webgene-item > a > div:first-child{margin-bottom:30px;}
	.webgene-item > a > div:last-child{}
	h2{font-size:17px;line-height:32px;}
	.news_page + .footer{margin-top:80px;}
}

