/* Round – recruitment-marketing.css */

/* ---------- セクション見出し ---------- */
main .sec-head { gap: var(--space-5); }

/* ====================
   ページタイトル帯
   ==================== */
.rm-title { padding: var(--space-120) 0 var(--space-80); }
.rm-title__inner {
  display: flex; flex-wrap: wrap; gap: var(--space-80);
  align-items: center; justify-content: center;
}
.rm-title__illust { width: 292px; height: 195px; flex: 0 0 auto; }
.rm-title__text {
  display: flex; flex-direction: column; gap: var(--space-30);
  max-width: 100%; text-align: center;
}
.rm-title__heading { display: flex; flex-direction: column; gap: var(--space-5); }
.rm-title__brand {
  font-family: var(--font-en); font-weight: 700; font-size: 28px; line-height: normal;
}
.rm-title__brand .no { font-family: var(--font-jp); font-size: 21px; }
.rm-title__main {
  font-weight: 700; font-size: 46px; line-height: normal;
  text-decoration-thickness: 7px; text-underline-offset: 4px;
}
.rm-title__lead { font-size: 16px; line-height: 1.8; }

/* ====================
   大型英字帯
   ==================== */
.rm-strip {
  display: flex; align-items: center; justify-content: center;
  height: 129px; overflow: hidden;
}
.rm-strip p::before { content: attr(data-text); }
.rm-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
   ==================== */
.rm-issue { background: #F2F2F2; padding: var(--space-100) 0 0; }
.rm-issue__inner {
  display: flex; flex-wrap: wrap; gap: var(--space-60);
  align-items: flex-start; justify-content: center;
}
.rm-issue__left { display: flex; flex-direction: column; gap: var(--space-10); align-items: center; width: 415px; }
.rm-issue__illust { width: 418px; max-width: 100%; }
.rm-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);
}
.rm-issue__grid {
  display: flex; gap: var(--space-20); align-items: stretch; justify-content: center;
  width: 650px; max-width: 100%;
}
.rm-issue__col { display: flex; flex-direction: column; gap: var(--space-25); align-items: center; width: 190px; }
.rm-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;
}
.rm-issue__list {
  flex: 1 0 0;
  display: flex; flex-direction: column; gap: var(--space-20); justify-content: space-between;
  padding-bottom: var(--space-15); width: 100%;
  color: var(--c-text-sub); font-size: 14px; line-height: 24px; text-align: center;
}
.rm-issue__divider {
  align-self: stretch; flex: 0 0 2px; width: 2px;
  background-image: repeating-linear-gradient(to bottom, #E5E5EA 0 2px, transparent 2px 4px);
}

/* ====================
   解決ブリッジ
   ==================== */
.rm-bridge { padding: var(--space-100) 0 0; }
.rm-bridge__inner {
  display: flex; flex-wrap: wrap; gap: var(--space-40);
  align-items: flex-start; justify-content: center;
}
.rm-bridge__text {
  display: flex; flex-direction: column; gap: var(--space-30);
  width: 497px; max-width: 100%; padding: var(--space-20) 0; text-align: center;
}
.rm-bridge__title { font-size: 28px; font-weight: 700; line-height: 1.8; letter-spacing: .8px; }
.rm-bridge__lead { font-size: 16px; line-height: 27.5px; }
.rm-bridge__illust { width: 450px; max-width: 100%; height: auto; }

/* ====================
   ABOUT
   ==================== */
.rm-about {
  padding: var(--space-80) var(--space-130);
  background: url("../img/recruitment-marketing/about-bg.webp") center / cover no-repeat, var(--c-yellow);
}

.rm-about__diagram { width: 437px; max-width: 100%; flex: 0 0 auto; }
.rm-about__body {
  flex: 1 0 0; min-width: min(320px, 100%);
  display: flex; flex-direction: column; gap: var(--space-25); align-items: flex-start;
}
.rm-about__tagline {
  display: flex; align-items: center; gap: var(--space-10);
  font-size: 14px; font-weight: 700; line-height: normal;
}
.rm-about__tagline img { width: 10px; height: 10px; }
.rm-about__title { font-size: 21px; font-weight: 700; line-height: 1.5; }
.rm-about__rule { width: 44px; height: 2px; background: var(--c-yellow); }
.rm-about__desc { font-size: 14px; line-height: 1.9; }

/* ====================
   FEATURE
   ==================== */
.rm-feature { position: relative; overflow: hidden; }
.rm-feature .sec-head { gap: var(--space-10); padding: var(--space-130) var(--space-40) var(--space-100); }
.rm-feature__lead { font-size: 16px; line-height: 1.5; color: var(--c-text-sub); }

.rm-feature__deco { position: absolute; pointer-events: none; z-index: 0; }
.rm-feature__deco--right { top: 185px; right: 0; width: 236px; }
.rm-feature__deco--left { bottom: 0; left: 0; width: 244px; }

.rm-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;
}
.rm-feature__headline { display: flex; flex-wrap: wrap; gap: var(--space-25); align-items: center; justify-content: center; }
.rm-feature__num {
  font-family: var(--font-en); font-weight: 600; font-size: 78px; line-height: normal;
  color: var(--c-yellow);
}
.rm-feature__ttl-wrap { display: flex; flex-direction: column; gap: var(--space-5); align-items: flex-start; }
.rm-feature__label { font-family: var(--font-en); font-weight: 600; font-size: 12px; line-height: normal; }
.rm-feature__ttl { font-size: 30px; font-weight: 700; line-height: normal; white-space: nowrap; }
.rm-feature__ttl br { display: none; }
.rm-feature__ttl .u-marker { text-decoration-thickness: 5px; text-underline-offset: 3px; }
.rm-feature__desc {
  width: 100%; margin-inline: auto; text-align: center;
  font-size: 14px; line-height: 1.9; color: var(--c-text-sub);
}

