.office-map{
  object-fit: cover; /* 枠に対し、画像どどう切り抜き配置するか cover=>中央寄せ */
  width: 100%;
  height: auto;
}
.office-map img{

}

.nearest-station-map{
  
}

.google-map{
  object-fit: cover; /* 枠に対し、画像どどう切り抜き配置するか cover=>中央寄せ */
}
@media (max-width: 767px) {
  .google-map{
    width: 100%;
    height: 100vw;
  }
}