/*!
Template:rishun
Theme Name: rishun_child
Theme URI: https://rishuntrading.co.jp
Description: Rishun is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: RishunTrading Limited.
Author URI: https://rishuntrading.co.jp
Version: 1.0.0
Requires at least: 1.0
Tested up to: 1.0.0
Requires PHP: 5.6.0
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Rishun WordPress theme, Copyright (C) 2022 RishunTrading Limited.
Rishun WordPress theme is licensed under the GPL.
Update Author:RishunTrading Limited
Update Author URI:https://rishuntrading.co.jp/
Version:1.0.0
*/
@charset "utf-8";
/************************************************************/

:root {
    /* メインカラー（新パレット） */
    --rf-navy-deep: #0A4B8F;      /* Deep Ocean Blue — 見出し・強調 */
    --rf-navy: #0D5BA8;           /* Ocean Blue — サブ背景 */
    --rf-navy-light: #1A73C7;     /* Light Ocean — ホバー等 */
    /* アクセントカラー */
    --rf-cyan2: #42A5F5;           /* Sky Cyan — 主アクセント */
    --rf-cyan: #2e4872;
    --rf-cyan-light: #64B5F6;     /* Light Sky — ホバー時 */
    --rf-emerald: #FFC107;        /* Sand Yellow — 第2アクセント */
    /* 背景カラー */
    --rf-bg-base: #F0F8FF;        /* Sky White — ページベース背景 */
    --rf-bg-card: rgba(255, 255, 255, 0.85); /* Glass White — カード */
    --rf-bg-section-alt: #E3F2FD; /* 交互セクション背景 */
    /* テキストカラー */
    --rf-white: #ffffff;
    --rf-white-muted: rgba(44,62,80,0.65);  /* Slate Ink 65% */
    --rf-white-muted: #2e4872;  /* Slate Ink 65% */
    --rf-white-dim: rgba(44,62,80,0.45);    /* Slate Ink 45% */
    --rf-text-main: #2C3E50;      /* Slate Ink */
    --rf-text-inverse: #ffffff;   /* 白文字 */
    /* ボタンカラー */
    --deep-btn-color:#0A4B8F;
    /* logo */
    --logo-orange-color:#F5AA04;
    --deep-font-color:#2e4872;
    --bk-sky-color:#f6fdff;
    /* フォント */
    --rf-font-sans: 'Noto Sans JP', 'Inter', 'Yu Gothic', sans-serif;
    --rf-font-serif: 'Noto Serif JP', '游明朝', 'Yu Mincho', serif;
    --rf-font-en: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    /* レイアウト */
    --rf-header-height-sp: 0;
    --rf-header-height-pc: 0;
    --ptnB-sp-header-height: 60px;
    --ptnB-pc-header-height: 80px;
    --lead-max-width:700px;
}
@media(min-width:1200px){
    :root{
        --lead-max-width:900px;
    }
}
/*==========================================================*/
/* defalt define											*/
/*==========================================================*/
body, p{
    font-size:17px;
}
body a{
    color:#333;
}
body a:hover{
    color:#333;
}
.nodata{
    color:#ff0000;
}
img{
    width:100%;
    height:auto;
}
.entry-body img{
    display:unset;
    width:auto;
    height: auto;
    max-width: 100%;
}
@media print {
    #mobile-menu {
        display: none !important;
    }
}
/*==========================================================*/
/* 共通ベーススタイル                                         */
/*==========================================================*/
body, p {
    font-family: var(--rf-font-sans);
}
body {
    background-color: var(--rf-bg-base);
    color: var(--rf-text-main);
}
body a {
    color: var(--rf-navy-deep);
}
body a:hover {
    color: var(--rf-cyan);
}

/* SP改行制御 */
.sp-only { display: inline; }

@media (min-width:768px) {
    .sp-only { display: none; }
}

/*==========================================================*/
/* ヘッダー上書き                                             */
/*==========================================================*/
/* header_sec */
.site-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1800;
}
.site-header-wrap{
    box-shadow: none;
}
.front-page .site-header {
    transition: background-color 0.5s ease, box-shadow 0.5s ease;
    background-color: transparent;
}
.front-page .site-header-wrap {
    background: transparent;
    transition: background-color 0.5s ease, box-shadow 0.5s ease;
}
.ptnB .site-header-inner{
    height: 100%;
    justify-content: flex-start;
}
/* スクロール時のヘッダー背景変化 */
.scrolled .site-header-wrap {
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.scrolled.front-page .site-header-wrap {
    background: var(--rf-navy-deep);
}
.page-header {
    margin-top: var(--ptnB-sp-header-height);
}

/* ロゴスタイル */
.site-header-logo a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    width: 110px;
}
.site-header-logo a img {
    object-fit: contain;
    display: block;
}
.site-header-logo a .logo-ttl-bl{
    opacity: 1;
    transition: all .2s;
}

/* メニューリンクスタイル */
.site-header-menu > li > a {
    font-family: var(--rf-font-sans);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 8px 12px;
}
.site-header-menu > li > a:hover {
    color:#fff;
}
/*
.site-header-menu > li > a:before {
    background: var(--rf-cyan) !important;
}
*/
/* CTAボタン（ヘッダー内） */
.site-header-menu li.header-cta-btn a{
    background:var(--deep-btn-color) !important;
    color: var(--rf-white) !important;
    font-weight: 700 !important;
    border-radius: 4px;
    padding: 12px 20px !important;
    font-size: 14px !important;
    transition: all 0.3s ease;
    margin-left:10px;
}
.site-header-menu li.header-cta-btn a:hover {
    filter:brightness(1.1);
    opacity: 0.9 !important;
}
.site-header-menu li.header-cta-btn a:before {
    display: none !important;
}
.mobile-menu-slide{
    overflow-y:auto;
}
/* モバイルメニュー背景 */
.site-mobile-nav > div {
    border-radius: 8px;
}
.site-mobile-menu > li {
    border-bottom-color: rgba(255,255,255,0.1);
}

/* ハンバーガーボタン（白背景対応） */
.mobile-navi-btn{
    background: rgba(255, 255, 255, 0);
    display: flex;
    flex-direction: column;
    gap: 7px;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}
.mobile-navi-btn span{
    background: rgba(255,255,255,0.9);
    height: 2px;
    width: 70%;
    transition: all .3s;
}
.mobile-navi-btn.mobile-navi-open{
    background:var(--burger-bkcolor);
}
.mobile-navi-btn.mobile-navi-open span{
    background: #fff;
    height: 3px;
    border-radius: 10px;
}
.mobile-navi-btn.mobile-navi-open span:nth-child(1){
    transform: rotate(35deg) translate(6px, 8px);
}
.mobile-navi-btn.mobile-navi-open span:nth-child(2){
    opacity: 0;
}
.mobile-navi-btn.mobile-navi-open span:nth-child(3){
    transform: rotate(-35deg) translate(6px, -8px);
}
.front-page .mobile-navi-btn span{
    background: #fff;
}
.front-page .mobile-navi-btn.mobile-navi-open span{
    background: #fff;
}
.site-mobile-menu>li>a, .site-mobile-menu>li>button.menu-trigger, .site-mobile-menu ul.sub-menu>li>a{
    font-weight:500;
    letter-spacing:0.1em;
}
@media(min-width:992px){
    .ptnB .container.site-header-container{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .ptnB .site-header-nav{
        grid-column: 2/5;
    }
    .mobile-navi-btn{
        display: none;
    }
    .site-header-menu ul.sub-menu>li a:hover{
        background: var(--rf-cyan2);
    }
    .page-header {
        margin-top: var(--ptnB-pc-header-height);
    }
}
/*==========================================================*/
/* オープニングアニメーション                                 */
/*==========================================================*/
.intro-layers{
    width:100vw;
    height:100vh;
    position:fixed;
    inset:0;
    z-index:3000;
}
.intro-layers .wrap{
    width:100%;
    height:100%;
    background:#f0f0f0;
    display:flex;
    justify-content:center;
    align-items:center;
}
.logo_title{
    width:100px;
    opacity:0;
}
@media(min-width:768px){
    .logo_title{
        width:200px;
        opacity:0;
    }
}
/*==========================================================*/
/* ヒーローセクション                                         */
/*==========================================================*/
/* hero_sec */
.hero-sec {
    position: relative;
    height: 80vh;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* 背景 */
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 60%;
    display: block;
}
.hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background:transparent;
}

/* コンテンツエリア */
.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 6vw;
    padding-top: var(--rf-header-height-sp);
}

/* 装飾英語テキスト（オーバーラップ） */
.hero-deco-text {
    font-family: var(--rf-font-en);
    font-size: 14vw;
    font-weight: 700;
    color: rgba(37, 156, 250, 0.16);
    letter-spacing: 0.02em;
    line-height: 1;
    position: absolute;
    top: 18vh;
    left: -2vw;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    margin: 0;
    /* アニメーション初期状態 */
    opacity: 0;
    transform: translateY(40px);
}

/* コピーエリア */
.hero-copy-area {
    padding-top: 60px;
}

/* サブコピー */
.hero-sub-copy {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 4px;
    margin: 0 0 16px 3px;
    /* アニメーション */
    opacity: 0;
    transform: translateY(30px);
}

/* メインキャッチコピー */
.hero-main-copy {
    font-family: var(--rf-font-serif);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #fff;
    margin: 0 0 24px 0;
    /* アニメーション */
    opacity: 0;
    transform: translateY(30px);
}

.hero-main-copy br{
    display:none;
}

/* 説明文 */
.hero-desc {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    line-height: 2;
    color: #ffffff;
    margin: 0 0 36px 0;
    letter-spacing: 0.04em;
    /* アニメーション */
    opacity: 0;
    transform: translateY(30px);
}

/* CTAボタン */
.hero-cta-wrap {
    opacity: 0;
    transform: translateY(30px);
}
.hero-cta-link {
    display: inline-flex;
    width:230px;
    height:55px;
    align-items: center;
    justify-content:center;
    gap: 12px;
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 700;
    color: var(--deep-btn-color);
    background: #fff;
    padding: 14px 36px;
    border-radius:28px;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}
.hero-cta-link:hover {
    transform: translateY(-2px);
    text-decoration: none;
    filter:brightness(1.1);
    opacity:0.9;
}
.hero-cta-arrow {
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s ease;
}
.hero-cta-link:hover .hero-cta-arrow {
    transform: translateX(4px);
}

/* スクロールインジケーター */
.hero-scroll-indicator {
    position: absolute;
    bottom: 40px;
    right: 6vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    /* アニメーション */
    opacity: 0;
    transform: translateY(20px);
}
.hero-scroll-text {
    font-family: var(--rf-font-en);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 3px;
    color: var(--rf-white-dim);
    writing-mode: vertical-rl;
}
.hero-scroll-line {
    display: block;
    width: 1px;
    height: 60px;
    background: linear-gradient(to bottom, var(--rf-cyan), transparent);
    animation: scrollLine 2s ease-in-out infinite;
}
@media(min-width:992px){
    .hero-sec{
        height:800px;
    }
}
/*==========================================================*/
/* アニメーション キーフレーム                                 */
/*==========================================================*/
@keyframes scrollLine {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    30% {
        opacity: 1;
        transform: scaleY(1);
        transform-origin: top;
    }
    60% {
        opacity: 1;
        transform: scaleY(1);
        transform-origin: bottom;
    }
    100% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: bottom;
    }
}

/*==========================================================*/
/* siteContent上書き（コンテナ幅解除）                        */
/*==========================================================*/
.siteContent.front-page > .container {
    max-width: 100%;
    padding: 0;
}
.siteContent.front-page > .container > .row {
    margin: 0;
}
.siteContent.front-page > .container > .row > .mainSection {
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.siteContent.front-page {
    padding: 0;
}

/*==========================================================*/
/* レスポンシブ：タブレット                                    */
/*==========================================================*/
@media (min-width:768px) {
    .hero-deco-text {
        font-size: 10vw;
        top: 15vh;
    }
    .hero-main-copy br{
        display:block;
    }
    .hero-copy-area {
        padding-top: 20vh;
    }
    .hero-main-copy {
        font-size: 36px;
    }
    .hero-sub-copy {
        font-size: 16px;
        letter-spacing: 6px;
    }
    .hero-desc {
        font-size: 16px;
    }
}

/*==========================================================*/
/* レスポンシブ：PC                                           */
/*==========================================================*/
@media (min-width:992px) {
    .hero-content {
        padding: 0 8vw;
        padding-top: var(--rf-header-height-pc);
    }
    .hero-deco-text {
        font-size: 9vw;
        top: 12vh;
        left: -1vw;
    }
    .hero-copy-area {
        padding-top: 80px;
        max-width: 700px;
    }
    .hero-main-copy {
        font-size: 42px;
        letter-spacing: 0.1em;
    }
    .hero-sub-copy {
        font-size: 16px;
        letter-spacing: 8px;
    }
    .hero-desc {
        font-size: 16px;
        line-height: 2.2;
    }
    .hero-cta-link {
        font-size: 16px;
        width:230px;
    }
    .hero-scroll-indicator {
        right: 4vw;
    }
    .site-header-logo a{
        width: 130px;
    }

    /* ヘッダーメニュー色 */
    .site-header-menu > li > a {
        font-size: 16px;
        padding: 10px 14px;
    }
    .site-header-menu>li>.menu-trigger{
        font-size:16px;
        letter-spacing:0.1em;
        font-weight:500;
    }
}

/*==========================================================*/
/* レスポンシブ：ワイド                                       */
/*==========================================================*/
@media (min-width:1200px) {
    .hero-content {
        padding: 0 10vw;
        padding-top: var(--rf-header-height-pc);
    }
    .hero-deco-text {
        font-size: 8vw;
    }
    .hero-main-copy {
        font-size: 48px;
    }
    .hero-copy-area {
        max-width: 800px;
    }
}

@media (min-width:1400px) {
    .hero-content {
        padding: 0 12vw;
        padding-top: var(--rf-header-height-pc);
    }
}

/*==========================================================*/
/* 共通：セクションラベル・装飾テキスト・フェードアップ       */
/*==========================================================*/
/* contains-frm / contains-wrap：rishun-rules準拠のコンテナ */
.contains-frm {
    width: 100%;
    box-sizing: border-box;
}
.contains-wrap {
    width: 100%;
    position: relative;
}

/* セクション番号＋英語ラベル */
.section-num {
    font-family: var(--rf-font-en);
    font-size: 13px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    letter-spacing: 2px;
}
.section-en {
    font-family: var(--rf-font-en);
    font-size: 13px;
    font-weight: 400;
    color: var(--rf-navy-deep);
    letter-spacing: 2px;
    margin-left: 12px;
}

/* GSAP用フェードアップ初期状態 */
.js-fade-up {
    opacity: 0;
    transform: translateY(50px);
}

/* page-section 共通パディング */
.page-section {
    padding: 60px 0;
}
@media (min-width:992px) {
    .page-section {
        padding: 80px 0;
    }
}

/*==========================================================*/
/* セクション3：イントロダクション                             */
/*==========================================================*/
/* intro_sec */
.intro-sec {
    position: relative;
    background: var(--rf-bg-base);
    overflow: hidden;
}

/* 装飾テキスト */
.intro-deco-text {
    font-family: var(--rf-font-en);
    font-size: 18vw;
    font-weight: 700;
    color: rgba(10,75,143,0.04);
    position: absolute;
    top: 60px;
    right: -5vw;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    line-height: 1;
    margin: 0;
}

/* セクションラベル */
.intro-section-label {
    margin-bottom: 60px;
}

/* 2カラムレイアウト（モバイル＝縦並び） */
.intro-layout {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* ベン図エリア */
.intro-venn-area {
    display: flex;
    justify-content: center;
    align-items: center;
}
.venn-container {
    position: relative;
    width: 280px;
    height: 280px;
}
.venn-circle {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 1px solid rgba(66,165,245,0.3);
    background: rgba(66,165,245,0.06);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.8s cubic-bezier(0.23,1,0.32,1);
}
.venn-label {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 500;
    color: var(--rf-text-main);
    text-align: center;
    line-height: 1.5;
    position: relative;
    z-index: 2;
}
.venn-label-en {
    font-family: var(--rf-font-en);
    font-size: 12px;
    font-weight: 400;
    color: var(--rf-cyan);
    letter-spacing: 1px;
}

/* ベン図：3円の初期位置（GSAP前） */
.venn-regulation {
    top: 0;
    left: 50%;
    transform: translate(-50%, -30px);
}
.venn-market {
    bottom: 10px;
    left: 0;
    transform: translate(-30px, 0);
}
.venn-operation {
    bottom: 10px;
    right: 0;
    transform: translate(30px, 0);
}

/* 中心の発光 */
.venn-center-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(66,165,245,0.5) 0%, transparent 70%);
    opacity: 0;
    z-index: 1;
    filter: blur(8px);
}

/* テキストエリア */
.intro-heading {
    font-family: var(--rf-font-serif);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing:0.1em;
    color: var(--rf-navy-deep);
    margin: 0 0 48px 0;
}

/* 3アイテム */
.intro-items {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 48px;
}
.intro-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.intro-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.intro-item-num {
    font-family: var(--rf-font-en);
    font-size: 32px;
    font-weight: 700;
    color: rgba(66,165,245,0.25);
    line-height: 1;
    min-width: 40px;
    white-space: nowrap;
}
.intro-item-title {
    font-family: var(--rf-font-sans);
    font-size: 22px;
    font-weight: 700;
    color: var(--rf-text-main);
    margin: 0 0 8px 0;
    letter-spacing: 0.04em;
}
.intro-item-desc {
    font-family: var(--rf-font-sans);
    color: var(--rf-white-muted);
    line-height: 1.9;
    margin: 0;
}

