@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	vertical-align:bottom;
	outline:none;
	font-family: "メイリオ", Meiryo,
}

h1 {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	font-size: 14px;
	text-decoration:none;
	padding-top:30px;
	color: #fff;
	text-align: center;
	line-height:1.5em;
}

li {
    list-style:none;
}


#contents {
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0 0px;
}

#header {
	text-align:center;
}

.top_headline {
	display:flex;
	display:-webkit-flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}

.top_headline2 {
	display:flex;
	display:-webkit-flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	max-width:700px;
	margin:0 auto 73px;
}

#top_img {
	position:relative;
}

#top_text {
	position:absolute;
	top:150px;
	left:225px;
}

.block {
    display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

#top_img ul.block li{
    width: 225px;
    height: 150px;
}

#top_img ul.block li span{
    width: 225px;
    height: 150px;
}

#osae {
	text-align:center;
	position:relative;
	min-height:560px;
}

#b_img {
	position:absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#osae_text {
    position:absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;


}

#osae_btn {
	position:absolute;
    top: 400px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#map {
}

#job_s {
	margin-bottom:70px;
}

#job_headline {
	margin:30px 0 70px 0;
}

.job_btn {
	display:flex;
	display:-webkit-flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	max-width:700px;
	margin:0 auto 20px;
}

#footer {
	width: 900px;
	height: 68px;
	padding-bottom: 30px;
	background-color: #2f5ead;
}

#footer hr {
	width: 830px;
	margin: 0 auto 30px ;
	border: 0 ;
	border-bottom: 2px solid #412210;
}

#footer p {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	font-size: 14px;
	text-decoration:none;
	padding-top:5px;
	color: #fff;
	text-align: center;
	line-height:1.5em;
}

#footer a {
	text-decoration: none;
	color: #412210;
}

.clear {
	clear:both;
}
