@charset "utf-8";

/* ---------------------------------------
　　　PC
---------------------------------------*/


@media screen and (min-width: 751px) {
* {
	font-size: 16px;
	line-height: 26px;
}
.pcNone {
	display: none!important;
}
	
.tel-tap{pointer-events: none;}	
	
/*---------------------------------
	header
-----------------------------------*/	
	

#header {
	width: 100%;
	min-width: 1200px;
	height: 80px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	z-index: 5000;
	-moz-transition: height 0.3s;
	-o-transition: height 0.3s;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
}
#header .inner {
	position: fixed;
	width: 100%;
	min-width: 1200px;
	height: 80px;
	background-color: #fff;
}
#navToggle {
	display: none;
}
.h_contents #logo {
	width: 300px;
	float: left;
	padding-top:10px;
}
.inner.clearfix .h_contents.clearfix #logo {
}

.h_contents #logo img {
	width: auto;
	height: 60px;
}
.h_contents #gnav {
	position: relative;
	width: 890px;
	height: 80px;
	margin-left: auto;
}
.h_contents #gnav #navi {
	z-index: 30;
	width: 670px;
	height: 80px;
	box-sizing: border-box;
	text-align: center;
	float: left;
}
.h_contents #gnav #navi li {
	height: 80px;
	padding: 0 20px;
	display: inline-block;
}
.h_contents #gnav #navi li a {
    height: 80px;
    display: block;
    line-height: 80px;
    font-size: 16px;
    text-decoration: none;
    position: relative;
}
.h_contents #gnav .h_tel {
	height: 80px;
	width: 220px;
	background-color: #4da7e1;
	text-align: center;
	float: right;
}
	
/*---------------------------------
	pagetop
-----------------------------------*/


#pagetop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	width: 60px;
	height: 60px;
	z-index:100;
	background-color: #fff;
}
#pagetop a {
	width: 60px;
	height: 60px;
	display: block;
}
	
#pagetop img {
	width: 60px;
	height: 60px;
}	
/*---------------------------------
	footer
-----------------------------------*/	
	
	
#footer {
	width: 100%;
	height: 170px;
	margin: 0 auto;
	padding: 40px 0 25px 0;
	box-sizing: border-box;
	position: relative;
	color:#fff;
}
#footer .f_contents {
	width: 100%;
	height: 220px;
	background: url(../images/common/img_wave.png) no-repeat center top;
	background-size: 100% auto;
	position: absolute;
	margin-top: -90px;
	z-index: 100;
}
#footer .f_contents .inner {
	width: 960px;
	margin: 50px auto 0;
}
#footer .f_contents .inner .add{
	width: 400px;
	float: left;
}
	
	#footer .f_contents .inner .add a{
		color:#fff;
		text-decoration: none;
	}
#footer .f_contents .inner .add img.logo {
	width: 260px;
	margin-bottom:20px;
}
#footer .f_contents .inner .copyright {
	width: 300px;
	padding-top:110px;
	box-sizing: border-box;
	float: right;
	text-align: right;
	font-size:12px;
}
/****************footer設定*********************/	
	
	
/*---------------------------------
	トップページ
-----------------------------------*/	
	
	
/* mainImage
-----------------------------*/	

	

.index h1 {
	position: absolute;
	z-index: 100;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	color: #fff;
	font-size: 48px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align: center;
	text-shadow: 0 0 10px rgba(0,0,0,.5);
}
.index h1 span {
	display: block;
}
	
.index #mainImage #slider li {
  height: 88vh;
  background: center / cover no-repeat;
}		
	
.index #mainImage .icon_scroll {
	width: 87px;
	height: 108px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -43px;
	z-index: 90;
}

	
.index .icon_scroll {
	-webkit-animation-name: fuwafuwa;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	-moz-animation-name: fuwafuwa;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease;
}
@-webkit-keyframes fuwafuwa {
 0% {
-webkit-transform:translate(0, 0);
}
 50% {
-webkit-transform:translate(0, -10px);
}
 100% {
-webkit-transform:translate(0, 0);
}
}
@-moz-keyframes fuwafuwa {
 0% {
-moz-transform:translate(0, 0);
}
 50% {
-moz-transform:translate(0, -10px);
}
 100% {
-moz-transform:translate(0, 0);
}
}
	
/*---------------------------------
	contents
-----------------------------------*/

