@charset "UTF-8";

/* ==========================================================================
   Page Support Specific Styles (Hero, 4 Support Systems, and 01/02 Details)
   ========================================================================== */

.support-page-wrapper {
    /* Variables */
    --primary: #1d8cf0;
    --primary-dark: #0f3d78;
    --primary-deep: #0b2f66;
    --primary-light: #d8ebfb;
    --primary-soft: #eef7ff;
    --bg-main: #f4f8fc;
    --bg-alt: #ffffff;
    --bg-section: #ffffff;
    --text-main: #16243b;
    --text-muted: #4b5c73;
    --border-color: #dfeaf5;
    --border-strong: #cfe0f2;
    --shadow-soft: 0 10px 30px rgba(33, 71, 118, 0.08);
    --shadow-hover: 0 18px 40px rgba(33, 71, 118, 0.14);
    --radius-lg: 28px;
    --radius-md: 22px;
    --radius-sm: 16px;
    --transition-smooth: all 0.25s ease;
    --font-jp: 'Noto Sans JP', sans-serif;
    --font-outfit: 'Outfit', 'Noto Sans JP', sans-serif;

    /* Base wrapper setup */
    position: relative;
    font-family: var(--font-jp);
    color: var(--text-main);
    background: #ffffff;
    overflow-x: hidden;
}

/* Ensure no default styles leak or overflow */
.support-page-wrapper * {
    box-sizing: border-box;
}

.support-page-wrapper .container {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
}

/* ambient effects */
.support-page-wrapper .ambient-glow {
    position: fixed;
    inset: auto;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(70px);
    opacity: 0.28;
    z-index: 0;
}

.support-page-wrapper .glow-1 {
    top: -100px;
    right: -120px;
    background: radial-gradient(circle, #e6f5ff 0%, rgba(230, 245, 255, 0) 70%);
}

.support-page-wrapper .glow-2 {
    left: -140px;
    top: 420px;
    background: radial-gradient(circle, #edf6ff 0%, rgba(237, 246, 255, 0) 70%);
}

/* generic headings */
.support-page-wrapper .support-systems-title {
    letter-spacing: -0.02em;
}

.support-page-wrapper .support-systems-title::after {
    content: '';
    display: block;
    width: 86px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #cfe5fb 0%, #1d8cf0 50%, #cfe5fb 100%);
    margin: 18px auto 0;
}

/* hero */
.support-page-wrapper .support-breadcrumbs-wrapper {
    position: relative;
    z-index: 10;
    background: transparent;
    padding: 120px 0 10px;
}

.support-page-wrapper .support-breadcrumbs-wrapper .breadcrumbs {
    margin: 0;
    padding: 0;
}

.support-page-wrapper .support-hero {
    position: relative;
    overflow: hidden;
    padding: 24px 0 88px;
    background:
        radial-gradient(circle at 74% 40%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.78) 24%, rgba(255, 255, 255, 0) 50%),
        radial-gradient(circle at 25% 25%, rgba(228, 241, 252, 0.95) 0%, rgba(228, 241, 252, 0) 55%),
        linear-gradient(180deg, #eff6fc 0%, #edf4fa 100%);
}

.support-page-wrapper .support-hero::before,
.support-page-wrapper .support-hero::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.support-page-wrapper .support-hero::before {
    width: 760px;
    height: 760px;
    right: -260px;
    top: 30px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.18) 48%, rgba(255, 255, 255, 0) 68%);
}

.support-page-wrapper .support-hero::after {
    width: 14px;
    height: 14px;
    right: 70px;
    top: 220px;
    background: #b7dafd;
    box-shadow:
        -32px 0 0 #d0e8fe,
        -64px 0 0 #e1f0ff,
        0 32px 0 #e2f1ff,
        -32px 32px 0 #c9e4ff,
        -64px 32px 0 #eff7ff,
        0 64px 0 #ddecff,
        -32px 64px 0 #eef7ff,
        -64px 64px 0 #d7eafb;
    opacity: 0.85;
    border-radius: 3px;
}

.support-page-wrapper .support-hero .container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 36px;
    align-items: center;
}

