/* ===========================================
 * recruit use css
=========================================== */
/* main */
#recruit_header{
	width: 100%;
	line-height: 0;
}
#recruit_header video{
	width: 100%;
}
#recruit_header img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
#recruit_main{
	padding: 60px 0;
}
#recruit_main h2{
	text-align: center;
	color: #004ea2;
	font-size: 20px;
}
#recruit_main h2 span{
	font-size: 14px;
	color: #000;
	font-weight: 700;
}
#recruit_main .content:first-of-type{
	width: 1220px;
}
#recruit_mainInner{
	background: #fff;
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	margin-top: 55px;
}
#recruit_mainInner .box{
	width: 290px;
	padding: 0 60px;
}
#recruit_mainInner .box:nth-of-type(2){
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}
#recruit_mainInner .box h3{
	font-size: 28px;
	color: #004ea2;
	text-align: center;
}
#recruit_mainInner .box p{
	margin-top: 10px;
	font-size: 14px;
	text-align: justify;
}
#recruit_mainLink{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
#recruit_mainLink .box{
	width: 540px;
	height: 360px;
	position: relative;
}
#recruit_mainLink .box .img{
	position: relative;
	z-index: 0;
}
#recruit_mainLink .box .img img{
	width: 540px;
	height: 360px;
	object-fit: cover;
	filter:drop-shadow(2px 2px 3px rgba(0, 0, 0, .25));
}
#recruit_mainLink .box .text{
	width: 480px;
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: end;
}
#recruit_mainLink .box .text p{
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: .4em;
	line-height: normal;
}
#recruit_mainLink .box .text p span{
	display: block;
	font-size: 11px;
	letter-spacing: normal;
}
#recruit_mainBtn{
	margin-top: 60px;
	text-align: center;
}
#recruit_mainBtn p{
	font-size: 14px;
}
#recruit_mainBtn .btn{
	width: 460px;
	height: 80px;
	border-radius: 4px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
	background: #004EA2;
	background: linear-gradient(-47deg,rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
	text-align: center;
	margin: 10px auto 0;
}
#recruit_mainBtn .btn a{
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 80px;
}
#recruit_mainBtn .btn a i{
	padding-right: 10px;
}

