/* ==========================================================================
   下層ページ ヒーロー
   ========================================================================== */
.page-hero {
    position: relative;
    background: var(--color-navy);
    padding: calc(var(--header-height) + 3rem) 1.5rem 3rem;
    overflow: hidden;
}

.page-hero__bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.page-hero__field-lines {
    position: absolute;
    inset: 0;
}

.page-hero__field-lines::after {
    content: "";
    position: absolute;
    top: 0;
    left: 25%;
    width: 1px;
    height: 100%;
    background: var(--color-line-on-dark);
}

.page-hero__inner {
    position: relative;
    max-width: var(--max-width);
    margin: 0 auto;
}

.page-hero__label {
    display: inline-block;
    font-family: var(--font-en);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-green-light);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.page-hero__title {
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--color-white);
}

/* ==========================================================================
   下層ページ CTA
   ========================================================================== */
.section--page-cta {
    padding: 3rem 1.5rem;
    border-top: none;
}

.section--page-cta::after {
    display: none;
}

.page-cta {
    text-align: center;
    background: var(--color-navy);
    padding: 3rem 2rem;
}

.page-cta__text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.05rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

/* ページヒーロー — コートライン装飾付き */
.page-features .page-hero,
.page-pricing .page-hero,
.page-about .page-hero,
.page-works .page-hero,
.page-works-single .page-hero,
.page-voice .page-hero,
.page-voice-single .page-hero,
.page-blog .page-hero,
.page-options .page-hero,
.page-flow .page-hero,
.page-faq .page-hero {
    padding: calc(var(--header-height) + 5rem) 1.5rem 5rem;
    overflow: hidden;
}

.page-hero__desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
    margin-top: 1.25rem;
    line-height: 1.8;
}

/* ページヒーロー内コート — FVと同じ構造を再利用（ヒーロー内に収まるサイズ） */
.page-hero .fv__court {
    top: 50%;
    left: 60%;
    width: 55%;
    max-width: 640px;
}

/* ヒーロー機能カウント */
.page-hero__count {
    display: inline-flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-hero__count-number {
    font-family: var(--font-en);
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--color-green);
    line-height: 1;
}

.page-hero__count-text {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

/* CTA追加スタイル */
.page-cta__actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.page-cta .btn--outline {
    color: var(--color-white);
    border-color: rgba(255, 255, 255, 0.4);
    background: transparent;
}

.page-cta .btn--outline:hover {
    color: var(--color-white);
    border-color: var(--color-white);
    background: rgba(255, 255, 255, 0.1);
}

/* ==========================================================================
   SNS（フッター内）
   ========================================================================== */
.footer__sns {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.sns__link {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    transition: color var(--transition), border-color var(--transition);
}

.sns__link svg {
    width: 16px;
    height: 16px;
}

.sns__link:hover {
    color: var(--color-white);
    border-color: var(--color-white);
    text-decoration: none;
}

/* ==========================================================================
   フッター
   ========================================================================== */
.site-footer {
    background: var(--color-green-dark);
    color: rgba(255, 255, 255, 0.85);
    padding: 0;
    margin-top: 0;
    border-top: none;
}

.site-footer__inner {
    max-width: var(--max-width);
    margin: 0 auto;
    text-align: left;
}

.footer__top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    padding: 3.5rem 1.5rem;
}

.footer__logo {
    height: 100px;
    width: auto;
    margin-bottom: 1rem;
}

.footer__tagline {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
}

.footer__nav-group h4 {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
}

.footer__nav-group ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer__nav-group a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
    transition: color var(--transition);
}

.footer__nav-group a:hover {
    color: var(--color-white);
    text-decoration: none;
}

.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 1.5rem;
    text-align: center;
}

.site-info {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
}

/* ---------- 記事（下層ページ用） ---------- */
.site-main:not(.front-page) {
    max-width: var(--max-width);
    margin: calc(var(--header-height) + 2rem) auto 2rem;
    padding: 0 1.5rem;
}