.support-page-wrapper .support-hero-title {
    margin: 0 0 20px;
    font-size: clamp(4rem, 7.2vw, 5rem);
    line-height: 0.96;
    color: #000;
    font-family: var(--font-outfit);
    font-weight: 800;
    letter-spacing: 0px;
}

.support-page-wrapper .support-hero-subtitle {
    margin: 33px 0 22px;
    font-size: clamp(1.8rem, 3vw, 1rem);
    line-height: 1.35;
    color: #142742;
    font-weight: 600;
}

.support-page-wrapper .support-hero-desc {
    margin: 0 0 34px;
    font-size: 1.12rem;
    line-height: 2.05;
    color: #354761;
    max-width: 640px;
}

.support-page-wrapper .support-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    padding: 18px 28px;
    color: var(--primary);
    font-weight: 800;
    font-size: 1.08rem;
}

.support-page-wrapper .support-hero-badge svg {
    width: 28px;
    height: 28px;
    color: var(--primary);
}

.support-page-wrapper .support-hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.support-page-wrapper .support-hero-visual svg {
    width: min(100%, 460px);
    height: auto;
}

.support-page-wrapper .support-hero-visual img {
    max-width: 100%;
    height: auto;
    display: block;
}

.support-page-wrapper .support-hero-visual::before {
    content: '';
    position: absolute;
    inset: 10% 8% 12% 10%;
    background: radial-gradient(circle, rgba(232, 244, 255, 0.9) 0%, rgba(232, 244, 255, 0) 70%);
    z-index: -1;
}

/* 4 Support Systems */
.support-page-wrapper .support-systems-section {
    position: relative;
    z-index: 1;
    padding: 96px 0 110px;
    background: linear-gradient(180deg, #f6f9fc 0%, #f2f6fa 100%);
    text-align: center;
}

.support-page-wrapper .support-systems-title {
    font-size: clamp(2rem, 3.2vw, 2.5rem);
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 48px;
    color: #142742;
}

.support-page-wrapper .support-systems-title span {
    color: var(--primary);
    font-size: 1.18em;
}

.support-page-wrapper .support-systems-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    max-width: 1040px;
    margin: 0 auto;
}

.support-page-wrapper .support-system-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 28px;
    padding: 34px 34px 30px;
    min-height: 356px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    box-shadow: 0 14px 34px rgba(44, 77, 113, 0.07);
    transition: var(--transition-smooth);
}

.support-page-wrapper .support-system-card:hover {
    transform: none;
    box-shadow: 0 14px 34px rgba(44, 77, 113, 0.07);
}

.support-page-wrapper .support-system-num {
    width: 100%;
    text-align: left;
    margin: 0;
    color: var(--primary);
    font-size: 3rem;
    line-height: 1;
    font-family: var(--font-outfit);
    font-weight: 800;
}

.support-page-wrapper .support-system-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 140px;
    margin: 8px 0 12px;
}

.support-page-wrapper .support-system-img svg {
    width: 230px;
    height: 126px;
}

.support-page-wrapper .support-system-img img {
    max-width: 100%;
    height: 150px;
    width: auto;
    object-fit: contain;
}

.support-page-wrapper .support-system-card:nth-child(3) .support-system-img img {
    height: 120px;
}

.support-page-wrapper .support-system-name {
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 8px;
    font-size: 1.5rem;
    font-weight: 800;
    color: #182740;
    border-bottom: 2px solid #d8eafb;
    text-align: center;
}

.support-page-wrapper .support-system-name::after {
    content: '';
    display: block;
    width: 54px;
    height: 4px;
    margin: 14px auto -18px;
    border-radius: 999px;
    background: var(--primary);
}

.support-page-wrapper .support-system-desc {
    font-size: 1.08rem;
    line-height: 1.7;
    color: #4b5c73;
    text-align: center;
}

/* ==========================================================================
   01 / 02 Details Styles
   ========================================================================== */

.support-page-wrapper .support-detail-section {
    position: relative;
    z-index: 1;
    padding: 80px 0 100px;
    background: #f8fbff;
}

.support-page-wrapper .support-detail-section.second-section {
    background: #f8fbff;
}

.support-page-wrapper .support-detail-header-block {
    text-align: center;
    margin-bottom: 48px;
}

