@charset "UTF-8";
/* ヘッダー画像======================================== */
@media screen and (min-width: 960px) {
  #sub_top.service {
    background-image: url(../images/sub_top.jpg);
  }
}
@media screen and (max-width: 960px) {
  #sub_top.service {
    background-image: url(../images/sub_top_sp.jpg);
  }
}
/* 一緒に働く人材を募集しています======================================== */
.about_us_img {
  background-image: url("/service/images/about_us.jpg");
  transition: transform 0.5s ease;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 35%;
  height: 300px;
}
.about_us_img:hover {
  transform: scale(1.05);
}
.about_us p {
  text-align: justify;
}
.about_us .btn_cnt {
  margin-bottom: 5em;
}
.img_area {
  width: 35%;
}
.txt_area {
  width: 65%;
}
@media screen and (max-width: 960px) {
  .about_us {
    padding-bottom: 0;
  }
  .img_area {
    width: 100%;
  }
  .txt_area {
    width: 100%;
  }
  .img_area {
    width: 100%;
    height: 200px;
  }
}
