@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;}
/*------------------------------------------------------------
	hanken
------------------------------------------------------------*/
.hanken {
	font-weight: 400;
	font-family: "Hanken Grotesk", sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 112rem;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.content {
		max-width: inherit !important;
		margin: 0 3rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	width: 18.5rem;
}
.comBtn a {
	padding: 1.5rem 1rem;
	min-height: 5.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #202020;
	color: #FFF;
	font-weight: 700;
	text-align: right;
	border-radius: 1rem;
	box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.05);
}
.comBtn.style01 {
	margin: 0 auto;
	width: 25.3rem;
}
.comBtn.style01 a {
	color: #202020;
	background: #FFF;
	justify-content: center;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		color: #FFF;
		background: #0066A0;
	}
}
@media all and (max-width: 896px) {
	.comBtn {
		width: 10rem;
	}
	.comBtn a {
		min-height: 3.1rem;
		justify-content: center;
		text-align: center;
		border-radius: 0.5rem;
		font-size: 1rem;	
	}
	.comBtn.style01 a {
		min-height: 5.6rem;
		border-radius: 1rem;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.7;
}
.headLine01 .en {
	margin-bottom: 0.7rem;
	display: block;
	font-size: 5rem;
	font-weight: 400;
	font-family: "Hanken Grotesk", sans-serif;
}
.headLine01 .jp {
	padding-left: 6.1rem;
	position: relative;
	letter-spacing: 0.2rem;
}
.headLine01 .jp::before {
	margin-top: -1px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 5.5rem;
	height: 1px;
	background: #202020;
	content: '';
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin: 0 0 2.5rem;
		font-size: 1.6rem;
	}
	.headLine01 .en {
		margin-bottom: 0.8rem;
		font-size: 3.6rem;
	}
	.headLine01 .jp {
		padding-left: 2rem;
		letter-spacing: 0.16rem;
	}
	.headLine01 .jp::before {
		margin: 0;
		width: 1.7rem;
		top: 1.2rem;
		transform: none;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 2.8rem;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.7;
	text-align: center;
}
.headLine02.white {
	color: #FFF;
}
.headLine02 .en {
	margin-bottom: 0.7rem;
	display: block;
	font-size: 5rem;
	font-weight: 400;
	font-family: "Hanken Grotesk", sans-serif;
}
.headLine02 .jp {
	letter-spacing: 0.2rem;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2rem;
		font-size: 1.6rem;
	}
	.headLine02 .en {
		margin-bottom: 0.8rem;
		font-size: 4rem;
	}
	.headLine02 .jp {
		letter-spacing: 0.16rem;
	}
}
/*------------------------------------------------------------
	comInner
------------------------------------------------------------*/
.comInner .headLine01 {
	width: 55rem;
	margin-bottom:4rem;
}
.comInner .textBox {
	margin-top: 2.5rem;
	width: calc(100% - 30.9rem);
}
.comInner .textBox .subBox:not(:last-child) {
	margin-bottom: 8rem;
}
.comInner .textBox .hTitle {
	margin-bottom: 0.9rem;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.3rem;
}
.comInner .textBox p {
	line-height: 1.7;
	letter-spacing: 0.16rem;
}
@media all and (max-width: 896px) {
	.comInner {
		display: block;
	}
	.comInner .headLine01 {
		width: auto;
	}
	.comInner .textBox {
		margin-top: 0;
		width: auto;
	}
	.comInner .textBox .subBox:not(:last-child) {
		margin-bottom: 4rem;
	}
	.comInner .textBox .hTitle {
		margin-bottom: 1.5rem;
		font-size: 2.8rem;
		letter-spacing: 0.28rem;
	}
	.comInner .textBox p {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	comTitle
------------------------------------------------------------*/
.comTitle {
	margin-bottom: 3.9rem;
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1.7;
	text-align: center;
	letter-spacing: 0.3rem;
}
.comTitle .bgText {
	padding-bottom: 0.1rem;
	background: -webkit-linear-gradient(#99C2D9,#99C2D9) repeat-x center bottom / 100% 46%;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
@media all and (max-width: 896px) {
	.comTitle {
		margin-top: 1rem;																																					
		margin-bottom: 3.1rem;
		font-size: 2rem;
		letter-spacing: 0.26rem;
	}
	.comTitle .bgText {
		padding-bottom: 0.4rem;
		background: -webkit-linear-gradient(#99C2D9,#99C2D9) repeat-x center bottom / 100% 55%;
	}
}