/*career*/
#recruit_career_link{
	padding: 50px 0;
}
#recruit_career_linkInner{
	display: flex;
	background: #fff;
}
#recruit_career_linkInner .box{
	position: relative;
	width: 364px;
	height: 361px;
	margin: 2px;
}
#recruit_career_linkInner .box:nth-of-type(2){
	margin: 2px 0;
}
#recruit_career_linkInner .box a{
	display: block;
}
#recruit_career_linkInner .box a img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#recruit_career_linkInner .box a p{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	margin: 20px;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: normal;
	display: flex;
    justify-content: space-between;
    width: 324px;
	align-items: center;
}
#recruit_career_linkInner .box a p span{
	font-size: 18px;
	font-weight: 700;
}
#recruit_career_linkInner .box a p i{
	font-size: 20px;
}
#recruit_career_linkInner .box a .tab{
	position: absolute;
	top:0;
	right: 35px;
	z-index: 1;
}
#recruit_career_sales{
	padding-bottom: 60px;
	border-top: 1px dashed #d3d3d3;
}
#recruit_career_maintenance{
	padding-bottom: 60px;
	border-top: 1px dashed #d3d3d3;
}
#recruit_career_frontdesk{
	padding-bottom: 60px;
	border-top: 1px dashed #d3d3d3;
}
.recruit_career_sv{
	width: 100%;
	position: relative;
}
.recruit_career_sv img{
	position: relative;
	z-index: 0;
	width: 100%;
	box-sizing: border-box;
}
.recruit_career_sv .recruit_career_svDesc{
	position: absolute;
	background: #fff;
	padding: 10px 38px;
	top:50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.recruit_career_sv .recruit_career_svDesc h2{
	text-align: center;
	color: #004ea2;
	font-size: 26px;
	line-height: normal;
}
.recruit_career_sv .recruit_career_svDesc h2 i{
	font-size: 20px;
	font-style: normal;
}
.recruit_career_sv .recruit_career_svDesc h2 span{
	display: block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: normal;
}
.recruit_career_person{
	margin: 40px 0 0;
}
.recruit_career_person .tab{
	width: 171px;
	height: 48px;
}
.recruit_career_person .tab img{
	width: 171px;
	height: 48px;
	object-fit: cover;
}
.recruit_career_person .box{
	padding: 30px 40px;
	background: #fff;
	border: 1px solid #a2a2a2;
	box-sizing: border-box;
}
.recruit_career_inexperienced{
	margin: 40px 0;
}
.recruit_career_inexperienced .tab{
	width: 341px;
	height: 48px;
}
.recruit_career_inexperienced .tab img{
	width: 341px;
	height: 48px;
	object-fit: cover;
}
.recruit_career_inexperienced .box{
	padding: 30px 40px;
	background: #fff;
	border: 1px solid #a2a2a2;
	box-sizing: border-box;
}
.recruit_career_youtube{
	text-align: center;
	margin-top: 40px;
}
.recruit_career_requirements{
	background: #004ea2;
	padding: 60px 0;
}
.recruit_career_requirements h3{
	text-align: center;
	color: #fff;
	font-size: 26px;
	letter-spacing: .4em;
}
.recruit_career_requirementsInner{
	margin-top: 40px;
}
.recruit_career_requirementsInner .box{
	background: #fff;
	border-radius: 4px;
	border: 1px solid #a2a2a2;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.recruit_career_requirementsInner .box .title{
}
.recruit_career_requirementsInner .box .title h4{
	font-size: 18px;
	color: #004ea2;
	border-bottom: 1px solid #ccc;
}
.recruit_career_requirementsInner .box .text{
	display: flex;
	justify-content: space-between;
	padding: 10px;
}
.recruit_career_requirementsInner .box .text table{
	border-collapse: collapse;
}
.recruit_career_requirementsInner .box .text table th{
	position: relative;
	text-align: left;
	font-size: 14px;
	padding: 3px 0 3px 30px;
}
.recruit_career_requirementsInner .box .text table tr th::before{
	position: absolute;
	left: 0;
}
.recruit_career_requirementsInner .box .text table tr:nth-of-type(1) th::before{
	content: url('../img/recruit/icon01.jpg');
	top: 5px;
}
.recruit_career_requirementsInner .box .text table tr:nth-of-type(2) th::before{
	content: url('../img/recruit/icon02.jpg');
}
.recruit_career_requirementsInner .box .text table tr:nth-of-type(3) th::before{
	content: url('../img/recruit/icon03.jpg');
	top: 4px;
}
.recruit_career_requirementsInner .box .text table td{
	font-size: 14px;
	padding: 3px 30px 3px 0;
}
.recruit_career_requirementsInner .box .text .btn{
	width: 220px;
	height: 52px;
	border-radius: 4px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
	background: #004EA2;
	background: linear-gradient(-47deg,rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
	text-align: center;
}
.recruit_career_requirementsInner .box .text .btn a{
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 52px;
}
.recruit_career_requirementsInner .box .text .btn a i{
	padding-left: 20px;
}

#recruit_career_contact{
	padding: 80px 0 100px;
}
#recruit_career_contactBtn{
	text-align: center;
}
#recruit_career_contactBtn p{
	font-size: 14px;
}
#recruit_career_contactBtn .btn{
	width: 460px;
	height: 80px;
	border-radius: 4px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
	background: #004EA2;
	background: linear-gradient(-47deg,rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
	text-align: center;
	margin: 10px auto 0;
}
#recruit_career_contactBtn .btn a{
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 80px;
}
#recruit_career_contactBtn .btn a i{
	padding-right: 10px;
}
#recruit_form{
	padding: 60px 0;
}

#recruit_entry_col1{
	padding: 60px 0;
}
#recruit_entry_col1Inner{}
#recruit_entry_col1Inner .block{
	display: flex;
	justify-content: space-between;
}
#recruit_entry_col1Inner .block .box{
	width: 540px;
}
#recruit_entry_col1Inner .block .box h3{
	font-size: 28px;
    color: #004ea2;
    margin-bottom: 20px;
}
#recruit_entry_col1Inner .block .box h4{
	font-size: 22px;
    color: #004ea2;
}
#recruit_entry_col1Inner .block .box p{
	line-height: 1.6em;
}
#recruit_entry_col1Inner .block .box img{
	width: 540px;
	object-fit: cover;
}

