<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*----------------------------------------
	top CSS

	- title_area
	- concept_read
	- concept_main
-----------------------------------------*/


.concept{
background: url(../img/concept/concept_bg.jpg) no-repeat left 150px;
background-size: 80% auto;
}
@media only screen and (max-width: 768px){
	.concept{
		background: url(../img/concept/concept_bg.jpg) no-repeat left 100px;
		background-size: 90% auto;
		}
}

/*-----------------------------------------
	concept_read
-----------------------------------------*/
.concept_read{
	padding: 110px 0 100px 0;
	text-align: center;
	position: relative;
}
.concept_read::before {
	content: '';
	display: inline-block;
	background:#9e9a98;
	vertical-align: middle;
	width: 1px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 50%;
	
  }
.concept_read h3{
	font-size: 86px;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1.3;
	margin: 0 0 80px 0;
}
.concept_read h3 span{
	font-size: 30px;
	display: block;
	letter-spacing: 0.05em;
}
.concept_read p{
	text-align: center;
	font-size: 18px;
	line-height: 3.0;
	font-weight: 500;
}
@media only screen and (max-width: 768px){
	.concept_read{
		padding: 80px 0 70px 0;
		text-align: center;
		position: relative;
	}
	.concept_read::before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 1px;
		height: 80px;
		position: absolute;
		top: 0;
		left: 50%;
		
	  }
	.concept_read h3{
		font-size: 60px;
		font-weight: bold;
		letter-spacing: 0.15em;
		line-height: 1.3;
		margin: 0 0 40px 0;
	}
	.concept_read h3 span{
		font-size: 20px;
		display: block;
		letter-spacing: 0.05em;
	}
	.concept_read p{
		text-align: left;
		font-size: 16px;
		line-height: 2.0;
		padding: 0 5%;
	}	
}

/*-----------------------------------------
	concept_main
-----------------------------------------*/
.concept_main{
	background: url(../img/concept/concept_main.jpg) no-repeat center bottom;
	background-size: 100% auto;
	padding: 0 0 127% 0;
	margin: 0 0 50px 0;
	position: relative;
}
.concept_main .concept_img{
	position: absolute;
	top: 10%;
	left: 50%;
	transform:translateX(-50%);
	-webkit- transform:translateX(-50%);
	width: 63%;
}
.concept_main .concept_toho{
	width: 48.3%;
	margin: 0 auto 3%;
	position: relative;
	left: -3%;
}
.concept_main .concept_point{
	text-align: center;
	width: 100%;
}
.concept_main .concept_point img{
	width: 100%;
}

@media only screen and (max-width: 768px){
	.concept_main{
		background: url(../img/concept/concept_main_sp.jpg) no-repeat;
		background-size: 100% auto;
		padding: 0 0 225% 0;
		margin: 0 0 50px 0;
		position: relative;
	}
	.concept_main .concept_img{
		position: absolute;
		top: 4%;
		left: 50%;
		transform:translateX(-50%);
		-webkit- transform:translateX(-50%);
		width: 90%;
	}
	.concept_main .concept_toho{
		width: 67.3%;
		margin: 0 auto 6%;
		position: relative;
		left: -3%;
	}
	.concept_main .concept_point{
		text-align: center;
		width: 100%;
	}
	.concept_main .concept_point img{
		width: 100%;
	}
}</pre></body></html>