#contents {
	margin-top: -80px;/*headerの高さが100pxの場合*/
	padding-top: 80px;
}
h2 {
	text-align: center;
}
h2 span {
	display: block;
	font-size: 30px;
	line-height: 153%;
}
/*section {
	width:100%;
	margin: 0 auto;
	text-align:center;
}*/

	
/*事業案内
-------------------------------*/

#service .readBox {
	height: 250px;
	position: relative;
	color: #fff;
}
#service .readBox .inner {
	width: 100%;
	height: 320px;
	padding-top: 40px;
	position: absolute;
	top: -110px;
	background: url(../images/common/img_wave.png) no-repeat;
	background-size: cover;
	z-index: 100;
}
	
#service .readBox h2 img{
	margin-top:70px;
	}	
	
#service .readBox .inner p{
	margin-top: 20px;
	line-height: 2em;
	font-size:20px;
	}

#service-content .service01 {
	/* background: url(../images/index/img_service01.jpg) no-repeat; */
	background: url(../images/index/img_service001.jpg) no-repeat;
	position: relative;
}
#service-content .service02 {
	background: url(../images/index/img_service02.jpg) no-repeat;
	position: relative;
}
#service-content .service01, #service-content .service02 {
	height: 700px;
	background-position: center!important;
	background-size: cover!important;
	text-align: left;
}
#service-content .service01 h3, #service-content .service02 h3 {
	font-size: 26px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
#service-content .service02 h3 span {
	font-size: 18px;
	letter-spacing: 0.1em;
}
#service-content .service01 .inner, #service-content .service02 .inner {
	width: 600px;
	padding: 60px;
	box-sizing: border-box;
	background: rgba(256,256,256,.8);
}
#service-content .service01 .inner {
	position: absolute;
	top: 0;
	right: 0;
}
#service-content .service02 .inner {
	position: absolute;
	top: 0;
	left: 0;
}

#service-content .coalAsh .readBox {
	height: 200px;
	padding: 60px 0;
	box-sizing: border-box;
	background: #4da7e1;
	color: #fff;
}
#service-content .coalAsh .readBox h3 {
	font-size: 30px;
	margin-bottom: 20px;
}
#service-content .coalAsh .cont_service {
	height: 400px;
	background: url( ../images/index/img_coalAsh.jpg);
	background-size: cover;
}
#service-content .coalAsh .cont_service .inner {
	width: 960px;
	margin: 0 auto;
	padding-top: 70px;
	box-sizing: border-box;
	color: #fff;
	text-align: left;
}
#service-content .coalAsh .cont_service .inner h4 {
	font-size: 30px;
	line-height: 50px;
	margin-bottom: 10px;
}
#service-content .coalAsh .cont_service .inner a {
	display: block;
	width: 220px;
	height: 60px;
	margin-top: 20px;
	text-align: center;
	background: rgba(256,256,256,.8);
	line-height: 60px;
	text-decoration: none;
}