#recruit_entry_col2{
	padding: 60px 0;
}
#recruit_entry_col2Inner{}
#recruit_entry_col2Inner .block{
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
#recruit_entry_col2Inner .block h4{
	font-size: 22px;
    color: #004ea2;
    margin-bottom: 20px;
	border-bottom: 2px solid #004ea2;
}
#recruit_entry_col3{
	padding: 60px 0;
	background: #004ea2;
}
#recruit_entry_col3Inner{
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
}
#recruit_entry_col3Inner h4{
	text-align: center;
	font-size: 28px;
    color: #004ea2;
	
}
#recruit_entry_col3Inner .block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: baseline;
}
#recruit_entry_col3Inner .block .btn1{
	width: 460px;
    height: 80px;
    border-radius: 4px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
    background: #004EA2;
    background: linear-gradient(-47deg, rgba(37, 140, 197, 1) 0%, rgba(97, 186, 235, 1) 100%);
    text-align: center;
    margin: 20px auto 0;
}
#recruit_entry_col3Inner .block .btn1 a{
	display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 80px;
}
#recruit_entry_col3Inner .block .arrow {
    position: relative;
}
#recruit_entry_col3Inner .block .arrow::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    content: "\f061";
    position: absolute;
    top: 22px;
    right: 30px;
    color: #fff;
    transform: rotate(-45deg);
}
#recruit_entry_col3Inner .block .btn2{
	width: 460px;
    height: 80px;
    border-radius: 4px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
    background: #004EA2;
    background: linear-gradient(-47deg, rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
    text-align: center;
    margin: 10px auto 0;
}
#recruit_entry_col3Inner .block .btn2 a{
	display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 80px;
}

