@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 h2,
#sec04 h2{
	font-size: 5rem;
	margin-bottom: 4rem;
}
#sec03 .sub-ttl,
#sec04 .sub-ttl{
	font-size: 2.2rem;
	line-height: 1.8;
	color: #009d80;
	margin-bottom: 2rem;
	font-weight: 600;
}
#sec03 h3{
	font-size: 2.2rem;
	display: flex;
	margin-bottom: 3rem;
	align-items: center;
	width: 100%;
}
#sec03 h3 span{
	color: #009d80;
	flex-shrink: 0;
	padding-right: .5em;
}
#sec03 h3:after{
	content: "";
	display: block;
	width: 100%;
	height: .4rem;
	background: #333;
}
.example{
	margin-top: 5rem;
}
.sub-ttl02{
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 3rem;
	width: 100%;
}
.example .pic{
	width: 100%;
	background: #fafafa;
	order: 2;
	padding: 0 16.5rem;
	margin: 0 0 2rem;
	border-radius: 1.5rem;
	overflow: hidden;
}
.example .txt{
	padding-right: 4rem;
	order: 1;
}
.example strong{
	padding-top: 1em;
	display: block;
	font-size: 1.6rem;
}

@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;
	}


/* ++++++++++++#sec03++++++++++++++++ */
	#sec03 h2,
	#sec04 h2{
		font-size: 3.6rem;
		margin-bottom: 2.5rem;
	}
	#sec03 sub-ttl,
	#sec04 .sub-ttl{
		font-size: 1.8rem;
	}
}


/*--------- #sec05  ---------*/

#sec05{
	padding-bottom: 10rem;
}
#sec05 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;
}
#sec05 dt{
	padding-right: 2rem;
}
#sec05 dd{
	padding-left: 2rem;
	display: flex;
	align-items: center;
}
#sec05 .large{
	font-size: 4rem;
	color: #e94d37;
	margin-right: 1rem;
}
#sec05 .list01{
	background: #fafafa;
	border: .1rem solid #ddd;
	padding: 1rem 2.5rem 2.5rem;
	margin: 4rem 0;
}
#sec05 .list01 li{
	padding-top: 1.5rem;
	line-height: 1.8;
	text-indent: -1em;
	padding-left: 1em;
}
#sec05 .list01 li:before{
	content: "";
	display: inline;
	color: #009d80;
}
#sec05 .list01:nth-of-type(2){
	margin-top: 1.5rem;
}