/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */


        :root {
            --ink: #17211e;
            --muted: #53615c;
            --hoge: #516cff;
			--hoge-deep:    #123B73;  /* Very dark blue */
			--hoge-dark:    #1958AD;  /* Dark blue */
			--hoge-bright:  #2675E2;  /* Primary brand colour */
			--hoge-pale:    #8CB8F2;  /* Light blue */
			--hoge-mist:    #DCEBFF;  /* Very pale blue */
			--hoge-whisper: #F6FAFF;  /* Almost white */
            --hoge-orange: #FABA00;
            --paper: #ffffff;
            --soft: #f5f7f6;
            --hoge-line: #D6E6FA;
            --dark: #111a17;
            --shadow: 0 18px 45px rgba(22, 55, 43, 0.14);
            --radius: 6px;
            --content: 1180px;
        }

        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            color: var(--ink);
            background: var(--paper);
            font-family: Arial, Helvetica, sans-serif;
            line-height: 1.65;
            -webkit-font-smoothing: antialiased;
        }

        img,
        svg {
            display: block;
            max-width: 100%;
        }

        a {
            color: var)--hoge-bright);
        }

        button,
        input,
        textarea,
        select {
            font: inherit;
        }

        .skip-link {
            position: fixed;
            z-index: 9999;
            left: 1rem;
            top: -5rem;
            padding: 0.75rem 1rem;
            background: var(--dark);
            color: #fff;
            text-decoration: none;
            border-radius: 0 0 var(--radius) var(--radius);
        }

        .skip-link:focus {
            top: 0;
        }

        /* ======================== Header ======================== */
        header {
            position: relative;
            z-index: 50;
            background: var(--hoge-mist);
            border: 2px solid var(--hoge-deep);
        }

		.navbar {
			width: min(96%, 1440px);
			margin: 0 auto;
			min-height: 92px;
			display: grid;
			grid-template-columns: 300px minmax(0, 1fr) 150px;
			align-items: center;
			gap: 1.2rem;
}

        .navbar-left,
        .navbar-right {
            display: flex;
            align-items: center;
        }

        .brand {
            display: inline-flex;
            align-items: center;
            gap: 0.65rem;
            color: var(--dark);
            text-decoration: none;
            font-weight: 800;
            letter-spacing: -0.03em;
            font-size: 1.4rem;
        }
		
		.logo-container {
		    padding: 0 0 0 0 !important;
            display: grid;
			place-items: center;
		    height: 47px;
			border-style:none;
			border-color: #f0f0f5;
			border-width: 0.3rem;
		}
		
        .brand-copy span {
            display: block;
			margin-left:10px;
			font-weight:600;
        }

        .brand-copy small {
            margin-top: 0.08rem;
			margin-left:10px;
            color: var(--muted);
            font-size: 0.66rem;
            font-weight: 700;
            letter-spacing: 0.14em;
            text-transform: uppercase;
        }

        .navbar-center {
            display: flex;
            justify-content: center;
            align-items: stretch;
            min-width: 0;
        }

        .navbar-center > a,
        .dropbtn {
            border: 0;
            background: transparent;
            color: var(--ink);
            display: inline-flex;
            align-items: center;
            padding: 2.1rem 0.8rem;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 700;
            white-space: nowrap;
            cursor: pointer;
        }

        .navbar-center > a:hover,
        .navbar-center > a:focus-visible,
        .dropbtn:hover,
        .dropbtn:focus-visible {
            color: var(--hoge-deep);
            outline: none;
        }
		
		.subnavbar {
			width: min(96%, 1440px);
			margin: 0 auto;
			min-height: 60px;
			background: transparent;
			display: grid;
			align-items: center;
			gap: 1.2rem;
			display: flex;
    		justify-content: center;
    		gap: 10px;
		}

		.subnavbar a {
    	    flex: 1 1 160px;
    		max-width: 200px;
    		text-align: center;
		}

		.subnavbar-center {
		    display: flex;
		    justify-content: center;
		    align-items: stretch;
			gap: 10px
		}

		.subnavbar-center > a {
    	    display: inline-flex;
    		align-items: center;
    		justify-content: center;
    		padding: 0.8rem 1rem;
    		border: 1px solid var(--hoge-pale);
    		text-decoration: none;
    		color: var(--hoge-whisper);
		}

		.subnavbar-center > a:hover,
		.subnavbar-center > a:focus-visible {
		    color: var(--hoge-bright);
		}

        .subnavbar-left,
        .subnavbar-right {
            display: flex;
            align-items: center;
			width:10%;
        }
		
		.menu-link {
			display: flex;
			align-items: center;
			text-align: center;
			border-style:solid;
			border-radius:1rem;
		}

        .dropdown {
            position: relative;
            display: inline-flex;
        }

        .dropdown-content {
            display: none;
            position: absolute;
            top: calc(100% - 0.55rem);
            left: 0;
            min-width: 235px;
            padding: 0.55rem;
            background: #fff;
            border: 1px solid var(--line);
            box-shadow: var(--shadow);
        }

        .dropdown-content a {
            display: block;
            padding: 0.7rem 0.8rem;
            color: var(--ink);
            text-decoration: none;
            font-size: 0.9rem;
            border-radius: 3px;
        }

        .dropdown-content a:hover,
        .dropdown-content a:focus-visible {
            color: var(--hoge-deep);
            background: var(--hoge-pale);
            outline: none;
        }

        .dropdown:hover .dropdown-content,
        .dropdown:focus-within .dropdown-content {
            display: block;
        }

        .navbar-right {
            justify-content: flex-end;
            gap: 0.55rem;
            font-size: 0.86rem;
        }

        .social-link {
            width: 31px;
            height: 31px;
            display: grid;
            place-items: center;
            text-decoration: none;
            border: 1px solid var(--line);
            border-radius: 50%;
            color: var(--hoge-deep);
            font-weight: 800;
        }

        .social-link:hover,
        .social-link:focus-visible {
            background: var(--hoge-pale);
            border-color: var(--hoge);
            outline: none;
        }

        .telephone {
            margin: 0 0 0 0.35rem;
            font-weight: 700;
            white-space: nowrap;
        }

        .telephone a {
            color: var(--ink);
            text-decoration: none;
        }

        .mobile-icon {
            display: none;
            margin-left: auto;
            border: 1px solid var(--line);
            background: #fff;
            width: 45px;
            height: 42px;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: var(--dark);
        }

        /* ======================== Banner ======================== */
        .banner-container {

            position: relative;
            overflow: hidden;
            isolation: isolate;
            min-height: 540px;
            color: #fff;
            background:
                radial-gradient(rgba(9, 0, 214, 0.32), transparent 21rem),
                linear-gradient(108deg, #050A18 0%, #001a72 65%, #2542ff 100%);
        }

        .banner-container::before,
        .banner-container::after {
            content: "";
            position: absolute;
            z-index: -1;
            border: 1px solid rgba(255, 255, 255, 0.14);
            border-radius: 50%;
        }

        .banner-container::before {
            width: 520px;
            height: 520px;
            right: -140px;
            top: -170px;
        }

        .banner-container::after {
            width: 310px;
            height: 310px;
            right: 20%;
            bottom: -195px;
        }

		.banner-inner {
            width: min(92%, var(--content));
    		min-height: 540px;
    		margin: 0 auto;
    		display: flex;
    		flex-direction: column;
}
		
        .banner-box {
            padding: 20px;
         }
        
        .banner-copy{
            width:100%;

         }
         
         .banner-images{
            width:100%;     
         }

		 .panels {
	        display: grid;
  			grid-template-columns: repeat(2, minmax(0, 1fr));
  			gap: 20px;
  			align-items: stretch;
			flex: 1;
		}

		.panels-3{
  			display: grid;
  			grid-template-columns: repeat(3, minmax(0, 1fr));
			gap: 20px;
			align-items: stretch;
		}

  		.panels .panel {
		    border: none;
            box-shadow: none; /* Remove this too if the “border” is actually a shadow */
		}

		.panel {
		    display: flex;
			flex-direction: column;
			min-width: 0;
			box-sizing: border-box;
			justify-content: center;
		}

		.panel-image img {
		    display: flex;
    		justify-content: center;
    		align-items: center;
   		    width: 80%;
    		height: auto;
		}

		.panel-image img {
	       width: 95%;
	       height: auto;
   		   object-fit: contain;
		}

		.panel img {
		    display: block;
		    width: 50%;
		    margin-left: auto;
 	        margin-right: auto;
    	    0bject-fit: cover;
		}

		.panel-content {
		    flex: 1;
		    padding: 20px;
		}         
        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 0.65rem;
            margin: 0rem 0 1.1rem;
            color: var(--hoge-orange);
            font-size: 0.79rem;
            font-weight: 800;
            letter-spacing: 0.14em;
            text-transform: uppercase;
        }

        .eyebrow::before {
            content: "";
            width: 30px;
            height: 2px;
            background: currentColor;
        }

        .banner-text {
            display: block;
            max-width: 720px;
            margin: 0;
            font-size: clamp(2.65rem, 5.0vw, 4.5rem);
            line-height: 0.98;
            letter-spacing: -0.05em;
            font-weight: 800;
        }

        .banner-sub-text {
            display: block;
            max-width: 710px;
            margin: 1.6rem 0 0;
            color: rgba(255, 255, 255, 0.82);
            font-size: clamp(1.05rem, 1.8vw, 1.3rem);
            line-height: 1.55;
        }

        .hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
            margin-top: 2rem;
        }
		
		.contact-details {
  	        display: grid;
  	        grid-template-columns: 100px 1fr;
  	        column-gap: 20px;
		}
        
		.contact-details a[href^="tel:"] {
   			text-decoration: none !important;
			color: inherit;
}		
        .button {
            display: inline-flex;
            width: fit-content;
            justify-content: center;
            align-items: center;
            padding: 10px 20px;
            border: 2px solid var(--hoge-bright);
            border-radius: var(--radius);
            background: var(--hoge-bright);
            color: #fff;
            font-weight: 800;
            line-height: 1.2;
            text-decoration: none !important;
            transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
        }   
        
        a.button:link,
        a.button:visited,
        a.button:focus,
        a.button:active {
            color: #fff;
            text-decoration: none;
        }
         
        a.button:hover {
            color: #000
        }      

		.button-container--center {
		    justify-content: center;
  			display: flex;
            padding-top: 1rem;
            padding-bottom: 1rem;
		}
		
		.button-container--left {
		    justify-content: flex-start;
  			display: flex;
            padding-top: 1rem;
            padding-bottom: 1rem;
        }
		
		.button-container--right {
		    justify-content: flex-end;
  			display: flex;
            padding-top: 1rem;
            padding-bottom: 1rem;
		}        

        .button:hover,
        .button:focus-visible {
            transform: translateY(-2px);
            background: var(--paper);
            border-color: var(--hoge-bright);
            color: var(--hoge-bright) !important;
            outline: none;
        }

        .button-secondary {
            background: transparent;
            border-color: rgba(255, 255, 255, 0.48);
            color: #fff;
        }

        .button-secondary:hover,
        .button-secondary:focus-visible {
            background: rgba(255, 255, 255, 0.1);
            border-color: #fff;
            color: #fff !important; 
        }

        .hero-visual {
            position: relative;
            min-height: 390px;
        }

        .dashboard {
            position: absolute;
            inset: 1.1rem 0.8rem 0 2rem;
            overflow: hidden;
            padding: 1rem;
            background: #fbfffd;
            border: 1px solid rgba(255, 255, 255, 0.65);
            box-shadow: 0 36px 80px rgba(2, 20, 14, 0.45);
            transform: rotate(-1.5deg);
        }
		
		.dashboard-2 {
			background:#fff;
			border:1px solid var(--line);
			border-radius:26px;
			box-shadow:var(--shadow);
			padding:20px;
			transform:rotate(8deg);
			color:var(--hoge-deep);
		}
		
		.dash-top {
			display:flex;
			justify-content:space-between;
			align-items:center;
			margin-bottom:18px;
		}
			
		.dash-title {
		    font-weight:800;
		}
			
		.pill {
		    font-size:11px;
			background:#edf7ef;
			padding:6px 9px;
			border-radius: 999px;
			font-weight:800;
		}
			
		.metric-grid {
		    display:grid;
		    grid-template-columns:repeat(3,1fr);
		    gap:10px;
		}
			
		.metric {
		    background:var(--bg);
		    padding:15px;
		    border-radius:15px;
		}
			
		.metric small {
		    display:block;
		    color:var(--muted);
		    font-size:11px;
		}
			
		.metric b {
		    display:block;
		    font-size:20px;
		    margin-top:4px;
		}
			
		.chart {
		    margin-top:12px;
		    border:1px solid var(--hoge-deep);
		    border-radius:16px;
		    padding:16px;
		}
			
		.bars {
		    height:150px;
		    display:flex;
		    align-items:flex-end;
		    gap:9px;
		}
			
		.bar {
		    flex:1;
		    background:linear-gradient(to top,var(--hoge-bright),#65b6c7);
		    border-radius:6px 6px 2px 2px;
		    min-height:25px;
		}
			
		.legend {
		    display:flex;
		    justify-content: space-between;
		    color:var(--hoge-deep);
		    font-size:10px;
		    margin-top:8px;
		}

        .dashboard-top {
            display: flex;
            align-items: center;
            gap: 0.4rem;
            padding: 0.25rem 0.2rem 0.9rem;
            border-bottom: 1px solid #e2ece7;
        }

        .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #b6c5bf;
        }

        .dashboard-title {
            margin-left: auto;
            color: #52625c;
            font-size: 0.68rem;
            font-weight: 800;
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }

        .dashboard-body {
            display: grid;
            grid-template-columns: 0.72fr 1.28fr;
            gap: 0.8rem;
            padding-top: 0.9rem;
        }

        .dash-column {
            display: grid;
            gap: 0.75rem;
        }

        .dash-card {
            position: relative;
            min-height: 104px;
            padding: 0.9rem;
            border: 1px solid #dbe6e1;
            background: #fff;
        }

        .dash-card.tall {
            min-height: 219px;
        }

        .dash-label {
            color: #52625c;
            font-size: 0.67rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .dash-number {
            margin-top: 0.38rem;
            color: #14241e;
            font-size: 1.65rem;
            font-weight: 800;
            letter-spacing: -0.04em;
        }

        .spark {
            position: absolute;
            inset: auto 0.75rem 0.7rem 0.75rem;
            height: 34px;
        }

        .spark svg {
            width: 100%;
            height: 100%;
        }

        .bar-chart {
            height: 138px;
            margin-top: 1.25rem;
            display: flex;
            align-items: end;
            gap: 0.5rem;
            border-bottom: 1px solid #d7e2dd;
        }

        .bar-chart span {
            flex: 1;
            background: linear-gradient(180deg, var(--hoge-bright), var(--hoge-deep));
            min-width: 12px;
        }

        .bar-chart span:nth-child(1) { height: 36%; }
        .bar-chart span:nth-child(2) { height: 55%; }
        .bar-chart span:nth-child(3) { height: 48%; }
        .bar-chart span:nth-child(4) { height: 74%; }
        .bar-chart span:nth-child(5) { height: 62%; }
        .bar-chart span:nth-child(6) { height: 92%; }

        .floating-card {
            position: absolute;
            z-index: 3;
            right: -0.2rem;
            bottom: 0.2rem;
            width: 188px;
            padding: 1rem;
            color: var(--ink);
            background: #fff;
            border-left: 5px solid var(--hoge-bright);
            box-shadow: 0 18px 40px rgba(5, 30, 20, 0.28);
        }

        .floating-card strong {
            display: block;
            font-size: 1.05rem;
        }

        .floating-card span {
            display: block;
            margin-top: 0.2rem;
            color: var(--muted);
            font-size: 0.79rem;
        }
		
		#Responsibility .panels {
    		display: grid;
    		grid-template-columns: repeat(2, minmax(0, 1fr));
    		gap: 20px;
    		align-items: stretch;
		}

		#Responsibility .panel {
    	    display: flex;
    		flex-direction: column;
    		justify-content: flex-start;
    		height: 100%;
		}

		#Responsibility .panel h3 {
		    margin-top: 0;
		}

        /* ======================== Main content ======================== */
        .container {
            width: min(92%, var(--content));
            margin: 0 auto;
			box-sizing: border-box;
			overflow-wrap: anywhere;
        }

        .section {
            padding: clamp(2rem, 4vw, 6rem) 0;
        }

        .section-compact {
            padding: clamp(1rem, 2vw, 2rem) 0;
        }

        .section-soft {
            background: var(--soft);
        }

        .section-dark {
            color: #fff;
            background: var(--dark);
        }
		
        .product-lockup {
            display: flex;
            justify-content: center;
            align-items: baseline;
            gap: 0.6rem;
            margin-bottom: 1rem;
            font-weight: 800;
            letter-spacing: -0.045em;
        }

        .product-lockup .hoge-word {
            color: var(--hoge-deep);
            font-size: clamp(2.1rem, 5vw, 4rem);
        }

        .product-lockup .intacct-word {
            color: var(--dark);
            font-size: clamp(1.8rem, 4.5vw, 3.6rem);
        }
        
        .full_width >h1,
        .section-heading {
            max-width: 900px;
            margin: 0 auto;
            text-align: center;
            font-size: clamp(2rem, 4.2vw, 3.8rem);
            line-height: 1.08;
            letter-spacing: -0.045em;
			margin-bottom: 1rem;
        }
		
		.sub-section-heading {
            max-width: 900px;
            margin: 0 auto;
            text-align: center;
            font-size: clamp(1rem, 3.1vw, 2.5rem);
            line-height: 1.08;
            letter-spacing: -0.045em;
        }
		
        .section-heading.left {
            margin-left: 0;
            text-align: left;
        }
        
        h1 {
            margin: 0 0 1rem;
            font-size: clamp(0.9rem, 3vw, 1rem);
            line-height: 1.13;
            letter-spacing: -0.035em;
        }        

        h2 {
            margin: 0 0 1rem;
            font-size: clamp(1.2rem, 3vw, 2.5rem);
            line-height: 1.13;
            letter-spacing: -0.035em;
        }

        h3 {
            margin: 0 0 1rem;
            font-size: clamp(1.0rem, 2vw, 1.5rem);
            line-height: 1.13;
            letter-spacing: -0.035em;
        }
        
        h4 {
            margin: 0 0 0.6rem;
            font-size: 1.2rem;
            line-height: 1.25;
        }        

        p {
            margin: 0 0 1rem;
        }

        .top_text {
            max-width: 930px;
            margin: 1.4rem auto 0;
            text-align: left;
            color: var(--muted);
            font-size: 1.1rem;
        }

        .top_text p:last-child,
        .split-copy p:last-child,
        .support-copy p:last-child {
            margin-bottom: 0;
        }
		