.support-page-wrapper .support-detail-large-num {
    display: inline-block;
    color: var(--primary);
    font-family: var(--font-outfit);
    font-size: clamp(3rem, 5vw, 2.5rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    vertical-align: -8%;
    margin-right: 12px;
}

.support-page-wrapper .support-detail-section-title {
    display: block;
    text-align: center;
    margin: 0;
    font-size: clamp(2rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: #142742;
}

.support-page-wrapper .support-detail-section-title::after {
    content: '';
    display: block;
    width: 86px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #cfe5fb 0%, #1d8cf0 50%, #cfe5fb 100%);
    margin: 18px auto 0;
}

.support-page-wrapper .support-detail-section-subtitle {
    margin-top: 20px;
    font-size: 1.35rem;
    line-height: 1.6;
    font-weight: 700;
    color: #4b5c73;
}

/* Main row: Illustration + Text */
.support-page-wrapper .support-detail-main-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    max-width: 1040px;
    margin: 0 auto 52px;
}

.support-page-wrapper .support-detail-illustration-box {
    position: relative;
    width: 440px;
    height: 280px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.support-page-wrapper .detail-illustration-svg {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
}

.support-page-wrapper .support-detail-text-box {
    flex: 1;
    font-size: 1.18rem;
    line-height: 2;
    color: #354761;
}

/* 4 Cards Grid */
.support-page-wrapper .support-detail-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    max-width: 1040px;
    margin: 0 auto 52px;
}

.support-page-wrapper .detail-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #deebf7;
    border-radius: 22px;
    padding: 36px 16px 28px;
    text-align: center;
    box-shadow: 0 10px 24px rgba(33, 71, 118, 0.05);
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 220px;
}

/* Hover disabled as requested by USER */
.support-page-wrapper .detail-card:hover {
    transform: none;
    box-shadow: 0 10px 24px rgba(33, 71, 118, 0.05);
}

.support-page-wrapper .detail-card-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 22px;
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 12px;
}

.support-page-wrapper .detail-card-icon-wrapper.has-img {
    width: 150px;
    height: 150px;
}

.support-page-wrapper .detail-card-icon {
    display: block;
    width: 54px;
    height: 54px;
    color: var(--primary);
    object-fit: contain;
}

.support-page-wrapper img.detail-card-icon {
    width: 150px;
    height: 150px;
}

/* Correct visual center weight alignment for asymmetrical line-art icons */
.support-page-wrapper .detail-card:nth-child(1) svg.detail-card-icon {
    transform: translate(2px, 0);
}

.support-page-wrapper .detail-card:nth-child(3) svg.detail-card-icon {
    transform: translate(4px, 4px);
}

