@charset "utf-8";

.offices_gallery {
  background-color: #f6f8fa;
}
.offices_gallery_wrapper {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 32px;
}
.offices_gallery_title {
  font-size: 24px;
  font-weight: 600;
}
.offices_gallery_img {
  width: 100%;
  height: auto;
  margin-top: 24px;
}
.offices_gallery_img.sp {
  display: none;
}
.offices_tokyo_wrapper {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px 80px 32px;
}
.offices_tokyo_title {
  font-size: 24px;
  font-weight: 600;
}
.offices_tokyo {
  width: 100%;
  height: 560px;
  margin-top: 24px;
  border: none;
}

@media screen and (max-width: 760px) {
  .offices_gallery_img {
    display: none;
  }
  .offices_gallery_img.sp {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .offices_gallery_wrapper {
    padding: 40px 20px;
  }
  .offices_tokyo_wrapper {
    padding: 0 20px 40px 20px;
  }
}

@media screen and (max-width: 480px) {
  .offices_gallery_title {
    font-size: 20px;
  }
  .offices_tokyo_title {
    font-size: 20px;
  }
  .offices_tokyo {
    height: 400px;
  }
}
