@charset "UTF-8";
/* CSS Document */
.width70{width: 70%; margin: 0 auto;}
.red{color: red;}
.marginB50{margin-bottom: 50px;}

.breadlist{
  width: 100%;
  height: 30px;
  color: #2b2b2b;
  line-height: 30px;
  background-color: #e9e9e9;
  margin-bottom: 20px;
}

.breadlist ul{
  margin-left: 50px;
  display: -webkit-flex;
  display: flex;
}

.breadlist ul li a{color: #2b2b2b}

.contentsTTL{
  margin-bottom: 0px;
}

.contentsImg{
  width: 100%;
  height: 300px;
  position: relative;
}
.contentsImg p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.contentsImg img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.contentsImg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

/* company */
#company01{width: 100%; margin-bottom: 100px;}
#company01 p{text-align: center; margin-bottom: 10px; font-size: 15px;}

#company02{width: 100%; margin-bottom: 100px;}
#company02 p{margin-bottom: 10px; font-size: 15px;}

#company03{width: 100%; margin-bottom: 100px;}
#company03 dl{font-size: 15px;}
#company03 dl dt{font-weight: bold; margin-bottom: 20px;}
#company03 dl dd{margin-bottom: 20px; padding-left: 30px;}

/* feature */
.feature{width: 80%; margin: 0 auto; margin-bottom: 100px;}
.feature img{width: 100%;}

/* corporation */
#corporation01{width: 100%; margin-bottom: 100px;}
#corporation01 div p{font-size: 15px;}

/* government */
#government01{width: 100%; margin-bottom: 100px;}
#government01 div p{font-size: 15px;}

/* service */
#service{width: 100%; margin-bottom: 100px;}
.serviceBox{
  height: 200px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.serviceBtn{
  width: 100%;
  height: 100%;
  position: relative;
}
.serviceBtn p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.serviceBtn img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.serviceBtn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.serviceType1{width: 100%; margin-bottom: 100px;}
.serviceType1 div{margin-bottom: 50px;}
.serviceType1 div p{font-size: 15px; margin-bottom: 10px;}
.serviceType1 img{width: 100%;height: 250px;object-fit: cover;}

/* contact */
#contact01{width: 100%; margin-bottom: 100px;}
#contact01 p{text-align: center;}

#contact02{width: 100%; margin-bottom: 100px;}

/* recruit */
#recruit01{width: 100%; margin-bottom: 100px;}}




/*お問合せ*/

#formWrap{
 background-color: #000;
}

.form-ttl{
  margin-top: 30px; 
  margin: 0 auto ;
  text-align: center; 
  margin-bottom: 60px;

  overflow: hidden;
  padding: 30px 0;
   }


.form-ttl table{ 
  width: 100%;  
    border: 1px solid #ccc;
  padding: 5%; 
  margin: 0 auto; 
  margin-top: 20px; 
  margin-bottom: 40px;
}

.form-ttl table tr{ 
  border: 0.1em solid rgba(0,0,0,0.1);  
  padding: 5%; 
  width: 100%;
}

.form-ttl table td{
border-right: 0.1em solid rgba(0,0,0,0.1);
text-align: center;
width: 100%;
}
.form-ttl .people th{
width:25%;
text-align: center;
vertical-align: middle;
color: #fff;
font-size: 15px;
letter-spacing: 0.3em;
line-height: 1.8em;
padding: 3%;
border: 0.1em solid rgba(0,0,0,0.1);
background-color: #000;
}

.mailform input{border: 1px solid #999; width: 80%; height: 35px; border-radius: 2px; margin: 20px;}
.mailform textarea{border: 1px solid #999; border-radius: 2px; width: 80%;  height: 235px; margin: 20px; }


.contents .smt{
width: 30%;
margin: 0 auto;
overflow: hidden;
margin-top: 10px;
}



input.smt {width: 100px; height: 40px; padding: 30px; }


.submit-button {
width: 25%;
height: 55px;
margin: 0 auto;
background-color: #000;
border-radius: 10px;
color: #fff;
padding: 8.5px 18px;
font-size: 18px;
text-decoration: none;
vertical-align: middle;
text-align: center;
border: none;
}

.submit-button:hover {
background: #fff;
color: #000;
text-align: center;
text-decoration: none;
background-color: #ccc;
border: 3px solid #ccc;
color: #fff;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}
.submit-button:active {
text-shadow: none;
/* border: 1px solid #447314; */
/* background: #000; */
color: #fff;
}



.submit-button a{
padding: 7px 20px 7px 20px;
text-decoration: none;
background: linear-gradient(#8AB269, #009933);
color: #fff;
text-align: center;
border-radius: 10px;
/* border: 1px solid #66CC99; */

}



