@charset "utf-8";

/* ttl */
.ttlInner{
	width: 1320px;
	margin: 0 auto;
	padding-top: 100px;
	margin-bottom: 80px;
}
.ttlInner h3{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.ttlInner h3 span{
	font-size: 3em;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.ttlInner h3 span:last-of-type{
	font-size: 1.5em;
	letter-spacing: 0.25em;
}
.ttlInner>p{
	font-size: 1.25em;
	line-height: 2.5;
	text-align: center;
	margin-bottom: 30px;
}
.ttlInner>p.em{
	font-size: 1.75em;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 20px;
}
.ttlInner .imgRow{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.ttlInner .imgRow p{
	width: 30%;
}
@media (max-width:1600px){
	.ttlInner{
		width: 82.5%;
	}
}
@media (max-width:1200px){
	.ttlInner{
		width: 90%;
		padding-top: 80px;
	}
}
@media (max-width:768px){
	.ttlInner{
		padding-top: 50px;
	}
}
@media (max-width:500px){
	.ttlInner h3 span{
		font-size: 2.5em;
	}
	.ttlInner h3 span:last-of-type{
		font-size: 1.25em;
	}
	.ttlInner p{
		font-size: 1em;
	}
	.ttlInner>p.em{
		font-size: 1.5em;
	}
}

/* concept */
.conceptTtl_inner,
.conceptRow_inner{
	width: 1320px;
	margin: 0 auto;
}
.conceptTtl_inner h3{
	margin-bottom: 100px;
}
.conceptRow{
	background-color: #534741;
	margin-bottom: 200px;
}
.conceptRow_inner{
	display: flex;
	position: relative;
}
.conceptRow_inner.right{
	justify-content: flex-end;
}
.conceptRow_inner.left{
	justify-content: flex-start;
}
.conceptRow_inner .txtBox{
	width: 45%;
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}
.conceptRow_inner .txtBox h4,
.conceptRow_inner .txtBox p{
	color:#c7b299;
}
.conceptRow_inner .txtBox h4{
	font-size: 1.5em;
	font-weight: 400;
	margin-bottom: 20px;
}
.conceptRow_inner .txtBox p{
	font-size: 1.25em;
	line-height: 1.8;
}
.absRight{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	aspect-ratio: 350/312;
	width: 60%;
	opacity: 0.5;
	mix-blend-mode: overlay;
}
.conceptRow_inner .imgBox{
	width: 50%;
}
.conceptRow_inner .imgBox.left{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
.conceptRow_inner .imgBox.right{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}
.conceptRow_inner .imgBox p span{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 0.75em;
}
.conceptRow_inner .imgBox p span.white{
	color:#fff;
}
@media (max-width:1400px){
	.conceptTtl_inner,
	.conceptRow_inner{
		width: 90%;
	}
}
@media (max-width:1200px){
	.conceptTtl_inner h3{
		margin-bottom: 80px;
	}
	.conceptRow{
		margin-bottom: 150px;
	}
	.absRight{
		width: 70%;
	}
}
@media (max-width:1100px){
	.conceptTtl_inner h3{
		margin-bottom: 50px;
	}
}
@media (max-width:1000px){
	.conceptRow{
		margin-bottom: 175px;
	}
	.conceptTtl_inner h3 {
		margin-bottom: 30px;
	}
	.conceptRow_inner .imgBox.left{
		position: absolute;
		top: 25%;
		left: 0;
		transform: translate(0,0);
	}
	.conceptRow_inner .imgBox.right{
		position: absolute;
		top: 25%;
		right: 0;
		transform: translate(0,0);
	}
	.conceptRow_inner .txtBox {
		width: 60%;
	}
	.conceptRow_inner.right .txtBox {
		text-align: right;
	}
	.conceptRow_inner .txtBox h4{
		font-size: 1.3em;
	}
	.conceptRow_inner .txtBox p{
		font-size: 1.15em;
	}
	.absRight{
		width: 60%;
	}
}
@media (max-width:950px){
	.conceptRow{
		margin-bottom: 150px;
	}
}
@media (max-width:900px){
	.conceptRow_inner .imgBox{
		width: 45%;
	}
	.conceptRow{
		margin-bottom: 125px;
	}
}
@media (max-width:850px){
	.conceptRow{
		margin-bottom: 100px;
	}
}
@media (max-width:800px){
	.conceptRow{
		margin-bottom: 75px;
	}
	.conceptRow_inner .imgBox{
		width: 40%;
	}
	.conceptRow_inner .imgBox.left,
	.conceptRow_inner .imgBox.right{
		top: 35%;
	}
	.absRight{
		width: 65%;
	}
}
@media (max-width:768px){
	.conceptTtl_inner h3 {
		margin-bottom: 30px;
	}
	.conceptRow_inner{
		width: 100%;
		flex-direction: column;
		align-items: center;
	}
	.conceptRow_inner.left,
	.conceptRow_inner.right{
		justify-content: center;
	}
	.conceptRow_inner .imgBox{
		width: 70%;
	}
	.conceptRow_inner .imgBox.left {
		position: static;
		top: 0;
		left: 0;
		transform: translate(0, 0);
	}
	.conceptRow_inner .imgBox.right {
		position: static;
		top: 0;
		right: 0;
		transform: translate(0, 0);
	}
	.conceptRow_inner .txtBox {
		width: 90%;
	}
	.conceptRow_inner.right .txtBox {
		text-align: left;
	}
	.conceptRow_inner .imgBox {
		width: 100%;
	}
	.absRight{
		width: 50%;
	}
}
@media (max-width:700px){
	.absRight{
		width: 60%;
	}
}
@media (max-width:500px){
	.conceptRow_inner .txtBox h4{
		font-size: 1.25em;
	}
	.conceptRow_inner .txtBox p{
		font-size: 1em;
	}
}
@media (max-width:450px){
	.conceptTtl_inner>h3.sp{
		display: none;
	}
	.absRight{
		width: 70%;
	}
}
@media (max-width:375px){
	.absRight{
		width: 90%;
	}
}