*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:where([hidden]:not([hidden=until-found])){display:none!important}:where(html){-webkit-text-size-adjust:none;color-scheme:dark light;-moz-tab-size:2;-o-tab-size:2;tab-size:2;scrollbar-gutter:stable;interpolate-size:allow-keywords;line-height:1.5}:where(html:has(dialog:modal[open])){overflow:clip}@media(prefers-reduced-motion:no-preference){:where(html:focus-within){scroll-behavior:smooth}}:where(body){line-height:inherit;font-family:system-ui,sans-serif;-webkit-font-smoothing:antialiased}:where(button){all:unset}:where(input,button,textarea,select){font:inherit;color:inherit;letter-spacing:inherit;word-spacing:inherit;font-feature-settings:inherit;font-variation-settings:inherit}:where(textarea){resize:vertical;resize:block}:where(button,label,select,summary,[role=button],[role=option]){cursor:pointer}:where(:disabled,label:has(>:disabled,+:disabled)){cursor:not-allowed}:where(a){color:inherit;text-underline-offset:.2ex}:where(ul,ol){list-style:none}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,picture,svg,video){max-inline-size:100%;block-size:auto}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(h1,h2,h3){line-height:calc(1em + .5rem);text-wrap:balance}:where(hr){border:none;border-block-start:1px solid;color:inherit;block-size:0;overflow:visible}:where(dialog,[popover]){border:none;background:none;color:inherit;inset:unset;max-width:unset;max-height:unset;overflow:unset}:where(dialog:not([open],[popover]),[popover]:not(:popover-open)){display:none!important}:where(:focus-visible){outline:3px solid CanvasText;box-shadow:0 0 0 5px Canvas;outline-offset:1px}:where(:focus-visible,:target){scroll-margin-block:8vh}:where(.visually-hidden:not(:focus-within,:active)){clip-path:inset(50%)!important;height:1px!important;width:1px!important;overflow:hidden!important;position:absolute!important;white-space:nowrap!important;border:0!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}:root{color-scheme:light;--base-width-sp: 320;--base-width-pc: 1500;--sp-unit: calc(100vw / var(--base-width-sp));--pc-unit: calc(100vw / var(--base-width-pc));--fpl-white: #ffffff;--fpl-text: #1a1a1a;--fpl-navy: #191d64;--fpl-sky: #9ccdfb;--fpl-hero-bg: #9ccdfb;--fpl-accent-yellow: #f5d300;--fpl-basic-info-bg: #fff3c6;--fpl-basic-info-text: #333333;--fpl-row-alt: #e5f2fe;--fpl-link: #2c6cb0}body{font-family:Yu Gothic,YuGothic,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;color:var(--fpl-text);background:var(--fpl-white)}.fpl-page{width:100%;overflow-x:hidden}.hero{width:100%;background:var(--fpl-hero-bg);padding-top:80px}.hero__inner{position:relative;width:100%;max-width:1500px;margin:0 auto;box-sizing:border-box;padding-left:740px}.hero__image{width:100%;overflow:hidden;border-top-left-radius:24px;line-height:0}.hero__image img{width:100%;height:auto;display:block}.hero__text{position:absolute;top:100px;left:200px;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:28px}.hero__logo{width:220px;height:auto;display:block}.hero__heading{font-size:0;margin:0;display:flex;flex-direction:column;align-items:flex-start;gap:14px}.hero__heading-line{display:inline-block;background:var(--fpl-white);color:var(--fpl-text);font-size:44px;font-weight:700;line-height:1.4;padding:8px 20px}.hero__lead{font-size:18px;font-weight:500;color:var(--fpl-text);line-height:1.8;margin:0}.service{width:100%;background:var(--fpl-navy);color:var(--fpl-white)}.service__inner{width:100%;max-width:1500px;margin:0 auto;box-sizing:border-box;padding:80px 200px 100px}.service__label{display:block;width:210px;height:auto;margin-bottom:80px}.service__cards{display:flex;gap:80px;justify-content:center}.service__card{flex:1 1 0;max-width:460px;display:flex;flex-direction:column;align-items:center;text-align:center}.service__icon{width:92px;height:92px;display:block}.service__heading{font-size:23px;font-weight:700;line-height:1.5;margin:24px 0 0;color:var(--fpl-white)}.service__body{font-size:18px;font-weight:500;line-height:1.8;margin:12px 0 0;color:var(--fpl-white)}.about{width:100%;background:var(--fpl-white);padding:100px 0}.about__inner{width:100%;max-width:1500px;margin:0 auto;box-sizing:border-box;padding:0 200px}.about__title{display:block;width:265px;height:auto;margin:0 auto 80px}.about__row{display:grid;grid-template-columns:1fr 1fr;align-items:center}.about__text{color:var(--fpl-text)}.about__row--text-first .about__text{margin:0 60px 0 0}.about__row--image-first .about__text{margin:0 0 0 60px}.about__heading{font-size:23px;font-weight:700;line-height:1.6;margin:0 0 20px;color:var(--fpl-text)}.about__body{font-size:18px;font-weight:500;line-height:1.9;margin:0;color:var(--fpl-text)}.about__card{position:relative;aspect-ratio:650 / 460;background:var(--fpl-accent-yellow)}.about__row--text-first .about__card:after{content:"";position:absolute;top:0;bottom:0;left:100%;width:100vw;background:var(--fpl-accent-yellow);pointer-events:none}.about__row--image-first .about__card:after{content:"";position:absolute;top:0;bottom:0;right:100%;width:100vw;background:var(--fpl-accent-yellow);pointer-events:none}.about__card img{position:absolute;height:auto;display:block}.about__row--text-first .about__card img{top:-30px;left:0}.about__row--image-first .about__card img{bottom:-30px;right:0}.basic-info{width:100%;background:var(--fpl-basic-info-bg);padding:100px 0;box-sizing:border-box}.basic-info__inner{width:100%;max-width:1120px;margin:0 auto;background:var(--fpl-white);padding:60px 60px 80px;box-sizing:border-box}.basic-info__title{font-size:24px;font-weight:700;color:var(--fpl-navy);margin:0 0 40px;display:flex;align-items:center;gap:12px}.basic-info__title:before{content:"";display:inline-block;width:16px;height:16px;background:var(--fpl-navy)}.basic-info__table{width:100%}.basic-info__row{display:grid;grid-template-columns:220px 1fr;align-items:center;padding:16px 24px;-moz-column-gap:32px;column-gap:32px;background:var(--fpl-white)}.basic-info__row.is-alt{background:var(--fpl-row-alt)}.basic-info__label{font-size:14px;font-weight:400;color:var(--fpl-basic-info-text);text-align:center}.basic-info__value{font-size:14px;font-weight:400;color:var(--fpl-basic-info-text);text-align:left;word-break:break-all;line-height:1.6}.basic-info__value a{color:var(--fpl-link);text-decoration:none}.basic-info__value a:hover{text-decoration:underline}@media(min-width:768px)and (max-width:1499px){.hero{padding-top:calc(80 * var(--pc-unit))}.hero__inner{padding-left:calc(740 * var(--pc-unit))}.hero__image{border-top-left-radius:calc(24 * var(--pc-unit))}.hero__text{top:calc(100 * var(--pc-unit));left:calc(200 * var(--pc-unit));gap:calc(28 * var(--pc-unit))}.hero__logo{width:calc(220 * var(--pc-unit))}.hero__heading{gap:calc(14 * var(--pc-unit))}.hero__heading-line{font-size:calc(44 * var(--pc-unit));padding:calc(8 * var(--pc-unit)) calc(20 * var(--pc-unit))}.hero__lead{font-size:calc(18 * var(--pc-unit))}.service__inner{padding:calc(80 * var(--pc-unit)) calc(200 * var(--pc-unit)) calc(100 * var(--pc-unit))}.service__label{width:calc(210 * var(--pc-unit));margin-bottom:calc(80 * var(--pc-unit))}.service__cards{gap:calc(80 * var(--pc-unit))}.service__card{max-width:calc(460 * var(--pc-unit))}.service__icon{width:calc(92 * var(--pc-unit));height:calc(92 * var(--pc-unit))}.service__heading{font-size:calc(23 * var(--pc-unit));margin-top:calc(24 * var(--pc-unit))}.service__body{font-size:calc(18 * var(--pc-unit));margin-top:calc(12 * var(--pc-unit))}.about{padding:calc(100 * var(--pc-unit)) 0}.about__inner{padding:0 calc(200 * var(--pc-unit))}.about__title{width:calc(265 * var(--pc-unit));margin-bottom:calc(80 * var(--pc-unit))}.about__row--text-first .about__text{margin-right:calc(60 * var(--pc-unit))}.about__row--image-first .about__text{margin-left:calc(60 * var(--pc-unit))}.about__heading{font-size:calc(23 * var(--pc-unit));margin-bottom:calc(20 * var(--pc-unit))}.about__body{font-size:calc(18 * var(--pc-unit))}.basic-info{padding:calc(100 * var(--pc-unit)) 0}.basic-info__inner{max-width:calc(1120 * var(--pc-unit));padding:calc(60 * var(--pc-unit)) calc(60 * var(--pc-unit)) calc(80 * var(--pc-unit))}.basic-info__title{font-size:calc(24 * var(--pc-unit));margin:0 0 calc(40 * var(--pc-unit));gap:calc(12 * var(--pc-unit))}.basic-info__title:before{width:calc(16 * var(--pc-unit));height:calc(16 * var(--pc-unit))}.basic-info__row{grid-template-columns:calc(220 * var(--pc-unit)) 1fr;padding:calc(16 * var(--pc-unit)) calc(24 * var(--pc-unit));-moz-column-gap:calc(32 * var(--pc-unit));column-gap:calc(32 * var(--pc-unit))}.basic-info__label,.basic-info__value{font-size:calc(14 * var(--pc-unit))}}@media(max-width:767px){.hero{padding-top:0;padding-bottom:0}.hero__inner{padding:calc(60 * var(--sp-unit)) calc(24 * var(--sp-unit)) 0;display:flex;flex-direction:column;gap:calc(28 * var(--sp-unit))}.hero__image{border-top-left-radius:calc(20 * var(--sp-unit));width:calc(100% + calc(24 * var(--sp-unit)));margin:0 calc(-24 * var(--sp-unit)) 0 0}.hero__text{position:static;gap:calc(18 * var(--sp-unit))}.hero__logo{width:calc(120 * var(--sp-unit))}.hero__heading{gap:calc(10 * var(--sp-unit))}.hero__heading-line{font-size:calc(20 * var(--sp-unit));padding:calc(6 * var(--sp-unit)) calc(12 * var(--sp-unit))}.hero__lead{font-size:calc(14 * var(--sp-unit));line-height:1.7}.service__inner{padding:calc(40 * var(--sp-unit)) calc(24 * var(--sp-unit)) calc(60 * var(--sp-unit))}.service__label{width:calc(120 * var(--sp-unit));margin-bottom:calc(40 * var(--sp-unit))}.service__cards{flex-direction:column;gap:calc(48 * var(--sp-unit))}.service__card{max-width:none}.service__icon{width:calc(64 * var(--sp-unit));height:calc(64 * var(--sp-unit))}.service__heading{font-size:calc(16 * var(--sp-unit));margin-top:calc(16 * var(--sp-unit))}.service__body{font-size:calc(14 * var(--sp-unit));margin-top:calc(8 * var(--sp-unit))}.about{padding:calc(48 * var(--sp-unit)) 0}.about__inner{padding:0 calc(24 * var(--sp-unit))}.about__title{width:calc(160 * var(--sp-unit));margin:0 auto calc(32 * var(--sp-unit))}.about__row{grid-template-columns:1fr;gap:calc(20 * var(--sp-unit))}.about__row--text-first .about__text,.about__row--image-first .about__text{margin:0}.about__row--image-first .about__text{order:1}.about__row--image-first .about__card{order:2}.about__card{margin-left:calc(-24 * var(--sp-unit));margin-right:calc(-24 * var(--sp-unit));aspect-ratio:320 / 200}.about__card img{width:88%}.about__row--text-first .about__card img{top:calc(-12 * var(--sp-unit));left:0}.about__row--image-first{margin-top:calc(40 * var(--sp-unit))}.about__row--image-first .about__card img{top:calc(-12 * var(--sp-unit));right:0}.about__heading{font-size:calc(15 * var(--sp-unit));margin-bottom:calc(12 * var(--sp-unit))}.about__body{font-size:calc(13 * var(--sp-unit));line-height:1.85}.basic-info{padding:calc(48 * var(--sp-unit)) calc(20 * var(--sp-unit))}.basic-info__inner{max-width:100%;padding:calc(32 * var(--sp-unit)) calc(20 * var(--sp-unit)) calc(40 * var(--sp-unit))}.basic-info__title{font-size:calc(18 * var(--sp-unit));margin:0 0 calc(24 * var(--sp-unit));gap:calc(10 * var(--sp-unit))}.basic-info__title:before{width:calc(14 * var(--sp-unit));height:calc(14 * var(--sp-unit))}.basic-info__row{grid-template-columns:calc(110 * var(--sp-unit)) 1fr;padding:calc(12 * var(--sp-unit)) calc(16 * var(--sp-unit));-moz-column-gap:calc(16 * var(--sp-unit));column-gap:calc(16 * var(--sp-unit))}.basic-info__label,.basic-info__value{font-size:calc(12 * var(--sp-unit));line-height:1.5}}
