@charset "UTF-8";


#none_sp, .none_sp {
display:none;
}

#contents {
	width: 100% !important;
	background-color: #FFF !important;
	margin-left: auto;
	margin-right: auto;
	z-index: 50 !important;
}

/* header */

header {
	width: 100% !important;
	height: 760px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #F3F3F3;
}

#top {
	width: 100% !important;
	text-align: center;
	position: absolute;
	z-index: 100 !important;
	margin-top: 320px;
}

#top h1 {
font-family: "ANTQUAB";
color: #393939;
font-size: 64px;
line-height: 80px;
text-align: center;
padding-top: 0px;
}

#top h2 {
font-family: "meiryo", sans-serif;
font-weight: 600;
font-style: normal;
color: #393939;
font-size: 30px;
line-height: 40px;
text-align: center;
padding-top: 0px;
}



/* 会社概要,採用情報 */

#about_us {
	width: 1200px !important;
	height: 370px;
	position: relative;
	background-color: #FFF;
	z-index: 100 !important;
	padding-top: 65px;
	margin-left: auto;
	margin-right: auto;
}

#recruit {
	width: 1200px !important;
	height: 400px;
	position: relative;
	background-color: #FFF !important;
	z-index: 100 !important;
	padding-top: 65px;
	margin-left: auto;
	margin-right: auto;
}


.a_box {
	width: 1000px !important;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.r_box {
	width: 1000px !important;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}

#about_us .subtitle, #recruit .subtitle {
font-family: "meiryo", sans-serif;
font-weight: 600;
font-style: normal;
color: #000;
font-size: 18px;
line-height: 30px;
}

#about_us .title, #recruit .title {
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 10px;
letter-spacing: -1px;
}

#about_us .txt, #recruit .txt {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 30px;
}

#about_us .button, #recruit .button {
font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 25px;
	line-height: 25px;
	z-index: 200 !important;
}

#about_us .button :link, #recruit .button :link {
	width: 145px !important;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #000;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 133px center;
	display: block;
}

.button :hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

#about_us .illust {
	margin-top: 0px;
	margin-right: 0px;
	position: absolute;
	top: 150px;
	left: 640px;
}

#about_us .illust img {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 90%;
}

#recruit .illust {
	margin-top: 0px;
	margin-right: 0px;
	position: absolute;
	top: 150px;
	left: 670px;
}

#recruit .illust img {
vertical-align: top;
margin: 0px;
padding: 0px;
width: 90%;
}


/* メニュー */

#menu {
	width: 100% !important;
	position: relative;
	z-index: 100 !important;
	background-color: #FFFFFF;
	text-align: center;
}

#menu ul {
	padding: 0px;
}


#menu .menu_wrap {
	width: 1000px !important;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#menu ul li {
width: 100% !important;
	padding-top: 50px;
	padding-bottom: 50px;
	display: block;
}

#menu ul li a {
	display: block;
}

#menu ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

#menu .menu_box {
	width: 550px;
	float: left;
}

#menu .menu_title1 {
font-family: "meiryo", sans-serif;
font-weight: 600;
font-style: normal;
color: #FFF;
font-size: 18px;
line-height: 30px;
}

#menu .menu_title2 {
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 65px;
	line-height: 65px;
	margin-bottom: 10px;
	color: #FFF;
}

#menu .menu_txt {
	font-family: "meiryo", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #FFF;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 20px;
}

#menu .menu_illust {
	width: 450px;
	float: right;
	text-align: center;
}

#menu .menu_illust img {
	width: 100%;
vertical-align: top;
margin: 0px;
padding: 0px;
}

#menu .office {
	background-color: #0071BB;
}

#menu .office2 {
	background-color: #1387D4;
}

#menu .ad { 
	background-color: #FAAF3B;
}

#menu .ad2 { 
	background-color: #FABD5F;
}

#menu .estate { 
	background-color: #009145;
}

#menu .estate2 { 
	background-color: #4EA175;
}

#menu .open { 
	background-color: #F05A24;
}

#menu .open2 { 
	background-color: #F06D3E;
}



