[data-reveal] {
  --reveal-delay: 0s;
  --reveal-distance: 56px;
  opacity: 0;
  transform: translate3d(0, var(--reveal-distance), 0);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay), transform 1s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay);
  will-change: opacity, transform;
}
[data-reveal].is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-reveal=left] {
  transform: translate3d(calc(var(--reveal-distance) * -0.75), 0, 0);
}
[data-reveal=left].is-revealed {
  transform: translate3d(0, 0, 0);
}

[data-reveal=right] {
  transform: translate3d(calc(var(--reveal-distance) * 0.75), 0, 0);
}
[data-reveal=right].is-revealed {
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.service {
  overflow-x: clip;
  background: radial-gradient(ellipse 80% 50% at 10% 0%, rgba(142, 125, 66, 0.08), transparent 55%), radial-gradient(ellipse 70% 45% at 90% 20%, rgba(15, 15, 15, 0.04), transparent 50%), #f7f6f4;
  color: #0f0f0f;
}
.service__br-sp {
  display: none;
}
.service__section-head {
  margin-bottom: 56px;
}
.service__section-ja {
  margin: 16px 0 0;
  font-size: 24px;
  font-weight: 700;
  color: #b2b2b2;
}
.service__fv-inner, .service__issue-inner, .service__concept-inner, .service__reason-inner, .service__menu-inner, .service__figure-inner, .service__highlight-inner, .service__cases-inner, .service__flow-inner, .service__faq-inner, .service__related-inner, .service__badges-inner, .service__cta-inner {
  max-width: 1080px;
  margin-inline: auto;
}
.service__fv {
  padding-top: 148px;
  padding-bottom: 120px;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .service__fv {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.service__fv-en {
  margin: 24px 0 0;
}
.service__fv-title {
  margin: 20px 0 0;
  font-size: clamp(28px, 4.2vw, 34px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.service__fv-sub {
  margin: 20px 0 0;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  line-height: 1.8;
  color: #8e7d42;
}
.service__fv-text {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service__fv-text p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  color: #555;
}
.service__fv-actions {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
}
.service__fv-actions .btn {
  width: auto;
  height: auto;
}
.service__badges {
  padding: 64px 0;
  background: rgba(15, 15, 15, 0.03);
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .service__badges {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.service__badges-title {
  margin: 0 0 28px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.service__badges-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.service__badges-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service__badges-item img {
  max-height: 40px;
  width: auto;
}
.service__badges-label {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid rgba(15, 15, 15, 0.16);
  border-radius: 100px;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.service__badges-note {
  margin: 24px 0 0;
  font-size: 13px;
  line-height: 1.9;
  text-align: center;
  color: #555;
}
.service__issue {
  padding: 96px 0;
  background: rgba(15, 15, 15, 0.03);
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .service__issue {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.service__issue-title {
  margin: 0;
  font-size: clamp(24px, 3.4vw, 32px);
  font-weight: 700;
  line-height: 1.6;
}
.service__issue-lead {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service__issue-lead p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #555;
}
.service__issue-list {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.service__issue-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  padding: 28px 32px;
  background: #fff;
  border: 1px solid rgba(15, 15, 15, 0.1);
}
.service__issue-check {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  margin-top: 4px;
  border-radius: 50%;
  background: #8e7d42;
}
.service__issue-check::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.service__issue-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}
.service__issue-closing {
  margin: 40px 0 0;
  padding-top: 32px;
  border-top: 1px solid rgba(15, 15, 15, 0.16);
  font-size: clamp(18px, 2.4vw, 26px);
  font-weight: 700;
  line-height: 1.7;
}
.service__concept {
  padding: 120px 0;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .service__concept {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.service__concept-lead {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service__concept-lead p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #555;
}
.service__concept-figure {
  margin: 48px 0 0;
}
.service__concept-figure img {
  width: 100%;
}
.service__concept-notes {
  margin-top: 32px;
}
.service__concept-notes p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}
.service__concept-notes p:last-child {
  margin-bottom: 0;
}
.service__cycle {
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
}
.service__cycle-item {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 1 0;
  min-width: 140px;
  padding: 20px 18px;
  background: #fff;
  border: 1px solid rgba(15, 15, 15, 0.12);
}
.service__cycle-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  z-index: 1;
  width: 12px;
  height: 1px;
  background: rgba(15, 15, 15, 0.3);
  transform: translateY(-50%);
}
.service__cycle-label {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.service__cycle--loop .service__cycle-item:last-child {
  border-color: #8e7d42;
}
@media screen and (max-width: 768px) {
  .service__concept-figure--pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .service__cycle--sp {
    display: none;
  }
}
.service__reason {
  padding: 120px 0;
  background: rgba(15, 15, 15, 0.03);
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .service__reason {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.service__reason-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.service__reason-item {
  display: grid;
  grid-template-columns: minmax(88px, 120px) minmax(0, 1fr);
  gap: 24px 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(15, 15, 15, 0.16);
}
.service__reason-no {
  margin: 0;
  font-family: "Jost", sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  line-height: 1;
  color: #8e7d42;
}
.service__reason-title {
  margin: 0 0 20px;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 700;
  line-height: 1.6;
}
.service__reason-text {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #555;
}
.service__reason-text:last-child {
  margin-bottom: 0;
}
.service__menu {
  padding: 120px 0;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .service__menu {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.service__menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 24px;
}
.service__menu-list--tag {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.service__menu-list--detail {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
.service__menu-list--tag .service__menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 20px;
  text-align: center;
}
.service__menu-list--tag .service__menu-title {
  margin: 0;
  padding-left: 0;
  font-size: 16px;
}
.service__menu-list--tag .service__menu-title::before {
  display: none;
}
.service__menu-item {
  padding: 40px;
  background: #fff;
  border: 1px solid rgba(15, 15, 15, 0.1);
}
.service__menu-title {
  position: relative;
  margin: 0 0 20px;
  padding-left: 18px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.service__menu-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8e7d42;
}
.service__menu-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #555;
}
.service__menu-note {
  margin: 32px 0 0;
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}
.service__menu-accordion {
  border-top: 1px solid rgba(15, 15, 15, 0.16);
}
.service__menu-detail {
  border-bottom: 1px solid rgba(15, 15, 15, 0.12);
}
.service__menu-detail[open] .service__menu-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.service__menu-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 26px 0;
  cursor: pointer;
  list-style: none;
}
.service__menu-summary::-webkit-details-marker {
  display: none;
}
.service__menu-summary-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}
.service__menu-icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.service__menu-icon::before, .service__menu-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #0f0f0f;
  transform: translate(-50%, -50%);
}
.service__menu-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s ease;
}
.service__menu-answer {
  padding: 0 0 26px;
}
.service__menu-answer p {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #555;
}
.service__menu-answer p:last-child {
  margin-bottom: 0;
}
.service__figure {
  padding: 120px 0;
  background: rgba(15, 15, 15, 0.03);
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .service__figure {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.service__figure-title {
  margin: 0;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.6;
}
.service__figure-text {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service__figure-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #555;
}
.service__figure-media {
  margin: 48px 0 0;
}
.service__figure-media img {
  width: 100%;
}
.service__figure-note {
  margin: 32px 0 0;
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}
.service__highlight {
  padding: 120px 0;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .service__highlight {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.service__highlight-title {
  margin: 0 0 40px;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.6;
}
.service__highlight-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 32px;
}
.service__highlight-list--col2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.service__highlight-list--col3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.service__highlight-item {
  padding: 40px;
  background: #fff;
  border: 1px solid rgba(15, 15, 15, 0.1);
}
.service__highlight-media {
  margin: 0 0 24px;
}
.service__highlight-media img {
  width: 100%;
}
.service__highlight-label {
  margin: 0 0 12px;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #8e7d42;
}
.service__highlight-value {
  margin: 0 0 16px;
  font-family: "Jost", sans-serif;
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 600;
  line-height: 1.2;
}
.service__highlight-text p {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #555;
}
.service__highlight-text p:last-child {
  margin-bottom: 0;
}
.service__highlight-note {
  margin: 32px 0 0;
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}
.service__cases {
  padding: 120px 0;
  background: rgba(15, 15, 15, 0.03);
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .service__cases {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.service__cases-list {
  margin: 0;
  padding: 0 0 16px;
  list-style: none;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 340px);
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}
.service__cases-item {
  scroll-snap-align: start;
}
.service__cases-link {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(15, 15, 15, 0.1);
  transition: opacity 0.3s ease;
}
.service__cases-link:hover {
  opacity: 0.75;
}
.service__cases-media {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
@supports not (aspect-ratio: 16/10) {
  .service__cases-media {
    height: 0;
    padding-top: 62.5%;
  }
  .service__cases-media > * {
    position: absolute;
    inset: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.service__cases-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service__cases-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: #d1d1d1;
}
.service__cases-body {
  padding: 24px;
}
.service__cases-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}
.service__cases-tags {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.service__cases-tag {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  color: #707070;
}
.service__cases-note {
  margin: 24px 0 0;
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}
.service__cases-actions {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.service__cases-actions .btn {
  width: auto;
  height: auto;
}
.service__flow {
  padding: 120px 0;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .service__flow {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.service__flow-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service__flow-item {
  display: grid;
  grid-template-columns: minmax(120px, 160px) minmax(0, 1fr);
  gap: 16px 40px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(15, 15, 15, 0.12);
}
.service__flow-item:first-child {
  border-top: 1px solid rgba(15, 15, 15, 0.16);
}
.service__flow-no {
  margin: 0;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #8e7d42;
}
.service__flow-title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.service__flow-text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #555;
}
.service__flow-note {
  margin: 32px 0 0;
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}
.service__faq {
  padding: 120px 0;
  background: rgba(15, 15, 15, 0.03);
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .service__faq {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.service__faq-list {
  border-top: 1px solid rgba(15, 15, 15, 0.16);
}
.service__faq-item {
  border-bottom: 1px solid rgba(15, 15, 15, 0.12);
}
.service__faq-item[open] .service__faq-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.service__faq-q {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px 16px;
  padding: 28px 0;
  cursor: pointer;
  list-style: none;
}
.service__faq-q::-webkit-details-marker {
  display: none;
}
.service__faq-q-mark {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  color: #8e7d42;
}
.service__faq-q-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  overflow-wrap: anywhere;
}
.service__faq-icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 4px;
}
.service__faq-icon::before, .service__faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #0f0f0f;
  transform: translate(-50%, -50%);
}
.service__faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s ease;
}
.service__faq-a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  padding: 0 0 28px;
}
.service__faq-a-mark {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  color: rgba(15, 15, 15, 0.45);
}
.service__faq-a-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #555;
}
.service__related {
  padding: 120px 0;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .service__related {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.service__related-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.service__related-link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding: 32px;
  overflow: hidden;
  background: #192125;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #fff;
}
.service__related-link p,
.service__related-link span,
.service__related-link h1,
.service__related-link h2,
.service__related-link h3,
.service__related-link h4,
.service__related-link h5,
.service__related-link h6,
.service__related-link li,
.service__related-link time,
.service__related-link address {
  color: inherit;
}
.service__related-link a:not(.btn):not(.about__btn) {
  color: inherit;
}
.service__related-link:not(.service__related-link--media):hover {
  background: #fff;
  color: #0f0f0f;
}
.service__related-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
}
.service__related-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
}
.service__related-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.service__related-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.78) 100%);
  transition: opacity 0.45s ease;
}
.service__related-link--media:hover .service__related-bg img, .service__related-link--media:focus-visible .service__related-bg img {
  transform: scale(1.06);
}
.service__related-link--media:hover .service__related-overlay, .service__related-link--media:focus-visible .service__related-overlay {
  opacity: 0.82;
}
.service__related-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}
.service__related-en {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: inherit;
}
.service__related-ja {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: inherit;
}
.service__related-icon {
  position: absolute;
  right: 28px;
  top: 28px;
  z-index: 1;
  font-size: 18px;
  line-height: 1;
  color: inherit;
}
.service__cta {
  padding: 120px 0 160px;
  background: rgba(15, 15, 15, 0.03);
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .service__cta {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.service__cta-inner {
  text-align: center;
}
.service__cta-title {
  margin: 0;
  font-size: clamp(22px, 3.2vw, 32px);
  font-weight: 700;
  line-height: 1.6;
}
.service__cta-actions {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.service__cta-actions .btn {
  width: auto;
  height: auto;
}
.service__cta-tel {
  margin: 40px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #555;
}
.service__cta-tel-label {
  margin-right: 8px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #8e7d42;
}
.service__cta-tel-link {
  width: auto;
  height: auto;
  font-weight: 700;
  color: #0f0f0f;
}
.service__cta-tel-hours {
  font-size: 14px;
  color: #555;
}

@media screen and (max-width: 1024px) {
  .service__section-head {
    margin-bottom: 40px;
  }
  .service__section-ja {
    font-size: 20px;
  }
  .service__fv {
    padding-top: 120px;
    padding-bottom: 88px;
  }
  .service__issue, .service__concept, .service__reason, .service__menu, .service__figure, .service__highlight, .service__cases, .service__flow, .service__faq, .service__related {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .service__cta {
    padding-top: 88px;
    padding-bottom: 120px;
  }
  .service__issue-item, .service__menu-item, .service__highlight-item {
    padding: 32px;
  }
  .service__menu-list--tag {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .service__highlight-list--col3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service__related-list {
    gap: 16px;
  }
  .service__related-link {
    min-height: 168px;
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .service__br-sp {
    display: block;
  }
  .service__section-ja {
    margin-top: 12px;
    font-size: 18px;
  }
  .service__fv {
    padding-top: 108px;
    padding-bottom: 72px;
  }
  .service__fv-en {
    margin-top: 16px;
  }
  .service__fv-sub {
    margin-top: 16px;
    font-size: 18px;
  }
  .service__fv-text {
    margin-top: 24px;
    gap: 16px;
  }
  .service__fv-text p {
    font-size: 15px;
    line-height: 1.9;
  }
  .service__fv-actions {
    margin-top: 32px;
    flex-direction: column;
    align-items: stretch;
  }
  .service__fv-actions .btn {
    width: 100%;
  }
  .service__badges {
    padding: 48px 0;
  }
  .service__issue, .service__concept, .service__reason, .service__menu, .service__figure, .service__highlight, .service__cases, .service__flow, .service__faq, .service__related {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .service__cta {
    padding-top: 64px;
    padding-bottom: 88px;
  }
  .service__issue-list, .service__menu-list--detail, .service__highlight-list--col2, .service__highlight-list--col3, .service__related-list {
    grid-template-columns: 1fr;
  }
  .service__menu-list--tag {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .service__issue-list {
    margin-top: 32px;
    gap: 12px;
  }
  .service__issue-item {
    padding: 20px 20px;
    gap: 12px;
  }
  .service__issue-text {
    font-size: 15px;
  }
  .service__issue-closing {
    margin-top: 32px;
    padding-top: 24px;
  }
  .service__issue-lead p, .service__concept-lead p, .service__figure-text p, .service__reason-text, .service__flow-text, .service__menu-text p, .service__menu-answer p, .service__highlight-text p, .service__faq-a-text p {
    font-size: 14px;
    line-height: 1.9;
  }
  .service__cycle {
    margin-top: 32px;
    flex-direction: column;
    gap: 20px;
  }
  .service__cycle-item {
    min-width: 0;
    padding: 16px 18px;
  }
  .service__cycle-item:not(:last-child)::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -20px;
    width: 1px;
    height: 20px;
    transform: translateX(-50%);
  }
  .service__reason-list {
    gap: 40px;
  }
  .service__reason-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 28px;
  }
  .service__reason-title {
    margin-bottom: 16px;
  }
  .service__menu-item, .service__highlight-item {
    padding: 28px 24px;
  }
  .service__menu-list--tag .service__menu-item {
    padding: 20px 14px;
  }
  .service__menu-title {
    font-size: 18px;
  }
  .service__menu-list--tag .service__menu-title {
    font-size: 14px;
  }
  .service__menu-summary {
    padding: 22px 0;
  }
  .service__menu-summary-text {
    font-size: 15px;
  }
  .service__figure-title, .service__highlight-title {
    font-size: clamp(20px, 5vw, 24px);
  }
  .service__cases-list {
    grid-auto-columns: minmax(260px, 78%);
    gap: 16px;
  }
  .service__cases-actions {
    margin-top: 32px;
  }
  .service__cases-actions .btn {
    width: 100%;
  }
  .service__flow-item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 24px 0;
  }
  .service__flow-title {
    font-size: 18px;
  }
  .service__faq-q {
    padding: 22px 0;
    gap: 8px 12px;
  }
  .service__faq-q-mark, .service__faq-q-text {
    font-size: 15px;
  }
  .service__faq-a {
    gap: 12px;
    padding-bottom: 22px;
  }
  .service__faq-a-mark {
    font-size: 15px;
  }
  .service__related-link {
    min-height: 0;
    padding: 24px;
  }
  .service__cta-actions {
    margin-top: 32px;
    flex-direction: column;
    align-items: stretch;
  }
  .service__cta-actions .btn {
    width: 100%;
    min-width: 0;
  }
}
[data-reveal].is-revealed {
  will-change: auto;
}

.service .dg {
  display: block;
  width: 100%;
  height: auto;
}
.service .dg-orbit {
  transition-property: stroke-dashoffset;
  transition-duration: 1.4s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--delay, 0s);
}
.service .dg-arrow,
.service .dg-node,
.service .dg-center {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--delay, 0s);
}
.service .dg-node {
  transform: translateY(10px);
}
.service .dg-center {
  --delay: 1.1s;
}
.service .is-revealed .dg-orbit, .service__concept-figure.is-revealed .dg-orbit, .service__figure-media.is-revealed .dg-orbit {
  stroke-dashoffset: 0;
}
.service .is-revealed .dg-arrow,
.service .is-revealed .dg-center {
  opacity: 1;
}
.service .is-revealed .dg-node {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .service .dg-orbit {
    stroke-dashoffset: 0 !important;
    transition: none;
  }
  .service .dg-arrow,
  .service .dg-node,
  .service .dg-center {
    opacity: 1 !important;
    transition: none;
    animation: none !important;
  }
  .service .dg-node {
    transform: none !important;
  }
}
.service__menu-item, .service__issue-item, .service__highlight-item {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}
.service__menu-item:hover, .service__issue-item:hover, .service__highlight-item:hover {
  transform: translateY(-4px);
  border-color: rgba(142, 125, 66, 0.55);
  box-shadow: 0 12px 28px rgba(15, 15, 15, 0.07);
}
.service__menu-detail {
  transition: background-color 0.3s ease;
}
.service__menu-detail:hover {
  background: rgba(142, 125, 66, 0.05);
}
.service__flow-item {
  position: relative;
  transition: background-color 0.3s ease;
}
.service__flow-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #8e7d42;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.service__flow-item:hover {
  background: rgba(142, 125, 66, 0.04);
}
.service__flow-item:hover::before {
  transform: scaleY(1);
}
.service__flow-no {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.service__flow-item:hover .service__flow-no {
  transform: translateX(6px);
}
.service__cases-link {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}
.service__cases-link:hover {
  opacity: 1;
  transform: translateY(-4px);
  border-color: rgba(142, 125, 66, 0.55);
  box-shadow: 0 14px 30px rgba(15, 15, 15, 0.1);
}
.service__cases-img {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.service__cases-link:hover .service__cases-img {
  transform: scale(1.05);
}

@media (hover: none) {
  .service__menu-item:hover, .service__issue-item:hover, .service__highlight-item:hover, .service__cases-link:hover {
    transform: none;
    box-shadow: none;
  }
}
@media (prefers-reduced-motion: no-preference) {
  @supports (offset-path: path("M 0 0")) {
    .service .dg--loop .dg-arrow {
      transform: none;
      offset-path: var(--orbit-path);
      offset-rotate: auto;
      offset-distance: 0%;
      animation-name: dg-orbit-run;
      animation-duration: 18s;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
      animation-delay: var(--move-delay, 0s);
      animation-play-state: paused;
    }
    .service .is-revealed .dg--loop .dg-arrow {
      animation-play-state: running;
    }
  }
}
@keyframes dg-orbit-run {
  from {
    offset-distance: 0%;
  }
  to {
    offset-distance: 100%;
  }
}
.service__result {
  padding: 120px 0;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .service__result {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.service__result-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
.service__result-item {
  display: flex;
  flex-direction: column;
  padding: 40px;
  background: #fff;
  border: 1px solid rgba(15, 15, 15, 0.1);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}
.service__result-item:hover {
  transform: translateY(-4px);
  border-color: rgba(142, 125, 66, 0.55);
  box-shadow: 0 12px 28px rgba(15, 15, 15, 0.07);
}
.service__result-industry {
  margin: 0 0 16px;
  display: inline-block;
  align-self: flex-start;
  padding: 6px 14px;
  border-radius: 100px;
  background: rgba(142, 125, 66, 0.1);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #8e7d42;
}
.service__result-title {
  margin: 0 0 28px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}
.service__result-block {
  margin-bottom: 24px;
}
.service__result-block:last-child {
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 24px;
  border-top: 1px solid rgba(15, 15, 15, 0.12);
}
.service__result-label {
  position: relative;
  margin: 0 0 8px;
  padding-left: 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
.service__result-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(15, 15, 15, 0.3);
}
.service__result-label--accent {
  color: #8e7d42;
}
.service__result-label--accent::before {
  background: #8e7d42;
}
.service__result-text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  color: #555;
}
.service__result-metrics {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.service__result-metric {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.service__result-metric-label {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #707070;
}
.service__result-metric-value {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #0f0f0f;
}
.service__result-note {
  margin: 32px 0 0;
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}

@media screen and (max-width: 1024px) {
  .service__result {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .service__result-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .service__result-item {
    padding: 32px;
  }
}
@media screen and (max-width: 768px) {
  .service__result {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .service__result-list {
    grid-template-columns: 1fr;
  }
  .service__result-item {
    padding: 28px 24px;
  }
  .service__result-title {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
@media (hover: none) {
  .service__result-item:hover {
    transform: none;
    box-shadow: none;
  }
}

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