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

.sec02 li{
	display: flex;
	justify-content: space-between;
	margin-top: 10rem;
	align-items: flex-start;
}
.sec02 li:nth-of-type(1){
	margin-top: 0;
}
.sec02 li:nth-of-type(2n){
	flex-direction: row-reverse;
}
.sec02 .txt{
	width: calc(50% - 5rem);
}
.sec02 h3{
	font-weight: 600;
	font-size: 2rem;
	color: #009d80;
	margin: 2rem 0 3rem;
	line-height: 1.5;
}
.sec02 .en-ttl{
	color: #888;
	font-size: 1.3rem;
	font-weight: 600;
}
.sec02 .catch-copy{
	font-weight: 600;
	line-height: 1.8;
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
.sec02 .catch-copy .large{
	font-size: 150%;
	color: #e94d37;
}
.sec02 .btn01{
	margin: 4rem 0 0;
	background-color: #009d80;
}
.price{
	font-size: 1.6rem;
	margin: 0 0 1.5rem;
}
.price .large {
	font-size: 150%;
	color: #e94d37;
	margin-right: .5rem;
}
.sec02 .pic{
	width: 50rem;
}



@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 li{
		flex-direction: column-reverse;
		justify-content: flex-start;
		margin-top: 5rem;
		align-items: flex-start;
	}
	.sec02 li:nth-of-type(2n){
		flex-direction: column-reverse;
	}
	.sec02 .txt{
		width: 100%;
	}
	.sec02 h3{
		font-size: 1.8rem;
		margin: 2rem 0 1rem;
	}
	.sec02 .en-ttl{
		font-size: 1.1rem;
		line-height: 1.5;
	}
	.sec02 .catch-copy{
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	.sec02 .btn01{
		margin: 1.5rem 0 0;
	}
	.price{
		font-size: 1.2rem;
		margin: 0 0 1.5rem;
	}


	.price .large {
		font-size: 200%;
		margin-right: .2rem;
	}
	.sec02 .pic{
		width: 100%;
		margin-bottom: 1.5rem;
	}


}