<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* reset */
main.site-main {
  font-style: normal;
  line-height: normal;
  font-weight: normal;
}

main.site-main p {
  margin: 0;
}

main.site-main a {
  text-decoration: none;
}

/* ---------------------------------- */

.wrapper-page-title {
  margin-bottom: 0;
}

.service-wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 40px;
  margin-bottom: 64px;
}

.wrapper-sidebar {
  margin-top: 120px;
  position: -webkit-sticky;
  height: 100%;
  position: sticky;
  top: 120px;
}

.inner-sidebar {
  width: 175px;
  margin-top: 24px;
}

.service-section-title {
  margin-bottom: 40px;
}

.section-title-en {
  color: var(--main-color);
  margin-bottom: 4px;
}

.section-title-ja {
  color: var(--sub-text-color);
}

.service-item-wrap {
  padding-top: 32px;
  margin-bottom: 32px;
  border-top: 1px solid var(--border-color-weak);
}

.service-item-wrap:last-child {
  padding-bottom: 32px;
  margin-bottom: 0;
}

.service-item-wrap:last-of-type {
  border-bottom: 1px solid var(--border-color-weak);
}


.service-caption-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.caption-number {
  color: var(--main-color);
  font-weight: 500;
}

.caption-ja {
  color: var(--main-color);
}

.caption-en {
  color: var(--sub-text-color);
}

.service-item-text {
  margin-bottom: 24px;
  color: var(--main-text-color);
}

.service-tag-wrap {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  flex-shrink: 0;
}

.tag-wrap-content {
  display: flex;
  align-items: center;
}

.service-tag-wrap span {
  border-radius: 8px;
  color: var(--main-text-color);
  display: flex;
  align-items: center;
  margin: 4px 0px;
}

.service-subHeading {
  color: #BBB;
  margin-bottom: 8px;
}

.service-contents {
  display: flex;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}

.service-img {
  width: 320px;
  height: 240px;
  flex-shrink: 0;
}

.page-link-white {
  display: flex;
  gap: 8px;
}

.page-link-white::after {
  content: '竊�';
  color: var(--main-color);
  border-radius: 50%;
  border: 1px solid var(--main-color);
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s ease-in;
  position: relative;
  left: 0;
  flex-shrink: 0;
}

.page-link-white:hover::after {
  left: 8px;
}

/*** Service荳企Κ ***/
.service-top {
  margin: 72px 0;
}

.service-overview {
  color: var(--main-text-color);
  justify-content: center;
  text-align: center;
}

.page-link-under-container {
  display: flex;
  width: 900px;
  max-width: 100%;
  justify-content: center;
  text-align: center;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 12px 8px;
  margin: 32px auto 0;
}

.gradation {
  border-radius: 9999px;
  padding: 3px;
  background: linear-gradient(to right, var(--sub-color) 0%, var(--main-color) 100%);
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.20);
}

.link-to-under {
  display: flex;
  height: 38px;
  padding: 0 24px;
  gap: 8px;
  border-radius: 9999px;
  color: var(--main-color);
  background: #FFFFFF;
  justify-content: center;
  align-items: center;
  white-space: normal;
  line-height: 24px;
}

.link-to-under span {
  display: flex;
  width: 12px;
  height: 17.6px;
  color: var(--main-color);
  justify-content: center;
  align-items: center;
}

/***********************************/

/* sp */

@media screen and (max-width: 1160px) {
  .wrapper-sidebar {
    display: none;
  }
}

@media screen and (max-width: 834px) {

  .service-overview {
  text-align: left;
  }

  .section-title-en {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .caption-number {
    font-size: 20px;
  }

  .service-caption-wrap {
    flex-direction: column;
  }

  .service-item-text {
    text-align: left;
  }

  .service-tag-wrap {
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    row-gap: 8px;
  }

  .tag-wrap-content {
    justify-content: center;
    height: 40px;
  }

  .service-wrapper {
    margin-bottom: 24px;
    flex-direction: column;
    row-gap: 24px;
  }

  .service-contents {
    flex-direction: column;
    align-items: center;
  }

  .service-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .page-link-white {
    margin: 0 auto;
  }

  .page-link-white::after {
    font-size: 20px;
    width: 40px;
    height: 40px;
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 426px) {
.service-section-title {
  margin-bottom: 24px;
}
}</pre></body></html>