/* ページヒーロー付き下層ページは全幅・マージンなし */
.site-main.page-features,
.site-main.page-about,
.site-main.page-pricing,
.site-main.page-works,
.site-main.page-works-single,
.site-main.page-voice,
.site-main.page-voice-single,
.site-main.page-blog,
.site-main.page-blog-single,
.site-main.page-options,
.site-main.page-option-single,
.site-main.page-flow,
.site-main.page-faq {
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.entry-header {
    margin-bottom: 1.5rem;
}

.entry-title {
    font-size: 2rem;
    line-height: 1.3;
    color: var(--color-navy);
}

.entry-title a {
    color: var(--color-navy);
}

.entry-title a:hover {
    color: var(--color-green);
}

.entry-meta {
    color: var(--color-text-light);
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

.entry-content {
    margin-bottom: 2rem;
}

.entry-summary {
    margin-bottom: 2rem;
}

article + article {
    border-top: 1px solid var(--color-line);
    padding-top: 2rem;
    margin-top: 2rem;
}

/* ==========================================================================
   ブログ — パンくずリスト
   ========================================================================== */
.breadcrumb {
    border-bottom: 1px solid var(--color-line);
    background: var(--color-white);
}

.breadcrumb__inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0.85rem 1.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1.6;
    list-style: none;
}

.breadcrumb__item {
    min-width: 0;
    display: inline-flex;
    align-items: center;
}

.breadcrumb__link {
    color: var(--color-text-light);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color var(--transition);
}

.breadcrumb__link:hover {
    color: var(--color-green);
}

.breadcrumb__sep {
    color: var(--color-text-light);
    font-size: 0.7rem;
}

.breadcrumb__current {
    color: var(--color-text);
    font-weight: 500;
    word-break: break-word;
    overflow-wrap: anywhere;
    min-width: 0;
    flex: 1 1 auto;
}

@media (max-width: 768px) {
    .breadcrumb__inner {
        padding: 0.75rem 1rem;
        font-size: 0.75rem;
    }
}

/* ==========================================================================
   ブログ — 2カラムレイアウト
   ========================================================================== */
.blog-layout {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 2.5rem 1.5rem 4rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 3rem;
    align-items: start;
}

.blog-layout__main {
    min-width: 0;
}

.blog-sidebar {
    min-width: 0;
    max-width: 100%;
}

.blog-layout__empty {
    text-align: center;
    color: var(--color-text-light);
    padding: 3rem 0;
}

/* ==========================================================================
   ブログ — カード（横長レイアウト）
   ========================================================================== */
.blog-card {
    display: flex;
    gap: 1.5rem;
    text-decoration: none;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--color-line);
    transition: opacity var(--transition);
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.blog-card:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.blog-card:hover {
    opacity: 0.8;
}

.blog-card__thumb {
    flex-shrink: 0;
    width: 240px;
    max-width: 100%;
    aspect-ratio: 16 / 10;
    min-width: 0;
    overflow: hidden;
    background: var(--color-bg-alt);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-card__thumb img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-card__thumb img {
    transform: scale(1.03);
}

.blog-card__thumb-placeholder {
    color: var(--color-text-light);
    opacity: 0.4;
}

.blog-card__body {
    flex: 1;
    min-width: 0;
}

.blog-card__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 0.6rem;
    min-width: 0;
}

.blog-card__cat {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--color-green);
    overflow-wrap: anywhere;
    word-break: break-word;
}

.blog-card__date {
    font-family: var(--font-en);
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--color-text-light);
    letter-spacing: 0.03em;
    overflow-wrap: anywhere;
}

.blog-card__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-navy);
    line-height: 1.6;
    margin-bottom: 0.75rem;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.blog-card__excerpt {
    font-size: 0.85rem;
    color: var(--color-text-light);
    line-height: 1.8;
    overflow-wrap: anywhere;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ==========================================================================
   ブログ — サイドバー
   ========================================================================== */
.blog-sidebar__section {
    margin-bottom: 2.5rem;
    min-width: 0;
}

.blog-sidebar__heading {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-white);
    background: var(--color-navy);
    padding: 0.75rem 1rem;
    text-align: center;
    margin-bottom: 0;
}