.sector-panel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
	margin-bottom: 3.0rem;
	font-size: 1.5rem;
	color: var(--hoge-bright);
	background: var(--hoge-pale);
}

.sector-panel > div {
    border: 2px solid var(--hoge-bright);
    padding: 1.5rem;
    text-align: center;
}

.card {
    display: block;
    border: 2px solid var(--paper);
    text-decoration: none;
    color: #000;
    opacity: 1;
    background: transparent;
	padding: 1.5rem;
}



.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  	background-color: var(--hoge-bright);
  	color: white;
	border: 2px solid blue;
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.borders {
    border: 0.3vw solid #dededa;
    display: inline-block;
    background-color: red;
    margin: 0vw 0vw;
    border-radius: 1%;
}

.borders-text {
    border: 0.3vw solid #dededa;
    display: inline-block;
    background-color: #eff4fa;
    margin: 0% 2.5% 0% 2.5%;
    border-radius: 1%;
    Padding: 1vw;
}
		
.quote-in-center {
            position: relative;
            max-width: 980px;
            margin: 2rem auto 0;
            padding: 2rem 2.2rem 1.75rem;
            text-align: center;
            background: var(--hoge-mist);
            border-top: 4px solid var(--hoge-bright);
        }

.quote-in-center::before {
            content: "“";
            position: absolute;
            left: 1.2rem;
            top: -1rem;
            color: rgba(0, 163, 118, 0.18);
            font-family: Georgia, serif;
            font-size: 6.5rem;
            line-height: 1;
        }

