/* ============================================================
   soukyu.com「お客様の声」試作 v1
   現行ページ（soukyu.com/koe/）の本文をそのまま使用し、
   v5デザイン（製図グリッド＋朱の記号ルール）を適用。
   ============================================================ */

body {
  font-family: 'Noto Serif JP', serif;
  background: var(--bg);
  color: var(--sumi);
  overflow-x: hidden;
}
/* ---------- 製図グリッド（v5共通） ---------- */

.soukyu-page {
  max-width: 880px;
  margin: 0 auto;
  padding: 56px clamp(24px, 5vw, 72px) 90px;
}
/* ---------- ヘッダー（共通） ---------- */

/* ---------- フッター（共通） ---------- */

.footer-sub a:hover { color: #fff; }

.sec-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: var(--shu);
  margin-bottom: 14px;
}
.sec-label::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--shu);
  margin-right: 10px;
  vertical-align: middle;
}
h1 {
  font-size: clamp(34px, 4.4vw, 48px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 22px;
}
.page-lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(16px, 1.35vw, 17.5px);
  line-height: 2.1;
  color: var(--ink-body);
  margin-bottom: 56px;
}

/* ---- お客様の声カード ---- */
.voice-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 64px;
}
.voice-card {
  background: #fff;
  border: 1px solid #e7e2d6;
  border-radius: 14px;
  padding: 36px clamp(24px, 4vw, 44px);
  box-shadow: 0 12px 30px rgba(31, 31, 31, 0.08);
}
.voice-work {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #8a8378;
  margin-bottom: 12px;
}
.voice-quote {
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.05em;
  margin-bottom: 22px;
}
.voice-quote::before {
  content: "\201C";
  color: var(--shu);
  font-family: 'Noto Serif JP', serif;
  margin-right: 2px;
}
.voice-quote::after {
  content: "\201D";
  color: var(--shu);
  font-family: 'Noto Serif JP', serif;
  margin-left: 2px;
}
.voice-image-placeholder {
  display: grid;
  place-content: center;
  aspect-ratio: 4 / 3;
  margin-bottom: 24px;
  border: 1px dashed #c9c4ba;
  border-radius: 10px;
  background: var(--cream);
  color: #8a8378;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}
.voice-image-placeholder span {
  display: block;
  margin-bottom: 6px;
  color: var(--sumi);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.voice-image {
  display: block;
  margin: 0 0 24px;
}
.voice-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.voice-body p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(16px, 1.35vw, 17.5px);
  line-height: 2.1;
  color: var(--ink-body);
  margin-bottom: 16px;
}
.voice-body p:last-child { margin-bottom: 0; }
.voice-who {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--hairline);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--sumi);
  text-align: right;
}
.voice-who .role {
  font-weight: 500;
  color: #8a8378;
  margin-left: 8px;
}

/* ---- 高田より（作り手からの返信） ---- */
.voice-reply {
  margin-top: 20px;
  background: var(--cream);
  border-radius: 12px;
  padding: 22px clamp(20px, 3vw, 28px);
}
.voice-reply-label {
  font-family: 'Noto Serif JP', serif;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--shu);
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.voice-reply p:not(.voice-reply-label) {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(16px, 1.35vw, 17.5px);
  line-height: 2.05;
  color: var(--ink-body);
  margin-bottom: 16px;
}
.voice-reply p:last-child { margin-bottom: 0; }

.voice-link {
  margin-top: 18px;
  text-align: right;
}
.voice-link a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--shu);
  text-decoration: none;
}
.voice-link a:hover {
  text-decoration: underline;
}

/* ---- CTA（common.cssの.cta/.btn-line/.btn-formを流用） ---- */
.cta-block {
  text-align: center;
  background: var(--cream);
  border-radius: 18px;
  padding: 44px 24px;
}
.cta-block p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(16px, 1.35vw, 17px);
  line-height: 2;
  color: var(--ink-body);
  margin-bottom: 24px;
}

@media (max-width: 700px) {
  .soukyu-page { padding: 36px 20px 64px; }
  .voice-card { padding: 28px 22px; }
}