/* 結論文 */
.intro-conclusion {
    font-family: var(--rf-font-serif);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-cyan);
    line-height: 1.8;
    letter-spacing:0.1em;
    padding-left: 20px;
    border-left: 2px solid var(--rf-cyan);
    margin: 0;
}

/*==========================================================*/
/* セクション4：当社の強み                                     */
/*==========================================================*/
/* strength_sec */
.strength-sec {
    position: relative;
    background: var(--rf-bg-section-alt);
    overflow: hidden;
}

/* 背景テクスチャ */
.strength-bg-texture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(66,165,245,0.04) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 20%, rgba(10,75,143,0.04) 0%, transparent 50%),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 100px,
            rgba(10,75,143,0.02) 100px,
            rgba(10,75,143,0.02) 101px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 100px,
            rgba(10,75,143,0.02) 100px,
            rgba(10,75,143,0.02) 101px
        );
    pointer-events: none;
}

/* 装飾テキスト */
.strength-deco-text {
    font-family: var(--rf-font-en);
    font-size: 20vw;
    font-weight: 700;
    color: rgba(10,75,143,0.04);
    position: absolute;
    top: 80px;
    left: -3vw;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    line-height: 1;
    margin: 0;
}

/* セクションラベル */
.strength-section-label {
    margin-bottom: 48px;
}

/* メインコピー */
.strength-main-copy-area {
    margin-bottom: 80px;
}
.strength-main-copy {
    font-family: var(--rf-font-serif);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: var(--rf-navy-deep);
    margin: 0;
}

/* 比較タイル */
.strength-compare {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-bottom: 80px;
}
.strength-compare-item {
    padding: 36px 28px;
    border-radius: 4px;
    position: relative;
}
.compare-general {
    background: rgba(66,165,245,0.08);
    border: 1px solid rgba(66,165,245,0.2);
    position:relative;
}
.compare-reforward {
    background:var(--rf-navy-deep);
}
.compare-reforward::before{
    content: '\f309'; /* FontAwesome question-circle */
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    color:var(--rf-navy-deep);
    position:absolute;
    top:-50px;
    left:50%;
    translate:-50% 0;
    font-size:24px;
}
.compare-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    flex-flow:column wrap;
}
.compare-icon {
    font-size: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.compare-general .compare-icon {
    color: var(--rf-white-dim);
}
.compare-title {
    font-family: var(--rf-font-sans);
    font-size: 18px;
    font-weight: 700;
    color: var(--deep-font-color);
    margin: 0;
}
.compare-reforward .compare-title{
    color:#fff;
}
.compare-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.compare-list-item {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--deep-font-color);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.6;
}
.compare-reforward .compare-list-item{
    color:#fff;
}
.compare-icon-x {
    color: var(--deep-font-color);
    font-size: 13px;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}
.compare-icon-check {
    color: var(--rf-cyan);
    font-size: 13px;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}
.compare-reforward .compare-icon-check{
    color:#fff;
}
/* F.A.R.ブロック */
.strength-far {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px 0 0;
    border-top: 1px solid rgba(10,75,143,0.08);
}
.strength-far-item {
    display: flex;
    flex-flow:column wrap;
    gap: 10px;
}
.far-label {
    font-family: var(--rf-font-en);
    font-size: 13px;
    font-weight: 700;
    color: var(--deep-font-color);
    letter-spacing: 2px;
    min-width: 70px;
    padding-top: 3px;
    text-transform: uppercase;
    text-align:center;
}
.far-label .pict{
    width:80px;
    margin-left:auto;
    margin-right:auto;
}
.far-text {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--deep-font-color);
    line-height: 1.8;
    max-width:280px;
    margin-left: auto;
    margin-right: auto;
}

.compare-wave {
    position: relative;
    width: 100%;
    height: 70px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.compare-wave::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom:0;
  height: 18px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 18px;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 600 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 22 C35 18, 52 24, 82 20 S130 17, 160 21 S220 26, 255 20 S315 15, 350 21 S410 26, 445 20 S505 16, 540 21 S580 24, 600 19' fill='none' stroke='%2300549f' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.compare-reforward .compare-wave::before{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 600 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 22 C35 18, 52 24, 82 20 S130 17, 160 21 S220 26, 255 20 S315 15, 350 21 S410 26, 445 20 S505 16, 540 21 S580 24, 600 19' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
/* 発光アニメーション */
@keyframes vennGlow {
    0%, 100% { opacity: 0.6; transform: translate(-50%,-50%) scale(1); }
    50% { opacity: 1; transform: translate(-50%,-50%) scale(1.15); }
}

/*==========================================================*/
/* レスポンシブ：タブレット（セクション3・4）                  */
/*==========================================================*/
@media (min-width:768px) {
    .contains-frm {
        max-width: 720px;
        margin: 0 auto;
        padding: 0;
    }
    .venn-container {
        width: 320px;
        height: 320px;
    }
    .venn-circle {
        width: 180px;
        height: 180px;
    }
    .intro-heading {
        font-size: 28px;
    }
    .strength-main-copy {
        font-size: 32px;
    }
    .strength-compare {
        flex-direction: row;
        gap: 40px;
        margin-bottom:60px;
    }
    .compare-reforward::before{
        content:'\f30b';
        top:50%;
        left:-35px;
        translate:0 -50%;
    }
    .strength-compare-item {
        flex: 1;
    }
    .strength-far {
        flex-direction: row;
        gap: 0;
    }
    .strength-far-item {
        flex: 1;
        flex-direction: column;
        gap: 8px;
    }
    .strength-far-item {
        padding:0 20px;
    }
    .strength-far-item:nth-of-type(2) {
        border-left:solid 1px rgba(10, 75, 143, 0.08);
        border-right:solid 1px rgba(10, 75, 143, 0.08);
    }
    .far-label {
        min-width: unset;
    }
}

/*==========================================================*/
/* レスポンシブ：PC（セクション3・4）                          */
/*==========================================================*/
@media (min-width:992px) {
    .contains-frm {
        max-width: 960px;
    }
    .intro-layout {
        flex-direction: row;
        gap: 80px;
        align-items: flex-start;
    }
    .intro-venn-area {
        flex-shrink: 0;
        width: 360px;
        padding-top: 40px;
        position: sticky;
        top: 140px;
    }
    .venn-container {
        width: 340px;
        height: 340px;
    }
    .venn-circle {
        width: 190px;
        height: 190px;
    }
    .intro-text-area {
        flex: 1;
    }
    .intro-heading {
        font-size: 32px;
    }
    .intro-item-title {
        font-size: 17px;
    }
    .intro-item-desc {
        font-size: 16px;
    }
    .intro-conclusion {
        font-size: 17px;
    }
    .strength-main-copy {
        font-size: 32px;
    }
    .strength-compare {
        flex-direction: row;
        gap: 70px;
    }
    .compare-reforward::before{
        content:'\f30b';
        top:50%;
        left:-50px;
        translate:0 -50%;
    }
    .strength-compare-item {
        padding: 44px 36px;
    }
    .compare-title {
        font-size: 20px;
    }
    .compare-list-item {
        font-size: 16px;
    }
    .intro-deco-text {
        font-size: 12vw;
    }
    .strength-deco-text {
        font-size: 14vw;
    }
}

/*==========================================================*/
/* レスポンシブ：ワイド（セクション3・4）                      */
/*==========================================================*/
@media (min-width:1200px) {
    .contains-frm {
        max-width: 1140px;
    }
    .intro-layout {
        gap: 100px;
    }
    .intro-venn-area {
        width: 400px;
    }
    .venn-container {
        width: 380px;
        height: 380px;
    }
    .venn-circle {
        width: 210px;
        height: 210px;
    }
    .venn-center-glow {
        width: 80px;
        height: 80px;
    }
    .intro-heading {
        font-size: 36px;
    }
    .strength-main-copy {
        font-size: 36px;
    }
}

@media (min-width:1400px) {
    .contains-frm {
        max-width: 1320px;
    }
}

/*==========================================================*/
/* セクション5：事業内容カード                                */
/*==========================================================*/
/* service_sec */
.service-sec {
    position: relative;
    background: var(--rf-bg-base);
    overflow: hidden;
}
.service-deco-text {
    font-family: var(--rf-font-en);
    font-size: 18vw;
    font-weight: 700;
    color: rgba(10,75,143,0.04);
    position: absolute;
    bottom: 40px;
    left: -3vw;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    line-height: 1;
    margin: 0;
}
.service-section-label {
    margin-bottom: 24px;
}
.service-heading {
    font-family: var(--rf-font-serif);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing:0.1em;
    color: var(--rf-navy-deep);
    margin: 0 0 60px 0;
}

/* カードグリッド（モバイル＝縦積み） */
.service-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom:60px;
}
.service-grid>a:first-of-type{
    background:url('./img/top/service01_card.jpg') center center / cover no-repeat;
}
.service-grid>a:nth-of-type(2){
    background:url('./img/top/service02_card.jpg') center center / cover no-repeat;
}
.service-grid>a:nth-of-type(3){
    background:url('./img/top/service03_card.jpg') center center / cover no-repeat;
}
/* カード本体 */
.service-card {
    position: relative;
    display: block;
    min-height: 420px;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    color: var(--rf-text-inverse);
    transition: transform 0.5s cubic-bezier(0.23,1,0.32,1);
}
.service-card:hover {
    color: var(--rf-text-inverse);
    text-decoration: none;
    transform: translateY(-6px);
}

/* カード背景テクスチャ */
.service-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.service-card-texture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.service-card:hover .service-card-texture {
    transform: scale(1.08);
}
.service-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10,75,143,0.3);
    transition: background 0.5s ease;
}
.service-card:hover .service-card-overlay {
    background: rgba(10,75,143,0.15);
}

/* カードコンテンツ */
.service-card-content {
    position: relative;
    z-index: 2;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 320px;
    justify-content: flex-end;
}
.service-card-num {
    font-family: var(--rf-font-en);
    font-size: 24px;
    font-weight: 700;
    color: rgba(255,255,255,0.2);
    line-height: 1;
    margin-bottom: 20px;
}
.service-card-num>span{
    width:60px;
    height:60px;
    display:flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    border-radius:50%;
    border:solid 1px #fff;
}
.service-card-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: var(--rf-text-inverse);
    margin: 0 0 16px 0;
}
.service-card-content>h4{
    font-size:20px;
    margin-bottom:20px;
    letter-spacing: 0.1em;
    line-height:1.4;
}
.service-card-desc {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    line-height: 1.8;
    margin: 0 0 20px 0;
    letter-spacing:0.1em;
}
.service-card-desc>p{
    position:relative;
    padding-left:18px;
}
.service-card-desc>p::before{
    content:'・';
    position:absolute;
    top:0;
    left:0;
}
.service-card-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 50%;
    color: var(--rf-emerald);
    font-size: 16px;
    transition: all 0.4s ease;
}
.service-card:hover .service-card-arrow {
    background: var(--rf-emerald);
    color: var(--rf-navy-deep);
    border-color: var(--rf-emerald);
    transform: translateX(4px);
}

/* アクセントライン */
.service-card-accent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--rf-cyan), var(--rf-cyan-light));
    transition: width 0.6s cubic-bezier(0.23,1,0.32,1);
    z-index: 3;
}
.service-card:hover .service-card-accent {
    width: 100%;
}
.tpservice-last-wrap{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:var(--rf-navy-deep);
    color:#fff;
    border-radius:5px;
    padding:20px;
    font-size:24px;
}
.ul-tpservice{
    display:flex;
    width:100%;
    list-style: none;
    margin:0;
    padding:0;
    flex-flow:row wrap;
    gap:20px;
}
.ul-tpservice>li{
    width:100%;
    text-align:center;
}
@media(min-width:768px){
    .service-card-content{
        padding:20px 10px;
        justify-content: flex-start;
    }
    .service-card-desc{
        min-height:136px;
    }
    .service-card-content>h4{
        font-size:18px;
    }
    .ul-tpservice{
        flex-flow:row nowrap;
    }
    .ul-tpservice>li{
        width:auto;
        font-size:20px;
    }
}
@media(min-width:992px){
    .ul-tpservice>li{
        width:auto;
        font-size:24px;
    }
}
/*==========================================================*/
/* セクション6：専門体制                                       */
/*==========================================================*/
/* team_sec */
.team-sec {
    position: relative;
    background: url('./img/top/bk_team.jpg') calc(50% - 400px) center / cover no-repeat;
    overflow: hidden;
    padding-bottom:450px;
}
.team-deco-text {
    font-family: var(--rf-font-en);
    font-size: 16vw;
    font-weight: 700;
    color: rgba(10,75,143,0.04);
    position: absolute;
    top: 60px;
    right: -5vw;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    line-height: 1;
    margin: 0;
}
.team-section-label {
    margin-bottom: 24px;
}
.team-heading {
    font-family: var(--rf-font-serif);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: var(--rf-navy-deep);
    margin: 0 0 60px 0;
}

/* 人物カードグリッド */
.team-members-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 60px;
}

/* 人物カード本体 */
.team-member {
    position: relative;
    background: linear-gradient(135deg, var(--rf-navy) 0%, var(--rf-navy-light) 100%);
    border-radius: 8px;
    padding: 40px 20px;
    overflow: hidden;
    margin-bottom: 0;
}

/* カード内の装飾キーワード（背景テキスト） */
.team-member-keyword {
    font-family: var(--rf-font-en);
    font-size: 56px;
    font-weight: 700;
    color: rgba(255,255,255,0.06);
    line-height: 1.05;
    position: absolute;
    top: 20px;
    right: 20px;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    text-align: right;
}

/* 情報エリア */
.team-member-info {
    position: relative;
    z-index: 2;
}
.team-member-role {
    font-family: var(--rf-font-en);
    font-size: 12px;
    font-weight: 700;
    color: var(--rf-emerald);
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}
.team-member-name {
    font-family: var(--rf-font-serif);
    font-size: 24px;
    font-weight: 500;
    color: var(--rf-text-inverse);
    letter-spacing: 0.08em;
    margin: 0 0 20px 0;
    line-height: 1.4;
}
.team-member-name-en {
    font-family: var(--rf-font-en);
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.45);
    letter-spacing: 1px;
    display: block;
    margin-top: 4px;
}
.team-member-career {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.team-member-far-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
/* カード内far-label・far-text色（白系に） */
.team-member .far-label {
    color: var(--rf-emerald);
}
.team-member .far-text {
    color: rgba(255,255,255,0.75);
}

/* 実務チームブロック */
.team-unit {
    width:100%;
}
.team-unit-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}
.team-unit-icon {
    font-size: 18px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--rf-cyan);
    background: rgba(66,165,245,0.1);
}
.team-unit-title {
    font-family: var(--rf-font-sans);
    font-size: 18px;
    font-weight: 700;
    color: var(--rf-text-main);
    margin: 0;
}
.team-unit-desc {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 500;
    color: var(--deep-font-color);
    line-height: 1.9;
    margin: 0 0 24px 0;
    letter-spacing:0.1em;
}
.team-unit-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.team-unit-tag {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 500;
    color: var(--deep-font-color);
    background: transparent;
    border: 1px solid var(--deep-font-color);
    padding: 6px 14px;
    border-radius: 5px;
    letter-spacing: 0.1em;
}

/*==========================================================*/
/* レスポンシブ：タブレット（セクション5・6）                  */
/*==========================================================*/
@media (min-width:768px) {
    .team-sec {
        position: relative;
        background: url('./img/top/bk_team.jpg') calc( 50% - 100px ) center / cover no-repeat;
        overflow: hidden;
        padding-bottom:400px;
    }
    .service-heading {
        font-size: 28px;
    }
    .service-grid {
        flex-direction: row;
        gap: 10px;
    }
    .service-card {
        flex: 1;
        min-height: 400px;
    }
    /* 変則グリッド：カードの高さ・位置をずらす */
    .service-card:nth-child(2) {
        transform: translateY(40px);
    }
    .service-card:nth-child(2):hover {
        transform: translateY(32px);
    }
    .service-card:nth-child(3) {
        transform: translateY(20px);
    }
    .service-card:nth-child(3):hover {
        transform: translateY(14px);
    }
    .service-deco-text {
        font-size: 12vw;
    }
    .team-heading {
        font-size: 28px;
    }
    /* タブレットで2カラムグリッド */
    .team-members-grid {
        flex-direction: row;
        gap: 24px;
    }
    .team-member {
        flex: 1;
        padding: 44px 36px;
    }
    .team-member-keyword {
        font-size: 52px;
    }
    .team-deco-text {
        font-size: 12vw;
    }
}

/*==========================================================*/
/* レスポンシブ：PC（セクション5・6）                          */
/*==========================================================*/
@media (min-width:992px) {
    .team-sec {
        position: relative;
        background: url('./img/top/bk_team.jpg') center center / cover no-repeat;
        overflow: hidden;
        padding-bottom:400px;
    }
    .service-heading {
        font-size: 32px;
    }
    .service-grid {
        gap: 28px;
        margin-bottom:100px;
    }
    .service-card {
        min-height: 460px;
    }
    .service-card-content {
        padding: 48px 36px;
        min-height: 460px;
    }
    .service-card-title {
        font-size: 24px;
    }
    .team-heading {
        font-size: 32px;
    }
    .team-member {
        padding: 48px 44px;
    }
    .team-member-keyword {
        font-size: 64px;
    }
    .team-member-name {
        font-size: 30px;
    }
    .spc-team-lead {
        white-space:nowrap;
    }
}

