@charset "UTF-8";
/* ==========================================================================
   components.css — サイト共通パーツ
   ヘッダー / 下層ページ見出し / CTA帯 / フッター / 追従バー / ボタン / バッジ
   ========================================================================== */

/* --------------------------------------------------------------------------
   ボタン（共通ベース＋配色バリエーション）
   -------------------------------------------------------------------------- */
.btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  font-size:15px;
  border-radius:10px;
}
/* サイズ */
.btn-lg{padding:15px 22px;}

/* 緑（メインCTA） */
.btn-green{
  background:linear-gradient(180deg,#7ccb4e 0%,#5fb733 52%,#4e9e28 100%);
  color:#fff;
  box-shadow:0 6px 16px rgba(78,158,40,0.4),inset 0 1px 0 rgba(255,255,255,0.55),inset 0 -2px 3px rgba(50,110,15,0.4);
  text-shadow:0 1px 1px rgba(50,110,15,0.35);
}
/* 青（メール・サブCTA） */
.btn-blue{
  background:linear-gradient(180deg,#3f7fc4 0%,#0d5aa7 52%,#0a4074 100%);
  color:#fff;
  box-shadow:0 6px 16px rgba(13,90,167,0.4),inset 0 1px 0 rgba(255,255,255,0.5),inset 0 -2px 3px rgba(8,45,80,0.4);
  text-shadow:0 1px 1px rgba(8,45,80,0.35);
}
/* LINE（グラデーション） */
.btn-line{
  background:linear-gradient(180deg,#3ce07a 0%,#06c755 52%,#05a648 100%);
  color:#fff;
  box-shadow:0 6px 16px rgba(6,199,85,0.42),inset 0 1px 0 rgba(255,255,255,0.55),inset 0 -2px 3px rgba(4,120,50,0.4);
  text-shadow:0 1px 1px rgba(4,120,50,0.35);
}
/* 半透明（濃色背景の上） */
.btn-ghost{
  background:rgba(255,255,255,0.14);
  border:1px solid rgba(255,255,255,0.45);
  color:#fff;
}

/* --------------------------------------------------------------------------
   ヘッダー
   -------------------------------------------------------------------------- */
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:#fff;
  border-bottom:1px solid #e6ebf0;
}
.hdr-inner{
  max-width:100%;
  margin:0 auto;
  padding:12px 30px;
  display:flex;
  align-items:center;
  gap:28px;
}
.hdr-logo{
  display:flex;
  align-items:center;
  flex-shrink:0;
}
.hdr-logo img{
  height:52px;
  width:auto;
  display:block;
}
.hdr-nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:38px;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:500;
  font-size:16px;
}
.hdr-nav-link{
  color:#1f2d3a;
  padding:8px 0;
}
.hdr-drop-toggle{
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:#1f2d3a;
  cursor:pointer;
  padding:8px 0;
}
.hdr-drop-inner{
  background:#fff;
  border:1px solid #e6ebf0;
  border-radius:10px;
  box-shadow:0 12px 30px rgba(13,90,167,0.12);
  min-width:190px;
  overflow:hidden;
}
.hdr-drop-link{
  display:block;
  padding:13px 20px;
  color:#1f2d3a;
  font-size:15px;
  border-bottom:1px solid #f0f3f6;
}
.hdr-drop-link:last-child{border-bottom:none;}
.hdr-tel{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  line-height:1.15;
  background:#f2f8ff;
  border:1px solid #d5e6f7;
  border-radius:10px;
  padding:8px 16px;
}
.hdr-telbadge{
  display:inline-flex;
  align-items:center;
  gap:7px;
  background:linear-gradient(180deg,#f5d67a 0%,#e0a52b 48%,#c8871a 100%);
  color:#fff;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  font-size:12px;
  letter-spacing:.04em;
  padding:3px 10px;
  border-radius:100px;
  margin-bottom:3px;
  box-shadow:0 1px 3px rgba(150,100,10,0.4),inset 0 1px 0 rgba(255,255,255,0.7),inset 0 -1px 1px rgba(120,80,0,0.35);
  text-shadow:0 1px 1px rgba(120,80,0,0.35);
}
.hdr-telnum{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#0d5aa7;
  font-weight:700;
  font-size:25px;
  font-family:'Zen Kaku Gothic New',sans-serif;
}
.hdr-cta{
  flex-shrink:0;
  padding:15px 24px;
}
.hdr-burger{
  flex-shrink:0;
  width:46px;
  height:46px;
  border:1px solid #d5e6f7;
  background:#f2f8ff;
  border-radius:10px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  cursor:pointer;
  padding:0;
}
.hdr-burger span{
  display:block;
  width:22px;
  height:2px;
  background:#0d3a63;
  border-radius:2px;
}

/* SPドロワー */
.sp-menu{
  border-top:1px solid #e6ebf0;
  background:#fff;
  padding:8px 16px 18px;
}
.sp-menu-link{
  display:block;
  padding:15px 4px;
  color:#1f2d3a;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  font-size:16px;
  border-bottom:1px solid #f0f3f6;
}
.sp-menu-cta{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:16px;
  background:linear-gradient(180deg,#7ccb4e 0%,#5fb733 52%,#4e9e28 100%);
  color:#fff;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  font-size:16px;
  padding:16px;
  border-radius:10px;
  box-shadow:0 6px 16px rgba(78,158,40,0.4),inset 0 1px 0 rgba(255,255,255,0.55);
  text-shadow:0 1px 1px rgba(50,110,15,0.35);
}

/* --------------------------------------------------------------------------
   下層ページ見出し（inc/pagehead.php）
   -------------------------------------------------------------------------- */
.pagehead{
  background:#eef1f5;
  border-bottom:1px solid #e0e6ec;
}
.pagehead-inner{
  max-width:1200px;
  margin:0 auto;
  padding:20px 24px 30px;
}
.breadcrumb{
  font-size:13px;
  color:#7c8896;
  margin-bottom:14px;
}
.breadcrumb a{color:#7c8896;}
.pagehead-box{
  background:#fff;
  border-radius:6px;
  padding:22px 30px;
  display:flex;
  align-items:baseline;
  gap:16px;
}
.pagehead-title{
  margin:0;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  font-size:34px;
  color:#1f2d3a;
  letter-spacing:.02em;
}
.pagehead-en{
  font-family:'Jost',sans-serif;
  font-weight:600;
  font-size:14px;
  letter-spacing:.16em;
  color:#9aa6b3;
  text-transform:uppercase;
}

/* --------------------------------------------------------------------------
   共通CTA帯（inc/footer.php 上部）
   -------------------------------------------------------------------------- */
.cta{
  background:linear-gradient(135deg,#0e3a63,#0a2c4d);
  padding:66px 24px 62px;
  text-align:center;
}
.cta-title{
  margin:0;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  color:#fff;
  font-size:32px;
  line-height:1.45;
}
.cta-badges{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  margin-top:22px;
}
.cta-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#fff;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  font-size:13.5px;
  padding:8px 16px;
  border-radius:100px;
}
.cta-badge-gold{
  background:linear-gradient(180deg,#f5d67a 0%,#e0a52b 48%,#c8871a 100%);
  box-shadow:0 1px 3px rgba(150,100,10,0.4),inset 0 1px 0 rgba(255,255,255,0.7),inset 0 -1px 1px rgba(120,80,0,0.35);
  text-shadow:0 1px 1px rgba(120,80,0,0.35);
}
.cta-badge-green{
  background:linear-gradient(180deg,#7ccb4e 0%,#5fb733 52%,#4e9e28 100%);
  box-shadow:0 1px 3px rgba(40,90,15,0.4),inset 0 1px 0 rgba(255,255,255,0.55),inset 0 -1px 1px rgba(40,90,15,0.35);
  text-shadow:0 1px 1px rgba(40,90,15,0.35);
}
.cta-badge-blue{
  background:linear-gradient(180deg,#3f7fc4 0%,#0d5aa7 52%,#0a4074 100%);
  box-shadow:0 1px 3px rgba(8,45,80,0.45),inset 0 1px 0 rgba(255,255,255,0.5),inset 0 -1px 1px rgba(8,45,80,0.4);
  text-shadow:0 1px 1px rgba(8,45,80,0.4);
}
.cta-badge-teal{
  background:linear-gradient(180deg,#5ec4cc 0%,#2e9aa4 52%,#1f7b84 100%);
  box-shadow:0 1px 3px rgba(15,80,88,0.4),inset 0 1px 0 rgba(255,255,255,0.55),inset 0 -1px 1px rgba(15,80,88,0.35);
  text-shadow:0 1px 1px rgba(15,80,88,0.35);
}
.cta-note{
  margin:16px 0 0;
  color:#cfe0f0;
  font-size:14px;
  line-height:1.7;
}
.cta-note strong{
  color:#fff;
  font-weight:700;
}
.cta-box{
  max-width:820px;
  margin:34px auto 0;
  background:#fff;
  border-radius:14px;
  padding:22px 26px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  flex-wrap:wrap;
  box-shadow:0 18px 40px rgba(0,0,0,0.22);
}
.cta-tel{
  display:flex;
  flex-direction:column;
  line-height:1.25;
  text-align:left;
}
.cta-telnum{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#0d5aa7;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  font-size:32px;
}
.cta-telnote{
  color:#6b7787;
  font-size:12.5px;
  margin-left:33px;
}
.cta-btns{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

/* --------------------------------------------------------------------------
   フッター
   -------------------------------------------------------------------------- */
.site-footer{
  background:#0a2338;
  color:#cdd9e6;
  padding:48px 24px 30px;
}
.footer-inner{
  max-width:1200px;
  margin:0 auto;
  text-align:center;
}
.footer-logo{
  display:inline-flex;
  background:#fff;
  border-radius:14px;
  padding:16px 22px;
}
.footer-logo img{
  height:96px;
  width:auto;
  display:block;
}
.footer-address{
  margin-top:14px;
  font-size:13.5px;
  color:#9fb2c4;
}
.footer-nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px 26px;
  margin:26px 0 22px;
  padding:20px 0;
  border-top:1px solid #1c3a54;
  border-bottom:1px solid #1c3a54;
  font-size:14px;
}
.footer-nav a{color:#cdd9e6;}
.footer-copy{
  font-size:12px;
  color:#6f869b;
}

/* --------------------------------------------------------------------------
   PC追従バー
   -------------------------------------------------------------------------- */
.pc-fixed-bar{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:60;
  background:linear-gradient(180deg,#0d5aa7,#0d3a63);
  box-shadow:0 -6px 24px rgba(0,0,0,0.24);
}
.pcbar-inner{
  max-width:1280px;
  margin:0 auto;
  height:96px;
  padding:0 26px 0 196px;
  display:flex;
  align-items:center;
  gap:22px;
  position:relative;
}
.pcbar-ill{
  position:absolute;
  left:14px;
  bottom:-20px;
  height:175px;
  width:auto;
}
.pcbar-circle{
  flex-shrink:0;
  width:74px;
  height:74px;
  border-radius:50%;
  background:#5fb733;
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  font-size:18px;
  line-height:1.15;
  box-shadow:0 4px 12px rgba(0,0,0,0.22);
}
.pcbar-tel{
  display:flex;
  flex-direction:column;
  line-height:1.1;
}
.pcbar-lead{
  color:#cfe0f0;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  font-size:14px;
  margin-bottom:2px;
}
.pcbar-telnum{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#fff;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  font-size:34px;
}
.pcbar-hours{
  display:flex;
  flex-direction:column;
  line-height:1.35;
  color:#cfe0f0;
  font-size:14px;
}
.pcbar-hours strong{
  color:#fff;
  font-weight:700;
}
.pcbar-badge{
  display:inline-flex;
  align-items:center;
  gap:5px;
  background:linear-gradient(180deg,#f5d67a 0%,#e0a52b 48%,#c8871a 100%);
  border-radius:100px;
  padding:3px 13px;
  width:max-content;
  margin-top:5px;
  color:#fff;
  font-weight:700;
  font-size:13.5px;
  box-shadow:0 1px 3px rgba(150,100,10,0.4),inset 0 1px 0 rgba(255,255,255,0.7),inset 0 -1px 1px rgba(120,80,0,0.35);
  text-shadow:0 1px 1px rgba(120,80,0,0.35);
}
.pcbar-mail{
  margin-left:auto;
  gap:9px;
  line-height:1.3;
  padding:11px 22px;
}
.pcbar-line{
  flex-direction:row;
  justify-content:center;
  white-space:nowrap;
  background:#06c755;
  color:#fff;
  padding:13px 22px;
  box-shadow:0 4px 12px rgba(6,199,85,0.4);
}
.pcbar-close{
  position:absolute;
  right:-10px;
  top:-13px;
  width:26px;
  height:26px;
  border-radius:50%;
  border:none;
  background:#33465a;
  color:#fff;
  font-size:15px;
  line-height:1;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 2px 6px rgba(0,0,0,0.3);
}

/* --------------------------------------------------------------------------
   SP追従バー
   -------------------------------------------------------------------------- */
.sp-fixed-bar{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:60;
  background:#fff;
  border-top:1px solid #e0e6ec;
  box-shadow:0 -4px 16px rgba(0,0,0,0.12);
  padding:8px 10px;
  display:flex;
  gap:8px;
}
.spbar-btn{
  flex:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:1px;
  min-height:60px;
  color:#fff;
  border-radius:10px;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
}
.spbar-btn-tel{
  flex:1.25;
  background:linear-gradient(180deg,#3f7fc4 0%,#0d5aa7 52%,#0a4074 100%);
  box-shadow:0 4px 12px rgba(13,90,167,0.35),inset 0 1px 0 rgba(255,255,255,0.45);
  text-shadow:0 1px 1px rgba(8,45,80,0.35);
}
.spbar-btn-line{
  background:linear-gradient(180deg,#3ce07a 0%,#06c755 52%,#05a648 100%);
  box-shadow:0 4px 12px rgba(6,199,85,0.35),inset 0 1px 0 rgba(255,255,255,0.5);
  text-shadow:0 1px 1px rgba(4,120,50,0.35);
}
.spbar-btn-mail{
  background:linear-gradient(180deg,#7ccb4e 0%,#5fb733 52%,#4e9e28 100%);
  box-shadow:0 4px 12px rgba(78,158,40,0.35),inset 0 1px 0 rgba(255,255,255,0.5);
  text-shadow:0 1px 1px rgba(50,110,15,0.35);
}
.spbar-sub{
  font-size:10.5px;
  opacity:.92;
}
.spbar-main{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:16px;
  line-height:1.1;
}
.spbar-btn-tel .spbar-main{font-size:17px;}

/* --------------------------------------------------------------------------
   セクション共通（背景・幅・見出し）
   -------------------------------------------------------------------------- */
.sec{padding:76px 24px;}
.sec-70{padding:70px 24px;}
.bg-white{background:#fff;}
.sec-white{background:#fff;}
.sec-gray{background:#f4f7fa;}
.sec-leaf-bg{background:#eef7e8 url('assets/bg-01.png') top center / 100% auto repeat-y;}
.sec-paper-bg{background:#fff url('assets/bg-01.png') top center / 100% auto repeat-y;}

/* コンテンツ幅 */
.container{margin:0 auto;}
.container-760{max-width:760px;}
.container-880{max-width:880px;}
.container-900{max-width:900px;}
.container-960{max-width:960px;}
.container-1000{max-width:1000px;}
.container-1080{max-width:1080px;}
.container-1100{max-width:1100px;}
.container-1160{max-width:1160px;}
.container-1200{max-width:1200px;}
.container-1300{max-width:1300px;}

/* 英字ラベル・セクション見出し */
.sec-en{
  text-align:center;
  font-family:'Jost',sans-serif;
  font-weight:600;
  font-size:13px;
  letter-spacing:.2em;
  color:#9aa6b3;
}
.sec-title{
  margin:8px 0 44px;
  text-align:center;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  font-size:32px;
  color:#1f2d3a;
}
.sec-title.sec-title-sm{font-size:30px;}
.sec-title.mb-34{margin-bottom:34px;}
.sec-title.mb-36{margin-bottom:36px;}
.sec-title.mb-40{margin-bottom:40px;}
.sec-title.mb-50{margin-bottom:50px;}
/* STEP 01 などの小見出し英字 */
.step-en{
  font-family:'Jost',sans-serif;
  font-weight:600;
  font-size:13px;
  letter-spacing:.12em;
  color:#5fb733;
}

/* 3列グリッド（SPは style.css の .g1 / .g2sp で1列化） */
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.grid3.gap-22{gap:22px;}

/* 中央寄せボタン置き場 */
.btn-wrap{text-align:center;}
.btn-wrap.mt-28{margin-top:28px;}
.btn-wrap.mt-32{margin-top:32px;}
.btn-wrap.mt-34{margin-top:34px;}
.btn-wrap.mt-40{margin-top:40px;}

/* --------------------------------------------------------------------------
   ボタン追加バリエーション
   -------------------------------------------------------------------------- */
.btn-md{padding:14px 22px;}
.btn-navy{
  display:inline-block;
  background:#0d3a63;
  color:#fff;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  font-size:15px;
  padding:14px 34px;
  border-radius:9px;
  box-shadow:0 6px 16px rgba(13,58,99,0.22);
}
.btn-navy-icon{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#0d3a63;
  color:#fff;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  font-size:15px;
  padding:13px 30px;
  border-radius:9px;
  box-shadow:0 6px 16px rgba(13,58,99,0.22);
}
.btn-outline-navy{
  display:inline-block;
  border:1.5px solid #0d3a63;
  color:#0d3a63;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  font-size:15px;
  padding:12px 30px;
  border-radius:8px;
}

/* --------------------------------------------------------------------------
   ミニCTA（黄緑ボックス・電話＋ボタン）
   -------------------------------------------------------------------------- */
.minicta{
  background:#f7fbf4;
  border:2px solid #d5e9c6;
  border-radius:16px;
  padding:26px 30px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:26px;
  flex-wrap:wrap;
}
.minicta.mt-34{margin-top:34px;}
.minicta.mt-40{margin-top:40px;}
.minicta-body{text-align:left;}
.minicta-lead{
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  font-size:17px;
  color:#0d3a63;
}
.minicta-tel{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#0d5aa7;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  font-size:32px;
  line-height:1.25;
}
.minicta-btns{display:flex;gap:11px;flex-wrap:wrap;}

/* --------------------------------------------------------------------------
   表（料金表など）
   -------------------------------------------------------------------------- */
.card-flat{
  background:#fff;
  border:1px solid #e6ecf2;
  border-radius:12px;
  overflow:hidden;
}
/* 枠線のみ（背景なし） */
.tbl-frame{
  border:1px solid #e6ecf2;
  border-radius:12px;
  overflow:hidden;
}
.tbl{width:100%;border-collapse:collapse;font-size:15px;}
.tbl thead tr{background:#0d3a63;color:#fff;font-family:'Zen Kaku Gothic New',sans-serif;}
.tbl th{text-align:left;padding:14px 22px;font-weight:700;}
.tbl tbody tr{border-top:1px solid #eef1f5;}
.tbl td{padding:14px 22px;color:#3a4854;}
.tbl td.cell-name{color:#1f2d3a;}

/* 注記テキスト（表の下などで使う小さな注意書き） */
.tbl-notes{margin-top:16px;font-size:13.5px;line-height:1.9;color:#7b8794;}
.note-line{margin:0;}
.note-line2{margin:4px 0 0;}
.note-fine{margin:8px 0 0;color:#9aa6b3;font-size:12px;}

/* 画像をボックスいっぱいに敷く */
.img-cover{width:100%;height:100%;object-fit:cover;display:block;}

/* 追加のセクション余白・幅 */
.sec-60{padding:60px 24px;}
.container-820{max-width:820px;}

/* 英字ラベルなしの単独セクション見出し */
.sec-title-solo{
  margin:0 0 36px;
  text-align:center;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  font-size:28px;
  color:#1f2d3a;
}

/* タグ・ピル */
.tag-green{
  background:linear-gradient(180deg,#7ccb4e 0%,#5fb733 52%,#4e9e28 100%);
  color:#fff;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  font-size:13.5px;
  padding:9px 18px;
  border-radius:100px;
  box-shadow:0 2px 6px rgba(40,90,15,0.32),inset 0 1px 0 rgba(255,255,255,0.55),inset 0 -1px 1px rgba(40,90,15,0.35);
  text-shadow:0 1px 1px rgba(40,90,15,0.35);
}
.tag-outline{
  background:#fff;
  color:#0d3a63;
  border:1.5px solid #0d3a63;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  font-size:13.5px;
  padding:8px 17px;
  border-radius:100px;
  box-shadow:0 2px 6px rgba(13,58,99,0.14);
}

/* 表：セル余白・文字サイズのバリエーション */
.tbl.tbl-145{font-size:14.5px;}
.tbl .th-13{padding:13px 22px;}
.tbl .cell-13{padding:13px 22px;}
.tbl .th-52{width:52%;}
.tbl .th-62{width:62%;}

/* 汎用 */
.ta-center{text-align:center;}
.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.grid3.gap-20{gap:20px;}
.sec-56{padding:56px 24px;}
.sec-64-40{padding:64px 24px 40px;}
.sec-title-solo.mb-34{margin-bottom:34px;}
/* 英字ラベル付き・28px見出し */
.sec-title-mid{
  margin:8px 0 40px;
  text-align:center;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  font-size:28px;
  color:#1f2d3a;
}
/* 小見出し（26px） */
.sec-title-sub{
  margin:0 0 28px;
  text-align:center;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  font-size:26px;
  color:#1f2d3a;
}
.sec-title-sub.mb-24{margin-bottom:24px;}
.sec-title-sub.mb-12{margin-bottom:12px;}
.sec-lead-note{margin:0 0 26px;text-align:center;font-size:13.5px;color:#7b8794;}

/* --------------------------------------------------------------------------
   一覧ページ共通（カード・タブ・ページャ）
   -------------------------------------------------------------------------- */
.sec-56-80{padding:56px 24px 80px;}
.sec-56-56{padding:56px 24px 56px;}
.sec-56-20{padding:56px 24px 20px;}
.sec-60-30{padding:60px 24px 30px;}
.sec-60-80{padding:60px 24px 80px;}
.sec-64-80{padding:64px 24px 80px;}
.sec-66{padding:66px 24px;}
.sec-66.mt-40{margin-top:40px;}
.container-860{max-width:860px;}
.container-920{max-width:920px;}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:22px;}
.grid3.mt-22{margin-top:22px;}
.sec-title-solo.mb-40{margin-bottom:40px;}
.sec-title-mid.mb-36{margin-bottom:36px;}
.tbl-frame.mb-40{margin-bottom:40px;}

/* 絞り込みタブ */
.tabs{
  display:flex;
  justify-content:center;
  gap:12px;
  margin-bottom:40px;
  flex-wrap:wrap;
}
.tab{
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  border-radius:100px;
  border:1px solid #e0e6ec;
  text-decoration:none;
  display:inline-block;
  background:#eef1f5;
  color:#5a6875;
}
.tab-works{padding:10px 26px;font-size:14.5px;}
.tab-blog{padding:10px 22px;font-size:14px;}
.tab.is-active{background:#0d3a63;color:#fff;border-color:#0d3a63;}

/* 一覧カード */
.card-link-flat{
  display:block;
  background:#fff;
  border:1px solid #e6ecf2;
  border-radius:12px;
  overflow:hidden;
  color:inherit;
}
.card-thumb-light{
  aspect-ratio:16/10;
  background:#eef1f5;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#9aa6b3;
  font-size:12.5px;
}
.card-body{padding:16px 20px 20px;}
.card-date-block{font-family:'Jost',sans-serif;color:#9aa6b3;font-size:13px;margin-bottom:8px;}
.card-title-sm{
  margin:0;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  font-size:15.5px;
  color:#1f2d3a;
  line-height:1.5;
}
.list-note{margin:26px 0 0;font-size:12px;color:#9aa6b3;line-height:1.8;}

/* ページャ */
.pager{display:flex;justify-content:center;gap:8px;margin-top:44px;}
.pager-arrow{
  width:40px;
  height:40px;
  border-radius:8px;
  border:1px solid #e0e6ec;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#7b8794;
  font-size:14px;
}
.pager-num{
  width:40px;
  height:40px;
  border-radius:8px;
  border:1px solid #e0e6ec;
  color:#3a4854;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:'Jost',sans-serif;
  font-weight:600;
}
.pager-num.is-current{
  background:#0d3a63;
  color:#fff;
  border:none;
}

/* 表：見出しセルのバリエーション */
.tbl thead tr.thead-light{background:#eef1f5;color:inherit;}
.tbl .th-30{width:30%;}
.tbl .th-gray{color:#3a4854;}
.tbl .th-label{
  text-align:left;
  width:32%;
  padding:16px 22px;
  background:#f4f7fa;
  color:#3a4854;
  font-weight:700;
  font-family:'Zen Kaku Gothic New',sans-serif;
  vertical-align:top;
}
.tbl .cell-16{padding:16px 22px;line-height:1.7;}

/* 記事本文 */
.box-820{max-width:820px;}
.article-h2{
  margin:0 0 16px;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  color:#0d3a63;
  border-left:5px solid #5fb733;
  padding-left:14px;
}
.article-h2-20{font-size:20px;line-height:1.4;}
.article-h2-22{font-size:22px;}
.article-h2-24{font-size:24px;line-height:1.4;}
.article-h2.mb-14{margin-bottom:14px;}
.article-p{margin:0 0 18px;font-size:15.5px;line-height:2;color:#3a4854;}
.article-p.mb-20{margin-bottom:20px;}
.article-p.mb-24{margin-bottom:24px;}
.article-p.mb-36{margin-bottom:36px;}
.article-p.mb-40{margin-bottom:40px;}
.article-fine{margin:0;font-size:12px;color:#9aa6b3;}

/* 緑ベタ塗りボタン */
.btn-green-flat{
  display:inline-flex;
  align-items:center;
  gap:9px;
  background:#5fb733;
  color:#fff;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-weight:700;
  font-size:15px;
  padding:14px 26px;
  border-radius:9px;
  box-shadow:0 6px 16px rgba(95,183,51,0.3);
}
