/* === Auto-generated split from style.css (migration.css) === */
/* Generated by /tmp/css_split_v2.py using HTML class-usage analysis */

.sp-br { display: none; }

@media (max-width: 768px) {
.sp-br { display: inline; }
}
.v2-sec-deco {
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(20px, 2.6vw, 28px);
  color: #2a2a2a; margin-bottom: 12px; line-height: 1.4;
}
.v2-sec-deco::before, .v2-sec-deco::after {
  content: '🌿'; margin: 0 10px; font-size: .75em; vertical-align: middle;
}
.mg-steps .v2-sec-deco,
.mg-support .v2-sec-deco,
.mg-voices .v2-sec-deco,
.mg-faq .v2-sec-deco {
  text-align: center;
}
.v2-hero-title,
.v2-concern-heading,
.v2-sec-deco,
.v2-activity-title,
.v2-feature-title,
.v2-t-name,
.v2-cta-title,
.mg-hero-title,
.mg-sec-title,
.mg-step-title,
.mg-support-title,
.mg-faq-q,
.mg-cta-title {
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif !important;
  letter-spacing: .02em;
}
.v2-sec-deco {
  font-weight: 900 !important;
  font-size: clamp(22px, 2.8vw, 32px) !important;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px !important;
  color: #2e2a1f !important;
}
.v2-sec-deco::before { content: '🌿' !important; font-size: .8em; margin-right: 14px !important; }
.v2-sec-deco::after { content: '🌿' !important; font-size: .8em; margin-left: 14px !important; }
.v2-sec-deco {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 8'><path d='M0 4 Q 15 0 30 4 T 60 4 T 90 4 T 120 4' fill='none' stroke='%23f0b837' stroke-width='2' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 120px 8px;
}

