@charset "UTF-8";

/*タナカエンジニアリングTopページCSS*/


*{
	margin:0px;
	padding:0px;
}


.top section{
	margin-bottom:100px;
}

main section h2{
	text-align: center;
	color: #fff;
	font-size: 50px;
	font-family: "Teko";
	font-weight: 300;
	letter-spacing: 2px;
}

main section h2 span{
	display:block;
	font-size: 18px;
	font-weight: bold;
	margin-top: -20px;
}


.more_n,.more_w{
	text-align: right;
	
}

.more_n a{
	display: inline-block;
	padding:3px 40px 0 20px;
	color:#fff;
	text-decoration: none;
	font-family: "Teko";
	font-size: 20px;
	background-color: #202c58;
	background-image: url(../img/more_arrow_w.png);
	background-repeat: no-repeat;
	background-position:right 15px top 6px;
	line-height: 27px;
}

.more_n a:hover{
	background-color: #fff;
	color:#202c58;
	background-image: url(../img/more_arrow_n.png);
}

.more_w a{
	display: inline-block;
	padding:3px 40px 0 20px;
	color:#202c58;
	text-decoration: none;
	font-family: "Teko";
	font-size: 20px;
	background-color: #fff;
	background-image: url(../img/more_arrow_n.png);
	background-repeat: no-repeat;
	background-position:right 15px top 6px;
	line-height: 27px;
}

.more_w a:hover{
	background-color: #003b94;
	color:#fff;
	background-image: url(../img/more_arrow_w.png);
}



/* ------------------------------
トップメインスライド
------------------------------ */
.bg-slider {
	width: 100vw;
	height: 750px;
	background-position:center center;
	background-size: cover;
	
	
}

.catch{
	width:1000px;
	margin: 120px auto 0;
}




.catch h2{
	color: #fff;
	font-weight: 500;
	font-size:80px;
	letter-spacing: 2px;
	text-shadow: 2px 2px 3px #888;
	-webkit-text-shadow: 2px 2px 3px #888;
	-moz-text-shadow: 2px 2px 3px #888;
	margin-left: 242px;
	font-family: "Teko";
}

.catch h2 .copy_b{
	color:#003C96;
}

.catch h2 .copy_s{
	font-size:50px;
	display: block;
	margin-top:-70px;
}

.catch ul{
	margin-left: 242px;
	list-style: none;
	font-size: 16px;
	font-weight: bold;
}

.catch ul li{
	color:#fff;
	text-shadow: 2px 2px 2px #555;
	-webkit-text-shadow: 2px 2px 2px #555;
	-moz-text-shadow: 2px 2px 2px #555;
}


/* ------------------------------
Works
------------------------------ */
main #sec01{
	width:1000px;
	margin: -90px auto 0;
	
}

main #sec01 .inn_top_sec01{
	
	background-image:url(../img/bg_top_sec01.png);
	background-repeat:repeat-y;
	margin-left: 160px;
	padding:40px 0 40px 40px;
	
}

main #sec01 .inn_top_sec01 ul{
	list-style: none;
	overflow: hidden;
	width:800px;
	 
}

main #sec01 .inn_top_sec01 ul li{
	float: left;
	width:200px;
	height: 134px;
	overflow: hidden;
	position: relative;
	
}




main #sec01 .inn_top_sec01 ul li img{
	position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    width: 100%;
    height: auto;
	 -webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
	display: inline-block;
zoom: 1;
}

main #sec01 .inn_top_sec01 ul li img:hover{
	 -webkit-filter: grayscale(0%);
  	filter: grayscale(0%);
	display: inline-block;
zoom: 1;
}



main #sec01 .inn_top_sec01 ul li:last-child a{
	background-color: #202c58;
	font-family: "Teko";
	letter-spacing:1px;
	padding-top:50px;
	font-size: 20px;
	display: block;
	height:84px;
	width: 100%;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

main #sec01 .inn_top_sec01 ul li:last-child a:hover{
	background-color: #193071;
	
}

main #sec01 .inn_top_sec01 ul li:last-child a span{
	background-image: url(../img/more_arrow_w.png);
	background-repeat: no-repeat;
	background-position:right 4px;
	padding-right: 20px;
}

/* ------------------------------
Tanaka Quality
------------------------------ */
main #sec02{
	margin-top:100px;
	background-image: url(../img/bg_top_sec02.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	
}

