@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Open+Sans:wght@400;600;700&family=Poppins:wght@400;700&display=swap";*,:before,:after{box-sizing:border-box;border-style:solid;border-width:0;min-width:0}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;line-height:1.15}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;color:inherit;border-top-width:1px}pre{font-family:monospace;font-size:inherit}address{font-style:inherit}a{color:inherit;background-color:#0000;text-decoration:none}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:inherit}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{appearance:none;vertical-align:middle;color:inherit;font:inherit;text-align:inherit;text-transform:inherit;background:0 0;border-radius:0;margin:0;padding:0}button,[type=button],[type=reset],[type=submit]{cursor:pointer}select:disabled{opacity:inherit}option{padding:0}fieldset{min-width:0;margin:0;padding:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}label[for]{cursor:pointer}details{display:block}summary{display:list-item}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}template,[hidden]{display:none}:root{--primary:#10203c;--primary-foreground:#fff;--accent:#d5c7a1;--accent-foreground:#fff;--card:#fff;--foreground:#0f1e3a;--muted-foreground:#4e4d4d;--border:#e1e7ef;--background:#fff;--orange:#d85f02;--gold:#c9a84c;--gold-gradient:linear-gradient(90deg, #a98728 -6.06%, #c9a84c 47.47%, #e3ca86 97.95%);--container-max:1100px;--container-wide:1200px;--section-pad:2rem;--font-sans:"Noto Sans JP", "Open Sans", sans-serif;--font-en:"Open Sans", sans-serif;--font-poppins:"Poppins", sans-serif;--font-size-p:1rem;--font-size-p-small:.875rem;--font-size-p-bigger:1.125rem;--font-size-p-small-small:.75rem}@media (width<=1024px){:root{--section-pad:8vw}}@media (width<=768px){:root{--section-pad:24px}}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;line-height:1.6}img{max-width:100%;height:auto;display:block}.container{max-width:var(--container-max);margin-left:auto;margin-right:auto}.container--wide{max-width:var(--container-wide);margin-left:auto;margin-right:auto}.px-section{padding-left:var(--section-pad);padding-right:var(--section-pad)}.content-section{padding-top:5rem;padding-bottom:5rem}@media screen and (width<=768px){.content-section{padding-top:3.75rem;padding-bottom:5rem}}.scroll-reveal{opacity:0;will-change:opacity, transform;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(16px)}.scroll-reveal.is-visible{opacity:1;transform:translate(0,0)}.bg-gold-gradient{background:var(--gold-gradient)}.cta-btn{cursor:pointer;border-radius:.375rem;align-items:center;transition:opacity .2s;display:inline-flex;overflow:hidden}.cta-btn:hover{opacity:.8}.cta-btn--gold{background:var(--gold-gradient)}.cta-btn--white{background:#fff}.section-label{color:var(--gold);font-family:var(--font-en);letter-spacing:.03125rem;text-align:center;font-size:.875rem;font-weight:600;display:block}.section-heading{font-family:var(--font-sans);text-align:center;margin-top:.25rem;font-size:clamp(1.875rem,3.905vw,2.125rem);font-weight:600;line-height:1.4}.desktop-break{display:inline}.pc-br,.pc-tb-br{display:block}.tb-br,.tb-sp-br,.sp-br{display:none}@media screen and (width<=1024px){.pc-br{display:none}.pc-tb-br,.tb-br,.tb-sp-br{display:block}.sp-br{display:none}}@media (width<=768px){.desktop-break,.pc-br,.pc-tb-br,.tb-br{display:none}.tb-sp-br,.sp-br{display:block}.section-heading{margin-top:6px}}.site-header{z-index:50;opacity:0;pointer-events:none;background:0 0;transition:opacity .7s ease-out,transform .7s ease-out;position:fixed;top:0;left:0;right:0;transform:translateY(-100%)}.site-header.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.site-header.is-hidden{opacity:0;pointer-events:none;transform:translateY(-100%)}.site-header.menu-open{opacity:1!important;pointer-events:auto!important;transform:translateY(0)!important}.header-inner{z-index:200;justify-content:space-between;align-items:center;height:6rem;padding:0 5rem;display:flex;position:relative}@media screen and (width>=1400px){.header-inner{padding:0 3rem}}.header-right,.header-nav{align-items:center;gap:2rem;display:flex}.header-nav a{color:#fff;font-size:var(--font-size-p-small);white-space:nowrap;font-weight:500;transition:color .2s}.header-nav a:hover{color:#fffc}.header-cta{background:var(--gold-gradient);color:#fff;font-weight:700;font-size:var(--font-size-p);white-space:nowrap;border-radius:.375rem;justify-content:center;align-items:center;padding:.625rem 1.91325rem;transition:opacity .2s;display:inline-flex}.header-cta:hover{opacity:.8}.header-logo img{width:auto;height:2.5rem}.header-mobile-controls{align-items:center;gap:.75rem;display:none}.header-mobile-cta{background:var(--gold-gradient);color:#fff;border-radius:.375rem;justify-content:center;align-items:center;padding:.5rem 1.25rem;font-size:.875rem;font-weight:700;display:inline-flex}.hamburger-btn{color:#fff;cursor:pointer;background:0 0;border:none;padding:.5rem;line-height:0}.hamburger-btn .icon-close,.hamburger-btn.is-open .icon-menu{display:none}.hamburger-btn.is-open .icon-close{display:block}@media (width<=1300px){.header-right,.header-nav{gap:1.5rem}}@media (width<=1199px){.header-cta,.header-right,.header-nav{display:none}.header-inner{height:4rem;padding:0 1rem 0 2rem}.header-logo img{height:2rem}.header-mobile-controls{display:flex}}@media (width>=1200px){.mobile-menu{display:none!important}}@media (width<=768px){.header-inner{padding:0 1.5rem}}@media screen and (width<=400px){.header-mobile-cta{padding:.5rem 1rem;font-size:.75rem}}.mobile-menu{z-index:100;isolation:isolate;--mobile-menu-content-width:min(28rem, calc(100% - 3rem));opacity:0;visibility:hidden;pointer-events:none;background:linear-gradient(#2e3d52 38.14%,#0f1e3a 81.26%);flex-direction:column;justify-content:center;height:100dvh;padding-top:4rem;transition:opacity .3s,visibility 0s linear .3s;display:flex;position:fixed;inset:0;overflow:hidden}.mobile-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .3s,visibility linear}.mobile-menu-bg-arrow{opacity:.35;mix-blend-mode:screen;pointer-events:none;z-index:0;width:auto;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.mobile-menu-nav{z-index:1;flex-direction:column;justify-content:center;gap:.5rem;width:100%;height:auto;margin-top:10rem;padding:0 2.5rem;display:flex;position:relative}.mobile-menu-nav a{color:#fff;font-size:1.25rem;font-weight:700;font-family:var(--font-sans);width:fit-content;padding:1rem 0;transition:color .2s;display:block}.mobile-menu-bottom{z-index:1;width:100%;margin:0 auto;padding:0 0 2rem;position:relative}.mobile-menu-bottom-cta{background:var(--gold-gradient);color:#fff;border-radius:.5rem;justify-content:space-between;align-items:center;width:fit-content;margin:5rem auto;padding:1.25rem 1.5rem;font-size:1rem;font-weight:700;display:flex}.mobile-menu-bottom-cta .cta-text-sub{opacity:.8;margin-bottom:.25rem;font-size:.875rem;font-weight:400;display:block}.mobile-menu-bottom-cta .cta-text-main{font-size:1.125rem;font-weight:700;display:block}.mobile-menu-bottom-cta .cta-arrow-circle{width:2.5rem;min-width:2.5rem;height:2.5rem;color:var(--accent);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.mobile-menu-bottom-cta .cta-arrow-circle svg{width:1.25rem;height:1.25rem;display:block}@media screen and (width<=768px){.mobile-menu-bottom-cta{width:17.5rem}}.hero-section{align-items:center;min-height:100vh;display:flex;position:relative}.hero-bg{z-index:0;height:100%;min-height:100vh;position:absolute;inset:0}.hero-bg img{object-fit:cover;width:100%;height:100%}.hero-bg-overlay{z-index:2;pointer-events:none;height:100dvh;min-height:100dvh;position:absolute;inset:0}.hero-bg-overlay img{object-fit:cover;mix-blend-mode:soft-light;opacity:.75;width:100%;height:100%}.hero-bg-arrow{z-index:1;pointer-events:none;height:100vh;min-height:100dvh;position:absolute;inset:0}.hero-bg-arrow img{object-fit:contain;object-position:center center;opacity:1;width:auto;max-width:100%;height:100vh;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.hero-content{z-index:10;width:100%;padding:6rem 10vw 4rem;position:relative}.hero-badge{opacity:0;align-items:center;gap:.75rem;transition:opacity .7s ease-out,transform .7s ease-out;display:flex;transform:translateY(20px)}.hero-badge.is-visible{opacity:1;transform:translateY(0)}.hero-badge img{width:12.3125rem;height:auto}.hero-badge-for{color:#fff;margin-top:1.75rem;font-size:1.26963rem}.hero-badge-industry{color:#fff;margin-top:1.75rem;padding-bottom:.125rem;font-size:1.26963rem;font-weight:700}.hero-title{color:#fff;text-shadow:0 3.712px 3.712px #00000026;font-family:"Yu Gothic", var(--font-sans);letter-spacing:clamp(.045rem,.1vw,.062rem);margin-top:1.5rem;font-size:clamp(2.269rem,5vw,3.116rem);font-weight:700;line-height:clamp(3.5rem,7.5vw,4.495rem)}.hero-title__last-row{flex-flow:wrap;align-items:baseline;gap:.35em;width:fit-content;max-width:100%;display:flex}.hero-title__last-row>[data-line]{flex:0 auto}@media (width<=768px){.hero-title__last-row{flex-direction:column;align-items:flex-start;gap:0}}.hero-title [data-line]{display:block;overflow:hidden}.hero-title br:not(.sp-break){display:none}.hero-title .char{opacity:0;display:inline-block;transform:translateY(1.12em)}.hero-title.is-animating .char{opacity:1;transform:translateY(0)}.title-accent{color:var(--accent);display:inline-block}@supports ((-webkit-background-clip:text)){.title-accent .char{background:var(--gold-gradient);color:#0000;-webkit-text-fill-color:transparent;background-repeat:no-repeat;-webkit-background-clip:text}}@supports ((-webkit-background-clip:text) or (background-clip:text)){.title-accent .char{background:var(--gold-gradient);color:#0000;background-repeat:no-repeat;-webkit-background-clip:text;background-clip:text}}.hero-body{opacity:0;transition:opacity .7s ease-out,transform .7s ease-out;transform:translateY(20px)}.hero-body.is-visible{opacity:1;transform:translateY(0)}.hero-description{color:#fffc;font-size:var(--font-size-p);max-width:42rem;margin-top:1.5rem;line-height:1.8}.hero-description .accent-text{color:var(--gold);font-weight:700}.hero-cta{background:var(--gold-gradient);border-radius:.375rem;align-items:center;max-width:28rem;margin-top:2rem;transition:box-shadow .2s,opacity .2s;display:inline-flex;overflow:hidden}.hero-cta:hover{opacity:.9;box-shadow:0 8px 24px #00000040}.hero-cta-text{flex:1;padding:1rem 1.8rem}.hero-cta-text-sub{color:#fff;font-size:.8125rem;display:block}.hero-cta-text-main{color:#fff;margin-top:.3rem;font-size:1.125rem;font-weight:700;display:block}.hero-cta-arrow{align-items:center;padding-right:1.5rem;display:flex}.hero-cta-arrow-circle{background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.hero-cta-arrow-circle svg{color:var(--accent);width:1.25rem;height:1.25rem}@media (width<=1024px){.hero-bg img{object-position:80% center}.hero-content{padding-top:5rem;padding-bottom:4rem;padding-left:var(--section-pad);padding-right:var(--section-pad)}.hero-badge img{width:10rem;height:auto}.hero-badge-for{margin-top:1.25rem;font-size:1.26963rem}.hero-badge-industry{margin-top:1.625rem;font-size:.89238rem}.hero-title{margin-top:1.25rem;margin-bottom:1.5rem}.hero-description{margin-bottom:2.5rem;font-size:1rem}}@media (width<=768px){.hero-bg img{object-position:80% center}.hero-title{margin-top:1.25rem;margin-bottom:0}.hero-description{margin-top:.67rem;margin-bottom:0;font-size:.875rem}.hero-section{align-items:flex-end}.hero-cta{display:none}.hero-cta-text{padding:1.5rem 0 1.5rem 1.25rem}.hero-cta-arrow{padding-right:1.25rem}}.problem-section{background:linear-gradient(#fbfbfb 17.43%,#cdcdcd 100%)}.problem-section .section-intro{text-align:center;margin-bottom:3rem}.problem-section .section-heading{color:var(--foreground);margin-bottom:4rem}.problem-section .section-heading .section-heading-line1{font-size:1.75rem;line-height:1.4;display:inline-block}.problem-section .section-heading .section-heading-line2{font-size:2.125rem;line-height:1.4;display:inline-block}.problem-cards{max-width:var(--container-max);grid-template-columns:1fr 1fr 1fr;gap:1.5rem;margin:0 auto;display:grid}.problem-card{background:#fff;border-radius:.375rem;padding:1.88rem 1.56rem;box-shadow:0 1px 3px #00000014}.problem-card-title{color:var(--foreground);text-align:center;font-size:1.375rem;font-weight:600}.problem-card-summary{color:#1b1b1b;font-size:var(--font-size-p);text-align:center;margin-top:.62rem;line-height:1.625rem}.problem-card-divider{border-top:1px solid var(--border);margin:1rem 0}.problem-card-detail{color:var(--muted-foreground);font-size:var(--font-size-p);line-height:1.625rem}.problem-cards .problem-card:last-child{grid-column:auto;max-width:none;margin:0}@media (width<=1024px){.problem-section .section-heading{margin-bottom:3rem}.problem-cards{grid-template-columns:1fr 1fr;gap:1.5rem}.problem-cards .problem-card:last-child{grid-column:span 2;max-width:calc(50% - .75rem);margin:0 auto}.problem-card{padding:1.88rem 1.75rem}.problem-section .section-heading .section-heading-line2{font-size:2rem}}@media (width<=768px){.problem-cards{grid-template-columns:1fr}.problem-cards .problem-card:last-child{grid-column:auto;max-width:none;margin:0}.problem-section .section-heading{margin-bottom:2.5rem}.problem-section .section-heading .section-heading-line1{font-size:1.5rem;line-height:2.5rem;display:inline-block}.problem-section .section-heading .section-heading-line2{font-size:1.875rem;line-height:2.5rem;display:inline-block}}.service-section{position:relative;overflow:hidden}.service-bg{position:absolute;inset:0}.service-bg img{object-fit:cover;width:100%;height:100%}.service-v-shape{z-index:10;margin-top:-1px;position:relative}.service-v-shape svg{width:100%;display:block}.service-content{z-index:10;padding:2rem var(--section-pad) 6.25rem;margin-top:.5rem;position:relative}.service-inner{max-width:58rem;margin:0 auto}.service-program-box{justify-content:center;display:flex}.service-program-box-inner{text-align:center;background:#fff;border:1px solid #e5e7eb;margin-top:1.25rem;padding:.375rem 2.5rem .5rem}.service-program-label{color:var(--gold);font-family:var(--font-en);font-size:var(--font-size-p);letter-spacing:.04631rem;font-weight:500;line-height:2rem;display:block}.service-program-title{color:var(--primary);font-family:var(--font-poppins);letter-spacing:-.01975rem;justify-content:center;align-items:baseline;gap:.875rem;font-size:1.97588rem;font-weight:400;line-height:1.68356rem;display:inline-flex}.service-section .section-heading{color:#fff;margin-top:1.81rem}.service-description{color:#fff;text-align:center;max-width:var(--container-max);margin:2rem auto 3rem;font-size:1rem;line-height:1.75}.service-pyramid-area{justify-content:center;align-items:center;width:100%;margin-top:3.75rem;margin-bottom:-.25rem;display:flex;position:relative}.service-pyramid-wrap{justify-content:center;display:flex;position:relative}.service-pyramid-img{width:100%;max-width:30rem}.service-pyramid-annotation{flex-direction:row;align-items:center;gap:0;display:flex;position:absolute;top:8%;right:-13.5rem}.service-pyramid-annotation p{color:#fff;text-align:left;white-space:nowrap;font-size:1rem;line-height:1.4;font-family:var(--font-sans);padding-top:2.5rem;font-weight:500}.service-outcomes{width:100%;padding:1.5rem 5vw 0;position:relative}.service-outcomes-cards{flex-direction:row;justify-content:center;gap:1.1rem;display:flex}.service-outcomes-dashed{pointer-events:none;opacity:.8;z-index:0;background:url(./dot-border-pc.svg) 50%/100% 100% no-repeat;width:100%;height:13rem;display:block;position:absolute;top:-30%;left:50%;transform:translate(-50%)}.service-outcome-card{text-align:center;z-index:10;background:#ffffffe6;border-radius:.489rem;flex:1;padding:.95rem 1.05rem;position:relative}.service-outcome-label{color:var(--primary);margin-bottom:.25rem;font-size:.9375rem;font-weight:500;line-height:1.5}.service-outcome-bold{color:var(--primary);justify-content:center;align-items:center;gap:.375rem;font-size:1rem;font-weight:700;line-height:1.5;display:flex}.service-outcome-dot{background:var(--orange);border-radius:50%;flex-shrink:0;width:.749rem;height:.749rem;margin-top:.125rem;display:inline-block}.service-caption{text-align:center;letter-spacing:.006rem;color:#fff;margin-top:1rem;font-size:1rem;font-weight:400;line-height:1.406rem}.service-footer-description{text-align:center;color:#fff;max-width:50rem;margin:4rem auto 0;font-size:1rem;line-height:1.625}.service-footer-description .accent-text{color:var(--gold);font-weight:700}@media screen and (width>=1600px){.service-outcomes{padding:1.5rem 3vw 0}}@media screen and (width<=1024px){.service-outcome-label{font-size:.75rem}}@media (width<=1024px){.service-content{padding:2rem var(--section-pad) 5rem}.service-pyramid-annotation{display:none}.service-outcomes-dashed{background:url(./dot-border-tb.svg) 50%/100% 100% no-repeat;width:100%;height:14.125rem;top:-50%;left:50%;transform:translate(-50%)}.service-program-title{letter-spacing:-.01456rem;font-size:1.457rem;line-height:1.2415rem}.service-program-label{font-size:.73806rem}.service-outcome-bold{font-size:.875rem}.service-outcomes{padding:1.5rem 5vw 0}}@media screen and (width<=900px){.service-pyramid-img{max-width:27rem}.service-outcomes{padding:1.5rem 3vw 0}.service-outcomes-dashed{top:-60%}.service-outcome-label{font-size:.625rem}.service-outcome-bold{font-size:.775rem}}@media (width<=768px){.service-heading{line-height:2.5rem}.service-outcomes-cards{flex-direction:column;gap:1rem;width:fit-content;margin:0 auto}.service-description{text-align:start;margin-bottom:1.75rem}.service-pyramid-img{max-width:19rem}.service-outcomes-dashed{background:url(./dot-border-sp.svg) 50% no-repeat;width:100vw;max-width:none;height:27rem;top:-10%}.service-outcome-label{color:var(--primary);margin-bottom:.25rem;font-size:.9375rem;font-weight:500;line-height:1.5}.service-outcome-bold{color:var(--primary);justify-content:center;align-items:center;gap:.375rem;font-size:1rem;font-weight:700;line-height:1.42rem;display:flex}.service-outcome-dot{background:var(--orange);border-radius:50%;flex-shrink:0;width:.749rem;height:.749rem;margin-top:.125rem;display:inline-block}.service-caption{text-align:center;letter-spacing:.006rem;color:#fff;margin-top:1rem;font-size:1rem;font-weight:400;line-height:1.406rem}.service-footer-description{text-align:center;color:#fff;max-width:50rem;margin:4rem auto 0;font-size:1rem;line-height:1.625}.service-program-title{gap:2vw}.service-program-box-inner{padding:.375rem 5vw .5rem}}@media (width<=360px){.service-program-title{font-size:1.25rem}}.reason-section{background:linear-gradient(#5d86a5ad 3.85%,#5d86a5d9 41.15%,#48687fd9 100%);padding-bottom:7.5rem;position:relative;overflow:hidden}.reason-inner{max-width:70rem}.reason-section .section-label{color:var(--gold)}.reason-section .section-heading{color:#fff}.reason-description{text-align:center;color:#fffc;max-width:58rem;margin:1.75rem auto 3rem;font-size:1rem;line-height:1.75}.reason-grid{grid-template-columns:1fr 1fr;gap:2rem;max-width:65rem;margin:0 auto;display:grid}.reason-grid--top{margin-bottom:1.5rem}.reason-card{background:#fff;border:1px solid #d6dae280;border-radius:.35rem;flex-direction:column;display:flex;overflow:hidden}.reason-card-body{flex:1;padding:2rem 1.5rem 1.25rem}.reason-card-number{color:var(--gold);font-family:var(--font-en);letter-spacing:.03125rem;font-size:.875rem;font-weight:600;display:block}.reason-card-title{color:var(--foreground);font-size:1.375rem;font-weight:600;line-height:1.75rem}.reason-card-description{color:#121212;white-space:pre-line;margin-top:.75rem;font-size:1rem;font-weight:400;line-height:1.625rem}.reason-card-image{padding:0 1.5rem 2rem}.reason-card-image img{object-fit:cover;width:100%;height:17rem}@media (width<=1024px){.reason-grid{gap:1.5rem;margin-top:2.5rem}.reason-inner>.reason-grid:not(.reason-grid--top){margin-top:1.5rem}.reason-card-image img{height:12rem}}@media (width<=768px){.reason-description{text-align:start}.reason-grid{grid-template-columns:1fr}}.practice-section{background:#fff;padding-bottom:7.5rem}.practice-inner{max-width:70rem}.practice-section .section-heading{color:var(--primary);margin-bottom:2.5rem}.practice-cards{grid-template-columns:1fr 1fr;gap:2rem;max-width:65rem;margin:4rem auto 0;display:grid}.practice-card{border-radius:.5rem;flex-direction:column;justify-content:space-between;min-height:17rem;display:flex;position:relative;overflow:hidden}.practice-card-bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.practice-card-overlay{position:absolute;inset:0}.practice-card-content{z-index:10;flex-direction:column;height:100%;padding:2.19rem 1.44rem;display:flex;position:relative}.practice-card-number{color:var(--accent);font-family:var(--font-en);letter-spacing:.07344rem;font-size:1.125rem;font-weight:700;display:block}.practice-card-headline-wrap{margin-bottom:1.5rem}.practice-card-headline{color:var(--primary);background:#fff;margin-top:.75rem;padding:.125rem .5rem;font-size:1.375rem;font-weight:600;line-height:1.75rem;display:inline-block}.practice-card-divider{border-top:1px solid #fff6;margin:1.57rem 0 1.25rem}.practice-card-description{color:#ffffffe6;font-size:1rem;line-height:1.625}.practice-card-note{color:#e0e0e0;margin-top:.88rem;font-size:.84375rem}.practice-book{border-radius:.5rem;max-width:65rem;margin:7.25rem auto 0;position:relative;overflow:hidden}.practice-book-banner{border-radius:inherit;transition:opacity .2s;display:block;overflow:hidden}.practice-book-banner:hover{opacity:.9}.practice-book-banner img{width:100%;height:auto;display:block}.practice-book-banner .practice-book-banner-sp{display:none}@media (width<=768px){.practice-book-banner img:not(.practice-book-banner-sp){display:none}.practice-book-banner .practice-book-banner-sp{display:block}}.practice-book-bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.practice-book-content{z-index:10;flex-direction:row;align-items:center;gap:2rem;padding:1.25rem 6.5vw;display:flex;position:relative}.practice-book-image{flex-shrink:0;order:1;width:16.8rem}.practice-book-image img{border-radius:.25rem;width:100%;height:auto}.practice-book-info{text-align:left;flex:1;order:2}.practice-book-release{color:#e8734a;font-family:var(--font-en);letter-spacing:.045rem;font-weight:600;line-height:1.375rem;display:block}.practice-book-title{color:var(--primary);margin-top:.25rem;font-size:2rem;font-weight:700;line-height:2.5625rem}.practice-book-badge{color:var(--primary);border:1px solid #0f1e3a4d;margin-top:1.38rem;padding:.12rem .75rem;font-size:.8125rem;display:inline-block}.practice-book-name{color:var(--primary);letter-spacing:.055rem;margin-top:.5rem;margin-left:-.75rem;font-size:1.375rem;font-weight:600}.practice-book-subtitle{color:#0f1e3acc;letter-spacing:.0425rem;margin-top:.25rem;font-size:1.0625rem;font-weight:600;line-height:1.375rem}.practice-book-author{color:#0f1e3ab3;letter-spacing:.0375rem;margin-top:.75rem;font-size:.9375rem;line-height:1.25rem}.practice-book-cta{background:var(--primary);color:#fff;border-radius:.375rem;width:fit-content;margin:1.56rem auto 0;padding:.75rem 3.16rem;font-size:1rem;font-weight:700;line-height:1.61431rem;transition:opacity .2s;display:block}.practice-book-cta:hover{opacity:.9}.practice-book-cta--desktop{display:block}.practice-book-cta--mobile{order:3;display:none}@media (width<=1024px){.practice-section .section-heading{margin-bottom:2.5rem}.practice-cards{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:3rem}.practice-card{min-height:17.5rem}.practice-book-image{width:12rem}.practice-book-release{font-size:.875rem}}@media (width<=768px){.practice-cards{grid-template-columns:1fr}.practice-card-content{padding:2.19rem 1.25rem 1.98rem}.practice-book-content{text-align:center;flex-direction:column;padding:2rem}.practice-book-image{order:2;width:12rem}.practice-book-info{text-align:center;order:1}.practice-book-author{margin-bottom:0}.practice-book-cta--desktop{display:none}.practice-book-cta--mobile{display:inline-block}.practice-card-divider{margin:1.25rem 0 .79rem}.practice-card-note{margin-top:.77rem}}.faq-section{background:#eceef1}.faq-section .section-heading{color:var(--foreground);margin-bottom:4rem}.faq-inner{max-width:70rem;margin:0 auto}.faq-accordion{flex-direction:column;gap:1rem;max-width:65rem;margin:0 auto;display:flex}.faq-item{background:#fff;overflow:hidden;box-shadow:0 1px 3px #00000014}.faq-trigger{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.25rem 2rem;display:flex}.faq-trigger-inner{align-items:flex-start;gap:.75rem;display:flex}.faq-icon{width:1.5rem;height:1.5rem;color:var(--muted-foreground);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:0;line-height:0;transition:background .2s,color .2s;display:flex;position:relative}.faq-icon:before,.faq-icon:after{content:"";background:currentColor;border-radius:999px;width:.75rem;height:.125rem;transition:transform .25s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.faq-icon:after{transform:translate(-50%,-50%)rotate(90deg)}.faq-item.is-open .faq-icon:after{transform:translate(-50%,-50%)rotate(180deg)}.faq-content{grid-template-rows:0fr;transition:grid-template-rows .35s;display:grid}.faq-item.is-open .faq-content{grid-template-rows:1fr}.faq-content-inner{overflow:hidden}.faq-answer-wrap{align-items:flex-start;gap:.75rem;padding:0 2rem 2rem;display:flex}.faq-q{color:var(--primary);font-family:var(--font-en);flex-shrink:0;font-size:1.125rem;font-weight:700;line-height:1.5}.faq-a{color:var(--gold);font-family:var(--font-en);flex-shrink:0;font-size:1.125rem;font-weight:700;line-height:1.5}.faq-question{color:#121212;font-size:1rem;font-weight:500;line-height:1.6}.faq-answer{color:var(--muted-foreground);font-size:1rem;font-weight:400;line-height:1.75}@media (width<=1024px){.faq-section .section-heading{margin-bottom:3rem}.faq-trigger{padding:1.25rem 1.5rem}.faq-answer-wrap{padding:0 1.5rem 1.5rem}.faq-q,.faq-a,.faq-a{font-size:1.25rem}}.contact-section{background:linear-gradient(90deg,#0f1e3a 0%,#4a718f 100%);padding:3.25rem 0 4.56rem}.contact-section>.container{max-width:62rem}.contact-section .section-intro{text-align:center;margin-bottom:2.5rem}.contact-section .section-label{color:var(--gold)}.contact-section .section-heading{color:#fff}.contact-description{color:#fff;text-align:center;margin-top:1.19rem;font-size:1rem;line-height:1.75}.contact-cards{grid-template-columns:1fr 1fr;gap:1.8rem;max-width:52rem;margin:0 auto;display:grid}.contact-card{border-radius:.375rem;justify-content:space-between;align-items:center;padding:1.75rem 1.88rem;transition:opacity .2s;display:flex;position:relative;overflow:hidden}.contact-card:hover{opacity:.8}.contact-card--gold{background:linear-gradient(90deg,#a98728 -6.06%,#c9a84c 47.47%,#e3ca86 97.95%)}.contact-card--white{background:#fff}.contact-card-content{flex-direction:column;gap:.5rem;display:flex}.contact-card-sub{color:#fff;font-size:.8125rem;font-weight:400}.contact-card-title{color:#fff;font-size:1.125rem;font-weight:600;line-height:1.61431rem}.contact-card-sub.contact-card-sub--dark{color:var(--muted-foreground)}.contact-card-title.contact-card-title--dark{color:var(--foreground)}.contact-card-arrow{background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.contact-card-arrow svg{width:1.25rem;height:1.25rem;color:var(--accent)}.contact-card-arrow--dark{background:var(--primary)}.contact-card-arrow--dark svg{color:#fff}@media (width<=1024px){.contact-description{margin-bottom:2.5rem}.contact-cards{justify-items:center;max-width:fit-content}.contact-card{width:17.5rem;padding:1.5rem 1.25rem}.contact-card-sub{line-height:1.3}.contact-card-arrow{width:2.5rem;height:2.5rem}.contact-card-arrow svg{width:1.25rem;height:1.25rem}}@media (width<=768px){.contact-cards{grid-template-columns:1fr;gap:1.5rem;width:fit-content;max-width:100%}.contact-description{text-align:start}}.site-footer{background:#eee}.footer-upper{padding:3rem var(--section-pad);padding-top:2.87rem;padding-bottom:2.5rem}.footer-upper-inner{max-width:var(--container-max);flex-direction:row;justify-content:space-between;align-items:center;gap:2.5rem;margin:0 auto;display:flex}.footer-brand{flex-direction:row;align-items:center;gap:2.5rem;display:flex}.footer-cdp-logo img{width:auto;height:5rem}.footer-company-info{color:#384a6a;text-align:left;font-size:.8175rem;line-height:1.75}.footer-nav{grid-template-columns:1fr 1fr;gap:.75rem 4rem;display:grid}.footer-nav a{color:#4e4d4d;white-space:nowrap;font-size:.875rem;transition:opacity .2s}.footer-nav a:hover{opacity:.7}.footer-lower{padding:1rem var(--section-pad);border-top:1px solid #d1d1d1;padding-top:1rem;padding-bottom:1rem}.footer-lower-inner{max-width:var(--container-max);flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;margin:0 auto;padding:0 3vw;display:flex}.footer-meta{flex-direction:row;align-items:center;gap:2rem;display:flex}.footer-teras-logo img{width:auto;height:2.5rem}.footer-links{color:#4d4d4d;align-items:center;gap:1.25rem;transition:color .2s;display:flex}.footer-links a{color:#6b7280;font-size:.875rem;transition:color .2s}.footer-links a:hover{color:#4d4d4dcc}.footer-copyright{color:#4d4d4d;font-family:var(--font-en);font-size:.75rem}@media (width<=1300px){.footer-nav{gap:.75rem 3rem}}@media (width<=1024px){.footer-upper{padding:3rem var(--section-pad)}.footer-upper-inner{flex-direction:column;align-items:center;gap:2.5rem}.footer-brand{flex-direction:column;align-items:center;gap:1.38rem}.footer-company-info{text-align:center;font-size:.8125rem}.footer-nav{display:none}.footer-links a{font-size:.75rem}.footer-lower{padding:1rem var(--section-pad)}}@media (width<=768px){.footer-lower-inner{flex-direction:column;align-items:center}.footer-meta{flex-direction:column;align-items:center;gap:1rem}.footer-links a{font-size:.8125rem}}.tb-break{display:none}@media (width<=1024px){.tb-break{display:block}}.sp-break{display:none}@media (width<=768px){.sp-break{display:block}}
