.service__container {
  padding-top: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .service__container {
    padding-top: 4rem;
  }
}
.service__section:nth-child(1) {
  margin-bottom: 4.5rem;
  padding-top: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .service__section:nth-child(1) {
    margin-bottom: 2.5rem;
    padding-top: 2rem;
  }
}
.service__section:nth-child(1) .service__inner {
  width: unset;
}
@media screen and (max-width: 1199px) {
  .service__section:nth-child(1) .service__inner {
    padding: 0;
  }
}
.service__section:last-child {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .service__section:last-child {
    margin-bottom: 5rem;
  }
}
.service__inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .service__inner {
    width: 100%;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .service__inner {
    padding: 0 1rem;
  }
}
.service__txt {
  font-size: 14px;
}
.service__ttl-wrapper {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1199px) {
  .service__ttl-wrapper {
    width: 100%;
    margin-bottom: 2.5rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .service__ttl-wrapper {
    padding: 0 1rem;
  }
}
.service__ttl {
  font-family: "M PLUS 1p", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .service__ttl {
    font-size: 2rem;
  }
}
.service__sub-ttl {
  font-family: "Lato", sans-serif;
  position: relative;
  margin-bottom: 1.25rem;
  padding-left: 1.5em;
  font-size: 18px;
  color: #ee7f23;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .service__sub-ttl {
    padding-left: 1em;
    font-size: 1rem;
  }
}
.service__sub-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 10px;
  background: url("/wp-content/themes/credech/assets/img/dot.png") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .service__sub-ttl::before {
    width: 6px;
    height: 6px;
  }
}
.service__top-img {
  display: block;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .service__top-img {
    height: 190px;
  }
}
.service__top-img--development {
  background: url("/wp-content/themes/credech/assets/img/service/top01.jpg") center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .service__top-img--development {
    background: url("/wp-content/themes/credech/assets/img/sp/service/top01.jpg") center/cover no-repeat;
  }
}
.service__top-img--ses {
  background: url("/wp-content/themes/credech/assets/img/service/top02.jpg") center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .service__top-img--ses {
    background: url("/wp-content/themes/credech/assets/img/sp/service/top02.jpg") center/cover no-repeat;
  }
}
.service__top-img--video {
  background: url("/wp-content/themes/credech/assets/img/service/top03.jpg") center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .service__top-img--video {
    background: url("/wp-content/themes/credech/assets/img/sp/service/top03.jpg") center/cover no-repeat;
  }
}
.service__txt-wrapper {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .service__txt-wrapper {
    margin-bottom: 2.5rem;
  }
}
.service__msg-ttl {
  margin-bottom: 1.25rem;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .service__msg-ttl {
    font-size: 1rem;
  }
}
.service__content {
  padding: 3rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .service__content {
    padding: 2.5rem 1rem;
    border-radius: 0.5rem;
  }
}
.service__list-item {
  display: flex;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .service__list-item {
    display: block;
  }
}
.service__list-item:last-child {
  margin-bottom: 0;
}
.service__list-ttl {
  min-width: 200px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .service__list-ttl {
    min-width: 16.6805671393vw;
  }
}
@media screen and (max-width: 767px) {
  .service__list-ttl {
    margin-bottom: 0.5em;
  }
}
.service__disc-list-item {
  margin-left: 1.25rem;
  font-size: 14px;
  list-style-type: disc;
}
.service__num-list-item {
  margin-left: 1.25rem;
  font-size: 14px;
  list-style-type: decimal;
}

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