@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
*/

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

/* ==== トップページ リニューアル (kt-page) v2: 紺×写真デザイン ==== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

.page-id-7 .hvn-header { display: none !important; }
.page-id-7 #sidebar { display: none !important; }
.page-id-7 #main,
.page-id-7 #content,
.page-id-7 article { width: 100% !important; max-width: 100% !important; }

.kt-page {
  --kt-navy: #123a63;
  --kt-navy-deep: #0c2947;
  --kt-navy-ink: #16233d;
  --kt-bg: #ffffff;
  --kt-bg-alt: #eef3f8;
  --kt-ink: #1c2733;
  --kt-ink-soft: #52606f;
  --kt-ink-faint: #8695a5;
  --kt-rule: #dde5ec;
  --kt-highlight: #ffd54a;
  --kt-highlight-ink: #1c2733;
  --kt-shadow: 0 20px 44px -26px rgba(18, 58, 99, 0.35);
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
  color: var(--kt-ink);
  line-height: 1.85;
  background: var(--kt-bg);
  margin: -30px -20px 0;
}
.kt-page * { box-sizing: border-box; }
.kt-page a { color: inherit; }
.kt-page .kt-wrap { max-width: 1080px; margin: 0 auto; padding: 0 28px; }
.kt-page .kt-prose { max-width: 640px; }
.kt-page h1, .kt-page h2, .kt-page h3 { margin: 0; color: var(--kt-navy-ink); }
.kt-page .kt-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .78rem; letter-spacing: .14em; color: var(--kt-navy); font-weight: 700;
}
.kt-page .kt-eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--kt-highlight); }
.kt-page .kt-mark { background: linear-gradient(transparent 60%, var(--kt-highlight) 60%); }

/* Hero */
.kt-hero { position: relative; overflow: hidden; background: var(--kt-navy-deep); }
.kt-hero-photos { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.kt-hero-photos div { background-size: cover; background-position: center; }
.kt-hero-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,41,71,.55), rgba(12,41,71,.72) 55%, rgba(12,41,71,.88)); }
.kt-hero-inner { position: relative; z-index: 1; max-width: 860px; margin: 0 auto; padding: 100px 28px 76px; text-align: center; }
.kt-hero-inner .kt-eyebrow { color: var(--kt-highlight); justify-content: center; }
.kt-hero-inner .kt-eyebrow::before { background: var(--kt-highlight); }
.kt-hero h1 { color: #fff; font-size: clamp(1.6rem, 3.4vw, 2.4rem); font-weight: 900; line-height: 1.65; margin-top: 18px; }
.kt-hero h1 .kt-mark { color: #fff; }
.kt-hero p.kt-lede { color: #dbe4ee; margin-top: 20px; font-size: .98rem; max-width: 56ch; margin-left: auto; margin-right: auto; }
.kt-hero-ctas { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.kt-btn-primary, .kt-btn-secondary {
  display: inline-flex; align-items: center; gap: 10px; padding: 15px 28px; border-radius: 4px;
  font-weight: 700; font-size: .94rem; text-decoration: none;
}
.kt-page a.kt-btn-primary { background: var(--kt-highlight); color: var(--kt-highlight-ink); box-shadow: var(--kt-shadow); }
.kt-page a.kt-btn-secondary { background: rgba(255,255,255,.08); color: #fff; border: 1.5px solid rgba(255,255,255,.5); }
.kt-btn-primary .kt-num { font-variant-numeric: tabular-nums; font-size: 1.08rem; }

/* Trust strip */
.kt-trust { background: var(--kt-bg-alt); border-bottom: 1px solid var(--kt-rule); }
.kt-trust-grid { max-width: 1080px; margin: 0 auto; padding: 24px 28px; display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; text-align: center; }
.kt-trust-grid div:not(:last-child) { border-right: 1px solid var(--kt-rule); }
.kt-trust-num { font-size: 1.5rem; font-weight: 900; color: var(--kt-navy); font-variant-numeric: tabular-nums; }
.kt-trust-label { font-size: .72rem; color: var(--kt-ink-faint); margin-top: 4px; }

/* Sections */
.kt-page section { padding: 72px 0; }
.kt-page section.kt-alt { background: var(--kt-bg-alt); }
.kt-section-head { text-align: center; margin: 0 auto 44px; }
.kt-section-head .kt-eyebrow { justify-content: center; }
.kt-section-head h2 { font-size: clamp(1.4rem, 2.4vw, 1.8rem); font-weight: 900; margin-top: 12px; }
.kt-section-head p { color: var(--kt-ink-soft); margin: 14px auto 0; max-width: 58ch; }

/* Pain-point cards */
.kt-pain-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.kt-pain-card { background: var(--kt-bg); border-radius: 10px; overflow: hidden; box-shadow: var(--kt-shadow); }
.kt-pain-card .kt-photo { height: 150px; background-size: cover; background-position: center; }
.kt-pain-card .kt-body { padding: 24px; }
.kt-pain-card h3 { font-size: 1rem; font-weight: 900; color: var(--kt-navy); line-height: 1.6; }
.kt-pain-card p { margin-top: 12px; color: var(--kt-ink-soft); font-size: .88rem; }

/* Feature rows */
.kt-feature-list { display: flex; flex-direction: column; }
.kt-feature-row { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 26px 0; border-top: 1px solid var(--kt-rule); }
.kt-feature-list .kt-feature-row:last-child { border-bottom: 1px solid var(--kt-rule); }
.kt-feature-num { width: 52px; height: 52px; border-radius: 50%; background: var(--kt-navy); color: #fff; display: grid; place-items: center; font-weight: 900; font-size: 1.1rem; flex: none; }
.kt-feature-row h3 { font-size: 1rem; font-weight: 900; }
.kt-feature-row p { margin-top: 10px; color: var(--kt-ink-soft); font-size: .88rem; max-width: 62ch; }
.kt-feature-row .kt-tag { display: inline-block; margin-top: 10px; font-size: .7rem; font-weight: 700; color: var(--kt-navy); background: var(--kt-bg-alt); padding: 4px 12px; border-radius: 999px; }

/* Fee card */
.kt-fee-doc { background: var(--kt-bg); border-radius: 12px; box-shadow: var(--kt-shadow); overflow: hidden; }
.kt-fee-doc-head { background: var(--kt-navy); color: #fff; padding: 20px 26px; display: flex; justify-content: space-between; align-items: baseline; }
.kt-fee-doc-head h3 { color: #fff; font-size: 1rem; font-weight: 900; }
.kt-fee-doc-head span { font-size: .72rem; opacity: .8; }
table.kt-fees { width: 100%; border-collapse: collapse; font-size: .88rem; }
table.kt-fees th, table.kt-fees td { padding: 13px 26px; text-align: left; border-bottom: 1px solid var(--kt-rule); }
table.kt-fees th { color: var(--kt-ink-faint); font-weight: 500; font-size: .74rem; }
table.kt-fees td.kt-amount { text-align: right; font-variant-numeric: tabular-nums; font-weight: 900; color: var(--kt-navy); white-space: nowrap; }
table.kt-fees tr:last-child td, table.kt-fees tr:last-child th { border-bottom: none; }
.kt-fee-foot { padding: 15px 26px; font-size: .76rem; color: var(--kt-ink-faint); border-top: 1px dashed var(--kt-rule); }
.kt-fee-note { display: flex; gap: 12px; margin-top: 22px; padding: 15px 20px; background: var(--kt-bg-alt); border-radius: 8px; font-size: .84rem; color: var(--kt-navy); font-weight: 700; }

/* Area */
.kt-area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.kt-area-photo { border-radius: 12px; height: 260px; background-size: cover; background-position: center; box-shadow: var(--kt-shadow); }
.kt-area-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.kt-area-list span { font-size: .78rem; padding: 6px 14px; background: var(--kt-bg-alt); border-radius: 999px; color: var(--kt-ink-soft); font-weight: 500; }

/* FAQ */
.kt-faq-item { border-top: 1px solid var(--kt-rule); }
.kt-faq-item:last-child { border-bottom: 1px solid var(--kt-rule); }
.kt-faq-item summary { padding: 18px 4px; cursor: pointer; display: flex; gap: 16px; align-items: baseline; font-weight: 700; list-style: none; font-size: .94rem; }
.kt-faq-item summary::-webkit-details-marker { display: none; }
.kt-faq-item summary .kt-qmark { background: var(--kt-navy); color: #fff; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; font-size: .78rem; flex: none; }
.kt-faq-item summary .kt-chev { margin-left: auto; color: var(--kt-ink-faint); transition: transform .2s ease; flex: none; }
.kt-faq-item[open] summary .kt-chev { transform: rotate(45deg); }
.kt-faq-item .kt-a { padding: 0 4px 20px 40px; color: var(--kt-ink-soft); font-size: .88rem; max-width: 62ch; }

/* Final CTA */
.kt-final-cta { position: relative; background: var(--kt-navy-deep); color: #fff; text-align: center; padding: 72px 28px; overflow: hidden; }
.kt-final-cta .kt-photo-bg { position: absolute; inset: 0; background-size: cover; background-position: center 20%; opacity: .28; }
.kt-final-cta .kt-content { position: relative; z-index: 1; }
.kt-final-cta .kt-eyebrow { color: var(--kt-highlight); justify-content: center; }
.kt-final-cta .kt-eyebrow::before { background: var(--kt-highlight); }
.kt-final-cta h2 { color: #fff; font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin-top: 14px; }
.kt-final-cta p { color: #dbe4ee; margin: 16px auto 0; max-width: 52ch; }
.kt-final-cta .kt-ctas { margin-top: 28px; display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

@media (prefers-color-scheme: dark) {
  .kt-page {
    --kt-navy: #3f7bc4;
    --kt-bg: #0f1720;
    --kt-bg-alt: #16212c;
    --kt-ink: #eef1f5;
    --kt-ink-soft: #b3c0cc;
    --kt-ink-faint: #7c8b9a;
    --kt-rule: #29394a;
  }
}

@media (max-width: 880px) {
  .kt-page nav.kt-nav { display: none; }
  .kt-hero-inner { padding: 72px 20px 56px; }
  .kt-trust-grid { grid-template-columns: repeat(2,1fr); gap: 18px 8px; }
  .kt-trust-grid div:nth-child(odd) { border-right: 1px solid var(--kt-rule); }
  .kt-trust-grid div:nth-child(2) { border-right: none; }
  .kt-pain-grid { grid-template-columns: 1fr; }
  .kt-area-grid { grid-template-columns: 1fr; }
  .kt-page section { padding: 52px 0; }
  .kt-feature-row { grid-template-columns: 40px 1fr; gap: 14px; }
  .kt-feature-num { width: 40px; height: 40px; font-size: .95rem; }
}

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

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

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