body#company .section .contents {
  width: 50rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body#company .section .contents {
    width: 100%;
  }
}
body#company .section .contents .president {
  margin-top: 1.875rem;
  text-align: center;
}
@media (max-width: 768px) {
  body#company .section .contents .president {
    margin-top: 4.1666666667vw;
  }
}
body#company .section .contents .table tbody tr th {
  width: 25%;
}
@media (max-width: 768px) {
  body#company .section .contents .table tbody tr th {
    width: 100%;
  }
}
body#company .access {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  body#company .access {
    margin-top: 12.5vw;
  }
}
body#company .access .googlemap {
  height: 40rem;
}
@media (max-width: 768px) {
  body#company .access .googlemap {
    height: 100vw;
  }
}