@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

/************************************
** 墓じまいNavi CVページ（/estimate/）専用
************************************/

/* === Cocoon不要要素の非表示 === */
.page-id-13 .sns-share,
.page-id-13 .sns-follow,
.page-id-13 .date-tags,
.page-id-13 .author-info,
.page-id-13 #breadcrumb,
.page-id-13 #toc,
.page-id-13 .toc,
.page-id-13 .eye-catch-wrap,
.page-id-13 .footer-meta,
.page-id-13 .entry-title,
.page-id-13 .article-header {
  display: none !important;
}

/* === 1カラム強制 === */
.page-id-13 #sidebar {
  display: none !important;
}
.page-id-13 #main {
  margin: 0 auto !important;
  float: none !important;
  width: 100% !important;
  max-width: 820px !important;
  padding: 0 !important;
}
.page-id-13 #content-in {
  display: block !important;
  max-width: 820px;
  margin: 0 auto;
}
.page-id-13 .article {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
.page-id-13 .entry-content {
  padding: 0 !important;
  margin: 0 !important;
}

/* ============================================
   LP本体スタイル
   ============================================ */
.hkn-lp * { box-sizing: border-box; }
.hkn-lp {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.8;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* === Hero === */
.hkn-hero {
  background: linear-gradient(135deg, #0d3b66 0%, #1a6fb5 50%, #2e86c1 100%);
  color: #fff;
  padding: 56px 28px 48px;
  text-align: center;
  border-radius: 16px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.hkn-hero::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: rgba(255,255,255,0.04);
  border-radius: 50%;
}
.hkn-hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  border: 1px solid rgba(255,255,255,0.3);
}
.hkn-hero h1 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0 0 16px;
  letter-spacing: 0.5px;
}
.hkn-hero h1 em {
  font-style: normal;
  color: #ffd54f;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.hkn-hero-sub {
  font-size: 15px;
  opacity: 0.92;
  margin: 0 0 28px;
  line-height: 1.7;
}
.hkn-hero-cta {
  display: inline-block;
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
  color: #fff !important;
  font-size: 18px;
  font-weight: 800;
  padding: 18px 48px;
  border-radius: 50px;
  text-decoration: none !important;
  box-shadow: 0 4px 16px rgba(230, 126, 34, 0.4);
  transition: all 0.3s;
  letter-spacing: 0.5px;
  position: relative;
}
.hkn-hero-cta:hover {
  background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(230, 126, 34, 0.5);
  color: #fff !important;
}
.hkn-hero-note {
  font-size: 12px;
  opacity: 0.75;
  margin: 16px 0 0;
}

/* === 実績バー === */
.hkn-stats {
  display: flex;
  justify-content: center;
  gap: 0;
  background: #1a5276;
  border-radius: 0 0 16px 16px;
  padding: 20px 16px;
  margin: 0 0 36px;
}
.hkn-stat {
  flex: 1;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.15);
  padding: 0 12px;
}
.hkn-stat:last-child { border-right: none; }
.hkn-stat-num {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: #ffd54f;
  line-height: 1.2;
}
.hkn-stat-label {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,0.8);
  margin-top: 2px;
}

/* === お悩みセクション === */
.hkn-problem {
  background: #fef9e7;
  border: 2px solid #f9e79f;
  border-radius: 12px;
  padding: 32px 28px;
  margin-bottom: 36px;
}
.hkn-problem h2 {
  font-size: 20px;
  font-weight: 800;
  color: #7d6608;
  text-align: center;
  margin: 0 0 20px;
}
.hkn-problem-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.hkn-problem-list li {
  position: relative;
  padding: 10px 0 10px 32px;
  font-size: 15px;
  color: #555;
  border-bottom: 1px solid #f5eec8;
}
.hkn-problem-list li:last-child { border-bottom: none; }
.hkn-problem-list li::before {
  content: "✕";
  position: absolute;
  left: 4px;
  top: 10px;
  color: #e74c3c;
  font-weight: 700;
  font-size: 14px;
}
.hkn-problem-solution {
  text-align: center;
  font-size: 16px;
  color: #333;
  background: #fff;
  border-radius: 8px;
  padding: 14px 16px;
  margin: 0;
  border: 1px solid #f0e6b2;
}
.hkn-problem-solution strong {
  color: #1a5276;
}

/* === セクションタイトル === */
.hkn-section { margin-bottom: 36px; }
.hkn-section-title {
  font-size: 22px;
  font-weight: 800;
  color: #1a5276;
  text-align: center;
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 3px solid #2e86c1;
  display: inline-block;
  width: 100%;
}

/* === 3ステップ === */
.hkn-steps {
  display: flex;
  gap: 8px;
  margin-bottom: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.hkn-step {
  flex: 1;
  min-width: 180px;
  background: #fff;
  border-radius: 12px;
  padding: 24px 16px;
  text-align: center;
  border: 2px solid #e9ecef;
  transition: border-color 0.2s;
}
.hkn-step:hover { border-color: #2e86c1; }
.hkn-step-arrow {
  color: #2e86c1;
  font-size: 20px;
  flex-shrink: 0;
}
.hkn-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #1a5276, #2e86c1);
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 12px;
}
.hkn-step-title {
  font-size: 16px;
  font-weight: 800;
  color: #1a5276;
  margin-bottom: 6px;
}
.hkn-step-desc {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

/* === Trust signals === */
.hkn-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
  justify-content: center;
}
.hkn-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e8f4fd;
  color: #1a5276;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 8px;
  border: 1px solid #bde0f5;
}
.hkn-trust-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #27ae60;
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  flex-shrink: 0;
}

