/* =====================================================
   costcut02 — Dark Theme LP
   ===================================================== */

.cc2 * { box-sizing: border-box; }

.cc2 {
  background-color: #0a0a0a;
  color: #f0f0f0;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  line-height: 1.8;
}

body { background-color: #0a0a0a !important; }

.cc2-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---- ボタン ---- */
.cc2-btn {
  display: inline-block;
  background: #c9a227;
  color: #0a0a0a;
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 40px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}
.cc2-btn:hover { background: #e6c040; }

.cc2-btn--outline {
  background: transparent;
  border: 2px solid #c9a227;
  color: #c9a227;
}
.cc2-btn--outline:hover { background: #c9a227; color: #0a0a0a; }

/* =====================================================
   FV
   ===================================================== */
.cc2-fv {
  position: relative;
  background: #0a0a0a url(../img/cost/mv-bg.webp) no-repeat center center / cover;
  min-height: 580px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.cc2-fv__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.cc2-fv__inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 24px;
  display: flex;
  align-items: center;
  gap: 60px;
  width: 100%;
}

.cc2-fv__content { flex: 1; }

.cc2-fv__eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: #c9a227;
  border-bottom: 1px solid rgba(201,162,39,0.4);
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.cc2-fv__heading {
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.35;
  color: #ffffff;
  margin-bottom: 16px;
}

.cc2-fv__heading em {
  font-style: normal;
  color: #c9a227;
}

.cc2-fv__sub {
  font-size: 0.95rem;
  color: #999;
  margin-bottom: 36px;
  line-height: 1.9;
}

.cc2-fv__stats {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 20px 0;
}

.cc2-fv__stats li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cc2-fv__stats li strong {
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  font-weight: 900;
  color: #c9a227;
  line-height: 1;
}

.cc2-fv__stats li strong span { font-size: 0.65em; font-weight: 400; }

.cc2-fv__stats li > span {
  font-size: 0.7rem;
  color: #666;
  letter-spacing: 0.05em;
}

.cc2-fv__cta-note {
  font-size: 0.75rem;
  color: #666;
  margin-top: 10px;
}

.cc2-fv__img {
  flex-shrink: 0;
  width: 320px;
}

.cc2-fv__img img { width: 100%; height: auto; }

/* =====================================================
   Problem
   ===================================================== */
.cc2-problem {
  padding: 100px 0;
  background: #0a0a0a;
}

.cc2-problem__heading {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 48px;
}

.cc2-problem__layout {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.cc2-problem__list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cc2-problem__list li {
  padding: 16px 20px;
  background: #111;
  border-left: 3px solid #2a2a2a;
  font-size: 0.95rem;
  color: #bbb;
  line-height: 1.7;
}

.cc2-problem__list li strong { color: #fff; }

.cc2-problem__img {
  width: 360px;
  flex-shrink: 0;
}

.cc2-problem__img img {
  width: 100%;
  height: auto;
  border-radius: 2px;
  filter: brightness(0.65);
}

.cc2-problem__resolve {
  margin-top: 48px;
  padding: 28px 32px;
  background: #111;
  border-left: 4px solid #c9a227;
  font-size: 1rem;
  color: #ccc;
  line-height: 1.9;
}

/* =====================================================
   Why
   ===================================================== */
.cc2-why {
  padding: 100px 0;
  background: #0e0e0e;
}

.cc2-why__heading {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 56px;
}

.cc2-why__grid {
  display: flex;
  gap: 1px;
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
}

.cc2-why__card {
  flex: 1;
  background: #111;
  padding: 0 0 32px;
  display: flex;
  flex-direction: column;
}

.cc2-why__card-img {
  background: #0a0a0a;
  padding: 28px 32px;
  text-align: center;
  margin-bottom: 28px;
}

.cc2-why__card-img img {
  width: 100%;
  max-width: 180px;
  height: auto;
  filter: grayscale(1) brightness(1.4);
}

.cc2-why__card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 12px;
  padding: 0 28px;
}

.cc2-why__card p {
  font-size: 0.87rem;
  color: #888;
  line-height: 1.85;
  padding: 0 28px;
  margin: 0;
  flex: 1;
}

/* =====================================================
   Mid CTA Band
   ===================================================== */
.cc2-cta-band {
  background: #111;
  border-top: 1px solid #c9a227;
  border-bottom: 1px solid #c9a227;
  padding: 48px 0;
}

.cc2-cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.cc2-cta-band p {
  font-size: 1rem;
  color: #aaa;
  line-height: 1.8;
  margin: 0;
}

.cc2-cta-band strong { color: #fff; }

/* =====================================================
   How We Work
   ===================================================== */
.cc2-how {
  padding: 100px 0;
  background: #0a0a0a;
}

.cc2-how__heading {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 72px;
}

.cc2-how__item {
  display: flex;
  gap: 64px;
  align-items: center;
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #1a1a1a;
}

.cc2-how__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.cc2-how__item--rev { flex-direction: row-reverse; }

.cc2-how__img {
  width: 460px;
  flex-shrink: 0;
}

.cc2-how__img img {
  width: 100%;
  height: auto;
  border-radius: 2px;
  display: block;
}

.cc2-how__body { flex: 1; }

.cc2-how__body h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1e1e1e;
}

.cc2-how__body p {
  font-size: 0.92rem;
  color: #999;
  line-height: 1.95;
  margin: 0;
}

/* =====================================================
   Cases
   ===================================================== */
.cc2-cases {
  padding: 100px 0;
  background: #0e0e0e;
}

.cc2-cases__heading {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 56px;
}

.cc2-case {
  background: #111;
  border: 1px solid #1e1e1e;
  padding: 40px;
  margin-bottom: 32px;
}

.cc2-case:last-child { margin-bottom: 0; }

.cc2-case__head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.cc2-case__tag {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #c9a227;
  border: 1px solid rgba(201,162,39,0.5);
  padding: 4px 14px;
}

.cc2-case__total { font-size: 0.92rem; color: #aaa; }
.cc2-case__total strong { color: #c9a227; }

.cc2-case__flow {
  display: flex;
  gap: 12px;
  align-items: stretch;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.cc2-case__box {
  flex: 1;
  min-width: 200px;
  padding: 20px 24px;
  background: #0e0e0e;
}

.cc2-case__box--before { border-top: 2px solid #333; }
.cc2-case__box--after  { border-top: 2px solid #c9a227; }

.cc2-case__box-title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #555;
  margin-bottom: 12px;
}

.cc2-case__box--after .cc2-case__box-title { color: #c9a227; }

.cc2-case__box ul { padding-left: 1.2em; margin: 0; }
.cc2-case__box li { font-size: 0.87rem; color: #bbb; line-height: 1.7; margin-bottom: 6px; }

.cc2-case__arr {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.cc2-case__nums {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #0a0a0a;
  padding: 20px 28px;
  flex-wrap: wrap;
}

.cc2-case__num-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.cc2-case__num-item span { font-size: 0.72rem; color: #555; }
.cc2-case__num-item strong { font-size: 1.1rem; font-weight: 700; color: #ddd; }

.cc2-case__num-item--hl { background: #c9a227; padding: 10px 20px; }
.cc2-case__num-item--hl span { color: rgba(0,0,0,0.55); }
.cc2-case__num-item--hl strong { color: #0a0a0a; font-size: 1.2rem; }

.cc2-case__sym { color: #333; font-size: 1.1rem; }

/* =====================================================
   Voices
   ===================================================== */
.cc2-voices {
  padding: 100px 0 0;
  background: #0a0a0a;
}

.cc2-voices__heading {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 48px;
}

.cc2-voices__slider { position: relative; padding-bottom: 60px; }

.cc2-voices__slider .p-lp-voice__post {
  background: #111 !important;
  border: 1px solid #1e1e1e;
}

.cc2-voices__slider .p-lp-voice__badge {
  background: #c9a227 !important;
  color: #0a0a0a !important;
  font-weight: 700;
}

.cc2-voices__slider .p-lp-voice__body { background: #111 !important; padding: 24px !important; }
.cc2-voices__slider .p-lp-voice__heading { color: #fff !important; font-size: 0.95rem; margin-bottom: 10px; }
.cc2-voices__slider .p-lp-voice__text { color: #888 !important; font-size: 0.87rem; line-height: 1.85; }
.cc2-voices__slider .swiper-button-prev,
.cc2-voices__slider .swiper-button-next { filter: invert(1) !important; }

/* =====================================================
   Consultant
   ===================================================== */
.cc2-consultant {
  padding: 100px 0;
  background: #0e0e0e;
}

.cc2-consultant__heading {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 56px;
}

.cc2-consultant__layout {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.cc2-consultant__img { width: 260px; flex-shrink: 0; }
.cc2-consultant__img img { width: 100%; height: auto; border-radius: 2px; }

.cc2-consultant__name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}

.cc2-consultant__name span {
  font-size: 0.78rem;
  color: #666;
  font-weight: 400;
  margin-left: 8px;
}

.cc2-consultant__bio {
  font-size: 0.9rem;
  color: #888;
  line-height: 1.95;
  margin-bottom: 28px;
  border-bottom: 1px solid #1e1e1e;
  padding-bottom: 28px;
}

.cc2-consultant__message {
  font-size: 0.95rem;
  color: #c9a227;
  line-height: 1.85;
  margin: 0;
  font-style: italic;
}

/* =====================================================
   Pricing
   ===================================================== */
.cc2-pricing {
  padding: 100px 0;
  background: #0a0a0a;
}

.cc2-pricing__heading {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 48px;
}

.cc2-pricing__box {
  max-width: 600px;
  margin: 0 auto;
  background: #111;
  border: 1px solid #1e1e1e;
  padding: 48px 40px;
  text-align: center;
}

.cc2-pricing__badge {
  display: inline-block;
  background: #c9a227;
  color: #0a0a0a;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 5px 18px;
  margin-bottom: 24px;
}

.cc2-pricing__type {
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 8px;
}

.cc2-pricing__desc {
  font-size: 0.88rem;
  color: #777;
  line-height: 1.8;
  margin-bottom: 32px;
}

.cc2-pricing__list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  text-align: left;
}

.cc2-pricing__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #1a1a1a;
  font-size: 0.88rem;
}

.cc2-pricing__list li span { color: #777; }
.cc2-pricing__list li strong { color: #c9a227; font-size: 1rem; }

.cc2-pricing__note { font-size: 0.75rem; color: #444; margin: 0; }

/* =====================================================
   Process
   ===================================================== */
.cc2-process {
  padding: 100px 0;
  background: #0e0e0e;
}

.cc2-process__heading {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 56px;
}

.cc2-process__steps {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cc2-process__step {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  padding: 28px 0;
  border-bottom: 1px solid #1a1a1a;
}

.cc2-process__step:last-child { border-bottom: none; }

.cc2-process__num {
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 900;
  color: #2a2a2a;
  line-height: 1;
  padding-top: 4px;
  width: 48px;
}

.cc2-process__body h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.5;
}

.cc2-process__body p {
  font-size: 0.88rem;
  color: #888;
  line-height: 1.85;
  margin: 0;
}

/* =====================================================
   FAQ
   ===================================================== */
.cc2-faq {
  padding: 100px 0;
  background: #0a0a0a;
}

.cc2-faq__heading {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 48px;
}

.cc2-faq__list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 800px;
}

.cc2-faq__item {
  border-bottom: 1px solid #1a1a1a;
}

.cc2-faq__q,
.cc2-faq__a {
  display: flex;
  gap: 16px;
  padding: 20px 0;
  font-size: 0.92rem;
  line-height: 1.75;
  align-items: flex-start;
}

.cc2-faq__q { color: #fff; font-weight: 600; }
.cc2-faq__a { color: #888; }

.cc2-faq__q span {
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: #c9a227;
  padding-top: 3px;
  width: 20px;
}

.cc2-faq__a span {
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: #555;
  padding-top: 3px;
  width: 20px;
}

/* =====================================================
   Final CTA / Form
   ===================================================== */
.cc2-final-cta {
  padding: 100px 0 120px;
  background: #0e0e0e;
  border-top: 1px solid #1e1e1e;
}

.cc2-final-cta__heading {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 16px;
}

.cc2-final-cta__text {
  font-size: 0.9rem;
  color: #777;
  line-height: 1.9;
  margin-bottom: 48px;
}

.cc2-final-cta input,
.cc2-final-cta select,
.cc2-final-cta textarea {
  background: #141414 !important;
  border: 1px solid #2a2a2a !important;
  color: #f0f0f0 !important;
}

.cc2-final-cta input::placeholder,
.cc2-final-cta textarea::placeholder { color: #444 !important; }

.cc2-final-cta .mwform-submit-field input[type="submit"],
.cc2-final-cta button[type="submit"] {
  background: #c9a227 !important;
  color: #0a0a0a !important;
  font-weight: 700 !important;
  border: none !important;
  padding: 16px 48px !important;
  font-size: 1rem !important;
  cursor: pointer !important;
}

/* =====================================================
   Responsive
   ===================================================== */
@media (max-width: 900px) {
  .cc2-fv__inner { flex-direction: column; padding: 60px 24px; gap: 40px; }
  .cc2-fv__img { width: 100%; max-width: 280px; }
  .cc2-why__grid { flex-direction: column; gap: 1px; }
  .cc2-problem__layout { flex-direction: column; }
  .cc2-problem__img { width: 100%; }
  .cc2-how__item,
  .cc2-how__item--rev { flex-direction: column; }
  .cc2-how__img { width: 100%; }
  .cc2-consultant__layout { flex-direction: column; }
  .cc2-consultant__img { width: 180px; }
  .cc2-cta-band__inner { justify-content: center; text-align: center; }
  .cc2-case__flow { flex-direction: column; }
  .cc2-case__arr { transform: rotate(90deg); align-self: center; }
  .cc2-case__nums { justify-content: center; }
}

@media (max-width: 600px) {
  .cc2-problem,
  .cc2-why,
  .cc2-how,
  .cc2-cases,
  .cc2-voices,
  .cc2-consultant,
  .cc2-pricing,
  .cc2-process,
  .cc2-faq,
  .cc2-final-cta { padding: 64px 0; }
  .cc2-case { padding: 24px 20px; }
  .cc2-pricing__box { padding: 32px 20px; }
  .cc2-fv__stats { gap: 24px; }
  .cc2-how__item { margin-bottom: 56px; padding-bottom: 56px; }
}
