@font-face {
  font-family: 'aller';
  font-style: normal;
  font-weight: 100;
  src: url("../media/files/aller.light.ttf") format("truetype");
}
@font-face {
  font-family: 'aller';
  font-style: normal;
  font-weight: 100;
  src: url("../media/files/aller.light.ttf") format("truetype");
}
.visual {
  background-image: url(../media/images/civil/visual.jpg);
}
.visual .inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.visual_text {
  color: #fff;
  font-size: 13px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .visual_text {
    font-size: 10px;
    top: 15px;
  }
}
.visual_text span {
  display: block;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .visual_text span {
    font-size: 26px;
  }
}

section {
  box-sizing: border-box;
  padding: 60px 0 45px;
}
@media screen and (max-width: 767px) {
  section {
    padding: 20px 0;
  }
}
section.lead {
  background-color: #e3dfda;
}
section .inner {
  box-sizing: border-box;
  margin: auto;
  max-width: 1000px;
  padding-right: 20px;
  padding-left: 20px;
}

section.lead h2 {
  font-size: 25px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  section.lead h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.lead span {
    display: block;
  }
}
section.lead p {
  line-height: 2;
}

section.figs {
  animation: animatedBG 30s linear infinite;
  background: url(../media/images/civil/bg_civil.jpg) repeat-x center center;
  padding-top: 160px;
  padding-bottom: 0;
}
section.figs.repair {
  background-image: url(../media/images/repair/bg_repair.jpg);
}
@media screen and (max-width: 767px) {
  section.figs {
    background-size: cover;
    padding-top: 110px;
  }
}

@keyframes animatedBG {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1000px 0;
  }
}
ul.point {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 50px auto 70px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  ul.point {
    display: block;
  }
}
ul.point > li {
  box-sizing: border-box;
  opacity: 0;
  padding: 0 20px;
  position: relative;
}
ul.point > li.animate {
  animation: fadeInFromBtm 2s ease;
  opacity: 1;
}
@keyframes fadeInFromBtm {
  0% {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  ul.point > li {
    margin-bottom: 40px;
  }
}
ul.point > li:not(:first-child) {
  margin-left: 45px;
}
@media screen and (max-width: 767px) {
  ul.point > li:not(:first-child) {
    margin-left: auto;
  }
}
ul.point div.fig {
  text-align: center;
}
ul.point div.fig img {
  max-width: 100%;
  vertical-align: bottom;
}

div.btn_wrap {
  text-align: center;
}

/*# sourceMappingURL=service.css.map */