/*==========================================================*/
/* レスポンシブ：ワイド（セクション5・6）                      */
/*==========================================================*/
@media (min-width:1200px) {
    .service-heading {
        font-size: 36px;
    }
    .service-card {
        min-height: 520px;
    }
    .service-card-content {
        min-height: 520px;
        padding: 56px 40px;
    }
    .service-card-title {
        font-size: 24px;
    }
    .team-heading {
        font-size: 36px;
    }
    .team-member {
        padding: 56px 52px;
    }
    .team-member-keyword {
        font-size: 80px;
        top: 24px;
        right: 32px;
    }
    .team-member-name {
        font-size: 32px;
    }
}

/*==========================================================*/
/* セクション7：お知らせ                                       */
/*==========================================================*/
/* news_sec */
.news-sec {
    position: relative;
    background: var(--rf-bg-base);
    overflow: hidden;
}
.news-section-label {
    margin-bottom: 24px;
}
.news-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 48px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(10,75,143,0.1);
}
.news-heading {
    font-family: var(--rf-font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    letter-spacing:0.1em;
    margin: 0;
}
.news-viewall {
    font-family: var(--rf-font-en);
    font-size: 14px;
    font-weight: 500;
    color: var(--rf-navy-deep);
    text-decoration: none;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.3s;
}
.news-viewall:hover {
    color: var(--rf-cyan-light);
    opacity: 0.8;
}
.news-viewall-arrow {
    font-size: 12px;
}

/* ニュースリスト */
.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.news-list-item {
    border-bottom: 1px solid rgba(10,75,143,0.06);
}
.news-list-item:last-child {
    border-bottom: none;
}
.news-list-link {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
        "date cat empty"
        "title title arrow";
    gap: 8px 12px;
    align-items: center;
    padding: 20px 0;
    text-decoration: none;
    color: var(--rf-text-main);
    transition: background 0.3s ease, padding-left 0.3s ease;
    position: relative;
    border-radius: 2px;
}
.news-list-link:hover {
    background: rgba(66,165,245,0.04);
    padding-left: 12px;
    color: var(--rf-text-main);
    text-decoration: none;
}
.news-date {
    grid-area: date;
    font-family: var(--rf-font-en);
    font-size: 13px;
    font-weight: 400;
    color: var(--rf-navy-deep);
    letter-spacing: 1px;
    min-width: 90px;
}
.news-cat {
    grid-area: cat;
    justify-self: start;
    font-family: var(--rf-font-sans);
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 2px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    background: var(--rf-navy-deep);
    color: #fff;
}
.news-cat--topic {
    background: var(--rf-cyan);
    color: var(--rf-navy-deep);
}
.news-cat--news {
    background: var(--rf-navy-light);
    color: var(--rf-text-inverse);
}
.news-cat--column {
    background: rgba(66,165,245,0.15);
    color: var(--rf-navy-deep);
}
.news-title {
    grid-area: title;
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--deep-font-color);
    line-height: 1.7;
}
.news-arrow {
    grid-area: arrow;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    color: var(--deep-font-color);
    font-size: 13px;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.news-list-link:hover .news-arrow {
    opacity: 1;
    transform: translateX(0);
}
/* footer_sec */
.site-footer {
    padding:40px 10px;
    border-top: 1px solid rgba(10,75,143,0.08);
}

/* ウィジェット3カラム */
.footerwidget {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 48px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(239, 247, 255, 0.3);
}
.footer-widget-col {
    flex: 1;
}
.footer-logo {
    display: inline-block;
    margin: 0 0 12px 0;
    transition: all 0.3s;
}
.footer-logo:hover {
    opacity: 0.8;
}
.footer-logo-img {
    height: 44px;
    width: auto;
    display: block;
}
.footer-company-name {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 500;
    color: var(--footer-font-color);
    margin: 0 0 12px 0;
    letter-spacing: 1px;
}
.footer-company-info {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    color: var(--footer-font-color);
    line-height: 1.8;
    margin: 0;
}
.footer-widget-title {
    font-family: var(--rf-font-en);
    font-size: 12px;
    font-weight: 700;
    color: #cdf435;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0 0 16px 0;
}
.site-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.site-footer-menu>li,.site-footer-menu li{
    padding:4px 0;
}
.site-footer-menu li a {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--footer-font-menucolor)!important;
    text-decoration: none;
    letter-spacing: 1px;
    transition: color 0.3s;
}
.site-footer-menu li a:hover {
    color: var(--rf-cyan-light)!important;
}
.site-footer-menu .sub-menu{
    padding-left:1rem;
}
.site-footer-menu .sub-menu li{
    margin-top:7px;
}
.footer-contact-text {
    font-family: var(--rf-font-sans);
    font-size: 14px;
    color: var(--footer-font-color);
    line-height: 1.8;
    margin: 0 0 16px 0;
}
.footer-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--rf-font-sans);
    font-size: 14px;
    font-weight: 700;
    color: var(--rf-text-inverse);
    background: var(--rf-cyan2);
    padding: 10px 24px;
    border-radius: 2px;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s;
}
.footer-contact-btn:hover {
    background: var(--rf-cyan-light);
    color: var(--rf-text-inverse);
    transform: translateY(-1px);
}
.footer-contact-btn i {
    font-size: 12px;
}

/* フッターナビ（既存構造の上書き） */
.site-footer-nav {
    margin-bottom: 24px;
}
.copyright {
    text-align: center;
    font-family: var(--rf-font-en);
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.75);
    letter-spacing: 1px;
    margin: 0;
}

/* レスポンシブ：タブレット（お知らせ・フッター） */
@media (min-width:768px) {
    .news-heading {
        font-size: 32px;
    }
    .news-list-link {
        display: flex;
        flex-wrap: nowrap;
        padding: 24px 0;
    }
    .news-cat {
        justify-self: auto;
    }
    .news-title {
        flex: 1;
        min-width: 0;
    }
    .news-arrow {
        justify-self: auto;
    }
    .news-title {
        font-size: 16px;
    }
    .footerwidget {
        flex-direction: row;
        gap: 40px;
    }
}

/* レスポンシブ：PC（お知らせ・フッター） */
@media (min-width:992px) {
    .news-heading {
        font-size: 32px;
    }
    .news-list-link {
        padding: 28px 0;
    }
    .news-date {
        font-size: 14px;
        min-width: 110px;
    }
    .news-title {
        font-size: 16px;
    }
    .footerwidget {
        gap: 60px;
    }
}

@media (min-width:1200px) {
    .news-heading {
        font-size: 36px;
    }
}

/*==========================================================*/
/* ページヘッダー                                             */
/*==========================================================*/
.page-header:after {
    background:
        linear-gradient(90deg,
            rgba(10,75,143,0.82) 0%,
            rgba(10,75,143,0.55) 40%,
            rgba(10,75,143,0.25) 70%,
            rgba(10,75,143,0.1) 100%
        ),
        linear-gradient(180deg,
            rgba(10,75,143,0.15) 0%,
            rgba(10,75,143,0.35) 100%
        );
}
.page-header-ttl {
    text-shadow: none;
    text-align: center;
}
.page-header-ttl .jp {
    font-family: var(--rf-font-serif);
    font-size: 22px;
    font-weight: 700;
    color: var(--rf-text-inverse);
    letter-spacing: 0.1em;
    line-height: 1.4;
    display: block;
    margin: 0 auto 8px auto;
}
.page-header-ttl .en {
    font-family: var(--rf-font-en);
    font-size: 13px;
    font-weight: 500;
    color: rgba(255,255,255,0.55);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    line-height: 1.4;
}

/*==========================================================*/
/* パンくずリスト                                             */
/*==========================================================*/
.section.breadSection {
    background: var(--rf-bg-base);
    padding: 20px 0;
    font-size: 13px;
}
.breadSection .breadcrumb {
    padding: 0 16px;
    margin-bottom: 0;
    background: transparent;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}
/* リンク色：Deep Ocean Blue */
.breadSection .breadcrumb a {
    color: var(--rf-navy-deep);
    text-decoration: none;
    transition: color 0.3s ease, opacity 0.3s ease;
    font-weight: 400;
}
.breadSection .breadcrumb a:hover {
    color: var(--rf-cyan);
    opacity: 1;
}
/* 現在の階層：グレー */
.breadSection .breadcrumb span {
    color: #888;
    font-weight: 400;
}
/* #panHome内のspanはリンク色に */
.breadSection .breadcrumb #panHome a span {
    color: var(--rf-navy-deep);
}
/* セパレーター：`/` に変更、控えめに */
.ol_rishun-breadcrumb > li:nth-of-type(n+2):after {
    content: '/';
    color: rgba(10,75,143,0.25);
    font-size: 12px;
    font-weight: 400;
}
@media (min-width:768px) {
    .page-header-ttl .jp {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .page-header-ttl .en {
        font-size: 14px;
    }
}
@media (min-width:992px) {
    .page-header-ttl .jp {
        font-size: 36px;
        margin-bottom: 12px;
    }
    .page-header-ttl .en {
        font-size: 16px;
        letter-spacing: 0.25em;
    }
    .section.breadSection {
        font-size: 14px;
    }
}
/*==========================================================*/
/*  「当社の強み」ページ（strength）                          */
/*==========================================================*/
/*==========================================================*/
/* S1：リードセクション                                       */
/*==========================================================*/
.str-lead-sec {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.str-lead-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.str-lead-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    display: block;
}
.str-lead-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background:
        linear-gradient(180deg,
            rgba(10,75,143,0.82) 0%,
            rgba(10,75,143,0.6) 50%,
            rgba(10,75,143,0.78) 100%
        ),
        linear-gradient(90deg,
            rgba(10,75,143,0.7) 0%,
            rgba(10,75,143,0.2) 100%
        );
}
.str-lead-content {
    position: relative;
    z-index: 2;
}
.str-lead-label {
    margin-bottom: 24px;
}
/* リードセクション内ラベル色は白系に上書き */
.str-lead-sec .section-num {
    color: var(--rf-emerald);
}
.str-lead-sec .section-en {
    color: rgba(255,255,255,0.5);
}
.str-lead-heading {
    font-family: var(--rf-font-serif);
    font-size: 28px;
    font-weight: 700;
    color: var(--rf-text-inverse);
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin: 0 0 16px 0;
}
.str-lead-sub {
    font-family: var(--rf-font-serif);
    font-size: 17px;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
    letter-spacing:0.1em;
    margin: 0 0 32px 0;
}
.str-lead-desc {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    line-height: 2;
    margin: 0;
    max-width: 640px;
}

/*==========================================================*/
/* S2：三位一体ロジック                                       */
/*==========================================================*/
.str-logic-sec {
    position: relative;
    background: var(--rf-bg-base);
    overflow: hidden;
}
.str-logic-deco {
    font-family: var(--rf-font-en);
    font-size: 18vw;
    font-weight: 700;
    color: rgba(10,75,143,0.03);
    position: absolute;
    top: 40px;
    right: -5vw;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    line-height: 1;
    margin: 0;
}
.str-logic-label {
    margin-bottom: 16px;
}
.str-logic-heading {
    font-family: var(--rf-font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    line-height: 1.5;
    letter-spacing:0.1em;
    margin: 0 0 20px 0;
}
.str-logic-lead {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--deep-font-color);
    line-height: 1.9;
    margin: 0 0 48px 0;
    max-width: var(--lead-max-width);
}

/* ロジックカードグリッド */
.str-logic-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* ロジックカード */
.str-logic-card {
    position: relative;
    background: var(--rf-white);
    border: 1px solid rgba(66,165,245,0.12);
    border-radius: 8px;
    padding: 36px 28px;
    overflow: hidden;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
}
.str-logic-card:hover {
    box-shadow: 0 12px 40px rgba(10,75,143,0.08);
    transform: translateY(-3px);
}
.str-logic-card-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(66,165,245,0.08);
    color: var(--rf-cyan);
    margin-bottom: 20px;
}
.str-logic-card-num {
    font-family: var(--rf-font-en);
    font-size: 64px;
    font-weight: 700;
    color: rgba(10,75,143,0.04);
    position: absolute;
    top: 16px;
    right: 20px;
    line-height: 1;
}
.str-logic-card-title {
    font-family: var(--rf-font-sans);
    font-size: 22px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    margin: 0 0 10px 0;
}
.str-logic-card-role {
    font-family: var(--rf-font-en);
    font-size: 14px;
    font-weight: 500;
    color: var(--rf-cyan);
    letter-spacing: 1px;
    margin: 0 0 16px 0;
}
.str-logic-card-desc {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.8;
    margin: 0 0 24px 0;
}

/* リスク対比ブロック */
.str-logic-card-risk {
    background: rgba(10,75,143,0.03);
    border-left: 3px solid var(--rf-emerald);
    border-radius: 0 4px 4px 0;
    padding: 16px 20px;
}
.str-logic-card-risk-label {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 700;
    color: var(--rf-emerald);
    display: block;
    margin-bottom: 6px;
}
.str-logic-card-risk-label i {
    margin-right: 4px;
}
.str-logic-card-risk-text {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.7;
    margin: 0;
}

/*==========================================================*/
/* S3：比較セクション                                         */
/*==========================================================*/
.str-compare-sec {
    position: relative;
    background: var(--rf-bg-section-alt);
    overflow: hidden;
}
.str-compare-deco {
    font-family: var(--rf-font-en);
    font-size: 16vw;
    font-weight: 700;
    color: rgba(10,75,143,0.03);
    position: absolute;
    bottom: 20px;
    left: -3vw;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    line-height: 1;
    margin: 0;
}
.str-compare-label {
    margin-bottom: 16px;
}
.str-compare-heading {
    font-family: var(--rf-font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    line-height: 1.5;
    letter-spacing:0.1em;
    margin: 0 0 20px 0;
}
.str-compare-lead {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.9;
    margin: 0 0 48px 0;
    max-width: var(--lead-max-width);
}

/* 比較テーブル */
.str-compare-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 24px;
}
.str-compare-table {
    width: 100%;
    min-width: 580px;
    border-collapse: separate;
    border-spacing: 0;
    font-family: var(--rf-font-sans);
}
.str-compare-table thead tr {
    background: none;
}
.str-compare-th-item {
    font-size: 13px;
    font-weight: 700;
    color: var(--rf-white-dim);
    text-align: left;
    padding: 16px 20px;
    border-bottom: 2px solid rgba(10,75,143,0.1);
    letter-spacing: 1px;
    background: transparent;
}
.str-compare-th-other {
    font-size: 13px;
    font-weight: 700;
    color: var(--rf-white-dim);
    text-align: center;
    padding: 16px 20px;
    border-bottom: 2px solid rgba(10,75,143,0.1);
    letter-spacing: 0.5px;
    background: transparent;
}
.str-compare-th-re {
    font-size: 14px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    text-align: center;
    padding: 16px 20px;
    background: rgba(66,165,245,0.08);
    border-bottom: 3px solid var(--rf-cyan);
    border-radius: 8px 8px 0 0;
    letter-spacing: 1px;
}

/* テーブルボディ */
.str-compare-td-item {
    font-size: 14px;
    font-weight: 700;
    color: var(--rf-text-main);
    padding: 18px 20px;
    border-bottom: 1px solid rgba(10,75,143,0.06);
    white-space: nowrap;
}
.str-compare-td-other {
    font-size: 14px;
    font-weight: 400;
    color: var(--rf-white-muted);
    text-align: center;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(10,75,143,0.06);
}
.str-compare-td-re {
    font-size: 14px;
    font-weight: 500;
    color: var(--rf-navy-deep);
    text-align: center;
    padding: 18px 20px;
    background: rgba(66,165,245,0.04);
    border-bottom: 1px solid rgba(66,165,245,0.1);
    border-left: 2px solid var(--rf-cyan);
    border-right: 2px solid var(--rf-cyan);
}
/* 最終行の下ボーダー */
.str-compare-table tbody tr:last-child .str-compare-td-re {
    border-bottom: 2px solid var(--rf-cyan);
    border-radius: 0 0 8px 8px;
}

/* チェック/バツアイコン */
.str-icon-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(66,165,245,0.15);
    color: var(--rf-cyan);
    font-size: 11px;
    margin-right: 8px;
    flex-shrink: 0;
}
.str-icon-x {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255,100,100,0.1);
    color: rgba(220,80,80,0.7);
    font-size: 11px;
    margin-right: 8px;
    flex-shrink: 0;
}

/* 注釈 */
.str-compare-note {
    font-family: var(--rf-font-sans);
    font-size: 14px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.8;
    margin: 0;
    padding-left: 4px;
}

