@import "https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;800&family=Noto+Sans+JP:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@400;700&family=Shippori+Antique+B1:wght@400;700&display=swap";
:root{--grid-columns:16;--grid-unit:calc(100vw/16);--content-max-width:1200px;--content-padding:40px;--color-pink-primary:#e85298;--color-pink-light:#f5a0c5;--color-pink-pale:#fde8f0;--color-blue-primary:#4a90d9;--color-blue-light:#7bb3e8;--color-blue-pale:#e8f4fd;--color-blue-dark:#2e5c8a;--color-text:#333;--color-text-light:#666;--color-text-heading:#46344e;--color-white:#fff;--color-logo-black:#46344e;--gradient-pink-blue:linear-gradient(135deg,var(--color-pink-primary)0%,var(--color-blue-primary)100%);--font-display:"Noto Sans JP","Hiragino Kaku Gothic ProN",sans-serif;--font-heading:"Shippori Antique B1","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;--font-body:"Zen Kaku Gothic New","Noto Sans JP",sans-serif;--font-accent:"Jost","Noto Sans JP",sans-serif;--font-size-base:clamp(15px,1.1vw,17px);--font-size-sm:clamp(13px,1vw,15px);--font-size-lg:clamp(18px,1.6vw,22px);--font-size-xl:clamp(22px,2vw,28px);--font-size-2xl:clamp(32px,4vw,48px);--section-padding:120px;--section-padding-mobile:60px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-weight:400;font-size:var(--font-size-base);color:var(--color-text);background:var(--color-white);line-height:1.8;position:relative;overflow-x:hidden}body:before{content:"";opacity:.6;z-index:-3;pointer-events:none;background-image:url(/bg.png);background-position:top;background-repeat:repeat;background-size:auto;width:100%;height:100%;position:fixed;top:0;left:0}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.section{padding:var(--section-padding)0;position:relative}@media (max-width:768px){.section{padding:var(--section-padding-mobile)0}}.container{max-width:var(--content-max-width);padding:0 var(--content-padding);margin:0 auto}@media (max-width:768px){.container{padding:0 20px}}.grid-container{grid-template-columns:repeat(var(--grid-columns),1fr);width:100%;display:grid;position:relative}.heading-xl{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.3}.heading-lg{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.4}.heading-md{font-family:var(--font-display);font-size:clamp(1.25rem,2vw,1.75rem);font-weight:700;line-height:1.5}.text-sm{font-size:var(--font-size-sm)}.text-base{font-size:var(--font-size-base)}.text-lg{font-size:var(--font-size-lg)}.text-xl{font-size:var(--font-size-xl)}.text-accent{font-family:var(--font-accent);letter-spacing:.05em;font-weight:500}.btn{cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:8px;padding:16px 40px;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex}.btn-primary{background:var(--gradient-pink-blue);color:var(--color-white);box-shadow:0 4px 20px #e852984d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #e8529866}.btn-outline{border:2px solid var(--color-pink-primary);color:var(--color-pink-primary);background:0 0}.btn-outline:hover{background:var(--color-pink-primary);color:var(--color-white)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-on-scroll{opacity:0}.animate-on-scroll.is-visible{animation-duration:.75s;animation-timing-function:cubic-bezier(.4,0,.2,1);animation-fill-mode:both}.animate-fade-in-up.is-visible{animation-name:fadeInUp}.animate-fade-in.is-visible{animation-name:fadeIn}.animate-slide-in-left.is-visible{animation-name:slideInLeft}.animate-slide-in-right.is-visible{animation-name:slideInRight}.animate-scale-in.is-visible{animation-name:scaleIn}.animate-delay-1{animation-delay:.15s}.animate-delay-2{animation-delay:.3s}.animate-delay-3{animation-delay:.45s}.animate-delay-4{animation-delay:.6s}.animate-delay-5{animation-delay:.75s}.animate-delay-6{animation-delay:.9s}@media (prefers-reduced-motion:reduce){.animate-on-scroll,.animate-on-scroll.is-visible,.animate-section-title{opacity:1!important;animation:none!important;transform:none!important}}@keyframes sectionTitleReveal{0%{opacity:0;clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);transform:translateY(30px)}60%{clip-path:polygon(0 40%,100% 40%,100% 100%,0 100%)}to{opacity:1;clip-path:polygon(0 0,100% 0,100% 100%,0 100%);transform:translateY(0)}}.animate-section-title{animation:.8s cubic-bezier(.34,1.56,.64,1) both sectionTitleReveal}@keyframes cardStaggerIn{0%{opacity:0;transform:translateY(40px)scale(.94)}70%{transform:translateY(-3px)scale(1.01)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes cardStaggerInFine{0%{opacity:0;filter:blur(8px);transform:translateY(60px)scale(.85)}40%{opacity:.6;filter:blur(4px);transform:translateY(20px)scale(.95)}75%{opacity:.95;filter:blur();transform:translateY(-2px)scale(1.02)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}.animate-card-in{animation:.7s cubic-bezier(.34,1.56,.64,1) both cardStaggerIn}@keyframes imageFadeIn{0%{opacity:0;filter:blur(12px)brightness(1.1)}60%{opacity:.7;filter:blur(3px)brightness(1.05)}to{opacity:1;filter:blur()brightness()}}.animate-image-fade{animation:1.2s ease-out both imageFadeIn}@keyframes paragraphSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-paragraph{animation:.6s cubic-bezier(.4,0,.2,1) both paragraphSlide}@keyframes numberCountFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-number-reveal{animation:.8s cubic-bezier(.34,1.56,.64,1) both numberCountFade}@keyframes slideFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.animate-slide-from-left{animation:.7s cubic-bezier(.34,1.56,.64,1) both slideFromLeft}@keyframes slideFromRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.animate-slide-from-right{animation:.7s cubic-bezier(.34,1.56,.64,1) both slideFromRight}.animate-stagger-delay-0{animation-delay:0s}.animate-stagger-delay-1{animation-delay:50ms}.animate-stagger-delay-2{animation-delay:.1s}.animate-stagger-delay-3{animation-delay:.15s}.animate-stagger-delay-4{animation-delay:.2s}.animate-stagger-delay-5{animation-delay:.25s}.animate-stagger-delay-6{animation-delay:.3s}.animate-stagger-delay-7{animation-delay:.35s}.animate-stagger-delay-8{animation-delay:.4s}.animate-stagger-delay-9{animation-delay:.45s}.animate-stagger-delay-10{animation-delay:.5s}.interactive-lift:hover,.interactive-lift:focus-visible{transform:translateY(-4px);box-shadow:0 12px 32px #00000026}.interactive-link{transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.interactive-link:after{content:"";background:currentColor;width:0;height:2px;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-2px;left:0}.interactive-link:hover:after,.interactive-link:focus-visible:after{width:100%}.button-glow:hover{box-shadow:0 0 20px #e8529866,0 4px 20px #e852984d}.will-animate-transform{will-change:transform}.will-animate-opacity{will-change:opacity}.will-animate-filter{will-change:filter}.sp-break{display:none}@media (max-width:1024px){.sp-break{display:inline}}
@font-face{font-family:Jost;font-style:normal;font-weight:400;font-display:swap;src:url(../media/39c55468420adfa6-s.56419174.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Jost;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9b8f0e32b229dbc1-s.cfd9c1c2.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Jost;font-style:normal;font-weight:400;font-display:swap;src:url(../media/81cef6a21128489e-s.p.6cf41120.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Jost;font-style:normal;font-weight:500;font-display:swap;src:url(../media/39c55468420adfa6-s.56419174.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Jost;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9b8f0e32b229dbc1-s.cfd9c1c2.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Jost;font-style:normal;font-weight:500;font-display:swap;src:url(../media/81cef6a21128489e-s.p.6cf41120.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Jost;font-style:normal;font-weight:600;font-display:swap;src:url(../media/39c55468420adfa6-s.56419174.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Jost;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9b8f0e32b229dbc1-s.cfd9c1c2.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Jost;font-style:normal;font-weight:600;font-display:swap;src:url(../media/81cef6a21128489e-s.p.6cf41120.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Jost;font-style:normal;font-weight:700;font-display:swap;src:url(../media/39c55468420adfa6-s.56419174.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Jost;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9b8f0e32b229dbc1-s.cfd9c1c2.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Jost;font-style:normal;font-weight:700;font-display:swap;src:url(../media/81cef6a21128489e-s.p.6cf41120.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Jost;font-style:normal;font-weight:800;font-display:swap;src:url(../media/39c55468420adfa6-s.56419174.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Jost;font-style:normal;font-weight:800;font-display:swap;src:url(../media/9b8f0e32b229dbc1-s.cfd9c1c2.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Jost;font-style:normal;font-weight:800;font-display:swap;src:url(../media/81cef6a21128489e-s.p.6cf41120.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Jost Fallback;src:local(Arial);ascent-override:111.45%;descent-override:39.06%;line-gap-override:0.0%;size-adjust:96.01%}.jost_a22b93d9-module__uH7yEG__className{font-family:Jost,Jost Fallback;font-style:normal}.jost_a22b93d9-module__uH7yEG__variable{--font-jost:"Jost","Jost Fallback"}