.rm-feature__block { position: relative; }
.rm-feature__block--02 { padding: var(--space-80) 0; }
.rm-feature__block--03 {
  padding: var(--space-60) 0;
  background: linear-gradient(rgba(255, 214, 59, .06), rgba(255, 214, 59, .06)), var(--c-white);
  border-radius: 20px;
  display: flex; flex-direction: column; gap: var(--space-40); align-items: center;
}
.rm-feature__block--04 { padding: var(--space-80) 0; }
.rm-feature__block--03 > .reveal:not(.rm-feature__head) { width: 100%; }

.rm-feature__card {
  position: relative; z-index: 1;
  width: min(1180px, calc(100% - 80px)); margin-inline: auto;
  background: linear-gradient(rgba(255, 214, 59, .06), rgba(255, 214, 59, .06)), var(--c-white);
  border-radius: 20px; padding: var(--space-60) var(--space-40);
  display: flex; flex-direction: column; gap: var(--space-40); align-items: center;
}
.rm-feature__card .rm-feature__head { padding: 0; }
.rm-flow { display: flex; flex-direction: column; gap: var(--space-30); align-items: stretch; }
.rm-flow__banner {
  display: flex; gap: var(--space-10); align-items: center; justify-content: center;
  background: var(--c-yellow); border-radius: 5px; padding: var(--space-15) var(--space-40);
}
.rm-flow__banner img { width: 63px; height: 63px; flex: 0 0 auto; }
.rm-flow__banner p { font-size: 16px; font-weight: 700; line-height: normal; white-space: nowrap; }
.rm-flow__steps { display: flex; flex-wrap: wrap; gap: var(--space-20); align-items: center; justify-content: center; }
.rm-flow__step {
  width: 160px; height: 140px;
  background: var(--c-white); border: 2px solid var(--c-yellow); border-radius: 5px;
  box-shadow: 0 1.5px 3px rgba(229, 229, 229, .75);
  display: flex; flex-direction: column; gap: var(--space-20); align-items: center; justify-content: center;
}
.rm-flow__step p { font-size: 14px; font-weight: 700; line-height: normal; white-space: nowrap; }
.rm-flow__arrow { width: 11px; height: 13px; flex: 0 0 auto; }

