/* Round – marketing-consulting.css */

/* ---------- セクション見出し ---------- */
main .sec-head { gap: var(--space-5); }

/* ====================
   ページタイトル帯
   ==================== */
.mc-page-title { padding: var(--space-120) 0 var(--space-80); }
.mc-page-title__inner {
  display: flex; flex-wrap: wrap; gap: var(--space-80);
  align-items: center; justify-content: center;
}
.mc-page-title__illust { width: 335px; height: 224px; flex: 0 0 auto; }
.mc-page-title__text {
  display: flex; flex-direction: column; gap: var(--space-30);
  width: 609px; max-width: 100%; text-align: center;
}
.mc-page-title__heading { display: flex; flex-direction: column; gap: var(--space-5); }
.mc-page-title__brand {
  font-family: var(--font-en); font-weight: 700; font-size: 28px; line-height: normal;
}
.mc-page-title__brand .no { font-family: var(--font-jp); font-size: 21px; }
.mc-page-title__main {
  font-weight: 700; font-size: 46px; line-height: normal;
  text-decoration-thickness: 6px; text-underline-offset: 4px;
}
.mc-page-title__lead { font-size: 16px; line-height: 1.8; }

/* ====================
   大型英字帯
   ==================== */
.mc-strip {
  display: flex; align-items: center; justify-content: center;
  height: 129px; overflow: hidden;
}
.mc-strip p::before { content: attr(data-text); }
.mc-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
   ==================== */
.mc-issue { background: #F2F2F2; padding: var(--space-100) 0 0; }
.mc-issue__inner {
  display: flex; flex-wrap: wrap; gap: var(--space-60);
  align-items: flex-start; justify-content: center;
}
.mc-issue__left { display: flex; flex-direction: column; gap: var(--space-10); align-items: center; width: 415px; }
.mc-issue__illust { width: 384px; max-width: 100%; height: auto; }
.mc-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);
}
.mc-issue__grid {
  display: flex; gap: var(--space-20); align-items: stretch; justify-content: center;
  width: 650px; max-width: 100%;
}
.mc-issue__col { display: flex; flex-direction: column; gap: var(--space-25); align-items: center; width: 190px; }
.mc-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;
}
.mc-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;
}
.mc-issue__divider {
  align-self: stretch; flex: 0 0 2px; width: 2px;
  background-image: repeating-linear-gradient(to bottom, #E5E5EA 0 2px, transparent 2px 4px);
}

/* ====================
   解決ブリッジ
   ==================== */
.mc-bridge { padding: var(--space-100) 0 0; }
.mc-bridge__inner {
  display: flex; flex-wrap: wrap; gap: var(--space-40);
  align-items: flex-start; justify-content: center;
}
.mc-bridge__text {
  display: flex; flex-direction: column; gap: var(--space-30);
  width: 497px; max-width: 100%; padding: var(--space-20) 0; text-align: center;
}
.mc-bridge__title {
  font-size: 28px; font-weight: 700; line-height: 1.8; letter-spacing: .8px;
}
.mc-bridge__title .u-marker { text-decoration-thickness: 4px; text-underline-offset: 3px; }
.mc-bridge__lead { font-size: 16px; line-height: 27.5px; }
.mc-bridge__illust { width: 552px; max-width: 100%; height: auto; }

/* ====================
   ABOUT
   ==================== */
.mc-about {
  padding: var(--space-80) var(--space-130);
  background: url("../img/marketing-consulting/about-bg.webp") center / cover no-repeat, var(--c-yellow);
}

.mc-about__collage { width: 480px; max-width: 100%; flex: 0 0 auto; }
.mc-about__body {
  flex: 1 0 0; min-width: min(320px, 100%);
  display: flex; flex-direction: column; gap: var(--space-25); align-items: flex-start;
}
.mc-about__tagline {
  display: flex; align-items: center; gap: var(--space-10);
  font-size: 14px; font-weight: 700; line-height: normal;
}
.mc-about__tagline img { width: 10px; height: 10px; }
.mc-about__title { font-size: 21px; font-weight: 700; line-height: 1.5; }
.mc-about__rule { width: 44px; height: 2px; background: var(--c-yellow); }
.mc-about__desc { font-size: 14px; line-height: 1.9; }

/* ====================
   FEATURE
   ==================== */
.mc-feature { overflow: hidden; }
.mc-feature .sec-head { gap: var(--space-10); padding: var(--space-130) var(--space-40) var(--space-100); }
.mc-feature__lead { font-size: 16px; line-height: 1.5; color: var(--c-text-sub); }

.mc-feature__block { position: relative; overflow: hidden; }
.mc-feature__block--01 { padding: var(--space-60) 0 var(--space-90); background: var(--c-white); }
.mc-feature__block--02 { padding: var(--space-80) 0; background: #FFFCF4; }
.mc-feature__block--03 { padding: var(--space-80) 0 var(--space-100); background: var(--c-white); }

.mc-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;
}
.mc-feature__headline { display: flex; flex-wrap: wrap; gap: var(--space-25); align-items: center; justify-content: center; }
.mc-feature__num {
  font-family: var(--font-en); font-weight: 600; font-size: 78px; line-height: normal;
  color: var(--c-yellow);
}
.mc-feature__ttl-wrap { display: flex; flex-direction: column; gap: var(--space-5); align-items: flex-start; }
.mc-feature__label { font-family: var(--font-en); font-weight: 600; font-size: 12px; line-height: normal; }
.mc-feature__ttl { font-size: 30px; font-weight: 700; line-height: normal; white-space: nowrap; }
.mc-feature__ttl .u-marker { text-decoration-thickness: 5px; text-underline-offset: 3px; }
.mc-feature__desc {
  width: 100%; margin: var(--space-30) auto 0; text-align: center;
  font-size: 14px; line-height: 1.9; color: var(--c-text-sub);
}

.mc-feature__watermark::before { content: attr(data-text); }
.mc-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: 0;
}

