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


/*■reset----------------------------------------------*/
*{
    padding:0;
    margin:0;
}
h1,h2,h3,h4,h5,h6{
    font-size:14px;
    font-weight:normal;
}
ul,ol,li{
    list-style-type:none;
}
a{
    font-size:14px;
	color:#000;
}
/*
a:hover{
    color:#CF811F;
}
*/
img{
    border:none;
}
p{
    font-size:14px;
    line-height:140%;
}

body{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "Noto Sans Japanese";
    font-family:"ＭＳ ゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
    background:#FFFFFF;
	padding-top:111px;
	letter-spacing:1px;
}





/*---------------
     Header
---------------*/

header{
	width:100%;
	background:#FFF;
	position:fixed;
	top:0;
	left:0;
	z-index:10000000;
}
header .Area{
	width:100%;
	/*max-width:1000px;*/
	height:65px;
	margin:auto;
	position:relative;
	border:none;
}
header h1{
	text-align:right;
	font-size:12px;
	margin-top:2px;
	margin-right:10px;
}
header a{
	transition:all 0.5s;
}
header a:hover{
	opacity:0.68;
}




.Logo{
	display:block;
	width:200px;
	height:55px;
	background:url(../img/logo.png) no-repeat left top;
	position:absolute;
	left:10px;
	top:0;
}

.Top_tel{
	background:url(../img/h_tel.png) no-repeat left top;
	width:420px;
	height:55px;
	display:block;
	position:absolute;
	top:15px;
	right:10px;
}






.Spmenu{
	display:none;
}
.Gnavi{
	width:100%;
	border-top:dotted 1px #CCC;
	border-bottom:dotted 1px #CCC;
}




.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 100%;
  max-width:1200px;
  margin: auto;
  padding: 0;
  text-align:center;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  /*margin: 0 ;*/
  padding: 0;
  text-align: center;
  height:42px;
  display:inline-block;
  margin:0 25px;
}
.dropmenu li a{
  display: block;
  margin: 0;
  line-height:42px;
  font-size: 12px;
  letter-spacing:-1px;
  text-decoration: none;
  color:#333;
  font-family: "Noto Sans Japanese";
}
.dropmenu li.w a{
  display: block;
  margin: 0;
  line-height:17px;
  font-size: 12px;
  letter-spacing:-1px;
  text-decoration: none;
  color:#333;
  padding-top:3px;
  background: url(../img/gm7.png) no-repeat left center;
  background-size:20px;
}
.dropmenu li.w a img{
	display:none;
}
.dropmenu li a.active{
	color:#00a0e9;
	border-bottom:solid 3px #00a0e9;
	line-height:39px;
}
.dropmenu li.w a.active{
	line-height:18px;
}
.dropmenu li a img{
	width:20px;
	vertical-align: middle;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  width:200px;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
  height:auto;
}
.dropmenu li ul li a{
  padding: 12px;
  background: rgba(255,255,255,1);
  text-align: left;
  font-size:12px;
  line-height:18px;
}
.dropmenu li ul li a:hover{
	color:#00a0e9;
}
.dropmenu li:hover > a{
  color:#333;
}
.dropmenu li a:hover{
	opacity:0.5;
}
#fade-in li ul{
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}
#fade-in li:hover ul{
  visibility: visible;
  opacity: 1;
}
#fade-in li ul li a{
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
#fade-in li:hover ul li a{
  visibility: visible;
  opacity: 1;
}

.spOnly{
	display:none !important;
}









/*---------------
     Topimg
---------------*/

.TopImg{
	width:100%;
	position:relative;
}
.TopImg a.Btn{
	display:block;
	width:30%;
	height:18.45238095%;
	background:url(../img/top_btn.png) no-repeat left top;
	background-size:contain;
	position:absolute;
	left:3.75%;
	bottom:11.90476190%;
	transition:all 0.5s;
}
.TopImg a.Btn:hover{
	opacity:0.65;
}


/*---------------
 TopimgカルーセルA
---------------*/

.TopImgA{
	white-space: nowrap;/* ホワイトスペースを詰めるが行の折り返しはしない */
	width:100%;
	height:auto;
	position:relative;/* 現在位置から相対位置を指定する */
	overflow: hidden;/* はみ出た部分を表示しない */
}

