@charset "utf-8";
/* トップ */
/* ------------------------------------------------------- */
h2 {
  background: none;
  margin: 0 0 30px;
  padding: 0;
}


#top-image {
  margin: 0;
  opacity: 0;
  text-align:center;
  z-index:180;
}

#top-image ul li:nth-child(1) {
  background:url(../img/top-image/1.jpg?2) 50% 50% / cover no-repeat;
}

#top-image ul li:nth-child(2) {
  background:url(../img/top-image/2.jpg?2) 50% 50% / cover no-repeat;
}

#top-image ul li:nth-child(3) {
  background:url(../img/top-image/3.jpg?2) 50% 50% / cover no-repeat;
}

#top-image .top-image-txt{
  background:url(../img/top-image/txt.png?2) 50% 70% no-repeat;
  background-size: auto 100%;
  height: 0;
  /*padding: 49.47% 0 0;*/
  padding: 35% 0 0;
}

.top-cont {
  padding: 60px 0;
}

.top-cont-inner {
  padding: 0;
}

.title-and-bt {
  position: relative;
}

.title-and-bt .bt {
  bottom: 0;
  position: absolute;
  right: 20px;
  text-align: right;
  width: 30%;
}

#top-about .image {
  float: left;
  width: 33%;
}

#top-about .txt {
  float: right;
  width: 63%;
}

#top-about .txt ol {
  padding: 0 0 25px;
}

#top-about .txt ol li {
  color: #000;
  font-size: 130%;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 30px;
}

#top-about .txt ol li span {
  color: #016fbb;
}

#top-about .txt .logo {
  text-align: right;
}

#top-about .txt .logo img {
  max-height: 63px;
}

#top-business {
  background: url(../img/bg-top-product.jpg?3) 50% 0 no-repeat;
  /*background: url(../img/bg-gray.jpg) repeat;*/
  padding: 250px 0 0;
}

#top-business .top-cont {
  background: #fff;
}

#top-business .top-business-box {
  border: 2px #ede6dd solid;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin: 0 2% 0 0;
  padding: 20px;
  width: 23.5%;
}

#top-business .top-business-box:nth-child(4n) {
  margin-right: 0;
}

#top-business .top-business-box .illust {
  text-align: center;
  margin: 0 0 15px;
}

#top-business .top-business-box .illust-public {
  background: url(../img/illust-public.png) 0 50% no-repeat;
  padding: 0 0 0 105px;
}
#top-business .top-business-box .illust-architecture {
  background: url(../img/illust-architecture.png) 0 50% no-repeat;
  padding: 0 0 0 105px;
}

#top-business .top-business-box .illust-water {
  background: url(../img/illust-water.png) 0 50% no-repeat;
  padding: 0 0 0 80px;
}

#top-business .top-business-box .title {
  min-height: 60px;
}

#top-business .top-business-box .title h3 {
  border: none;
  color: #222;
  font-size: 140%;
  line-height: 150%;
  margin: 0 0 0px;
  padding: 0;
}

#top-business .top-business-box .title p {
  color: #b19e87;
}

#top-business .top-business-box .cate {
  color: #1c81c6;
  font-size: 120%;
  font-weight: bold;
  line-height: 150%;
}

#top-service #top-service-slider {
  padding: 0 20px 40px;
}

#top-service #top-service-slider ul {
  overflow: hidden;
}

#top-service #top-service-slider a {
  display: block;
}

#top-service #top-service-slider .image {
  margin: 0 0 10px;
  position: relative;
}

#top-service #top-service-slider a .image:before,
#top-service #top-service-slider a .image:after {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content:"";
  display:block;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all  0.75s ease;
  width: 100%;
  vertical-align: middle;
  z-index: 100;
}

#top-service #top-service-slider a:hover .image:before {
  background: rgba(0,0,0,.4);
}

#top-service #top-service-slider a:hover .image:after {
  background: url(../img/more.png) 50% 50% no-repeat;
}

#top-service #top-service-slider p {
  color: #000;
}

#top-service #top-service-slider .date {
  color: #6e6e6e;
}

#top-service .bx-wrapper .bx-prev {
  left: -20px;
}

#top-service .bx-wrapper .bx-next {
  right: -20px;
}


#top-service .bx-wrapper .bx-pager,
#top-service .bx-wrapper .bx-controls-auto {
	bottom: -45px;
	/*
	margin: 40px 0 0;
	position: relative;
	*/
}

#top-service .bx-wrapper .bx-pager.bx-default-pager a {
	border:1px #1c81c6 solid;
}

#top-service .bx-wrapper .bx-pager.bx-default-pager a:hover,
#top-service .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #1c81c6;
}

#top-service .bt.sp-only {
  margin-top: 20px;
}

#top-news {

}


#top-news-cont {
  border: 1px #222 solid;
  border-left: none;
  border-right: none;
  margin: 0;
  padding: 0;
}

#top-news-cont dl {
  border-bottom: 1px #ececec solid;
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  margin: 0;
  width: 100%;
}

#top-news-cont dl:nth-last-of-type(1) {
  border-bottom: none;
}

#top-news-cont dt,
#top-news-cont dd {
  display: table-cell;
  vertical-align: middle;
  
}

#top-news-cont dl dt {
  width: 20%;
  padding: 15px 0;
}

#top-news-cont dl dd {
  padding: 15px 0 15px 1em;
}

#top-news-cont dl dd .cate span {
  display: inline-block;
  background: #C22425;
  color: #fff;
  font-size: 80%;
  line-height: 100%;
  padding: 5px 1em;
}

#top-news-cont dl dd.txt {
  
}

#top-news-cont dl dd.txt a {
  text-decoration: underline;
}

