@charset "UTF-8";
/* CSS Document */
/*sp*/
#main{
	font-size:14px;
	line-height:1.8em;
    background-color: #191919;
    padding-bottom: 40px;
}
.concept_kv{
	width: 100%;
	height: 50vh;
  	background-image: url("../images/concept/main-sp.jpg");
	background-position: center center;
}
/*コンテンツ１*/
.content1{
}
.content1 h2{
}
.content1 h2 span{
    font-weight: bold;
    font-size: 60%;
}
.content1 p{
	margin:20px auto;
	width: 100%;
}
.content1 img,.content1 img.sp{
	display:block;
	width:100%;
}
.content1 img.pc{
	display:none;
}
.content1 .concept1 ul{
	display: block;
    padding: 0;
}
.content1 .concept1 ul li{
	text-align: left;
	font-size: 14px;
	margin: 25px auto;
	line-height: 200%;
	width: 100%;
}


/*pc*/
@media screen and (min-width: 758px){
#main{
	font-size:14px;
	line-height:2.0em;
}
.concept_kv{
	width: 100%;
	height: 80vh;
  	background-image: url("../images/concept/main.jpg");
	background-position: center center;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.content1{
}
.content1 p{
	margin:0px auto;
	width: 980px;
}
.content1 h3{
	margin:20px auto;
	width: 980px;
}

.content1 img,.content1 img.pc{
	display:block;
	width:100%;
}
.content1 img.sp{
	display:none;
}
.content1 ul{
	display: flex;
	justify-content: space-around;
}
.content1 ul img{
	display:block;
	width:100%;
}
	
.content1 .concept1 ul{
	width: 100%;
	display: flex;
	justify-content: space-around;
	}
.content1 .concept1 ul li{
	text-align: left;
	font-size: 16px;
	margin: 25px 0;
	line-height: 200%;
	width: 48%;
}
}