.TopImgA img{
	margin: 0;
	padding: 0;
	width: inherit;
	height: auto;
	border: none;
}

@keyframes TopImgA4 {
	0%{ margin-left: 0;}
	33%{ margin-left: -100%;}
	66%{ margin-left: -200%;}
	100%{ margin-left: -300%;}
}

.TopImgA > :first-child{
	animation-name: TopImgA4; /* キーフレーム使用 */
	animation-duration: 18s; /* かかる時間 アニメーション時間の秒数を設定 */
	animation-delay: 3s; /* 何秒後に開始するか */
	animation-iteration-count: infinite; /* アニメーションをずっと続ける */
}







.News{
	width:100%;
	max-width:970px;
	/*height:240px;
	overflow-y:scroll;*/
	margin:20px auto;
}
.News img{
	display:block;
	margin:auto;
}
.News li{
	margin:10px 0;
	text-align: center;
}
.News li span{
	width:180px;
	padding:8px 0;
	text-align:center;
	display:inline-block;
	color:#FFF;
	font-size:13px;
	margin-right:10px;
}
.News li span.o{
	background:#C1651E;
}
.News li span.g{
	background:#43BC1F;
}
.News li span.b{
	background:#2986B9;
}



.CTA{
	width:100%;
	max-width:1000px;
	margin:20px auto;
	overflow: hidden;
}
.CTA li{
	width:50%;
	float:left;
}
.CTA li a{
	display:block;
	width:420px;
	height:55px;
	margin:auto;
	transition:all 0.5s;
}
.CTA li a:hover{
	opacity:0.6;
}
.CTA li a.tel{
	background:url(../img/h_tel.png) no-repeat left top;
}
.CTA li a.mail{
	background:url(../img/h_mail.png) no-repeat left top;
}




/*バナー*/
.banner-link{
	display: block;
	overflow: hidden;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.banner-link img{
	display: block;
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}

.banner-link a{
	display: block;
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}
.banner-link a:hover{
	opacity: 0.6 ;
	filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -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;
}
.banner-link a img{
	width: 100%;
}



.pc-view { display: block !important; }
.sp-view { display: none !important; }
@media only screen and (max-width: 640px) {
    .pc-view { display: none !important; }
    .sp-view { display: block !important; }
}





.Topread{
	width:100%;
	max-width:1000px;
	margin:auto;
	padding:20px 0;
	/*background:#00a0e9;*/
}
.Topread h2{
	font-size:28px;
	text-align:center;
	margin:20px 0;
	font-weight:bold;
}
.Topread ul{
	width:100%;
	overflow:hidden;
}
.Topread ul li{
	width:20%;
	float:left;
}
.Topread ul li img{
	width:98%;
	max-width:180px;
	margin:auto;
}


.Topread_b{
	width:100%;
	padding:20px 0;
	background: url(../img/nayami_bg.jpg) no-repeat center center;
}
.Topread_b img{
	margin:auto;
	display:block;
}


.Toparea{
	width:100%;
	padding:20px 0;
	background:#00a0e9;
}
.Toparea p{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
}



.Top_nayami{
	width:100%;
	max-width:1000px;
	padding:20px 0;
	margin:30px auto 0 auto;
	background:url(../img/nayami_img.jpg) no-repeat right bottom;
}
.Top_nayami li{
	font-size:20px;
	height:50px;
	line-height:50px;
	margin:10px 0;
}
.Top_nayami li img{
	vertical-align:middle;
	margin-right:10px;
}







.CTA_tx{
	font-size:24px;
	text-align:center;
	font-weight:bold;
	margin:20px 0;
	
}









/*---------------
     Contents
---------------*/

.Wrapper{
	width:100%;
}



.Contents{
	width:94%;
	max-width:1000px;
	margin:auto;
	padding:30px 0;
}
.Contents.Low{
	padding:0;
	overflow:hidden;
}
.Contents.Low .Article{
	width:680px;
	padding:20px;
	float:left;
	background:#FFF;
	border:solid 1px #CCC;
	margin-bottom:30px;
}
#Side{
	width:240px;
	margin-bottom:30px;
	float:right;
}
.link{
	margin:10px 0;	
}
.link li{
	width:100%;
}
.link li a{
	border-left:solid 4px #2283DD;
	padding:14px 10px;
	display:block;
	border-top:solid 1px #DADADA;
	border-right:solid 1px #DADADA;
	color:#333;
	text-decoration:none;
	position:relative;
	transition:all 0.5s;
}
.link li:last-child a{
	border-bottom:solid 1px #DADADA;
}
.link li a:hover{
	background:#CFE0E7;
}
.link li a:after{
	content:"";
	display: block;
	width:7px;
	height:7px;
	border-top:2px solid #777;
	border-right:2px solid #777;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:10px;
	top:55%;
	margin-top:-7px;
}


