/*----------------------
本社組織
------------------------*/
.headquarters {
  margin-top: 60px;
  margin-bottom: 60px;
}
.headquarters .img img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .headquarters {
    margin-top: 30px;
  }
  .headquarters .img {
    width: 100%;
    overflow-x: auto;
    text-align:center;
  }
  .headquarters .img img {
    width: 500px;
  }
}