/* カテゴリリスト */
.blog-sidebar__cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid var(--color-border);
    border-top: none;
}

.blog-sidebar__cat-item {
    border-bottom: 1px solid var(--color-line);
}

.blog-sidebar__cat-item:last-child {
    border-bottom: none;
}

.blog-sidebar__cat-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--color-text);
    text-decoration: none;
    transition: background var(--transition), color var(--transition);
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.blog-sidebar__cat-link:hover {
    background: var(--color-bg);
    color: var(--color-green);
}

.blog-sidebar__cat-count {
    font-family: var(--font-en);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-white);
    background: var(--color-navy);
    padding: 0.15rem 0.5rem;
    min-width: 28px;
    text-align: center;
}

/* 最新の投稿 */
.blog-sidebar__recent-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid var(--color-border);
    border-top: none;
}

.blog-sidebar__recent-item {
    border-bottom: 1px solid var(--color-line);
}

.blog-sidebar__recent-item:last-child {
    border-bottom: none;
}

.blog-sidebar__recent-link {
    display: flex;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    text-decoration: none;
    transition: background var(--transition);
    min-width: 0;
    max-width: 100%;
}

.blog-sidebar__recent-link:hover {
    background: var(--color-bg);
}

.blog-sidebar__recent-thumb {
    flex-shrink: 0;
    width: 80px;
    height: 56px;
    overflow: hidden;
    background: var(--color-bg-alt);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-sidebar__recent-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-sidebar__recent-placeholder {
    color: var(--color-text-light);
    opacity: 0.3;
}

.blog-sidebar__recent-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.25rem;
}

.blog-sidebar__recent-title {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--color-navy);
    line-height: 1.5;
    overflow-wrap: anywhere;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-sidebar__recent-date {
    font-family: var(--font-en);
    font-size: 0.7rem;
    color: var(--color-green);
    font-weight: 500;
}

/* ==========================================================================
   ブログ — サイドバー検索フォーム
   ========================================================================== */
.blog-sidebar__search {
    display: flex;
    border: 1px solid var(--color-border);
    border-top: none;
    overflow: hidden;
}

.blog-sidebar__search-input {
    flex: 1;
    padding: 0.75rem 1rem;
    border: none;
    font-family: var(--font-ja);
    font-size: 16px;
    color: var(--color-text);
    background: var(--color-white);
    min-width: 0;
}

.blog-sidebar__search-input::placeholder {
    color: var(--color-text-light);
}

.blog-sidebar__search-input:focus {
    outline: none;
}

.blog-sidebar__search-btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    border: none;
    background: var(--color-navy);
    color: var(--color-white);
    cursor: pointer;
    transition: background var(--transition);
}

.blog-sidebar__search-btn:hover {
    background: var(--color-green);
}

/* ==========================================================================
   ブログ — ページネーション
   ========================================================================== */
.blog-layout__main .navigation.pagination {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--color-line);
}

.blog-layout__main .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.blog-layout__main .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 0.75rem;
    font-family: var(--font-en);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-navy);
    text-decoration: none;
    border: 2px solid var(--color-border);
    background: var(--color-white);
    transition: all var(--transition);
    -webkit-tap-highlight-color: transparent;
}

.blog-layout__main .page-numbers:hover {
    color: var(--color-white);
    border-color: var(--color-navy);
    background: var(--color-navy);
}

.blog-layout__main .page-numbers.current {
    color: var(--color-white);
    background: var(--color-navy);
    border-color: var(--color-navy);
}

.blog-layout__main .page-numbers.prev,
.blog-layout__main .page-numbers.next {
    font-size: 0.8rem;
    padding: 0 1.25rem;
    gap: 0.3rem;
    border-color: var(--color-navy);
    color: var(--color-navy);
}

