@charset "UTF-8";

/*title
----------------------------------------*/
.ttl_page {
	background: url(../img/about/bg_ttl_page.jpg) center center;
	background-size: cover;
}
.ttl_page h1 {
	letter-spacing: 7px;
	padding-left: 7px;
}
.ttl_page h1 span {
	letter-spacing: 6px;
}
@media only screen and (max-width: 736px) {
	.ttl_page h1 {
		letter-spacing: 5px;
		padding-left: 5;
	}
	.ttl_page h1 span {
		letter-spacing: 4.3px;
	}
}

/* concept_block
----------------------------------------*/
.concept_block {
	text-align: center;
	padding: 30px 0 54px;
}
.concept_block h2 {
	color: #b28850;
	font-size: 3.2rem;
	padding-left: 15px;
	margin-bottom: 23px;
}
.concept_block p {
	font-feature-settings: "palt";
	line-height: 1.75;
	letter-spacing: .2px;
}
@media only screen and (max-width: 736px) {
	.concept_block {
		padding: 15px 4.687% 30px;
	}
	.concept_block h2 {
		font-size: 1.9rem;
		padding-left: 0;
		margin-bottom: 10px;
	}
	.concept_block p {
		font-size: 1.2rem;
		line-height: 1.7;
		text-align: left;
	}
}

/* description_block
----------------------------------------*/
.description_block {
	background: url(../img/about/bg_description01.jpg) no-repeat center top,
				url(../img/common/bg_01.png);
	padding: 429px 0 61px;
}
.description_block .txt {
	width: 1000px;
	background: #fff;
	margin: 0 auto;
	padding: 34px 41px 37px;
}
.description_block .txt p {
	line-height: 1.75;
}
.description_block .txt p + p {
	margin-top: 20px;
}
@media only screen and (max-width: 736px) {
	.description_block {
		background-size: 100% auto, 68px auto;
		padding: 28% 0 30px;
	}
	.description_block .txt {
		width: auto;
		margin: 0 4.687%;
		padding: 15px 5.172% 20px;
	}
	.description_block .txt p {
		font-size: 1.2rem;
		line-height: 1.7;
	}
	.description_block .txt p + p {
		margin-top: 15px;
	}
}

/* brand_block
----------------------------------------*/
.brand_block {
	padding-top: 73px;
}
.brand_block::before {
	content: "";
	display: block;
	width: 1px;
	height: 80px;
	background: #b28850;
	position: absolute;
	left: 50%;
	top: -40px;
}
.brand_block h2 {
	text-align: center;
	font-size: 2.4rem;
	color: #b28850;
	letter-spacing: -.3px;
	margin-bottom: 22px;
}
.brand_block .col2_block {
	background: url(../img/common/bg_01.png);
}
.brand_block .col2_block .col_box {
	margin: 0;
	width: 50%;
	padding: 40px 0 34px;
	text-align: right;
}
.brand_block .col2_block .col_box:nth-child(2n) {
	text-align: left;
}
.brand_block .col2_block .col_box:nth-child(4n+2),
.brand_block .col2_block .col_box:nth-child(4n+3) {
	background: #b28850;
	color: #fff;
}
.brand_block .col2_block .col_box h3 {
	color: #b28850;
	font-size: 1.6rem;
	margin-top: -4px;
    letter-spacing: -.4px;
}
.brand_block .col2_block .col_box:nth-child(4n+2) h3,
.brand_block .col2_block .col_box:nth-child(4n+3) h3 {
	color: inherit;
}
.brand_block .col2_block .col_box .txt {
	display: inline-block;
	text-align: left;
	width: 250px;
	margin-right: 30px;
	vertical-align: top;
	font-size: 1.3rem;
}
.brand_block .col2_block .col_box .txt p {
	line-height: 1.4;
}
.brand_block .col2_block .col_box > img {
	width: 40%;
	margin: 0 15px 0 31px;
}
.brand_block .col2_block .col_box:nth-child(2n+1) > img {
	width: 40%;
	margin-right: 16px;
}


@media only screen and (max-width: 736px) {
	.brand_block {
		padding-top: 35px;
	}
	.brand_block::before {
		height: 40px;
		top: -20px;
	}
	.brand_block h2 {
		font-size: 1.7rem;
		margin-bottom: 15px;
	}
	.brand_block .col2_block {
		background-size: 68px auto;
	}
	.brand_block .col2_block .col_box {
		width: auto;
		padding: 20px 4.687%;
		text-align: left;
	}


	.brand_block .col2_block .col_box:nth-child(4n+2),
	.brand_block .col2_block .col_box:nth-child(4n+3) {
		background: none;
		color: inherit;
	}
	.brand_block .col2_block .col_box:nth-child(2n) {
		background: #b28850;
		color: #fff;
	}
	.brand_block .col2_block .col_box h3 {
		font-size: 1.5rem;
		margin-top: 0;
	    letter-spacing: 0;
	}
	.brand_block .col2_block .col_box:nth-child(4n+2) h3,
	.brand_block .col2_block .col_box:nth-child(4n+3) h3 {
		color: #b28850;
	}
	.brand_block .col2_block .col_box:nth-child(2n) h3 {
		color: inherit;
	}
	.brand_block .col2_block .col_box .txt {
		display: block;
		width: auto;
		margin-right: 0;
		font-size: 1.2rem;
	}
	.brand_block .col2_block .col_box > img,
	.brand_block .col2_block .col_box:nth-child(2n+1) > img {
		width: 100%;
		margin: 0 auto 15px;
		display: block;
	}
}