/*==========================================================*/
/* S4：エビデンスセクション                                    */
/*==========================================================*/
.str-evidence-sec {
    position: relative;
    background: var(--rf-bg-base);
    overflow: hidden;
}
.str-evidence-deco {
    font-family: var(--rf-font-en);
    font-size: 18vw;
    font-weight: 700;
    color: rgba(10,75,143,0.03);
    position: absolute;
    top: 60px;
    left: -3vw;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    line-height: 1;
    margin: 0;
}
.str-evidence-label {
    margin-bottom: 16px;
}
.str-evidence-heading {
    font-family: var(--rf-font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    line-height: 1.5;
    letter-spacing:0.1em;
    margin: 0 0 20px 0;
}
.str-evidence-lead {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.9;
    margin: 0 0 48px 0;
    max-width: var(--lead-max-width);
}

/* エビデンスカードグリッド */
.str-evidence-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* エビデンスカード */
.str-evidence-card {
    position: relative;
    background: var(--rf-white);
    border: 1px solid rgba(66,165,245,0.1);
    border-radius: 8px;
    padding: 40px 32px;
    text-align: center;
    overflow: hidden;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
}
.str-evidence-card:hover {
    box-shadow: 0 8px 32px rgba(10,75,143,0.06);
    transform: translateY(-2px);
}
/* 大きな数字 */
.str-evidence-card-num {
    font-family: var(--rf-font-en);
    font-size: 64px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    line-height: 1;
    letter-spacing: -2px;
}
.str-evidence-card-unit {
    font-family: var(--rf-font-en);
    font-size: 28px;
    font-weight: 700;
    color: var(--rf-cyan);
    margin-left: 4px;
    letter-spacing: 0;
}
.str-evidence-card-sub {
    font-family: var(--rf-font-en);
    font-size: 14px;
    font-weight: 500;
    color: var(--rf-cyan);
    letter-spacing: 2px;
    display: block;
    margin-top: 4px;
}
.str-evidence-card-title {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 700;
    color: var(--rf-text-main);
    margin: 20px 0 12px 0;
}
.str-evidence-card-desc {
    text-align: left;
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.8;
    margin: 0;
}
@media (min-width:768px) {
    /* S1 リード */
    .str-lead-sec {
        min-height: 520px;
    }
    .str-lead-heading {
        font-size: 36px;
    }
    .str-lead-sub {
        font-size: 19px;
    }

    /* S2 ロジック */
    .str-logic-heading {
        font-size: 32px;
    }
    .str-logic-grid {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }
    .str-logic-card {
        flex-basis: 50%;
    }
    .str-logic-deco {
        font-size: 12vw;
    }

    /* S3 比較 */
    .str-compare-heading {
        font-size: 30px;
    }
    .str-compare-deco {
        font-size: 10vw;
    }

    /* S4 エビデンス */
    .str-evidence-heading {
        font-size: 30px;
    }
    .str-evidence-grid {
        flex-direction: row;
        gap: 20px;
    }
    .str-evidence-card-num {
        font-size: 72px;
    }
    .str-evidence-deco {
        font-size: 12vw;
    }
}
@media(min-width:768px) and (max-width:991px){
    .str-logic-grid,.str-evidence-grid{
        flex-wrap: wrap;
        justify-content: center;
    }
    .str-logic-card,.str-evidence-card {
        flex-basis: calc(50% - 10px);
    }
}
@media (min-width:992px) {
    /* S1 リード */
    .str-lead-sec {
        min-height: 560px;
    }
    .str-lead-heading {
        font-size: 42px;
    }
    .str-lead-sub {
        font-size: 21px;
    }
    .str-lead-desc {
        font-size: 17px;
    }
    .str-compare-lead {
        white-space:nowrap;
    }
    /* S2 ロジック */
    .str-logic-heading {
        font-size: 32px;
    }
    .str-logic-grid {
        gap: 28px;
    }
    .str-logic-card {
        flex: 1;
        padding: 44px 36px;
    }
    .str-logic-card-title {
        font-size: 20px;
    }

    /* S3 比較 */
    .str-compare-heading {
        font-size: 32px;
    }
    .str-compare-th-re {
        font-size: 16px;
    }
    .str-compare-td-item,
    .str-compare-td-other,
    .str-compare-td-re {
        font-size: 16px;
        padding: 22px 24px;
    }

    /* S4 エビデンス */
    .str-evidence-heading {
        font-size: 32px;
    }
    .str-evidence-grid {
        gap: 28px;
    }
    .str-evidence-card {
        flex: 1;
        padding: 52px 36px;
    }
    .str-evidence-card-num {
        font-size: 80px;
    }
    .str-evidence-card-unit {
        font-size: 32px;
    }
}
@media (min-width:1200px) {
    /* S1 リード */
    .str-lead-heading {
        font-size: 48px;
    }
    .str-lead-sub {
        font-size: 22px;
    }

    /* S2 ロジック */
    .str-logic-heading {
        font-size: 38px;
    }
    .str-logic-card-num {
        font-size: 80px;
    }

    /* S3 比較 */
    .str-compare-heading {
        font-size: 38px;
    }

    /* S4 エビデンス */
    .str-evidence-heading {
        font-size: 38px;
    }
    .str-evidence-card-num {
        font-size: 88px;
    }
    .str-evidence-card-unit {
        font-size: 36px;
    }
}

/*==========================================================*/
/*                                                          */
/*  「専門体制」ページ（specialist）                           */
/*                                                          */
/*==========================================================*/

/*==========================================================*/
/* SP-S1：リードセクション                                     */
/*==========================================================*/
.spc-lead-sec {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.spc-lead-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.spc-lead-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    display: block;
}
.spc-lead-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background:
        linear-gradient(180deg,
            rgba(10,75,143,0.82) 0%,
            rgba(10,75,143,0.6) 50%,
            rgba(10,75,143,0.78) 100%
        ),
        linear-gradient(90deg,
            rgba(10,75,143,0.7) 0%,
            rgba(10,75,143,0.2) 100%
        );
}
.spc-lead-content {
    position: relative;
    z-index: 2;
}
.spc-lead-label {
    margin-bottom: 24px;
}
.spc-lead-sec .section-num {
    color: var(--rf-emerald);
}
.spc-lead-sec .section-en {
    color: rgba(255,255,255,0.5);
}
.spc-lead-heading {
    font-family: var(--rf-font-serif);
    font-size: 28px;
    font-weight: 700;
    color: var(--rf-text-inverse);
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin: 0 0 16px 0;
}
.spc-lead-sub {
    font-family: var(--rf-font-serif);
    font-size: 17px;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
    letter-spacing:0.1em;
    margin: 0 0 32px 0;
}
.spc-lead-desc {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    line-height: 2;
    margin: 0;
    max-width: 640px;
}

/*==========================================================*/
/* SP-S2：リーダーシップ紹介                                   */
/*==========================================================*/
.spc-leaders-sec {
    position: relative;
    background: var(--rf-bg-base);
    overflow: hidden;
}
.spc-leaders-deco {
    font-family: var(--rf-font-en);
    font-size: 14vw;
    font-weight: 700;
    color: rgba(10,75,143,0.03);
    position: absolute;
    top: 40px;
    right: -3vw;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    line-height: 1;
    margin: 0;
}
.spc-leaders-label {
    margin-bottom: 16px;
}
.spc-leaders-heading {
    font-family: var(--rf-font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    line-height: 1.5;
    letter-spacing:0.1em;
    margin: 0 0 20px 0;
}
.spc-leaders-lead {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.9;
    margin: 0 0 48px 0;
    max-width: var(--lead-max-width);
}

/* リーダーカード */
.spc-leader-card {
    position: relative;
    background: var(--rf-white);
    border: 1px solid rgba(66,165,245,0.1);
    border-radius: 8px;
    padding: 36px 28px;
    margin-bottom: 28px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 28px;
    transition: box-shadow 0.4s ease;
}
.spc-leader-card:hover {
    box-shadow: 0 8px 32px rgba(10,75,143,0.06);
}
.spc-leader-card-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--rf-cyan) 0%, var(--rf-navy-deep) 100%);
    border-radius: 4px 0 0 4px;
}
.spc-leader-card--alt .spc-leader-card-accent {
    background: linear-gradient(180deg, var(--rf-emerald) 0%, var(--rf-navy-deep) 100%);
}

/* アイコンエリア */
.spc-leader-icon-area {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.spc-leader-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--rf-navy) 0%, var(--rf-navy-light) 100%);
    color: rgba(255,255,255,0.8);
    flex-shrink: 0;
}
.spc-leader-keyword {
    font-family: var(--rf-font-en);
    font-size: 36px;
    font-weight: 700;
    color: rgba(10,75,143,0.06);
    line-height: 1.05;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

/* 情報エリア */
.spc-leader-role {
    font-family: var(--rf-font-en);
    font-size: 16px;
    font-weight: 700;
    color: var(--rf-cyan);
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}
.spc-leader-card--alt .spc-leader-role {
    color: var(--rf-emerald);
}
.spc-leader-name {
    font-family: var(--rf-font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    letter-spacing: 0.08em;
    margin: 0 0 20px 0;
    line-height: 1.4;
}
.spc-leader-name-en {
    font-family: var(--rf-font-en);
    font-size: 13px;
    font-weight: 400;
    color: var(--rf-white-dim);
    letter-spacing: 1px;
    display: block;
    margin-top: 4px;
}

/* タイムライン */
.spc-leader-timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
}
.spc-timeline-item {
    position: relative;
    padding: 0 0 20px 24px;
    border-left: 1px solid rgba(66,165,245,0.15);
}
.spc-timeline-item:last-child {
    padding-bottom: 0;
    border-left-color: transparent;
}
.spc-timeline-item::before {
    content: '';
    position: absolute;
    top: 6px;
    left: -4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--rf-cyan);
}
.spc-leader-card--alt .spc-timeline-item::before {
    background: var(--rf-emerald);
}
.spc-timeline-co {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    display: block;
    margin-bottom: 4px;
}
.spc-timeline-desc {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.8;
    margin: 0;
}

/* 資格タグ */
.spc-leader-quals {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.spc-leader-qual-tag {
    font-family: var(--rf-font-sans);
    font-size: 12px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    background: rgba(66,165,245,0.08);
    border: 1px solid rgba(66,165,245,0.15);
    padding: 5px 14px;
    border-radius: 100px;
    letter-spacing: 0.5px;
}

/*==========================================================*/
/* SP-S3：実務チーム構成                                       */
/*==========================================================*/
.spc-team-sec {
    position: relative;
    background: var(--rf-bg-section-alt);
    overflow: hidden;
}
.spc-team-deco {
    font-family: var(--rf-font-en);
    font-size: 14vw;
    font-weight: 700;
    color: rgba(10,75,143,0.03);
    position: absolute;
    bottom: 20px;
    left: -3vw;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    line-height: 1;
    margin: 0;
}
.spc-team-label {
    margin-bottom: 16px;
}
.spc-team-heading {
    font-family: var(--rf-font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    line-height: 1.5;
    letter-spacing:0.1em;
    margin: 0 0 20px 0;
}
.spc-team-lead {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.9;
    margin: 0 0 48px 0;
    max-width: var(--lead-max-width);
}
.spc-team-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.spc-team-card {
    background: var(--rf-white);
    border: 1px solid rgba(66,165,245,0.1);
    border-radius: 8px;
    padding: 36px 28px;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
}
.spc-team-card:hover {
    box-shadow: 0 8px 32px rgba(10,75,143,0.06);
    transform: translateY(-2px);
}
.spc-team-card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(66,165,245,0.08);
    color: var(--rf-cyan);
    margin-bottom: 20px;
}
.spc-team-card-title {
    font-family: var(--rf-font-sans);
    font-size: 22px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    margin: 0 0 8px 0;
}
.spc-team-card-role {
    font-family: var(--rf-font-en);
    font-size: 14px;
    font-weight: 500;
    color: var(--rf-cyan);
    letter-spacing: 1px;
    margin: 0 0 16px 0;
}
.spc-team-card-desc {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.8;
    margin: 0 0 20px 0;
}
.spc-team-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.spc-team-tag {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 500;
    color: var(--rf-navy-deep);
    background: rgba(66,165,245,0.06);
    border: 1px solid rgba(66,165,245,0.12);
    padding: 4px 12px;
    border-radius: 100px;
    letter-spacing: 0.3px;
}

/*==========================================================*/
/* SP-S4：支援体制フロー                                       */
/*==========================================================*/
.spc-support-sec {
    position: relative;
    background: var(--rf-bg-base);
    overflow: hidden;
}
.spc-support-deco {
    font-family: var(--rf-font-en);
    font-size: 18vw;
    font-weight: 700;
    color: rgba(10,75,143,0.03);
    position: absolute;
    top: 60px;
    right: -3vw;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    line-height: 1;
    margin: 0;
}
.spc-support-label {
    margin-bottom: 16px;
}
.spc-support-heading {
    font-family: var(--rf-font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    line-height: 1.5;
    letter-spacing:0.1em;
    margin: 0 0 20px 0;
}
.spc-support-lead {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.9;
    margin: 0 0 48px 0;
    max-width:var(--lead-max-width);
}
.spc-support-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}
.spc-support-item {
    background: var(--rf-white);
    border: 1px solid rgba(66,165,245,0.1);
    border-radius: 8px;
    padding: 36px 28px;
    text-align: center;
    width: 100%;
    transition: box-shadow 0.4s ease;
}
.spc-support-item:hover {
    box-shadow: 0 6px 24px rgba(10,75,143,0.05);
}
.spc-support-item-num {
    font-family: var(--rf-font-en);
    font-size: 40px;
    font-weight: 700;
    color: rgba(10,75,143,0.08);
    line-height: 1;
    margin-bottom: 12px;
}
.spc-support-item-title {
    font-family: var(--rf-font-sans);
    font-size: 22px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    margin: 0 0 12px 0;
}
.spc-support-item-desc {
    font-family: var(--rf-font-sans);
    font-size: 14px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.8;
    margin: 0;
    text-align: left;
}
.spc-support-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(66,165,245,0.3);
    transform: rotate(90deg);
}

/*==========================================================*/
/* レスポンシブ：タブレット（専門体制）                         */
/*==========================================================*/
@media (min-width:768px) {
    .spc-lead-sec {
        min-height: 520px;
    }
    .spc-lead-heading {
        font-size: 36px;
    }
    .spc-lead-sub {
        font-size: 19px;
    }
    .spc-leaders-heading {
        font-size: 30px;
    }
    .spc-leader-card {
        flex-direction: row;
        padding: 44px 36px 44px 40px;
        gap: 36px;
    }
    .spc-leader-icon-area {
        flex-direction: column;
        align-items: center;
        min-width: 80px;
    }
    .spc-leader-keyword {
        font-size: 28px;
    }
    .spc-leader-name {
        font-size: 30px;
    }
    .spc-leaders-deco {
        font-size: 10vw;
    }
    .spc-team-heading {
        font-size: 30px;
    }
    .spc-team-grid {
        gap: 20px;
    }
    .spc-team-card {
        flex: 1;
    }
    .spc-team-deco {
        font-size: 10vw;
    }
    .spc-support-heading {
        font-size: 30px;
    }
    .spc-support-grid {
        flex-direction: row;
        align-items: stretch;
        gap: 12px;
    }
    .spc-support-item {
        flex: 1;
    }
    .spc-support-arrow {
        transform: rotate(0deg);
        flex-shrink: 0;
    }
    .spc-support-deco {
        font-size: 12vw;
    }
}

/*==========================================================*/
/* レスポンシブ：PC（専門体制）                                 */
/*==========================================================*/
@media (min-width:992px) {
    .spc-lead-sec {
        min-height: 560px;
    }
    .spc-lead-heading {
        font-size: 42px;
    }
    .spc-lead-sub {
        font-size: 21px;
    }
    .spc-lead-desc {
        font-size: 17px;
    }
    .spc-leaders-heading {
        font-size: 32px;
    }
    .spc-leader-card {
        padding: 52px 48px 52px 52px;
        gap: 48px;
    }
    .spc-leader-keyword {
        font-size: 36px;
    }
    .spc-leader-name {
        font-size: 32px;
    }
    .spc-team-heading {
        font-size: 32px;
    }
    .spc-team-grid {
        flex-direction: row;
        gap: 28px;
    }
    .spc-team-card {
        padding: 44px 36px;
    }
    .spc-support-heading {
        font-size: 32px;
    }
    .spc-support-grid {
        gap: 20px;
    }
    .spc-support-item {
        padding: 48px 32px;
    }
    .spc-support-item-num {
        font-size: 48px;
    }
}

/*==========================================================*/
/* レスポンシブ：ワイド（専門体制）                             */
/*==========================================================*/
@media (min-width:1200px) {
    .spc-lead-heading {
        font-size: 48px;
    }
    .spc-lead-sub {
        font-size: 22px;
    }
    .spc-leaders-heading {
        font-size: 38px;
    }
    .spc-leader-name {
        font-size: 36px;
    }
    .spc-leader-keyword {
        font-size: 44px;
    }
    .spc-team-heading {
        font-size: 38px;
    }
    .spc-support-heading {
        font-size: 38px;
    }
    .spc-support-item-num {
        font-size: 56px;
    }
}

/*==========================================================*/
/*                                                          */
/*  「需給運用/需給管理」ページ（balancing）                    */
/*                                                          */
/*==========================================================*/

