/* サービス紹介：写真を留めて説明を読み進める。原稿と色は既存値を継承。 */
.svlp-story__visual { display: none; }
/* 2026-09-11 左の画像は画面の左端から、ページ内リンクの直下〜画面下端までを埋める（上下の隙間・幅の上限なし） */
@media (min-width: 1100px) and (min-height: 500px) and (prefers-reduced-motion: no-preference) {
 body.single-service .main .svlp-story.is-ready {
  position: relative; margin: 0 0 112px; isolation: isolate;
  min-height: var(--story-height, 600px);
 }
 body.single-service .main .svlp-story.is-ready .svlp-story__visual {
  display: block; position: absolute; left: 0; top: 0; width: 48%;
  height: var(--story-height, 600px); overflow: hidden; pointer-events: none; z-index: 1;
 }
 body.single-service .main .svlp-story__visual img {
  display: block; position: absolute; inset: 0; width: 100%; height: 100%;
  max-width: none; object-fit: cover; border-radius: 0;
  clip-path: inset(0 100% 0 0); transition: clip-path 420ms cubic-bezier(.22,.61,.36,1);
 }
 body.single-service .main .svlp-story__visual img.is-active { clip-path: inset(0); z-index: 2; }
 body.single-service .main .svlp-story.is-ready > .svlp-imgtext {
  width: 52%; margin: 0 0 0 48%; padding: 80px clamp(48px, 5vw, 80px);
  min-height: calc(var(--story-height, 600px) * .8); box-sizing: border-box;
  display: flex; align-items: center;
 }
 body.single-service .main .svlp-story.is-ready .svlp-imgtext__grid {
  display: block; width: 100%; max-width: 560px; min-height: 0; margin: 0 auto;
 }
 /* 原画像は読み上げ向けに残す。表示画像は装飾扱いの複製。 */
 body.single-service .main .svlp-story.is-ready .svlp-imgtext__img {
  position: absolute; width: 1px; height: 1px; min-height: 0; margin: -1px;
  padding: 0; overflow: hidden; clip-path: inset(50%); aspect-ratio: auto;
 }
 body.single-service .main .svlp-story.is-ready .svlp-imgtext__body { padding: 0; }
 body.single-service .main .svlp-story.is-ready .svlp-imgtext__title {
  margin-top: 0; font-size: clamp(28px, 2.5vw, 38px); line-height: 1.6;
 }
 body.single-service .main .svlp-story.is-ready .svlp-imgtext__text { margin-top: 32px; }
 body.single-service .main .svlp-story.is-ready .svlp-imgtext__text,
 body.single-service .main .svlp-story.is-ready .svlp-imgtext__text p,
 body.single-service .main .svlp-story.is-ready .svlp-points__text { font-size: 16px; line-height: 2; }
}
@media print {
 .svlp-story__visual { display: none !important; }
}
