@charset "UTF-8";
.service-cont-top .share{
  margin-top: 10%;
}
.service-cont-top img{
  width: 80%;
  margin-bottom: 110px;
  filter: brightness(0.7);
}
.srv-cont-wrap{
  position: relative;
}
.srv-cont-title{
  position: absolute;
  top: 23vw;
  right: 35%;
  color: #fff;
  z-index: 100;
}
.srv-cont-title h2{
  color: #fff;
  font-size: 3vw;
}
.service-cont-item{
  display: flex;
  padding: 100px 200px;
  margin: 30px 0;
  background-color: #EFEFEF;
}
.service-cont-item img{
  max-width: 30%;
}
.service-cont-item p{
  padding-top: 60px;
  padding-left: 30px;
  line-height: 30px;
}
.movie-p{
  /* width: 52%; */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 50px;
  margin-top: -30px;
}
.movie{
  text-align: center;
}
.movie .share h2{
  padding-top: 100px;
}
.movie2{
  margin-top: 40px;
  margin-left: 50px;
}
/* ------------レスポンシブここから------------ */
@media screen and (max-width: 640px){
  .service-cont-top img{
    width: 95%;
    margin-bottom: 50px;
  }
  .srv-cont-title h2{
    font-size: 4.5vw;
  }
  .srv-cont-title{
    top: 25vw;
    right: 15%;
  }
  .service-cont-item{
    display: block;
    text-align: center;
    padding: 60px 50px;
    background-color: #EFEFEF;
  }
  .service-cont-item img{
    max-width: 75%;

  }
  .service-cont-item p{
    text-align: start;
    padding-top: 50px;
    padding-left: 0;
  }
  .movie-p{
    margin:-30px 10% 10% 10%;
    text-align: start;
  }
  .movie .share h2{
    padding-top: 70px;
  }
  .movie1{
    width: 350px;
    height: 250px;
  }
  .movie2{
    width: 350px;
    height: 250px;
    margin-left: 0;
  }
}

/* サービス個別ページのリンクボタン */
.service_list{
  display: grid;
  grid-template-columns: 18% 18% 18% 18%;
	grid-template-rows: 55% 55%;
  /* height: auto; */
  gap: 40px;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 150px;
}
.service-btn{
  background-color: var(--main-color);
  /* outline : 1px solid #FFFFFF; 
  outline-offset : -7px;  */
  border-radius: 15px;
  transition: 0.5s;
  border-radius: 15px;
	box-shadow: 0 0 0 2px #FFF, 0 0 0 8px var(--main-color);
	box-sizing: border-box;
}
.service-btn:hover{
  transform: scale(1.1);
}
.in{
  color: #fff;
  text-align: center;
}
.number{
  font-size: 3vw;
}
h3{
  font-size: 1vw;
  margin-top: 5px;
}


/* ------------レスポンシブここから------------ */
@media only screen and (max-width:1043px) {
  .service-cont-item{
    padding: 10% 10%;
  }  
  .service-cont-item p{
    text-align: start;
    padding-top: 0;
    padding-left: 5%;
  }
}
@media screen and (max-width: 640px){
  br {
    display: none;
  }
  .service_list{
    display: block;
    gap: 20px;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .in{
    display: flex;
    padding-left: 30px;
    height: 60px;
  }
  .service-btn{
    margin: 30px 30px;
  }
  .number{
    font-size: 6vw;
    margin: 8px 0;
  }
  h3{
    padding-left: 40px;
    font-size: 3.5vw;
    margin: 17px 0;
  }

  iframe{
    width: 100%;
  }
  .service-cont-item p{
    padding-top: 50px;
  }
}