/*==========================================================*/
/* BLC-S1：リードセクション                                    */
/*==========================================================*/
.blc-lead-sec {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.blc-lead-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.blc-lead-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    display: block;
}
.blc-lead-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background:
        linear-gradient(180deg,
            rgba(10,75,143,0.78) 0%,
            rgba(10,75,143,0.55) 50%,
            rgba(10,75,143,0.72) 100%
        ),
        linear-gradient(90deg,
            rgba(10,75,143,0.7) 0%,
            rgba(0,191,255,0.08) 100%
        );
}
.blc-lead-content {
    position: relative;
    z-index: 2;
}
.blc-lead-label {
    margin-bottom: 24px;
}
.blc-lead-sec .section-num {
    color: #00BFFF;
}
.blc-lead-sec .section-en {
    color: rgba(255,255,255,0.5);
}
.blc-lead-heading {
    font-family: var(--rf-font-serif);
    font-size: 28px;
    font-weight: 700;
    color: var(--rf-text-inverse);
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin: 0 0 12px 0;
}
.blc-lead-sub {
    font-family: var(--rf-font-serif);
    font-size: 18px;
    font-weight: 400;
    color: rgba(255,255,255,0.85);
    line-height: 1.8;
    letter-spacing:0.1em;
    margin: 0 0 32px 0;
}
.blc-lead-desc {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    line-height: 2;
    margin: 0;
    max-width: 640px;
}

/*==========================================================*/
/* BLC-S2：課題と提供価値                                      */
/*==========================================================*/
.blc-value-sec {
    position: relative;
    background: var(--rf-bg-base);
    overflow: hidden;
}
.blc-value-deco {
    font-family: var(--rf-font-en);
    font-size: 14vw;
    font-weight: 700;
    color: rgba(10,75,143,0.03);
    position: absolute;
    top: 40px;
    right: -3vw;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    line-height: 1;
    margin: 0;
}
.blc-value-label {
    margin-bottom: 16px;
}
.blc-value-heading {
    font-family: var(--rf-font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    line-height: 1.5;
    letter-spacing:0.1em;
    margin: 0 0 20px 0;
}
.blc-value-lead {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.9;
    margin: 0 0 48px 0;
    max-width: var(--lead-max-width);
}

/* 2カラム対比グリッド */
.blc-value-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.blc-value-card {
    background: var(--rf-white);
    border-radius: 8px;
    padding: 36px 28px;
    overflow: hidden;
    transition: box-shadow 0.4s ease;
}
.blc-value-card:hover {
    box-shadow: 0 8px 32px rgba(10,75,143,0.06);
}
/* リスク側 */
.blc-value-card--risk {
    border: 1px solid rgba(220,80,80,0.12);
    border-top: 3px solid rgba(220,80,80,0.4);
}
/* バリュー側 */
.blc-value-card--value {
    border: 1px solid rgba(0,191,255,0.15);
    border-top: 3px solid rgba(0,191,255,0.5);
}
.blc-value-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}
.blc-value-card-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    flex-shrink: 0;
}
.blc-value-card-icon--risk {
    background: rgba(220,80,80,0.08);
    color: rgba(220,80,80,0.7);
}
.blc-value-card-icon--value {
    background: rgba(0,191,255,0.08);
    color: #00BFFF;
}
.blc-value-card-title {
    font-family: var(--rf-font-sans);
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}
.blc-value-card-title--risk {
    color: rgba(180,60,60,0.85);
}
.blc-value-card-title--value {
    color: var(--rf-navy-deep);
}

/* リスト */
.blc-value-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.blc-value-list-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.blc-value-list-marker {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: 10px;
    flex-shrink: 0;
}
.blc-value-list-marker--risk {
    background: rgba(220,80,80,0.4);
}
.blc-value-list-marker--value {
    background: rgba(0,191,255,0.5);
}
.blc-value-list-item strong {
    font-family: var(--rf-font-sans);
    font-size: 17px;
    font-weight: 700;
    color: var(--rf-text-main);
    display: block;
    margin-bottom: 4px;
}
.blc-value-list-item p {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.8;
    margin: 0;
}

/*==========================================================*/
/* BLC-S3：支援サイクル                                        */
/*==========================================================*/
.blc-cycle-sec {
    position: relative;
    background: var(--rf-bg-section-alt);
    overflow: hidden;
}
.blc-cycle-deco {
    font-family: var(--rf-font-en);
    font-size: 20vw;
    font-weight: 700;
    color: rgba(10,75,143,0.03);
    position: absolute;
    bottom: 20px;
    left: -3vw;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    line-height: 1;
    margin: 0;
}
.blc-cycle-label {
    margin-bottom: 16px;
}
.blc-cycle-heading {
    font-family: var(--rf-font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    line-height: 1.5;
    letter-spacing:0.1em;
    margin: 0 0 20px 0;
}
.blc-cycle-lead {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.9;
    margin: 0 0 48px 0;
    max-width: var(--lead-max-width);
}

/* サイクルリング構造 */
.blc-cycle-ring {
    position: relative;
}
/* 中央ラベル */
.blc-cycle-center {
    display: none;
}
/* ステップアイテム（モバイル：縦並び） */
.blc-cycle-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}
.blc-cycle-item {
    position: relative;
    background: var(--rf-white);
    border: 1px solid rgba(0,191,255,0.12);
    border-radius: 8px;
    padding: 36px 28px;
    width: 100%;
    overflow: hidden;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
}
.blc-cycle-item:hover {
    box-shadow: 0 8px 28px rgba(0,191,255,0.08);
    transform: translateY(-2px);
}
.blc-cycle-item-num {
    font-family: var(--rf-font-en);
    font-size: 48px;
    font-weight: 700;
    color: rgba(0,191,255,0.1);
    line-height: 1;
    margin-bottom: 12px;
}
.blc-cycle-item-title {
    font-family: var(--rf-font-sans);
    font-size: 20px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    margin: 0 0 8px 0;
}
.blc-cycle-item-role {
    font-family: var(--rf-font-en);
    font-size: 14px;
    font-weight: 500;
    color: var(--rf-navy-light);
    letter-spacing: 1px;
    margin: 0 0 14px 0;
}
.blc-cycle-item-desc {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.8;
    margin: 0;
}
/* コネクタ矢印（モバイル：下向き） */
.blc-cycle-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0,191,255,0.3);
    transform: rotate(90deg);
}

/*==========================================================*/
/* BLC-S4：対象となるお客様                                    */
/*==========================================================*/
.blc-target-sec {
    position: relative;
    background: var(--rf-bg-base);
    overflow: hidden;
}
.blc-target-deco {
    font-family: var(--rf-font-en);
    font-size: 18vw;
    font-weight: 700;
    color: rgba(10,75,143,0.03);
    position: absolute;
    top: 60px;
    right: -3vw;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    line-height: 1;
    margin: 0;
}
.blc-target-label {
    margin-bottom: 16px;
}
.blc-target-heading {
    font-family: var(--rf-font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    line-height: 1.5;
    letter-spacing:0.1em;
    margin: 0 0 20px 0;
}
.blc-target-lead {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.9;
    margin: 0 0 48px 0;
    max-width: var(--lead-max-width);
}
.blc-target-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.blc-target-card {
    background: var(--rf-white);
    border: 1px solid rgba(0,191,255,0.1);
    border-radius: 8px;
    padding: 36px 28px;
    text-align: center;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
}
.blc-target-card:hover {
    box-shadow: 0 8px 28px rgba(10,75,143,0.06);
    transform: translateY(-2px);
}
.blc-target-card-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--rf-navy-deep);
    color: #ffffff;
    margin: 0 auto 20px auto;
}
.blc-target-card-title {
    font-family: var(--rf-font-sans);
    font-size: 22px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    margin: 0 0 10px 0;
}
.blc-target-card-sub {
    font-family: var(--rf-font-en);
    font-size: 14px;
    font-weight: 500;
    color: var(--rf-navy-light);
    letter-spacing: 0.5px;
    margin: 0 0 14px 0;
}
.blc-target-card-desc {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.8;
    margin: 0;
    text-align: left;
}

/*==========================================================*/
/* レスポンシブ：タブレット（需給管理）                         */
/*==========================================================*/
@media (min-width:768px) {
    .blc-lead-sec {
        min-height: 520px;
    }
    .blc-lead-heading {
        font-size: 36px;
    }
    .blc-lead-sub {
        font-size: 20px;
    }
    .blc-value-heading {
        font-size: 30px;
    }
    .blc-value-grid {
        flex-direction: row;
        gap: 24px;
    }
    .blc-value-card {
        flex: 1;
    }
    .blc-value-deco {
        font-size: 10vw;
    }
    .blc-cycle-heading {
        font-size: 30px;
    }
    .blc-cycle-items {
        flex-direction: row;
        align-items: stretch;
        gap: 12px;
    }
    .blc-cycle-item {
        flex: 1;
    }
    .blc-cycle-connector {
        transform: rotate(0deg);
        flex-shrink: 0;
    }
    .blc-cycle-deco {
        font-size: 12vw;
    }
    .blc-target-heading {
        font-size: 30px;
    }
    .blc-target-grid {
        flex-direction: row;
        gap: 20px;
    }
    .blc-target-deco {
        font-size: 12vw;
    }
}
@media(min-width:768px) and (max-width:991px){
    .blc-target-grid{
        flex-wrap: wrap;
        justify-content: center;
    }
    .blc-target-card {
        width: calc(50% - 10px);
    }
}
/*==========================================================*/
/* レスポンシブ：PC（需給管理）                                 */
/*==========================================================*/
@media (min-width:992px) {
    .blc-lead-sec {
        min-height: 560px;
    }
    .blc-lead-heading {
        font-size: 42px;
    }
    .blc-lead-sub {
        font-size: 22px;
    }
    .blc-lead-desc {
        font-size: 17px;
    }
    .blc-value-heading {
        font-size: 32px;
    }
    .blc-value-card {
        padding: 44px 36px;
    }
    .blc-cycle-heading {
        font-size: 32px;
    }
    /* PC：サイクル中央ラベル表示 */
    .blc-cycle-ring {
        position: relative;
        padding-top: 20px;
    }
    .blc-cycle-center {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 140px;
        height: 140px;
        border-radius: 50%;
        background: var(--rf-white);
        border: 2px solid rgba(0,191,255,0.2);
        box-shadow: 0 4px 24px rgba(0,191,255,0.06);
        z-index: 2;
    }
    .blc-cycle-center-text {
        font-family: var(--rf-font-sans);
        font-size: 14px;
        font-weight: 700;
        color: var(--rf-navy-deep);
        text-align: center;
        line-height: 1.5;
    }
    .blc-cycle-items {
        gap: 20px;
    }
    .blc-cycle-item {
        padding: 44px 32px;
    }
    .blc-cycle-item-num {
        font-size: 56px;
    }
    .blc-target-heading {
        font-size: 32px;
    }
    .blc-target-grid {
        gap: 28px;
    }
    .blc-target-card {
        padding: 44px 32px;
        flex: 1;
    }
    .blc-target-card-title {
        font-size: 20px;
    }
    .blc-cycle-lead {
        white-space: nowrap;
    }
}

/*==========================================================*/
/* レスポンシブ：ワイド（需給管理）                             */
/*==========================================================*/
@media (min-width:1200px) {
    .blc-lead-heading {
        font-size: 48px;
    }
    .blc-value-heading {
        font-size: 38px;
    }
    .blc-cycle-heading {
        font-size: 38px;
    }
    .blc-cycle-center {
        width: 160px;
        height: 160px;
    }
    .blc-cycle-center-text {
        font-size: 16px;
    }
    .blc-cycle-item-num {
        font-size: 64px;
    }
    .blc-target-heading {
        font-size: 38px;
    }
}

/*==========================================================*/
/*                                                          */
/*  「電力取引」ページ（trading）                              */
/*                                                          */
/*==========================================================*/

/*==========================================================*/
/* TRD-S1：イントロダクション                                  */
/*==========================================================*/
.trd-intro {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.trd-intro__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.trd-intro__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 100%;
    display: block;
}
.trd-intro__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.7;
    background:
        linear-gradient(180deg,
            rgba(10,75,143,0.85) 0%,
            rgba(10,75,143,0.62) 50%,
            rgba(10,75,143,0.8) 100%
        ),
        linear-gradient(90deg,
            rgba(10,75,143,0.75) 0%,
            rgba(10,75,143,0.3) 100%
        );
}

/* SVGトレンドライン */
.trd-intro__trendline {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 1;
    opacity: 0.15;
    pointer-events: none;
}
.trd-intro__trendline-svg {
    width: 100%;
    height: 100%;
}
.trd-intro__trendline-path {
    fill: none;
    stroke: rgba(255,255,255,0.3);
    stroke-width: 1.5;
    stroke-dasharray: 2400;
    stroke-dashoffset: 2400;
    animation: trd-draw-line 4s ease-out 0.5s forwards;
}
.trd-intro__trendline-glow {
    fill: none;
    stroke: rgba(66,165,245,0.6);
    stroke-width: 2;
    stroke-dasharray: 2400;
    stroke-dashoffset: 2400;
    filter: blur(3px);
    animation: trd-draw-line 4s ease-out 1s forwards;
}
@keyframes trd-draw-line {
    to {
        stroke-dashoffset: 0;
    }
}
/* ホバーでグロウ強度UP */
.trd-intro:hover .trd-intro__trendline {
    opacity: 0.35;
    transition: opacity 0.8s ease;
}

.trd-intro__content {
    position: relative;
    z-index: 2;
}
.trd-intro__label {
    margin-bottom: 24px;
}
.trd-intro .section-num {
    color: var(--rf-emerald);
}
.trd-intro .section-en {
    color: rgba(255,255,255,0.5);
}
.trd-intro__heading {
    font-family: var(--rf-font-serif);
    font-size: 28px;
    font-weight: 700;
    color: var(--rf-text-inverse);
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin: 0 0 12px 0;
}
.trd-intro__sub {
    font-family: var(--rf-font-serif);
    font-size: 17px;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
    letter-spacing:0.1em;
    margin: 0 0 32px 0;
}
.trd-intro__desc {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    line-height: 2;
    margin: 0;
    max-width: 640px;
}

/*==========================================================*/
/* TRD-S2：取引・需給フロー                                    */
/*==========================================================*/
.trd-flow {
    position: relative;
    background: var(--rf-bg-base);
    overflow: hidden;
}
.trd-flow__deco {
    font-family: var(--rf-font-en);
    font-size: 16vw;
    font-weight: 700;
    color: rgba(10,75,143,0.03);
    position: absolute;
    top: 40px;
    right: -3vw;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    line-height: 1;
    margin: 0;
}
.trd-flow__label {
    margin-bottom: 16px;
}
.trd-flow__heading {
    font-family: var(--rf-font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    line-height: 1.5;
    letter-spacing:0.1em;
    margin: 0 0 20px 0;
}
.trd-flow__lead {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.9;
    margin: 0 0 48px 0;
    max-width: var(--lead-max-width);
}

/* ステップグリッド */
.trd-flow__steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

/* ステップカード */
.trd-flow__step {
    position: relative;
    background: var(--rf-white);
    border-radius: 8px;
    padding: 32px 24px;
    width: 100%;
    outline: none;
    border-color: rgba(10,75,143,0.2);
    box-shadow: 0 8px 32px rgba(10,75,143,0.06);
}
.trd-flow__step-num {
    font-family: var(--rf-font-en);
    font-size: 40px;
    font-weight: 700;
    color: rgba(10,75,143,0.06);
    line-height: 1;
    margin-bottom: 8px;
}
.trd-flow__step-title {
    font-family: var(--rf-font-sans);
    font-size: 20px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    margin: 0 0 10px 0;
}
.trd-flow__step-role {
    font-family: var(--rf-font-en);
    font-size: 14px;
    font-weight: 500;
    color: var(--rf-cyan);
    letter-spacing: 1px;
    margin: 0 0 0 0;
}

/* 詳細ポップアップ */
.trd-flow__step-detail {
    margin-top: 16px;
}
.trd-flow__step-detail-text {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 500;
    color: var(--rf-white-muted);
    line-height: 1.8;
    margin: 0 0 16px 0;
}
.trd-flow__step-detail-fact {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 700;
    color: var(--rf-cyan);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    background: rgba(66,165,245,0.06);
    border-radius: 10px;
    letter-spacing: 0.3px;
}

/* コネクタ矢印（モバイル：下向き） */
.trd-flow__step-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(10,75,143,0.15);
    transform: rotate(90deg);
}
/*==========================================================*/
/* TRD-S3：データサイエンス ダッシュボード                      */
/*==========================================================*/
.trd-data {
    position: relative;
    background: var(--rf-bg-section-alt);
    overflow: hidden;
}
.trd-data__deco {
    font-family: var(--rf-font-en);
    font-size: 20vw;
    font-weight: 700;
    color: rgba(10,75,143,0.03);
    position: absolute;
    bottom: 20px;
    left: -3vw;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    line-height: 1;
    margin: 0;
}
.trd-data__label {
    margin-bottom: 16px;
}
.trd-data__heading {
    font-family: var(--rf-font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    line-height: 1.5;
    letter-spacing:0.1em;
    margin: 0 0 20px 0;
}
.trd-data__lead {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.9;
    margin: 0 0 48px 0;
    max-width: var(--lead-max-width);
}

/* ダッシュボードグリッド */
.trd-data__dashboard {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* パネル */
.trd-data__panel {
    background: var(--rf-white);
    border: 1px solid rgba(10,75,143,0.08);
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.4s ease;
}
.trd-data__panel:hover {
    box-shadow: 0 8px 28px rgba(10,75,143,0.06);
}

/* パネルヘッダー */
.trd-data__panel-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(10,75,143,0.05);
    background: rgba(10,75,143,0.015);
}
.trd-data__panel-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(10,75,143,0.06);
    color: var(--rf-navy-deep);
    font-size: 14px;
}
.trd-data__panel-title {
    font-family: var(--rf-font-sans);
    font-weight: 700;
    color: var(--rf-navy-deep);
    flex: 1;
}
.trd-data__panel-status {
    font-family: var(--rf-font-en);
    font-size: 10px;
    font-weight: 700;
    color: var(--rf-cyan);
    letter-spacing: 1.5px;
    padding: 3px 10px;
    border: 1px solid rgba(66,165,245,0.2);
    border-radius: 100px;
    animation: trd-pulse 2.5s ease-in-out infinite;
}
@keyframes trd-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

