﻿@charset "utf-8";
/* CSS Document */

.main_inner{
	background-image:url("/img/usrfiles/default/2533_TOPPAGE_top_aozora.png");
	background-repeat: repeat-x;
	background-position: top;
}

.site-header{
	display: -ms-flexbox;
 	display: -webkit-box;
	display: flex;
}

.bc_city{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:auto;
}

#KV{
	background-image:url("/img/usrfiles/default/2533_TOPPAGE_back_cityscape.png");
	background-position: bottom;
	background-size: contain;
	background-repeat: repeat-x;
	padding:1em 3vw 4em;
	text-align: center;
}

#KV > div{
	max-width: 1046px;
	margin:0 auto;
}

#KV img{
	max-width: 100%;
	height:auto;
}

@media print,screen and (max-width: 768px){
#KV{
	padding:1em 0 4em;
}
	
	#BODY{
		margin-top:67px;
	}	
	
}

.jobnetarea{
	background: #367DB7;
	padding:10px 5.55556% 50px;
}

.jobnetarea >div {
	max-width: 1046px;
	margin: 0 auto;
}


.sec_wapper{
	padding: 100px 0;
}
@media print,screen and (max-width: 768px){
.sec_wapper{
	padding: 50px 0;
}
}

.sec_wapper:first-child{
	width:auto;
	max-width: 1046px;
	margin: 0 auto;
}


.sec_wapper:nth-child(2){
	position:relative;
	background: #DFF1FF;
	z-index: 1;
	padding: 10px 0 100px;
}

.sec_wapper:nth-child(3){
	position:relative;
	background: url("/img/usrfiles/default/2533_TOPPAGE_dot_li.png");
	z-index: 1;
	padding:100px 0 50px
}

.sec_wapper:nth-child(4){
	padding: 50px 0 250px;
	position: relative;
}

@media print, screen and (max-width: 768px){
	.sec_wapper:nth-child(4){
	padding: 50px 0 150px;
}
}
.sec_wapper:nth-child(5){
	padding:0;
}

/*
.sec_wapper:nth-child(5){
	background-image:url("/img/usrfiles/default/2533_TOPPAGE_back_cityscape2.png");
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
*/
.sec_wapper:last-child{
	background-color:#93DFFF;
	position:relative;
	padding:20px 0 100px;
}
