@charset "utf-8";

/**
 *
 *  会社情報
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
  #Info
---------------------------------------------------------------------------*/

#information{
	padding: 68px 0 80px;
	border-bottom: 1px solid #fff;
}

/*--------------------------------------------------------------------------
  #access
---------------------------------------------------------------------------*/

#access{
	padding: 67px 0 55px;
	background: #fafafa;
}

/* tab
-----------------------------------------------------------------*/
#mapTab{
	position: relative;
	width: 960px;
	height: 352px;
	margin: 0 auto 53px;
}
.tab-nav{
	position: absolute;
	z-index: 1;
	width: 959px;
	border:1px solid #e7e7e7;
	border-width: 0 1px 0 1px;
}
.tab-nav li{
	float: left;
}
.tab-nav li a{
	display: block;
	float: left;
	width: 320px;
	height: 50px;
	padding: 12px 0 11px;
	box-sizing: border-box;
	border-top: 2px solid #ededed;
	border-left: 1px solid #e5e5e5;
	background: #ededed;
	text-align: center;
	text-decoration: none;
	color: #8f8f8f;
	font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
	font-size: 108%;
	transition: all 0.3s;
}
/* IE9・10 */
/* .tab-nav li a:not(:target){
	padding: 14px 0 13px\9;
} */
/* IE11 */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .tab-nav li a{
		padding: 14px 0 13px;
	}

.tab-nav li:first-child a{
	width: 319px;
	border-left:none;
}
.tab-nav li a:hover,
.tab-nav li.active a{
	border-top: 2px solid #f69600;
	background: #fff;
	text-decoration: none;
	color: #efb556;
}
.tab-nav li.active a{
	cursor: default;
	pointer-events:none;
}
.tab-contents{
	position: absolute;
	top: 50px;
	left: 50%;
	width: 959px;
	height: 300px;
	margin-left: -480px;
	box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3);
	border: 1px solid #e7e7e7;
	border-width: 0 1px 1px 1px;
	background: #fff;
}
.tab-contents .tab-section{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
	padding: 0;
	opacity: 0;
}
.tab-contents .tab-section .inner{
	position: relative;
	width: 959px;
	height: 300px;
}
.tab-contents .active{
	z-index: 1;
}

}

.tableModule{
	font-size: 16px;
}

/** -----------------------------------------------------------------
 *
 *  [sp]レスポンシブ 740px
 *
 ----------------------------------------------------------------- */
@media screen and (max-width:740px) {


	/*--------------------------------------------------------------------------
	  #information
	---------------------------------------------------------------------------*/

	#information{
		margin: 0 auto;
	}




	/* tab
	-----------------------------------------------------------------*/
	#mapTab{
		width: 281px;
		height: 245px;
		margin-bottom: 25px;
	}
	.tab-nav{
		width: 280px;
	}
	.tab-nav li a{
		width: 94px;
		padding: 12px 0 11px;
		height: 43px;
		border-top: 2px solid #ededed;
		font-size: 11px;
	}
	.tab-nav li:first-child a{
		width: 92px;
		border-left:none;
	}
	.tab-contents{
		top: 42px;
		width: 280px;
		height: 199px;
		margin-left: -140px;
	}
	.tab-contents .tab-section .inner{
		width: 280px;
		height: 200px;
	}

}

/* work galleryArea3*/


.galleryArea3 { }


.galleryArea3 {margin: 0;font-size: 0;-webkit-backface-visibility: hidden;text-align: center;/*text-align:justify;*/text-align: left;line-height:0;}
.galleryArea3 .wrap { width:100%; max-width: 1200px; margin: 0 auto;}



.galleryArea3 h2{font-size:25px; }

.galleryArea3 .mix,
.galleryArea3 .gap {display: inline-block;margin: 10px 2% 30px;padding:0;width: 96%;}
#container .mix {display: none;}
/* --- .imgArea --- */
.galleryArea3 .imgArea {overflow: hidden;position: relative;z-index: 1;background: #ffffff;border: #ededed 1px solid;/* padding-top: 50px; */margin-top: 50px;}
/*.galleryArea3 .imgArea:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; background: #fefefe; z-index: 5; opacity: 0; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease; }
.galleryArea3 .imgArea:hover:before { content: ""; background: rgba(0, 0, 0, 0.03); opacity: 0.1; }
*/
.galleryArea3 .imgArea img {-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;transition: all 0.7s ease;width: 100%;padding: 0;/* float: left; */}
.galleryArea3 .imgArea:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); opacity: 1; }
.galleryArea3 .padd_top {padding-top:60px;}

