@charset "UTF-8";

:root {
  --green: #22a45d;
  --green-light: #2ecc71;
  --green-pale: #e8f5ee;
  --green-pale2: #d0eddc;
  --text: #1a2e1f;
  --text-sub: #5a7060;
  --white: #ffffff;
  --bg: #f7faf8;
}


/* ===== MV ===== */
.mv {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  min-height: 700px;
  margin: 0 0 200px calc(var(--_global--container-margin) * -1);
  padding: 0;
  background: var(--white);
  display: flex;
  flex-direction: column;
  overflow: visible;
}

/* 背景の薄いグリーン装飾 */
.mv-bg-blob {
  position: absolute;
  top: -80px;
  right: -120px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, #e0f5e9 0%, #f0faf4 50%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}

.mv-bg-blob2 {
  position: absolute;
  bottom: -100px;
  left: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, #e8f5ee 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* ===== メインエリア ===== */
.mv-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 88px 40px 32px;
  position: relative;
  z-index: 1;
  min-height: 0;
}

.mv-main-inner {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* 左：コンテンツ */
.mv-content {
  flex: 1;
  max-width: 560px;
}

.mv-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--green-pale);
  border: 1px solid rgba(34,164,93,0.2);
  border-radius: 100px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 600;
  color: var(--green);
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

.mv-eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.75); }
}

.mv-title {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  color: var(--text);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.mv-title .accent {
  color: var(--green);
  position: relative;
  display: inline-block;
}

.mv-title .accent::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--green-light), var(--green-pale2));
  border-radius: 2px;
  opacity: 0.6;
}

.mv-desc {
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.8;
  margin-bottom: 28px;
}

.mv-desc strong {
  color: var(--text);
  font-weight: 700;
}

.mv-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--green);
  color: var(--white);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 8px;
  letter-spacing: 0.03em;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(34,164,93,0.3);
}

.btn-primary:hover {
  background: #1a8a4a;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(34,164,93,0.4);
}

.btn-primary .arrow {
  width: 22px;
  height: 22px;
  background: rgba(255,255,255,0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: transform 0.2s;
}

.btn-primary:hover .arrow { transform: translateX(3px); }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--green);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 22px;
  border-radius: 8px;
  border: 1.5px solid rgba(34,164,93,0.35);
  transition: border-color 0.2s, background 0.2s;
}

.btn-secondary:hover {
  border-color: var(--green);
  background: var(--green-pale);
}

/* 右：診断カード */
.mv-card-wrap {
  flex-shrink: 0;
  width: 280px;
}

.mv-diag-card {
  background: var(--white);
  border: 1px solid rgba(34,164,93,0.15);
  border-radius: 16px;
  padding: 24px 24px 20px;
  box-shadow: 0 8px 40px rgba(34,164,93,0.1), 0 2px 8px rgba(0,0,0,0.04);
  position: relative;
  overflow: hidden;
}

.mv-diag-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--green-light));
}

.mv-diag-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-sub);
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.mv-diag-amount {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 38px;
  font-weight: 900;
  color: var(--green);
  line-height: 1;
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}

.mv-diag-amount-sub {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-sub);
  margin-bottom: 20px;
}

.btn-diag {
  display: block;
  background: var(--green);
  color: var(--white);
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  padding: 13px;
  border-radius: 8px;
  letter-spacing: 0.05em;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 4px 16px rgba(34,164,93,0.3);
}

.btn-diag:hover {
  background: #1a8a4a;
  transform: translateY(-1px);
}

/* ===== 実績バー ===== */
.mv-stats {
  background: var(--bg);
  border-top: 1px solid rgba(34,164,93,0.1);
  padding: 16px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.mv-stats-inner {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.stat-item { text-align: center; }

.stat-num {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: var(--green);
  line-height: 1;
  margin-bottom: 3px;
  letter-spacing: -0.01em;
}

.stat-num .unit {
  font-size: 14px;
  font-weight: 700;
  color: var(--green);
}

.stat-label {
  font-size: 11px;
  color: var(--text-sub);
  letter-spacing: 0.05em;
}

.stat-sep {
  width: 1px;
  height: 36px;
  background: rgba(34,164,93,0.15);
}

/* ===== 信頼バッジ ===== */
.mv-trust {
  background: var(--white);
  border-top: 1px solid rgba(34,164,93,0.08);
  padding: 14px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.mv-trust-inner {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.mv-trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-sub);
  font-size: 12px;
  font-weight: 500;
}

.mv-trust-item .check {
  width: 18px;
  height: 18px;
  background: var(--green-pale);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 10px;
  font-weight: 700;
  flex-shrink: 0;
}

.mv-trust-sep {
  width: 1px;
  height: 16px;
  background: rgba(34,164,93,0.15);
}

/* ===== 参考ラベル ===== */
.design-note {
  background: #222;
  color: rgba(255,255,255,0.5);
  text-align: center;
  padding: 14px;
  font-size: 12px;
  letter-spacing: 0.1em;
}



/*　スマホ　*/
@media (max-width: 768px) {
  .mv {
    height: auto;
    min-height: 0;
    margin: 0;
  }
  .mv-main {
    padding: 60px 20px 32px;
  }
  .mv-main-inner {
    flex-direction: column;
    gap: 32px;
  }
  .mv-content {    max-width: none;
    text-align: center;
  }
  .mv-card-wrap { width: 100%; }
  .mv-eyebrow { justify-content: center; }
  .mv-title { font-size: 28px; }
  .mv-desc { font-size: 13px; }
  .mv-actions { justify-content: center; }

  .mv-stats { padding: 16px 20px; }
  .mv-stats-inner { flex-direction: column; gap: 16px; }
  .stat-sep { display: none; }

  .mv-trust { padding: 14px 20px; }
  .mv-trust-inner { flex-direction: column; gap: 16px; }
  .mv-trust-sep { display: none; }
  
}