.mc-flow {
  position: relative; z-index: 1;
  display: flex; flex-wrap: wrap; gap: var(--space-40); align-items: center; justify-content: center;
  margin-top: var(--space-70); padding: 0 var(--space-40);
}
.mc-flow__card {
  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);
  display: flex; flex-direction: column; gap: var(--space-15); align-items: center;
}
.mc-flow__card--in { width: 210px; }
.mc-flow__card--team { width: 355px; }
.mc-flow__card--out { width: 220px; }
.mc-flow__card-ttl { width: 100%; font-size: 16px; font-weight: 700; line-height: normal; text-align: center; }
.mc-flow__card-rule { width: 100%; height: 0; margin: 0; border: 0; border-top: 1px solid var(--c-line); }
.mc-flow__arrow { width: 50px; height: 40px; flex: 0 0 auto; }

.mc-flow__list { display: flex; flex-direction: column; gap: var(--space-10); }
.mc-flow__item {
  display: flex; gap: var(--space-20); align-items: center; justify-content: center;
  width: 170px; padding: var(--space-10) 0;
  background: rgba(0, 0, 0, .02); border-radius: 5px;
}
.mc-flow__item img { width: 35px; height: 35px; object-fit: contain; }
.mc-flow__item span {
  font-family: var(--font-en); font-weight: 600; font-size: 16px; line-height: 1.5; white-space: nowrap;
}

.mc-flow__team { display: flex; flex-direction: column; gap: var(--space-20); align-items: center; width: 100%; }
.mc-flow__team-row { display: flex; gap: var(--space-15); justify-content: center; width: 100%; }
.mc-flow__chip {
  display: flex; gap: var(--space-10); align-items: center; justify-content: center;
  width: 150px; padding: var(--space-10) 0;
  background: rgba(0, 0, 0, .02); border-radius: 5px;
}
.mc-flow__chip img { width: 35px; height: 35px; object-fit: contain; }
.mc-flow__chip span { font-size: 14px; font-weight: 700; line-height: normal; white-space: nowrap; }
.mc-flow__logo {
  display: flex; align-items: center; justify-content: center;
  padding: var(--space-20); border: 1px solid var(--c-yellow); border-radius: 5px;
}
.mc-flow__logo img { width: 100px; }

.mc-flow__illust { width: 144px; height: 120px; }
.mc-flow__points { display: flex; flex-direction: column; gap: var(--space-5); }
.mc-flow__point {
  display: flex; gap: var(--space-10); align-items: center;
  width: 180px; padding: var(--space-10) var(--space-20);
}
.mc-flow__point img { width: 20px; height: 20px; }
.mc-flow__point span { font-size: 16px; font-weight: 700; line-height: normal; white-space: nowrap; }

