@charset "utf-8";
/* CSS Document */

/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, /*h4, h5,*/ h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* common */
*{
	margin: 0;
	padding: 0;
}
img{
	border: none;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #2b2b2b;
	background: #fff;
}
.width_base{
	width: 1000px;
	margin: 0 auto;
}
ul{
	list-style-type: none;
}
ol{
	list-style-type: none;
}
.sub_ttl{
	width:1000px;
	height:75px;
	margin:35px auto;
}
#subnav{
	width:100%;
	min-width:1000px;
	height:30px;
	border-bottom: dotted 1px #10509f;
}
#subnav_text{
	width:1000px;
	line-height:30px;
	font-size: 10px;
	margin: 0 auto;
}
#subkeyv_bg{
	width: 100%;
	min-width:1000px;
	height: 219px;
	background-image: url("../img/subkeyv_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #464646;
}
#subkeyv_text{
	width: 1000px;
	height: 219px;
	margin: 0 auto;
}
.left{
	float:left;
}
.right{
	float:right;
}
.bold_deco{
	font-weight: bold;
}
.text_blue{
	color:#10509f;
	font-size: 16px;
}
/* ホバー時透過 */
.fade {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.fade:hover {
	opacity: 0.7;
	filter: alpha(opacity=60);
}
/*clearfix*/
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/*header*/
header{
	background-color: #00479d;
	width:100%;
	min-width:1000px;
}
header div{
	width:1000px;
	margin: 0 auto;
}
h1{
	color:#fff;
	padding:2px 0;
	margin: 0 auto;
	text-align: right;
	font-size: 12px;
	width:1000px;
}
/*nav*/
nav{
	width: 1000px;
	height:64px;
	margin:7px auto 0;
}
#nav_logo{
	width:156px;
	height:64px;
	float:left;
}
nav ul li{
	float:left;
	height: 64px;
}
nav ul{
	float:right;
}
/* keyv */
#keyv{
	width: 100%;
	min-width:1000px;
	height: 600px;
	background-image: url("../img/topkeyv_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
}
#keyvin{
	width: 1000px;
	height: 600px;
	margin: 0 auto;
	background-image: url("../img/topkeyv_text.png");
}
/* shinrai */
#shinrai{
	width: 100%;
	min-width: 1000px;
	height: 750px;
	background-image: url("../img/bg_shinrai.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
	padding: 50px 0 0;
}
#shinrai_ttl{
	width: 1000px;
	height: 152px;
	margin: 0 auto;
	background-image: url("../img/shinrai_ttl.png");
}
#shinrai_text{
	width: 1000px;
	margin: 0 auto;
	padding:80px 0 0;
}
#shinrai_text p{
	text-align: center;
	font-size: 18px;
	margin:0 0 40px 0;
}
#shinrai_btn{
	width: 621px;
	height: 80px;
	margin:80px auto 0;
}
/* jigyoushoukai */
#jigyoushoukai{
	width:1000px;
	margin: 0 auto 120px;
}
#shoukai01 {
    height: 353px;
    margin: 60px auto;
    width: 1000px;
}
#shoukai_01_left{
	width: 318px;
	height: 68px;
	background-image: url("../img/img_sekkei.jpg");
	float: left;
	padding: 285px 0 0;
}
#shoukai_01_left p{
	margin: 0 auto;
    width: 312px;
}
#shoukai_01_center{
	width: 318px;
	height: 68px;
	background-image: url("../img/img_renewal.jpg");
	float: left;
	padding: 285px 0 0;
	margin: 0 20px;
}
#shoukai_01_center p{
	margin: 0 auto;
    width: 312px;
}
#shoukai_01_right{
	width: 318px;
	height: 68px;
	background-image: url("../img/img_check.jpg");
	float: left;
	padding: 285px 0 0;
}
#shoukai_01_right p{
	margin: 0 auto;
    width: 312px;
}

#shoukai02{
	width:994px;
	height:353px;
	margin:60px auto;
}
#shoukai_02_left{
	width: 316px;
	height: 68px;
	background-image: url("../img/img_kenchiku.jpg");
	float: left;
	padding: 285px 0 0;
}
#shoukai_02_left p{
	margin: 0 auto;
    width: 312px;
}
#shoukai_02_center{
	width: 318px;
	height: 68px;
	background-image: url("../img/img_special.jpg");
	float: left;
	padding: 285px 0 0;
	margin: 0 20px;
}
#shoukai_02_center p{
	margin: 0 auto;
    width: 312px;
}
#shoukai_02_right{
	width: 318px;
	height: 68px;
	background-image: url("../img/img_setsubi.jpg");
	float: left;
	padding: 285px 0 0;
}
#shoukai_02_right p{
	margin: 0 auto;
    width: 312px;
}
#shoukai03{
	width:994px;
	height:353px;
	margin:60px auto;
}
#shoukai_03_left{
	width: 318px;
	height: 68px;
	background-image: url("../img/img_kanri.jpg");
	float: left;
	padding: 285px 0 0;
}
#shoukai_03_left p{
	margin: 0 auto;
    width: 312px;
}
#shoukai_03_center{
	width: 318px;
	height: 68px;
	background-image: url("../img/img_taishou.jpg");
	float: left;
	padding: 285px 0 0;
	margin: 0 20px;
}
#shoukai_03_center p{
	margin: 0 auto;
    width: 312px;
}

