@charset "UTF-8";
/* ==========================================
   仕事を知る ページ固有スタイル
   ========================================== */
/* セクション間の余白 */
#office,
#career-path {
  margin-top: 60px;
}
@media (max-width: 768px) {
  #office,
  #career-path {
    margin-top: 40px;
  }
}