.link_s{
	margin:10px 0;	
}
.link_s li{
	width:100%;
}
.link_s li a{
	border-left:solid 3px #AAA;
	padding:8px 10px;
	display:block;
	border-top:solid 1px #DADADA;
	border-right:solid 1px #DADADA;
	color:#333;
	text-decoration:none;
	position:relative;
	transition:all 0.5s;
	font-size:13px;
}
.link_s li:last-child a{
	border-bottom:solid 1px #DADADA;
}
.link_s li a:hover{
	background:#DDD;
}
.link_s li a:after{
	content:"";
	display: block;
	width:7px;
	height:7px;
	border-top:2px solid #777;
	border-right:2px solid #777;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:10px;
	top:55%;
	margin-top:-7px;
}


.hill{
	display:block;
	background:url(../img/side_hill.jpg) no-repeat left top;
	width:240px;
	height:100px;
	margin:10px 0;
	transition:all 0.5s;
}
.hill:hover{
	opacity:0.6;
}

.case{
	display:block;
	background:url(../img/side_case.jpg) no-repeat left top;
	width:240px;
	height:100px;
	margin:10px 0;
	transition:all 0.5s;
}
.case:hover{
	opacity:0.6;
}






.Pan{
	width:94%;
	max-width:1000px;
	margin:10px auto 30px auto;
}
.Pan li{
	font-size:13px;
	display:inline-block;
}
.Pan li a{
	color:#333;
	font-size:13px;
}










section.Type1{
	clear:both;
	overflow:hidden;
	margin:80px 0;
}
section.Type1.top{
	padding-top:120px;
}
section.Type1 div{
	width:540px;
}
section.Type1 div.tx{
	width:420px;
}
section.Type1 div img{
	width:100%;
	margin:auto;
	display:block;
}
section.Type1 div.l{
	float:left;
}
section.Type1 div.r{
	float:right;
}
section.Type1 h2{
	font-size:28px;
	font-weight:bold;
	margin-bottom:20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:-1px;
	line-height:145%;
	margin-top:40px;
	/*color:#00a0e9;*/
}
section.Type1 p{
	font-size:16px;
	line-height:195%;
}
section.Type1 p span{
	font-size:12px;
}


#c1,#c2,#c3,#c4,#c5{
	margin-top:-140px;
}



section.Type1.bt div{
	width:48%;
}
section.Type1.bt h2{
	color:#232323;
}



.SecCont2{
	overflow:hidden;
	margin-bottom:0px;
}
.SecCont2 h3{
	font-size:22px;
	font-weight:bold;
	padding:10px 0;
	border-bottom:solid 1px #333;
	margin-bottom:5px;
}
.SecCont2 h3.c{
	font-size:26px;
	font-weight:bold;
	padding:0px 0;
	border:none;
	margin-bottom:5px;
	line-height:140%;
}



.SecCont{
	overflow:hidden;
	margin-bottom:40px;
}


