@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LYX */
/* 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 {
	padding: 0 2rem;
	margin: 0 auto;
	max-width: 133rem;
}
@media all and (max-width: 896px) {
	.content {
		max-width: 100%;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	position: relative;
	text-align: center;
	min-height: 18rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 4.2rem;
	letter-spacing: 0.075em;
	line-height: 1.23;
	color: #fff;
	background: url(../img/index/qualification_h_bg.png) no-repeat right top / cover;
}
@media all and (max-width: 896px) {
	.headLine01 {
		padding: 2.5rem 0.5rem;
		min-height: 10rem;
		font-size: 2.6rem;
		line-height: 1.38;
		background-image: url(../img/index/qualification_h_bg_sp.png);
	}
}
/*------------------------------------------------------------
	comLineBox
------------------------------------------------------------*/
.comLineBox {
	padding: 5.5rem 0 10.5rem;
	position: relative;
	border-top: 0.6rem solid #F6B700;
	border-bottom: 0.6rem solid #1769B1;
}
.comLineBox::before {
	position: absolute;
	bottom: -0.6rem;
	left: 0;
	width: 0.6rem;
	height: calc(100% + 0.6rem);
	content: "";
	z-index: 4;
	background-color: #30B0B9;
}
.comLineBox::after {
	position: absolute;
	top: -0.6rem;
	right: 0;
	width: 0.6rem;
	height: calc(100% + 0.6rem);
	content: "";
	z-index: 1;
	background-color: #DF4F61;
}
@media all and (max-width: 896px) {
	.comLineBox {
		padding: 4rem 0 5.5rem;
		border-top: 0.3rem solid #F6B700;
		border-bottom: 0.3rem solid #1769B1;
	}
	.comLineBox::before {
		top: -0.3rem;
		bottom: auto;
		width: 0.3rem;
		height: calc(100% + 0.3rem);
	}
	.comLineBox::after {
		top: auto;
		bottom: -0.3rem;
		width: 0.3rem;
		height: calc(100% + 0.3rem);
	}
}
/*------------------------------------------------------------
	comLineBox
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	comLineBox
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}