/*=====================================================
  hero
=====================================================*/
.hero {
  background-image: url(../../../images/hero.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hero .hero__inner {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../../images/hero_bg.png);
  background-repeat: repeat;
  background-size: 60px 60px;
}
@media print, screen and (min-width: 1000px) {
  .hero .hero__inner {
    width: 100%;
    height: 540px;
  }
}
.hero .hero__catch {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .hero .hero__catch {
    width: 100%;
  }
}

/*=====================================================
  topInfo
=====================================================*/
.topInfo {
  padding: 40px 0;
}
@media print, screen and (min-width: 1000px) {
  .topInfo {
    padding: 60px 0;
  }
}

/*=====================================================
  topInfo
=====================================================*/
.topCompany {
  padding: 40px 0;
}
@media print, screen and (min-width: 1000px) {
  .topCompany {
    padding: 60px 0;
    background-image: url(../../../images/bg.png);
    background-repeat: repeat-y;
    background-position: center 0;
  }
}

/*=====================================================
  topAccess
=====================================================*/
.topAccess {
  padding: 40px 0;
}
@media print, screen and (min-width: 1000px) {
  .topAccess {
    padding: 60px 0;
  }
}
.topAccess .topAccess__map {
  margin-bottom: 20px;
}

/*# sourceMappingURL=top.css.map */
