@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;}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.mincho {
	font-family: "Shippori Mincho", serif;
}
.borel {
	font-family: "Borel", cursive;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 92.4rem;
	position: relative;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0;
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 3.1rem;
	text-align: center;
}
.headLine01 .en {
	margin: 0 auto -1.2rem;
	padding: 2rem 16.2rem 0;
	width: fit-content;
	display: block;
	font-size: 5rem;
	font-weight: 400;
	font-family: "Borel", cursive;
	line-height: 1.2;
	background: url(../img/common/icon02.png) no-repeat left top / 11.2rem,url(../img/common/icon02.png) no-repeat right top / 11.2rem;
}
.headLine01 .jp {
	font-size: 2.4rem;
	font-weight: 400;
	font-family: "Shippori Mincho", serif;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2.8rem;
	}
	.headLine01 .en {
		margin: 0 auto -1.4rem;
		padding: 0.8rem 11.5rem 0;
		font-size: 4.3rem;
		background: url(../img/common/icon02_sp.png) no-repeat left top / 7.4rem,url(../img/common/icon02_sp.png) no-repeat right top / 7.4rem;
	}
	.headLine01 .jp {
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	comText
------------------------------------------------------------*/
.comText {
	line-height: 2.19;
}
@media all and (max-width: 896px) {
}