.blog-layout__main .page-numbers.prev:hover,
.blog-layout__main .page-numbers.next:hover {
    background: var(--color-navy);
    color: var(--color-white);
}

.blog-layout__main .page-numbers.dots {
    border: none;
    background: none;
    min-width: auto;
    padding: 0 0.25rem;
    color: var(--color-text-light);
}

/* ==========================================================================
   ブログ — 検索結果ステータス
   ========================================================================== */
.blog-layout__result-count {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-text);
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid var(--color-navy);
}

.blog-layout__no-result {
    text-align: center;
    padding: 3rem 0;
    color: var(--color-text-light);
    line-height: 2;
}

/* レスポンシブ */
@media (max-width: 768px) {
    .site-main.page-blog {
        overflow-x: hidden;
    }

    .blog-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding: 1.5rem 1rem 3rem;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .blog-layout > * {
        min-width: 0;
        max-width: 100%;
    }

    .blog-card {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .blog-card__thumb {
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-bottom: 1rem;
        aspect-ratio: auto;
    }

    .blog-card__thumb img,
    .blog-card__body {
        display: block;
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .blog-card__thumb img {
        height: auto;
        object-fit: initial;
    }

    .blog-card__title {
        font-size: 1rem;
    }

    .blog-layout__main .page-numbers {
        min-width: 48px;
        height: 48px;
        font-size: 1rem;
    }

    .blog-layout__main .page-numbers.prev,
    .blog-layout__main .page-numbers.next {
        padding: 0 1.25rem;
    }
}

/* ==========================================================================
   ブログ — 詳細
   ========================================================================== */
.blog-single__article {
    padding: 3rem 1.5rem 0;
}

.blog-single__thumbnail {
    margin: 0 0 2.5rem;
    background: var(--color-bg-alt);
    overflow: hidden;
}

.blog-single__thumbnail img {
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: cover;
    display: block;
}

.blog-single__inner {
    max-width: 780px;
    margin: 0 auto;
}

.blog-single__meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.blog-single__date {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-family: var(--font-en);
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--color-text-light);
}

.blog-single__cat {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--color-green);
    border: 1px solid var(--color-green);
    padding: 0.15rem 0.5rem;
    text-decoration: none;
    transition: background var(--transition), color var(--transition);
}

.blog-single__cat:hover {
    background: var(--color-green);
    color: var(--color-white);
}

.blog-single__title {
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--color-navy);
    line-height: 1.5;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--color-line);
}

/* アイキャッチがある場合はタイトル下の区切り線を非表示 */
.blog-single__title:has(+ .blog-single__thumbnail) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 1.5rem;
}

/* 本文タイポグラフィ */
.blog-single__content h2 {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--color-navy);
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 2px solid var(--color-green);
}

.blog-single__content h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-navy);
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    padding-left: 0.75rem;
    border-left: 3px solid var(--color-green);
}

.blog-single__content p {
    font-size: 0.95rem;
    color: var(--color-text);
    line-height: 2;
    margin-bottom: 1.25rem;
}

.blog-single__content ul,
.blog-single__content ol {
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
}

.blog-single__content ul {
    list-style: disc;
}

.blog-single__content ol {
    list-style: decimal;
}

.blog-single__content li {
    font-size: 0.95rem;
    color: var(--color-text);
    line-height: 2;
    margin-bottom: 0.25rem;
}

.blog-single__content ul li::marker {
    color: var(--color-green);
}

.blog-single__content blockquote {
    margin: 1.5rem 0;
    padding: 1.25rem 1.5rem;
    background: var(--color-bg);
    border-left: 3px solid var(--color-green);
}

.blog-single__content blockquote p {
    font-size: 0.9rem;
    color: var(--color-text-light);
    font-style: italic;
    margin-bottom: 0;
}