main #sec02 .inn_top_sec02{
	width:960px;
	margin: 0 auto;
	background-image: url(../img/bg_top_sec02_inn.png);
	background-repeat: repeat-x;
	background-position: top;
	overflow: hidden;
	padding: 20px;
	color: #fff;
}

main #sec02 .inn_top_sec02 h2{
	width:598px;
	float: left;
	margin-left: -160px;
	background-image: url(../img/top_tq_onoff.png);
	background-repeat: no-repeat;
	background-position: 160px 0;
	padding: 270px 200px 0 0;
	
}
main #sec02 .inn_top_sec02:hover h2{
	background-position: 160px -509px;
}



main #sec02 .inn_top_sec02 h2+p{
	margin: 60px 0 20px 0;
}

main #sec02 .inn_top_sec02 h2+p strong{
	display: block;
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
}

main #sec02 .inn_top_sec02 h2+p span{
	text-align: right;
	display: block;
}

main #sec02 .inn_top_sec02 h2+p+p{
	margin-bottom:50px;
} 
/* ------------------------------
Facility List
------------------------------ */
main #sec03{
	width:1000px;
	margin: 0 auto 100px;
	overflow: hidden;
}

main #sec03 h2{
	color:#202c58;
	margin: -20px 0 40px 0;
	overflow: hidden;
}

main #sec03 .inn_top_sec03{
	overflow: hidden;
}

main #sec03 .inn_top_sec03 div{
	color: #fff;
	background-color: #003b94;
	width:294px;
	height:320px;
	padding:20px;
	float: left;
}

main #sec03 .inn_top_sec03 div ul{
	list-style: none;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

main #sec03 .inn_top_sec03>p{
	width:333px;
	float: left;
	
}

main #sec03 .inn_top_sec03>p img{
	
	 -webkit-filter: grayscale(100%);
  	filter: grayscale(100%);

	
}

main #sec03 .inn_top_sec03>p img:hover{
	 -webkit-filter: grayscale(0%);
  	filter: grayscale(0%);
}

/* ------------------------------
Company Profile
------------------------------ */
main #sec04{
	background-image: url(../img/bg_top_sec04.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	
}

main #sec04 .inn_bg{
	width:1200px;
	margin: 0 auto;
	background-image: url(../img/bg_top_sec04_inn.png);
	background-repeat: no-repeat;
	background-position: top right;
}

main #sec04 .inn_bg .inn_top_sec04{
	width:1000px;
	margin: 0 auto;
	overflow: hidden;
	color:#fff;
}

main #sec04 .inn_bg .inn_top_sec04 h2{
	margin-top: 20px;
	width:500px;
	padding:0 0 380px 0;
	float: left;
	background-image: url(../img/top_sec04_h2_onoff.png);
	background-repeat: no-repeat;
	background-position: 0 130px;
	
}


main #sec04 .inn_bg .inn_top_sec04:hover h2{
	background-position: 0 -364px
	
}

main #sec04 .inn_bg .inn_top_sec04>p{
	margin-left: 550px;
}

main #sec04 .inn_bg .inn_top_sec04 h2+p{
	margin: 40px 0 20px 550px;
}

main #sec04 .inn_bg .inn_top_sec04 h2+p span{
	display: block;
	font-size: 30px;
	line-height: 36px;
	
}

main #sec04 .inn_bg .inn_top_sec04 .more_w{
	margin-top: 100px;
}

/* ------------------------------
Contact
------------------------------ */
main #sec05{
	background-color: #003b94;
	
}

main #sec05 .inn_top_sec05{
	width:1000px;
	margin:0 auto;
	color:#fff;
	padding:40px 0 40px;
	overflow: hidden;
}
main #sec05 .inn_top_sec05 p:first-child{
	width:640px;
	float: left;
}
main #sec05 .inn_top_sec05 p:first-child img{
	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
}


main #sec05 .inn_top_sec05:hover p img{

	 -webkit-filter: grayscale(0%);
  	filter: grayscale(0%);
}



main #sec05 .inn_top_sec05 h2{
	margin: -20px 0 10px 0;
}

main #sec05 .inn_top_sec05 h2,main #sec05 .inn_top_sec05 h2+p{
	margin-left: 680px;
	
}

main #sec05 .inn_top_sec05 h2+p{
	margin-bottom: 10px;
	line-height: 1.75;
}