#area_menu_kv {
  background-image: url("/recruit/img/business/service/header_SP.jpg");
}
.pg__imgWafer>img {
  display: block;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.pg__imgWafer.flexitem_1_3 {
  margin-bottom: 0;
}
.pg__imgTech{
  width: 80%;
  display: flex;
  align-items: center;
  margin: 1rem auto 1.5rem;
}
.pg__boxHeight.flexitem_1_2.box_blue {
  padding: 3.5rem 2rem 1.2rem;
}

/*------------------breakpoint-------------------*/
@media (min-width: 600px) {/*PC用*/
  #area_menu_kv{
  background-image: url("/recruit/img/business/service/header_PC.jpg");
  }
  .pg__box_topborder1 p{
    height: 10rem;
  }
  .pg__imgWafer>img {
    width: 45%;
  }
  .pg__imgTech{
    width: 97%;
    /* height: 6.5rem; */
    margin: 1rem auto 4rem;
  }
  .pg__box_topborder2 p{
    height: 13rem;
  }
  .pg__mgBottom {
    margin-bottom: 4rem;
  }
  .pg__boxHeight.flexitem_1_2.box_blue {
    height: 35rem;
  }

}
