@charset "UTF-8";
/* CSS Document */
/*  
  スライド
---------------------------------*/
.slider-wrapper {
  position: relative; /* スライドタイトルの */

}
.slider {
  margin: 0 auto; /* 調整 */
  width: 100%;
  line-height: 0; /* スライダーの隙間なくす */
   height: 865px;
}
.slider img {
  height: auto;
  width: 100%;
  object-fit: cover;
  width: 100%;
  height: 865px;
}
/*slick setting*/
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slide-title {
  max-width: 440px;
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.slide-title img {
  max-width: 100%;
  height: auto;
}
.slide-img {
  position: absolute;
  bottom: -7px;
  left: 0;
  max-width: 100%;
}
.slide-img img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 559px){
.slide-title {
  width: 55%;
}

}


/*  
  事業内容
---------------------------------*/
.main-wrapper {
  /*! margin: 0 auto; */
}
.gyomu-wrapper {
  background-image: url("../img/index/gyomu-bg.jpg"); /* 背景画像指定 */
  background-repeat: no-repeat; /* 背景の繰り返し設定 */
  background-position: center;
  background-size: auto;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.gyomu-wrapper h2 img {
  width: 640px;
  height: auto;
  padding: 2rem
}
.link-gyomu a {
  list-style-type: none;
  cursor: pointer;
  display: block;
}
.link-gyomu a img {
  max-width: 422px;
  height: auto;
  position: absolute;
  bottom: 136px;
  right: 102px
}

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

  .link-gyomu a img {
  width: 70%;
  height: auto;
  position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
  
}


/*  
  施工事例
---------------------------------*/
.work-wrapper {
  background-image: url("../img/index/work-bg.jpg"); /* 背景画像指定 */
  background-repeat: no-repeat; /* 背景の繰り返し設定 */
  background-position: center;
  background-size: auto;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.work-wrapper h2 img {
  width: 640px;
  height: auto;
}
.link-work a {
  list-style-type: none;
  cursor: pointer;
  display: block;
}
.link-work a img {
  max-width: 322px;
  height: auto;
  position: absolute;
  bottom: 136px;
  right: 102px
}

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

  .link-work a img {
  width: 55%;
  height: auto;
  position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
  
}

/*  
  会社概要
---------------------------------*/
.company-img-wrapper {
  background-image: url("../img/index/rectangle.png"); /* 背景画像指定 */
  background-repeat: no-repeat; /* 背景の繰り返し設定 */
  background-position: left 115px;
  background-size: auto 204px;
}
.company-col {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 1000px;
  margin: 105px auto 0
}
.company-l {}
.company-r {}
.company-logo img {
  max-width: 326px;
  height: auto;
}
.company-link {
  margin-top: 5.2rem;
  margin-left:14rem;
}


.company-link a img {
  max-width: 320px;
  height: auto;
  display: block;
}

.company-pict img {
  max-width: 290px;
  height: auto;
  display: block;
}

@media screen and (max-width: 559px) {
  .company-col {
 -webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
  .company-r {
    margin:auto;
  }
  .company-logo img {
  padding: 0 4rem
}
  .company-link {
  margin-top: 5.2rem;
  margin-left:0;
}

  .company-link a img {
  width: 74%;
  display: block;
  margin: auto;
  padding: 0 1.5rem
}
  .company-pict img {
 margin-top: 4rem
}
  .company-img-wrapper {
  background-position: left 186px;
 
}
}


/*  
  face book
---------------------------------*/
.company-name {
  font-size: 3.1rem;
  line-height: 1.8;
  font-weight: bold;
  
}
.company-name span {
  font-size: 4rem;
}
.company-add {
  font-size: 2.6rem;
  line-height: 1.8;
  font-weight: bold;
}
.company-lower {
  max-width: 1280px;
  margin: 0 auto 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute; /*適宜変える*/
  justify-content: space-around;
}
.company-lower-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px;
  width: 50%;
  margin-top: 87px;

}
.company-txtBox {
  text-align: left;
  margin-left: 5rem;
  font-family: 'YuMincho','Yu Mincho','游明朝体','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
}

@media screen and (max-width: 767px) {
  .company-lower {
  max-width: 1280px;
  margin: 0 auto 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
  
  .company-lower-col:last-child {
  margin-top: 1.5rem; 
  margin-left: 1.8rem;
}
.company-lower-col {
  padding: 0;
  margin-top: 87px;
  justify-content: center; 
}

  
}



@media screen and (max-width: 414px) {
  .company-txtBox {
  text-align: ce;
  margin-left: 3rem;
}
  
  .company-lower-col {
  padding: 0;
  margin-top: 87px;
  justify-content:normal
    
}

  .company-name {
  font-size: 2.5rem;
}
.company-name span {
  font-size: 3rem;
 
}
.company-add {
  font-size: 1.65rem;
}
  
 
.facebook-image {
  margin-top: 1.5rem;
}
 
}


/* スマホ用 */
@media screen and (max-width: 767px) {
	.fb-container {
		width: 100%;
		max-width: 500px;
	}
}
 
/* PC用 */
@media screen and (min-width: 768px) {
	.fb-container {
		width: 500px;
	}
}

/* ---  背景グレー  --- */
.content-bg-wrap {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.content-bg {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.content_bg_gray {
  position: absolute;
  width: calc(50% + 153px); /*グレー背景幅*/
  height: 100%;
  background-color: #EBECEE;
  top: 0;
  right: 0;
  z-index: 2;
}
/* ---  長方形青  --- */
.bg-blue img {
  position: absolute;
  top: 87px;
  right: 0;
  z-index: 3;
  height: 207px;
}
/*  
  地図
---------------------------------*/
.map_wrapper {
  max-width: 1920px;
  min-width: 600px;
  margin: 0 auto;
}
.googlemap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}