/**
 * mixins and functions
 * @version 1.0
 */
/* ------------------------
wp content
------------------------ */
.l-service__flow {
  padding: 60px 0;
}
.l-service__detail {
  background: #ecf2f3;
  padding: 60px 0;
}
.l-service__detail .item {
  background: #FFF;
  border: 2px solid #4d9696;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.l-service__detail .item:last-of-type {
  margin-bottom: 0;
}
.l-service__detail .item .text {
  width: 64%;
}
.l-service__detail .item .text .title {
  font-size: 30px;
  line-height: 1.3;
  padding-bottom: 0.6em;
}
.l-service__detail .item .image {
  width: 34%;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
}
.l-service__detail .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-service__detail .item .btn {
  width: 100%;
  padding-top: 40px;
}
.l-service__detail .item.engineering {
  border-color: #aaa097;
}
.l-service__detail .item.qaqc {
  border-color: #cc3333;
}
.l-service__term-list {
  padding: 60px 0;
}
.l-service__term-list .title {
  font-size: 30px;
  text-align: center;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .l-service__flow {
    padding: 40px 0 60px;
  }
  .l-service__flow .c-service-flow .content-item {
    min-height: 354px;
  }
  .l-service__detail .item {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 30px;
    gap: 20px;
    margin-bottom: 30px;
  }
  .l-service__detail .item:last-of-type {
    margin-bottom: 0;
  }
  .l-service__detail .item .text {
    width: 100%;
  }
  .l-service__detail .item .text .title {
    font-size: 20px;
  }
  .l-service__detail .item .image {
    width: 100%;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .l-service__detail .item .btn {
    width: 100%;
    padding-top: 0;
  }
  .l-service__term-list {
    padding: 40px 0 0;
  }
  .l-service__term-list .title {
    font-size: 22px;
  }
}

.l-service-page {
  padding: 60px 0;
  background: #ecf2f3;
}
.l-service-page__cont-nav {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.l-service-page .content-wrap {
  background: #FFF;
  padding: 60px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media screen and (max-width: 768px) {
  .l-service-page {
    padding: 40px 0;
  }
  .l-service-page__cont-nav {
    padding-bottom: 40px;
  }
  .l-service-page .content-wrap {
    padding: 20px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

.l-service-cta {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-service-cta {
    padding-top: 40px;
  }
}
/*# sourceMappingURL=index.css.map */