@charset "UTF-8";
/**
*
* 車検・整備・コーティング・オイル交換
*  
**/

/* 1ページ目・全ページ共通 */
.wrap.company_top,
.wrap.company_middle,
.wrap.company_bottom {
  width: 100%;
  height: 100%;
}

.container,
.top_content {
  height: 100%;
}
div#c1{
	width:97%;
	margin:0 auto;	
}

.voice {
  display: block;
  position: absolute;
  top: 23%;
  right : 15%;
}

@media screen and (max-device-height: 768px) {
  .wrap.company_top {
    background-size: 1200px;
  }  
}

.arrow_down1 {
  display: block;
  opacity: 1;
  position: fixed;
  top: 87%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}

.sflex{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding:15px 80px;
	max-width:1920px;
	margin:0 auto;
}
.sstaff{
	width:8%;
	
}
.sstaff img{
	width:100%;
}
.sflex2{
	display:none;
}
@media screen and (max-height: 812px){
	.sflex {
		padding: 30px 0 40px 0;
		width: 90%;
		margin: 0 auto;
	}
	.sstaff{
		width:20%;

	}
}


@media screen and (max-height: 768px) {
  .arrow_down1, .arrow_down2 {
      display: none;
  }

}
.copyright {
  color: #010101;
  position: fixed;
  bottom: 0;
  font-size: 12px;
}

.wrap.inspection_top {
  background-image: url('../img/inspection/bg_top.jpg');
  background-position: center 0;
  background-size: cover; 
  min-height: 1220px;
  height: 100%;
}

/* ここから */
.top_content {
  position: relative;
}

.voice img {
  width: 500px;
}

.staff {
  display: block;
  line-height: 0;
  position: absolute;
  bottom: 0;
  right : 0;
}

.staff img {
  width: 350px;
}

.voice_staff {
  display: none;
}
.col-lg-2{
	width:14%;
}
@media screen and (max-width: 1480px) {
  .voice {
    left : 45%;
  }
}
@media screen and (max-width: 1280px) {
  .voice {
    left : 40%;
  }
  
  .bottom_content {
    width: 40%;
  }
}

@media screen and (max-width: 992px) {
  .voice {
    left : 20%;
  }  
}

@media screen and (max-width: 768px) {
  .voice,
  .staff {
    display: none;
  }
  
  .voice_staff {
    display: block;
    position: absolute;
    bottom: 0;
    line-height: 0;
  }
  
  .voice_staff img {
    width: 100%;
  }

  .arrow_down1 {
    display: none;
  }

}

@media screen and (max-height: 941px) and (min-device-height: 768px) {
  .staff img {
    height: 600px;
    width: auto;
  }
}

@media screen and (max-height: 641px) and (min-device-height: 768px) {
  .staff img {
    height: 400px;
    width: auto;
  }
}

/* 2ページ目 */
.bottom_content {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 992px) {  
  .bottom_content {
    width: 50%;
  }
}

@media screen and (max-device-height: 769px) {  
  .bottom_content {
    width: 90%;
  }
}


.wrap.inspection_bottom {
  background-image: url('../img/inspection/bg_man2.jpg');
  height: 100%;
}

.inspection_bottom .inspectionpage div[class*="staff"] img {
  text-align: center;
  width: 100%;
  height: auto;
}

/* copyright */
.copyright {
  width: 100%;
  color: #fff;
  padding: 10px;
  background: #122540;  
}

@media screen and (min-width: 768px) {
  .copyright {
    background: none;  
  }
}
@media screen and (max-width: 414px) {
	.sflex{
		width:95%;
	}
	#p1{
		padding-left:10%;
}
@media screen and (max-width: 414px) {
	.sflex{
		width:100%;
		padding: 60px 30px;
	}
	#p1{
		padding-left:10%;	
	}
	.sstaff{
		width:20%;
	}
}
/* スライド */
.horizontal_slider {
  display:none;
}
.horizontal_slider.slick-initialized {
  display: block;
}

.onepage-pagination li a:before,
.onepage-pagination li a.active:before {
  width: 0;
  height: 0;
  left: 0;
  content: '■';
  color: #010101;
  font-size: 18px;
  border: none;
  margin: 0;
}

.onepage-pagination li a.active:before {
  color: #C69738;
}