.page-template-page-usp .voice-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  margin-bottom: 0 !important;
}
/* ========================================
   USP Page Specific Styles
   Scope: body.page-template-page-usp
======================================== */

/* ========================================
   USP Section
======================================== */
.page-template-page-usp .usp-section {
  margin: 0 auto 120px;
}

/* .usp-contentを縦に並べるための設定 */
.page-template-page-usp .usp-section .container {
  display: flex;
  flex-direction: column;
  gap: 40px; /* 各usp-content間の余白 */
}

/* ========================================
   Route Section
======================================== */
.page-template-page-usp .route-section {
  margin: 0 auto 120px;
}

/* 「仕入れルートの特徴」セクション内のh3スタイル上書き */
.page-template-page-usp .route-section .usp-outline h3 {
  font-size: 24px;
  font-weight: 600; /* Semibold */
  text-align: center;
  padding-left: 0; /* 装飾用の余白をリセット */
  margin-bottom: 20px;
}

/* h3の共通スタイルで設定されている可能性のある装飾（::before）を無効化 */
.page-template-page-usp .route-section .usp-outline h3::before {
  display: none;
}

/* h3直下のpタグを中央揃え */
.page-template-page-usp .route-section .usp-outline h3 + p {
  text-align: center;
}

/* route-compare-image のマージン設定 */
.page-template-page-usp .route-section .usp-outline .route-compare-image {
  margin-top: 40px;
}

/* 2つ目の画像とキャプションのラッパー */
.page-template-page-usp .route-section .usp-outline .route-image-wrapper {
  position: relative;
  display: inline-block; /* 画像の幅に合わせる */
  width: 100%; /* 親要素に合わせる */
}

/* 画像右下のキャプション */
.page-template-page-usp .route-section .usp-outline .route-image-caption {
  text-align: right;
  font-size: 13px;
  color: #555;
  margin-top: 8px;
}

.page-template-page-usp .usp-content {
  position: relative; /* 疑似要素を配置するため */
  width: 100%;
  max-width: 1200px;
  height: 360px;
  margin: 0 auto; /* 中央揃え */
  background: linear-gradient(to top right, #0eb654, #107540);
  border-radius: 40px;
  /* 既存のスタイルを一旦リセット */
  padding: 0;
  box-shadow: none;
}

/* usp-content内の縦線 */
.page-template-page-usp .usp-content::before {
  content: '';
  position: absolute;
  left: 120px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

/* usp-content内の見出し */
.page-template-page-usp .usp-content-heading {
  position: absolute;
  top: 40px;
  left: 0;
  width: 120px; /* 縦線の左側のエリア */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px; /* 番号とテキストの間隔 */
  color: #fff;
}

/* 見出しの番号「01」 */
.page-template-page-usp .usp-heading-number {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

/* 見出しの縦書きテキスト「低コスト」 */
.page-template-page-usp .usp-heading-text {
  font-size: 18px;
  font-weight: bold;
  writing-mode: vertical-rl; /* テキストを縦書きにする */
  letter-spacing: 0.1em; /* 文字間を少し広げる */
}

/* usp-content内のテキストブロック */
.page-template-page-usp .usp-text-block {
  position: absolute;
  left: 160px; /* 縦線(120px)の右40px */
  top: 50%;
  transform: translateY(-50%);
  width: 420px;
  color: #fff; /* テキスト色を白に */
}

.page-template-page-usp .usp-text-block h3 {
  font-size: 24px;
  font-weight: 600; /* Semibold */
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
  /* 共通h3の装飾をリセット */
  padding-left: 0;
  text-align: left;
}

.page-template-page-usp .usp-text-block h3::before {
  display: none;
}

.page-template-page-usp .usp-text-block p {
  font-size: 14px;
  font-weight: 400; /* Regular */
  line-height: 1.8;
}

/* usp-content内の画像ブロック */
.page-template-page-usp .usp-image-block {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 540px;
  height: 320px;
  aspect-ratio: 540 / 320; /* W540 H320 の縦横比を維持 */
  background: rgba(255, 255, 255, 0.2); /* 仮の背景色 */
  border-radius: 20px; 
}

/* usp-image-block内の画像 */
.page-template-page-usp .usp-image-block .usp-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 縦横比を維持しつつ、要素を埋める */
  border-radius: 20px; 
  display: block; /* 余計な余白をなくす */
}


.page-template-page-usp .usp-content:first-of-type {
  margin-top: 0;
}

.page-template-page-usp .usp-header {
  margin-bottom: 60px;
}

.page-template-page-usp .section-heading {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 30px;
  text-align: left;
}

.page-template-page-usp .section-subtitle {
  font-size: 24px;
  font-weight: 600;
}

/* USP Category */
.page-template-page-usp .usp-category {
  margin-bottom: 80px;
}

/* h3 titles in usp rely on common subpages h3 styles */

/* Case block layout */
.page-template-page-usp .usp-case {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 80px;
}

.page-template-page-usp .usp-case:last-child {
  margin-bottom: 0;
}

.page-template-page-usp .usp-text {
  flex: 1;
}

.page-template-page-usp .usp-media {
  flex: 0 0 360px;
}

.page-template-page-usp .usp-image,
.page-template-page-usp .usp-image-placeholder {
  width: 360px;
  height: 240px;
  border-radius: 20px;
  object-fit: cover;
  display: block;
  background: #f0f0f0;
}

.page-template-page-usp .usp-text p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--text-dark);
}