.mc-feature__block--02::before {
  content: ""; position: absolute; bottom: 60px; left: -150px;
  width: 334px; height: 334px; border-radius: 50%;
  border: 59px solid var(--c-yellow); pointer-events: none; z-index: 0;
}
.mc-inhouse {
  position: relative; z-index: 1;
  width: min(942px, calc(100% - 80px)); margin: var(--space-40) auto 0;
  display: flex; flex-wrap: wrap; gap: var(--space-50); align-items: center; justify-content: center;
}
.mc-inhouse__points { display: flex; flex-direction: column; gap: var(--space-20); width: 460px; max-width: 100%; }
.mc-inhouse__point { display: flex; gap: var(--space-15); align-items: center; }
.mc-inhouse__point-icon {
  flex: 0 0 72px; width: 72px; height: 72px; border-radius: 50%;
  background: var(--c-white);
  display: flex; align-items: center; justify-content: center;
}
.mc-inhouse__point-icon img { width: 42px; height: 42px; }
.mc-inhouse__point-body { display: flex; flex-direction: column; gap: var(--space-10); }
.mc-inhouse__point-ttl { font-size: 16px; font-weight: 700; line-height: 1.5; }
.mc-inhouse__point-txt { font-size: 14px; font-weight: 500; line-height: 1.5; }
.mc-inhouse__points hr {
  width: 100%; height: 0; margin: 0; border: 0;
  border-top: 1px solid var(--c-line);
}
.mc-inhouse__photo { width: 432px; max-width: 100%; flex: 0 0 auto; position: relative; }
.mc-inhouse__photo img { width: 100%; height: 313px; object-fit: cover; border-radius: 10px; }
.mc-inhouse__photo::after {
  content: ""; position: absolute; inset: 0;
  background: rgba(255, 255, 255, .15); border-radius: 10px; pointer-events: none;
}

.mc-flex {
  position: relative; z-index: 1;
  width: min(953px, calc(100% - 80px)); margin: var(--space-40) auto 0;
  display: flex; flex-wrap: wrap; gap: var(--space-50); align-items: center; justify-content: center;
}
.mc-flex__illust { width: clamp(240px, 38vw, 528px); max-width: 100%; flex: 0 0 auto; }
.mc-flex__right { display: flex; flex-direction: column; gap: var(--space-15); align-items: center; width: 375px; max-width: 100%; }
.mc-flex__catch { font-size: 20px; font-weight: 700; line-height: normal; text-align: center; width: 100%; }
.mc-flex__card {
  width: 100%; padding: var(--space-20);
  background: var(--c-white); border: 2px solid var(--c-yellow); border-radius: 10px;
  display: flex; flex-direction: column; gap: var(--space-15); align-items: center;
}
.mc-flex__row { display: flex; gap: var(--space-15); align-items: center; justify-content: center; }
.mc-flex__num {
  flex: 0 0 50px; width: 50px; text-align: center;
  font-family: var(--font-en); font-weight: 600; font-size: 38px; line-height: normal;
  color: var(--c-yellow);
}
.mc-flex__row-body { display: flex; flex-direction: column; gap: var(--space-5); flex: 1 1 270px; max-width: 270px; min-width: 0; }
.mc-flex__row-head { display: flex; gap: var(--space-10); align-items: center; }
.mc-flex__badge {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0 var(--space-5); background: var(--c-ink); border-radius: 3px;
  font-family: var(--font-en); font-weight: 700; font-size: 12px; line-height: 18px;
  color: var(--c-white); white-space: nowrap;
}
.mc-flex__row-ttl { font-size: 18px; font-weight: 700; line-height: normal; white-space: nowrap; }
.mc-flex__row-txt { font-size: 14px; font-weight: 500; line-height: normal; }
.mc-flex__card hr {
  width: 100%; height: 0; margin: 0; border: 0;
  border-top: 1px solid var(--c-line);
}

/* ====================
   SERVICE
   ==================== */
.mc-svc {
  position: relative; overflow: hidden;
  padding: var(--space-70) var(--space-40);
  background: var(--c-yellow);
  border-radius: 80px 80px 0 0;
}
.mc-svc__deco {
  position: absolute; top: 419px; right: -283px;
  width: 945px; height: 945px; max-width: none; pointer-events: none;
}
.mc-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 .mc-svc .sec-head { gap: var(--space-10); }
.mc-svc .sec-head__title .dot { color: var(--c-white); }
.mc-svc__lead { font-size: 16px; line-height: normal; color: var(--c-text-sub); }