.support-page-wrapper .detail-card-label {
    font-size: 1rem;
    font-weight: 800;
    color: #1e2f49;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}

/* Horizontal Highlight Box */
.support-page-wrapper .support-detail-highlight-bar {
    display: flex;
    align-items: center;
    gap: 28px;
    background: #ffffff;
    border: 1px solid #cfe2f5;
    border-radius: 22px;
    padding: 24px 34px;
    max-width: 860px;
    margin: 0 auto;
    box-shadow: 0 12px 26px rgba(24, 61, 110, 0.05);
    transition: var(--transition-smooth);
}

/* Hover disabled as requested by USER */
.support-page-wrapper .support-detail-highlight-bar:hover {
    transform: none;
    box-shadow: 0 12px 26px rgba(24, 61, 110, 0.05);
}

.support-page-wrapper .highlight-bar-icon-box {
    width: 76px;
    min-width: 76px;
    height: 76px;
    border-radius: 18px;
    background: #fff;
    box-shadow: inset 0 0 0 1px #d9e8f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-page-wrapper .highlight-bar-icon {
    width: 44px;
    height: 44px;
    color: var(--primary);
}

/* Divider inside highlight bar */
.support-page-wrapper .highlight-bar-divider {
    width: 1px;
    height: 48px;
    background-color: #cfe2f5;
    align-self: center;
    flex-shrink: 0;
}

.support-page-wrapper .highlight-bar-content {
    text-align: left;
    flex: 1;
}

/* Header style for CS support (Title & Price side by side) */
.support-page-wrapper .highlight-bar-header {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.support-page-wrapper .highlight-bar-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #16243b;
    margin: 0 0 6px 0;
}

.support-page-wrapper .highlight-bar-title.cs-title {
    color: var(--primary);
    margin: 0;
}

.support-page-wrapper .highlight-bar-price-wrapper {
    font-size: 1.15rem;
    font-weight: 700;
    color: #333333;
}

.support-page-wrapper .highlight-price {
    font-size: 2.1rem;
    font-family: var(--font-outfit);
    font-weight: 800;
    color: #333333;
    margin-right: 2px;
}

.support-page-wrapper .highlight-bar-text {
    font-size: 1rem;
    color: #4b5c73;
    margin: 0;
    line-height: 1.6;
}

.support-page-wrapper .highlight-blue {
    color: var(--primary);
    font-weight: 700;
}

.support-page-wrapper .highlight-blue-bold {
    color: var(--primary);
    font-weight: 800;
    font-size: 1.05rem;
}

/* ==========================================================================
   SVG Sprite & Helpers
   ========================================================================== */

.support-page-wrapper .svg-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.support-page-wrapper .symbol-svg {
    display: block;
    width: 100%;
    height: 100%;
    color: var(--primary);
}

.support-page-wrapper .support-system-img .symbol-svg {
    width: 230px;
    height: 126px;
}

/* Reset content layout default margin if standard header is fixed */
body.page-template-page-support main {
    padding-top: 0;
}

/* ==========================================================================
   Responsive Media Queries
   ========================================================================== */

@media (max-width: 1100px) {
    .support-page-wrapper .support-systems-grid {
        gap: 16px;
        padding: 0 16px;
    }

    .support-page-wrapper .support-detail-cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .support-page-wrapper .support-detail-main-row {
        flex-direction: column;
        text-align: center;
        gap: 24px;
    }

    .support-page-wrapper .support-detail-text-box {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .support-page-wrapper .support-breadcrumbs-wrapper {
        padding: 90px 0 10px;
    }

    .support-page-wrapper .support-breadcrumbs-wrapper .breadcrumbs {
        justify-content: center;
    }

    .support-page-wrapper .support-hero {
        padding: 24px 0 48px;
    }

    .support-page-wrapper .support-hero-title {
        font-size: clamp(2.5rem, 10vw, 3.5rem);
        margin: 0 0 10px;
        font-size: 3.5rem !important;
    }

    .support-page-wrapper .support-hero-subtitle {
        font-size: clamp(1.25rem, 5vw, 1.5rem);
        margin: 15px 0 20px;
    }

    .support-page-wrapper .support-hero .container {
        grid-template-columns: 1fr;
        gap: 28px;
        text-align: center;
    }

    .support-page-wrapper .support-hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .support-page-wrapper .support-hero-desc {
        max-width: 100%;
        margin-bottom: 24px;
        text-align: left;
    }

    .support-page-wrapper .support-hero-visual {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .support-page-wrapper .support-hero-visual img {
        width: 100%;
        height: auto;
        display: block;
    }

    .support-page-wrapper .support-systems-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto;
        gap: 20px;
    }

    .support-page-wrapper .support-system-card {
        min-height: auto;
        padding: 30px 24px;
    }

    .support-page-wrapper .support-system-img {
        height: 110px;
        margin: 8px 0;
    }

    .support-page-wrapper .support-system-img img {
        height: 100px;
        width: auto;
    }

    .support-page-wrapper .support-system-card:nth-child(3) .support-system-img img {
        height: 80px;
    }

    .support-page-wrapper .container {
        width: min(100% - 32px, 100%);
    }

    .support-page-wrapper .support-detail-section {
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .support-page-wrapper .support-detail-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .support-page-wrapper .detail-card {
        min-height: auto;
        padding: 20px 8px 16px;
        border-radius: 16px;
    }

    .support-page-wrapper .detail-card-icon-wrapper.has-img,
    .support-page-wrapper img.detail-card-icon {
        width: 72px;
        height: 72px;
    }

    .support-page-wrapper .detail-card-label {
        font-size: 0.85rem;
        line-height: 1.4;
    }

    .support-page-wrapper .support-detail-illustration-box {
        width: min(100%, 320px);
        height: auto;
    }

    .support-page-wrapper .illustration-bg-circle {
        width: 220px;
        height: 220px;
    }

    .support-page-wrapper .support-detail-section-subtitle {
        font-size: 1.08rem;
    }

    .support-page-wrapper .support-detail-highlight-bar {
        flex-direction: column;
        text-align: center;
        padding: 24px;
        gap: 18px;
    }

    .support-page-wrapper .highlight-bar-divider {
        display: none;
    }

    .support-page-wrapper .highlight-bar-header {
        justify-content: center;
        gap: 10px;
    }

    .support-page-wrapper .highlight-bar-content {
        text-align: center;
    }

    .support-page-wrapper .consultation-divider {
        margin: 44px auto 32px;
        padding: 0 16px;
    }

    .support-page-wrapper .consultation-divider-text {
        font-size: 1.1rem;
    }

    .support-page-wrapper .chat-response-box {
        flex-direction: column;
        text-align: center;
        margin: 24px auto 0;
        padding: 24px;
        gap: 16px;
        max-width: 320px;
    }

    .support-page-wrapper .chat-response-divider {
        display: none;
    }

    .support-page-wrapper .chat-response-content {
        text-align: center;
    }

    .support-page-wrapper .advisor-card-box {
        flex-direction: column;
        text-align: center;
        padding: 34px 24px;
        gap: 24px;
    }

    .support-page-wrapper .advisor-left-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .support-page-wrapper .advisor-right-box {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .support-page-wrapper .advisor-role {
        margin-top: 12px;
        padding-bottom: 0;
    }

    .support-page-wrapper .advisor-name {
        font-size: 1.8rem;
        text-align: center;
    }

    .support-page-wrapper .advisor-divider {
        margin: 12px auto 16px;
        width: 100%;
    }

    .support-page-wrapper .advisor-bio-wrapper {
        justify-content: center;
    }
}

/* consultation divider */
.support-page-wrapper .consultation-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 64px auto 48px;
    max-width: 1040px;
}

.support-page-wrapper .consultation-divider-line {
    flex: 1;
    height: 1px;
    background-color: #cfe2f5;
}

.support-page-wrapper .consultation-divider-text {
    font-size: 1.25rem;
    font-weight: 800;
    color: #20324d;
    white-space: nowrap;
}

/* chat response box */
.support-page-wrapper .chat-response-box {
    display: flex;
    align-items: center;
    gap: 24px;
    background: #ffffff;
    border: 1px solid #cfe2f5;
    border-radius: 16px;
    padding: 22px 28px;
    margin-top: 24px;
    max-width: 440px;
    box-shadow: 0 10px 24px rgba(33, 71, 118, 0.04);
}

.support-page-wrapper .chat-response-icon-box {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-page-wrapper .chat-response-icon {
    width: 60px;
    height: 60px;
}

.support-page-wrapper .chat-response-divider {
    width: 1px;
    height: 40px;
    background-color: #cfe2f5;
    flex-shrink: 0;
}

.support-page-wrapper .chat-response-content {
    text-align: left;
    flex: 1;
}

.support-page-wrapper .chat-response-label {
    font-size: 0.95rem;
    font-weight: 800;
    color: #4b5c73;
    margin-bottom: 2px;
}

.support-page-wrapper .chat-response-time {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--primary);
}

.support-page-wrapper .chat-response-time .time-num {
    font-size: 2.3rem;
    font-family: var(--font-outfit);
    font-weight: 800;
    margin-right: 4px;
    vertical-align: middle;
    line-height: 1;
}

.support-page-wrapper .chat-response-note {
    font-size: 0.8rem;
    color: #8da0b7;
    margin-top: 2px;
}

/* Advisor section */
.support-page-wrapper .advisor-section {
    background: #f4f8fc;
    padding-top: 80px;
    padding-bottom: 120px;
}

.support-page-wrapper .advisor-card-box {
    display: flex;
    align-items: center;
    gap: 56px;
    background: #ffffff;
    border: 1px solid #cfe2f5;
    border-radius: 32px;
    padding: 56px 64px;
    max-width: 920px;
    margin: 0 auto;
    box-shadow: 0 16px 36px rgba(24, 61, 110, 0.05);
}

.support-page-wrapper .advisor-left-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-shrink: 0;
    width: 200px;
}

.support-page-wrapper .advisor-avatar-box {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 16px;
}

.support-page-wrapper .advisor-avatar-svg,
.support-page-wrapper .advisor-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.support-page-wrapper .advisor-role {
    font-size: 1rem;
    font-weight: 800;
    color: #16243b;
    margin: 0;
    line-height: 1.5;
}

.support-page-wrapper .advisor-right-box {
    text-align: left;
    flex: 1;
}

.support-page-wrapper .advisor-name {
    font-size: 2.2rem;
    font-weight: 800;
    color: #16243b;
    margin: 0 0 16px 0;
}

.support-page-wrapper .advisor-divider {
    width: 100%;
    height: 1px;
    background-color: #cfe2f5;
    margin-bottom: 20px;
}

.support-page-wrapper .advisor-bio-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.support-page-wrapper .bio-quote-icon {
    font-size: 2.4rem;
    color: var(--primary);
    font-family: Georgia, serif;
    font-weight: 800;
    line-height: 1;
    margin-top: -6px;
    user-select: none;
}

.support-page-wrapper .advisor-bio {
    font-size: 1.12rem;
    line-height: 1.8;
    color: #354761;
    margin: 0;
}

/* ==========================================================================
   Human Support, FAQ, and CTA Section Styles
   ========================================================================== */

/* 人的支援オプション */
.support-page-wrapper .human-support-section {
    background: #ffffff;
    padding-top: 80px;
    padding-bottom: 96px;
}

.support-page-wrapper .human-support-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    max-width: 1040px;
    margin: 0 auto;
}

.support-page-wrapper .human-support-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #deebf7;
    border-radius: 28px;
    padding: 38px 28px;
    text-align: center;
    box-shadow: 0 14px 34px rgba(44, 77, 113, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 520px;
    transition: none;
    box-sizing: border-box;
    /* No hover transitions */
}

.support-page-wrapper .human-support-card:hover {
    transform: none;
    box-shadow: 0 14px 34px rgba(44, 77, 113, 0.06);
}

.support-page-wrapper .human-support-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    margin-bottom: 20px;
    width: 100%;
}

