/* ========================================
   不動産DX判断支援LP - スタイルシート
   ======================================== */

/* リセットと基本設定 */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #0f172a;
  background: #fff;
  font-size: 19px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: keep-all;
  overflow-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* PC/SP切り替え用クラス */
.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: inline;
  }
  .pc-only {
    display: none;
  }
}

/* アイコン共通 */
.dcrp-realdx-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.dcrp-realdx-icon-lg {
  width: 32px;
  height: 32px;
}

.dcrp-realdx-icon-xl {
  width: 48px;
  height: 48px;
}

/* セクション共通 */
.dcrp-realdx-section {
  padding: 120px 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.dcrp-realdx-section-alt {
  background: #fafafa;
}

.dcrp-realdx-section-dark {
  background: #0f172a;
  color: #fff;
}

.dcrp-realdx-h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 70px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.dcrp-realdx-h2-white {
  color: #fff;
}

.dcrp-realdx-h2-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.dcrp-realdx-h2-icon svg {
  width: 56px;
  height: 56px;
  padding: 12px;
  background: linear-gradient(135deg, #6366f1, #818cf8);
  border-radius: 16px;
  color: #fff;
}

@media (max-width: 768px) {
  .dcrp-realdx-h2-icon {
    margin-bottom: 16px;
  }
  .dcrp-realdx-h2-icon svg {
    width: 44px;
    height: 44px;
    padding: 10px;
    border-radius: 12px;
  }
}

.dcrp-realdx-h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
  .dcrp-realdx-section {
    padding: 60px 20px;
  }
  .dcrp-realdx-h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .dcrp-realdx-header {
    padding: 16px 20px;
  }
  .dcrp-realdx-header-logo {
    height: 28px;
  }
  .dcrp-realdx-header-service {
    font-size: 13px;
  }
}

/* ヘッダーブランディング */
.dcrp-realdx-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 24px 40px;
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 10;
}

.dcrp-realdx-header-logo {
  height: 36px;
  width: auto;
}

.dcrp-realdx-header-service {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
}

/* サービス名（FV内） */
.dcrp-realdx-service-name {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #10b981;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  padding: 8px 20px;
  border: 2px solid #10b981;
  border-radius: 8px;
}

/* ファーストビュー */
.dcrp-realdx-fv {
  background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%),
              url('../images/hero-bg.jpg') center/cover no-repeat;
  color: #fff;
  padding: 140px 24px 100px;
  text-align: center;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dcrp-realdx-fv-inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.dcrp-realdx-fv h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 36px;
  letter-spacing: -0.03em;
  color: #fff;
}

.dcrp-realdx-fv h1 span {
  display: inline;
  background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (max-width: 768px) {
  .dcrp-realdx-fv h1 {
    font-size: 28px;
    line-height: 1.5;
  }
  .dcrp-realdx-fv {
    padding: 100px 20px 60px;
    min-height: auto;
  }
  .dcrp-realdx-service-name {
    font-size: 14px;
    padding: 6px 16px;
    margin-bottom: 16px;
  }
}

.dcrp-realdx-fv-sub {
  font-size: 22px;
  line-height: 1.9;
  margin-bottom: 44px;
  opacity: 0.95;
}

.dcrp-realdx-fv-sub strong {
  color: #10b981;
}

.dcrp-realdx-fv-notes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin-bottom: 50px;
  font-size: 16px;
}

.dcrp-realdx-fv-notes span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dcrp-realdx-fv-notes svg {
  width: 22px;
  height: 22px;
  color: #10b981;
}

@media (max-width: 768px) {
  .dcrp-realdx-fv-sub {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 32px;
  }
  .dcrp-realdx-fv-sub br {
    display: none;
  }
  .dcrp-realdx-fv-notes {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 36px;
  }
  .dcrp-realdx-fv-notes span {
    font-size: 14px;
  }
}

/* CTAボタン */
.dcrp-realdx-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #10b981;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 22px 48px;
  border-radius: 60px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(16, 185, 129, 0.4);
}

.dcrp-realdx-cta-btn:hover {
  background: #059669;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.5);
}

