/* ================================================
   基本レイアウト・タイポグラフィ
   ================================================ */

/* ボタンスタイルのカスタマイズ */
.btn-primary {
  background-color: var(--vk-color-primary);
  border-color: var(--vk-color-primary);
  transition: all 0.3s ease;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: var(--vk-color-primary);
  border-color: var(--vk-color-primary);
  transform: translateY(-3px);
}

.entry-title--post-type--page,
h2:where(:not(.wp-block-post-title)) {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 18px;
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.6;
}

.cmn-note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.8em;
}

/* ================================================
   ヒーローセクション（スライダー）
   ================================================ */
.hero-slider-section {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 500px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.hero-slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  display: flex;
  align-items: center;
}

.hero-slide.active {
  opacity: 1;
}

.hero-content {
  width: 100%;
  z-index: 2;
}

.min-vh-50 {
  min-height: 50vh;
}

.hero-title-main {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-title-sub {
  font-size: 1.8rem;
  font-weight: 500;
  opacity: 0.9;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-description {
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.95;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-buttons {
  margin-top: 2rem;
}

/* ヒーロースライダー コントロール */
.hero-slider-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.hero-slider-prev,
.hero-slider-next {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}

.hero-slider-prev:hover,
.hero-slider-next:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  transform: scale(1.1);
}

.hero-slider-prev {
  left: 20px;
}

.hero-slider-next {
  right: 20px;
}

/* ヒーロースライダー インジケーター */
.hero-slider-indicators {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active,
.indicator:hover {
  background: white;
  border-color: white;
}




/* ================================================
   共感導入・問題提起セクション
   ================================================ */
.empathy-section .main-title {
  font-size: clamp(1.4rem, 1.2667rem + 0.5926vw, 2rem);
  color: #333;
  margin-bottom: 2rem;
}

#problems-title span {
  color: var(--custom-primary);
  font-weight: bold;
}

.empathy-section .main-title::after {
  display: none !important;
}

.main-title {
  text-align: center;
  color: #333;
  margin-bottom: 3rem;
}

.problems-list {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

.problems-list-wrapper {
  justify-content: center;
}

.problem-lead {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #eb6ea5;
  font-weight: bold;
  border-bottom: none;
  font-size: clamp(1.3rem, 1.0556rem + 1.0864vw, 2.4rem);
}

.problem-lead::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}

.problem-lead::after {
  transform: rotate(35deg);
  margin-left: 30px;
}

.problem-lead::before,
.problem-lead::after {
  width: 3px;
  height: 40px;
  background-color: #eb6ea5;
  content: '';
}

.problem-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  padding: 0;
  height: 100%;
  transition: all 0.3s ease;
}

.problem-content-box {
  /* background: #fff; */
  padding: 20px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.problem-text-list {
  text-align: center;
}

.problem-text-item {
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border: 2px solid var(--custom-primary);
  border-radius: 4px;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 8px;
  font-weight: bold;
  background-color: #ffffff;
}

.problem-text-item::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #ffffff;
  rotate: 315deg;
  translate: -50%;
}

.problem-text-item::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 2px solid;
  border-color: var(--custom-primary) var(--custom-primary) transparent transparent;
  rotate: 315deg;
  translate: -50%;
}

.problem-text-item:last-child {
  margin-bottom: 0;
}

.problem-icon-figure {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  z-index: 2;
}

.problem-icon-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  /* border: 5px solid #eb6ea5; */
}

.character-label {
  font-size: 0.9rem;
  color: #666;
  margin: 8px 0 0 0;
  font-weight: 500;
}

.sub-copy {
  padding: 1em 2em;
  font-size: clamp(1rem, 0.9778rem + 0.0988vw, 1.1rem);
  font-weight: bold;
}

.sub-copy-text {
  line-height: 1.8;
}

.sub-copy-text span {
  color: #eb6ea5;
  font-weight: bold;
  font-size: clamp(1.2rem, 1.1556rem + 0.1975vw, 1.4rem);
}

/* ================================================
   共通セクションスタイル
   ================================================ */

/* セクション背景 */
.strengths-section {
  padding: 80px 0;
  background: white;
}

.empathy-section,
.strengths-section {
  background-color: #f8f9fa;
  padding: 80px 0;
}

/* ================================================
   強み・特徴セクション
   ================================================ */
/* 新しいカードスタイル */
.strength-card {
  background: white;
  padding: 2rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e8e8e8;
  flex-direction: column;
  align-items: center;
}

