@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}html{font-size:16px;line-height:1.6;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:inherit;color:#1e293b;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;position:relative;width:100%;max-width:100vw}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-family:Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:1.2}p,ul,ol,dl{margin-top:0;margin-bottom:1rem}ul ul,ul ol,ol ul,ol ol{margin-bottom:0}a{color:#3b82f6;text-decoration:none;background-color:transparent;transition:color .3s cubic-bezier(.4,0,.2,1)}a:hover{color:#0b63f3}img{max-width:100%;height:auto;vertical-align:middle;border-style:none}button{border-radius:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}::-moz-focus-inner{padding:0;border-style:none}textarea{overflow:auto;resize:vertical}[hidden]{display:none!important}html{scroll-behavior:smooth;overflow-x:hidden;width:100%}::selection{background:#3b82f6;color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#1e3a8a}.loader{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;align-items:center;justify-content:center;z-index:10000}.loader__spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.noise{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:.03;z-index:1}.noise:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}.l-header{position:fixed;top:0;left:0;width:100%;background:#fff;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 1px 3px #0000;z-index:1000;transition:all .3s cubic-bezier(.4,0,.2,1)}.l-header__inner{display:flex;align-items:center;justify-content:space-between;height:80px;position:relative;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media (max-width: 575px){.l-header__inner{padding:0 16px}}@media (max-width: 767px){.l-header__inner{padding-right:16px;padding-left:16px;max-width:100%;width:100%;box-sizing:border-box}}.l-header__logo{margin:0;flex-shrink:0}.l-header__logo a{display:inline-block;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.l-header__logo a:hover{opacity:.7}.l-header__logo-img{height:36px;width:auto;display:block}@media (max-width: 767px){.l-header__logo-img{height:28px}}@media (max-width: 991px){.l-header__nav--desktop{display:none}}@media (min-width: 992px){.l-header__nav--mobile{display:none}}@media (max-width: 991px){.l-header__nav--mobile{position:fixed;top:0;left:0;width:100%;height:100vh;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:9999;display:flex;flex-direction:column}.l-header__nav--mobile.is-active{opacity:1;visibility:visible}}.l-header__nav-header{display:flex;justify-content:space-between;align-items:center;padding:32px;border-bottom:1px solid rgba(30,41,59,.1)}@media (max-width: 991px){.l-header__nav-header{padding:32px 16px}}.l-header__nav-logo{font-size:1.5rem;font-weight:900;color:#1e293b;letter-spacing:.05em}.l-header__nav-close-btn{width:48px;height:48px;border:none;background:#1e293b1a;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);color:#1e293b}.l-header__nav-close-btn:hover{background:#1e293b33;transform:scale(1.05)}.l-header__nav-close-btn:focus-visible{outline:3px solid #3b82f6;outline-offset:2px}.l-header__nav-close-btn svg{width:20px;height:20px}.l-header__nav-list{display:flex;gap:32px;margin:0;padding:0;list-style:none}.l-header__nav--desktop .l-header__nav-list{display:flex;gap:32px}@media (max-width: 991px){.l-header__nav--desktop .l-header__nav-list{gap:24px}}@media (max-width: 767px){.l-header__nav--desktop .l-header__nav-list{gap:16px}}@media (max-width: 991px){.l-header__nav--mobile .l-header__nav-list{flex-direction:column;justify-content:flex-start;align-items:stretch;padding:32px 0;gap:0;flex:1}}.l-header__nav-item{margin:0;position:relative}.l-header__nav-item--dropdown:hover .l-header__nav-link svg{transform:rotate(180deg)}.l-header__nav--desktop .l-header__nav-link{color:#64748b;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;font-size:.9375rem;white-space:nowrap;display:flex;align-items:center;gap:8px}@media (max-width: 991px){.l-header__nav--desktop .l-header__nav-link{font-size:.875rem;padding:.25rem .5rem}}.l-header__nav--desktop .l-header__nav-link svg{transition:transform .3s cubic-bezier(.4,0,.2,1)}.l-header__nav--desktop .l-header__nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#3b82f6;transition:width .3s cubic-bezier(.4,0,.2,1)}.l-header__nav--desktop .l-header__nav-link:hover{color:#3b82f6}.l-header__nav--desktop .l-header__nav-link:hover:after{width:100%}.l-header__nav--desktop .l-header__nav-link.is-current{color:#3b82f6}.l-header__nav--desktop .l-header__nav-link.is-current:after{width:100%}@media (max-width: 991px){.l-header__nav--mobile .l-header__nav-link{display:flex;align-items:center;min-height:56px;padding:32px 16px;font-size:1.125rem;font-weight:500;color:#1e293b;text-align:left;border-bottom:1px solid rgba(30,41,59,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.l-header__nav--mobile .l-header__nav-link:last-child{border-bottom:none}.l-header__nav--mobile .l-header__nav-link[aria-current=page]{background:#3b82f61a;color:#3b82f6;border-left:4px solid #3b82f6;font-weight:700}.l-header__nav--mobile .l-header__nav-link:hover{color:#3b82f6;background:#3b82f60d;padding-left:24px}.l-header__nav--mobile .l-header__nav-link.is-current{background:#3b82f61a;color:#3b82f6;border-left:4px solid #3b82f6;font-weight:700}.l-header__nav--mobile .l-header__nav-link:focus-visible{outline:3px solid #3b82f6;outline-offset:-3px}}.l-header__dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(8px);background:#fff;border-radius:12px;box-shadow:0 12px 40px #0000001a,0 0 0 1px #0000000a;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;min-width:240px;z-index:1000;padding:0;list-style:none}.l-header__dropdown:before{content:"";position:absolute;top:-16px;left:0;right:0;height:16px}.l-header__nav-item--dropdown:hover .l-header__dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.l-header__dropdown-item{margin:0;list-style:none}.l-header__dropdown-link{display:flex;align-items:center;gap:8px;padding:10px 32px;color:#1e293b;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .15s ease,color .15s ease}.l-header__dropdown-link:hover{background:#3b82f60f;color:#3b82f6}.l-header__dropdown-link.is-current{color:#3b82f6;font-weight:600;background:#3b82f614}.l-header__dropdown-link:first-child{font-weight:600;color:#3b82f6;border-bottom:1px solid rgba(0,0,0,.06);margin-bottom:4px;padding:12px 32px;border-radius:12px 12px 0 0}.l-header__dropdown-item:last-child .l-header__dropdown-link{border-radius:0 0 12px 12px}.l-header__nav-item--dropdown-mobile .l-header__nav-link--dropdown-toggle{background:none;border:none;cursor:pointer;width:100%;text-align:left;justify-content:space-between}.l-header__nav-item--dropdown-mobile .l-header__nav-link--dropdown-toggle svg{transition:transform .3s cubic-bezier(.4,0,.2,1)}.l-header__nav-item--dropdown-mobile .l-header__nav-link--dropdown-toggle.is-active svg{transform:rotate(180deg)}.l-header__dropdown-mobile{max-height:0;overflow:hidden;transition:max-height .3s ease-out;background:#3b82f60d}.l-header__dropdown-mobile.is-active{max-height:300px}.l-header__dropdown-mobile-item{margin:0}@media (max-width: 991px){.l-header__dropdown-mobile-link{display:flex;align-items:center;min-height:48px;padding:24px 48px;font-size:1rem;font-weight:400;color:#1e293b;text-align:left;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.l-header__dropdown-mobile-link:hover{color:#3b82f6;background:#3b82f61a;padding-left:56px}.l-header__dropdown-mobile-link.is-current{background:#3b82f626;color:#3b82f6;font-weight:600;border-left:3px solid #3b82f6;padding-left:53px}.l-header__dropdown-mobile-link:first-child{font-weight:600;color:#3b82f6}}@media (min-width: 992px){.l-header__cta{margin-left:32px;flex-shrink:0}}@media (max-width: 991px){.l-header__cta{display:none}}.l-header__menu-toggle{display:none;width:48px;height:48px;padding:12px;background:none;border:none;cursor:pointer;position:relative;flex-shrink:0}@media (max-width: 991px){.l-header__menu-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}}.l-header__menu-toggle span{display:block;width:22px;height:2px;background:#1e293b;transition:all .3s cubic-bezier(.25,.46,.45,.94);border-radius:2px;transform-origin:center}.l-header__menu-toggle.is-active span:nth-child(1){transform:rotate(45deg) translateY(6px)}.l-header__menu-toggle.is-active span:nth-child(2){opacity:0;transform:scaleX(0)}.l-header__menu-toggle.is-active span:nth-child(3){transform:rotate(-45deg) translateY(-6px)}.l-header.is-scrolled{background:#ffffff80;backdrop-filter:blur(20px) saturate(1.2);-webkit-backdrop-filter:blur(20px) saturate(1.2);box-shadow:0 4px 32px #0000001f;border-bottom:1px solid rgba(255,255,255,.3);transition:all .3s cubic-bezier(.4,0,.2,1)}.l-header.is-scrolled .l-header__inner{height:70px}@media (max-width: 767px){.l-header.is-scrolled .l-header__inner{height:65px}}.l-header.is-scrolled .l-header__logo a{color:#1e293b}.l-header.is-scrolled .l-header__nav-link{color:#64748b}.l-footer{background:#1e293b;color:#fff;padding:64px 0 32px;position:relative;z-index:100}.l-footer__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media (max-width: 575px){.l-footer__container{padding:0 16px}}.l-footer__content{display:grid;grid-template-columns:1fr 2fr 1fr;gap:48px;margin-bottom:48px;align-items:start}@media (max-width: 767px){.l-footer__content{grid-template-columns:1fr;gap:32px}}.l-footer__logo{margin:0 0 16px}.l-footer__logo-img{height:32px;width:auto;filter:brightness(0) invert(1)}.l-footer__tagline{font-size:.875rem;opacity:.8;line-height:1.6}.l-footer__nav{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media (max-width: 767px){.l-footer__nav{grid-template-columns:1fr;gap:24px}}.l-footer__nav-section h3{margin:0 0 24px}.l-footer__nav-title{font-size:1rem;font-weight:700;color:#fff;margin-bottom:24px;opacity:1}.l-footer__nav-list{list-style:none;padding:0;margin:0}.l-footer__nav-list li{margin-bottom:8px}.l-footer__nav-list a{color:#fff;opacity:.8;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.l-footer__nav-list a:hover{opacity:1;color:#fff}.l-footer__info-item{font-size:.875rem;opacity:.8;margin-bottom:8px}.l-footer__info-item:last-child{margin-bottom:0}.l-footer__info-note{font-size:.75rem;opacity:.7;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.2);line-height:1.4}.l-footer__contact{margin-top:24px}.l-footer__bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:32px}.l-footer__copyright{text-align:center;font-size:.875rem;opacity:.7;margin:0}.l-main{padding-top:80px;width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}.l-main>*:not(:first-child):not(.has-custom-bg):not(.p-unified-hero):not(.p-contact){position:relative;z-index:100;background:#fff}.l-main>.has-custom-bg,.l-main>.p-unified-hero,.l-main>.p-contact{position:relative;z-index:100}.c-button{display:inline-block;padding:24px 48px;font-weight:700;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;border:2px solid transparent;border-radius:8px;cursor:pointer;text-decoration:none;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:1rem}.c-button--primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;box-shadow:0 4px 14px #3b82f640}.c-button--primary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #3b82f659}.c-button--primary:active{transform:translateY(0);box-shadow:0 2px 10px #3b82f640}.c-button--secondary{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;box-shadow:0 4px 14px #10b98140}.c-button--secondary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98159}.c-button--outline{background:transparent;color:#1e293b;border:2px solid #e2e8f0}.c-button--outline:hover{background:#f1f5f9;border-color:#3b82f6;color:#3b82f6;transform:translateY(-2px)}.p-service-cta .c-button--outline{color:#fff;border-color:#fff}.p-service-cta .c-button--outline:hover{background:#ffffff1a;border-color:#fff;color:#fff}.c-button--ghost{background:transparent;color:#3b82f6;border:none;padding:16px 24px}.c-button--ghost:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:#3b82f6;transform:translate(-50%);transition:width .3s cubic-bezier(.4,0,.2,1)}.c-button--ghost:hover:after{width:100%}.c-button--white{background:#fff;color:#1e293b;border:none;box-shadow:0 4px 14px #0000001a}.c-button--white:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.c-button--large{padding:24px 48px;font-size:1.05rem}@media (max-width: 575px){.c-button--large{min-height:50px;padding:24px 32px}}.c-button--small{padding:16px 24px;font-size:.875rem}@media (max-width: 575px){.c-button--small{min-height:44px}}.c-button--block{display:block;width:100%}@media (max-width: 575px){.c-button{min-height:48px;padding:24px 32px;font-size:1.0625rem}}.c-button:focus{outline:none;box-shadow:0 0 0 3px #3b82f640}.c-button:focus-visible{outline:3px solid #3b82f6;outline-offset:2px}.c-button:disabled{opacity:.6;cursor:not-allowed}.c-button:disabled:hover{transform:none;box-shadow:none}.c-button__icon{margin-right:8px}.c-button__icon--right{margin-right:0;margin-left:8px}.c-button--white-text{color:#fff!important}.c-button--white-text:hover{color:#3b82f6!important}.c-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.c-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.c-card__image{overflow:hidden;position:relative}.c-card__image:before{content:"";display:block;padding-top:56.25%}.c-card__image>*{position:absolute;top:0;left:0;width:100%;height:100%}.c-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s cubic-bezier(.4,0,.2,1)}.c-card__image:hover img{transform:scale(1.05)}.c-card__body{padding:32px}.c-card__title{font-size:1.25rem;font-weight:900;color:#1e293b;margin-bottom:16px}.c-card__text{color:#64748b;line-height:1.6;margin-bottom:24px}.c-card__footer{padding:24px 32px;background:#f1f5f9;border-top:1px solid #e2e8f0}.c-card--horizontal{display:flex}.c-card--horizontal .c-card__image{flex:0 0 300px}.c-card--horizontal .c-card__image:before{display:none}.c-card--horizontal .c-card__body{flex:1}@media (max-width: 575px){.c-card--horizontal{flex-direction:column}.c-card--horizontal .c-card__image{flex:none;position:relative}.c-card--horizontal .c-card__image:before{content:"";display:block;padding-top:56.25%}.c-card--horizontal .c-card__image>*{position:absolute;top:0;left:0;width:100%;height:100%}}.c-form__group{margin-bottom:32px}.c-form__group:last-child{margin-bottom:0}.c-form__label{display:block;font-weight:700;color:#1e293b;margin-bottom:8px}.c-form__required{display:inline-block;background:#10b981;color:#fff;font-size:.75rem;font-weight:700;padding:2px 8px;border-radius:4px;margin-left:8px;vertical-align:middle}.c-form__input,.c-form__textarea{width:100%;padding:24px 32px;font-size:1rem;font-family:inherit;color:#1e293b;background:#fff;border:2px solid #e2e8f0;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);min-height:48px;box-sizing:border-box}@media (max-width: 575px){.c-form__input,.c-form__textarea{padding:24px 32px;font-size:1.0625rem;min-height:50px}}.c-form__input:focus,.c-form__textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.c-form__input:focus-visible,.c-form__textarea:focus-visible{outline:3px solid #3b82f6;outline-offset:2px}.c-form__input::placeholder,.c-form__textarea::placeholder{color:#64748b}.c-form__textarea{resize:vertical;min-height:120px}@media (max-width: 575px){.c-form__textarea{min-height:140px}}.c-form__textarea#estimate{background:#3b82f608;border-color:#3b82f633;min-height:180px}.c-form__textarea#estimate:read-only{background:#3b82f60d;color:#64748b;cursor:default}.c-form__textarea#estimate::placeholder{color:#3b82f699;font-style:italic}.c-form__error{display:block;color:#10b981;font-size:.875rem;margin-top:8px}.c-form__success{display:block;color:#22c55e;font-size:.875rem;margin-top:8px}.c-heading{font-weight:900;line-height:1.2}.c-heading--primary{font-size:clamp(2rem,4vw,3rem);color:#1e293b;margin-bottom:16px}.c-heading--secondary{font-size:clamp(1.5rem,3vw,2rem);color:#1e293b;margin-bottom:16px}.c-heading__sub{font-size:.8rem;font-weight:600;color:#3b82f6;letter-spacing:.15em;text-transform:uppercase;margin:0}.c-heading--center{text-align:center}.c-heading--white{color:#fff}.p-about{padding:48px 0;background-color:#f1f5f9}.p-about__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media (max-width: 575px){.p-about__container{padding:0 16px}}.p-about__header{text-align:center;margin-bottom:64px}.p-about__intro{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-bottom:64px}@media (max-width: 767px){.p-about__intro{grid-template-columns:1fr;gap:32px}}.p-about__intro-title{font-size:2rem;font-weight:900;line-height:1.4;margin-bottom:24px;color:#1e293b}@media (max-width: 575px){.p-about__intro-title{font-size:1.5rem}}.p-about__intro-description{line-height:1.8;color:#64748b}.p-about__intro-description+.p-about__intro-description{margin-top:16px}.p-about__intro-actions{display:flex;gap:24px;margin-top:32px}@media (max-width: 575px){.p-about__intro-actions{flex-direction:column;gap:16px}}.p-about__intro-image{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.p-about__intro-image img{width:100%;height:auto;display:block}.p-about__features{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media (max-width: 767px){.p-about__features{grid-template-columns:1fr;gap:24px}}.p-about__feature{background:#fff;padding:32px;border-radius:16px;text-align:center;box-shadow:0 4px 20px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-about__feature:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.p-about__feature-icon{font-size:3rem;margin-bottom:24px}.p-about__feature-title{font-size:1.25rem;font-weight:700;margin-bottom:16px;color:#1e293b}.p-about__feature-description{line-height:1.6;color:#64748b;margin:0}.p-ap-hero{padding:96px 0 64px;background:linear-gradient(160deg,#f8fafc,#eef2ff,#f0fdf4)}.p-ap-hero__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media (max-width: 575px){.p-ap-hero__container{padding:0 16px}}.p-ap-hero__inner{display:grid;grid-template-columns:280px 1fr;gap:64px;align-items:center;max-width:900px;margin:0 auto}@media (max-width: 767px){.p-ap-hero__inner{grid-template-columns:1fr;text-align:center;gap:32px}}.p-ap-hero__photo{position:relative}.p-ap-hero__photo img{width:100%;height:auto;border-radius:20px;box-shadow:0 20px 50px #3b82f626}@media (max-width: 767px){.p-ap-hero__photo{max-width:220px;margin:0 auto}}.p-ap-hero__badge{display:inline-block;padding:4px 14px;background:#3b82f6;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.15em;border-radius:100px;margin-bottom:16px}.p-ap-hero__name{font-size:clamp(2.25rem,5vw,3rem);font-weight:900;color:#1e293b;margin-bottom:2px;line-height:1.2}.p-ap-hero__sub{font-size:.9rem;color:#64748b;font-weight:500;letter-spacing:.1em;margin-bottom:24px}.p-ap-hero__loc{font-size:.9rem;color:#64748b;margin-bottom:24px}.p-ap-hero__desc{font-size:1rem;line-height:1.8;color:#1e293b}@media (max-width: 767px){.p-ap-hero__desc{text-align:left}}.p-ap-numbers{padding:48px 0;background:#1e293b}.p-ap-numbers__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media (max-width: 575px){.p-ap-numbers__container{padding:0 16px}}.p-ap-numbers__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;text-align:center}@media (max-width: 575px){.p-ap-numbers__grid{grid-template-columns:repeat(2,1fr)}}.p-ap-numbers__item{color:#fff}.p-ap-numbers__value{display:block;font-size:clamp(2rem,4vw,2.75rem);font-weight:900;line-height:1.1;margin-bottom:4px}.p-ap-numbers__value small{font-size:.5em;font-weight:600;opacity:.7}.p-ap-numbers__label{font-size:.8rem;opacity:.7;letter-spacing:.05em}.p-ap-career{padding:96px 0}.p-ap-career__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box;max-width:800px}@media (max-width: 575px){.p-ap-career__container{padding:0 16px}}.p-ap-career__header{text-align:center;margin-bottom:64px}.p-ap-career__title{font-size:clamp(2rem,4vw,2.5rem);font-weight:900;color:#1e293b;letter-spacing:.05em;margin-bottom:4px}.p-ap-career__title-ja{font-size:.85rem;color:#3b82f6;font-weight:600;letter-spacing:.15em}.p-ap-career__timeline{position:relative;padding-left:32px}.p-ap-career__timeline:before{content:"";position:absolute;left:7px;top:8px;bottom:8px;width:2px;background:linear-gradient(to bottom,#3b82f6,#3b82f633)}.p-ap-career__item{position:relative;margin-bottom:48px}.p-ap-career__item:last-child{margin-bottom:0}.p-ap-career__dot{position:absolute;left:-32px;top:6px;width:16px;height:16px;background:#fff;border:3px solid #3b82f6;border-radius:50%;z-index:1}.p-ap-career__item--current .p-ap-career__dot{background:#3b82f6;box-shadow:0 0 0 4px #3b82f633}.p-ap-career__period{font-size:.85rem;font-weight:700;color:#3b82f6;margin-bottom:4px;letter-spacing:.05em}.p-ap-career__card h3{font-size:1.15rem;font-weight:700;color:#1e293b;margin-bottom:8px}.p-ap-career__card p{font-size:.95rem;color:#64748b;line-height:1.7}.p-ap-skills{padding:96px 0;background:#f8fafc}.p-ap-skills__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media (max-width: 575px){.p-ap-skills__container{padding:0 16px}}.p-ap-skills__header{text-align:center;margin-bottom:64px}.p-ap-skills__title{font-size:clamp(2rem,4vw,2.5rem);font-weight:900;color:#1e293b;letter-spacing:.05em;margin-bottom:4px}.p-ap-skills__title-ja{font-size:.85rem;color:#3b82f6;font-weight:600;letter-spacing:.15em}.p-ap-skills__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}@media (max-width: 991px){.p-ap-skills__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 575px){.p-ap-skills__grid{grid-template-columns:1fr}}.p-ap-skills__card{background:#fff;border-radius:16px;padding:32px;text-align:center;transition:transform .2s ease}.p-ap-skills__card:hover{transform:translateY(-3px)}.p-ap-skills__card h3{font-size:1rem;font-weight:700;color:#1e293b;margin-bottom:24px}.p-ap-skills__icon{margin-bottom:16px}.p-ap-skills__icon img{width:48px;height:48px}.p-ap-skills__tags{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}.p-ap-skills__tags span{display:inline-block;padding:4px 10px;font-size:.78rem;font-weight:500;color:#3b82f6;background:#3b82f60f;border-radius:100px}.p-ap-story{padding:96px 0}.p-ap-story__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box;max-width:760px}@media (max-width: 575px){.p-ap-story__container{padding:0 16px}}.p-ap-story__header{text-align:center;margin-bottom:64px}.p-ap-story__title{font-size:clamp(2rem,4vw,2.5rem);font-weight:900;color:#1e293b;letter-spacing:.05em;margin-bottom:4px}.p-ap-story__title-ja{font-size:.85rem;color:#3b82f6;font-weight:600;letter-spacing:.15em}.p-ap-story__block{margin-bottom:48px}.p-ap-story__block h3{font-size:1.2rem;font-weight:800;color:#1e293b;margin-bottom:16px;padding-left:24px;border-left:3px solid #3b82f6}.p-ap-story__block p{font-size:1rem;line-height:1.9;color:#1e293b}.p-ap-story__quote{font-size:clamp(1.3rem,3vw,1.75rem);font-weight:800;color:#3b82f6;text-align:center;padding:48px 0;margin:0 0 48px;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;letter-spacing:.05em}.p-services{padding:96px 0 64px;background:#f8fafc}.p-services__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media (max-width: 575px){.p-services__container{padding:0 16px}}.p-services__header{text-align:center;margin-bottom:64px}.p-services__list{display:grid;gap:48px}.p-services__item{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:32px;border-radius:16px;background:#fff}@media (max-width: 767px){.p-services__item{grid-template-columns:1fr;gap:24px;padding:0;border:none;background:none}.p-services__item:hover{box-shadow:none}}.p-services__item:nth-child(2n) .p-services__item-image{order:2}@media (max-width: 767px){.p-services__item:nth-child(2n) .p-services__item-image{order:unset}}.p-services__item-image{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:4/3}.p-services__item-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.p-services__item-image:hover img{transform:scale(1.04)}.p-services__item-content{padding:16px 0}@media (max-width: 767px){.p-services__item-content{padding:24px 16px}}.p-services__item-title{font-size:clamp(1.35rem,3vw,1.6rem);font-weight:800;color:#1e293b;margin-bottom:8px;line-height:1.3}.p-services__item-description{color:#64748b;font-size:.95rem;line-height:1.75;margin-bottom:24px}.p-services__item-notice{display:flex;align-items:flex-start;gap:8px;padding:8px 16px;background:#3b82f60a;border-left:3px solid #3b82f6;border-radius:0 6px 6px 0;margin-bottom:24px}.p-services__item-notice-icon{color:#3b82f6;font-weight:700;font-size:.875rem;flex-shrink:0;margin-top:1px}.p-services__item-notice-text{font-size:.8rem;color:#64748b;line-height:1.5}.p-services__item-price{display:flex;align-items:baseline;gap:8px;margin-bottom:16px}.p-services__item-price-label{font-size:.85rem;color:#64748b}.p-services__item-price-value{font-size:1.4rem;font-weight:800;color:#3b82f6}.p-services__item-features{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-wrap:wrap;gap:8px}.p-services__item-features li{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;font-size:.8rem;color:#3b82f6;background:#3b82f60f;border-radius:100px;white-space:nowrap}.p-services__item-features li:before{content:"✓";font-weight:700;font-size:.7rem}.p-services__item-action .c-button{min-width:160px}@media (max-width: 575px){.p-services__item-action .c-button{width:100%;min-width:unset;text-align:center;justify-content:center}}.p-services__cta{background:linear-gradient(135deg,#1e293b,#2563eb);border-radius:16px;padding:64px;margin-top:64px;text-align:center;color:#fff}@media (max-width: 767px){.p-services__cta{padding:48px 32px;margin-top:48px}}.p-services__cta-title{font-size:1.5rem;font-weight:700;margin-bottom:24px}@media (max-width: 767px){.p-services__cta-title{font-size:1.25rem}}.p-services__cta-description{font-size:1rem;line-height:1.6;margin-bottom:32px;opacity:.85}.p-services__cta-actions{display:flex;gap:24px;justify-content:center}@media (max-width: 575px){.p-services__cta-actions{flex-direction:column;align-items:center}}.p-services__cta-actions .c-button--outline{background:transparent;color:#fff;border-color:#ffffff4d}.p-services__cta-actions .c-button--outline:hover{background:#ffffff1a;border-color:#fff}.p-sv-list{padding:64px 0}.p-sv-list__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box;display:grid;gap:48px}@media (max-width: 575px){.p-sv-list__container{padding:0 16px}}.p-sv-list__item{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:32px;border-radius:16px;background:#fff}@media (max-width: 767px){.p-sv-list__item{grid-template-columns:1fr;gap:24px;padding:0}}.p-sv-list__item:nth-child(2n) .p-sv-list__item-image{order:2}@media (max-width: 767px){.p-sv-list__item:nth-child(2n) .p-sv-list__item-image{order:unset}}.p-sv-list__item-image{border-radius:12px;overflow:hidden;aspect-ratio:4/3}.p-sv-list__item-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.p-sv-list__item-image:hover img{transform:scale(1.04)}.p-sv-list__item-content{padding:16px 0}@media (max-width: 767px){.p-sv-list__item-content{padding:24px 16px}}.p-sv-list__item-title{font-size:clamp(1.35rem,3vw,1.6rem);font-weight:800;color:#1e293b;margin-bottom:8px;line-height:1.3}.p-sv-list__item-desc{color:#64748b;font-size:.95rem;line-height:1.75;margin-bottom:24px}.p-sv-list__item-price{display:flex;align-items:baseline;gap:8px;margin-bottom:16px}.p-sv-list__item-price-label{font-size:.85rem;color:#64748b}.p-sv-list__item-price-value{font-size:1.4rem;font-weight:800;color:#3b82f6}.p-sv-list__item-features{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-wrap:wrap;gap:8px}.p-sv-list__item-features li{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;font-size:.8rem;color:#3b82f6;background:#3b82f60f;border-radius:100px;white-space:nowrap}.p-sv-list__item-features li:before{content:"✓";font-weight:700;font-size:.7rem}.p-sv-list__item-action .c-button{min-width:160px}@media (max-width: 575px){.p-sv-list__item-action .c-button{width:100%;min-width:unset;text-align:center;justify-content:center}}.p-work{padding:64px 0;background:#fff}.p-work__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media (max-width: 575px){.p-work__container{padding:0 16px}}.p-work__header{text-align:center;margin-bottom:64px}.p-work__title{margin-bottom:32px}.p-work__title-en{display:block;font-size:clamp(.875rem,2vw,1rem);font-weight:700;color:#3b82f6;letter-spacing:.2em;margin-bottom:8px}.p-work__title-ja{display:block;font-size:clamp(2rem,5vw,3rem);font-weight:900;color:#1e293b;line-height:1.2}.p-work__description{font-size:clamp(1rem,2vw,1.125rem);color:#64748b;line-height:1.8}@media (max-width: 575px){.p-work__description br{display:none}}.p-work__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:48px;margin-bottom:64px}@media (max-width: 575px){.p-work__grid{grid-template-columns:1fr;gap:32px}}.p-work__item{transition:all .3s cubic-bezier(.4,0,.2,1)}.p-work__item-inner{height:100%;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #1e293b14;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.p-work__item-inner:hover{transform:translateY(-4px);box-shadow:0 8px 24px #1e293b1a}.p-work__item-image{position:relative;overflow:hidden;aspect-ratio:3/2}.p-work__item-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s ease}.p-work__item-image:after{content:"詳細を見る →";position:absolute;inset:0;background:#1e293b99;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;letter-spacing:.05em;opacity:0;transition:opacity .3s ease}.p-work__item-inner:hover .p-work__item-image img{transform:scale(1.05)}.p-work__item-inner:hover .p-work__item-image:after{opacity:1}.p-work__item-year{position:absolute;top:24px;right:24px;background:#fffffff2;padding:8px 16px;border-radius:6px;font-size:.875rem;font-weight:600;color:#3b82f6}.p-work__item-content{padding:32px;flex:1;display:flex;flex-direction:column}.p-work__item-header{margin-bottom:24px}.p-work__item-category{display:inline-block;font-size:.75rem;font-weight:700;color:#3b82f6;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}.p-work__item-title{font-size:1.5rem;font-weight:800;color:#1e293b;line-height:1.3;margin-bottom:24px}.p-work__item-description{font-size:.95rem;line-height:1.7;color:#64748b;margin-bottom:32px;flex:1}.p-work__item-detail{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:#fff;border:2px solid #3b82f6;border-radius:8px;color:#3b82f6;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-work__item-detail svg{transition:transform .3s cubic-bezier(.4,0,.2,1)}.p-work__item-detail:hover{background:#3b82f6;border-color:transparent;color:#fff}.p-work__more{text-align:center}.p-wk-list{padding:64px 0}.p-wk-list__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media (max-width: 575px){.p-wk-list__container{padding:0 16px}}.p-wk-list__filter{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-bottom:64px}.p-wk-list__filter-btn{padding:6px 18px;border:1.5px solid rgba(59,130,246,.3);background:transparent;color:#3b82f6;font-size:.85rem;font-weight:600;border-radius:100px;cursor:pointer;transition:all .2s ease}.p-wk-list__filter-btn:hover{background:#3b82f60f;border-color:#3b82f6}.p-wk-list__filter-btn.is-active{background:#3b82f6;color:#fff;border-color:#3b82f6}.p-wk-list__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media (max-width: 991px){.p-wk-list__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 575px){.p-wk-list__grid{grid-template-columns:1fr}}.p-wk-list__card{border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 2px 12px #0000000f;transition:transform .25s ease,box-shadow .25s ease}.p-wk-list__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.p-wk-list__card-link{display:block;text-decoration:none;color:inherit}.p-wk-list__card-image{position:relative;aspect-ratio:4/3;overflow:hidden}.p-wk-list__card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.p-wk-list__card:hover .p-wk-list__card-image img{transform:scale(1.05)}.p-wk-list__card-year{position:absolute;top:16px;right:16px;background:#ffffffeb;color:#3b82f6;padding:3px 10px;border-radius:6px;font-size:.75rem;font-weight:700;backdrop-filter:blur(4px)}.p-wk-list__card-overlay{position:absolute;inset:0;background:#1e293b8c;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.p-wk-list__card-overlay span{color:#fff;font-size:.95rem;font-weight:700;letter-spacing:.05em}.p-wk-list__card:hover .p-wk-list__card-overlay{opacity:1}.p-wk-list__card-body{padding:24px 32px 32px}.p-wk-list__card-type{display:inline-block;font-size:.72rem;font-weight:600;color:#3b82f6;background:#3b82f614;padding:3px 10px;border-radius:100px;margin-bottom:8px}.p-wk-list__card-title{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:8px;line-height:1.4}.p-wk-list__card-desc{font-size:.85rem;color:#64748b;line-height:1.6;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.p-wk-list__card-tags{display:flex;flex-wrap:wrap;gap:4px}.p-wk-list__card-tags span{font-size:.7rem;font-weight:500;color:#64748b;background:#1e293b0d;padding:2px 8px;border-radius:4px}.p-flow{padding:64px 0;background:#3b82f605;position:relative;overflow:hidden}.p-flow:before{content:"";position:absolute;top:-50%;right:-20%;width:80%;height:80%;background:radial-gradient(circle,rgba(59,130,246,.05) 0%,transparent 70%);border-radius:50%;pointer-events:none}.p-flow__container{position:relative;z-index:1;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media (max-width: 575px){.p-flow__container{padding:0 16px}}.p-flow__header{text-align:center;margin-bottom:64px;max-width:800px;margin-left:auto;margin-right:auto}.p-flow__title{margin-bottom:32px}.p-flow__title-en{display:block;font-size:clamp(.875rem,2vw,1rem);font-weight:700;color:#3b82f6;letter-spacing:.2em;margin-bottom:8px}.p-flow__title-ja{display:block;font-size:clamp(2rem,5vw,3rem);font-weight:900;color:#1e293b;line-height:1.2}.p-flow__description{font-size:clamp(1rem,2vw,1.125rem);color:#64748b;line-height:1.8}@media (max-width: 575px){.p-flow__description br{display:none}}.p-flow__timeline{display:flex;flex-direction:column;gap:48px;margin-bottom:64px;position:relative}@media (min-width: 992px){.p-flow__timeline{padding-left:64px}}.p-flow__step{display:flex;gap:32px;position:relative}@media (max-width: 575px){.p-flow__step{flex-direction:column}}.p-flow__step[data-step="01"] .p-flow__step-icon{background:linear-gradient(135deg,#3b82f6,#2563eb)}.p-flow__step[data-step="02"] .p-flow__step-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.p-flow__step[data-step="03"] .p-flow__step-icon{background:linear-gradient(135deg,#10b981,#059669)}.p-flow__step[data-step="04"] .p-flow__step-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.p-flow__step[data-step="05"] .p-flow__step-icon{background:linear-gradient(135deg,#ef4444,#dc2626)}.p-flow__step[data-step="06"] .p-flow__step-icon{background:linear-gradient(135deg,#14b8a6,#0d9488)}.p-flow__step-marker{flex-shrink:0;position:relative}@media (max-width: 575px){.p-flow__step-marker{display:flex;align-items:center;gap:24px}}.p-flow__step-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;position:relative;box-shadow:0 8px 24px #1e293b26;transition:transform .3s cubic-bezier(.4,0,.2,1)}@media (max-width: 575px){.p-flow__step-icon{width:60px;height:60px}}.p-flow__step-icon svg{width:48px;height:48px}@media (max-width: 575px){.p-flow__step-icon svg{width:32px;height:32px}}.p-flow__step-icon:hover{transform:scale(1.1)}.p-flow__step-number{position:absolute;top:-8px;right:-8px;background:#fff;border:3px solid currentColor;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.875rem;color:#3b82f6}@media (max-width: 575px){.p-flow__step-number{position:static;background:transparent;border:none;font-size:1.5rem;width:auto;height:auto}}.p-flow__step-content{flex:1;background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 24px #1e293b14;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-flow__step-content:hover{transform:translateY(-4px);box-shadow:0 8px 32px #1e293b1f}.p-flow__step-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:16px}.p-flow__step-title{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:800;color:#1e293b;margin:0}.p-flow__step-duration{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#3b82f61a;color:#3b82f6;border-radius:20px;font-size:.875rem;font-weight:600}.p-flow__step-duration svg{width:16px;height:16px}.p-flow__step-description{font-size:clamp(.95rem,2vw,1.0625rem);line-height:1.7;color:#64748b;margin:0}.p-flow__step-connector{position:absolute;left:40px;top:90px;height:calc(100% - 80px)}@media (max-width: 575px){.p-flow__step-connector{display:none}}.p-flow__step-line{width:2px;height:100%;background:linear-gradient(180deg,#3b82f6 0%,transparent 100%);position:relative}.p-flow__step-line:before{content:"";position:absolute;top:0;left:-4px;width:10px;height:10px;background:#3b82f6;border-radius:50%}.p-flow__step-arrow{position:absolute;bottom:-12px;left:-11px;color:#3b82f6;animation:bounce-arrow 2s infinite}.p-flow__summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-bottom:64px}.p-flow__summary-item{background:linear-gradient(135deg,#3b82f60d,#10b9810d);border:1px solid rgba(59,130,246,.2);border-radius:12px;padding:32px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-flow__summary-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #3b82f61a;border-color:#3b82f6}.p-flow__summary-item h4{font-size:1.125rem;font-weight:700;color:#3b82f6;margin-bottom:16px}.p-flow__summary-item p{font-size:1.5rem;font-weight:900;color:#1e293b;margin:0}@media (max-width: 575px){.p-flow__summary-item p{font-size:1.25rem}}.p-flow__cta{text-align:center;padding:48px;background:linear-gradient(135deg,#3b82f605,#10b98105);border-radius:24px}.p-flow__cta-text{font-size:clamp(1.125rem,2.5vw,1.25rem);color:#1e293b;margin-bottom:32px;font-weight:700}@keyframes bounce-arrow{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(5px)}60%{transform:translateY(3px)}}.p-latest{padding:64px 0;background:#fff}.p-latest__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media (max-width: 575px){.p-latest__container{padding:0 16px}}.p-latest__header{text-align:center;margin-bottom:64px;max-width:700px;margin-left:auto;margin-right:auto}.p-latest__title{margin-bottom:32px}.p-latest__title-en{display:block;font-size:clamp(.875rem,2vw,1rem);font-weight:700;color:#3b82f6;letter-spacing:.2em;margin-bottom:8px}.p-latest__title-ja{display:block;font-size:clamp(2rem,5vw,3rem);font-weight:900;color:#1e293b;line-height:1.2}.p-latest__description{font-size:clamp(1rem,2vw,1.125rem);color:#64748b;line-height:1.8}.p-latest__content{display:grid;grid-template-columns:3fr 2fr;gap:48px;margin-bottom:64px}@media (max-width: 991px){.p-latest__content{grid-template-columns:1fr;gap:48px}}.p-latest__section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:48px}@media (max-width: 575px){.p-latest__section-header{flex-direction:column;gap:24px;text-align:center}}.p-latest__section-title{display:flex;align-items:center;gap:16px;font-size:1.5rem;font-weight:800;color:#1e293b;margin:0}.p-latest__section-title svg{width:24px;height:24px;color:#3b82f6}.p-latest__section-link{display:inline-flex;align-items:center;gap:8px;color:#3b82f6;font-weight:600;text-decoration:none;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-latest__section-link:hover{gap:16px}.p-latest__section-link:hover svg{transform:translate(2px)}.p-latest__section-link svg{transition:transform .3s cubic-bezier(.4,0,.2,1)}.p-latest__news-list{display:flex;flex-direction:column;gap:32px}.p-latest__news-item{background:#fff;border-radius:12px;box-shadow:0 4px 20px #1e293b14;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-latest__news-item:hover{transform:translateY(-4px);box-shadow:0 8px 30px #1e293b1f}.p-latest__news-link{display:block;padding:32px;text-decoration:none;color:inherit}.p-latest__news-header{display:flex;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}.p-latest__news-date{font-size:.875rem;color:#64748b;font-weight:600}.p-latest__news-category{padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:700}.p-latest__news-category--news{background:#3b82f61a;color:#3b82f6}.p-latest__news-category--service{background:#10b9811a;color:#10b981}.p-latest__news-category--maintenance{background:#f59e0b1a;color:#f59e0b}.p-latest__news-badge{background:#f59e0b;color:#fff;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:700}.p-latest__news-title{font-size:1.125rem;font-weight:700;color:#1e293b;line-height:1.4;margin-bottom:16px}.p-latest__news-excerpt{font-size:.95rem;line-height:1.6;color:#64748b;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.p-latest__blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}@media (max-width: 575px){.p-latest__blog-grid{grid-template-columns:1fr}}.p-latest__blog-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #1e293b14;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-latest__blog-item:hover{transform:translateY(-4px);box-shadow:0 8px 30px #1e293b1f}.p-latest__blog-item:hover .p-latest__blog-image img{transform:scale(1.05)}.p-latest__blog-link{display:block;text-decoration:none;color:inherit}.p-latest__blog-image{position:relative;aspect-ratio:16/9;overflow:hidden}.p-latest__blog-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.p-latest__blog-category{position:absolute;top:24px;left:24px;background:#3b82f6;color:#fff;padding:8px 16px;border-radius:6px;font-size:.75rem;font-weight:700}.p-latest__blog-content{padding:32px}.p-latest__blog-meta{display:flex;align-items:center;gap:24px;margin-bottom:24px;font-size:.875rem;color:#64748b}.p-latest__blog-date{font-weight:600}.p-latest__blog-reading-time:before{content:"•";margin-right:8px}.p-latest__blog-title{font-size:1.125rem;font-weight:700;color:#1e293b;line-height:1.4;margin-bottom:16px}.p-latest__blog-excerpt{font-size:.95rem;line-height:1.6;color:#64748b;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.p-latest__featured-item{display:block;opacity:1;transform:translateY(0);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 6px 24px #1e293b14;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-latest__featured-item:hover{transform:translateY(-6px);box-shadow:0 12px 36px #1e293b26}.p-latest__featured-item:hover .p-latest__featured-image img{transform:scale(1.05)}.p-latest__featured-link{display:block;text-decoration:none;color:inherit}.p-latest__featured-image{position:relative;aspect-ratio:2/1;overflow:hidden;max-height:350px}.p-latest__featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.p-latest__featured-category{position:absolute;top:32px;left:32px;background:#3b82f6;color:#fff;padding:16px 24px;border-radius:8px;font-size:.875rem;font-weight:700}.p-latest__featured-content{padding:48px}.p-latest__featured-meta{display:flex;align-items:center;gap:24px;margin-bottom:24px;font-size:.875rem;color:#64748b}.p-latest__featured-date{font-weight:600}.p-latest__featured-reading-time:before{content:"•";margin-right:8px}.p-latest__featured-title{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:800;color:#1e293b;line-height:1.3;margin-bottom:24px}.p-latest__featured-excerpt{font-size:1rem;line-height:1.6;color:#64748b;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.p-latest__recent-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}@media (max-width: 575px){.p-latest__recent-header{flex-direction:column;gap:16px;text-align:center}}.p-latest__recent-title{font-size:1.25rem;font-weight:800;color:#1e293b;margin:0}.p-latest__recent-link{display:inline-flex;align-items:center;gap:8px;color:#3b82f6;font-weight:600;text-decoration:none;font-size:.875rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-latest__recent-link:hover{gap:16px}.p-latest__recent-link:hover svg{transform:translate(2px)}.p-latest__recent-link svg{width:14px;height:14px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.p-latest__recent-list{display:flex;flex-direction:column;gap:32px}.p-latest__recent-item{display:block;opacity:1;transform:translate(0);background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #1e293b0f;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-latest__recent-item:hover{transform:translateY(-2px);box-shadow:0 6px 24px #1e293b1f}.p-latest__recent-item:hover .p-latest__recent-image img{transform:scale(1.05)}.p-latest__recent-item-link{display:flex;text-decoration:none;color:inherit}.p-latest__recent-item-title{font-size:1rem;font-weight:700;color:#1e293b;line-height:1.4;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.p-latest__recent-image{position:relative;width:120px;height:90px;flex-shrink:0;overflow:hidden}.p-latest__recent-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.p-latest__recent-content{padding:24px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.p-latest__recent-meta{display:flex;align-items:center;gap:16px;margin-bottom:16px}.p-latest__recent-category{background:#3b82f61a;color:#3b82f6;padding:2px 6px;border-radius:4px;font-size:.7rem;font-weight:700}.p-latest__recent-date,.p-latest__recent-reading-time{font-size:.75rem;color:#64748b;font-weight:600}.p-latest__cta{background:linear-gradient(135deg,#3b82f60d,#10b9810d);border:1px solid rgba(59,130,246,.15);border-radius:20px;padding:64px;text-align:center}.p-latest__cta-content{max-width:600px;margin:0 auto}.p-latest__cta-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:900;color:#1e293b;margin-bottom:24px}.p-latest__cta-text{font-size:1.125rem;color:#64748b;line-height:1.6;margin-bottom:48px}.p-latest__cta-buttons{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}@media (max-width: 575px){.p-latest__cta-buttons{flex-direction:column;align-items:center}.p-latest__cta-buttons .c-button{width:100%;max-width:280px}}.p-notice{padding:32px 0;background:linear-gradient(180deg,#3b82f603,#3b82f608)}.p-notice__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media (max-width: 575px){.p-notice__container{padding:0 16px}}.p-notice__other{background:#fff;border-radius:12px;padding:48px;border:1px solid rgba(59,130,246,.08);box-shadow:0 2px 12px #3b82f60f}.p-notice__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}@media (max-width: 575px){.p-notice__header{flex-direction:column;gap:16px;text-align:center}}.p-notice__title{display:flex;align-items:center;gap:16px;font-size:1.125rem;font-weight:800;color:#1e293b;margin:0}.p-notice__title svg{width:20px;height:20px;color:#3b82f6}.p-notice__link{display:inline-flex;align-items:center;gap:8px;color:#3b82f6;font-weight:600;text-decoration:none;font-size:.875rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-notice__link:hover{gap:16px}.p-notice__link:hover svg{transform:translate(2px)}.p-notice__link svg{width:14px;height:14px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.p-notice__list{display:flex;flex-direction:column;gap:16px;width:100%}.p-notice__item{display:block;width:100%;opacity:1;transform:translate(0);background:linear-gradient(135deg,#3b82f603,#3b82f608);border:1px solid rgba(59,130,246,.06);border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.p-notice__item:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:linear-gradient(180deg,#3b82f6,#10b981);opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.p-notice__item:hover{background:linear-gradient(135deg,#3b82f608,#3b82f60f);border-color:#3b82f61f;transform:translateY(-2px);box-shadow:0 4px 16px #3b82f614}.p-notice__item:hover:before{opacity:1}.p-notice__item-link{display:block;width:100%;padding:24px;text-decoration:none;color:inherit;position:relative;z-index:1}.p-notice__item-meta{display:flex;align-items:center;gap:16px;margin-bottom:8px;flex-wrap:wrap}.p-notice__item-date{font-size:.8rem;color:#64748b;font-weight:600;white-space:nowrap}.p-notice__item-category{display:inline-block;padding:3px 8px;border-radius:4px;font-size:.7rem;font-weight:700;white-space:nowrap;line-height:1}.p-notice__item-category--news{background:linear-gradient(135deg,#3b82f61f,#3b82f62e);color:#3b82f6;border:1px solid rgba(59,130,246,.2)}.p-notice__item-category--service{background:linear-gradient(135deg,#10b9811f,#10b9812e);color:#10b981;border:1px solid rgba(16,185,129,.2)}.p-notice__item-category--maintenance{background:linear-gradient(135deg,#f59e0b1f,#f59e0b2e);color:#f59e0b;border:1px solid rgba(245,158,11,.2)}.p-notice__item-title{font-size:1rem;font-weight:700;color:#1e293b;line-height:1.4;margin:0;transition:color .3s cubic-bezier(.4,0,.2,1)}.p-notice__item:hover .p-notice__item-title{color:#3b82f6}@media (max-width: 767px){.p-notice{padding:24px 0}.p-notice .p-notice__other{padding:24px}.p-notice .p-notice__item-link{padding:16px}}.p-faq{padding:64px 0;background:#f8fafc}.p-faq__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media (max-width: 575px){.p-faq__container{padding:0 16px}}.p-faq__header{text-align:center;margin-bottom:64px;max-width:700px;margin-left:auto;margin-right:auto}.p-faq__title{margin-bottom:32px}.p-faq__title-en{display:block;font-size:clamp(.875rem,2vw,1rem);font-weight:700;color:#3b82f6;letter-spacing:.2em;margin-bottom:8px}.p-faq__title-ja{display:block;font-size:clamp(2rem,5vw,3rem);font-weight:900;color:#1e293b;line-height:1.2}.p-faq__description{font-size:clamp(1rem,2vw,1.125rem);color:#64748b;line-height:1.8}.p-faq__list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.p-faq__item{background:#fff;border-radius:12px;box-shadow:0 4px 16px #1e293b14;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-faq__item.is-active{box-shadow:0 6px 24px #1e293b1f}.p-faq__item.is-active .p-faq__question{background:#3b82f60d}.p-faq__item.is-active .p-faq__icon svg{transform:rotate(180deg)}.p-faq__question{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:60px;padding:32px 48px;background:none;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-faq__question:hover{background:#3b82f608}.p-faq__question:focus-visible{outline:3px solid #3b82f6;outline-offset:-3px}.p-faq__question-text{font-size:clamp(1.125rem,3vw,1.25rem);font-weight:700;color:#1e293b;text-align:left;line-height:1.4}@media (max-width: 575px){.p-faq__question-text{font-size:1.125rem}}.p-faq__icon{color:#3b82f6;flex-shrink:0;margin-left:24px}.p-faq__icon svg{transition:transform .3s cubic-bezier(.4,0,.2,1)}.p-faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.p-faq__answer.is-open{max-height:500px}.p-faq__answer-content{padding:0 32px 32px;color:#64748b;line-height:1.6}.p-faq__answer-content p{margin-bottom:24px}.p-faq__answer-content p:last-child{margin-bottom:0}.p-faq__answer-content ul{margin:24px 0;padding-left:32px}.p-faq__answer-content ul li{margin-bottom:16px}.p-faq__answer-content ul li strong{color:#1e293b;font-weight:700}@media (max-width: 767px){.p-faq .p-faq__question{padding:24px}.p-faq .p-faq__question-text{font-size:1rem}.p-faq .p-faq__answer-content{padding:0 24px 24px}}.p-news__filters-title{font-size:1rem;font-weight:600}.p-news__item{box-shadow:0 1px 8px #0000000d;border:1px solid rgba(0,0,0,.04)}.p-news__item:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.p-unified-hero{padding:96px 0 64px;background:linear-gradient(160deg,#f8fafc,#eef2ff,#f0fdf4);text-align:center}.p-unified-hero__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box;max-width:700px}@media (max-width: 575px){.p-unified-hero__container{padding:0 16px}}.p-unified-hero__title{font-size:clamp(2rem,4vw,2.75rem);font-weight:900;color:#1e293b;letter-spacing:.05em;margin-bottom:4px}.p-unified-hero__title-ja{font-size:.85rem;color:#3b82f6;font-weight:600;letter-spacing:.15em;margin-bottom:32px}.p-unified-hero__desc{font-size:1rem;color:#64748b;line-height:1.8;max-width:650px;margin:0 auto}@media (max-width: 575px){.p-unified-hero__desc br{display:none}}.p-article__header{text-align:left!important}.p-article__meta{justify-content:flex-start!important}.p-article__excerpt{text-align:left}.p-article__body h2{padding-left:24px;border-left:4px solid #3b82f6;margin:64px 0 32px}.p-article__body h3{padding-bottom:8px;border-bottom:1px solid #e2e8f0}.p-article__body img{border-radius:12px;margin:32px 0}.p-article__body strong{color:#1e293b;font-weight:800}.p-article__body ul li,.p-article__body ol li{line-height:1.8}.p-article__body a{color:#3b82f6;font-weight:600;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.p-article__body a:hover{color:#1d4ed8}.p-article__tag{font-size:.82rem!important;padding:5px 14px!important;border-radius:100px!important}.p-article__author-info{align-items:center;border:1px solid #e2e8f0;background:#fff!important}@media (max-width: 575px){.p-article__author-info{align-items:center}}.p-article__author-avatar img{border:3px solid rgba(59,130,246,.15)}.p-article__share-button{font-size:.8rem!important;padding:8px 16px!important;border-radius:100px!important}.p-related__title{font-size:1.5rem!important}.p-related__title:before{content:"";display:block;width:40px;height:3px;background:linear-gradient(90deg,#3b82f6,#10b981);border-radius:2px;margin:0 auto 16px}.p-related__card{box-shadow:0 2px 10px #0000000d!important}.p-related__card:hover{transform:translateY(-3px)!important;box-shadow:0 8px 24px #00000014!important}.p-blog-hero{padding:64px 0;background:linear-gradient(135deg,#fff,#3b82f608)}.p-blog-hero__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media (max-width: 575px){.p-blog-hero__container{padding:0 16px}}.p-blog-hero__content{text-align:center;max-width:800px;margin:0 auto}.p-blog-hero__title{margin-bottom:32px}.p-blog-hero__title-en{display:block;font-size:clamp(.875rem,2vw,1rem);font-weight:700;color:#3b82f6;letter-spacing:.2em;margin-bottom:8px}.p-blog-hero__title-ja{display:block;font-size:clamp(2.5rem,6vw,4rem);font-weight:900;color:#1e293b;line-height:1.2}.p-blog-hero__description{font-size:clamp(1rem,2vw,1.125rem);color:#64748b;line-height:1.8}@media (max-width: 575px){.p-blog-hero__description br{display:none}}.p-blog{padding:64px 0}.p-blog__container{display:grid;grid-template-columns:300px 1fr;gap:64px;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media (max-width: 575px){.p-blog__container{padding:0 16px}}@media (max-width: 991px){.p-blog__container{grid-template-columns:1fr;gap:48px}}@media (max-width: 991px){.p-blog__sidebar{order:2}}@media (max-width: 991px){.p-blog__main{order:1}}.p-blog__widget{background:#fff;border-radius:12px;padding:32px;box-shadow:0 4px 20px #1e293b14;margin-bottom:32px}.p-blog__widget-title{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #3b82f6}.p-blog__categories{list-style:none;padding:0;margin:0}.p-blog__categories li{margin-bottom:8px}.p-blog__categories a{display:block;padding:16px;color:#64748b;text-decoration:none;border-radius:6px;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-blog__categories a:hover,.p-blog__categories a.is-active{background:#3b82f61a;color:#3b82f6;font-weight:600}.p-blog__tags{display:flex;flex-wrap:wrap;gap:8px}.p-blog__tag{display:inline-block;padding:8px 16px;background:#3b82f61a;color:#3b82f6;font-size:.75rem;font-weight:600;text-decoration:none;border-radius:20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-blog__tag:hover{background:#3b82f6;color:#fff}.p-blog__recent{list-style:none;padding:0;margin:0}.p-blog__recent-item{margin-bottom:24px}.p-blog__recent-item:last-child{margin-bottom:0}.p-blog__recent-item a{display:flex;gap:16px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-blog__recent-item a:hover{transform:translateY(-2px)}.p-blog__recent-item a img{width:60px;height:60px;object-fit:cover;border-radius:6px;flex-shrink:0}.p-blog__recent-content{flex:1}.p-blog__recent-content h4{font-size:.875rem;font-weight:600;color:#1e293b;line-height:1.4;margin-bottom:8px}.p-blog__recent-content time{font-size:.75rem;color:#64748b}.p-blog__search{margin-bottom:48px}.p-blog__search-form{position:relative;display:flex;align-items:center}.p-blog__search-input{width:100%;padding:24px 48px 24px 24px;border:2px solid #e2e8f0;border-radius:50px;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-blog__search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.p-blog__search-button{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:#3b82f6;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-blog__search-button:hover{background:#1e3a8a}.p-blog__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:48px;margin-bottom:64px}@media (max-width: 575px){.p-blog__grid{grid-template-columns:1fr}}.p-blog__card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #1e293b0f;transition:transform .2s ease,box-shadow .2s ease;will-change:transform}.p-blog__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #1e293b1a}.p-blog__card-link{display:block;text-decoration:none;color:inherit;width:100%;height:100%}.p-blog__card-image{position:relative;aspect-ratio:16/9;overflow:hidden}.p-blog__card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;will-change:transform}.p-blog__card:hover .p-blog__card-image img{transform:scale(1.02)}.p-blog__card-category{position:absolute;top:24px;left:24px;background:#3b82f6;color:#fff;padding:8px 16px;border-radius:6px;font-size:.75rem;font-weight:700}.p-blog__card-content{padding:32px}.p-blog__card-meta{display:flex;align-items:center;gap:24px;margin-bottom:24px;font-size:.875rem;color:#64748b}.p-blog__card-date{font-weight:600}.p-blog__card-reading-time:before{content:"•";margin-right:8px}.p-blog__card-title{margin-bottom:24px;font-size:1.25rem;font-weight:800;color:#1e293b;line-height:1.3;transition:color .2s ease}.p-blog__card:hover .p-blog__card-title{color:#3b82f6}.p-blog__card-excerpt{font-size:.95rem;line-height:1.7;color:#64748b;margin-bottom:32px}.p-blog__card-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}.p-blog__card-tag{font-size:.75rem;color:#3b82f6;background:#3b82f61a;padding:2px 8px;border-radius:4px}.p-blog__card-footer{display:flex;align-items:center;justify-content:space-between}.p-blog__card-author{font-size:.875rem;color:#64748b}.p-blog__card-more{display:inline-flex;align-items:center;gap:8px;color:#3b82f6;font-weight:600;font-size:.875rem;transition:gap .2s ease}.p-blog__card-more svg{transition:transform .2s ease}.p-blog__card:hover .p-blog__card-more{gap:16px}.p-blog__card:hover .p-blog__card-more svg{transform:translate(2px)}.p-blog__pagination{display:flex;align-items:center;justify-content:center;gap:24px}.p-blog__pagination-link{display:inline-flex;align-items:center;gap:8px;padding:16px 24px;color:#3b82f6;text-decoration:none;font-weight:600;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-blog__pagination-link:hover:not(.p-blog__pagination-link--disabled){background:#3b82f61a}.p-blog__pagination-link--disabled{color:#64748b;pointer-events:none}.p-blog__pagination-numbers{display:flex;list-style:none;padding:0;margin:0;gap:8px}.p-blog__pagination-number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:#64748b;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-blog__pagination-number:hover,.p-blog__pagination-number.is-current{background:#3b82f6;color:#fff}.p-breadcrumb{padding:24px 0;background:#f1f5f9}.p-breadcrumb__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media (max-width: 575px){.p-breadcrumb__container{padding:0 16px}}.p-breadcrumb__list{display:flex;list-style:none;padding:0;margin:0;font-size:.875rem}.p-breadcrumb__item:not(:last-child):after{content:"/";margin:0 16px;color:#64748b}.p-breadcrumb__item a{color:#3b82f6;text-decoration:none}.p-breadcrumb__item a:hover{text-decoration:underline}.p-breadcrumb__item[aria-current=page]{color:#64748b;font-weight:600}.p-article{padding:48px 0}.p-article__container{max-width:800px;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media (max-width: 575px){.p-article__container{padding:0 16px}}.p-article__header{text-align:center;margin-bottom:64px}.p-article__meta{display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:32px;font-size:.875rem}@media (max-width: 575px){.p-article__meta{flex-wrap:wrap}}.p-article__category{background:#3b82f6;color:#fff;padding:8px 16px;border-radius:6px;font-weight:700;font-size:.75rem}.p-article__date{color:#64748b;font-weight:600}.p-article__reading-time{color:#64748b}.p-article__reading-time:before{content:"•";margin-right:8px}.p-article__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900;color:#1e293b;line-height:1.3;margin-bottom:32px}.p-article__excerpt{font-size:1.125rem;color:#64748b;line-height:1.7;margin-bottom:24px}.p-article__author{color:#64748b;font-size:.875rem}.p-article__featured-image{margin-bottom:64px;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #1e293b1a}.p-article__featured-image img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.p-article__content{margin-bottom:64px}.p-article__body{font-size:1.125rem;line-height:1.8;color:#1e293b}.p-article__body h2{font-size:1.75rem;font-weight:800;color:#1e293b;margin:64px 0 32px}.p-article__body h2:first-child{margin-top:0}.p-article__body h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin:48px 0 24px}.p-article__body p{margin-bottom:32px}.p-article__body ul,.p-article__body ol{margin-bottom:32px;padding-left:32px}.p-article__body ul li,.p-article__body ol li{margin-bottom:16px}.p-article__body blockquote{border-left:4px solid #3b82f6;margin:48px 0;font-style:italic;color:#64748b;background:#3b82f60d;padding:32px;border-radius:0 8px 8px 0}.p-article__body code{background:#3b82f61a;color:#3b82f6;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:.9em}.p-article__body pre{background:#1e293b;color:#fff;padding:32px;border-radius:8px;overflow-x:auto;margin:32px 0}.p-article__body pre code{background:none;color:inherit;padding:0}.p-article__tags{margin-bottom:48px;padding-top:48px;border-top:1px solid #e2e8f0}.p-article__tags h3{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:24px}.p-article__tag-list{display:flex;flex-wrap:wrap;gap:16px}.p-article__tag{display:inline-block;padding:8px 24px;background:#3b82f61a;color:#3b82f6;font-weight:600;text-decoration:none;border-radius:20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-article__tag:hover{background:#3b82f6;color:#fff}.p-article__share{margin-bottom:48px;padding-top:48px;border-top:1px solid #e2e8f0}.p-article__share h3{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:24px}.p-article__share-buttons{display:flex;gap:16px;flex-wrap:wrap}.p-article__share-button{display:inline-flex;align-items:center;gap:8px;padding:16px 24px;border-radius:8px;text-decoration:none;font-weight:600;font-size:.875rem;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer}.p-article__share-button--x{background:#000;color:#fff}.p-article__share-button--x:hover{background:#1a1a1a}.p-article__share-button--facebook{background:#4267b2;color:#fff}.p-article__share-button--facebook:hover{background:#365899}.p-article__share-button--copy{background:#3b82f61a;color:#3b82f6}.p-article__share-button--copy:hover{background:#3b82f6;color:#fff}.p-article__author-info{display:flex;gap:32px;padding:48px;background:#3b82f608;border-radius:12px;margin-bottom:48px}@media (max-width: 575px){.p-article__author-info{flex-direction:column;text-align:center}}.p-article__author-avatar img{width:80px;height:80px;border-radius:50%;object-fit:cover}.p-article__author-details{flex:1}.p-article__author-details h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:16px}.p-article__author-details p{color:#64748b;line-height:1.6;margin:0}.p-related{padding:64px 0;background:#f1f5f9}.p-related__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media (max-width: 575px){.p-related__container{padding:0 16px}}.p-related__title{font-size:2rem;font-weight:900;color:#1e293b;text-align:center;margin-bottom:48px}.p-related__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-bottom:48px}@media (max-width: 575px){.p-related__grid{grid-template-columns:1fr}}.p-related__card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #1e293b14;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-related__card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #1e293b1f}.p-related__card-image{aspect-ratio:16/9;overflow:hidden}.p-related__card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.p-related__card-image:hover img{transform:scale(1.05)}.p-related__card-content{padding:32px}.p-related__card-date{font-size:.875rem;color:#64748b;margin-bottom:16px}.p-related__card-title{margin-bottom:16px}.p-related__card-title a{font-size:1.125rem;font-weight:700;color:#1e293b;text-decoration:none;line-height:1.4}.p-related__card-title a:hover{color:#3b82f6}.p-related__card-reading-time{font-size:.875rem;color:#64748b}.p-related__more{text-align:center}.p-news-hero{padding:64px 0;background:linear-gradient(135deg,#fff,#3b82f608)}.p-news-hero__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media (max-width: 575px){.p-news-hero__container{padding:0 16px}}.p-news-hero__content{text-align:center;max-width:800px;margin:0 auto}.p-news-hero__title{margin-bottom:32px}.p-news-hero__title-en{display:block;font-size:clamp(.875rem,2vw,1rem);font-weight:700;color:#3b82f6;letter-spacing:.2em;margin-bottom:8px}.p-news-hero__title-ja{display:block;font-size:clamp(2.5rem,6vw,4rem);font-weight:900;color:#1e293b;line-height:1.2}.p-news-hero__description{font-size:clamp(1rem,2vw,1.125rem);color:#64748b;line-height:1.8}@media (max-width: 575px){.p-news-hero__description br{display:none}}.p-news{padding:64px 0}.p-news__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media (max-width: 575px){.p-news__container{padding:0 16px}}.p-news__important{background:linear-gradient(135deg,#3b82f60d 0% 100%);border:1px solid rgba(59,130,246,.2);border-radius:12px;padding:32px;margin-bottom:64px}.p-news__important-title{display:flex;align-items:center;gap:16px;font-size:1.125rem;font-weight:700;color:#3b82f6;margin-bottom:32px}.p-news__important-title svg{width:20px;height:20px}.p-news__important-list{list-style:none;padding:0;margin:0}.p-news__important-item{margin-bottom:24px}.p-news__important-item:last-child{margin-bottom:0}.p-news__important-item a{display:flex;align-items:center;gap:24px;padding:24px;background:#fff;border-radius:8px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-news__important-item a:hover{transform:translateY(-2px);box-shadow:0 4px 20px #1e293b1a}@media (max-width: 575px){.p-news__important-item a{flex-direction:column;align-items:flex-start;gap:16px}}.p-news__important-date{font-size:.875rem;color:#64748b;font-weight:600;min-width:100px}.p-news__important-category{padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:700;min-width:80px;text-align:center}.p-news__important-category--news,.p-news__important-category--service{background:#3b82f61a;color:#3b82f6}.p-news__important-category--maintenance{background:#f59e0b1a;color:#f59e0b}.p-news__important-text{flex:1;font-weight:600;color:#1e293b;margin:0}.p-news__filters{margin-bottom:48px}.p-news__filters-title{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:24px}.p-news__filter-buttons{display:flex;gap:16px;flex-wrap:wrap}.p-news__filter{padding:16px 32px;background:#fff;border:2px solid #e2e8f0;border-radius:50px;font-weight:600;color:#64748b;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-news__filter:hover{border-color:#3b82f6;color:#3b82f6}.p-news__filter.is-active{background:#3b82f6;border-color:#3b82f6;color:#fff}.p-news__list{display:flex;flex-direction:column;gap:32px;margin-bottom:64px}.p-news__item{background:#fff;border-radius:12px;box-shadow:0 4px 20px #1e293b14;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-news__item:hover{transform:translateY(-4px);box-shadow:0 8px 30px #1e293b1f}.p-news__item-link{display:block;padding:32px;text-decoration:none;color:inherit}.p-news__item-header{display:flex;align-items:center;gap:24px;margin-bottom:24px}@media (max-width: 575px){.p-news__item-header{flex-wrap:wrap}}.p-news__item-date{font-size:.875rem;color:#64748b;font-weight:600}.p-news__item-category{padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:700}.p-news__item-category--news,.p-news__item-category--service{background:#3b82f61a;color:#3b82f6}.p-news__item-category--maintenance{background:#f59e0b1a;color:#f59e0b}.p-news__item-badge{background:#f59e0b;color:#fff;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:700}.p-news__item-title{font-size:1.25rem;font-weight:800;color:#1e293b;line-height:1.4;margin-bottom:16px}.p-news__item-excerpt{font-size:.95rem;line-height:1.7;color:#64748b;margin-bottom:24px}.p-news__item-footer{display:flex;justify-content:flex-end}.p-news__item-more{display:inline-flex;align-items:center;gap:8px;color:#3b82f6;font-weight:600;font-size:.875rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-news__item-more:hover{gap:16px}.p-news__item-more svg{transition:transform .3s cubic-bezier(.4,0,.2,1)}.p-news__item-more:hover svg{transform:translate(2px)}.p-news__pagination{display:flex;align-items:center;justify-content:center;gap:24px}.p-news__pagination-link{display:inline-flex;align-items:center;gap:8px;padding:16px 24px;color:#3b82f6;text-decoration:none;font-weight:600;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-news__pagination-link:hover:not(.p-news__pagination-link--disabled){background:#3b82f61a}.p-news__pagination-link--disabled{color:#64748b;pointer-events:none}.p-news__pagination-numbers{display:flex;list-style:none;padding:0;margin:0;gap:8px}.p-news__pagination-number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:#64748b;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-news__pagination-number:hover,.p-news__pagination-number.is-current{background:#3b82f6;color:#fff}.p-news-article{padding:48px 0}.p-news-article__container{max-width:800px;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media (max-width: 575px){.p-news-article__container{padding:0 16px}}.p-news-article__header{margin-bottom:64px}.p-news-article__meta{display:flex;align-items:center;gap:24px;margin-bottom:32px}@media (max-width: 575px){.p-news-article__meta{flex-wrap:wrap}}.p-news-article__date{font-size:.875rem;color:#64748b;font-weight:600}.p-news-article__category{padding:8px 16px;border-radius:6px;font-size:.75rem;font-weight:700}.p-news-article__category--news,.p-news-article__category--service{background:#3b82f6;color:#fff}.p-news-article__category--maintenance{background:#f59e0b;color:#fff}.p-news-article__badge{background:#f59e0b;color:#fff;padding:8px 16px;border-radius:6px;font-size:.75rem;font-weight:700}.p-news-article__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900;color:#1e293b;line-height:1.3;margin-bottom:32px}.p-news-article__excerpt{font-size:1.125rem;color:#64748b;line-height:1.7;margin-bottom:24px}.p-news-article__updated{font-size:.875rem;color:#64748b;font-style:italic}.p-news-article__content{margin-bottom:64px}.p-news-article__body{font-size:1.125rem;line-height:1.8;color:#1e293b;margin-bottom:48px}.p-news-article__body h2{font-size:1.75rem;font-weight:800;color:#1e293b;margin:64px 0 32px}.p-news-article__body h2:first-child{margin-top:0}.p-news-article__body h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin:48px 0 24px}.p-news-article__body p{margin-bottom:32px}.p-news-article__body ul,.p-news-article__body ol{margin-bottom:32px;padding-left:32px}.p-news-article__body ul li,.p-news-article__body ol li{margin-bottom:16px}.p-news-article__contact{background:linear-gradient(135deg,#3b82f60d 0% 100%);border:1px solid rgba(59,130,246,.2);border-radius:12px;padding:48px;text-align:center;margin-bottom:48px}.p-news-article__contact h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:24px}.p-news-article__contact p{color:#64748b;line-height:1.6;margin-bottom:32px}.p-news-article__nav{display:grid;grid-template-columns:1fr 1fr;gap:32px;padding-top:48px;border-top:1px solid #e2e8f0}@media (max-width: 575px){.p-news-article__nav{grid-template-columns:1fr}}.p-news-article__nav-item--prev{text-align:left}.p-news-article__nav-item--next{text-align:right}@media (max-width: 575px){.p-news-article__nav-item--next{text-align:left}}.p-news-article__nav-item a{display:block;padding:24px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-news-article__nav-item a:hover{border-color:#3b82f6;background:#3b82f605}.p-news-article__nav-label{font-size:.75rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.p-news-article__nav-title{font-size:.95rem;font-weight:600;color:#1e293b;line-height:1.4}.p-related-news{padding:64px 0;background:#f1f5f9}.p-related-news__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media (max-width: 575px){.p-related-news__container{padding:0 16px}}.p-related-news__title{font-size:2rem;font-weight:900;color:#1e293b;text-align:center;margin-bottom:48px}.p-related-news__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-bottom:48px}@media (max-width: 575px){.p-related-news__grid{grid-template-columns:1fr}}.p-related-news__card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #1e293b14;transition:all .3s cubic-bezier(.4,0,.2,1)}.p-related-news__card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #1e293b1f}.p-related-news__card-link{display:block;padding:32px;text-decoration:none;color:inherit}.p-related-news__card-header{display:flex;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}.p-related-news__card-date{font-size:.875rem;color:#64748b;font-weight:600}.p-related-news__card-category{padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:700}.p-related-news__card-category--news,.p-related-news__card-category--service{background:#3b82f61a;color:#3b82f6}.p-related-news__card-category--maintenance{background:#f59e0b1a;color:#f59e0b}.p-related-news__card-badge{background:#f59e0b;color:#fff;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:700}.p-related-news__card-title{font-size:1.125rem;font-weight:700;color:#1e293b;line-height:1.4;margin-bottom:16px}.p-related-news__card-excerpt{font-size:.95rem;line-height:1.6;color:#64748b}.p-related-news__more{text-align:center}.p-tools__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media (max-width: 575px){.p-tools__container{padding:0 16px}}.p-tools__list{padding:64px 0}.p-tools__card{display:grid;grid-template-columns:auto 1fr;gap:48px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:48px;transition:box-shadow .3s ease,transform .3s ease}.p-tools__card:hover{box-shadow:0 8px 30px #00000014;transform:translateY(-2px)}@media (max-width: 767px){.p-tools__card{grid-template-columns:1fr;gap:32px}}.p-tools__card-icon{width:80px;height:80px;background:linear-gradient(135deg,#3b82f61a,#10b9811a);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2.5rem}@media (max-width: 767px){.p-tools__card-icon{width:64px;height:64px;font-size:2rem}}.p-tools__card-body{display:flex;flex-direction:column;gap:24px}.p-tools__card-tags{display:flex;gap:8px;flex-wrap:wrap}.p-tools__tag{display:inline-block;padding:4px 12px;background:#3b82f614;color:#3b82f6;font-size:.8125rem;font-weight:600;border-radius:100px}.p-tools__card-title{font-size:clamp(1.375rem,3vw,1.75rem);font-weight:900;color:#1e293b;line-height:1.3}.p-tools__card-description{font-size:1rem;line-height:1.8;color:#64748b}.p-tools__card-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.p-tools__card-features li{position:relative;padding-left:24px;font-size:.9375rem;line-height:1.6;color:#1e293b}.p-tools__card-features li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;background:#3b82f6;border-radius:50%}.p-tools__card-actions{padding-top:16px}.p-tools__card-actions .c-button{display:inline-flex;align-items:center}.p-contact{padding:64px 0;background:linear-gradient(135deg,#1e293b,#0d1219);color:#fff;position:relative;z-index:100}.p-contact__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media (max-width: 575px){.p-contact__container{padding:0 16px}}.p-contact__header{text-align:center;margin-bottom:64px}.p-contact__content{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}@media (max-width: 767px){.p-contact__content{grid-template-columns:1fr;gap:48px}}.p-contact__info-title{font-size:1.75rem;font-weight:900;margin-bottom:24px}.p-contact__info-text{line-height:1.8;margin-bottom:32px;opacity:.9}.p-contact__info-details{background:#ffffff1a;border-radius:16px;padding:32px}.p-contact__info-item{display:flex;justify-content:space-between;padding:16px 0}.p-contact__info-item+.p-contact__info-item{border-top:1px solid rgba(255,255,255,.2)}.p-contact__info-label{font-weight:700;opacity:.8}.p-contact__info-value{opacity:.9}.p-contact__form{background:#fff;border-radius:16px;padding:48px;box-shadow:0 20px 40px #0003}@media (max-width: 575px){.p-contact__form{padding:32px 24px}}.u-mt-xs{margin-top:8px!important}.u-mt-sm{margin-top:16px!important}.u-mt-md{margin-top:24px!important}.u-mt-lg{margin-top:32px!important}.u-mt-xl{margin-top:48px!important}.u-mt-xxl{margin-top:64px!important}.u-mb-xs{margin-bottom:8px!important}.u-mb-sm{margin-bottom:16px!important}.u-mb-md{margin-bottom:24px!important}.u-mb-lg{margin-bottom:32px!important}.u-mb-xl{margin-bottom:48px!important}.u-mb-xxl{margin-bottom:64px!important}.u-ml-xs{margin-left:8px!important}.u-ml-sm{margin-left:16px!important}.u-ml-md{margin-left:24px!important}.u-ml-lg{margin-left:32px!important}.u-ml-xl{margin-left:48px!important}.u-ml-xxl{margin-left:64px!important}.u-mr-xs{margin-right:8px!important}.u-mr-sm{margin-right:16px!important}.u-mr-md{margin-right:24px!important}.u-mr-lg{margin-right:32px!important}.u-mr-xl{margin-right:48px!important}.u-mr-xxl{margin-right:64px!important}.u-mx-auto{margin-left:auto!important;margin-right:auto!important}.u-my-0{margin-top:0!important;margin-bottom:0!important}.u-m-0{margin:0!important}.u-pt-xs{padding-top:8px!important}.u-pt-sm{padding-top:16px!important}.u-pt-md{padding-top:24px!important}.u-pt-lg{padding-top:32px!important}.u-pt-xl{padding-top:48px!important}.u-pt-xxl{padding-top:64px!important}.u-pb-xs{padding-bottom:8px!important}.u-pb-sm{padding-bottom:16px!important}.u-pb-md{padding-bottom:24px!important}.u-pb-lg{padding-bottom:32px!important}.u-pb-xl{padding-bottom:48px!important}.u-pb-xxl{padding-bottom:64px!important}.u-pl-xs{padding-left:8px!important}.u-pl-sm{padding-left:16px!important}.u-pl-md{padding-left:24px!important}.u-pl-lg{padding-left:32px!important}.u-pl-xl{padding-left:48px!important}.u-pl-xxl{padding-left:64px!important}.u-pr-xs{padding-right:8px!important}.u-pr-sm{padding-right:16px!important}.u-pr-md{padding-right:24px!important}.u-pr-lg{padding-right:32px!important}.u-pr-xl{padding-right:48px!important}.u-pr-xxl{padding-right:64px!important}.u-px-0{padding-left:0!important;padding-right:0!important}.u-py-0{padding-top:0!important;padding-bottom:0!important}.u-p-0{padding:0!important}.u-text-left{text-align:left!important}.u-text-center{text-align:center!important}.u-text-right{text-align:right!important}.u-text-justify{text-align:justify!important}.u-text-primary{color:#1e293b!important}.u-text-secondary{color:#3b82f6!important}.u-text-accent{color:#10b981!important}.u-text-success{color:#22c55e!important}.u-text-warning{color:#f59e0b!important}.u-text-light{color:#64748b!important}.u-text-white{color:#fff!important}.u-font-weight-normal{font-weight:400!important}.u-font-weight-bold{font-weight:700!important}.u-font-weight-black{font-weight:900!important}.u-text-uppercase{text-transform:uppercase!important}.u-text-lowercase{text-transform:lowercase!important}.u-text-capitalize{text-transform:capitalize!important}.u-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.u-text-nowrap{white-space:nowrap!important}.u-text-sm{font-size:.875rem!important}.u-text-lg{font-size:1.125rem!important}.u-text-xl{font-size:1.25rem!important}.u-text-2xl{font-size:1.5rem!important}.u-text-3xl{font-size:2rem!important}.u-d-none{display:none!important}.u-d-inline{display:inline!important}.u-d-inline-block{display:inline-block!important}.u-d-block{display:block!important}.u-d-flex{display:flex!important}.u-d-inline-flex{display:inline-flex!important}.u-d-grid{display:grid!important}.u-flex-row{flex-direction:row!important}.u-flex-column{flex-direction:column!important}.u-flex-wrap{flex-wrap:wrap!important}.u-flex-nowrap{flex-wrap:nowrap!important}.u-justify-start{justify-content:flex-start!important}.u-justify-end{justify-content:flex-end!important}.u-justify-center{justify-content:center!important}.u-justify-between{justify-content:space-between!important}.u-justify-around{justify-content:space-around!important}.u-align-start{align-items:flex-start!important}.u-align-end{align-items:flex-end!important}.u-align-center{align-items:center!important}.u-align-baseline{align-items:baseline!important}.u-align-stretch{align-items:stretch!important}.u-visible{visibility:visible!important}.u-invisible{visibility:hidden!important}.u-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.u-br-pc{display:none}@media (min-width: 768px){.u-br-pc{display:block}}@media (min-width: 576px){.u-d-sm-none{display:none!important}.u-d-sm-block{display:block!important}.u-d-sm-flex{display:flex!important}}@media (min-width: 768px){.u-d-md-none{display:none!important}.u-d-md-block{display:block!important}.u-d-md-flex{display:flex!important}}@media (min-width: 992px){.u-d-lg-none{display:none!important}.u-d-lg-block{display:block!important}.u-d-lg-flex{display:flex!important}}