#top-news .bt {
  margin: 30px 0 0;
}

/* ------------------------------------------------------- */
@media (max-width: 1117px){
	#top-image .top-image-txt{
	  padding: 60% 0 0;
	}
	
	.top-cont-inner {
	  padding: 0 2%;
	}
	
	
	#top-business .top-business-box {
	  margin: 0 2% 2% 0;
	  padding: 20px;
	  width: 49%;
	}

	#top-business .top-business-box:nth-child(2n) {
	  margin-right: 0;
	}
	
	#top-business .top-business-box:nth-child(2n+1) {
	  clear: both;
	}
	/*
	#top-business .top-business-box {
	  margin: 0 2% 0 0;
	  padding: 20px;
	  width: 32%;
	}
	*/
	
	
}
/* ------------------------------------------------------- */
@media (max-width: 960px){
	

	#top-about .txt ol {
	  padding: 0;
	}
	
	#top-about .txt ol li {
	  margin: 0 0 15px;
	}
	
	#top-business .top-business-box {
	  float: none;
	  margin: 0 0 15px;
	  padding: 20px;
	  width: 100%;
	}
	
	#top-business .top-business-box .image {
	  float: left;
	  margin: 0;
	  width: 30%;
	}
	
	#top-business .top-business-box .note,
	#top-business .top-business-box .cate,
	#top-business .top-business-box .bt {
	  float: right;
	  width: 67%;
	}
	
	
	#top-news-calendar {
	  border: none;
	  float: none;
	  margin: 0;
	  width: 100%;
	}
	
	#top-news-cont {
	  float: none;
	  width: 100%;
	}
	
	#top-news .bt {
	  margin: 15px 0;
	}
}

/* ------------------------------------------------------- */
@media (max-width: 780px){
	#top-image {
	  /*margin: 0 0 50px;*/
	}
	
	#top-image .top-image-txt{
	  /*background-position: 50% 65%;*/
	  /*background-size: 75% auto;*/
	  /*padding: 60% 0 0;*/
	  padding: 70% 0 0;
	}
	
	.top-cont {
	  padding: 45px 0;
	}
	
	#top-about .image {
	  float: none;
	  margin: 0 0 15px;
	  text-align: center;
	  width: 100%;
	}

	#top-about .txt {
	  float: none;
	  width: 100%;
	}
	
	#top-business {
	  padding: 100px 0 0;
	}
	
	#top-service #top-service-slider {
	  padding: 0 0 30px;
	}
	
	#top-service .bx-wrapper .bx-prev {
	  left: 0;
	}
	
	#top-service .bx-wrapper .bx-next {
	  right: 0;
	}
	
	#top-service .bx-wrapper .bx-pager,
	#top-service .bx-wrapper .bx-controls-auto {
		bottom: -30px;
	}
	
	#top-news-cont {
	  margin:0;
	  padding: 0;
	}
	
	#top-news-cont dl {
	  border-bottom: #bebebe 1px solid;
	  display: block;
	}
	
	/*
	#top-news-cont dt,
	#top-news-cont dd {
	  display: block;
	  float: left;
	}
	
	#top-news-cont dt {
	  
	  
	}
	
	#top-news-cont dl dt.date {
	  text-align: left;
	  padding: 15px 0 0;
	  width: 30%;
	}

	#top-news-cont dl dd.cate {
	  text-align: left;
	  padding: 15px 0 0;
	  width: 70%;
	}
	
	#top-news-cont dl dd.txt {
	  padding: 5px 0 15px;
	  width:100%;
	}
	*/
	
	
	
	
	

}

/* ------------------------------------------------------- */
@media (max-width: 640px){
	#top-image {
	  /*margin: 0 0 25px;*/
	}
	
	#top-image .top-image-txt{
	  /*background-position: 50% 70%;*/
	  background-size: auto 100%;
	  padding: 75% 0 0;
	}
	
	.top-cont {
	  padding: 25px 0;
	}
	
	#top-about .image {
	  padding: 0 15%;
	}
	
	#top-about .txt ol li {
	  font-size: 110%;
	  font-weight: normal;
	  margin: 0 0 10px;
	}
	
	#top-about .txt .logo img {
	  max-height: 40px;
	}
	
	#top-business {
	  background-size: contain;
	  padding: 30px 0 0;
	}
	
	#top-business .top-business-box {
	  padding: 10px;
	}
	
	#top-business .top-business-box .illust {
	  margin: 0 0 5px;
	  text-align: left;
	}
	
	#top-business .top-business-box .illust img {
	  max-height: 30px;
	}
	
	#top-business .top-business-box .illust-public {
	  background-size: auto 40px;
	  padding: 0 0 0 60px;
	}
	#top-business .top-business-box .illust-architecture {
	  background-size: auto 40px;
	  padding: 0 0 0 60px;
	}

	#top-business .top-business-box .illust-water {
	  background-size: auto 40px;
	  padding: 0 0 0 50px;
	}
	
	#top-business .top-business-box .title {
	  min-height: 45px;
	}
	
	#top-business .top-business-box .title h3 {
	  font-size: 120%;
	  /*padding-top: 5px;*/
	  padding-top: 0;
	}
	
	#top-business .top-business-box .image {
	  width: 37%;
	}
	
	#top-business .top-business-box .note,
	#top-business .top-business-box .cate {
	  width: 60%;
	}
	
	#top-business .top-business-box .bt {
	  clear: both;
	  float: none;
	  padding: 10px 0 0;
	  width: 100%;
	}
	
	#top-service #top-service-slider a:hover .image:after {
	  background-size: 36px auto;
	}

}
/* ------------------------------------------------------- */
