@charset "utf-8";

.catch{margin-bottom:85px;}
.catchcopy{
	position:relative;
	padding-bottom:50px;
	border-bottom:1px solid #888;
	text-align:center;
}
.catchcopy::after{
	content:'';
	position:absolute;
	z-index:-1;
	bottom:-175px;
	left:100%;
	width:520px;
	height:520px;
	background:url(/recruit/img/common/bg_gradation_red.png) no-repeat center/cover;
}
.catchcopy h2{
	margin:0 0 35px;
	background:none;
	line-height:5.8rem;
}
.content_area{position:relative;}
.content_area::before, .content_area::after{
	content:'';
	position:absolute;
	z-index:-1;
	width:520px;
	height:520px;
	background:no-repeat center/cover;
}
.content_area::before{
	top:0;
	bottom:160px;
	right:calc(100% - 30px);
	margin:auto;
	background-image:url(/recruit/img/common/bg_gradation_blue.png);
}
.content_area::after{
	bottom:165px;
	left:calc(100% - 30px);
	background-image:url(/recruit/img/common/bg_gradation_green.png);
}
.content_area h3{
	padding-left:40px;
	margin:70px 0 35px;
	font-size:2.8rem;
	letter-spacing:2.8px;
	line-height:4rem;
}
.content_area h3::before{
	top:20px;
	bottom:auto;
	width:25px;
	height:1px;
}


@media screen and (max-width:1060px){

.content_area::before, .content_area::after, .catchcopy::after{display:none;}

}


@media screen and (min-width:768px) and (max-width:1024px){

.catch{margin-bottom:65px;}
.catchcopy{margin-bottom:30px;}
.catchcopy h2{
	margin-bottom:25px;
	line-height:4.2rem;
}
.content_area h3{
	padding-left:30px;
	margin:60px 0 30px;
	font-size:2.4rem;
	letter-spacing:2.4px;
	line-height:3.5rem;
}
.content_area h3::before{
	top:18px;
	width:20px;
}

}


@media screen and (max-width:767px){

.catch{margin-bottom:45px;}
.catchcopy{margin-bottom:15px;}
.catchcopy h2{
	margin-bottom:15px;
	font-size:1.8rem;
	letter-spacing:1.62px;
	line-height:3.2rem;
}
.content_area h3{
	padding-left:25px;
	margin:40px 0 20px;
	font-size:1.9rem;
	letter-spacing:1.9px;
	line-height:3rem;
}
.content_area h3::before{
	top:16px;
	width:15px;
}

}


@media screen and (max-width:374px){

.catchcopy h2{
	font-size:1.7rem;
	letter-spacing:1.7px;
}

}