#service .box_cate .s_cate {
  display: inline-block;
}
#service .box_cate .s_cate a {
  background: var(--wp--preset--color--theme-white);
  color: var(--wp--preset--color--theme-black);
  text-decoration: none;
  padding: 0.25em 1em;
  margin: 0.5rem 1rem 0 0;
  display: block;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--theme-gothic-head);
}
#service .box_cate .s_cate:first-of-type a {
  margin-top: 0;
}
#service .post_title {
  font-size: var(--wp--preset--font-size--xxxxx-large);
  margin-bottom: 2.5rem;
}
#service .box-cp p {
  font-size: var(--wp--preset--font-size--small);
  margin-top: 0;
  margin-bottom: 0.75em;
}
#service .box_tag .s_tag {
  color: var(--wp--preset--color--theme-darkgray);
}
#service .box_tag .s_tag a {
  font-size: var(--wp--preset--font-size--x-small);
  text-decoration: none;
  color: inherit;
}
#service .box_tag .s_tag:not(:last-of-type)::after {
  content: ",";
}
#service .post_foot {
  padding-top: 3rem;
  margin-top: 5rem;
  margin-bottom: 9rem;
  border-top: 1px solid var(--wp--preset--color--theme-black);
}
#service .post_foot .title_other {
  margin-top: 0;
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--xxxx-large);
}
#service .post_foot .title_other span {
  display: block;
  font-size: 0.5em;
}
#service .post_foot .list_extra {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 5rem;
  align-items: stretch;
  margin-bottom: 9rem;
}
@media screen and (max-width: 599px) {
  #service .post_foot .list_extra {
    flex-direction: column;
    gap: 3rem;
  }
}
#service .post_foot .list_extra li {
  width: calc((100% - 5rem) / 2);
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 599px) {
  #service .post_foot .list_extra li {
    width: 100%;
  }
}
#service .post_foot .list_extra li .s_thumb {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 53/25;
}
#service .post_foot .list_extra li .s_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .post_foot .list_extra li .s_title a {
  text-decoration: none;
  color: var(--wp--preset--color--theme-black);
}
#service .post_foot .list_extra li .s_cate {
  font-size: var(--wp--preset--font-size--x-small);
}
#service .post_foot .list_extra li .s_title {
  margin: 0.5rem 0;
  font-size: var(--wp--preset--font-size--large);
}
#service .post_foot .list_extra li .box-cp p {
  margin-bottom: 0;
  font-size: var(--wp--preset--font-size--x-small);
}
#service .post_foot .list_extra li .box_tag .s_tag a {
  font-size: var(--wp--preset--font-size--x-small);
}
#service .post_foot .list_extra .s_more {
  margin-top: auto;
  display: block;
  text-align: right;
  height: -moz-fit-content;
  height: fit-content;
}
#service .post_foot .list_extra .s_more a {
  margin-top: auto;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  text-transform: uppercase;
  color: var(--wp--preset--color--theme-black);
  font-family: var(--wp--preset--font-family--theme-gothic-head);
  display: block;
  margin-left: auto;
  padding-right: 2rem;
  position: relative;
  text-decoration: none;
  font-size: var(--wp--preset--font-size--x-small);
}
#service .post_foot .list_extra .s_more a::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  background: url(../../assets/images/more_arrow.svg) no-repeat;
  background-position: center center;
  background-size: contain;
}
#service .post_foot .list_extra:has(a:hover) .s_more a::after {
  transform: translateX(5px);
}
#service .service_type {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}
@media screen and (max-width: 599px) {
  #service .service_type {
    flex-direction: column;
  }
}
#service .service_type > .wp-block-group {
  margin: 0;
  width: calc((100% - 8rem) / 2);
}
@media screen and (max-width: 599px) {
  #service .service_type > .wp-block-group {
    width: 100%;
  }
}
#service #area_filter {
  margin: 3.75rem auto 5rem;
  background: var(--wp--preset--color--theme-white);
  padding: 5rem 0;
}
#service #area_filter .filter_title {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  padding: 0 1em;
  color: var(--wp--preset--color--theme-darkgray);
  font-size: var(--wp--preset--font-size--medium);
  border-left: 1px solid var(--wp--preset--color--theme-darkgray);
  border-right: 1px solid var(--wp--preset--color--theme-darkgray);
  margin-bottom: 1rem;
}
#service #area_filter .list_filter {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
#service #area_filter .list_filter li {
  cursor: pointer;
  display: block;
  transition: 0.3s all;
}
#service #area_filter .list_filter.cate {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
}
#service #area_filter .list_filter.cate li {
  font-size: var(--wp--preset--font-size--large);
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.25em 0.5em;
  font-family: var(--wp--preset--font-family--theme-gothic-head);
}
#service #area_filter .list_filter.cate li.active {
  background-color: var(--wp--preset--color--theme-black);
  color: var(--wp--preset--color--theme-white);
}
#service #area_filter .list_filter.cate li:not(.active):hover {
  background-color: var(--wp--preset--color--theme-black);
  color: var(--wp--preset--color--theme-white);
}
#service #area_filter .list_filter.tag {
  row-gap: 0.5rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
#service #area_filter .list_filter.tag li {
  color: var(--wp--preset--color--theme-black);
  position: relative;
  font-size: var(--wp--preset--font-size--medium);
}
#service #area_filter .list_filter.tag li::after {
  width: 0;
  height: 1px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--wp--preset--color--theme-black);
}
#service #area_filter .list_filter.tag li.active::after {
  width: 100%;
}
#service .list_service {
  display: flex;
  justify-content: flex-start;
  gap: 4rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  #service .list_service {
    flex-direction: column;
  }
}
#service .list_service li {
  margin: 0;
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 599px) {
  #service .list_service li {
    width: 100%;
  }
}
#service #area_result {
  transition: 0.3s opacity ease;
}
#service #area_result .pager_index {
  margin-top: 5rem;
}
#service.single-service_post .post_body p {
  margin-right: auto;
  width: 70%;
}
@media screen and (max-width: 599px) {
  #service.single-service_post .post_body p {
    width: auto;
  }
}/*# sourceMappingURL=service.css.map */