.dcrp-realdx-cta-btn svg {
  width: 22px;
  height: 22px;
}

.dcrp-realdx-cta-btn-white {
  background: #fff;
  color: #0f172a;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.3);
}

.dcrp-realdx-cta-btn-white:hover {
  background: #f1f5f9;
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.4);
}

@media (max-width: 768px) {
  .dcrp-realdx-cta-btn {
    font-size: 16px;
    padding: 18px 36px;
  }
}

/* ターゲットセクション */
.dcrp-realdx-target-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .dcrp-realdx-target-visual {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.dcrp-realdx-target-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.dcrp-realdx-target-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dcrp-realdx-target-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 0;
  font-size: 20px;
  border-bottom: 1px solid #e5e7eb;
}

.dcrp-realdx-target-list li:last-child {
  border-bottom: none;
}

.dcrp-realdx-target-list li svg {
  width: 28px;
  height: 28px;
  color: #10b981;
  flex-shrink: 0;
}

.dcrp-realdx-target-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #6366f1;
  padding: 36px 40px;
  background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
  border-radius: 20px;
  max-width: 1000px;
  margin: 60px auto 0;
}

.dcrp-realdx-target-cta svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .dcrp-realdx-target-list li {
    font-size: 16px;
    padding: 18px 0;
    gap: 14px;
  }
  .dcrp-realdx-target-list li svg {
    width: 24px;
    height: 24px;
  }
  .dcrp-realdx-target-cta {
    font-size: 17px;
    padding: 28px 24px;
    flex-direction: column;
    gap: 12px;
  }
  .dcrp-realdx-target-image img {
    height: 280px;
  }
}

/* 課題セクション */
.dcrp-realdx-problems {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .dcrp-realdx-problems {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
}

.dcrp-realdx-problem-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 32px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border: 1px solid #f1f5f9;
}

.dcrp-realdx-problem-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.dcrp-realdx-problem-icon svg {
  width: 28px;
  height: 28px;
  color: #dc2626;
}

.dcrp-realdx-problem-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0f172a;
}

.dcrp-realdx-problem-card ul {
  list-style: none;
  padding: 0;
}

.dcrp-realdx-problem-card li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 17px;
  color: #64748b;
  margin-bottom: 12px;
}

.dcrp-realdx-problem-card li:last-child {
  margin-bottom: 0;
}

.dcrp-realdx-problem-card li svg {
  width: 20px;
  height: 20px;
  color: #ef4444;
  flex-shrink: 0;
  margin-top: 3px;
}

/* 解決策セクション */
.dcrp-realdx-solution-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 70px;
}

@media (max-width: 900px) {
  .dcrp-realdx-solution-visual {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.dcrp-realdx-solution-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
}

.dcrp-realdx-solution-steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.dcrp-realdx-solution-step {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.dcrp-realdx-solution-step span {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  flex-shrink: 0;
}

.dcrp-realdx-services-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  margin-bottom: 36px;
}

.dcrp-realdx-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}

.dcrp-realdx-service-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.1);
  padding: 16px 28px;
  border-radius: 50px;
  font-size: 17px;
  color: #fff;
}

.dcrp-realdx-service-item svg {
  width: 20px;
  height: 20px;
  color: #10b981;
}

@media (max-width: 768px) {
  .dcrp-realdx-solution-step {
    font-size: 18px;
    gap: 16px;
  }
  .dcrp-realdx-solution-step span {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .dcrp-realdx-services-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .dcrp-realdx-service-item {
    font-size: 14px;
    padding: 12px 20px;
  }
  .dcrp-realdx-solution-image img {
    height: 220px;
  }
}

/* 強みセクション */
.dcrp-realdx-strengths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .dcrp-realdx-strengths {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
}

.dcrp-realdx-strength-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 32px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border: 1px solid #f1f5f9;
  position: relative;
}

.dcrp-realdx-strength-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #6366f1, #818cf8);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 20px;
}

.dcrp-realdx-strength-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.dcrp-realdx-strength-icon svg {
  width: 32px;
  height: 32px;
  color: #6366f1;
}