.support-page-wrapper .human-support-img img {
    max-height: 140px;
    width: auto;
    object-fit: contain;
}

.support-page-wrapper .human-support-img svg {
    width: 200px;
    height: 140px;
}

.support-page-wrapper .human-support-name {
    font-size: 1.45rem;
    font-weight: 800;
    color: #182740;
    margin: 0 0 12px 0;
    width: 100%;
    align-self: stretch;
}

.support-page-wrapper .human-support-price-box {
    font-size: 1.15rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 18px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 48px;
    width: 100%;
    align-self: stretch;
    line-height: 1;
    padding-bottom: 4px;
    box-sizing: border-box;
}

.support-page-wrapper .human-support-price-box-placeholder {
    height: 48px;
    /* Alignment placeholder for the 3rd card */
    margin-bottom: 18px;
}

.support-page-wrapper .human-support-price {
    font-size: 2.3rem;
    font-family: var(--font-outfit);
    font-weight: 800;
    color: var(--primary);
    margin-right: 4px;
    line-height: 1;
}

.support-page-wrapper .human-support-price-inquiry {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
}

.support-page-wrapper .human-support-divider {
    align-self: stretch;
    width: auto;
    height: 1px;
    background-color: #cfe2f5;
    margin: 0 0 22px 0;
}

