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




/*Topスライドショー
-----------------------------------------------------------*/
.slideshow{
   position:relative;
   width:100%;
   height:100vh;
}
.slideshow li{
	position:absolute;
	background-size:cover;
	background-position:50% 0;
	width:100%;
    height:100vh;
	z-index:0;
}

.txt_area {
  position: absolute;
  width:100%;
  text-align: center;
  top:45%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.txt_area h1.space {
	width:90%;
    font-size:48px;
	margin:0 auto;
    text-align: center;
	color:#fff;
    padding-bottom:10px;
	line-height:1.5em;
	font-family: 'Noto Serif JP', serif;
	font-weight:normal;
	text-shadow:2px 2px 5px #000;
}

br.br-480{
	display:none;
}


@media screen and (max-width:1200px) {
	
.slideshow{
   margin-top:60px;
	height:500px;
}
.slideshow li{
	height:500px;
}

.txt_area h1.space {
    font-size:36px;
}

}

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

.slideshow{
	height:400px;
}
.slideshow li{
	height:400px;
}

}


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

.slideshow{
	height:350px;
}
.slideshow li{
	height:350px;
}

.txt_area h1.space {
    font-size:30px;
}

}

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

.txt_area h1.space {
    font-size:24px;
}

}







/*Info 
-----------------------------------------------------------*/
table.info{
	width:100%;
}

table.info th,
table.info td{
	padding:2%;
	border-bottom:1px solid #ccc;
	vertical-align:middle;
}

table.info th{
	width:20%;
	background:#eee;
	font-size:16px;
}

table.info td{
	font-size:16px;
	color:#333;
}

table.info td a{
	font-size:16px;
	color:#333;
}
table.info td a:hover{
	color:#F90;
}

table.info .last{
	border-bottom:0;
}

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

table.info th,
table.info td{
	width:100%;
	display:block;
	border-bottom:0;
}

table.info th{
	text-align:left;
	padding:1% 2%;
	background: #f5deb3;
	background: -moz-linear-gradient(left,  #ccc 0%, #fff 100%);
	background: -webkit-linear-gradient(left,  #ccc 0%,#fff 100%);
	background: linear-gradient(to right,  #ccc 0%,#fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#fff',GradientType=1 );
}
	
}

@media screen and (max-width:900px) {
	
table.info td{
	font-size:14px;
}

table.info th,
table.info td a{
	font-size:14px;
}

}







/*Greeting／挨拶
-----------------------------------------------------------*/
/*ul li.greeting-left{
	float:left;
	width:60%;
}

ul li.greeting-right{
	float:right;
	width:30%;
}

ul li.greeting-right img{
	width:100%;
	height:auto;
}

ul li.greeting-left h3{
	font-family: 'Noto Serif JP', serif;
	font-weight:normal;
	font-size:36px;
	text-align:center;
}


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

ul li.greeting-left{
	float:none;
	width:94%;
	margin:0 auto;
}

ul li.greeting-right{
	float:none;
	width:94%;
	margin:0 auto;
}

ul li.greeting-right img{
	width:200px;
	height:auto;
	margin:0 auto 20px auto;
}

ul li.greeting-left h3{
	font-size:30px;
}

}

@media screen and (max-width:500px) {
	
ul li.greeting-left h3{
	font-size:24px;
}
	
}*/




/*Performance／工事実績
-----------------------------------------------------------*/
ul li.performance-left,
ul li.performance-right{
	width:50%;
}

ul li.performance-left{
	float:left;
}

ul li.performance-right{
	float:right;
}

ul li.last{
	margin-bottom:0 !important;
}

.performance-imageBox{
	width:100%;
	height:640px;
	background-position:center center !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	margin-bottom:25px;
}

.performance-textBox{
  color: #fff;
	width:100%;
	height:640px;
	padding:200px 10% 0 10%;
	margin-bottom:25px;
}
.performance-textBox {/*グラデーション*/
    background: linear-gradient(270deg, #333, #666, #333, #666);
    background-size: 800% 800%;
    -webkit-animation: AnimationName 15s ease infinite;
    -moz-animation: AnimationName 15s ease infinite;
    animation: AnimationName 15s ease infinite;
}

.m-text {
  color: #fff;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}



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

  .performance-imageBox{
  	height:500px;
  }
  
  .performance-textBox{
    height: 100%;
  	min-height:500px;
  }

}

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

  ul li.performance-left,
  ul li.performance-right{
  	float:none;
  	width:100%;
  }
  
  .performance-imageBox{
  	margin-bottom:0;
  	height:400px;
  }
  
  .performance-textBox{
  	min-height:350px;
  	padding:75px 4% 100px 4%;
  }

}

@media screen and (max-width:700px) {
	
  .performance-textBox{
    height: 100%;
	  min-height:300px;
	  padding:50px 4%;
  }
	
}



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

  .performance-imageBox{
	  height:300px;
  }
  
  .performance-textBox{
    height: 100%;
	  min-height:250px;
  }

}

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

  .performance-imageBox{
    height: 100%;
	  min-height:250px;
  }

}





