@charset "utf-8";
/*------------------------------------------------------------
	topmessage
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto 20.5rem;
}
#pagePath li {
	color: #E7E7E7;
}
#pagePath li a {
	color: #FFF;
}
#pagePath li a {
	background-image: url(../img/common/icon10.png);
}
#main .pageArea {
	margin-top: 7rem;
	padding: 5rem 0 0;
	position: relative;
	min-height: 71.2rem;
	background: url(../img/topmessage/page_img.jpg) no-repeat center center / cover;
}
#main .pageArea .textBox {
	padding: 3.1rem 1rem 2.1rem;
	width: 34rem;
	background: rgba(255, 255, 255, 0.8);
}
#main .pageArea .textBox .smallText {
	margin-bottom: 0.5rem;
	display: block;
	color: #B9A76F;
	font-size: 1.4rem;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	text-align: center;
}
#main .pageArea .textBox .name {
	display: block;
	color: #B9A76F;
	font-family: "Roboto", sans-serif;
	font-size: 4rem;
	font-weight: 500;
	text-align: center;
}
#main .pageArea .en {
	position: absolute;
	bottom: -2.5rem;
	left: 50%;
	transform: translateX(-50%);
	max-width: 111.2rem;
	width: 100%;
	color: #FFF;
	font-size: 10rem;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	mix-blend-mode: soft-light;
	line-height: 1.2;
}
#main .message .comBox {
	padding: 5.1rem 0 0;
}
#main .message .title {
	margin-bottom: 3.9rem;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.75;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
#main .message .title .bgText {
	padding: 0.5rem 1rem;
	background: -webkit-linear-gradient(#FFF,#FFF) repeat-x center center / 100% 100%;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#main .message .text {
	line-height: 1.8;
}
#main .message .imgBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .message .imgBox .photoBox {
	margin-top: 0.1rem;
	width: 50rem;
	order: 2;
}
#main .message .imgBox .text {
	width: calc(100% - 58rem);
	text-align: justify;
}
#main .message .imgBox.reverse .photoBox {
	order: inherit;
}
#main .message .topBox {
	margin-bottom: 6.4rem;
}
#main .message .topBox .hTitle {
	margin-bottom: 7.6rem;
	text-align: center;
}
#main .message .topBox .hTitle .en {
	margin-bottom: 2.3rem;
	display: block;
	color: #B9A76F;
	font-size: 1.8rem;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.18rem;
}
#main .message .topBox .hTitle .bgText {
	padding: 0.3rem 1.5rem;
	font-size: 4.6rem;
	font-weight: 500;
	line-height: 1.79;
	background: -webkit-linear-gradient(#FFF,#FFF) repeat-x center center / 100% 100%;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	font-family: 'Noto Serif JP', serif;
}
#main .message .topBox .photo {
	margin-bottom: 4rem;
}
#main .message .topBox .photo img {
	width: 100%;
}
#main .message .topBox .textBox {
	margin: 0 auto;
	max-width: 78.4rem;
}
#main .genesis {
	padding: 6.4rem 0 7.3rem;
	border-top: 1px solid #A1A1A1;
	border-bottom: 1px solid #A1A1A1;
}
#main .conviction {
	margin-bottom: 6.4rem;
	padding: 6.4rem 0 7.9rem;
	border-bottom: 1px solid #A1A1A1;
}
#main .aspiration .innerText {
	margin-bottom: 6.3rem;
	font-size: 2.4rem;
	line-height: 1.8;
	text-align: center;
}
#main .aspiration .photo img {
	width: 100%;
}
#main .comBgBox {
	padding-top: 15.6rem;
}
@media all and (max-width: 896px) {
	#main {
		padding: 0;
	}
	#main .pageArea {
		margin-top: 5.8rem;
		padding: 5rem 0 11.6rem;
		min-height: 60.9rem;
		background-image: url(../img/topmessage/page_img_sp.jpg);
		background-position: center top;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
	}
	#main .pageArea .content {
		margin: 0 3.1rem;
	}
	#main .pageArea .textBox {
		padding: 1.6rem 1rem 0.8rem;
		width: 20.4rem;
	}
	#main .pageArea .textBox .smallText {
		margin-bottom: -0.3rem;
	}
	#main .pageArea .textBox .name {
		margin-left: 0.6rem;
		font-size: 3.2rem;
		text-align: left;
	}
	#main .pageArea .en {
		display: none;
	}
	#main .message .comBox {
		padding: 5.1rem 0 0;
	}
	#main .message .title {
		margin-bottom: 2.8rem;
		font-size: 2rem;
		line-height: 2.3;
	}
	#main .message .title .bgText {
		padding: 0.5rem 1rem;
		background: -webkit-linear-gradient(#FFF,#FFF) repeat-x center center / 100% 100%;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
	}
	#main .message .text {
		text-align: justify;
	}
	#main .message .imgBox {
		display: block;
	}
	#main .message .imgBox .photoBox {
		margin: 0 0 3.2rem;
		width: auto;
	}
	#main .message .imgBox .photoBox img {
		width: 100%;
	}
	#main .message .imgBox .text {
		width: auto;
		text-align: justify;
	}
	#main .message .topBox {
		margin: 0 -1.5rem 5.5rem;
	}
	#main .message .topBox .hTitle {
		margin-bottom: 5.3rem;
		text-align: center;
	}
	#main .message .topBox .hTitle .en {
		margin-bottom: 1rem;
		font-size: 1.6rem;
		letter-spacing: 0.16rem;
	}
	#main .message .topBox .hTitle .bgText {
		padding: 0.1rem 0.6rem;
		font-size: 2.2rem;
		line-height: 1.8;
	}
	#main .message .topBox .title {
		margin-bottom: 2rem;
	}
	#main .message .topBox .photo {
		margin-bottom: 3rem;
	}
	#main .message .topBox .textBox {
		margin: 0 1.5rem;
		max-width: inherit;
	}
	#main .genesis {
		padding: 5.4rem 0 5.5rem;
	}
	#main .conviction {
		margin-bottom: 5.4rem;
		padding: 5.3rem 0 5.5rem;
	}
	#main .conviction .title {
		margin: 0 -1rem 2.9rem;
	}
	#main .aspiration .innerText {
		margin-bottom: 4rem;
		font-size: 2rem;
	}
	#main .comBgBox {
		padding-top: 8rem;
	}
}