@charset "UTF-8";

#key-visual{
	display: flex;
	height: 50rem;
	background: #f6f6f6;
}
.page-ttl-area{
	width: 65rem;
	padding: 0 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#key-visual .pic{
	width: calc(100% - 65rem);
	position: relative;
}
#key-visual .pic:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.4);
}
#page-ttl{
	padding: 0;
	font-size: 4rem;
	height: auto;
	display: block;
	width: auto;
}
#page-ttl .ja{
	margin: 1rem 0 0;
	display: block;
	padding: 0;
}
#page-ttl .ja:before{
	display: none;
}
.concept-sub-ttl{
	font-size: 2.7rem;
	line-height: 1.75;
	color: #009d80;
	margin-bottom: 2.5rem;
}
strong{
	color: #e94d37;
}
/* ++++++++++++#sec02++++++++++++++++ */
#sec02 ul{
	display: flex;
}
#sec02 li{
	width: 25%;
	padding: 0 1rem;
	text-align: center;
}
#sec02 .pic{
	width: 9rem;
	margin: 0 auto 2rem;
}
#sec02 h3{
	font-size: 1.8rem;
	color: #009d80;
}

/* ++++++++++++#sec03++++++++++++++++ */
#sec03 dl{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    padding: 3rem 0;
    border-top: .2rem solid #ddd;
    border-bottom: .2rem solid #ddd;
}
#sec03 dt{
	padding-right: 2rem;
}
#sec03 .large {
    font-size: 4rem;
    color: #e94d37;
    margin-right: 1rem;
}

@media screen and (max-width: 768px){
	main{
		padding: 0 1.5rem 5rem;
	}
	#key-visual{
		flex-direction: column-reverse;
		height: auto;
	}
	.page-ttl-area{
		width: 100%;
		padding: 3rem 1.5rem;
		align-items: flex-start;
	}
	#key-visual .pic{
		width: 100%;
		height: 16rem;
	}
	#page-ttl{
		padding: 0;
		font-size: 3rem;
	}
	#page-ttl .ja{
		margin: 1rem 0 0;
	}

	main .sec{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.concept-sub-ttl{
		font-size: 1.8rem;
		margin-bottom: 2rem;
	}
#sec02 ul{
	display: flex;
flex-wrap: wrap;
}
#sec02 li{
	width: 50%;
	padding: 1em 1rem;
	text-align: center;
}
#sec02 h3{
	font-size: 1.4rem;
	color: #009d80;
}
#sec03 dl{
    flex-direction: column;
    align-items: flex-start;
    font-size: 2rem;
    padding: 3rem 0;
    border-top: .2rem solid #ddd;
    border-bottom: .2rem solid #ddd;
}
#sec03 dt{
	padding-bottom: 1rem;
}
#sec03 .large {
    font-size: 3rem;
	margin-top: 0.5rem;
}

}