.blog-single__content strong {
    color: var(--color-navy);
    font-weight: 700;
}

@keyframes table-scroll-hint {
    0%,
    100% {
        transform: translate(-50%, -50%) translateX(-6px);
    }

    50% {
        transform: translate(-50%, -50%) translateX(6px);
    }
}

@keyframes table-scroll-hint-fade {
    0%,
    100% {
        opacity: 0.75;
    }

    50% {
        opacity: 1;
    }
}

/* テーブル横スクロール（SP専用） */
@media (max-width: 768px) {
    .blog-single__content .wp-block-table,
    .blog-single__content .table-scroll {
        position: relative;
        box-sizing: border-box;
        margin-inline: -1rem;
        padding-inline: 1rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .blog-single__content .wp-block-table.has-scroll-hint::after,
    .blog-single__content .table-scroll.has-scroll-hint::after {
        content: 'スクロールできます';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        min-width: 160px;
        padding: 52px 20px 14px;
        background-color: rgba(27, 42, 74, 0.92);
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='128' height='40' viewBox='0 0 128 40' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M22 20H6'/><path d='M12 14l-6 6 6 6'/><g transform='translate(52 8)'><path d='M18 11V6a2 2 0 0 0-4 0v5'/><path d='M14 10V4a2 2 0 0 0-4 0v6'/><path d='M10 10.5V6a2 2 0 0 0-4 0v8'/><path d='M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15'/></g><path d='M106 20h16'/><path d='M116 14l6 6-6 6'/></svg>");
        background-repeat: no-repeat;
        background-position: center 10px;
        background-size: 128px 40px;
        color: #fff;
        font-size: 0.72rem;
        font-weight: 600;
        letter-spacing: 0.05em;
        white-space: nowrap;
        text-align: center;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
        pointer-events: none;
        animation:
            table-scroll-hint 1.8s ease-in-out infinite,
            table-scroll-hint-fade 1.8s ease-in-out infinite;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.35s ease, visibility 0s linear 0s;
    }

    .blog-single__content .wp-block-table.is-scrolled::after,
    .blog-single__content .table-scroll.is-scrolled::after {
        opacity: 0;
        visibility: hidden;
        animation: none;
        transition: opacity 0.35s ease, visibility 0s linear 0.35s;
    }

    .blog-single__content .wp-block-table > table,
    .blog-single__content .table-scroll > table {
        width: max-content;
        min-width: 100%;
        max-width: none;
    }

    .blog-single__content .wp-block-table > table.has-fixed-layout,
    .blog-single__content .table-scroll > table.has-fixed-layout {
        table-layout: auto;
    }

    .blog-single__content .wp-block-table th,
    .blog-single__content .wp-block-table td,
    .blog-single__content .table-scroll th,
    .blog-single__content .table-scroll td {
        white-space: nowrap;
        word-break: normal;
        overflow-wrap: normal;
    }

    .blog-single__content .wp-block-table::-webkit-scrollbar,
    .blog-single__content .table-scroll::-webkit-scrollbar {
        height: 6px;
    }

    .blog-single__content .wp-block-table::-webkit-scrollbar-track,
    .blog-single__content .table-scroll::-webkit-scrollbar-track {
        background: #f0f4f8;
    }

    .blog-single__content .wp-block-table::-webkit-scrollbar-thumb,
    .blog-single__content .table-scroll::-webkit-scrollbar-thumb {
        background: #b0bec5;
    }
}

/* タグ */
.blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--color-line);
}

.blog-single__tag {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--color-text-light);
    padding: 0.3rem 0.7rem;
    border: 1px solid var(--color-border);
    text-decoration: none;
    transition: all var(--transition);
}

.blog-single__tag:hover {
    color: var(--color-green);
    border-color: var(--color-green);
}

/* シェア */
.blog-single__share {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--color-line);
}

.blog-single__share-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--color-text-light);
}

.blog-single__share-links {
    display: flex;
    gap: 0.5rem;
}

