@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-YH */
/* 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 */
.montserrat {
	font-family: "Montserrat", sans-serif;
}
.mPlus {
	font-family: "M PLUS 1", sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 108rem;
	max-width: 95%;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		width: auto !important;
		max-width: initial;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 5rem;
	text-align: center;
	color: #004D7D;
	font-size: 6.4rem;
	font-weight: 800;
	font-style: italic;
	line-height: 1;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2.4rem;
		font-size: 4rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 3.5rem;
	font-weight: 700;
	font-size: 2.8rem;
}
.headLine02 .en {
	margin-right: 3.1rem;
	display: inline-block;
	vertical-align: top;
	font-size: 4rem;
	color: #004D7D;
	line-height: 1.1;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2.4rem;
		font-size: 1.6rem;
	}
	.headLine02 .en {
		margin: 0.2rem 2rem 0 0;
		font-size: 2rem;
	}
}