@media (max-width: 600px) {
.v2-sec-deco::before,
  .v2-sec-deco::after { display: none !important; }
.v2-sec-deco {
    background-image: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.v2-sec-deco,
.v2-concern-heading,
.v2-activity-title,
.v2-feature-title,
.v2-cta-title,
.mg-sec-title,
.mg-step-title,
.mg-support-title,
.mg-faq-q,
.mg-cta-title {
  font-family: 'Klee One', 'M PLUS Rounded 1c', serif !important;
  font-weight: 600 !important;
  letter-spacing: .03em !important;
}
.mg2-hero {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.78) 0%, rgba(255,255,255,0.55) 60%, rgba(255,255,255,0.85) 100%),
    url('../images/migration_hero_bg.jpg') center / cover no-repeat;
  padding: 64px 28px 80px;
  overflow: hidden;
  position: relative;
}
.mg2-hero-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  grid-template-areas:
    "text video"
    "btns video";
  column-gap: 56px;
  row-gap: 28px;
  align-items: center;
}
.mg2-hero-text { grid-area: text; }
.mg2-hero-video { grid-area: video; }
.mg2-hero-btns { grid-area: btns; align-self: start; }
.mg2-hero-eyebrow {
  display: inline-block;
  background: rgba(255,255,255,.7);
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: var(--teal-dk);
  letter-spacing: 0.06em;
  margin-bottom: 18px;
}
.mg2-hero-title {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.4;
  color: #2a2a2a;
  margin: 0 0 20px;
  letter-spacing: 0.02em;
}
.mg2-hero-em {
  color: var(--teal-dk);
  background: linear-gradient(transparent 70%, rgba(240,184,55,.32) 70%);
  padding: 0 4px;
}
.mg2-hero-desc {
  font-size: 15px;
  line-height: 1.95;
  color: #444;
  margin: 0 0 28px;
}
.mg2-hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.mg2-hero-video {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0 12px 32px rgba(0,0,0,.10);
}
.mg2-hero-video-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.mg2-hero-video-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mg2-hero-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  background: rgba(211,84,80,.92);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  padding-left: 4px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform .2s ease;
}
.mg2-hero-video-link:hover .mg2-hero-video-play { transform: translate(-50%, -50%) scale(1.08); }
.mg2-intro {
  background: #fff;
  padding: 72px 28px 80px;
}
.mg2-intro-inner {
  max-width: 1080px;
  margin: 0 auto;
}
.mg2-intro-steps {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: 1fr 80px 1fr 80px 1fr;
  gap: 0 16px;
  align-items: center;
}
.mg2-intro-arrow {
  display: flex; align-items: center; justify-content: center;
}
.mg2-intro-arrow svg { width: 100%; height: 16px; }
.mg2-intro-step {
  background: #fefdfa;
  border-radius: 14px;
  text-align: center;
  border: 1px solid #f0ebde;
}
.mg2-intro-link {
  display: block;
  padding: 28px 22px;
  color: inherit;
  text-decoration: none;
}
.mg2-intro-link:hover { text-decoration: none; }
.mg2-intro-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #e6ecf5;
  border-radius: 50%;
  margin-bottom: 18px;
  color: var(--mg2-navy);
}
.mg2-intro-arrow svg line { stroke: var(--mg2-navy-soft); }
.mg2-intro-arrow svg path { fill: var(--mg2-navy-soft); }
.mg2-intro-title {
  font-family: 'Shippori Mincho', serif;
  font-size: 17px;
  font-weight: 700;
  color: #1a3a32;
  margin: 0 0 10px;
}
.mg2-intro-step p {
  font-size: 13.5px;
  line-height: 1.85;
  color: #555;
  margin: 0;
}
.mg2-videos {
  background: #fbf7eb;
  padding: 72px 28px 80px;
}
.mg2-videos-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.mg2-videos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 36px;
}
.mg2-video-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 6px 20px rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}
.mg2-video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,.10);
}
.mg2-video-card-thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.mg2-video-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mg2-video-card-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255,255,255,.92);
  color: var(--teal-dk);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.05em;
}
.mg2-video-card-body {
  padding: 20px 22px 22px;
}
.mg2-video-card-title {
  font-family: 'Shippori Mincho', serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a3a32;
  margin: 0 0 10px;
}
.mg2-video-card-desc {
  font-size: 13.5px;
  line-height: 1.85;
  color: #555;
  margin: 0 0 12px;
}
.mg2-video-card-cta {
  font-size: 13px;
  font-weight: 700;
  color: var(--teal-dk);
}
.mg2-merits {
  background: #fff;
  padding: 72px 28px 80px;
}
.mg2-merits-inner {
  max-width: 1080px;
  margin: 0 auto;
}
.mg2-merits-list {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  counter-reset: merit;
}
.mg2-merit {
  background: #fefdfa;
  border-radius: 14px;
  padding: 18px 22px 24px;
  border: 1px solid #f0ebde;
  position: relative;
}
.mg2-merit-img {
  display: block;
  width: 100%;
  height: 140px;
  object-fit: contain;
  margin: 0 auto 10px;
  mix-blend-mode: multiply;
}
.mg2-merit-num {
  display: inline-block;
  font-family: 'Shippori Mincho', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--teal);
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.mg2-merit-title {
  font-family: 'Shippori Mincho', serif;
  font-size: 16.5px;
  font-weight: 700;
  color: #1a3a32;
  margin: 0 0 10px;
}
.mg2-merit-desc {
  font-size: 13.5px;
  line-height: 1.85;
  color: #555;
  margin: 0;
}
.mg2-people {
  background: #fbf7eb;
  padding: 72px 28px 80px;
}
.mg2-people-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.mg2-people-head {
  position: relative;
  text-align: center;
}
.mg2-people-head .v2-sec-deco { display: inline-block; margin: 0 auto; }
.mg2-people-head .mg2-people-more {
  position: absolute;
  right: 0;
  bottom: 18px;
}
.mg2-people-more {
  color: var(--teal-dk);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.mg2-people-more:hover { text-decoration: underline; }
.mg2-people-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 28px;
}
.mg2-person-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,.05);
}
.mg2-person-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f5efdc;
}
.mg2-person-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mg2-person-img-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mg2-person-body {
  padding: 16px 18px 20px;
}
.mg2-person-name {
  font-family: 'Shippori Mincho', serif;
  font-size: 16px;
  font-weight: 700;
  color: #1a3a32;
  margin: 0 0 6px;
}
.mg2-person-meta {
  font-size: 12px;
  color: var(--muted);
  margin: 0 0 6px;
}
.mg2-person-role {
  font-size: 12.5px;
  color: #444;
  margin: 0;
  line-height: 1.6;
}
.mg2-support {
  background: #fff;
  padding: 72px 28px 80px;
}
.mg2-support-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.mg2-support-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 36px;
}
.mg2-support-card {
  background: #fefdfa;
  border-radius: 12px;
  padding: 22px 10px 20px;
  border: 1px solid #f0ebde;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.mg2-support-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
  border-color: currentColor;
  text-decoration: none;
}
.mg2-support-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px; height: 64px;
  border-radius: 50%;
  margin-bottom: 12px;
}
.mg2-support-card--home   .mg2-support-icon { background: #e6f1ed; color: #4dbdaa; }
.mg2-support-card--flag   .mg2-support-icon { background: #e8f1e0; color: #5fa055; }
.mg2-support-card--people .mg2-support-icon { background: #fbe9df; color: #d68565; }
.mg2-support-card--yen    .mg2-support-icon { background: #fbf0d4; color: #d9a52e; }
.mg2-support-card--wrench .mg2-support-icon { background: #fce5d2; color: #e58a40; }
.mg2-support-card--chat   .mg2-support-icon { background: #ece4f3; color: #9778b8; }
.mg2-support-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--mg2-navy-dk, #14294a);
  margin: 0;
  line-height: 1.55;
  letter-spacing: 0.01em;
}
.mg2-cta {
  background: linear-gradient(180deg, #fcfdfa 0%, #f3f9f1 100%);
  padding: 72px 28px 96px;
  text-align: center;
}
.mg2-cta-inner {
  max-width: 720px;
  margin: 0 auto;
}
.mg2-cta-eyebrow {
  font-size: 12px;
  font-weight: 700;
  color: var(--teal-dk);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.mg2-cta-title {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(22px, 3.5vw, 30px);
  font-weight: 700;
  color: #1a3a32;
  margin: 0 0 32px;
  line-height: 1.5;
}
.mg2-cta-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 900px) {
.mg2-hero-inner {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "video" "btns";
    gap: 24px;
  }
.mg2-intro-steps { grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.mg2-intro-arrow { display: none; }
.mg2-merits-list,
  .mg2-people-grid { grid-template-columns: repeat(2, 1fr); }
.mg2-support-grid { grid-template-columns: repeat(3, 1fr); }
.mg2-videos-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
.mg2-hero { padding: 32px 16px 40px; }
.mg2-intro, .mg2-videos, .mg2-merits, .mg2-people, .mg2-support, .mg2-faq { padding: 40px 16px 48px; }
.mg2-intro-steps { grid-template-columns: 1fr; gap: 10px; }
.mg2-intro-link {
    display: grid;
    grid-template-columns: 64px 1fr;
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 2px;
    align-items: center;
    padding: 14px 16px;
    text-align: left;
  }
.mg2-intro-icon {
    width: 56px;
    height: 56px;
    margin: 0;
    grid-column: 1;
    grid-row: 1 / span 2;
  }
.mg2-intro-icon svg { width: 28px; height: 28px; }
.mg2-intro-title { font-size: 15px; margin: 0; grid-column: 2; grid-row: 1; align-self: end; }
.mg2-intro-step p { font-size: 12.5px; line-height: 1.6; grid-column: 2; grid-row: 2; align-self: start; }
.mg2-merits-list { grid-template-columns: 1fr; gap: 12px; margin-top: 24px; }
.mg2-merit {
    display: grid;
    grid-template-columns: 96px 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 14px;
    row-gap: 2px;
    padding: 14px 16px;
    align-items: center;
  }
.mg2-merit-img {
    grid-column: 1;
    grid-row: 1 / span 3;
    width: 96px;
    height: 96px;
    margin: 0;
    align-self: center;
  }
.mg2-merit-num { grid-column: 2; grid-row: 1; font-size: 18px; margin: 0; align-self: end; }
.mg2-merit-title { grid-column: 2; grid-row: 2; font-size: 15px; margin: 0; }
.mg2-merit-desc { grid-column: 2; grid-row: 3; font-size: 12.5px; line-height: 1.65; margin: 0; align-self: start; }
.mg2-people-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
.mg2-support-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mg2-support-icon { width: 48px; height: 48px; }
.mg2-support-title { font-size: 11.5px; }
.mg2-hero-btns,
  .mg2-cta-btns { flex-direction: column; align-items: stretch; }
.mg2-people-head .mg2-people-more { position: static; display: inline-block; margin-top: 8px; }
}
.mg2-hero-video-link {
  font: inherit; color: inherit; padding: 0;
  border: none; background: transparent; cursor: pointer;
  display: block; position: relative; width: 100%;
  border-radius: 18px; overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,0.15);
  aspect-ratio: 16 / 9;
}
.mg2-hero-video-link:focus-visible { outline: 2px solid var(--teal); outline-offset: 2px; }
.mg2-hero-title { color: var(--mg2-navy-dk); }
.mg2-hero-em { color: var(--mg2-navy); background: linear-gradient(transparent 70%, rgba(240,184,55,.32) 70%); }
.mg2-hero-eyebrow { color: var(--mg2-navy); }
.mg2-intro-title,
.mg2-video-card-title,
.mg2-merit-title,
.mg2-person-name,
.mg2-support-title,
.mg2-cta-title,
.mg2-faq-q { color: var(--mg2-navy-dk); }
.mg2-merit-num { color: var(--mg2-navy-soft); }
.mg2-intro h2.v2-sec-deco,
.mg2-videos h2.v2-sec-deco,
.mg2-merits h2.v2-sec-deco,
.mg2-people h2.v2-sec-deco,
.mg2-support h2.v2-sec-deco,
.mg2-faq h2.v2-sec-deco { color: var(--mg2-navy-dk); }
.mg2-cta-eyebrow { color: var(--mg2-navy) !important; }
