@charset "UTF-8";
/****************************************************************************
	body設定
*****************************************************************************/
body{
	color: #fff;
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 31px;
	text-align: center;
	background-color: #000;
	overflow-wrap : break-word;
	 -webkit-text-size-adjust: 100%;
}


h2,h3,h4{text-align: left;}

a {color: #fff;
	text-decoration:none;
	}
a:hover {
	color: #fff;
	text-decoration:underline;
	}
img {
	margin: 0  ;
	padding: 0;}


#container{
	width:100%;
	margin: 0 auto ;
	text-align: center;
	
}
.contents{
	width:1100px;
	min-height: 400px;
	height: auto;
	margin: 0 auto ;
	padding:  0;
	text-align: center;
	
}
/****************************************************************************
	コンテンツ設定
*****************************************************************************/

/*	ヘッダー
----------------------------------------------------------------------------*/
#header{
	width: 1100px;
	margin: auto;
	padding:  0;
}

#head_logo {
	width:200px;
	margin:0 auto ;
	float: left;
	}


.h1{
	width: 890px;
	font-size: 12px;
	line-height:36px;
	height: 36px;
	text-align: left;
	padding-left: 10px;
	float: left;

}


/*	グローバルナビ
----------------------------------------------------------------------------*/

.navi{
	width: 900px;
	margin: 0 ;
	padding: 0;
	float: left;
}
.navi ul:before, .navi ul:after{
	content: "";
	display: table;
}
.navi ul:after{
  clear: both;
}
.navi ul {
	width: 900px;
	margin: auto;
	padding:  0 ;
	list-style: none;
	
}
.navi li{
	margin: 0;
  	padding:  0 ;
}

.navi li a{
	width: 180px;
	display: block;
	float: left;
	text-decoration: none;
	overflow: hidden;
	background-color: rgba(0,0,0,0.63);
}
.navi li a img {
	width: 100%;
	height: auto;
}
.navi li a:hover{
	background-color: rgba(241,90,36,0.63);
}
.home .navi .p1 a {background-color: rgba(241,90,36,0.63);}
.business .navi .p2 a {background-color: rgba(241,90,36,0.63);}
.equipment .navi .p3 a {background-color: rgba(241,90,36,0.63);}
.results .navi .p4 a {background-color: rgba(241,90,36,0.63);}
.company  .navi .p5 a {background-color: rgba(241,90,36,0.63);}
.contact  .navi .p6 a {background-color: rgba(241,90,36,0.63);}

/*	フッター
----------------------------------------------------------------------------*/
#footer{
	background-image: url(../img/common/foot_back.png);
	background-repeat: repeat-y;
	background-position: center;
	overflow: hidden;
	padding: 28px 0;
	text-align: center;
	margin: 80px 0 0 0;
	}
#footer_in {
	width: 540px;
	margin:  0 auto ;
}

.footer_img {
	width: 262px;
	float: left;
	margin: 0 34px 0 0;
}
.footer_logo {
	margin: 0 0 5px 0;

	}	
.footer_add {
	width: 244px;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	color: #000;
	float: left;
}
.footer_add img {
	width: 100%;
	height: auto;
}

#footer_copy{
	height:35px;
	font-size:11px;
	line-height:35px;
	padding: 0;
	color: #fbb03b;
	text-align:center;
	}
.page_top {
	width: 100px;
	position: fixed;
	right: 20px;
	bottom: 100px;
	background-color: rgba(0,0,0,0.63);
	cursor: pointer;
}
.page_top:hover {
	background-color: rgba(241,90,36,0.63);
}

.page_top img {
	width: 100%;
	height: auto;
}

/*	共通
----------------------------------------------------------------------------*/
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

.center{text-align: center;}
.clear{clear: both; overflow: hidden; margin:  auto;}
.int10 {
	text-indent:-1em;
	padding-left:1em;
}
.title {
	margin: 40px auto 65px auto;
	padding: 1px 0;
}
.title span {
	font-size: 24px;
	line-height: 1em;
	color: #fff;
	/*text-shadow: 3px 3px 5px #4d4d4d,
    -3px 3px 5px #4d4d4d,
    3px -3px 5px #4d4d4d,
    -3px -3px 5px #4d4d4d;*/
	padding: 12px 24px;
	background-color: #f15a24;
	text-align: center;	
}
.page_title {
	width: 340px;
	margin: 40px auto 210px auto;
}
/*.home #container {
	background-image: url(../img/top/heaad_img.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}*/
