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

.content_title > h1{
	font-size:90%;
	line-height:1.3em;
}
.content_title > h1 span{
	margin:0 0 0 1em;
		font-weight:100;
	font-family: 'Barlow', sans-serif;
	line-height:1.2em;
}

.content_concept{
	width:90%;
	max-width:1400px;
	margin:auto;
}
.content_concept .ep{
	display:flex;
	justify-content:space-between;
	margin:0 0 100px 0;
}
.content_concept .ep dt{
	width:50%;
	height:400px;
	overflow:hidden;
}
.content_concept .ep dt img{
	object-fit:cover;
	height:100%;
	width:100%;
}
.content_concept .ep dd{
	width:45%;
	display: table;
	position:relative;
}
.content_concept .ep dd .ep_inner{
	display: table-cell;
	vertical-align: middle;
}
.content_concept .ep dd .ep_inner .number{
	font-weight:100;
	font-family: 'Barlow', sans-serif;
	font-size:500%;
	line-height:1em;
	margin-bottom:10px;
	color:#004098;
}
.content_concept .ep dd .ep_inner h2{
	font-size:180%;
	margin:0 0 0.3em 0;
	line-height:1.5em;
}
.content_concept .ep dd .ep_inner h2 span{
	display:block;
}
.content_concept .ep dd .ep_inner h6{
	font-size:90%;
	line-height:1.5em;
	font-weight:100;
	font-family: 'Barlow', sans-serif;
	line-height:1.2em;
	margin:0 0 20px 0;
}

.content_concept .detail1,
.content_concept .detail2,
.content_concept .detail3,
.content_concept .detail4{
	margin:0 0 70px 0;
}

.content_concept .detail1 h2,
.content_concept .detail2 h2,
.content_concept .detail3 h2,
.content_concept .detail4 h2{
	font-size:150%;
	margin:0 0 1em 0;
	line-height:1.5em;
}
.content_concept .detail1{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:30px 0 100px;
}
.content_concept .detail1 ul:nth-child(1){
	width:40%;
}
.content_concept .detail1 ul:nth-child(2){
	width:55%;
}
.content_concept .detail1 ul:nth-child(1) li{
	list-style:none;
	margin:0 0 50px 0;
}
.content_concept .detail1 ul:nth-child(2) dt{
	width:100%;
	background:#f9f9f9;
	text-align:center;
	padding:50px 0;
	box-sizing:border-box;
}
.content_concept .detail1 ul:nth-child(2) dt img{
	width:90%;
	max-width:400px;
}



/* ----------959px–---------- */
@media screen and (max-width: 959px) {
	.content_concept .ep{
		display:block;
		justify-content:unset;
		margin:0 0 100px 0;
	}
	.content_concept .ep dt{
		width:100%;
		height:400px;
		overflow:hidden;
	}
	.content_concept .ep dd{
		width:100%;
		display: unset;
		position:unset;
	}
}
@media screen and (max-width: 899px) {
	.content_concept .detail1{
		display:block;
		justify-content:unset;
	}
	.content_concept .detail1 ul:nth-child(1){
		width:100%;
	}
	.content_concept .detail1 ul:nth-child(2){
		width:100%;
	}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 699px) {
}
@media screen and (max-width: 599px) {
}