.SecCont.contact{
	max-width:800px;
	margin:auto;
	margin-bottom:40px;
}
.SecCont:last-child{
	margin-bottom:10px;
}
.SecCont h3{
	font-size:22px;
	font-weight:bold;
	padding:10px 0;
	border-bottom:solid 1px #333;
	margin-bottom:20px;
}
.SecCont h3.b{
	background:#DFDFDF;
	text-align: center;
	border:none;
}
.SecCont h3.c{
	font-size:26px;
	font-weight:bold;
	padding:10px 0;
	border:none;
	margin-bottom:25px;
	line-height:140%;
}
.SecCont h4{
	color:#1D6B54;
	font-size:16px;
	font-weight:bold;
	padding-bottom:6px;
	border-bottom: dotted 1px #1D6B54;
	margin-bottom:20px;
}
.SecCont h4.nor{
	color:#333;
	font-size:20px;
	font-weight:bold;
	padding-bottom:0;
	letter-spacing:0;
	border-bottom: none;
	margin-bottom:20px;
	overflow:hidden;
	line-height:150%;
	text-shadow:1px 0 0 #333,0 1px 0 #333;
}
.SecCont h4.nor.im{
	height:60px;
	line-height:60px;
}
.SecCont h4.nor.im img{
	float:right;
	vertical-align:top;
}
.SecCont h3.p{
	background:#E8D0E2;
	color:#422E46;
	font-size:16px;
	font-weight:bold;
	padding:4px 10px;
	margin-bottom:20px;
	border:none;
}
.SecCont h3.s{
	background:none;
	color:#333;
	font-size:16px;
	padding-bottom:6px;
	margin-bottom:10px;
	border:none;
	border-bottom:solid 1px #333;
}
.SecCont p{
	font-size:16px;
	line-height:205%;
}
.SecCont p span.tel{
	font-size:34px;
	font-weight:bold;
}
.SecCont p span.tel img{
	width:28px;
}
.SecCont p span.b{
	font-weight:bold;
	color:#1A50A3;
}

ul.red{
	width:100%;
}
ul.red li{
	margin:10px 0;
	font-size:18px;
	background:url(../img/ul_red.png) no-repeat left center;
	background-size:40px;
	line-height:40px;
	height:40px;
	padding-left:15px;
	color:#9E422D;
	font-weight:bold;
	
}
ul.red li.two{
	line-height:20px;
}




.Area{
	width:96%;
	margin:10px auto;
	/*border:solid 1px #CCC;*/
}
.Area h4{
	/*background:#389E8C;*/
	background:#EFEFEF;
	color:#333;
	padding:10px 0;
	text-align:center;
	font-size:18px;
	border:none;
}
.Area p{
	width:92%;
	margin:20px auto;
}

.reBtn{
	width:100%;
	overflow:hidden;
}
.reBtn li{
	width:50%;
	float:left;
}
.reBtn li a{
	width:470px;
	display:block;
	margin:auto;
	margin-bottom:10px;
}




.Table1{
	width:100%;
}
.Table1 td{
	padding:10px 6px;
	border-bottom:solid 1px #CCC;
	font-size:13px;
	line-height:145%;
	font-weight:normal;
}
.Table1 td:first-child{
	width:25%;
}




.Table2{
	width:100%;
}
.Table2 td{
	padding:20px;
	font-size:14px;
	border-top:solid 1px #CCC;
	border-right:solid 1px #CCC;
}
.Table2 tr:first-child td{
	width:20%;
}
.Table2 tr:last-child td{
	border-bottom:solid 1px #CCC;
}
.Table2 td.b{
	background:#DEDEDE;
	width:20%;
}
.Table2 .table_border{
	width:100%;
	height:1px;
	background:#CCC;
	margin:15px 0;
}


/*---------------
    求人募集
---------------*/

.anchorlink{
	padding-top: 10px;
	padding-bottom: 25px;
}

.anchorlink a{
	color: #00a0e9;
	font-size: 18px;
	padding: 0 10px;
}

.anchorlink_inner{
	padding-top: 100px;
    margin-top:-100px;
}

.recruit_ttl{
	text-align: center;
	font-size: 18px;
	background:#DFDFDF;
	border:none;
	padding: 10px 0;
	margin-bottom: 15px;
}

.recruit_table{
	    width: 100%;
		border-collapse: collapse;
		border: 1px solid #c3c3c3;
	    margin-bottom: 30px;
}

.recruit_table th{
	    width: 20%;
		/*font-weight: normal;*/
		text-align: left;
		box-sizing: border-box;
		padding: 10px;
		background: #00a0e9;
		color: #fff;
		border-bottom: 1px dotted #c3c3c3;
}

.recruit_table td{
	    font-size:15px;
	    color: #333;
	    width: 80%;
		text-align: left;	
		box-sizing: border-box;
	line-height: 1.5;
		padding: 10px;
		background: #fff;
		border-bottom: 1px dotted #c3c3c3;
	}

