html body main .contents.contents01 p {
  margin-bottom: 1rem;
}
html body main .contents.contents01 p:last-child {
  margin-bottom: 0;
}
html body main .contents.contents02 {
  padding: 0;
}
html body main .contents.contents02 .contents-list-wrapper .contents-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list {
    gap: 0;
    margin-bottom: 3rem;
  }
}
html body main .contents.contents02 .contents-list-wrapper .contents-list:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list:nth-child(even) {
    flex-direction: column;
  }
}
html body main .contents.contents02 .contents-list-wrapper .contents-list:last-child {
  margin-bottom: 0;
}
html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-image {
  flex-basis: 400px;
  position: relative;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-image {
    flex-basis: 300px;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-image {
    flex-basis: 100%;
    margin-bottom: 1.5rem;
  }
}
html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-image::after {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  height: 50px;
  width: 50px;
  border-radius: 10px;
  background-color: #f5c539;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-image::after {
    top: -10px;
    left: -10px;
  }
}
html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-image img {
  border-radius: 10px;
}
html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-text-wrapper {
  flex-basis: calc(100% - 400px - 3rem);
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-text-wrapper {
    flex-basis: calc(100% - 300px - 2rem);
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-text-wrapper {
    display: contents;
  }
}
html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-text-wrapper .contents-title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-text-wrapper .contents-title {
    flex-basis: 100%;
    order: -1;
    margin-bottom: 1.5rem;
  }
}
html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-text-wrapper .contents-title h2 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-text-wrapper .contents-title h2 {
    font-size: 1.25rem;
  }
}
html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-text-wrapper .contents-title span {
  color: #f29437;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-text-wrapper .contents-title span {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}
html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-text-wrapper .contents-text {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-text-wrapper .contents-text {
    flex-basis: 100%;
    margin-bottom: 1.5rem;
  }
}
html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-text-wrapper .contents-text:last-child {
  margin-bottom: 0;
}
html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-text-wrapper .contents-text h3 {
  color: #f29437;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-text-wrapper .contents-text h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}

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