.support-page-wrapper .human-support-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-self: stretch;
}

.support-page-wrapper .human-support-desc {
    font-size: 1.02rem;
    line-height: 1.8;
    color: #4b5c73;
    margin: 0;
    text-align: center;
    width: 100%;
}

.support-page-wrapper .human-support-list-desc {
    font-size: 1rem;
    line-height: 1.8;
    color: #4b5c73;
    margin: 0;
    padding: 0 0 0 18px;
    text-align: left;
    list-style-type: disc;
}

.support-page-wrapper .human-support-list-desc li {
    margin-bottom: 8px;
}

.support-page-wrapper .human-support-list-desc li::marker {
    color: var(--primary);
}


/* よくあるご質問 */
.support-page-wrapper .faq-section {
    background: #ffffff;
    padding-top: 80px;
    padding-bottom: 96px;
}

.support-page-wrapper .faq-accordion-container {
    max-width: 860px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #deebf7;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(33, 71, 118, 0.04);
    overflow: hidden;
}

.support-page-wrapper .faq-item {
    background: #ffffff;
    border-bottom: 1px solid #deebf7;
}

.support-page-wrapper .faq-item:last-child {
    border-bottom: none;
}

.support-page-wrapper .faq-question-btn {
    width: 100%;
    background: none;
    border: none;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    outline: none;
    text-align: left;
    gap: 20px;
}