/* === フォームセクション === */
.hkn-form-section {
  background: #fff;
  border: 3px solid #2e86c1;
  border-radius: 16px;
  padding: 36px 28px;
  margin-bottom: 36px;
  box-shadow: 0 4px 24px rgba(26, 82, 118, 0.1);
  position: relative;
}
.hkn-form-header {
  text-align: center;
  margin-bottom: 24px;
}
.hkn-form-badge {
  display: inline-block;
  background: #e8f8f5;
  color: #1a8c6e;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 20px;
  margin: 0 0 12px;
  border: 1px solid #a3e4d7;
}
.hkn-form-header h2 {
  font-size: 22px;
  font-weight: 800;
  color: #1a5276;
  margin: 0 0 8px;
}
.hkn-form-header p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* === 選ばれる理由 === */
.hkn-reasons { margin-bottom: 36px; }
.hkn-reason-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.hkn-reason {
  flex: 1;
  min-width: 220px;
  background: #f8fbfe;
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
  border: 1px solid #dce9f3;
}
.hkn-reason-icon {
  font-size: 36px;
  margin-bottom: 12px;
  line-height: 1;
}
.hkn-reason h3 {
  font-size: 16px;
  font-weight: 800;
  color: #1a5276;
  margin: 0 0 8px;
}
.hkn-reason p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.7;
}

/* === FAQ === */
.hkn-faq {
  margin-bottom: 36px;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 32px 28px;
}
.hkn-faq .hkn-section-title {
  margin-bottom: 20px;
}
.hkn-faq-item {
  background: #fff;
  border-radius: 8px;
  padding: 18px 20px;
  margin-bottom: 12px;
  border: 1px solid #e9ecef;
}
.hkn-faq-item:last-child { margin-bottom: 0; }
.hkn-faq-q {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
  padding: 0;
}
.hkn-faq-q::before {
  content: "Q. ";
  color: #2e86c1;
  font-weight: 800;
}
.hkn-faq-a {
  font-size: 14px;
  color: #555;
  padding-left: 28px;
  position: relative;
  line-height: 1.7;
  margin: 0;
}
.hkn-faq-a::before {
  content: "A. ";
  color: #e67e22;
  font-weight: 800;
  position: absolute;
  left: 0;
}

/* === ボトムCTA === */
.hkn-bottom-cta {
  background: linear-gradient(135deg, #0d3b66 0%, #1a6fb5 50%, #2e86c1 100%);
  color: #fff;
  padding: 44px 28px;
  text-align: center;
  border-radius: 16px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.hkn-bottom-cta::before {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 300px;
  height: 300px;
  background: rgba(255,255,255,0.04);
  border-radius: 50%;
}
.hkn-bottom-cta h3 {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 12px;
  position: relative;
}
.hkn-bottom-cta p {
  font-size: 15px;
  opacity: 0.92;
  margin: 0 0 24px;
  line-height: 1.7;
  position: relative;
}
.hkn-cta-btn {
  display: inline-block;
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
  color: #fff !important;
  font-size: 18px;
  font-weight: 800;
  padding: 18px 48px;
  border-radius: 50px;
  text-decoration: none !important;
  box-shadow: 0 4px 16px rgba(230, 126, 34, 0.4);
  transition: all 0.3s;
  position: relative;
}
.hkn-cta-btn:hover {
  background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(230, 126, 34, 0.5);
  color: #fff !important;
}

/* === Reassure === */
.hkn-reassure {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin: 0 0 24px;
}

/* ============================================
   レスポンシブ
   ============================================ */
@media (max-width: 768px) {
  .hkn-hero { padding: 40px 20px 36px; }
  .hkn-hero h1 { font-size: 23px; }
  .hkn-hero-cta { font-size: 16px; padding: 16px 36px; }
  .hkn-stats { flex-wrap: wrap; border-radius: 0 0 12px 12px; }
  .hkn-stat { flex: 0 0 50%; padding: 8px 12px; }
  .hkn-stat:nth-child(2) { border-right: none; }
  .hkn-stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.15); padding-bottom: 12px; }
  .hkn-stat:nth-child(n+3) { padding-top: 12px; }
  .hkn-steps { flex-direction: column; gap: 12px; }
  .hkn-step { min-width: auto; }
  .hkn-step-arrow { transform: rotate(90deg); }
  .hkn-form-section { padding: 24px 18px; }
  .hkn-problem { padding: 24px 20px; }
  .hkn-reason-grid { flex-direction: column; }
  .hkn-reason { min-width: auto; }
  .hkn-bottom-cta { padding: 32px 20px; }
  .hkn-bottom-cta h3 { font-size: 19px; }
  .hkn-cta-btn { font-size: 16px; padding: 16px 36px; }
  .hkn-faq { padding: 24px 18px; }
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}