@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-JYJ */
/* 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;}
.mincho {
	font-family:  "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.num {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal !important;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 2rem;
	width: 100%;
	max-width: 100rem;
}
.content.sml {
	max-width: 73.3rem;
}
@media all and (max-width: 896px) {
	.content {
		max-width: inherit !important;
	}
}
.headLine01 {
	margin-bottom: 6.5rem;
	font-size: 3.7rem;
	letter-spacing: 0.02em;
	font-feature-settings: "palt";
	font-family:  "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	position: relative;
}
.headLine01 .en {
	color: #E8EAED;
	font-size: 9rem;
	line-height: 0.7;
	letter-spacing: 0.02em;
	position: absolute;
	left: -13.5rem;
	top: -3rem;
}
.headLine01 .jp {
	position: relative;
}
.headLine02 {
	margin-bottom: 2.5rem;
	font-size: 2.5rem;
	line-height: 1.685;
	letter-spacing: 0.02em;
	font-feature-settings: "palt";
	display: flex;
	align-items: flex-start;
	font-family:  "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: #172C52;
}
.headLine02 span {
	display: block;
}
.headLine02 .num {
	font-size: 5rem;
	line-height: 0.5;
}
.headLine02 .txt {
	margin: -0.3rem 0 0 0.4rem;
	flex: 1;
}
.headLine03 {
	position: relative;
	font-size: 6.701rem;
	line-height: 0.95;
	letter-spacing: 0.02em;
	font-family:  "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.headLine03 span {
	display: block;
}
.headLine03 .en {
	color: #F0F4FA;
}
.headLine03 .en small {
	font-size: 5rem;
}
.headLine03 .jp {
	z-index: 1;
	position: absolute;
	left: 2.4rem;
	bottom: 1rem;
	font-size: 3.5rem;
	letter-spacing: 0.02em;
	font-feature-settings: "palt";
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 2.3rem;
	}
	.headLine01 .en {
		left: -1.5rem;
		font-size: 5rem;
		top: -0.9rem;
	}
	.headLine02 {
		font-size: 1.9rem;
		line-height: 1.45;
	}
	.headLine02 .num {
		font-size: 4rem;
	}
	.headLine03 {
		font-size: 5rem;
	}
	.headLine03 .en small {
		font-size: 3rem;
	}
	.headLine03 .jp {
		font-size: 2.3rem;
		left: 1rem;
		bottom: 0.5rem;
	}
}