/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
.lists-service {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lists-service__item {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .lists-service__item {
    margin-bottom: 3.75rem;
  }
}
.lists-service__item:last-child {
  margin-bottom: 0;
}
.lists-service__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.lists-service__item:nth-child(2n) .item-content__box {
  transform: translateX(-20px);
}
@media only screen and (max-width: 63.99875rem) {
  .lists-service__item:nth-child(2n) .item-content__box {
    transform: translateX(0px);
  }
}
.lists-service__item .item-content {
  width: 43%;
}
@media only screen and (max-width: 63.99875rem) {
  .lists-service__item .item-content {
    width: 100%;
  }
}
.lists-service__item .item-content__box {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 40px 30px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.0901960784);
  z-index: 2;
  width: calc(100% + 20px);
}
@media only screen and (max-width: 63.99875rem) {
  .lists-service__item .item-content__box {
    width: 100%;
    padding: 40px 30px 80px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .lists-service__item .item-content__box {
    padding: 30px 25px 70px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .lists-service__item .item-content__box {
    padding: 30px 18px 70px;
  }
}
.lists-service__item .item-content__box .heading-title {
  line-height: 1.4;
  margin-bottom: 16px;
  font-weight: 700;
}
.lists-service__item .item-content__box .heading-title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .lists-service__item .item-content__box .heading-title {
    font-size: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .lists-service__item .item-content__box .heading-title {
    font-size: 1.875rem;
  }
}
.lists-service__item .item-content__box .heading-title a {
  color: #00a267;
}
.lists-service__item .item-content__box .heading-title a:hover {
  color: #04935f;
}
.lists-service__item .item-content__box .target {
  font-weight: 600;
  margin-bottom: 10px;
}
.lists-service__item .item-content__box .target {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .lists-service__item .item-content__box .target {
    font-size: 1.125rem;
  }
}
.lists-service__item .item-content__box .content {
  text-align: justify;
}
.lists-service__item .item-thumb {
  width: 57%;
}
@media only screen and (max-width: 63.99875rem) {
  .lists-service__item .item-thumb {
    width: 95%;
    margin: -35px auto 0;
    z-index: 2;
  }
}
.lists-service__item .item-thumb a {
  overflow: hidden;
}
.lists-service__item .item-thumb a .cover {
  border-radius: 15px;
}
.lists-service__item .item-thumb a .cover .res {
  padding-top: 65%;
}
.lists-service__item .item-thumb a .cover .res img {
  border-radius: 15px;
}