.banner-service {
  padding: 6.7rem 0;
  text-align: center;
  border-top: 1px solid #E2E8F0;
}
.banner-service .ic-banner {
  margin-bottom: 1.2rem;
}
.banner-service .title {
  font-family: "Inter_bold";
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.04em;
  color: #ED9748;
}
.banner-service .desc {
  font-family: "Noto Sans JP Bold";
  font-size: 2.6rem;
  line-height: 3.9rem;
  letter-spacing: 0.04em;
  color: #1E293B;
}

.content-service .d-flex {
  max-width: 115.2rem;
  padding: 8rem 2.4rem;
  margin: auto;
  display: flex;
  gap: 4rem;
  align-items: center;
}
.content-service .d-flex .right {
  width: 64rem;
}
.content-service .d-flex .right .content .name {
  font-family: "Inter_bold";
  font-size: 2.2rem;
  line-height: 3.3rem;
  letter-spacing: 0.04em;
  color: #F97316;
  margin-bottom: 0.8rem;
}
.content-service .d-flex .right .content .title {
  font-family: "Noto Sans JP Bold";
  font-size: 2.6rem;
  line-height: 3.9rem;
  letter-spacing: 0.04em;
  margin-bottom: 2rem;
  color: #1E293B;
}
.content-service .d-flex .right .content .desc {
  font-family: "Noto Sans JP Regular";
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.04em;
  color: #1E293B;
}
.content-service .d-flex:last-child {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .banner-service .title {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .banner-service .desc {
    font-size: 2.2rem;
    line-height: 3.3rem;
  }
  .content-service .d-flex {
    flex-wrap: wrap;
    justify-content: center;
    padding: 4rem 2.4rem 8rem;
  }
  .content-service .d-flex:last-child {
    margin-bottom: 4rem;
  }
  .content-service .d-flex .right .content .title {
    font-size: 2.2rem;
    line-height: 3.3rem;
  }
}

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