.rm-feature__body {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; gap: var(--space-30); align-items: center;
  padding: var(--space-30) var(--space-40) 0;
}
.rm-funnel {
  display: flex; flex-wrap: wrap; gap: var(--space-15); align-items: center; justify-content: center;
  background: #FFFDF3; border-radius: 5px; padding: var(--space-10) var(--space-20);
}
.rm-funnel__item { display: flex; gap: var(--space-15); align-items: center; padding: var(--space-10) var(--space-20); }
.rm-funnel__icon {
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--c-yellow-pale);
  display: flex; align-items: center; justify-content: center;
}
.rm-funnel__icon--goal { background: var(--c-yellow); }
.rm-funnel__label { font-size: 16px; font-weight: 700; line-height: normal; white-space: nowrap; }
.rm-channels { display: flex; flex-wrap: wrap; gap: var(--space-50); align-items: center; justify-content: center; }
.rm-channels__visual { width: 660px; max-width: 100%; flex: 0 0 auto; }
.rm-channels__list { width: 210px; display: flex; flex-direction: column; gap: var(--space-20); }
.rm-channels__item { display: flex; flex-direction: column; gap: var(--space-15); align-items: center; }
.rm-channels__pill {
  width: 100%; height: 30px;
  background: var(--c-ink); border-radius: 50px;
  color: var(--c-white); font-size: 14px; font-weight: 700; line-height: normal;
  display: flex; align-items: center; justify-content: center; white-space: nowrap;
}
.rm-channels__txt { font-size: 14px; font-weight: 700; line-height: 1.5; text-align: center; }

.rm-feature__illust { display: block; width: 315px; max-width: 100%; margin-inline: auto; }
.rm-points {
  width: min(960px, calc(100% - 80px)); margin-inline: auto;
  min-height: 130px; padding: var(--space-15) var(--space-20);
  background: var(--c-white); border: 2px solid var(--c-yellow); border-radius: 5px;
  box-shadow: 0 1.5px 3px rgba(229, 229, 229, .75);
  display: flex; flex-wrap: wrap; gap: var(--space-40); align-items: center; justify-content: center;
}
.rm-points__item { display: flex; gap: var(--space-15); align-items: center; }
.rm-points__item > img { flex: 0 0 auto; }
.rm-points__body { display: flex; flex-direction: column; gap: var(--space-5); align-items: flex-start; }
.rm-points__ttl { font-size: 18px; font-weight: 700; line-height: normal; }
.rm-points__ttl--sm { font-size: 16px; }
.rm-points__sub { font-size: 14px; line-height: normal; }
.rm-points__divider { flex: 0 0 1px; width: 1px; height: 70px; background: var(--c-line); }

.rm-kpi__wrap {
  position: relative; z-index: 1;
  display: flex; justify-content: center; padding: var(--space-40);
}
.rm-kpi {
  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-40);
  display: flex; flex-wrap: wrap; gap: var(--space-40); align-items: center; justify-content: center;
}
.rm-kpi__cell { width: 150px; display: flex; flex-direction: column; gap: var(--space-20); align-items: center; }
.rm-kpi__cell > img { width: 84px; height: 84px; object-fit: contain; }
.rm-kpi__ribbon {
  width: 150px; height: 30px;
  background: var(--c-ink); border-radius: 15px;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700; line-height: normal;
  color: var(--c-white);
}
.rm-kpi__goal {
  width: 268px; padding: var(--space-35) 0;
  background: var(--c-yellow); border-radius: 10px;
  display: flex; gap: var(--space-20); align-items: center; justify-content: center;
}
.rm-kpi__goal img { width: 63px; height: 63px; }
.rm-kpi__goal-txt { font-size: 18px; font-weight: 700; line-height: normal; }

/* ====================
   SERVICE
   ==================== */
.rm-svc {
  position: relative; overflow: hidden;
  padding: var(--space-70) var(--space-40);
  background: var(--c-yellow);
  border-radius: 80px 80px 0 0;
}
.rm-svc__deco {
  position: absolute; bottom: -124px; left: 54%;
  width: 945px; height: 945px; max-width: none; pointer-events: none;
}
.rm-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 .rm-svc .sec-head { gap: var(--space-10); }
.rm-svc .sec-head__title .dot--white { color: var(--c-white); }
.rm-svc__lead { font-size: 16px; line-height: normal; color: var(--c-text-sub); }
.rm-svc__card {
  width: 100%; padding: var(--space-30);
  background: var(--c-white); border-radius: 10px;
  display: flex; flex-direction: column; gap: var(--space-25);
}
.rm-svc__block { display: flex; flex-direction: column; width: 100%; }
.rm-svc__block-head {
  display: flex; gap: var(--space-20); align-items: center;
  height: 52px; padding: var(--space-15) var(--space-30);
  background: #FEF8E3; border-radius: 5px;
}
.rm-svc__block-head img { width: 15px; height: 15px; }
.rm-svc__block-head p { font-size: 18px; font-weight: 700; line-height: normal; white-space: nowrap; }
.rm-svc__divider { width: 100%; margin: 0; border: 0; border-top: 1px solid #E6E6E6; }

.rm-svc__channels {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-25); padding: var(--space-20) var(--space-40);
}
.rm-svc__channel { display: flex; gap: var(--space-20); align-items: center; }
.rm-svc__channel > img { flex: 0 0 auto; }
.rm-svc__channel-body { display: flex; flex-direction: column; gap: var(--space-2); min-width: 0; }
.rm-svc__channel-en { font-family: var(--font-en); font-weight: 700; font-size: 18px; line-height: normal; white-space: nowrap; }
.rm-svc__channel-ja { font-size: 14px; line-height: normal; }

