@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;}
.en { font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 500; }
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 1020px;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 15px;
		width: auto;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 99px;
	padding-bottom: 25px;
	color: #FFF;
	font-size: 1.8rem;
	text-align: center;
	background: url("../../img/common/h2_icon.png") no-repeat center bottom;
}
.headLine01 .en {
	margin-bottom: 2px;
	display: block;
	font-size: 6rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 50px;
		padding-bottom: 15px;
		font-size: 1.6rem;
		background-size: 80px 2px;
	}
	.headLine01 .en {
		margin-bottom: 0;
		display: block;
		font-size: 3.2rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 27px;
	position: relative;
	color: #FFF;
	font-size: 1.6rem;
	line-height: 1.4;
}
.headLine02::before {
	width: 5px;
	height: 100%;
	position: absolute;
	left: -39px;
	top: 0;
	background: #fc7201;
	content: '';
}

.color-bl .headLine02::before {
	width: 5px;
	height: 100%;
	position: absolute;
	left: -39px;
	top: 0;
	background: #0096e0;
	content: '';
}

.headLine02 .txt {
	margin-top: 14px;
	display: block;
	color: #fc7201;
	font-size: 3rem;
	line-height: 1.1;
}
.headLine02 .txt.sm {
	font-size: 2.5rem;
}

.color-bl .headLine02 .txt {
	margin-top: 14px;
	display: block;
	color: #0096e0;
	font-size: 3rem;
	line-height: 1.1;
}

@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 20px;
		font-size: 1.3rem;
	}
	.headLine02::before {
		width: 3px;
		left: -15px;
	}
	.headLine02 .txt {
		margin-top: 5px;
		font-size: 2rem;
	}
}