@charset "utf-8";
/*service css*/
.service-txt{
	position: absolute;
}.service-txt2{
	position: relative;
}
.service-catch{
	font-size: 2.6vw;
	color: var(--blue);
	letter-spacing: 0!important;
	margin-bottom: 1.5em;
	font-weight: 600
}
.service-p01{
	position: relative;
	width: 50%;
	left: 50%;
	top: 100px;
	padding-bottom: 150px
}
.service-p02{
	position: absolute;
	width: 25%;
	left: 0;
	bottom: 15%;
}
.service-p03 { /*parallax*/
  width: 100%;
	height: 400px;
  margin: 0px;
  padding: 0;
  position: relative;
  z-index: 1;
  background-image: url("../service/images/cs-p01.jpg");
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.service-p03::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #172a2c;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .5;
  z-index: 3;
}
#hyspeed h4 span{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
	font-size: 1.5em;
	padding-right: .5em;
	color: var(--blue)
}
#hyspeed .col-lg-4{
	padding: 20px 30px

}
#hyspeed .col-lg-4 img{
	width: 100%;
	height: 150px;
	overflow: hidden;
	object-fit: cover
}
	#saiseki tr td img{
		max-width: 280px;
		min-width: 150px		
	}
/* -----------------------------------------------
Tablet 992px
-------------------------------------------------- */
@media screen and (max-width: 992px) {
	.service-txt{
	position: relative;
		padding-top: 3em
	}
.service-catch{
	font-size: 24px;
}
.service-p01{
	position: relative;
	width: 80%;
	left: 20%;
	top: 0;
	padding-bottom: 30px
}
.service-p02{
	position: absolute;
	width: 35%;
	left: 0;
	bottom: 0;
}
}
@media screen and (max-width: 768px) {
  .service-p03 { /*parallax*/
    background-attachment: scroll;
  }

}