.dcrp-realdx-strength-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #0f172a;
}

.dcrp-realdx-strength-card p {
  font-size: 16px;
  color: #64748b;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .dcrp-realdx-strength-card {
    padding: 32px 24px;
  }
  .dcrp-realdx-strength-card h3 {
    font-size: 20px;
  }
  .dcrp-realdx-strength-card p {
    font-size: 14px;
  }
  .dcrp-realdx-problem-card {
    padding: 32px 24px;
  }
  .dcrp-realdx-problem-card h3 {
    font-size: 20px;
  }
  .dcrp-realdx-problem-card li {
    font-size: 14px;
  }
}

/* 料金セクション */
.dcrp-realdx-pricing-box {
  background: #fff;
  border-radius: 24px;
  padding: 50px;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  border: 1px solid #e2e8f0;
}

.dcrp-realdx-pricing-list {
  list-style: none;
  padding: 0;
  margin-bottom: 32px;
}

.dcrp-realdx-pricing-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #e5e7eb;
}

.dcrp-realdx-pricing-list li:last-child {
  border-bottom: none;
}

.dcrp-realdx-pricing-label {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 20px;
  font-weight: 500;
}

.dcrp-realdx-pricing-label svg {
  width: 24px;
  height: 24px;
  color: #6366f1;
}

.dcrp-realdx-pricing-value {
  font-size: 24px;
  font-weight: 700;
  color: #6366f1;
}

.dcrp-realdx-pricing-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  color: #64748b;
  background: #f8fafc;
  padding: 16px;
  border-radius: 12px;
}

.dcrp-realdx-pricing-note svg {
  width: 20px;
  height: 20px;
  color: #6366f1;
}

@media (max-width: 768px) {
  .dcrp-realdx-pricing-box {
    padding: 32px 24px;
  }
  .dcrp-realdx-pricing-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .dcrp-realdx-pricing-value {
    font-size: 20px;
  }
}

/* 最終CTA */
.dcrp-realdx-final-cta {
  background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 100%),
              url('../images/cta-bg.jpg') center/cover no-repeat;
  padding: 100px 24px;
  text-align: center;
}

.dcrp-realdx-final-cta-inner {
  max-width: 800px;
  margin: 0 auto;
}

.dcrp-realdx-final-cta h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 36px;
  line-height: 1.5;
}

.dcrp-realdx-final-cta-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  margin-bottom: 44px;
}

.dcrp-realdx-final-cta-features span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.9);
  font-size: 18px;
}

.dcrp-realdx-final-cta-features svg {
  width: 22px;
  height: 22px;
  color: #10b981;
}

@media (max-width: 768px) {
  .dcrp-realdx-final-cta {
    padding: 60px 20px;
  }
  .dcrp-realdx-final-cta h2 {
    font-size: 22px;
    margin-bottom: 28px;
  }
  .dcrp-realdx-final-cta-features {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
  }
  .dcrp-realdx-final-cta-features span {
    font-size: 14px;
  }
}

/* フォームセクション */
.dcrp-realdx-form-section {
  background: #f8fafc;
  padding: 100px 24px;
}

.dcrp-realdx-form-container {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  padding: 50px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.dcrp-realdx-form-header {
  text-align: center;
  margin-bottom: 40px;
}

.dcrp-realdx-form-header h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}

.dcrp-realdx-form-header p {
  color: #64748b;
  font-size: 17px;
}

.dcrp-realdx-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 600px) {
  .dcrp-realdx-form-row {
    grid-template-columns: 1fr;
  }
}

.dcrp-realdx-form-group {
  margin-bottom: 24px;
}

.dcrp-realdx-form-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #0f172a;
}

.dcrp-realdx-required {
  color: #ef4444;
  margin-left: 4px;
}

.dcrp-realdx-form-input,
.dcrp-realdx-form-select,
.dcrp-realdx-form-textarea {
  width: 100%;
  padding: 14px 18px;
  font-size: 17px;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  transition: border-color 0.2s ease;
  font-family: inherit;
}