.rm-svc__scope {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-15) var(--space-30); margin: 0; padding: var(--space-20) var(--space-40);
}
.rm-svc__scope-item { display: flex; gap: var(--space-20); align-items: flex-start; }
.rm-svc__scope-item > img { flex: 0 0 20px; width: 20px; height: 20px; margin-top: var(--space-2); }
.rm-svc__scope-body { display: flex; flex-direction: column; gap: var(--space-10); }
.rm-svc__scope-term { font-size: 16px; font-weight: 700; line-height: normal; color: var(--c-ink); }
.rm-svc__scope-desc { font-size: 14px; line-height: normal; color: var(--c-text-sub); }

/* ====================
   レスポンシブ: 834〜1182px
   ==================== */
@media (min-width: 834px) and (max-width: 1182px) {
  .rm-issue { padding-bottom: var(--space-60); }
  .rm-issue__inner { gap: var(--space-40); }

  .rm-title__inner { gap: var(--space-40); }
  .rm-title__illust { width: 240px; height: auto; }
}

@media (max-width: 833px) {
  .rm-svc__channels, .rm-svc__scope { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); padding: var(--space-30) var(--space-20); }
}

/* ====================
   PROCESS
   ==================== */
.rm-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 .rm-process .sec-head { gap: var(--space-10); }
.rm-process__lead { font-size: 16px; line-height: normal; color: var(--c-text-sub); }
.rm-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);
}
.rm-process__step {
  flex: 0 0 auto; width: 224px; align-self: flex-start;
  display: flex; flex-direction: column; gap: var(--space-30); align-items: center;
}
.rm-process__step:nth-child(1) { width: 210px; }
.rm-process__step:nth-child(3) { width: 223px; }
.rm-process__step:nth-child(7) { width: 238px; }
.rm-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;
}
.rm-process__icon { width: 70px; height: 70px; object-fit: contain; }
.rm-process__ttl { font-size: 18px; font-weight: 700; line-height: normal; text-align: center; }
.rm-process__txt { font-size: 14px; line-height: 1.9; text-align: center; }
.rm-process__divider { width: 1px; height: 288px; background: #E6E6E6; }

/* ====================
   PRICING
   ==================== */
.rm-pricing {
  padding: clamp(var(--space-30), 5.5vw, var(--space-80));
  background: url("../img/recruitment-marketing/pricing-bg.webp") center / cover no-repeat, var(--c-yellow);
}

.rm-pricing__illust { width: clamp(280px, 31vw, 450px); max-width: 100%; height: auto; flex: 0 0 auto; }
.rm-pricing__body { flex: 1 0 0; min-width: min(320px, 100%); display: flex; flex-direction: column; gap: var(--space-30); align-items: flex-start; }
.rm-pricing__head { display: flex; flex-direction: column; gap: var(--space-2); }
.rm-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;
}
.rm-pricing__title .dot--white { color: var(--c-white); }
.rm-pricing__title-ja { font-family: var(--font-jp); font-size: 18px; font-weight: 400; line-height: normal; }
.rm-pricing__lead { font-size: 14px; line-height: 1.6; }
.rm-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;
}
.rm-pricing__btn:hover { opacity: .8; }
.rm-pricing__btn img { width: 16px; height: 12px; }

/* ====================
   FAQ
   ==================== */

/* ====================
   レスポンシブ
   ==================== */