.support-page-wrapper .faq-question-text {
    font-size: 1.18rem;
    font-weight: 800;
    color: #16243b;
    line-height: 1.5;
}

.support-page-wrapper .faq-icon-indicator {
    position: relative;
    width: 16px;
    height: 16px;
    min-width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-smooth);
}

.support-page-wrapper .faq-icon-indicator::before,
.support-page-wrapper .faq-icon-indicator::after {
    content: '';
    position: absolute;
    background-color: #16243b;
    /* Match text color */
    transition: var(--transition-smooth);
}

/* Horizontal line */
.support-page-wrapper .faq-icon-indicator::before {
    width: 14px;
    height: 2px;
}

/* Vertical line */
.support-page-wrapper .faq-icon-indicator::after {
    width: 2px;
    height: 14px;
}

/* Open state styles */
.support-page-wrapper .faq-question-btn[aria-expanded="true"] .faq-icon-indicator::after {
    transform: rotate(90deg);
    opacity: 0;
}

.support-page-wrapper .faq-answer-panel {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.support-page-wrapper .faq-answer-inner {
    padding: 0 28px 24px 28px;
    margin-top: -6px;
    /* Pull content closer to the question */
}

.support-page-wrapper .faq-answer-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4b5c73;
    margin: 0;
}


/* 資料請求・無料トライアル (CTA) */
.support-page-wrapper .cta-section {
    background: #ffffff;
    padding-top: 80px;
    padding-bottom: 120px;
}

