@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 920px;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 15px;
		width: auto;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 20px;
	text-align: center;
}
.headLine01 .jp {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
.headLine01 .en {
	padding: 0 40px;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	background: url("../../img/common/icon01.png") no-repeat left center, url("../../img/common/icon02.png") no-repeat right center;
	background-size: 19px auto;
    font-family: 'Jost', sans-serif;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 10px;
	}
	.headLine01 .jp {
		font-size: 1.2rem;
	}
	.headLine01 .en {
		padding: 0 20px;
		font-size: 3.6rem;
		background-size: 12px auto;
	}
}