#intro_btn{
	width: 621px;
	height: 80px;
	margin:80px auto 80px;
}
/* torihiki */
#torihiki{
	width:100%;
	height:550px;
	margin:0 auto;
	padding: 10px 0 0;
	background-color: #fdfdfd;
}
#torihiki_lst{
	width:1000px;
	height:328px;
	margin:60px auto;
	background-color: #fff;
}
#torihiki_lst_ndc{
	width: 321px;
	height:168px;
	background-image: url("../img/torihiki_ndc.gif");
	float: left;
	padding: 160px 0 0;
}
#torihiki_lst_ndc p{
	width: 310px;
	margin: 0 auto;
}
#torihiki_lst_morita {
    background-image: url("../img/torihiki_morita.gif");
    float: left;
    height: 168px;
    margin: 0 6px;
    padding: 160px 0 0;
    width: 346px;
}
#torihiki_lst_morita p{
	width: 310px;
	margin: 0 auto;
}
#torihiki_lst_fenwal{
	width: 321px;
	height: 168px;
	background-image: url("../img/torihiki_fenwal.gif");
	float: left;
	padding: 160px 0 0;
}
#torihiki_lst_fenwal p{
	width: 310px;
	margin: 0 auto;
}
/* massage */
#message_bg{
	width: 1000px;
	height: 676px;
	background-image: url("../img/message_bg.jpg");
	margin:0 auto;
}
#shinrai_text{
	width: 1000px;
	margin: 0 auto;
	padding:80px 0 0;
}
#message_text p {
    padding: 110px 0 0;
    width: 530px;
}
#tsuyomi_btn{
	width: 621px;
	height: 80px;
	margin:80px auto 0;
}
/*btm_info*/
.btm_info{
	border-top: solid 2px #e2e2e2;
}
.btm_info ul{
	width:1000px;
	height:92px;
	margin: 30px auto 20px;
}
.btm_info ul li{
	float:left;
	margin: 0 13px 0 0;
}
#btm_info_lip{
width: 291px;
}
#btm_info_lilast{
margin: 0 0 0 12px;
}
#cta_saiyou{
	width:1000px;
	height: 153px;
	margin: 15px auto;
}
footer{
	width: 100%;
	min-width:1000px;
	height: 40px;
	background-color: #0b49a6;
}
footer h4{
	color: #efde58;
	line-height: 40px;
	text-align: center;
	font-size: 10px;
}
/*about_keyv*/
#subkeyv_about{
	width: 1000px;
	height: 219px;
	margin: 0 auto;
	background-image: url("../img/subkeyv_about.png");
}
/* about_table */
table{
	width: 1000px;
	margin: 0 auto;
}
table th, table td {
	border: none;
	background: none;
	text-align: left;
	padding: 25px 10px;
	vertical-align: top;
}
table th {
	border-bottom: 1px solid #004ea2;
	width: 160px;
	color: #004ea2;
	font-weight: bold;
}
table td {
	border-bottom: 1px dotted #ccc;
	color: #1b1b1b;
}
table td a{
	text-decoration: none;
	color: #1b1b1b;
}
table td a:hover{
	text-decoration: underline;
	color: #1b1b1b;
}
#table_gaiyo{
	width: 1000px;
	margin: 0 auto 100px;
}
/*recruit_keyv*/
#subkeyv_saiyou{
	width: 1000px;
	height: 219px;
	margin: 0 auto;
	background-image: url("../img/subkeyv_saiyou.png");
}
/*recruit_saiyou*/
#saiyou_bg{
	width: 1000px;
	height: 676px;
	background-image: url("../img/saiyou_bg.jpg");
	margin: 0 auto;
}
#saiyou_text{
	width: 675px;
	height: 410px;
	padding: 140px 0 0;
}
#saiyou_text p{
	width: 675px;
	margin: 0 0 20px;
}
/*recruit_boshu_table*/
#table_gaiyo table td p {
    margin: 15px 0 0;
}
.color_orange{
	color: #ff6700;
	font-weight: bold;
}
.bg_orange{
	background-color:#fff4ec;
	padding: 10px 15px;
	margin: 0 0 25px;
}
.bg_orange img {
    margin: 5px 10px -2px 0;
}
#shain_interview h3{
	background-color: #0656a4;
	border-left: 5px solid #126bc2;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	margin: 0 0 15px;
	padding: 5px 0 0 12px;
	width: 988px;
}
#shain_interview{
	width: 1000px;
	height:180px;
	clear: both;
	margin: 0 auto;
}
.interview_img{
	width: 55px;
	float: left;
}
.interview_name{
	width: 95px;
	font-size: 10px;
	float: left;
}
.interview_text{
	width: 750px;
	border-left: 1px dotted #1d1d1d;
	padding: 0 0 0 20px;
	float: left;
}
.interview_dottedline{
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #ccc;
	height: 1px;
}
#interview_photo{
	width:1000px;
	height:332px;
	margin: 5px auto 60px;
	background-color: #fff;
}
#interview_img_left{
	width: 288px;
	height:62px;
	background-image: url("../img/interview_img_left.jpg");
	float: left;
	padding: 270px 0 0;
}
#interview_img_left p{
	width: 288px;
	margin: 0 auto;
}
#interview_img_center{
	width: 288px;
	height: 62px;
	background-image: url("../img/interview_img_center.jpg");
	float: left;
	margin: 0 6px;
	padding: 270px 0 0;
}
#interview_img_center p{
	width: 288px;
	margin: 0 auto;
}
#interview_img_right{
	width: 288px;
	height: 62px;
	background-image: url("../img/interview_img_right.jpg");
	float: left;
	padding: 270px 0 0;
}
#interview_img_right p{
	width: 288px;
	margin: 0 auto;
}
#interview_img_center{
	margin: 0 60px;
}
/*advantage_keyv*/
#subkeyv_advantage{
	width: 1000px;
	height: 219px;
	margin: 0 auto;
	background-image: url("../img/subkeyv_advantage.png");
}
/*advantage_message*/
#tsuyomi_message_bg{
	width: 1000px;
	height: 530px;
	background-image: url("../img/tsuyomi_message.jpg");
	margin:0 auto;
}
#tsuyomi_message_text p{
	width:530px;
	margin:0 0 40px 0;
	padding: 80px 0 0;
}
/*advantage_tsuyomi5*/
#tsuyomi_bg{
	width: 1000px;
	height: 868px;
	background-image: url("../img/tsuyomi_bg.jpg");
	margin: 40px auto;
}
#tsuyomi_size{
	width:480px;
	height:90px;
	float:right;
	margin: 110px auto 0 0;
}
#tsuyomi_size h3{
	border-left: solid 5px #10509f;
	color:#10509f;
	font-family: "游明朝";
	font-size: 18px;
	padding: 5px 10px;
	margin: 15px 0 0;
}
#tsuyomi_size p{
	margin: 10px auto 10px;
}
/*advantage_teikitenken*/
#anzen_graph{
	width:1000px;
	height:296px;
	margin: 10px auto 70px;
	background-image: url("../img/anzen_graph.gif");
}
#anzen_graph_text{
	width:580px;
	height:260px;
	padding: 33px 0 0;
	margin:0 auto;
	color:#fff;
}
#anzen_graph_text p{
	margin: 40px auto;
}
/*solution_keyv*/
#subkeyv_solutions{
	width: 1000px;
	height: 219px;
	margin: 0 auto;
	background-image: url("../img/subkeyv_solutions.png");
}
/*solution_shoubou*/
#shoubou{
	width:1000px;
	margin: 0 auto 50px;
}
.shoubou_ttl{
    border-left: 5px solid #10509f;
    color: #10509f;
    font-family: "游明朝";
    font-size: 18px;
    margin: 35px 0 5px 10px;
    padding: 5px 10px;
}
.shoubou_text p{
	margin: 0 0 5px;
}
.tenken_text{
	width:295px;
	margin:25px 0 0 0;
}
.icon_margin{
	width:21px;
	height:20px;
	float:left;
}
.width260{
	width:260px;
	float:right;
}
/*tenken_point*/
.tenken_point h3{
	background-color: #0656a4;
	border-left: 5px solid #126bc2;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 35px;
	margin: 30px auto 15px;
	padding: 5px 0 0 12px;
}
.tenken_point h3 span{
	font-size: 14px;
}
.chkbox{
	border-bottom: 1px dashed #b3b3b3;
	padding: 20px 0;
}
#tenken_point img{
	margin: 20px auto;
}
/*jikonomoto*/
.w-1000{
	width:1000px;
	margin:0 auto;
}
.height_base{
	height: 600px;
}
.solutions_3imgs ul{
	width:1000px;
	height:260px;
	margin: 20px auto 80px;
}
.solutions_3imgs ul li{
	width:288px;
	height:260px;
	float:left;
}
.center_margin{
	padding: 0 68px;
}
/*setsubi_shurui*/
.ttl_margin{
	margin: 130px auto 20px;
}
#check_textboxes{
	margin: 10px auto 70px;
}
.check_textbox{
	width:290px;
	font-weight: bold;
	float:left;
}
.check_textbox input{
	margin: 0 15px 0 0;
}
.check_textbox ul li{
	margin: 15px 0;
}
.text_center{
	width:290px;
	height:350px;
	margin:0 64px;
}
/*form*/
#subkeyv_contact{
	width: 1000px;
	height: 219px;
	margin: 0 auto;
	background-image: url("../img/subkeyv_contact.png");
}
#subttl_form{
	margin: 0 0 50px;
}
