@charset "utf-8";

/*------------------------------------------------------------
	concept
------------------------------------------------------------*/
.conceptPage {
	background: url(../img/concept/page_title_bg.webp) no-repeat center center;
	background-size: cover;
}

.concept {
	margin: -4px 0 0 0px;
}

.concept .headLine01 {
	margin-bottom: 29px;
}

.concept p {
	margin-bottom: 54px;
	line-height: 2;
	letter-spacing: -0.5px;
}

.concept .photoImg {
	margin-bottom: 60px;
	padding-bottom: 63px;
	border-bottom: 1px solid #EBEBEB;
}

.concept .photoImg img {
	margin: 0 auto;
	width: 48%;
	display: block;
}

.concept .textP {
	margin-bottom: 58px;
	padding-bottom: 57px;
	border-bottom: 1px solid #EBEBEB;
}

.concept .textP01 {
	margin-bottom: 30px;
}

.concept .textP02 {
	margin-bottom: 78px;
}

.concept .comLink a {
	width: 280px;
	padding: 11px 0;
	font-size: 15px;
	background: #FD7275 url(../img/common/icon01.webp) no-repeat 94.5% center;
	letter-spacing: 0.5px;
	background-size: 4px auto;
}




@media all and (min-width: 0) and (max-width: 767px) {
	.conceptPage {
		background: url(../img/concept/sp_page_title_bg.webp) no-repeat center center;
		background-size: cover;
	}

	.concept {
		margin: -4px 0 0 2px;
	}

	.concept .headLine01 {
		padding-bottom: 8px;
		margin-bottom: 28px;
		line-height: 1.75;
	}

	.concept p {
		margin-bottom: 39px;
		line-height: 1.8;
	}

	.concept .photoImg {
		margin-bottom: 32px;
		padding-bottom: 40px;
		border-bottom: 1px solid #EBEBEB;
	}

	.concept .photoImg img {
		margin: 0 auto;
		width: 69%;
		display: block;
	}

	.concept .textP {
		margin-bottom: 35px;
		padding-bottom: 34px;
	}

	.concept .textP01 {
		margin-bottom: 24px;
	}

	.concept .textP02 {
		margin-bottom: 29px;
	}

	.concept .comLink a {
		width: 228px;
		padding: 8px 0;
		font-size: 14px;
		background: #FD7275 url(../img/common/icon01.webp) no-repeat 94.5% center;
		letter-spacing: 1px;
		background-size: 6px auto;
	}
}