@media (max-width: 833px) {
  .rm-title { padding: var(--space-50) 0; }
  .rm-title__inner { gap: var(--space-30); }
  .rm-title__illust { width: 240px; height: auto; }
  .rm-title__main { font-size: clamp(24px, 6.4vw, 40px); text-decoration-thickness: 4px; }
  .rm-title__brand { font-size: 22px; }
  .rm-strip { height: auto; padding: var(--space-20) 0; }
  .rm-strip p { font-size: clamp(44px, 11vw, 90px); line-height: 1; }

  .rm-issue { padding: var(--space-40) var(--space-20); }
  .rm-issue__inner { gap: var(--space-25); }
  .rm-issue__illust { width: 200px; }
  .rm-issue__card { width: 100%; padding: var(--space-20) var(--space-15); }
  .rm-issue__grid { flex-direction: column; width: 100%; gap: var(--space-15); }
  .rm-issue__divider { display: none; }
  .rm-issue__col { width: 100%; align-items: stretch; gap: var(--space-12); padding: var(--space-15); background: #FAFAFA; border-radius: 10px; }
  .rm-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; }
  .rm-issue__list { text-align: left; gap: var(--space-10); line-height: 1.6; padding-bottom: 0; }
  .rm-issue__list br { display: none; }

  .rm-bridge { padding: var(--space-40) var(--space-20) 0; }
  .rm-bridge__inner { gap: var(--space-20); }
  .rm-bridge__text { gap: var(--space-15); padding: 0; }
  .rm-bridge__title { font-size: 23px; line-height: 1.7; }
  .rm-bridge__lead { font-size: 14px; line-height: 1.75; }
  .rm-bridge__lead br { display: none; }
  .rm-bridge__illust { width: 260px; }

  .rm-about { padding: var(--space-50) var(--space-15); }
  .rm-feature .sec-head { padding: var(--space-50) var(--space-20) var(--space-40); }

  .rm-feature__block--02, .rm-feature__block--04 { padding: var(--space-45) 0; }
  .rm-feature__block--03 { padding: var(--space-45) 0; gap: var(--space-25); }

  .rm-feature__head,
  .rm-feature__body,
  .rm-points,
  .rm-kpi__wrap {
    width: min(100% - 40px, 620px); max-width: none; margin-inline: auto; padding-left: 0; padding-right: 0;
  }
  .rm-feature__head { align-items: flex-start; }
  .rm-feature__card .rm-feature__head { width: 100%; }

  .rm-feature__block--03 > .rm-feature__head { width: min(100% - 40px, 620px); margin-inline: auto; }
  .rm-feature__body { padding: 0; gap: var(--space-25); }
  .rm-kpi__wrap { padding-bottom: var(--space-20); }

  .rm-feature__card { width: min(100% - 40px, 620px); padding: var(--space-25) var(--space-20); gap: var(--space-25); }

  .rm-feature__headline { gap: var(--space-10); align-items: center; flex-wrap: nowrap; justify-content: flex-start; }
  .rm-feature__num { font-size: 52px; flex: 0 0 auto; }
  .rm-feature__ttl { white-space: normal; font-size: 22px; text-align: left; line-height: 1.45; }
  .rm-feature__ttl br { display: inline; }
  .rm-feature__label { font-size: 11px; }
  .rm-feature__desc { text-align: left; font-size: 14px; line-height: 1.7; margin-top: var(--space-15); }
  .rm-feature__desc br { display: none; }

  .rm-flow { gap: var(--space-20); }
  .rm-flow__banner { align-items: center; padding: var(--space-12) var(--space-20); }
  .rm-flow__banner img { width: 44px; height: 44px; }
  .rm-flow__banner p { white-space: normal; font-size: 14px; }
  .rm-flow__steps { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 1fr; align-items: stretch; gap: var(--space-10); }
  .rm-flow__step { width: auto; height: auto; min-height: 92px; gap: var(--space-10); padding: var(--space-15) var(--space-10); }
  .rm-flow__step img { width: 40px; height: 40px; object-fit: contain; }
  .rm-flow__step p { white-space: normal; text-align: center; font-size: 13px; }
  .rm-flow__arrow { display: none; }

  .rm-funnel { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-10); width: 100%; padding: var(--space-15); }
  .rm-funnel__item { gap: var(--space-10); padding: var(--space-10); background: var(--c-white); border-radius: 10px; }
  .rm-funnel__icon { width: 40px; height: 40px; flex: 0 0 auto; }
  .rm-funnel__icon img { width: 22px; height: 22px; object-fit: contain; }
  .rm-funnel__label { font-size: 13px; white-space: normal; }
  .rm-funnel > .rm-flow__arrow { display: none; }
  .rm-channels { width: 100%; gap: var(--space-20); }
  .rm-channels__visual { width: 100%; }
  .rm-channels__list { width: 100%; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: var(--space-15) var(--space-12); }
  .rm-channels__item { width: 100%; gap: var(--space-10); }
  .rm-channels__pill { height: auto; min-height: 30px; padding: var(--space-5) var(--space-15); }
  .rm-channels__txt br { display: none; }

  .rm-feature__illust { width: 220px; }
  .rm-points {
    min-height: auto; padding: var(--space-12) var(--space-15);
    flex-direction: column; flex-wrap: nowrap; gap: var(--space-12); align-items: stretch;
  }
  .rm-points__item { gap: 0; display: grid; grid-template-columns: 34px minmax(0, 1fr); column-gap: var(--space-12); align-items: center; }
  .rm-points__item > img { width: 32px; height: 32px; object-fit: contain; }
  .rm-points__body { gap: var(--space-2); }
  .rm-points__ttl, .rm-points__ttl--sm { font-size: 15px; line-height: 1.4; }
  .rm-points__ttl br { display: none; }
  .rm-points__sub { font-size: 12.5px; line-height: 1.45; color: var(--c-text-sub); }
  .rm-points__divider { display: block; flex: none; width: 100%; height: 1px; background: var(--c-line); }

  .rm-kpi { width: 100%; padding: var(--space-20); gap: var(--space-15); display: flex; flex-wrap: wrap; justify-content: center; }
  .rm-kpi__cell { width: auto; flex: 1 1 90px; gap: var(--space-10); }
  .rm-kpi__cell > img { width: 56px; height: 56px; }

  .rm-kpi__ribbon { background: var(--c-ink); border-radius: 50px; width: auto; max-width: 100%; height: auto; min-height: 26px; padding: var(--space-2) var(--space-12); font-size: 12px; }
  .rm-kpi__goal { flex: 1 1 100%; width: 100%; padding: var(--space-20) 0; }
  .rm-kpi__goal img { width: 48px; height: 48px; }
  .rm-kpi__goal-txt { font-size: 15px; }

  .rm-process__divider { display: none; }

  .rm-svc { padding: var(--space-50) var(--space-15); border-radius: 40px 40px 0 0; }
  .rm-svc__inner { gap: var(--space-30); }
  .rm-svc__channels { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); padding: var(--space-15) var(--space-5); gap: var(--space-20); }
  .rm-svc__scope { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); padding: var(--space-15) var(--space-5); gap: var(--space-15); }

  .rm-process { padding: var(--space-50) var(--space-15); gap: var(--space-30); }
  .rm-process__card { flex-direction: column; align-items: stretch; gap: 0; padding: var(--space-10) var(--space-20); }
  .rm-process__step,
  .rm-process__step:nth-child(1), .rm-process__step:nth-child(3), .rm-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;
  }
  .rm-process__step ~ .rm-process__step { border-top: 1px dashed var(--c-line); }
  .rm-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; }
  .rm-process__icon { grid-area: icon; width: 40px; height: 40px; justify-self: center; margin-top: var(--space-5); }
  .rm-process__ttl { grid-area: ttl; align-self: center; text-align: left; font-size: 16px; }
  .rm-process__txt { grid-area: txt; text-align: left; font-size: 13px; line-height: 1.65; }
  .rm-process__txt br { display: none; }
  .rm-pricing { padding: var(--space-50) var(--space-15); }
}

/* ====================
   レスポンシブ: 601〜833px
   ==================== */
@media (min-width: 601px) and (max-width: 833px) {
  .rm-feature__head { align-items: center; }
  .rm-feature__headline { justify-content: center; }
  .rm-feature__ttl { text-align: center; }
  .rm-feature__ttl br { display: none; }

  .rm-issue__grid { flex-direction: row; width: 100%; gap: var(--space-10); }
  .rm-issue__divider { display: block; }
  .rm-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; }
  .rm-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; }
  .rm-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) {
  .rm-process { padding: var(--space-80) var(--space-20); }
  .rm-process__card { padding: var(--space-40) var(--space-20); gap: var(--space-10); }
  .rm-process__card .rm-process__step { flex: 1 1 0; width: auto; min-width: 0; }
  .rm-process__icon { width: 56px; height: 56px; }
  .rm-process__ttl { font-size: 16px; }
  .rm-process__txt { font-size: 13px; line-height: 1.7; }
  .rm-process__divider { height: 240px; }

}