.view {
	display: block;
	width: 33.3%;
	height: 400px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background-position: center!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
}
.view.service03 {
	background: url(../images/index/img_service003.jpg);
}
.view.service04 {
	background: url(../images/index/img_service04.jpg);
}
.view.service05 {
	background: url(../images/index/img_service005.jpg);
}
.view .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view .content {
	width: 100%;
	height: 100%;
	padding: 40px;
	box-sizing: border-box;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
	display: block;
	position: relative;
}
.view h3 {
	/*text-transform: uppercase;*/
	display: block;
	width: 300px;
	text-align: center;
	letter-spacing: 0.1em;
	position: absolute;
	font-size: 24px;
	padding: 10px;
	margin: -22px auto 0;
	background: rgba(256, 256, 256, 0.8);
	top: 50%;
	right: 0;
	left: 0;
}
.view .mask {
	background-color: rgba(256, 256, 256, 0.8);
	width: 100%;
	/* padding: 105px;*/
	height: 100%;
	opacity: 0;
	transform: translate(265px, 0px);
	-webkit-transform: translate(265px, 0px);
	/*transform: translate(265px, 145px) rotate(45deg);
  -webkit-transform: translate(265px, 145px) rotate(45deg);*/
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.view p {
	font-size: 24px;
	position: relative;
	margin-bottom: 40px;
	text-align: center;
	transform: translate(700px, 0px);
	-webkit-transform: translate(700px, 0px);
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.view .info {
	display: block;
	text-decoration: none;
	text-align: left;
	padding: 7px 14px;
	text-transform: uppercase;
	transform: translate(700px, 0px);
	-webkit-transform: translate(700px, 0px);
	transition: all 0.2s 0.1s ease-in-out;
	-webkit-transition: all 0.2s 0.1s ease-in-out;
}
/* hover */

.view:hover .mask {
	opacity: 1;
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);/*transform: translate(-80px, -125px) rotate(45deg);
  -webkit-transform: translate(-80px, -125px) rotate(45deg);*/
}
.view:hover p {
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	transition-delay: 0.0s;
	-webkit-transition-delay: 0.0s;
}
.view:hover .info {
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
}

/* news */
#news {
  margin-bottom: 250px;
}
#news .readBox {
	padding: 110px 0 60px;
}
#news .descriptionBox {
 margin-bottom: 60px; 
}
#news .descriptionBox .e-title {
    display: inline-block;
    margin: 0 auto;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bolder;
  /* background: linear-gradient(transparent 60%, #ff0 0%); */
}
#news .descriptionBox .e-text-wrapper {
    max-width: 800px;
    margin: 0 auto;
    font-size: 14px;
}
#news .descriptionBox .e-text {
    display: block;
    text-align: left;
    margin-bottom: 1.5em;
    font-size: 16px;
}
#news .descriptionBox .e-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 280px;
  height: 60px;
  text-decoration: none;
  background-color: #4da7e1;
  color: white;
  /* margin-bottom: 30px; */
  /* border-radius: 5px; */
}
#news .infoBox {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  color: white;
  max-width: 1200px;
  padding: 0 20px;
  flex-wrap: wrap;
}
#news .infoBox .e-img-box {
  width: 50%;
}
#news .infoBox .e-img-box img {
  width: 100%;
  vertical-align:top;
}

#news .infoBox .e-table-box {
  width: 50%;
  background-color: #f4f3f3;
  color: #333;
}
#news .infoBox .e-table-box h4 {
  text-align: left;
  font-size: 20px;
  width: 90%;
  margin: 30px auto 20px;
}
#news .infoBox .e-table-box table {
  width: 90%;
  margin: 0px auto 30px;
  text-align: left;
}
#news .infoBox .e-table-box table tbody tr th {
  padding: 10px 0;
  width: 100px;
}
#news .infoBox .e-table-box table tbody tr td {
  padding: 10px 0;
}

/* message */
	
#message .readBox {
	padding: 110px 0 30px;
}
#message .cont_message {
	background: url( ../images/index/img_message.jpg) no-repeat center top;
	background-size: 100% auto;
	padding-top: 340px;
}
#message .cont_message .inner {
	width: 1200px;
	margin: 0 auto;
}
#message .cont_message .inner img.president {
	float: left;
}
#message .cont_message .inner p {
	width: 600px;
	margin-top: 80px;
	padding: 30px;
	box-sizing: border-box;
	background: rgba(256, 256, 256, 0.8);
	float: right;
	text-align: left;
}
#message .cont_message .inner p span {
	display: block;
	text-align: right;
	margin-top: 60px;
}
/*company*/
	
#company {
	padding: 90px 0 0 0;
}
#company .cont_company {
	min-width: 1200px;
	/* height: 500px; */
	margin-top:35px;
	display: flex;
}
#company .cont_company .bgBox {
	/* height: 100%; */
	width: 50%;
	background: url(../images/index/img_company.jpg) no-repeat center;
	background-size: cover;
	float: left;
}
#company .cont_company .bgBox img {
	display: none;
}
#company .cont_company div {
	width: 50%;
	/* height: 500px; */
	padding: 25px 50px;
	box-sizing: border-box;
	float: right;
	background-color: #f4f3f3;
}
#company .cont_company div table th {
	width: 140px;
	padding: 10px 0;
	text-align: left;
}
#company .cont_company div table td {
	padding: 10px 0;
	text-align: left;
}
/* recruit */
	
#recruit {
	padding: 70px 0 70px 0;
	background-color: #f4f3f3;
}
#recruit h2 span {
	display: block;
	width: 370px;
	margin:0 auto 10px;
	background: linear-gradient(transparent 60%, #ff0 0%);
	font-size:36px;
}
	
/* 追加 */
.recruit_text {
 font-size: 22px;
 line-height: 1.5;
}
  
#recruit .tel{
	width:320px;
}
	
	
/* access */
	
#access {
	padding: 70px 0 0;
}
#access #gmap {
	width: 100%;
	height: 500px;
	margin-top: 30px;
}
	
	#access #gmap .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom{
		bottom:145px!important;
	}