.mc-svc__card {
  width: 100%; padding: var(--space-30);
  background: var(--c-white); border-radius: 10px;
  display: flex; flex-direction: column; gap: var(--space-25);
}
.mc-svc__divider {
  width: 100%; height: 0; margin: 0; border: 0;
  border-top: 1px solid var(--c-line);
}
.mc-svc__block { display: flex; flex-direction: column; }
.mc-svc__label {
  display: flex; gap: var(--space-20); align-items: center;
  min-height: 52px; padding: var(--space-15) var(--space-30);
  background: #FEF8E3; border-radius: 5px;
  font-size: 18px; font-weight: 700; line-height: normal;
}
.mc-svc__label img { width: 15px; height: 15px; }

.mc-svc__domains {
  display: flex; flex-wrap: wrap; gap: var(--space-25); justify-content: center;
  padding: var(--space-20) 0;
}
.mc-svc__domain { display: flex; gap: var(--space-20); align-items: center; width: 300px; }
.mc-svc__domain > img { flex: 0 0 50px; width: 50px; height: 50px; }
.mc-svc__domain-text { display: flex; flex-direction: column; }
.mc-svc__domain-en {
  font-family: var(--font-en); font-weight: 700; font-size: 18px; line-height: 1.5;
  white-space: nowrap;
}
.mc-svc__domain-ja { font-size: 14px; line-height: normal; white-space: nowrap; }

.mc-svc__scope {
  display: flex; flex-wrap: wrap; gap: var(--space-15) var(--space-30); justify-content: center;
  padding: var(--space-20) 0; margin: 0;
}
.mc-svc__scope-item { display: flex; gap: var(--space-20); align-items: flex-start; width: 400px; }
.mc-svc__scope-item > img { flex: 0 0 20px; width: 20px; height: 20px; }
.mc-svc__scope-body { display: flex; flex-direction: column; gap: var(--space-10); }
.mc-svc__scope-term { font-size: 16px; font-weight: 700; line-height: normal; color: var(--c-ink); }
.mc-svc__scope-desc { font-size: 14px; line-height: normal; color: var(--c-text-sub); }

/* ====================
   PROCESS
   ==================== */
.mc-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 .mc-process .sec-head { gap: var(--space-10); }
.mc-process__lead { font-size: 16px; line-height: normal; color: var(--c-text-sub); }
.mc-process__card {
  width: min(1100px, 100%);
  display: flex; flex-wrap: wrap; gap: var(--space-20); align-items: center; justify-content: center;
  padding: 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);
}
.mc-process__step {
  flex: 0 0 auto; width: 224px; align-self: flex-start;
  display: flex; flex-direction: column; gap: var(--space-30); align-items: center;
}
.mc-process__step:nth-of-type(1) { width: 210px; }
.mc-process__step:nth-of-type(2) { width: 223px; }
.mc-process__step:nth-of-type(4) { width: 238px; }
.mc-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;
}
.mc-process__icon { width: 70px; height: 70px; object-fit: contain; }
.mc-process__ttl { font-size: 18px; font-weight: 700; line-height: normal; text-align: center; }
.mc-process__txt { font-size: 14px; line-height: 1.9; text-align: center; }
.mc-process__divider { width: 1px; height: 260px; background: #E6E6E6; }

/* ====================
   PRICING
   ==================== */
.mc-pricing {
  padding: clamp(var(--space-30), 5.5vw, var(--space-80));
  background: url("../img/marketing-consulting/pricing-bg.svg") center / cover no-repeat, var(--c-yellow);
}

.mc-pricing__illust { width: clamp(280px, 31vw, 450px); max-width: 100%; height: auto; flex: 0 0 auto; }
.mc-pricing__body { flex: 1 0 0; min-width: min(320px, 100%); display: flex; flex-direction: column; gap: var(--space-30); align-items: flex-start; }
.mc-pricing__head { display: flex; flex-direction: column; gap: var(--space-2); }
.mc-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;
}
.mc-pricing__title .dot--white { color: var(--c-white); }
.mc-pricing__title-ja { font-family: var(--font-jp); font-size: 18px; font-weight: 400; line-height: normal; }
.mc-pricing__lead { font-size: 14px; line-height: 1.6; }
.mc-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;
}
.mc-pricing__btn:hover { opacity: .8; }
.mc-pricing__btn img { width: 16px; height: 12px; }

/* ====================
   FAQ
   ==================== */

/* ====================
   レスポンシブ
   ==================== */
/* ====================
   レスポンシブ: 834〜1182px
   ==================== */
