﻿@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&family=Zen+Kaku+Gothic+New:wght@300;500;700&display=swap";*,*::before,*::after{box-sizing:border-box}*{margin:0}@media(prefers-reduced-motion: no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}ul,ul[role=list],ol[role=list]{list-style:none}a{text-decoration:none}@font-face{font-family:"Kalam";src:url("../fonts/Kalam-Light.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Kalam";src:url("../fonts/Kalam-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Kalam";src:url("../fonts/Kalam-Bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Oswald";src:url("../font/Oswald-VariableFont_wght.ttf") format("truetype");font-weight:200 700;font-style:normal;font-display:swap}.l-container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}@media(min-width: 768px){.l-container{padding-left:48px;padding-right:48px}}.l-container--narrow{max-width:800px}.l-container--fluid{max-width:100%}.l-grid{display:grid;width:100%;gap:24px}.l-grid--2cols{grid-template-columns:1fr}@media(min-width: 768px){.l-grid--2cols{grid-template-columns:repeat(2, 1fr)}}.l-grid--3cols{grid-template-columns:1fr}@media(min-width: 768px){.l-grid--3cols{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.l-grid--3cols{grid-template-columns:repeat(3, 1fr)}}.l-grid--4cols{grid-template-columns:1fr}@media(min-width: 768px){.l-grid--4cols{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.l-grid--4cols{grid-template-columns:repeat(4, 1fr)}}.l-grid--gap-sm{gap:16px}.l-grid--gap-lg{gap:32px}.l-header{position:fixed;top:0;left:0;width:100%;z-index:100;transition:all .4s ease;padding-top:16px;padding-bottom:16px;background-color:hsla(0,0%,100%,.9);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid rgba(226,232,240,.5)}.l-header.is-scrolled{padding-top:12px;padding-bottom:12px;background-color:hsla(0,0%,100%,.98);box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.l-header__inner{display:flex;justify-content:space-between;align-items:center;position:relative;height:100%}.l-header__logo{display:flex;align-items:center;position:relative;z-index:110}.l-header__logo-link{display:flex;align-items:center;gap:1.25rem;text-decoration:none;transition:opacity .3s;color:inherit}.l-header__logo-link:hover{opacity:.7}.l-header__logo-img{height:32px;width:auto;object-fit:contain}@media(min-width: 768px){.l-header__logo-img{height:40px}}.l-header__text-logo{font-family:"Manrope",sans-serif;font-weight:800;font-size:1.5rem;color:#0f172a;letter-spacing:-0.05em}.l-header__logo-divider{display:none;width:1px;height:36px;background-color:#d1d5db}@media(min-width: 768px){.l-header__logo-divider{display:block}}.l-header__logo-text{display:none;flex-direction:column;justify-content:center;line-height:1}@media(min-width: 768px){.l-header__logo-text{display:flex}}.l-header__logo-en{font-family:"JetBrains Mono",monospace;font-size:10px;font-weight:700;color:#1658a0;letter-spacing:.1em;margin-bottom:.375rem;text-transform:uppercase}.l-header__logo-jp{font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-size:.875rem;font-weight:700;color:#334155;letter-spacing:.025em}.l-header__nav{display:none}@media(min-width: 1024px){.l-header__nav{display:flex;align-items:center;gap:2.5rem}}.l-header__list{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.l-header__item{position:relative}.l-header__link{display:flex;flex-direction:column;align-items:center;font-family:"Manrope",sans-serif;font-weight:700;font-size:.875rem;color:#334155;text-decoration:none;transition:color .3s;position:relative;letter-spacing:0}.l-header__link:hover{color:#1658a0}.l-header__link span.en{position:absolute;top:-12px;font-family:"JetBrains Mono",monospace;font-size:10px;color:#1658a0;opacity:0;transform:translateY(4px);transition:all .3s;pointer-events:none;white-space:nowrap}.l-header__link:hover span.en{opacity:1;transform:translateY(0)}.l-header__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background-color:#0f172a;color:#fff;border-radius:9999px;font-family:"Manrope",sans-serif;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .3s;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.l-header__cta:hover{background-color:#1658a0;transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.l-header__cta svg{transition:transform .3s}.l-header__cta:hover svg{transform:translateX(2px)}.menu-toggle{display:block;position:relative;z-index:120;width:48px;height:48px;background:rgba(0,0,0,0);border:none;cursor:pointer}@media(min-width: 1024px){.menu-toggle{display:none}}.p-mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:hsla(0,0%,100%,.98);z-index:115;padding:0;opacity:0;visibility:hidden;transition:all .4s ease;overflow-y:auto}.p-mobile-menu.is-open{opacity:1;visibility:visible}.p-mobile-menu__header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid rgba(226,232,240,.5)}.p-mobile-menu__logo img{height:32px;width:auto}.p-mobile-menu__logo{font-family:"Manrope",sans-serif;font-weight:900;font-size:1.5rem}.p-mobile-menu__close{background:rgba(0,0,0,0);border:none;cursor:pointer;color:#334155;padding:.5rem}.p-mobile-menu__content{padding:32px 24px 80px;display:flex;flex-direction:column;align-items:center;gap:32px}.p-mobile-menu__nav{width:100%;display:flex;flex-direction:column;gap:16px}.p-mobile-menu__item{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-radius:.5rem;background-color:#f8fafc;color:#0f172a;text-decoration:none;font-weight:700;transition:background-color .3s}.p-mobile-menu__item:hover{background-color:rgba(22,88,160,.1);color:#1658a0}.p-mobile-menu__item--full{width:100%;font-size:1.125rem}.p-mobile-menu__item .text-group{display:flex;flex-direction:column}.p-mobile-menu__item .text-jp{font-size:1rem}.p-mobile-menu__item .text-en{font-size:.75rem;color:#1658a0;font-family:"JetBrains Mono",monospace}.p-mobile-menu__item .icon-circle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#fff;border-radius:50%;color:#1658a0;margin-right:1rem}.p-mobile-menu__recruit{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:1rem;margin-top:1rem;border-radius:.5rem;background:linear-gradient(135deg, #1658a0 0%, rgb(15.8351648352, 63.3406593407, 115.1648351648) 100%);color:#fff;text-decoration:none;transition:all .3s;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.p-mobile-menu__recruit:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.p-mobile-menu__recruit .icon-circle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:hsla(0,0%,100%,.2);border-radius:50%;color:#fff;margin-right:1rem;flex-shrink:0}.p-mobile-menu__recruit .text-group{display:flex;flex-direction:column}.p-mobile-menu__recruit .text-jp{font-size:1.125rem;font-weight:700;line-height:1.2}.p-mobile-menu__recruit .text-en{font-family:"JetBrains Mono",monospace;font-size:.75rem;opacity:.9;letter-spacing:.05em;line-height:1.2}.p-mobile-menu__recruit-bg{display:none}.l-footer{background-color:#0f172a;color:#fff;padding:64px 0 24px;font-size:.875rem}.l-footer a{color:#94a3b8;transition:color .3s}.l-footer a:hover{color:#fff}.l-footer__top{display:flex;flex-direction:column;margin-bottom:64px}@media(min-width: 1024px){.l-footer__top{flex-direction:row;justify-content:space-between;align-items:flex-start}}.l-footer__info{margin-bottom:20px}@media(min-width: 1024px){.l-footer__info{max-width:300px;min-width:230px}}.l-footer__logo{margin-bottom:24px}.l-footer__logo img{max-width:100%;height:auto}.l-footer__links{display:grid;grid-template-columns:1fr;gap:40px;flex-grow:1}@media(min-width: 768px){.l-footer__links{grid-template-columns:repeat(3, 1fr);margin-left:40px}}.l-footer__col{display:flex;flex-direction:column;gap:16px}.l-footer__heading{font-family:"Manrope",sans-serif;font-size:1rem;font-weight:bold;color:#fff;margin-bottom:8px;border-bottom:1px solid #334155;padding-bottom:8px;display:inline-block}.l-footer ul{display:flex;flex-direction:column;gap:12px;padding-inline-start:12px}.l-footer__badges{display:flex;flex-direction:column;gap:16px}.l-footer__badges img{background-color:#fff;padding:4px;border-radius:4px;max-width:120px}.l-footer__bottom{border-top:1px solid #1e293b;padding-top:24px;display:flex;flex-direction:column;align-items:center;gap:16px}@media(min-width: 768px){.l-footer__bottom{flex-direction:row;justify-content:space-between}}.l-footer__legal ul{display:flex;flex-direction:row;flex-wrap:wrap;gap:24px}.c-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:.875rem;font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-weight:700;line-height:1.5;text-decoration:none;border-radius:9999px;border:1px solid rgba(0,0,0,0);cursor:pointer;transition:all .3s ease}@media(min-width: 640px){.c-btn{padding:.75rem 2rem;font-size:1rem}}.c-btn--primary{background-color:#1658a0;color:#fff;border-color:#1658a0;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.c-btn--primary:hover{background-color:rgb(19.8,79.2,144);border-color:rgb(19.8,79.2,144);transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.c-btn--secondary{background-color:#fff;color:#334155;border-color:#e2e8f0}.c-btn--secondary:hover{border-color:#1658a0;color:#1658a0;background-color:#f8fafc}.c-btn--sm{padding:.25rem .5rem;font-size:.75rem}@media(min-width: 640px){.c-btn--sm{padding:.5rem 1rem;font-size:.875rem}}.c-btn--lg{padding:.75rem 1.5rem;font-size:1rem}@media(min-width: 640px){.c-btn--lg{padding:1rem 3rem;font-size:1.125rem}}.c-section-heading{text-align:left;margin-bottom:32px}@media(min-width: 768px){.c-section-heading{margin-bottom:48px}}.c-section-heading__en{display:block;font-family:"Manrope",sans-serif;font-size:1.875rem;font-weight:700;color:#0f172a;line-height:1.2}@media(min-width: 768px){.c-section-heading__en{font-size:2.25rem}}.c-section-heading__jp{display:inline-block;margin-top:8px;font-size:.875rem;color:#475569;font-weight:700;letter-spacing:.05em}.c-section-heading__jp--label{padding:2px 8px;background-color:#f1f5f9;color:#1658a0;border-radius:4px}.c-hamburger{position:relative;width:40px;height:40px;background-color:rgba(0,0,0,0);border:none;cursor:pointer;z-index:210}.c-hamburger__line{display:block;position:absolute;right:8px;width:24px;height:2px;background-color:#1e293b;transition:all .3s ease}.c-hamburger__line:nth-child(1){top:12px}.c-hamburger__line:nth-child(2){top:50%;transform:translateY(-50%);width:18px}.c-hamburger__line:nth-child(3){bottom:12px;width:10px}.c-hamburger.is-active .c-hamburger__line{background-color:#0f172a}.c-hamburger.is-active .c-hamburger__line:nth-child(1){top:50%;transform:translate(-50%, -50%) rotate(45deg)}.c-hamburger.is-active .c-hamburger__line:nth-child(2){opacity:0}.c-hamburger.is-active .c-hamburger__line:nth-child(3){top:50%;width:24px;transform:translate(-50%, -50%) rotate(-45deg)}.p-mobile-menu{position:fixed;inset:0;z-index:1000;display:flex;flex-direction:column;background-color:#f9fafb;height:100vh;opacity:0;visibility:hidden;transform:translateY(-20px);transition:opacity .3s ease,transform .3s ease,visibility .3s}.p-mobile-menu.is-open{opacity:1;visibility:visible;transform:translateY(0)}.p-mobile-menu__header{flex:none;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;background-color:hsla(0,0%,100%,.8);backdrop-filter:blur(8px);box-shadow:0 1px 2px rgba(0,0,0,.05);z-index:20}.p-mobile-menu__logo{font-family:"Manrope",sans-serif;font-weight:bold;font-size:1.25rem;letter-spacing:.05em;color:#0f172a}.p-mobile-menu__logo img{height:32px;width:auto;display:block}.p-mobile-menu__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:color .3s;background:none;border:none;cursor:pointer}.p-mobile-menu__close:hover{color:#0f172a}.p-mobile-menu__content{flex-grow:1;width:100%;padding:24px 16px 32px;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.p-mobile-menu__content::-webkit-scrollbar{display:none}.p-mobile-menu__nav{display:grid;grid-template-columns:repeat(2, 1fr);gap:12px;margin-bottom:12px}.p-mobile-menu__item{background-color:#fff;padding:20px;border-radius:16px;border:1px solid #f3f4f6;box-shadow:0 1px 2px rgba(0,0,0,.05);text-decoration:none;transition:transform .1s,box-shadow .3s,background-color .3s,border-color .3s;position:relative;overflow:hidden}.p-mobile-menu__item:active{transform:scale(0.98)}.p-mobile-menu__item:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.p-mobile-menu__item .text-jp{font-weight:bold;color:#0f172a;font-size:1rem}.p-mobile-menu__item .text-en{font-family:"Manrope",sans-serif;font-weight:bold;font-size:.75rem;color:#9ca3af;margin-top:4px}.p-mobile-menu__item .icon-arrow{color:#d1d5db}.p-mobile-menu__item .icon-circle{width:40px;height:40px;border-radius:50%;background-color:#eff6ff;color:#1658a0;display:flex;align-items:center;justify-content:center;transition:all .3s;flex-shrink:0}.p-mobile-menu__item--full{grid-column:span 2;display:flex;align-items:center;justify-content:space-between}.p-mobile-menu__item--full .tag{padding:4px 8px;background-color:#f3f4f6;border-radius:4px;font-size:10px;font-weight:bold;color:#6b7280}.p-mobile-menu__item--full.mod-has-icon{justify-content:flex-start;gap:16px}.p-mobile-menu__item--half{grid-column:span 1;display:flex;flex-direction:column}.p-mobile-menu__item--half:not(.mod-has-icon){align-items:center;justify-content:center;text-align:center;height:auto;min-height:100px}.p-mobile-menu__item--half.mod-has-icon{height:160px;justify-content:space-between;align-items:flex-start}.p-mobile-menu__item--half.mod-has-icon .text-group{display:flex;flex-direction:column}.p-mobile-menu__item--half.mod-has-icon:hover .icon-circle{background-color:#1658a0;color:#fff}.p-mobile-menu__item.mod-bg-bk{background-color:#111827;border-color:#111827}.p-mobile-menu__item.mod-bg-bk .text-jp{color:#fff}.p-mobile-menu__item.mod-bg-bk .text-en{color:#94a3b8}.p-mobile-menu__item.mod-bg-bk .icon-arrow{color:#6b7280}.p-mobile-menu__item.mod-bg-bk .tag{background-color:#374151;color:#d1d5db}.p-mobile-menu__item.mod-bg-bk:hover{background-color:#1f2937}.p-mobile-menu__item.mod-bg-blue{background-color:#1658a0;border-color:#1658a0}.p-mobile-menu__item.mod-bg-blue .text-jp{color:#fff}.p-mobile-menu__item.mod-bg-blue .text-en{color:#bfdbfe}.p-mobile-menu__item.mod-bg-blue .icon-arrow{color:#93c5fd}.p-mobile-menu__item.mod-bg-blue .icon-circle{background-color:hsla(0,0%,100%,.2);color:#fff}.p-mobile-menu__item.mod-bg-blue:hover{background-color:rgb(18.9175824176,75.6703296703,137.5824175824)}.p-mobile-menu__item.mod-border{background-color:#fff;border:1px solid #1658a0;color:#1658a0}.p-mobile-menu__item.mod-border .text-jp{color:inherit}.p-mobile-menu__item.mod-border .icon-circle{background-color:rgba(0,0,0,0);color:inherit;padding:0;width:auto;height:auto;border-radius:0}.p-mobile-menu__item.mod-border.p-mobile-menu__item--full.mod-has-icon{justify-content:center}.p-mobile-menu__item.mod-border:hover{background-color:#eff6ff}.p-mobile-menu__recruit{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden;margin-top:16px;background:linear-gradient(135deg, #1658a0 0%, rgb(15.8351648352, 63.3406593407, 115.1648351648) 100%);padding:24px 32px;border-radius:16px;text-decoration:none;box-shadow:0 10px 20px -5px rgba(22,88,160,.4);transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.p-mobile-menu__recruit:active{transform:scale(0.98);box-shadow:0 4px 10px -2px rgba(22,88,160,.4)}.p-mobile-menu__recruit-bg{position:absolute;inset:0;background:linear-gradient(135deg, rgb(28.1648351648, 112.6593406593, 204.8351648352) 0%, #1658a0 100%);opacity:0;transition:opacity .3s;z-index:0}.p-mobile-menu__recruit:hover .p-mobile-menu__recruit-bg{opacity:1}.p-mobile-menu__recruit .text-wrap{position:relative;z-index:10;text-align:left}.p-mobile-menu__recruit .text-jp{display:block;color:#fff;font-weight:bold;font-size:1.125rem;line-height:1.2}.p-mobile-menu__recruit .text-en{display:block;font-family:"Manrope",sans-serif;font-size:.75rem;color:hsla(0,0%,100%,.8);margin-top:4px;font-weight:600;letter-spacing:.05em}.p-mobile-menu__recruit::after{content:"";display:block;width:24px;height:24px;position:relative;z-index:10;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.5 4.5L21 12m0 0l-7.5 7.5M21 12H3' /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform .3s}.p-mobile-menu__recruit:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px rgba(22,88,160,.5)}.p-mobile-menu__recruit:hover::after{transform:translateX(4px)}.p-mobile-menu__recruit:hover .text-en{color:#fff}.c-file-upload{margin-bottom:16px}.c-file-upload span[data-name]{position:relative;display:inline-block;cursor:pointer}.c-file-upload span[data-name]::before{content:"ファイルを選択";display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;background-color:#f1f5f9;color:#1658a0;border:1px solid #1658a0;border-radius:9999px;font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-size:.875rem;font-weight:700;transition:all .3s ease}.c-file-upload span[data-name]:hover::before{background-color:#1658a0;color:#fff}.c-file-upload span[data-name] input[type=file]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}.c-file-upload__filename{display:none;margin-top:8px;font-size:.75rem;color:#475569;font-family:"JetBrains Mono",monospace}.c-file-upload__filename::before{content:"";display:inline-block;width:12px;height:12px;margin-right:4px;background-color:currentColor;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48'/%3E%3C/svg%3E");mask-size:contain;mask-repeat:no-repeat;vertical-align:middle}.p-page-hero{position:relative;padding-top:140px;padding-bottom:80px;background-color:#fff;border-bottom:1px solid #f1f5f9;overflow:hidden}@media(min-width: 768px){.p-page-hero{padding-top:180px;padding-bottom:100px}}.p-page-hero__anim{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.6}.p-page-hero__bg{position:absolute;inset:0;opacity:.4;z-index:0;pointer-events:none}.p-page-hero__inner{position:relative;z-index:1;max-width:800px;text-align:left;margin-right:auto;opacity:0;transform:translateY(20px);transition:opacity .8s,transform .8s}.p-page-hero__inner.is-in-view{opacity:1;transform:translateY(0)}.p-page-hero__label{display:inline-flex;align-items:center;gap:.5rem;background-color:#eff6ff;color:#1658a0;padding:6px 16px;border-radius:9999px;font-family:"JetBrains Mono",monospace;font-weight:700;font-size:.75rem;letter-spacing:.05em;margin-bottom:24px;text-transform:uppercase}.p-page-hero__title{font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-weight:800;font-size:3rem;color:#0f172a;line-height:1.2;margin-bottom:0;letter-spacing:-0.02em}@media(min-width: 768px){.p-page-hero__title{font-size:4rem}}.p-page-hero__lead{font-size:1rem;line-height:1.8;color:#475569;font-weight:500;margin-top:24px}.c-fixed-bg-anim{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:-1;pointer-events:none}.c-fixed-bg-anim canvas{display:block}.p-section-hero{position:relative;min-height:70vh;display:flex;align-items:center;padding-top:80px;overflow:hidden;background-color:hsla(0,0%,100%,.6)}@media(max-width: 640px){.p-section-hero{min-height:none}}.p-section-hero__bg-img{position:absolute;inset:0;z-index:0}.p-section-hero__bg-img img{width:100%;height:100%;object-fit:cover;opacity:.1}.p-section-hero__inner{position:relative;z-index:2;padding-left:2vw}.p-section-hero__meta{display:flex;align-items:center;gap:12px;margin-bottom:2rem}.p-section-hero__dot{display:block;width:8px;height:8px;background-color:#1658a0;border-radius:50%;animation:ping 2s cubic-bezier(0, 0, 0.2, 1) infinite}.p-section-hero__label{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:9999px;font-family:"JetBrains Mono",monospace;font-size:.75rem;color:#475569;font-weight:500}.p-section-hero__sub-title{font-family:"Manrope",sans-serif;font-weight:800;font-size:1.25rem;color:#ea580c;letter-spacing:.05em;margin-bottom:1rem}@media(min-width: 768px){.p-section-hero__sub-title{font-size:1.875rem}}.p-section-hero__main-title{font-family:"oswald";font-weight:800;font-size:13vw;line-height:.9;color:#24374c;letter-spacing:-0.025em;margin-bottom:3rem}@media(min-width: 1024px){.p-section-hero__main-title{font-size:10vw}}.p-section-hero__content{display:flex;flex-direction:column;gap:3rem}@media(min-width: 768px){.p-section-hero__content{flex-direction:row;align-items:flex-end;justify-content:space-between}}.p-section-hero__desc{font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-weight:500;color:#475569;line-height:1.8;font-size:1.125rem;border-left:4px solid #1658a0;padding-left:1.5rem;max-width:600px;background:hsla(0,0%,100%,.6);backdrop-filter:blur(2px)}.p-section-hero__actions{display:flex;gap:1rem;flex-shrink:0}@keyframes ping{75%,100%{transform:scale(2)}}.p-section-news{padding-top:64px;padding-bottom:64px;background-color:rgba(248,250,252,.6);backdrop-filter:blur(4px)}@media(min-width: 768px){.p-section-news{padding-top:128px;padding-bottom:128px}}.p-section-news__inner{padding:32px;background-color:hsla(0,0%,100%,.85);backdrop-filter:blur(12px);border-radius:1rem;border:1px solid hsla(0,0%,100%,.6);box-shadow:0 1px 2px 0 rgba(0,0,0,.05);display:flex;flex-direction:column;gap:32px}@media(min-width: 768px){.p-section-news__inner{flex-direction:row;align-items:flex-start;padding:48px}}@media(min-width: 768px){.p-section-news__header{width:25%}}.p-section-news__title{display:flex;align-items:center;gap:8px;font-family:"Manrope",sans-serif;font-size:1.5rem;font-weight:700;color:#0f172a}.p-section-news__title-jp{font-size:.875rem;font-family:"JetBrains Mono",monospace;font-weight:400;color:#1658a0;background-color:hsla(0,0%,100%,.9);padding:2px 8px;border-radius:4px;border:1px solid rgba(226,232,240,.8)}@media(min-width: 768px){.p-section-news__body{width:75%}}.p-section-news__list{display:flex;flex-direction:column;gap:16px}.p-section-news__item{display:flex;flex-direction:column;gap:8px;padding:16px;background-color:#fff;border-radius:.5rem;border:1px solid rgba(226,232,240,.6);transition:all .3s ease}@media(min-width: 768px){.p-section-news__item{flex-direction:row;align-items:center;gap:24px}}.p-section-news__item:hover{background-color:#f0f9ff;border-color:#1658a0;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.p-section-news__item:hover .p-section-news__post-title{color:#1658a0}.p-section-news__item:hover .p-section-news__arrow{color:#1658a0;transform:translateX(4px)}.p-section-news__meta{display:flex;align-items:center;gap:16px;flex-shrink:0}.p-section-news__date{font-family:"JetBrains Mono",monospace;font-size:.75rem;color:#64748b}.p-section-news__cat{font-size:10px;font-weight:700;text-transform:uppercase;padding:2px 8px;border-radius:4px;background-color:#ea580c;color:#fff}.p-section-news__cat.is-release{background-color:#dbeafe;color:#1d4ed8}.p-section-news__cat.is-recruit{background-color:#ffedd5;color:#c2410c}.p-section-news__post-title{flex:1;font-size:.875rem;font-weight:700;color:#1e293b;margin:0;transition:color .3s}.p-section-news__arrow{color:#cbd5e1;transition:all .3s;display:flex}.p-section-news__footer{margin-top:24px;text-align:right}.p-section-news__link{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;font-weight:700;color:#64748b}.p-section-news__link:hover{color:#1658a0}.p-front-links{padding:40px 0;background-color:#fff}@media(min-width: 768px){.p-front-links{padding:64px 0}}.p-front-links__grid{display:grid;grid-template-columns:1fr;gap:1px;background-color:#e2e8f0;border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}@media(min-width: 768px){.p-front-links__grid{grid-template-columns:repeat(3, 1fr)}}.p-front-links__item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;text-decoration:none;transition:all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);min-height:180px;padding:24px 16px}@media(min-width: 768px){.p-front-links__item{min-height:280px;padding:40px 24px}}.p-front-links__item{color:#fff}.p-front-links__item.is-blue{background-color:#1658a0}.p-front-links__item.is-orange{background-color:#ea580c}.p-front-links__item.is-dark{background-color:#5c637c}.p-front-links__item:hover{transition:.3s}.p-front-links__item:hover.is-blue{background-color:rgb(236.36,241.64,247.4);color:#1658a0}.p-front-links__item:hover.is-orange{background-color:rgb(253.32,241.64,235.56);color:#ea580c}.p-front-links__item:hover.is-dark{background-color:rgb(237,237.88,239.32);color:#1e293b}.p-front-links__item:hover .p-front-links__num{color:inherit;opacity:.5}.p-front-links__item:hover .p-front-links__title-jp{opacity:1;color:#24374c}.p-front-links__item:hover .p-front-links__desc{color:inherit;border-top-color:currentColor;opacity:.7}.p-front-links__item:hover .p-front-links__arrow{border-color:currentColor;color:inherit;background-color:#fff;transform:scale(1.1);box-shadow:0 2px 4px rgba(0,0,0,.1)}.p-front-links__item-inner{width:100%;display:flex;flex-direction:column;align-items:center;flex-grow:1;justify-content:center}.p-front-links__num{font-family:"JetBrains Mono",monospace;font-size:.75rem;font-weight:700;color:hsla(0,0%,100%,.4);margin-bottom:8px;transition:all .3s}@media(min-width: 768px){.p-front-links__num{font-size:.875rem;margin-bottom:16px}}.p-front-links__title-en{font-family:"Manrope",sans-serif;font-weight:800;line-height:1.1;letter-spacing:-0.02em;color:inherit;margin-bottom:4px;font-size:1.75rem}@media(min-width: 768px){.p-front-links__title-en{font-size:2rem;margin-bottom:8px}}.p-front-links__title-jp{font-size:.75rem;font-weight:700;color:hsla(0,0%,100%,.9);margin-bottom:16px;transition:all .3s}@media(min-width: 768px){.p-front-links__title-jp{font-size:.875rem;margin-bottom:24px}}.p-front-links__desc{font-family:"JetBrains Mono",monospace;font-size:.625rem;text-transform:uppercase;letter-spacing:.05em;color:hsla(0,0%,100%,.7);margin-top:auto;padding-top:12px;border-top:1px solid hsla(0,0%,100%,.4);width:60%;transition:all .3s}@media(min-width: 768px){.p-front-links__desc{font-size:.75rem;padding-top:16px}}.p-front-links__arrow{margin-top:16px;width:40px;height:40px;border-radius:50%;border:1px solid hsla(0,0%,100%,.6);display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s cubic-bezier(0.34, 1.56, 0.64, 1)}@media(min-width: 768px){.p-front-links__arrow{margin-top:32px;width:48px;height:48px}}.p-front-links__arrow svg{width:16px;height:16px}@media(min-width: 768px){.p-front-links__arrow svg{width:20px;height:20px}}.p-section-philosophy{position:relative;background-color:#0f172a;color:#fff;padding:80px 0;overflow:hidden}@media(min-width: 768px){.p-section-philosophy{padding:128px 0}}.p-section-philosophy__bg-obj{position:absolute;border-radius:50%;filter:blur(100px);opacity:.2;z-index:0;pointer-events:none}.p-section-philosophy__bg-obj--1{top:-20%;left:-10%;width:60%;height:60%;background-color:#1658a0}.p-section-philosophy__bg-obj--2{bottom:10%;right:10%;width:40%;height:40%;background-color:#ea580c}.p-section-philosophy__inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:64px}@media(min-width: 1024px){.p-section-philosophy__inner{flex-direction:row;align-items:center;gap:64px}}@media(min-width: 1024px){.p-section-philosophy__content{width:60%}}.p-section-philosophy__sub{display:block;font-family:"Manrope",sans-serif;font-weight:800;font-size:1.25rem;color:#ea580c;margin-bottom:16px;letter-spacing:.05em}.p-section-philosophy__title{font-family:"Manrope",sans-serif;font-size:2.5rem;font-weight:700;line-height:1.1;margin-bottom:40px}@media(min-width: 768px){.p-section-philosophy__title{font-size:4.5rem}}.p-section-philosophy__title-2{background:linear-gradient(to right, #1658a0, #ea580c);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.p-section-philosophy__desc{font-size:1.125rem;color:#cbd5e1;line-height:1.8;margin-bottom:48px}.p-section-philosophy__stats{display:grid;grid-template-columns:repeat(2, 1fr);gap:32px;padding-top:48px;border-top:1px solid #1e293b;font-family:"JetBrains Mono",monospace}.p-section-philosophy__stat-item .label{display:block;font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}.p-section-philosophy__stat-item .value{font-size:2.5rem;font-weight:700;color:#fff}.p-section-philosophy__stat-item .value.is-accent{color:#ea580c}.p-section-philosophy__visual{position:relative}@media(min-width: 1024px){.p-section-philosophy__visual{width:40%}}.p-section-philosophy__img-wrap{position:relative;z-index:10;aspect-ratio:4/5;background-color:#1e293b;border-radius:.125rem;padding:8px;border:1px solid #334155;box-shadow:0 25px 50px -12px rgba(0,0,0,.5);overflow:hidden}.p-section-philosophy__img-wrap img{width:100%;height:100%;object-fit:cover;opacity:.8;transition:opacity .5s}.p-section-philosophy__img-wrap:hover img{opacity:1}.p-section-philosophy__dummy-img{width:100%;height:100%;background:linear-gradient(135deg, #334155, #1e293b)}.p-section-philosophy__img-label{position:absolute;bottom:24px;left:24px;z-index:20}.p-section-philosophy__img-label .main{font-family:"Manrope",sans-serif;font-size:1.5rem;font-weight:700;line-height:1;margin-bottom:4px}.p-section-philosophy__img-label .sub{font-family:"JetBrains Mono",monospace;font-size:.75rem;color:#ea580c;background-color:rgba(67,20,7,.8);padding:2px 8px;display:inline-block}.p-section-philosophy__box-deco{display:none}@media(min-width: 768px){.p-section-philosophy__box-deco{display:block;position:absolute;bottom:-24px;right:-24px;width:128px;height:128px;background-color:#1658a0;z-index:0}}.p-section-service{padding-top:80px;padding-bottom:80px;background-color:rgba(239,246,255,.6);backdrop-filter:blur(4px);border-top:1px solid rgba(22,88,160,.1)}@media(min-width: 768px){.p-section-service{padding-top:128px;padding-bottom:128px}}.p-section-service__header{display:flex;flex-direction:column;margin-bottom:48px;gap:24px}@media(min-width: 768px){.p-section-service__header{flex-direction:row;justify-content:space-between;align-items:flex-end;margin-bottom:80px}}.p-section-service__sub{display:block;font-family:"Manrope",sans-serif;font-weight:800;color:#1658a0;font-size:1.25rem;margin-bottom:8px;letter-spacing:.05em;text-shadow:0 0 10px hsla(0,0%,100%,.8)}.p-section-service__title{font-family:"Manrope",sans-serif;font-size:3rem;font-weight:800;color:#0f172a;line-height:1;text-shadow:0 0 10px hsla(0,0%,100%,.8)}@media(min-width: 768px){.p-section-service__title{font-size:4.5rem}}.p-section-service__lead{color:#475569;font-size:.875rem;text-align:left;background-color:hsla(0,0%,100%,.5);padding:16px;border-radius:.375rem;backdrop-filter:blur(4px)}@media(min-width: 768px){.p-section-service__lead{text-align:left;max-width:400px}}.p-section-service__grid{gap:24px}@media(min-width: 768px){.p-section-service__grid{gap:32px}}.p-section-service__item{position:relative;background-color:hsla(0,0%,100%,.8);backdrop-filter:blur(12px);border-radius:.5rem;overflow:hidden;border:1px solid hsla(0,0%,100%,.6);transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);height:100%}.p-section-service__item::before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;z-index:2}.p-section-service__item.is-blue::before{background-color:#1658a0}.p-section-service__item.is-blue .p-section-service__item-bg{color:#1658a0}.p-section-service__item.is-blue .p-section-service__icon-box{color:#1658a0}.p-section-service__item.is-blue .p-section-service__id{color:#1658a0}.p-section-service__item.is-blue:hover{background-color:#1658a0;border-color:#1658a0;transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.p-section-service__item.is-blue:hover .p-section-service__item-title .ja{color:#fff}.p-section-service__item.is-blue:hover .p-section-service__item-title .en{color:hsla(0,0%,100%,.8)}.p-section-service__item.is-blue:hover .p-section-service__id{color:hsla(0,0%,100%,.6)}.p-section-service__item.is-blue:hover .p-section-service__icon-box{background-color:#fff;color:#1658a0}.p-section-service__item.is-blue:hover .p-section-service__arrow{background-color:#fff;color:#1658a0;transform:translateX(4px)}.p-section-service__item.is-orange::before{background-color:#ea580c}.p-section-service__item.is-orange .p-section-service__item-bg{color:#ea580c}.p-section-service__item.is-orange .p-section-service__icon-box{color:#ea580c}.p-section-service__item.is-orange .p-section-service__id{color:#ea580c}.p-section-service__item.is-orange:hover{background-color:#ea580c;border-color:#ea580c;transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.p-section-service__item.is-orange:hover .p-section-service__item-title .ja{color:#fff}.p-section-service__item.is-orange:hover .p-section-service__item-title .en{color:hsla(0,0%,100%,.8)}.p-section-service__item.is-orange:hover .p-section-service__id{color:hsla(0,0%,100%,.6)}.p-section-service__item.is-orange:hover .p-section-service__icon-box{background-color:#fff;color:#ea580c}.p-section-service__item.is-orange:hover .p-section-service__arrow{background-color:#fff;color:#ea580c;transform:translateX(4px)}.p-section-service__item.is-green::before{background-color:#218362}.p-section-service__item.is-green .p-section-service__item-bg{color:#218362}.p-section-service__item.is-green .p-section-service__icon-box{color:#218362}.p-section-service__item.is-green .p-section-service__id{color:#218362}.p-section-service__item.is-green:hover{background-color:#218362;border-color:#218362;transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.p-section-service__item.is-green:hover .p-section-service__item-title .ja{color:#fff}.p-section-service__item.is-green:hover .p-section-service__item-title .en{color:hsla(0,0%,100%,.8)}.p-section-service__item.is-green:hover .p-section-service__id{color:hsla(0,0%,100%,.6)}.p-section-service__item.is-green:hover .p-section-service__icon-box{background-color:#fff;color:#218362}.p-section-service__item.is-green:hover .p-section-service__arrow{background-color:#fff;color:#218362;transform:translateX(4px)}.p-section-service__item.is-red::before{background-color:#e11d48}.p-section-service__item.is-red .p-section-service__item-bg{color:#e11d48}.p-section-service__item.is-red .p-section-service__icon-box{color:#e11d48}.p-section-service__item.is-red .p-section-service__id{color:#e11d48}.p-section-service__item.is-red:hover{background-color:#e11d48;border-color:#e11d48;transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.p-section-service__item.is-red:hover .p-section-service__item-title .ja{color:#fff}.p-section-service__item.is-red:hover .p-section-service__item-title .en{color:hsla(0,0%,100%,.8)}.p-section-service__item.is-red:hover .p-section-service__id{color:hsla(0,0%,100%,.6)}.p-section-service__item.is-red:hover .p-section-service__icon-box{background-color:#fff;color:#e11d48}.p-section-service__item.is-red:hover .p-section-service__arrow{background-color:#fff;color:#e11d48;transform:translateX(4px)}.p-section-service__item.is-purple::before{background-color:#7c3aed}.p-section-service__item.is-purple .p-section-service__item-bg{color:#7c3aed}.p-section-service__item.is-purple .p-section-service__icon-box{color:#7c3aed}.p-section-service__item.is-purple .p-section-service__id{color:#7c3aed}.p-section-service__item.is-purple:hover{background-color:#7c3aed;border-color:#7c3aed;transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.p-section-service__item.is-purple:hover .p-section-service__item-title .ja{color:#fff}.p-section-service__item.is-purple:hover .p-section-service__item-title .en{color:hsla(0,0%,100%,.8)}.p-section-service__item.is-purple:hover .p-section-service__id{color:hsla(0,0%,100%,.6)}.p-section-service__item.is-purple:hover .p-section-service__icon-box{background-color:#fff;color:#7c3aed}.p-section-service__item.is-purple:hover .p-section-service__arrow{background-color:#fff;color:#7c3aed;transform:translateX(4px)}.p-section-service__item.is-yellow::before{background-color:#ca8a04}.p-section-service__item.is-yellow .p-section-service__item-bg{color:#ca8a04}.p-section-service__item.is-yellow .p-section-service__icon-box{color:#ca8a04}.p-section-service__item.is-yellow .p-section-service__id{color:#ca8a04}.p-section-service__item.is-yellow:hover{background-color:#ca8a04;border-color:#ca8a04;transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.p-section-service__item.is-yellow:hover .p-section-service__item-title .ja{color:#fff}.p-section-service__item.is-yellow:hover .p-section-service__item-title .en{color:hsla(0,0%,100%,.8)}.p-section-service__item.is-yellow:hover .p-section-service__id{color:hsla(0,0%,100%,.6)}.p-section-service__item.is-yellow:hover .p-section-service__icon-box{background-color:#fff;color:#ca8a04}.p-section-service__item.is-yellow:hover .p-section-service__arrow{background-color:#fff;color:#ca8a04;transform:translateX(4px)}.p-section-service__item.is-pink::before{background-color:#db2777}.p-section-service__item.is-pink .p-section-service__item-bg{color:#db2777}.p-section-service__item.is-pink .p-section-service__icon-box{color:#db2777}.p-section-service__item.is-pink .p-section-service__id{color:#db2777}.p-section-service__item.is-pink:hover{background-color:#db2777;border-color:#db2777;transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.p-section-service__item.is-pink:hover .p-section-service__item-title .ja{color:#fff}.p-section-service__item.is-pink:hover .p-section-service__item-title .en{color:hsla(0,0%,100%,.8)}.p-section-service__item.is-pink:hover .p-section-service__id{color:hsla(0,0%,100%,.6)}.p-section-service__item.is-pink:hover .p-section-service__icon-box{background-color:#fff;color:#db2777}.p-section-service__item.is-pink:hover .p-section-service__arrow{background-color:#fff;color:#db2777;transform:translateX(4px)}.p-section-service__item.is-cyan::before{background-color:#0891b2}.p-section-service__item.is-cyan .p-section-service__item-bg{color:#0891b2}.p-section-service__item.is-cyan .p-section-service__icon-box{color:#0891b2}.p-section-service__item.is-cyan .p-section-service__id{color:#0891b2}.p-section-service__item.is-cyan:hover{background-color:#0891b2;border-color:#0891b2;transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.p-section-service__item.is-cyan:hover .p-section-service__item-title .ja{color:#fff}.p-section-service__item.is-cyan:hover .p-section-service__item-title .en{color:hsla(0,0%,100%,.8)}.p-section-service__item.is-cyan:hover .p-section-service__id{color:hsla(0,0%,100%,.6)}.p-section-service__item.is-cyan:hover .p-section-service__icon-box{background-color:#fff;color:#0891b2}.p-section-service__item.is-cyan:hover .p-section-service__arrow{background-color:#fff;color:#0891b2;transform:translateX(4px)}.p-section-service__item-bg{position:absolute;top:-20%;right:-20%;width:200px;height:200px;background:radial-gradient(circle, currentColor 0%, transparent 70%);opacity:0;transition:all .5s ease;pointer-events:none;z-index:0}.p-section-service__item:hover .p-section-service__item-bg{opacity:.15}.p-section-service__item-inner{position:relative;z-index:1;padding:24px 32px;display:flex;flex-direction:column;justify-content:space-between;gap:40px;min-height:180px}.p-section-service__item-head{display:flex;align-items:flex-start;justify-content:space-between}.p-section-service__icon-box{width:48px;height:48px;border-radius:12px;background-color:hsla(0,0%,100%,.9);display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:all .3s}.p-section-service__id{font-family:"JetBrains Mono",monospace;font-weight:700;font-size:.875rem;letter-spacing:.1em;transition:color .3s}.p-section-service__item-body{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.p-section-service__item-title .ja{display:block;font-family:"Manrope",sans-serif;font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:4px;transition:color .3s}.p-section-service__item-title .en{display:block;font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-size:.75rem;color:#475569;transition:color .3s}.p-section-service__arrow{width:40px;height:40px;border-radius:50%;background-color:hsla(0,0%,100%,.9);color:#0f172a;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:all .3s;flex-shrink:0}.p-section-service__arrow svg{width:20px;height:20px}.p-partner{position:relative;width:100%;padding:6rem 0;background-color:#0f172a;overflow:hidden;color:#fff}.p-partner__bg-pattern{position:absolute;inset:0;background-image:url("https://www.transparenttextures.com/patterns/cubes.png");opacity:.05;z-index:0;pointer-events:none}.p-partner__bg-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:#5c637c;opacity:.95;z-index:1;pointer-events:none}.p-partner__bg-blob{position:absolute;top:50%;right:-5rem;width:24rem;height:24rem;background-color:#1658a0;border-radius:9999px;filter:blur(120px);opacity:.25;transform:translateY(-50%);z-index:1;pointer-events:none}.p-partner__container{position:relative;z-index:10;max-width:73rem;margin-left:auto;margin-right:auto}.p-partner__inner{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:3rem}@media(min-width: 768px){.p-partner__inner{flex-direction:row}}.p-partner__content{width:100%}@media(min-width: 768px){.p-partner__content{width:60%}}.p-partner__label{display:block;color:#93c5fd;font-size:.875rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem}.p-partner__heading{font-size:1.875rem;font-weight:700;line-height:1.25;margin-bottom:24px}@media(min-width: 768px){.p-partner__heading{font-size:3rem;margin-bottom:40px}}.p-partner__desc{color:#fff;font-size:.875rem;line-height:2;opacity:.9}@media(min-width: 768px){.p-partner__desc{font-size:1rem}}.p-partner__action{width:100%;text-align:center}@media(min-width: 768px){.p-partner__action{width:33.3333%}}.p-partner__card{padding:2rem;border:1px solid rgba(96,165,250,.3);border-radius:.75rem;background-color:hsla(0,0%,100%,.05);backdrop-filter:blur(4px);transition:border-color .3s}.p-partner__card:hover{border-color:rgba(96,165,250,.6)}.p-partner__card-title{color:#fff;font-weight:700;margin-bottom:1rem}.p-partner__btn{display:inline-block;width:100%;padding:1rem 1.5rem;background-color:#fff;color:#5c637c;font-weight:700;border-radius:.25rem;text-align:center;text-decoration:none;transition:all .3s;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.p-partner__btn:hover{background-color:#eff6ff;box-shadow:0 10px 15px -3px rgba(59,130,246,.2)}.p-partner__card-note{font-size:.75rem;color:#fff;margin-top:1rem;transition:color .3s}.p-partner__card:hover .p-partner__card-note{color:#93c5fd}.p-partner__tel{display:block;margin-top:.5rem;font-size:1.125rem;font-weight:700;color:#fff;text-decoration:none;transition:color .3s}.p-partner__tel:hover{color:#93c5fd}.p-section-contact{padding-top:80px;padding-bottom:80px;background-color:rgba(0,0,0,0)}body:not(.home) .p-section-contact{background-color:#f8fafc;border-top:1px solid #e2e8f0}@media(min-width: 768px){.p-section-contact{padding-top:120px;padding-bottom:120px}}.p-section-contact__box{max-width:900px;margin:0 auto;background-color:rgba(248,250,252,.7);backdrop-filter:blur(10px)}body:not(.home) .p-section-contact__box{background-color:#fff;border-color:#fff}.p-section-contact__box{border-radius:1.5rem;border:1px solid rgba(241,245,249,.6);padding:40px 24px;text-align:center;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}@media(min-width: 768px){.p-section-contact__box{padding:80px}}.p-section-contact__title{font-family:"Manrope",sans-serif;font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:24px}@media(min-width: 768px){.p-section-contact__title{font-size:2.5rem}}.p-section-contact__desc{font-size:1rem;color:#475569;line-height:1.8;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.p-section-contact__actions{display:flex;flex-direction:column;gap:24px;justify-content:center}@media(min-width: 768px){.p-section-contact__actions{flex-direction:row}}.p-section-contact__btn{display:flex;align-items:center;justify-content:center;gap:12px;padding:20px 32px;border-radius:.75rem;transition:all .3s ease;text-align:left;min-width:280px}.p-section-contact__btn--tel{background-color:hsla(0,0%,100%,.9);border:2px solid rgba(226,232,240,.8);color:#334155}body:not(.home) .p-section-contact__btn--tel{background-color:#f8fafc}.p-section-contact__btn--tel:hover{border-color:#1658a0;color:#1658a0;background-color:#fff}.p-section-contact__btn--tel:hover .icon-box{color:#1658a0}.p-section-contact__btn--tel .text-box{display:flex;flex-direction:column;line-height:1.2}.p-section-contact__btn--tel .label{font-size:10px;font-weight:bold;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:2px}.p-section-contact__btn--tel .value{font-size:1.25rem;font-weight:bold;font-family:"Manrope",sans-serif}.p-section-contact__btn--mail{background-color:#1658a0;border:2px solid #1658a0;color:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.p-section-contact__btn--mail:hover{background-color:#124680;border-color:#124680;transform:translateY(-2px)}.p-section-contact__btn--mail .value{font-weight:bold;font-size:1rem}.p-section-recruit{position:relative;overflow:hidden;padding-top:80px;padding-bottom:80px;color:#fff;background:linear-gradient(135deg, #0f3d70, #1658a0, #2b7bd6)}@media(min-width: 768px){.p-section-recruit{padding-top:120px;padding-bottom:120px}}.p-section-recruit__orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;z-index:0;pointer-events:none}.p-section-recruit__orb--1{top:20%;left:10%;width:300px;height:300px;background-color:#60a5fa;mix-blend-mode:overlay;animation:recruit-pulse 8s cubic-bezier(0.4, 0, 0.6, 1) infinite}.p-section-recruit__orb--2{bottom:20%;right:10%;width:400px;height:400px;background-color:#6366f1;mix-blend-mode:multiply;animation:recruit-pulse 8s cubic-bezier(0.4, 0, 0.6, 1) infinite;animation-delay:2s}.p-section-recruit__inner{position:relative;z-index:1;display:grid;gap:48px;align-items:center}@media(min-width: 768px){.p-section-recruit__inner{grid-template-columns:1fr 1fr;gap:64px}}.p-section-recruit__content{display:flex;flex-direction:column;gap:32px}.p-section-recruit__label{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:999px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.08);backdrop-filter:blur(12px);width:fit-content}.p-section-recruit__label .dot{display:block;width:8px;height:8px;border-radius:50%;background-color:#93c5fd;animation:recruit-pulse 2s infinite}.p-section-recruit__label .text{font-family:"Manrope",sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#dbeafe}.p-section-recruit__heading{font-size:2rem;font-weight:800;line-height:1.1}@media(min-width: 768px){.p-section-recruit__heading{font-size:2.5rem}}.p-section-recruit__heading .sub{display:block;font-size:1.5rem;font-weight:300;margin-bottom:8px;opacity:.9}@media(min-width: 768px){.p-section-recruit__heading .sub{font-size:2rem}}.p-section-recruit__heading .gradient-text{background:linear-gradient(to right, #ffffff, #dbeafe, #bfdbfe);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);filter:drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1))}.p-section-recruit__desc{font-size:1rem;line-height:1.8;color:#dbeafe;max-width:540px}@media(min-width: 768px){.p-section-recruit__desc{font-size:1.125rem}}.p-section-recruit__actions{display:flex;flex-wrap:wrap;gap:16px;padding-top:16px}.p-section-recruit__btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;border-radius:9999px;font-weight:700;transition:all .3s ease;text-decoration:none}.p-section-recruit__btn--primary{background-color:#fff;color:#1658a0;box-shadow:0 0 20px hsla(0,0%,100%,.3)}.p-section-recruit__btn--primary:hover{transform:translateY(-4px);box-shadow:0 0 30px hsla(0,0%,100%,.5);color:#1658a0}.p-section-recruit__btn--glass{background:hsla(0,0%,100%,.08);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.15);color:#fff}.p-section-recruit__btn--glass:hover{background:hsla(0,0%,100%,.2);color:#fff}.p-section-recruit__visual{display:none;position:relative}@media(min-width: 768px){.p-section-recruit__visual{display:block}}.p-section-recruit__card{position:relative;z-index:2;background:hsla(0,0%,100%,.08);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.15);border-radius:16px;padding:32px;box-shadow:0 8px 32px 0 rgba(0,0,0,.1);animation:recruit-float 6s ease-in-out infinite}.p-section-recruit__card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid hsla(0,0%,100%,.1)}.p-section-recruit__card-header .dots{display:flex;gap:8px}.p-section-recruit__card-header .dots span{width:12px;height:12px;border-radius:50%}.p-section-recruit__card-header .dots span:nth-child(1){background-color:rgba(248,113,113,.8)}.p-section-recruit__card-header .dots span:nth-child(2){background-color:rgba(250,204,21,.8)}.p-section-recruit__card-header .dots span:nth-child(3){background-color:rgba(74,222,128,.8)}.p-section-recruit__card-header .filename{font-family:"JetBrains Mono",monospace;font-size:.75rem;color:#bfdbfe}.p-section-recruit__code{font-family:"JetBrains Mono",monospace;font-size:.875rem;color:rgba(219,234,254,.8);line-height:1.6;min-height:160px}.p-section-recruit__code .row{display:flex;min-height:1.6em}.p-section-recruit__code .num{width:32px;color:rgba(96,165,250,.5);user-select:none;flex-shrink:0}.p-section-recruit__code .text{white-space:pre-wrap;word-break:break-all}.p-section-recruit__code .comment{color:#94a3b8;font-style:italic}.p-section-recruit__code .keyword{color:#c084fc}.p-section-recruit__code .flow{color:#f472b6}.p-section-recruit__code .func{color:#60a5fa}.p-section-recruit__code .string{color:#facc15}.p-section-recruit__code .cursor{display:inline-block;width:2px;height:1.2em;background-color:#1658a0;vertical-align:text-bottom;margin-left:2px;animation:recruit-blink 1s step-end infinite}.p-section-recruit__bg-shape{position:absolute;top:-40px;right:-40px;width:128px;height:128px;border-radius:20px;background:linear-gradient(135deg, #22d3ee, #2563eb);opacity:.5;filter:blur(20px);z-index:1;animation:recruit-float 6s ease-in-out 3s infinite}@keyframes recruit-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes recruit-pulse{0%,100%{opacity:.4}50%{opacity:.6}}@keyframes recruit-blink{0%,100%{opacity:1}50%{opacity:0}}.p-section-recruit__card-header .filename{order:1;margin-right:auto;margin-left:0;font-family:"Segoe UI",sans-serif;opacity:.9}.p-section-recruit__card-header .dots{order:2;gap:0}.p-section-recruit__card-header .dots span{width:28px;height:30px;border-radius:0;background-color:rgba(0,0,0,0) !important;display:flex;align-items:center;justify-content:center;transition:background-color .2s;cursor:default}.p-section-recruit__card-header .dots span::after{content:"";display:block;color:hsla(0,0%,100%,.9)}.p-section-recruit__card-header .dots span:nth-child(1)::after{content:"";width:10px;height:1px;background-color:currentColor}.p-section-recruit__card-header .dots span:nth-child(1):hover{background-color:hsla(0,0%,100%,.1) !important}.p-section-recruit__card-header .dots span:nth-child(2)::after{content:"";width:10px;height:10px;border:1px solid currentColor;background:rgba(0,0,0,0)}.p-section-recruit__card-header .dots span:nth-child(2):hover{background-color:hsla(0,0%,100%,.1) !important}.p-section-recruit__card-header .dots span:nth-child(3)::after{content:"✕";font-size:14px;line-height:1;font-weight:300}.p-section-recruit__card-header .dots span:nth-child(3):hover{background-color:#e81123 !important;color:#fff}.p-section-blog{padding-top:80px;padding-bottom:80px;background-color:rgba(241,245,249,.6);backdrop-filter:blur(4px);border-top:1px solid rgba(226,232,240,.6)}@media(min-width: 768px){.p-section-blog{padding-top:128px;padding-bottom:128px}}.p-section-blog__header{text-align:center;margin-bottom:48px}.p-section-blog__title{font-family:"Manrope",sans-serif;font-size:2.5rem;font-weight:800;margin-bottom:16px;color:#0f172a}.p-section-blog__desc{color:#475569;background-color:hsla(0,0%,100%,.5);display:inline-block;padding:8px 16px;border-radius:.375rem;backdrop-filter:blur(4px)}.p-section-blog__grid{display:grid;gap:24px;margin-bottom:48px}@media(min-width: 768px){.p-section-blog__grid{grid-template-columns:repeat(3, 1fr)}}.p-section-blog__card{display:flex;flex-direction:column;border-radius:.5rem;overflow:hidden;background-color:hsla(0,0%,100%,.8);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.9);transition:all .3s ease;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.p-section-blog__card:hover{transform:translateY(-4px);background-color:#fff;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);border-color:#1658a0}.p-section-blog__img{aspect-ratio:16/9;overflow:hidden;margin:0}.p-section-blog__img img{transition:transform .5s;width:100%;height:100%;object-fit:cover}.p-section-blog__card:hover .p-section-blog__img img{transform:scale(1.05)}.p-section-blog__body{padding:24px;flex-grow:1;display:flex;flex-direction:column}.p-section-blog__date{font-family:"JetBrains Mono",monospace;font-size:.75rem;color:#475569;margin-bottom:8px}.p-section-blog__post-title{font-size:1rem;font-weight:700;line-height:1.6;margin:0;transition:color .3s}.p-section-blog__card:hover .p-section-blog__post-title{color:#1658a0}.p-section-blog__footer{text-align:center}.p-page-simple{padding-top:48px;padding-bottom:80px}@media(min-width: 768px){.p-page-simple{padding-top:80px;padding-bottom:128px}}.p-page-simple__section{margin-bottom:64px}.p-page-simple__section:last-child{margin-bottom:0}.p-page-simple__heading-lg{font-family:"Manrope",sans-serif;font-size:1.5rem;font-weight:700;color:#0f172a;padding-bottom:16px;margin-bottom:40px;border-bottom:2px solid #e2e8f0}@media(min-width: 768px){.p-page-simple__heading-lg{font-size:1.75rem}}.p-page-simple__block{margin-bottom:40px}.p-page-simple__block:last-child{margin-bottom:0}.p-page-simple__heading-md{font-family:"Manrope",sans-serif;font-size:1.125rem;font-weight:700;color:#1658a0;margin-top:32px;margin-bottom:16px;padding-left:12px;border-left:4px solid #1658a0;line-height:1.4}@media(min-width: 768px){.p-page-simple__heading-md{font-size:1.25rem}}.p-page-simple__body{font-size:1rem;line-height:1.8;color:#0f172a}.p-page-simple__body p{margin-bottom:16px}.p-page-simple__body p:last-child{margin-bottom:0}.p-page-simple__body .span_text{display:block;margin-bottom:16px}.p-page-simple__body .span_text:last-child{margin-bottom:0}.p-page-simple__body ul,.p-page-simple__body ol{margin-bottom:16px;padding-left:1.5em}.p-page-simple__body ul li,.p-page-simple__body ol li{list-style:disc;margin-bottom:8px}.p-page-simple__signature{margin-top:48px;padding-top:32px;border-top:1px dotted #cbd5e1;font-size:.875rem;line-height:1.6;color:#475569}.p-page-simple__signature.u-text-right{text-align:right}.wpcf7-form{background-color:#fff;padding:32px;border-radius:.5rem;border:1px solid #e2e8f0;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);max-width:800px;margin:0 auto}@media(min-width: 768px){.wpcf7-form{padding:64px}}.p-contact-form__tabs{margin-bottom:32px;border-bottom:1px solid #e2e8f0}.p-contact-form__tabs .wpcf7-list-item{display:block;margin:0}@media(min-width: 768px){.p-contact-form__tabs .wpcf7-list-item{display:inline-block;margin-right:8px}}.p-contact-form__tabs input[type=radio]{display:none}.p-contact-form__tabs label{display:block;padding:1rem 1.5rem;background-color:#f8fafc;color:#475569;font-weight:bold;font-size:.875rem;cursor:pointer;border-radius:.375rem .375rem 0 0;transition:all .3s;border:1px solid rgba(0,0,0,0);border-bottom:none;margin-bottom:0}.p-contact-form__tabs label:hover{background-color:#f1f5f9;color:#1658a0}.p-contact-form__tabs input[type=radio]:checked+.wpcf7-list-item-label{background-color:#fff;color:#1658a0;border-color:#e2e8f0;border-bottom-color:#fff;margin-bottom:-1px;position:relative;z-index:1}.p-contact-form [data-group]{animation:fadeIn .5s ease}.p-contact-form p{margin:0;padding:0;display:contents}.p-contact-form br{display:none}.p-contact-form>div{display:contents}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}p{margin-bottom:32px}label{display:block;font-weight:700;color:#0f172a;margin-top:32px;margin-bottom:12px;font-size:.875rem}label .required{display:inline-block;margin-left:8px;font-size:11px;color:#fff;background-color:#ef4444;padding:2px 8px;border-radius:2px;vertical-align:middle}label .optional{display:inline-block;margin-left:8px;font-size:11px;color:#475569;background-color:#e2e8f0;padding:2px 8px;border-radius:2px;vertical-align:middle}input[type=text],input[type=email],input[type=tel],input[type=url],textarea,select{width:100%;padding:16px;border:1px solid #cbd5e1;border-radius:.375rem;background-color:#f8fafc;font-size:1rem;color:#0f172a;transition:all .2s ease;appearance:none}input[type=text]::placeholder,input[type=email]::placeholder,input[type=tel]::placeholder,input[type=url]::placeholder,textarea::placeholder,select::placeholder{color:#94a3b8}input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=url]:focus,textarea:focus,select:focus{outline:none;border-color:#1658a0;background-color:#fff;box-shadow:0 0 0 3px rgba(22,88,160,.1)}textarea{min-height:200px;line-height:1.6;resize:vertical}.wpcf7-not-valid-tip{font-size:.75rem;color:#ef4444;margin-top:4px;display:block}.c-select-wrap{position:relative;margin-bottom:32px}.c-select-wrap::after{content:"";position:absolute;top:50%;right:1rem;width:.6em;height:.6em;border-bottom:2px solid #1658a0;border-right:2px solid #1658a0;transform:translateY(-70%) rotate(45deg);pointer-events:none}.c-select-wrap select{cursor:pointer;padding-right:2.5rem}.c-select-wrap select:focus{background-color:#fff}.p-contact-form__privacy{margin-top:40px;padding:24px;background-color:#f8fafc;border-radius:.375rem;text-align:center;border:1px solid #f1f5f9}.p-contact-form__privacy .c-acceptance{font-weight:bold;display:inline-block}.p-contact-form__privacy .c-acceptance input[type=checkbox]{width:1.2em;height:1.2em;vertical-align:text-bottom;margin-right:.5em;accent-color:#1658a0;cursor:pointer}.p-contact-form__privacy .c-acceptance a{color:#1658a0;text-decoration:underline;transition:opacity .3s}.p-contact-form__privacy .c-acceptance a:hover{opacity:.7}.wpcf7-submit{display:block;width:100%;max-width:300px;margin:32px auto 0;padding:1rem 2rem;background-color:#1658a0;color:#fff;font-weight:bold;font-size:1.125rem;border:none;border-radius:9999px;cursor:pointer;transition:all .3s;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.wpcf7-submit:hover{background-color:#1e40af;transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.wpcf7-submit:disabled{background-color:#cbd5e1;cursor:not-allowed;transform:none;box-shadow:none}.wpcf7-submit .ajax-loader{position:absolute}.p-company-hero{padding-top:140px;padding-bottom:80px;background-color:#fff}@media(min-width: 768px){.p-company-hero{padding-top:180px;padding-bottom:100px}}.p-company-hero__inner{max-width:800px}.p-company-hero__label{display:inline-flex;align-items:center;gap:.5rem;background-color:#eff6ff;color:#1658a0;padding:6px 16px;border-radius:9999px;font-family:"JetBrains Mono",monospace;font-weight:700;font-size:.75rem;letter-spacing:.05em;margin-bottom:24px}.p-company-hero__title{font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-weight:800;font-size:3rem;color:#0f172a;line-height:1.2;margin-bottom:32px;letter-spacing:-0.02em}@media(min-width: 768px){.p-company-hero__title{font-size:4rem}}.p-company-hero__lead{font-size:1rem;line-height:1.8;color:#475569;font-weight:500}.p-company-message{padding:80px 0;background-color:#f8fafc}@media(min-width: 768px){.p-company-message{padding:128px 0}}.p-company-message__inner{display:flex;flex-direction:column;gap:48px}@media(min-width: 768px){.p-company-message__inner{flex-direction:row;align-items:flex-start;gap:80px}}@media(min-width: 768px){.p-company-message__visual{width:40%;position:sticky;top:120px}}.p-company-message__sticky-box{display:flex;flex-direction:column;gap:16px}.p-company-message__img{position:relative;width:100%;aspect-ratio:3/4;border-radius:.5rem;overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.p-company-message__img img{width:100%;height:100%;object-fit:cover}.p-company-message__img .dummy-img{width:100%;height:100%;background-color:#cbd5e1}.p-company-message__name{font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-weight:700;font-size:1.125rem;color:#0f172a;text-align:right}.p-company-message__name::after{content:"";display:block;width:40px;height:2px;background-color:#1658a0;margin-top:8px;margin-left:auto}@media(min-width: 768px){.p-company-message__content{width:60%;padding-top:32px}}.p-company-message__block{margin-bottom:64px}.p-company-message__block:last-child{margin-bottom:0}.p-company-message__heading{font-family:"Manrope",sans-serif;font-size:1.75rem;font-weight:700;color:#1658a0;margin-bottom:24px;line-height:1.4;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.p-company-message__text{font-size:1rem;line-height:2.2;color:#0f172a;text-align:justify}.p-company-overview{padding:80px 0;background-color:#fff}@media(min-width: 768px){.p-company-overview{padding:128px 0}}.p-company-overview__head{display:flex;align-items:center;gap:16px;margin-bottom:48px;border-bottom:2px solid #f1f5f9;padding-bottom:16px}.p-company-overview__head .icon-box{color:#1658a0}.p-company-overview__head .title{font-size:1.75rem;font-weight:700;color:#0f172a;font-family:"Inter","Helvetica Neue",Arial,sans-serif}.p-company-list__row{display:flex;flex-direction:column;padding:24px 0;border-bottom:1px solid #e2e8f0}@media(min-width: 768px){.p-company-list__row{flex-direction:row;align-items:flex-start}}.p-company-list__row:first-child{border-top:1px solid #e2e8f0}.p-company-list__term{font-weight:700;color:#334155;margin-bottom:8px;display:flex;align-items:center;position:relative;padding-left:16px}@media(min-width: 768px){.p-company-list__term{width:240px;flex-shrink:0;margin-bottom:0}}.p-company-list__term::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:16px;background-color:#1658a0;border-radius:2px}.p-company-list__desc{color:#0f172a;line-height:1.8;flex-grow:1}.p-company-history{padding-bottom:80px;background-color:#f8fafc;padding-top:80px}@media(min-width: 768px){.p-company-history{padding-bottom:128px;padding-top:80px}}.p-company-history__list{border-top:1px solid #cbd5e1}.p-company-history__row{display:flex;flex-direction:column;border-bottom:1px solid #e2e8f0;padding:16px 0;transition:background-color .3s}@media(min-width: 768px){.p-company-history__row{flex-direction:row;padding:24px 0;align-items:baseline}}.p-company-history__row:hover{background-color:#fff}.p-company-history__date{font-weight:700;color:#1658a0;margin-bottom:8px;font-family:"Manrope",sans-serif}@media(min-width: 768px){.p-company-history__date{width:25%;flex-shrink:0;margin-bottom:0;padding-left:16px}}.p-company-history__event{line-height:1.8;color:#0f172a}@media(min-width: 768px){.p-company-history__event{width:75%;padding-right:16px}}.p-section-access{position:relative;width:100%;min-height:600px;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:64px;padding-top:64px;overflow:hidden;background-color:#0f172a}@media(min-width: 768px){.p-section-access{min-height:80vh;padding-bottom:80px}}.p-section-access__bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.p-section-access__iframe{width:100%;height:100%;overflow:hidden;position:relative}.p-section-access__iframe iframe{width:140%;height:100%;border:0;filter:grayscale(100%) contrast(1.2);pointer-events:none;position:absolute;top:0;left:50%;transform:translateX(-60%)}.p-section-access__iframe-dummy{width:100%;height:100%;background-color:#333}.p-section-access__overlay{position:absolute;inset:0;background-color:rgba(15,61,112,.4);pointer-events:none}.p-section-access__gradient{position:absolute;bottom:0;left:0;width:100%;height:75%;background:linear-gradient(to top, #0f3d70, rgba(22, 88, 160, 0.8) 40%, transparent);pointer-events:none}.p-section-access__inner{position:relative;z-index:10;display:flex;flex-direction:column;gap:32px}@media(min-width: 768px){.p-section-access__inner{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:48px}}.p-section-access__header{color:#fff;width:100%}@media(min-width: 768px){.p-section-access__header{width:50%}}.p-section-access__title{font-family:"Manrope",sans-serif;font-weight:900;font-size:3rem;line-height:1;margin-bottom:24px;letter-spacing:-0.02em}@media(min-width: 768px){.p-section-access__title{font-size:4.5rem}}.p-section-access__sub{display:flex;align-items:center;gap:16px;color:#bfdbfe}.p-section-access__sub .line{display:block;width:40px;height:1px;background-color:#60a5fa}.p-section-access__sub .text{text-transform:uppercase;letter-spacing:.1em;font-weight:bold;font-size:.875rem}.p-section-access__card{width:100%;background:hsla(0,0%,100%,.08);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.15);border-bottom:none;border-radius:16px 16px 0 0;padding:32px;box-shadow:0 8px 32px 0 rgba(0,0,0,.1);transition:background-color .3s}@media(min-width: 768px){.p-section-access__card{width:50%;border-radius:16px;border-bottom:1px solid hsla(0,0%,100%,.15)}}.p-section-access__card:hover{background-color:rgba(15,61,112,.6)}.p-section-access__card-grid{display:grid;gap:32px}@media(min-width: 768px){.p-section-access__card-grid{grid-template-columns:1fr 1fr}}.p-section-access__info-group .label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#93c5fd;margin-bottom:8px}.p-section-access__info-group .address-text{color:#fff;font-weight:500;line-height:1.8;font-size:.875rem}.p-section-access__info-group .access-list{list-style:none;margin:0;padding:0;color:#fff;font-size:.875rem}.p-section-access__info-group .access-list li{display:flex;justify-content:space-between;padding-bottom:4px;margin-bottom:8px;border-bottom:1px solid hsla(0,0%,100%,.1)}.p-section-access__info-group .access-list li .font-bold{font-weight:700}.p-section-access__card-foot{margin-top:32px;text-align:right}.p-section-access__card-foot .map-link{display:inline-block;color:#fff;font-size:.875rem;font-weight:bold;text-decoration:none;padding-bottom:4px;border-bottom:1px solid #60a5fa;transition:color .3s}.p-section-access__card-foot .map-link:hover{color:#93c5fd}@keyframes bounce{0%,100%{transform:translateY(-25%);animation-timing-function:cubic-bezier(0.8, 0, 1, 1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0, 0, 0.2, 1)}}@keyframes fluid-fade-up{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.font-zen{font-family:"Zen Kaku Gothic New",sans-serif}.font-en{font-family:"Montserrat",sans-serif}.p-recruit-fluid{width:100%;overflow-x:hidden;background-color:#f8fafc;color:#0f172a}.p-fluid-hero{position:relative;min-height:90vh;padding-top:80px;padding-bottom:150px;display:flex;align-items:center;justify-content:center;overflow:hidden}.p-fluid-hero__blob{position:absolute;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;filter:blur(80px);opacity:.6;mix-blend-mode:multiply;z-index:0}.p-fluid-hero__blob--1{top:-50px;left:15%;width:600px;height:600px;background-color:#bfdbfe;transform:rotate(45deg)}.p-fluid-hero__blob--2{bottom:10%;right:15%;width:500px;height:500px;background-color:#c7d2fe;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;transform:rotate(-10deg)}.p-fluid-hero__content{position:relative;z-index:10;text-align:center;max-width:1000px;margin:0 auto;padding:0 24px}.p-fluid-hero__badge{display:inline-block;padding:4px 16px;border-radius:9999px;background-color:hsla(0,0%,100%,.6);backdrop-filter:blur(4px);border:1px solid rgba(22,88,160,.2);margin-bottom:24px}.p-fluid-hero__badge span{font-size:.75rem;font-weight:bold;letter-spacing:.1em;color:#1658a0}.p-fluid-hero__title{font-family:"Zen Kaku Gothic New",sans-serif;font-weight:bold;font-size:3rem;line-height:1.2;margin-bottom:32px;color:#0f172a}@media(min-width: 768px){.p-fluid-hero__title{font-size:5rem}}.p-fluid-hero__title strong{font-weight:700;background:linear-gradient(to right, #1658a0, #60a5fa);-webkit-background-clip:text;color:rgba(0,0,0,0)}.p-fluid-hero__lead{font-size:1rem;line-height:2;color:#475569;margin-bottom:48px}@media(min-width: 768px){.p-fluid-hero__lead{font-size:1.125rem}}.p-fluid-hero__btn{display:inline-flex;align-items:center;gap:8px;background-color:#1658a0;color:#fff;font-weight:bold;padding:16px 40px;border-radius:9999px;text-decoration:none;box-shadow:0 10px 15px -3px rgba(59,130,246,.3);transition:all .3s}.p-fluid-hero__btn:hover{background-color:#0b2f5a;transform:translateY(-2px);box-shadow:0 20px 25px -5px rgba(59,130,246,.4)}.p-fluid-message{position:relative;background:linear-gradient(180deg, #1658a0 0%, #0b2f5a 100%);color:#fff;padding:80px 0 160px}@media(min-width: 768px){.p-fluid-message{padding:120px 0 200px}}.p-fluid-message__wave-top{position:absolute;top:0;left:0;width:100%;line-height:0;transform:translateY(-99%) scaleY(-1);z-index:5}.p-fluid-message__wave-top svg{width:calc(100% + 1.3px);height:60px}@media(min-width: 768px){.p-fluid-message__wave-top svg{height:100px}}.p-fluid-message__wave-top svg path{fill:#1658a0}.p-fluid-message__bg-blob{position:absolute;top:0;right:0;width:600px;height:600px;background-color:#60a5fa;border-radius:40% 60% 70% 30%/50% 60% 30% 60%;filter:blur(120px);opacity:.2;mix-blend-mode:overlay;pointer-events:none}.p-fluid-message__inner{position:relative;z-index:10;display:flex;flex-direction:column;gap:64px}@media(min-width: 768px){.p-fluid-message__inner{flex-direction:row;align-items:center}}@media(min-width: 768px){.p-fluid-message__text-col{width:50%}}@media(min-width: 768px){.p-fluid-message__img-col{width:50%}}.p-fluid-message__img-col{display:flex;justify-content:center}.p-fluid-message__box{background:hsla(0,0%,100%,.05);backdrop-filter:blur(16px);border:1px solid hsla(0,0%,100%,.1);border-left:4px solid hsla(0,0%,100%,.3);border-radius:48px;padding:32px}@media(min-width: 768px){.p-fluid-message__box{padding:56px}}.p-fluid-message__sub-title{display:block;color:#bfdbfe;font-size:1.125rem;font-weight:normal;letter-spacing:.1em;margin-bottom:8px;text-transform:uppercase}.p-fluid-message__title{font-size:2rem;font-weight:bold;line-height:1.3;margin-bottom:32px}@media(min-width: 768px){.p-fluid-message__title{font-size:3rem}}.p-fluid-message__body{color:#eff6ff;line-height:2;text-align:justify}.p-fluid-message__body p+p{margin-top:1.5em}.p-fluid-message__image-wrapper{position:relative;width:100%;max-width:450px;aspect-ratio:1/1}.p-fluid-message__image-glow{position:absolute;inset:0;background-color:#60a5fa;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;filter:blur(60px);opacity:.3;transform:rotate(15deg)}.p-fluid-message__image-frame{position:relative;width:100%;height:100%;background-color:#0b2f5a;border:4px solid hsla(0,0%,100%,.1);overflow:hidden;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;box-shadow:0 25px 50px -12px rgba(0,0,0,.5)}.p-fluid-message__image-frame img{width:100%;height:100%;object-fit:cover;opacity:.9;transition:transform .7s,opacity .7s}.p-fluid-message__image-frame img:hover{transform:scale(1.1);opacity:1}.p-fluid-message__wave{position:absolute;bottom:-1px;left:0;width:100%;line-height:0}.p-fluid-message__wave svg{width:calc(100% + 1.3px);height:60px}@media(min-width: 768px){.p-fluid-message__wave svg{height:100px}}.p-fluid-message__wave svg path{fill:#fff}.p-fluid-jobs{position:relative;background-color:#fff;padding-top:80px;padding-bottom:120px;overflow:hidden}.p-fluid-jobs__bg-deco{position:absolute;top:50px;left:-100px;width:800px;height:800px;background-color:#eff6ff;border-radius:50%;filter:blur(100px);mix-blend-mode:multiply;opacity:.7;z-index:0;pointer-events:none}.p-fluid-jobs__inner{position:relative;z-index:10}.p-fluid-jobs__header{text-align:center;margin-bottom:40px}.p-fluid-jobs__sub-heading{display:block;color:#1658a0;font-weight:bold;letter-spacing:.2em;font-size:.875rem;text-transform:uppercase;margin-bottom:8px}.p-fluid-jobs__heading{font-size:2.25rem;font-weight:bold;color:#0f172a}.p-fluid-jobs__filter{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-bottom:64px}.p-fluid-jobs__filter-btn{appearance:none;border:1px solid #cbd5e1;background-color:rgba(0,0,0,0);padding:10px 24px;border-radius:9999px;color:#64748b;font-size:.875rem;font-weight:bold;cursor:pointer;transition:all .3s}.p-fluid-jobs__filter-btn:hover{border-color:#1658a0;color:#1658a0;background-color:#eff6ff}.p-fluid-jobs__filter-btn.is-active{background-color:#1658a0;color:#fff;border-color:#1658a0;box-shadow:0 4px 12px rgba(37,99,235,.3)}.p-fluid-jobs__grid{display:grid;gap:32px;margin-bottom:120px}@media(min-width: 768px){.p-fluid-jobs__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.p-fluid-jobs__grid{grid-template-columns:repeat(3, 1fr)}}.c-fluid-card{display:flex;flex-direction:column;background:hsla(0,0%,100%,.8);backdrop-filter:blur(12px);border:1px solid rgba(22,88,160,.1);box-shadow:0 4px 20px rgba(0,0,0,.05);border-radius:24px;padding:32px;text-decoration:none;color:#0f172a;transition:all .3s ease}.c-fluid-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1);border-color:rgba(22,88,160,.3)}.c-fluid-card:hover .c-fluid-card__icon{background-color:#1658a0;color:#fff}.c-fluid-card:hover .c-fluid-card__title{color:#1658a0}.c-fluid-card:hover .c-fluid-card__arrow{transform:translateX(4px)}.c-fluid-card__icon{width:48px;height:48px;border-radius:50%;background-color:#eff6ff;color:#1658a0;display:flex;align-items:center;justify-content:center;margin-bottom:24px;transition:background-color .3s,color .3s}.c-fluid-card__tag{display:inline-block;padding:4px 12px;background-color:#dbeafe;color:#1658a0;font-size:.75rem;font-weight:bold;border-radius:9999px;margin-bottom:16px;align-self:flex-start}.c-fluid-card__title{font-size:1.25rem;font-weight:bold;margin-bottom:16px;line-height:1.4;transition:color .3s}.c-fluid-card__desc{font-size:.875rem;color:#64748b;margin-bottom:24px;flex-grow:1}.c-fluid-card__link-text{font-size:.875rem;font-weight:bold;color:#1658a0;display:flex;align-items:center;gap:8px}.c-fluid-card__arrow{transition:transform .3s}.p-fluid-welfare{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:48px;padding:48px 24px;text-align:center}@media(min-width: 768px){.p-fluid-welfare{padding:64px}}.p-fluid-welfare__title{font-size:1.5rem;font-weight:bold;margin-bottom:40px;color:#0f172a}.p-fluid-welfare__list{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.p-fluid-welfare__item{display:flex;align-items:center;gap:8px;background-color:#fff;padding:12px 24px;border-radius:9999px;border:1px solid #f1f5f9;box-shadow:0 1px 2px rgba(0,0,0,.05);font-size:.875rem;font-weight:bold;color:#475569}.p-fluid-welfare__item .check{color:#1658a0}.p-fluid-footer{background-color:#0f172a;color:#fff;padding:48px 0}.p-fluid-footer__inner{display:flex;flex-direction:column;gap:32px}@media(min-width: 768px){.p-fluid-footer__inner{flex-direction:row;justify-content:space-between;align-items:center}}.p-fluid-footer__company h2{font-size:1.125rem;font-weight:bold;margin-bottom:4px}.p-fluid-footer__company p{font-size:.875rem;color:#94a3b8}.p-fluid-footer__actions{display:flex;gap:16px}.p-fluid-footer__btn{padding:12px 24px;border-radius:4px;font-size:.875rem;font-weight:bold;text-decoration:none;transition:background-color .3s}.p-fluid-footer__btn--tel{border:1px solid #475569;color:#fff}.p-fluid-footer__btn--tel:hover{background-color:#1e293b}.p-fluid-footer__btn--contact{background-color:#1658a0;color:#fff}.p-fluid-footer__btn--contact:hover{background-color:#3b82f6}.p-fluid-footer__copy{margin-top:32px;padding-top:32px;border-top:1px solid #1e293b;text-align:center;font-size:.75rem;color:#64748b}.p-job-hero{position:relative;padding-top:140px;padding-bottom:80px;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;overflow:hidden}@media(min-width: 768px){.p-job-hero{padding-top:180px;padding-bottom:100px}}.p-job-hero__bg-pattern{position:absolute;inset:0;opacity:.4;background-image:linear-gradient(#e2e8f0 1px, transparent 1px),linear-gradient(90deg, #e2e8f0 1px, transparent 1px);background-size:40px 40px;mask-image:radial-gradient(circle at center, black 30%, transparent 80%);pointer-events:none}.p-job-hero__inner{position:relative;z-index:1;max-width:900px;margin:0 auto;text-align:center}.p-job-hero__meta{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:24px}@media(min-width: 768px){.p-job-hero__meta{flex-direction:row;justify-content:center}}.p-job-hero__label{font-family:"JetBrains Mono",monospace;font-size:.75rem;font-weight:700;letter-spacing:.1em;color:#64748b}.p-job-hero__badge{display:inline-block;padding:4px 12px;border-radius:9999px;font-size:.75rem;font-weight:700;letter-spacing:.05em;background-color:#e2e8f0;color:#334155}.p-job-hero__badge.is-inexperienced{background-color:#ffedd5;color:#c2410c;border:1px solid #fed7aa}.p-job-hero__badge.is-experienced{background-color:#dbeafe;color:#1e40af;border:1px solid #bfdbfe}.p-job-hero__title{font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-weight:800;font-size:2rem;color:#0f172a;line-height:1.3;margin-bottom:32px}@media(min-width: 768px){.p-job-hero__title{font-size:3rem}}.p-job-hero__actions{display:flex;justify-content:center}.p-job-detail{padding:80px 0;background-color:#fff}@media(min-width: 768px){.p-job-detail{padding:128px 0}}.p-job-detail__content{margin-bottom:64px}.p-job-detail__entry{margin-top:48px}.p-job-detail__entry-box{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:48px 24px;text-align:center;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.p-job-detail__entry-box .title{font-family:"Manrope",sans-serif;font-size:2.5rem;font-weight:800;color:#1658a0;margin-bottom:8px;line-height:1}.p-job-detail__entry-box .desc{font-weight:bold;color:#0f172a;margin-bottom:32px}.p-service-hero{padding-top:140px;padding-bottom:80px;background-color:#fff}@media(min-width: 768px){.p-service-hero{padding-top:180px;padding-bottom:100px}}.p-service-hero__inner{max-width:800px}.p-service-hero__label{display:inline-flex;align-items:center;gap:.5rem;background-color:#eff6ff;color:#1658a0;padding:6px 16px;border-radius:9999px;font-family:"JetBrains Mono",monospace;font-weight:700;font-size:.75rem;letter-spacing:.05em;margin-bottom:24px}.p-service-hero__label svg{width:14px;height:14px}.p-service-hero__title{font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-weight:800;font-size:3rem;color:#0f172a;line-height:1.2;margin-bottom:32px;letter-spacing:-0.02em}@media(min-width: 768px){.p-service-hero__title{font-size:4rem}}.p-service-hero__lead{font-size:1rem;line-height:1.8;color:#475569;font-weight:500}.p-service-item{padding:80px 0}.p-service-item:nth-child(even){background-color:#f8fafc}@media(min-width: 768px){.p-service-item{padding:128px 0}}.p-service-item__inner{display:flex;flex-direction:column;gap:48px}@media(min-width: 768px){.p-service-item__inner{flex-direction:row;align-items:center;gap:80px}}@media(min-width: 768px){.p-service-item.is-reverse .p-service-item__inner{flex-direction:row-reverse}}.p-service-item__visual{position:relative}@media(min-width: 768px){.p-service-item__visual{width:50%}}.p-service-item__img{border-radius:.5rem;overflow:hidden;aspect-ratio:4/3;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.p-service-item__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.p-service-item__img:hover img{transform:scale(1.05)}.p-service-item__img .dummy-img{width:100%;height:100%;background-color:#e2e8f0}.p-service-item__num{position:absolute;top:-20px;left:-20px;font-family:"Manrope",sans-serif;font-size:4rem;font-weight:800;color:rgba(22,88,160,.1);line-height:1;z-index:-1}@media(min-width: 768px){.p-service-item__num{font-size:8rem;top:-40px;left:-40px}}@media(min-width: 768px){.p-service-item__content{width:50%}}.p-service-item__head{margin-bottom:24px;border-bottom:2px solid #1658a0;padding-bottom:16px;display:inline-block;min-width:200px}.p-service-item__head .en{display:block;font-family:"Manrope",sans-serif;font-weight:700;color:#1658a0;font-size:.875rem;margin-bottom:4px;text-transform:uppercase;letter-spacing:.05em}.p-service-item__head .jp{font-size:2rem;font-weight:700;color:#0f172a}.p-service-item__body{font-size:1rem;line-height:1.8;color:#0f172a;margin-bottom:32px}.p-service-item__tech{background-color:#fff;padding:24px;border-radius:.5rem;border:1px solid #e2e8f0}.p-service-item__tech .label{display:block;font-size:.75rem;font-weight:700;color:#475569;margin-bottom:12px;text-transform:uppercase}.p-service-item__tech .tags{display:flex;flex-wrap:wrap;gap:8px}.p-service-item__tech .tag{font-family:"JetBrains Mono",monospace;font-size:11px;padding:4px 10px;background-color:#f1f5f9;color:#334155;border-radius:4px;font-weight:500}.p-page-contact{padding:80px 0;background-color:#fff}@media(min-width: 768px){.p-page-contact{padding:128px 0}}.p-page-contact__cards{display:grid;gap:16px;margin-bottom:48px}@media(min-width: 768px){.p-page-contact__cards{grid-template-columns:repeat(3, 1fr);gap:24px}}@media(min-width: 768px){.p-page-contact__cards[data-count="2"]{grid-template-columns:repeat(2, 1fr);max-width:800px;margin-left:auto;margin-right:auto}}@media(min-width: 768px){.p-page-contact__cards[data-count="4"],.p-page-contact__cards[data-count="5"]{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.p-page-contact__cards[data-count="4"],.p-page-contact__cards[data-count="5"]{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 1024px){.p-page-contact__cards[data-count="5"]{grid-template-columns:repeat(5, 1fr)}}.p-page-contact__card{background-color:#fff;border:2px solid #e2e8f0;border-radius:.5rem;padding:32px 16px;text-align:center;cursor:pointer;transition:all .3s ease}.p-page-contact__card .icon-box{color:#94a3b8;margin-bottom:16px;transition:color .3s;height:40px;display:flex;align-items:center;justify-content:center}.p-page-contact__card .icon-box svg{width:40px;height:40px}.p-page-contact__card .icon-box img{width:40px;height:40px;object-fit:contain;filter:grayscale(100%) opacity(0.6);transition:filter .3s}.p-page-contact__card .title{font-size:1.125rem;font-weight:bold;color:#0f172a;margin-bottom:8px;transition:color .3s}.p-page-contact__card .desc{font-size:.75rem;color:#475569}.p-page-contact__card:hover{border-color:#1658a0;transform:translateY(-4px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.p-page-contact__card:hover .icon-box{color:#1658a0}.p-page-contact__card:hover .icon-box img{filter:grayscale(0) opacity(1)}.p-page-contact__card:hover .title{color:#1658a0}.p-page-contact__card.is-active{background-color:#1658a0;border-color:#1658a0;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);transform:scale(1.02)}.p-page-contact__card.is-active .icon-box{color:#fff}.p-page-contact__card.is-active .icon-box img{filter:brightness(0) invert(1)}.p-page-contact__card.is-active .title{color:#fff}.p-page-contact__card.is-active .desc{color:hsla(0,0%,100%,.8)}.p-page-contact__guide{text-align:center;margin-bottom:32px;font-size:1.125rem;border-bottom:1px solid #e2e8f0;padding-bottom:16px}.p-archive{padding:20px 0;background-color:#f8fafc}@media(min-width: 768px){.p-archive{padding:32px 0}}.p-archive__blog-card{display:flex;flex-direction:column;background-color:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);border:1px solid #e2e8f0;transition:all .3s ease;height:100%}.p-archive__blog-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);border-color:#1658a0}.p-archive__blog-card:hover .title{color:#1658a0}.p-archive__blog-card:hover .thumb img{transform:scale(1.05)}.p-archive__blog-card .thumb{position:relative;aspect-ratio:16/9;overflow:hidden;margin:0}.p-archive__blog-card .thumb img{transition:transform .5s ease;width:100%;height:100%;object-fit:cover}.p-archive__blog-card .thumb .dummy-img{width:100%;height:100%;background-color:#e2e8f0}.p-archive__blog-card .thumb .cat{position:absolute;top:12px;left:12px;background-color:hsla(0,0%,100%,.9);font-size:10px;font-weight:bold;padding:4px 8px;border-radius:4px;color:#1658a0}.p-archive__blog-card .body{padding:24px;flex-grow:1;display:flex;flex-direction:column}.p-archive__blog-card .body time{font-family:"JetBrains Mono",monospace;font-size:.75rem;color:#475569;margin-bottom:8px}.p-archive__blog-card .body .title{font-size:1rem;font-weight:bold;line-height:1.5;margin:0;transition:color .3s}.p-archive__news-list{display:flex;flex-direction:column;gap:16px}.p-archive__news-item{display:flex;flex-direction:column;background-color:#fff;padding:16px 24px;border-radius:.375rem;border:1px solid #e2e8f0;transition:all .3s}@media(min-width: 768px){.p-archive__news-item{flex-direction:row;align-items:center;gap:24px}}.p-archive__news-item:hover{border-color:#1658a0;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);transform:translateX(4px)}.p-archive__news-item:hover .title{color:#1658a0}.p-archive__news-item:hover .arrow{color:#1658a0;opacity:1;transform:translateX(0)}.p-archive__news-item .meta{display:flex;align-items:center;gap:16px;flex-shrink:0;font-family:"JetBrains Mono",monospace;font-size:.875rem}.p-archive__news-item .cat{font-size:10px;font-weight:bold;padding:2px 8px;background-color:#f1f5f9;border-radius:4px}.p-archive__news-item .title{flex-grow:1;font-weight:bold;margin:0;transition:color .3s}.p-archive__news-item .arrow{color:#cbd5e1;opacity:0;transform:translateX(-10px);transition:all .3s;font-weight:bold}.p-pagination{margin-top:64px}.p-pagination .nav-links{display:flex;justify-content:center;align-items:center;gap:16px}.p-pagination .page-numbers{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#fff;border:1px solid #e2e8f0;color:#475569;font-weight:bold;font-family:"JetBrains Mono",monospace;transition:all .3s}.p-pagination .page-numbers:hover,.p-pagination .page-numbers.current{background-color:#1658a0;color:#fff;border-color:#1658a0}.p-pagination .page-numbers.prev,.p-pagination .page-numbers.next{width:auto;padding:0 16px;border-radius:9999px;background-color:rgba(0,0,0,0);border:none}.p-pagination .page-numbers.prev:hover,.p-pagination .page-numbers.next:hover{background-color:rgba(0,0,0,0);color:#1658a0}.p-single-post{padding:80px 0;background-color:#fff}@media(min-width: 768px){.p-single-post{padding:128px 0}}.p-single-post__header{margin-bottom:48px;border-bottom:1px solid #e2e8f0;padding-bottom:32px}.p-single-post__meta{display:flex;align-items:center;gap:16px;margin-bottom:16px}.p-single-post__meta .date{font-family:"JetBrains Mono",monospace;color:#475569;font-size:.875rem}.p-single-post__meta .c-tag{display:inline-block;padding:2px 10px;background-color:#1658a0;color:#fff;font-size:11px;font-weight:bold;border-radius:9999px}.p-single-post__title{font-size:1.75rem;font-weight:800;line-height:1.4;color:#0f172a}@media(min-width: 768px){.p-single-post__title{font-size:2.5rem}}.p-single-post__thumb{margin-top:32px;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);aspect-ratio:16/9}.p-single-post__thumb img{width:100%;height:100%;object-fit:cover}.p-single-post__body{margin-bottom:80px}.p-single-post__footer{border-top:1px solid #e2e8f0;padding-top:32px}.p-single-post .p-post-pagination{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;font-weight:bold}.p-single-post .p-post-pagination a{color:#475569}.p-single-post .p-post-pagination a:hover{color:#1658a0}.p-single-post .p-post-pagination .archive a{display:inline-block;padding:8px 24px;border:1px solid #e2e8f0;border-radius:9999px;transition:all .3s}.p-single-post .p-post-pagination .archive a:hover{background-color:#f8fafc;border-color:#1658a0}.p-entry-content{font-family:"Inter","Helvetica Neue",Arial,sans-serif;color:#0f172a;line-height:1.8;font-size:1rem}@media(min-width: 768px){.p-entry-content{font-size:1rem}}.p-entry-content>*{margin-bottom:2rem}.p-entry-content>*:last-child{margin-bottom:0}.p-entry-content h2{font-family:"Manrope",sans-serif;font-size:1.5rem;font-weight:700;background-color:#f8fafc;padding:1rem 1.5rem;border-left:6px solid #1658a0;margin-top:4rem;margin-bottom:2rem;border-radius:0 .375rem .375rem 0;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}@media(min-width: 768px){.p-entry-content h2{font-size:1.75rem}}.p-entry-content h3{font-family:"Manrope",sans-serif;font-size:1.25rem;font-weight:700;padding:.5rem .5rem .5rem 1rem;border-left:4px solid #1658a0;border-bottom:1px solid #e2e8f0;margin-top:3rem;margin-bottom:1.5rem}@media(min-width: 768px){.p-entry-content h3{font-size:1.5rem}}.p-entry-content h4{font-size:1.125rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem;padding-left:.75rem;border-left:4px solid #cbd5e1}.p-entry-content p{margin-bottom:1.5rem}.p-entry-content strong,.p-entry-content b{font-weight:700;background:linear-gradient(transparent 70%, rgba(22, 88, 160, 0.2) 70%);padding:0 .1em}.p-entry-content ul{list-style:none;padding:0;margin-bottom:2rem}.p-entry-content ul li{position:relative;padding-left:1.5em;margin-bottom:.5rem}.p-entry-content ul li::before{content:"";position:absolute;top:.6em;left:.2em;width:6px;height:6px;background-color:#1658a0;border-radius:50%}.p-entry-content ul ul{margin-top:.5rem;margin-bottom:0}.p-entry-content ul ul li::before{background-color:#94a3b8}.p-entry-content ol{list-style:decimal;padding-left:1.5em;margin-bottom:2rem}.p-entry-content ol li{margin-bottom:.5rem}.p-entry-content ol li::marker{color:#1658a0;font-weight:700;font-family:"JetBrains Mono",monospace}.p-entry-content a{color:#1658a0;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;transition:all .3s}.p-entry-content a:hover{color:#ea580c;text-decoration-color:rgba(234,88,12,.5)}.p-entry-content blockquote{position:relative;padding:2rem 2.5rem;background-color:#f8fafc;border-left:4px solid #cbd5e1;color:#475569;font-style:italic;margin:3rem 0;border-radius:.375rem}.p-entry-content blockquote::before{content:'"';position:absolute;top:0;left:.5rem;font-size:4rem;line-height:1;color:rgba(203,213,225,.5);font-family:serif}.p-entry-content blockquote p:last-child{margin-bottom:0}.p-entry-content blockquote cite{display:block;margin-top:1rem;font-size:.875rem;font-style:normal;font-weight:700;color:#1e293b;text-align:right}.p-entry-content blockquote cite::before{content:"— "}.p-entry-content pre{background-color:#1e293b;color:#f8fafc;padding:1.5rem;border-radius:.375rem;overflow-x:auto;margin:2rem 0;font-family:"JetBrains Mono",monospace;font-size:.875rem;line-height:1.6;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.p-entry-content pre code{background:none;color:inherit;padding:0}.p-entry-content p>code,.p-entry-content li>code{font-family:"JetBrains Mono",monospace;background-color:#f1f5f9;color:#e11d48;padding:.2em .4em;border-radius:4px;font-size:.9em;border:1px solid #e2e8f0}.p-entry-content img{max-width:100%;height:auto;border-radius:.375rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);margin:2rem 0}.p-entry-content figure{margin:0 0 2rem 0}.p-entry-content figure figcaption{font-size:.875rem;color:#475569;text-align:center;margin-top:.5rem}.p-entry-content table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:.95rem}.p-entry-content table th,.p-entry-content table td{border:1px solid #e2e8f0;padding:1rem;text-align:left}.p-entry-content table th{background-color:#f8fafc;color:#1658a0;font-weight:700;white-space:nowrap}.p-entry-content table tr:nth-child(even){background-color:rgba(248,250,252,.5)}.p-entry-content .table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:2rem}.p-entry-content .table-responsive table{margin-bottom:0}.p-entry-box{margin:2.5rem 0;padding:1.5rem;border-radius:.375rem;background-color:#f8fafc;border:1px solid #e2e8f0}.p-entry-box__title{font-family:"Manrope",sans-serif;font-weight:700;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem;font-size:1.125rem}.p-entry-box__content{font-size:.95rem}.p-entry-box__content>*:last-child{margin-bottom:0}.p-entry-box.is-type-info{border-left:4px solid #1658a0}.p-entry-box.is-type-info .p-entry-box__title{color:#1658a0}.p-entry-box.is-type-info .p-entry-box__title::before{content:"💡"}.p-entry-box.is-type-warning{background-color:#fffbeb;border-color:#fde68a;border-left:4px solid #f59e0b}.p-entry-box.is-type-warning .p-entry-box__title{color:#d97706}.p-entry-box.is-type-warning .p-entry-box__title::before{content:"⚠️"}.p-entry-box.is-type-alert{background-color:#fef2f2;border-color:#fecaca;border-left:4px solid #ef4444}.p-entry-box.is-type-alert .p-entry-box__title{color:#b91c1c}.p-entry-box.is-type-alert .p-entry-box__title::before{content:"🚨"}.p-entry-btn-wrap{text-align:center;margin:2.5rem 0}.p-entry-btn{display:inline-block;padding:1rem 3rem;background-color:#1e293b;color:#fff !important;text-decoration:none !important;border-radius:9999px;font-weight:700;transition:all .3s;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.p-entry-btn:hover{background-color:#1658a0;transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.p-entry-youtube{position:relative;width:100%;padding-top:56.25%;margin:2.5rem 0;border-radius:.375rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.p-entry-youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%}.p-entry-recruit-cta{margin:4rem 0 2rem;padding:2rem;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.375rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.p-entry-recruit-cta .cta-inner{display:flex;flex-direction:column;gap:1.5rem}@media(min-width: 768px){.p-entry-recruit-cta .cta-inner{flex-direction:row;align-items:center;justify-content:space-between}}.p-entry-recruit-cta .cta-text{flex:1}.p-entry-recruit-cta .cta-text .cta-en{display:block;font-family:"JetBrains Mono",monospace;color:#1658a0;font-weight:700;font-size:.875rem;letter-spacing:.05em;margin-bottom:.25rem}.p-entry-recruit-cta .cta-text .cta-jp{margin:0 0 .75rem 0 !important;padding:0 !important;border:none !important;font-size:1.5rem !important;color:#0f172a}.p-entry-recruit-cta .cta-text p{margin:0 !important;font-size:.95rem;color:#475569;line-height:1.6}@media(min-width: 768px){.p-entry-recruit-cta .cta-action{min-width:260px}}.p-entry-recruit-cta .cta-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg, #1658a0 0%, rgb(15.8351648352, 63.3406593407, 115.1648351648) 100%);color:#fff !important;text-decoration:none !important;border-radius:9999px;font-weight:700;transition:all .3s;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.p-entry-recruit-cta .cta-btn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.p-entry-recruit-cta .cta-btn .btn-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:hsla(0,0%,100%,.2);border-radius:50%;margin-right:.75rem}.p-page-hero__title-en{display:block;font-family:"JetBrains Mono",monospace;font-size:6rem;font-weight:800;color:#1658a0;line-height:1;margin-bottom:8px;letter-spacing:.05em}@media(min-width: 768px){.p-page-hero__title-en{font-size:10rem}}.p-page-hero__title-jp{font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-size:1.25rem;font-weight:700;color:#0f172a}@media(min-width: 768px){.p-page-hero__title-jp{font-size:1.5rem}}.p-404{padding-top:48px;padding-bottom:80px}@media(min-width: 768px){.p-404{padding-top:64px;padding-bottom:128px}}.p-404 p{font-size:1rem;line-height:2;color:#475569;margin-bottom:40px}.p-404 .c-btn{min-width:240px}.p-thanks{position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;background-color:#f8fafc;padding:100px 20px;overflow:hidden}.p-thanks__bg-deco{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center, #e0f2fe 0%, transparent 60%);opacity:.5;pointer-events:none;z-index:0}.p-thanks__container{position:relative;z-index:1;width:100%;max-width:640px}.p-thanks__card{background:#fff;padding:60px 40px;border-radius:16px;text-align:center;box-shadow:0 15px 35px -5px rgba(0,0,0,.05)}.p-thanks__icon{color:#1658a0;margin-bottom:24px;display:inline-block}.p-thanks__title{font-size:28px;font-weight:700;line-height:1.5;color:#1e293b;margin-bottom:32px}.p-thanks__body{font-size:16px;line-height:1.8;color:#475569;margin-bottom:40px;text-align:left;white-space:pre-wrap;background:#fdfdfd;padding:24px;border:1px solid #eee;border-radius:8px}.p-thanks__body span{display:block;margin-bottom:.5em}.p-thanks__btn-wrap{margin-top:40px}.u-fade-up{opacity:0;transform:translateY(30px);transition:all .8s ease-out}.u-fade-up.is-in-view{opacity:1;transform:translateY(0)}@media(max-width: 768px){.p-thanks{padding:60px 20px;min-height:60vh}.p-thanks__card{padding:40px 20px}.p-thanks__title{font-size:22px}.p-thanks__body{font-size:15px;padding:20px}}.screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}.u-bg-primary{background-color:#1658a0 !important;color:#fff}.u-bg-accent{background-color:#ea580c !important;color:#fff}.u-bg-light{background-color:#f8fafc !important}.u-bg-dark{background-color:#0f172a !important;color:#fff}.u-bg-white{background-color:#fff !important}.u-bg-gray{background-color:#f1f5f9 !important}.u-fade-up{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);will-change:opacity,transform}.u-fade-up.is-in-view{opacity:1;transform:translateY(0)}.u-fade-in{opacity:0;transition:opacity 1s ease;will-change:opacity}.u-fade-in.is-in-view{opacity:1}.u-clip-reveal-left{clip-path:inset(0 100% 0 0);transition:clip-path 1.2s cubic-bezier(0.22, 1, 0.36, 1);will-change:clip-path}.u-clip-reveal-left.is-in-view{clip-path:inset(0 0 0 0)}.u-clip-reveal-up{clip-path:inset(100% 0 0 0);transition:clip-path 1s cubic-bezier(0.22, 1, 0.36, 1);will-change:clip-path}.u-clip-reveal-up.is-in-view{clip-path:inset(0 0 0 0)}.u-blur-fade{opacity:0;filter:blur(10px);transform:scale(1.05);transition:opacity 1s ease,filter 1s ease,transform 1.2s ease;will-change:opacity,filter,transform}.u-blur-fade.is-in-view{opacity:1;filter:blur(0);transform:scale(1)}.u-img-zoom-out{opacity:0;transform:scale(1.3);transition:opacity .8s ease,transform 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);will-change:transform,opacity}.u-img-zoom-out.is-in-view{opacity:1;transform:scale(1)}.u-delay-100{transition-delay:0.1s}.u-delay-200{transition-delay:0.2s}.u-delay-300{transition-delay:0.3s}.u-delay-400{transition-delay:0.4s}.u-delay-500{transition-delay:0.5s}.u-delay-600{transition-delay:0.6s}.u-delay-700{transition-delay:0.7s}.u-delay-800{transition-delay:0.8s}.u-delay-900{transition-delay:0.9s}.u-delay-1000{transition-delay:1s}.js-stagger-group .u-fade-up:nth-child(1),.js-stagger-group .u-fade-in:nth-child(1),.js-stagger-group .u-clip-reveal-left:nth-child(1),.js-stagger-group .u-clip-reveal-up:nth-child(1),.js-stagger-group .u-blur-fade:nth-child(1){transition-delay:0.15s}.js-stagger-group .u-fade-up:nth-child(2),.js-stagger-group .u-fade-in:nth-child(2),.js-stagger-group .u-clip-reveal-left:nth-child(2),.js-stagger-group .u-clip-reveal-up:nth-child(2),.js-stagger-group .u-blur-fade:nth-child(2){transition-delay:0.3s}.js-stagger-group .u-fade-up:nth-child(3),.js-stagger-group .u-fade-in:nth-child(3),.js-stagger-group .u-clip-reveal-left:nth-child(3),.js-stagger-group .u-clip-reveal-up:nth-child(3),.js-stagger-group .u-blur-fade:nth-child(3){transition-delay:0.45s}.js-stagger-group .u-fade-up:nth-child(4),.js-stagger-group .u-fade-in:nth-child(4),.js-stagger-group .u-clip-reveal-left:nth-child(4),.js-stagger-group .u-clip-reveal-up:nth-child(4),.js-stagger-group .u-blur-fade:nth-child(4){transition-delay:0.6s}.js-stagger-group .u-fade-up:nth-child(5),.js-stagger-group .u-fade-in:nth-child(5),.js-stagger-group .u-clip-reveal-left:nth-child(5),.js-stagger-group .u-clip-reveal-up:nth-child(5),.js-stagger-group .u-blur-fade:nth-child(5){transition-delay:0.75s}.js-stagger-group .u-fade-up:nth-child(6),.js-stagger-group .u-fade-in:nth-child(6),.js-stagger-group .u-clip-reveal-left:nth-child(6),.js-stagger-group .u-clip-reveal-up:nth-child(6),.js-stagger-group .u-blur-fade:nth-child(6){transition-delay:0.9s}.js-stagger-group .u-fade-up:nth-child(7),.js-stagger-group .u-fade-in:nth-child(7),.js-stagger-group .u-clip-reveal-left:nth-child(7),.js-stagger-group .u-clip-reveal-up:nth-child(7),.js-stagger-group .u-blur-fade:nth-child(7){transition-delay:1.05s}.js-stagger-group .u-fade-up:nth-child(8),.js-stagger-group .u-fade-in:nth-child(8),.js-stagger-group .u-clip-reveal-left:nth-child(8),.js-stagger-group .u-clip-reveal-up:nth-child(8),.js-stagger-group .u-blur-fade:nth-child(8){transition-delay:1.2s}.js-stagger-group .u-fade-up:nth-child(9),.js-stagger-group .u-fade-in:nth-child(9),.js-stagger-group .u-clip-reveal-left:nth-child(9),.js-stagger-group .u-clip-reveal-up:nth-child(9),.js-stagger-group .u-blur-fade:nth-child(9){transition-delay:1.35s}.js-stagger-group .u-fade-up:nth-child(10),.js-stagger-group .u-fade-in:nth-child(10),.js-stagger-group .u-clip-reveal-left:nth-child(10),.js-stagger-group .u-clip-reveal-up:nth-child(10),.js-stagger-group .u-blur-fade:nth-child(10){transition-delay:1.5s}.u-object-fit-cover{width:100%;height:100%;object-fit:cover}.u-text-center{text-align:center !important}.u-text-left{text-align:left !important}.u-text-right{text-align:right !important}@media(max-width: 768px){.u-hidden-sm{display:none !important}}@media(min-width: 768px){.u-hidden-md{display:none !important}}.u-mb-0{margin-bottom:0 !important}.u-mb-2{margin-bottom:8px !important}.u-mb-4{margin-bottom:16px !important}.u-mb-6{margin-bottom:24px !important}.u-mb-8{margin-bottom:32px !important}.u-mb-12{margin-bottom:48px !important}.u-mb-16{margin-bottom:64px !important}.u-mt-0{margin-top:0 !important}.u-mt-2{margin-top:8px !important}.u-mt-4{margin-top:16px !important}.u-mt-6{margin-top:24px !important}.u-mt-8{margin-top:32px !important}.u-mt-10{margin-top:40px !important}.u-mt-12{margin-top:48px !important}.u-mt-16{margin-top:64px !important}.grecaptcha-badge{visibility:hidden}body.page-contact .grecaptcha-badge,body.page-id-123 .grecaptcha-badge{visibility:visible}