/*---------------------------------
	クリンカアッシュページ
-----------------------------------*/			
.topicPath {
	margin:15px 0 60px;
	font-size:14px;
	}
	
	.topicPath span{
		display: block;
		width: 960px;
		margin:0 auto;
	}	
		
	
.clinkerash h1{
	display: block;
	width: 100%;
	height:280px;
	padding:90px 0;
	margin-bottom: 20px;
	box-sizing: border-box;
	font-size:40px;
	line-height: 50px;
	letter-spacing: 0.1em;
	text-align: center;
	background: url(../images/clinkerash/img_title_clinkerash.jpg) no-repeat center;
	background-size: cover;
	color:#fff;
	}
	

.clinkerash h2 {
	display: block;
	font-size:30PX;
	text-align: left;
	margin: 20px 0;
	}
	
	.clinkerash section{
		width:980px;
		margin:0 auto;
		text-align: left;
	}	
	
	.clinkerash .readBox img{
		float:left;
	}
	
	.clinkerash .readBox div{
		width:540px;
		padding:30px 0;
		margin-left:20px;
		float:right;
	}
	
	
	
.clinkerash h3 {
	display: block;
	margin:70px 0 30px;
	font-size:30px;
	line-height:40px;
	border-bottom:2px solid #4da7e1;
	text-align: left;
	}	
	
	.clinkerash #conditions div{
		padding:20px;
		margin-bottom: 10px;
		background-color:#e4f1fa;
		text-align: left;
	}
	
	.clinkerash #conditions div:last-child{
		margin-bottom: 0;
	}
	
	.clinkerash #conditions h4{
		width: 100%;
		font-size:24px;
		overflow: hidden;
		margin-bottom: 3%;
	}
	
	.clinkerash #conditions h4 span{
		display:block;
		width:24px;
		height: 24px;
		margin-right:1vw;
		color:#fff;
		font-size:16px;
		text-align: center;
		line-height: 24px;
		float: left;
		background:#4da7e1;
}
	
	.clinkerash #feature ul li{
		display: block;
		padding-right:20px;
		padding-left: 30px;
		margin-bottom:40px;
		box-sizing: border-box;
		background: url(../images/clinkerash/icon_ciecle.png) no-repeat left center;
		background-size:20px;
		float:left;
	}
	
	.clinkerash #feature p{
		padding: 30px 0 40px;
		box-sizing: border-box;
	}
	
	.clinkerash #feature h4{
		font-size: 20px;
		margin:50px 0 20px;
		font-weight:bold;
	}
	
	.clinkerash #quality h4{
		display: block;
		font-size: 20px;
		height:60px;
		line-height: 60px;
		margin-top: 20px;
		text-align: center;
		color:#fff;
		background:#4da7e1;
		border-bottom:none;
	}
	
	.clinkerash #quality table{
		width:100%;
	}
	
	/*.clinkerash #quality table .li_th {
		display: block;
		width: 27.4%;
		float: left;
		border-top:1px solid #4da7e1;
		border-bottom:1px solid #4da7e1;
		border-left:1px solid #4da7e1;
		box-sizing: border-box;
	}*/
	.clinkerash #quality table .li_th th{
		width:20%;
		padding:20px 0;
		border:1px solid #4da7e1;
		text-align: center;
		
	}
	
	/*.clinkerash #quality table .li_td {
		display: block;
		width: 72.6%;
		float: left;
		border-top:1px solid #4da7e1;
		border-right:1px solid #4da7e1;
		border-bottom:1px solid #4da7e1;
		border-left:1px solid #4da7e1;
		box-sizing: border-box;
	}*/
	.clinkerash #quality table .li_td td{
		padding:20px 0;
		text-align: center;
		border:1px solid #4da7e1;
	}

	.clinkerash #case table{
		width: 100%;
		margin: 30px 0;
	}
	
	.clinkerash #case table th{
		width: 125px;
		padding-bottom: 20px;
	}
	.clinkerash #case table td{
		padding-bottom: 20px;
	}
	.clinkerash #case ul{
		margin-bottom: 160px;
	}
	 
	.clinkerash #case ul li{
		display:block;
		width:300px;
		margin:0 30px 30px 0;
		float:left;
	}
	
	.clinkerash #case ul li:nth-child(3n){
		margin:0 0px 30px 0;
	}
	
	.clinkerash #case ul li img{
		width:100%;
	}

}
