@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* 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
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
    transition: all 2s cubic-bezier(0.18, 1.01, 0.29, 1.04);
}
.fadeInUp.on {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 96rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		width: auto !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 6.8rem;
	padding: 4rem 0 4.3rem;
	position: relative;
}
.headLine01 .en {
	margin-left: -0.2rem;
	position: absolute;
	top: 0;
	left: 50%;
	width: 40.6rem;
	transform: translateX(-50%);
}
.headLine01 .txt {
	padding-left: 0.9rem;
	display: block;
	position: relative;
	z-index: 5;
	font-size: 5rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.16em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 4rem;
		padding: 2rem 0 2.3rem;
		position: relative;
	}
	.headLine01 .en {
		margin-left: 0;
		width: 20.3rem;
	}
	.headLine01 .txt {
		padding-left: 0;
		font-size: 2.5rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 2.5rem;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.headLine02 .sub {
	position: relative;
	z-index: 1;
	display: inline-block;
}
.headLine02 .sub::before {
	position: absolute;
	bottom: 0.7rem;
	left: 0;
	right: 1rem;
	height: 0.6rem;
	background-color: #FFD900;
	content: '';
	z-index: -1;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2rem;
		font-size: 2rem;
		letter-spacing: 0;
	}
	.headLine02 .sub {
		display: inline;
		background: -webkit-linear-gradient(#FFD900,#FFD900) repeat-x center bottom 0.4rem / 100% 10%;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
	}
	.headLine02 .sub::before {
		display: none;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 3.2rem;
	position: relative;
	font-size: 3.5rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.08em;
	line-height: 1.2;
	z-index: 1;
}
.headLine03::before {
	position: absolute;
	top: 4.5rem;
	left: 50%;
	width: 8.6rem;
	height: 16.1rem;
	transform: translateX(-50%);
	background: url(../img/common/bg01.png) no-repeat left top / 100%;
	content: '';
	z-index: -1;
}
.headLine03 .num {
	margin-bottom: 1.5rem;
	display: block;
	font-size: 10rem;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
	text-align: center;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 2.5rem;
		font-size: 2rem;
	}
	.headLine03::before {
		top: 2.5rem;
		width: 4.3rem;
		height: 8rem;
	}
	.headLine03 .num {
		margin-bottom: 1rem;
		font-size: 5rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	margin: 0 auto;
	width: 66.5rem;
}
.comLink a {
	padding: 2.9rem 4rem 3.2rem;
	display: block;
	border: 1px solid #000;
	border-radius: 7rem;
	background: #FFF url(../img/common/icon01.png) no-repeat right 1.8rem center / 1.7rem;
}
.comLink a:hover {
	opacity: 0.7;
}
.comLink a .logo {
	margin: 0 auto 0.8rem;
	width: 14.6rem;
	display: block;
}
.comLink a .txt {
	display: block;
	font-size: 3rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.02em;
}
@media all and (max-width: 896px) {
	.comLink {
		margin: 0 auto ;
		width: auto !important;
		max-width: 33.5rem;
	}
	.comLink a {
		padding: 1.5rem 3rem !important;
		background: #FFF url(../img/common/icon01.png) no-repeat right 1.2rem center / 1.7rem;
	}
	.comLink a .logo {
		margin: 0 auto 0.4rem !important;
		width: 9.7rem;
	}
	.comLink a .txt {
		font-size: 1.5rem !important;
	}
}
/*------------------------------------------------------------
	comTextList
------------------------------------------------------------*/
.comTextList {
	margin: -2rem 0 3.4rem;
}
.comTextList li:not(:last-child) {
	margin-bottom: 4.1rem;
}
.comTextList li .ttl {
	margin-bottom: 0.2rem;
	font-size: 2.2rem;
	font-weight: 700;
}
.comTextList li .ttl .col01 {
	color: #FFD900;
}
.comTextList li .txt {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.1;
}
.comTextList li .fBold {
	font-weight: 700;
}
@media all and (max-width: 896px) {
	.comTextList {
		margin: 0 0 3rem !important;
	}
	.comTextList li:not(:last-child) {
		margin-bottom: 2rem !important;
	}
	.comTextList li .ttl {
		margin-bottom: 0.2rem !important;
		font-size: 1.6rem;
	}
	.comTextList li .txt {
		font-size: 1.4rem;
	}
}