.galleryArea3 .imgArea p {/* padding: 10px 10px; */}
/* span.plus */
.galleryArea3 .imgArea span.plus { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; width: 50px; height: 50px; z-index: 6; overflow: hidden; text-indent: -999px; }
.galleryArea3 .imgArea span.plus:before {position: absolute;top: 5%;left: 5%;margin-left: -25px;border-bottom: transparent 1px solid;width: 0px;height: 0;content: "";}
.galleryArea3 .imgArea span.plus:after { position: absolute; top: 50%; left: 50%; margin-top: -25px; border-right: transparent 1px solid; height: 0; content: ""; }
.galleryArea3 .imgArea span.plus:before,
.galleryArea3 .imgArea span.plus:after { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.galleryArea3 .imgArea:hover span.plus:before { border-bottom: #fff 1px solid; width: 50px; }
.galleryArea3 .imgArea:hover span.plus:after { border-right: #fff 1px solid; height: 50px; }
/* --- .txtArea --- */
.galleryArea3 .txtArea { text-align: center; }
.galleryArea3 .txtArea p.no { display: block; width: 50px; height: 50px; margin: -25px auto 0; background: #fefefe; font-size: 14px; /*font-family: 'Catamaran', sans-serif;*/ font-weight: 700; line-height: 50px; letter-spacing: 1px; position: relative; z-index: 3; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }
.galleryArea3 .txtArea p.no:after { position: absolute; top: -5px; left: -5px; right: -5px; bottom: -5px; content: ""; border: #fefefe 1px solid; z-index: -1; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }
.galleryArea3 h4 {font-size: 15px;letter-spacing: 1px;line-height: 1.7;margin-top: -5px;position: relative;z-index: 4;margin-top: 0px;padding: 2% 0 0;/* width: 64%; *//* float: left; */}
.galleryArea3 h3 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 10px;
    position: relative;
    z-index: 4;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
    /* width: 64%; */
    /* float: left; */
    color: #a72901;
    padding-left: 60px;
}

 /* .sozai_title  */
.sozai_title{font-size:17px;padding:15px 0;}



 /* .txtQcds */
.txtQcds {float: left;width: 95%;padding: 5%;margin-bottom: 0;}
.txtQcds p{font-size: 15px;line-height: 1.7;}



/*----------------------------------------------------
QCDS
------------------*/

.boxQcds {
    position: relative;
    margin: 2em 0;
    padding: 3em 0em;
    border: solid 1px #eee;
    border-radius: 0px;
    border: dashed 1px #eee;
    margin-bottom: 30px;
}
.boxQcds .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #137b3b;
    font-weight: bold;
}
.boxQcds p {
    margin: 0;
    padding:15PX  5px;
    /* color: #292323; */
    text-align:left;

}






@media only screen and (max-width: 800px) {
.galleryArea3 .mix,
.galleryArea3 .gap { display: inline-block; margin: 60px 2% 0; width: 96%;}
/* --- .imgArea --- */
.galleryArea3 .imgArea { overflow: hidden; position: relative; z-index: 1; background: #fefefe; border: #ededed 1px solid; }
.galleryArea3 .imgArea:before { display:none; }
.galleryArea3 .imgArea:hover img { -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -o-transform: scale(1,1); -ms-transform: scale(1,1); transform: scale(1,1);  }
.galleryArea3 .imgArea span.plus { display:none; }
.galleryArea3 h4 { font-size: 13px; }
}

@media only screen and (max-width: 738px) {
.galleryArea3 { margin: 10px -1.5% 0; }
.galleryArea3 .mix,
.galleryArea3 .gap { margin: 40px 1.5% 0; width: 96%; }	

.galleryArea3 .txtArea p.no { width: 40px; height: 40px; margin: -20px auto 0;font-size: 12px; line-height: 40px; }
.galleryArea3 h4 { font-size: 12px; }
	
}

@media only screen and (max-width: 414px) {
	.galleryArea3 .imgArea img {
		width: 90%;
		padding: 0;
		margin: 0 5%;
		/* float: left; */
	}

	.galleryArea3 { margin: 10px -1.5% 0; }
	.galleryArea3 .mix,
    .galleryArea3 .gap { margin: 30px 1.5% 0;}	
	.galleryArea3 .txtArea { padding:0 2.5%; }
	.galleryArea3 h4 { font-size: 11px; }

	.galleryArea3 h3 {padding-left:0}
	
}



.gallery_col{
    width:90%;
    padding: 3%;
 }
.gallery_col2{
    width:70%;
    float:left;
    padding: 3%;
 }

.gallery_col3{
    width: 50%;
    float:left;
    padding: 3%;
 }

.gallery_col4{
    width:50%;
    float:left;
    padding: 3%;
 }

.gallery_col5{
    width: 43%;
    float:left;
    padding: 3%;
 }

 .gallery_col6{
    width: 35%;
    float:left;
    padding: 3%;
 }

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

.gallery_col3{
    width: 95%;
    margin: 0 auto;
 }

.gallery_col4{
    width: 95%;
    margin: 0 auto;
 }

.gallery_col5{
    width: 95%;
 }

 .gallery_col6{
    width: 95%;
    margin: 0 auto;
 }



 }

.mane {
	width:90%;
	margin: 0 auto;
	text-align: center;
	padding-top:30px;
}


.mane h2{
	font-size: 25px;
	font-weight:400;
	text-align:left;
	padding-left:30px;
}
.mane h2{
  position: relative;
  color: white;
  background: #137b3b;
  line-height: 2;
  font-size: 16px;
  margin-bottom: 20px;
}

.mane h2:before {/*疑似要素*/
  font-family: 'FontAwesome';
  content: "\f14a";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

.mane h3{
  position: relative;
  color: #127839;
  text-align:left;
  font-size:15px;
  line-height: 2;
  padding-left: 20px;
  border-bottom:solid 1px;
}

.mane h3:before {/*疑似要素*/
  font-family: 'FontAwesome';
  content: "\f192";
  position: absolute;
  left: 0; /*左端からのアイコンまでの距離*/
  font-size: 16px;
  top: -1px;
}