/*Company／会社概要
-----------------------------------------------------------*/
ul li.company-left,
ul li.company-right{
	width:50%;
}

ul li.company-right{
	float:right;
}

ul li.company-left{
	float:left;
	border-right:1px solid #999;
}

.company-img img{
	width:80%;
	height:auto;
	margin:0 auto;
}

.company-textBox{
	width:100%;
	padding:0 10%;
}

table.company-table th{
	width:25%;
	padding:1% 5% 1% 0;
	font-size:16px;
}

table.company-table td{
	width:70%;
	padding:1% 0;
	font-size:16px;
}


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

table.company-table th{
	font-size:14px;
}

table.company-table td{
	font-size:14px;
}

ul li.company-right{
	float:none;
	width:100%;
	margin-bottom:75px;
}

ul li.company-left{
	float:none;
	width:100%;
	border-right:0;
}

.company-textBox{
	padding:0 4%;
}

.company-img img{
	width:92%;
}

}





/*Contact／お問い合わせナビ
-----------------------------------------------------------*/
ul li.contact-left,
ul li.contact-right{
	width:50%;
}

ul li.contact-left{
	float:left;
}

ul li.contact-right{
	float:right;
	border-left:1px solid #999;
}

.contact-textBox{
	width:100%;
	padding:0 10%;
}

ul.contact-link{
	width:50%;
	margin:0 auto;
}

ul.contact-link li{
	text-align:center;
	border:1px solid #fff;
	margin-bottom:10px;
	font-size:16px;
	height:60px;
	line-height:60px;
}

ul.contact-link li a{
	display:block;
}
ul.contact-link li a:hover{
	background:#666;
}


.contact-tel{
	font-size:18px;
	font-weight:bold;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	margin-bottom:10px;
}
.contact-tel a{
	color:#fff;
	display:block;
}
.contact-tel a:hover{
	color:#666;
}


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

ul.contact-link li{
	font-size:14px;
}

ul.contact-link{
	width:100%;
}

ul li.contact-left{
	float:none;
	width:100%;
	margin-bottom:75px;
}

ul li.contact-right{
	float:none;
	width:100%;
	border-left:0;
}

.contact-textBox{
	padding:0 4%;
}

}


/* modifed by T.Y on 20210411
------------------------------ */
.performance-imageBox01 {
	background: url('../images/performance01.png') no-repeat center center;
}

.performance-imageBox02 {
	background: url('../images/performance02.png') no-repeat center center;
}

.performance-imageBox03 {
	background: url('../images/performance03.png') no-repeat center center;
}

.performance-imageBox04 {
	background: url('../images/performance04.png') no-repeat center center;
}

.webp .performance-imageBox01 {
	background: url('../images/performance01.webp') no-repeat center center;
}

.webp .performance-imageBox02 {
	background: url('../images/performance02.webp') no-repeat center center;
}

.webp .performance-imageBox03 {
	background: url('../images/performance03.webp') no-repeat center center;
}

.webp .performance-imageBox04 {
	background: url('../images/performance04.webp') no-repeat center center;
}
