@charset "UTF-8";
/* CSS Document */
/* mainArea */
.mainArea {
	margin-top: 70px;
	background-image: url("../img/concept/main_bg.webp");
}
/* conceptArea */
.conceptArea{
	padding: 60px 20px 120px;
}
.conceptArea .h2Area{
	border-radius: 110px;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 40px;
}
.conceptArea .feature .h2Area{
	background-image: url(../img/sub/h2_bg01.webp);
}
.conceptArea .reason .h2Area{
	background-image: url(../img/sub/h2_bg02.webp);
}
.conceptArea h2{
	font-family: ten-mincho,serif;
	font-size: 18px;
	height: 220px;
	background-color: rgba(255,255,255,0.8);
	writing-mode: vertical-rl;
	padding: 10px 60px;
	text-align: center;
}
.conceptArea p{
	text-align: center;
}
.conceptArea .desc .imgArea{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	flex-wrap: wrap;
}
.conceptArea .desc .imgArea div{
	width: 380px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 8px 11px;
}
.conceptArea .feature{
	padding-bottom: 120px;
}
.conceptArea .feature .imgArea div:nth-of-type(1) {
	background-image: url(../img/concept/feature_img01.webp);
}
.conceptArea .feature .imgArea div:nth-of-type(2) {
	background-image: url(../img/concept/feature_img02.webp);
}
.conceptArea .feature .imgArea div:nth-of-type(3) {
	background-image: url(../img/concept/feature_img03.webp);
}
.conceptArea .reason .imgArea div:nth-of-type(1) {
	background-image: url(../img/concept/reason_img01.webp);
}
.conceptArea .reason .imgArea div:nth-of-type(2) {
	background-image: url(../img/concept/reason_img02.webp);
}
.conceptArea .reason .imgArea div:nth-of-type(3) {
	background-image: url(../img/concept/reason_img03.webp);
}



@media screen and (max-width: 1000px) {
/* mainArea */
.mainArea {
	margin-top: 60px;
	background-image: url("../img/concept/main_bg_sp.webp");
}
}

@media screen and (max-width: 767px) {
/* conceptArea */
.conceptArea{
	padding: 40px 6vw 60px;
}
.conceptArea .h2Area,
.conceptArea h2{
	height: 150px;
}
.conceptArea .h2Area{
	margin-bottom: 30px;
}
.conceptArea h2{
font-size: 16px;
}
.conceptArea p {
	text-align: left;
	line-height: 1.4;
}
.conceptArea .feature{
	padding-bottom: 80px;
}
.conceptArea .desc .imgArea{
margin-top: 30px;
}
}