.business #container {
	background-image: url(../img/business/heaad_img.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.company  #container {
	background-image: url(../img/company/heaad_img.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.equipment #container {
	background-image: url(../img/equipment/heaad_img.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.results #container {
	background-image: url(../img/results/heaad_img.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.contact #container {
	background-image: url(../img/contact/heaad_img.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
/*　TOP
----------------------------------------------------------*/
.home #header{
	width: 1100px;
	margin: auto;
	padding:  0;
	position: absolute;
	left: calc(50% - 550px);
	top:0;
	z-index: 100;
}



 .head_slide{
	width: 1200px;
	height: 655px;
	overflow: hidden;	
	position: relative;
}

@keyframes anim1 {
 0% {
	 webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
	 transform: scale(1.2,1.2);
	filter: blur(20px);
	 transition-property: filter;
}

70% {
	webkit-transform: scale(1.0,1.0);
    -moz-transform: scale(1.0,1.0);
    -o-transform: scale(1.0,1.0);
    -ms-transform: scale(1.0,1.0);
	 transform: scale(1.0,1.0);
	filter: blur(0);
} 
}
 .parts1 {
	height: 655px;
	overflow: hidden;
	animation: anim1 7s ease forwards;	
}
@keyframes anim2 {
 50% {
	 filter: blur(20px);
	 transition-property: filter;
}

100% {
	filter: blur(0);
} 
}

.parts2 {
	width: 480px;
	position: absolute;
	bottom:85px;
	left: 10px;
	animation: anim2 4.5s ease forwards;	
}
.top_gree {
	width: 1100px;
	padding:36px 0 ; 
	margin: 30px auto 40px auto;
	background-image: url(../img/common/hr.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.top_gree .lead {
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	margin: 0 auto 30px auto;
}
.top_gree .lead span {
	font-size: 36px;
	color: #ff1d25;
}
.top_gree .img {
	width: 287px;
	float: left;
	margin: 0 13px 0 0;
}
.top_gree .text {
	width: 800px;
	float: left;
	margin: 0 0 0 0;
	font-size: 18px;
	line-height: 31px;
	letter-spacing: -0.03em;
	text-align: left;
}
.top_gree .text .name {
	width: 203px;
	font-size: 110%;
	color: #f7931e;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-align: right;
	margin: 20px 0 0 0;
	float: right;
}
.top_gree .text .name span {
	font-size: 80%;
}
.top_gree .text .name img {
	width: 100%;
	height: auto;
}
.top_biz {
	width: 1100px;
	padding:36px 0 ; 
	margin: 30px auto 40px auto;
	background-image: url(../img/common/hr.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.top_biz .img1 {
	width: 545px;
	margin: 0 17px 0 0 ;
	float: left;
	background-color: #fff;
	display: block;
	position: relative;
}
.top_biz .img2 {
	width: 538px;
	margin: 0 0 9px 0 ;
	float: left;
	background-color: #fff;
	display: block;
	position: relative;
}
.top_biz .img3 {
	width: 538px;
	margin: 0 0 0 0 ;
	float: left;
	background-color: #fff;
	display: block;
	position: relative;
}
.top_biz .text {
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 5px;
}
.top_biz .img1:hover {}

.top_seo {
	width: 1100px;
	margin: 30px auto;
	font-size: 17px;
	line-height: 30px;
	text-align: left;
}
/*　事業案内
----------------------------------------------------------*/
.business .lead {
	width: 1100px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1em;
	text-align: left;
	padding: 20px 0;
	margin: auto;
	background-image: url(../img/business/title.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.business .head_lead {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 30px auto;
}
.business .img_box {
	width: 1100px;
	margin: 30px auto;
}
.business .img_box .left {
	width: 514px;
	margin: 0 72px 0 0;
	position: relative;
	float: left;
}
.business .img_box .right {
	width: 514px;
	margin: 0 0 0 0;
	position: relative;
	float: left;
}
.business .img_box .name {
	font-size: 20px;
	text-align: center;
	color: #F7931E;
	padding: 8px 24px;
	background-image: url(../img/business/name.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
	display: block;
	position: absolute;
	bottom: 8px;
	left: 0;
}
.business .text_detail {
	width: 1100px;
	font-size: 18px;
	line-height: 31px;
	text-align: left;
	margin: 30px auto 70px auto;
}
/*　設備紹介
----------------------------------------------------------*/
.equipment_table {
	width: 1100px;
	margin: 30px auto 80px auto;
}

.equipment_table table {}


.equipment_table th {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	padding: 17px 0;
	background-color: #494848;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.equipment_table td {
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	padding: 17px 0;
	background-color: #2b2b2b;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

/*　施工実績
----------------------------------------------------------*/
.results .list {
	width: 1100px;
	margin: 0 auto 80px auto;
}
.results .list .img_l {
	width: 345px;
	margin: 0 32px 30px 0 ;
	float: left;
}
.results .list .img_r {
	width: 345px;
	margin: 0 0 30px 0 ;
	float: left;
}
.results .list_01 {
	width: 507px;
	margin: 0 86px 90px 0 ;
	float: left;
}
.results .list_01 img {
	margin: 0 0 15px 0 ;
}
.results .list_02 {
	width: 507px;
	margin: 0 0 90px 0 ;
	float: left;
}
.results .list_02 img {
	margin: 0 0 15px 0 ;
}
.results .list_03 {
	width: 1100px;
	margin: 30px auto 80px auto;
}
.list_table th {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	padding: 17px 10px;
	background-color: #494848;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.list_table td {
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	padding: 17px 10px;
	background-color: #2b2b2b;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.results_table th {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	padding: 17px 10px;
	background-color: #494848;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.results_table td {
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	padding: 17px 10px;
	background-color: #2b2b2b;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
/*　会社案内
----------------------------------------------------------*/

.comp_table {
	width: 1100px;
	margin: 0 auto 70px auto;
}

.comp_table th {
	width: 300px;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	vertical-align: top;
	padding: 17px 0;
	background-color: #494848;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.comp_table td {
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	padding: 17px 10px 17px 40px;
	background-color: #2b2b2b;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.map {
	width: 690px;
	height: 210px;
	margin: 10px 0 0 0;
}

/*　お問い合わせ
----------------------------------------------------------*/
.contact_comm {
	margin: 30px auto 40px auto;
	font-size: 19px;
	line-height: 30px;
	text-align: center;
}

.contact_table {
	width: 1100px;
	margin: 0 auto 80px auto;
}
.contact_table th {
	width: 300px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	padding: 27px 10px;
	background-color: #494848;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.contact_table td {
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	padding: 10px 10px;
	background-color: #2b2b2b;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.contact_table span {
	width: 4em;
	font-size: 18px;
	color:#f00;
	float: right;
	}


.submit_btn{
	width: 360px;
	margin: 40px auto 40px auto;
	font-size: 20px;
	line-height: 1em;
	padding: 16px 0;
	text-align: center;
	color: #fff;
	background-color: #ff1d25;
	border: none;
	display: block;
	position: relative;
	overflow: hidden;
}

.submit_btn:hover{
	background-color: #ff494f;
}


.return_btn{
	width: 360px;
	margin: 40px auto 40px auto;
	font-size: 20px;
	line-height: 1em;
	padding: 16px 0;
	text-align: center;
	color: #fff;
	background-color: #ff1d25;
	border: none;
	display: block;
	position: relative;
	overflow: hidden;
	}


.return_btn:hover {
	background-color: #ff494f;
	}
.confirm_btn{
	width: 360px;
	margin: 40px auto 40px auto;
	font-size: 20px;
	line-height: 1em;
	padding: 16px 0;
	text-align: center;
	color: #fff;
	background-color: #ff1d25;
	border: none;
	display: block;
	position: relative;
	overflow: hidden;
	}
.confirm_btn:hover {
	background-color: #ff494f;
	}
.form_style{
	width:96%; 
	height:auto; 
	padding:1% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	
	}
.form_style_s{
	width:50%; 
	height:auto; 
	padding:1% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	
	}
.form_style_tarea{
	width:96%; 
	height:160px; 
	padding:1% 2% ;
	font-size:16px; 
	}

.complete {
	color: #ff1d25;
	font-weight: bold;
	font-size: 150%;
	line-height: 150%
}

