


/* header */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
	background: #fff;
	transition: 0.2s;
}
#headerIn{
	max-width: 1580px;
	padding: 1.2em 40px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
h1{
	width: 170px;
}
h1 img{
	display: block;
}
#headerIn .entryOuter{
	display: flex;
	align-items: center;
}
#headerIn .entryOuter .ribbon{
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #DD1A1F;
	padding: 0.3em 1.8em 0.5em 1em;
	position: relative;
	background: url("/images/recruit_career/entry_bg.png") center top no-repeat;
	background-size: 100% 100%;
	margin-right: 1em;
}

header.kv{
	background: none;
}
header.kv .logo{
	background: #fff;
	width: 30%;
	max-width: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	padding: 2em 0;
	border-radius: 0 0 40px 0;
}
header.kv h1{
	width: 240px;
}
header.kv #headerIn{
	justify-content: flex-end;
}

.btn a,
.btn span{
	background: #DD1A1F;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5em 1.3em;
	font-size: 22px;
	text-decoration: none;
	transition: 0.2s;
	border-radius: 8px;
	cursor: pointer;
}
.btn a:hover{
	opacity: 0.7;
}
.btn a img{
	width: 23px;
	margin-left: 0.2em;
}
.btn.en a{
	font-family: 'Jost', sans-serif;
	font-weight: 500px;
}

/*footer*/
footer{
	text-align: center;
	margin-top: 2em;
	position: relative;
	z-index: 10;
}
footer #copy{
	font-size: 14px;
}



#pageTop {
	z-index: 100;
	width: 60px;
	position: fixed;
	bottom: 50px;
	right: 50px;
}
#pageTop span{
	width: 60px;
	height: 60px;
	border-radius: 8px;
	overflow: hidden;
	background: #DD1A1F;
	cursor: pointer;
	transition: 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#pageTop span:hover{
	opacity: 0.7;
}
#pageTop span img{
	width: 18px;
	transform:rotate(180deg);
}
/* #pageTop span:before{
	content: "";
	display: block;
	width: 1em;
	height: 2px;
	background: #DD1A1F;
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#pageTop span:after{
	content: "";
	display: block;
	width: 0.7em;
	height: 0.7em;
	border-top: #fff solid 2px;
	border-right: #fff solid 2px;
	position: absolute;
	top: 14px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transform:rotate(-45deg);
} */


/*SP 600*/
@media screen and (max-width:767.5px){
	#headerIn{
		padding: 0.7em 15px;
	}
	h1 {
		width: 100px;
	}
	
	#headerIn .entryOuter .ribbon {
		font-size: 10px;
		line-height: 1.8em;
	}
	header.kv .logo{
		padding: 1em 1.5em;
		width: 40%;
	}
	
	#headerIn .btn a{
		font-size: 14px;
		padding: 0.4em 1em;
	}
	
	
	.btn a, .btn span{
		font-size: 16px;
	}
	.btn a img {
		width: 18px;
	}
	
	
	#pageTop {
		bottom: 20px;
		right: 20px;
	}
	#pageTop span {
		width: 45px;
		height: 45px;
	}
	
	footer #copy {
		font-size: 12px;
	}

	
}
