
:root { --color-primary: #3A7A95; --color-secondary: #E8A6A6; --color-accent: #06C755; --color-background: #FFF9F8; --color-white: #FFFFFF; --color-ink: #283A42; --font-sans-ja: 'Noto Sans JP', sans-serif }
* { box-sizing: border-box }
html { scroll-behavior: smooth; overflow-x: hidden }
body { margin: 0; min-width: 320px; overflow-x: hidden; font-family: var(--font-sans-ja); background: linear-gradient(180deg, #FFFFFF 0%, #FFF9F8 48%, #FFFFFF 100%); color: var(--color-ink) }
body.has-sticky-cta { padding-bottom: 120px }
button, a { -webkit-tap-highlight-color: transparent }
button:focus-visible, a:focus-visible { outline: 3px solid rgba(58, 122, 149, .34); outline-offset: 3px }
[hidden] { display: none !important }
#exportablePage, #lp-content { width: 100%; max-width: 100%; overflow-x: hidden }
.original-image-stream { width: 100%; max-width: 760px; margin: 0 auto; overflow: hidden; background: #FFFFFF; box-shadow: 0 24px 70px rgba(58, 122, 149, .08) }
.original-image-section { position: relative; width: 100%; max-width: 100%; margin: 0; padding: 0; overflow: hidden; background: #FFFFFF }
.original-image-section img { display: block; width: 100%; max-width: 100%; height: auto; margin: 0; padding: 0; border: 0; object-fit: contain }
.original-image-section--first img { animation: first-image-entry .7s cubic-bezier(.22, .61, .36, 1) both }
@keyframes first-image-entry {
  from { opacity: .01; transform: translateY(12px) }
  to { opacity: 1; transform: none }
}
.image-placeholder { display: flex; min-height: 150px; align-items: center; justify-content: center; border-bottom: 1px solid #F1E7E7; background: linear-gradient(110deg, #FFF9F8 8%, #FFFFFF 44%, #F5ECEC 84%); color: rgba(58, 122, 149, .3); font-size: .72rem; font-weight: 800; letter-spacing: .15em }
.contact-section { position: relative; overflow: hidden; background: linear-gradient(135deg, #EDF6F8 0%, #FFFFFF 52%, #FFF1F0 100%) }
.contact-section__inner { display: flex; width: 100%; max-width: 760px; margin: 0 auto; padding: 64px 22px 70px; align-items: center; justify-content: center }
.contact-section .sticky-cta__button { width: 100%; max-width: 680px }
.site-footer { border-top: 1px solid rgba(232, 166, 166, .24); background: #FFFFFF }
.site-footer__inner { width: 100%; max-width: 760px; margin: 0 auto; padding: 48px 22px 38px }
.footer-brand { display: flex; margin-bottom: 28px; justify-content: center }
.footer-brand img { display: block; width: auto; max-width: 190px; height: 52px; object-fit: contain }
.brand-logo__fallback--footer { font-size: .92rem }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid #E9EFF1; border-left: 1px solid #E9EFF1 }
.footer-links a { display: flex; min-height: 54px; padding: 12px; align-items: center; justify-content: center; border-right: 1px solid #E9EFF1; border-bottom: 1px solid #E9EFF1; color: #536870; font-size: .72rem; font-weight: 600; line-height: 1.5; text-align: center; text-decoration: none; transition: color .2s ease, background-color .2s ease }
.footer-links a:hover { background: #F3F8FA; color: var(--color-primary); text-decoration: underline; text-underline-offset: 4px }
.footer-note { margin: 24px 0 0; color: #77868C; font-size: .68rem; line-height: 1.8; text-align: center }
.footer-copyright { margin: 22px 0 0; color: #829097; font-size: .64rem; letter-spacing: .08em; text-align: center }
.sticky-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 60; max-width: 100vw; padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(6, 199, 85, .2); background: rgba(255, 255, 255, .96); box-shadow: 0 -10px 30px rgba(40, 58, 66, .12); backdrop-filter: blur(14px) }
.sticky-cta__inner { width: 100%; max-width: 430px; margin: 0 auto }
.sticky-cta__button { display: block; width: 100%; max-width: 680px; height: auto; margin: 0 auto; border: 0; padding: 0; background: transparent; color: inherit; text-decoration: none; box-shadow: none; transition: transform .22s ease, opacity .22s ease }
.sticky-cta__button:hover { transform: translateY(-2px); opacity: .96 }
.sticky-cta__image { display: block; width: 100%; max-width: 100%; height: auto; margin: 0 auto; object-fit: contain; border: 0 }
.sticky-cta .sticky-cta__image { max-height: 96px }
@media (max-width:639px) {
  .sticky-cta { padding: 8px 12px calc(8px + env(safe-area-inset-bottom)) }
  .sticky-cta__inner { max-width: 430px }
}
@media (min-width:640px) {
  .contact-section__inner { padding: 82px 36px }
  .site-footer__inner { padding-right: 36px; padding-left: 36px }
}
@media (min-width:900px) {
  body.has-sticky-cta { padding-bottom: 0 }
  .sticky-cta { right: 26px; bottom: 26px; left: auto; width: 390px; padding: 0; border: 0; background: transparent; box-shadow: none }
  .sticky-cta__inner, .sticky-cta__button { max-width: 390px }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto }
  .original-image-section--first img { animation: none }
  .footer-links a, .sticky-cta__button { transition: none }
}
.animate-on-scroll { opacity: 1 }
html.js .animate-on-scroll { opacity: 0; transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1) }
html.js .animate-on-scroll[data-anim="fade-up"] { transform: translateY(28px) }
html.js .animate-on-scroll[data-anim="fade-left"] { transform: translateX(-32px) }
html.js .animate-on-scroll[data-anim="fade-right"] { transform: translateX(32px) }
html.js .animate-on-scroll[data-anim="zoom-in"] { transform: scale(.94) }
html.js .animate-on-scroll:not([data-anim]) { transform: translateY(28px) }
html.js .animate-on-scroll.is-visible { opacity: 1; transform: none }
@media (prefers-reduced-motion:reduce) {
  html.js .animate-on-scroll { opacity: 1 !important; transform: none !important; transition: none !important }
}
#download-complete-lp { border: 0; border-radius: 9999px; padding: 12px 20px; background: var(--color-primary); color: var(--color-white); box-shadow: 0 10px 30px rgba(40, 58, 66, .22); font-family: var(--font-sans-ja); font-size: 14px; font-weight: 700; line-height: 1.5 }
#download-complete-lp:hover { filter: brightness(1.06); transform: translateY(-1px) }
#download-complete-lp:disabled { cursor: wait; opacity: .72; transform: none }
#download-export-message { position: fixed; top: 76px; right: 20px; z-index: 2147483647; width: min(420px, calc(100vw - 40px)); padding: 10px 12px; border: 1px solid #D64545; border-radius: 10px; background: #FFFFFF; color: #9F2424; box-shadow: 0 8px 24px rgba(40, 58, 66, .18); font-size: 12px; line-height: 1.6; overflow-wrap: anywhere }


*, ::before, ::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}::after,::before{--tw-content:''}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.bg-\[\#FFF9F8\]{--tw-bg-opacity:1;background-color:rgb(255 249 248 / var(--tw-bg-opacity, 1))}.text-\[\#283A42\]{--tw-text-opacity:1;color:rgb(40 58 66 / var(--tw-text-opacity, 1))}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}


    @font-face {
      font-family: 'Work Sans';
      font-style: normal;
      font-display: swap;
      font-weight: 100 900;
      src: url("../assets/images/image-021.woff2") format('woff2');
    }
  