@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main {
	padding-top: 142px;
}

.proTitle {
	margin-bottom: 52px;
}

.proTitle h2 {
	font-size: 36px;
	font-family: 'Libre Baskerville', serif;
	text-align: center;
	letter-spacing: 1px;
}

.bigPhoto {
	margin-bottom: 94px;
	padding: 0 122.5px;
}

.bigPhoto img {
	width: 100%;
}

.about {
	margin: 0 auto;
	width: 800px;
}

.about li {
	margin-bottom: 85px;
	overflow: hidden;
}

.aboutLeft {
	width: 300px;
	float: left;
}

.aboutLeft p {
	font-size: 26px;
	font-weight: bold;
	font-family: 'Libre Baskerville', serif;
	color: #053981;
	letter-spacing: .5px;
}

.aboutRight {
	margin-left: 339px;
}

.aboutRight p {
	margin-bottom: 23px;
	font-size: 13px;
	line-height: 1.75;
	letter-spacing: .7px;
}

.aboutRight p:last-child {
	margin-bottom: 0;
}

.aboutImg {
	margin-top: 22px;
	width: 222px;
}

.aboutImg img {
	width: 100%;
}

.aboutBox {
	margin-bottom: 21px;
}

.about li .aboutBox:last-child {
	margin-bottom: 0;
}

.aboutRight b {
	margin-bottom: 5px;
	display: block;
	font-size: 18px;
	letter-spacing: .1px;
}

.aspect {
	margin-bottom: 142px;
	padding: 49px 0 43px;
	text-align: center;
	position: relative;
	background: #ebeff5;
}

.aspect img {
	width: 23px;
	position: absolute;
	left: 50%;
	top: -5px;
	transform: translateX(-50%);
}

.aspectWord {
	display: inline-block;
}

.aspectWord p {
	margin-bottom: 9px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	letter-spacing: .2px;
}

.aspectPart {
	margin: 0 auto 112px;
	width: 800px;
}

.aspectPart h3 {
	margin-bottom: 34px;
	padding-bottom: 8px;
	position: relative;
	font-size: 28px;
	font-family: 'Libre Baskerville', serif;
	font-weight: normal;
	letter-spacing: .4px;
}

.aspectPart h3:after {
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #1b1b1b;
}

.aspectPart p {
	margin-bottom: 35px;
	font-size: 13px;
	line-height: 1.78;
	letter-spacing: .71px;
}

.aspectImg {
	margin: 0 auto;
}

.aspectImg img {
	width: 100%;
}

.aspectImg01 {
	margin-bottom: 65px;
	width: 699px;
}

.aspectBox {
	padding: 45px 48px 24px;
	margin: 0 auto;
	width: 699px;
	box-sizing: border-box;
	background: #494949;
}

.aspectBox p {
	margin-bottom: 22px;
	color: #fff;
}

.aspectImg02 {
	margin-bottom: 61px;
	width: 720px;
}

.aspectList {
	padding-top: 3px;
	margin: 0 auto;
	width: 544px;
}

.aspectListLeft {
	float: left;
}

.aspectListRight {
	float: right;
}

.aspectList li {
	margin-bottom: 21px;
	width: 243px;
}

.aspectListRight li {
	margin-bottom: 38px;
	width: 236px;
}

.aspectList li:last-child {
	margin-bottom: 0;
}

.aspectList li p {
	margin: 12px -5px 0 0;
	font-size: 11px;
	line-height: 1.35;
	letter-spacing: .5px;
}

.aspectList li img {
	width: 100%;
}

.aspectImg03 {
	width: 758px;
}

.aspectImgLeft {
	width: 351px;
	float: left;
}

.aspectImgRight {
	width: 366px;
	float: right;
}

.aspectPart03 {
	margin-bottom: 172px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main {
		padding-top: 95px;
	}
	
	.proTitle {
		margin-bottom: 46px;
	}

	.proTitle h2 {
		font-size: 25px;
		line-height: 1.45;
	}
	
	.bigPhoto {
		margin-bottom: 56px;
		padding: 0;
	}
	
	.about {
		padding: 0 20px 3px;
		width: auto;
	}
	
	.about li {
    	margin-bottom: 53px;
	}
	
	.aboutLeft {
		margin-bottom: 9px;
		width: auto;
		float: none;
	}
	
	.aboutLeft p {
		font-size: 23px;
		letter-spacing: .2px;
	}
	
	.aboutRight {
		margin-left: 0;
	}
	
	.aboutRight p {
		line-height: 1.76;
		letter-spacing: .5px;
	}
	
	.aboutImg {
		margin: 26px auto 0;
	}
	
	.aboutBox {
		margin-bottom: 9px;
		padding-top: 8px;
	}
	
	.aboutRight b {
		margin-bottom: 8px;
		font-size: 15px;
		line-height: 1.2;
		letter-spacing: .5px;
	}
	
	.aspect {
		margin-bottom: 96px;
		padding: 45px 0px 34px 10px;
	}
	
	.aspectWord {
		display: block;
	}
	
	.aspectWord p {
		margin-bottom: 13px;
		font-size: 15px;
	}
	
	.aspectPart {
		margin-bottom: 57px;
		padding: 0 20px;
		width: auto;
	}
	
	.aspectPart h3 {
		margin-bottom: 23px;
		padding-bottom: 15px;
		font-size: 23px;
		line-height: 1.35;
		letter-spacing: .1px;
	}
	
	.aspectPart h3::after {
		height: 2px;
	}
	
	.aspectPart p {
		margin-bottom: 25px;
		letter-spacing: .55px;
	}
	
	.aspectImg01 {
		margin-bottom: 45px;
		width: auto;
	}
	
	.aspectPart01 .aspectImg01 {
		margin-right: -10px;
		width: 100%;
	}
	
	.aspectBox {
		padding: 24px 20px 4px;
		width: auto;
	}
	
	.aspectBox p {
		margin-bottom: 22px;
	}
	
	.aspectImg02 {
		margin-bottom: 45px;
		width: auto;
	}
	
	.aspectList {
		padding: 0 46px;
		width: auto;
	}
	
	.aspectListLeft {
		float: none;
	}
	
	.aspectListRight {
		float: none;
	}
	
	.aspectList li {
		margin-bottom: 22px;
		width: auto;
	}
	
	.aspectListLeft li:last-child {
		margin-bottom: 19px;
	}
	
	.aspectList li p {
		margin: 12px -5px 0 0;
	}
	
	.aspectListRight li {
		padding-right: 7px;
	}
	
	.aspectPart03 {
		margin-bottom: 95px;
	}
	
	.aspectImg03 {
		width: auto;
	}
	
	.aspectImgLeft {
		margin-bottom: 20px;
		width: auto;
		float: none;
	}
	
	.aspectImgRight {
		width: auto;
		float: none;
	}
}