.page-template-page-usp .usp-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-template-page-usp .usp-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-template-page-usp .usp-image {
  width: 100%;
  aspect-ratio: 1;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #999;
  font-size: 16px;
}

.page-template-page-usp .usp-item-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.4;
}

.page-template-page-usp .usp-item-desc {
  font-size: 14px;
  color: var(--text-dark);
  line-height: 1.8;
}

/* ========================================
   USP Outline (from about.css)
======================================== */
.usp-outline {
  background: #fff;
  border-radius: 24px;
  padding: 80px 120px;
  margin-top: 60px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
}

.usp-outline-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.usp-outline-row {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.usp-outline-row dt {
  width: 130px;
  min-width: 130px;
  max-width: 130px;
  font-weight: bold;
  font-size: 18px;
  color: #222;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: left;
  margin: 0;
  flex-shrink: 0;
}

.usp-outline-row dd {
  flex: 1;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  line-height: 1.9;
  letter-spacing: 0.01em;
}

.usp-outline-representative {
  display: flex;
  gap: 32px;
}

.usp-rep-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.usp-rep-img {
  width: 240px;
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
  background: #f0f0f0;
}

.usp-rep-title {
  font-size: 0.95em;
  color: #666;
}

.usp-map-block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
  margin-top: 8px;
}

.usp-map-block > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.usp-map-block iframe {
  width: 480px;
  height: 360px;
  border-radius: 16px;
  border: none;
}

.usp-map-address {
  font-size: 1em;
  color: #222;
  line-height: 1.8;
  min-width: 180px;
  margin-top: 0;
}

.usp-map-block a {
  font-size: 0.97em;
  color: #222;
  text-decoration: underline;
  margin-top: 4px;
  display: inline-block;
}

/* ========================================
   Voice Section
======================================== */
.page-template-page-usp .voice-section {
  padding: 80px 0 120px;
  background: #FCFCFC;
  overflow-x: hidden;
}

.page-template-page-usp .voice-header {
  margin-bottom: 0 !important;
}

.page-template-page-usp .voice-section .section-title {
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 30px;
  line-height: 1.5;
}

.page-template-page-usp .voice-carousel {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 30px;
  box-sizing: border-box;
  width: 100%;
}

.page-template-page-usp .voice-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  outline: none;
}

.page-template-page-usp .voice-avatar {
  width: 60px;
  height: 60px;
  background: #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 12px;
}

.page-template-page-usp .voice-text {
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-dark);
  margin: 16px 0 0 0;
  /* align-self: flex-start; */
}


/* Slick Carousel Styles - Minimal overrides */
.page-template-page-usp .slick-slide {
  margin: 0 20px;
  min-width: 0;
}

.page-template-page-usp .slick-list {
  margin: 0 -20px;
  overflow: visible;
  padding: 16px 0;
}

.page-template-page-usp .slick-track {
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
}