/*---------------
    施工エリア
---------------*/

#construction_map img{
	width: 100%;
}

#map_left{
	width: 480px;
	float: left;
	margin-bottom: 50px;
}

#map_right{
	width: 480px;
	float: right;
	margin-bottom: 50px;
}

#map_left table,#map_right table{
	border-collapse: collapse ;
}

#map_left th,#map_right th{
	width: 76px;
	background-color: #e3f1ff;
	border-bottom: solid 1px #333;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
}

#map_left td:nth-of-type(1),#map_right td:nth-of-type(1) {
	width: 134px;
	background-color: #F1F8FF;
	border-right: solid 1px #333;
}

#map_left td,#map_right td{
	border-bottom: solid 1px #333;
	border-top: solid 1px #333;
	padding: 10px;
}

.green_area{
	background: #7cc16e;
}

.orange_area{
	background: #efb558;
}

.green_area,.orange_area{
	display: inline-block;
	width: 40px;
	height: 20px;
	margin-left: 10px;
	vertical-align: middle;
}

.map_ttl{
	margin-bottom: 10px;
	vertical-align: middle;
	font-size: 18px;
}

#annotation{
	font-size: 11px;
	clear: both;
	text-align: right;
}

#construction_map span{
	display: inline-block;
}


/*---------------
     Footer
---------------*/

footer{
	background:#FAFAFA;
	border-top:solid 4px #00a0e9;
	
}
footer .Area{
	width:100%;
	max-width:1000px;
	margin:auto;
	border:none;
}

.FootLink{
	text-align:center;
	padding:15px 0;
	border-bottom:solid 1px rgba(0,0,0,0.2);
}
.FootLink li{
	display:inline-block;
	margin:0 15px;
}
.FootLink li a{
	display:block;
	color:#333;
	text-decoration:none;
	font-size:12px;
}


.Flogo{
	clear:both;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
	border-bottom:dotted 1px rgba(0,0,0,0.25);
}
.Flogo .Comp{
	width:300px;
	float:left;
	color:#333;
	margin-top:15px;
}
.Flogo .Comp p{
	font-size:12px;
	margin-top:8px;
}
.Flogo .Comp a{
	width:30px;
	height:30px;
	background:url(../img/facebook.png) no-repeat left top;
	display:inline-block;
	margin-left:20px;
}
.Flogo .Sub{
	width:380px;
	float:right;
}
.Flogo .Sub a{
	display:block;
	float:left;
	margin:0 10px;
}
.Flogo .Sub a.Tel{
	background:url(../img/f_tel.png) no-repeat left top;
	width:380px;
	height:140px;
}


a.good{
	clear:both;
	display:block;
	margin:25px auto;
	background: url(../img/f_good.png) no-repeat left top;
	width:170px;
	height:80px;
}



address{
	font-size:11px;
	text-align:center;
	color:#333;
	font-style:normal;
	padding:25px 0;

}

	

.AboutLink{
	width:100%;
	margin:20px 0;
	text-align:center;
}
.AboutLink li{
	display:inline-block;
	margin:0 15px;
}
.AboutLink li a{
	font-size:11px;
	color:#333;
}
.AboutLink li a:hover{
	opacity:0.6;
}





.CTA_banner{
	width:100%;
	max-width:1000px;
	overflow:hidden;
	margin:30px auto;
}
.CTA_banner li{
	width:50%;
	float:left;
}
.CTA_banner li a{
	display:block;
	width:460px;
	height:140px;
	margin:10px auto;
}
.CTA_banner li a.c{
	background:url(../img/cta_c.jpg) no-repeat left top;
}
.CTA_banner li a.reno{
	background: url(../img/cta_reno.jpg) no-repeat left top;
}



@media screen and (max-width:600px){

#map_left,#map_right{
	width: 100%;
	float: none;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

#map_left table,#map_right table,#map_left th,#map_right th,#map_left td:nth-of-type(1),#map_right td:nth-of-type(1),#map_left td,#map_right td {
	display: block;
	width: 100%;
}

#map_left td,#map_right td{
	padding: 10px 0;
}

}