.dcrp-realdx-form-input:focus,
.dcrp-realdx-form-select:focus,
.dcrp-realdx-form-textarea:focus {
  outline: none;
  border-color: #6366f1;
}

.dcrp-realdx-form-textarea {
  min-height: 160px;
  resize: vertical;
}

.dcrp-realdx-form-submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #6366f1, #818cf8);
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  padding: 18px 32px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dcrp-realdx-form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(99, 102, 241, 0.4);
}

.dcrp-realdx-form-submit svg {
  width: 22px;
  height: 22px;
}

.dcrp-realdx-form-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  font-size: 14px;
  color: #64748b;
}

.dcrp-realdx-form-note svg {
  width: 18px;
  height: 18px;
  color: #10b981;
}

@media (max-width: 768px) {
  .dcrp-realdx-form-section {
    padding: 60px 16px;
  }
  .dcrp-realdx-form-container {
    padding: 28px 20px;
    border-radius: 16px;
  }
  .dcrp-realdx-form-header h2 {
    font-size: 22px;
  }
  .dcrp-realdx-form-header p {
    font-size: 14px;
  }
  .dcrp-realdx-form-input,
  .dcrp-realdx-form-select,
  .dcrp-realdx-form-textarea {
    font-size: 16px;
    padding: 12px 14px;
  }
  .dcrp-realdx-form-submit {
    font-size: 16px;
    padding: 16px 24px;
  }
}

/* フッターメッセージ */
.dcrp-realdx-footer-message {
  background: #0f172a;
  color: #fff;
  text-align: center;
  padding: 80px 24px;
}

.dcrp-realdx-footer-message-icon {
  margin-bottom: 24px;
}

.dcrp-realdx-footer-message-icon svg {
  width: 48px;
  height: 48px;
  color: #6366f1;
}

.dcrp-realdx-footer-message p {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.8;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .dcrp-realdx-footer-message {
    padding: 50px 20px;
  }
  .dcrp-realdx-footer-message p {
    font-size: 18px;
  }
  .dcrp-realdx-footer-message p br {
    display: none;
  }
}

/* プロフィールセクション */
.dcrp-realdx-profile-section {
  background: #fff;
  padding: 60px 24px;
  text-align: center;
}

.dcrp-realdx-profile-box {
  max-width: 400px;
  margin: 0 auto;
}

.dcrp-realdx-footer-logo {
  height: 44px;
  width: auto;
  margin-bottom: 20px;
}

.dcrp-realdx-profile-service {
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 12px;
}

.dcrp-realdx-profile-company {
  font-size: 14px;
  color: #94a3b8;
}

.dcrp-realdx-profile-company a {
  color: #6366f1;
  text-decoration: underline;
}

.dcrp-realdx-profile-company a:hover {
  color: #4f46e5;
}

/* フォーム送信メッセージ */
.dcrp-realdx-form-message {
  padding: 16px 20px;
  border-radius: 12px;
  margin-top: 20px;
  font-size: 15px;
  text-align: center;
}

.dcrp-realdx-form-message-error {
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
}

.dcrp-realdx-form-message-success {
  background: #f0fdf4;
  color: #16a34a;
  border: 1px solid #bbf7d0;
}

/* フォーム送信完了 */
.dcrp-realdx-form-success {
  text-align: center;
  padding: 60px 20px;
}

.dcrp-realdx-form-success-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
}

.dcrp-realdx-form-success-icon svg {
  width: 40px;
  height: 40px;
  color: #fff;
}

.dcrp-realdx-form-success h3 {
  font-size: 26px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
}

.dcrp-realdx-form-success p {
  font-size: 16px;
  color: #64748b;
  line-height: 1.8;
  margin-bottom: 12px;
}

.dcrp-realdx-form-success-note {
  font-size: 14px;
  color: #94a3b8;
}