.support-page-wrapper .cta-container-box {
    max-width: 1040px;
    margin: 0 auto;
    background: linear-gradient(135deg, #eef7ff 0%, #e8f3fd 100%);
    border-radius: 32px;
    padding: 56px 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
    box-shadow: 0 16px 38px rgba(26, 66, 116, 0.04);
}

.support-page-wrapper .cta-visual-box {
    width: 220px;
    height: auto;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-page-wrapper .cta-illustration-svg {
    width: 100%;
    height: 100%;
}

.support-page-wrapper .cta-content-box {
    flex: 1;
    text-align: left;
}

.support-page-wrapper .cta-main-title {
    font-size: 2.1rem;
    font-weight: 800;
    color: #16243b;
    margin: 0 0 16px 0;
    line-height: 1.35;
}

.support-page-wrapper .cta-sub-text {
    font-size: 1.12rem;
    line-height: 1.8;
    color: #4b5c73;
    margin: 0 0 32px 0;
}

.support-page-wrapper .cta-buttons-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.support-page-wrapper .cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 38px;
    border-radius: 999px;
    font-size: 1.12rem;
    font-weight: 800;
    text-decoration: none;
    transition: opacity 0.2s ease;
    cursor: pointer;
}

.support-page-wrapper .cta-btn:hover {
    opacity: 0.9;
}

.support-page-wrapper .btn-download {
    background-color: #ffffff;
    border: 1px solid var(--primary);
    color: var(--primary);
    box-shadow: 0 4px 12px rgba(29, 140, 240, 0.08);
}

.support-page-wrapper .btn-trial {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(29, 140, 240, 0.25);
}

.support-page-wrapper .btn-icon {
    width: 22px;
    height: 22px;
}


/* 追加分のレスポンシブデザイン */
@media (max-width: 1024px) {
    .support-page-wrapper .human-support-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .support-page-wrapper .human-support-card {
        min-height: auto;
    }

    .support-page-wrapper .cta-container-box {
        flex-direction: column;
        text-align: center;
        padding: 48px;
        gap: 36px;
    }

    .support-page-wrapper .cta-content-box {
        text-align: center;
    }

    .support-page-wrapper .cta-buttons-wrapper {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .support-page-wrapper .human-support-section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .support-page-wrapper .human-support-grid {
        grid-template-columns: 1fr;
    }

    .support-page-wrapper .human-support-card {
        padding: 34px 20px;
    }

    .support-page-wrapper .human-support-price-box-placeholder {
        display: none;
    }

    .support-page-wrapper .faq-section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .support-page-wrapper .faq-question-btn {
        padding: 20px;
    }

    .support-page-wrapper .faq-question-text {
        font-size: 1.08rem;
    }

    .support-page-wrapper .faq-answer-inner {
        padding: 0 20px 20px 20px;
    }

    .support-page-wrapper .faq-answer-text {
        font-size: 1rem;
    }

    .support-page-wrapper .cta-section {
        padding-top: 64px;
        padding-bottom: 80px;
    }

    .support-page-wrapper .cta-container-box {
        padding: 38px 24px;
        gap: 28px;
    }

    .support-page-wrapper .cta-visual-box {
        width: 130px;
        height: auto;
    }

    .support-page-wrapper .cta-main-title {
        font-size: 1.65rem;
    }

    .support-page-wrapper .cta-sub-text {
        font-size: 1rem;
        margin-bottom: 24px;
    }

    .support-page-wrapper .cta-buttons-wrapper {
        flex-direction: column;
        width: 100%;
        gap: 14px;
    }

    .support-page-wrapper .cta-btn {
        width: 100%;
        padding: 16px;
        font-size: 1.05rem;
    }
}

/* ==========================================================================
   Support Achievements (Stats) Section Styles
   ========================================================================== */
.support-page-wrapper .stats-section {
    background: #f4f8fc;
    padding-top: 80px;
    padding-bottom: 96px;
}

.support-page-wrapper .stats-title {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #16243b;
    margin: 0;
}

.support-page-wrapper .stats-main-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
    max-width: 960px;
    margin: 56px auto 0;
}

.support-page-wrapper .stats-text-box {
    flex: 1;
    text-align: left;
    max-width: 480px;
}

.support-page-wrapper .stats-image-box {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 320px;
}

.support-page-wrapper .stats-image-box img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.support-page-wrapper .stats-item {
    margin-bottom: 24px;
}

.support-page-wrapper .stats-label {
    display: block;
    font-size: 1.05rem;
    font-weight: 800;
    color: #16243b;
    margin-bottom: 8px;
}

.support-page-wrapper .stats-value-wrapper {
    display: flex;
    align-items: baseline;
    line-height: 1;
}

.support-page-wrapper .stats-number {
    font-size: clamp(3rem, 5vw, 4.5rem);
    font-family: var(--font-outfit);
    font-weight: 900;
    color: #1d8cf0;
}

.support-page-wrapper .stats-unit {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    font-weight: 800;
    color: #16243b;
    margin-left: 6px;
}

.support-page-wrapper .stats-asterisk {
    font-size: 0.9em;
    color: #8da0b7;
    margin-left: 2px;
    vertical-align: super;
}

.support-page-wrapper .stats-description {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4b5c73;
    margin: 32px 0 12px;
}

.support-page-wrapper .stats-note {
    font-size: 0.85rem;
    color: #8da0b7;
    margin: 0;
}

@media (max-width: 768px) {
    .support-page-wrapper .stats-main-row {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 24px;
        margin-top: 32px;
    }

    .support-page-wrapper .stats-text-box {
        flex: 1;
        max-width: 100%;
        text-align: left;
    }

    .support-page-wrapper .stats-value-wrapper {
        justify-content: flex-start;
    }

    .support-page-wrapper .stats-image-box {
        width: 140px;
        max-width: 140px;
        margin: 0;
        flex-shrink: 0;
    }

    .support-page-wrapper .stats-description {
        margin: 16px 0 8px;
        font-size: 0.95rem;
    }
}