/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.g-header .gnav__item--service a::after,
.g-footer .nav__item--service a::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-dummy {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec-dummy {
    width: 50%;
  }
}

/*--------------------------------------------------------------------------
   #sec-service
---------------------------------------------------------------------------*/
.sec-service {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .sec-service {
    padding-bottom: 50px;
  }
}
.sec-service__body {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .sec-service__body {
    margin: 25px -15px;
  }
}
.sec-service .service {
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-service .service {
    border-radius: 35px;
  }
}
.sec-service .service:not(:first-of-type) {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .sec-service .service:not(:first-of-type) {
    margin-top: 25px;
  }
}
.sec-service .service__img {
  position: relative;
}
.sec-service .service__img .img {
  margin-bottom: 0;
}
.sec-service .service__img img {
  width: 100%;
  height: auto;
}
.sec-service .service__img .c-btn {
  bottom: 20px;
}
.sec-service .service__txt {
  width: 100%;
  padding: 35px 100px;
  background-color: #989898;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-service .service__txt {
    min-height: inherit;
    padding: 20px 25px;
    text-align: left;
  }
}
.sec-service .service__txt .txt {
  font-size: 16px;
  color: #fff;
  line-height: 2.25;
}
@media only screen and (max-width: 767px) {
  .sec-service .service__txt .txt {
    font-size: 14px;
    line-height: 1.785;
  }
}
/*# sourceMappingURL=../maps/service/style.css.map */
