@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.serif {
	font-family: 'Noto Serif JP', serif;
}
.roboto {
	font-family: "Roboto", sans-serif;
}
.zen {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 110rem;
	position: relative;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 3rem;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
	margin: 0 auto;
	padding: 11.2rem 0 20rem;
	max-width: 134rem;
	border-top: 1px solid #A1A1A1;
}
@media all and (max-width: 896px) {
	.comBox {
		padding: 7.4rem 0 8rem;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 7.5rem;
	font-size: 5.2rem;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.26rem;
	line-height: 1.2;
}
.headLine01 .en {
	margin-bottom: 0.8rem;
	display: block;
	color: #B9A76F;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.12rem;
	font-family: "Roboto", sans-serif;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2.9rem;
		font-size: 4rem;
		letter-spacing: 0.2rem;
	}
	.headLine01 .en {
		margin-bottom: 0.5rem;
		font-size: 1.8rem;
		letter-spacing: 0.09rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	font-size: 3.2rem;
	font-weight: 700;
}
.headLine02 .en {
	margin-top: 0.1rem;
	display: block;
	color: #B9A76F;
	font-size: 1.2rem;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.06rem;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 3.7rem;
		font-size: 2.4rem;
	}
	.headLine02 .en {
		margin-top: -0.3rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 4.9rem;
	font-size: 5.2rem;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.26rem;
	line-height: 1.2;
}
.headLine03 .en {
	margin-bottom: 0.8rem;
	display: block;
	color: #B9A76F;
	font-size: 2.4rem;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.12rem;
}
.headLine03.style01 {
	margin-bottom: 5rem;
	text-align: center;
	color: #FFF;
}
.headLine03.style01 .en {
	color: #FFF;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 2.8rem;
		font-size: 4rem;
		letter-spacing: 0.2rem;
	}
	.headLine03 .en {
		margin-bottom: 0.6rem;
		font-size: 1.8rem;
		letter-spacing: 0.09rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 4.8rem;
	font-size: 3.2rem;
	font-weight: 500;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 2.6rem;
		font-size: 2.4rem;
	}
}
/*------------------------------------------------------------
	comText
------------------------------------------------------------*/
.comText {
	line-height: 2;
}
@media all and (max-width: 896px) {
	.comText {
		font-size: 1.6rem;
		line-height: 1.8;
	}
}
/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.comBgBox {
	padding-bottom: 20rem;
	background: #F7F5EE;
}
@media all and (max-width: 896px) {
	.comBgBox {
		padding-bottom: 8rem;
	}
}
/*------------------------------------------------------------
	comImgArea
------------------------------------------------------------*/
.comImgArea {
	padding: 15.6rem 0;
}
.comImgArea .imgBox {
	margin-bottom: 15.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comImgArea .imgBox:last-child {
	margin-bottom: 0;
}
.comImgArea .imgBox .photoBox {
	order: 2;
	width: 71.3rem;
}
.comImgArea .imgBox .textBox {
	margin-top: -0.2rem;
}
.comImgArea .imgBox .textBox .comText {
	margin-bottom: 5.7rem;
}
.comImgArea .imgBox.reverse .photoBox {
	order: inherit;
}
@media all and (max-width: 896px) {
	.comImgArea {
		padding: 8rem 0 10rem;
	}
	.comImgArea .imgBox {
		margin-bottom: 8rem;
		display: block;
	}
	.comImgArea .imgBox:last-child {
		margin-bottom: 0;
	}
	.comImgArea .imgBox .photoBox {
		margin: 0 -3rem 3.9rem 0;
		width: auto;
	}
	.comImgArea .imgBox .photoBox img {
		width: 100%;
	}
	.comImgArea .imgBox .textBox {
		margin-top: 0;
	}
	.comImgArea .imgBox .textBox .comText {
		margin-bottom: 4rem;
	}
	.comImgArea .imgBox.reverse .photoBox {
		margin: 0 0 3.9rem -3rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	width: 30.6rem;
}
.comBtn a {
	padding: 1rem 3.2rem 1.2rem;
	min-height: 6.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 3.1rem;
	background: #B9A76F url(../img/common/icon03.png) no-repeat right 1.9rem center / 1.3rem;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.08rem;
}
.comBtn.style01 {
	margin: 0 auto;
}
.comBtn.style01 a {
	color: #B9A76F;
	background: #FFF url(../img/common/icon08.png) no-repeat right 1.9rem center / 1.3rem;
}
.comBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn {
		width: 28rem;
	}
	.comBtn a {
		padding: 1rem 2.4rem 1.2rem;
		min-height: 6rem;
		background: #B9A76F url(../img/common/icon03.png) no-repeat right 1.5rem center / 1.3rem;
	}
}
/*------------------------------------------------------------
	comEntryBox
------------------------------------------------------------*/
.comEntryBox a {
	padding: 0 16rem 0 6.1rem;
	min-height: 22.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background: #B9A76F url(../img/common/icon04.png) no-repeat right 6.4rem center / 8.4rem;
}
.comEntryBox a:hover {
	opacity: 0.7;
}
.comEntryBox .en {
	color: #FFF;
	font-size: 4rem;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
}
.comEntryBox .text {
	margin-top: -0.2rem;
	width: calc(100% - 18.1rem);
	color: #FFF;
	line-height: 2;
}
@media all and (max-width: 896px) {
	.comEntryBox a {
		padding: 1.7rem 2.5rem 8.9rem;
		min-height: inherit;
		display: block;
		background: #B9A76F url(../img/common/icon04.png) no-repeat center bottom 2.4rem / 4rem;
	}
	.comEntryBox .en {
		margin-bottom: 0.5rem;
		font-size: 2.8rem;
		text-align: center;
	}
	.comEntryBox .text {
		margin-top: 0;
		width: auto;
		line-height: 1.8;
		text-align: center;
	}
}
/*------------------------------------------------------------
	comMessageBox
------------------------------------------------------------*/
.comMessageBox {
	margin: 0 auto 24rem;
	padding: 7.8rem 7.8rem 7.6rem;
	max-width: 110rem;
	border: 0.2rem solid rgba(185, 167, 111, 0.3);
	background: rgba(200, 186, 140, 0.3);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comMessageBox .photo {
	width: 33.7rem;
}
.comMessageBox .textBox {
	margin-top: -1.4rem;
	width: calc(100% - 43.9rem);
}
.comMessageBox .textBox .enTitle {
	margin-bottom: 2.6rem;
	color: #B9A76F;
	font-family: "Roboto", sans-serif;
	font-size: 5.6rem;
	font-weight: 500;
	letter-spacing: 0.56rem;
}
.comMessageBox .textBox .title {
	margin-bottom: 1.9rem;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.12rem;
	line-height: 1.8;
}
.comMessageBox .textBox .text {
	margin-bottom: 3.7rem;
	font-size: 1.6rem;
}
@media all and (max-width: 896px) {
	.comMessageBox {
		margin: 0 3rem 10rem;
		padding: 2.1rem 2.1rem 3.8rem;
		max-width: inherit;
		display: block;
	}
	.comMessageBox .photo {
		margin-bottom: 0.8rem;
		width: auto;
	}
	.comMessageBox .photo img {
		width: 100%;
	}
	.comMessageBox .textBox {
		margin: 0 -1.5rem;
		width: auto;
	}
	.comMessageBox .textBox .enTitle {
		margin-bottom: 1.7rem;
		font-size: 3.2rem;
		letter-spacing: 0.32rem;
		text-align: center;
	}
	.comMessageBox .textBox .title {
		margin: 0 0 2.3rem;
		font-size: 2rem;
		text-align: center;
		letter-spacing: 0.1rem;
		line-height: 1.6;
	}
	.comMessageBox .textBox .text {
		margin-bottom: 1.6rem;
		text-align: center;
		line-height: 1.6;
	}
	.comMessageBox .textBox .comBtn {
		margin: 0 auto;
	}
}
/*------------------------------------------------------------
	pageImg
------------------------------------------------------------*/
.pageImg {
	margin: 5.1rem 0 8rem;
	position: relative;
}
.pageImg .textImg {
	position: absolute;
	bottom: -24.9rem;
	right: 1rem;
	width: 14.7rem;
	mix-blend-mode: overlay;
}
@media all and (max-width: 896px) {
	.pageImg {
		margin: 1rem -3rem 4.1rem;
	}
	.pageImg .textImg {
		bottom: -9.8rem;
		right: 1.5rem;
		width: 6.6rem;
	}
}
/*------------------------------------------------------------
	comInnerBox
------------------------------------------------------------*/
.comInnerBox {
	position: relative;
}
.comInnerBox .area {
	width: 49.1rem;
	position: relative;
}
.comInnerBox .area a {
	display: block;
}
.comInnerBox .area a:hover {
	opacity: 0.7;
}
.comInnerBox .area .number {
	margin-bottom: -3.8rem;
	color: #B9A76F;
	font-size: 5.6rem;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	position: relative;
	z-index: 5;
}
.comInnerBox .area .photo {
	margin-left: auto;
	width: 41.2rem;
}
.comInnerBox .area .text {
	position: absolute;
	top: 29.3rem;
	left: -0.1rem;
	font-size: 2.8rem;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.7;
	width: 40rem;
}
.comInnerBox .area .text .bgText {
	padding: 0.8rem 0.8rem 0.7rem;
	background: -webkit-linear-gradient(#FFF,#FFF) repeat-x center center / 100% 80%;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.comInnerBox .textImg {
	position: absolute;
	top: -13.1rem;
	right: 0;
	width: 14.7rem;
	mix-blend-mode: overlay;
}
@media all and (max-width: 896px) {
	.comInnerBox {
		margin: 0 -1.5rem;
		display: block;
		position: relative;
	}
	.comInnerBox .area {
		width: auto;
	}
	.comInnerBox .area .number {
		margin: 0 0 -2.1rem 1.5rem;
		font-size: 3.2rem;
	}
	.comInnerBox .area .photo {
		margin-left: 5.5rem;
		width: auto;
	}
	.comInnerBox .area .photo img {
		width: 100%;
	}
	.comInnerBox .area .text {
		top: auto;
		left: -0.1rem;
		font-size: 2rem;
		bottom: 5.5rem;
		width: 28rem;
	}
	.comInnerBox .area .text .bgText {
		padding: 0.5rem 0.6rem 0.4rem;
	}
	.comInnerBox .textImg {
		top: -2.4rem;
		right: 0;
		width: 6.6rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	margin-top: 1.1rem;
	width: 7.4rem;
}
.comLink a {
	padding-right: 0.3rem;
	display: block;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.072rem;
	border-radius: 20rem;
	line-height: 1.2;
	background: #35394D;
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.comLink a:hover {
	opacity: 0.7;
}
.comLink a .sub {
	padding: 0.5rem 1.3rem 0.5rem 0;
	display: inline-block;
	background: url(../img/common/icon09.png) no-repeat right center / 0.8rem;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 12rem;
	padding: 11.8rem 0 0;
	min-height: 71.2rem;
	position: relative;
}
.pageTitle .pageImg {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pageTitle .pageImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 20%;
}
.pageTitle .en {
	margin-bottom: 4.2rem;
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-size: 2rem;
	font-weight: 500;
}
.pageTitle .title {
	margin-bottom: 1.7rem;
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-size: 5.6rem;
	font-weight: 300;
	line-height: 1.18;
}
.pageTitle .subBox {
	margin-bottom: 3.4rem;
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
}
.pageTitle .text {
	margin-bottom: 0.7rem;
}
.pageTitle .text:last-child {
	margin-bottom: 0;
}
.pageTitle .bigText {
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1.8;
	font-family: 'Noto Serif JP', serif;
}
.pageTitle .bigText .bgText {
	padding: 0.4rem 1.1rem;
	background: -webkit-linear-gradient(#FFF,#FFF) repeat-x center center / 100% 100%;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 5.5rem;
		padding: 31.3rem 0 0;
		min-height: inherit;
	}
	.pageTitle .pageImg {
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.pageTitle .pageImg img {
		width: 100%;
		height: 46.7rem;
		/* aspect-ratio: 375 / 467; */
		object-fit: cover;
		object-position: center 10%;
	}
	.pageTitle .en {
		margin-bottom: 1.7rem;
		font-size: 1.6rem;
	}
	.pageTitle .title {
		margin-bottom: 4.9rem;
		font-size: 4rem;
		line-height: 1.16;
	}
	.pageTitle .subBox {
		margin-bottom: 5rem;
		color: #35394D;
	}
	.pageTitle .text {
		margin-bottom: 0.6rem;
		line-height: 1.45;
	}
	.pageTitle .bigText {
		margin-bottom: 2.8rem;
		font-size: 2.4rem;
		line-height: 2.15;
	}
	.pageTitle .bigText .bgText {
		padding: 0.5rem 1.1rem;
	}
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
    opacity: 0;
	transform: translate(0,30px);
	-webkit-transition: all ease-in-out 0.8s;
    transition: all ease-in-out 0.8s;
}
.fadeInUp.on {
    opacity: 1;
	transform: translate(0, 0);
}