@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
.dashed {
  display: inline;
  padding-bottom: 5px;
  background: linear-gradient(to right, #589d4c 0%, #589d4c 50%, rgba(88, 157, 76, 0) 51%, rgba(88, 157, 76, 0) 100%) repeat-x left bottom/10px 2px;
}

html {
  font-size: 62.5%;
}

body {
  color: #323232;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  counter-reset: count-number;
}
@media all and (max-width: 768px) {
  body {
    font-size: 1.7rem;
  }
}

a, a:visited {
  text-decoration: none;
  color: #1a0dab;
}

a:hover {
  filter: opacity(40%);
  transition: 0.4s;
}

.link-ex {
  background-image: url(../img/icon_link.jpeg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position-y: bottom;
  margin-left: 1em;
  padding-left: 1.6em;
}

.link-more::before {
  content: "more»";
  color: #fff;
  background-color: #589d4c;
  font-weight: 700;
  font-size: 0.9em;
  border-radius: 4px;
  padding: 0 0.5em 0.3em;
  margin-right: 0.5em;
}

.link-pdf2 {
  background-image: url(../img/icon_pdf2.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position-y: center;
  padding-left: 2em;
}

.text {
  margin-bottom: 2em;
}
@media all and (max-width: 768px) {
  .text {
    font-size: 1.2em;
  }
}

@media all and (min-width: 1001px) {
  .br-sp {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

/* --- width --- */
.w700 {
  width: 700px !important;
}

.w70p {
  width: 70% !important;
}
@media all and (max-width: 768px) {
  .w70p {
    width: 100% !important;
  }
}

/* --- margin --- */
.mg-center {
  margin: 0 auto;
}

.mb2 {
  margin-bottom: 2em !important;
}

/* --- text align --- */
.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

.ai-c {
  align-items: center;
}

.fb-page span {
  height: 500px !important;
}
.fb-page span iframe {
  height: 500px !important;
}

#kobo .service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  #kobo .service {
    grid-template-columns: 1fr;
  }
}
#kobo .service__item {
  display: block;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#kobo .service__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}
#kobo .service__title {
  position: relative;
  padding-left: 28px;
  padding-bottom: 10px;
}
#kobo .service__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #9ed8c3;
}
#kobo .service__body {
  display: flex;
  gap: 16px;
}
#kobo .service__thumb {
  width: 120px;
  height: 120px;
  overflow: hidden;
  flex-shrink: 0;
}
#kobo .service__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#kobo .service__meta {
  flex: 1;
}
#kobo .service__category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#kobo .service__category span {
  background: #589d4c;
  color: #fff;
  font-size: 1rem;
  padding: 4px 10px;
  border-radius: 999px;
  line-height: 1.4;
}
#kobo .service__desc {
  margin-bottom: 5px;
}
#kobo .service__address {
  border-top: 1px solid #ddd;
}
#kobo .gallery {
  padding-right: 30px;
}
#kobo .gallery__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  #kobo .gallery__list {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
#kobo .gallery__item {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 16px;
}
@media (max-width: 768px) {
  #kobo .gallery__item {
    width: 90%;
  }
}
#kobo .gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}/*# sourceMappingURL=service.css.map */