/* CSS Document */


/***************************
 ** FV*/

.fv_top {
  background: url("../image/top/fv-img.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  height: 700px;
}

@media screen and (max-width: 736px) {
  .fv_top {
	height: 500px;
  }
}

@media screen and (max-width: 480px) {
  .fv_top {
	height: 380px;
  }
}



/***************************
 ** 見出し
 */

.headline {
  margin-bottom: 5em;
  text-align: center;
}
.headline dt {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 2em;
}
.headline dd {
  font-size: 1.6em;
  line-height: 1.4em;
}

@media screen and (max-width: 736px) {
  .headline {
	text-align: left;
  }
  .headline dt {
	font-size: 1.4em;
	line-height: 1.2em;
  }
  .headline dd {
  font-size: 1em;
  line-height: 1.2em;
  }
}

@media screen and (max-width: 480px) {
  .headline {
	margin-bottom: 3em;
  }
}



/***************************
 ** 事業紹介
 */

#business-introduction {
  margin-bottom: 5em;
}
#business-introduction h2 {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: 10px;
  color: #5778ca;
  text-align: center;
  margin-bottom: 2em;
}
.service01 {
  margin-bottom: 5em;
}
.service-headline {
  position: relative;
  width: 100vw;/* ビューポート幅いっぱい */
  left: 50%;    /* 親の中央基準に移動 */
  transform: translateX(-50%);
  background-position: center;
  background-size: cover;
  height: 700px;
  margin-bottom: 2em;
}
.service01_BG {
	

  background: url("../image/top/service01-ttl_bg.jpg") no-repeat;
  background-size: cover;
}
.service02_BG {
  background: url("../image/top/service02-ttl_bg.jpg") no-repeat;
  background-size: cover;
}
.service-head-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 20em;
  text-align: center;
  color: #FFF;
}
.service-txt {
  line-height: 1.8em;
  margin-bottom: 2em;
}
.service-txt dt {
  font-size: 3em;
  margin-bottom: 1em;
  line-height: 1.2em;
}
.service-txt dd {
  font-size: 1.6em;
  line-height: 1.4em;
  text-align: left;
}
.service-head-inner .contact {
  border: 2px solid #FFF;
  background-color: #5778ca;
}
.OAequipment,
.service-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.OAequipment dl dt {
  font-size: 1.6em;
  line-height: 1.4em;
  margin-bottom: 1em;
}
.service-detail li {
  width: 48%;
}
.service-detail li dl dt {
  font-size: 1.6em;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 1em;	
}
.service-detail li dl dd img {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .service-headline {
	height: 500px;
  }
  .service-head-inner {
	min-width: 90%;
  }
  .service-txt dt {
	line-height: 1.4em;
  }
  .service-txt dt {
	font-size: 2em;
  }
  .service-txt dd {
  font-size: 1.2em;
  }
  .OAequipment,
  .service-detail {
	display: -webkit-box;
	display: -ms-block;
	display: -webkit-block;
	display: block;
  }
  .OAequipment img {
	width: 100%;
	margin-bottom: 1em;
  }
  .service-detail li {
	width: 100%;
  }
  .service-detail li:first-child {
	margin-bottom: 1em;
  }
}

@media screen and (max-width: 480px) {
  #business-introduction {
	margin-bottom: 3em;
  }
}



/***************************
 ** サービスリンク
 */

#service-link {
  position: relative;
  width: 100vw;/* ビューポート幅いっぱい */
  left: 50%;    /* 親の中央基準に移動 */
  transform: translateX(-50%);
  background-position: center;
  background-size: cover;
  background: #e6e9ed;
  margin-bottom: 5em;
  padding: 5em 0;
}
#service-link ul {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#service-link ul li {
  width: 31%;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.6em;
  text-align: center;
  display: block;
  color: #FFF;
  position: relative;
}
#service-link ul li p {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
}

@media screen and (max-width: 736px) {
  #service-link ul {
	display: -webkit-box;
	display: -ms-block;
	display: -webkit-block;
	display: block;
  }
  #service-link ul li {
	width: 100%;
	margin-bottom: 1em;
  }
  #service-link ul li:last-child {
	margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  #service-link {
	margin-bottom: 3em;
  }
}



/***************************
 ** お問い合わせ
 */

.contact {
  border: 2px solid #333333;
  padding: 1.5em 1em 1.1em;
}
.contact a {
  color: #FFF;
}
.contact dt {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 1em;
}
.contact dd {
  font-size: 1.4em;
  margin-bottom: 0.4em;
}
#contact-area .contact {
  width: 80%;
  margin: 0 auto 5em;
  text-align: center;
}
#contact-area .contact a {
  color: #000;
}

@media screen and (max-width: 736px) {
  .contact dt {
    font-size: 1.4em;
	line-height: 1.4em;
  }
  #contact-area .contact {
	width: calc(100% - 2em - 2px);
  }
}

@media screen and (max-width: 480px) {
  #contact-area .contact {
	margin-bottom: 3em;
  }
}



/***************************
 ** 地図
 */

#map-area {
  position: relative;
  width: 100vw;/* ビューポート幅いっぱい */
  left: 50%;    /* 親の中央基準に移動 */
  transform: translateX(-50%);
  background-position: center;
  background-size: cover;
}
#map-area iframe {
  width: 100%; /* ビューポート幅いっぱい */
}

@media screen and (max-width: 736px) {
  #map-area {
	height: 250px;
  }
  #map-area iframe {
	height: 100%;
  }
}


