@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 {
	width: 1200px;
	padding: 0 10px;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.content {
		width: auto;
		padding: 0 20px;
	}
}
/*------------------------------------------------------------
	.comBtn
------------------------------------------------------------*/
.comBtn a {
	display: flex;
	width: 280px;
	height: 58px;
	border-radius: 29px;
	background: linear-gradient(to right, #ff564e 0%, #e62a22 100%);
	color: #fff;
	justify-content: center;
	align-items: center;
	font-weight: 700;
}
.comBtn a img {
	margin-right: 4px;
}
.comBtn.special a {
	background: linear-gradient(to right, #11669b 0%, #0f0e86 100%);
}
.comBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn a {
		font-size: 1.4rem;
		height: 44px;
	}
}
/*------------------------------------------------------------
	.headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-left: 165px;
	margin-top: 33px;
	position: relative;
	z-index: 10;
	font-family: 'Murecho', sans-serif;
}
.headLine01 .en {
	margin-bottom: 16px;
	font-size: 2rem;
	color: #0e0f8d;
	display: block;
	font-weight: 700;
}
.headLine01 .jp {
	font-size: 4.6rem;
	line-height: 1.413;
	display: block;
}
.headLine01 img {
	position: absolute;
	left: -340px;
	top: -164px;
	z-index: -1;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-top: 0;
		margin-left: 0;
	}
	.headLine01 .en02 {
		margin-left: 78px;
		font-size: 1.1rem;
		color: #0E0F8D;
		display: block;
		font-family: 'Roboto', sans-serif;
	}
	.headLine01 .en {
		margin-bottom: 23px;
		margin-top: -1px;
		margin-left: 78px;
		font-size: 1.5rem;
	}
	.headLine01 .jp {
		font-size: 2.8rem;
		font-weight: 500;
		line-height: 1.42;
	}
	.headLine01 img {
		left: -51px;
		top: -65px;
	}
}
@media all and (max-width: 374px) {
	.headLine01 .jp {
		font-size: 2.2rem;
	}
}
/*------------------------------------------------------------
	.red 
------------------------------------------------------------*/
.red {
	color: #E62B23;
}
/*------------------------------------------------------------
	.blue
------------------------------------------------------------*/
.blue {
	color: #0F0E86
}
/*------------------------------------------------------------
	.orang
------------------------------------------------------------*/
.orange {
	color: #F58C39;
	font-weight: 700;
}
/*------------------------------------------------------------
	.size
------------------------------------------------------------*/
.size {
	font-size: 3.8rem;
}
@media all and (max-width: 896px) {
	.size {
		font-size: 2.3rem;
	}
}
/*------------------------------------------------------------
	.size02
------------------------------------------------------------*/
.size02 {
	font-size: 1.3rem;
	line-height: 1.461;
	display: block;
}
@media all and (max-width: 896px) {
	.size02 {
		font-size: 1.0rem;
	}
}
/*------------------------------------------------------------
	.size03
------------------------------------------------------------*/
.size03 {
	font-size: 6.4rem;
	font-family: 'Roboto', sans-serif;
	line-height: 0.9;
}
@media all and (max-width: 896px) {
	.size03 {
		font-size: 3.9rem;
	}
}
/*------------------------------------------------------------
	.textB
------------------------------------------------------------*/
.textB {
	text-align: center;
}
.textB a {
	margin-top: 18px;
	font-size: 1.4rem;
	color: #0F0E86;
	text-decoration: underline;
	display: inline-block;
	font-weight: 700;
}
@media all and (min-width: 897px) {
	.textB a:hover {
		text-decoration: none;
	}
}
/*------------------------------------------------------------
	.headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 87px;
	position: relative;
}
.headLine02 .en {
	margin-bottom: 5px;
	font-size: 2.4rem;
	text-align: center;
	color: #0e0f8d;
	font-family: 'Roboto', sans-serif;
	display: block;
}
.headLine02 .jp {
	font-size: 4.6rem;
	text-align: center;
	font-family: 'Murecho', sans-serif;
	display: block;
	font-weight: 500;
}
.headLine02::after {
	position: absolute;
	width: 40px;
	height: 4px;
	background: #323232;
	border-radius: 2px;
	left: 50%;
	top: 138px;
	transform: translateX(-50%);
	content: "";
}
/*------------------------------------------------------------
	.headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 44px;
	text-align: center;
	position: relative;
	padding-bottom: 40px;
}
.headLine03 .en {
	margin-bottom: 17px;
	color: #0E0F8D;
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
}
.headLine03 .jp {
	font-size: 4.6rem;
	font-weight: 500;
	line-height: 1;
	font-family: 'Murecho', sans-serif;
}
.headLine03::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	border-radius: 20px;
	background-color: #323232;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 24px;
		padding-bottom: 27px;
	}
	.headLine03 .en {
		margin-bottom: 8px;
		font-size: 1.7rem;
	}
	.headLine03 .jp {
		font-size: 2.8rem;
	}
	.headLine03::after {
		width: 25px;
	}
}