/* パネルボディ */
.trd-data__panel-body {
    padding: 24px;
}

/* CSSバーチャート */
.trd-data__panel-chart {
    height: 80px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
}
.trd-data__bar-group {
    display: flex;
    gap: 6px;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}
.trd-data__bar {
    flex: 1;
    background: linear-gradient(180deg, var(--rf-cyan) 0%, rgba(10,75,143,0.15) 100%);
    border-radius: 3px 3px 0 0;
    min-height: 4px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    animation: trd-bar-grow 0.6s ease-out forwards;
}
.trd-data__bar:nth-child(1) { animation-delay: 0.1s; }
.trd-data__bar:nth-child(2) { animation-delay: 0.2s; }
.trd-data__bar:nth-child(3) { animation-delay: 0.3s; }
.trd-data__bar:nth-child(4) { animation-delay: 0.4s; }
.trd-data__bar:nth-child(5) { animation-delay: 0.5s; }
.trd-data__bar:nth-child(6) { animation-delay: 0.6s; }
.trd-data__bar:nth-child(7) { animation-delay: 0.7s; }
@keyframes trd-bar-grow {
    to {
        opacity: 1;
        transform: scaleY(1);
    }
}

/* パネルリスト */
.trd-data__panel-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.trd-data__panel-list li {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.6;
    padding-left: 16px;
    position: relative;
}
.trd-data__panel-list li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--rf-cyan);
    opacity: 0.5;
}

/*==========================================================*/
/* レスポンシブ：タブレット（電力取引）                         */
/*==========================================================*/
@media (min-width:768px) {
    .trd-intro {
        min-height: 520px;
    }
    .trd-intro__heading {
        font-size: 36px;
    }
    .trd-intro__sub {
        font-size: 19px;
    }
    .trd-flow__heading {
        font-size: 30px;
    }    
    .trd-flow__steps{
        flex-direction: row;
    }
    .trd-flow__deco {
        font-size: 10vw;
    }
    .trd-data__heading {
        font-size: 30px;
    }
    .trd-data__dashboard {
        flex-direction: row;
        gap: 20px;
    }
    .trd-data__panel {
        flex: 1;
    }
    .trd-data__deco {
        font-size: 12vw;
    }
    .trd-flow__step-detail-text{
        min-height:116px;
    }
}
@media(min-width:768px) and (max-width:1199px){
    .trd-flow__steps{
        flex-wrap: wrap;
        gap:30px 20px;
        align-items: stretch;
    }
    .trd-flow__step-connector{
        display: none;
    }
    .trd-flow__step{
        width: calc(50% - 10px);
    }
}
/*==========================================================*/
/* レスポンシブ：PC（電力取引）                                 */
/*==========================================================*/
@media (min-width:992px) {
    .trd-intro {
        min-height: 560px;
    }
    .trd-intro__heading {
        font-size: 42px;
    }
    .trd-intro__sub {
        font-size: 21px;
    }
    .trd-intro__desc {
        font-size: 17px;
    }
    .trd-intro__trendline {
        height: 260px;
        opacity: 0.2;
    }
    .trd-flow__heading {
        font-size: 32px;
    }
    .trd-flow__step-num {
        font-size: 48px;
    }
    .trd-flow__step-title {
        font-size: 22px;
    }
    .trd-flow__step-connector {
        transform: rotate(0deg);
        flex-shrink: 0;
    }
    .trd-data__heading {
        font-size: 32px;
    }
    .trd-data__dashboard {
        gap: 24px;
    }
    .trd-data__panel-header{
        flex-direction: row;
    }
    .trd-data__panel-body {
        padding: 28px;
    }
    .trd-data__panel-chart {
        height: 100px;
    }
    .trd-flow__step-detail-text{
        min-height:100px;
    }
}

/*==========================================================*/
/* レスポンシブ：ワイド（電力取引）                             */
/*==========================================================*/
@media (min-width:1200px) {
    .trd-intro__heading {
        font-size: 48px;
    }
    .trd-flow__heading {
        font-size: 38px;
    }
    .trd-flow__step-num {
        font-size: 56px;
    }
    .trd-data__heading {
        font-size: 38px;
    }
    .trd-data__panel-chart {
        height: 120px;
    }
    .trd-flow__steps {
        gap: 12px;
    }
    .trd-flow__step {
        padding: 40px 28px;
        flex: 1;
        min-height:465px;
    }
    .trd-flow__step-detail-text{
        min-height:145px;
    }
}

/*==========================================================*/
/*                                                          */
/*  「発電所・蓄電池運用」ページ（operations）                  */
/*                                                          */
/*==========================================================*/

/*==========================================================*/
/* OPS-S1：イントロダクション                                  */
/*==========================================================*/
.ops-intro {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.ops-intro__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.ops-intro__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    display: block;
}
.ops-intro__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background:
        linear-gradient(180deg,
            rgba(10,75,143,0.78) 0%,
            rgba(10,75,143,0.52) 50%,
            rgba(10,75,143,0.72) 100%
        ),
        linear-gradient(90deg,
            rgba(10,75,143,0.7) 0%,
            rgba(46,125,50,0.08) 100%
        );
}
.ops-intro__content {
    position: relative;
    z-index: 2;
}
.ops-intro__label {
    margin-bottom: 24px;
}
.ops-intro .section-num {
    color: #4CAF50;
}
.ops-intro .section-en {
    color: rgba(255,255,255,0.5);
}
.ops-intro__heading {
    font-family: var(--rf-font-serif);
    font-size: 28px;
    font-weight: 700;
    color: var(--rf-text-inverse);
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin: 0 0 12px 0;
}
.ops-intro__sub {
    font-family: var(--rf-font-serif);
    font-size: 17px;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
    letter-spacing:0.1em;
    margin: 0 0 32px 0;
}
.ops-intro__desc {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    line-height: 2;
    margin: 0;
    max-width: 640px;
}

/*==========================================================*/
/* OPS-S2：5つのコア・オペレーション                            */
/*==========================================================*/
.ops-core {
    position: relative;
    background: var(--rf-bg-base);
    overflow: hidden;
}
.ops-core__deco {
    font-family: var(--rf-font-en);
    font-size: 12vw;
    font-weight: 700;
    color: rgba(46,125,50,0.03);
    position: absolute;
    top: 40px;
    right: -3vw;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    line-height: 1;
    margin: 0;
}
.ops-core__label {
    margin-bottom: 16px;
}
.ops-core__heading {
    font-family: var(--rf-font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    line-height: 1.5;
    letter-spacing:0.1em;
    margin: 0 0 20px 0;
}
.ops-core__lead {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.9;
    margin: 0 0 48px 0;
    max-width: var(--lead-max-width);
}

/* カードグリッド */
.ops-core__grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.ops-core__card {
    position: relative;
    background: var(--rf-white);
    border: 1px solid rgba(46,125,50,0.2);
    border-radius: 8px;
    padding: 32px 24px;
    outline: none;
    box-shadow: 0 8px 32px rgba(46,125,50,0.1);
}
.ops-core__card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(46,125,50,0.12);
    color: #2E7D32;
    margin-bottom: 16px;
}
.ops-core__card-title {
    font-family: var(--rf-font-sans);
    font-size: 22px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    margin: 0 0 8px 0;
}
.ops-core__card-role {
    font-family: var(--rf-font-en);
    font-size: 14px;
    font-weight: 500;
    color: #4CAF50;
    letter-spacing: 1px;
    margin: 0;
}
.ops-core__card-detail {
    margin-top: 16px;
}
.ops-core__card-detail p {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.8;
    margin: 0;
}

/*==========================================================*/
/* OPS-S3：KPI - オペレーションの心臓部                        */
/*==========================================================*/
.ops-kpi {
    position: relative;
    background: var(--rf-bg-section-alt);
    overflow: hidden;
}
.ops-kpi__deco {
    font-family: var(--rf-font-en);
    font-size: 14vw;
    font-weight: 700;
    color: rgba(46,125,50,0.03);
    position: absolute;
    bottom: 20px;
    left: -3vw;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    line-height: 1;
    margin: 0;
}
.ops-kpi__label {
    margin-bottom: 16px;
}
.ops-kpi__heading {
    font-family: var(--rf-font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    line-height: 1.5;
    letter-spacing:0.1em;
    margin: 0 0 20px 0;
}
.ops-kpi__lead {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.9;
    margin: 0 0 48px 0;
    max-width: var(--lead-max-width);
}

/* KPIボディ（モバイル：縦並び） */
.ops-kpi__body {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

/* CSS円グラフ */
.ops-kpi__chart-area {
    text-align: center;
    flex-shrink: 0;
}
.ops-kpi__ring {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 16px auto;
}
.ops-kpi__ring-svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
.ops-kpi__ring-bg {
    fill: none;
    stroke: rgba(46,125,50,0.08);
    stroke-width: 10;
}
.ops-kpi__ring-fill {
    fill: none;
    stroke: #4CAF50;
    stroke-width: 10;
    stroke-linecap: round;
    /* 円周 = 2πr = 2*3.14159*85 ≈ 534. 98.6% = 526.5 */
    stroke-dasharray: 534;
    stroke-dashoffset: 534;
    animation: ops-ring-fill 2s ease-out 0.5s forwards;
}
@keyframes ops-ring-fill {
    to {
        stroke-dashoffset: 7.5; /* 534 - 526.5 = 7.5 */
    }
}
.ops-kpi__ring-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.ops-kpi__ring-num {
    font-family: var(--rf-font-en);
    font-size: 48px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    line-height: 1;
    letter-spacing: -1px;
}
.ops-kpi__ring-unit {
    font-family: var(--rf-font-en);
    font-size: 20px;
    font-weight: 700;
    color: #4CAF50;
    margin-left: 2px;
}
.ops-kpi__chart-caption {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 700;
    color: var(--rf-white-muted);
    margin: 0;
}

/* 解説エリア */
.ops-kpi__info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}
.ops-kpi__info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: var(--rf-white);
    border: 1px solid rgba(46,125,50,0.08);
    border-radius: 8px;
    padding: 24px 20px;
    transition: box-shadow 0.4s ease;
}
.ops-kpi__info-item:hover {
    box-shadow: 0 4px 20px rgba(46,125,50,0.06);
}
.ops-kpi__info-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(46,125,50,0.06);
    color: #2E7D32;
    font-size: 16px;
    flex-shrink: 0;
}
.ops-kpi__info-title {
    font-family: var(--rf-font-sans);
    font-size: 18px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    margin: 0 0 6px 0;
}
.ops-kpi__info-desc {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.8;
    margin: 0;
}

/*==========================================================*/
/* レスポンシブ：タブレット（発電所・蓄電池運用）               */
/*==========================================================*/
@media (min-width:768px) {
    .ops-intro {
        min-height: 520px;
    }
    .ops-intro__heading {
        font-size: 36px;
    }
    .ops-intro__sub {
        font-size: 19px;
    }
    .ops-core__heading {
        font-size: 30px;
    }
    .ops-core__grid {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }
    .ops-core__card {
        flex: 1 1 calc(50% - 10px);
        min-width: 0;
    }
    /* PCではホバーで詳細を展開 */
    .ops-core__card-detail {
        margin-top: 14px;
    }
    .ops-core__deco {
        font-size: 8vw;
    }
    .ops-kpi__heading {
        font-size: 30px;
    }
    .ops-kpi__body {
        flex-direction: row;
        gap: 48px;
        align-items: flex-start;
    }
    .ops-kpi__chart-area {
        min-width: 220px;
    }
    .ops-kpi__ring {
        width: 220px;
        height: 220px;
    }
    .ops-kpi__ring-num {
        font-size: 52px;
    }
    .ops-kpi__deco {
        font-size: 10vw;
    }
}

/*==========================================================*/
/* レスポンシブ：PC（発電所・蓄電池運用）                       */
/*==========================================================*/
@media (min-width:992px) {
    .ops-intro {
        min-height: 560px;
    }
    .ops-intro__heading {
        font-size: 42px;
    }
    .ops-intro__sub {
        font-size: 21px;
    }
    .ops-intro__desc {
        font-size: 16px;
    }
    .ops-core__heading {
        font-size: 32px;
    }
    .ops-core__card {
        flex: 1 1 calc(33.333% - 14px);
        padding: 36px 28px;
    }
    .ops-core__card-title {
        font-size: 18px;
    }
    .ops-kpi__heading {
        font-size: 32px;
    }
    .ops-kpi__body {
        gap: 64px;
    }
    .ops-kpi__ring {
        width: 240px;
        height: 240px;
    }
    .ops-kpi__ring-num {
        font-size: 56px;
    }
    .ops-kpi__info-title {
        font-size: 17px;
    }
    .ops-kpi__info-desc {
        font-size: 16px;
    }
}

/*==========================================================*/
/* レスポンシブ：ワイド（発電所・蓄電池運用）                   */
/*==========================================================*/
@media (min-width:1200px) {
    .ops-intro__heading {
        font-size: 48px;
    }
    .ops-core__heading {
        font-size: 38px;
    }
    .ops-core__card {
        padding: 40px 32px;
    }
    .ops-kpi__heading {
        font-size: 38px;
    }
    .ops-kpi__ring {
        width: 260px;
        height: 260px;
    }
    .ops-kpi__ring-num {
        font-size: 60px;
    }
    .ops-kpi__ring-unit {
        font-size: 24px;
    }
}

/*==========================================================*/
/*                                                          */
/*  「会社概要」ページ（company）                              */
/*                                                          */
/*==========================================================*/

/*==========================================================*/
/* CMP-S1：コーポレート・フィロソフィー                         */
/*==========================================================*/
.cmp-philosophy {
    position: relative;
    background: var(--rf-bg-base);
    overflow: hidden;
}
.cmp-philosophy__bg-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.cmp-philosophy__bg-svg {
    width: 100%;
    height: 100%;
}
.cmp-philosophy__inner {
    max-width: 800px;
    margin: 0 auto;
}
.cmp-philosophy__label {
    margin-bottom: 16px;
}
.cmp-philosophy__heading {
    font-family: var(--rf-font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    line-height: 1.5;
    letter-spacing:0.1em;
    margin: 0 0 48px 0;
}

/* Mission / Vision / Value ブロック */
.cmp-philosophy__blocks {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 48px;
}
.cmp-philosophy__block {
    padding: 0 0 32px 0;
    border-bottom: 1px solid rgba(10,75,143,0.06);
}
.cmp-philosophy__block:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.cmp-philosophy__block-tag {
    font-family: var(--rf-font-en);
    font-size: 12px;
    font-weight: 700;
    color: var(--rf-cyan);
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}
.cmp-philosophy__block-text {
    font-family: var(--rf-font-serif);
    font-size: 22px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    line-height: 1.7;
    letter-spacing:0.1em;
    margin: 0;
}
.cmp-philosophy__block-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cmp-philosophy__block-list li {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-text-main);
    line-height: 1.8;
    padding-left: 20px;
    position: relative;
}
.cmp-philosophy__block-list li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--rf-cyan);
    opacity: 0.5;
}
.cmp-philosophy__note {
    font-family: var(--rf-font-sans);
    font-size: 14px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.9;
    margin: 0;
    padding-top: 32px;
    border-top: 1px solid rgba(10,75,143,0.06);
}

/*==========================================================*/
/* CMP-S2：会社データ                                          */
/*==========================================================*/
.cmp-data {
    position: relative;
    background: var(--rf-bg-section-alt);
    overflow: hidden;
}
.cmp-data__label {
    margin-bottom: 16px;
}
.cmp-data__heading {
    font-family: var(--rf-font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    line-height: 1.5;
    letter-spacing:0.1em;
    margin: 0 0 48px 0;
}

/* テーブル（dl形式） */
.cmp-data__table {
    margin: 0;
    max-width: 840px;
}
.cmp-data__row {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding: 20px 0;
}
.cmp-data__row:first-child {
    padding-top: 0;
}
.cmp-data__row:last-child {
    border-bottom: none;
}
.cmp-data__term {
    font-family: var(--rf-font-sans);
    font-size: 13px;
    font-weight: 700;
    color: var(--rf-white-muted);
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    flex-shrink: 0;
}
.cmp-data__desc {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-navy-deep);
    line-height: 1.8;
    margin: 0;
}
.cmp-data__desc a {
    color: var(--rf-cyan);
    text-decoration: none;
    transition: color 0.3s ease;
}
.cmp-data__desc a:hover {
    color: var(--rf-navy-deep);
}

/* 所在地ラベル */
.cmp-data__address-label {
    font-family: var(--rf-font-sans);
    font-size: 11px;
    font-weight: 700;
    color: var(--rf-white-muted);
    letter-spacing: 1px;
    display: inline-block;
    margin-right: 8px;
    padding: 2px 8px;
    background: rgba(10,75,143,0.04);
    border-radius: 3px;
    vertical-align: middle;
}