.quote-text {
            position: relative;
            z-index: 1;
            max-width: 820px;
            margin: 0 auto;
            font-size: clamp(1.1rem, 2.1vw, 1.45rem);
            font-weight: 700;
            line-height: 1.5;
        }

.quote-text p {
            margin: 0;
        }

.quote-name {
            margin-top: 0.85rem;
            color: var(--hoge-bright);
            font-size: 0.88rem;
            font-weight: 800;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }

.quote-case-study {
            margin-top: 0.5rem;
        }

.quote-case-study a {
            color: var(--ink);
            font-size: 0.85rem;
            font-weight: 700;
            text-underline-offset: 0.2rem;
        }

        .split {
            display: grid;
            grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
            gap: clamp(2rem, 5vw, 4.5rem);
            align-items: center;
        }

        .split.reverse {
            grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
        }

        .split-copy {
            min-width: 0;
        }

        .split-copy > p,
        .support-copy > p {
            color: var(--muted);
        }

        .borders,
        .visual-panel {
            border: 1px solid var(--line);
            box-shadow: var(--shadow);
        }

        .visual-panel {
            position: relative;
            overflow: hidden;
            min-height: 380px;
            background: linear-gradient(145deg, #f8fffb, #e9f7f1);
        }

        .visual-panel.dark-panel {
            background: linear-gradient(145deg, #0f1e19, #166149);
            border-color: rgba(255, 255, 255, 0.14);
        }

        .visual-panel .panel-label {
            position: absolute;
            top: 1rem;
            left: 1rem;
            z-index: 2;
            padding: 0.35rem 0.55rem;
            color: var(--hoge-deep);
            background: rgba(255, 255, 255, 0.9);
            border: 1px solid var(--line);
            font-size: 0.68rem;
            font-weight: 800;
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }

        .entity-map {
            position: absolute;
            inset: 3.9rem 1.6rem 1.5rem;
            display: grid;
            place-items: center;
        }

        .entity-hub {
            position: relative;
            width: 160px;
            height: 160px;
            display: grid;
            place-items: center;
            border-radius: 50%;
            background: var(--dark);
            color: #fff;
            box-shadow: 0 20px 45px rgba(15, 41, 31, 0.25);
            text-align: center;
            font-weight: 800;
            line-height: 1.15;
        }

        .entity-hub span {
            display: block;
            color: var(--hoge-bright);
            font-size: 0.68rem;
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }

        .entity-node {
            position: absolute;
            min-width: 110px;
            padding: 0.65rem 0.8rem;
            background: #fff;
            border: 1px solid var(--line);
            box-shadow: 0 10px 25px rgba(21, 65, 48, 0.1);
            text-align: center;
            font-size: 0.82rem;
            font-weight: 800;
        }

        .entity-node::after {
            content: "";
            position: absolute;
            z-index: -1;
            height: 1px;
            background: #7bc7a8;
            transform-origin: left center;
        }

        .node-a { left: 1%; top: 11%; }
        .node-b { right: 1%; top: 10%; }
        .node-c { left: 0; bottom: 10%; }
        .node-d { right: 0; bottom: 10%; }

        .node-a::after { width: 108px; left: 100%; top: 50%; transform: rotate(27deg); }
        .node-b::after { width: 108px; right: 100%; top: 50%; transform-origin: right; transform: rotate(-27deg); }
        .node-c::after { width: 108px; left: 100%; top: 50%; transform: rotate(-27deg); }
        .node-d::after { width: 108px; right: 100%; top: 50%; transform-origin: right; transform: rotate(27deg); }

        .feature-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 1rem;
            margin-top: 2rem;
        }

        .feature-card {
            min-height: 245px;
            padding: 1.45rem;
            background: #fff;
            border: 1px solid var(--line);
            border-top: 4px solid var(--hoge);
            transition: transform 160ms ease, box-shadow 160ms ease;
        }

        .feature-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 18px 35px rgba(14, 72, 51, 0.11);
        }

        .feature-icon {
            width: 48px;
            height: 48px;
            display: grid;
            place-items: center;
            margin-bottom: 1rem;
            color: var(--hoge-deep);
            background: var(--hoge-pale);
            border: 1px solid #cdeadd;
            font-size: 1.2rem;
            font-weight: 800;
        }

        .feature-card p {
            margin: 0;
            color: var(--muted);
            font-size: 0.94rem;
        }
		
		
    .soft {
	background: var(--hoge-mist)
	}
	
	.softer {
	background: var(--hoge-whisper)
	}
	
    .split{
	display:grid;
	grid-template-columns:.9fr 1.1fr;
	gap:60px;
	align-items:center
	}
	
    .checklist{
	    display:grid;
		gap:14px
	}
	
    .check{
	    display:flex;
		gap:13px;
		align-items:
		flex-start
	}
	
    .check-mark {
	    width: 24px;
		height: 24px;
		border-radius: 50%;
		background: #e9f4eb;
		color: var(--hoge-bright);
		display: grid;
		place-items: center;
		font-size: 13px;
		font-weight: 900;
		flex: none;
	}
	
	.check-mark::after {
        content: "";
    	width: 6px;
   		height: 11px;
    	border-right: 2px solid var(--hoge-bright);
    	border-bottom: 2px solid var(--hoge-bright);
   		transform: rotate(45deg) translate(-1px, -1px);
	}
	
    .check b {
	    display:block;
	    margin-bottom:2px
	}
	
    .check span{
	    font-size: 14px;
	    color:var(--hoge-deep);
	}
	
    .cta {
	    padding:85px 0
	}
	
    .cta-box {
	    background:var(--hoge-deep);
		color:#fff;border-radius:30px;
		padding:54px;
		display:flex;
		justify-content:space-between;
		align-items:center;
		gap:35px;
	}
	
    .cta-box h2 {
	    font-size:clamp(30px,4vw,48px);
		line-height:1.05;
		letter-spacing:-1.8px;
		margin:0 0 12px;
	}
	
    .cta-box p {
	    margin:0;
		color:#d4e4e9;
		max-width:650px
	}
	
    .cta-box .btn-primary {
	    background:#fff;
		color:var(--hoge-dark);
	}	

    .btn {
	    display:inline-flex;
		align-items:center;
		justify-content:center;
		padding:12px 18px;
		border-radius:11px;
		font-weight:750;
		font-size:14px;
		border:1px solid transparent;
		cursor:pointer;
		text-decoration:none;
	}
	
    .btn:hover {
        transform: translateY(-2px);
        border-color: var(--hoge-bright);
        outline: none;
    }	 
	
    .btn-primary {
	    background:var(--hoge-bright);
	    color:#fff
	}
	
    .btn-primary:hover {
	    background:var(--hoge-pale)
	}
	
    .btn-secondary {
	    background:#fff;
		border-color:var(--hoge-line);
		color:var(--ink)
	}
	
    .capability-list {
		width: fit-content;
		margin: 0 auto;
		padding-bottom: 0.5rem;
		text-align: left;
		list-style: none;
		padding-left: 0;

	}
		
    .capability-list li {
        padding-left: 0;
    }

