@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-JYJ */
/* 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;
	width: 120rem;
}
.content.content02 {
	width: 121.7rem;
}
.comBtn a {
	padding: 0 6rem;
	width: fit-content;
	min-width: 30rem;
	height: 7.5rem;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 500;
	font-size: 2.844rem;
	letter-spacing: 0.05em;
	border-radius: 8rem;
	background: #F46CEA url(../navi-img/arrow_icon01.png) no-repeat right 3.7rem center / 1.3rem;
}
@media all and (min-width: 1025px) {
	.comBtn a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		width: auto !important;
	}
	.comBtn a {
		padding: 0 4.4rem;
		min-width: 22.3rem;
		height: 5.6rem;
		font-size: 2.115rem;
		background-size: 0.9rem;
		background-position: right 3rem center;
	}
}
.lightTxt {
	background: linear-gradient(to top,#FFF7A0 1rem ,transparent 0%);
}
.strongTxt {
	color: #CC0000;
	font-weight: 700;
}
.comTitleBox {
	margin-bottom: 10.2rem;
}
.comTitleBox p {
	margin-top: 0.9rem;
	color: #646464;
	font-weight: 700;
	line-height: 1.545;
	font-size: 2.2rem;
	letter-spacing: -0.05em;
}
@media all and (max-width: 896px) {
	.comTitleBox {
		margin-bottom: 4.4rem;
	}
	.comTitleBox p {
		font-size: 1.4rem;
		line-height: 1.535;
	}
}
/* headLine */
.headLine01 {
	color: #386BBF;
	 line-height: 1.2;
	 font-size: 4.4rem;
	 font-weight: 900;
	 letter-spacing: -0.05em;
}
.headLine02 {
	padding-bottom: 2.4rem;
	display: flex;
	align-items: flex-end;
	gap: 0.5rem;
	border-bottom: 1px solid #acacac;
}
.headLine02 .en {
	font-size: 9rem;
	color: #D9D9D9;
	font-weight: 700;
	line-height: 1;
	display: block;
}
.headLine02 .jp {
	font-size: 2.2rem;
	line-height: 1.5;
	display: block;
}
.headLine02 .ico {
	width: 7.2rem;
	display: block;
}
.headLine02 .ico02 {
	width: 9.4rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 2.7rem;
	}
	.headLine02 {
		padding-bottom: 1.6rem;
		gap: 0.2rem;
	}
	.headLine02 .ico {
		margin-left: -0.2rem;
		width: 2.7rem;
	}
	.headLine02 .en {
		font-size: 3.5rem;
		letter-spacing: -0.04em;
	}
	.headLine02 .jp {
		margin-right: -1.5rem;
		font-size: 1.2rem;
		letter-spacing: -0.04em;
	}
	.headLine02 .ico02 {
		width: 3.5rem;
	}
}
/* fixedBtn */
.fixedBtn {
	width: 22.5rem;
	position: absolute;
	right: -4.3rem;
	top: 2.3rem;
	z-index: 999;
}
.fixedBtn a {
	display: block;
}
@media all and (min-width: 1025px) {
	.fixedBtn a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	.fixedBtn {
		width: 17rem;
		right: -4.3rem;
		top: 3rem;
	}
}