#page-service .section-1 {
  padding-bottom: 48px;
}
#page-service .section-1:not(:nth-of-type(1)) {
  margin-top: 200px;
}
#page-service .section-1 .sec-image {
  aspect-ratio: 1446/610;
  margin-top: 80px;
}
#page-service .section-1 .sec-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 48px;
}
#page-service .section-1 .sec-tags li {
  color: #0069D4;
  font-size: 24px;
  border: 1px solid #0069D4;
  padding: 8px;
  line-height: 1;
}
#page-service .section-1 .sec-text {
  max-width: 800px;
  width: 100%;
  margin: 24px auto 0;
  line-height: 2.2;
}
#page-service .section-1 .sec-frame {
  max-width: 800px;
  width: 100%;
  margin: 48px auto 0;
  border: 2px solid #000;
  padding: 11px 24px 32px;
  border-radius: 0 40px 0 0;
}
#page-service .section-1 .sec-frame .sec-frame-tit {
  font-size: 32px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
}
#page-service .section-1 .sec-frame .sec-frame-list {
  margin: 24px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  max-width: 540px;
  width: 100%;
}
#page-service .section-1 .sec-slider {
  margin-top: 72px;
}
#page-service .section-1 .sec-slider .slide .slide-img img {
  height: 100%;
  width: 100%;
}
#page-service .section-1 .justify-center {
  margin-top: 48px;
}
@media print, screen and (max-width: 1024px) {
  #page-service .section-1:not(:nth-of-type(1)) {
    margin-top: 6.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #page-service .section-1:not(:nth-of-type(1)) {
    margin-top: 40px;
  }
  #page-service .section-1 .sec-image {
    aspect-ratio: 352/200;
    margin-top: 24px;
  }
  #page-service .section-1 .sec-tags {
    gap: 8px;
  }
  #page-service .section-1 .sec-tags li {
    font-size: 16px;
    padding: 8px;
  }
  #page-service .section-1 .sec-text {
    line-height: 1.8;
  }
  #page-service .section-1 .sec-frame {
    border-radius: 0 40px 0 0;
  }
  #page-service .section-1 .sec-frame .sec-frame-tit {
    font-size: 24px;
  }
  #page-service .section-1 .sec-frame .sec-frame-list {
    justify-content: center;
    gap: 16px 20px;
    flex-wrap: wrap;
  }
	#page-service .section-1 .sec-btn > span::after {
		margin-top: 5px;
	}
}/*# sourceMappingURL=service.css.map */