.page-template-page-usp .slick-slide {
  display: flex;
  height: auto;
  box-sizing: border-box;
  min-width: 0;
}

.page-template-page-usp .slick-slide > div {
  display: flex;
  height: 100%;
  width: 100%;
  min-width: 0;
}

.page-template-page-usp .voice-item {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 260px;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .page-template-page-usp .slick-slide {
    margin: 0 12px;
  }

  .page-template-page-usp .slick-list {
    margin: 0 -12px;
  }
}

@media (max-width: 768px) {
  .page-template-page-usp .slick-slide {
    margin: 0 10px;
  }

  .page-template-page-usp .slick-list {
    margin: 0 -10px;
  }
}

.page-template-page-usp .slick-prev,
.page-template-page-usp .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px !important;
  height: 30px !important;
  z-index: 10 !important;
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
}

.page-template-page-usp .slick-prev { left: 8px; }
.page-template-page-usp .slick-next { right: 8px; }

.page-template-page-usp .slick-prev::before,
.page-template-page-usp .slick-next::before {
  display: none !important;
}

.page-template-page-usp .slick-prev.slick-disabled,
.page-template-page-usp .slick-next.slick-disabled {
  opacity: 1 !important;
  visibility: visible !important;
  cursor: pointer !important;
}

.page-template-page-usp .slick-prev:focus,
.page-template-page-usp .slick-next:focus,
.page-template-page-usp .slick-prev:active {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  outline: none;
  gap: 8px;
  background: var(--text-dark) !important;
  color: #fff !important;
  margin-bottom: 0 !important;
  display: flex;
  align-items: flex-start;
  min-width: 200px;
  max-width: 240px;
  flex-shrink: 0;
  cursor: pointer !important;
  font-size: 18px !important;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-dark);
  margin: 0;
  align-self: flex-start;
  flex: 1;
  margin: 0 !important;
  visibility: visible !important;
  .page-template-page-usp .voice-item {
    flex-direction: column;
    padding: 24px 32px;
    gap: 20px;
  }
  .page-template-page-usp .voice-header {
    min-width: 0;
    max-width: 100%;
    margin-bottom: 8px;
  }
  .page-template-page-usp .voice-text {
    margin: 0;
  }
.page-template-page-usp .carousel-btn:disabled:hover,
.page-template-page-usp .carousel-btn:focus,
  .page-template-page-usp .voice-item {
    flex-direction: column;
    padding: 20px 16px;
    gap: 16px;
  }
  .page-template-page-usp .voice-header {
    min-width: 0;
    max-width: 100%;
    margin-bottom: 8px;
  }
  .page-template-page-usp .voice-text {
    margin: 0;
  }
}

/*    Responsive Design */
/* ======================================== */

@media (min-width: 769px) {
  .page-template-page-usp .voice-avatar {
    width: 80px;
    height: 80px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 12px;
    flex-shrink: 0;
  }
}

/* タブレット: 769px～1024px */
@media (min-width: 769px) and (max-width: 1024px) {
    .usp-outline {
        padding: 60px 80px;
    }
}

@media (max-width: 1024px) {
}

/* タブレット横向きでのレイアウト調整 (1199px 以下) */
@media (max-width: 1199px) {
  .page-template-page-usp .usp-content {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 40px;
    height: auto;
  }

  .page-template-page-usp .usp-content::before {
    display: none; /* 縦線を非表示 */
  }

  .page-template-page-usp .usp-content-heading,
  .page-template-page-usp .usp-text-block,
  .page-template-page-usp .usp-image-block {
    position: static; /* 絶対配置を解除 */
    transform: none;
  }

  .page-template-page-usp .usp-content-heading {
    flex: 0 0 80px; /* 見出しの幅を固定 */
  }

  .page-template-page-usp .usp-text-block {
    flex: 1 1 40%; /* テキストブロックは可変幅 */
    min-width: 200px; /* 最小幅を指定 */
  }

  .page-template-page-usp .usp-image-block {
    flex: 1 1 50%; /* 画像ブロックは可変幅 */
    min-width: 240px; /* 最小幅を指定 */
  }
}