/* ライセンスバッジ */
.cmp-data__license {
    display: inline-flex;
    align-items: center;
    font-family: var(--rf-font-sans);
    font-size: 14px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    padding: 6px 16px;
    background: rgba(66,165,245,0.06);
    border: 1px solid rgba(66,165,245,0.12);
    border-radius: 100px;
    margin: 0 8px 8px 0;
    letter-spacing: 0.3px;
}

/*==========================================================*/
/* CMP-S3：アクセス                                            */
/*==========================================================*/
.cmp-access {
    position: relative;
    background: var(--rf-bg-base);
    overflow: hidden;
}
.cmp-access__label {
    margin-bottom: 16px;
}
.cmp-access__heading {
    font-family: var(--rf-font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    line-height: 1.5;
    letter-spacing:0.1em;
    margin: 0 0 48px 0;
}
.cmp-access__grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.cmp-access__location-title {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    margin: 0 0 8px 0;
    padding-left: 14px;
    border-left: 3px solid var(--rf-cyan);
}
.cmp-access__location-address {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-white-muted);
    line-height: 1.8;
    margin: 0 0 20px 0;
}
.cmp-access__map {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(10,75,143,0.06);
}
.cmp-access__map iframe {
    display: block;
    width: 100%;
    height: 280px;
}

/*==========================================================*/
/* レスポンシブ：タブレット（会社概要）                         */
/*==========================================================*/
@media (min-width:768px) {
    .cmp-philosophy__heading {
        font-size: 30px;
    }
    .cmp-philosophy__block-text {
        font-size: 24px;
    }
    .cmp-data__heading {
        font-size: 30px;
    }
    .cmp-data__row {
        flex-direction: row;
        align-items: baseline;
        gap: 0;
    }
    .cmp-data__term {
        width: 160px;
        flex-shrink: 0;
        margin-bottom: 0;
        font-size: 14px;
        padding-top: 2px;
    }
    .cmp-data__desc {
        flex: 1;
    }
    .cmp-access__heading {
        font-size: 30px;
    }
    .cmp-access__grid {
        flex-direction: row;
        gap: 32px;
    }
    .cmp-access__location {
        flex: 1;
    }
    .cmp-access__map iframe {
        height: 320px;
    }
}

/*==========================================================*/
/* レスポンシブ：PC（会社概要）                                 */
/*==========================================================*/
@media (min-width:992px) {
    .cmp-philosophy__heading {
        font-size: 32px;
        margin-bottom: 56px;
    }
    .cmp-philosophy__block-text {
        font-size: 28px;
    }
    .cmp-philosophy__blocks {
        gap: 40px;
    }
    .cmp-philosophy__block-list li {
        font-size: 17px;
    }
    .cmp-data__heading {
        font-size: 32px;
    }
    .cmp-data__term {
        width: 180px;
        font-size: 14px;
    }
    .cmp-data__desc {
        font-size: 16px;
    }
    .cmp-data__row {
        padding: 24px 0;
    }
    .cmp-access__heading {
        font-size: 32px;
    }
    .cmp-access__grid {
        gap: 40px;
    }
    .cmp-access__map iframe {
        height: 360px;
    }
}

/*==========================================================*/
/* レスポンシブ：ワイド（会社概要）                             */
/*==========================================================*/
@media (min-width:1200px) {
    .cmp-philosophy__heading {
        font-size: 38px;
    }
    .cmp-philosophy__block-text {
        font-size: 30px;
    }
    .cmp-data__heading {
        font-size: 38px;
    }
    .cmp-data__term {
        width: 200px;
    }
    .cmp-access__heading {
        font-size: 38px;
    }
}

/*==========================================================*/
/*                                                          */
/*  「お問い合わせ」ページ（contact）                           */
/*                                                          */
/*==========================================================*/

/*==========================================================*/
/* CTC-S1：お問い合わせ メイン                                 */
/*==========================================================*/
.ctc-main {
    position: relative;
    background: var(--rf-bg-base);
    padding-top: 60px;
    padding-bottom: 80px;
}
.ctc-main__label {
    margin-bottom: 16px;
    text-align: center;
}
.ctc-main__label .section-num {
    color: var(--rf-cyan);
}
.ctc-main__label .section-en {
    color: var(--rf-white-muted);
}
.ctc-main__heading {
    font-family: var(--rf-font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    line-height: 1.5;
    letter-spacing:0.1em;
    margin: 0 0 24px 0;
    text-align: center;
}
.ctc-main__lead {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-text-main);
    line-height: 1.9;
    margin: 0 auto 48px auto;
    max-width: 900px;
}

/* 2カラムレイアウト */
.ctc-layout {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.wpcf7-spinner{
    display: block;
}
/*==========================================================*/
/* CTC：よくあるお問い合わせ（サイドバー/上部）                 */
/*==========================================================*/
.ctc-faq {
    background: var(--rf-white);
    border: 1px solid rgba(10,75,143,0.06);
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(10,75,143,0.02);
}
.ctc-faq__title {
    font-family: var(--rf-font-sans);
    font-size: 18px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(66,165,245,0.2);
    display: flex;
    align-items: center;
    gap: 8px;
}
.ctc-faq__title::before {
    content: '\f059'; /* FontAwesome question-circle */
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    color: var(--rf-cyan);
}
.ctc-faq__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ctc-faq__item {
    border-bottom: 1px solid #E2E8F0;
}
.ctc-faq__item:last-child {
    border-bottom: none;
}
.ctc-faq__question {
    font-family: var(--rf-font-sans);
    font-weight: 500;
    line-height: 1.6;
    padding: 11px 40px 24px 25px;
    cursor: pointer;
    position: relative;
    list-style: none;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #1A202C;
    transition: color 0.3s;
}
.ctc-faq__question::-webkit-details-marker {
    display: none;
}
.ctc-faq__question::before {
    content: 'Q.';
    position: absolute;
    left: 0;
    top: 12px;
    color: var(--rf-cyan);
    font-family: var(--rf-font-en);
    font-weight: 700;
}
.ctc-faq__question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 12px;
    color: var(--rf-white-muted);
    font-weight: 400;
    transition: transform 0.3s ease;
}
.ctc-faq__item[open] .ctc-faq__question::after {
    content: '−';
    transform: rotate(180deg);
}
.ctc-faq__answer {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 400;
    color: var(--rf-text-main);
    line-height: 1.8;
    padding: 0 0 16px 24px;
    margin: 0;
}

/*==========================================================*/
/* CTC：コンタクトフォーム (CF7スタイリング)                   */
/*==========================================================*/
.ctc-form-wrap {
    background: var(--rf-white);
    border: 1px solid rgba(10,75,143,0.06);
    border-radius: 8px;
    padding: 32px 24px;
    box-shadow: 0 8px 30px rgba(10,75,143,0.04);
}
.ctc-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.ctc-form__row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ctc-form__label {
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    display: flex;
    align-items: center;
    gap: 12px;
}
.ctc-form__badge {
    font-family: var(--rf-font-sans);
    font-size: 11px;
    font-weight: 700;
    color: var(--rf-white);
    background-color: var(--rf-navy-deep);
    padding: 2px 8px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

/* 共通入力エリア */
.ctc-form__input,
.ctc-form__textarea {
    width: 100%;
    background: var(--rf-white);
    border: 1px solid #d1d9e0;
    border-radius: 6px;
    padding: 12px 16px;
    font-family: var(--rf-font-sans);
    font-size: 16px; /* iOS Safariのズーム防止 */
    color: var(--rf-navy-deep);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}
.ctc-form__input::placeholder,
.ctc-form__textarea::placeholder {
    color: #99aab8;
    font-size: 14px;
}
.ctc-form__input:hover,
.ctc-form__textarea:hover {
    border-color: rgba(66,165,245,0.5);
}
.ctc-form__input:focus,
.ctc-form__textarea:focus {
    outline: none;
    border-color: var(--rf-cyan);
    box-shadow: 0 0 0 3px rgba(66,165,245,0.15);
}
.ctc-form__textarea {
    min-height: 160px;
    resize: vertical;
}

/* 同意チェックボックス */
.ctc-form__policy {
    margin-top: 16px;
    text-align: center;
    font-family: var(--rf-font-sans);
    font-size: 14px;
    color: var(--rf-text-main);
}
.ctc-form__checkbox input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.2);
    accent-color: var(--rf-cyan);
}

/* 送信ボタン */
.ctc-form__submit-wrap {
    text-align: center;
    margin-top: 24px;
}
.ctc-form__submit {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    background: var(--rf-navy-deep);
    color: var(--rf-white);
    font-family: var(--rf-font-sans);
    font-size: 16px;
    font-weight: 700;
    padding: 18px 32px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background 0.4s ease, transform 0.3s ease;
}
/* ホバーエフェクト：シアンのグラデーションスライド */
.ctc-form__submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(66,165,245,0.3), transparent);
    transition: left 0.6s ease;
}
.ctc-form__submit::after {
    content: '→';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Arial', sans-serif;
    transition: right 0.3s ease;
}
.ctc-form__submit:hover {
    background: #0d59a5; /* わずかに明るく */
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(10,75,143,0.15);
}
.ctc-form__submit:hover::before {
    left: 100%;
}
.ctc-form__submit:hover::after {
    right: 18px; /* 矢印が右にスライド */
}

/*==========================================================*/
/* CF7 システムメッセージの美装                                */
/*==========================================================*/
.wpcf7-not-valid-tip {
    font-family: var(--rf-font-sans);
    color: #e53935; /* 赤だが少し落ち着いたトーン */
    margin-top: 4px;
    display: block;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    background: rgba(229,57,53,0.05);
    border: 1px solid rgba(229,57,53,0.2);
    color: #d32f2f;
    font-family: var(--rf-font-sans);
    font-size: 14px;
    border-radius: 6px;
    padding: 16px;
    margin-top: 24px;
}
div.wpcf7-mail-sent-ok {
    background: rgba(76,175,80,0.05);
    border: 1px solid rgba(76,175,80,0.2);
    color: #2e7d32;
    font-family: var(--rf-font-sans);
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    padding: 16px;
    margin-top: 24px;
}

/*==========================================================*/
/* レスポンシブ：タブレット（お問い合わせ）                     */
/*==========================================================*/
@media (min-width:768px) {
    .ctc-main {
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .ctc-main__heading {
        font-size: 32px;
    }
    .ctc-main__lead {
        font-size: 16px;
    }
    .ctc-form-wrap {
        padding: 48px;
    }
    .ctc-form__row {
        flex-direction: row;
        align-items: flex-start;
    }
    .ctc-form__label {
        width: 200px;
        flex-shrink: 0;
        padding-top: 12px;
    }
    .ctc-form__input-wrap {
        flex: 1;
    }
    .ctc-faq__question {
        font-size: 17px;
    }
    .ctc-faq__answer {
        font-size: 16px;
    }
}

/*==========================================================*/
/* レスポンシブ：PC（お問い合わせ）                             */
/*==========================================================*/
@media (min-width:992px) {
    .ctc-main__heading {
        font-size: 36px;
        margin-bottom: 32px;
    }
    .ctc-main__lead{
        text-align: center;
    }
    .ctc-faq {
        padding: 32px 24px;
    }
    .ctc-faq__title {
        font-size: 20px;
    }
    .ctc-faq__question {
        font-size: 16px;
    }
}
@media(min-width:1200px){
    .ctc-layout {
        flex-direction: row;
        gap: 64px;
    }
    .ctc-layout__form {
        flex: 0 0 65%;
    }
    .ctc-layout__sidebar {
        flex: 1;
        position: sticky;
        top: 120px;
        height: max-content;
    }
}
/*==========================================================*/
/*                                                          */
/*  アーカイブページ：カテゴリー・タグリスト表示                */
/*                                                          */
/*==========================================================*/

/* 共通コンテナ */
.archive-cat-list,
.archive-tag-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* カテゴリー（角丸 / ネイビーベース） */
.archive-cat-link {
    display: inline-block;
    padding: 8px 20px;
    background: var(--rf-white);
    border: 1px solid rgba(10,75,143,0.2);
    border-radius: 100px;
    font-family: var(--rf-font-sans);
    font-size: 14px;
    font-weight: 700;
    color: var(--rf-navy-deep);
    text-decoration: none;
    transition: all 0.3s ease;
}
.archive-cat-link:hover {
    background: rgba(10,75,143,0.05);
    border-color: var(--rf-navy-deep);
    color: var(--rf-navy-deep);
}
.archive-cat-link.is-active {
    background: var(--rf-navy-deep);
    border-color: var(--rf-navy-deep);
    color: var(--rf-white);
    pointer-events: none;
}

/* タグ（少し角のある / シアンベース） */
.archive-tag-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 16px;
    background: transparent;
    border: 1px solid rgba(66,165,245,0.3);
    border-radius: 6px; /* カテゴリーの完全な角丸と差をつける */
    font-family: var(--rf-font-sans);
    font-size: 13px;
    font-weight: 500;
    color: var(--rf-cyan);
    text-decoration: none;
    transition: all 0.3s ease;
}
.archive-tag-icon {
    font-size: 12px;
    font-weight: 700;
    opacity: 0.8;
}
.archive-tag-link:hover {
    background: rgba(66,165,245,0.1);
    border-color: var(--rf-cyan);
}
.archive-tag-link.is-active {
    background: var(--rf-cyan);
    border-color: var(--rf-cyan);
    color: var(--rf-white);
    pointer-events: none;
}

/* レスポンシブ */
@media (min-width: 768px) {
    .archive-cat-list {
        margin-bottom: 32px;
        gap: 16px;
    }
    .archive-tag-list {
        margin-bottom: 32px;
        gap: 12px;
    }
}

