@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-PSP */
/* 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 {
	max-width: 157rem;
	margin: 0 auto;
	padding: 0 2rem;
	position: relative;
	z-index: 1;
}
@media all and (max-width: 896px) {
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	position: relative;
	z-index: 1;
	margin-bottom: -3.5rem;
	font-size: 23rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #006837;
	font-weight: 900;
}
.headLine01 span::first-letter {
	color: #fff;
}
.headLine01.right {
	text-align: right;
}
.headLine01 span {
	display: inline-block;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: -1rem;
		font-size: 5.9rem;
		text-align: center;
		letter-spacing: 0.03em;
	}
	.headLine01.right {
		text-align: center;
	}
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}