@media (max-width: 900px) {
  .usp-outline-row {
    flex-direction: column;
    gap: 8px;
  }

  .usp-outline-representative {
    flex-direction: column;
    gap: 16px;
  }

  .usp-rep-img {
    width: 100%;
    max-width: 220px;
    height: auto;
  }

  .usp-map-block {
    flex-direction: column;
    gap: 8px;
  }

  .usp-map-block iframe {
    width: 100%;
    min-width: 0;
    height: 180px;
  }
  .page-template-page-usp .section-heading {
    font-size: 28px;
    margin-bottom: 40px;
  }

  /* --- USP Content --- */
  .page-template-page-usp .usp-content {
    height: auto;
    min-height: 280px;
    display: flex; /* Flexboxレイアウトに変更 */
    flex-direction: column; /* 縦並び */
    align-items: center; /* 中央揃え */
    justify-content: center;
    padding: 80px 40px; /* 上下の余白を80pxに */
  }
  .page-template-page-usp .usp-content-heading {
    position: static; /* 絶対配置を解除 */
    width: auto;
    margin-bottom: 40px; /* 下に余白を40pxに */
  }
  .page-template-page-usp .usp-text-block {
    position: static; /* 絶対配置を解除 */
    transform: none;
    width: 100%; /* 幅を親要素いっぱいに */
    max-width: 420px; /* 最大幅を設定 */
    text-align: left; /* テキストを左揃え */
    margin-bottom: 20px;
  }
  .page-template-page-usp .usp-text-block h3,
  .page-template-page-usp .usp-text-block p {
    text-align: left; /* テキストを左揃え */
  }
  .page-template-page-usp .usp-image-block {
    position: static; /* 絶対配置を解除 */
    width: 100%; /* 幅を親要素いっぱいに */
    max-width: 540px; /* 最大幅を設定 */
    height: auto; /* 高さを自動調整 */
    aspect-ratio: 540 / 320; /* W540 H320 の縦横比を維持 */
    margin-top: 20px; /* 上に余白 */
  }

  .page-template-page-usp .usp-case { gap: 30px; }
  .page-template-page-usp .usp-media { flex: 0 0 320px; }
  .page-template-page-usp .usp-image,
  .page-template-page-usp .usp-image-placeholder { width: 320px; height: 213px; }


  .page-template-page-usp .usp-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .page-template-page-usp .voice-carousel {
    max-width: calc(100vw - 32px);
    padding: 0 8px;
  }

  .page-template-page-usp .slick-slide {
    margin: 0 6px;
  }

  .page-template-page-usp .slick-list {
    margin: 0 -6px;
  }

  .page-template-page-usp .voice-item {
    padding: 30px;
  }

  .page-template-page-usp .slick-prev { left: 4px; }
  .page-template-page-usp .slick-next { right: 4px; }

  .page-template-page-usp .voice-section .section-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

/* タブレット縦: 481px～768px */
@media (min-width: 481px) and (max-width: 768px) {
  .usp-outline {
    padding: 32px 10px 24px 10px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .usp-outline {
    padding: 60px 40px;
  }

  .page-template-page-usp .usp-section {
    padding: 60px 20px 80px;
  }

  /* Route Sectionのスマホ表示 */
  .page-template-page-usp .route-section {
    padding: 0 20px 0;
  }

  .page-template-page-usp .section-heading {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .page-template-page-usp .usp-category {
    margin-bottom: 60px;
  }

  .page-template-page-usp .usp-content-heading {
    position: static; /* 絶対配置を解除 */
    width: auto;
    margin-bottom: 40px; /* 下に余白を40pxに */
  }
  .page-template-page-usp .usp-text-block {
    position: static; /* 絶対配置を解除 */
    transform: none;
    width: 100%; /* 幅を親要素いっぱいに */
    max-width: 420px; /* 最大幅を設定 */
    text-align: left; /* テキストを左揃え */
    margin-bottom: 20px;
  }
  .page-template-page-usp .usp-text-block h3,
  .page-template-page-usp .usp-text-block p {
    text-align: left; /* テキストを左揃え */
  }
  .page-template-page-usp .usp-image-block {
    position: static; /* 絶対配置を解除 */
    width: 100%; /* 幅を親要素いっぱいに */
    max-width: 540px; /* 最大幅を設定 */
    height: auto; /* 高さを自動調整 */
    aspect-ratio: 540 / 320; /* W540 H320 の縦横比を維持 */
    margin-top: 20px; /* 上に余白 */
  }

  .page-template-page-usp .usp-case { flex-direction: column; }
  .page-template-page-usp .usp-media { width: 100%; max-width: none; }
  .page-template-page-usp .usp-image,
  .page-template-page-usp .usp-image-placeholder { width: 100%; height: auto; aspect-ratio: 3/2; display: block; }


  .page-template-page-usp .usp-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .page-template-page-usp .usp-item-title {
    font-size: 16px;
  }

  .page-template-page-usp .usp-item-desc {
    font-size: 13px;
  }

  .page-template-page-usp .voice-section {
    padding: 60px 20px 80px;
  }

  .page-template-page-usp .voice-section .container {
    overflow-x: hidden;
  }

  .page-template-page-usp .voice-carousel {
     width: 100%;
     max-width: 100vw;
     box-sizing: border-box;
     padding: 0 8px;
     margin: 0 auto 30px;
  }

  .page-template-page-usp .slick-slide {
     margin: 0 2vw;
     min-width: 0;
  }

  .page-template-page-usp .slick-list {
     margin: 0 -2vw;
     padding: 12px 0;
     box-sizing: border-box;
     overflow: hidden;
  }

  .page-template-page-usp .voice-item {
     flex: 1 1 0%;
     min-width: 0;
     max-width: 100%;
     width: 100%;
     box-sizing: border-box;
     padding: 24px 32px;
  }

  .page-template-page-usp .slick-prev { left: 4px; }
  .page-template-page-usp .slick-next { right: 4px; }

  .page-template-page-usp .voice-section .section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

/* スマホ: 480px以下 */
@media (max-width: 480px) {
  .page-template-page-usp .usp-section {
    padding: 0 20px 0;
  }

  .usp-outline {
    padding: 60px 20px;
    margin-top: 40px;
  }
  .usp-outline-row + .usp-outline-row {
    margin-top: 40px;
  }

  .usp-outline-row dt {
    min-width: 0;
    font-size: 1em;
  }

  /* Route Sectionのスマホ表示 */
  .page-template-page-usp .route-section {
    padding: 0 20px 0;
  }

  .page-template-page-usp .section-heading {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .page-template-page-usp .usp-category {
    margin-bottom: 50px;
  }

  /* --- USP Content --- */
  .page-template-page-usp .usp-content {
    height: auto;
    min-height: 200px;
    display: flex; /* Flexboxレイアウトに変更 */
    flex-direction: column; /* 縦並び */
    align-items: center; /* 中央揃え */
    justify-content: center;
    padding: 60px 20px; /* 上下の余白を60pxに */
  }
  .page-template-page-usp .usp-content-heading {
    margin-bottom: 40px; /* 下に余白を40pxに */
  }
  .page-template-page-usp .usp-text-block {
    margin-bottom: 15px;
  }
  .page-template-page-usp .usp-image-block {
    height: auto; /* 高さを自動調整 */
    aspect-ratio: 540 / 320; /* W540 H320 の縦横比を維持 */
    margin-top: 15px;
    max-width: 320px; /* スマホでの最大幅を調整 */
  }

  .page-template-page-usp .usp-case { flex-direction: column; gap: 20px; margin-bottom: 60px; }
  .page-template-page-usp .usp-case:last-child { margin-bottom: 0; }
  .page-template-page-usp .usp-media { width: 100%; max-width: none; }

  .page-template-page-usp .route-section .usp-outline .route-image-caption {
    font-size: 12px;
  }

  .page-template-page-usp .usp-image,
  .page-template-page-usp .usp-image-placeholder { width: 100%; height: auto; aspect-ratio: 3/2; display: block; }


  .page-template-page-usp .usp-items {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-template-page-usp .usp-item-title {
    font-size: 16px;
  }

  .page-template-page-usp .usp-item-desc {
    font-size: 13px;
  }

  .page-template-page-usp .voice-section {
    padding: 60px 20px 80px;
  }

  .page-template-page-usp .voice-section .container {
    overflow-x: hidden;
  }

  .page-template-page-usp .voice-carousel {
     width: 100%;
     max-width: 100vw;
     box-sizing: border-box;
     padding: 0 12px;
     margin: 0 auto 30px;
  }

  .page-template-page-usp .slick-slide {
     margin: 0 4px;
     min-width: 0;
  }

  .page-template-page-usp .slick-list {
     margin: 0 -4px;
     padding: 8px 0;
     box-sizing: border-box;
     overflow: hidden;
  }

  .page-template-page-usp .voice-item {
     flex: 1 1 0%;
     min-width: 0;
     max-width: 100%;
     width: 100%;
     box-sizing: border-box;
     padding: 20px 16px;
    /* 新レイアウト用 */
  }


  .page-template-page-usp .voice-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 1.3;
    flex-shrink: 0;
    min-width: 180px;
    text-align: left;
  }

  .page-template-page-usp .voice-avatar {
    width: 80px;
    height: 80px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 12px;
    flex-shrink: 0;
    margin-left: auto;
  }

  .page-template-page-usp .voice-text {
     font-size: 14px;
     font-weight: 400;
     margin: 16px 0 0 0;
     line-height: 2;
     text-align: left;
     align-self: flex-start;
  }

  .page-template-page-usp .slick-prev { left: 4px; }
  .page-template-page-usp .slick-next { right: 4px; }

  .page-template-page-usp .voice-avatar {
    width: 50px;
    height: 50px;
    font-size: 10px;
  }

  .page-template-page-usp .voice-text {
    font-size: 13px;
  }

  .page-template-page-usp .voice-section .section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .usp-outline {
    border-radius: 12px;
  }

  .usp-outline-list {
    gap: 18px;
  }

  .usp-rep-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }
}


/* --- Voiceセクション レイアウト上書き --- */
.page-template-page-usp .voice-carousel {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.page-template-page-usp .voice-item {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
  height: 100%;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
}
.page-template-page-usp .voice-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 0;
  width: 100%;
}
.page-template-page-usp .voice-title {
  flex: 1 1 0;
  min-width: 0;
  word-break: break-word;
  text-align: left;
}
.page-template-page-usp .voice-avatar {
  flex-shrink: 0;
  margin-left: 16px;
}
.page-template-page-usp .voice-text {
  width: 100%;
  flex: 1 1 auto;
  text-align: left;
  margin: 0;
}

/* --- Voiceセクション カルーセル矢印常時表示・カード幅制限・崩れ防止 --- */
@media (min-width: 769px) {
  .page-template-page-usp .voice-item {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .page-template-page-usp .voice-item {
    max-width: 320px;
  }
}
.page-template-page-usp .slick-prev,
.page-template-page-usp .slick-next {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 10 !important;
  width: 30px !important;
  height: 30px !important;
}

/* --- slick構造を壊さずカルーセル・矢印を必ず表示・カード幅制限 --- */
@media (min-width: 769px) {
  .page-template-page-usp .slick-slide {
    max-width: 400px;
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .page-template-page-usp .slick-slide {
    max-width: 320px;
  }
}
.page-template-page-usp .slick-prev,
.page-template-page-usp .slick-next {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 10 !important;
  width: 30px !important;
  height: 30px !important;
}

/* --- slick本来の動作を復元し、他コンテンツに影響しないvoice専用リセット --- */
.page-template-page-usp .voice-carousel,
.page-template-page-usp .voice-item,
.page-template-page-usp .slick-slide,
.page-template-page-usp .slick-track,
.page-template-page-usp .slick-list {
  display: initial !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: initial !important;
  gap: 0 !important;
  box-sizing: border-box;
}

/* カードの見た目はpaddingで調整 */
.page-template-page-usp .voice-item {
  padding: 40px 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  margin: 0 8px;
}

/* 矢印を常時表示・サイズ固定 */
.page-template-page-usp .slick-prev,
.page-template-page-usp .slick-next {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 10 !important;
  width: 30px !important;
  height: 30px !important;
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
  color: #333 !important;
}

/* slickの矢印アイコンが消えている場合の対策 */
.page-template-page-usp .slick-prev:before,
.page-template-page-usp .slick-next:before {
  color: #333 !important;
  font-size: 24px !important;
  opacity: 1 !important;
}