/* 選択中のタームフィルター表示 */
.archive-current-filter {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 24px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.archive-current-filter__label {
    font-family: var(--rf-font-sans);
    font-size: 13px;
    font-weight: 700;
    color: var(--rf-white-muted);
}
.archive-current-filter__value {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 14px;
    background: rgba(10,75,143,0.05);
    border: 1px solid rgba(10,75,143,0.12);
    border-radius: 100px;
    font-family: var(--rf-font-sans);
    font-size: 13px;
    font-weight: 700;
    color: var(--rf-navy-deep);
}
/* タグ選択時の色味チェンジ */
.archive-current-filter__value.is-tag {
    background: rgba(66,165,245,0.05);
    border-color: rgba(66,165,245,0.15);
    color: var(--rf-cyan);
    border-radius: 6px; /* タグリストの形状に合わせる */
}

@media (min-width: 768px) {
    .archive-current-filter {
        margin-bottom: 32px;
        padding-bottom: 20px;
    }
    .archive-current-filter__label {
        font-size: 14px;
    }
    .archive-current-filter__value {
        font-size: 14px;
        padding: 6px 18px;
    }
}


/* ==========================================================================
   Pagination (Modernized)
   ========================================================================== */
.navigation.pagination {
    margin-top: 48px;
    margin-bottom: 64px;
    display: flex;
    justify-content: center;
}
.navigation.pagination .nav-links {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}
.navigation.pagination .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    margin: 0;
}
/* 通常のリンクボタン（親テーマの変数を活用） */
.navigation.pagination a.page-numbers {
    background-color: var(--pagination-defocolor);
    color: #4A5568;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}
.navigation.pagination a.page-numbers:hover {
    background-color: var(--pagination-hvcolor);
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
/* 現在のページ（親テーマの変数を活用） */
.navigation.pagination span.page-numbers.current {
    background-color: var(--pagination-color);
    color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* ==========================================================================
   Single Post (Article Page)
   ========================================================================== */

/* 記事全体のラップ（薄水色背景に対して白背景で視認性を確保） */
.single-article-wrap {
    background-color: #ffffff;
    padding: 32px 5%;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .single-article-wrap {
        padding: 56px 8%;
    }
}

/* メタ情報（日付、カテゴリー、タグ） */
.entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E2E8F0;
    padding-bottom: 16px;
}

.entry-date {
    font-size: 16px;
    color: #4A5568; /* 視認性の高いグレー */
    font-weight: 500;
}

/* タームリスト（カテゴリー＆タグ） */
.entry-terms {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.entry-cat-list,
.entry-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* カテゴリーリンク（濃い紺のピル型） */
.entry-cat-link {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    background-color: #1A365D; /* Deep Ocean Blue */
    color: #ffffff;
    font-size: 13px;
    border-radius: 20px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.entry-cat-link:hover {
    background-color: #2B6CB0;
    color: #ffffff;
    text-decoration: none;
}

/* タグリンク（シアン系の薄い背景） */
.entry-tag-link {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    background: rgba(66, 165, 245, 0.1);
    color: #007BFF;
    font-size: 13px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.entry-tag-link:hover {
    background: rgba(66, 165, 245, 0.2);
    color: #0056b3;
    text-decoration: none;
}
.entry-tag-icon {
    margin-right: 3px;
    font-size: 12px;
}

/* タイトル */
.entry-header .single-ttl {
    font-size: 24px;
    line-height: 1.5;
    color: #1A202C;
    font-weight: bold;
    margin-bottom: 32px;
    padding-bottom: 0;
    border: none;
}
.page-ttl .jp {
    line-height: unset;
}

@media (min-width: 768px) {
    .entry-header .single-ttl {
        font-size: 32px;
    }
}

/* サムネイル画像 */
.entry-thumbnail {
    text-align: center;
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
}

.single-thumbnail-img {
    max-width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    border-radius: 8px;
    background-color: #F8F9FA;
}

/* 本文エリア */
.entry-body {
    font-size: 16px;
    line-height: 1.8;
    color: #2D3748;
    margin-bottom: 60px;
}
.entry-body h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1A202C;
}
.entry-body a {
    color: #3182CE;
    text-decoration: underline;
}
.entry-body a:hover {
    text-decoration: none;
}

/* 一覧へ戻るボタン */
.single-back-btn-wrap {
    text-align: center;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #E2E8F0;
}

.single-back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    background-color: #ffffff;
    color: #1A365D;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #1A365D;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.single-back-btn .btn-icon {
    margin-right: 10px;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.single-back-btn:hover {
    background-color: #1A365D;
    color: #ffffff;
    text-decoration: none;
}

.single-back-btn:hover .btn-icon {
    transform: translateX(-6px);
}

/* ==========================================================================
   Top Page Updates (Message & Intro Banner)
   ========================================================================== */

/* メッセージセクション */
.message-sec {
    background-color: var(--rf-bg-section-alt, #F0F8FF); /* サイトの薄水色背景 */
    position: relative;
}

.message-content {
    position: relative;
}
/*
.message-content::before {
    content: "“";
    position: absolute;
    top: -20px;
    left: 20px;
    font-size: 100px;
    font-family: var(--rf-font-serif), serif;
    color: #E3F2FD;
    line-height: 1;
    z-index: 0;
}
*/
.message-text {
    font-size: 16px;
    line-height: 2.2;
    color: #2D3748;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.message-text:first-child {
    font-size: 18px;
    font-weight: 700;
    color: #1A365D;
    letter-spacing:0.1em;
}
.message-text:last-child {
    margin-bottom: 0;
}
.message-text-bold {
    font-size: 18px;
    font-weight: 700;
    color: #0A4B8F; /* Deep Ocean Blue */
    display: inline-block;
    padding: 0 4px;
}
.message-text-bold span{
    background: linear-gradient(transparent 70%, rgba(66, 165, 245, 0.25) 70%);
}
@media (min-width: 768px) {
    .message-sec {
        padding: 100px 20px;
    }
    .message-content::before {
        top: -30px;
        left: 40px;
        font-size: 160px;
    }
    .message-text {
        font-size: 16px;
    }
    .message-text:first-child {
        font-size: 18px;
    }
    .message-text-bold {
        font-size: 24px;
    }
}
/* 特徴セクションのリスト */
.intro-feature-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0 0;
}
.intro-feature-list li {
    font-size: 16px;
    line-height: 1.6;
    color: #2D3748;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}
.intro-feature-list li:last-child {
    margin-bottom: 0;
}
.intro-feature-list li i {
    color: #42A5F5; /* アクセントカラーのシアン */
    margin-right: 10px;
    margin-top: 3px;
}
@media (min-width: 768px) {
    .intro-feature-list li {
        font-size: 16px;
    }
}

/* イントロ下部全幅バナー */
.intro-bottom-banner {
    margin-top: 40px;
    padding: 48px 24px;
    background: linear-gradient(135deg, #0A4B8F 0%, #1A73C7 100%);
    border-radius: 12px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(10, 75, 143, 0.2);
}
.intro-bottom-copy {
    margin-bottom: 40px;
}
.bottom-copy-sub {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    letter-spacing: 0.1em;
    opacity: 0.9;
}
.bottom-copy-main {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.05em;
}
.intro-bottom-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}
.bottom-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 24px 8px;
    border-radius: 8px;
    width: calc(50% - 8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}
.bottom-icon-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-4px);
}
.bottom-icon-item i {
    font-size: 32px;
    margin-bottom: 16px;
    color: #FFC107; /* アクセントカラーの黄色 */
}
.bottom-icon-item span {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
}
@media(min-width:450px){
    .bottom-icon-item{
        padding: 24px 12px;
        width: 140px;
    }
}
@media (min-width: 768px) {
    .intro-bottom-banner {
        padding: 64px 40px;
    }
    .bottom-copy-sub {
        font-size: 16px;
    }
    .bottom-copy-main {
        font-size: 32px;
    }
    .intro-bottom-icons {
        gap: 24px;
    }
    .bottom-icon-item {
        width: 160px;
    }
    .bottom-icon-item span {
        font-size: 14px;
    }
}

/* ==========================================================================
   Top Page Updates (Strength & Service Colors)
   ========================================================================== */

/* Strength セクション追加説明文 */
.strength-desc-text {
    margin-top: 32px;
    font-size: 16px;
    line-height: 2.2;
    color: #2D3748;
}
@media (min-width: 768px) {
    .strength-desc-text {
        margin-top: 40px;
        font-size: 16px;
    }
}
/* 下部要素との間隔調整 */
.strength-main-copy-area {
    margin-bottom: 60px;
}
@media (min-width: 768px) {
    .strength-main-copy-area {
        margin-bottom: 80px;
    }
}

/* Service カード アクセントカラー調整 */
/* 需給運用・管理（水色） */
.service-card--cyan .service-card-content {
    background-color: rgba(66, 165, 245, 0.04);
}
.service-card--cyan .service-card-num {
    color: #42A5F5;
}
.service-card--cyan:hover .service-card-accent {
    background-color: rgba(66, 165, 245, 0.95);
}

/* 電力取引（青・紺色） */
.service-card--navy .service-card-content {
    background-color: rgba(10, 75, 143, 0.04);
}
.service-card--navy .service-card-num {
    color: #90b7fc;
}
.service-card--navy:hover .service-card-accent {
    background-color: rgba(10, 75, 143, 0.95);
}

/* 発電所・蓄電池運用（緑） */
.service-card--emerald .service-card-content {
    background-color: rgba(46, 125, 50, 0.04);
}
.service-card--emerald .service-card-num {
    color: #66BB6A; /* 明るい緑系で視認性向上 */
}
.service-card--emerald:hover .service-card-accent {
    background-color: rgba(46, 125, 50, 0.95);
}

/* ==========================================================================
   Contact Form 7 - Privacy Policy & Checkbox Update
   ========================================================================== */

/* プライバシーポリシーリンク */
.ctc-form__policy-link-wrap {
    margin-bottom: 20px;
    text-align: center;
}
.ctc-form__policy-link {
    display: inline-block;
    color: #0D5BA8;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.ctc-form__policy-link:hover {
    color: #42A5F5;
    text-decoration: none;
}

/* 同意チェックボックスのサイズアップ（タップ領域確保） */
.ctc-form__checkbox {
    text-align: center;
}
.ctc-form__policy .wpcf7-list-item {
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.ctc-form__policy input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
    vertical-align: middle;
}
.ctc-form__policy .wpcf7-list-item-label {
    font-size: 16px;
    cursor: pointer;
    vertical-align: middle;
    font-weight: bold;
    color: #2D3748;
}
/* ==========================================================================
   Contact Page FAQ Accordion (Button Update)
   ========================================================================== */


.ctc-faq__question:hover,
.ctc-faq__question:focus {
    color: #42A5F5;
    outline: none;
}
/* キーボードフォーカス時の視認性確保 */
.ctc-faq__question:focus-visible {
    outline: 2px solid #42A5F5;
    outline-offset: -2px;
}
/* アイコン（開閉状態） */
.ctc-faq__question::after {
    content: "\f078"; /* FontAwesome angle-down */
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    color: #A0AEC0;
}
.ctc-faq__question[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(180deg);
}

.ctc-faq__answer-wrap {
    padding-bottom: 24px;
}
.ctc-faq__answer {
    margin: 0;
    font-size: 16px; /* 回答も違和感なく少し大きく */
    line-height: 1.8;
    color: #4A5568;
}
/* ==========================================================================
   Privacy Policy Page
   ========================================================================== */

/* 全体のラップ（白背景と柔らかな影で独立した文書感を出す） */
.p-privacy {
    background-color: #ffffff;
    padding: 40px 5%;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    margin-bottom: 80px;
}
@media (min-width: 768px) {
    .p-privacy {
        padding: 80px 8%;
    }
}
.p-privacy__container {
    max-width: 840px;
    margin: 0 auto;
}

/* リード文 */
.p-privacy__lead {
    font-size: 16px;
    line-height: 2.0;
    color: #2D3748;
    margin-bottom: 56px;
    padding-bottom: 40px;
    border-bottom: 2px solid #E2E8F0;
}

/* 各セクション（グループ）の区切り */
.p-privacy__section {
    margin-bottom: 56px;
}
.p-privacy__section:last-child {
    margin-bottom: 0;
}

/* 見出し */
.p-privacy__heading {
    font-size: 20px;
    font-weight: 700;
    color: #1A365D; /* 少し濃い紺色 */
    margin-bottom: 24px;
    padding-left: 16px;
    border-left: 4px solid #0A4B8F; /* ブランドカラーのアクセント */
    line-height: 1.4;
}
@media (min-width: 768px) {
    .p-privacy__heading {
        font-size: 22px;
    }
}

/* 本文（小さくしすぎない、読みやすいサイズと行間） */
.p-privacy__text {
    font-size: 16px;
    line-height: 1.9;
    color: #4A5568;
    margin-bottom: 16px;
}
.p-privacy__text:last-child {
    margin-bottom: 0;
}

/* リスト（liタグ） */
.p-privacy__list {
    margin: 16px 0 0 24px;
    padding: 0;
    list-style-type: disc;
}
.p-privacy__list-item {
    font-size: 16px;
    line-height: 1.8;
    color: #4A5568;
    margin-bottom: 12px;
}
.p-privacy__list-item:last-child {
    margin-bottom: 0;
}

/* リンク（aタグ） */
.p-privacy__link {
    color: #3182CE;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.p-privacy__link:hover {
    color: #2B6CB0;
    text-decoration: none;
}
/* ==========================================================================
   concept
   ========================================================================== */
.ul-company-concept{
    display:flex;
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
    flex-flow:row wrap;
    gap:40px;
    margin-bottom:40px;
}
.ul-company-concept>li{
    display:block;
    width:100%;
}
.ul-company-concept>li .box{
    width:100%;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(10, 75, 143, 0.08);
    position: relative;
    border-top: 4px solid #0D5BA8;
    background:#fff;
    padding:40px 20px;
}
.ul-company-concept>li .box .pict{
    width:100px;
    height:100px;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
    border-radius:50%;
    background:var(--deep-btn-color);
    margin-bottom:20px;
}
.ul-company-concept>li .box .pict img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.ul-company-concept>li .box .desc{
    width:100%;
}
.ul-company-concept>li .box .desc h3{
    font-size:18px;
    text-align:center;
    margin-bottom:20px;
    color:var(--logo-orange-color);
}
.ul-company-concept>li .box .desc p{
    margin-bottom:10px;
    font-size:16px;
}
.ul-pochi{
    list-style-type: disc;
    padding-left:20px;
}
.ul-pochi>li{
    letter-spacing:0.1em;
    line-height:1.4;
    font-size:16px;
}
@media(min-width:768px){
    .ul-company-concept{
        gap:0;
        justify-content: center;
    }
    .ul-company-concept>li{
        width:48%;
        margin-bottom:30px;
    }
    .ul-company-concept>li:first-of-type{
        padding-right:2%;
    }
    .ul-company-concept>li:nth-of-type(2){
        padding-left:2%;
    }
}
@media(min-width:992px){
    .ul-company-concept>li:first-of-type{
        padding-right:0;
    }
    .ul-company-concept>li:nth-of-type(2){
        padding-left:0;
    }
    .ul-company-concept{
        gap:20px;
    }
    .ul-company-concept>li{
        width:calc((100% - 40px) / 3);
        margin-bottom:0;
    }
    .ul-company-concept>li .box{
        min-height:400px;
    }    
}
/***************************************************/
/* top concept                                     */
/***************************************************/
.tpconcept-sec{
    background:url('./img/top/concept.jpg') center center / cover no-repeat;
    position:relative;
    overflow:hidden;
}
.tpconcept-inner-left{
    background:var(--bk-sky-color);
    box-shadow:0 0 40px 40px var(--bk-sky-color);
}
.tpconcept-sec .section-num, .tpconcept-sec .section-en{
    color:var(--rf-navy-deep);
}
.dl-tpconcept{
    margin-bottom:80px;
}
.dl-tpconcept h2{
    font-size:24px;
    color:var(--deep-font-color);
    font-family:var(--rf-font-serif);
    line-height:1.4;
    font-weight:700;
    letter-spacing:0.1em;
    margin-bottom:0;
}
.dl-tpconcept>dt{
    margin-bottom:20px;
}
.dl-tpconcept>dd{
    margin-bottom:0;
}
.dl-tpconcept>dd p{
    color:var(--deep-font-color);
    text-align:justify;
    letter-spacing:0.1em;
    font-weight:500;
}
.ul-tpconcept{
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
    position:relative;
}
.ul-tpconcept li{
    width:100%;
    display:block;
    margin-bottom:40px;
    backdrop-filter:blur(2px);
    padding:20px;
}
.ul-tpconcept li:last-of-type{
    margin-bottom:0;
}
.ul-tpconcept li .pict{
    margin-bottom:10px;
}
.ul-tpconcept li .pict>span{
    display:flex;
    width:60px;
    height:60px;
    border-radius:50%;
    border:solid 1px #fff;
    background:var(--rf-navy-deep);
    color:#fff;
    align-items:center;
    justify-content: center;
    font-size:24px;
}
.ul-tpconcept li .desc h3{
    font-size:20px;
    color:#fff;
    letter-spacing:0.1em;
    line-height:2;
}
.ul-tpconcept li .desc p{
    color:#fff;
    letter-spacing:0.1em;
    position:relative;
    line-height:2;
}
.ul-tpconcept li .desc p::before{
    content:'・';
}
@media(min-width:768px){
    .tpconcept-sec::before{
        content:'';
        width:100%;
        height:120%;
        background:var(--bk-sky-color);
        box-shadow:0 0 80px 80px var(--bk-sky-color);
        position:absolute;
        top:-50%;
        left:-60%;
        z-index:1;
        border-radius:50%;
        border:none;
    }
    .tpconcept-sec .contains-wrap{
        position:relative;
        z-index:5;
    }
    .dl-tpconcept h2{
        font-size:32px;
    }
    .tpconcept-inner{
        display:flex;
        flex-flow:row nowrap;
        justify-content:space-between;
    }
    .tpconcept-inner-left{
        width:40%;
        background:transparent;
        box-shadow:none;
   
    }
    .tpconcept-inner-right{
        width:50%;
    }
}
@media(min-width:992px){
    .tpconcept-sec::before{
        left:-55%;
    }
    .ul-tpconcept li{
        display:flex;
        flex-flow:row nowrap;
        padding:0;
        position:relative;
        z-index:5;
        backdrop-filter:unset;
    }
    .ul-tpconcept li .pict{
        width:100px;
        position:relative;
        z-index:5;
        padding-top:20px;
    }
    .ul-tpconcept li .desc{
        width:calc(100% - 100px);
        backdrop-filter:blur(2px);
        padding:20px;
    }
    .ul-tpconcept li .pict>span{
        width:80px;
        height:80px;
    }
    .ul-tpconcept::before{
        content:'';
        width:1px;
        height:450px;
        background:#fff;
        position:absolute;
        top:60px;
        left:40px;
        z-index:1;
    }
}
@media(min-width:1200px){
    .dl-tpconcept h2{
        font-size:36px;
    }

}
/*---------------------------------
  代表挨拶
---------------------------------*/
.message-sec {
    padding: 80px 0;
    background: var(--rf-bg-base);
    color: #0b2447;
  }
  
  .message-head {
    margin-bottom: 36px;
  }
  
  .sec-en {
    margin: 0 0 8px;
    color: #0054a6;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
  
  .sec-title {
    margin: 0;
    color: #0b2447;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
  
  .message-box {
    position: relative;
  }
  
  .message-lead {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(11, 36, 71, 0.12);
  }
  
  .message-title {
    margin: 0;
    color: var(--deep-font-color);
    font-size: 23px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
  
  .message-title br{
    display:none;
  }

  .message-body {
    color: var(--deep-font-color);
  }
  
  .message-body p {
    margin: 0;
    font-size: 16px;
    line-height: 2.15;
    letter-spacing: 0.1em;
  }
  
  .message-body p + p {
    margin-top: 1.4em;
  }
  
  .message-sign {
    margin-top: 36px;
    text-align: right;
    color: #0b2447;
  }
  
  .message-sign p {
    margin: 0;
    font-size: 17px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    font-family:var(--rf-font-serif);
    font-weight:700;
  }
  
  @media (min-width: 768px) {
    .message-sec {
      padding: 100px 0;
    }
  
    .message-head {
      margin-bottom: 44px;
    }
  
    .sec-title {
      font-size: 34px;
    }
   
    .message-title {
      font-size: 32px;
    }
    .message-title br{
        display:block;
    }

    .message-body p {
      font-size: 16px;
    }
  }
  
  @media (min-width: 992px) {
    .message-sec {
      padding: 120px 0;
    }
  
    .message-box {
      padding: 68px 72px;
      background: #fff;
      border-radius: 18px;
      box-shadow: 0 16px 40px rgba(11, 36, 71, 0.08);
    }
  
    .message-body {
      max-width: 920px;
    }
  
    .message-title {
      font-size: 34px;
    }
  }
  
  @media (min-width: 1200px) {
    .message-box {
      padding: 76px 88px;
    }
  }