.office-section {
  margin-bottom: 80px;
  width: 441px;
}

.office-section:last-child {
  margin-bottom: 0;
}

.office-title {
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  color: #4a4459;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 30px;
}

.office-info {
  margin-bottom: 30px;
}

.office-address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  color: #4a4459;
  line-height: 28px;
  margin: 0 0 30px;
}

.google-maps-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #4a4459;
  line-height: 28px;
  margin: 0 0 30px;
}

.google-maps-link a {
  color: #4a4459;
  text-decoration: underline;
}

.map-container {
  width: 100%;
  margin-bottom: 0;
}

.map-container iframe {
  display: block;
  width: 100%;
  height: 400px;
}

@media (max-width: 768px) {
  .office-section {
    margin-bottom: 60px;
    width: 100%;
  }

  .office-title {
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .office-address {
    font-size: 14px;
    line-height: 24px;
  }

  .google-maps-link {
    font-size: 14px;
    line-height: 24px;
  }

  .map-container {
    width: 100%;
    overflow: hidden;
  }

  .map-container iframe {
    height: 300px;
    max-width: 100%;
  }
}

@media (max-width: 414px) {
  .office-section {
    margin-bottom: 50px;
  }

  .office-title {
    font-size: 20px;
    margin-bottom: 16px;
    padding-bottom: 12px;
  }

  .office-address {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .google-maps-link {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .map-container iframe {
    height: 250px;
  }
}
