.service-contents .service-posts {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.service-contents .service-posts .service-post {
  border-top: 3px solid #000;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.service-contents .service-posts .service-post .service-title {
  color: #000;
  font-weight: 700;
  font-size: 4rem;
}
@media screen and (max-width: 1024px) and (min-width: 768.1px) {
  .service-contents .service-posts .service-post .service-title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 600px) {
  .service-contents .service-posts .service-post .service-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 600.1px) {
  .service-contents .service-posts .service-post .service-title {
    font-size: 3rem;
  }
}
.service-contents .service-posts .service-post .service-description {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) and (min-width: 768.1px) {
  .service-contents .service-posts .service-post .service-description {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .service-contents .service-posts .service-post .service-description {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 600.1px) {
  .service-contents .service-posts .service-post .service-description {
    font-size: 1.6rem;
  }
}
.service-contents .service-posts .service-post .service-tags {
  display: grid;
  grid-auto-flow: column;
  line-height: 2;
}
.service-contents .service-posts .service-post .service-tags.grid-rows-1 {
  grid-template-rows: repeat(1, 1fr);
}
.service-contents .service-posts .service-post .service-tags.grid-rows-2 {
  grid-template-rows: repeat(2, 1fr);
}
.service-contents .service-posts .service-post .service-tags.grid-rows-3 {
  grid-template-rows: repeat(3, 1fr);
}
.service-contents .service-posts .service-post .service-tags.grid-rows-4 {
  grid-template-rows: repeat(4, 1fr);
}
@media screen and (max-width: 1100px) {
  .service-contents .service-posts .service-post .service-tags.grid-rows-1 {
    grid-template-rows: repeat(2, 1fr);
  }
  .service-contents .service-posts .service-post .service-tags.grid-rows-2 {
    grid-template-rows: repeat(3, 1fr);
  }
  .service-contents .service-posts .service-post .service-tags.grid-rows-3 {
    grid-template-rows: repeat(4, 1fr);
  }
  .service-contents .service-posts .service-post .service-tags.grid-rows-4 {
    grid-template-rows: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1024px) and (min-width: 768.1px) {
  .service-contents .service-posts .service-post .service-tags.grid-rows-1 {
    grid-template-rows: repeat(3, 1fr);
  }
  .service-contents .service-posts .service-post .service-tags.grid-rows-2 {
    grid-template-rows: repeat(4, 1fr);
  }
  .service-contents .service-posts .service-post .service-tags.grid-rows-3 {
    grid-template-rows: repeat(5, 1fr);
  }
  .service-contents .service-posts .service-post .service-tags.grid-rows-4 {
    grid-template-rows: repeat(6, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .service-contents .service-posts .service-post .service-tags.grid-rows-1 {
    grid-template-rows: repeat(3, 1fr);
  }
  .service-contents .service-posts .service-post .service-tags.grid-rows-2 {
    grid-template-rows: repeat(4, 1fr);
  }
  .service-contents .service-posts .service-post .service-tags.grid-rows-3 {
    grid-template-rows: repeat(5, 1fr);
  }
  .service-contents .service-posts .service-post .service-tags.grid-rows-4 {
    grid-template-rows: repeat(6, 1fr);
  }
}
@media screen and (max-width: 768px) and (min-width: 600.1px) {
  .service-contents .service-posts .service-post .service-tags.grid-rows-1 {
    grid-template-rows: repeat(3, 1fr);
  }
  .service-contents .service-posts .service-post .service-tags.grid-rows-2 {
    grid-template-rows: repeat(4, 1fr);
  }
  .service-contents .service-posts .service-post .service-tags.grid-rows-3 {
    grid-template-rows: repeat(5, 1fr);
  }
  .service-contents .service-posts .service-post .service-tags.grid-rows-4 {
    grid-template-rows: repeat(6, 1fr);
  }
}
.service-contents .service-posts .service-post .service-tags .service-tag {
  padding-left: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) and (min-width: 768.1px) {
  .service-contents .service-posts .service-post .service-tags .service-tag {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .service-contents .service-posts .service-post .service-tags .service-tag {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 600.1px) {
  .service-contents .service-posts .service-post .service-tags .service-tag {
    font-size: 1.4rem;
  }
}
.service-contents .service-posts .service-post .service-tags .service-tag::before {
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  clip-path: circle(50%);
  background-color: #000;
}
.service-contents .service-posts .service-post .solution-link {
  display: flex;
  justify-content: flex-end;
}
.service-contents .service-posts .service-post .solution-link .solution-link-button {
  background: #555;
  border-radius: 8px;
  display: flex;
  min-width: 136px;
  min-height: 56px;
  padding: 16px 30px;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.32px;
  transition: opacity 0.3s ease;
}
.service-contents .service-posts .service-post .solution-link .solution-link-button:hover {
  opacity: 0.6;
}

/*# sourceMappingURL=service-style.min.css.map */