/* 送信中スピナー */
.dcrp-realdx-spinner {
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* ボタン無効状態 */
.dcrp-realdx-form-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

/* ========================================
   アニメーション
   ======================================== */

/* フェードインアニメーション */
.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 遅延バリエーション */
.fade-in-delay-1 { transition-delay: 0.1s; }
.fade-in-delay-2 { transition-delay: 0.2s; }
.fade-in-delay-3 { transition-delay: 0.3s; }

/* CTAボタンパルスアニメーション */
@keyframes pulse {
  0% {
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.4);
  }
  50% {
    box-shadow: 0 4px 40px rgba(16, 185, 129, 0.8), 0 0 0 10px rgba(16, 185, 129, 0.1);
  }
  100% {
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.4);
  }
}

.dcrp-realdx-cta-btn.pulse {
  animation: pulse 1s ease;
}

.dcrp-realdx-cta-btn-white.pulse {
  animation: pulse-white 1s ease;
}

@keyframes pulse-white {
  0% {
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.3);
  }
  50% {
    box-shadow: 0 4px 40px rgba(255, 255, 255, 0.6), 0 0 0 10px rgba(255, 255, 255, 0.15);
  }
  100% {
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.3);
  }
}

/* スタガーアニメーション（カード順次表示） */
.stagger-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.stagger-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ホバーエフェクト強化 */
.dcrp-realdx-problem-card,
.dcrp-realdx-strength-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dcrp-realdx-problem-card:hover,
.dcrp-realdx-strength-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

/* サービスアイテムホバー */
.dcrp-realdx-service-item {
  transition: background 0.3s ease, transform 0.3s ease;
}

.dcrp-realdx-service-item:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-2px);
}

/* ターゲットリストアイテムホバー */
.dcrp-realdx-target-list li {
  transition: background 0.3s ease, padding-left 0.3s ease;
}

.dcrp-realdx-target-list li:hover {
  background: rgba(16, 185, 129, 0.05);
  padding-left: 10px;
}

/* ソリューションステップホバー */
.dcrp-realdx-solution-step {
  transition: transform 0.3s ease;
}

.dcrp-realdx-solution-step:hover {
  transform: translateX(8px);
}

/* 数字カウントアップ用 */
.count-number {
  display: inline-block;
  min-width: 2ch;
}

/* ハイライトテキストアニメーション */
.highlight-text {
  position: relative;
  display: inline;
}

.highlight-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 30%;
  background: rgba(16, 185, 129, 0.3);
  z-index: -1;
  transition: width 0.6s ease;
}

.highlight-active::after {
  width: 100%;
}

/* FVアニメーション（全体が一気に下からフェードイン） */
.dcrp-realdx-fv-inner {
  animation: fadeInUp 1s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ヘッダーアニメーション */
.dcrp-realdx-header {
  animation: fadeInDown 0.8s ease forwards;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* FVは一括表示（遅延なし） */
.dcrp-realdx-fv-notes span {
  opacity: 1;
}

.dcrp-realdx-fv .dcrp-realdx-cta-btn {
  opacity: 1;
}

/* アイコンスケールアニメーション */
.dcrp-realdx-h2-icon svg {
  transition: transform 0.3s ease;
}

.dcrp-realdx-h2-icon:hover svg {
  transform: scale(1.1);
}

/* プライシングボックスホバー */
.dcrp-realdx-pricing-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dcrp-realdx-pricing-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

/* フォームフォーカスアニメーション */
.dcrp-realdx-form-input,
.dcrp-realdx-form-select,
.dcrp-realdx-form-textarea {
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.dcrp-realdx-form-input:focus,
.dcrp-realdx-form-select:focus,
.dcrp-realdx-form-textarea:focus {
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
}

/* フォーム成功アイコンアニメーション */
.dcrp-realdx-form-success-icon {
  animation: successPop 0.6s ease;
}

@keyframes successPop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* パララックス背景用 */
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* モバイルではパララックス無効（パフォーマンス対策） */
@media (max-width: 768px) {
  .parallax-bg {
    background-attachment: scroll;
  }

  /* モバイルではホバーエフェクトを軽減 */
  .dcrp-realdx-problem-card:hover,
  .dcrp-realdx-strength-card:hover {
    transform: none;
  }
}

/* プリファーズリデュースモーション対応 */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .fade-in {
    opacity: 1;
    transform: none;
  }

  .stagger-item {
    opacity: 1;
    transform: none;
  }
}