@media (min-width: 834px) and (max-width: 1182px) {
  .mc-issue { padding-bottom: var(--space-60); }
  .mc-issue__inner { gap: var(--space-40); }
  .mc-flow { flex-direction: column; align-items: center; gap: var(--space-15); }
  .mc-flow__card--in, .mc-flow__card--team, .mc-flow__card--out { width: min(100% - 80px, 480px); }
  .mc-flow__arrow { transform: rotate(90deg); width: 40px; height: 32px; }
  .mc-flow__list { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: var(--space-10); }
  .mc-flow__item { width: auto; padding: var(--space-10) var(--space-15); }

  .mc-page-title__inner { gap: var(--space-40); }
  .mc-page-title__illust { width: 240px; height: auto; }
}

@media (max-width: 833px) {
  .mc-page-title { padding: var(--space-50) 0; }
  .mc-page-title__inner { gap: var(--space-30); }
  .mc-page-title__illust { width: 240px; height: auto; }
  .mc-page-title__main { font-size: clamp(24px, 6.4vw, 40px); text-decoration-thickness: 4px; }
  .mc-page-title__brand { font-size: 22px; }
  .mc-strip { height: auto; padding: var(--space-20) 0; }
  .mc-strip p { font-size: clamp(44px, 11vw, 90px); line-height: 1; }

  .mc-issue { padding: var(--space-40) var(--space-20); }
  .mc-issue__inner { gap: var(--space-25); }
  .mc-issue__illust { width: 200px; }
  .mc-issue__card { width: 100%; padding: var(--space-20) var(--space-15); }
  .mc-issue__grid { flex-direction: column; width: 100%; gap: var(--space-15); }
  .mc-issue__divider { display: none; }
  .mc-issue__col { width: 100%; align-items: stretch; gap: var(--space-12); padding: var(--space-15); background: #FAFAFA; border-radius: 10px; }
  .mc-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; }
  .mc-issue__list { text-align: left; gap: var(--space-10); line-height: 1.6; padding-bottom: 0; }
  .mc-issue__list br { display: none; }

  .mc-bridge { padding: var(--space-40) var(--space-20) 0; }
  .mc-bridge__inner { gap: var(--space-20); }
  .mc-bridge__text { gap: var(--space-15); padding: 0; }
  .mc-bridge__title { font-size: 23px; line-height: 1.7; }
  .mc-bridge__lead { font-size: 14px; line-height: 1.75; }
  .mc-bridge__lead br { display: none; }
  .mc-bridge__illust { width: 260px; }

  .mc-about { padding: var(--space-50) var(--space-15); }
  .mc-feature .sec-head { padding: var(--space-50) var(--space-20) var(--space-40); }

  .mc-feature__block--01 { padding: var(--space-45) 0; }
  .mc-feature__block--02 { padding: var(--space-45) 0; }
  .mc-feature__block--03 { padding: var(--space-45) 0; }
  .mc-process__divider { display: none; }

  .mc-feature__head,
  .mc-flow,
  .mc-inhouse,
  .mc-flex {
    width: min(100% - 40px, 620px); max-width: none; margin-inline: auto; padding-left: 0; padding-right: 0;
  }
  .mc-feature__head { align-items: flex-start; }

  .mc-feature__headline { gap: var(--space-10); align-items: center; flex-wrap: nowrap; justify-content: flex-start; }
  .mc-feature__num { font-size: 52px; flex: 0 0 auto; }
  .mc-feature__ttl { white-space: normal; font-size: 22px; text-align: left; line-height: 1.45; }
  .mc-feature__label { font-size: 11px; }
  .mc-feature__desc { text-align: left; font-size: 14px; line-height: 1.7; margin-top: var(--space-15); }
  .mc-feature__desc br { display: none; }

  .mc-flow { flex-direction: column; padding: 0; gap: var(--space-12); align-items: stretch; }
  .mc-flow__card,
  .mc-flow__card--in, .mc-flow__card--team, .mc-flow__card--out { width: 100%; max-width: none; padding: var(--space-15); gap: var(--space-12); }
  .mc-flow__card-ttl { font-size: 14px; }
  .mc-flow__arrow { transform: rotate(90deg); width: 26px; height: 21px; margin-inline: auto; }
  .mc-flow__list { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: var(--space-10); }
  .mc-flow__item { width: auto; padding: var(--space-10) var(--space-12); }
  .mc-flow__item img { width: 28px; height: 28px; }
  .mc-flow__item span { font-size: 13px; }
  .mc-flow__team { gap: var(--space-12); }
  .mc-flow__team-row { gap: var(--space-10); }
  .mc-flow__chip { padding: var(--space-5) var(--space-10); }
  .mc-flow__chip img { width: 28px; height: 28px; }
  .mc-flow__chip span { font-size: 13px; white-space: normal; }
  .mc-flow__logo img { width: 80px; }
  .mc-flow__illust { width: 120px; }
  .mc-flow__point span { font-size: 14px; white-space: normal; }

  .mc-inhouse { flex-direction: column; gap: var(--space-20); align-items: stretch; }
  .mc-inhouse__points { width: 100%; gap: var(--space-12); background: var(--c-white); border-radius: 10px; padding: var(--space-20) var(--space-15); }
  .mc-inhouse__point { gap: 0; display: grid; grid-template-columns: 40px minmax(0, 1fr); column-gap: var(--space-12); align-items: center; }
  .mc-inhouse__point-icon { width: 40px; height: 40px; flex: 0 0 auto; }
  .mc-inhouse__point-icon img { width: 26px; height: 26px; }
  .mc-inhouse__point-body { gap: var(--space-2); }
  .mc-inhouse__point-ttl { font-size: 15px; line-height: 1.4; }
  .mc-inhouse__point-txt { font-size: 12.5px; line-height: 1.45; }
  .mc-inhouse__photo { width: 100%; }
  .mc-inhouse__photo img { height: 180px; }

  .mc-flex { flex-direction: column; gap: var(--space-20); align-items: stretch; }
  .mc-flex__illust { width: 240px; margin-inline: auto; }
  .mc-flex__right { width: 100%; gap: var(--space-12); }
  .mc-flex__catch { font-size: 16px; text-align: left; }
  .mc-flex__card { width: 100%; padding: var(--space-15); }
  .mc-flex__row { gap: var(--space-12); justify-content: flex-start; }
  .mc-flex__num { font-size: 28px; flex: 0 0 auto; }
  .mc-flex__row-body { flex: 1 1 auto; max-width: none; }
  .mc-flex__badge { font-size: 10px; }
  .mc-flex__row-ttl { font-size: 15px; }
  .mc-flex__row-txt { font-size: 12.5px; line-height: 1.45; }

  .mc-svc { padding: var(--space-50) var(--space-15); border-radius: 40px 40px 0 0; }
  .mc-svc__inner { gap: var(--space-30); }
  .mc-svc__domains { padding: var(--space-15) 0; gap: var(--space-20); }
  .mc-svc__domain { width: 100%; max-width: 300px; }
  .mc-svc__scope { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); padding: var(--space-15) 0; gap: var(--space-15); }
  .mc-svc__scope-item { width: 100%; }

  .mc-process { padding: var(--space-50) var(--space-15); gap: var(--space-30); }
  .mc-process__card { flex-direction: column; align-items: stretch; gap: 0; padding: var(--space-10) var(--space-20); }
  .mc-process__step,
  .mc-process__step:nth-of-type(1), .mc-process__step:nth-of-type(2), .mc-process__step:nth-of-type(4) {
    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;
  }
  .mc-process__step ~ .mc-process__step { border-top: 1px dashed var(--c-line); }
  .mc-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; }
  .mc-process__icon { grid-area: icon; width: 40px; height: 40px; justify-self: center; margin-top: var(--space-5); }
  .mc-process__ttl { grid-area: ttl; align-self: center; text-align: left; font-size: 16px; }
  .mc-process__txt { grid-area: txt; text-align: left; font-size: 13px; line-height: 1.65; }
  .mc-process__txt br { display: none; }
  .mc-pricing { padding: var(--space-50) var(--space-15); }
}

/* ====================
   レスポンシブ: 601〜833px
   ==================== */
@media (min-width: 601px) and (max-width: 833px) {
  .mc-feature__head { align-items: center; }
  .mc-feature__headline { justify-content: center; }
  .mc-feature__ttl { text-align: center; }
  .mc-feature__ttl br { display: none; }

  .mc-issue__grid { flex-direction: row; width: 100%; gap: var(--space-10); }
  .mc-issue__divider { display: block; }
  .mc-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; }
  .mc-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; }
  .mc-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) {
  .mc-process { padding: var(--space-80) var(--space-20); }
  .mc-process__card { padding: var(--space-40) var(--space-20); gap: var(--space-10); }
  .mc-process__card .mc-process__step { flex: 1 1 0; width: auto; min-width: 0; }
  .mc-process__icon { width: 56px; height: 56px; }
  .mc-process__ttl { font-size: 16px; }
  .mc-process__txt { font-size: 13px; line-height: 1.7; }
  .mc-process__divider { height: 240px; }

}