@media screen and (max-width:640px){
	
	/* main */
	#recruit_header{
		width: 100%;
		line-height: 0;
	}
	#recruit_header video{
		width: 100%;
	}
	#recruit_main{
		padding: 60px 0;
	}
	#recruit_main h2{
		text-align: center;
		color: #004ea2;
		font-size: 26px;
	}
	#recruit_main h2 span{
		font-size: 20px;
		color: #000;
		font-weight: 700;
	}
	#recruit_main .content:first-of-type{
		width: 580px;
	}
	#recruit_mainInner{
		background: #fff;
		display: block;
		justify-content: space-between;
		padding: 30px;
		margin-top: 55px;
		width: 580px;
		box-sizing: border-box;
	}
	#recruit_mainInner .box{
		width: 520px;
		padding: 30px 0;
	}
	#recruit_mainInner .box:nth-of-type(2){
		border-left: none;
		border-right: none;
		border-top: 1px solid #d5d5d5;
		border-bottom: 1px solid #d5d5d5;
	}
	#recruit_mainInner .box h3{
		font-size: 34px;
		color: #004ea2;
		text-align: center;
	}
	#recruit_mainInner .box p{
		margin-top: 10px;
		font-size: 20px;
		text-align: justify;
	}
	#recruit_mainLink{
		margin-top: 60px;
		display: block;
		justify-content: space-between;
	}
	#recruit_mainLink .box{
		width: 580px;
		height: auto;
		position: relative;
		margin-bottom: 20px;
	}
	#recruit_mainLink .box .img{
		position: relative;
		z-index: 0;
	}
	#recruit_mainLink .box .img img{
		width: 580px;
		height: auto;
		object-fit: cover;
		filter:drop-shadow(2px 2px 3px rgba(0, 0, 0, .25));
	}
	#recruit_mainLink .box .text{
		width: 520px;
		position: absolute;
		bottom: 30px;
		left: 30px;
		z-index: 1;
		display: flex;
		justify-content: space-between;
		align-items: end;
	}
	#recruit_mainLink .box .text p{
		color: #fff;
		font-size: 32px;
		font-weight: 700;
		letter-spacing: .4em;
		line-height: normal;
	}
	#recruit_mainLink .box .text p span{
		display: block;
		font-size: 18px;
		letter-spacing: normal;
	}
	#recruit_mainBtn{
		margin-top: 60px;
		text-align: center;
	}
	#recruit_mainBtn p{
		font-size: 20px;
	}
	#recruit_mainBtn .btn{
		width: 460px;
		height: 80px;
		border-radius: 4px;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
		background: #004EA2;
		background: linear-gradient(-47deg,rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
		text-align: center;
		margin: 10px auto 0;
	}
	#recruit_mainBtn .btn a{
		display: block;
		color: #fff;
		font-size: 24px;
		font-weight: 700;
		line-height: 80px;
	}
	#recruit_mainBtn .btn a i{
		padding-right: 10px;
	}

	/*career*/
	#recruit_career_link{
		padding: 50px 0;
	}
	#recruit_career_linkInner{
		display: flex;
		background: #fff;
	}
	#recruit_career_linkInner .box{
		position: relative;
		width: calc(580px / 3 - 2px);
		height: 361px;
		margin: 2px;
	}
	#recruit_career_linkInner .box:nth-of-type(2){
		margin: 2px 0;
	}
	#recruit_career_linkInner .box a{
		display: block;
	}
	#recruit_career_linkInner .box a img{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		width: calc(580px / 3 - 2px);
		height: 361px;
		object-fit: cover;
	}
	#recruit_career_linkInner .box a p{
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		margin: 10px;
		color: #fff;
		font-size: 24px;
		font-weight: 700;
		line-height: normal;
		display: block;
		justify-content: space-between;
		width: calc(580px / 3 - 22px);
		align-items: center;
		text-align: center;
	}
	#recruit_career_linkInner .box a p span{
		font-size: 18px;
		font-weight: 700;
	}
	#recruit_career_linkInner .box a p i{
		display: block;
		font-size: 20px;
		text-align: center;
	}
	#recruit_career_linkInner .box a .tab{
		position: absolute;
		top:0;
		right: 0;
		width: 35px;
		height: auto;
		z-index: 1;
	}
	#recruit_career_linkInner .box a .tab img{
		width: 35px;
		height: auto;
		object-fit: cover;
	}
	#recruit_career_sales{
		padding-bottom: 60px;
		border-top: 1px dashed #d3d3d3;
	}
	#recruit_career_maintenance{
		padding-bottom: 60px;
		border-top: 1px dashed #d3d3d3;
	}
	#recruit_career_frontdesk{
		padding-bottom: 60px;
		border-top: 1px dashed #d3d3d3;
	}
	.recruit_career_sv{
		width: 100%;
		height: 150px;
		position: relative;
	}
	.recruit_career_sv img{
		position: relative;
		z-index: 0;
		width: 100%;
		height: 150px;
		object-fit: cover;
		box-sizing: border-box;
	}
	.recruit_career_sv .recruit_career_svDesc{
		position: absolute;
		background: #fff;
		padding: 10px 38px;
		top:50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}
	.recruit_career_sv .recruit_career_svDesc h2{
		text-align: center;
		color: #004ea2;
		font-size: 32px;
		line-height: normal;
	}
	.recruit_career_sv .recruit_career_svDesc h2 i{
		font-size: 26px;
		font-style: normal;
		display: block;
	}
	.recruit_career_sv .recruit_career_svDesc h2 span{
		display: block;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: normal;
	}
	.recruit_career_person{
		margin: 40px 0 0;
	}
	.recruit_career_person .tab{
		width: 171px;
		height: 48px;
	}
	.recruit_career_person .tab img{
		width: 171px;
		height: 48px;
		object-fit: cover;
	}
	.recruit_career_person .box{
		padding: 30px 40px;
		background: #fff;
		border: 1px solid #a2a2a2;
		box-sizing: border-box;
	}
	.recruit_career_inexperienced{
		margin: 40px 0;
	}
	.recruit_career_inexperienced .tab{
		width: 341px;
		height: 48px;
	}
	.recruit_career_inexperienced .tab img{
		width: 341px;
		height: 48px;
		object-fit: cover;
	}
	.recruit_career_inexperienced .box{
		padding: 30px 40px;
		background: #fff;
		border: 1px solid #a2a2a2;
		box-sizing: border-box;
	}
	.recruit_career_inexperienced .box img{
		width: 100%;
		object-fit: cover;
	}
	.recruit_career_youtube{
		text-align: center;
		margin-top: 40px;
	}
	.recruit_career_requirements{
		background: #004ea2;
		padding: 60px 0;
	}
	.recruit_career_requirements h3{
		text-align: center;
		color: #fff;
		font-size: 32px;
		letter-spacing: .4em;
	}
	.recruit_career_requirementsInner{
		margin-top: 40px;
	}
	.recruit_career_requirementsInner .box{
		background: #fff;
		border-radius: 4px;
		border: 1px solid #a2a2a2;
		padding: 30px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.recruit_career_requirementsInner .box .title{
	}
	.recruit_career_requirementsInner .box .title h4{
		font-size: 24px;
		color: #004ea2;
		border-bottom: 1px solid #ccc;
	}
	.recruit_career_requirementsInner .box .text{
		display: block;
		justify-content: space-between;
		padding: 10px;
	}
	.recruit_career_requirementsInner .box .text table{
		border-collapse: collapse;
	}
	.recruit_career_requirementsInner .box .text table th{
		position: relative;
		text-align: left;
		font-size: 20px;
		padding: 3px 0 3px 30px;
		width: 100px;
		vertical-align: top;
	}
	.recruit_career_requirementsInner .box .text table tr th::before{
		position: absolute;
		left: 0;
	}
	.recruit_career_requirementsInner .box .text table tr:nth-of-type(1) th::before{
		content: url('../img/recruit/icon01.jpg');
		top: 5px;
	}
	.recruit_career_requirementsInner .box .text table tr:nth-of-type(2) th::before{
		content: url('../img/recruit/icon02.jpg');
	}
	.recruit_career_requirementsInner .box .text table tr:nth-of-type(3) th::before{
		content: url('../img/recruit/icon03.jpg');
		top: 4px;
	}
	.recruit_career_requirementsInner .box .text table td{
		font-size: 20px;
		padding: 3px 0px 3px 0;
	}
	.recruit_career_requirementsInner .box .text .btn{
		width: 500px;
		height: 52px;
		border-radius: 4px;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
		background: #004EA2;
		background: linear-gradient(-47deg,rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
		text-align: center;
		margin-top: 20px;
	}
	.recruit_career_requirementsInner .box .text .btn a{
		display: block;
		color: #fff;
		font-size: 22px;
		font-weight: 700;
		line-height: 52px;
	}
	.recruit_career_requirementsInner .box .text .btn a i{
		padding-left: 20px;
	}

	#recruit_career_contact{
		padding: 80px 0 100px;
	}
	#recruit_career_contactBtn{
		text-align: center;
	}
	#recruit_career_contactBtn p{
		font-size: 20px;
	}
	#recruit_career_contactBtn .btn{
		width: 460px;
		height: 80px;
		border-radius: 4px;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
		background: #004EA2;
		background: linear-gradient(-47deg,rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
		text-align: center;
		margin: 10px auto 0;
	}
	#recruit_career_contactBtn .btn a{
		display: block;
		color: #fff;
		font-size: 24px;
		font-weight: 700;
		line-height: 80px;
	}
	#recruit_career_contactBtn .btn a i{
		padding-right: 10px;
	}
	
	
	
	.recruit_career_youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	}
	.recruit_career_youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	}

	#recruit_entry_col1{
		padding: 60px 0;
	}
	#recruit_entry_col1Inner{}
	#recruit_entry_col1Inner .block{
		display: block;
		justify-content: space-between;
	}
	#recruit_entry_col1Inner .block .box{
		width: 580px;
	}
	#recruit_entry_col1Inner .block .box h3{
		font-size: 34px;
		color: #004ea2;
		margin-bottom: 20px;
	}
	#recruit_entry_col1Inner .block .box h4{
		font-size: 26px;
		color: #004ea2;
	}
	#recruit_entry_col1Inner .block .box p{
		line-height: 1.6em;
	}
	#recruit_entry_col1Inner .block .box img{
		width: 580px;
		object-fit: cover;
		margin-top: 40px;
	}

	#recruit_entry_col2{
		padding: 60px 0;
	}
	#recruit_entry_col2Inner{}
	#recruit_entry_col2Inner .block{
		background: #fff;
		padding: 30px;
		box-sizing: border-box;
		margin-bottom: 40px;
	}
	#recruit_entry_col2Inner .block h4{
		font-size: 26px;
		color: #004ea2;
		margin-bottom: 20px;
		border-bottom: 2px solid #004ea2;
	}
	#recruit_entry_col3{
		padding: 60px 0;
		background: #004ea2;
	}
	#recruit_entry_col3Inner{
		background: #fff;
		padding: 30px;
		box-sizing: border-box;
	}
	#recruit_entry_col3Inner h4{
		text-align: center;
		font-size: 34px;
		color: #004ea2;

	}
	#recruit_entry_col3Inner .block{
		display: block;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: baseline;
	}
	#recruit_entry_col3Inner .block .btn1{
		width: 460px;
		height: 80px;
		border-radius: 4px;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
		background: #004EA2;
		background: linear-gradient(-47deg, rgba(37, 140, 197, 1) 0%, rgba(97, 186, 235, 1) 100%);
		text-align: center;
		margin: 20px auto 0;
	}
	#recruit_entry_col3Inner .block .btn1 a{
		display: block;
		color: #fff;
		font-size: 20px;
		font-weight: 700;
		line-height: 80px;
	}
	#recruit_entry_col3Inner .block .arrow {
		position: relative;
	}
	#recruit_entry_col3Inner .block .arrow::after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 20px;
		content: "\f061";
		position: absolute;
		top: 22px;
		right: 30px;
		color: #fff;
		transform: rotate(-45deg);
	}
	#recruit_entry_col3Inner .block .btn2{
		width: 460px;
		height: 80px;
		border-radius: 4px;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
		background: #004EA2;
		background: linear-gradient(-47deg, rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
		text-align: center;
		margin: 10px auto 0;
	}
	#recruit_entry_col3Inner .block .btn2 a{
		display: block;
		color: #fff;
		font-size: 22px;
		font-weight: 700;
		line-height: 80px;
	}

	
}

