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

.hero{
	position: relative;
	min-height: 940px;
	background: #0d0d0d;
}
.hero__txt{
	position: absolute;
	left: 0;
	top: 64px;
	width: 42%;
	height: calc(100% - 64px);
	padding: 0 52px 64px 64px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	z-index: 2;
	background: #0d0d0d;
}
.hero__txt .en_title2{
	font-size: 22px;
	letter-spacing: 4.05px;
	color: #777;
	margin-bottom: 28px;
}
.hero__txt h1{
	font-size: clamp(32px, 3.125vw, 60px);
	line-height: 1.55;
	margin-bottom: 28px;
}
.hero__lead{
	color: #b4b4b4;
	font-size: 16px;
	line-height: 1.84;
}
.hero__grid{
	position: absolute;
	right: 0;
	top: 64px;
	width: 58%;
	height: calc(100% - 64px);
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1.7fr 1fr;
}
.hero__main{
	grid-column: 1 / span 2;
	overflow: hidden;
}
.hero__sub{overflow: hidden;}
.hero__grid img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.purpose{
	padding: 120px 0;
	background: #f5f5f2;
}
.purpose .inner{
	max-width: 100%;
}
.purpose__main{
	display: flex;
	align-items: flex-start;
	gap: 48px;
	margin-bottom: 80px;
}
.purpose__photo{
	width: 34%;
	flex-shrink: 0;
	overflow: hidden;
}
.purpose__photo img,
.purpose__inset img{
	width: 100%;
	height: auto;
	display: block;
}
.purpose__body{
	flex: 1;
	max-width: 630px;
	padding-top: 40px;
}
.purpose__copy{
	margin: 40px 0 30px;
	font-size: 24px;
	line-height: 1.9;
}
.purpose__body .btn{margin-top: 48px;}
.purpose__inset{
	width: 20%;
	flex-shrink: 0;
	overflow: hidden;
	margin-top: 73px;
}
.purpose__gallery{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}
.purpose__gallery div{overflow: hidden;}
.purpose__gallery img{
	width: 100%;
	height: auto;
	display: block;
}

.biz .inner .sec-label{
	padding: 40px 0 80px;
}
.biz-row{
	display: flex;
	min-height: 540px;
}
.biz-row--dark{background: #181818;}
.biz-row--welfare{background: #e5e5e2;}
.biz-row__txt{
	width: 44%;
	padding: 80px 56px 80px 64px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.biz-row__img{
	width: 56%;
	overflow: hidden;
	min-height: 500px;
}
.biz-row__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.biz-row .line{
	width: 32px;
	height: 2px;
	margin-bottom: 18px;
}
.biz-row .line.gold{background: #d9b936;}
.biz-row .line.green{background: #7a9d72;}
.biz-row .en_title2{margin-bottom: 20px;}
.biz-row .en_title1{margin-bottom: 20px;}
.biz-row h3{margin-bottom: 16px;}
.biz-row__catch{
	font-family: "Shippori Mincho", serif;
	font-size: 23px;
	line-height: 1.24;
	color: #fff;
	margin: 10px 0 20px;
}
.biz-row__catch.dark{color: #232323;}
.biz-row__num{
	position: absolute;
	right: 20px;
	bottom: -20px;
	font-family: "Manrope", sans-serif;
	font-size: 220px;
	font-weight: 800;
	line-height: 1;
	color: rgba(255,255,255,0.02);
	pointer-events: none;
}
.biz-row__num.dark{color: rgba(0,0,0,0.03);}

.products{
	padding: 100px 0 112px;
	background: #f5f5f2;
}
.products__grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-top: 56px;
}
.products__grid a:hover{opacity: 1;}
.products__img{
	overflow: hidden;
	margin-bottom: 16px;
}
.products__img img{
	width: 100%;
	height: auto;
	display: block;
}
.products__grid .en_title2{
	font-size: 15px;
	letter-spacing: 2.7px;
	margin-bottom: 12px;
}
.products__grid .default_txt1{
	color: #0d0d0d;
	font-size: 17px;
}
.products__more{
	display: flex;
	justify-content: center;
	margin-top: 56px;
}

.news-sec{
	background: #1f1f1f;
	padding: 100px 0 112px;
}
.news-sec__head{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 56px;
}
.news-sec .sec-label .line{background: #bbb;}

.company-sec{
	background: #0d0d0d;
	padding: 80px 0;
}
.company-sec__grid{
	display: flex;
	min-height: 480px;
	align-items: stretch;
}
.company-sec__img{
	width: 38%;
	min-height: 480px;
	overflow: hidden;
}
.company-sec__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.company-sec__txt{
	width: 62%;
	padding: 56px 0 56px 72px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.company-sec__txt h2{
	font-size: clamp(32px, 2.9vw, 56px);
	margin-bottom: 40px;
}
.company-sec__row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 22px 0;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}
.company-sec__row:hover{opacity: 0.6;}
.company-sec__lab .ja{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11px;
	letter-spacing: 0.44px;
	color: #777;
	margin-bottom: 6px;
}
.company-sec__lab > p:last-child,
.company-sec__row p{
	font-family: "Cormorant Garamond", serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #fff;
	line-height: 1.5;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.purpose__photo{left: 0; width: 42%;}
	.purpose__inset{right: 0;}
	.hero__txt{padding: 0 40px 48px 40px;}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.hero{min-height: auto; display: flex; flex-direction: column;}
	.hero__txt,
	.hero__grid{
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: 100%;
		height: auto;
	}
	.hero__txt{padding: 140px 24px 48px;}
	.hero__grid{min-height: 520px;}
	.purpose__main{flex-direction: column; gap: 32px;}
	.purpose__photo,
	.purpose__inset{
		width: 100%;
		margin-top: 0;
		max-width: 500px;
		margin: 0 auto;
	}
	.purpose__body{max-width: 100%; padding-top: 0;}
	.purpose__inset{display: none;}
	.biz-row{flex-direction: column;}
	.biz-row__txt,
	.biz-row__img{width: 100%;order: 1;}
	.biz-row__txt{padding: 56px 24px;order: 2;}
	.biz-row__img{min-height: 320px;}
	.biz-row--welfare .biz-row__img{order: -1;}
	.products__grid{grid-template-columns: 1fr 1fr;}
	.company-sec__grid{flex-direction: column;}
	.company-sec__img,
	.company-sec__txt{width: 100%;}
	.company-sec__txt{padding: 40px 0 0;}
	.biz-row__num{font-size: 140px;}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.purpose__gallery{grid-template-columns: 1fr;}
	.news-sec{padding: 64px 0 72px;}
	.news-sec__head{flex-direction: column; align-items: flex-start; gap: 24px;}
	.news-sec .webgene-blog .webgene-item a{
		padding: 20px 0 21px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.products{padding: 80px 0 80px;}
	.products__grid{grid-template-columns: 1fr;}
	.hero__grid{min-height: 380px;}
	.purpose__copy{
		font-size: 20px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
