/*
  Theme Name: 生成AIリスキング研修｜HubHack（ハブハック）
  Theme URI: https://aireskilling.jp//wp-content/themes/habhack/
  Author:　HubHack（ハブハック）のランディングページ
  Version: 1.0
  Description:HubHack（ハブハック）のデザインテーマです。
  Author URI: https://aireskilling.jp/
*/

@charset "UTF-8"; 

/* =================================
リセット
================================= */  
@import"https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600,700&subset=japanese&font-display+swap"; 
@import"https://use.fontawesome.com/releases/v5.6.1/css/all.css"; 
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p { margin: 0; padding: 0; }
html { -ms-touch-action: manipulation; touch-action: manipulation; }
body { background: #FFF; -webkit-font-kerning: auto; font-kerning: auto; letter-spacing: .04em; text-rendering: optimizeLegibility; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; /*font-family: 'Noto Sans JP', '游ゴシック Medium', 'YuGothic',z 'YuGothicM', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '-apple-system', 'BlinkMacSystemFont', 'Verdana', 'Meiryo', sans-serif;*/
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;  
}
html { font-size: 62.5%; }
body { font-size: 1.4rem; }
@media(min-width:30em) { body { font-size: 1.5rem; } }
@media(min-width:48em) { body { font-size: 1.6rem; } }
a { color: #01a491; }
a:hover, button:hover, a img:hover { opacity: .8; transition: all .3s ease-in-out; }
img { border: 0; virtical-align: bottom; display: block; width: 100%; }
button { background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; appearance: none; }
ul, ol { list-style: none; }
input, textarea { -webkit-appearance: none; border-radius: 0; }
::placeholder { color: #CCC; }
.clearfix::after, .radio::after { content: ""; display: block; clear: both; }
* html .clearfix { height: 1px; }
i { padding: 0 .2em 0 0; }
table { border-collapse: collapse; border-spacing: 0; }
/* =================================
共通
================================= */
@media (min-width: 979px) { .hubhack_fact_view_pc { display: block; }
  .hubhack_fact_view_sp { display: none; }
  #contents section, .hubhack_fact_fv_inner { width: 1000px; margin: auto; line-height: 1.7; } }
@media (max-width: 978px) { 
  #contents section, .hubhack_fact_fv_inner { width: 90%; margin: auto; line-height: 1.7; }
  #wrap { overflow: hidden; }
}
@media (max-width: 478px) { .hubhack_fact_view_pc { display: none; }
  .hubhack_fact_view_sp { display: block; }
  #contents section, .hubhack_fact_fv_inner { width: auto; margin: auto; line-height: 1.7; } }
/* =================================
header
================================= */ 
:root { --hh-red: #e6302c; --hh-accent: #00A599; /* 下線カラー */
  --hh-black: #111; --hh-white: #fff; --hh-link: #111; --hh-head-h: 72px; --hh-uline-gap: 10px; /* 下線と文字との余白 */ }
* { box-sizing: border-box }
.hh-header { position: sticky; top: 0; z-index: 1000; background: #fff; }
.hh-nav { margin-right: 1em; }
.hh-inner { max-width: none; width: 100%; height: var(--hh-head-h); margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; }
.hubhack_fact_head_logo img { display: block; width: 200px }
/* PC nav */
.hh-nav { justify-self: right }
.hh-nav__list { display: flex; gap: 40px; list-style: none; margin: 0; padding: 0 }
.hh-link { position: relative; text-decoration: none; color: var(--hh-link); font-size: 14px; font-weight: bold; padding-bottom: var(--hh-uline-gap); background-image: linear-gradient(var(--hh-accent), var(--hh-accent)); background-repeat: no-repeat; background-position: 50% calc(100% - 1px); background-size: 0 1px; /* 太さ＝1px */
  transition: background-size .3s ease; }
.hh-link:hover, .hh-link:focus { color: var(--hh-accent); background-size: 100% 1px }
/* PC CTA */
.hh-cta { display: inline-flex; align-items: center; justify-content: center; height: var(--hh-head-h); padding: 0 28px; text-decoration: none; background: var(--hh-red); color: #fff; font-weight: bold; white-space: nowrap; }
/* Hamburger */
.hh-burger { display: none; position: relative; width: 64px; height: 64px; padding: 0; border: 0; background: #000; color: #fff; cursor: pointer; align-items: center; justify-content: center; gap: 8px; flex-direction: column; transition: transform .25s ease; z-index: 1002; }
.hh-burger.is-active { position: relative; top: 0; right: 0; }
.hh-burger__label { font-size: 12px; }
.hh-burger__bar { display: block; width: 35px; height: 2px; background: #fff; border-radius: 2px; transition: transform .3s ease, opacity .2s ease; }
.hh-burger.is-active .hh-burger__bar:nth-child(2) { transform: translateY(8px) rotate(45deg) }
.hh-burger.is-active .hh-burger__bar:nth-child(3) { opacity: 0 }
.hh-burger.is-active .hh-burger__bar:nth-child(4) { transform: translateY(-12px) rotate(-45deg) }
/* Overlay */
.hh-overlay { position: fixed; inset: 0; z-index: 999; pointer-events: none; clip-path: circle(0% at 100% 0%); opacity: 0; transform: scale(.985); transition: clip-path .55s cubic-bezier(.2, .6, .2, 1), opacity .35s ease, transform .35s ease; }
.hh-overlay::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .85); }
.hh-overlay__nav { position: absolute; inset: 0; background: transparent; display: flex; align-items: center; justify-content: center; opacity: .98; transform: translateY(8px); transition: opacity .45s ease .08s, transform .45s ease .08s; }
.hh-overlay__nav ul { list-style: none; margin: 0; padding: 24px; text-align: center }
.hh-overlay__nav li + li { margin-top: 22px }
.hh-overlay__nav a { display: inline-block; font-size: 20px; font-weight: bold; color: #fff; text-decoration: none; padding-bottom: var(--hh-uline-gap); background-image: linear-gradient(var(--hh-accent), var(--hh-accent)); background-repeat: no-repeat; background-position: 50% calc(100% - 1px); background-size: 0 1px; transition: background-size .25s ease; }
.hh-overlay__nav a:hover { background-size: 100% 1px; }
.hh-overlay__nav a.is-cta { padding-bottom: var(--hh-uline-gap); background: none; border-radius: 0; color: #fff; }
/* Overlay open */
.hh-overlay.is-open { clip-path: circle(150% at 100% 0%); opacity: 1; transform: none; pointer-events: auto }
.hh-overlay.is-open .hh-overlay__nav { opacity: 1; transform: none }
/* Responsive */
@media (max-width:900px) { :root { --hh-head-h: 64px }
  .hh-inner { grid-template-columns: auto 1fr auto; gap: 0; padding: 0 }
  .hh-nav { display: none }
  .hh-cta { display: flex; height: var(--hh-head-h); padding: 0 16px; justify-self: stretch; align-items: center; font-size: 16px; max-width: 200px; justify-self: end; }
  .hh-burger { display: flex; justify-self: end }
  .hubhack_fact_head_logo img { width: 200px; } }
@media (max-width:480px) { 
  .hh-cta { font-size: 14px; padding: 0 15px }
  .hubhack_fact_head_logo img { width: 100%; }
}

/* =================================
FV
================================= */
:root { --hh-teal: #00A599; /* ブランド色 */
  --hh-teal-dark: #008a83; --hh-red: #e6302c; --hh-white: #fff; --hh-text: #113; --hh-max: 1200px; --hh-gap: 24px; /* グリッド間隔 */
  --hh-r: 14px; /* 角丸 */ }
.hubhack_fact_fv { color: var(--hh-white); background: #0aa2a0 url("https://aireskilling.jp/wp-content/themes/hubhack/assets/images/fv_bg.jpg") center/cover no-repeat fixed; position: relative; overflow: hidden; }
.hubhack_fact_fv_bg_thum01 { position: absolute; z-index: -1; width: 100%; top: 0%; right: -25%; }
@media (max-width: 1200px) { .hubhack_fact_fv_bg_thum01 { width: 95%; right: -25%; } }
@media (max-width: 768px) { .hubhack_fact_fv_bg_thum01 { position: absolute; z-index: -1; width: 110%; top: 6%; right: -30%; } }
@media (max-width: 450px) { .hubhack_fact_fv_bg_thum01 { position: absolute; z-index: -1; width: 120%; top: 6%; right: -35%; } }
.hubhack_fact_fv_inner { position: relative; z-index: 1; max-width: var(--hh-max); margin: 0 auto; padding: clamp(28px, 4vw, 46px) 16px clamp(15px, 2vw, 20px); /*display: grid;*/ grid-template-columns: .8fr .95fr; gap: var(--hh-gap); align-items: flex-end; }
/* ===== 左：キャッチ群 ===== */
.hubhack_fact_fv_txt_left { margin: 0; display: grid; gap: 5px; align-content: start; }
.hubhack_fact_fv_cp_txt {
  text-shadow: 0 0 10px rgba(0,0,0,0.10),
               0 0 10px rgba(0,0,0,0.10),
               0 0 10px rgba(0,0,0,0.10),
               0 0 10px rgba(0,0,0,0.10),
               0 0 10px rgba(0,0,0,0.10);  
}
.hubhack_fact_fv_cp_1 { font-weight: bold; line-height: 1.6; letter-spacing: .02em; color: #e9fffb; font-size: clamp(13px, 1.1vw + .6rem, 18px); }
.hubhack_fact_fv_cp_1_2 { font-weight: bold; font-size: clamp(20px, 3vw, 30px); }
.hubhack_fact_fv_cp_2 div { display: inline-block; background: rgb(0 67 68 / 69%); padding:0 10px; margin-bottom: 5px; font-size: clamp(25px, 4vw, 35px); font-weight: bold; }
.hubhack_fact_fv_cp_3 { margin-top: 6px; }
.hubhack_fact_fv_cp_3_1 { font-weight: bold; display: block; line-height: 1; font-size: clamp(14px, 1vw + .55rem, 18px); }
.hubhack_fact_fv_cp_3_2 { font-weight: bold; line-height: 1.2; color: #ffe24f; text-shadow: 0 2px 0 rgba(0, 0, 0, .15); font-size: clamp(30px, 7vw, 75px) }
.hubhack_fact_fv_cp_3_2 b { font-size: 1.15em; }
.hubhack_fact_fv_cp_3_3 { margin-top: 8px; display: block; font-size: 11px }
.hubhack_fact_fv_txt_right { display: grid; gap: clamp(150px, 2vw, 16px); }
.hubhack_fact_fv_txt_1 { overflow: hidden; box-shadow: 0 10px 26px rgba(0, 0, 0, .12); }
.hubhack_fact_fv_txt_1 > div { padding: 10px 0; text-align: center; }
.hubhack_fact_fv_txt_1 > div:first-child { background: rgba(0, 165, 153, .95); font-weight: bold; font-size: 1.5em; }
.hubhack_fact_fv_txt_1 > div:last-child { background: #fff; font-size: 2em; color: #00524d; font-weight: bold; }
.hubhack_fact_fv_txt_1 b { font-size: clamp(28px, 3.6vw, 48px); line-height: 1; }
/* 丸型アイコン（3つ横並び） */
.hubhack_fact_fv_txt_2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(10px, 1.2vw, 14px); justify-items: center; max-width: 450px; }
.hubhack_fact_fv_txt_2 > div { width: clamp(120px, 14vw, 130px); aspect-ratio: 1/1; border-radius: 50%; background: #fff; color: #04665f; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: 0 8px 20px rgba(0, 0, 0, .12); }
.hubhack_fact_fv_txt_2 img { width: 42px; height: 42px; object-fit: contain; margin-bottom: 8px }
.hubhack_fact_fv_txt_2 p { margin: 0; font-weight: bold; line-height: 1.35; font-size: 14px }
/* ===== CTA（中央・2つ） ===== */
.hubhack_fact_fv_cta { grid-column: 1 / -1; margin: ; padding: clamp(30px, 5vw, 50px); background: #E5F5F4; }
.hubhack_fact_fv_cta_in { width: 680px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; justify-self: center; margin: auto; }
.hubhack_fact_fv_cta_txt { grid-column: 1 / -1; padding-bottom: 2%; color: var(--hh-teal); font-weight: bold; text-align: center; font-size: clamp(20px, 2.4vw, 24px); }
.hubhack_fact_fv_cta a { display: flex; align-items: center; justify-content: center; height: 56px; border-radius: 999px; text-decoration: none; font-weight: bold; transition: transform .12s ease, box-shadow .2s ease; }
.hubhack_fact_fv_cta > .hubhack_fact_fv_cta_in div:nth-child(1) a { background: #fff; color: var(--hh-teal); border: 2px solid #fff; border: 2px solid var(--hh-teal);}
.hubhack_fact_fv_cta > .hubhack_fact_fv_cta_in div:nth-child(2) a { background: var(--hh-red); color: #fff; border: 2px solid var(--hh-red); }
.hubhack_fact_fv_cta a:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0, 0, 0, .16) }
/* ===== 見出し（3大メリット） ===== */
.hubhack_fact_fv_midtitle { grid-column: 1 / -1; text-align: center; margin: clamp(0px, 2.4vw, 26px) 0 20px; font-weight: bold; letter-spacing: .02em; line-height: 1.5; font-size: clamp(22px, 3vw, 30px); text-shadow: 0 1px 0 rgba(0, 0, 0, .12); 
  text-shadow: 0 0 10px rgba(0,0,0,0.10),
               0 0 10px rgba(0,0,0,0.10),
               0 0 10px rgba(0,0,0,0.10),
               0 0 10px rgba(0,0,0,0.10),
               0 0 10px rgba(0,0,0,0.10);  

}
/* ===== 3メリット ===== */
.hubhack_fact_fv_txt_3 { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 6px; }
.hubhack_fact_fv_txt_3 > div { background: rgba(255, 255, 255, .95); color: #083d3a; box-shadow: 0 8px 20px rgba(0, 0, 0, .1); max-width: 400px; border-radius: 10px; margin: auto; overflow: hidden; border:2px solid #53bbbe; }
.hubhack_fact_fv_txt_3 dt { font-weight: bold; color: #005b56; background: #E5F4F4; padding: 15px 0; position: relative; text-align: center; }
.hubhack_fact_fv_txt_3 dt img { display: block; width: 30%; margin:0 auto -20px; }
.hubhack_fact_fv_txt_3 dt span { margin-right: .4em; color: var(--hh-teal-dark); font-size: 1.5em; font-weight: bold; position: absolute; top: 0; left: 0; background: #53bbbe; color: #FFF; padding: 5px; }
.hubhack_fact_fv_txt_3 dd { margin: 0; line-height: 1.7; color: #234; font-weight: bold; padding: 15px; font-size: 14px; }
/* ===== 下線（共通ホバー。色は#00A599・太さ1px） ===== */
.hubhack_fact_fv a { background-image: linear-gradient(var(--hh-teal), var(--hh-teal)); background-repeat: no-repeat; background-position: 50% calc(100% - 1px); background-size: 0 1px; }
.hubhack_fact_fv a:hover { background-size: 100% 1px }

/* ===== レスポンシブ ===== */
@media (max-width: 900px) {}
@media (max-width: 560px) { 
  .hubhack_fact_fv_inner { grid-template-columns: 1fr; padding: 10px; }
  .hubhack_fact_fv_cta { padding: 1em; }
  .hubhack_fact_fv_cta .hubhack_fact_fv_cta_in { grid-template-columns: 1fr; max-width: 520px; width: 100%; }
  .hubhack_fact_fv_txt_3 { grid-template-columns: 1fr }
  .hubhack_fact_fv_txt_right { gap: clamp(25px, 2vw, 16px); }
  .hubhack_fact_fv_inner { display: block }
  .hubhack_fact_fv_txt_2 { gap: 10px; margin: auto }
  .hubhack_fact_fv_txt_2 > div { width: min(29vw, 120px) }
  .hubhack_fact_fv_cp_1 { text-align: center; font-size: .6em; }
  .hubhack_fact_fv_cp_3_2 { font-size: 2em; }
  .hubhack_fact_fv_txt_1 > div:first-child { text-align: center; }
  .hubhack_fact_fv_txt_1 > div:last-child { text-align: center; }
  .hubhack_fact_fv_bg_thum { top: 70px; } }
/* =================================
AIリスキング研修とは #ABOUT
================================= */ :root { --hh-teal: #00A599; --hh-teal-dark: #008a83; --hh-text: #102025; --hh-max: 1200px; }
.hubhack_fact_features { max-width: var(--hh-max); margin: 0 auto; padding: clamp(28px, 4vw, 48px) 16px; color: var(--hh-text); }
.hubhack_fact_features > h2 { text-align: center; margin: 0 auto clamp(28px, 4vw, 40px); line-height: 1.5; letter-spacing: .01em; }
.hubhack_fact_features > h2 > span { display: block; color: #4a5b59; font-size: clamp(14px, .8vw + .8rem, 18px); margin-bottom: .6em; }
.hubhack_fact_features > h2 { font-size: clamp(20px, 2.1vw + 1rem, 34px); }
.hubhack_fact_features > div { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 3vw, 40px); align-items: center; margin-bottom: clamp(28px, 5vw, 56px); }
.hubhack_fact_features img { display: block; width: 100%; height: auto; }
.hubhack_fact_features h3 { margin: 0 0 .6em; color: var(--hh-teal); line-height: 1.55; font-size: clamp(16px, .9vw + .9rem, 22px); }
.hubhack_fact_features h3 > span { display: block; margin-right: 14px; color: #9fbab7; line-height: 2; vertical-align: bottom; }
.hubhack_fact_features h3 > span b { font-size: clamp(26px, 3.6vw, 48px); color: #e5efee; }
.hubhack_fact_features p { margin: 0; color: #23383a; font-size: clamp(14px, .3vw + .85rem, 16px); line-height: 1.9; }
/* ===== レスポンシブ ===== */
@media (max-width: 960px) { 
  .hubhack_fact_features > div { grid-template-columns: 1fr; }
  .hubhack_fact_features img { box-shadow: 0 6px 16px rgba(0, 0, 0, .06); } }
.hubhack_fact_subsidy { 
  --brand: #12a79f; /* 右のバー色 */
  --leftbar: #a6d9d6; /* 左のバー色（淡いティール） */
  --ink: #0f1b1a; --guide: #9aa5a4; /* ガイド線の色 */
  --badge: #e3352f; /* 赤いバッジ */
  --hTotal: clamp(180px, 28vw, 240px); /* グラフの高さ（調整可） */
  --barW: clamp(110px, 22vw, 160px); /* 各バーの幅（調整可） */
  --off: 75; /* ★割引率（%）※インライン style で上書き可 */
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; color: var(--ink); width: min(520px, 96vw); margin: 25px auto 0; }
.hubhack_fact_subsidy .hubhack_fact_chart { display: grid; grid-template-columns: 1fr 1fr; width: 70%; margin: auto; align-items: end; position: relative; padding-bottom: 26px; }
/* ベースライン */
.hubhack_fact_chart::after { content: ""; position: absolute; left: 0; right: 0; bottom: 70px; height: 2px; background: linear-gradient(90deg, #0000 3%, var(--guide) 3% 97%, #0000 97%); }
/* 各軸コンテナ */
.hubhack_fact_axis { display: flex; flex-direction: column; align-items: center; justify-content: flex-end; height: var(--hTotal); position: relative; }
/* 左：助成金なし（満額バー） */
.hubhack_fact_barLeft { width: var(--barW); height: 100%; border-radius: 4px; background: var(--leftbar); color: #fff; display: flex; align-items: center; justify-content: center; text-align: center; line-height: 1.6; font-weight: bold; padding: 0 8px; }
/* 右：助成金あり（上に節約の点線ボックス、下に実質負担バー） */
.hubhack_fact_saveBox { width: var(--barW); height: calc(var(--hTotal) * (var(--off) / 100)); /* 節約分の高さ＝割引率% */
  border: 2px dotted var(--guide); border-bottom: 0; position: relative; margin-bottom: 0; }
.hubhack_fact_barRight { width: var(--barW); height: calc(var(--hTotal) * ((100 - var(--off)) / 100)); /* 実質負担の高さ */
  background: var(--brand); color: #fff; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-weight: bold; }
/* 赤いバッジ（最大 75% OFF） */
.hubhack_fact_badge2 { position: absolute; right: -16px; top: -16px; width: 96px; height: 96px; border-radius: 50%; background: var(--badge); color: #fff; place-items: center; text-align: center; line-height: 1.05; box-shadow: 0 8px 18px rgba(227, 53, 47, .25); }
.hubhack_fact_badge2::after { /* 吹き出しの三角形 */
  content: ""; position: absolute; left: 20px; bottom: -15px; border: 10px solid transparent; border-top-color: var(--badge); transform: rotate(15deg); }
.hubhack_fact_badge2 small { display: block; font-weight: bold; font-size: 12px; letter-spacing: .08em; padding-top: .5em; }
.hubhack_fact_badge2 b { display: inline-block; font-size: 40px; line-height: 1; margin: 2px 2px 0; }
.hubhack_fact_badge2 span { font-size: 20px; font-weight: bold; display: block; margin-top: 2px; }
/* 軸ラベル（下） */
.hubhack_fact_caption { margin-top: 10px; font-weight: bold; text-align: center; }
/* 文字サイズ微調整（SP向け） */
@media (max-width: 680px) { .hubhack_fact_badge2 { width: 84px; height: 84px; }
  .hubhack_fact_badge2 b { font-size: 34px; }
  .hubhack_fact_chart::after { bottom: 62px } }
/* 視覚的な余白 */
.hubhack_fact_axis > * + * { margin-top: 0; }
/* =================================
研修のポイント #POINT
================================= */
.hubhack_fact_root { --bg: #e9f5f3; --brand: #1aa8a0; --brand-d: #0b6f6a; --ink: #0e1b1a; --muted: #555; --card: #fff; --shadow: 0 14px 30px rgba(5, 41, 39, .08), 0 2px 6px rgba(5, 41, 39, .06); font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; color: var(--ink); background: var(--bg); }
/* ヒーロー */
.hubhack_fact_hero { background: url('http://dev-sys2.xyz/a250910/wp-content/themes/hubhack/assets/images/fv_bg.jpg') center/cover no-repeat fixed, linear-gradient(180deg, #1aa8a0, #0b6f6a); padding: clamp(48px, 8vw, 96px) 20px; text-align: center; }
.hubhack_fact_hero h2 { color: #fff; font-weight: bold; line-height: 1.6; font-size: clamp(22px, 2.6vw, 32px); letter-spacing: .04em;
  text-shadow: 0 0 10px rgba(0,0,0,0.20),
               0 0 10px rgba(0,0,0,0.20),
               0 0 10px rgba(0,0,0,0.20),
               0 0 10px rgba(0,0,0,0.20),
               0 0 10px rgba(0,0,0,0.20);
}
/* コンテナ */
.hubhack_fact_container { max-width: 1120px; margin: 0 auto; padding: clamp(28px, 5vw, 56px) 20px 80px; }
/* 4点ポイント帯 */
.hubhack_fact_points { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0 0 5% 0; }
.hubhack_fact_point { background: var(--card); box-shadow: var(--shadow); padding: 18px 5px 18px 50px; position: relative; font-weight: bold; line-height: 1.6; font-size: clamp(13px, 1.2vw, 14.5px); letter-spacing: .02em; }
.hubhack_fact_point:before { content: ""; position: absolute; left: 14px; top: 50%; width: 28px; height: 28px; transform: translateY(-50%); background: url('http://dev-sys2.xyz/a250910/wp-content/themes/hubhack/assets/images/icon-8.png') center/contain no-repeat; filter: contrast(0) brightness(.2) opacity(.8); }
/* カード */
.hubhack_fact_card { background: var(--card); box-shadow: var(--shadow); padding: clamp(18px, 3.2vw, 28px); position: relative; margin-top: 18px; }
/* 番号ダイヤ */
.hubhack_fact_badge { position: absolute; left: 0; top: 0; width: 60px; height: 60px; background: #d0f1ef; color: var(--brand-d); font-weight: bold; display: grid; place-items: center; box-shadow: 0 6px 18px rgba(0, 0, 0, .08); }
.hubhack_fact_badge > * { transform: rotate(-45deg); } /* 使わないが保険 */
/* 見出し・リード */
.hubhack_fact_h3 { margin-left: 50px; font-size: clamp(18px, 2vw, 22px); font-weight: bold; letter-spacing: .02em; line-height: 1.7; padding-bottom: 8px; border-bottom: 2px solid #e6f2f1; }
.hubhack_fact_lead { margin: 1em 0; color: var(--muted); line-height: 1.9; font-size: 14px; }
/* 2カラム */
.hubhack_fact_grid { display: grid; grid-template-columns: 1.25fr .9fr; gap: clamp(16px, 2.8vw, 28px); align-items: center; margin-top: 16px; }
.hubhack_fact_col img { display: block; width: 100%; height: auto; }
/* 定義リスト */
.hubhack_fact_dl { background: #f8fbfb; padding: 14px 16px; margin: 0 0 12px; border: 1px solid #e8f2f1; }
.hubhack_fact_dt { font-weight: bold; margin-bottom: 6px; position: relative; padding-left: 24px; }
.hubhack_fact_dt:before { content: ""; position: absolute; left: 0; top: .45em; width: 10px; height: 10px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 4px rgba(26, 168, 160, .18); }
.hubhack_fact_dd { margin: 0; color: var(--muted); line-height: 1.9; font-size: 14px; }
/* プロフィール表 */
.hubhack_fact_profile dt span { display: inline-block; font-size: 12px; color: var(--muted); margin-bottom: 6px; }
.hubhack_fact_profile dt > div { font-weight: bold; font-size: 18px; display: flex; gap: 10px; align-items: baseline; }
.hubhack_fact_profile dt > div span { font-weight: bold; color: #8aa3a1; font-size: 12px; }
.hubhack_fact_profile ul { list-style: none; padding: 0; margin: 6px 0 0; }
.hubhack_fact_profile li { display: grid; grid-template-columns: 120px 1fr; gap: 10px; padding: 10px 0; border-bottom: 1px dashed #e3efee; }
.hubhack_fact_profile li:last-child { border-bottom: 0; }
.hubhack_fact_profile li > div:first-child { color: #87a5a3; font-weight: bold; }
/* レスポンシブ */
@media (max-width: 1024px) { 
  .hubhack_fact_points { grid-template-columns: repeat(2, 1fr); }
  .hubhack_fact_grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) { 
  .hubhack_fact_container { padding-bottom: 56px; }
  .hubhack_fact_points { grid-template-columns: 1fr; }
  .hubhack_fact_badge { left: 0; width: 48px; height: 48px; }
  .hubhack_fact_profile li { grid-template-columns: 1fr; } 
  .hubhack_fact_hero { padding: 20px 0; text-align: center; }  
}
.hubhack_fact_pyramid { --ink: #0f1b1a; --card: #fff; --edge: #e6eceb; --glow: #12a79f1a; font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; margin: 24px auto; position: relative; }
.hubhack_fact_pyramid::before { /* 全体の薄い三角（視覚補助） */
  content: ""; position: absolute; inset: 2% 8% auto 8%; height: 78%; background: linear-gradient(180deg, #0000 0%, #0001 85%, #0002 100%); clip-path: polygon(50% 0, 100% 100%, 0 100%); pointer-events: none; }
/* 段のリスト */
.hubhack_fact_pyramid__tiers { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
/* 各段共通（台形） */
.hubhack_fact_tier { position: relative; margin-inline: auto; color: var(--ink); font-weight: bold; letter-spacing: .02em; text-align: center; line-height: 1.45; padding: 18px 16px; background: linear-gradient(#fff, #f7f9f8); border: 1px solid var(--edge); border-radius: 10px; box-shadow: 0 10px 24px var(--glow); /* 台形化 */
  clip-path: polygon(8% 0, 92% 0, 100% 100%, 0 100%); /* 文字サイズは段に合わせて自動 */
  font-size: clamp(14px, 1.05vw + .55rem, 18px); }
.hubhack_fact_tier span { display: inline-block; }
/* 幅（下→上に向かって細く） */
.hubhack_fact_tier--base { width: 100%; }
.hubhack_fact_tier--mid { width: 78%; }
.hubhack_fact_tier--top { width: 56%; }
/* アクセントの薄い頂点ハイライト */
.hubhack_fact_tier::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, #fff6 0, #fff0 45%); clip-path: inherit; border-radius: inherit; pointer-events: none; }
/* ホバー/フォーカスでわずかに浮く（任意） */
.hubhack_fact_tier:where(:hover, :focus-visible) { transform: translateY(-2px); box-shadow: 0 16px 28px var(--glow); }
@media (prefers-reduced-motion:reduce) { .hubhack_fact_tier { transition: none; } }
/* ダーク背景の上に置く場合の見やすさオプション（必要時ON） */
/*
.hubhack_fact_pyramid{ filter: drop-shadow(0 6px 16px rgba(0,0,0,.15)); }
*/
.hubhack_fact_simcardX { --brand: #12a79f; /* ティール */
  --brand-d: #0b6f6a; --accent: #e3352f; /* 赤 */
  --ink: #0f1b1a; --graytab: #cfcfcf; /* 左タブ */
  --chip: #0fa79e; /* 下の帯 */
  --tri: #e9f3f2; /* 下の山形 */
  --card: #fff; --shadow: 0 18px 36px rgba(5, 41, 39, .14); max-width: 980px; margin: 28px auto; padding: 0 14px; font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; color: var(--ink); }
/* ─ Tabs ─ */
.hubhack_fact_simcardX_tabs { /*display: grid; grid-template-columns: 1fr 1fr; gap: 10px;*/ max-width: 940px; margin: 0 auto; }
.hubhack_fact_simcardX_tab { text-align: center; padding: 16px 10px; font-weight: bold; letter-spacing: .06em; border-radius: 14px 14px 0 0; font-size: clamp(14px, 1.4vw + .65rem, 25px); }
.hubhack_fact_simcardX_tab.-off { background: var(--graytab); color: #fff; }
.hubhack_fact_simcardX_tab.-on { background: var(--brand); color: #fff; }
/* ─ Card ─ */
.hubhack_fact_simcardX_card { position: relative; overflow: visible; background: var(--card); border: 3px solid var(--brand); border-top-width: 0px; border-radius: 0 0 16px 16px; box-shadow: var(--shadow); padding: clamp(14px, 2.2vw, 20px) clamp(16px, 3vw, 28px) clamp(18px, 2.6vw, 22px); }
/* 下向きの山形 */
.hubhack_fact_simcardX_card::after { content: ""; position: absolute; left: 50%; bottom: -60px; transform: translateX(-50%); border-left: 190px solid transparent; border-right: 190px solid transparent; border-top: 60px solid #13a79f; filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .08)); }
/* ピル見出し */
.hubhack_fact_simcardX_kicker { width: fit-content; margin: 6px auto 14px; padding: 10px 22px; background: #e6f6f4; color: var(--brand-d); border-radius: 999px; font-weight: bold; letter-spacing: .04em; font-size: clamp(12px, 1.1vw + .6rem, 20px); }
/* 金額行 */
.hubhack_fact_simcardX_row { max-width: 750px; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: clamp(10px, 2vw, 20px); }
.hubhack_fact_simcardX_num { font-weight: bold; line-height: 1; letter-spacing: .02em; font-variant-numeric: tabular-nums; font-feature-settings: "tnum"; font-size: clamp(40px, 7vw, 80px); }
.hubhack_fact_simcardX_unit { font-weight: bold; font-size: clamp(16px, 2.4vw, 42px); }
/* 左金額 */
.hubhack_fact_simcardX_left .hubhack_fact_simcardX_note { font-size: clamp(11px, 1.3vw, 13px); margin-top: 12px; font-weight: bold; color: #999; opacity: .8; }
/* 右金額 */
.hubhack_fact_simcardX_right { text-align: right; position: relative; }
.hubhack_fact_simcardX_right .hubhack_fact_simcardX_label { font-size: clamp(14px, 1.6vw, 16px); font-weight: bold; line-height: 1.4; color: var(--accent); }
.hubhack_fact_simcardX_right .hubhack_fact_simcardX_num { color: var(--accent); }
.hubhack_fact_simcardX_right .hubhack_fact_simcardX_note { font-size: clamp(12px, 1.3vw, 13px); margin-top: 8px; font-weight: bold; color: #999; opacity: .85; text-align: center; }
/* 中央：矢印＋白いバッジ */
.hubhack_fact_simcardX_arrow { position: relative; width: clamp(155px, 14vw, 170px); height: clamp(47px, 5.5vw, 55px); }
.hubhack_fact_simcardX_arrow::before { content: ""; position: absolute; left: 0; right: 30px; top: 0; bottom: 0; background: var(--accent); border-radius: 8px; }
.hubhack_fact_simcardX_arrow::after { content: ""; position: absolute; right: -50px; top: 50%; transform: translateY(-50%); border: 45px solid transparent; border-left-color: var(--accent); }
.hubhack_fact_simcardX_badge { position: absolute; inset: 6px 40px 6px 12px; place-items: center; background: #fff; color: var(--accent); border: 3px solid var(--accent); border-radius: 10px; font-weight: bold; letter-spacing: .02em; box-shadow: 0 6px 12px rgba(0, 0, 0, .08); font-size: clamp(13px, 1.6vw, 16px); }
.hubhack_fact_simcardX_badge b { font-size: 1.28em; margin: 0 .12em; }
/* 下：左丸バッジ＋帯＋ハイライト見出し */
.hubhack_fact_simcardX_bottom { max-width: 800px; margin: 72px auto 0; grid-template-columns: auto 1fr; align-items: center; gap: 20px; position: relative; }
.hubhack_fact_simcardX_round { position: absolute; top: 0; left: 0; width: 136px; aspect-ratio: 1/1; border-radius: 50%; border: 6px solid var(--brand); color: #000; display: grid; place-items: center; text-align: center; font-weight: bold; line-height: 1.18; font-size: 1.5em; background: #FFF; }
.hubhack_fact_simcardX_chip { width: fit-content; margin: 0 auto 12px; background: var(--chip); color: #fff; border-radius: 16px; padding: 14px 28px; font-weight: bold; letter-spacing: .04em; font-size: clamp(16px, 1.4vw + .55rem, 26px); box-shadow: 0 8px 16px rgba(5, 41, 39, .2); grid-column: 1 / -1; justify-self: center; }
.hubhack_fact_simcardX_headline { font-weight: bold; font-size: clamp(28px, 3.3vw + 1rem, 54px); line-height: 1.1; letter-spacing: .02em; display: inline; background: linear-gradient(transparent 72%, #fff34f 0) no-repeat; }
/* レスポンシブ */
@media (max-width: 760px) { 
  .hubhack_fact_simcardX_row { grid-template-columns: 1fr; }
  .hubhack_fact_simcardX_right { text-align: left; }
  .hubhack_fact_simcardX_arrow {}
  .hubhack_fact_simcardX_bottom { grid-template-columns: 1fr; justify-items: center; }
  .hubhack_fact_simcardX_round { order: -1; width: 90px; top: -60px; left: -20px; border: 4px solid var(--brand); font-size: 16px; }
  .hubhack_fact_simcardX_kicker { padding: 10px; }
  .hubhack_fact_simcardX_card::after { bottom: -40px; border-left: 80px solid transparent; border-right: 80px solid transparent; border-top: 40px solid #13a79f; }
  .hubhack_fact_simcardX_arrow::after { display: none }
  .hubhack_fact_simcardX_arrow { margin: auto; }
  .hubhack_fact_simcardX_right { text-align: center; }
  .hubhack_fact_simcardX { padding: 0; }
}
/* =================================
業種別の活用例 #EXAMPLE
================================= */
/* ============ 基本トークン ============ */
.hubhack_fact_usecases { --brand: #12a79f; --brand-d: #0b6f6a; --bg: #eaf6f4; --ink: #0f1b1a; --muted: #555; --card: #fff; font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; color: var(--ink); }
/* コンテナ */
.hubhack_fact_wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px 72px; }
/* タブ */
.hubhack_fact_tabs { display: flex; gap: 8px; padding-top: 24px; }
.hubhack_fact_tab { width: 25%; appearance: none; border: 0; cursor: pointer; padding: 1.2em 0; font-weight: bold; letter-spacing: .02em; color: #fff; background: #bfc6c6; border-radius: 8px 8px 0 0; font-size: 1em; }
.hubhack_fact_tab.is-active { background: var(--brand); }
.hubhack_fact_tab:not(.is-active) { opacity: .85; }
.hubhack_fact_tab:focus-visible { outline: 3px solid rgba(18, 167, 159, .35); outline-offset: 2px; }
/* パネル（フェードイン対応） */
.hubhack_fact_panel { margin-top: -2px; opacity: 0; transform: translateY(8px); transition: opacity .35s ease, transform .35s ease; will-change: opacity, transform; }
.hubhack_fact_panel.is-active { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .hubhack_fact_panel { transition: none; } }
/* カード */
.hubhack_fact_card2 { background: var(--card); box-shadow: 0 14px 28px rgba(5, 41, 39, .08); padding: clamp(20px, 3vw, 28px); border: 20px solid #E5F5F4; }
/* 見出し（カード内） */
.hubhack_fact_head { text-align: center; font-weight: bold; font-size: 2em; letter-spacing: .06em; margin: 2px 0 14px; }
/* ========= KPI（％円 + 金額 + 年間） ========= */
.hubhack_fact_kpi { display: grid; grid-template-columns: 150px 1fr; column-gap: 0; align-items: center; justify-items: center; max-width: 700px; margin: 0 auto 8px; }
/* 円（％カット） */
.hubhack_fact_cut { width: 120px; height: 120px; border-radius: 50%; border: 3px solid var(--brand); background: #E5F5F4; padding: 2.2em 0 0; text-align: center; }
.hubhack_fact_cut__num { font-size: 1.8em; display: block; font-weight: bold; color: var(--brand-d); line-height: 1; letter-spacing: .02em; }
.hubhack_fact_cut__txt { color: #3c6b68; font-weight: bold; }
/* 金額（ベースライン整列） */
.hubhack_fact_money { display: flex; align-items: baseline; justify-content: center; gap: 0; flex-wrap: nowrap; line-height: 1; }
.hubhack_fact_money b { line-height: 1; font-variant-numeric: tabular-nums; font-feature-settings: "tnum"; }
.hubhack_fact_money__before span:first-child, .hubhack_fact_money__after span:first-child { font-size: 1.8em; font-weight: bold; margin-right: 6px; }
.hubhack_fact_money__before b { font-size: 2.5em; }
.hubhack_fact_money__before span:last-child { font-size: 1.8em; font-weight: bold; margin-left: 4px; }
.hubhack_fact_money__after b { font-size: 2.5em; color: #e3352f; }
.hubhack_fact_money__after span:last-child { color: #e3352f; font-size: 2em; font-weight: bold; }
/* 矢印（SVG埋め込み・ベースライン合わせ） */
.hubhack_fact_arrow { width: 50px; height: 15px; position: relative; top: -.12em; margin: 0 4px; background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="15" viewBox="0 0 60 16"><path d="M0 8h46" stroke="%2312a79f" stroke-width="3" fill="none" stroke-linecap="round"/><path d="M60 8l-10 6V2z" fill="%2312a79f"/></svg>') center/contain no-repeat; }
/* 年間ハイライト */
.hubhack_fact_annual { grid-column: 1/-1; text-align: center; line-height: 1.35; font-weight: bold; font-size: clamp(20px, 3.2vw, 28px); color: #0c7e77; background: linear-gradient(transparent 65%, #ffea61 0); display: inline-block; justify-self: center; padding: 2px 8px; }
.hubhack_fact_annual b { font-size: clamp(30px, 5vw, 52px); font-weight: bold; margin: 0 6px; }
/* ========= テーブル ========= */
.hubhack_fact_tblttl { text-align: center; font-weight: bold; color: #2a6a67; letter-spacing: .06em; margin: 10px 0 14px; }
.hubhack_fact_tbls { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hubhack_fact_tbl table { width: 100%; border-collapse: collapse; background: #fff; }
.hubhack_fact_tbl th, .hubhack_fact_tbl td { border: 1px solid #dceceb; padding: 10px 12px; text-align: center; font-size: 14px; }
.hubhack_fact_tbl th { background: #eef8f6; font-weight: bold; }
.hubhack_fact_tbl tr:nth-child(even) td { background: #fafdfc; }
.hubhack_fact_total td { font-weight: bold; color: #d42; }
/* レスポンシブ */
@media (max-width:1024px) { .hubhack_fact_tbls, .hubhack_fact_tbls2 { grid-template-columns: 1fr; } }
@media (max-width:680px) { 
  .hubhack_fact_tabs { flex-wrap: wrap; }
  .hubhack_fact_tab { flex: 1 1 calc(50% - 8px); }
  .hubhack_fact_kpi { grid-template-columns: 1fr; gap: 10px; }
  .hubhack_fact_cut { width: 80px; height: 80px; position: absolute; padding: 1.5em 0 0; top: 20px; left: 10px; }
  .hubhack_fact_cut__num { font-size: 1.5em; }
  .hubhack_fact_card2 { border: 5px solid #E5F5F4; padding:20px 5px; }
  .hubhack_fact_tbl th, .hubhack_fact_tbl td { border: 1px solid #dceceb; padding:10px 5px; text-align: center; font-size: 11px; }
  .hubhack_fact_annual { font-size: clamp(30px, 3.2vw, 40px); }
  .hubhack_fact_annual b { font-size: clamp(40px, 5vw, 60px); }
  .hubhack_fact_annual { background: linear-gradient(transparent 65%, #ffea61); }
  .hubhack_fact_money { display: block; } 
  .hubhack_fact_money__after::before { content:"約75%OFF"; color: #d42; font-weight: bold;}
  .hubhack_fact_money__after::after { content:"▼"; color: #d42; font-weight: bold; text-align: center; display: block; font-size: 2em; }  
  .hubhack_fact_money__before { text-align: center; }
  .hubhack_fact_head { font-size: 1.5em; }
  .hubhack_fact_wrap {  padding: 10px; }
}
/* =================================
ご利用の流れと費用 #FLOW
================================= */
.hubhack_fact_section { --brand: #12a79f; --brand-d: #0b6f6a; --ink: #0f1b1a; --muted: #555; --bg: #e7f4f2; --card: #fff; --shadow: 0 14px 30px rgba(5, 41, 39, .10); font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; color: var(--ink); background: var(--bg) url('/mnt/data/cont-4.jpg') center/cover no-repeat; }
/* ====== Wrapper ====== */
.hubhack_fact_wrap2 { max-width: 1120px; margin: 0 auto; padding: clamp(28px, 6vw, 64px) 20px; }
/* ====== STEP Cards ====== */
.hubhack_fact_flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: clamp(32px, 6vw, 56px); }
.hubhack_fact_step { background: var(--card); border-radius: 10px; box-shadow: var(--shadow); overflow: hidden; border: 1px solid #d7ebe9; display: grid; grid-template-rows: auto 1fr; }
/* STEP ラベル（上部バー） */
.hubhack_fact_stamp { background: var(--brand); color: #fff; font-weight: bold; letter-spacing: .08em; display: flex; align-items: center; justify-content: center; gap: 2px; padding: 10px 14px; text-align: center; }
.hubhack_fact_stamp span { font-size: 12px; opacity: .95; }
.hubhack_fact_stamp b { font-size: 20px; line-height: 1; }
/* STEP 本文 */
.hubhack_fact_body { padding: 18px 16px 18px; text-align: center; }
.hubhack_fact_body > .hubhack_fact_title { font-size: 1.2em; font-weight: bold; letter-spacing: .03em; color: var(--brand-d); margin-bottom: 10px; }
.hubhack_fact_body > .hubhack_fact_title::after { content: ""; display: block; width: 30px; height: 1px; background: #009A93; margin: 10px auto 0; }
.hubhack_fact_icon { width: 76px; height: 76px; margin: 6px auto 10px; display: block; }
.hubhack_fact_desc { color: var(--muted); line-height: 1.85; font-size: 15px; text-align: center; white-space: normal; }
/* ====== Simulation ====== */
.hubhack_fact_sim { text-align: center; }
.hubhack_fact_sim h3 { margin: 0 0 16px; }
.hubhack_fact_sim h3 .hubhack_fact_kicker { color: var(--brand); font-weight: bold; letter-spacing: .08em; font-size: clamp(20px, 3vw, 30px); }
.hubhack_fact_sim h3 .hubhack_fact_lead { margin-top: 1em; font-size: clamp(15px, 2.5vw, 25px); font-weight: bold; line-height: 1.9; }
.hubhack_fact_simfigure img { display: block; width: 100%; height: auto; border-radius: 4px; }
.hubhack_fact_cost_txt { width: 85%; margin:0 auto 1em; }
/* ====== Responsive ====== */
@media (max-width: 1024px) { .hubhack_fact_flow { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { 
  .hubhack_fact_flow { grid-template-columns: 1fr; }
  .hubhack_fact_stamp { padding: 10px 12px; }
  .hubhack_fact_desc { text-align: center; } 
  .hubhack_fact_cost_txt { width: 100%; margin:0 auto; } 
  .hubhack_fact_desc { font-size: 13px; }
}
/* =================================
無料で資料をもらう #ENTRY
================================= */
.hubhack_fact_form { --brand: #12a79f; --brand-d: #0b6f6a; --ink: #0f1b1a; --muted: #6b7a79; --line: #e6efed; --bg: #f3f9f8; --error: #e44; font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; color: var(--ink); background: ; }
.hubhack_fact_form__inner { max-width: 840px; margin: 0 auto; padding: clamp(28px, 6vw, 56px) 20px 64px; }
/* Title / lead */
.hubhack_fact_form__title { text-align: center; color: var(--brand-d); font-weight: bold; letter-spacing: .05em; font-size: clamp(24px, 3.6vw, 40px); margin: 0 0 14px; }
.hubhack_fact_form__lead { text-align: center; color: #2e3a39; margin: 0 0 24px; line-height: 1.9; }
/* ===== 上部チェックボックス（複数選択可） ===== */
.hubhack_fact_purpose { display: flex; gap: 22px; flex-wrap: wrap; justify-content: center; margin: 6px 0 2px; }
.hubhack_fact_purposeItem { position: relative; }
.hubhack_fact_purpose input[type="checkbox"] { position: absolute; inset: 0; opacity: 0; width: 100%; height: 100%; cursor: pointer; }
.hubhack_fact_purpose label { position: relative; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; font-weight: bold; letter-spacing: .02em; padding: 10px 14px 10px 34px; border: 1.5px solid var(--brand); border-radius: 999px; background: #fff; transition: background .2s ease, color .2s ease, box-shadow .2s ease, border-color .2s ease; }
.hubhack_fact_purpose label::before { content: ""; position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; border: 2px solid var(--brand); border-radius: 50%; background: #fff; }
.hubhack_fact_purpose label::after { content: ""; position: absolute; left: 22px; top: 50%; transform: translate(-50%, -50%); width: 8px; height: 8px; border-radius: 50%; background: var(--brand); opacity: 0; transition: opacity .2s ease; }
.hubhack_fact_purpose input[type="checkbox"]:checked + label { background: #e6f7f5; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(18, 167, 159, .15) inset; }
.hubhack_fact_purpose input[type="checkbox"]:checked + label::after { opacity: 1; }
.hubhack_fact_purposeNote { text-align: center; font-size: 12px; color: var(--muted); margin: 2px 0 18px; }
/* ===== Fields ===== */
.hubhack_fact_field { margin: 18px 0; }
.hubhack_fact_label { display: block; font-weight: bold; margin: 0 0 10px; letter-spacing: .02em; }
.hubhack_fact_required { color: var(--error); margin-left: .25em; }
.hubhack_fact_input, .hubhack_fact_select, .hubhack_fact_textarea { width: 100%; box-sizing: border-box; border: 1px solid var(--line); background: #fff; border-radius: 8px; padding: 16px; font-size: 16px; color: var(--ink); outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.hubhack_fact_input::placeholder, .hubhack_fact_textarea::placeholder { color: #b7c6c4; }
.hubhack_fact_input:focus, .hubhack_fact_select:focus, .hubhack_fact_textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(18, 167, 159, .18); }
/* Select（矢印） */
.hubhack_fact_select { -webkit-appearance: none; appearance: none; background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 24 16"><path d="M4 6l8 8 8-8" fill="none" stroke="%2312a79f" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>') right 14px center/18px 12px no-repeat, #fff; padding-right: 48px; }
.hubhack_fact_textarea { min-height: 180px; resize: vertical; }
/* ===== 規約同意（中央寄せ＋必ず表示） ===== */
.hubhack_fact_checkline { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 8px; color: var(--muted); justify-content: center; /* 中央寄せ */
  text-align: center; /* 折返し時も中央 */ }
.hubhack_fact_checkline input[type="checkbox"] { display: inline-block; width: 18px; height: 18px; margin: 0 4px 0 0; accent-color: var(--brand); appearance: auto; position: static; opacity: 1; /* テーマの非表示を打ち消し */ }
.hubhack_fact_checkline label { display: inline-flex; align-items: center; gap: 8px; }
.hubhack_fact_checkline a { color: var(--brand-d); text-decoration: underline; }
/* Submit */
.hubhack_fact_submit { text-align: center; margin-top: 28px; }
.hubhack_fact_submit input[type="submit"] { -webkit-appearance: none; appearance: none; border: 0; cursor: pointer; background: var(--brand); color: #fff; font-weight: bold; letter-spacing: .06em; padding: 16px 0; min-width: 90%; max-width: 260px; border-radius: 12px; box-shadow: 0 8px 18px rgba(18, 167, 159, .25); transition: transform .08s ease, filter .2s ease, box-shadow .2s ease; margin: auto; display: block; }
.hubhack_fact_submit input[type="submit"]:hover { filter: brightness(1.06); box-shadow: 0 10px 22px rgba(18, 167, 159, .28); }
.hubhack_fact_submit input[type="submit"]:active { transform: translateY(1px); }
.hubhack_fact_submit input[type="submit"]:disabled { background: #b9dedd; box-shadow: none; cursor: not-allowed; }
/* a11y utils */
.hubhack_fact_note { color: var(--muted); font-size: 13px; margin-top: 6px; }
.hubhack_fact_sr { position: absolute !important; width: 1px; height: 1px; margin: -1px; border: 0; padding: 0; clip: rect(0 0 0 0); overflow: hidden; }
/* Responsive */
@media (max-width:560px) { .hubhack_fact_form__inner { padding: 24px 10px 48px; }
  .hubhack_fact_purpose { gap: 12px; } }
/* ===== tokens（任意） ===== */
.hubhack_fact_form { --brand: #12a79f; --muted: #6b7a79; --line: #e6efed; }
.hubhack_fact_confNoJS { --brand: #12a79f; --brand-d: #0b6f6a; --ink: #0f1b1a; --muted: #5f6f6e; --card: #fff; --line: #dfe9e8; --bg: #f5fbfa; --accent: #e3352f; --shadow: 0 10px 28px rgba(5, 41, 39, .10); font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; color: var(--ink); background: var(--bg); }
.hubhack_fact_confNoJS *, .hubhack_fact_confNoJS *::before, .hubhack_fact_confNoJS *::after { box-sizing: border-box; }
.hubhack_fact_confNoJS .wrap { max-width: 980px; margin: 0 auto; padding: clamp(24px, 4vw, 40px) 16px 56px; }
/* ================== Heading ================== */
.hubhack_fact_confNoJS h2 { margin: 0 0 6px; font-weight: bold; letter-spacing: .02em; font-size: clamp(20px, 2.2vw, 28px); color: var(--brand-d); }
.hubhack_fact_confNoJS .lead { margin: 0 0 20px; color: var(--muted); line-height: 1.9; }
/* ================== Card rows ================== */
.hubhack_fact_confirmNoJS { display: grid; gap: 14px; }
.hubhack_fact_confirmNoJS .row { display: grid; grid-template-columns: minmax(180px, 240px) 1fr; background: var(--card); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); overflow: hidden; }
.hubhack_fact_confirmNoJS dt { margin: 0; padding: 14px 16px; background: #e9f6f4; color: #085b56; font-weight: bold; letter-spacing: .04em; display: flex; align-items: center; }
.hubhack_fact_confirmNoJS dd { margin: 0; padding: 16px 18px; min-height: 52px; display: flex; align-items: center; line-height: 1.8; word-break: break-word; }
/* 複数行テキスト（お問い合わせ内容） */
.hubhack_fact_confirmNoJS dd[data-multiline="true"] { align-items: flex-start; white-space: pre-wrap; }
/* 空欄時（CF7が完全空なら表示。空白が入るテーマでは効かない可能性あり） */
.hubhack_fact_confirmNoJS dd:empty::before { content: "— 入力なし —"; color: #98a5a4; font-style: italic; }
/* ================== “お問い合わせ種別”の箱表示（JSなし代替） ================== */
/* CF7の [multiform "checkbox-12"] がテキスト出力のため、まとまりチップ風の枠で視認性を向上。 */
.hubhack_fact_confirmNoJS dd[data-cf7="checkbox-12"] { padding: 10px 12px; line-height: 1.7; color: #0a6e67; font-weight: bold; }
/* ================== Actions ================== */
.hubhack_fact_actionsNoJS { display: flex; gap: 12px; justify-content: center; margin-top: 28px; flex-wrap: wrap; }
.hubhack_fact_btnNoJS { appearance: none; border: 0; cursor: pointer; text-decoration: none; user-select: none; padding: 14px 22px; border-radius: 999px; font-weight: bold; letter-spacing: .04em; display: inline-flex; align-items: center; justify-content: center; min-width: 220px; transition: transform .05s ease, filter .2s ease, box-shadow .2s ease; }
.hubhack_fact_btnNoJS:focus-visible { outline: 3px solid rgba(18, 167, 159, .32); outline-offset: 3px; }
.hubhack_fact_btnNoJS:hover { filter: brightness(1.03); }
.hubhack_fact_btnNoJS:active { transform: translateY(1px); }
.hubhack_fact_btnNoJS--ghost { background: #fff; color: #123; border: 2px solid #cfdad8; }
.hubhack_fact_btnNoJS--primary { background: var(--brand); color: #fff; box-shadow: 0 10px 18px rgba(18, 167, 159, .25); }
/* ================== Responsive ================== */
@media (max-width: 720px) { .hubhack_fact_confirmNoJS .row { grid-template-columns: 1fr; }
  .hubhack_fact_confirmNoJS dt { border-bottom: 1px solid var(--line); }
}
.hubhack_fact_actions--center { margin: 2em 0 0 0; display: flex; align-items: center; justify-content: center; align-items: center;}
/* wpcf7 */
.hubhack_fact_form .wpcf7-list-item .wpcf7-list-item-label::before, .hubhack_fact_form .wpcf7-list-item .wpcf7-list-item-label::after { content: none !important; }
/* ====== 「目的チェック」本体：name=checkbox-12 にフック ====== */
/* ラッパー（どちらかは必ず出るはず） */
.hubhack_fact_form .wpcf7-form-control-wrap.checkbox-12, .hubhack_fact_form .wpcf7-form-control-wrap[data-name="checkbox-12"] { display: flex; flex-wrap: wrap; gap: 22px; justify-content: center; margin: 6px 0 2px; }
.hubhack_fact_form .wpcf7-form-control-wrap.checkbox-12 .wpcf7-list-item, .hubhack_fact_form .wpcf7-form-control-wrap[data-name="checkbox-12"] .wpcf7-list-item { position: relative; }
@media (max-width: 480px) {
  .wpcf7-list-item { margin: .5em .5em .5em 0; } 
}
/* input は全面クリック可能に（見た目は label で作る） */
.hubhack_fact_form .wpcf7-form-control-wrap.checkbox-12 .wpcf7-list-item > label > input[type=checkbox], .hubhack_fact_form .wpcf7-form-control-wrap[data-name="checkbox-12"] .wpcf7-list-item > label > input[type=checkbox] { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
/* pill 見た目は label のみ */
.hubhack_fact_form .wpcf7-form-control-wrap.checkbox-12 .wpcf7-list-item > label, .hubhack_fact_form .wpcf7-form-control-wrap[data-name="checkbox-12"] .wpcf7-list-item > label { display: inline-flex; align-items: center; position: relative; font-weight: bold; letter-spacing: .02em; padding: 10px 14px 10px 34px; border: 1.5px solid var(--brand); border-radius: 999px; background: #fff; transition: background .2s ease, box-shadow .2s ease, border-color .2s ease; }
/* label 内のテキスト span は素通し */
.hubhack_fact_form .wpcf7-form-control-wrap.checkbox-12 .wpcf7-list-item > label .wpcf7-list-item-label, .hubhack_fact_form .wpcf7-form-control-wrap[data-name="checkbox-12"] .wpcf7-list-item > label .wpcf7-list-item-label { display: inline; margin: 0; padding: 0; }
.hubhack_fact_form .wpcf7-form-control-wrap.checkbox-12 .wpcf7-list-item > label::before, .hubhack_fact_form .wpcf7-form-control-wrap[data-name="checkbox-12"] .wpcf7-list-item > label::before { content: ""; position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; border: 2px solid var(--brand); border-radius: 50%; background: #fff; }
.hubhack_fact_form .wpcf7-form-control-wrap.checkbox-12 .wpcf7-list-item > label::after, .hubhack_fact_form .wpcf7-form-control-wrap[data-name="checkbox-12"] .wpcf7-list-item > label::after { content: ""; position: absolute; left: 22px; top: 50%; transform: translate(-50%, -50%); width: 8px; height: 8px; border-radius: 50%; background: var(--brand); opacity: 0; transition: opacity .2s ease; }
@media (max-width: 480px) { 
  .hubhack_fact_form .wpcf7-form-control-wrap.checkbox-12 .wpcf7-list-item > label .wpcf7-list-item-label, .hubhack_fact_form .wpcf7-form-control-wrap[data-name="checkbox-12"] .wpcf7-list-item > label .wpcf7-list-item-label { font-size: 12px;  }
  .hubhack_fact_form .wpcf7-form-control-wrap.checkbox-12 .wpcf7-list-item > label, .hubhack_fact_form .wpcf7-form-control-wrap[data-name="checkbox-12"] .wpcf7-list-item > label { padding: 8px 12px 8px 30px; }
  .hubhack_fact_form .wpcf7-form-control-wrap.checkbox-12 .wpcf7-list-item > label::before, .hubhack_fact_form .wpcf7-form-control-wrap[data-name="checkbox-12"] .wpcf7-list-item > label::before { left: 9px; top: 50%; width: 12px; height: 12px; }
  .hubhack_fact_form .wpcf7-form-control-wrap.checkbox-12 .wpcf7-list-item > label::after, .hubhack_fact_form .wpcf7-form-control-wrap[data-name="checkbox-12"] .wpcf7-list-item > label::after {left: 17px; top: 50%; width: 6px; height: 6px; }  
}
.hubhack_fact_form .wpcf7-form-control-wrap.checkbox-12 .wpcf7-list-item > label:has(> input:checked), .hubhack_fact_form .wpcf7-form-control-wrap[data-name="checkbox-12"] .wpcf7-list-item > label:has(> input:checked) { background: #e6f7f5; box-shadow: 0 0 0 3px rgba(18, 167, 159, .15) inset; }
.hubhack_fact_form .wpcf7-form-control-wrap.checkbox-12 .wpcf7-list-item > label:has(> input:checked)::after, .hubhack_fact_form .wpcf7-form-control-wrap[data-name="checkbox-12"] .wpcf7-list-item > label:has(> input:checked)::after { opacity: 1; }
/* 注意書き（任意） */
.hubhack_fact_purposeNote { text-align: center; font-size: 12px; color: var(--muted); margin: 2px 0 18px; }
/* ====== 同意（name=agree）中央寄せは据え置き ====== */
.hubhack_fact_form .wpcf7-form-control-wrap.agree, .hubhack_fact_form .wpcf7-form-control-wrap[data-name="agree"] { display: block; text-align: center; margin-top: 8px; }
.hubhack_fact_form .wpcf7-form-control-wrap.agree label, .hubhack_fact_form .wpcf7-form-control-wrap[data-name="agree"] label { display: inline-flex; gap: 8px; align-items: center; justify-content: center; }
.hubhack_fact_form .wpcf7-form-control-wrap.agree input[type=checkbox], .hubhack_fact_form .wpcf7-form-control-wrap[data-name="agree"] input[type=checkbox] { appearance: auto; width: 18px; height: 18px; accent-color: var(--brand); }
/* （JSフォールバック用） */
.hubhack_fact_form .wpcf7-form-control-wrap.checkbox-12 .wpcf7-list-item > label.is-checked, .hubhack_fact_form .wpcf7-form-control-wrap[data-name="checkbox-12"] .wpcf7-list-item > label.is-checked { background: #e6f7f5; box-shadow: 0 0 0 3px rgba(18, 167, 159, .15) inset; }
.hubhack_fact_form .wpcf7-form-control-wrap.checkbox-12 .wpcf7-list-item > label.is-checked::after, .hubhack_fact_form .wpcf7-form-control-wrap[data-name="checkbox-12"] .wpcf7-list-item > label.is-checked::after { opacity: 1; }

/* フィールド下のエラーメッセージを表示 */
.wpcf7-form-control.wpcf7-not-valid { border: 2px solid #e53935 !important; background-color: #fff5f5 !important; }
.wpcf7-not-valid-tip { font-size: 14px; margin-bottom: 10px; }
.form-0 .wpcf7-form-control.wpcf7-not-valid { border: none !important; background-color: rgba(0,0,0,0.00) !important; }
.form-0 .wpcf7-not-valid-tip { width: 100%; text-align: center; position: relative; margin: 0; }
.form-0 .wpcf7-form-control-wrap {  gap: 10px !important; }
.form-0 .wpcf7-form-control.wpcf7-not-valid label { border: 2px solid #e53935 !important; background-color: #fff5f5 !important; }
.form-0 .wpcf7-not-valid-tip::after { content: "選択してください。"; display: block; width: 100%; z-index: 1; background: #FFF; position: absolute; top: -7px; left: 0; padding: 5px 0 0 0; }
.form-1 .wpcf7-not-valid-tip::after { content: "会社名を入力してください。"; display: block; width: 100%; z-index: 1; background: #FFF; position: absolute; top: 37px; left: 0; padding: 5px 0 0 0; }
.form-2 .wpcf7-not-valid-tip::after { content: "従業員数を選択してください。"; display: block; width: 100%; z-index: 1; background: #FFF; position: absolute; top: 37px; left: 0; padding: 5px 0 0 0; }
.form-3 .wpcf7-not-valid-tip::after { content: "業種を入力してください。"; display: block; width: 100%; z-index: 1; background: #FFF; position: absolute; top: 37px; left: 0; padding: 5px 0 0 0; }
.form-4 .wpcf7-not-valid-tip::after { content: "お名前を入力してください。"; display: block; width: 100%; z-index: 1; background: #FFF; position: absolute; top: 37px; left: 0; padding: 5px 0 0 0; }
.form-5 .wpcf7-not-valid-tip::after { content: "電話番号を入力してください。"; display: block; width: 100%; z-index: 1; background: #FFF; position: absolute; top: 37px; left: 0; padding: 5px 0 0 0; }
.form-6 .wpcf7-not-valid-tip::after { content: "メールアドレスを入力してください。"; display: block; width: 100%; z-index: 1; background: #FFF; position: absolute; top: 37px; left: 0; padding: 5px 0 0 0; }
.form-7 .wpcf7-not-valid-tip::after { content: "内容を入力してください。"; display: block; width: 100%; z-index: 1; background: #FFF; position: absolute; top: 15px; left: 0; padding: 5px 0 0 0; }
.wpcf7-submit:disabled { background-color: #CCC; border: 1px solid #CCC; }
.wpcf7-submit:disabled:hover { background-color: #CCC; border: 1px solid #CCC; color: #FFF !important; }
@media (max-width: 680px) { 
  .wpcf7-list-item { margin: 0 .5em 1em 0 !important; }
  .hubhack_fact_checkline .wpcf7-list-item { margin: 0 !important; }
  .form-0 .wpcf7-form-control.wpcf7-not-valid label { border: 1px solid #e53935 !important;  }
}
/* =================================
footer
================================= */
/* tokens */
.hubhack_fact_footer { --brand: #12a79f; --brand-d: #0b6f6a; --ink: #e8f3f2; --muted: #b6c3c2; --bg: #1e2a2c; --bg-2: #243438; --line: #314446; font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; color: var(--ink); background: linear-gradient(180deg, var(--bg-2), var(--bg)); position: relative; }
.hubhack_fact_footer::before { /* うっすら背景 */
  content: ""; position: absolute; inset: 0; background: url('/mnt/data/fb24c8a6b1bc12f08021cfa40745357f.png') center/cover no-repeat; opacity: .08; pointer-events: none; }
.hubhack_fact_ftinner { max-width: 1180px; margin: 0 auto; padding: clamp(36px, 6vw, 60px) 20px; position: relative; z-index: 1; }
/* grid */
.hubhack_fact_ftgrid { display: grid; gap: 28px; grid-template-columns: 1.1fr .9fr 1fr; align-items: start; }
/* brand / address */
.hubhack_fact_ftbrand img { height: 40px; width: auto; display: block; filter: brightness(1.05) saturate(1.1); }
.hubhack_fact_ftbrand dl { margin-top: 14px; }
.hubhack_fact_ftbrand dt { font-weight: bold; letter-spacing: .04em; margin-bottom: 6px; }
.hubhack_fact_ftbrand dd { color: var(--muted); line-height: 1.8; }
/* links */
.hubhack_fact_ftlinks { list-style: none; padding: 0; margin: 4px 0 0; display: grid; gap: 10px; }
.hubhack_fact_ftlinks a { color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.hubhack_fact_ftlinks a::before { content: "—"; color: #6fbab6; opacity: .9; font-weight: bold; }
.hubhack_fact_ftlinks a:hover { text-decoration: underline; }
/* CTA */
.hubhack_fact_ftcta { display: grid; gap: 12px; justify-items: end; }
.hubhack_fact_btn { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font-weight: bold; letter-spacing: .04em; padding: 14px 18px; border-radius: 12px; min-width: 260px; transition: transform .05s ease, filter .25s ease, box-shadow .25s ease; }
.hubhack_fact_btn--primary { background: var(--brand); color: #fff; box-shadow: 0 10px 22px rgba(18, 167, 159, .28); }
.hubhack_fact_btn--ghost { background: #ffffff; color: #0f1b1a; border: 2px solid var(--brand); }
.hubhack_fact_btn:hover { filter: brightness(1.06); }
.hubhack_fact_btn:active { transform: translateY(1px); }
/* copy */
.hubhack_fact_copy { border-top: 1px solid var(--line); margin-top: clamp(26px, 4vw, 36px); padding-top: 18px; text-align: center; color: var(--muted); font-size: 13px; }
/* Back-to-top */
#page_top { position: fixed; right: 18px; bottom: 18px; z-index: 50; opacity: 0; visibility: hidden; transition: opacity .25s ease, transform .25s ease, visibility .25s; }
#page_top.is-show { opacity: 1; visibility: visible; transform: translateY(0); }
#page_top a { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: #018f8d; color: #fff; text-decoration: none; box-shadow: 0 8px 18px rgba(18, 167, 159, .25); }
#page_top a:focus-visible { outline: 3px solid rgba(255, 255, 255, .8); outline-offset: 3px; }
#page_top .hubhack_fact_totopIcon { width: 18px; height: 18px; border-right: 3px solid #fff; border-bottom: 3px solid #fff; transform: rotate(-135deg) translateY(-2px); }
/* responsive */
@media (max-width:980px) { 
  .hubhack_fact_ftgrid { grid-template-columns: 1fr 1fr; }
  .hubhack_fact_ftcta { justify-items: start; }
}
@media (max-width:680px) { 
  .hubhack_fact_ftgrid { grid-template-columns: 1fr; }
  .hubhack_fact_ftcta { justify-items: stretch; }
  .hubhack_fact_btn { width: 100%; min-width: 0; }
  #page_top { bottom: 150px; } 
  .hubhack_fact_ftinner { padding: 30px 15px 160px; 15px; }
}
/* =================================
Floating CTA
================================= */
.hubhack_fact_ctaFloat { --brand: #12a79f; --brand-ink: #0f1b1a; --alert: #e3352f; position: fixed; left: 50%; bottom: max(14px, env(safe-area-inset-bottom)); transform: translate(-50%, 16px); opacity: 0; pointer-events: none; z-index: 9999; transition: transform .35s ease, opacity .35s ease; }
.hubhack_fact_ctaFloat.is-show { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
/* デフォ（SP/タブレット） */
.hubhack_fact_ctaFloat__inner { width: min(1160px, calc(100vw - 24px)); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
/* ★PCは最大 800px or 65vw に制限 */
@media (min-width:1024px) { .hubhack_fact_ctaFloat__inner { width: min(800px, 65vw); } }
/* 共通ボタン */
.hubhack_fact_cta { display: flex; justify-content: center; align-items: center; text-decoration: none; border-radius: 9999px; padding: 18px 0; font-weight: bold; letter-spacing: .04em; line-height: 1; position: relative; overflow: visible; box-shadow: 0 12px 24px rgba(5, 41, 39, .12); transition: filter .2s ease, transform .05s ease; }
.hubhack_fact_cta:focus-visible { outline: 3px solid rgba(18, 167, 159, .35); outline-offset: 3px; }
.hubhack_fact_cta:hover { filter: brightness(1.04); }
.hubhack_fact_cta:active { transform: translateY(1px); }
/* 左：白+ティール枠 */
.hubhack_fact_cta--outline { background: #fff; color: var(--brand-ink); box-shadow: 0 0 0 4px var(--brand); }
/* 右：赤塗り */
.hubhack_fact_cta--primary { background: var(--alert); color: #fff; }
/* アイコン */
.hubhack_fact_ctaIcon { width: 35px; display: block; position: absolute; top: 10px; left: 25px; filter: none; }
.hubhack_fact_cta--primary .hubhack_fact_ctaIcon { filter: brightness(0) invert(1); }
/* 人物（右ボタン） */
.hubhack_fact_ctaChar { position: absolute; right: -6px; bottom: -2px; height: 116px; width: auto; pointer-events: none; }
/* SP：縦積み */
@media (max-width:720px) { 
  .hubhack_fact_ctaFloat__inner { grid-template-columns: 1fr; gap: 12px; }
  .hubhack_fact_cta--primary { /*padding-right: 22px;*/ }
  .hubhack_fact_ctaChar { display: none; } }
@media (prefers-reduced-motion:reduce) { .hubhack_fact_ctaFloat { transition: none; } }