@charset "utf-8";
/* index.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Loading     　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#loader {
  position: absolute;
  width: 536px;
  height: 103px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#loader img {
  width: 100%;
  height: auto;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000000;
  z-index: 200;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* header      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header{
	position: absolute;
	background-color: #000000;
}
#header.fixed{
	position: fixed;
	top: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV           　　　　　　　　                                          */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*
h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -51px;
	margin-left: -268px;
	z-index: 10;
}*/

/* swiper オプション */
.swiper-container{
  width: 100%;
  margin: auto;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.slide-item {
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;  
}
.slide-img{
  display: block;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* スマホ KV     　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv_sp{
	display: none;	
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 各ブロック共通　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
h3 {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 46px;
}

.mh_box {
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 会社案内    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_company {
	background-color: #000000;
	color: #FFFFFF;
}
#cmp_pic {
	width: calc(50% - 60px);
	float: left;
	background-image: url(../images/index_company_pic.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-indent: -9999px;
}
#cmp_pic img {
	width: 100%;
	height: auto;
}

#cmp_text {
	width: 50%;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 60px;
	padding-top: 110px;
	padding-bottom: 110px;
	font-size: 20px;
	padding-right: 40px;
}

/* リンクボタン */
#cmp_text .link_button {
	border: 1px solid #FFFFFF !important;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 施工実績    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_results {
	padding-top: 120px;
	padding-bottom: 120px;
	background-image: url(../images/index_results_bg.jpg);
	background-repeat: repeat-y;
	background-position: right 0%;
}
#rsl_pic {
	width: 50%;
	float: right;
	background-image: url(../images/index_results_pic.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 60px center;
	text-indent: -9999px;
}
#rsl_pic img {
	width: 100%;
	height: auto;
}

#rsl_text {
	width: 50%;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 60px;
	padding-top: 120px;
	padding-bottom: 120px;
	font-size: 20px;
	max-width: 780px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 採用情報    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_recruit {
	padding-top: 143px;
	padding-bottom: 120px;
	text-align: center;
	background-image: url(../images/index_recruit_pic.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	color: #FFFFFF;
	font-size: 20px;
}

#area_recruit .link_button {
	margin-left: auto;
	margin-right: auto;
}










/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Loading     　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#loader {
  width: 280px;
  height: 53px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV           　　　　　　　　                                          */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* h2 */
h2 {
	margin-top: -25px;
	margin-left: -135px;
}

h2 img {
	width: 270px;
	height: 51px;
}


#kv {
	display: none;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* スマホ KV     　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv_sp{
	display: inherit;
	height: 100vh;
	overflow: hidden;
	position: relative;
	background-color: #000000;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 各ブロック共通　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
h3 {
	font-size: 24px;
	margin-bottom: 40px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 会社案内    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_company {
	padding-bottom: 80px;
}
#cmp_pic {
	width: 100%;
	float: none;
	background-image: url(transparent);
	text-indent: 0px;
}

#cmp_text {
	width: 100%;
	float: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 16px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 施工実績    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_results {
	padding-bottom: 80px;
	padding-top: 0px;
	background-image: url(transparent);
}
#rsl_pic {
	width: 100%;
	float: none;
	background-image: url(transparent);
	text-indent: 0px;
}

#rsl_text {
	width: 100%;
	float: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 16px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 採用情報    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_recruit {
	padding-top: 80px;
	padding-bottom: 60px;
	color: #FFFFFF;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
}

}
