@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;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 1200px;
}
.headLine01 {
	margin-bottom: 61px;
	font-size: 1.8rem;
	color: #fff;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-align: center;
}
.headLine01 span {
	display: block;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 8rem;
	color: #fff;
	letter-spacing: 0.04em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 30px;
	}
	.headLine01 span {
		font-size: 4rem;
	}
}
.headLine02 {
    margin-bottom: 28px;
	position: relative;
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: 0.04em;
    line-height: 1.3;
    text-align: left;
}
.headLine02::after {
    width: 2px;
    height: 150px;
    content: "";
    display: block;
    position: absolute;
    left: -27px;
    top: -40px;
    background-color: #fff;
}
.headLine02 span {
	display: block;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 4.8rem;
	color: #fff;
	letter-spacing: 0.04em;
}