@charset "UTF-8";
/*=======================================
	responsive
=======================================*/
/*-------------------------
- base
- office_sec
-------------------------*/
/*=======================================
　base
=======================================*/
main .inner {
  margin-top: 80px;
  max-width: 1200px;
  padding: 0;
  width: 90%;
}
@media screen and (max-width: 768px) {
  main .inner {
    margin-top: 30px;
  }
}

/*=======================================
　office_sec
=======================================*/
.office_sec {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .office_sec {
    margin-bottom: 80px;
  }
}/*# sourceMappingURL=office.css.map */