@charset "utf-8";
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#main .h2Ttl {
	margin-left: -26px;
	font-weight: 500;
}
#main .h2Ttl span {
	padding: 14px 25px 19px;
	width: 364px;
	height: 114px;
	color: #9D928C;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	background: url(../img/about/ttl_bg.jpg) no-repeat left top;
	background-size: 100% 100%;
	line-height: 1.55;
}
#main .comBox {
	padding-top: 29px;
}
#main .comTextBox {
	margin: -29px -30px 47px 238px;
	padding: 5px 14px;
	background-color: rgba(255,255,255,0.7);
}
#main .comTextBox .headLine02 {
	margin-bottom: 11px;
}
#main .comTextBox p {
	font-size: 1.8rem;
	line-height: 2;
	font-weight: 300;
}
#main .imgBox {
	margin-bottom: 64px;
	display: flex;
	justify-content: space-between;
}
#main .imgBox .textBox {
	margin-top: 32px;
	width: 540px;
}
#main .imgBox .photo {
	width: 441px;
	text-align: center;
}
#main .imgBox02 .photo {
	order: 2;
}
#main .slickBox {
	margin-bottom: 90px;
}
#main .h3Ttl {
	margin: 0 -20px 20px 0;
	padding-left: 42px;
	font-size: 2rem;
	font-weight: 400;
	position: relative;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 1.5px;
	font-weight: 300;
}
#main .h3Ttl::after {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -1px;
	left: 0;
	border-radius: 50%;
	background-color: #c7c3ba;
	content: "";
}
#main .borderBox {
	margin-left: 10px;
	padding-left: 30px;
	min-height: 95px;
	position: relative;
}
#main .borderBox::after {
	width: 8px;
	height: calc(100% - 13px);
	position: absolute;
	top: 7px;
	left: 0;
	background-color: #d1ccc6;
	content: "";
}
#main .borderBox p {
	font-size: 1.8rem;
	line-height: 1.73;
}
#main .imgBox02 {
	margin: 0 21px 57px -11px;
}
#main .imgBox02 .textBox {
	margin-top: 57px;
}
#main .imgBox02 .h3Ttl::after {
	background-color: #d4cac9;
}
#main .imgBox02 .borderBox::after {
	background-color: #dcd4d2;
}
#main .listUl {
	margin: 26px 0 23px 11px;
	font-size: 1.8rem;
	font-weight: 300;
}
#main .listUl li {
	margin-bottom: 7px;
}
#main .listUl li:last-child {
	margin-bottom: 0;
}
#main .link {
	margin-top: 11px;
}
#main .link a {
	color: #A29696;
	font-size: 1.7rem;
}
#main .imgBox03 {
	margin: 0 0 150px 20px;
}
#main .imgBox03 .textBox {
	margin: 17px -12px 0 0;
}
#main .imgBox03 .h3Ttl::after {
	background-color: #c7c7cf;
}
#main .imgBox03 .borderBox::after {
	background-color: #d2d1d7;
}
#main .imgBox03 .link a {
	color: #9C9DA7;
}
#main .showUl {
	margin: 0 0 0 -10px;
	display: flex;
	justify-content: space-between;
}
#main .showUl li {
	width: 536px;
}
#main .showUl li:last-child {
	width: 451px;
}
#main .showUl .h3Ttl {
	margin-bottom: 24px;
}
#main .showUl .h3Ttl::after {
	background-color: #707070;
}
#main .showUl .borderBox::after {
	background-color: #898989;
}
#main .showUl .borderBox p {
	line-height: 1.85;
}
#main .showUl li:last-child .h3Ttl::after {
	background-color: #c6bbb5;
}
#main .showUl li:last-child .borderBox::after {
	background-color: #d0c6c4;
}
#main .showUl .link a {
	color: #7C736E;
}
@media all and (min-width: 897px) {
	#main .link a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#main .h2Ttl {
		margin: 0 0 20px;
	}
	#main .h2Ttl span {
		padding: 14px 13px 19px;
		width: 250px;
		height: 95px;
		font-size: 1.4rem;
	}
	#main .comTextBox {
		margin: 0 0 30px;
		padding: 0;
	}
	#main .comTextBox p {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#main .imgBox {
		margin: 0 0 50px !important;
		display: block;
	}
	#main .imgBox .photo {
		margin-bottom: 20px;
		width: auto;
	}
	#main .imgBox .photo img {
		width: 80%;
	}
	#main .imgBox .textBox {
		margin-top: 0;
		width: auto;
	}
	#main .h3Ttl {
		margin: 0 0 20px 0;
		padding-left: 26px;
		font-size: 1.8rem;
	}
	#main .h3Ttl::after {
		width: 16px;
		height: 16px;
		top: 6px;
	}
	#main .borderBox {
		margin-left: 6px;
		padding-left: 21px;
	}
	#main .borderBox::after {
		width: 5px;
		top: 2px;
		height: 100%;
	}
	#main .borderBox p {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#main .imgBox02 .photo img {
		width: 60%;
	}
	#main .listUl {
		font-size: 1.4rem;
	}
	#main .link a {
		font-size: 1.2rem;
	}
	#main .showUl {
		padding-top: 30px;
		margin: 0;
		display: block;
	}
	#main .showUl li {
		margin-bottom: 40px;
		width: auto !important;
	}
	#main .showUl li:last-child {
		margin-bottom: 0;
	}
	#main .showUl .h3Ttl {
		margin-bottom: 10px;
	}
}