.strength-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.strength-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background:#eb6ea5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.strength-icon i {
  font-size: 2.5rem;
  color: white;
}

.strength-title {
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
  font-size: clamp(1.1rem, 1.0778rem + 0.0988vw, 1.2rem);
  text-align: center;
}

.strength-description {
  font-size: clamp(0.9rem, 0.8778rem + 0.0988vw, 1rem);
  color: #666;
  line-height: 1.8;
  margin-bottom: 0;
  text-align: left;
}

/* 旧スタイル (後方互換性のため維持) */
.strength-item {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 15px;
  margin-bottom: 2rem;
  border-left: 4px solid var(--vk-color-primary, #007bff);
}

.strength-item:hover {
  background: #e9ecef;
  transform: translateX(5px);
}

.strength-number {
  flex-shrink: 0;
}

.strength-number .badge {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.2rem;
}

.strength-item .strength-title {
  color: #333;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.strength-item .strength-description {
  color: #666;
  line-height: 1.7;
  font-size: 1rem;
}

/* ================================================
   サービス紹介セクション
   ================================================ */
.service-card {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-height: 200px;
  gap: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-content {
  flex: 1;
}

.service-image {
  flex-shrink: 0;
}

.service-image img {
  display: block;
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}

.service-icon {
  text-align: center;
  margin-bottom: 1.5rem;
}

.service-card .service-icon i {
  font-size: 3rem;
  color: var(--vk-color-primary, #007bff);
}

.service-card h3 {
  color: #333;
  margin-bottom: 1rem;
  font-size: clamp(1.1rem, 1.0778rem + 0.0988vw, 1.3rem);
  line-height: 1.4;
}

.service-card p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 0;
  font-size: clamp(0.9rem, 0.8778rem + 0.0988vw, 1rem);
  text-align: left;
}

/* ================================================
   料金シミュレーターセクション
   ================================================ */
.simulator-section {
  background: linear-gradient(130deg, #5dbbf7, #81a8e3 13%, #a494ce 43%, #eb6ea5 84%);
  color: white;
  padding: 80px 0;
}

.simulator-section .section-title {
  color: white;
  margin-bottom: 1.5rem;
}

.simulator-section .lead {
  font-size: 1.2rem;
  opacity: 0.9;
  line-height: 1.6;
}

.simulator-section ul {
  list-style: none;
  padding-left: 0;
}

.simulator-section ul li {
  font-size: 1.1rem;
  opacity: 0.9;
}

.simulator-section ul li i {
  color: #eb6ea5;
}

.simulator-cta .btn {
  font-size: 1.2rem;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.simulator-cta .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* ================================================
   お問い合わせセクション
   ================================================ */
.contact-card {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-icon {
  margin-bottom: 1.5rem;
}

.contact-card .contact-title {
  color: #333;
  margin-bottom: 1rem;
  font-size: clamp(1.1rem, 1.0778rem + 0.0988vw, 1.3rem);
}

.contact-card .contact-description {
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.business-hours {
  color: #666;
}

.emergency-notice {
  border: 2px solid #ffc107;
  background: #fff3cd !important;
  color: #856404 !important;
  border-radius: 0.75rem;
}

.emergency-notice h5 {
  color: #856404 !important;
}

/* ================================================
   共通のユーティリティクラス
   ================================================ */
/* アニメーション・エフェクト */
.fade-in,
.fade-img {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fade-in {
  transition-duration: 1.5s;
}

.fade-in.show,
.fade-img.show {
  opacity: 1;
}

/* 文字サイズヘルパー */
.big-price {
  font-size: 1.5rem;
}

/* レスポンシブ文字サイズヘルパー */
@media (min-width: 768px) {
  .h4-md {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
}

/* 共通セクションスタイル */
.section-title {
  color: #333;
  margin-bottom: 1rem;
  font-weight: bold;
}

.section-subtitle {
  font-size: 1.1rem;
  margin-bottom: 3rem;
  line-height: 1.6;
}

/* 共通カードホバー効果 */
.service-card,
.contact-card,
.case-study-card,
.strength-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover,
.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* ================================================
   アクセシビリティ関連スタイル
   ================================================ */
/* スクリーンリーダー専用 */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* スキップリンク */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #000;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  z-index: 9999;
  border-radius: 4px;
}

.skip-link:focus {
  top: 6px;
}

/* キーボードナビゲーション時のフォーカス強調 */
.keyboard-navigation button:focus,
.keyboard-navigation a:focus,
.keyboard-navigation input:focus,
.keyboard-navigation select:focus,
.keyboard-navigation textarea:focus,
.keyboard-navigation .indicator:focus {
  outline: 3px solid #0056b3;
  outline-offset: 2px;
}

/* 高コントラストモード対応 */
@media (prefers-contrast: high) {
  .hero-slide {
    border: 2px solid;
  }

  .btn {
    border-width: 2px;
  }

  .problem-item,
  .case-study-card,
  .strength-item,
  .service-card,
  .contact-card {
    border: 2px solid #eb6ea5;
  }

  .section-title,
  .strength-title,
  .case-title,
  .contact-title {
    color: #000;
  }
}

/* アニメーション無効化の設定 */
@media (prefers-reduced-motion: reduce) {
  .hero-slide {
    transition: none;
  }

  .problem-item,
  .case-study-card,
  .strength-item,
  .service-card,
  .contact-card,
  .simulator-cta .btn,
  .case-studies-prev,
  .case-studies-next,
  .case-studies-pagination .swiper-pagination-bullet {
    animation: none;
    transition: none;
  }

  .problem-item:hover,
  .case-study-card:hover,
  .strength-item:hover,
  .service-card:hover,
  .contact-card:hover,
  .simulator-cta .btn:hover,
  .case-studies-prev:hover,
  .case-studies-next:hover {
    transform: none;
  }

  .fade-in {
    transition: none;
  }

  .fade-img {
    transition: none;
  }

  /* スライダーの自動再生を無効化 */
  .case-studies-swiper .swiper-wrapper {
    transition-duration: 0ms !important;
  }
}

/* ================================================
   パフォーマンス最適化関連スタイル
   ================================================ */

/* レスポンシブ画像の最適化 */
img {
  max-width: 100%;
  height: auto;
}

/* 画像の遅延読み込み */
img[data-src] {
  opacity: 0;
  transition: opacity 0.3s;
}

img.loaded {
  opacity: 1;
}

/* プリロード対象のフォント最適化 */
.bi {
  font-display: swap;
}

/* GPU加速 - ホバー時のみ適用 */
.case-study-card:hover,
.service-card:hover,
.contact-card:hover,
.strength-item:hover {
  will-change: transform;
}

/* コンテンツの描画最適化 */
.hero-slide {
  contain: layout style paint;
}

.section-title,
.section-subtitle {
  contain: layout style;
}

.case-studies-section,
.services-section,
.strengths-section {
  contain: layout;
}

/* ================================================
   施工事例セクション
   ================================================ */

/* 施工事例スライダー */
.case-studies-slider-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.case-studies-swiper {
  padding: 0 15px 60px 15px;
  overflow: visible;
}

.case-studies-swiper .swiper-slide {
  height: auto;
  padding: 10px;
}

/* スライダーナビゲーション */
.case-studies-navigation {
  position: relative;
  z-index: 10;
}

.case-studies-prev,
.case-studies-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid var(--vk-color-primary, #007bff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--vk-color-primary, #007bff);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 20;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.case-studies-prev {
  left: -25px;
}

.case-studies-next {
  right: -25px;
}

.case-studies-prev:hover,
.case-studies-next:hover {
  background: var(--vk-color-primary, #007bff);
  color: white;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.case-studies-prev.swiper-button-disabled,
.case-studies-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.case-studies-prev i,
.case-studies-next i {
  font-size: 1.2rem;
  font-weight: bold;
}

/* ページネーション */
.case-studies-pagination {
  position: relative;
  text-align: center;
  margin-top: 30px;
}

.case-studies-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  opacity: 1;
  margin: 0 6px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.case-studies-pagination .swiper-pagination-bullet-active {
  background: var(--vk-color-primary, #007bff);
  transform: scale(1.2);
}

.case-studies-pagination .swiper-pagination-bullet:hover {
  background: var(--vk-color-primary, #007bff);
  opacity: 0.7;
}

/* カードコンテンツ調整 */
.case-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}

.case-content .mt-3 {
  margin-top: auto !important;
}

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  position: relative;
}

.before-image,
.after-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.before-image img,
.after-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.before-image .badge,
.after-image .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
}

.case-title {
  color: #333;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.case-price {
  color: var(--vk-color-primary, #007bff) !important;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.customer-voice {
  font-style: italic;
  color: #666;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  border-left: 3px solid #007bff;
  padding-left: 1rem;
}

.customer-name {
  font-size: 0.9rem;
  text-align: right;
}

/* ================================================
   施工事例関連スタイル
   ================================================ */
.case-study-card {
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #eb6ea5;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.case-study-thumbnail {
  position: relative;
  overflow: hidden;
}

.case-study-thumbnail img {
  transition: transform 0.3s ease;
}

.case-study-card:hover .case-study-thumbnail img {
  transform: scale(1.05);
}

/* Before/After画像コンテナ */
.before-after-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
}

/* 施工事例個別ページ */
.case-study-single .featured-image-section img,
.case-study-single .before-after-image-container img {
  max-width: 100%;
  height: auto;
}

.customer-voice-card {
  border-left: 4px solid var(--bs-primary);
}

/* 施工事例一覧ページ */
.case-studies-archive .case-study-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.case-studies-archive .case-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.case-studies-archive .case-content .mt-3 {
  margin-top: auto !important;
}

/* ================================================
   パンくずリスト - モダンデザイン
   ================================================ */
.breadcrumb-wrapper {
  background-color: #f8f9fa;
  padding: 1rem 0;
  border-bottom: 1px solid #e9ecef;
}

.modern-breadcrumb {
  padding: 0.75rem 0;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  gap: 0;
}

.breadcrumb-list-item {
  display: inline-flex;
  align-items: center;
  color: #6c757d;
  white-space: nowrap;
}

.breadcrumb-list-item:not(:last-child)::after {
  content: "›";
  display: inline-block;
  margin: 0 0.5rem;
  color: #adb5bd;
  font-size: 1.2rem;
  font-weight: 300;
  flex-shrink: 0;
  line-height: 1;
}

.breadcrumb-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: #495057;
  text-decoration: none;
  transition: all 0.2s ease;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  white-space: nowrap;
}

.breadcrumb-link:hover {
  color: var(--vk-color-primary, #0d6efd);
  background-color: rgba(13, 110, 253, 0.05);
}

.breadcrumb-link i {
  font-size: 1rem;
  flex-shrink: 0;
}

.breadcrumb-current {
  color: #212529;
  font-weight: 500;
}

.breadcrumb-current span {
  padding: 0.25rem 0.5rem;
  display: inline-block;
}

/* レスポンシブ対応 */
@media (max-width: 576px) {
  .breadcrumb-list {
    font-size: 0.813rem;
  }
  
  .breadcrumb-link {
    padding: 0.2rem 0.4rem;
    gap: 0.25rem;
  }
  
  .breadcrumb-link i {
    font-size: 0.875rem;
  }
  
  .breadcrumb-list-item:not(:last-child)::after {
    margin: 0 0.375rem;
    font-size: 1.1rem;
  }
}

/* ページネーション */
.case-studies-pagination .page-numbers {
  padding: 0.5rem 0.75rem;
  margin: 0 0.25rem;
  color: var(--bs-primary);
  text-decoration: none;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  transition: all 0.3s ease;
}

.case-studies-pagination .page-numbers:hover,
.case-studies-pagination .page-numbers.current {
  background-color: var(--bs-primary);
  color: white;
  border-color: var(--bs-primary);
}

/* プレースホルダー画像 */
.placeholder-image {
  background: linear-gradient(45deg, #f8f9fa 25%, transparent 25%),
    linear-gradient(-45deg, #f8f9fa 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #f8f9fa 75%),
    linear-gradient(-45deg, transparent 75%, #f8f9fa 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

/* 施工事例CTA */
.case-studies-cta {
  background: linear-gradient(135deg, var(--bs-primary) 0%, #0056b3 100%);
}

/* 施工事例個別ページのコンテンツ幅制限 */
.single-case_study .container,
.single-case_study .site-body-container {
  max-width: 1024px !important;
  margin: 0 auto;
}

/* モーダルスタイル */
.modal-content {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem 1rem 0 0;
}

.modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 1rem 1rem;
}

/* トップページの施工事例セクション調整 */
.case-studies-section .case-study-card[style*="cursor: pointer"] {
  cursor: pointer !important;
}

.case-studies-section .case-study-card[data-bs-toggle="modal"] {
  user-select: none;
}

.case-studies-section .case-study-card[data-bs-toggle="modal"]:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

/* カテゴリ機能のスタイル */
.case-study-categories {
  margin-bottom: 1rem;
}

.category-label {
  font-weight: 600;
  color: #6c757d;
  font-size: 0.9rem;
}

.construction-categories .badge,
.product-categories .badge {
  font-size: 0.8rem;
  padding: 0.4em 0.6em;
}

.card-categories {
  min-height: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.card-categories .badge {
  font-size: 0.7rem;
  padding: 0.25em 0.5em;
  font-weight: 500;
}

/* フィルターフォーム */
.case-study-filters {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.filter-form .form-label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.5rem;
}

.filter-form .form-select {
  border: 2px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.filter-form .form-select:focus {
  border-color: #0056b3;
  box-shadow: 0 0 0 0.25rem rgba(0, 86, 179, 0.25);
}

.filter-buttons {
  display: flex;
  gap: 0.5rem;
}

.filter-buttons .btn {
  border-radius: 0.5rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
}

.filter-buttons .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* アクティブフィルター */
.active-filters {
  background: white;
  border-radius: 0.75rem;
  padding: 1rem;
  border: 2px solid #e9ecef;
}

.active-filters .badge {
  font-size: 0.85rem;
  padding: 0.5em 0.75em;
  font-weight: 500;
}

/* カテゴリアーカイブページ用のスタイル */
.taxonomy-construction_category .archive-header h1::after,
.taxonomy-product_category .archive-header h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-success) 100%);
  margin: 1rem auto;
  border-radius: 2px;
}


/* カテゴリバッジのホバー効果 */
.badge:hover {
  transform: scale(1.05);
  transition: transform 0.2s ease;
}

/* フィルターフォームのアニメーション */
.filter-form {
  position: relative;
  overflow: hidden;
}

.filter-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s ease;
}

.filter-form:hover::before {
  left: 100%;
}

/* Before & After画像スタイル */
.before-after-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 1rem;
  padding: 2rem;
  margin: 2rem 0;
}

.before-after-container {
  position: relative;
}

.before-after-image-wrapper {
  position: relative;
}

.image-container {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.before-after-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 1rem;
}

.image-container:hover .image-overlay {
  opacity: 1;
}

.image-overlay .badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
}

.overlay-text {
  color: white;
  text-align: center;
}

.image-label {
  margin-top: 1rem;
}

.image-label .badge {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

.comparison-arrow {
  position: relative;
  margin: 1rem 0;
}

.comparison-arrow i {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/* ギャラリースタイル */
.gallery-section {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.case-study-gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.gallery-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 0.75rem;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.05);
}

.overlay-content {
  text-align: center;
}

/* 代表画像セクション */
.featured-image-section img {
  transition: all 0.3s ease;
  max-height: 400px;
  object-fit: cover;
}

/* 画像モーダル機能は削除されました */


/* 画像読み込みエフェクト */
.gallery-image,
.before-after-img {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.gallery-image.loaded,
.before-after-img.loaded {
  opacity: 1;
}

/* ================================================
   レスポンシブ対応
   ================================================ */

/* タブレット・スマートフォン（768px以下） */
@media (max-width: 768px) {

  /* 基本タイポグラフィ */
  .entry-title--post-type--page,
  h2:where(:not(.wp-block-post-title)) {
    margin-bottom: 40px;
    padding-bottom: 21px;
    font-size: 2.9rem;
    line-height: 1.48276;
  }

  /* ヒーローセクション */
  .hero-slider-section {
    height: 60vh;
    min-height: 400px;
  }

  .hero-title-main {
    font-size: 1.8rem;
  }

  .hero-title-sub {
    font-size: 1.3rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .hero-slider-prev,
  .hero-slider-next {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .hero-slider-prev {
    left: 10px;
  }

  .hero-slider-next {
    right: 10px;
  }

  .hero-buttons .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  /* セクション共通 */
  .empathy-section,
  .case-studies-section,
  .strengths-section,
  .services-section,
  .simulator-section,
  .contact-section {
    padding: 50px 0;
  }

  /* 強みセクションのタイトル */
  .strengths-section .section-title {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }

  .strengths-section .section-subtitle {
    font-size: 0.95rem;
    margin-bottom: 2rem;
  }

  /* 共感セクション */
  .problems-list .col-lg-3 {
    margin-bottom: 2rem;
  }

  .problem-content-box {
    justify-content: flex-start;
    padding: 50px 15px 20px 15px;
    min-height: 120px;
  }

  .problem-text-item {
    font-size: 0.9rem;
    padding: 10px 14px;
  }

  .problem-icon-figure {
    width: 120px;
    height: 120px;
  }

  /* 施工事例スライダー */
  .case-studies-swiper {
    padding: 0 5px 50px 5px;
  }

  .case-studies-prev,
  .case-studies-next {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .case-studies-prev {
    left: -20px;
  }

  .case-studies-next {
    right: -20px;
  }

  .case-studies-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }

  .before-after {
    grid-template-columns: 1fr;
  }

  .before-image,
  .after-image {
    height: 150px;
  }

  /* 強みセクション */
  .strength-card {
    padding: 1.5rem 1.25rem;
  }

  .strength-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 1rem;
  }

  .strength-icon i {
    font-size: 2rem;
  }

  .strength-title {
    padding: 0;
  }

  .strength-description {
    font-size: 0.9rem;
  }

  /* 旧スタイル */
  .strength-item {
    padding: 1.5rem;
    flex-direction: column;
    text-align: center;
  }

  .strength-number {
    margin-bottom: 1rem;
  }

  /* サービスカード */
  .service-card {
    padding: 1.5rem;
    flex-direction: column-reverse;
    gap: 1.5rem;
  }

  .service-image {
    align-self: center;
  }

  .service-image img {
    width: 200px;
    height: 200px;
  }

  .service-content {
    text-align: center;
  }

  /* コンタクトカード */
  .contact-card {
    padding: 1.25rem;
  }

  .contact-card .contact-title {
    font-size: 1.1rem;
  }

  .contact-card .contact-description {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .contact-card .phone-number {
    font-size: 1.25rem;
  }

  .contact-card .phone-number a {
    padding: 0.5rem;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .contact-card .btn {
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact-section .section-title {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .contact-section .section-subtitle {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  /* その他 */
  .simulator-section .lead br,
  .emergency-notice br {
    display: none;
  }

  /* Before & After画像 */
  .before-after-section,
  .gallery-section {
    padding: 1rem;
    margin: 1rem 0;
  }

  .before-after-img,
  .gallery-image {
    height: 250px;
  }

  .comparison-arrow {
    margin: 0.5rem 0;
  }

  .comparison-arrow i {
    transform: rotate(90deg);
  }

  .image-label {
    margin-top: 0.5rem;
  }


  /* 施工事例個別ページ */
  .case-study-single .before-after-section .row {
    --bs-gutter-x: 1rem;
  }

  .case-study-single .before-after-section .col-md-6:first-child {
    margin-bottom: 1rem;
  }

  .case-study-navigation .col-6 {
    margin-bottom: 1rem;
  }

  .case-study-navigation .text-end {
    text-align: start !important;
  }

  /* フィルターフォーム */
  .case-study-filters {
    padding: 1rem;
  }

  .filter-buttons {
    flex-direction: column;
  }

  .filter-buttons .btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .active-filters {
    text-align: center;
  }

  .category-label {
    display: block;
    margin-bottom: 0.5rem;
  }

  .card-categories {
    justify-content: center;
  }
}

/* タブレット中間サイズ（577px〜991px） */
@media (min-width: 577px) and (max-width: 991px) {
  /* 強みセクション - タブレットで2カラム表示を最適化 */
  .strength-card {
    padding: 1.75rem 1.5rem;
  }

  .strength-icon {
    width: 75px;
    height: 75px;
    margin-bottom: 1.25rem;
  }

  .strength-icon i {
    font-size: 2.25rem;
  }

  /* お問い合わせセクション - タブレット */
  .contact-card {
    padding: 1.75rem 1.5rem;
  }

  .contact-card .contact-title {
    font-size: 1.2rem;
  }

  .contact-card .contact-description {
    font-size: 0.95rem;
  }

  .contact-card .phone-number {
    font-size: 1.35rem;
  }

  .contact-section .section-title {
    font-size: 1.75rem;
  }

  .contact-section .section-subtitle {
    font-size: 1rem;
  }

}

/* スマートフォン（576px以下） */
@media (max-width: 576px) {

  /* ヒーローセクション */
  .hero-title-main {
    font-size: 1.5rem;
  }

  .hero-title-sub {
    font-size: 1.1rem;
  }

  .hero-description {
    font-size: 0.9rem;
  }

  .section-title {
    font-size: 1.8rem;
  }

  /* 強みセクションのタイトル（スマートフォン） */
  .strengths-section .section-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .strengths-section .section-subtitle {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
  }

  /* セクションパディング調整 */
  .strengths-section {
    padding: 40px 0;
  }

  /* 共感セクション */
  .problem-item {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }

  .problem-icon-figure {
    margin-bottom: 0;
    margin-right: 15px;
    flex-shrink: 0;
  }

  .problem-content-box {
    padding: 0;
    margin-bottom: 0;
    min-height: auto;
  }

  .problem-text-list {
    text-align: left;
  }

  .problem-text-item {
    font-size: 0.85rem;
    padding: 8px 12px;
    margin-left: 0;
  }

  /* 吹き出しの矢印を左向きに変更 */
  .problem-text-item::before {
    top: 50%;
    left: -5px;
    rotate: 225deg;
    translate: 0 -50%;
  }

  .problem-text-item::after {
    top: 50%;
    left: -8px;
    rotate: 225deg;
    translate: 0 -50%;
  }

  .character-label {
    font-size: 0.8rem;
  }

  .sub-copy {
    padding: 1.5rem;
  }

  /* 施工事例スライダー */
  .case-studies-swiper {
    padding: 0 0 40px 0;
  }

  .case-studies-prev,
  .case-studies-next {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
    border-width: 1px;
  }

  .case-studies-prev {
    left: -15px;
  }

  .case-studies-next {
    right: -15px;
  }

  .case-studies-prev i,
  .case-studies-next i {
    font-size: 1rem;
  }

  .case-studies-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }

  .case-content {
    padding: 1rem;
  }

  /* カード */
  .strength-card {
    padding: 1.5rem 1rem;
    margin-bottom: 0;
  }

  .strength-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
  }

  .strength-icon i {
    font-size: 1.8rem;
  }

  /* 旧スタイル */
  .strength-item {
    padding: 1rem;
  }

  /* サービスカード（スマートフォン） */
  .service-card {
    padding: 1.25rem;
    flex-direction: column-reverse;
    gap: 1rem;
  }

  .service-image img {
    width: 100%;
    height: auto;
  }

  .service-card h3 {
    margin-bottom: 0.75rem;
  }

  /* シミュレーター */
  .simulator-cta .btn {
    font-size: 1rem;
    padding: 0.8rem 2rem;
  }

  /* お問い合わせセクション（スマートフォン） */
  .contact-section {
    padding: 40px 0;
  }

  .contact-section .section-title {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 0.75rem;
  }

  .contact-section .section-subtitle {
    font-size: 0.9rem;
    line-height: 1.6;
    padding: 0 0.5rem;
  }

  .contact-card {
    padding: 1.25rem 1rem;
  }

  .contact-card .contact-title {
    margin-bottom: 0.75rem;
  }

  .contact-card .contact-description {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  .contact-card .phone-number {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .contact-card .phone-number a {
    padding: 0.5rem 0.75rem;
    min-height: 48px;
    word-break: break-all;
  }

  .contact-card .btn {
    padding: 0.875rem 1rem;
    font-size: 0.95rem;
    min-height: 50px;
    width: 100%;
  }

  .contact-card .btn i {
    font-size: 1.1rem;
  }

  /* Before & After画像 */
  .before-after-img,
  .gallery-image {
    height: 200px;
  }

  .image-overlay .badge {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }

  .overlay-text {
    font-size: 0.875rem;
  }

  .overlay-text i {
    font-size: 1.5rem !important;
  }

  /* フィルター */
  .case-study-filters .col-md-4 {
    margin-bottom: 1rem;
  }

  .filter-form .row {
    --bs-gutter-x: 0.5rem;
  }

  .active-filters .d-flex {
    flex-direction: column;
    align-items: center !important;
  }

  .active-filters .badge {
    margin: 0.25rem;
  }
}

/* ================================================
   アニメーション（フロントページ）
   ================================================ */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* アクセシビリティ */
.service-card:focus-within,
.contact-card:focus-within,
.case-study-card:focus-within {
  outline: 2px solid var(--vk-color-primary, #007bff);
  outline-offset: 2px;
}

/* プリント用スタイル */
@media print {

  .empathy-section,
  .simulator-section {
    background: none;
    color: black;
  }

  .case-study-card,
  .service-card,
  .contact-card {
    border: 1px solid #ddd;
    box-shadow: none;
    break-inside: avoid;
  }

  .btn {
    display: none;
  }
}

/* ================================================
   追従ボタン（Fixed CTA Buttons）
   ================================================ */

/* 追従ボタンのためのbodyのパディング追加（SP時のみ） */
body {
  padding-bottom: 70px;
}

/* SP時のデザイン（デフォルト） */
.fixed-cta-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  gap: 0;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0;
}

.fixed-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border: none;
  gap: 4px;
  position: relative;
  overflow: visible;
}

.fixed-btn:hover,
.fixed-btn:focus {
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}

.fixed-btn i {
  font-size: 1.5rem;
  margin: 0;
}

.fixed-btn-text {
  font-size: 0.85rem;
  white-space: nowrap;
}

/* 電話ボタン */
.fixed-btn-phone {
  background: #eb6ea5;
}

/* お問い合わせボタン */
.fixed-btn-contact {
  background: #eb6ea5;
}

/* 料金シミュレーターボタン */
.fixed-btn-simulator {
  background: #eb6ea5;
}

/* レスポンシブ対応 - SP時 */
@media (max-width: 576px) {
  .fixed-btn {
    padding: 10px 8px;
    font-size: 0.8rem;
  }

  .fixed-btn i {
    font-size: 1.3rem;
  }

  .fixed-btn-text {
    font-size: 0.75rem;
  }
}

/* 極小画面（400px以下） */
@media (max-width: 400px) {
  /* お問い合わせセクション */
  .contact-section .section-title {
    font-size: 1.25rem;
  }

  .contact-section .section-subtitle {
    font-size: 0.85rem;
    padding: 0 0.25rem;
  }

  .contact-card {
    padding: 1rem 0.75rem;
  }
  .contact-card .contact-description {
    font-size: 0.825rem;
  }

  .contact-card .phone-number {
    font-size: 1.1rem;
  }

  .contact-card .phone-number a {
    padding: 0.4rem 0.5rem;
    font-size: 1.5rem;
  }

  .contact-card .btn {
    padding: 0.75rem 0.75rem;
    font-size: 0.875rem;
    min-height: 46px;
  }

  .contact-card .btn i {
    font-size: 1rem;
  }
}

/* タブレット時 */
@media (min-width: 577px) and (max-width: 991px) {
  .fixed-btn {
    padding: 14px 20px;
    font-size: 1rem;
  }

  .fixed-btn i {
    font-size: 1.6rem;
  }

  .fixed-btn-text {
    font-size: 0.9rem;
  }
}

/* PC時のデザイン（992px以上） */
@media (min-width: 992px) {
  /* bodyのパディングを削除 */
  body {
    padding-bottom: 0;
  }

  /* ボタンを右側に縦並び配置 */
  .fixed-cta-buttons {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 20px;
    width: auto;
    flex-direction: column;
    gap: 12px;
    background-color: transparent;
    box-shadow: none;
    backdrop-filter: none;
    padding: 0;
  }

  /* ボタンを円形に */
  .fixed-btn {
    flex: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: visible;
  }

  /* アイコンのみ表示 */
  .fixed-btn i {
    font-size: 1.8rem;
    margin: 0;
  }

  /* テキストを非表示（デフォルト） */
  .fixed-btn-text {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background-color:#eb6ea5;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.9rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }

  /* ホバー時にテキスト表示 */
  .fixed-btn:hover .fixed-btn-text,
  .fixed-btn:focus .fixed-btn-text {
    opacity: 1;
    transform: translateY(-50%) translateX(-5px);
  }

  /* 吹き出しの三角形 */
  .fixed-btn-text::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent rgba(235, 110, 165, 0.85);
  }

  /* ホバー時のボタン動作 */
  .fixed-btn:hover,
  .fixed-btn:focus {
    transform: scale(1.05);
  }

  /* お問い合わせセクション（デスクトップ） */
  .contact-section .section-title {
    font-size: 2rem;
  }

  .contact-section .section-subtitle {
    font-size: 1.1rem;
  }

  .contact-card {
    padding: 2rem 1.5rem;
  }
  .contact-card .contact-description {
    font-size: 1rem;
  }

  .contact-card .phone-number {
    font-size: 1.5rem;
  }

  .contact-card .btn {
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
    transition: all 0.3s ease;
  }

  .contact-card .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
}

/* プリント時は非表示 */
@media print {
  .fixed-cta-buttons {
    display: none;
  }
}