@charset "UTF-8";

.top-layout {
  margin-top: 50px;
}

.top-layout--works {
  padding-top: 46px;
  padding-bottom: 50px;
}

.top-layout--recruit {
  margin-top: 52px;
}

.top-layout--safety {
  margin-top: 0;
}

.top-layout--contact {
  margin-top: 52px;
}

.top-layout--footer {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .top-layout--works {
    padding-top: 120px;
    padding-bottom: 123px;
  }
  .top-layout--recruit {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .top-layout--footer {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

/* ----------- 第二階層以降 ------------------------------------------------------------------------------------- */
.page-layout {
  padding-top: 30px;
  padding-bottom: 60px;
  background: #f5f5f5;
}
.page-layout-content {
  margin-top: 42px;
}

@media screen and (min-width: 768px) {
  .page-layout {
    padding-bottom: 120px;
  }
  .page-layout-content {
    margin-top: 60px;
  }
}