.custom-list {
    margin: 1.15rem 0 0;
    padding: 0 1vw;
    list-style: none;
    text-align: left;
    background: var(--hoge-mist);
    width: fit-content;
}

.custom-list li {
    position: relative;
    padding: 0.45rem 0 0.45rem 1.55rem;
    list-style: none;
}

.custom-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.88rem;
    width: 8px;
    height: 8px;
    background: var(--hoge-bright);
    transform: rotate(45deg);
}

     .automation-visual {
         position: absolute;
         inset: 4rem 1.3rem 1.3rem;
     }

        .workflow-card {
            position: absolute;
            width: 78%;
            padding: 1rem;
            background: #fff;
            border: 1px solid #d9e5df;
            box-shadow: 0 16px 34px rgba(6, 42, 29, 0.15);
        }

        .workflow-card:nth-child(1) {
            left: 0;
            top: 0;
        }

        .workflow-card:nth-child(2) {
            right: 0;
            top: 38%;
        }

        .workflow-card:nth-child(3) {
            left: 8%;
            bottom: 0;
        }

        .workflow-row {
            display: flex;
            align-items: center;
            gap: 0.8rem;
        }

        .workflow-status {
            flex: 0 0 auto;
            width: 34px;
            height: 34px;
            display: grid;
            place-items: center;
            background: var(--hoge-bright);
            border-radius: 50%;
            font-weight: 900;
        }

        .workflow-card strong {
            display: block;
            line-height: 1.25;
        }

        .workflow-card small {
            color: var(--muted);
        }

        .planning-visual {
            position: absolute;
            inset: 3.8rem 1.2rem 1.2rem;
            display: grid;
            grid-template-columns: 0.9fr 1.1fr;
            gap: 0.9rem;
        }

        .planning-panel {
            padding: 0.9rem;
            background: #fff;
            border: 1px solid var(--line);
        }

        .planning-panel strong {
            display: block;
            font-size: 0.78rem;
            letter-spacing: 0.06em;
            text-transform: uppercase;
        }

        .scenario-list {
            display: grid;
            gap: 0.55rem;
            margin-top: 0.9rem;
        }

        .scenario-item {
            padding: 0.65rem;
            border-left: 4px solid var(--hoge);
            background: var(--hoge-pale);
            font-size: 0.75rem;
            font-weight: 700;
        }

        .planning-bars {
            height: 210px;
            display: flex;
            align-items: end;
            gap: 0.55rem;
            margin-top: 0.9rem;
            padding-bottom: 0.2rem;
            border-bottom: 1px solid var(--line);
        }

        .planning-bars span {
            flex: 1;
            min-width: 12px;
            background: linear-gradient(180deg, var(--hoge-bright), var(--hoge-deep));
        }

        .planning-bars span:nth-child(1) { height: 42%; }
        .planning-bars span:nth-child(2) { height: 58%; }
        .planning-bars span:nth-child(3) { height: 49%; }
        .planning-bars span:nth-child(4) { height: 66%; }
        .planning-bars span:nth-child(5) { height: 82%; }
        .planning-bars span:nth-child(6) { height: 74%; }

        .integration-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 1rem;
            margin-top: 2rem;
        }

        .borders-text {
            padding: 1.45rem;
            background: #fff;
            border: 1px solid var(--line);
            border-left: 5px solid var(--hoge);
        }

        .borders-text p:last-child {
            margin-bottom: 0;
        }

        .industry-strip {
            margin-top: 2rem;
            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            border: 1px solid rgba(255, 255, 255, 0.18);
        }

        .industry-item {
            min-height: 135px;
            display: grid;
            place-items: center;
            padding: 1rem;
            text-align: center;
            border-right: 1px solid rgba(255, 255, 255, 0.18);
            color: rgba(255, 255, 255, 0.86);
            font-size: 0.86rem;
            font-weight: 800;
        }

        .industry-item:last-child {
            border-right: 0;
        }

        .industry-item span {
            display: block;
            width: 42px;
            height: 42px;
            margin: 0 auto 0.65rem;
            color: var(--hoge-bright);
            font-size: 1.5rem;
        }

        .steps {
            counter-reset: steps;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 1rem;
            margin-top: 2rem;
        }

        .step {
            position: relative;
            padding: 1.6rem 1.4rem 1.4rem;
            background: #fff;
            border: 1px solid var(--line);
        }

        .step::before {
            counter-increment: steps;
            content: "0" counter(steps);
            display: block;
            margin-bottom: 1.1rem;
            color: var(--hoge-deep);
            font-size: 1.85rem;
            font-weight: 900;
            letter-spacing: -0.04em;
        }

        .step p {
            margin: 0;
            color: var(--muted);
            font-size: 0.94rem;
        }

        .support-panel {
            display: grid;
            grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
            gap: 0;
            background: #fff;
            border: 1px solid var(--line);
            box-shadow: var(--shadow);
        }

        .support-copy {
            padding: clamp(2rem, 5vw, 4rem);
        }

        .support-image {
            position: relative;
            min-height: 420px;
            overflow: hidden;
            color: #fff;
            background:
                linear-gradient(rgba(9, 26, 36, 0.2), rgba(9, 26, 36, 0.55)),
                radial-gradient(circle at 35% 30%, rgba(0, 57, 214, 0.85), transparent 18rem),
                linear-gradient(140deg, #0b1828, #004f77);
        }

        .support-image::before,
        .support-image::after {
            content: "";
            position: absolute;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .support-image::before {
            width: 280px;
            height: 280px;
            right: -40px;
            top: -50px;
        }

        .support-image::after {
            width: 170px;
            height: 170px;
            left: -60px;
            bottom: -50px;
        }

        .support-stat {
            position: absolute;
            left: 12%;
            right: 12%;
            top: 50%;
            transform: translateY(-50%);
            padding: 1.4rem;
            background: rgba(12, 29, 23, 0.83);
            border-left: 5px solid var(--hoge-bright);
        }

        .support-stat strong {
            display: block;
            color: var(--hoge-bright);
            font-size: clamp(1.8rem, 4vw, 3.3rem);
            line-height: 1;
            letter-spacing: -0.04em;
        }

        .support-stat span {
            display: block;
            margin-top: 0.6rem;
            color: rgba(255, 255, 255, 0.83);
            font-size: 0.96rem;
        }

        .faq-list {
            max-width: 950px;
            margin: 2rem auto 0;
            border-top: 1px solid var(--line);
        }

        details {
            border-bottom: 1px solid var(--line);
        }

        summary {
            position: relative;
            cursor: pointer;
            padding: 1.15rem 3rem 1.15rem 0;
            font-weight: 800;
            list-style: none;
        }

        summary::-webkit-details-marker {
            display: none;
        }

        summary::after {
            content: "+";
            position: absolute;
            right: 0;
            top: 0.8rem;
            color: var(--hoge-deep);
            font-size: 1.75rem;
            font-weight: 400;
        }

        details[open] summary::after {
            content: "-";
        }

        details p {
            max-width: 850px;
            padding: 0 2rem 1.2rem 0;
            color: var(--muted);
        }

        .cta-panel {
            position: relative;
            overflow: hidden;
            padding: clamp(2.6rem, 7vw, 5rem);
            color: #fff;
            background: linear-gradient(115deg, #10210E 0%, #085DC6 70%, #2542ff 100%);
            text-align: center;
        }

		    .cta-panel::before {
            content: "";
            position: absolute;
            width: 430px;
            height: 430px;
            right: -180px;
            top: -230px;
            border: 1px solid rgba(255, 255, 255, 0.18);
            border-radius: 50%;
        }

        .cta-panel h2 {
            position: relative;
            z-index: 1;
            max-width: 850px;
            margin: 0 auto 1rem;
            font-size: clamp(2rem, 4.7vw, 4rem);
        }

        .cta-panel p {
            position: relative;
            z-index: 1;
            max-width: 720px;
            margin: 0 auto;
            color: rgba(255, 255, 255, 0.8);
            font-size: 1.05rem;
        }

        .cta-panel .hero-actions {
            position: relative;
            z-index: 1;
            justify-content: center;
        }

        .source-note {
            max-width: 920px;
            margin: 1.5rem auto 0;
            color: #73817c;
            font-size: 0.73rem;
            text-align: center;
        }

        .source-note a {
            color: var(--hoge-deep);
            text-underline-offset: 0.15rem;
        }
		
        /* ======================== Contact Form ======================== */

#contact-form {
    width: 100%;
    z-index: 1;
    background-color: #ededed;
    padding: 1vw;
}

    #contact-form fieldset {
        border: none;
        padding: 0;
        width: 100%;
    }

    #contact-form label {
        display: block;
        min-height: 2vw;
    }

    #contact-form .message {
        min-height: 7vw;
    }

    #contact-form input, #contact-form textarea {
        padding: 0.3vw 0.2vw 0.3vw 0.5vw;
        margin: 0.2vw 0 0.5vw 0;
        font: 0.7vw Arial,Helvetica,sans-serif;
        color: #a5a4a4;
        background: #ffffff;
        outline: 0;
        border: 0.2vw solid #dededa;
        width: 100%;
    }

    #contact-form .area .error {
        float: none;
    }

    #contact-form textarea {
        height: 7vw;
        overflow: auto;
        resize: none;
    }

    #contact-form .success {
        display: none;
        margin-bottom: 2vw;
    }

    #contact-form .empty, #contact-form .error {
        color: red;
        font-size: 0.7rem;
        line-height: 1rem;
        display: none;
        overflow: hidden;
        margin: 0.2vw 0 0.1vw 0;
    }

        /* ======================== Footer ======================== */
		
	.footer {
 		 width:100%;
         display: grid;
         grid-template-columns: 1fr auto 1fr;
         gap: 2rem;
         align-items: center;
         padding: 2.2rem max(4vw, 1rem);
         color: rgba(255, 255, 255, 0.77);
         background: #0d1512;
         font-size: 0.82rem;
	}
	
	.contact-footer {
		 display:flex;
		 justify-content:space-between;
		 align-items:center;
		 margin-bottom:2rem;
		 margin-top:2rem;
	}

	.footer p {
          margin: 0 0 0.7rem;
	}

        .footer p:last-child {
            margin-bottom: 0;
        }

        .footer-center {
            display: flex;
            gap: 0.7rem;
            justify-content: center;
        }

        .accreditation {
            min-width: 72px;
            height: 4rem;
            display: grid;
            place-items: center;
            padding: 0.4rem;
        }
		
        .contact-accreditation {
            min-width: 72px;
            height: 3rem;
            display: grid;
            place-items: center;
            padding: 0.4rem;
        }		
	
        .footer-right {
            justify-self: end;
            display: flex;
            gap: 1rem;
        }

        .footer-right a {
            color: #fff;
            text-decoration: none;
        }

        .footer-right a:hover,
        .footer-right a:focus-visible {
            color: var(--hoge-bright);
            outline: none;
        }

        /* ======================== Responsive ======================== */
        @media (max-width: 1120px) {
            .navbar {
                grid-template-columns: 190px minmax(0, 1fr) 200px;
            }

            .navbar-center > a,
            .dropbtn {
                padding-left: 0.55rem;
                padding-right: 0.55rem;
                font-size: 0.82rem;
            }

            .telephone {
                font-size: 0.78rem;
            }

            .banner-inner {
                grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
            }

            .industry-strip {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }

            .industry-item:nth-child(3) {
                border-right: 0;
            }

            .industry-item:nth-child(-n+3) {
                border-bottom: 1px solid rgba(255, 255, 255, 0.18);
            }
        }

        @media (max-width: 900px) {
            .navbar {
                min-height: 76px;
                grid-template-columns: 1fr auto;
            }

            .navbar-right {
                display: none;
            }

            .mobile-icon {
                display: inline-flex;
            }

            .navbar-center {
                display: none;
                position: absolute;
                top: 76px;
                left: 0;
                right: 0;
                flex-direction: column;
                align-items: stretch;
                padding: 0.5rem 4vw 1rem;
                background: #fff;
                border-bottom: 1px solid var(--line);
                box-shadow: 0 16px 30px rgba(7, 35, 24, 0.12);
            }

            .navbar-center.responsive {
                display: flex;
            }

            .navbar-center > a,
            .dropbtn {
                width: 100%;
                justify-content: space-between;
                padding: 0.8rem 0;
                border-bottom: 1px solid #eef2f0;
            }

            .dropdown {
                display: block;
            }

            .dropdown-content {
                position: static;
                width: 100%;
                min-width: 0;
                box-shadow: none;
                border: 0;
                padding: 0 0 0.4rem 0.8rem;
            }

            .banner-inner {
                min-height: auto;
                grid-template-columns: 1fr;
                padding: 4.2rem 0 3.8rem;
            }

            .hero-visual {
                min-height: 350px;
                max-width: 610px;
                width: 100%;
                margin: 0 auto;
            }

            .split,
            .split.reverse,
            .support-panel {
                grid-template-columns: 1fr;
            }

            .split.reverse .visual-panel {
                order: 2;
            }

            .feature-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .support-image {
                min-height: 330px;
            }

            .footer {
                grid-template-columns: 1fr;
                text-align: center;
            }

            .footer-right {
                justify-self: center;
            }
        }

        @media (max-width: 650px) {
            .brand-copy small {
                display: none;
            }

            .banner-container,
            .banner-inner {
                min-height: auto;
            }

                        

  .cards {
    grid-template-columns: 1fr;
  }
            .banner-text {
                font-size: clamp(2.6rem, 13vw, 4.2rem);
            }

            .hero-visual {
                min-height: 300px;
            }

            .dashboard {
                inset: 0.7rem 0 0 0;
            }

            .dashboard-body {
                grid-template-columns: 1fr 1.3fr;
                gap: 0.5rem;
            }

            .dash-card {
                min-height: 88px;
                padding: 0.65rem;
            }

            .dash-card.tall {
                min-height: 187px;
            }

            .bar-chart {
                height: 112px;
            }

            .floating-card {
                width: 165px;
                padding: 0.75rem;
            }

            .product-lockup {
                flex-wrap: wrap;
            }

            .quote-in-center {
                padding: 1.6rem 1.2rem 1.4rem;
            }

            .feature-grid,
            .integration-grid,
            .steps {
                grid-template-columns: 1fr;
            }

            .industry-strip {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .industry-item,
            .industry-item:nth-child(3),
            .industry-item:last-child {
                border-right: 1px solid rgba(255, 255, 255, 0.18);
                border-bottom: 1px solid rgba(255, 255, 255, 0.18);
            }

            .industry-item:nth-child(2n) {
                border-right: 0;
            }

            .industry-item:nth-last-child(-n+2) {
                border-bottom: 0;
            }

            .visual-panel {
                min-height: 345px;
            }

            .entity-node {
                min-width: 88px;
                padding: 0.55rem;
                font-size: 0.72rem;
            }

            .node-a::after,
            .node-b::after,
            .node-c::after,
            .node-d::after {
                width: 70px;
            }

            .planning-visual {
                grid-template-columns: 1fr;
                overflow: hidden;
            }

            .planning-panel:first-child {
                display: none;
            }

            .footer-center {
                flex-wrap: wrap;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            html {
                scroll-behavior: auto;
            }

            *,
            *::before,
            *::after {
                transition-duration: 0.01ms !important;
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
            }
        }