.blog-single__share-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid var(--color-border);
    color: var(--color-text-light);
    transition: all var(--transition);
}

.blog-single__share-link:hover {
    color: var(--color-green);
    border-color: var(--color-green);
}

/* 前後ナビ */
.blog-single__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--color-line);
}

.blog-single__nav-link {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1.25rem;
    border: 1px solid var(--color-border);
    text-decoration: none;
    transition: border-color var(--transition);
}

.blog-single__nav-link:hover {
    border-color: var(--color-green);
}

.blog-single__nav-link--next {
    text-align: right;
}

.blog-single__nav-label {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-text-light);
}

.blog-single__nav-title {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--color-navy);
    line-height: 1.5;
}

/* レスポンシブ */
@media (max-width: 768px) {
    .blog-single__title {
        font-size: 1.4rem;
    }

    .blog-single__content h2 {
        font-size: 1.15rem;
    }

    .blog-single__content h3 {
        font-size: 1rem;
    }

    .blog-single__nav {
        grid-template-columns: 1fr;
    }

    .blog-single__nav-link--next {
        text-align: left;
    }

    .blog-single__thumbnail img {
        max-height: 240px;
    }
}

/* ==========================================================================
   ドロップダウンナビゲーション
   ========================================================================== */
.nav-list .has-dropdown {
    position: relative;
}

.nav-list .has-dropdown > a {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.nav-list .has-dropdown > a .dropdown-arrow {
    width: 10px;
    height: 10px;
    transition: transform var(--transition);
}

.nav-list .has-dropdown.is-open > a .dropdown-arrow {
    transform: rotate(180deg);
}

.nav-list .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    min-width: 180px;
    background: var(--color-navy);
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 0;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--transition), visibility var(--transition), transform var(--transition);
    padding: 0;
    z-index: 100;
}

.nav-list .has-dropdown.is-open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

@media (hover: hover) and (pointer: fine) {
    .nav-list .has-dropdown:hover > a .dropdown-arrow {
        transform: rotate(180deg);
    }

    .nav-list .has-dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
    }
}

.dropdown-menu li {
    margin: 0;
}

.dropdown-menu li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.dropdown-menu a {
    display: block;
    padding: 0.7rem 1.25rem !important;
    font-size: 0.82rem !important;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.85) !important;
    letter-spacing: 0.04em;
}

.dropdown-menu a::after {
    display: none !important;
}

.dropdown-menu a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: var(--color-white) !important;
}

/* ==========================================================================
   レスポンシブ（共通）
   ========================================================================== */

/* タブレット */
@media (max-width: 1024px) {
    .fv__catch {
        font-size: 2.4rem;
    }
}

