@charset "UTF-8";
/* CSS Document */
.mainV{
    position:relative;
	display:flex;
	justify-content:space-between;
	margin:0 0 40px 0;
}
.mainV .image{
	width:50%;
	overflow:hidden;
}
.mainV .image img{
	object-fit:cover;
	height:100%;
	width:100%;
}
.mainV .detail{
	width:50%;
	align-items:center;
	display:flex;
}
.mainV .detail .sub_inner{
	width:90%;
	max-width:500px;
	margin:auto;
}
.mainV .detail .sub_inner h1{
	font-size:1.5rem;
	margin:0 0 1em 0;
}
/* ----------768px–---------- */
@media screen and (max-width: 768px) {
	.mainV{
	    position:unset;
		display:block;
		justify-content:unset;
		margin:0;
	}
	.mainV .image{
		width:100%;
		margin:0 calc(50% - 50vw);
		width:100vw;
		aspect-ratio:1 / 1;
	}
	.mainV .detail{
		width:100%;
		align-items:unset;
		display:block;
		padding:50px 0;
	}
	.mainV .detail .sub_inner h1{
		font-size:1.3rem;
	}
}


/* -- ep -- */
.ep{
	margin:0 calc(50% - 50vw);
	width:100vw;
	background:url("../../../../../img/general/warehouses/ge_wa_image_ep_bg.webp")center / cover;
	padding:150px 0;
	position:relative;
}
.ep:after{
	position:absolute;
	content:"";
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#000;
	opacity:0.4;
}
.ep_sub_inner{
	margin:auto;
	box-sizing:border-box;
	color:#fff;
	z-index:1;
	position:relative;
	width:90%;
	max-width:600px;
}
.ep_sub_inner h2{
	font-size:1.5rem;
	margin:0 0 1em 0;
}
/* ----------768px–---------- */
@media screen and (max-width: 768px) {
	.ep_sub_inner h2{
		font-size:1.3rem;
	}
}
/* ----------499px–---------- */
@media screen and (max-width: 499px) {
	.ep_sub_inner{
		width:90%;
	}
}



/* -- merit -- */
.merit{
	background:#f1f1ee;
	margin:0 calc(50% - 50vw);
	width:100vw;
}
.merit .wrap{
	width:90%;
	max-width:1400px;
	margin:auto;
	display:flex;
	justify-content:space-between;
	position:relative;
}
.merit .wrap .merit_title{
	width:50%;
	position:sticky;
	height:100vh;
	align-items:center;
	display:flex;
	top:0;
}
.merit .wrap .merit_title .inner{
	height:fit-content;
	width:80%;
	max-width:500px;
}
.merit h2{
	font-size:1.2rem;
	margin:0 0 50px 0;
	line-height:1em;
}
.merit h2 span{
	font-size:150%;
	display:block;
	margin:10px 0 0 0;
}
.merit .merit_wrap{
	width:50%;
	padding:200px 0;
}
.merit .merit_wrap .merit_inner{
	margin:0 0 50px 0;
	padding:0 0 50px 0;
	border-bottom:1px solid #ccc;
}
.merit .merit_wrap .merit_inner:last-child{
	margin:0;
	padding:0;
	border-bottom:unset;
}
.merit .merit_wrap .merit_inner dt{
	overflow:hidden;
	margin:0 0 20px 0;
}
.merit .merit_wrap .merit_inner dt img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.merit .merit_wrap .merit_inner h3{
	font-size:1.4rem;
	margin:0 0 1em 0;
}

/* ----------768px–---------- */
@media screen and (max-width: 768px) {
	.merit h2{
		text-align:center;
	}
	.merit .wrap{
		width:90%;
		max-width:1400px;
		margin:auto;
		display:block;
		justify-content:unset;
	}
	.merit .wrap .merit_title{
		width:100%;
		position:unset;
		height:unset;
		align-items:unset;
		display:block;
		top:unset;
		padding:100px 0;
	}
	.merit .wrap .merit_title .inner{
		height:fit-content;
		width:100%;
		max-width:unset;
	}
	.merit .merit_wrap{
		width:100%;
		padding:0 0 100px 0;
	}
	.merit .merit_wrap .merit_inner h3{
		font-size:1.3rem;
	}
}


/* -- type -- */
.type{
	margin:0 0 100px 0;
}
.type h2{
	font-size:1.3rem;
	margin:0 0 50px 0;
}
.type .type_wrap{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.type .type_wrap .type_inner{
	width:31%;
	margin:0 0 40px 0;
	box-sizing:border-box;
}
.type .type_wrap .type_inner dt{
	overflow:hidden;
}
.type .type_wrap .type_inner dt img{
	object-fit:cover;
	width:100%;
}
.type .type_wrap .type_inner h3{
	font-size:1.1rem;
	margin:0 0 1em 0;
}


/* -- works -- */
.works{
	margin:0 calc(50% - 50vw) 10px;
	width:100vw;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	background:#f1f1ee;
}
.works li{
	width:24.5%;
	overflow:hidden;
}
.works li img{
	object-fit:cover;
	width:100%;
	height:100%;
}
/* ----------959px–---------- */
@media screen and (max-width: 959px) {
	.works{
		margin:0 calc(50% - 50vw) 0px;
	}
	.works li{
		width:49.5%;
		overflow:hidden;
		margin:0 0 5px 0;
	}
}





/* -- cta -- */
.cta{
	margin:0 calc(50% - 50vw) 0;
	width:100vw;
	padding:15vh 0;
	background:url("../../../../../img/general/warehouses/ge_wa_image_cta_bg.webp") center / cover;
	position:relative;
}
.cta:after{
	content:"";
	display:block;
	background:#000;
	position:absolute;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0.5
}
.cta .inner{
	width:80%;
	max-width:600px;
	margin:auto;
	box-sizing:border-box;
	/* background:#fff; */
	z-index:1;
	position:relative;
	color:#fff;
}
.cta .inner h4{
	font-size:2rem;
	display: flex;
    align-items: center;
}
.cta .inner h4:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ccc;
	margin-left: 1rem;
}
.cta .inner h2{
	font-size:1.3rem;
	margin:0 0 1em 0;
	line-height:2em;
}
.cta .inner h2 strong{
	font-weight:lighter;
	font-size:120%;
}
.cta .inner .ctr_box{
	display:flex;
	justify-content:space-between;
	margin:30px 0 0 0;
}
.cta .inner .ctr_box .btn{
	width:48%;
}
.cta .inner .ctr_box .btn a{
	width:100%;
	display:block;
	padding:10px 20px;
	box-sizing:border-box;
	border-radius:50px;
	background:#948977;
		box-shadow: 1rem 1rem 1rem -1rem hsl(200 50% 20% / 40%);
	background: linear-gradient(139deg, #948977, #7d6f57);
	color:#fff;
	text-align:center;
}


/* ----------839px–---------- */
@media screen and (max-width: 839px) {
	.cta .inner .ctr_box{
		display:block;
		justify-content:unset;
		margin:30px 0 0 0;
	}
	.cta .inner .ctr_box .btn{
		width:100%;
		margin:0 0 20px 0;
	}
}
/* ----------768px–---------- */
@media screen and (max-width: 768px) {
	.cta .inner{
		width:80%;
		max-width:unset;
		margin:auto;
	}
}
