/*service_contents------------------------------------------------------------*/

.service{
  padding-bottom: 0;
}

.service_contents_wrapper{
  width: 100%;
  background-color: #f2f8f5;
  padding: 0;
}

.service_contents{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 80px 0 0;
}

.service_contents_reverce{
  flex-direction: column-reverse;
}

.service_text_wrapper{
  width: 90%;
  height: auto;
  margin: auto;
}

.service_btn_wrapper{
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 30px;
}
.service_contents h3{
  margin-bottom: 40px;
  font-size: 24px;
  letter-spacing: 0.1em;
}

.service_text{
  margin-bottom: 40px;
}

.service_text p{
  margin-bottom: 10px;
  padding-left: 5px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.service_contact{
  display: block;
  width: 200px;
  height: 60px;
  margin: 0 auto 30px;
  background-color: #43906b;
  color: white;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}

.service_img{
  display: block;
  width: calc(1000% / 9);
  height: 150px;
  background-size: cover;
  background-position: center;
}

.service_img_sp{
  display: block;
  margin: 40px 0 40px calc(-50% / 9);
}

.service_img_pc{
  display: none;
}

#motenas .service_img{
  background-image: url(../../img/img-hp/hp-service/service_motenas.png);
}

#ec .service_img{
  background-image: url(../../img/img-hp/hp-service/service_ec.jpg);
}

#sns .service_img{
  background-image: url(../../img/img-hp/hp-service/service_sns.jpg);
}

#video .service_img{
  background-image: url(../../img/img-hp/hp-service/service_video.jpg);
}

#consultant .service_img{
  background-image: url(../../img/img-hp/hp-service/service_consultant.png);
}

#translation .service_img{
  background-image: url(../../img/img-hp/hp-service/service_translation.jpeg);
}

#kockol .service_img{
  background-image: url(../../img/img-hp/hp-service/service_kockol.jpeg);
}

#chinatestmarketing .service_img{
  background-image: url(../../img/img-hp/hp-service/service_chinatestmarketing.jpeg);
}



@media only screen and (min-width: 600px){

.service_text_wrapper{
  width: 80%;
  height: auto;
  margin: auto;
}

.service_contents h3{
  margin-bottom: 40px;
  font-size: 32px;
  letter-spacing: 0.1em;
}

.service_text p{
  margin-bottom: 20px;
  padding-left: 5px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.service_contact{
  display: block;
  width: 240px;
  height: 80px;
  margin: 0 auto 30px;
  background-color: #43906b;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 80px;
}

.service_img{
  height: 300px;
  background-size: cover;
  background-position: center;
}
}

@media only screen and (min-width: 960px){

.service_contents_wrapper{
  width: 100%;
  background-color: #f2f8f5;
}

.service_contents{
  display: flex;
  width: 100%;
  padding: 0;
}

.service_contents_reverce{
  flex-direction: initial;
}

.service_text_wrapper{
  width: 50%;
  height: 100%;
  padding: 80px 40px 40px 8%;
}


.service_contents h3{
  margin-bottom: 40px;
  font-size: 32px;
  letter-spacing: 0.1em;
}

.service_text{
  margin-bottom: 40px;
}

.service_text p{
  margin-bottom: 20px;
  padding-left: 5px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.service_contact{
  display: block;
  width: 240px;
  height: 80px;
  margin: 0 auto 30px;
  background-color: #43906b;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 80px;
}

.service_img{
  display: block;
  width: 50%;
  height: auto;
  background-size: cover;
  background-position: center;
}

.service_img_sp{
  display: none;
}

.service_img_pc{
  display: block;
}

}

@media only screen and (min-width: 1300px){


.service_text_wrapper{
  width: 50%;
  height: 100%;
  padding: 120px 40px 60px 10%;
}
.service_btn_wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}

.service_contents h3{
  margin-bottom: 40px;
  font-size: 40px;
  letter-spacing: 0.2em;
}

.service_text p{
  margin-bottom: 20px;
  padding-left: 5px;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
}


