/* Round – service.css */

/* ---------- セクション見出し ---------- */
main .sec-head { gap: var(--space-5); }

/* ====================
   ページタイトル帯
   ==================== */
.page-title { padding: var(--space-120) 0 var(--space-80); }
.page-title__inner {
  display: flex; flex-wrap: wrap; gap: var(--space-80);
  align-items: center; justify-content: center;
}
.page-title__illust { width: 335px; height: 224px; flex: 0 0 auto; }
.page-title__text {
  display: flex; flex-direction: column; gap: var(--space-30);
  width: 609px; max-width: 100%; text-align: center;
}
.page-title__heading { display: flex; flex-direction: column; gap: var(--space-5); }
.page-title__brand {
  font-family: var(--font-en); font-weight: 700; font-size: 28px; line-height: normal;
}
.page-title__brand .no { font-family: var(--font-jp); font-size: 21px; }
.page-title__main {
  font-weight: 700; font-size: 46px; line-height: normal;
  text-decoration-thickness: 6px; text-underline-offset: 4px;
}
.page-title__lead { font-size: 16px; line-height: 1.8; }

/* ====================
   パンくず帯
   ==================== */
.text-strip {
  display: flex; align-items: center; justify-content: center;
  height: 129px; overflow: hidden;
}
.text-strip p::before { content: attr(data-text); }
.text-strip p {
  font-family: var(--font-en); font-weight: 700; font-size: 120px; line-height: 80px;
  color: #F2F2F2; text-align: center; white-space: nowrap;
}

/* ====================
   ISSUE
   ==================== */