/* スマホ */
@media (max-width: 1024px) {
    :root {
        --header-height: 64px;
        --side-margin: 20px;
    }

    .sp-only {
        display: inline;
    }

    .pc-only {
        display: none;
    }

    /* コートライン非表示（SP） */
    #page::before,
    #page::after {
        display: none;
    }

    /* ヘッダーSP */
    .site-logo__img {
        height: 52px;
    }

    .hamburger {
        display: flex;
    }

    .main-navigation {
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        background: var(--color-navy);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 2rem;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.35s ease, visibility 0.35s ease;
        z-index: 999;
    }

    .main-navigation.is-open {
        opacity: 1;
        visibility: visible;
    }

    /* --- SP コート背景 --- */
    .sp-nav-court {
        display: block;
        --cl: rgba(255, 255, 255, 0.10);
        position: absolute;
        inset: 8% 6%;
        pointer-events: none;
    }

    .sp-nav-court__outline {
        position: absolute;
        inset: 0;
        border: 1px solid var(--cl);
    }

    .sp-nav-court__halfway {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        height: 1px;
        background: var(--cl);
    }

    .sp-nav-court__center-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 22%;
        aspect-ratio: 1;
        border: 1px solid var(--cl);
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

    .sp-nav-court__center-dot {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 6px;
        height: 6px;
        background: var(--cl);
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

    .sp-nav-court__penalty {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 44%;
        height: 16%;
        border: 1px solid var(--cl);
    }

    .sp-nav-court__penalty--top {
        top: 0;
        border-top: none;
    }

    .sp-nav-court__penalty--bottom {
        bottom: 0;
        border-bottom: none;
    }

    .sp-nav-court__goal-area {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 20%;
        height: 6%;
        border: 1px solid var(--cl);
    }

    .sp-nav-court__goal-area--top {
        top: 0;
        border-top: none;
    }

    .sp-nav-court__goal-area--bottom {
        bottom: 0;
        border-bottom: none;
    }

    .sp-nav-court__corner {
        position: absolute;
        width: 3%;
        aspect-ratio: 1;
        border: 1px solid var(--cl);
        border-radius: 50%;
    }

    .sp-nav-court__corner--tl {
        top: 0; left: 0;
        clip-path: inset(50% 0 0 50%);
    }

    .sp-nav-court__corner--tr {
        top: 0; right: 0;
        clip-path: inset(50% 50% 0 0);
    }

    .sp-nav-court__corner--bl {
        bottom: 0; left: 0;
        clip-path: inset(0 0 50% 50%);
    }

    .sp-nav-court__corner--br {
        bottom: 0; right: 0;
        clip-path: inset(0 50% 50% 0);
    }

    /* --- メニュー本体 --- */
    .nav-list {
        position: relative;
        z-index: 1;
        flex-direction: column;
        gap: 0;
        text-align: center;
        width: 100%;
        max-width: 280px;
    }

    .nav-list li {
        border-bottom: none;
        transform: translateY(12px);
        opacity: 0;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .main-navigation.is-open .nav-list li {
        opacity: 1;
        transform: translateY(0);
    }

    .main-navigation.is-open .nav-list li:nth-child(1) { transition-delay: 0.05s; }
    .main-navigation.is-open .nav-list li:nth-child(2) { transition-delay: 0.1s; }
    .main-navigation.is-open .nav-list li:nth-child(3) { transition-delay: 0.15s; }
    .main-navigation.is-open .nav-list li:nth-child(4) { transition-delay: 0.2s; }
    .main-navigation.is-open .nav-list li:nth-child(5) { transition-delay: 0.25s; }
    .main-navigation.is-open .nav-list li:nth-child(6) { transition-delay: 0.3s; }
    .main-navigation.is-open .nav-list li:nth-child(7) { transition-delay: 0.35s; }
    .main-navigation.is-open .nav-list li:nth-child(8) { transition-delay: 0.4s; }

    .nav-list a {
        display: block;
        padding: 0.85rem 0;
        font-size: 1rem;
        color: rgba(255, 255, 255, 0.85) !important;
        font-weight: 500;
        letter-spacing: 0.08em;
    }

    .nav-list a:hover {
        color: var(--color-white) !important;
    }

    .nav-list a::after {
        display: none;
    }

    .nav-cta {
        margin-top: 0.75rem;
        background: var(--color-green) !important;
        color: var(--color-white) !important;
        padding: 0.75rem 2rem !important;
        font-weight: 700 !important;
        letter-spacing: 0.08em !important;
        border: none !important;
    }

    /* --- SP メニュー内 SNS --- */
    .sp-nav-sns {
        display: flex;
        justify-content: center;
        gap: 1.5rem;
        margin-top: 1.5rem;
        position: relative;
        z-index: 1;
    }

    .sp-nav-sns__link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: rgba(255, 255, 255, 0.6);
        transition: color var(--transition), border-color var(--transition);
    }

    .sp-nav-sns__link:hover {
        color: var(--color-white);
        border-color: rgba(255, 255, 255, 0.5);
    }

    .sp-nav-sns__link svg {
        width: 18px;
        height: 18px;
    }

    /* FV SP */
    .fv {
        min-height: auto;
        padding: calc(var(--header-height) + 3rem) 1.5rem 4rem;
    }

    .fv__court {
        top: 30%;
        width: 120%;
        transform: translate(-50%, -50%);
    }

    .fv__inner {
        flex-direction: column;
        gap: 2.5rem;
    }

    .fv__content {
        text-align: center;
    }

    .fv__devices--pc-only {
        display: none;
    }

    .fv__devices--sp-only {
        display: flex;
        flex: none;
        width: 100%;
        max-width: 300px;
        margin: 1.5rem auto;
    }

    .fv__catch {
        font-size: 1.85rem;
    }

    .fv__desc {
        font-size: 0.9rem;
        line-height: 1.95;
        max-width: 20em;
        margin-left: auto;
        margin-right: auto;
        text-wrap: pretty;
    }

    .fv__desc-line {
        display: inline;
    }

    .fv__badges {
        justify-content: center;
    }

    .fv__actions {
        justify-content: center;
    }

    .fv__scroll-hint {
        display: none;
    }

    /* セクション SP */
    .section {
        padding: 3.5rem 1.25rem;
    }

    .section__title {
        font-size: 1.5rem;
    }

    .section__header {
        margin-bottom: 2.5rem;
    }

    /* 下層ページ SP */
    .page-hero__title {
        font-size: 1.6rem;
    }

    /* 下層ページヒーロー SP */
    .page-features .page-hero,
    .page-pricing .page-hero,
    .page-about .page-hero,
    .page-works .page-hero,
    .page-works-single .page-hero,
    .page-voice .page-hero,
    .page-voice-single .page-hero,
    .page-blog .page-hero,
    .page-options .page-hero,
    .page-flow .page-hero,
    .page-faq .page-hero {
        padding: calc(var(--header-height) + 2.5rem) 1.25rem 3rem;
    }

    .page-hero__desc {
        font-size: 0.85rem;
    }

    .page-hero__count-number {
        font-size: 2rem;
    }

    .page-hero .fv__court {
        top: 50%;
        left: 55%;
        width: 90%;
    }

    .page-cta {
        padding: 2rem 1.25rem;
    }

    .page-cta__actions {
        flex-direction: column;
        align-items: center;
    }

    .page-cta__actions .btn {
        width: 100%;
        max-width: 320px;
    }

    .footer__top {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2.5rem 1.25rem;
    }

    /* ドロップダウン（モバイル） */
    .nav-list .has-dropdown {
        position: static;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nav-list .has-dropdown > a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.4rem;
    }

    .nav-list .has-dropdown > a .dropdown-arrow {
        display: block;
        width: 12px;
        height: 12px;
        transition: transform var(--transition);
    }

    .nav-list .has-dropdown.is-open > a .dropdown-arrow {
        transform: rotate(180deg);
    }

    .nav-list .has-dropdown.is-open > a {
        color: var(--color-green) !important;
    }

    .nav-list .dropdown-menu {
        position: static;
        transform: none;
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 0;
        background: transparent;
        width: 100%;
        max-width: 280px;
        margin: 0.35rem auto 0;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    }

    .nav-list .has-dropdown.is-open .dropdown-menu {
        max-height: 200px;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .nav-list .has-dropdown.is-open .dropdown-menu {
        transform: none;
    }

    @media (hover: hover) and (pointer: fine) {
        .nav-list .has-dropdown:hover .dropdown-menu {
            transform: none;
        }
    }

    .dropdown-menu li {
        border-bottom: none;
        opacity: 1;
        transform: none;
    }

    .dropdown-menu li + li {
        border-top: none;
    }

    .dropdown-menu a {
        display: block;
        width: 100%;
        padding: 0.5rem 1.5rem !important;
        font-size: 0.85rem !important;
        color: rgba(255, 255, 255, 0.6) !important;
        text-align: center;
        background: transparent;
    }

    .dropdown-menu a:hover {
        color: var(--color-white) !important;
        background: transparent;
    }
}
