        /* Reset and base styles */
        *, *::before, *::after {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        html {
            scroll-behavior: smooth;
        }
        body {
            font-family: 'Meiryo', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
            line-height: 1;
            overflow-x: hidden;
        }
        /* Figma Colors - Extracted from the design */
        :root {
            --color-header-bg: #ffffff;
            --color-hero-gradient-start: #1e32ae;
            --color-hero-gradient-end: #98b1d4;
            --color-hero-overlay: rgba(152, 177, 212, 0.5);
            --color-text-white: #ffffff;
            --color-text-light: #fffefc;
            --color-text-secondary: #dbd2d2;
            --color-accent-gold: #ecb934;
            --color-btn-primary: #2862e3;
            --color-btn-shadow: rgba(0,0,0,0.25);
        }
        /* Header Section */
        .c-header {
            position: relative;
            background-color: var(--color-header-bg);
            height: 108px;
            width: 100%;
            overflow: hidden;
            z-index: 10;
            border-bottom: 1px solid #e5e7eb;
        }
        .c-header__content {
            max-width: 1440px;
            margin: 0 auto;
            position: relative;
            height: 100%;
        }
        .c-header__logo {
            position: absolute;
            left: 120px;
            top: 27px;
            width: 169px;
            height: 54px;
        }
        .c-header__logo img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        .c-header__nav {
            position: absolute;
            right: 60px;
            top: 30px;
            display: flex;
            align-items: center;
            gap: 50px;
            height: 48px;
        }
        .c-header__nav-item {
            color: #000000;
            font-size: 19px;
            font-weight: bold;
            text-decoration: none;
            line-height: 60px;
            white-space: nowrap;
            transition: opacity 0.3s ease;
        }
        .c-header__nav-item:hover {
            opacity: 0.8;
        }
        /* Hero Section */
        .c-hero {
            position: relative;
            height: 100vh;
            min-height: 800px;
            width: 100%;
            overflow: hidden;
        }
        .c-hero__bg-image {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-image: url('./image/hero/DSC03121-2.jpg');
            background-size: cover;
            background-position: 65% center;
            background-repeat: no-repeat;
            z-index: 1;
        }
        .c-hero__overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to left, var(--color-hero-overlay) 0%, var(--color-hero-gradient-start) 48.438%);
            opacity: 0.7;
            z-index: 2;
        }
        .c-hero__content {
            position: relative;
            max-width: 1440px;
            margin: 0 auto;
            height: 100%;
            z-index: 3;
        }
        .c-hero__text-container {
            position: absolute;
            left: 120px;
            top: 0;
        }
        .c-hero__main-title {
            position: absolute;
            left: 0;
            top: 104px;
            width: 800px;
            height: 77px;
            color: var(--color-text-light);
            font-size: 61px;
            font-weight: bold;
            text-align: left;
            line-height: 60px;
        }
        .c-hero__sub-title {
            position: absolute;
            left: 0;
            top: 180px;
            width: 587px;
            height: 66px;
            color: var(--color-text-light);
            font-size: 61px;
            font-weight: bold;
            text-align: left;
            line-height: 60px;
        }
        .c-hero__sub-title-highlight {
            color: var(--color-accent-gold);
        }
        .c-hero__proposal-title {
            position: absolute;
            left: 0;
            top: 256px;
            width: 200px;
            height: 66px;
            color: var(--color-text-light);
            font-size: 61px;
            font-weight: bold;
            text-align: left;
            line-height: 60px;
        }
        .c-hero__cost-label {
            position: absolute;
            left: 0;
            top: 450px;
            width: 77px;
            height: 24px;
            color: var(--color-text-secondary);
            font-size: 15px;
            font-weight: bold;
            text-align: left;
            line-height: 60px;
        }
        .c-hero__price {
            position: absolute;
            left: 0;
            top: 510px;
            width: 500px;
            height: 40px;
            color: var(--color-text-light);
            font-size: 61px;
            font-weight: bold;
            text-align: left;
            line-height: 40px;
        }
        .c-hero__price-tax {
            color: var(--color-text-secondary);
            font-size: 20px;
            font-weight: bold;
            margin-left: 10px;
        }
        .c-hero__description {
            position: absolute;
            left: 0;
            top: 340px;
            width: 349px;
            height: 50px;
            color: var(--color-text-secondary);
            font-size: 15px;
            font-weight: bold;
            line-height: 25px;
        }
        .c-hero__cta-button {
            position: absolute;
            left: 0;
            top: 591px;
            width: 200px;
            height: 53px;
            background-color: var(--color-btn-primary);
            border-radius: 15px;
            box-shadow: 0px 4px 4px 0px var(--color-btn-shadow);
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }
        .c-hero__cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0px 6px 8px 0px var(--color-btn-shadow);
        }
        /* Removed CTA icon styles
        .c-hero__cta-icon {
            position: absolute;
            left: 22px;
            top: 11px;
            width: 31px;
            height: 31px;
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg>');
            background-size: contain;
            background-repeat: no-repeat;
        }
        */
        .c-hero__cta-text {
            position: relative;
            color: var(--color-text-white);
            font-size: 15px;
            font-weight: bold;
            line-height: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            text-align: center;
        }
        /* Responsive Design */
        @media (max-width: 1440px) {
            .c-header__content,
            .c-hero__content {
                max-width: 100%;
                padding: 0 20px;
            }
            .c-header__logo {
                left: 20px;
                width: 140px;
                height: 45px;
                top: 31px;
            }
            .c-header__nav {
                right: 20px;
                gap: 30px;
            }
            .c-header__nav-item {
                font-size: 16px;
            }
        }
        @media (max-width: 768px) {
            .c-header {
                height: 80px;
            }
            .c-header__logo {
                left: 15px;
                width: 120px;
                height: 35px;
                top: 22px;
            }
            .c-header__nav {
                display: none;
            }
            .c-hero {
                height: 600px;
            }
            .c-hero__bg-image {
                left: -100px;
                width: calc(100vw + 200px);
                height: 600px;
                background-size: cover;
                background-position: center;
            }
            .c-hero__overlay {
                height: 600px;
            }
            .c-hero__text-container {
                left: 20px;
                width: calc(100% - 40px);
            }
            .c-hero__main-title {
                position: relative;
                left: 0;
                top: 80px;
                width: 100%;
                font-size: 36px;
                transform: none;
                text-align: left;
            }
            .c-hero__sub-title {
                position: relative;
                left: 0;
                top: 120px;
                width: 100%;
                font-size: 36px;
                transform: none;
                text-align: left;
            }
            .c-hero__cost-label {
                position: relative;
                left: 0;
                top: 180px;
                width: auto;
                transform: none;
                text-align: left;
            }
            .c-hero__price {
                position: relative;
                left: 0;
                top: 200px;
                width: auto;
                font-size: 48px;
                transform: none;
                text-align: left;
            }
            .c-hero__description {
                position: relative;
                left: 0;
                top: 260px;
                width: 100%;
                max-width: 320px;
            }
            .c-hero__cta-button {
                position: relative;
                left: 0;
                top: 320px;
                width: 200px;
                height: 48px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .c-hero__cta-text {
                font-size: 14px;
                position: relative;
                left: auto;
                top: auto;
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                line-height: 1;
            }
            /* Removed intermediate resolution CTA icon
            .c-hero__cta-icon {
                width: 28px;
                height: 28px;
                left: 18px;
                top: 10px;
            }
            */
        }
        
        /* Mobile Hero Animations */
        @keyframes mobileHeroImageFadeIn {
            0% {
                opacity: 0;
                filter: brightness(3);
            }
            100% {
                opacity: 1;
                filter: brightness(1);
            }
        }
        
        @keyframes mobileHeroTextSlideIn {
            0% {
                opacity: 0;
                transform: translateX(-30px);
            }
            100% {
                opacity: 1;
                transform: translateX(0);
            }
        }
        
        @keyframes mobileHeroButtonSlideUp {
            0% {
                opacity: 0;
                transform: translateY(20px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        /* PC Hero Animations */
        @keyframes pcHeroImageFadeIn {
            0% {
                opacity: 0;
                filter: brightness(3);
            }
            100% {
                opacity: 1;
                filter: brightness(1);
            }
        }
        
        @keyframes pcHeroTextSlideIn {
            0% {
                opacity: 0;
                transform: translateX(-50px);
            }
            100% {
                opacity: 1;
                transform: translateX(0);
            }
        }
        
        @keyframes pcHeroButtonSlideUp {
            0% {
                opacity: 0;
                transform: translateY(30px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        /* PC Issue Card Fade In Animation */
        @keyframes pcIssueCardFadeIn {
            0% {
                opacity: 0;
                transform: translateY(20px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        /* Issue Section Animations */
        @keyframes issueCardSlideInFromRight {
            0% {
                opacity: 0;
                transform: translateX(50px);
            }
            100% {
                opacity: 1;
                transform: translateX(0);
            }
        }
        
        @keyframes issueCardSlideInFromLeft {
            0% {
                opacity: 0;
                transform: translateX(-50px);
            }
            100% {
                opacity: 1;
                transform: translateX(0);
            }
        }
        
        @media (max-width: 480px) {
            .c-hero {
                height: 100vh;
                min-height: 100vh;
                padding: 0;
                position: relative;
                display: flex;
                align-items: flex-start;
                justify-content: flex-start;
            }
            
            .c-hero__bg-image {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-size: cover;
                background-position: 65% center;
                background-repeat: no-repeat;
                z-index: 1;
                animation: mobileHeroImageFadeIn 1.2s ease-out forwards;
            }
            
            .c-hero__overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(to right, rgba(12, 65, 160, 0.9) 0%, rgba(12, 65, 160, 0.6) 50%, rgba(12, 65, 160, 0.3) 100%);
                z-index: 2;
            }
            
            .c-hero__content {
                position: relative;
                width: 100%;
                height: 100%;
                z-index: 3;
                display: flex;
                align-items: flex-start;
                justify-content: flex-start;
                padding: 80px 20px 40px 20px;
            }
            
            .c-hero__text-container {
                position: relative;
                width: 100%;
                max-width: 350px;
                text-align: left;
            }
            
            .c-hero__main-title {
                position: relative;
                left: auto;
                top: auto;
                width: 100%;
                height: auto;
                font-size: 32px;
                line-height: 1.3;
                margin: 0 0 8px 0;
                padding: 0;
                text-align: left;
                color: var(--color-text-light);
                font-weight: bold;
                animation: mobileHeroTextSlideIn 0.8s ease-out 0.3s forwards;
                opacity: 0;
            }
            
            .c-hero__sub-title {
                position: relative;
                left: auto;
                top: auto;
                width: 100%;
                height: auto;
                font-size: 32px;
                line-height: 1.3;
                margin: 0 0 20px 0;
                padding: 0;
                text-align: left;
                color: var(--color-text-light);
                font-weight: bold;
                animation: mobileHeroTextSlideIn 0.8s ease-out 0.5s forwards;
                opacity: 0;
            }
            
            .c-hero__sub-title-highlight {
                color: var(--color-accent-gold);
            }
            
            .c-hero__proposal-title {
                position: relative;
                left: auto;
                top: auto;
                width: 100%;
                font-size: 32px;
                color: var(--color-text-light);
                text-align: left;
                margin: 0 0 30px 0;
                font-weight: bold;
                line-height: 1.3;
                animation: mobileHeroTextSlideIn 0.8s ease-out 0.7s forwards;
                opacity: 0;
            }
            
            .c-hero__cost-label {
                position: relative;
                left: auto;
                top: auto;
                width: 100%;
                font-size: 14px;
                color: var(--color-text-secondary);
                text-align: left;
                margin: 0 0 15px 0;
                font-weight: bold;
                animation: mobileHeroTextSlideIn 0.8s ease-out 0.9s forwards;
                opacity: 0;
            }
            
            .c-hero__price {
                position: relative;
                left: auto;
                top: auto;
                width: 100%;
                font-size: 42px;
                margin: 0 0 20px 0;
                text-align: left;
                color: var(--color-text-light);
                font-weight: bold;
                line-height: 1.2;
                animation: mobileHeroTextSlideIn 0.8s ease-out 1.1s forwards;
                opacity: 0;
            }
            
            .c-hero__price-tax {
                color: var(--color-text-secondary);
                font-size: 20px;
                font-weight: bold;
            }
            
            .c-hero__description {
                position: relative;
                left: auto;
                top: auto;
                width: 100%;
                font-size: 14px;
                line-height: 1.6;
                padding: 0;
                margin: 0 0 50px 0;
                text-align: left;
                color: var(--color-text-secondary);
                font-weight: bold;
                animation: mobileHeroTextSlideIn 0.8s ease-out 1.3s forwards;
                opacity: 0;
            }
            
            .c-hero__cta-button {
                position: relative;
                left: auto;
                top: auto;
                width: auto;
                max-width: 200px;
                min-width: 180px;
                padding: 16px 20px;
                font-size: 16px;
                border-radius: 8px;
                background: linear-gradient(135deg, #0C41A0 0%, #1E5BB8 100%);
                color: #ffffff;
                border: none;
                font-weight: bold;
                box-shadow: 0 4px 12px rgba(12, 65, 160, 0.3);
                transition: all 0.3s ease;
                text-decoration: none;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 auto;
                line-height: 1;
                animation: mobileHeroButtonSlideUp 0.8s ease-out 1.5s forwards;
                opacity: 0;
            }
            
            .c-hero__cta-button:hover {
                transform: translateY(-2px);
                box-shadow: 0 6px 16px rgba(12, 65, 160, 0.4);
            }
            
            .c-hero__cta-text {
                font-size: 16px;
                font-weight: bold;
                color: #ffffff;
                white-space: nowrap;
                line-height: 1;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                text-align: center;
            }
            
            /* Removed mobile CTA icon styles
            .c-hero__cta-icon {
                width: 16px;
                height: 16px;
                background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg>');
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                flex-shrink: 0;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            */
            
            /* Issue Section Mobile */
            .c-issue {
                height: auto;
                padding: 40px 0;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            
            .c-issue__content {
                position: relative;
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
                align-items: stretch;
                padding: 0 20px;
            }
            
            .c-issue__title {
                position: relative;
                left: auto;
                top: auto;
                width: 100%;
                height: auto;
                font-size: 28px;
                line-height: 1.4;
                margin: 0 0 20px 0;
                padding: 0 10px;
                text-align: center;
                transform: none;
            }
            
            .c-issue__underline {
                position: relative;
                left: auto;
                top: auto;
                width: 100px;
                height: 3px;
                margin: 0 0 40px 0;
                transform: none;
            }
            
            .c-issue__cards-top,
            .c-issue__cards-bottom {
                position: relative;
                left: auto;
                top: auto;
                width: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 50px;
                margin-bottom: 30px;
                transform: none;
            }
            
            .c-issue__cards-bottom {
                margin-top: 0;
            }
            
            .c-issue__card {
                width: 100%;
                max-width: 400px;
                height: auto;
                margin: 0;
                padding: 0;
                border-radius: 12px;
                display: flex;
                flex-direction: row;
                align-items: center;
                gap: 20px;
                overflow: visible;
                background-color: #ffffff;
                box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            }
            
            /* Card 1, 3, 5 - 画像左側、左寄せ、右から出現 */
            .c-issue__card[data-card="1"] {
                margin-left: 0 !important;
                margin-right: auto !important;
                flex-direction: row !important;
                animation: issueCardSlideInFromRight 0.8s ease-out 0.2s forwards;
                opacity: 0;
            }
            
            .c-issue__card[data-card="3"] {
                margin-left: 0 !important;
                margin-right: auto !important;
                flex-direction: row !important;
                animation: issueCardSlideInFromRight 0.8s ease-out 0.6s forwards;
                opacity: 0;
            }
            
            .c-issue__card[data-card="5"] {
                margin-left: 0 !important;
                margin-right: auto !important;
                flex-direction: row !important;
                animation: issueCardSlideInFromRight 0.8s ease-out 1.0s forwards;
                opacity: 0;
            }
            
            /* Card 2, 4, 6 - 画像右側、右寄せ、左から出現 */
            .c-issue__card[data-card="2"] {
                margin-left: auto !important;
                margin-right: 0 !important;
                flex-direction: row-reverse !important;
                animation: issueCardSlideInFromLeft 0.8s ease-out 0.4s forwards;
                opacity: 0;
            }
            
            .c-issue__card[data-card="4"] {
                margin-left: auto !important;
                margin-right: 0 !important;
                flex-direction: row-reverse !important;
                animation: issueCardSlideInFromLeft 0.8s ease-out 0.8s forwards;
                opacity: 0;
            }
            
            .c-issue__card[data-card="6"] {
                margin-left: auto !important;
                margin-right: 0 !important;
                flex-direction: row-reverse !important;
                animation: issueCardSlideInFromLeft 0.8s ease-out 1.2s forwards;
                opacity: 0;
            }
            
            .c-issue__card-image {
                width: 120px;
                height: 120px;
                flex-shrink: 0;
                border-radius: 8px;
                overflow: hidden;
            }
            
            .c-issue__card-image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            
            .c-issue__card-content {
                flex: 1;
                padding: 20px;
                display: flex;
                flex-direction: column;
                gap: 10px;
            }
            
            .c-issue__card-case {
                position: relative;
                left: auto;
                top: auto;
                width: auto;
                height: auto;
                font-size: 16px;
                font-weight: bold;
                color: #015db2;
                text-align: left;
                line-height: 1.2;
                transform: none;
                margin: 0 0 5px 0;
            }
            
            .c-issue__card-title {
                position: relative;
                left: auto;
                top: auto;
                width: 100%;
                height: auto;
                font-size: 16px;
                font-weight: bold;
                color: #333333;
                text-align: left;
                line-height: 1.4;
                transform: none;
                margin: 0 0 8px 0;
            }
            
            .c-issue__card-description {
                position: relative;
                left: auto;
                top: auto;
                width: 100%;
                height: auto;
                font-size: 14px;
                color: #666666;
                text-align: left;
                line-height: 1.5;
                transform: none;
                margin: 0;
            }
            
            /* Override PC text styles in mobile */
            .c-issue__card-case {
                position: relative !important;
                left: auto !important;
                top: auto !important;
                width: auto !important;
                height: auto !important;
                transform: none !important;
                text-align: left !important;
                font-size: 16px !important;
                line-height: 1.2 !important;
                margin: 0 0 5px 0 !important;
            }
            
            .c-issue__card-title {
                position: relative !important;
                left: auto !important;
                top: auto !important;
                width: 100% !important;
                height: auto !important;
                transform: none !important;
                text-align: left !important;
                font-size: 16px !important;
                line-height: 1.4 !important;
                margin: 0 0 8px 0 !important;
            }
            
            .c-issue__card-description {
                position: relative !important;
                left: auto !important;
                top: auto !important;
                width: 100% !important;
                height: auto !important;
                font-size: 14px !important;
                color: #666666 !important;
                text-align: left !important;
                line-height: 1.5 !important;
                margin: 0 !important;
            }
            
            /* Hide all icons in mobile */
            .c-issue__icon-1,
            .c-issue__icon-2,
            .c-issue__icon-3,
            .c-issue__icon-4,
            .c-issue__icon-5,
            .c-issue__icon-6 {
                display: none;
            }
        }
        /* PC Hero Animations Application */
        @media (min-width: 481px) {
            .c-hero__bg-image {
                animation: pcHeroImageFadeIn 1.2s ease-out forwards;
                opacity: 0;
            }
            
            .c-hero__main-title {
                animation: pcHeroTextSlideIn 0.8s ease-out 0.3s forwards;
                opacity: 0;
            }
            
            .c-hero__sub-title {
                animation: pcHeroTextSlideIn 0.8s ease-out 0.5s forwards;
                opacity: 0;
            }
            
            .c-hero__proposal-title {
                animation: pcHeroTextSlideIn 0.8s ease-out 0.7s forwards;
                opacity: 0;
            }
            
            .c-hero__cost-label {
                animation: pcHeroTextSlideIn 0.8s ease-out 0.9s forwards;
                opacity: 0;
            }
            
            .c-hero__price {
                animation: pcHeroTextSlideIn 0.8s ease-out 1.1s forwards;
                opacity: 0;
            }
            
            .c-hero__description {
                animation: pcHeroTextSlideIn 0.8s ease-out 1.3s forwards;
                opacity: 0;
            }
            
            .c-hero__cta-button {
                animation: pcHeroButtonSlideUp 0.8s ease-out 1.5s forwards;
                opacity: 0;
            }
        }
        
        /* Issue Section - PC View */
        @media (min-width: 481px) {
        .c-issue {
            position: relative;
            background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
            height: 804px;
            width: 100%;
            overflow: hidden;
        }
        .c-issue::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.15)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
            opacity: 0.4;
        }
        .c-issue__content {
            position: relative;
            max-width: 1440px;
            margin: 0 auto;
            width: 100%;
            height: 100%;
            z-index: 2;
        }
        .c-issue__title {
            position: absolute;
            left: 50%;
            top: 60px;
            width: 659px;
            height: 103px;
            color: #000000;
            font-size: 32px;
            font-weight: bold;
            text-align: center;
            line-height: 60px;
            transform: translateX(-50%);
        }
        .c-issue__title-highlight {
            background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            padding: 0 4px;
        }
        .c-issue__underline {
            position: absolute;
            left: calc(50% - 329px);
            top: 102px;
            width: 245px;
            height: 4px;
            background-color: #f9b119;
        }
        /* Issue Cards - Top Row */
        .c-issue__cards-top {
            position: absolute;
            left: 50%;
            top: 187px;
            display: flex;
            gap: 61px;
            width: 1177px;
            transform: translateX(-50%);
        }
        .c-issue__cards-bottom {
            position: absolute;
            left: 50%;
            top: 508px;
            display: flex;
            gap: 65px;
            width: 1191px;
            transform: translateX(-50%);
        }
        .c-issue__card {
            background-color: #ffffff;
            width: 358px;
            height: 247px;
            border-radius: 5px;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
        }
        .c-issue__card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 50px rgba(0,0,0,0.15);
        }
        
        /* PC Issue Card Text Styles and Animations */
        .c-issue__card {
            animation: pcIssueCardFadeIn 0.8s ease-out forwards;
            opacity: 0;
        }
        
        /* Top Row Cards */
        .c-issue__cards-top .c-issue__card:nth-child(1) {
            animation-delay: 0.2s;
        }
        
        .c-issue__cards-top .c-issue__card:nth-child(2) {
            animation-delay: 0.4s;
        }
        
        .c-issue__cards-top .c-issue__card:nth-child(3) {
            animation-delay: 0.6s;
        }
        
        /* Bottom Row Cards */
        .c-issue__cards-bottom .c-issue__card:nth-child(1) {
            animation-delay: 0.8s;
        }
        
        .c-issue__cards-bottom .c-issue__card:nth-child(2) {
            animation-delay: 1.0s;
        }
        
        .c-issue__cards-bottom .c-issue__card:nth-child(3) {
            animation-delay: 1.2s;
        }
        
        .c-issue__card-case {
            position: absolute;
            left: 50%;
            top: 80px;
            width: 109px;
            height: 30px;
            color: #015db2;
            font-size: 23px;
            font-weight: bold;
            text-align: center;
            line-height: 30px;
            transform: translateX(-50%);
        }
        .c-issue__card-case-number {
            font-size: 21px;
        }
        .c-issue__card-title {
            position: absolute;
            left: 50%;
            top: 130px;
            width: 283px;
            height: 43px;
            color: #000000;
            font-size: 25px;
            font-weight: bold;
            text-align: center;
            line-height: 43px;
            transform: translateX(-50%);
        }
        .c-issue__card-description {
            position: absolute;
            left: 30px;
            top: 180px;
            width: 298px;
            height: 50px;
            color: #000000;
            font-size: 14px;
            font-weight: normal;
            line-height: 22px;
        }
        
        /* PC View: Hide card images inside tiles */
        .c-issue__card-image {
            display: none;
        }
        
        /* PC View: Hide navigation completely */
        .c-threestep__nav {
            display: none !important;
        }
        
        /* PC View: 3Step Tiles Layout - Horizontal Display */
        .c-threestep__steps-wrapper {
            position: absolute !important;
            left: 50% !important;
            top: 160px !important;
            transform: translateX(-50%) !important;
            width: 1400px !important;
            max-width: 95vw !important;
            overflow: visible !important;
            height: auto !important;
            -webkit-overflow-scrolling: initial !important;
            scrollbar-width: initial !important;
            -ms-overflow-style: initial !important;
            scroll-behavior: initial !important;
        }
        
        .c-threestep__steps-container {
            display: flex !important;
            flex-direction: row !important;
            justify-content: center !important;
            align-items: flex-start !important;
            gap: 20px !important;
            width: 100% !important;
            overflow: visible !important;
            position: static !important;
            transform: none !important;
            left: auto !important;
            top: auto !important;
            scroll-snap-type: none !important;
            padding: 0 !important;
        }
        
        .c-threestep__step {
            flex: 0 0 auto !important;
            width: 360px !important;
            min-width: 360px !important;
            max-width: 360px !important;
            opacity: 1 !important;
            transition: none !important;
            transform: scale(1) !important;
            scroll-snap-align: initial !important;
            padding: 0 !important;
            box-sizing: border-box !important;
        }
        
        .c-threestep__step--active {
            opacity: 1 !important;
            transform: scale(1) !important;
            box-shadow: none !important;
            z-index: 1 !important;
        }
        
        /* PC View: Adjust section height for horizontal layout */
        .c-threestep {
            height: 1000px !important;
        }
        
        /* PC View: Fix step card content overflow - restore original design */
        .c-threestep__step-card {
            width: 100% !important;
            max-width: 360px !important;
            height: auto !important;
            min-height: 550px !important;
            overflow: visible !important;
            padding: 15px 15px 30px 15px !important;
            box-sizing: border-box !important;
            margin-top: 55px !important;
        }
        
        /* PC View: Fix step image size to stay within card bounds */
        .c-threestep__step-image {
            width: calc(100% - 40px) !important;
            height: auto !important;
            margin: 10px 20px 30px 20px !important;
            overflow: hidden !important;
            border-radius: 5px !important;
            max-height: 200px !important;
        }
        
        .c-threestep__step-image img {
            width: 100% !important;
            height: auto !important;
            max-width: 100% !important;
            object-fit: contain !important;
            display: block !important;
        }
        
        /* PC View: Hide arrow symbols */
        .c-threestep__arrow {
            display: none !important;
        }
        
        /* PC View: Fix step circle positioning - restore original style */
        .c-threestep__step-circle {
            position: absolute !important;
            left: 28px !important;
            top: -22px !important;
            width: 100px !important;
            height: 36px !important;
            background: linear-gradient(135deg, #0C41A0 0%, #082E70 100%) !important;
            border-radius: 18px !important;
            color: white !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            z-index: 10 !important;
        }
        
        .c-threestep__step-label {
            font-size: 14px !important;
            font-weight: 600 !important;
            margin-right: 4px !important;
        }
        
        .c-threestep__step-number {
            font-size: 16px !important;
            font-weight: bold !important;
        }
        }
        
        /* Issue Icons - Positioned above cards at front */
        .c-issue__icon-1 {
            position: absolute;
            left: calc(50% - 480px);
            top: 130px;
            width: 120px;
            height: 120px;
            background-image: url('./image/issue/課題１.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            z-index: 10;
        }
        .c-issue__icon-2 {
            position: absolute;
            left: calc(50% - 60px);
            top: 130px;
            width: 120px;
            height: 120px;
            background-image: url('./image/issue/課題２.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            z-index: 10;
        }
        .c-issue__icon-3 {
            position: absolute;
            left: calc(50% + 360px);
            top: 130px;
            width: 120px;
            height: 120px;
            background-image: url('./image/issue/課題３.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            z-index: 10;
        }
        .c-issue__icon-4 {
            position: absolute;
            left: calc(50% - 480px);
            top: 450px;
            width: 120px;
            height: 120px;
            background-image: url('./image/issue/課題４.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            z-index: 10;
        }
        .c-issue__icon-5 {
            position: absolute;
            left: calc(50% - 60px);
            top: 450px;
            width: 120px;
            height: 120px;
            background-image: url('./image/issue/課題５.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            z-index: 10;
        }
        .c-issue__icon-6 {
            position: absolute;
            left: calc(50% + 360px);
            top: 450px;
            width: 120px;
            height: 120px;
            background-image: url('./image/issue/課題６.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            z-index: 10;
        }
        /* Temporarily disabled PC view styles - END */
        /* Temporarily disabled PC responsive styles
        @media (max-width: 1440px) {
            .c-issue__cards-top,
            .c-issue__cards-bottom {
                left: 20px;
                right: 20px;
                justify-content: space-between;
            }
            .c-issue__card {
                flex: 1;
                max-width: 358px;
            }
        }
        @media (max-width: 768px) {
            .c-issue {
                height: auto;
                padding: 40px 0;
            }
            .c-issue__title {
                position: relative;
                left: auto;
                top: auto;
                width: 100%;
                font-size: 24px;
                margin-bottom: 30px;
                transform: none;
            }
            .c-issue__underline {
                left: 50%;
                top: 60px;
                width: 150px;
                transform: translateX(-50%);
            }
            .c-issue__cards-top,
            .c-issue__cards-bottom {
                position: relative;
                left: 20px;
                top: auto;
                flex-direction: column;
                gap: 20px;
                margin-bottom: 20px;
            }
            .c-issue__card {
                width: calc(100vw - 40px);
                max-width: 400px;
                margin: 0 auto;
            }
            .c-issue__icon-1,
            .c-issue__icon-2,
            .c-issue__icon-3,
            .c-issue__icon-4,
            .c-issue__icon-5,
            .c-issue__icon-6 {
                display: none;
            }
        }
        /* Demo Section */
        .c-demo {
            position: relative;
            background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
            height: 789px;
            width: 100%;
            overflow: hidden;
            display: none;
        }
        .c-demo::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.15)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
            opacity: 0.4;
        }
        .c-demo__content {
            position: relative;
            max-width: 1440px;
            margin: 0 auto;
            width: 100%;
            height: 100%;
            z-index: 2;
        }
        .c-demo__title {
            position: absolute;
            left: 50%;
            top: 60px;
            width: 1038px;
            height: 92px;
            color: #000000;
            font-size: 32px;
            font-weight: bold;
            text-align: center;
            line-height: 60px;
            transform: translateX(-50%);
        }
        .c-demo__title-highlight {
            color: #015db2;
        }
        .c-demo__subtitle {
            position: absolute;
            left: 50%;
            top: 126.5px;
            width: 575px;
            height: 65px;
            color: #7d7676;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            line-height: 25px;
            transform: translateX(-50%);
        }
        .c-demo__underline {
            position: absolute;
            left: calc(50% - 144px);
            top: 102px;
            width: 224px;
            height: 4px;
            background-color: #f9b119;
        }
        .c-demo__container {
            position: absolute;
            left: 161px;
            top: 172px;
            width: 1117px;
            height: 556px;
            background-color: #fffcfc;
            border-radius: 10px;
            overflow: hidden;
        }
        .c-demo__container-title {
            position: absolute;
            left: 50%;
            top: 42.5px;
            width: 390px;
            height: 35px;
            color: #000000;
            font-size: 26px;
            font-weight: bold;
            text-align: center;
            line-height: 60px;
            transform: translateX(-50%);
        }
        .c-demo__container-description {
            position: absolute;
            left: 50%;
            top: 98.5px;
            width: 514px;
            height: 67px;
            color: #7d7676;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            line-height: 25px;
            transform: translateX(-50%);
        }
        /* Responsive Design for Demo Section */
        @media (max-width: 1440px) {
            .c-demo__content {
                padding: 0 20px;
            }
            .c-demo__container {
                left: 20px;
                width: calc(100% - 40px);
                max-width: 1117px;
                margin: 0 auto;
            }
            .c-demo__underline {
                left: 50%;
                transform: translateX(-50%);
            }
        }
        @media (max-width: 768px) {
            .c-demo {
                height: auto;
                padding: 40px 0;
            }
            .c-demo__title {
                position: relative;
                left: auto;
                top: auto;
                width: 100%;
                font-size: 24px;
                margin-bottom: 20px;
                transform: none;
            }
            .c-demo__subtitle {
                position: relative;
                left: auto;
                top: auto;
                width: 100%;
                font-size: 16px;
                margin-bottom: 30px;
                transform: none;
            }
            .c-demo__underline {
                position: relative;
                left: 50%;
                top: auto;
                width: 150px;
                margin: 0 auto 30px;
                transform: translateX(-50%);
            }
            .c-demo__container {
                position: relative;
                left: auto;
                top: auto;
                width: 100%;
                height: auto;
                min-height: 400px;
                margin: 0 auto;
            }
            .c-demo__container-title {
                font-size: 20px;
            }
            .c-demo__container-description {
                font-size: 16px;
                width: 90%;
            }
        }
        /* ========================================
           Fee Section Styles - New Design
        ======================================== */
        .c-fee {
            position: relative;
            width: 100%;
            min-height: 100vh;
            background: #ffffff;
            overflow: hidden;
            padding: 80px 0;
        }
        .c-fee__content {
            position: relative;
            max-width: 1440px;
            margin: 0 auto;
            width: 100%;
            padding: 0 20px;
            z-index: 2;
        }
        .c-fee__title {
            position: relative;
            width: 100%;
            text-align: center;
            margin-bottom: 80px;
        }
        .c-fee__title-main {
            display: block;
            color: #015db2;
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 20px;
            line-height: 1.4;
            text-decoration: underline;
            text-underline-offset: 8px;
            text-decoration-thickness: 3px;
        }
        .c-fee__title-sub {
            display: block;
            color: #7d7676;
            font-size: 20px;
            font-weight: bold;
            line-height: 1.6;
        }
        /* Price Display */
        .c-fee__price-display {
            text-align: center;
            margin-bottom: 40px;
        }
        .c-fee__price-main {
            display: flex;
            align-items: baseline;
            justify-content: center;
            gap: 8px;
            margin-bottom: 10px;
            margin-top: -65px;
        }
        .c-fee__price-amount {
            color: #333333;
            font-size: 72px;
            font-weight: bold;
            line-height: 1;
        }
        .c-fee__price-tax {
            color: #7d7676;
            font-size: 20px;
            font-weight: bold;
        }
        /* Main Service Card */
        /* Deliverables Section */
        .c-fee__deliverables {
            margin-bottom: 80px;
        }
        .c-fee__deliverables-title {
            color: #333333;
            font-size: 28px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 50px;
        }
        .c-fee__deliverables-cards {
            display: flex;
            justify-content: center;
            gap: 40px;
            max-width: 1200px;
            margin: 0 auto;
        }
        .c-fee__deliverable-card {
            background: #ffffff;
            border-radius: 15px;
            padding: 40px 30px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            border: none;
            position: relative;
            overflow: hidden;
            width: 320px;
            text-align: center;
        }
        .c-fee__deliverable-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 50px rgba(0,0,0,0.15);
        }
        .c-fee__deliverable-number {
            width: 60px;
            height: 60px;
            background: #f9b119;
            border-radius: 50%;
            color: #ffffff;
            font-size: 24px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
        }
        .c-fee__deliverable-title {
            color: #000000;
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 20px;
            line-height: 1.4;
        }
        .c-fee__deliverable-description {
            color: #7d7676;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.6;
        }
        .c-fee__deliverable-list {
            color: #7d7676;
            font-size: 15px;
            line-height: 1.6;
            margin: 0;
            padding-left: 25px;
            text-align: left;
        }
        .c-fee__deliverable-list li {
            margin-bottom: 8px;
            padding-left: 5px;
            text-align: left;
        }
        .c-fee__deliverable-list li:last-child {
            margin-bottom: 0;
        }
        /* CTA Section */
        .c-fee__cta-container {
            text-align: center;
        }
        .c-fee__cta-button {
            display: inline-block;
            width: 220px;
            height: 53px;
            background-color: var(--color-btn-primary);
            border-radius: 15px;
            box-shadow: 0px 4px 4px 0px var(--color-btn-shadow);
            text-decoration: none;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            position: relative;
        }
        .c-fee__cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0px 6px 8px 0px var(--color-btn-shadow);
        }
        .c-fee__cta-icon {
            position: absolute;
            left: 22px;
            top: 11px;
            width: 31px;
            height: 31px;
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg>');
            background-size: contain;
            background-repeat: no-repeat;
        }
        .c-fee__cta-text {
            position: absolute;
            left: 71px;
            top: 11px;
            width: 143px;
            height: 31px;
            color: var(--color-text-white);
            font-size: 15px;
            font-weight: bold;
            line-height: 25px;
            display: flex;
            align-items: center;
        }
        /* Responsive Design */
        @media (max-width: 1200px) {
            .c-fee__deliverables-cards {
                flex-direction: column;
                align-items: center;
                gap: 30px;
            }
            .c-fee__deliverable-card {
                width: 100%;
                max-width: 400px;
            }
        }
        @media (max-width: 768px) {
            .c-fee {
                padding: 60px 0;
            }
            .c-fee__title-main {
                font-size: 28px;
            }
            .c-fee__title-sub {
                font-size: 18px;
            }
            .c-fee__price-amount {
                font-size: 56px;
            }
            .c-fee__deliverables-title {
                font-size: 24px;
            }
            .c-fee__deliverable-card {
                padding: 30px 25px;
            }
            .c-fee__cta-button {
                padding: 18px 35px;
                font-size: 18px;
            }
        }
        @media (max-width: 480px) {
            .c-fee__title-main {
                font-size: 24px;
            }
            .c-fee__price-amount {
                font-size: 48px;
            }
            .c-fee__deliverable-card {
                padding: 25px 20px;
            }
            .c-fee__cta-button {
                padding: 16px 30px;
                font-size: 16px;
            }
        }
        /* ========================================
           3Step Section Styles
        ======================================== */
        .c-threestep {
            position: relative;
            width: 100%;
            height: 821px;
            background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
            overflow: hidden;
        }
        .c-threestep::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.15)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
            opacity: 0.4;
        }
        .c-threestep__content {
            position: relative;
            margin: 0 auto;
            width: 100%;
            height: 100%;
            z-index: 2;
        }
        .c-threestep__title {
            position: absolute;
            left: 50%;
            top: 60px;
            width: 766px;
            height: 127px;
            color: #000000;
            font-size: 32px;
            font-weight: bold;
            text-align: center;
            line-height: 60px;
            transform: translateX(-50%);
        }
        .c-threestep__title-highlight {
            background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            padding: 0 4px;
        }
        .c-threestep__underline {
            position: absolute;
            left: calc(50% - 200px);
            top: 102px;
            width: 147px;
            height: 6px;
            background-color: #f9b119;
        }
        /* Disabled original PC layout - using horizontal scroll instead
        .c-threestep__steps-container {
            position: absolute;
            left: 50%;
            top: 143px;
            width: 1260px;
            height: 566px;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            transform: translateX(-50%);
        }
        */
        /* Disabled original PC step layout
        .c-threestep__step {
            position: relative;
            width: 374px;
            height: 552px;
        }
        */
        .c-threestep__step-card {
            position: relative;
            width: 374px;
            height: 490px;
            background-color: #ffffff;
            border-radius: 5px;
            margin-top: 55px;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
        }
        .c-threestep__step-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 50px rgba(0,0,0,0.15);
        }
        .c-threestep__step-circle {
            position: absolute;
            left: 28px;
            top: -22px;
            width: 100px;
            height: 36px;
            background: #015db2;
            border-radius: 18px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 12px;
            box-shadow: 0 4px 12px rgba(1, 93, 178, 0.3);
        }
        .c-threestep__step-label {
            color: #ffffff;
            font-size: 16px;
            font-weight: bold;
            line-height: 1;
            letter-spacing: 0.5px;
            flex: 1;
            padding-left: 4px;
        }
        .c-threestep__step-number {
            color: #015db2;
            font-size: 16px;
            font-weight: bold;
            line-height: 1;
            background: #ffffff;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            text-align: center;
            position: relative;
            margin-left: 6px;
        }
        .c-threestep__step-title {
            position: absolute;
            left: 50%;
            top: 40px;
            width: 269px;
            height: 54px;
            color: #000000;
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            line-height: 60px;
            transform: translateX(-50%);
        }
        .c-threestep__step-description {
            position: absolute;
            left: 34px;
            top: 100px;
            width: 305px;
            height: 58px;
            color: #7d7676;
            font-size: 17px;
            font-weight: bold;
            line-height: 25px;
        }
        .c-threestep__step-points {
            position: absolute;
            left: 34px;
            top: 160px;
            width: 269px;
            color: #000000;
            font-size: 17px;
            font-weight: bold;
            line-height: 28px;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .c-threestep__step-points li::before {
            content: "・";
            margin-right: 5px;
        }
        .c-threestep__step-image {
            position: absolute;
            left: 6px;
            bottom: -265px;
            width: 362px;
            height: 203px;
            border-radius: 5px;
            overflow: hidden;
        }
        .c-threestep__step-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            margin-top: 30px;
            object-position: top;
        }
        .c-threestep__step-image--clickable {
            position: relative;
            cursor: pointer;
        }
        .c-threestep__image-overlay {
            position: absolute;
            bottom: 45px;
            right: 10px;
            background: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 8px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: bold;
            display: flex;
            align-items: center;
            gap: 5px;
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 2;
            pointer-events: none;
        }
        .c-threestep__step-image--clickable:hover .c-threestep__image-overlay {
            opacity: 1;
        }
        .c-threestep__zoom-icon {
            font-size: 14px;
        }
        /* Image Modal Styles */
        .c-image-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            z-index: 1000;
            cursor: pointer;
        }
        .c-image-modal.is-open {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .c-image-modal__content {
            position: relative;
            max-width: 90%;
            max-height: 90%;
            cursor: default;
        }
        .c-image-modal__image {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        .c-image-modal__close {
            position: absolute;
            top: -40px;
            right: 0;
            color: white;
            font-size: 30px;
            cursor: pointer;
            background: none;
            border: none;
            padding: 5px;
        }
        .c-image-modal__title {
            position: absolute;
            bottom: -40px;
            left: 50%;
            transform: translateX(-50%);
            color: white;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
        }
        .c-threestep__image-header {
            position: absolute;
            top: 0;
            left: 0;
            width: max-content;
            height: 30px;
            background-color: #6C757D;
            color: #ffffff;
            font-size: 14px;
            font-weight: bold;
            padding: 0 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 5px 5px 0 0;
        }
        .c-threestep__arrow {
            position: relative;
            top: 223px;
            width: 55px;
            height: 77px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .c-threestep__arrow-symbol {
            font-size: 48px;
            font-weight: bold;
            color: #333333;
            line-height: 1;
        }
        /* ========================================
           Company Section Styles - Modern Redesign
           ======================================== */
        /* Company Section */
        .c-company {
            position: relative;
            background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
            min-height: auto;
            width: 100%;
            overflow: hidden;
            padding: 60px 0;
        }
        .c-company::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.15)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
            opacity: 0.4;
        }
        .c-company__content {
            position: relative;
            max-width: 1440px;
            margin: 0 auto;
            width: 100%;
            padding: 0 20px;
            z-index: 2;
        }
        .c-company__title {
            position: relative;
            width: 100%;
            text-align: center;
            margin-bottom: 40px;
        }
        .c-company__title-main {
            display: block;
            color: #000000;
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 20px;
            line-height: 1.4;
        }
        .c-company__logo {
            position: relative;
            width: 222px;
            height: 60px;
            margin: 0 auto 60px;
        }
        .c-company__logo img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            filter: brightness(0) saturate(100%);
        }
        .c-company__cards-container {
            position: relative;
            max-width: 1200px;
            margin: 20px auto 0;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: start;
        }
        /* 左側：ブランディングと理念 */
        .c-company__left-section {
            background: linear-gradient(145deg, #ffffff 0%, #f8f9ff 100%);
            border-radius: 15px;
            padding: 40px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
            border: 2px solid #e2e8f0;
            position: relative;
            overflow: hidden;
            min-height: 500px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .c-company__left-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #015db2 0%, #667eea 50%, #764ba2 100%);
        }
        .c-company__branding {
            text-align: center;
        }
        .c-company__logo-container {
            margin-bottom: 30px;
        }
        .c-company__brand-logo {
            width: 120px;
            height: auto;
            filter: brightness(0) saturate(100%);
        }
        .c-company__tagline {
            color: #374151;
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 25px;
            line-height: 1.4;
        }
        .c-company__mission-text {
            color: #6b7280;
            font-size: 16px;
            line-height: 1.6;
            text-align: left;
        }
        /* 全ビュー：「サービスを提供」の改行を防止 - 最高優先度 */
        .c-company__mission-text .c-company__no-break {
            white-space: nowrap !important;
            display: inline-block !important;
            word-break: keep-all !important;
            overflow-wrap: normal !important;
            text-wrap: nowrap !important;
        }
        
        /* PCビューのみ：追加の調整 */
        @media (min-width: 769px) {
            .c-company__mission-text {
                font-size: 15px !important;
            }
            .c-company__left-section {
                padding: 35px !important;
            }
        }
        
        /* PCビュー専用の改行 */
        @media (min-width: 769px) {
            .c-company__mobile-only-br {
                display: none !important;
            }
        }
        
        /* モバイルビュー専用の改行制御 */
        @media (max-width: 768px) {
            .c-company__pc-only-br {
                display: none !important;
            }
            .c-company__mobile-only-br {
                display: inline !important;
            }
            .c-company__mission-text .c-company__no-break {
                white-space: nowrap !important;
                display: inline !important;
                word-break: keep-all !important;
            }
        }
        /* 右側：会社情報の詳細 */
        .c-company__right-section {
            background: linear-gradient(145deg, #ffffff 0%, #f8f9ff 100%);
            border-radius: 15px;
            padding: 40px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
            border: 2px solid #e2e8f0;
            position: relative;
            overflow: hidden;
            min-height: 500px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .c-company__right-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #015db2 0%, #667eea 50%, #764ba2 100%);
        }
        .c-company__info-table {
            width: 100%;
        }
        .c-company__info-row {
            display: flex;
            align-items: flex-start;
            padding: 20px 0;
            border-bottom: 1px solid #e5e7eb;
            gap: 20px;
        }
        .c-company__info-row:last-child {
            border-bottom: none;
        }
        .c-company__info-label {
            min-width: 120px;
            color: #6b7280;
            font-size: 15px;
            font-weight: 500;
            line-height: 1.4;
            flex-shrink: 0;
        }
        .c-company__info-value {
            color: #111827;
            font-size: 15px;
            font-weight: 600;
            line-height: 1.4;
            flex: 1;
        }
        /* Company Philosophy */
        /* Responsive Design */
        @media (max-width: 1200px) {
            .c-company__cards-container {
                grid-template-columns: 1fr;
                gap: 30px;
                max-width: 600px;
            }
            .c-company__info-card,
            .c-company__vision-card {
                max-width: 100%;
            }
        }
        @media (max-width: 768px) {
            .c-company {
                padding: 60px 0;
            }
            .c-company__title-main {
                font-size: 28px;
            }
            .c-company__title-sub {
                font-size: 18px;
            }
            .c-company__logo {
                width: 180px;
                height: 50px;
                margin-bottom: 40px;
            }
            .c-company__info-card,
            .c-company__vision-card {
                padding: 25px;
            }
            .c-company__info-title,
            .c-company__vision-title {
                font-size: 24px;
            }
            .c-company__philosophy-title {
                font-size: 18px;
            }
            .c-company__philosophy-highlight {
                font-size: 24px;
            }
        }
        @media (max-width: 480px) {
            .c-company__title-main {
                font-size: 24px;
            }
            .c-company__info-card,
            .c-company__vision-card {
                padding: 20px;
            }
            .c-company__info-title,
            .c-company__vision-title {
                font-size: 20px;
            }
        }
        /* ========================================
           FAQ Section Styles
           ======================================== */
        /* FAQ Section */
        .c-faq {
            position: relative;
            background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
            padding: 80px 0 100px;
            width: 100%;
        }
        .c-faq::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.15)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
            opacity: 0.4;
        }
        .c-faq__content {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
            width: 100%;
            padding: 0 20px;
            z-index: 2;
        }
        .c-faq__title {
            position: relative;
            width: 100%;
            color: #000000;
            font-size: 36px;
            font-weight: bold;
            text-align: center;
            line-height: 1.4;
            margin: 0 0 15px 0;
        }
        .c-faq__subtitle {
            position: relative;
            width: 100%;
            color: #7d7676;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
            margin: 0 0 70px 0;
        }
        .c-faq__container {
            position: relative;
            max-width: 900px;
            margin: 0 auto;
            width: 100%;
            display: grid;
            gap: 15px;
        }
        .c-faq__item {
            position: relative;
            width: 100%;
            background-color: #ffffff;
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            transition: box-shadow 0.3s ease, transform 0.2s ease;
        }
        .c-faq__item:hover {
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
            transform: translateY(-2px);
        }
        .c-faq__question {
            position: relative;
            width: 100%;
            padding: 28px 30px;
            cursor: pointer;
            background-color: transparent;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 20px;
            border: none;
            text-align: left;
            transition: all 0.3s ease;
        }
        .c-faq__question:hover {
            background-color: #f8f9fb;
        }
        .c-faq__question-number {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 28px;
            height: 28px;
            background: linear-gradient(135deg, #015db2, #4A5BF6);
            color: #ffffff;
            font-size: 14px;
            font-weight: bold;
            border-radius: 50%;
            flex-shrink: 0;
            margin-top: 2px;
        }
        .c-faq__question-text {
            color: #1a1a1a;
            font-size: 18px;
            font-weight: 600;
            line-height: 1.5;
            flex: 1;
            margin: 0;
        }
        .c-faq__toggle-icon {
            position: relative;
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #f0f4f8;
            border-radius: 50%;
            flex-shrink: 0;
            transition: all 0.3s ease;
        }
        .c-faq__toggle-icon::before,
        .c-faq__toggle-icon::after {
            content: '';
            position: absolute;
            background-color: #015db2;
            transition: all 0.3s ease;
        }
        .c-faq__toggle-icon::before {
            width: 12px;
            height: 2px;
        }
        .c-faq__toggle-icon::after {
            width: 2px;
            height: 12px;
        }
        .c-faq__item--open .c-faq__toggle-icon {
            background-color: #015db2;
            transform: rotate(45deg);
        }
        .c-faq__item--open .c-faq__toggle-icon::before,
        .c-faq__item--open .c-faq__toggle-icon::after {
            background-color: #ffffff;
        }
        .c-faq__answer {
            width: 100%;
            max-height: 0;
            overflow: hidden;
            background-color: #f8f9fb;
            border-top: 1px solid #e8ebef;
            transition: max-height 0.4s ease, padding 0.4s ease;
        }
        .c-faq__item--open .c-faq__answer {
            max-height: 500px;
            padding: 25px 30px 30px;
        }
        .c-faq__answer-content {
            padding-left: 48px;
        }
        .c-faq__answer-text {
            color: #4a5568;
            font-size: 16px;
            font-weight: normal;
            line-height: 1.7;
            margin: 0;
        }
        .c-faq__answer-list {
            color: #4a5568;
            font-size: 16px;
            font-weight: normal;
            line-height: 1.7;
            margin: 8px 0 0;
            padding-left: 0;
            list-style: none;
        }
        .c-faq__answer-list li {
            position: relative;
            padding-left: 20px;
            margin-bottom: 8px;
        }
        .c-faq__answer-list li::before {
            content: '•';
            position: absolute;
            left: 0;
            color: #015db2;
            font-weight: bold;
        }
        /* Mobile View: Contact Title Font Size Adjustment */
        @media (max-width: 480px) {
            .c-contact__title {
                font-size: 28px !important;
            }
        }
        
        /* Mobile-only line break control */
        .mobile-only-br {
            display: none;
        }
        
        @media (max-width: 480px) {
            .mobile-only-br {
                display: inline !important;
            }
        }
        
        /* Responsive Design for FAQ */
        @media (max-width: 768px) {
            .c-faq {
                padding: 60px 0 80px;
            }
            .c-faq__title {
                font-size: 28px;
                margin-bottom: 10px;
            }
            .c-faq__subtitle {
                font-size: 16px;
                margin-bottom: 50px;
            }
            .c-faq__question {
                padding: 20px 20px;
                gap: 15px;
            }
            .c-faq__question-text {
                font-size: 16px;
            }
            .c-faq__answer-content {
                padding-left: 0;
            }
            .c-faq__item--open .c-faq__answer {
                padding: 20px 20px 25px;
            }
        }
        /* ========================================
           Contact Section Styles
           ======================================== */
        /* Contact Section */
        .c-contact {
            position: relative;
            background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
            padding: 80px 0;
            width: 100%;
        }
        .c-contact::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.15)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
            opacity: 0.4;
        }
        .c-contact__content {
            position: relative;
            max-width: 1440px;
            margin: 0 auto;
            width: 100%;
            padding: 0 20px;
            z-index: 2;
        }
        .c-contact__title {
            position: relative;
            width: 100%;
            height: 45px;
            color: #000000;
            font-size: 32px;
            font-weight: bold;
            text-align: center;
            line-height: 45px;
            margin: 0 0 20px 0;
        }
        .c-contact__subtitle {
            position: relative;
            width: 100%;
            color: #7d7676;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            line-height: 1.6;
            margin: 0 0 60px 0;
        }
        .c-contact__container {
            position: relative;
            max-width: 800px;
            margin: 0 auto;
            width: 100%;
        }
        .c-contact__form {
            position: relative;
            width: 100%;
            background-color: #f8f9fa;
            padding: 40px;
            border-radius: 15px;
        }
        .c-contact__form-row {
            display: flex;
            gap: 30px;
            margin-bottom: 30px;
        }
        .c-contact__form-group {
            position: relative;
            flex: 1;
        }
        .c-contact__form-group--full {
            flex: none;
            width: 100%;
            margin-bottom: 30px;
        }
        .c-contact__label {
            display: block;
            color: #000000;
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 8px;
        }
        .c-contact__required {
            color: #e74c3c;
            font-size: 14px;
            font-weight: normal;
        }
        .c-contact__input,
        .c-contact__select,
        .c-contact__textarea {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 16px;
            background-color: #ffffff;
            transition: border-color 0.3s ease;
            box-sizing: border-box;
        }
        .c-contact__input:focus,
        .c-contact__select:focus,
        .c-contact__textarea:focus {
            outline: none;
            border-color: #015db2;
        }
        .c-contact__textarea {
            resize: vertical;
            min-height: 120px;
        }
        .c-contact__form-submit {
            text-align: center;
            margin-top: 40px;
        }
        .c-contact__submit-btn {
            background-color: #015db2;
            color: #ffffff;
            font-size: 18px;
            font-weight: bold;
            padding: 16px 40px;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        .c-contact__submit-btn:hover {
            background-color: #0147a0;
        }
        .c-contact__privacy-note {
            color: #666666;
            font-size: 14px;
            margin-top: 20px;
            margin-bottom: 0;
            line-height: 20px;
        }
        /* Success Message Styles */
        .c-contact__success-message {
            background: linear-gradient(135deg, #d4f4e1 0%, #b8e6d1 100%);
            border: 2px solid #10b981;
            border-radius: 15px;
            padding: 30px;
            margin-top: 30px;
            text-align: center;
            animation: slideInUp 0.5s ease-out;
        }
        .c-contact__success-content {
            max-width: 500px;
            margin: 0 auto;
        }
        .c-contact__success-icon {
            font-size: 48px;
            color: #10b981;
            margin-bottom: 20px;
            font-weight: bold;
        }
        .c-contact__success-title {
            color: #065f46;
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 15px;
            line-height: 1.4;
        }
        .c-contact__success-text {
            color: #047857;
            font-size: 16px;
            font-weight: 600;
            line-height: 1.6;
        }
        @keyframes slideInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* ========================================
           Confirmation Modal Styles
        ======================================== */
        .c-confirmation-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            z-index: 2000;
            cursor: pointer;
            backdrop-filter: blur(4px);
        }

        .c-confirmation-modal.is-open {
            display: flex;
            align-items: center;
            justify-content: center;
            animation: fadeIn 0.3s ease;
        }

        .c-confirmation-modal__content {
            background: #ffffff;
            border-radius: 16px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
            max-width: 600px;
            width: 90%;
            max-height: 80vh;
            overflow-y: auto;
            cursor: default;
            animation: slideInUp 0.3s ease;
        }

        .c-confirmation-modal__header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 24px 30px;
            border-bottom: 1px solid #e5e7eb;
        }

        .c-confirmation-modal__title {
            color: #1f2937;
            font-size: 20px;
            font-weight: bold;
            margin: 0;
        }

        .c-confirmation-modal__close {
            background: none;
            border: none;
            font-size: 24px;
            color: #6b7280;
            cursor: pointer;
            padding: 4px;
            border-radius: 4px;
            transition: all 0.2s ease;
        }

        .c-confirmation-modal__close:hover {
            background-color: #f3f4f6;
            color: #374151;
        }

        .c-confirmation-modal__body {
            padding: 30px;
        }

        .c-confirmation-modal__item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            padding-bottom: 16px;
            border-bottom: 1px solid #f3f4f6;
        }

        .c-confirmation-modal__item:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }

        .c-confirmation-modal__item--full {
            flex-direction: column;
            align-items: stretch;
        }

        .c-confirmation-modal__label {
            color: #6b7280;
            font-size: 14px;
            font-weight: 600;
            min-width: 120px;
            margin-right: 16px;
            flex-shrink: 0;
        }

        .c-confirmation-modal__item--full .c-confirmation-modal__label {
            margin-bottom: 8px;
            margin-right: 0;
        }

        .c-confirmation-modal__value {
            color: #1f2937;
            font-size: 15px;
            font-weight: 500;
            flex: 1;
            word-break: break-word;
        }

        .c-confirmation-modal__message {
            color: #1f2937;
            font-size: 15px;
            line-height: 1.6;
            white-space: pre-wrap;
            background: #f9fafb;
            padding: 16px;
            border-radius: 8px;
        }

        .c-confirmation-modal__footer {
            display: flex;
            justify-content: center;
            gap: 20px;
            padding: 20px 30px 30px;
        }

        .c-confirmation-modal__cancel,
        .c-confirmation-modal__confirm {
            padding: 12px 24px;
            border-radius: 8px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s ease;
            border: none;
            min-width: 120px;
            flex: 0 0 auto;
        }

        .c-confirmation-modal__cancel {
            background: #f3f4f6;
            color: #6b7280;
        }

        .c-confirmation-modal__cancel:hover {
            background: #e5e7eb;
            color: #374151;
        }

        .c-confirmation-modal__confirm {
            background: #3b82f6;
            color: #ffffff;
        }

        .c-confirmation-modal__confirm:hover {
            background: #2563eb;
        }

        /* ========================================
           Error Message Styles
        ======================================== */
        .c-contact__error-message {
            background: linear-gradient(135deg, #fef2f2 0%, #fde8e8 100%);
            border: 2px solid #f87171;
            border-radius: 12px;
            padding: 20px;
            margin: 20px 0;
            animation: slideInUp 0.3s ease;
        }

        .c-contact__error-content {
            display: flex;
            align-items: flex-start;
            gap: 12px;
        }

        .c-contact__error-icon {
            font-size: 24px;
            flex-shrink: 0;
        }

        .c-contact__error-text {
            color: #dc2626;
            font-size: 15px;
            font-weight: 600;
            line-height: 1.5;
            margin: 0;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }

        /* Responsive Design for Confirmation Modal */
        @media (max-width: 768px) {
            .c-confirmation-modal__content {
                width: 95%;
                margin: 20px;
                max-height: 90vh;
            }

            .c-confirmation-modal__header {
                padding: 20px;
            }

            .c-confirmation-modal__title {
                font-size: 18px;
            }

            .c-confirmation-modal__body {
                padding: 20px;
            }

            .c-confirmation-modal__item {
                flex-direction: column;
                align-items: stretch;
                margin-bottom: 16px;
                padding-bottom: 12px;
            }

            .c-confirmation-modal__label {
                margin-bottom: 4px;
                margin-right: 0;
                min-width: auto;
            }

            .c-confirmation-modal__footer {
                flex-direction: column;
                gap: 12px;
                padding: 16px 20px 20px;
                align-items: center;
            }

            .c-confirmation-modal__cancel,
            .c-confirmation-modal__confirm {
                width: 100%;
                max-width: 280px;
                padding: 14px 24px;
            }
        }
        /* Responsive Design */
        @media (max-width: 1400px) {
            .c-threestep__steps-container {
                left: 50%;
                transform: translateX(-50%);
                width: 90%;
                max-width: 1260px;
            }
        }
        @media (max-width: 1200px) {
            .c-threestep {
                height: auto;
                padding: 60px 0;
            }
            .c-threestep__title {
                position: relative;
                left: auto;
                top: auto;
                width: 100%;
                font-size: 28px;
                margin-bottom: 20px;
                transform: none;
            }
            .c-threestep__underline {
                position: relative;
                left: 50%;
                top: auto;
                margin: 0 auto 40px;
                transform: translateX(-50%);
            }
            .c-threestep__steps-container {
                position: relative;
                left: auto;
                top: auto;
                width: 100%;
                padding: 0 20px;
                flex-direction: column;
                align-items: center;
                gap: 40px;
                transform: none;
            }
            .c-threestep__arrow {
                display: none;
            }
        }
        @media (max-width: 768px) {
            .c-threestep {
                padding: 40px 0;
            }
            .c-threestep__title {
                font-size: 24px;
                margin-bottom: 30px;
            }
            .c-threestep__step {
                width: 100%;
                max-width: 350px;
            }
            .c-threestep__step-card {
                width: 100%;
            }
            .c-threestep__step-image {
                width: calc(100% - 12px);
            }
            /* Company Section Responsive */
            .c-company__cards-container {
                grid-template-columns: 1fr;
                gap: 40px;
                padding: 0 20px;
            }
            .c-company__left-section,
            .c-company__right-section {
                padding: 30px 25px;
            }
            .c-company__brand-logo {
                width: 100px;
            }
            .c-company__tagline {
                font-size: 18px;
                margin-bottom: 20px;
            }
            .c-company__mission-text {
                font-size: 15px;
                line-height: 1.7;
            }
            .c-company__mission-text .c-company__no-break {
                white-space: nowrap !important;
                display: inline-block !important;
                word-break: keep-all !important;
                overflow-wrap: normal !important;
                text-wrap: nowrap !important;
                hyphens: none !important;
                word-spacing: normal !important;
            }
            .c-company__info-row {
                flex-direction: column;
                gap: 10px;
                padding: 15px 0;
            }
            .c-company__info-label {
                min-width: auto;
                font-size: 14px;
            }
            .c-company__info-value {
                font-size: 14px;
            }
        }
        /* Value Proposition Section */
        .c-value-proposition {
            position: relative;
            background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
            padding: 100px 0;
            width: 100%;
            overflow: hidden;
        }
        .c-value-proposition::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 20% 80%, rgba(59, 130, 246, 0.05) 0%, transparent 50%),
                        radial-gradient(circle at 80% 20%, rgba(16, 185, 129, 0.05) 0%, transparent 50%);
        }
        .c-value-proposition__content {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            z-index: 2;
        }
        .c-value-proposition__badge {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
            color: #ffffff;
            padding: 12px 24px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
            margin: 0 auto 40px;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
        }
        .c-value-proposition__badge-icon {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .c-value-proposition__badge-icon svg {
            width: 18px;
            height: 18px;
        }
        .c-value-proposition__title {
            text-align: center;
            font-size: 42px;
            font-weight: bold;
            color: #000000;
            margin-bottom: 30px;
            line-height: 1.2;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
            font-family: 'Meiryo', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
        }
        .c-value-proposition__highlight {
            background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            padding: 0 4px;
            position: relative;
        }
        /* Removed yellow underline
        .c-value-proposition__highlight::after {
            content: '';
            position: absolute;
            bottom: 10px;
            left: 0;
            width: 8em;
            height: 6px;
            background-color: #f9b119;
        }
        */
        .c-value-proposition__subtitle {
            text-align: center;
            font-size: 20px;
            color: #7d7676;
            font-weight: bold;
            margin-bottom: 80px;
            line-height: 1.6;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            font-family: 'Meiryo', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
        }
        .c-value-proposition__cards-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            max-width: 1500px;
            margin: 0 auto;
        }
        .c-value-proposition__price-card,
        .c-value-proposition__philosophy-card {
            background: #ffffff;
            border-radius: 24px;
            padding: 50px 40px 70px 40px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
            border: 1px solid #e2e8f0;
            position: relative;
            overflow: visible;
            height: auto;
            min-height: 420px;
            display: flex;
            flex-direction: column;
            transition: all 0.3s ease;
        }
        .c-value-proposition__price-card:hover,
        .c-value-proposition__philosophy-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 50px rgba(0,0,0,0.15);
        }
        .c-value-proposition__price-card::before,
        .c-value-proposition__philosophy-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #015db2 0%, #667eea 50%, #764ba2 100%);
            border-radius: 24px 24px 0 0;
        }
        .c-value-proposition__card-header {
            text-align: center;
            margin-bottom: 20px;
        }
        .c-value-proposition__card-title {
            font-size: 28px;
            font-weight: bold;
            color: #000000;
            margin-bottom: 12px;
            text-align: center;
            font-family: 'Meiryo', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
        }
        .c-value-proposition__philosophy-card .c-value-proposition__card-title {
            text-align: left;
            margin-bottom: 20px;
        }
        .c-value-proposition__card-subtitle {
            font-size: 16px;
            color: #7d7676;
            margin-bottom: 0;
            text-align: center;
            line-height: 1.5;
            font-weight: bold;
            font-family: 'Meiryo', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
        }
        .c-value-proposition__philosophy-card .c-value-proposition__card-subtitle {
            text-align: left;
            margin-bottom: 0;
        }
        .c-value-proposition__comparison {
            display: flex;
            flex-direction: column;
            gap: 25px;
            flex: 1;
            position: relative;
        }
        .c-value-proposition__comparison-item {
            display: flex;
            flex-direction: column;
            gap: 15px;
            margin-bottom: 0;
            padding: 0;
            position: relative;
            margin-top: 30px;
        }
        .c-value-proposition__comparison-item:nth-child(2) {
            margin-top: -30px;
        }
        .c-value-proposition__comparison-item:nth-child(2) .c-value-proposition__comparison-info {
            margin-top: 25px;
        }
        .c-value-proposition__comparison-item:nth-child(1) .c-value-proposition__comparison-info {
            margin-top: -15px;
        }
        .c-value-proposition__comparison-info {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 35px;
            min-width: 200px;
        }
        .c-value-proposition__comparison-label {
            font-size: 16px;
            color: #000000;
            font-weight: normal;
            flex: 1;
            font-family: 'Meiryo', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
            margin-top: 5px;
        }
        .c-value-proposition__comparison-price {
            font-size: 18px;
            font-weight: normal;
            color: #000000;
            min-width: 140px;
            text-align: right;
            font-family: 'Meiryo', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
            margin-top: 5px;
            display: block;
            width: 140px;
            flex-shrink: 0;
        }
        .c-value-proposition__comparison-price--highlight {
            color: #1e40af;
            font-weight: bold;
        }
        .c-value-proposition__logo-small {
            width: 100px;
            height: 100px;
            object-fit: contain;
            margin-right: 10px;
            flex-shrink: 0;
        }
        .c-value-proposition__bizscan-logo {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-top: 5px;
        }
        .c-value-proposition__logo-image {
            height: 48px;
            width: auto;
            object-fit: contain;
        }
        .c-value-proposition__price-bar-container {
            position: relative;
            width: 100%;
            margin-top: -75px;
            overflow: visible;
            padding: 10px 0;
            min-height: 50px;
        }
        .c-value-proposition__price-bar {
            height: 32px;
            border-radius: 16px;
            margin-bottom: 0;
            background: #f3f4f6;
            border: 1px solid #e5e7eb;
            overflow: hidden;
        }
        .c-value-proposition__price-bar-container .c-value-proposition__price-bar {
            position: absolute;
            top: 0;
            left: 0;
        }
        .c-value-proposition__price-bar--high {
            background: linear-gradient(90deg, #94a3b8 0%, #64748b 100%);
            width: 0%;
            position: relative;
            overflow: visible;
            margin-top: -40px;
            animation: priceBarGrowHigh 1.5s ease-out 0.5s forwards;
        }
        .c-value-proposition__price-bar--background {
            background: #f3f4f6;
            width: 100%;
            z-index: 1;
        }
        .c-value-proposition__price-bar--low {
            background: linear-gradient(90deg, #10b981 0%, #059669 100%);
            width: 0%;
            z-index: 2;
            animation: priceBarGrowLow 1.2s ease-out 1.2s forwards;
        }
        
        /* Price Bar Growth Animations */
        @keyframes priceBarGrowHigh {
            0% {
                width: 0%;
                opacity: 0.7;
            }
            100% {
                width: 100%;
                opacity: 1;
            }
        }
        
        @keyframes priceBarGrowLow {
            0% {
                width: 0%;
                opacity: 0.7;
            }
            100% {
                width: 33%;
                opacity: 1;
            }
        }
        .c-value-proposition__savings-badge {
            position: absolute;
            top: 50%;
            right: 15px;
            transform: translateY(-50%);
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
            color: #ffffff;
            padding: 8px 14px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: bold;
            box-shadow: 0 4px 16px rgba(16, 185, 129, 0.3);
            border: 2px solid #ffffff;
            z-index: 10000;
            font-family: 'Meiryo', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
        }
        .c-value-proposition__savings-icon {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .c-value-proposition__savings-icon svg {
            width: 16px;
            height: 16px;
        }
        .c-value-proposition__philosophy-header {
            margin-bottom: 30px;
        }
        .c-value-proposition__philosophy-header-top {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 20px;
        }
        .c-value-proposition__philosophy-icon {
            width: auto;
            height: auto;
        }
        .c-value-proposition__philosophy-icon img {
            width: 28px;
            height: 28px;
        }
        .c-value-proposition__philosophy-label {
            color: #000000 !important;
            font-size: 24px !important;
            font-weight: bold !important;
            text-align: left !important;
            font-family: '游教科書体', 'YuKyokasho', 'Comic Sans MS', 'Brush Script MT', 'Lucida Handwriting', 'Arial', 'Helvetica', 'Meiryo', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif !important;
        }
        .c-value-proposition__philosophy-icon svg {
            width: 28px;
            height: 28px;
            color: #ffffff;
        }
        .c-value-proposition__philosophy-title {
            font-size: 28px;
            font-weight: 400;
            color: #1e293b;
            margin-top: 50px;
            margin-bottom: 25px;
            line-height: 1.3;
            text-align: left;
            font-family: 'Meiryo', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
        }
        .c-value-proposition__philosophy-content {
            flex: 1;
            margin-top: -10px;
        }
        .c-value-proposition__philosophy-text {
            font-size: 16px;
            color: #475569;
            line-height: 1.7;
            margin-bottom: 20px;
            text-align: left;
        }
        .c-value-proposition__philosophy-text:last-child {
            margin-bottom: 0;
        }
        /* Responsive Design for Value Proposition */
        @media (max-width: 768px) {
            .c-value-proposition__cards-container {
                grid-template-columns: 1fr;
                gap: 30px;
                padding: 0 20px;
            }
            .c-value-proposition__title {
                font-size: 24px;
                line-height: 1.4;
            }
            .c-value-proposition__mobile-only-br {
                display: inline !important;
            }
            .c-value-proposition__subtitle {
                font-size: 16px;
            }
            .c-value-proposition__price-card,
            .c-value-proposition__philosophy-card {
                padding: 30px 25px;
            }
        }
        
        /* PCビューでは改行を非表示 */
        @media (min-width: 769px) {
            .c-value-proposition__mobile-only-br {
                display: none !important;
            }
        }

/* 3Step Section Navigation and Horizontal Scroll */
.c-threestep__nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 10px 0 25px 0;
    padding: 0 20px;
}

.c-threestep__nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: none;
    border-radius: 25px;
    background: linear-gradient(135deg, #F8F9FA 0%, #E9ECEF 100%);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 90px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.c-threestep__nav-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s;
}

.c-threestep__nav-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(12, 65, 160, 0.15);
}

.c-threestep__nav-btn:hover::before {
    left: 100%;
}

.c-threestep__nav-btn--active {
    background: linear-gradient(135deg, #0C41A0 0%, #082E70 100%);
    color: white;
    box-shadow: 0 6px 25px rgba(12, 65, 160, 0.4), 0 0 0 3px rgba(12, 65, 160, 0.2);
    transform: translateY(-3px) scale(1.05);
    border: 2px solid #FFFFFF;
}

.c-threestep__nav-btn--active::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 4px;
    background: linear-gradient(90deg, #FFD700, #FFA500);
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.5);
}

.c-threestep__nav-btn--active::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
}

.c-threestep__nav-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.c-threestep__steps-wrapper {
    overflow-x: auto !important;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
    position: relative;
    scroll-behavior: smooth;
}

.c-threestep__steps-wrapper::-webkit-scrollbar {
    display: none;
}

.c-threestep__steps-container {
    display: flex !important;
    flex-direction: row !important;
    gap: 0px;
    padding: 0;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    overflow-y: visible;
    width: 100%;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
}

.c-threestep__step {
    flex: 0 0 100% !important;
    scroll-snap-align: center;
    transition: opacity 0.3s ease, transform 0.3s ease;
    min-width: 100%;
    width: 100%;
    position: relative !important;
    padding: 0 20px;
    box-sizing: border-box;
}

.c-threestep__step:not(.c-threestep__step--active) {
    opacity: 0.3;
    transform: scale(0.95);
}

.c-threestep__step--active {
    opacity: 1;
    transform: scale(1);
}

/* Mobile Responsive for 3Step Navigation */
@media (max-width: 480px) {
    .c-threestep__nav {
        gap: 8px;
        margin: 8px 0 20px 0;
        padding: 0 15px;
    }
    
    .c-threestep__nav-btn {
        min-width: 75px;
        padding: 10px 18px;
    }
    
    .c-threestep__nav-btn--active {
        transform: translateY(-2px) scale(1.03);
        box-shadow: 0 4px 20px rgba(12, 65, 160, 0.4), 0 0 0 2px rgba(12, 65, 160, 0.2);
    }
    
    .c-threestep__nav-btn--active::after {
        width: 25px;
        height: 3px;
        bottom: -3px;
    }
    
    .c-threestep__nav-label {
        font-size: 12px;
        letter-spacing: 0.3px;
    }
    
    .c-threestep__steps-container {
        padding: 0;
        gap: 0px;
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto !important;
    }
    
    .c-threestep__step {
        padding: 0 15px !important;
            }
        }
