:root{--page-width: 1512px;--section-inner: 1300px;--box-inner: 1230px;--content-inner: 1100px;--header-height: 70px;--brand-black: #000000;--brand-black-soft: #181818;--brand-yellow: #f9c623;--brand-yellow-page: #efc02d;--brand-yellow-soft: #ffec8e;--brand-cream: #fff7dd;--bg-default: #ffffff;--bg-page: #efc02d;--bg-outside: #ffffff;--text: #000000;--text-body: #181818;--text-on-dark: #ffffff;--muted: #717171;--placeholder: #717171;--field-radius: 0;--card-radius: 0;--pill-radius: 0;--shadow-card: 6px 6px 10px rgba(0, 0, 0, .25);--shadow-deep: 6px 6px 6px rgba(0, 0, 0, .25);--field-border: #717171;--error: #d63033;--error-soft: #ffe5e6}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;min-width:0;overflow-x:hidden;background:var(--bg-page);color:var(--text);font-family:Noto Sans JP,Hiragino Kaku Gothic ProN,Yu Gothic,sans-serif;font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;background:none;border:0;padding:0}h1,h2,h3,h4,h5,h6,p,ul,ol{margin:0}ul,ol{padding:0;list-style:none}.site-shell{min-height:100vh;width:100%;margin:0 auto;background:transparent;display:flex;flex-direction:column}.site-main{flex:1 1 auto;width:100%}.section{width:100%;display:flex;justify-content:center}.section__inner{width:100%;max-width:var(--section-inner);padding:0 clamp(20px,4vw,32px);position:relative}.section__inner--box{max-width:var(--box-inner)}.section-titlebar{background:var(--brand-black);color:var(--text-on-dark);width:100%;max-width:var(--box-inner);margin:0 auto;padding:14px 24px;font-size:clamp(22px,2.2cqw,32px);font-weight:700;letter-spacing:.02em;line-height:1}@media(max-width:768px){.section-titlebar{width:calc(100% - 32px);margin:0 16px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:16px 36px;border-radius:var(--pill-radius);font-weight:700;letter-spacing:.04em;transition:background .15s ease,color .15s ease,transform .15s ease}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--brand-yellow);color:var(--brand-black);box-shadow:var(--shadow-deep)}.btn--primary:hover{background:#f1ba0d}.btn--lg{padding:18px 44px;font-size:clamp(20px,1.6cqw,28px)}.eyecatch{display:inline-block;background:var(--brand-yellow);color:var(--brand-black);font-weight:700;padding:6px 18px;font-size:clamp(16px,1.4cqw,24px)}.form-row{display:grid;grid-template-columns:200px auto 1fr;gap:24px;align-items:center}.form-row__label{font-size:clamp(16px,1.2cqw,20px);font-weight:700;color:var(--text)}.form-row__badge{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 14px;border-radius:0;font-size:16px;color:#fff;font-weight:400;letter-spacing:.04em}.form-row__badge--required{background:var(--error)}.form-row__badge--optional{background:var(--muted)}.form-row__field input,.form-row__field select,.form-row__field textarea{width:100%;padding:14px 20px;background:#fff;border:1px solid var(--field-border);border-radius:var(--field-radius);font-size:clamp(15px,1.1cqw,18px);color:var(--text)}.form-row__field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:56px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 14' fill='none' stroke='%23717171' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='2 2 12 12 22 2'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 24px center;background-size:24px 14px}.form-row__field input::placeholder,.form-row__field textarea::placeholder{color:var(--placeholder)}.form-row__field input:focus,.form-row__field select:focus,.form-row__field textarea:focus{outline:none;border-color:var(--brand-yellow);box-shadow:0 0 0 3px #f9c62340}.form-row__field textarea{min-height:220px;resize:vertical}.form-status{min-height:24px;font-size:14px;color:var(--muted);text-align:center}.form-status[data-state=success]{color:#1f8a5a;font-weight:700}.form-status[data-state=error]{color:var(--error);font-weight:700}.form-status[data-state=pending]{color:var(--text)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:720px){.form-row{grid-template-columns:1fr auto;grid-template-areas:"label badge" "field field";gap:8px;align-items:start}.form-row__label{grid-area:label}.form-row__badge{grid-area:badge}.form-row__field{grid-area:field;margin-top:6px}}.site-footer[data-astro-cid-sz7xmlte]{background:#181818;color:var(--text-on-dark);width:100%}.site-footer__inner[data-astro-cid-sz7xmlte]{width:100%;max-width:var(--page-width);margin:0 auto;min-height:255px;padding:32px clamp(20px,4vw,87px);display:grid;grid-template-columns:auto 1fr auto;column-gap:clamp(32px,5vw,90px);align-items:center}.site-footer__brand[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center}.site-footer__logo[data-astro-cid-sz7xmlte]{width:181px;height:auto;display:block}.site-footer__nav[data-astro-cid-sz7xmlte]{display:grid;grid-template-rows:repeat(2,auto);grid-auto-flow:column;grid-auto-columns:max-content;column-gap:clamp(40px,6vw,90px);row-gap:24px;justify-content:start;align-self:center}.site-footer__link[data-astro-cid-sz7xmlte]{color:#fff;font-size:18px;text-decoration:underline;text-underline-offset:4px;transition:opacity .15s ease;white-space:nowrap}.site-footer__link[data-astro-cid-sz7xmlte]:hover{opacity:.7}.site-footer__right[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;align-items:flex-end;gap:20px}.site-footer__socials[data-astro-cid-sz7xmlte]{display:flex;gap:16px;align-items:center;align-self:flex-start}.site-footer__social[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;transition:transform .15s ease}.site-footer__social[data-astro-cid-sz7xmlte]:hover{transform:scale(1.08)}.site-footer__social[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{width:42px;height:42px;object-fit:contain}.site-footer__copyright[data-astro-cid-sz7xmlte]{margin:0;font-size:18px;color:#fff;white-space:nowrap}@media(max-width:1080px){.site-footer__inner[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;padding:40px clamp(20px,5vw,48px);row-gap:24px;align-items:start}.site-footer__right[data-astro-cid-sz7xmlte]{align-items:flex-start}.site-footer__nav[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(2,max-content)}.site-footer__copyright[data-astro-cid-sz7xmlte]{white-space:normal}}@media(max-width:768px){.site-footer__inner[data-astro-cid-sz7xmlte]{padding:32px 16px;row-gap:20px;align-items:start;justify-items:start;text-align:left}.site-footer__brand[data-astro-cid-sz7xmlte],.site-footer__right[data-astro-cid-sz7xmlte]{align-items:flex-start;align-self:flex-start}.site-footer__nav[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;justify-content:flex-start;grid-template-columns:none;grid-template-rows:none;grid-auto-flow:row;column-gap:16px;row-gap:10px}.site-footer__link[data-astro-cid-sz7xmlte]{font-size:14px}.site-footer__socials[data-astro-cid-sz7xmlte]{align-self:flex-start;justify-content:flex-start}.site-footer__copyright[data-astro-cid-sz7xmlte]{font-size:12px;text-align:left}}.site-header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:50;width:100%;height:var(--header-height);background:var(--brand-black);display:flex;align-items:center;padding:0 clamp(20px,5vw,75px)}.site-header__brand[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;height:100%}.site-header__logo[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;gap:12px}.site-header__logo-icon[data-astro-cid-3ef6ksr2]{width:39px;height:45px;display:block}.site-header__logo-text[data-astro-cid-3ef6ksr2]{display:inline-flex;flex-direction:column;gap:5px}.site-header__logo-tagline[data-astro-cid-3ef6ksr2]{width:69px;height:12.4px;display:block}.site-header__logo-wordmark[data-astro-cid-3ef6ksr2]{width:121px;height:26px;display:block}@media(max-width:640px){.site-header[data-astro-cid-3ef6ksr2]{padding:0 20px}.site-header__logo-icon[data-astro-cid-3ef6ksr2]{width:32px;height:37px}.site-header__logo-tagline[data-astro-cid-3ef6ksr2]{width:56px;height:10px}.site-header__logo-wordmark[data-astro-cid-3ef6ksr2]{width:98px;height:21px}}.reveal-init{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;will-change:opacity,transform}.reveal-init.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal-init{opacity:1;transform:none;transition:none}}.hero[data-astro-cid-anhloy43]{position:relative;width:100%;background:var(--brand-black);overflow:hidden;isolation:isolate}.hero__bg[data-astro-cid-anhloy43]{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}.hero__darken[data-astro-cid-anhloy43]{position:absolute;inset:0;background:#0006;z-index:1}.hero__stage[data-astro-cid-anhloy43]{position:relative;width:1512px;height:982px;margin:0 auto;z-index:2}.hero__point[data-astro-cid-anhloy43]{position:absolute;left:635px;top:56px;width:103px;height:139px;z-index:3;pointer-events:none}.hero__card[data-astro-cid-anhloy43]{position:absolute;left:55px;top:70px;width:1399px;height:816px;background:#000000fa;box-shadow:var(--shadow-deep);z-index:2}.hero__eyecatch[data-astro-cid-anhloy43]{position:absolute;left:73px;top:79px;width:553px;height:56px;transform:rotate(-2.07deg);transform-origin:center}.hero__eyecatch-rect[data-astro-cid-anhloy43]{position:absolute;inset:0;background:url(/assets/hero/eyecatch-rect.svg) center / 100% 100% no-repeat;z-index:0}.hero__eyecatch-text[data-astro-cid-anhloy43]{position:absolute;left:39px;top:0;bottom:0;display:flex;align-items:center;z-index:1;color:var(--brand-black);font-weight:700;font-size:36px;line-height:1;white-space:nowrap}.hero__catchphrase[data-astro-cid-anhloy43]{position:absolute;left:71px;top:189px;width:633px;height:200px;object-fit:contain;object-position:left top}.hero__subhead[data-astro-cid-anhloy43]{position:absolute;left:81px;top:436px;margin:0;font-size:32px;font-weight:700;color:#fff;line-height:1.2;white-space:nowrap}.hero__lead-line[data-astro-cid-anhloy43]{position:absolute;left:86px;top:484px;width:5px;height:38px;background:var(--brand-yellow);z-index:1}.hero__lead[data-astro-cid-anhloy43]{position:absolute;left:103.21px;top:491px;margin:0;font-size:20px;font-weight:400;color:#fff;line-height:1.4;white-space:nowrap}.hero__bullet-icon--virtual[data-astro-cid-anhloy43]{position:absolute;left:75px;top:542px;width:62px;height:45px;object-fit:contain}.hero__bullet-text--virtual[data-astro-cid-anhloy43]{position:absolute;left:138.21px;top:548px;display:flex;flex-direction:column;color:#fff;font-size:20px;line-height:1.4}.hero__bullet-sep[data-astro-cid-anhloy43]{position:absolute;left:348.43px;top:543px;width:1px;height:57px;background:#ffffff8c}.hero__bullet-icon--people[data-astro-cid-anhloy43]{position:absolute;left:388px;top:548px;width:62px;height:45px;object-fit:contain}.hero__bullet-text--people[data-astro-cid-anhloy43]{position:absolute;left:465.43px;top:548px;display:flex;flex-direction:column;color:#fff;font-size:20px;line-height:1.4}.hero__cta[data-astro-cid-anhloy43]{position:absolute;left:73px;top:640px;width:346px;height:65px;background:url(/assets/hero/btn-inquiry.svg) center / 100% 100% no-repeat;color:var(--brand-black);display:inline-flex;align-items:center;justify-content:center;font-size:36px;font-weight:700;border-radius:0;transition:filter .15s ease}.hero__cta[data-astro-cid-anhloy43]:hover{filter:brightness(.95)}.hero__reproduction[data-astro-cid-anhloy43]{position:absolute;left:753px;top:47px;width:600px;height:338px;object-fit:cover}.hero__movie[data-astro-cid-anhloy43]{position:absolute;left:753px;top:427px;width:602px;height:344.6px;overflow:hidden;background:#000}.hero__movie-poster[data-astro-cid-anhloy43],.hero__movie-video[data-astro-cid-anhloy43]{width:100%;height:100%;object-fit:cover;display:block}.hero__movie-play[data-astro-cid-anhloy43]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:74px;height:74px;display:inline-flex;align-items:center;justify-content:center;transition:transform .15s ease;z-index:3}.hero__movie-play[data-astro-cid-anhloy43]:hover{transform:translate(-50%,-50%) scale(1.06)}.hero__movie-play[data-astro-cid-anhloy43] img[data-astro-cid-anhloy43]{width:74px;height:74px}.hero__movie[data-astro-cid-anhloy43].is-playing .hero__movie-play[data-astro-cid-anhloy43]{display:none}@media(max-width:768px){.hero[data-astro-cid-anhloy43]{overflow:visible;display:flow-root;isolation:auto}.hero__stage[data-astro-cid-anhloy43]{width:100%;height:auto;margin:0;z-index:auto}.hero__point[data-astro-cid-anhloy43]{position:absolute;left:auto;top:-24px;right:200px;width:56px;height:76px;z-index:60}.hero__card[data-astro-cid-anhloy43]{position:relative;left:auto;top:auto;width:auto;height:auto;margin:16px;padding:28px 16px 32px;background:#000000e0;display:grid;grid-template-columns:auto minmax(0,1fr) auto minmax(0,1fr);column-gap:10px;row-gap:14px;align-items:center}.hero__eyecatch[data-astro-cid-anhloy43]{position:static;grid-column:1 / -1;width:230px;max-width:100%;height:32px;transform-origin:top left}.hero__eyecatch-text[data-astro-cid-anhloy43]{left:24px;font-size:14px}.hero__catchphrase[data-astro-cid-anhloy43]{position:static;grid-column:1 / -1;width:100%;max-width:360px;height:auto;justify-self:start}.hero__subhead[data-astro-cid-anhloy43]{position:static;grid-column:1 / -1;font-size:18px;white-space:normal;line-height:1.35}.hero__lead-line[data-astro-cid-anhloy43]{display:none}.hero__lead[data-astro-cid-anhloy43]{position:static;grid-column:1 / -1;font-size:14px;line-height:1.5;white-space:normal}.hero__bullet-sep[data-astro-cid-anhloy43]{display:none}.hero__bullet-icon--virtual[data-astro-cid-anhloy43]{position:static;grid-column:1;width:36px;height:auto;align-self:center;justify-self:center}.hero__bullet-text--virtual[data-astro-cid-anhloy43]{position:static;grid-column:2;align-self:center;font-size:12px;line-height:1.3}.hero__bullet-icon--people[data-astro-cid-anhloy43]{position:static;grid-column:3;width:36px;height:auto;align-self:center;justify-self:center}.hero__bullet-text--people[data-astro-cid-anhloy43]{position:static;grid-column:4;align-self:center;font-size:12px;line-height:1.3}.hero__cta[data-astro-cid-anhloy43]{position:static;grid-column:1 / -1;width:210px;height:52px;font-size:22px;margin-top:4px;justify-self:center}.hero__reproduction[data-astro-cid-anhloy43]{position:static;grid-column:1 / -1;width:100%;height:auto;aspect-ratio:600 / 338;margin-top:8px}.hero__movie[data-astro-cid-anhloy43]{position:static;grid-column:1 / -1;width:100%;height:auto;aspect-ratio:602 / 345}}.news-section[data-astro-cid-o2z5eq52]{background:transparent;padding:0;display:flex;align-items:flex-start}.news-section__inner[data-astro-cid-o2z5eq52]{width:100%;padding:40px clamp(24px,4cqw,41px) 0}.news-section__heading[data-astro-cid-o2z5eq52]{font-size:clamp(24px,2.4cqw,32px);font-weight:700;color:#000;margin-bottom:36px}.news-section__list[data-astro-cid-o2z5eq52]{display:flex;flex-direction:column;gap:28px}.news-section__item[data-astro-cid-o2z5eq52]{display:flex;flex-wrap:wrap;gap:16px;align-items:baseline}.news-section__main[data-astro-cid-o2z5eq52]{font-size:clamp(15px,1.4cqw,24px);color:#000;text-decoration:underline;text-underline-offset:4px}.news-section__cta[data-astro-cid-o2z5eq52]{font-size:clamp(14px,1.3cqw,24px);color:#000;text-decoration:underline;text-underline-offset:4px;white-space:nowrap}.news-section__main[data-astro-cid-o2z5eq52]:hover,.news-section__cta[data-astro-cid-o2z5eq52]:hover{color:var(--brand-yellow)}@media(max-width:720px){.news-section__item[data-astro-cid-o2z5eq52]{grid-template-columns:1fr;gap:4px}}.problem-section[data-astro-cid-px2r452n]{background:transparent;padding:48px 0 0}.problem-section__inner[data-astro-cid-px2r452n]{width:100%;padding:0 clamp(20px,4cqw,32px)}.problem-section__title[data-astro-cid-px2r452n]{display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:60px;width:100%}.problem-section__title-line[data-astro-cid-px2r452n]{flex:1 1 0;max-width:262px;height:10px;object-fit:contain}.problem-section__title-line--left[data-astro-cid-px2r452n],.problem-section__title-line--right[data-astro-cid-px2r452n]{align-self:center}.problem-section__heading[data-astro-cid-px2r452n]{font-size:clamp(24px,3.2cqw,44px);font-weight:700;color:#000;text-align:center;line-height:1.2;white-space:nowrap;flex-shrink:0}.problem-section__grid[data-astro-cid-px2r452n]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.problem-card[data-astro-cid-px2r452n]{background:var(--brand-cream);padding:28px clamp(14px,1.8cqw,28px) 36px;text-align:center;display:flex;flex-direction:column;align-items:center;min-width:0}.problem-section__grid[data-astro-cid-px2r452n]{align-items:stretch}.problem-card__icon[data-astro-cid-px2r452n]{width:min(200px,56%);height:auto;aspect-ratio:1 / 1;object-fit:contain;margin-bottom:28px}.problem-card__title[data-astro-cid-px2r452n]{font-size:clamp(16px,1.7cqw,25px);font-weight:700;color:#000;line-height:1.5;margin-bottom:16px;display:flex;flex-direction:column;gap:2px}.problem-card__body[data-astro-cid-px2r452n]{font-size:clamp(14px,1.3cqw,20px);color:#000;line-height:1.6;display:flex;flex-direction:column;gap:0;word-break:keep-all}@media(max-width:768px){.problem-section__title[data-astro-cid-px2r452n]{grid-template-columns:1fr}.problem-section__title-line[data-astro-cid-px2r452n]{display:none}.problem-section__heading[data-astro-cid-px2r452n]{white-space:normal}.problem-section__grid[data-astro-cid-px2r452n]{grid-template-columns:1fr}}.feature-section[data-astro-cid-bejpakbd]{background:transparent;padding:48px 0 0}.feature-section__inner[data-astro-cid-bejpakbd]{width:100%;padding:0 56px}.feature-section__title[data-astro-cid-bejpakbd]{position:relative;width:100%;height:87px;margin-bottom:56px;overflow:visible}.feature-section__banner[data-astro-cid-bejpakbd]{position:relative;width:100%;height:100%;background:var(--brand-black);clip-path:polygon(0 0,100% 0,calc(100% - 41px) 100%,0 100%)}.feature-section__banner-svg[data-astro-cid-bejpakbd],.feature-section__accent-svg[data-astro-cid-bejpakbd]{display:none}.feature-section__title[data-astro-cid-bejpakbd]:after{content:"";position:absolute;right:-8px;top:0;width:49px;height:87px;background:var(--brand-yellow);clip-path:polygon(41px 0,49px 0,8px 100%,0 100%);z-index:0}.feature-section__heading[data-astro-cid-bejpakbd]{position:absolute;left:20px;top:0;height:100%;color:var(--text-on-dark);font-weight:700;display:inline-flex;align-items:center;gap:12px;line-height:1;white-space:nowrap;z-index:1;margin:0}.feature-section__heading-lead[data-astro-cid-bejpakbd]{font-size:32px;line-height:1}.feature-section__heading-accent[data-astro-cid-bejpakbd]{font-size:44px;color:var(--brand-yellow);line-height:1}.feature-section__rows[data-astro-cid-bejpakbd]{display:flex;flex-direction:column;gap:64px}.feature-row[data-astro-cid-bejpakbd]{position:relative;display:grid;grid-template-columns:590px minmax(0,1fr);column-gap:32px;align-items:start}.feature-row__media[data-astro-cid-bejpakbd]{position:relative;width:590px;height:332px}.feature-row__image[data-astro-cid-bejpakbd]{width:590px;height:332px;object-fit:cover;display:block}.feature-row__eyecatch[data-astro-cid-bejpakbd]{position:absolute;left:-35px;top:-30px;width:245.774px;height:52.586px;transform:rotate(-2.07deg);transform-origin:center;z-index:2}.feature-row__eyecatch-rect[data-astro-cid-bejpakbd]{position:absolute;inset:0;background:url(/assets/feature/eyecatch-rect.svg) center / 100% 100% no-repeat;z-index:0}.feature-row__eyecatch-text[data-astro-cid-bejpakbd]{position:absolute;left:39px;top:0;bottom:0;display:flex;align-items:center;z-index:1;font-weight:700;font-size:32px;color:#000;line-height:1;white-space:nowrap}.feature-row__copy[data-astro-cid-bejpakbd]{padding-top:0;margin-top:-16px}.feature-row__title[data-astro-cid-bejpakbd]{margin:0 0 24px;font-size:44px;font-weight:700;line-height:1.4;color:#000;display:flex;flex-direction:column}.feature-row__body[data-astro-cid-bejpakbd]{margin:0;font-size:22px;line-height:1.55;color:#000;max-width:100%}@media(max-width:768px){.feature-section__inner[data-astro-cid-bejpakbd]{padding:0 clamp(16px,2cqw,24px)}.feature-row[data-astro-cid-bejpakbd]{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);column-gap:clamp(24px,4cqw,64px)}.feature-row__media[data-astro-cid-bejpakbd],.feature-row__image[data-astro-cid-bejpakbd]{width:100%;height:auto;aspect-ratio:570 / 321}.feature-row__eyecatch[data-astro-cid-bejpakbd]{left:-20px;top:-22px}.feature-row__title[data-astro-cid-bejpakbd]{font-size:clamp(28px,3.3cqw,44px)}.feature-row__body[data-astro-cid-bejpakbd]{font-size:clamp(16px,1.6cqw,22px)}}@media(max-width:768px){.feature-row[data-astro-cid-bejpakbd]{grid-template-columns:1fr;row-gap:28px}.feature-row__copy[data-astro-cid-bejpakbd]{padding-top:8px}.feature-row__eyecatch[data-astro-cid-bejpakbd]{transform:rotate(-2.07deg) scale(.8);transform-origin:top left;left:-10px;top:-16px}}@media(max-width:680px){.feature-section__title[data-astro-cid-bejpakbd]{height:64px;margin-bottom:40px}.feature-section__title[data-astro-cid-bejpakbd]:after{height:64px}.feature-section__heading-lead[data-astro-cid-bejpakbd]{font-size:clamp(15px,3.6cqw,24px)}.feature-section__heading-accent[data-astro-cid-bejpakbd]{font-size:clamp(20px,4.8cqw,32px)}}.corporate-section[data-astro-cid-tmpl3lui]{background:transparent;padding:60px 0 0}.corporate-section__inner[data-astro-cid-tmpl3lui]{width:100%;padding:0 20px;position:relative}.corporate-section__point[data-astro-cid-tmpl3lui]{position:absolute;left:416px;top:-52px;width:117px;height:158px;z-index:3;pointer-events:none}.corporate-section__panel[data-astro-cid-tmpl3lui]{position:relative;width:1260px;max-width:100%;margin:44px auto 0;background:var(--brand-black);color:var(--text-on-dark);display:grid;grid-template-columns:620px 580px;column-gap:28px;justify-content:center;align-items:center;padding:48px 24px 60px}.corporate-section__copy[data-astro-cid-tmpl3lui]{grid-column:1;padding-left:36px}.corporate-section__heading[data-astro-cid-tmpl3lui]{margin:0;font-size:32px;font-weight:700;line-height:1.45;display:flex;flex-direction:column}.corporate-section__heading-line[data-astro-cid-tmpl3lui]{display:block}.corporate-section__heading-accent[data-astro-cid-tmpl3lui]{color:var(--brand-yellow)}.corporate-section__body[data-astro-cid-tmpl3lui]{margin:32px 0 0;width:100%;max-width:580px;font-size:22px;line-height:1.55;color:#fff}.corporate-section__image[data-astro-cid-tmpl3lui]{grid-column:2;width:580px;max-width:100%;height:316px;object-fit:cover;align-self:center}@media(max-width:768px){.corporate-section__panel[data-astro-cid-tmpl3lui]{grid-template-columns:1fr;row-gap:28px;padding:56px clamp(24px,4cqw,74px)}.corporate-section__copy[data-astro-cid-tmpl3lui],.corporate-section__image[data-astro-cid-tmpl3lui]{grid-column:1}.corporate-section__copy[data-astro-cid-tmpl3lui]{padding-left:0}.corporate-section__image[data-astro-cid-tmpl3lui]{width:100%;height:auto;aspect-ratio:595 / 324;margin-top:0}.corporate-section__point[data-astro-cid-tmpl3lui]{left:auto;right:clamp(96px,18cqw,220px);top:-26px;width:88px;height:118px}.corporate-section__heading[data-astro-cid-tmpl3lui]{font-size:clamp(22px,2.4cqw,32px)}.corporate-section__body[data-astro-cid-tmpl3lui]{width:100%;font-size:clamp(15px,1.5cqw,22px)}}.scenarios-section[data-astro-cid-dg4dtf7f]{background:transparent;padding:30px 0 0}.scenarios-section__inner[data-astro-cid-dg4dtf7f]{width:100%;margin:30px auto 0;padding:0 clamp(20px,4cqw,45px) 0}.scenarios-section__grid[data-astro-cid-dg4dtf7f]{margin-bottom:0}.scenarios-section__grid[data-astro-cid-dg4dtf7f]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.scenario-card[data-astro-cid-dg4dtf7f]{display:flex;flex-direction:column}.scenario-card__media[data-astro-cid-dg4dtf7f]{height:230px;overflow:hidden;margin-bottom:24px}.scenario-card__media[data-astro-cid-dg4dtf7f] img[data-astro-cid-dg4dtf7f]{width:100%;height:100%;object-fit:cover}.scenario-card__title[data-astro-cid-dg4dtf7f]{font-size:clamp(22px,2.2cqw,32px);font-weight:700;color:#000;line-height:1}.scenario-card__underline[data-astro-cid-dg4dtf7f]{display:block;width:100%;height:3px;background:#000;margin:16px 0}.scenario-card__body[data-astro-cid-dg4dtf7f]{font-size:clamp(15px,1.4cqw,22px);line-height:1.6;color:#000;display:flex;flex-direction:column}@media(max-width:768px){.scenarios-section__grid[data-astro-cid-dg4dtf7f]{grid-template-columns:1fr}}.voice-section[data-astro-cid-yqhj5ygs]{background:transparent;padding:30px 0 0}.voice-section__inner[data-astro-cid-yqhj5ygs]{width:100%;padding:40px clamp(20px,4cqw,44px) 0}.voice-section__lead[data-astro-cid-yqhj5ygs]{margin-left:24px;font-size:clamp(20px,2.2cqw,32px);font-weight:700;line-height:1.5;color:#000;margin-bottom:44px}.voice-section__list[data-astro-cid-yqhj5ygs]{display:flex;flex-direction:column;gap:44px}.voice-card[data-astro-cid-yqhj5ygs]{position:relative;background:#fff;border:1px solid #000;border-radius:0;padding:32px clamp(20px,3cqw,36px);display:grid;grid-template-columns:320px minmax(0,1fr);gap:32px;align-items:start}.voice-card__bubble[data-astro-cid-yqhj5ygs]{position:absolute;top:24px;right:32px;width:73px;height:57px;z-index:1}.voice-card__media[data-astro-cid-yqhj5ygs]{position:relative;width:100%;display:flex;flex-direction:column;gap:16px}.voice-card__photo[data-astro-cid-yqhj5ygs]{width:100%;aspect-ratio:3 / 2;overflow:hidden}.voice-card__photo--offset[data-astro-cid-yqhj5ygs]{width:78%;margin-left:auto}.voice-card__photo[data-astro-cid-yqhj5ygs] img[data-astro-cid-yqhj5ygs]{width:100%;height:100%;object-fit:cover;display:block}.voice-card__eyecatch[data-astro-cid-yqhj5ygs]{position:absolute;top:56px;left:0;display:inline-flex;align-items:center;width:241px;height:38px;background:url(/assets/voice/eyecatch.svg) center / 100% 100% no-repeat;z-index:2}.voice-card__eyecatch-text[data-astro-cid-yqhj5ygs]{padding-left:18px;font-size:clamp(14px,1.2cqw,20px);font-weight:700;color:#000}.voice-card__copy[data-astro-cid-yqhj5ygs]{display:flex;flex-direction:column}.voice-card__logo[data-astro-cid-yqhj5ygs]{height:32px;width:auto;align-self:flex-start;margin-bottom:20px}.voice-card__quote[data-astro-cid-yqhj5ygs]{font-size:clamp(18px,1.9cqw,29px);font-weight:700;line-height:1.5;color:#000;display:flex;flex-direction:column;margin-bottom:24px}.voice-card__body[data-astro-cid-yqhj5ygs]{margin-bottom:32px}.voice-card__body[data-astro-cid-yqhj5ygs] p[data-astro-cid-yqhj5ygs]{font-size:clamp(14px,1.4cqw,24px);line-height:1.6;color:#000}.voice-card__body[data-astro-cid-yqhj5ygs] p[data-astro-cid-yqhj5ygs]+p[data-astro-cid-yqhj5ygs]{margin-top:1em}.voice-card__badge[data-astro-cid-yqhj5ygs]{align-self:flex-start;margin-top:8px;background:var(--brand-cream);border-radius:14px;padding:12px 24px;text-align:center}.voice-card__badge-label[data-astro-cid-yqhj5ygs]{font-size:clamp(13px,1.05cqw,16px);font-weight:700;color:#000;margin-bottom:4px}.voice-card__badge-value[data-astro-cid-yqhj5ygs]{display:inline-flex;align-items:center;gap:12px;font-weight:700;color:#000}.voice-card__badge-value[data-astro-cid-yqhj5ygs] img[data-astro-cid-yqhj5ygs]{width:54px;height:40px;flex:0 0 auto}.voice-card__badge-before[data-astro-cid-yqhj5ygs]{font-size:clamp(16px,1.5cqw,22px)}.voice-card__badge-highlight[data-astro-cid-yqhj5ygs]{font-size:clamp(24px,2.3cqw,34px);line-height:1}.voice-card__badge-sub[data-astro-cid-yqhj5ygs]{font-size:clamp(11px,.95cqw,14px);font-weight:700;color:#000;margin-top:4px}@media(max-width:768px){.voice-card[data-astro-cid-yqhj5ygs]{grid-template-columns:1fr}.voice-card__bubble[data-astro-cid-yqhj5ygs]{display:none}.voice-card__badge[data-astro-cid-yqhj5ygs]{align-self:center;margin-top:8px}}.flow-section[data-astro-cid-7r7nxvdy]{background:transparent;padding:30px 0 0}.flow-section__inner[data-astro-cid-7r7nxvdy]{width:100%;max-width:1230px;margin:48px auto 0;padding:0 32px}.flow-section__list[data-astro-cid-7r7nxvdy]{display:grid;grid-template-columns:repeat(4,250px);justify-content:space-between;gap:0;align-items:start;position:relative}.flow-step[data-astro-cid-7r7nxvdy]{width:250px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;position:relative}.flow-step__num[data-astro-cid-7r7nxvdy]{position:relative;width:64px;height:75px;display:inline-flex;align-items:center;justify-content:center}.flow-step__num-bg[data-astro-cid-7r7nxvdy]{position:absolute;inset:0;width:100%;height:100%}.flow-step__num-text[data-astro-cid-7r7nxvdy]{position:relative;z-index:1;color:#fff;font-weight:700;font-size:32px;line-height:1;padding-bottom:2px}.flow-step__icon[data-astro-cid-7r7nxvdy]{width:220px;height:220px;margin-top:-20px;margin-bottom:4px;display:inline-flex;align-items:center;justify-content:center}.flow-step__icon[data-astro-cid-7r7nxvdy] img[data-astro-cid-7r7nxvdy]{width:220px;height:220px;object-fit:contain;display:block}.flow-step__pill[data-astro-cid-7r7nxvdy]{width:250px;height:91px;padding:0 16px;background:#040000;color:#fff;border-radius:0;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:24px;line-height:1.25;text-align:center}.flow-step__pill[data-astro-cid-7r7nxvdy]>span[data-astro-cid-7r7nxvdy]{display:flex;flex-direction:column;gap:2px}.flow-step__body[data-astro-cid-7r7nxvdy]{margin-top:30px;width:100%;max-width:250px;font-size:20px;line-height:1.55;color:#000;text-align:left;word-break:keep-all}.flow-step[data-astro-cid-7r7nxvdy]:not(:last-child):after{content:"";position:absolute;left:270px;top:320px;width:0;height:0;border-style:solid;border-width:14px 0 14px 22px;border-color:transparent transparent transparent #040000}@media(max-width:768px){.flow-section__list[data-astro-cid-7r7nxvdy]{grid-template-columns:repeat(2,250px);row-gap:56px}.flow-step[data-astro-cid-7r7nxvdy]:not(:last-child):after{display:none}}@media(max-width:560px){.flow-section__list[data-astro-cid-7r7nxvdy]{grid-template-columns:250px;justify-content:center}}.reappeal-section[data-astro-cid-6mrxpb4v]{background:transparent;padding:30px 0 0}.reappeal-section__inner[data-astro-cid-6mrxpb4v]{width:100%;padding:0 clamp(20px,4cqw,75px) 19px;display:grid;grid-template-columns:minmax(0,486px) minmax(0,1fr);gap:clamp(28px,4cqw,60px);align-items:center}.reappeal-section__media[data-astro-cid-6mrxpb4v]{position:relative;width:100%;aspect-ratio:486 / 278;overflow:hidden;background:#000;box-shadow:6px 6px 10px #00000040}.reappeal-section__media[data-astro-cid-6mrxpb4v] img[data-astro-cid-6mrxpb4v],.reappeal-section__video[data-astro-cid-6mrxpb4v]{width:100%;height:100%;object-fit:cover;display:block}.reappeal-section__play[data-astro-cid-6mrxpb4v]{position:absolute;inset:0;margin:auto;width:60px;height:60px;display:inline-flex;align-items:center;justify-content:center;border-radius:0}.reappeal-section__play[data-astro-cid-6mrxpb4v] img[data-astro-cid-6mrxpb4v]{width:100%;height:100%}.reappeal-section__media[data-astro-cid-6mrxpb4v].is-playing .reappeal-section__play[data-astro-cid-6mrxpb4v]{display:none}.reappeal-section__highlights[data-astro-cid-6mrxpb4v]{display:flex;flex-direction:column;gap:28px}.reappeal-highlight[data-astro-cid-6mrxpb4v]{position:relative;display:inline-flex;align-items:center;line-height:1}.reappeal-highlight__marker[data-astro-cid-6mrxpb4v]{position:absolute;left:-4px;right:-4px;bottom:-4px;height:24px;background:var(--brand-yellow-soft);z-index:0}.reappeal-highlight__text[data-astro-cid-6mrxpb4v]{position:relative;z-index:1;font-size:clamp(18px,2cqw,32px);font-weight:700;color:#000;line-height:1}@media(max-width:768px){.reappeal-section__inner[data-astro-cid-6mrxpb4v]{grid-template-columns:1fr}}.download-section[data-astro-cid-smifrinu]{background:transparent;padding:18px 0 0}.download-section__inner[data-astro-cid-smifrinu]{width:100%;padding:0 clamp(20px,4cqw,35px)}.download-section__card[data-astro-cid-smifrinu]{background:#fff;border:1px solid #717171;padding:32px clamp(24px,4cqw,60px) 56px;display:grid;grid-template-columns:minmax(420px,1fr) minmax(0,620px);grid-template-rows:auto auto auto;column-gap:40px;row-gap:36px;align-items:start}.download-section__copy[data-astro-cid-smifrinu]{grid-column:1;grid-row:1 / span 2;display:flex;flex-direction:column;gap:28px}.download-section__eyecatch[data-astro-cid-smifrinu]{align-self:flex-start;white-space:nowrap}.download-section__heading[data-astro-cid-smifrinu]{font-size:clamp(28px,4cqw,54px);font-weight:700;line-height:1.25;color:#000;display:flex;flex-direction:column;white-space:nowrap}.download-section__heading-accent[data-astro-cid-smifrinu]{color:var(--brand-yellow)}.download-section__body[data-astro-cid-smifrinu]{font-size:clamp(14px,1.3cqw,20px);line-height:1.6;color:#000}.download-section__image[data-astro-cid-smifrinu]{grid-column:2;grid-row:1 / span 2;width:620px;max-width:100%;height:auto;aspect-ratio:565 / 319;object-fit:cover;box-shadow:var(--shadow-deep);border-radius:0;align-self:start;justify-self:end;margin-top:32px;margin-right:-30px}.download-section__bullets[data-astro-cid-smifrinu]{grid-column:1;grid-row:3;display:grid;grid-template-columns:repeat(3,150px);gap:17px;justify-content:start;align-self:end;margin-top:-24px;margin-left:0}.download-bullet[data-astro-cid-smifrinu]{background:#fff;border:3px solid var(--brand-yellow);padding:12px 8px;width:150px;height:86px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#000;text-align:center;line-height:1.35}.download-section__cta[data-astro-cid-smifrinu]{grid-column:2;grid-row:3;justify-self:center;align-self:end;width:406px;height:65px;font-size:36px;background:url(/assets/download/btn-shape.svg) center / 100% 100% no-repeat;color:var(--brand-black);border-radius:0;box-shadow:none;margin-top:-24px}.download-section__cta[data-astro-cid-smifrinu]:hover{filter:brightness(.95)}@media(max-width:768px){.download-section__card[data-astro-cid-smifrinu]{grid-template-columns:1fr}.download-section__copy[data-astro-cid-smifrinu],.download-section__image[data-astro-cid-smifrinu],.download-section__bullets[data-astro-cid-smifrinu],.download-section__cta[data-astro-cid-smifrinu]{grid-column:1;grid-row:auto}.download-section__bullets[data-astro-cid-smifrinu]{grid-template-columns:1fr;width:100%}.download-bullet[data-astro-cid-smifrinu]{width:100%;flex-direction:row;height:auto;padding:12px 16px;gap:4px;justify-content:center}.download-section__cta[data-astro-cid-smifrinu]{width:100%;max-width:406px;justify-self:start;font-size:22px;height:56px;white-space:nowrap}.download-section__image[data-astro-cid-smifrinu]{margin-right:0}.download-section__heading[data-astro-cid-smifrinu]{white-space:normal}}.inquiry-form[data-astro-cid-v56yoci2]{width:100%;display:flex;flex-direction:column;gap:32px;padding-top:32px}.inquiry-form__heading[data-astro-cid-v56yoci2]{margin-left:32px;font-size:clamp(22px,2.4vw,32px);font-weight:700;color:#000}.inquiry-form__divider[data-astro-cid-v56yoci2]{border:0;border-top:3px solid #000;margin:0}.inquiry-form__fields[data-astro-cid-v56yoci2]{display:flex;flex-direction:column;gap:24px}.inquiry-form__note[data-astro-cid-v56yoci2]{margin-top:28px;font-size:clamp(14px,1.2vw,20px);color:#000;line-height:1.6;text-align:center}.inquiry-form__submit[data-astro-cid-v56yoci2]{align-self:center;width:100%;max-width:726px;height:65px;font-size:clamp(22px,2.4cqw,36px);background:url(/assets/form/btn-shape.svg) center / 100% 100% no-repeat;color:var(--brand-black);border-radius:0;box-shadow:none;white-space:nowrap}.inquiry-form__submit[data-astro-cid-v56yoci2]:hover{filter:brightness(.95)}@media(max-width:768px){.inquiry-form__submit[data-astro-cid-v56yoci2]{font-size:18px;height:56px}}.inquiry-form__recaptcha[data-astro-cid-v56yoci2]{font-size:12px;color:var(--muted);text-align:center;line-height:1.6}.inquiry-form__recaptcha[data-astro-cid-v56yoci2] a[data-astro-cid-v56yoci2]{color:var(--muted);text-decoration:underline}.inquiry-section[data-astro-cid-ybvtd5ga]{background:transparent;padding:32px 0 60px;scroll-margin-top:var(--header-height)}.inquiry-section__inner[data-astro-cid-ybvtd5ga]{width:100%;padding:32px clamp(20px,4cqw,32px) 0}.inquiry-section__card[data-astro-cid-ybvtd5ga]{border:3px solid #000;background:#fff;padding:clamp(24px,4cqw,48px) clamp(20px,3cqw,56px);display:flex;flex-direction:column;gap:clamp(32px,5cqw,64px)}.inquiry-section__appeal[data-astro-cid-ybvtd5ga]{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,600px);column-gap:clamp(28px,4cqw,56px);align-items:center}.inquiry-section__appeal-copy[data-astro-cid-ybvtd5ga]{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.inquiry-section__appeal-copy[data-astro-cid-ybvtd5ga] .eyecatch[data-astro-cid-ybvtd5ga]{align-self:flex-start;white-space:nowrap}.inquiry-section__appeal-heading[data-astro-cid-ybvtd5ga]{font-size:clamp(22px,2.6cqw,36px);font-weight:700;line-height:1.5;color:#000;display:flex;flex-direction:column;white-space:nowrap}.inquiry-section__appeal-body[data-astro-cid-ybvtd5ga]{font-size:clamp(14px,1.4cqw,20px);line-height:1.7;color:#000;display:flex;flex-direction:column;white-space:nowrap}.inquiry-section__appeal-spacer[data-astro-cid-ybvtd5ga]{display:block;height:1em}.inquiry-section__appeal-image[data-astro-cid-ybvtd5ga]{width:600px;max-width:100%;height:auto;aspect-ratio:571 / 314;object-fit:cover;border-radius:0;justify-self:end;margin-right:-16px}@media(max-width:768px){.inquiry-section__appeal[data-astro-cid-ybvtd5ga]{grid-template-columns:1fr;row-gap:28px}.inquiry-section__appeal-heading[data-astro-cid-ybvtd5ga],.inquiry-section__appeal-body[data-astro-cid-ybvtd5ga]{white-space:normal}.inquiry-section__appeal-image[data-astro-cid-ybvtd5ga]{margin-right:0}}.page-canvas{width:1512px;margin:0 auto;container-type:inline-size}@media(max-width:768px){.page-canvas{width:100%}}.lp-panel{background:#fff;width:100%;max-width:1300px;margin:40px auto;border-radius:0;overflow:hidden;padding-bottom:56px}@media(max-width:768px){.lp-panel{max-width:calc(100% - 32px)}}