.issue { background: #F2F2F2; padding: var(--space-100) 0 0; }
.issue__inner {
  display: flex; flex-wrap: wrap; gap: var(--space-60);
  align-items: flex-start; justify-content: center;
}
.issue__left { display: flex; flex-direction: column; gap: var(--space-10); align-items: center; width: 415px; }
.issue__illust { width: 343px; max-width: 100%; height: auto; }
.issue__card {
  background: var(--c-white); border-radius: 10px;
  box-shadow: 0 5px 10px rgba(229, 229, 229, .75);
  padding: var(--space-30) var(--space-40);
}
.issue__grid {
  display: flex; gap: var(--space-20); align-items: stretch; justify-content: center;
  width: 650px; max-width: 100%;
}
.issue__col { display: flex; flex-direction: column; gap: var(--space-25); align-items: center; width: 190px; }
.issue__label {
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 48px; padding: var(--space-15) var(--space-20);
  background: var(--c-ink); border-radius: 5px;
  color: var(--c-white); font-size: 14px; font-weight: 700; line-height: normal; white-space: nowrap;
}
.issue__list {
  display: flex; flex-direction: column; gap: var(--space-20);
  padding-bottom: var(--space-10); width: 100%;
  color: var(--c-text-sub); font-size: 14px; line-height: 24px; text-align: center;
}
.issue__divider {
  align-self: stretch; flex: 0 0 2px; width: 2px;
  background-image: repeating-linear-gradient(to bottom, #E5E5EA 0 2px, transparent 2px 4px);
}

/* ====================
   解決ブリッジ
   ==================== */
.bridge { padding: var(--space-120) 0 0; }
.bridge__inner {
  display: flex; flex-wrap: wrap; gap: var(--space-40);
  align-items: flex-start; justify-content: center;
}
.bridge__text {
  display: flex; flex-direction: column; gap: var(--space-30);
  width: 497px; max-width: 100%; padding: var(--space-20) 0; text-align: center;
}
.bridge__title {
  font-size: 28px; font-weight: 700; line-height: 1.8; letter-spacing: 1.4px;
  text-decoration-thickness: 4px; text-underline-offset: 3px;
}
.bridge__lead { font-size: 16px; line-height: 27.5px; }
.bridge__illust { width: 430px; max-width: 100%; height: auto; }

/* ====================
   ABOUT
   ==================== */
.about {
  padding: var(--space-80) var(--space-130);
  background: url("../img/service/about-bg.webp") center / cover no-repeat, var(--c-yellow);
}

.about__photo { width: 453px; max-width: 100%; flex: 0 0 auto; }
.about__photo img { width: 100%; border-radius: 10px; aspect-ratio: 1672 / 941; object-fit: cover; }
.about__body {
  flex: 1 0 0; min-width: min(320px, 100%);
  display: flex; flex-direction: column; gap: var(--space-25); align-items: flex-start;
}
.about__tagline {
  display: flex; align-items: center; gap: var(--space-10);
  font-size: 14px; font-weight: 700; line-height: normal;
}
.about__tagline img { width: 10px; height: 10px; }
.about__title { font-size: 21px; font-weight: 700; line-height: 1.5; }
.about__rule { width: 44px; height: 2px; background: var(--c-yellow); }
.about__desc { font-size: 14px; line-height: 1.9; }

/* ====================
   FEATURE
   ==================== */
.feature { overflow: hidden; }
.feature .sec-head { gap: var(--space-10); padding: var(--space-130) var(--space-40) var(--space-100); }
.feature__lead { font-size: 16px; line-height: 1.5; color: var(--c-text-sub); }

.feature__block { position: relative; overflow: hidden; }
.feature__block--01 {
  padding: var(--space-60) 0;
  background: linear-gradient(180deg, #FFFBEF 0%, #FFFFFF 100%);
  border-radius: 100px 100px 0 0;
}
.feature__block--02,
.feature__block--03 { padding: var(--space-80) 0; }
.feature__block--02 { background: #FFFCF4; }

.feature__head {
  position: relative; z-index: 1;
  width: min(960px, 100%); margin-inline: auto; padding: 0 var(--space-40);
  display: flex; flex-direction: column; align-items: center;
}
.feature__headline { display: flex; flex-wrap: wrap; gap: var(--space-25); align-items: center; justify-content: center; }
.feature__num {
  font-family: var(--font-en); font-weight: 600; font-size: 78px; line-height: normal;
  color: var(--c-yellow);
}
.feature__ttl-wrap { display: flex; flex-direction: column; gap: var(--space-5); align-items: flex-start; }
.feature__label { font-family: var(--font-en); font-weight: 600; font-size: 12px; line-height: normal; }
.feature__ttl { font-size: 30px; font-weight: 700; line-height: normal; white-space: nowrap; }
.feature__ttl br { display: none; }
.feature__ttl .u-marker { text-decoration-thickness: 5px; text-underline-offset: 3px; }
.feature__desc {
  width: 100%; margin-inline: auto; text-align: center;
  font-size: 14px; line-height: 1.9; color: var(--c-text-sub);
}

.feature__deco { position: absolute; pointer-events: none; }
.feature__deco--right { top: 0; right: 0; width: 267px; }
.feature__deco--left { bottom: 0; left: 0; width: 244px; }
.feature__watermark::before { content: attr(data-text); }
.feature__watermark {
  position: absolute; bottom: -28px; left: 50%; translate: -50% 0;
  font-family: var(--font-en); font-weight: 700; font-size: 140px; line-height: 150px;
  color: var(--c-black-4); text-transform: uppercase; white-space: nowrap;
  pointer-events: none; z-index: 2;
}

.feature__tags {
  position: relative; z-index: 1;
  display: flex; gap: var(--space-20); justify-content: center;
  width: min(715px, calc(100% - 80px)); margin: var(--space-40) auto 0;
}
.feature__tags li {
  flex: 1 0 0; min-width: 1px;
  display: flex; align-items: center; justify-content: center;
  padding: var(--space-10) var(--space-20); background: var(--c-ink); border-radius: 50px;
  color: var(--c-white); font-size: 16px; font-weight: 700; line-height: 22px;
  letter-spacing: 1.28px; text-align: center; white-space: nowrap;
}
.feature__visual {
  position: relative; z-index: 1;
  width: min(866px, calc(100% - 80px)); margin: var(--space-20) auto 0;
}
.feature__visual img { width: 100%; border-radius: 10px; }

.feature__process {
  position: relative; z-index: 1;
  width: min(866px, calc(100% - 80px)); margin: var(--space-40) auto 0;
  display: flex; flex-wrap: wrap; gap: var(--space-20) var(--space-40); align-items: center; justify-content: center;
  background: var(--c-white); border: 1px solid var(--c-yellow); border-radius: 5px;
  box-shadow: 0 1.5px 3px rgba(229, 229, 229, .75);
  padding: var(--space-20) var(--space-40);
}
.feature__step { display: flex; gap: var(--space-15); align-items: center; }
.feature__step-icon {
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--c-yellow-pale);
  display: flex; align-items: center; justify-content: center;
}
.feature__step-icon img { width: 35px; height: 35px; }
.feature__step-name { font-size: 14px; font-weight: 700; line-height: normal; white-space: nowrap; }

.feature__grid {
  position: relative; z-index: 1;
  width: min(1000px, calc(100% - 80px)); margin: var(--space-40) auto 0;
  display: flex; flex-wrap: wrap; gap: var(--space-50); justify-content: center;
}
.feature__cell { display: flex; flex-direction: column; gap: var(--space-20); width: 300px; }
.feature__cell-illust { width: 100%; height: auto; aspect-ratio: 300 / 200; object-fit: contain; }
.feature__cell-caption { display: flex; flex-direction: column; gap: var(--space-10); }
.feature__cell-pill {
  display: flex; align-items: center; justify-content: center;
  padding: var(--space-10) var(--space-25); background: var(--c-ink); border-radius: 50px;
  color: var(--c-white); font-size: 16px; font-weight: 700; line-height: normal;
  text-align: center; white-space: nowrap;
}
.feature__cell-note { font-size: 16px; font-weight: 700; line-height: normal; text-align: center; }

.feature__flex {
  position: relative; z-index: 1;
  width: min(1038px, calc(100% - 80px)); margin: var(--space-40) auto 0;
  display: flex; flex-wrap: wrap; gap: var(--space-50); justify-content: center;
}
.feature__points { display: flex; flex-direction: column; gap: var(--space-30); width: 460px; max-width: 100%; }
.feature__points-title { font-size: 20px; font-weight: 700; line-height: 30px; text-align: center; }
.feature__points-title .u-marker { text-decoration-thickness: 4px; text-underline-offset: 3px; }
.feature__points-list { display: flex; flex-direction: column; gap: var(--space-20); }
.feature__point { display: flex; gap: var(--space-15); align-items: center; }
.feature__point-icon {
  flex: 0 0 72px; width: 72px; height: 72px; border-radius: 50%;
  background: #FFFCF0;
  display: flex; align-items: center; justify-content: center;
}
.feature__point-icon img { width: 42px; height: 42px; }
.feature__point-body { display: flex; flex-direction: column; gap: var(--space-10); }
.feature__point-ttl { font-size: 16px; font-weight: 700; line-height: 1.5; }
.feature__point-txt { font-size: 14px; font-weight: 500; line-height: 1.5; }
.feature__points-list hr {
  width: 100%; height: 0; margin: 0; border: 0;
  border-top: 1px solid var(--c-line);
}
.feature__flex-illust { width: 528px; max-width: 100%; align-self: center; }

/* ====================
   SERVICE
   ==================== */
.svc {
  position: relative; overflow: hidden;
  padding: var(--space-70) var(--space-40);
  background: var(--c-yellow);
  border-radius: 80px 80px 0 0;
}
.svc__deco {
  position: absolute; bottom: -42px; left: 59.7%;
  width: 780px; height: 780px; pointer-events: none;
}
.svc__inner {
  position: relative; z-index: 1;
  width: min(1180px, 100%); margin-inline: auto;
  display: flex; flex-direction: column; align-items: center; gap: var(--space-40);
}
main .svc .sec-head { gap: var(--space-10); }
main .svc .sec-head__eyebrow { color: var(--c-text); }
.svc .sec-head__title .dot { color: var(--c-white); }
.svc__lead { font-size: 16px; line-height: normal; color: var(--c-text-sub); }

.svc-tabs__nav {
  display: flex; gap: var(--space-15); align-items: center; justify-content: center;
  padding: var(--space-10); background: var(--c-white); border-radius: 50px;
}
.svc-tabs__btn {
  width: 250px; padding: var(--space-12) var(--space-30);
  display: flex; align-items: center; justify-content: center;
  background: transparent; border: 0; border-radius: 50px; cursor: pointer;
  font-family: var(--font-jp); font-size: 16px; font-weight: 600;
  letter-spacing: .9px; line-height: normal; white-space: nowrap;
  color: #767676; transition: background .25s ease, color .25s ease;
}
.svc-tabs__btn.is-active { background: var(--c-ink); color: var(--c-white); font-weight: 700; }

.svc-tabs__panels { display: grid; width: 100%; overflow-anchor: none; }
.svc-tabs__panel {
  grid-area: 1 / 1; width: 100%; min-width: 0; max-width: 100%;
  display: flex; flex-direction: column; gap: var(--space-25); align-items: center;
  background: var(--c-white); border-radius: 10px;
  padding: var(--space-30) var(--space-40) var(--space-30);
  opacity: 0; visibility: hidden; overflow-anchor: none;
  transition: opacity .25s ease, visibility 0s linear .25s;
}
.svc-tabs__panel.is-active {
  opacity: 1; visibility: visible;
  transition: opacity .25s ease, visibility 0s;
}
.svc-panel__top { display: flex; flex-wrap: wrap; gap: var(--space-30); align-items: center; width: 100%; }
.svc-panel__media {
  position: relative; flex: 0 0 auto;
  width: 375px; max-width: 100%; height: 240px; padding: var(--space-10) var(--space-30);
  display: flex; align-items: center; justify-content: center;
  background: #F2F2F2; border-radius: 10px;
}
.svc-panel__media > img { max-width: 295px; max-height: 240px; object-fit: contain; }
.svc-panel__body { flex: 1 0 0; min-width: min(300px, 100%); display: flex; flex-direction: column; }
.svc-panel__ttl-wrap { padding: var(--space-10); }
.svc-panel__en { font-family: var(--font-en); font-weight: 700; font-size: 30px; line-height: normal; }
.svc-panel__ja { font-size: 16px; font-weight: 700; letter-spacing: .8px; line-height: normal; }
.svc-panel__detail { padding: var(--space-10); display: flex; flex-direction: column; gap: var(--space-12); align-items: flex-start; }
.svc-panel__catch { display: flex; gap: var(--space-10); align-items: center; flex-wrap: wrap; }
.svc-panel__catch-txt { font-size: 18px; font-weight: 700; line-height: 1.5; }
.svc-panel__badge {
  padding: var(--space-2) var(--space-5); background: var(--c-ink); border-radius: 3px;
  color: var(--c-white); font-size: 12px; font-weight: 700; letter-spacing: .6px; white-space: nowrap;
}
.svc-panel__desc { font-size: 14px; line-height: 22px; }
.svc-panel__chips { display: flex; flex-wrap: wrap; gap: var(--space-10); }
.svc-panel__chips li {
  padding: var(--space-2) var(--space-10); background: var(--c-white);
  border: 1px solid var(--c-ink); border-radius: 50px;
  font-family: var(--font-en); font-weight: 500; font-size: 13px; line-height: normal; white-space: nowrap;
}

.svc-panel__scope { width: 100%; }
.svc-panel__scope-head {
  display: flex; gap: var(--space-20); align-items: center;
  height: 52px; padding: var(--space-15) var(--space-30);
  background: #FEF8E3; border-radius: 5px;
}
.svc-panel__scope-head img { width: 15px; height: 15px; }
.svc-panel__scope-head p { font-size: 18px; font-weight: 700; line-height: normal; white-space: nowrap; }
.svc-panel__scope-list { display: flex; flex-wrap: wrap; gap: var(--space-15) var(--space-30); padding: var(--space-25) var(--space-30); }
.svc-panel__scope-item { display: flex; gap: var(--space-20); align-items: flex-start; width: 320px; }
.svc-panel__scope-item > img { flex: 0 0 20px; width: 20px; height: 20px; margin-top: var(--space-2); }
.svc-panel__scope-body { display: flex; flex-direction: column; gap: var(--space-10); }
.svc-panel__scope-term { font-size: 16px; font-weight: 700; line-height: normal; color: var(--c-ink); }
.svc-panel__scope-desc { font-size: 14px; line-height: normal; color: var(--c-text-sub); }

.svc-options { display: flex; flex-direction: column; gap: var(--space-40); align-items: center; width: 100%; }
.svc-options__head { display: flex; flex-direction: column; gap: var(--space-20); align-items: center; }
.svc-options__plus { width: 30px; height: 30px; }
.svc-options__label {
  display: flex; gap: var(--space-15); align-items: center; justify-content: center;
  max-width: 100%;
  font-size: 18px; font-weight: 700; letter-spacing: .9px; white-space: nowrap;
}

.svc-options__line { flex: 1 1 0; min-width: 20px; max-width: 125px; height: 2px; background: var(--c-ink); }
.svc-options__cards { display: flex; flex-wrap: wrap; gap: var(--space-30); align-items: stretch; width: 100%; }
.svc-option {
  flex: 1 0 0; min-width: min(300px, 100%); padding: var(--space-30);
  background: var(--c-white); border-radius: 10px;
  display: flex; flex-direction: column; gap: var(--space-15);
}
.svc-option__ttl {
  display: flex; gap: var(--space-10); align-items: center;
  width: 100%; padding: var(--space-5) var(--space-10) var(--space-5) var(--space-20); flex-wrap: wrap;
  border-left: 5px solid var(--c-yellow); white-space: nowrap;
}
.svc-option__en { font-family: var(--font-en); font-weight: 700; font-size: 24px; line-height: normal; }
.svc-option__ja { font-size: 16px; font-weight: 700; letter-spacing: .8px; line-height: normal; }
.svc-option__media {
  position: relative; width: 100%; height: 160px;
  border-radius: 10px; overflow: hidden; background: #F2F2F2;
}
.svc-option__media img { width: 100%; height: 100%; object-fit: cover; }
.svc-option__media::after { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .2); }
.svc-option__body { padding: var(--space-10); display: flex; flex-direction: column; gap: var(--space-15); align-items: flex-start; }
.svc-option__catch { font-size: 18px; font-weight: 700; line-height: normal; }
.svc-option__desc { font-size: 14px; line-height: 22px; }

/* ====================
   CASE
   ==================== */
.case { position: relative; overflow: hidden; padding: var(--space-130) 0; background: #FFF7E3; }
.case__bg {
  position: absolute; top: 12%; left: -9%;
  width: 118%; height: 100%; max-width: none;
  object-fit: contain; pointer-events: none;
}
.case__inner {
  position: relative; z-index: 1;
  display: flex; gap: var(--space-30); align-items: center;
  padding-left: max(40px, calc((100% - 1200px) / 2));
}
.case__intro { flex: 0 0 420px; display: flex; flex-direction: column; gap: var(--space-50); }
.case__head { padding: var(--space-10); }
.case__title { font-family: var(--font-en); font-weight: 600; font-size: 56px; line-height: 1.1; }
.case__title .dot { color: var(--c-yellow); }
.case__sub { font-size: 16px; font-weight: 600; letter-spacing: .8px; line-height: normal; }
.case__lead-block { padding: var(--space-10); display: flex; flex-direction: column; gap: var(--space-15); }
.case__catch { font-size: 20px; font-weight: 700; line-height: normal; }
.case__lead { font-size: 14px; line-height: 22px; }
.case__rule { width: 100%; margin: 0; border: 0; border-top: 1px solid var(--c-ink); }

.case__pager { display: flex; gap: var(--space-20); align-items: center; padding: var(--space-20) 0; }
.case__count { font-family: var(--font-en); font-weight: 600; font-size: 56px; line-height: 1; white-space: nowrap; }
.case__count-total { font-size: 25px; color: #525252; }

/* ====================
   PROCESS
   ==================== */
.process {
  display: flex; flex-direction: column; gap: var(--space-70); align-items: center;
  padding: var(--space-120) var(--space-40); background: var(--c-white);
}
main .process .sec-head { gap: var(--space-10); }
main .process .sec-head__eyebrow { color: var(--c-text); }
.process__lead { font-size: 16px; line-height: normal; color: var(--c-text-sub); }
.process__card {
  width: min(1100px, 100%);
  display: flex; flex-wrap: wrap; gap: var(--space-20); align-items: center; justify-content: center;
  padding: var(--space-50) var(--space-40);
  background: var(--c-white); border: 1px solid var(--c-yellow); border-radius: 10px;
  box-shadow: 0 3.67px 7.33px rgba(229, 229, 229, .75);
}
.process__step {
  flex: 0 0 auto; width: 224px; align-self: flex-start;
  display: flex; flex-direction: column; gap: var(--space-30); align-items: center;
}
.process__step:nth-child(1) { width: 210px; }
.process__step:nth-child(3) { width: 223px; }
.process__step:nth-child(7) { width: 238px; }
.process__pill {
  width: 120px; height: 28px;
  display: flex; align-items: center; justify-content: center;
  background: var(--c-ink); border-radius: 50px;
  font-family: var(--font-en); font-weight: 700; font-size: 17px; line-height: normal;
  color: var(--c-white); white-space: nowrap;
}
.process__icon { width: 70px; height: 70px; object-fit: contain; }
.process__ttl { font-size: 18px; font-weight: 700; line-height: normal; text-align: center; }
.process__txt { font-size: 14px; line-height: 1.9; text-align: center; }
.process__divider { width: 1px; height: 260px; background: #E6E6E6; }

/* ====================
   PRICING
   ==================== */
.pricing {
  padding: clamp(var(--space-30), 5.5vw, var(--space-80));
  background: url("../img/service/pricing-bg.webp") center / cover no-repeat, var(--c-yellow);
}

.pricing__illust { width: clamp(280px, 31vw, 450px); max-width: 100%; height: auto; flex: 0 0 auto; }
.pricing__body { flex: 1 0 0; min-width: min(320px, 100%); display: flex; flex-direction: column; gap: var(--space-30); align-items: flex-start; }
.pricing__head { display: flex; flex-direction: column; gap: var(--space-2); }
.pricing__title {
  display: flex; flex-wrap: wrap; gap: var(--space-5); align-items: center;
  font-family: var(--font-en); font-weight: 600; font-size: 56px; line-height: 1.1; white-space: nowrap;
}
.pricing__title .dot--white { color: var(--c-white); }
.pricing__title-ja { font-family: var(--font-jp); font-size: 18px; font-weight: 400; line-height: normal; }
.pricing__lead { font-size: 14px; line-height: 1.6; }
.pricing__btn {
  width: 280px; padding: var(--space-15) var(--space-35);
  display: flex; align-items: center; justify-content: space-between;
  background: var(--c-ink); border-radius: 50px;
  color: var(--c-white); font-size: 16px; font-weight: 700; line-height: normal; white-space: nowrap;
  transition: opacity .25s ease;
}
.pricing__btn:hover { opacity: .8; }
.pricing__btn img { width: 16px; height: 12px; }

/* ====================
   FAQ
   ==================== */

/* ====================
   レスポンシブ
   ==================== */
/* ====================
   レスポンシブ: 834〜1182px
   ==================== */
@media (min-width: 834px) and (max-width: 1182px) {
  .issue { padding-bottom: var(--space-60); }
  .issue__inner { gap: var(--space-40); }

  .page-title__inner { gap: var(--space-40); }
  .page-title__illust { width: 240px; height: auto; }
}

@media (max-width: 833px) {
  .page-title { padding: var(--space-50) 0; }
  .page-title__inner { gap: var(--space-30); }
  .page-title__illust { width: 240px; height: auto; }
  .page-title__main { font-size: clamp(24px, 6.4vw, 40px); text-decoration-thickness: 4px; }
  .page-title__lead br:nth-of-type(-n+2) { display: none; }
  .page-title__brand { font-size: 22px; }
  .text-strip { height: auto; padding: var(--space-20) 0; }
  .text-strip p { font-size: clamp(44px, 11vw, 90px); line-height: 1; }

  .issue { padding: var(--space-40) var(--space-20); }
  .issue__inner { gap: var(--space-25); }
  .issue__illust { width: 200px; }
  .issue__card { width: 100%; padding: var(--space-20) var(--space-15); }
  .issue__grid { flex-direction: column; width: 100%; gap: var(--space-15); }
  .issue__divider { display: none; }
  .issue__col { width: 100%; align-items: stretch; gap: var(--space-12); padding: var(--space-15); background: #FAFAFA; border-radius: 10px; }
  .issue__label { width: auto; height: auto; min-height: 32px; align-self: flex-start; padding: var(--space-5) var(--space-15); border-radius: 50px; font-size: 13px; }
  .issue__list { text-align: left; gap: var(--space-10); line-height: 1.6; padding-bottom: 0; }
  .issue__list br { display: none; }

  .bridge { padding: var(--space-40) var(--space-20) 0; }
  .bridge__inner { gap: var(--space-20); }
  .bridge__text { gap: var(--space-15); padding: 0; }
  .bridge__title { font-size: 23px; line-height: 1.7; }
  .bridge__lead { font-size: 14px; line-height: 1.75; }
  .bridge__lead br { display: none; }
  .bridge__illust { width: 260px; }

  .about { padding: var(--space-50) var(--space-15); }
  .feature .sec-head { padding: var(--space-50) var(--space-20) var(--space-40); }

  .feature__block--01 { padding: var(--space-45) 0; border-radius: 40px 40px 0 0; }
  .feature__block--02, .feature__block--03 { padding: var(--space-45) 0; }
  .feature__deco, .feature__watermark { display: none; }

  .feature__head,
  .feature__tags,
  .feature__visual,
  .feature__process,
  .feature__grid,
  .feature__flex {
    width: min(100% - 40px, 620px); max-width: none; margin-inline: auto; padding-left: 0; padding-right: 0;
  }
  .feature__head { align-items: flex-start; }

  .feature__headline { gap: var(--space-10); align-items: center; flex-wrap: nowrap; justify-content: flex-start; }
  .feature__num { font-size: 52px; flex: 0 0 auto; }
  .feature__ttl { white-space: normal; font-size: 22px; text-align: left; line-height: 1.5; }
  .feature__ttl br { display: inline; }
  .feature__label { font-size: 11px; }
  .feature__desc { text-align: left; font-size: 14px; line-height: 1.7; margin-top: var(--space-15); }
  .feature__desc br { display: none; }

  .feature__tags { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--space-10); margin-top: var(--space-25); }
  .feature__tags li { flex: none; width: 100%; padding: var(--space-10) var(--space-5); font-size: 12.5px; letter-spacing: 0; line-height: 1.4; }
  .feature__visual { margin-top: var(--space-15); }

  .feature__process { gap: var(--space-10); padding: var(--space-15); display: grid; grid-template-columns: 1fr 1fr; margin-top: var(--space-20); }
  .feature__step { gap: var(--space-10); padding: var(--space-10); background: var(--c-white); border-radius: 10px; }
  .feature__step-icon { width: 40px; height: 40px; flex: 0 0 auto; }
  .feature__step-icon img { width: 22px; height: 22px; }
  .feature__step-name { font-size: 13px; white-space: normal; }
  .feature__grid { flex-direction: column; gap: var(--space-15); margin-top: var(--space-20); width: fit-content; max-width: 100%; margin-inline: auto; }
  .feature__cell { width: 100%; flex-direction: row; align-items: center; gap: var(--space-15); }
  .feature__cell-illust { width: 110px; flex: 0 0 110px; }
  .feature__cell-caption { flex: 1 1 0; min-width: 0; gap: var(--space-5); align-items: flex-start; }
  .feature__cell-pill { justify-content: flex-start; padding: var(--space-5) var(--space-15); font-size: 13px; white-space: normal; text-align: left; }
  .feature__cell-note { font-size: 12.5px; text-align: left; line-height: 1.45; }

  .feature__flex { flex-direction: column; gap: var(--space-20); margin-top: var(--space-20); }
  .feature__points { width: 100%; gap: var(--space-15); }
  .feature__points-title { font-size: 16px; line-height: 1.6; text-align: left; }
  .feature__points-title br { display: none; }
  .feature__points-list { gap: var(--space-12); }
  .feature__point { gap: 0; display: grid; grid-template-columns: 40px minmax(0, 1fr); column-gap: var(--space-12); align-items: center; }
  .feature__point-icon { flex: none; width: 40px; height: 40px; }
  .feature__point-icon img { width: 24px; height: 24px; }
  .feature__point-body { gap: var(--space-2); }
  .feature__point-ttl { font-size: 15px; line-height: 1.4; }
  .feature__point-txt { font-size: 12.5px; line-height: 1.45; }
  .feature__flex-illust { width: 240px; }

  .svc { padding: var(--space-50) var(--space-15); border-radius: 40px 40px 0 0; }
  .svc__inner { gap: var(--space-30); }
  .svc-tabs__nav { width: 100%; gap: var(--space-10); padding: var(--space-5); }
  .svc-tabs__btn { width: auto; flex: 1 1 0; min-width: 0; padding: var(--space-10) var(--space-10); font-size: 13px; letter-spacing: 0; }
  .svc-tabs__panel { padding: var(--space-20) var(--space-20) var(--space-20); }
  .svc-panel__media { width: 100%; height: auto; min-height: 200px; }
  .svc-panel__en { font-size: 24px; }
  .svc-panel__scope-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); padding: var(--space-20) var(--space-5); gap: var(--space-15); }
  .svc-panel__scope-item { width: 100%; }
  .svc-options__cards { gap: var(--space-20); }

  .process { padding: var(--space-50) var(--space-15); gap: var(--space-30); }
  .process__divider { display: none; }
  .process__card { flex-direction: column; align-items: stretch; gap: 0; padding: var(--space-10) var(--space-20); }
  .process__step,
  .process__step:nth-child(1), .process__step:nth-child(3), .process__step:nth-child(7) {
    width: 100%;
    display: grid; grid-template-columns: 64px minmax(0, 1fr);
    grid-template-areas: "pill ttl" "icon txt";
    gap: var(--space-5) var(--space-15); align-items: start;
    padding: var(--space-15) 0;
  }
  .process__step ~ .process__step { border-top: 1px dashed var(--c-line); }
  .process__pill { grid-area: pill; width: auto; height: auto; justify-self: start; align-self: center; padding: var(--space-2) var(--space-10); font-size: 12px; }
  .process__icon { grid-area: icon; width: 40px; height: 40px; justify-self: center; margin-top: var(--space-5); }
  .process__ttl { grid-area: ttl; align-self: center; text-align: left; font-size: 16px; }
  .process__txt { grid-area: txt; text-align: left; font-size: 13px; line-height: 1.65; }
  .process__txt br { display: none; }
  .pricing { padding: var(--space-50) var(--space-15); }

  .case { padding: var(--space-45) 0; }
  .case__inner { flex-direction: column; align-items: stretch; gap: var(--space-10); padding: 0 var(--space-20); }
  .case__intro { flex: 0 0 auto; width: 100%; gap: var(--space-15); }
  .case__title { font-size: clamp(34px, 8vw, 56px); }
  .case__pager { display: none; }
}

@media (max-width: 359px) {
  .feature__tags { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ====================
   レスポンシブ: 601〜833px
   ==================== */
@media (min-width: 601px) and (max-width: 833px) {
  .feature__head { align-items: center; }
  .feature__headline { justify-content: center; }
  .feature__ttl { text-align: center; }
  .feature__ttl br { display: none; }

  .issue__grid { flex-direction: row; width: 100%; gap: var(--space-10); }
  .issue__divider { display: block; }
  .issue__col { width: auto; flex: 1 1 0; min-width: 0; align-items: center; gap: var(--space-20); padding: 0; background: transparent; border-radius: 0; }
  .issue__label { width: 100%; height: auto; min-height: 40px; align-self: auto; padding: var(--space-10) var(--space-5); border-radius: 5px; font-size: 12px; white-space: normal; }
  .issue__list { text-align: center; gap: var(--space-15); line-height: 1.6; padding-bottom: 0; }
}

/* ====================
   レスポンシブ: 834〜1182px
   ==================== */
@media (min-width: 834px) and (max-width: 1182px) {
  .process { padding: var(--space-80) var(--space-20); }
  .process__card { padding: var(--space-40) var(--space-20); gap: var(--space-10); }
  .process__card .process__step { flex: 1 1 0; width: auto; min-width: 0; }
  .process__icon { width: 56px; height: 56px; }
  .process__ttl { font-size: 16px; }
  .process__txt { font-size: 13px; line-height: 1.7; }
  .process__divider { height: 240px; }

}
