@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ====================================================
   gracenote トンマナ — scalenote.jp
   Primary: #2A4FE0 / Inter + Noto Sans JP
   Applied: 2026-05-31
   ==================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,300;0,14..32,400;0,14..32,500;0,14..32,600;0,14..32,700;1,14..32,400&family=Noto+Sans+JP:wght@400;500;600;700&display=swap');

/* ---- カラートークン上書き ---- */
:root {
  --color_main:       #2A4FE0;
  --color_link:       #2A4FE0;
  --color_htag:       #2A4FE0;
  --color_main_thin:  rgba(42, 79, 224, 0.08);
  --color_main_dark:  rgba(27, 50, 180, 1);

  --color_gradient1:  rgba(42, 79, 224, 0.05);
  --color_gradient2:  rgba(42, 79, 224, 0.14);

  --color_list_check: #2A4FE0;
  --color_list_num:   #2A4FE0;
  --color_faq_q:      #2A4FE0;
  --color_faq_a:      #64748B;

  --color_bg:         #FFFFFF;
  --color_header_bg:  #FFFFFF;
  --color_text:       #0F172A;

  --swl-font_family:  'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
  --swl-font_weight:  400;
}

/* ---- フォント適用 ---- */
body,
.l-header,
.c-gnav,
.c-gnav a,
.p-spMenu,
.l-footer,
input,
textarea,
select,
button {
  font-family: 'Inter', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.c-secTitle,
.c-heading,
.wp-block-heading {
  font-family: 'Inter', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
  letter-spacing: -0.01em;
}

/* ---- リンク ---- */
a { color: var(--color_main); }
a:hover { color: #1F3DB8; opacity: 0.85; }

/* ---- ボタン ---- */
.c-btn,
.wp-block-button__link {
  border-radius: 6px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.c-btn.-fill {
  background: #2A4FE0;
  border-color: #2A4FE0;
}
.c-btn.-fill:hover {
  background: #1F3DB8;
  border-color: #1F3DB8;
}
.c-btn.-border {
  color: #2A4FE0;
  border-color: #2A4FE0;
}

/* ---- ヘッダー ---- */
.l-header__bar {
  background: #2A4FE0;
}
.l-header {
  background: #FFFFFF;
}

/* ---- ナビゲーション ---- */
.c-gnav a::after {
  background: #2A4FE0;
  height: 2px;
}

/* ---- セクションタイトル ---- */
.c-secTitle {
  border-left-color: #2A4FE0;
}

/* ---- ページトップボタン ---- */
#pagetop {
  background: #2A4FE0;
  border-color: #2A4FE0;
}

/* ---- ウィジェットタイトル ---- */
.c-widget__title.-footer::before,
.c-widget__title.-side::before {
  background: #2A4FE0;
}
