@charset "UTF-8";@layer core,base,third-party,components,project,foundation,utility;@layer core{@layer global,reset;@layer global{:root{--default-font-size:62.5%;--base-width:1180px;--outer-width:1200px;--large-outer-width:1500px;--inner-width:980px;--header-height:80px;--scrollbarWidth:0;--left-space:254px;--base-font-size:1.6rem;--line-height:2;--base-color:#274688;--key-color:#0290c5;--key-light-color:#f2f9fc;--key-color-hover:#02c6ff;--link-color:#0290c5;--hover-color:#0290c5;--gray-color:#808080;--gray-light-color:#f3f3f3;--black-color:#000;--red-color:#b8272d;--bg-anti:var(--gray-light-color);--margin_px:100px;--sp_margin_px:20px;--font-weight-thin:100;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semi-bold:600;--font-weight-bold:700;--font-weight-black:900;--font-family:"Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        "Yu Gothic",
        Meiryo,
        sans-serif;--en-font-family:Poppins, sans-serif;--gnav-expand:"false";--panel-expand:"false"}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root{--base-color:color(display-p3 0.098 0.263 0.525);--key-color:color(display-p3 0.08 0.565 0.773);--key-light-color:color(display-p3 0.949 0.976 0.988);--key-color-hover:color(display-p3 0.008 0.776 1)}}}@font-face{font-family:"Poppins";font-style:normal;font-weight:300;src:url(./fonts/Poppins-Light.ttf)format("truetype");font-display:swap}@font-face{font-family:"Poppins";font-style:normal;font-weight:500;src:url(./fonts/Poppins-Medium.ttf)format("truetype");font-display:swap}@font-face{font-family:"Poppins";src:url(./fonts/Poppins-SemiBold.ttf)format("truetype");font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:"Poppins";src:url(./fonts/Poppins-SemiBoldItalic.ttf)format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:"Poppins";src:url(./fonts/Poppins-ExtraBold.ttf)format("truetype");font-style:italic;font-weight:800;font-display:swap}.poppins-medium{font-family:Poppins;font-weight:500}.poppins-semibold{font-family:Poppins;font-weight:600}.poppins-semibold-italic{font-family:Poppins;font-weight:600;font-style:italic}}@layer reset{*,::before,::after{box-sizing:border-box}:where(ul,ol){padding:0;margin:0}:where(body,h1,h2,h3,h4,p,figure,blockquote,dl,dd){margin:0}:where(body){block-size:100%;block-size:100dvb}:where(ul:not([class])){list-style-type:disc;list-style-position:inside}:where(ol:not([class])){list-style-type:decimal;list-style-position:inside}:where(ul,ol) li{font-size:var(--font-variable, var(--base-font-size))}:where(ul[class],ol[class]){list-style-type:none}:where(a:not([class])){text-decoration-skip-ink:auto}:where(button){all:unset}:where(input,button,textarea,select){font:inherit;color:inherit}:where(textarea){resize:vertical;resize:block}:where(button,label,select,summary,[role=button],[role=option]){cursor:pointer}:where(:disabled){cursor:not-allowed}:where(label:has(>input:disabled),label:has(+input:disabled)){cursor:not-allowed}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}}:where(h1,h2,h3,h4,h5):not[class]{padding-bottom:0}:where(pre){white-space:pre-wrap}img{display:block;vertical-align:top}}}@layer base{@layer layout,breadcrumb;@layer layout{@media screen and (max-width:834px){:root{--header-height:70px}}html{font-size:var(--default-font-size);scroll-behavior:smooth;scroll-padding-top:var(--scroll-margin-height)}@media screen and (max-width:834px){html{scroll-behavior:auto!important}}body{font-size:var(--font-variable, 1rem);color:var(--color);font-weight:var(--font-weight-normal);font-family:var(--font-family);line-height:var(--line-height)}@media screen and (max-width:1179px){body{-webkit-text-size-adjust:100%}}:where(.windows) body{font-weight:var(--font-weight-medium)}:where(.en) body{font-family:var(--en-font-family)}:where(a){text-underline-offset:.2ex;text-decoration:none;color:var(--color, var(--black-color))}:where(a):hover{color:var(--hover-color, var(--base-color))}:where(a[href^="https://"]),:where(a[href^="http://"]){overflow-wrap:anywhere}:where(p){line-height:var(--line-height-variable, 1.9);text-align:justify}:where(.en p){text-align:initial}:where(main *){font-size:var(--font-variable, var(--base-font-size))}:where(main p:not(:last-of-type):has(+p)){margin-block-end:var(--flow-space, 1.6em)}:where(main :is(p,li,dt,dd,th,td) :is(a:link,a:visited)){color:var(--base-color)}:where(main :is(p,li,dt,dd,th,td) :is(a:hover,a:active)){text-decoration:underline}.page{position:relative}@media screen and (max-width:1179px){.sp-scroll-container::before{content:"";display:block;width:100%;height:100svh;background-color:rgba(0,0,0,.5);position:fixed;top:0;right:0;z-index:1;pointer-events:none;overflow:hidden;overscroll-behavior-block:contain;transform:translateX(100%);transition:all 400ms ease-in}}.is-sp-open{overflow:hidden}@media screen and (max-width:1179px){.is-sp-open .page{overflow-x:hidden}.is-sp-open .sp-scroll-container::before{transform:translateX(0);transition:all 500ms ease-out}}.is-sp-open .page{overflow:auto;scrollbar-gutter:stable;scrollbar-color:var(--gray-color) var(--black-color)}.is-sp-open .page::-webkit-scrollbar{background-color:var(--black-color)}.is-sp-open .sp-scroll-container-back{position:fixed;top:0;z-index:0;width:100%;height:100%;background-color:transparent}.body-scroll{padding-block-start:var(--header-height)}.is-sp-open .body-scroll{pointer-events:none}.home .body-scroll{padding-block-start:0}address{font-style:normal}.container{display:grid;grid-template-columns:1fr min(var(--outer-width),100%) 1fr}@media screen and (max-width:1400px){.container{grid-template-columns:var(--margin_px) 1fr var(--margin_px)}}@media screen and (max-width:1180px){.container{grid-template-columns:1fr var(--inner-width) 1fr}}@media screen and (max-width:1035px){.container{grid-template-columns:var(--sp_margin_px) 1fr var(--sp_margin_px)}}.container>*{grid-column:2}.large-container{display:grid;grid-template-columns:1fr min(var(--large-outer-width),100%) 1fr}.large-container>*{grid-column:2;background-color:#fff}.xl-full-bleed{width:100%}@media screen and (max-width:1400px){.xl-full-bleed{grid-column:1/-1}}.full-bleed{width:100%;grid-column:1/4}@media screen and (max-width:834px){.md-full-bleed{grid-column:1/-1}}@media screen and (max-width:480px){.sp-full-bleed{grid-column:1/-1}}.container__center{grid-column:2}.full-bleed-content{margin:0;display:grid;grid-template-columns:subgrid;grid-column:1/4}.full-bleed-content>:not(.full-bleed){grid-column:2;margin-left:var(--left-space)}@media screen and (max-width:834px){.full-bleed-content .full-bleed-content__child{margin-left:0}}@media screen and (max-width:670px){.full-bleed-content{grid-column:1/4;gap:25px 0}.full-bleed-content .parallax-item{height:360px;grid-column:2/4;grid-row:1/2}.full-bleed-content .full-bleed-content__child{grid-column:2/3;grid-row:2/3}}.left-aligned-area{grid-column:1/3}@media screen and (max-width:834px){.left-aligned-area{grid-column:1/4;padding-inline-end:0}}.right-aligned-area{grid-column:2/4}@media screen and (max-width:834px){.right-aligned-area{grid-column:1/4;padding-inline-start:0}}.header{position:fixed;top:0;z-index:999;background-color:#fff;width:100%;transition:background-color 150ms ease-in}.header::after{content:"";display:block;width:100%;height:25px;position:absolute;bottom:-25px;background:linear-gradient(0deg,transparent 0,rgba(0,0,0,.08) 100%)}@media screen and (max-width:1179px){.header{padding-inline:0}}@media screen and (max-width:834px){.header{padding-inline:0}}.header.is-changed{position:fixed}.container-header{position:relative;z-index:1;display:flex;width:100%;max-width:var(--outer-width);height:var(--header-height);margin-inline:auto;padding-inline:14px;background-color:#fff;transition:background-color 150ms ease-in}@media screen and (max-width:834px){.container-header{display:grid;gap:25px;grid-template-columns:1fr auto;padding-inline:14px 7px}}.home .header,.home .container-header{background-color:var(--black-color)}.home .is-change.header,.home .is-change .container-header{background-color:#fff}.drawer-menu{display:contents}@media screen and (max-width:834px){.drawer-menu{display:flex;flex-direction:column;position:fixed;right:0;z-index:1050;width:100%;max-width:375px;height:calc(100dvh - var(--header-height));top:var(--header-height);overflow-y:scroll;overscroll-behavior:none;background-color:var(--base-color);transform:translateX(100%);padding-block-end:50px}}.fixed{position:fixed;transform:translateY(0);top:0}.container-nav{display:flex;margin-inline-start:auto}@media screen and (max-width:834px){.container-nav{grid-column:1/-1;grid-row:2;display:block;background-color:transparent;margin-inline-start:0}}.logo{position:relative;z-index:2;display:inline-flex;align-self:center}.logo-img{width:226px;height:44px}.home .logo-black{display:none}.home .is-change .logo-black{display:block}.home .is-change .logo-white{display:none}.gnav{display:flex;align-items:center;align-items:stretch;gap:0 3.5em;padding-inline:20px}@media screen and (max-width:1179px){.gnav{gap:0 clamp(10px,1.8vw,38px)}}@media screen and (max-width:834px){.gnav{display:block;padding-inline:40px;padding-block-start:20px}}.gnav__item{position:relative;display:flex;align-items:center}.gnav__item.--home{display:none}@media screen and (max-width:834px){.gnav__item{display:block;border-bottom:1px solid #526ba0}.gnav__item:first-child{border-top:1px solid #526ba0}.gnav__item:last-child{border:0}}.gnav__item__child{position:relative;z-index:2;display:inline-grid;justify-content:center;grid-template-rows:20px 28px;transform:translateY(14px)}@media screen and (max-width:834px){.gnav__item__child{display:grid;grid-template-columns:1fr;grid-template-rows:auto;transform:none}}.gnav__item__child>a{grid-row:1;display:flex;align-self:center;padding-block:1.6em;padding-inline:0;text-box-trim:trim-both;transition:color 150ms ease-in-out}@media screen and (max-width:834px){.gnav__item__child>a{grid-column:1;grid-row:1;justify-content:center;padding-block:2.25em}}.gnav__item__child>a:hover{color:var(--key-color)}.gnav__item-text{font-weight:var(--font-weight-bold);line-height:1;letter-spacing:.1em;white-space:nowrap;font-size:1.8rem;transition:color 150ms ease-in}@media screen and (max-width:1179px){.gnav__item-text{font-size:clamp(1.2rem,1.5vw,1.8rem);letter-spacing:clamp(.02em,.05vw,.05em)}}@media screen and (max-width:834px){.gnav__item-text{color:#fff;font-size:1.8rem;letter-spacing:.15em;font-weight:var(--font-weight-bold)}}.home .gnav__item-text{color:#fff}.home .is-change .gnav__item-text{color:var(--black-color)}@media screen and (max-width:834px){.home .is-change .gnav__item-text{color:#fff}}.pc-nav-toggle{grid-row:2;justify-self:center;display:inline-grid;grid-template-rows:auto;align-self:center;cursor:pointer;padding:10px}.pc-nav-toggle .pict-bottom-arrow{transition:all 200ms ease-in;transform-origin:center}@media screen and (max-width:834px){.pc-nav-toggle{display:none}}.pc-nav-toggle[aria-expanded=false] .pict-bottom-arrow{transform:scale(1,1)}.pc-nav-toggle[aria-expanded=true] .pict-bottom-arrow{transform:scale(1,-1)}:where(.gnav__item:hover) .pict-bottom-arrow{transform:scale(1,-1)}@media screen and (max-width:834px){:where(.gnav__item:hover) .pict-bottom-arrow{transform:none}}.nav-sub{position:absolute;top:calc(var(--header-height) - 8px);left:50%;transform:translate(-50%,0);pointer-events:none;transition:transform .2s,opacity .2s,visibility .2s;transition-timing-function:ease-in;transition-behavior:allow-discrete}.nav-sub[aria-hidden=false]{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,5px)}.nav-sub[aria-hidden=false] *{pointer-events:auto}.nav-sub[aria-hidden=true]{visibility:hidden;opacity:0}.nav-sub[aria-hidden=true] *{pointer-events:none}@media screen and (max-width:834px){.nav-sub{position:static;width:auto;height:100%;opacity:1;overflow:hidden;transform:none;display:grid;grid-template-rows:0fr;transition:500ms all ease-in-out;padding-bottom:0}.nav-sub[aria-hidden=true]{opacity:1;grid-template-rows:0fr}.nav-sub[aria-hidden=false]{opacity:1;grid-template-rows:1fr;transform:none;padding-bottom:25px}}.nav-sub__inner{pointer-events:auto;background-color:#fff;border-radius:5px;box-shadow:0 0 15px -5px rgba(0,0,0,.3)}@media screen and (max-width:834px){.nav-sub__inner{overflow:hidden}}.sub-menu-item{white-space:nowrap}@media screen and (max-width:834px){.sub-menu-item{white-space:normal}}.sub-menu-item__child{display:grid;grid-template-columns:1fr auto;gap:0 10px;justify-content:space-between;align-items:center;padding:10px}@media screen and (max-width:834px){.sub-menu-item__child{padding-inline:18px}}.sub-menu-item__child__text{display:block;line-height:1.3;font-size:1.6rem;font-weight:var(--font-weight-normal);text-box-trim:trim-both;transition:all 200ms ease-in-out}.sub-menu-item:hover .sub-menu-item__child__text{color:var(--key-color)}.nav-backbg{display:none}.nav-backbg[aria-hidden=true]{opacity:0;transition:opacity 300ms ease-out}.nav-backbg[aria-hidden=false]{opacity:1;transition:opacity 200ms ease-in;pointer-events:auto}.gnav-contact{display:inline-flex;align-items:center}.gnav-contact__btn{display:inline-grid;grid-template-columns:auto auto;align-items:center;gap:0 5px;background-color:var(--base-color);padding:13px 15px;height:40px;border-radius:20px;transition:all 200ms ease-in-out}.gnav-contact__btn:hover{background-color:var(--key-color)}.gnav-contact__btn .pict-mail-white{justify-self:end}@media screen and (max-width:834px){.gnav-contact__btn{gap:0 12px;width:100%;background-color:var(--black-color);padding-block:0;border-radius:30px;margin-top:30px;height:56px}.safari .gnav-contact__btn{padding-top:3px}}.gnav-contact__btn-text{font-size:1.6rem;color:#fff;white-space:nowrap;text-box-trim:trim-both;font-feature-settings:"palt";align-self:center;line-height:1}@media screen and (max-width:1179px){.gnav-contact__btn-text{font-size:clamp(1.3rem,3vw,1.5rem)}}@media screen and (max-width:834px){.gnav-contact__btn-text{font-size:1.6rem}}@media screen and (max-width:834px){.sp-nav-toggle{display:inline-grid;grid-column:1;grid-row:1;justify-self:end;padding:20px 0 20px 20px}}.plus-icon{display:none}@media screen and (max-width:834px){.plus-icon{display:inline-block;width:13px;height:13px;position:relative}.plus-icon::before,.plus-icon::after{content:"";display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:13px;height:2px;background-color:#fff;transition:all 400ms ease-in-out}.plus-icon::after{transform:translate(-50%,-50%) rotate(90deg)}}.sp-nav-toggle[aria-expanded=true] .plus-icon::after{transform:translate(-50%,-50%) rotate(180deg)}.sp-menu-block{display:none}.sp-menu-btn{display:none}@media screen and (max-width:834px){.sp-menu-block{display:grid;justify-content:center;align-items:center;gap:3px 0;position:relative;overflow:hidden;right:0;z-index:1070;cursor:pointer;width:var(--header-height);height:var(--header-height);transition:transform 400ms ease-in-out}.sp-menu-btn{align-self:end;display:inline-grid;width:39px;height:45px;will-change:transition,position;background-color:var(--base-color);clip-path:polygon(50%0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);transition:.6s cubic-bezier(.23,-.195,0,1.165)}.sp-menu-btn label{display:block;width:inherit;height:inherit;cursor:pointer}.sp-menu-btn svg{width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sp-menu-btn input[type=checkbox]{border:0;width:inherit;height:inherit;-webkit-appearance:none}.sp-menu-btn input[type=checkbox]::after{display:none}}.sp-menu-btn-bar{justify-self:center;align-self:center;display:inline-block;position:relative;width:20px;height:15px;background:0 0;border:0;appearance:none;cursor:pointer}.sp-menu-btn-bar span{display:inline-block;position:absolute;width:100%;height:1px;background:#fff;transition:.3s .2s}.sp-menu-btn-bar span:nth-of-type(1){top:0;left:0}.sp-menu-btn-bar span:nth-of-type(2){top:7px;left:0}.sp-menu-btn-bar span:nth-of-type(3){bottom:0;left:0}.sp-menu-block[aria-expanded=true] .sp-menu-btn{transform:rotate(90deg)}.sp-menu-block[aria-expanded=true] .sp-menu-btn-bar span:nth-of-type(1){transform:translateY(7px) rotate(-45deg)}.sp-menu-block[aria-expanded=true] .sp-menu-btn-bar span:nth-of-type(2){transform:translateY(0) rotate(45deg)}.sp-menu-block[aria-expanded=true] .sp-menu-btn-bar span:nth-of-type(3){opacity:0}.sp-menu-btn-text{align-self:start;font-size:1.2rem;line-height:1;color:#000;font-family:var(--en-font-family);font-weight:700;justify-self:center;text-box-trim:trim-both}.home .sp-menu-btn-text{color:#fff}.home .is-change .sp-menu-btn-text{color:#000}:has(.sp-menu-block[aria-expanded=true]) .other-nav{display:block;padding-inline:var(--sp_margin_px);margin-top:50px;padding-inline:40px}:has(.sp-menu-block[aria-expanded=true]) .other-nav li>a{display:inline-grid;grid-template-columns:auto 1fr;gap:0 10px;align-items:center;font-size:1.4rem;color:#fff;transition:color 200ms ease-in-out}:has(.sp-menu-block[aria-expanded=true]) .other-nav li>a:hover{color:var(--key-color)}:has(.sp-menu-block[aria-expanded=true]) .other-nav .pict-after-arrow{width:11px}.other-nav{display:none}.container-pagetop{position:fixed;z-index:991;bottom:70px;left:0;opacity:0;pointer-events:none;display:flex;justify-content:flex-end;width:100%;padding-inline:35px;height:68px;transition:opacity 300ms ease-in,top 300ms linear,bottom 300ms linear}@media screen and (max-width:480px){.container-pagetop{height:48px;padding-inline:var(--sp_margin_px)}}.container-pagetop.is-active{opacity:1}.container-pagetop.is-active .pagetop-btn{pointer-events:auto}.pagetop-btn{pointer-events:none;display:inline-flex;align-items:center;justify-content:center;flex-direction:column;row-gap:6px;width:60px;height:68px;filter:drop-shadow(0 0 5px rgba(0,0,0,.2));position:relative;z-index:0}.pagetop-btn::after{content:"";display:block;position:absolute;width:100%;height:100%;background-color:#fff;clip-path:polygon(50%0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);z-index:1;transition:background-color 200ms ease-out}.pagetop-btn:hover::after{background-color:var(--key-color)}@media screen and (max-width:480px){.pagetop-btn{row-gap:2px;width:40px;height:48px}}.pagetop-btn-img{display:inline-block;width:7px;height:14px;object-fit:contain;position:relative;z-index:2;transition:all 200ms ease-out}:hover>.pagetop-btn-img{fill:#fff}@media screen and (max-width:480px){.pagetop-btn-img{width:5px;height:10px}}.pagetop-btn-text{color:var(--black-color);font-family:var(--en-font-family);font-weight:var(--font-weight-semi-bold);font-size:1.2rem;line-height:1.2;text-align:center;position:relative;z-index:2;transition:color 200ms ease-out}@media screen and (max-width:480px){.pagetop-btn-text{font-size:.9rem}}:hover>.pagetop-btn-text{color:#fff}.footer-container{position:relative;background-color:var(--black-color);display:grid;justify-content:center;grid-template-columns:30px minmax(auto,1120px) 30px}@media screen and (max-width:834px){.footer-container{grid-template-columns:var(--sp_margin_px) 1fr var(--sp_margin_px)}}.footer{grid-column:2;display:flex;gap:70px 30px;padding-block:50px}@media screen and (max-width:980px){.footer{flex-direction:column-reverse}}.footer__left{flex:1 1 auto}.footer__right{flex:1 1 auto;display:flex;flex-direction:column;justify-content:space-between}.footer-logo img{width:326px;height:67px}@media screen and (max-width:480px){.footer-logo svg,.footer-logo img{max-width:320px;width:100%;height:auto;margin-bottom:10px}}@media screen and (max-width:980px){.footer-content{display:flex;flex-wrap:wrap;gap:20px}}@media screen and (max-width:834px){.footer-content{display:grid;gap:45px}.footer-content .footer-info{grid-row:2}.footer-content .mark-list{grid-row:1}}.mark-list{display:flex;flex-wrap:wrap;gap:8px;padding-top:65px}@media screen and (max-width:980px){.mark-list{padding-top:0}}@media screen and (max-width:480px){.mark-list{justify-content:center}}.address{color:#fff;font-size:1.4rem;margin-block:20px 15px}.footer-tel{color:#fff;padding-block-end:20px}.footer-tel a{display:inline-block;color:#fff;padding-right:1em}.footer-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:0 clamp(10px,4vw,60px)}@media screen and (max-width:834px){.footer-nav{grid-template-columns:1fr 1fr;gap:30px}}.footer-nav__item{max-width:180px;width:100%}@media screen and (max-width:834px){.footer-nav__item{max-width:inherit}}.footer-nav__item.--company{grid-column:1;grid-row:1}.footer-nav__item.--business{grid-column:1;grid-row:3;align-self:center}@media screen and (max-width:834px){.footer-nav__item.--business{grid-row:2;align-self:end;padding-block:0 10px}}.footer-nav__item.--product{grid-column:2;grid-row:1/4}@media screen and (max-width:834px){.footer-nav__item.--product{grid-column:2;grid-row:1/3}}.footer-nav__item.--recruit{grid-column:3;grid-row:1}@media screen and (max-width:834px){.footer-nav__item.--recruit{grid-column:1;grid-row:3/6}}.footer-nav__item.--news{grid-column:3;grid-row:2;align-self:center}@media screen and (max-width:834px){.footer-nav__item.--news{grid-column:2;grid-row:3;align-self:start}}.footer-nav__item.--contact{grid-column:3;grid-row:3;align-self:center}@media screen and (max-width:834px){.footer-nav__item.--contact{grid-column:2;grid-row:4;align-self:start}}.footer-nav__item__child{display:block;color:#fff;text-box-trim:trim-both;transition:all 200ms ease-in-out}@media screen and (max-width:480px){.footer-nav__item__child{font-size:1.8rem;font-weight:var(--font-weight-bold);line-height:1.2}}.footer-nav__item__child:hover{color:var(--key-color)}.footer-subnav{border-top:1px solid #fff;padding-top:18px;margin-top:15px}@media screen and (max-width:480px){.footer-subnav{padding-top:15px;margin-top:16px}}.footer-other-menu{display:flex;gap:10px 20px;justify-content:end;justify-self:end}@media screen and (max-width:480px){.footer-other-menu{flex-direction:column;gap:0}}.footer-other-menu a:hover{text-decoration:underline}.footer-subnav-item{display:flex;align-items:center;justify-content:space-between;grid-template-columns:1fr 20px;gap:0 5px;margin-bottom:5px}.footer-subnav-item__text{font-size:1.4rem;color:#fff;font-feature-settings:"palt";transition:all 200ms ease-in-out}.footer-subnav-item__icon{display:inline-block;width:20px;height:20px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxNCA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Im0xMy40ODM4OSAzLjUtNy4yNDkyNy0zLjM3NDAydjIuNjA5ODZoLTYuMjM0NjJ2MS41MjgzMmg2LjIzNDYydjIuNjA5ODZ6Ii8+PHBhdGggZD0ibTEzLjQ4Mzg5IDMuNS03LjI0OTI3LTMuMzc0MDJ2Mi42MDk4NmgtNi4yMzQ2MnYxLjUyODMyaDYuMjM0NjJ2Mi42MDk4NnoiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:8px 4px;background-position:center;border:1px solid #fff;border-radius:100%;transition:all 200ms ease-in-out}.footer-subnav-item:hover .footer-subnav-item__text{color:var(--key-color)}.footer-subnav-item:hover .footer-subnav-item__icon{background-color:var(--key-color);border-color:var(--key-color)}.footer-button{padding-inline-start:3px}.footer-button:has(.pict-insta){padding-inline-start:0}.pagination{display:flex;align-items:center;column-gap:clamp(10px,5vw,20px);justify-content:center}@media screen and (max-width:834px){.pagination{column-gap:15px}}.pagination__pages{display:flex;column-gap:inherit;list-style-type:none}.pagination li>a{display:inline-flex;justify-content:center;align-items:center;font-size:1.8rem;color:var(--black-color);font-weight:var(--font-weight-normal);width:50px;height:50px;padding-top:2px;text-decoration:none;line-height:1;border-radius:100%;transition:all 200ms ease-in-out}.pagination li>a:hover{color:var(--key-color);background-color:#e6f4fa}.pagination li.current a{color:var(--key-color);background-color:#e6f4fa}@container news (width <=510px){.pagination li>a{width:25px;height:25px;font-size:1.6rem}.pagination__pages{column-gap:15px}}.pagination__prev,.pagination__next{display:inline-flex;align-items:center}.pagination__prev.is-disabled,.pagination__next.is-disabled{visibility:hidden}.pagination__prev .prev,.pagination__prev .next,.pagination__next .prev,.pagination__next .next{display:inline-flex;align-items:center;align-self:center;height:inherit;transition:background-color 200ms ease-in-out}.pagination__prev .prev:hover,.pagination__prev .next:hover,.pagination__next .prev:hover,.pagination__next .next:hover{color:var(--key-color, var(--base-color))}.pagination__prev .prev,.pagination__next .prev{justify-content:flex-start}.pagination__prev .prev:hover .arrow-circle,.pagination__next .prev:hover .arrow-circle{transform:scale(-1) translateX(5px)}.pagination__prev .next,.pagination__next .next{justify-content:flex-end}.pagination__prev .next:hover .arrow-circle,.pagination__next .next:hover .arrow-circle{transform:translateX(5px)}@container news (width <=510px){.pagination__prev,.pagination__next{height:25px}.pagination__prev .prev,.pagination__prev .next,.pagination__next .prev,.pagination__next .next{min-width:25px;height:25px;border:0}}.after-arrow,.prev-arrow{position:relative;display:inline-block;width:20px;height:32px}.after-arrow::after,.prev-arrow::after{content:"";display:inline-block;position:absolute;width:10px;height:10px;border-top:1px solid #000;border-right:1px solid #000;top:50%;left:50%;transform:translate(-50%,-50%) translateX(-2px) rotate(42deg) skew(-9deg)}@container news (width <=510px){.after-arrow,.prev-arrow{height:25px}}.prev-arrow::after{transform:translate(-50%,-50%) translateX(2px) rotate(42deg) skew(-9deg) scale(-1,-1)}a:hover>.after-arrow::after,a:hover>.prev-arrow::after{border-top:1px solid var(--key-color);border-right:1px solid var(--key-color)}.after-arrow.--white::after{border-top:1px solid #fff;border-right:1px solid #fff}.pagination .pagination__prev:not(:has(a)) .prev-arrow::after{border-top:1px solid #c8c8c8;border-right:1px solid #c8c8c8}.pagination .pagination__next:not(:has(a)) .after-arrow::after{border-top:1px solid #c8c8c8;border-right:1px solid #c8c8c8}.page-nav{width:fit-content;padding-block-start:80px;display:grid;gap:0 75px;grid-template-columns:1fr auto 1fr;grid-template-areas:"prev pageback next";margin:0 auto}@media screen and (max-width:480px){.page-nav{gap:0 17px;justify-content:center;grid-template-columns:40px 150px 40px;padding-block-start:30px}}.page-nav .page-nav__left,.page-nav .page-nav__right,.page-nav .page-nav__back{display:inline-flex;justify-content:center;align-items:center;gap:1px;font-size:1.6rem;line-height:1;transition:all 200ms ease-out}.page-nav .page-nav__left:hover,.page-nav .page-nav__right:hover,.page-nav .page-nav__back:hover{color:var(--color, var(--base-color))}.page-nav .page-nav__left{grid-area:prev}.page-nav .page-nav__left .text{margin-right:auto}@media screen and (max-width:480px){.page-nav .page-nav__left .text{display:none}}.page-nav .page-nav__right{grid-area:next}.page-nav .page-nav__right .text{margin-left:auto}@media screen and (max-width:480px){.page-nav .page-nav__right .text{display:none}}.page-nav .page-nav__back{grid-area:pageback}.page-nav .text{display:inline-block;transition:all 200ms ease-out}.page-nav .prev,.page-nav .next{display:inline-flex;width:30px;height:30px;border-radius:100%;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMSAxNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMS42MzIgMTYuNzcxLTEuMzQ3LTEuNDc5IDcuNDU5LTYuNzkyLTcuNDU5LTYuNzkyIDEuMzQ3LTEuNDc5IDkuMDgzIDguMjcxeiIgZmlsbD0iIzVkMjc2MSIvPjwvc3ZnPg==);background-repeat:no-repeat;background-position:center 7px;transition:all 200ms ease-out;background-size:10px auto}.page-nav .prev{margin-left:auto;transform:scale(-1,1)}.page-nav .next{margin-right:auto}}@layer breadcrumb{.bread-crumb{margin-block:0 75px}.bread-crumb>ol{display:flex;flex-flow:row wrap;margin:0;list-style:none;row-gap:5px}.bread-crumb .is-current span{color:var(--gray-color)}.bread-crumb a,.bread-crumb span{display:inline-flex;align-items:center;font-size:1.4rem;padding-right:10px;color:var(--black-color);font-weight:var(--font-weight-normal)}.bread-crumb li{display:inline-flex;align-items:center}.bread-crumb li:after{content:"";display:block;width:6px;height:1px;margin-right:10px;background-color:var(--gray-color)}.bread-crumb a{text-decoration:none}.bread-crumb a:hover{text-decoration:underline;color:var(--base-color)}.bread-crumb li:last-child:after{display:none}@media screen and (max-width:834px){.bread-crumb a,.bread-crumb span,.bread-crumb a:after,.bread-crumb span:after{font-size:1.2rem;line-height:1}}}}@layer third-party{@font-face{font-family:"swiper-icons";src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-slide{height:auto}.autoplay-progress{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;color:var(--swiper-theme-color)}.autoplay-progress>span{font-size:1rem}.draw-circle,.back-circle{position:absolute;left:0;top:0;z-index:10;width:100%;height:100%;stroke-width:2px;fill:none;stroke-dashoffset:0;stroke-dasharray:62.8;transform:rotate(-90deg)}.back-circle{z-index:9;stroke:var(--gray-light-color)}.autoplay-progress.swiper-pagination-bullet-active .draw-circle{stroke:var(--base-color);stroke-dashoffset:calc(62.8px*(1 - var(--progress)))}.swiper-pagination-bullet{position:relative}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.common-slider .swiper-button-prev,.common-slider .swiper-button-next{width:30px;height:30px;background-image:url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMSAxNyIgdmlld0JveD0iMCAwIDExIDE3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0uMyA4LjUgOS4xLTguMyAxLjMgMS41LTcuNCA2LjggNy40IDYuOC0xLjMgMS41eiIgZmlsbD0iIzFhMWExYSIvPjwvc3ZnPg==);background-size:contain;background-repeat:no-repeat;background-position:center}.common-slider .swiper-button-prev::after,.common-slider .swiper-button-next::after{display:none}.common-slider .swiper-button-next{transform:scale(-1,1)}}@layer components{.btn{display:inline-flex;align-items:center;transition:all 200ms ease-in-out;padding:.6em 1em .5em 1em;line-height:1}.news-detail-link{display:grid;justify-content:center;align-items:center;grid-template-columns:auto auto;gap:0 10px;font-size:1.4rem;color:var(--color, var(--black-color))}.news-detail-link .pict{transition:transform 200ms ease-out}.news-detail-link:hover .pict{transform:translateX(3px)}.btn-more{cursor:pointer;display:inline-grid;gap:0 15px;grid-template-columns:auto 1fr auto;align-items:center;min-width:var(--min-width, 0);min-height:75px;padding:.7em 20px;color:#fff;position:relative;background-color:var(--black-color);text-decoration:none;transition:all 200ms ease-in-out;font-weight:var(--font-weight-normal)}@media screen and (max-width:834px){.btn-more{--min-width:inherit}}@media screen and (max-width:480px){.btn-more{gap:0 5px;width:100%;max-width:335px}}.btn-more__front{grid-column:1;grid-row:1;justify-self:end}.btn-more__text{grid-column:2;grid-row:1;justify-self:start;letter-spacing:.05em;font-size:var(--font-variable, 1.8rem);font-weight:var(--font-weight-bold);line-height:1.4;text-box-trim:trim-both}.btn-more__back{grid-column:3;grid-row:1;justify-self:end}.btn-more:hover{background-color:var(--key-color)}.btn-more:not(:has(.btn-more__front.pict)) .btn-more__front:empty{width:0}.btn-more__back.menu-link__icon{--color:#fff;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxNCA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0xMy40ODM4OSAzLjUtNy4yNDkyNy0zLjM3NDAydjIuNjA5ODZoLTYuMjM0NjJ2MS41MjgzMmg2LjIzNDYydjIuNjA5ODZ6Ii8+PHBhdGggZD0ibTEzLjQ4Mzg5IDMuNS03LjI0OTI3LTMuMzc0MDJ2Mi42MDk4NmgtNi4yMzQ2MnYxLjUyODMyaDYuMjM0NjJ2Mi42MDk4NnoiLz48L3N2Zz4=);background-size:14px 7px}.btn-more:hover .btn-more__back.menu-link__icon{--color:var(--black-color);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxNCA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Im0xMy40ODM4OSAzLjUtNy4yNDkyNy0zLjM3NDAydjIuNjA5ODZoLTYuMjM0NjJ2MS41MjgzMmg2LjIzNDYydjIuNjA5ODZ6Ii8+PHBhdGggZD0ibTEzLjQ4Mzg5IDMuNS03LjI0OTI3LTMuMzc0MDJ2Mi42MDk4NmgtNi4yMzQ2MnYxLjUyODMyaDYuMjM0NjJ2Mi42MDk4NnoiLz48L2c+PC9zdmc+)}.btn-more.--large{width:100%;max-width:385px}@media screen and (max-width:834px){.btn-more.--large{padding-inline:1em}}@media screen and (max-width:480px){.btn-more.--large{width:100%;max-width:335px}}.btn-solid{cursor:pointer;display:inline-grid;grid-template-columns:1fr auto;align-items:center;padding:.8em 1.5em .65em 1.5em;font-weight:var(--font-weight-bold);font-size:var(--font-variable, 1.8rem);color:#fff;background-color:var(--base-color);transition:all 200ms cubic-bezier(.23,1,.32,1)}.btn-solid.--back{background-color:var(--gray-color)}.btn-solid:hover{color:#fff;background-color:var(--key-color)}.btn-text{display:inline-flex;gap:9px;align-items:center;text-box-trim:trim-both;color:#fff}.menu-link-list{display:flex;flex-wrap:wrap;gap:30px 48px}@media screen and (max-width:834px){.menu-link-list{gap:25px 20px}}@media screen and (max-width:480px){.menu-link-list{display:grid;grid-template-columns:1fr 1fr}}.menu-link{--color:var(--black-color);display:inline-grid;align-items:center;grid-template-columns:1fr 38px;gap:0 5px;width:178px;padding-bottom:8px;border-bottom:2px solid var(--color);text-decoration:none;transition:all 200ms ease-in-out}@media screen and (max-width:480px){.menu-link{width:100%;grid-template-columns:1fr 28px}}.menu-link__text{font-size:1.8rem;font-weight:var(--font-weight-bold);line-height:1.4;color:var(--color);transition:all 200ms ease-in-out}@media screen and (max-width:480px){.menu-link__text{font-size:1.6rem}}.menu-link__icon{display:inline-block;width:38px;height:38px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxNCA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Im0xMy40ODM4OSAzLjUtNy4yNDkyNy0zLjM3NDAydjIuNjA5ODZoLTYuMjM0NjJ2MS41MjgzMmg2LjIzNDYydjIuNjA5ODZ6Ii8+PHBhdGggZD0ibTEzLjQ4Mzg5IDMuNS03LjI0OTI3LTMuMzc0MDJ2Mi42MDk4NmgtNi4yMzQ2MnYxLjUyODMyaDYuMjM0NjJ2Mi42MDk4NnoiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:14px 7px;background-position:center;background-color:var(--color);border-radius:100%;transition:all 200ms ease-in-out}@media screen and (max-width:480px){.menu-link__icon{width:28px;height:28px;background-size:12px auto}}.menu-link:hover{--color:var(--key-color)}.link-arrow{display:inline-flex;align-items:center;column-gap:8px}.link-arrow__text{font-size:var(--font-variable, 1.4rem);color:var(--color, var(--black-color));transition:all 150ms ease-in-out}.link-arrow__icon{border:1px solid var(--icon-color, var(--black-color));transition:all 150ms ease-in-out}.link-arrow__icon::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxNCA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0xMy40ODM4OSAzLjUtNy4yNDkyNy0zLjM3NDAydjIuNjA5ODZoLTYuMjM0NjJ2MS41MjgzMmg2LjIzNDYydjIuNjA5ODZ6Ii8+PHBhdGggZD0ibTEzLjQ4Mzg5IDMuNS03LjI0OTI3LTMuMzc0MDJ2Mi42MDk4NmgtNi4yMzQ2MnYxLjUyODMyaDYuMjM0NjJ2Mi42MDk4NnoiLz48L3N2Zz4=);background-size:8px 4px;transition:background-image 150ms ease-in-out}.link-arrow:hover{text-decoration:none}.link-arrow:hover .link-arrow__text{--color:var(--key-color)}.link-arrow:hover .link-arrow__icon{--icon-color:var(--key-color)}.link-arrow:hover .link-arrow__icon::after{background-color:var(--key-color);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxNCA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Im0xMy40ODM4OSAzLjUtNy4yNDkyNy0zLjM3NDAydjIuNjA5ODZoLTYuMjM0NjJ2MS41MjgzMmg2LjIzNDYydjIuNjA5ODZ6Ii8+PHBhdGggZD0ibTEzLjQ4Mzg5IDMuNS03LjI0OTI3LTMuMzc0MDJ2Mi42MDk4NmgtNi4yMzQ2MnYxLjUyODMyaDYuMjM0NjJ2Mi42MDk4NnoiLz48L2c+PC9zdmc+)}.link-arrow__icon.--white{border:1px solid #fff}.link-arrow__icon.--white::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxNCA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Im0xMy40ODM4OSAzLjUtNy4yNDkyNy0zLjM3NDAydjIuNjA5ODZoLTYuMjM0NjJ2MS41MjgzMmg2LjIzNDYydjIuNjA5ODZ6Ii8+PHBhdGggZD0ibTEzLjQ4Mzg5IDMuNS03LjI0OTI3LTMuMzc0MDJ2Mi42MDk4NmgtNi4yMzQ2MnYxLjUyODMyaDYuMjM0NjJ2Mi42MDk4NnoiLz48L2c+PC9zdmc+)}.voice-block-content__child:hover .link-arrow__text{--color:#fff}.voice-block-content__child:hover .link-arrow__icon,.voice-block-content__child:hover .link-arrow__icon::after{background-color:transparent}.voice-block-content__child:hover .link-arrow__icon.--white{border:1px solid #fff}.voice-block-content__child:hover .link-arrow__icon.--white::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxNCA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Im0xMy40ODM4OSAzLjUtNy4yNDkyNy0zLjM3NDAydjIuNjA5ODZoLTYuMjM0NjJ2MS41MjgzMmg2LjIzNDYydjIuNjA5ODZ6Ii8+PHBhdGggZD0ibTEzLjQ4Mzg5IDMuNS03LjI0OTI3LTMuMzc0MDJ2Mi42MDk4NmgtNi4yMzQ2MnYxLjUyODMyaDYuMjM0NjJ2Mi42MDk4NnoiLz48L2c+PC9zdmc+)}.list-style-none{list-style-type:none}.dl-list{display:grid;justify-content:start;grid-template-columns:auto 1fr;column-gap:var(--gap, 1em);row-gap:.3em;line-height:var(--line-height-variable, 1.8);margin-block-end:.3em}.dl-list[style]{grid-column-gap:0;column-gap:0}.dl-list dt{text-align:justify;text-align-last:justify;white-space:nowrap}.dl-list dt::after{content:var(--dt-content, "")}.dl-list dd{justify-self:start}.list-dot{font-size:var(--font-variable, var(--base-font-size));line-height:var(--line-height-variable, 1.8)}.list-dot li{padding-inline-start:1em}.list-dot li:not(:last-child){margin-bottom:.3em}.list-dot li:before{text-indent:-1em}.list-dot{text-indent:-1em}.list-dot>li::before{display:inline-flex;align-items:center;content:"";width:.4em;height:.4em;border-radius:100%;margin-inline:.3em;transform:translateY(-.35em);background-color:var(--color, var(--key-color))}.--list-inline>li{display:inline-block;margin-inline-end:1em}.list-dot.--row{display:flex;flex-wrap:wrap;column-gap:15px}.list-no{list-style:none;list-style-position:inside;counter-reset:number;font-size:var(--font-variable, var(--base-font-size));line-height:var(--line-height-variable, 1.8)}.list-no li{padding-inline-start:1em}.list-no li:not(:last-child){margin-bottom:.3em}.list-no li:before{text-indent:-1em}.list-no>li{margin-left:.7em;text-indent:-1.6em}.list-no>li::before{counter-increment:number;content:counter(number);display:inline-grid;align-items:center;justify-content:center;width:1.7rem;height:1.7rem;text-align:center;background-color:var(--color, var(--base-color));font-family:Arial,sans-serif;font-size:var(--font-variable, 1.6rem);line-height:1.15;color:#fff;text-indent:0;margin-right:.5em}a[href*=".pdf"]::after{flex:0 0 auto;content:"";display:inline-block;width:20px;height:25px;margin-left:10px;background-image:url(/assets/images/pict/pict-pdf.svg);background-size:contain;background-repeat:no-repeat;transition:transform 200ms ease-out}a[href*=".pdf"]:hover::after{background-image:url(/assets/images/pict/pict-pdf_r.svg)}li:has(a[href*=".pdf"]) a::after{transform:translateY(5px)}.table-fixed{table-layout:fixed}:where(table){--border-color:#e5e5e5;margin:0 0 20px 0;border-collapse:collapse}:where(table) caption{text-align:left;margin-bottom:5px}:where(table) th,:where(table) td{padding:.65em .9em .5em .9em}:where(.set-scroll){overflow-x:auto;overflow-y:hidden;max-width:var(--innerWidth, 1200px)}:where(.common-table) th,:where(.common-table) td{line-height:1.6}:where(.common-table) tr:first-child th{color:#fff;background-color:var(--black-color);padding-inline:1.5em;white-space:nowrap;font-feature-settings:"palt"}:where(.common-table) tr:not(:first-child) th{font-weight:var(--font-weight-bold);padding-block:1em;border-bottom:1px dotted #000}:where(.common-table) td{padding-block:1em;border-bottom:1px dotted #000}.th-light{color:var(--black-color);background-color:var(--key-light-color);font-weight:var(--font-weight-bold)}.outline{text-align:left}@media screen and (max-width:480px){.outline{display:block}}.outline tr{position:relative}@media screen and (max-width:480px){.outline tr{display:grid}.outline tr th,.outline tr td{display:block}}.outline tr:first-child th,.outline tr:first-child td{border-top:none;padding-top:0}.outline th{width:160px;padding:18px 1em 17px 0;margin-block:15px;vertical-align:top;border-top:1px dotted #cbcbcb}@media screen and (max-width:480px){.outline th{width:auto;padding:20px 0 12px 0;margin:0;border-top:1px dotted #cbcbcb}}.outline td{margin-block:15px;padding:15px 0 15px 0;border-top:1px dotted #cbcbcb}.outline td span{display:block;padding-block:2px;padding-left:30px;border-left:1px dotted var(--key-color)}@media screen and (max-width:480px){.outline td{margin-block:0;padding-top:0;border-top:none}.outline td span{padding-left:20px}}.outline .outline-head{display:inline-flex;align-items:center;width:230px}@media screen and (max-width:480px){.outline .outline-head{align-items:start;flex-direction:column;row-gap:6px}}.outline .outline-head .year{font-size:2.4rem;font-family:var(--en-font-family);font-weight:var(--font-weight-medium);color:var(--key-color);line-height:1}.outline .outline-head .month{flex-grow:1;text-align:right}.outline th:has(.outline-head .empty){border-top:none}.outline th:has(.outline-head .empty)+td{border-top:none}@media screen and (max-width:480px){.outline th:has(.outline-head .empty){display:inline-grid;padding-top:0}.outline th:has(.outline-head .empty) .outline-head{gap:0}.outline th:has(.outline-head .empty) .month{display:inline-flex}}.tag-list{display:flex;flex-wrap:wrap;gap:5px;margin:0;list-style:none}.tag{align-self:start;min-width:100px;max-width:inherit;display:inline-flex;justify-content:center;font-size:1.4rem;line-height:1;color:var(--color, #fff);background-color:var(--color, var(--black-color));letter-spacing:.1em;padding:.3em .5em .2em;white-space:nowrap;text-align:center;transition:all 150ms ease-in}.tag>a{color:#fff;text-decoration:none}.safari .tag{padding:.4em .5em .2em}.safari.ios.mobile .tag{padding:.4em .5em .3em}.tile-item .tag{padding:.15em .5em;letter-spacing:0}.safari .tile-item .tag{padding:.3em .5em .1em}.tag.--white{--color:var(--black-color);background-color:#fff;border:1px solid var(--black-color)}.tag.--left-top{position:absolute;top:0;left:0}.en .product-item .tag{font-size:1.3rem}.row-block{container-type:inline-size;container-name:rowblock;display:flex;flex-wrap:nowrap;gap:var(--row-gap, 0) var(--column-gap, 40px)}@media screen and (max-width:834px){.row-block{flex-wrap:wrap}}.row-block.--row-reverse{flex-direction:row-reverse}@media screen and (max-width:834px){.row-block.--row-reverse{flex-direction:row}}@media screen and (max-width:834px){.schedule-content .row-block{flex-direction:column;gap:25px}}.schedule-content .row-block>*{flex-basis:50%;margin-inline:0}@media screen and (max-width:834px){.schedule-content .row-block>*{flex-basis:auto}}@keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg)}to{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-moz-keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg)}to{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-webkit-keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg)}to{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-o-keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg)}to{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg)}to{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-moz-keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg)}to{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-webkit-keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg)}to{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-o-keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg)}to{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@keyframes loading-text-opacity{0%{opacity:0}20%{opacity:0}50%{opacity:1}to{opacity:0}}@-moz-keyframes loading-text-opacity{0%{opacity:0}20%{opacity:0}50%{opacity:1}to{opacity:0}}@-webkit-keyframes loading-text-opacity{0%{opacity:0}20%{opacity:0}50%{opacity:1}to{opacity:0}}@-o-keyframes loading-text-opacity{0%{opacity:0}20%{opacity:0}50%{opacity:1}to{opacity:0}}#loading{z-index:9999;position:fixed;top:0;left:0;width:100%;height:100svh;transition:opacity ease-in 400ms}.loading-container{width:100%;max-width:100svw;height:100svh;background-color:var(--base-color);display:grid}.is-complete{opacity:0;visibility:hidden;pointer-events:none}#loading:not(.is-hidden) .loading{grid-area:1/-1;align-self:center;justify-self:center;height:100px;position:relative;width:100px;border-radius:100%;border:2px solid transparent;border-color:transparent var(--key-color) transparent var(--key-color);animation:rotate-loading 1.5s linear 0s infinite normal;transform-origin:50% 50%}.loading-container:hover .loading{border-color:transparent #e45635 transparent #e45635}.loading-container:hover .loading,.loading-container .loading{transition:all .5s ease-in-out}.loading-text{grid-area:1/-1;justify-self:center;align-self:center;animation:loading-text-opacity 2s linear 0s infinite normal;color:var(--key-color);font-size:1.2rem;font-weight:var(--font-weight-bold);margin-top:145px;text-align:center;text-transform:uppercase}.separater{display:flex;align-items:center;gap:2em}.separater:before{content:"";align-self:stretch;border:.5px solid var(--color, var(--base-color));transform:scaleY(.9)}.separater__item{flex:1;min-width:0;overflow-wrap:break-word}.separater__item--start{order:-1;flex:0 0 auto}figcaption{font-size:var(--font-variable, 1.4rem);margin-top:var(--margin-top, 8px);line-height:1.4}.caption{--font-variable:1.4rem;line-height:1.4;margin-block-start:6px}.fit{inline-size:fit-content;max-inline-size:100%;margin-inline:auto}.fit figcaption{inline-size:0;min-inline-size:fit-content;min-inline-size:-webkit-fill-available;margin-inline-end:auto;margin-block-start:var(--margin-top, 6px);line-height:var(--l-height, 1.4)}.details-toggle summary::-webkit-details-marker{display:none}.details-toggle summary{display:block;cursor:pointer}.details-toggle summary:hover{cursor:pointer;color:var(--base-color)}.summary-inner{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.accordion{overflow:hidden;display:grid;grid-template-rows:0fr;animation-duration:.5s}.accordion__child{min-height:0}.is-opened.details-toggle .accordion{grid-template-rows:1fr}.details-toggle[data-anim-status=running] .accordion{animation-name:grid-expand;animation-timing-function:ease-in-out}.details-toggle[data-anim-status=closing] .accordion{animation-name:grid-close;animation-timing-function:ease-in-out}@keyframes grid-expand{0%{grid-template-rows:0fr}to{grid-template-rows:1fr}}@keyframes grid-close{0%{grid-template-rows:1fr}to{grid-template-rows:0fr}}.details-toggle.is-opened .toggle-btn::after{transform:scaleY(-1)!important}.tile-list{display:grid;justify-content:center;grid-template-columns:repeat(auto-fill,minmax(238px,1fr));gap:80px clamp(30px,7.2vw,85px)}@media screen and (max-width:834px){.tile-list{grid-template-columns:repeat(2,1fr)}}@container news (width <=510px){.tile-list{grid-template-columns:repeat(2,1fr)}}.tile-item{position:relative;display:grid;row-gap:17px;overflow:hidden}.news-header{display:grid;row-gap:8px}.news-tile-img{overflow:hidden}.news-tile-img img{width:100%;height:auto;object-fit:cover;transform:scale(1);transition:transform 400ms ease-out}.news-tile-text{font-size:1.6rem;font-weight:var(--font-weight-bold);line-height:1.5;margin-bottom:0}.empty-img{background-color:#dfe3ed}.tile-list.--news .date{line-height:1}.tile-list.--news .tile-item{grid-template-rows:auto 44px minmax(50px,1fr) auto}.tile-list.--news .tile-item:hover .news-tile-img img{transform:scale(1.05)}.tile-list.--news .link-arrow{justify-self:end}.tel{font-size:4rem;font-family:var(--en-font-family);font-weight:var(--font-weight-medium);line-height:1;text-decoration:none}@media screen and (max-width:480px){.tel{font-size:3.2rem}}.inquiry-block__child .btn-more{justify-self:center}@media screen and (max-width:1400px){.inquiry-block__child .tel{font-size:3.2cqw}}@media screen and (max-width:834px){.inquiry-block__child .tel{font-size:4rem}}@media screen and (max-width:480px){.inquiry-block__child .tel{font-size:9cqw}}.tel-link{pointer-events:none}@media screen and (max-width:480px){.tel-link{pointer-events:auto}}.inquiry-block .tel-link{color:#fff}.tel-text{color:var(--base-color);line-height:1.1;font-family:var(--en-font-family);font-weight:var(--font-weight-bold)}input,select,textarea{line-height:1.5}input,textarea{-webkit-appearance:none;-webkit-tap-highlight-color:transparent}input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset}input{line-height:1.6;appearance:none;border-radius:4px;border:1px solid #aaa}input[type=checkbox]{border-radius:2px}.form input[type=checkbox],.form input[type=radio]{width:20px;height:20px;display:inline-block;vertical-align:top;position:relative;margin:0;cursor:pointer;border:1px solid var(--base-color);transition:background .3s,border-color .3s}.form input[type=checkbox]:after,.form input[type=radio]:after{content:"";display:block;left:0;top:0;position:absolute;width:20px;height:20px}.form input[type=checkbox]:checked,.form input[type=radio]:checked{position:relative;z-index:0}.form input[type=radio]{border-radius:100%}.form input[type=radio]:after{width:10px;height:10px;border-radius:50%;background:#fff;opacity:0;left:50%;top:50%;transform:translate(-50%,-50%)}.form input[type=radio]:checked{background-color:var(--base-color)}.form input[type=radio]:checked:after{opacity:1}.form input[type=checkbox]:checked{background-color:var(--base-color);background-image:url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMSAyMSIgdmlld0JveD0iMCAwIDIxIDIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im00IDEyIDUgNCA3LTEwIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:center;background-size:contain}button{background-color:transparent;border:0;cursor:pointer;appearance:none}select{text-indent:.01px;text-overflow:"";background:0 0;vertical-align:middle;color:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;cursor:pointer}select::-ms-expand{display:none}textarea{resize:vertical}textarea:not([rows]){height:10em;min-height:8em;max-height:24em}textarea::placeholder,input::placeholder{color:#b5b5b6}.form{max-width:660px;margin-top:20px;justify-self:center}.form__inner{padding-left:5vw;padding-right:5vw}.input{width:100%;align-items:center;border:1px solid #dbdbdb;border-radius:4px;box-shadow:none;display:inline-flex;justify-content:flex-start;padding-bottom:calc(.5em - 1px);padding-left:calc(.75em - 1px);padding-right:calc(.75em - 1px);padding-top:calc(.5em - 1px);position:relative;vertical-align:top}.input:focus{border:1px solid var(--base-color)}.input[name=zip]{width:50%;min-width:9em}.select-input{position:relative;width:fit-content}.select-input select{width:100%;padding-bottom:calc(.5em - 1px);padding-left:calc(.75em - 1px);padding-top:calc(.5em - 1px);border:1px solid #dbdbdb;border-radius:4px;position:relative;padding-right:2em;background-color:#fff}.select-input select:focus{border:1px solid var(--base-color)}.select-input::after{content:"";display:block;width:.7em;height:.7em;position:absolute;top:50%;transform:translateY(calc(-50% - 2px)) rotate(-45deg);transform-origin:center;border:2px solid var(--base-color);border-radius:2px;border-right:0;border-top:0;right:.8em;z-index:1;pointer-events:none}.form-title{padding-bottom:.5em}.form-title:not(:first-child){margin-top:3em}@media screen and (max-width:480px){.form-title:not(:first-child){margin-top:1.5em}}.form-item{margin-bottom:1em}.form-item-child{display:flex;align-items:center}.form-item-child :not(:first-child){margin-left:.5em}.form-item-list{display:flex;flex-wrap:wrap;gap:.8em 10px}.form-item-list>*{display:inline-flex;align-items:center;line-height:1.1}.form-item-list .form-label{cursor:pointer;padding-top:.2em}.form-item-list .form-label span{display:inline-block;padding-left:5px}.form-item-row{margin-top:10px}.form-item-row>*{margin-bottom:10px}.form-item-row .form-label{margin-left:5px;cursor:pointer}.number-user{width:5em;text-align:center}.required{display:inline-flex;align-items:center;padding:3px 4px 2px 4px;color:#fff;line-height:1;border-radius:2px;transform:translateY(-1px);margin-left:5px;background-color:#b8272d;font-size:1.4rem}.any{display:inline-flex;align-items:center;padding:3px 4px 2px 4px;color:#fff;line-height:1;border-radius:2px;transform:translateY(-1px);margin-left:5px;background-color:var(--gray-color);font-size:1.4rem}.form-flex-btn{display:flex;justify-content:center;gap:15px;align-items:center}@media screen and (max-width:480px){.form-flex-btn{flex-direction:column-reverse}}input.error,select.error,textarea.error{border-color:rgba(255,17,68,.4)}.alert{background-color:#ffe9e9;padding:1.54em}.errorMessage{color:#b8272d}.is-error{color:#b8272d}.form-title:has(.is-error)+.form-item input,.form-title:has(.is-error)+.form-item textarea{border-color:#b8272d}.form-confirm .form-item{background-color:#f7fbfc;padding:.6em 1em .45em}.form-btn{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin:50px 5vw}.form-btn .btn:hover{color:#fff;background-color:var(--base-color)}.form-btn .btn-solid{border:0;padding-right:1.1em}.form-search{display:none;margin-right:auto}.form-search>form{display:grid;grid-template-columns:1fr auto}.form-search .form-group .control-label{display:none}.form-search .form-group .form-control{width:100%;min-width:200px;height:50px;border:2px solid var(--base-color);border-right:none;padding:6px .8em 4px;border-radius:0}.form-search .btn-success{min-width:inherit;width:110px;height:50px}.btn-success{font-weight:var(--font-weight-bold);color:#fff;background-color:var(--base-color);border:0;letter-spacing:.2em;justify-content:center;justify-self:center;border-radius:0}.btn-success:hover{background-color:var(--key-color)}.form-invalid{border-image-source:linear-gradient(#ffe9e9,#ffe9e9);border-image-slice:0 fill;border-image-outset:5px 10px 5px 10px;border-image-width:auto auto auto auto}.error-message{color:#b8272d;padding-top:.5em}.first-view-content{display:grid;grid-template-columns:1fr minmax(auto,860px) 1fr;grid-template-rows:auto 70px 110px}@media screen and (max-width:1024px) and (orientation:portrait),(max-width:834px){.first-view-content{display:block}}.first-view__top{grid-column:1/-1;grid-row:1/3;background-color:var(--black-color);overflow:hidden;position:relative}.first-view__bottom{grid-column:2/4;grid-row:2/4;z-index:1;display:grid;grid-template-columns:1fr;grid-template-rows:auto}}@layer project{:where(.pict){display:inline-block;width:20px;height:20px;background-size:contain;background-repeat:no-repeat;transition:background-image 200ms ease-in-out;background-position:center}.pict-tel-white{width:28px;height:30px;background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTIwLjAzMzc4IDI5Ljc2NDAyYy0uMTA1OTYgMC0uMjEyNC0uMDAxNDYtLjMyMDMxLS4wMDM0Mi0zLjE0MTExLS4wNjI5OS03Ljc0NDYzLTMuMDM1MTYtMTIuMDEzNjctNy43NTY4NC00Ljg1MjU0LTUuMzY4NjQtNy45MDQzLTEyLjMxMDU0LTcuMzkxNjEtMTQuOTMwNjYuNjI1OTgtMy4xOTU4IDQuMDU4MTEtNi43NzM5MiA2LjU1NzYyLTYuODM1OTMgMS4wOTcxNy0uMDM1NjQgMi41MDM5MS43MzE0NSAzLjY4NDA4IDIuMDMxMjUuOTI4MjIgMS4wMjE5NyAxLjg2Mzc3IDIuNTc1MiAxLjcwNzAzIDMuODY4MTYtLjIxNzc3IDEuNzkxNS0yLjQzMDY2IDMuMzAyMjUtMy4zNjQyNiAzLjg2NTIzLjM2OTYzLjkxNTUzIDEuNTQxOTkgMy40MzYwNCA0LjMwNTY2IDYuNTkxMzEgMi44NjgxNiAzLjI3NDkgNC40MzExNSA0LjY1ODY5IDUuODMxMDUgNS4xNDExMS4zMzc0LS4xNzc3My42MTA4NC0uNDc5OTguOTIxMzktLjgyMzI0LjYzNDc3LS43MDE2NiAxLjQyNTI5LTEuNTgwNTcgMy4wNzIyNy0xLjQ3NjU2IDEuMjQzNjUuMDc0MjIgMi44MDQyIDEuMTYyMTEgMy43OTQ5MiAyLjY0NTUxLjg3ODQyIDEuMzE1NDMgMS4xNDYgMi42NjM1Ny43NTM0MiAzLjc5NTktLjg0ODYzIDIuNDQ2NzgtMy42NTQ3OSAzLjg4ODE4LTcuNTM3NiAzLjg4ODE4em0tMTguNzQ0MTQtMjIuNDk4NTNjLS40NDg3MyAyLjI5MTUgMi42NDE2IDkuMDc3MTUgNy4xNTIzNCAxNC4wNjczOCA0LjAyNzgzIDQuNDU1NTcgOC40NjA0NSA3LjM3MTA5IDExLjI5MTUgNy40Mjc3MyAzLjU5NDI0LjA3NzY0IDYuMTcwNDEtMS4xMjg0MiA2Ljg5MjU4LTMuMjEyNC4yODM2OS0uODE3MzguMDUwMjktMS44NzkzOS0uNjM5NjUtMi45MTMwOS0uODE0OTQtMS4yMjAyMS0yLjA4NjQzLTIuMTQ2NDgtMy4wMjI5NS0yLjIwMjY0LTEuMTY3OTctLjA2OTM0LTEuNjc5Mi40OTU2MS0yLjI3MSAxLjE0OTktLjQwMzMyLjQ0NTMxLS44MjAzMS45MDYyNS0xLjQ0OTcxIDEuMTUyMzQtLjEwMzAzLjA0MDUzLS4yMTYzMS4wNDU0MS0uMzIzNzMuMDEzNjctMS42NTEzNy0uNDg2ODItMy4zNDUyMS0xLjkyNDgtNi40NzI2Ni01LjQ5NjA5LTMuNjMxMzUtNC4xNDYtNC42MDc0Mi03LjE5Njc4LTQuNjQ3NDYtNy4zMjQ3MS0uMDcwOC0uMjI4MDMuMDI5NzktLjQ3NDYxLjIzOTc1LS41ODgzOC44Mzk4NC0uNDU0MSAzLjA1NjY0LTEuOTM2NTIgMy4yMjUxLTMuMzIzMjQuMDk0NzMtLjc3NzM0LS40ODk3NS0yLjAxMzE4LTEuNDU0NTktMy4wNzUyLS45NzI2Ni0xLjA3MTI5LTIuMDc3NjQtMS43MzYzMy0yLjkxODk1LTEuNzAzNjEtMS44NTY5My4wNDU5LTUuMDI1MzkgMy4wOTI3Ny01LjYwMDU5IDYuMDI4MzJ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)}:hover>.pict-tel-white{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4IDMwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzYxMjY2MTtzdHJva2Utd2lkdGg6MHB4O308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im0yMC4wMzM3OCwyOS43NjQwMmMtLjEwNTk2LDAtLjIxMjQtLjAwMTQ2LS4zMjAzMS0uMDAzNDItMy4xNDExMS0uMDYyOTktNy43NDQ2My0zLjAzNTE2LTEyLjAxMzY3LTcuNzU2ODRDMi44NDcyNiwxNi42MzUxMi0uMjA0NSw5LjY5MzIyLjMwODE5LDcuMDczMUguMzA4MTlDLjkzNDE3LDMuODc3Myw0LjM2NjMuMjk5MTgsNi44NjU4MS4yMzcxN2MxLjA5NzE3LS4wMzU2NCwyLjUwMzkxLjczMTQ1LDMuNjg0MDgsMi4wMzEyNS45MjgyMiwxLjAyMTk3LDEuODYzNzcsMi41NzUyLDEuNzA3MDMsMy44NjgxNi0uMjE3NzcsMS43OTE1LTIuNDMwNjYsMy4zMDIyNS0zLjM2NDI2LDMuODY1MjMuMzY5NjMuOTE1NTMsMS41NDE5OSwzLjQzNjA0LDQuMzA1NjYsNi41OTEzMSwyLjg2ODE2LDMuMjc0OSw0LjQzMTE1LDQuNjU4NjksNS44MzEwNSw1LjE0MTExLjMzNzQtLjE3NzczLjYxMDg0LS40Nzk5OC45MjEzOS0uODIzMjQuNjM0NzctLjcwMTY2LDEuNDI1MjktMS41ODA1NywzLjA3MjI3LTEuNDc2NTYsMS4yNDM2NS4wNzQyMiwyLjgwNDIsMS4xNjIxMSwzLjc5NDkyLDIuNjQ1NTEuODc4NDIsMS4zMTU0MywxLjE0NiwyLjY2MzU3Ljc1MzQyLDMuNzk1OS0uODQ4NjMsMi40NDY3OC0zLjY1NDc5LDMuODg4MTgtNy41Mzc2LDMuODg4MThaTTEuMjg5NjQsNy4yNjU0OWgwYy0uNDQ4NzMsMi4yOTE1LDIuNjQxNiw5LjA3NzE1LDcuMTUyMzQsMTQuMDY3MzgsNC4wMjc4Myw0LjQ1NTU3LDguNDYwNDUsNy4zNzEwOSwxMS4yOTE1LDcuNDI3NzMsMy41OTQyNC4wNzc2NCw2LjE3MDQxLTEuMTI4NDIsNi44OTI1OC0zLjIxMjQuMjgzNjktLjgxNzM4LjA1MDI5LTEuODc5MzktLjYzOTY1LTIuOTEzMDktLjgxNDk0LTEuMjIwMjEtMi4wODY0My0yLjE0NjQ4LTMuMDIyOTUtMi4yMDI2NC0xLjE2Nzk3LS4wNjkzNC0xLjY3OTIuNDk1NjEtMi4yNzEsMS4xNDk5LS40MDMzMi40NDUzMS0uODIwMzEuOTA2MjUtMS40NDk3MSwxLjE1MjM0LS4xMDMwMy4wNDA1My0uMjE2MzEuMDQ1NDEtLjMyMzczLjAxMzY3LTEuNjUxMzctLjQ4NjgyLTMuMzQ1MjEtMS45MjQ4LTYuNDcyNjYtNS40OTYwOS0zLjYzMTM1LTQuMTQ2LTQuNjA3NDItNy4xOTY3OC00LjY0NzQ2LTcuMzI0NzEtLjA3MDgtLjIyODAzLjAyOTc5LS40NzQ2MS4yMzk3NS0uNTg4MzguODM5ODQtLjQ1NDEsMy4wNTY2NC0xLjkzNjUyLDMuMjI1MS0zLjMyMzI0LjA5NDczLS43NzczNC0uNDg5NzUtMi4wMTMxOC0xLjQ1NDU5LTMuMDc1Mi0uOTcyNjYtMS4wNzEyOS0yLjA3NzY0LTEuNzM2MzMtMi45MTg5NS0xLjcwMzYxLTEuODU2OTMuMDQ1OS01LjAyNTM5LDMuMDkyNzctNS42MDA1OSw2LjAyODMyWiIvPjwvc3ZnPg==)}.pict-mail-white{width:20px;height:14px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMjAgMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZiI+PHBhdGggZD0ibTE5IDF2MTJoLTE4di0xMnptLjk5ODk2LTFoLTE5Ljk5ODk2djE0aDIwdi0xMy45OTkwMWMwLS4wMDA1NS0uMDAwNDYtLjAwMDk5LS4wMDEwNC0uMDAwOTl6Ii8+PHBhdGggZD0ibTE3Ljg1Mjg3IDEwLjg4MzMtNS4xNDU4Ny00LjA1MzcxIDUuMTI4NzgtMy43MDAyLS41ODQ5Ni0uODEwNTQtNy4yNTA5NyA1LjIzMDQ2LTcuMjUwOTgtNS4yMzA0Ni0uNTg0OTYuODEwNTQgNS4xMjg3OCAzLjcwMDItNS4xNDU4NyA0LjA1MzcxLjYxOTE0Ljc4NTE2IDUuMzcwMTItNC4yMzA0MSAxLjg2Mzc3IDEuMzQ0NjYgMS44NjM3Ny0xLjM0NDY2IDUuMzcwMTEgNC4yMzA0MXoiLz48L2c+PC9zdmc+)}@media screen and (max-width:834px){.gnav-contact__btn .pict-mail-white{width:27px;height:19px}}.pict-bottom-arrow{width:11px;height:17px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxMiA4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im01Ljk5MjM0IDcuMDE5NDkgNS42MDc2Ny01LjQyMDYzdi0xLjU5ODg2bC01LjYwNzY3IDUuNDIwNzctNS41OTIzNS01LjQwNzYzdjEuNTk4OXoiIGZpbGw9IiMwMjkwYzUiLz48L3N2Zz4=)}@media screen and (max-width:834px){.pc-nav-toggle .pict-bottom-arrow{display:none}}@media screen and (max-width:834px){.gnav__item__child .pict-bottom-arrow{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDkgNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNC41IDUuNzUwMzRjLS4xNDI1OCAwLS4yNzg4MS0uMDYxMDQtLjM3MzU0LS4xNjc5N2wtNC00LjVjLS4xODM1OS0uMjA2MDUtLjE2NTAzLS41MjI0Ni4wNDE1MS0uNzA1NTcuMjA1NTctLjE4NDU3LjUyMTQ4LS4xNjYwMi43MDU1Ny4wNDE1bDMuNjI2NDYgNC4wNzk1OSAzLjYyNjQ2LTQuMDc5NThjLjE4MjYyLS4yMDc1Mi40OTkwMi0uMjI2MDcuNzA1NTctLjA0MTUuMjA2NTQuMTgzMTEuMjI1MS40OTk1MS4wNDE1LjcwNTU3bC00IDQuNWMtLjA5NDczLjEwNjkzLS4yMzA5Ni4xNjc5Ny0uMzczNTQuMTY3OTd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)}}.pict-youtube{width:51px;height:34px;background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEgMzQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTQ2LjY4ODAzIDEuMzA4MDNjMS42Mjk3MSAwIDIuOTU1NTggMS4zMjU4NyAyLjk1NTU4IDIuOTU1NTh2MjUuNDcyNzljMCAxLjYyOTcxLTEuMzI1ODcgMi45NTU1Ny0yLjk1NTU4IDIuOTU1NTdoLTQyLjM3NjExYy0xLjYyOTY4IDAtMi45NTU1My0xLjMyNTg0LTIuOTU1NTMtMi45NTU1MnYtMjUuNDcyODljMC0xLjYyOTY4IDEuMzI1ODUtMi45NTU1MyAyLjk1NTUzLTIuOTU1NTN6bTAtMWgtNDIuMzc2MTFjLTIuMTc1NTQgMC0zLjk1NTUzIDEuNzc5OTktMy45NTU1MyAzLjk1NTUzdjI1LjQ3Mjg5YzAgMi4xNzU1NCAxLjc3OTk5IDMuOTU1NTIgMy45NTU1MyAzLjk1NTUyaDQyLjM3NjExYzIuMTc1NTcgMCAzLjk1NTU4LTEuNzgwMDEgMy45NTU1OC0zLjk1NTU3di0yNS40NzI3OWMwLTIuMTc1NTctMS43ODAwMS0zLjk1NTU4LTMuOTU1NTgtMy45NTU1OHoiLz48cGF0aCBkPSJtMjEuNzMyNDMgMjIuNjM4MThjLS4wODY0MyAwLS4xNzI4NS0uMDIyNDYtLjI1LS4wNjY4OS0uMTU0NzktLjA4OTM2LS4yNS0uMjU0MzktLjI1LS40MzMxMXYtMTAuMjc2MzdjMC0uMTc4NzEuMDk1MjEtLjM0Mzc1LjI1LS40MzMxMS4xNTQzLS4wODg4Ny4zNDU3LS4wODg4Ny41IDBsOC44OTk0MSA1LjEzODE4Yy4xNTQ3OS4wODkzNi4yNS4yNTQzOS4yNS40MzMxMXMtLjA5NTIxLjM0Mzc1LS4yNS40MzMxMWwtOC44OTk0MSA1LjEzODE4Yy0uMDc3MTUuMDQ0NDMtLjE2MzU3LjA2Njg5LS4yNS4wNjY4OXptLjUtOS45MTAxNnY4LjU0Mzk1bDcuMzk5NDEtNC4yNzE5Ny03LjM5OTQxLTQuMjcxOTd6Ii8+PC9zdmc+)}.pict-external-white{width:19px;height:19px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE5IDE5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjtzdHJva2Utd2lkdGg6MHB4O308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im0xMS4wODY2NywxOC45NzAyMUgxLjExNDk5Yy0uNTk4MTQsMC0xLjA4NDk2LS40ODY4Mi0xLjA4NDk2LTEuMDg1NDVWNy41OTIyOWMwLS41OTg2My40ODY4Mi0xLjA4NTQ1LDEuMDg0OTYtMS4wODU0NWgyLjkwOTY3Yy4yNzYzNywwLC41LjIyMzYzLjUuNXMtLjIyMzYzLjUtLjUuNUgxLjExNDk5Yy0uMDQ1NDEsMC0uMDg0OTYuMDQwMDQtLjA4NDk2LjA4NTQ1djEwLjI5MjQ4YzAsLjA0NjM5LjAzOTA2LjA4NTQ1LjA4NDk2LjA4NTQ1aDkuOTcxNjhjLjA0NTksMCwuMDg0OTYtLjAzOTA2LjA4NDk2LS4wODU0NXYtMi42NDZjMC0uMjc2MzcuMjIzNjMtLjUuNS0uNXMuNS4yMjM2My41LjV2Mi42NDZjMCwuNTk4NjMtLjQ4NjgyLDEuMDg1NDUtMS4wODQ5NiwxLjA4NTQ1WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTE3Ljg5ODE5LDEyLjQ4OTI2SDcuOTEzODJjLS41OTEzMSwwLTEuMDcyMjctLjQ4MDk2LTEuMDcyMjctMS4wNzE3OFYxLjEwMTU2QzYuODQxNTUuNTEwNzQsNy4zMjI1MS4wMjk3OSw3LjkxMzgyLjAyOTc5aDkuOTg0MzhjLjU5MDgyLDAsMS4wNzE3OC40ODA5NiwxLjA3MTc4LDEuMDcxNzh2MTAuMzE1OTJjMCwuNTkwODItLjQ4MDk2LDEuMDcxNzgtMS4wNzE3OCwxLjA3MTc4Wk03LjkxMzgyLDEuMDI5NzljLS4wMzg1NywwLS4wNzIyNy4wMzM2OS0uMDcyMjcuMDcxNzh2MTAuMzE1OTJjMCwuMDM4MDkuMDMzNjkuMDcxNzguMDcyMjcuMDcxNzhoOS45ODQzOGMuMDM4MDksMCwuMDcxNzgtLjAzMzY5LjA3MTc4LS4wNzE3OFYxLjEwMTU2YzAtLjAzODA5LS4wMzM2OS0uMDcxNzgtLjA3MTc4LS4wNzE3OEg3LjkxMzgyWiIvPjwvc3ZnPg==)}:hover>.pict-external-white{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE5IDE5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzAwMDtzdHJva2Utd2lkdGg6MHB4O308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im0xMS4wODY2NywxOC45NzAyMUgxLjExNDk5Yy0uNTk4MTQsMC0xLjA4NDk2LS40ODY4Mi0xLjA4NDk2LTEuMDg1NDVWNy41OTIyOWMwLS41OTg2My40ODY4Mi0xLjA4NTQ1LDEuMDg0OTYtMS4wODU0NWgyLjkwOTY3Yy4yNzYzNywwLC41LjIyMzYzLjUuNXMtLjIyMzYzLjUtLjUuNUgxLjExNDk5Yy0uMDQ1NDEsMC0uMDg0OTYuMDQwMDQtLjA4NDk2LjA4NTQ1djEwLjI5MjQ4YzAsLjA0NjM5LjAzOTA2LjA4NTQ1LjA4NDk2LjA4NTQ1aDkuOTcxNjhjLjA0NTksMCwuMDg0OTYtLjAzOTA2LjA4NDk2LS4wODU0NXYtMi42NDZjMC0uMjc2MzcuMjIzNjMtLjUuNS0uNXMuNS4yMjM2My41LjV2Mi42NDZjMCwuNTk4NjMtLjQ4NjgyLDEuMDg1NDUtMS4wODQ5NiwxLjA4NTQ1WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTE3Ljg5ODE5LDEyLjQ4OTI2SDcuOTEzODJjLS41OTEzMSwwLTEuMDcyMjctLjQ4MDk2LTEuMDcyMjctMS4wNzE3OFYxLjEwMTU2QzYuODQxNTUuNTEwNzQsNy4zMjI1MS4wMjk3OSw3LjkxMzgyLjAyOTc5aDkuOTg0MzhjLjU5MDgyLDAsMS4wNzE3OC40ODA5NiwxLjA3MTc4LDEuMDcxNzh2MTAuMzE1OTJjMCwuNTkwODItLjQ4MDk2LDEuMDcxNzgtMS4wNzE3OCwxLjA3MTc4Wk03LjkxMzgyLDEuMDI5NzljLS4wMzg1NywwLS4wNzIyNy4wMzM2OS0uMDcyMjcuMDcxNzh2MTAuMzE1OTJjMCwuMDM4MDkuMDMzNjkuMDcxNzguMDcyMjcuMDcxNzhoOS45ODQzOGMuMDM4MDksMCwuMDcxNzgtLjAzMzY5LjA3MTc4LS4wNzE3OFYxLjEwMTU2YzAtLjAzODA5LS4wMzM2OS0uMDcxNzgtLjA3MTc4LS4wNzE3OEg3LjkxMzgyWiIvPjwvc3ZnPg==)}.pict-download{width:18px;height:17px;background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZiI+PHBhdGggZD0ibTE3LjA0NDkyIDE1LjUxNTE0aC0xNi4wODk4NGMtLjI3NjM3IDAtLjUuMjIzNjMtLjUuNXMuMjIzNjMuNS41LjVoMTYuMDg5ODRjLjI3NjM3IDAgLjUtLjIyMzYzLjUtLjVzLS4yMjM2My0uNS0uNS0uNXoiLz48cGF0aCBkPSJtOC40OTg1NCAxMi4yNDk1MWMuMDk3MTcuMDk0MjQuMjIyNjYuMTQxMTEuMzQ4MTQuMTQxMTFzLjI1MDk4LS4wNDY4OC4zNDgxNC0uMTQxMTFsNC4xNTA4OC00LjAyMTk3Yy4xOTgyNC0uMTkxODkuMjAzMTItLjUwODMuMDEwNzQtLjcwNzAzLS4xOTE4OS0uMTk4MjQtLjUwOTI4LS4yMDMxMi0uNzA3MDMtLjAxMDc0bC0zLjMwMzIyIDMuMjAwNTZ2LTkuNzI1NDdjMC0uMjc2MzctLjIyMzYzLS41LS41LS41cy0uNS4yMjM2My0uNS41djkuNzI0NjFsLTMuMzAyNzMtMy4xOTk3MWMtLjE5Nzc1LS4xOTIzOC0uNTE1MTQtLjE4NzUtLjcwNzAzLjAxMDc0LS4xOTIzOC4xOTg3My0uMTg3NS41MTUxNC4wMTA3NC43MDcwM2w0LjE1MTM3IDQuMDIxOTd6Ii8+PC9nPjwvc3ZnPg==)}:hover>.pict-download{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTE3LjA0NDkyIDE1LjUxNTE0aC0xNi4wODk4NGMtLjI3NjM3IDAtLjUuMjIzNjMtLjUuNXMuMjIzNjMuNS41LjVoMTYuMDg5ODRjLjI3NjM3IDAgLjUtLjIyMzYzLjUtLjVzLS4yMjM2My0uNS0uNS0uNXoiLz48cGF0aCBkPSJtOC40OTg1NCAxMi4yNDk1MWMuMDk3MTcuMDk0MjQuMjIyNjYuMTQxMTEuMzQ4MTQuMTQxMTFzLjI1MDk4LS4wNDY4OC4zNDgxNC0uMTQxMTFsNC4xNTA4OC00LjAyMTk3Yy4xOTgyNC0uMTkxODkuMjAzMTItLjUwODMuMDEwNzQtLjcwNzAzLS4xOTE4OS0uMTk4MjQtLjUwOTI4LS4yMDMxMi0uNzA3MDMtLjAxMDc0bC0zLjMwMzIyIDMuMjAwNTZ2LTkuNzI1NDdjMC0uMjc2MzctLjIyMzYzLS41LS41LS41cy0uNS4yMjM2My0uNS41djkuNzI0NjFsLTMuMzAyNzMtMy4xOTk3MWMtLjE5Nzc1LS4xOTIzOC0uNTE1MTQtLjE4NzUtLjcwNzAzLjAxMDc0LS4xOTIzOC4xOTg3My0uMTg3NS41MTUxNC4wMTA3NC43MDcwM2w0LjE1MTM3IDQuMDIxOTd6Ii8+PC9zdmc+)}.pict-after-arrow{width:18px;height:6px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE4IDYuMDAwMDUiPjxkZWZzPjxzdHlsZT4uY2xzLTF7c3Ryb2tlLXdpZHRoOjBweDt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJtMTcuNSw2LjAwMDA1SC41Yy0uMjc2MzcsMC0uNS0uMjIzNjMtLjUtLjVzLjIyMzYzLS41LjUtLjVoMTYuMDAyOTNMMTMuMzY3MTkuNzk4ODhjLS4xNjUwNC0uMjIxMTktLjExOTYzLS41MzQxOC4xMDE1Ni0uNjk5NzEuMjIxNjgtLjE2NDU1LjUzNDY3LS4xMjAxMi43MDAyLjEwMjA1bDMuNzMxOTMsNWMuMTEyNzkuMTUxMzcuMTMwODYuMzU0LjA0NTkuNTIyOTUtLjA4NDQ3LjE2ODk1LS4yNTc4MS4yNzU4OC0uNDQ2NzguMjc1ODhaIi8+PC9zdmc+)}:hover>.pict-after-arrow{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE4IDYuMDAwMDUiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNjEyNjYxO3N0cm9rZS13aWR0aDowcHg7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTE3LjUsNi4wMDAwNUguNWMtLjI3NjM3LDAtLjUtLjIyMzYzLS41LS41cy4yMjM2My0uNS41LS41aDE2LjAwMjkzTDEzLjM2NzE5Ljc5ODg4Yy0uMTY1MDQtLjIyMTE5LS4xMTk2My0uNTM0MTguMTAxNTYtLjY5OTcxLjIyMTY4LS4xNjQ1NS41MzQ2Ny0uMTIwMTIuNzAwMi4xMDIwNWwzLjczMTkzLDVjLjExMjc5LjE1MTM3LjEzMDg2LjM1NC4wNDU5LjUyMjk1LS4wODQ0Ny4xNjg5NS0uMjU3ODEuMjc1ODgtLjQ0Njc4LjI3NTg4WiIvPjwvc3ZnPg==)}.pict-after-white-arrow{width:18px;height:6px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxNCA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Im0xMy40ODM4OSAzLjUtNy4yNDkyNy0zLjM3NDAydjIuNjA5ODZoLTYuMjM0NjJ2MS41MjgzMmg2LjIzNDYydjIuNjA5ODZ6Ii8+PHBhdGggZD0ibTEzLjQ4Mzg5IDMuNS03LjI0OTI3LTMuMzc0MDJ2Mi42MDk4NmgtNi4yMzQ2MnYxLjUyODMyaDYuMjM0NjJ2Mi42MDk4NnoiLz48L2c+PC9zdmc+)}:hover>.pict-after-white-arrow{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxNCA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiMwMjkwYzUiPjxwYXRoIGQ9Im0xMy40ODM4OSAzLjUtNy4yNDkyNy0zLjM3NDAydjIuNjA5ODZoLTYuMjM0NjJ2MS41MjgzMmg2LjIzNDYydjIuNjA5ODZ6Ii8+PHBhdGggZD0ibTEzLjQ4Mzg5IDMuNS03LjI0OTI3LTMuMzc0MDJ2Mi42MDk4NmgtNi4yMzQ2MnYxLjUyODMyaDYuMjM0NjJ2Mi42MDk4NnoiLz48L2c+PC9zdmc+)}.sp-pict-after-arrow{width:11px;height:4px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDExIDQiPjxkZWZzPjxzdHlsZT4uY2xzLTF7c3Ryb2tlLXdpZHRoOjBweDt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJtMTAuNTAwMDQsMy45NzA4N0guNTAwMDRDLjIyMzY3LDMuOTcwODcuMDAwMDQsMy43NDcyMy4wMDAwNCwzLjQ3MDg3cy4yMjM2My0uNS41LS41aDkuMDAyOTNsLTEuNTk5MTItMi4xNDI1OGMtLjE2NTA0LS4yMjExOS0uMTE5NjMtLjUzNDE4LjEwMjA1LS42OTk3MS4yMjAyMS0uMTY1NTMuNTM0NjctLjExOTYzLjY5OTcxLjEwMjA1bDIuMTk1MzEsMi45NDE0MWMuMTEyNzkuMTUxMzcuMTMwODYuMzU0LjA0NTkuNTIyOTUtLjA4NDQ3LjE2ODk1LS4yNTc4MS4yNzU4OC0uNDQ2NzguMjc1ODhaIi8+PC9zdmc+)}.pict-white-arrow{width:7px;height:13px;background-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE3IiB2aWV3Qm94PSIwIDAgMTEgMTciIHdpZHRoPSIxMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMS42MzIgMTYuNzcxLTEuMzQ3LTEuNDc5IDcuNDU5LTYuNzkyLTcuNDU5LTYuNzkyIDEuMzQ3LTEuNDc5IDkuMDgzIDguMjcxeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)}.pict-screw{width:31px;height:31px;background-image:url(/assets/images/pict/pict-screw-base.svg)}.pict-circle-arrow{display:inline-grid;justify-content:center;align-items:center;width:var(--width, 38px);height:var(--width, 38px);background-color:var(--bg-color, #000);border-radius:100%;z-index:0;transition:all 200ms ease-in-out}.pict-circle-arrow::after{grid-area:1/-1;content:"";display:block;width:var(--arrow-width, 14px);height:var(--arrow-height, 7px);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxNCA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Im0xMy40ODM4OSAzLjUtNy4yNDkyNy0zLjM3NDAydjIuNjA5ODZoLTYuMjM0NjJ2MS41MjgzMmg2LjIzNDYydjIuNjA5ODZ6Ii8+PHBhdGggZD0ibTEzLjQ4Mzg5IDMuNS03LjI0OTI3LTMuMzc0MDJ2Mi42MDk4NmgtNi4yMzQ2MnYxLjUyODMyaDYuMjM0NjJ2Mi42MDk4NnoiLz48L2c+PC9zdmc+);background-position:center;background-repeat:no-repeat;background-size:contain;transition:all 200ms ease-in-out;z-index:1}:hover>.pict-circle-arrow{background-color:var(--hover-color, var(--key-color))}.pict-circle-arrow.nav-sub-arrow{--width:20px;--arrow-width:8px;--arrow-height:4px}.pict-border-circle-arrow{display:inline-grid;justify-content:center;align-items:center;width:var(--width, 20px);height:var(--width, 20px);background-color:var(--bg-color, transparent);border-radius:100%;z-index:0;transition:background-color 200ms ease-in-out,border-color 200ms ease-in-out;border:1px solid var(--bd-color, #fff)}.pict-border-circle-arrow::after{grid-area:1/-1;content:"";display:block;width:var(--arrow-wdith, 8px);height:var(--arrow-height, 4px);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxNCA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Im0xMy40ODM4OSAzLjUtNy4yNDkyNy0zLjM3NDAydjIuNjA5ODZoLTYuMjM0NjJ2MS41MjgzMmg2LjIzNDYydjIuNjA5ODZ6Ii8+PHBhdGggZD0ibTEzLjQ4Mzg5IDMuNS03LjI0OTI3LTMuMzc0MDJ2Mi42MDk4NmgtNi4yMzQ2MnYxLjUyODMyaDYuMjM0NjJ2Mi42MDk4NnoiLz48L2c+PC9zdmc+);background-position:center;background-repeat:no-repeat;background-size:8px 4px;transition:background-image 200ms ease-in-out;z-index:1}:hover>.pict-border-circle-arrow{background-color:var(--hover-color, var(--key-color));border-color:currentColor}.outline .link-arrow{--color:var(--base-color);--icon-color:var(--base-color);--bd-color:var(--icon-color)}.outline .link-arrow .link-arrow__icon::after{background-color:transparent;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxNCA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiMyNzQ2ODgiPjxwYXRoIGQ9Im0xMy40ODM4OSAzLjUtNy4yNDkyNy0zLjM3NDAydjIuNjA5ODZoLTYuMjM0NjJ2MS41MjgzMmg2LjIzNDYydjIuNjA5ODZ6Ii8+PHBhdGggZD0ibTEzLjQ4Mzg5IDMuNS03LjI0OTI3LTMuMzc0MDJ2Mi42MDk4NmgtNi4yMzQ2MnYxLjUyODMyaDYuMjM0NjJ2Mi42MDk4NnoiLz48L2c+PC9zdmc+)}.outline .link-arrow:hover .link-arrow__icon::after{background-color:transparent;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxNCA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Im0xMy40ODM4OSAzLjUtNy4yNDkyNy0zLjM3NDAydjIuNjA5ODZoLTYuMjM0NjJ2MS41MjgzMmg2LjIzNDYydjIuNjA5ODZ6Ii8+PHBhdGggZD0ibTEzLjQ4Mzg5IDMuNS03LjI0OTI3LTMuMzc0MDJ2Mi42MDk4NmgtNi4yMzQ2MnYxLjUyODMyaDYuMjM0NjJ2Mi42MDk4NnoiLz48L2c+PC9zdmc+)}.pict-insta{width:24px;height:24px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJtMTYuNjk4My4zNzQ0N2gtOS4zOTY2Yy0zLjgyNDMuMDAyOTItNi45MjM3OSAzLjEwMjQtNi45MjY3IDYuOTI2N3Y5LjM5NjZjLjAwMjMzIDMuODI0NzIgMy4xMDE5OCA2LjkyNDg0IDYuOTI2NyA2LjkyNzc2aDkuMzk2NmMzLjgyNDQ4LS4wMDM1IDYuOTIzNzktMy4xMDMyOCA2LjkyNjctNi45Mjc3NnYtOS4zOTY2Yy0uMDAxNzUtMy44MjQ3OS0zLjEwMTkyLTYuOTI0OTUtNi45MjY3LTYuOTI2N3ptNC41ODg5MSAxNi4zMjMzYy0uMDAwNTggMi41MzQxNC0yLjA1NDc3IDQuNTg4MzMtNC41ODg5MSA0LjU4ODkxaC05LjM5NjZjLTIuNTMzOCAwLTQuNTg3ODYtMi4wNTQwNS00LjU4Nzg2LTQuNTg3ODZ2LTkuMzk3NjVjLS4wMDA1OC0yLjUzMzIyIDIuMDUyNTItNC41ODcyNyA0LjU4NTc0LTQuNTg3ODZoOS4zOTg3MWMyLjUzMzU2LjAwMDU4IDQuNTg3MjcgMi4wNTQzIDQuNTg3ODYgNC41ODc4NnoiLz48cGF0aCBkPSJtMTIuMDAwNTMgNS45ODg1NWMtMy4zMTY0NSAwLTYuMDExNDUgMi42OTYwNy02LjAxMTQ1IDYuMDExNDVzMi42OTYwNyA2LjAxMTQ1IDYuMDExNDUgNi4wMTE0NSA2LjAxMTQ1LTIuNjk2MDcgNi4wMTE0NS02LjAxMTQ1LTIuNjk1MDEtNi4wMTE0NS02LjAxMTQ1LTYuMDExNDV6bTAgOS42ODQwN2MtMi4wMjgzMy4wMDAyOS0zLjY3Mjg1LTEuNjQzNzUtMy42NzMxNC0zLjY3MjA4czEuNjQzNzUtMy42NzI4NSAzLjY3MjA4LTMuNjczMTQgMy42NzI4NSAxLjY0Mzc1IDMuNjczMTQgMy42NzIwOC0xLjY0Mzc1IDMuNjcyODUtMy42NzIwOCAzLjY3MzE0em02LjAyNDE0LTExLjA4MDE5Yy43OTU1Ny4wMDA1OCAxLjQ0MDAzLjY0NiAxLjQzOTQ1IDEuNDQxNTdzLS42NDYgMS40NDAwMy0xLjQ0MTU3IDEuNDM5NDVjLS43OTQ3NS0uMDAwNTgtMS40Mzg4Ny0uNjQ0NzEtMS40Mzk0NS0xLjQzOTQ1IDAtLjc5NDc2LjUzOS0xLjQ0MTU3IDEuNDQxNTctMS40NDE1N3oiLz48L2c+PC9zdmc+)}.footer-info .pict-insta{width:13px;height:13px}h1{font-weight:var(--font-weight-bold);font-size:var(--font-variable, 3rem);margin-block-end:2.5em;text-box-trim:trim-both}h2{font-weight:var(--font-weight-bold);font-size:var(--font-variable, 2rem);margin-block-end:2em;text-box-trim:trim-both}h3{font-weight:var(--font-weight-bold);font-size:var(--font-variable, 1.8rem);margin-block-end:2em;text-box-trim:trim-both}h4{font-weight:var(--font-weight-bold);font-size:var(--font-variable, 1.5rem);margin-block-end:1em;text-box-trim:trim-both}h5{font-size:var(--font-variable, 1.4rem);margin-block-end:.5em;text-box-trim:trim-both}.section-title{display:grid;justify-content:center;align-items:center;gap:15px;color:var(--color, var(--black-color));margin-block-end:45px}@media screen and (max-width:480px){.section-title{margin-block-end:35px}}.section-title__text{font-size:3.2rem;letter-spacing:.15em;font-weight:var(--font-weight-bold);margin-block-end:0;font-feature-settings:"palt";text-align:center;line-height:1}@media screen and (max-width:480px){.section-title__text{letter-spacing:.05em}}.section-title .en-title{font-size:1.6rem;--color:var(--base-color);justify-self:center;padding-bottom:0}.section-title .pict-screw{width:19px;height:19px;justify-self:center}.section-title.--white{--color:#fff}.section-title.--white .en-title{--color:#fff}.section-title.--white .pict-screw{background-image:url(/assets/images/pict/pict-screw-white.svg)}.h1{font-size:var(--font-variable, 3.2rem);font-weight:var(--font-weight-normal);margin-block-end:0;line-height:1.4}@media screen and (max-width:480px){.h1{--font-variable:2.4rem;letter-spacing:0}}h1.logo{margin:0}.h2{font-size:1.8rem;color:var(--key-color);line-height:1.4;margin-block-end:15px}.h3{font-size:var(--font-variable, 1.8rem);color:var(--color, var(--black-color));font-weight:var(--font-weight-bold);line-height:1.2;margin-block-end:1em;letter-spacing:.01em}.en-title{font-family:var(--en-font-family);font-weight:var(--font-weight-semi-bold);font-size:var(--font-variable, 6.4rem);color:var(--color, var(--black-color));line-height:1;padding-bottom:15px}@media screen and (max-width:480px){.en-title{--font-variable:5rem}}.en-font{font-family:var(--en-font-family)}.front-pict-title{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:0 6px}.front-pict-title>*{margin-block-end:0;text-box-trim:trim-both}.page-title{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px 17px;width:fit-content;padding-block:35px 0;margin-bottom:45px}@media screen and (max-width:834px){.page-title{margin-bottom:8px}}.page-title__parent{grid-column:1;grid-row:1;font-size:2rem;line-height:1;letter-spacing:.1em}.page-title__en{grid-column:2;grid-row:1;font-size:1.4rem;line-height:1;font-family:var(--en-font-family);font-weight:var(--font-weight-bold);align-self:center;text-box-trim:trim-both}.page-title__text{grid-column:1/3;grid-row:2;color:var(--base-color);font-size:4rem;font-weight:var(--font-weight-normal);line-height:1;margin-bottom:0;letter-spacing:.05em}@media screen and (max-width:834px){.page-title{padding-block:30px 25px}}@media screen and (max-width:480px){.page-title:not(:has(.page-title__parent)){grid-template-columns:auto}}.page-title:not(:has(.page-title__parent)) .page-title__en{grid-column:2;grid-row:1;color:var(--base-color)}@media screen and (max-width:480px){.page-title:not(:has(.page-title__parent)) .page-title__en{grid-column:1;grid-row:2}}.page-title:not(:has(.page-title__parent)) .page-title__text{grid-column:1;grid-row:1}.solid-title{font-size:var(--font-variable, 2rem);background-color:#d9eef6;padding:.75em 1em;margin-block-end:30px;line-height:1.4}@media screen and (max-width:834px){.solid-title{margin-block-end:20px}}.circle-title{display:flex;align-items:start;gap:0 .2em;font-size:2.4rem;line-height:1.4;margin-block-end:1.5rem}.circle-title::before{flex:0 0 auto;content:"";display:inline-block;width:.6em;height:.6em;background-color:var(--key-color);border-radius:100%;transform:translateY(.35em)}@media screen and (max-width:480px){.circle-title{font-size:2rem}}.lead-text{font-size:var(--font-variable, 2.4rem);font-weight:var(--font-weight-bold);line-height:1.8;color:var(--color, var(--key-color));letter-spacing:var(--leter-space, 0.15em);margin-block-end:1.3em}@media screen and (max-width:480px){.lead-text{line-height:1.6;--leter-space:0}}.lead-text.--mission{--color:var(--black-color);--font-variable:2rem;line-height:2.3;text-align:center;margin-bottom:0}@media screen and (max-width:480px){.lead-text.--mission{text-align:left;line-height:2;letter-spacing:0}}.feature-title{display:grid;grid-template-columns:1fr auto 1fr;justify-content:center;align-items:center;gap:50px}.feature-title__no{grid-column:1;justify-self:end;position:relative;font-size:5.6rem;font-family:var(--en-font-family);font-weight:var(--font-weight-semi-bold);font-style:italic;text-box-trim:trim-both;line-height:1}.feature-title__no::after{content:"";display:inline-block;width:20px;height:1px;background-color:var(--key-color);position:absolute;top:50%;left:100%;transform:translate(15px,-50%)}.feature-title__text{grid-column:2;writing-mode:vertical-rl;font-size:5rem;justify-self:center;margin:0;letter-spacing:.05em;text-box-trim:trim-both;line-height:1}.feature-title-en{display:block;text-align:center;font-size:1.4rem;font-family:var(--en-font-family);font-weight:var(--font-weight-semi-bold);font-style:italic;margin-block:38px}@media screen and (max-width:834px){.feature-title-en{text-align:left;margin-block:10px 25px}}.w100{width:100%}@media screen and (max-width:834px){.md-w100{width:100%}}@media screen and (max-width:480px){.sp-w100{width:100%}}.iframe-block-full iframe{width:100%;height:auto;aspect-ratio:16/9}.stagger-anime>*{opacity:0}.inquiry-block{display:flex;align-items:center;color:var(--color, #fff);--link-color:#fff;gap:clamp(40px,7vw,80px);padding-block:90px;padding-inline:40px 75px;border-image-source:linear-gradient(var(--color, var(--base-color)),var(--color, var(--base-color)));border-image-slice:0 fill;border-image-outset:0 100vw 0 100vw}@media screen and (max-width:834px){.inquiry-block{flex-direction:column;padding:50px 0 45px 0}}.inquiry-block:before{content:"";align-self:stretch;border:.5px solid #fff}@media screen and (max-width:834px){.inquiry-block:before{width:180px;align-self:center}}.inquiry-block__child{flex:1;flex-basis:50%;min-width:0;overflow-wrap:break-word;container:inline-size}@media screen and (max-width:834px){.inquiry-block__child{flex:1 1 auto;width:100%}}@media screen and (max-width:480px){.inquiry-block__child{display:grid;justify-content:center}}.inquiry-block__child__btn{margin-top:25px}@media screen and (max-width:834px){.inquiry-block__child__btn{display:flex;justify-content:center}}.inquiry-title{font-size:4rem;text-box-trim:trim-both;margin-bottom:40px;line-height:1.2}@media screen and (max-width:1400px){.inquiry-title{font-size:2.9cqw}}@media screen and (max-width:834px){.inquiry-title{font-size:3.2rem;text-align:center}.inquiry-title+p{font-size:1.8rem;font-weight:var(--font-weight-bold)}}.inquiry-block__child.--start{order:-1}.sns-block{display:flex;justify-content:center;align-items:center;min-height:200px;padding-block-end:15px}.sns-item{display:inline-grid;justify-items:center}.sns-item__title.--insta{font-family:var(--en-font-family);font-size:3.9rem;transition:color 200ms ease-out}.no1-img{max-width:445px}@media screen and (max-width:480px){.no1-img{max-width:240px}}.vision-block{position:relative;width:fit-content;margin-inline:auto}.vision-block__img{position:absolute;top:140px;left:570px}@media screen and (max-width:920px){.vision-block__img{position:static;width:257px;height:auto;margin:20px auto 0 auto}}.office-title{font-size:2.4rem;line-height:1;margin-bottom:26px}.office-item{display:grid;grid-template-columns:335px 1fr;column-gap:clamp(25px,5vw,50px);padding-bottom:45px;margin-bottom:45px}.office-item:not(:last-of-type){border-bottom:1px solid #cbcbcb}@media screen and (max-width:834px){.office-item{grid-template-columns:1fr;row-gap:30px}}.office-img figcaption{--margin-top:25px;--font-variable:1.6rem;--l-height:2}@media screen and (max-width:480px){.office-img img{width:100%;height:auto}}.map-iframe{width:100%;height:auto;aspect-ratio:595/345;border-radius:20px}@media screen and (max-width:834px){.map-iframe{aspect-ratio:375/218}}.policy-list{list-style-position:outside;list-style-type:decimal;margin:40px 0 0 20px}.policy-list>li{padding-left:1em}.policy-list ol{list-style-type:none}.container:has(.history-container){overflow:hidden}.history-container{grid-column:2/4}@media screen and (max-width:1130px){.history-container{margin-left:var(--sp_margin_px)}}@media screen and (max-width:480px){.history-container{margin-left:10px;padding-right:var(--sp_margin_px)}}.year{font-family:var(--en-font-family);font-weight:var(--font-weight-light);font-size:4.8rem;letter-spacing:.05em;line-height:1;height:65px;color:var(--key-color);margin-bottom:5px;margin-left:-55px}@media screen and (max-width:1130px){.year{margin-left:-15px}}.history-block{position:relative;height:100%;padding-top:40px;padding-bottom:40px;margin-bottom:15px;border-left:1px solid #ddd}@media screen and (max-width:834px){.history-block{margin-right:60px}}@media screen and (max-width:480px){.history-block{margin-right:0;padding-bottom:90px}}.history-block-line{position:absolute;top:0;left:-1px;display:inline-block;width:1px;height:100%;background-color:var(--base-color)}.history-block-line-point{position:absolute;top:-10px;left:-10px;display:inline-block;width:20px;height:24px;background-image:url(/assets/images/company/history/history-screw.svg);background-size:contain}.history-item{position:relative;display:grid;justify-content:start;grid-template-columns:auto auto auto;padding-bottom:15px}.history-item table{margin-bottom:0}.history-item table tbody{display:grid;grid-template-columns:28px 45px 80px 40px 1fr;gap:5px 14px}@media screen and (max-width:480px){.history-item table tbody{grid-template-columns:28px 50px 1fr;gap:18px 5px}}.history-item table tr{display:grid;grid-template-columns:subgrid;grid-column:5 span;--visibility:hidden;--line-scale:scale(0, 1);--scale:scale(0);--opacity:0;--top:translateY(5px)}@media screen and (max-width:480px){.history-item table tr{grid-column:3 span;grid-template-rows:auto auto}}.history-item table tr.is-active{--visibility:visible;--scale:scale(1);--opacity:1;--top:translateY(0px)}.history-item table td{font-size:16px;font-size:1.6rem;padding:0;text-align:right;font-family:Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",Meiryo,sans-serif}@media screen and (max-width:480px){.history-item table td{line-height:1.6}}.history-item table td:nth-child(2){color:var(--base-color);letter-spacing:.05em;font-weight:var(--font-weight-normal);padding-left:8px}@media screen and (max-width:480px){.history-item table td:nth-child(3){padding-left:10px;text-align:left}}.history-item table td:nth-child(4){text-align:right}@media screen and (max-width:480px){.history-item table td:nth-child(4){grid-column:2;text-align:left;padding-left:8px}}.history-item table td:last-child{text-align:left;padding-left:5px}.history-item table td:not(:first-child){opacity:var(--opacity);transform:var(--top);transition:all 500ms linear}@media screen and (max-width:480px){.history-item table td:not(:first-child){padding-left:10px}}.history-item table td:first-child{display:inline-block;width:28px;height:1px;background-color:var(--base-color);position:relative;top:15px;transform:var(--line-scale);transform-origin:left center}@media screen and (max-width:480px){.history-item table td:first-child{top:12px}}.history-item table td:first-child::after{position:absolute;right:-3px;top:-2.5px;content:"";display:inline-block;width:6px;height:6px;background-color:var(--base-color);border-radius:100%;visibility:var(--visibility);transform:var(--scale);transition:transform 100ms ease-in}@media screen and (max-width:480px){.history-item table td:first-child::after{top:-2px}}.history-item table tr:has(td:nth-child(2):empty+td:nth-child(3):empty) td:first-child{visibility:hidden}.history-item table tr:has(td:nth-child(2):empty+td:nth-child(3):empty) td:first-child::after{visibility:hidden}.carousel-slide.--history{margin-top:25px;margin-left:38px;margin-right:50px;padding-bottom:20px;position:relative}@media screen and (max-width:480px){.carousel-slide.--history{margin-left:20px}}.carousel-slide.--history .swiper-slide{width:fit-content!important}.carousel-slide.--history .caption{text-align:right}.history-slide__img img{width:100%;height:310px;object-fit:contain}@media screen and (max-width:834px){.history-slide__img img{width:auto;height:180px}}.history-slide{position:relative}.history-slide-nav{display:flex;justify-content:flex-end;height:60px;position:relative;margin-top:60px;opacity:0;margin-right:38px}@media screen and (max-width:480px){.history-slide-nav{margin-top:50px;margin-right:0}}.history-slide-nav .swiper-button-prev,.history-slide-nav .swiper-button-next{position:static;display:inline-block;flex:0 0 auto;width:38px;height:38px;border-radius:100%;border:1px solid var(--base-color);background:0 0;margin-right:10px}.history-slide-nav .swiper-button-next::after,.history-slide-nav .swiper-button-prev::after{content:"";display:block;width:38px;height:38px;background-image:url(/assets/images/pict/right-arrow-base.svg);background-repeat:no-repeat;background-size:14px 7px;background-position:center}.history-slide-nav .swiper-button-next::after{transform:scale(-1,1)}.time-line{transform-origin:top center}.time-line-item .history-item__head,.time-line-item .history-item__body{opacity:0;transform:translateY(5px);transition:all 500ms linear}.time-line-item.is-active .history-item__head,.time-line-item.is-active .history-item__body{opacity:1;transform:translateY(0)}.history-slide__img{position:relative;overflow:hidden;width:fit-content}.history-slide__img img{opacity:0;transform:translateY(20px) scale(1.1)}.history-slide__img-cover{position:absolute;width:100%;height:100%;z-index:1;display:block;height:100%;background-color:#fff;transform:scaleY(1);transform-origin:center top;overflow:hidden}.business-block{position:relative;display:grid;grid-template-columns:1fr minmax(auto,455px) minmax(auto,710px) 1fr}@media screen and (max-width:980px){.business-block{grid-template-columns:var(--sp_margin_px) 1fr 1fr var(--sp_margin_px)}}.business-block .feature-title{gap:85px}@media screen and (max-width:834px){.business-block .feature-title{gap:clamp(38px,9vw,85px)}}.business-block .feature-title__text{font-size:7.2rem;line-height:1}@media screen and (max-width:834px){.business-block .feature-title__text{font-size:clamp(3.6rem,9.2vw,7.2rem)}}.business-block .feature-title__no{font-size:7.2rem;color:var(--base-color);line-height:1}@media screen and (max-width:834px){.business-block .feature-title__no{font-size:clamp(3.6rem,9.2vw,7.2rem)}}.business-block .feature-title__no::after{width:30px;height:1.5px;transform:translate(29px,-50%)}@media screen and (max-width:834px){.business-block .feature-title__no::after{width:clamp(15px,5vw,30px);height:1px;transform:translate(clamp(0px,2.1vw,29px),-50%)}}.business-block .feature-title-en{font-size:2rem;margin-block:20px 0;line-height:1}@media screen and (max-width:834px){.business-block .feature-title-en{font-size:clamp(1.2rem,3.5vw,2rem);text-align:center}}.business-block .business-bg{position:absolute;width:960px;height:960px;background-repeat:no-repeat;background-position:center;background-size:960px;z-index:-1}.business-block .--title{justify-self:start;align-self:center;position:relative}.business-block .--title::before{pointer-events:none;content:"";display:block;width:960px;height:960px;background-image:url(/assets/images/business/1-bg.svg);background-repeat:no-repeat;background-size:contain;background-position:center;position:absolute}@media screen and (max-width:834px){.business-block .--title::before{width:480px;height:480px}}@media screen and (max-width:980px){.business-block .--title{grid-row:2;padding-bottom:86px;padding-left:0}}.business-catch{grid-column:2/4;grid-row:1;justify-self:end;font-size:7.2rem;line-height:1.4;letter-spacing:.1em;font-feature-settings:"palt";z-index:2}.business-catch>span{font-size:inherit;font-weight:var(--font-weight-normal)}@media screen and (max-width:980px){.business-catch{grid-column:2/4;justify-self:start;font-size:clamp(3.5rem,7vw,7.2rem);margin-right:0;padding-bottom:100px}}@media screen and (max-width:834px){.business-catch{font-size:3.4rem}}.business-block-img-top{grid-column:2;grid-row:1/3;justify-self:start;align-self:center;transform:translateY(-50px);z-index:1}@media screen and (max-width:980px){.business-block-img-top{grid-column:3/5;grid-row:2;justify-self:end;align-self:end;transform:translateY(0)}}@media screen and (max-width:834px){.business-block-img-top{grid-column:3/5}.business-block-img-top img{width:50vw;max-width:185px;height:auto}}.business-block.--first{z-index:1}.business-block.--first .--title{grid-column:2;grid-row:2/4;padding-left:43px}.business-block.--first .--title::before{top:-365px;left:-347px}@media screen and (max-width:834px){.business-block.--first .--title::before{top:-182px;left:-198px}}@media screen and (max-width:980px){.business-block.--first .--title{grid-row:2;padding-bottom:86px;padding-left:0}}.business-block.--first .--content{grid-column:3;grid-row:2;max-width:550px;justify-self:end}@media screen and (max-width:980px){.business-block.--first .--content{grid-column:2/4;grid-row:3;max-width:inherit;justify-self:start;padding-top:40px}}.business-block.--first .--img{grid-column:3;grid-row:3;max-width:550px;justify-self:end;padding-top:40px}@media screen and (max-width:980px){.business-block.--first .--img{grid-column:1/4;grid-row:4;justify-self:start;padding-right:30px}}@media screen and (max-width:834px){.business-block.--first .--img{max-width:inherit}}.business-block.--first .--margin{margin-inline:0 80px}@media screen and (max-width:980px){.business-block.--first .--margin{margin:0}}.business-block.--second{grid-template-columns:1fr minmax(auto,710px) minmax(auto,455px) 1fr;padding-top:150px;z-index:2}@media screen and (max-width:980px){.business-block.--second{padding-top:80px;grid-template-columns:var(--sp_margin_px) 1fr var(--sp_margin_px)}}.business-block.--second .--title{grid-column:3/5;grid-row:1/3;align-self:end}.business-block.--second .--title::before{top:-290px;left:-271px;background-image:url(/assets/images/business/2-bg.svg);background-repeat:no-repeat;background-size:contain;background-position:center;position:absolute}@media screen and (max-width:834px){.business-block.--second .--title::before{width:480px;height:480px;top:-150px;left:-140px}}@media screen and (max-width:980px){.business-block.--second .--title{grid-column:2/4;grid-row:1;justify-self:end;padding-bottom:45px}}.business-block.--second .--img{grid-column:2;grid-row:1;margin-left:80px;margin-bottom:40px}.business-block.--second .--img img{max-width:550px}@media screen and (max-width:980px){.business-block.--second .--img{justify-self:end;grid-column:2/4;grid-row:4;margin:45px 0 0 0;padding-left:30px}}@media screen and (max-width:834px){.business-block.--second .--img img{max-width:inherit}}.business-block.--second .--content{grid-column:2;grid-row:2;max-width:550px;justify-self:start}@media screen and (max-width:980px){.business-block.--second .--content{grid-row:2;max-width:inherit}}.business-block.--second .--bottom{grid-column:2;grid-row:3;max-width:550px;margin-left:80px}@media screen and (max-width:980px){.business-block.--second .--bottom{max-width:inherit}}.business-block.--second .--margin{margin-inline:80px 0}@media screen and (max-width:980px){.business-block.--second .--margin{margin:0}}.--third-top .third-top-img{justify-self:end;transform:translate(-100px,170px)}@media screen and (max-width:980px){.--third-top .third-top-img{grid-column:1/-1;justify-self:start;transform:translate(0,50px)}.--third-top .third-top-img img{width:185px;height:185px}}.business-block.--third{grid-template-columns:1fr minmax(auto,480px) minmax(auto,685px) 1fr;padding-top:200px;z-index:3}@media screen and (max-width:980px){.business-block.--third{grid-template-columns:var(--sp_margin_px) 1fr var(--sp_margin_px);padding-top:100px}}.business-block.--third .--title{grid-column:2/4;grid-row:1;justify-self:start;align-self:end;margin-bottom:70px}.business-block.--third .--title::before{width:1560px;height:414px;background-image:url(/assets/images/business/3-bg.svg);background-repeat:no-repeat;background-size:contain;background-position:center;position:absolute;top:-170px;left:-640px}@media screen and (max-width:834px){.business-block.--third .--title::before{width:780px;height:207px;top:-78px;left:-398px}}@media screen and (max-width:980px){.business-block.--third .--title{grid-column:2;grid-row:1;justify-self:start;padding-bottom:35px}}.business-block.--third .feature-title{gap:0 60px}@media screen and (max-width:834px){.business-block.--third .feature-title{grid-template-columns:1fr auto;gap:0 clamp(38px,9vw,85px)}}.business-block.--third .feature-title .feature-title-en{align-self:start;justify-self:start;grid-column:2;grid-row:2;margin-top:14px}@media screen and (max-width:834px){.business-block.--third .feature-title .feature-title-en{margin-top:0}}.business-block.--third .feature-title__no::after{transform:translate(15px,-50%)}@media screen and (max-width:834px){.business-block.--third .feature-title__no::after{width:clamp(15px,5vw,30px);transform:translate(clamp(0px,2.1vw,29px),-50%)}}.business-block.--third .feature-title__text{writing-mode:horizontal-tb}.business-block.--third .--img{grid-column:3;grid-row:2;margin-left:45px;margin-right:80px}.business-block.--third .--img img{max-width:550px}@media screen and (max-width:980px){.business-block.--third .--img{grid-column:2/4;grid-row:4;margin:45px 0 0 0;justify-self:end;padding-left:30px}}@media screen and (max-width:834px){.business-block.--third .--img img{max-width:inherit}}.business-block.--third .--content{grid-column:2;grid-row:2;max-width:550px;justify-self:start}@media screen and (max-width:980px){.business-block.--third .--content{max-width:inherit}}.business-block.--third .--bottom{grid-column:2;grid-row:3;max-width:550px;margin-left:80px;margin-top:20px}@media screen and (max-width:980px){.business-block.--third .--bottom{max-width:inherit;margin-top:0}}.business-block.--third .--margin{margin-inline:80px 0}@media screen and (max-width:980px){.business-block.--third .--margin{margin:0}}.safari .business-block.--third .feature-title .feature-title-en{margin-top:29px}@media screen and (max-width:834px){.safari .business-block.--third .feature-title .feature-title-en{margin-top:17px}}.tile-menu{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:80px;list-style:none}@media screen and (max-width:834px){.tile-menu{column-gap:40px}}.tile-menu__child{display:flex;justify-content:space-between;align-items:center;gap:15px;padding-bottom:3px;border-bottom:2px solid var(--black-color);margin-bottom:20px;transition:all 150ms ease-in-out}.tile-menu__child__text{color:var(--black-color);font-size:2.4rem;font-weight:var(--font-weight-bold);text-decoration:none!important;transition:all 150ms ease-in-out}.tile-menu__child:hover{text-decoration:none;border-bottom-color:var(--key-color)}.tile-menu__child:hover .tile-menu__child__text{color:var(--key-color)}.index-menu-scroll{width:100%;display:flex;justify-content:center;border-image-source:linear-gradient(var(--key-light-color),var(--key-light-color));border-image-slice:0 fill;border-image-outset:0 100vw 0 100vw;overflow:hidden}.index-menu-block{display:flex;gap:23px;justify-content:start;align-items:center;min-height:80px;padding-block:10px}.index-menu-block:before{content:"";align-self:stretch;border:.4px solid var(--key-color);transform:scaleY(.8)}.index-menu-block>*{flex:0 0 auto}.index-menu-block>:first-child{order:-1;flex:0 0 auto}.index-menu-title{font-size:2rem;font-weight:var(--font-weight-normal);margin-bottom:0}.index-menu{flex-shrink:1}@media screen and (max-width:834px){.index-menu{flex-shrink:0}}.index-menu>ul{display:flex;flex-wrap:wrap;gap:5px 30px;list-style:none;width:inherit}@media screen and (max-width:834px){.index-menu>ul{flex-wrap:nowrap}}.index-menu__child{display:inline-flex;align-items:center;gap:8px;color:var(--color, var(--black-color));text-decoration:none;transition:all 200ms ease-in-out}.index-menu__child.is-current{--color:var(--base-color)}.index-menu__child.is-current .index-menu-arrow{--bg-color:var(--base-color)}.index-menu__child:hover{--color:var(--key-color)}.index-menu__child__text{font-weight:var(--font-weight-bold);text-box-trim:trim-both}.index-menu-arrow{--width:20px;--arrow-width:8px;--arrow-height:4px}.product-block{display:grid;grid-template-columns:minmax(335px,1fr) 1fr;column-gap:50px;padding-block:50px}.product-block:first-of-type{margin-top:50px}.product-block:not(:first-of-type){border-top:1px solid #cbcbcb}@media screen and (max-width:834px){.product-block{grid-template-columns:auto;grid-template-rows:auto auto}}@media screen and (max-width:480px){.product-block:first-of-type{margin-top:20px}}.product-photo{grid-column:1;grid-row:1}@media screen and (max-width:834px){.product-photo{width:calc(100svw - var(--scrollbarWidthpx) - var(--sp_margin_px)*2)}}.product-content{grid-column:2;grid-row:1}@media screen and (max-width:834px){.product-content{grid-column:1;grid-row:2}}.product-name{font-size:2.4rem;margin-block-end:7px;line-height:1.3}@media screen and (max-width:834px){.product-name{margin-block-start:25px}}.product-sub-name{font-size:2rem;line-height:1.3}.product-text{margin-top:20px}.common-slide-navigation{margin-bottom:20px}.common-slide-navigation .swiper-button-next,.common-slide-navigation .swiper-button-prev{background-image:none;width:38px;height:38px;border:1px solid #fff;border-radius:100%;transition:all 200ms ease-in-out}.common-slide-navigation .swiper-button-next::after,.common-slide-navigation .swiper-button-prev::after{content:"";width:20px;height:20px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxNCA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Im0xMy40ODM4OSAzLjUtNy4yNDkyNy0zLjM3NDAydjIuNjA5ODZoLTYuMjM0NjJ2MS41MjgzMmg2LjIzNDYydjIuNjA5ODZ6Ii8+PHBhdGggZD0ibTEzLjQ4Mzg5IDMuNS03LjI0OTI3LTMuMzc0MDJ2Mi42MDk4NmgtNi4yMzQ2MnYxLjUyODMyaDYuMjM0NjJ2Mi42MDk4NnoiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:14px 7px;background-position:center;transition:all 200ms ease-in-out}.common-slide-navigation .swiper-button-next:hover,.common-slide-navigation .swiper-button-prev:hover{border-color:var(--key-color);background-color:var(--hover-color, var(--key-color))}.common-slide-navigation .swiper-button-prev{transform:scaleX(-1)}.product-thumb-slide .swiper-slide{opacity:.4;width:100px}@media screen and (max-width:480px){.product-thumb-slide .swiper-slide{width:72px}}.product-thumb-slide .swiper-slide img{width:100px;height:70px}@media screen and (max-width:480px){.product-thumb-slide .swiper-slide img{width:72px;height:50px}}.product-thumb-slide .swiper-slide-thumb-active{opacity:1}.voice-slide.common-slide-navigation{padding-bottom:50px;margin-bottom:0}.voice-slide.common-slide-navigation .swiper-button-next,.voice-slide.common-slide-navigation .swiper-button-prev{top:95%}.voice-slide.common-slide-navigation .swiper-button-next{right:42%}@media screen and (max-width:480px){.voice-slide.common-slide-navigation .swiper-button-next{right:35%}}.voice-slide.common-slide-navigation .swiper-button-prev{left:42%}@media screen and (max-width:480px){.voice-slide.common-slide-navigation .swiper-button-prev{left:35%}}.voice-slide.common-slide-navigation .swiper-button-next:hover::after,.voice-slide.common-slide-navigation .swiper-button-prev:hover::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxNCA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiMwMjkwYzUiPjxwYXRoIGQ9Im0xMy40ODM4OSAzLjUtNy4yNDkyNy0zLjM3NDAydjIuNjA5ODZoLTYuMjM0NjJ2MS41MjgzMmg2LjIzNDYydjIuNjA5ODZ6Ii8+PHBhdGggZD0ibTEzLjQ4Mzg5IDMuNS03LjI0OTI3LTMuMzc0MDJ2Mi42MDk4NmgtNi4yMzQ2MnYxLjUyODMyaDYuMjM0NjJ2Mi42MDk4NnoiLz48L2c+PC9zdmc+)}.products-menu{grid-column:1/4;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background-color:#fff}@media screen and (max-width:1179px){.products-menu{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media screen and (max-width:834px){.products-menu{grid-template-columns:repeat(2,1fr)}}.product-item{position:relative;display:grid;align-items:center;grid-template-columns:1fr;grid-template-rows:1fr auto 1fr;gap:18px 0;transition:background-color 150ms ease-out}@media screen and (max-width:834px){.product-item{gap:10px 0}}.product-item::before{grid-column:1;grid-row:1/-1;pointer-events:none;content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background-color:rgba(0,0,0,.4);transition:background-color 250ms ease-in-out}.product-item:hover::before{background-color:transparent}.product-item .product-item__img{grid-column:1;grid-row:1/-1}.product-item .product-item__text{grid-column:1;grid-row:2;z-index:2}.product-item__btn{grid-column:1;grid-row:3;z-index:2}.product-item__text{font-size:2.4rem;font-family:var(--font-weight-bold);letter-spacing:.1em;text-align:center;color:#fff;line-height:1}@media screen and (max-width:834px){.product-item__text{font-size:1.8rem}}.product-item__text:empty{display:none}.product-item__img{width:100%;height:auto;object-fit:contain}.product-item__btn{justify-self:center;align-self:start}.product-item__btn .pict-circle-arrow{border:1px solid #fff;background-color:transparent}@media screen and (max-width:834px){.product-item__btn .pict-circle-arrow{--width:24px;--arrow-width:9px;--arrow-height:5px}}.product-item__btn::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;transition:all 150ms ease-in}.policy-content{position:relative;display:grid;grid-template-columns:1fr min(var(--outer-width)/2,100%) min(var(--outer-width)/2,100%) 1fr;background-color:var(--base-color);padding-top:95px}@media screen and (max-width:1400px){.policy-content{grid-template-columns:var(--margin_px) 1fr 1fr var(--margin_px)}}@media screen and (max-width:1180px){.policy-content{grid-template-columns:1fr calc(var(--inner-width)/2) calc(var(--inner-width)/2) 1fr}}@media screen and (max-width:1035px){.policy-content{grid-template-columns:var(--sp_margin_px) 1fr 1fr var(--sp_margin_px)}}@media screen and (max-width:834px){.policy-content{display:contents}}.policy-content__child{grid-column:2;grid-row:1;padding-right:25px}@media screen and (max-width:834px){.policy-content__child{display:contents}}.policy-content__img{grid-column:3/5;grid-row:1;padding-left:25px}@media screen and (max-width:834px){.policy-content__img{display:contents}}.policy-img{position:sticky;top:var(--header-height);display:grid;grid-template-columns:35.3% 43.2%auto;gap:20px;justify-content:start}@media screen and (max-width:834px){.policy-img{display:contents}}.policy-img .policy-img1{grid-column:1/4;grid-row:1;aspect-ratio:557/235}@media screen and (max-width:480px){.policy-img .policy-img1{aspect-ratio:375/220}}.policy-img .policy-img2{grid-column:1;grid-row:2}.policy-img .policy-img2 img{aspect-ratio:197/235}.policy-img .policy-img3{grid-column:2/4;grid-row:2;aspect-ratio:340/235}@media screen and (max-width:480px){.policy-img .policy-img3{aspect-ratio:375/225}}.policy-img .policy-img4{grid-column:1/3;grid-row:3;aspect-ratio:457/235}@media screen and (max-width:480px){.policy-img .policy-img4{aspect-ratio:375/225}}.policy-img img{width:100%;height:auto}.policy-content__child .--margin{margin-bottom:80px}@media screen and (max-width:834px){.policy-content__child .--margin{margin-block:45px}}.policy-layout{display:contents}@media screen and (max-width:834px){.policy-layout{display:grid;grid-template-columns:var(--sp_margin_px) 1fr var(--sp_margin_px);background-color:var(--base-color)}.policy-layout .policy-img .policy-img1{grid-row:1;width:100%;grid-column:1/-1;object-fit:cover}.policy-layout .--poilcy1{grid-column:2;grid-row:2}.policy-layout .policy-img .policy-img4{grid-row:3;width:100%;grid-column:1/-1}.policy-layout .--poilcy2{grid-column:2;grid-row:4;justify-self:end}.policy-layout .policy-img .policy-img2{grid-row:5;grid-column:1/4}.policy-layout .policy-img .policy-img2 img{width:67%;aspect-ratio:25/15;margin-left:auto}.policy-layout .--poilcy3{grid-column:2;grid-row:6}.policy-layout .policy-img .policy-img3{grid-row:7;width:100%;grid-column:1/-1;margin-bottom:45px}}.schedule-layout{background-color:var(--key-color);padding-block:90px 200px}@media screen and (max-width:834px){.schedule-layout{padding-block:50px 100px}}.schedule-line-block{position:absolute;top:37px;left:141.5px;width:2px;height:calc(100% - 80px);background-color:transparent;z-index:1}@media screen and (max-width:834px){.schedule-line-block{left:26.5px;height:calc(100% - 120px)}}@media screen and (max-width:480px){.schedule-line-block{height:calc(100% - 130px)}}.line-bar{position:absolute;top:0;width:2px;height:100%;transform-origin:left top;background-color:#b2b2b2}.schedule-list{display:grid;row-gap:25px;position:relative}.schedule-item{display:grid;grid-template-columns:60px 15px 1fr;align-items:start;column-gap:30px;background-color:#fff;border-radius:20px;padding:30px 45px}@media screen and (max-width:834px){.schedule-item{gap:20px 13px;grid-template-columns:15px 1fr;padding-inline:20px}}.schedule-time{font-family:var(--en-font-family);font-weight:var(--font-weight-semibold);font-size:2.4rem;color:var(--base-color);line-height:1}@media screen and (max-width:834px){.schedule-time{grid-column:2;grid-row:1}}.schedule-circle{display:inline-block;width:15px;height:15px;border-radius:100%;background-color:var(--key-color);flex:0 0 15px;transform:translateY(2px);position:relative;z-index:2}@media screen and (max-width:834px){.schedule-circle{grid-column:1;grid-row:1}}.schedule-content{flex:1 1 auto;--column-gap:45px}@media screen and (max-width:834px){.schedule-content{grid-column:2;grid-row:2}}.schedule-title{font-weight:var(--font-weight-bold);font-size:2rem;line-height:1;color:var(--base-color);text-box-trim:trim-both;margin-bottom:0;padding-top:1px}@media screen and (max-width:834px){.schedule-title{line-height:1.4}}.voice-container{display:grid;gap:100px}@media screen and (max-width:1179px){.voice-container{column-gap:20px;grid-template-columns:1fr 1fr}}@media screen and (max-width:834px){.voice-container{row-gap:50px;grid-template-columns:1fr}}.voice-block{display:grid;height:100%;justify-content:center;grid-template-columns:12.5% 25% 12.5% 12.5% 25% 12.5%}@media screen and (max-width:1179px){.voice-block{min-width:335px;grid-template-columns:.25fr .5fr .25fr}}@media screen and (max-width:834px){.voice-block{min-width:auto;justify-self:center}}.voice-block-img{grid-row:1;grid-column:1/4;clip-path:polygon(25%0,75%0,100% 50%,75% 100%,25% 100%,0 50%);position:relative;overflow:hidden;aspect-ratio:335/290}.voice-block-img::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;z-index:1;mix-blend-mode:soft-light;transition:all 300ms ease-in}.voice-img{width:100%;height:100%;object-fit:cover;transition:transform 400ms ease-out}.voice-block:hover:has(.voice-block-content__child){cursor:pointer}.voice-block:hover:has(.voice-block-content__child) .voice-block-img img{position:relative;z-index:0;transform:scale(1.3) translateY(48px);transition:transform 400ms ease-out}@media screen and (max-width:1179px){.voice-block:hover:has(.voice-block-content__child) .voice-block-img img{transform:scale(1.3) translateY(34px)}}.voice-block:hover:has(.voice-block-content__child) .voice-block-img::before{background-color:rgba(255,255,255,.4)}.voice-content-bg{grid-row:1;grid-column:4/7;background-color:var(--key-color);clip-path:polygon(25%0,75%0,100% 50%,75% 100%,25% 100%,0 50%);z-index:0;transition:background-color 400ms ease-in-out}@media screen and (max-width:1179px){.voice-content-bg{grid-row:2;grid-column:1/4;aspect-ratio:335/290}}.voice-block:hover:has(.voice-block-content__child) .voice-content-bg{background-color:var(--key-color-hover)}.voice-no{grid-column:3/5;grid-row:1;align-self:end;display:grid;justify-content:center;text-align:center;font-family:var(--en-font-family);margin-bottom:0;z-index:2}@media screen and (max-width:1179px){.voice-no{grid-column:2;grid-row:1/3;align-self:center;transform:translateY(-20px)}}@media screen and (max-width:834px){.voice-no{transform:translateY(-9px)}}.voice-no__text{font-size:2.4rem;font-weight:var(--font-weight-semi-bold);line-height:1}@media screen and (max-width:834px){.voice-no__text{font-size:1.6rem}}.voice-no__child{font-size:8rem;font-weight:var(--font-weight-semi-bold);line-height:1;transform:translateY(10px)}@media screen and (max-width:834px){.voice-no__child{font-size:5.6rem;transform:translateY(0)}}.label{display:inline-flex;align-items:center;width:fit-content;padding:.6em .9em .5em;text-box-trim:trim-both;line-height:1.1;color:var(--color, #fff);background-color:var(--bg-color, var(--black-color))}@media screen and (max-width:1179px){.label{font-size:1.4rem;justify-self:center}}.voice-block-content__child{position:relative;grid-column:4/7;grid-row:1;display:grid;grid-template-columns:.25fr .5fr .25fr;z-index:1}@media screen and (max-width:1179px){.voice-block-content__child{aspect-ratio:335/290;grid-row:2;grid-column:1/4}}.voice-content{display:grid;align-items:end;grid-template-rows:50%auto 1fr;grid-template-columns:subgrid;grid-column:span 3}@media screen and (max-width:1179px){.voice-content{grid-template-rows:45%auto 1fr;padding-top:40px;justify-content:center}}@media screen and (max-width:834px){.voice-content{padding-top:30px}}@media screen and (max-width:480px){.voice-content{padding-top:0}}.voice-content .label{grid-column:2/4}@media screen and (max-width:1179px){.voice-content .label{grid-column:1/4}}.voice-content .link-arrow{position:absolute;left:50%;transform:translateX(-50%);bottom:20px;--color:#fff;--bd-color:#fff}@media screen and (max-width:480px){.voice-content .link-arrow{--font-variable:1.2rem}}.voice-content .voice-profile{grid-column:2/4;align-self:start}@media screen and (max-width:1179px){.voice-content .voice-profile{grid-column:1/4}}.voice-message{grid-column:2/4;font-size:clamp(1.8rem,2.1vw,2.4rem);color:var(--block-color);font-weight:var(--font-weight-bold);letter-spacing:.09em;padding-bottom:20px;margin-bottom:30px;position:relative;align-self:end;white-space:nowrap}@media screen and (max-width:1179px){.voice-message{grid-column:1/4;font-size:2rem;text-align:center;padding-bottom:17px;margin-bottom:20px;line-height:1.6}}@media screen and (max-width:834px){.voice-message{width:fit-content;justify-self:center;font-size:clamp(2rem,4vw,3.6rem)}}@media screen and (max-width:480px){.voice-message{white-space:normal;letter-spacing:0;font-feature-settings:"palt";font-size:clamp(1.5rem,5vw,1.9rem)}.voice-message br{display:none}}.voice-message::after{content:"";position:absolute;bottom:0;display:block;width:20px;height:1px;background-color:#fff}@media screen and (max-width:1179px){.voice-message::after{left:50%;transform:translateX(-50%)}}.voice-profile{color:#fff;margin-top:12px}@media screen and (max-width:1179px){.voice-profile{justify-self:center;line-height:1.6}}@media screen and (max-width:480px){.voice-profile{margin-top:15px}}.voice-profile dt{font-size:1.6rem}@media screen and (max-width:1179px){.voice-profile dt{font-size:1.4rem;text-align:center}}.voice-profile dd{font-size:2.4rem}@media screen and (max-width:1179px){.voice-profile dd{font-size:2rem}}.voice-profile dd span{font-size:1.4rem;padding-left:7px}@media screen and (max-width:1179px){.voice-profile dd span{font-size:1.2rem}}.voice-block.--rev .voice-block-img{grid-column:4/7}@media screen and (max-width:1179px){.voice-block.--rev .voice-block-img{grid-column:1/4;grid-row:1}}.voice-block.--rev .voice-block-content__child,.voice-block.--rev .voice-content-bg{grid-column:1/4}@media screen and (max-width:1179px){.voice-block.--rev .voice-block-content__child,.voice-block.--rev .voice-content-bg{grid-column:1/4;grid-row:2}}.voice-bg{background-image:url(/assets/images/recruit/voice/voice-bg.svg);background-repeat:no-repeat;background-position:center 280px;background-size:2378px 4152px}@media screen and (max-width:834px){.voice-bg{background-image:url(/assets/images/recruit/voice/voice-bg-md.svg);background-position:center -305px;background-size:1114px 4263}}.voice-top{display:grid;grid-template-columns:22.4% 77.6%;z-index:0;position:relative}@media screen and (max-width:834px){.voice-top{grid-column:1/-1;grid-template-columns:1fr;margin-bottom:70px}}.voice-top .hexagon{width:35%;height:auto;aspect-ratio:350/303;row-gap:25px;transform:translateX(-20px);min-width:350px}@media screen and (max-width:834px){.voice-top .hexagon{transform:none}}.voice-top .label{font-size:clamp(1.6rem,1.4vw,1.8rem);margin-top:35px}.voice-top .voice-profile dt{font-size:clamp(1.6rem,1.5vw,2rem)}.voice-top .voice-profile dd{font-size:clamp(2.4rem,2vw,2.8rem)}.voice-top__no{grid-column:1;grid-row:1;justify-self:start;align-self:start;z-index:1;padding-top:18px}@media screen and (max-width:834px){.voice-top__no{grid-column:1;grid-row:1;justify-self:center;align-self:end;padding-top:0;z-index:3;transform:translateY(42px)}}.voice-top__no .voice-no{transform:none}@media screen and (max-width:834px){.voice-top__no .voice-no{color:#fff}}@media screen and (max-width:834px){.voice-top__no .voice-no__text{font-size:2.4rem}}@media screen and (max-width:834px){.voice-top__no .voice-no__child{font-size:8rem}}.voice-main-img{grid-column:2;grid-row:1}@media screen and (max-width:834px){.voice-main-img{grid-column:1;grid-row:1;z-index:2}}.voice-main-img img{width:100%;height:auto;object-fit:cover}.voice-caption{position:absolute;bottom:-30px;width:100%;font-size:1.4rem;text-align:right}.hexagon{grid-column:1/3;grid-row:1;align-self:center;display:grid;justify-content:center;align-items:center;row-gap:20px;width:350px;height:303px;background-color:var(--key-color);clip-path:polygon(25%0,75%0,100% 50%,75% 100%,25% 100%,0 50%)}@media screen and (max-width:834px){.hexagon{grid-column:1;grid-row:2;justify-self:center;margin-top:-50px;z-index:1}}.hexagon .label{justify-self:center;align-self:end;margin-top:20px}@media screen and (max-width:834px){.hexagon .label{margin-top:40px}}.hexagon .voice-profile{justify-self:center;align-self:start;line-height:2;margin-top:0;text-align:center}.voice-catch{font-size:3.2rem;font-weight:var(--font-weight-bold);letter-spacing:.1em;margin-top:70px}@media screen and (max-width:834px){.voice-catch{line-height:1.6;letter-spacing:0;margin-top:0;--flow-space:30px}}.voice-left-fit-block{display:grid;grid-template-columns:1fr minmax(auto,370px) minmax(auto,830px) 1fr;margin-top:130px}@media screen and (max-width:834px){.voice-left-fit-block{grid-template-columns:var(--sp_margin_px) 1fr var(--sp_margin_px);margin-top:40px}}.voice-left-fit-block .container{grid-column:1/-1;grid-row:1}@media screen and (max-width:834px){.voice-left-fit-block .container{grid-row:2}}.voice-left-fit-block .--img{grid-column:2;grid-row:1}@media screen and (max-width:834px){.voice-left-fit-block .--img{grid-column:1/-1}.voice-left-fit-block .--img img{width:100%;height:auto}}.voice-left-fit-block .container__inner{display:grid;justify-content:space-between;grid-template-columns:minmax(auto,370px) 1fr;container-type:inline-size}@media screen and (max-width:834px){.voice-left-fit-block .container__inner{display:contents}}.voice-left-fit-block .container__inner .--content{grid-row:1;grid-column:2;padding-left:calc(100px - var(--img_distance_x))}@media screen and (max-width:1400px){.voice-left-fit-block .container__inner .--content{padding-left:calc(6.4vw - var(--img_distance_x))}}@media screen and (max-width:834px){.voice-left-fit-block .container__inner .--content{padding-left:0;margin-top:40px}}.voice-menu{padding:0 0 70px 0;border-image-source:linear-gradient(var(--color, var(--base-color)),var(--color, var(--base-color)));border-image-slice:0 fill;border-image-outset:0 100vw 0 100vw;border-image-width:120px auto auto auto;overflow:hidden}.voice-slide{padding-inline:var(--sp_margin_px);--hover-color:var(--base-color)}.voice-thumb{display:grid;grid-template-columns:250px;grid-template-rows:260px auto;row-gap:30px}.voice-thumb .voice-no{grid-column:1;grid-row:1;justify-self:start;align-self:start;color:var(--key-color);margin-left:13px;transform:none}.voice-thumb .voice-no__text{font-size:1.8rem}.voice-thumb .voice-no__child{font-size:6.4rem;transform:none}.voice-thumb__img{position:relative;grid-column:1;grid-row:1;align-self:end;clip-path:polygon(25%0,75%0,100% 50%,75% 100%,25% 100%,0 50%)}.voice-thumb__img::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;z-index:1;mix-blend-mode:soft-light;transition:all 300ms ease-in}.voice-thumb__bottom{grid-column:1;grid-row:2;justify-self:center}.voice-thumb__bottom .branch,.voice-thumb__bottom .department{display:block;font-size:1.6rem;color:#fff;line-height:1.6;text-align:center}.voice-thumb__bottom .name{color:#fff;font-size:2.4rem;padding-top:10px}.voice-thumb__bottom .name span{font-size:1.6rem;padding-left:10px}.voice-thumb:hover .voice-thumb__img::before{background-color:rgba(255,255,255,.4)}.voice-slide{display:flex}.voice-slide .swiper-slide{width:fit-content}.income-block{display:grid;grid-template-columns:1fr 1fr;gap:30px}@media screen and (max-width:834px){.income-block{grid-template-columns:1fr}}.income-model{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto 1fr auto;gap:0;grid-row:5 span}.income-model-title{font-size:3.2rem;letter-spacing:.2em;text-indent:.2em;justify-self:center;margin-block-end:18px}.recruit-category{justify-self:center;font-size:2.4rem;color:#fff;background-color:var(--key-color);width:225px;height:35px;display:inline-flex;align-items:center;justify-content:center;margin-block-end:30px}.income-model-example{font-size:2rem;margin-block-end:0;padding-inline-start:20px;line-height:1.6}.model-table{background-color:#fff;margin-top:20px;padding:20px 20px 15px 20px}.model-table table{width:100%;--font-variable:1.6rem;margin-block-end:0}.model-table table th,.model-table table td{padding:0 0 .8em 0;line-height:1.2}.model-table table th{text-align:left;white-space:nowrap}.model-table table td{text-align:right}.model-table table tbody tr:last-child>*{padding-bottom:1.3em}.model-table table tfoot{border-top:1px solid var(--key-color)}.model-table table tfoot th,.model-table table tfoot td{color:var(--base-color);padding-block:1em 0;vertical-align:middle}.model-table table tfoot th{font-size:2rem;transform:translateY(-4px)}.model-table .amount{font-size:2rem;font-weight:var(--font-weight-bold);font-family:var(--en-font-family)}.model-table .en{font-size:1.4rem;font-weight:var(--font-weight-semi-bold)}.model-table .total{font-size:3.2rem;font-weight:var(--font-weight-bold);font-family:var(--en-font-family)}.outline.--working{width:100%}.welfare{display:grid;grid-template-columns:repeat(4,minmax(auto,220px));gap:34px}@media screen and (max-width:834px){.welfare{grid-template-columns:repeat(2,minmax(auto,220px));width:fit-content}}@media screen and (max-width:480px){.welfare{gap:15px}}.welfare>li{flex-grow:0;flex-shrink:0;display:inline-grid;grid-template-rows:1fr auto;justify-content:center;align-items:end;row-gap:12px;max-width:220px;height:220px;padding-bottom:25px;background-color:var(--key-color)}@media screen and (max-width:834px){.welfare>li{width:100%}}@media screen and (max-width:480px){.welfare>li{height:auto;padding-block:20px 15px}}.welfare>li img{justify-self:center;width:100%;height:auto}@media screen and (max-width:480px){.welfare>li img{width:75%}}.welfare>li p{color:#fff;--font-variable:2.4rem;text-align:center;font-weight:var(--font-weight-bold);letter-spacing:.1em}@media screen and (max-width:834px){.welfare>li p{--font-variable:2rem}}.numbers-list{display:grid;justify-content:space-around;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));align-content:stretch;gap:40px clamp(10px,5vw,20px);padding-block:45px 40px}@media screen and (max-width:834px){.numbers-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.numbers-list{container-type:inline-size;grid-column:1/4;gap:40px 0}}.numbers-item{display:grid;justify-items:center;grid-template-rows:auto 1fr auto}.numbers-item-head{justify-self:center;text-align:center}.numbers-item-head__title{font-size:2.4rem;margin:0;letter-spacing:.1em;text-indent:.1em;line-height:1.4}@media screen and (max-width:480px){.numbers-item-head__title{font-size:clamp(1.6rem,5.5cqw,2rem)}}.numbers-item-img{align-self:end;margin-bottom:25px}.numbers-item-result{display:flex;align-items:end;color:var(--base-color)}.numbers-item-result__main{font-family:var(--en-font-family);font-weight:var(--font-weight-semi-bold);font-size:clamp(4.7rem,5.5vw,6.4rem);line-height:1}@media screen and (max-width:834px){.numbers-item-result__main{font-size:6.4rem}}@media screen and (max-width:480px){.numbers-item-result__main{font-size:clamp(2rem,11cqw,6.4rem)}}.numbers-item-result__sub{font-weight:var(--font-weight-bold);font-size:2.4rem;line-height:1;transform:translateY(clamp(-9px,-.75vw,-4px))}@media screen and (max-width:834px){.numbers-item-result__sub{transform:translateY(-9px)}}@media screen and (max-width:480px){.numbers-item-result__sub{font-size:clamp(1.2rem,4.5cqw,2.4rem);transform:translateY(-.3em)}}.numbers-item-result.--row2{display:grid}.numbers-item-result__child{display:flex;align-items:end}.numbers-item-result__child:first-child{border-bottom:1px solid var(--base-color);padding-bottom:4px;margin-bottom:6px}.numbers-item-result__child .numbers-item-result__main{flex-grow:1;text-align:right}.numbers-item-result__head{align-self:center;color:#000;font-size:2rem;font-weight:var(--font-weight-bold);margin-right:15px;white-space:nowrap}@media screen and (max-width:480px){.numbers-item-result__head{font-size:clamp(1.2rem,4.5cqw,2rem)}}.entry-title{display:grid;align-items:center;background-color:var(--base-color);height:100px;position:relative}@media screen and (max-width:480px){.entry-title{height:70px}}.entry-title .toggle-btn{grid-area:1/-1;justify-self:end;margin-right:20px}@media screen and (max-width:480px){.entry-title .toggle-btn{margin-right:10px}}.entry-title__child{grid-area:1/-1;justify-self:center;font-size:3.2rem;color:#fff;letter-spacing:.1em;margin-bottom:0}@media screen and (max-width:480px){.entry-title__child{font-size:2.4rem}}.toggle-btn{display:inline-grid;justify-content:center;align-items:center;width:30px;height:30px;border-radius:100%;background-color:var(--black-color)}@media screen and (max-width:480px){.toggle-btn{width:20px;height:20px}}.toggle-btn::after{content:"";grid-area:1/-1;display:inline-block;width:14px;height:9px;background-size:contain;background-repeat:no-repeat;background-position:center;background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNy4wMDAyNCA4LjUyOTMtNi41MzQ2Ni02LjY1ODIxIDEuNDI3NzMtMS40MDAzOSA1LjEwNjkzIDUuMjAzMTMgNS4xMDY0NS01LjIwMzEzIDEuNDI3NzMgMS40MDAzOXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);transform:translateY(1px);transition:transform .3s ease-in-out}@media screen and (max-width:480px){.toggle-btn::after{width:10px;height:9px}}.flow-list{background-color:#e6f4f9;padding:clamp(10px,5vw,30px)}.flow-list>li{display:grid;align-items:center;grid-template-columns:105px 1fr}@media screen and (max-width:834px){.flow-list>li{grid-template-columns:65px 1fr}}@media screen and (max-width:480px){.flow-list>li{grid-template-columns:60px 1fr}}.flow-list>li:not(:first-child){margin-top:30px}.flow-no{display:inline-flex;justify-content:center;align-items:center;width:80px;height:80px;background-color:var(--key-color);border-radius:100%;color:#fff;font-size:4rem;font-family:var(--en-font-family);font-weight:var(--font-weight-semi-bold)}@media screen and (max-width:834px){.flow-no{width:40px;height:40px;font-size:2.4rem}}.flow-item{background-color:#fff;border-radius:20px;padding-block:25px;padding-inline:clamp(25px,5vw,50px)}.flow-item-title{font-size:2.3rem;color:var(--base-color);margin-block-end:0}.flow-item-title+p{margin-block-start:.8em}.recruit-bnr{display:grid;grid-template-columns:repeat(auto-fill,minmax(435px,1fr));justify-content:center;gap:20px}@media screen and (max-width:480px){.recruit-bnr{grid-template-columns:1fr}}.recruit-bnr-item{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;height:180px;padding-left:clamp(10px,5vw,50px);padding-right:clamp(10px,5vw,50px);border:2px solid #000;position:relative;transition:all 300ms cubic-bezier(.23,1,.32,1);background-color:#fff}@media screen and (max-width:480px){.recruit-bnr-item{height:120px}.recruit-bnr-item img{max-width:260px;width:100%;height:auto}}.recruit-bnr-item .pict{position:absolute;right:-2px;bottom:-2px;width:32px;height:32px;background-color:#000;background-size:14px;background-position:center;transition:all 300ms cubic-bezier(.23,1,.32,1)}.recruit-bnr-item:hover{border-color:var(--hover-color)}.recruit-bnr-item:hover .pict-after-white-arrow{background:var(--hover-color);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxNCA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Im0xMy40ODM4OSAzLjUtNy4yNDkyNy0zLjM3NDAydjIuNjA5ODZoLTYuMjM0NjJ2MS41MjgzMmg2LjIzNDYydjIuNjA5ODZ6Ii8+PHBhdGggZD0ibTEzLjQ4Mzg5IDMuNS03LjI0OTI3LTMuMzc0MDJ2Mi42MDk4NmgtNi4yMzQ2MnYxLjUyODMyaDYuMjM0NjJ2Mi42MDk4NnoiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-position:center}.date{font-family:Arial,Helvetica,sans-serif;font-size:1.4rem;letter-spacing:.1em;color:var(--color, var(--black-color))}.news-container{container-type:inline-size;container-name:news}.news-grid{display:grid;grid-template-columns:auto auto 1fr;gap:0 15px;padding-block:80px}@container news (width <=480px){.news-grid{grid-template-columns:auto 1fr}}.news-item{position:relative;display:grid;align-items:center;grid-template-columns:subgrid;grid-column:span 3;background-color:#fff;min-height:100px;padding-block:30px 25px;border-bottom:1px solid #e4e4e4}.news-item:first-child{border-top:1px solid #e4e4e4}.news-item .tag-list{margin-top:1px}.news-item .tag{--color:var(--black-color);background-color:#fff;border:1px solid var(--black-color)}@container news (width <=480px){.news-item{gap:10px 20px;grid-template-columns:auto 1fr}.news-text{grid-column:1/3}}.news-text{font-size:1.6rem;font-weight:var(--font-weight-normal);color:var(--color, var(--black-color));transition:color .6s cubic-bezier(.23,1,.32,1);margin-bottom:0;line-height:1.6}.news-text>a::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;transition:all 150ms ease-in}.news-title{color:var(--key-dark-color);margin-block-end:30px;line-height:1.4}@media screen and (max-width:834px){.news-title{font-size:clamp(2.4rem,5vw,3rem)}}@media screen and (max-width:834px){.news-detail{margin:50px 0 0 0}}.news-detail-header{display:flex;align-items:center;gap:0 20px;margin-bottom:25px}.news-detail-title{font-size:2.4rem;padding-bottom:15px;margin-bottom:50px;position:relative}.news-detail-title::after{position:absolute;left:0;bottom:0;content:"";display:block;width:100%;height:2px;border-left:100px solid var(--key-color);background-color:#cbcbcb}.news-main-img{display:flex;align-items:center;flex-direction:column;margin-bottom:50px}.news-main-img img{max-width:650px;max-height:650px;width:100%;height:auto;object-fit:cover}.list-style-none{list-style-type:none}.dl-list{display:grid;justify-content:start;grid-template-columns:auto 1fr;column-gap:var(--gap, 1em);row-gap:.3em;line-height:var(--line-height-variable, 1.8);margin-block-end:.3em}.dl-list[style]{grid-column-gap:0;column-gap:0}.dl-list dt{text-align:justify;text-align-last:justify;white-space:nowrap}.dl-list dt::after{content:var(--dt-content, "")}.dl-list dd{justify-self:start}.list-dot{font-size:var(--font-variable, var(--base-font-size));line-height:var(--line-height-variable, 1.8)}.list-dot li{padding-inline-start:1em}.list-dot li:not(:last-child){margin-bottom:.3em}.list-dot li:before{text-indent:-1em}.list-dot{text-indent:-1em}.list-dot>li::before{display:inline-flex;align-items:center;content:"";width:.4em;height:.4em;border-radius:100%;margin-inline:.3em;transform:translateY(-.35em);background-color:var(--color, var(--key-color))}.--list-inline>li{display:inline-block;margin-inline-end:1em}.list-dot.--row{display:flex;flex-wrap:wrap;column-gap:15px}.list-no{list-style:none;list-style-position:inside;counter-reset:number;font-size:var(--font-variable, var(--base-font-size));line-height:var(--line-height-variable, 1.8)}.list-no li{padding-inline-start:1em}.list-no li:not(:last-child){margin-bottom:.3em}.list-no li:before{text-indent:-1em}.list-no>li{margin-left:.7em;text-indent:-1.6em}.list-no>li::before{counter-increment:number;content:counter(number);display:inline-grid;align-items:center;justify-content:center;width:1.7rem;height:1.7rem;text-align:center;background-color:var(--color, var(--base-color));font-family:Arial,sans-serif;font-size:var(--font-variable, 1.6rem);line-height:1.15;color:#fff;text-indent:0;margin-right:.5em}a[href*=".pdf"]::after{flex:0 0 auto;content:"";display:inline-block;width:20px;height:25px;margin-left:10px;background-image:url(/assets/images/pict/pict-pdf.svg);background-size:contain;background-repeat:no-repeat;transition:transform 200ms ease-out}a[href*=".pdf"]:hover::after{background-image:url(/assets/images/pict/pict-pdf_r.svg)}li:has(a[href*=".pdf"]) a::after{transform:translateY(5px)}:where(.edit-block){container-type:inline-size;--flow-space:0}:where(.edit-block) .center{text-align:center}:where(.edit-block) .left{text-align:left}:where(.edit-block) .right{text-align:right}:where(.edit-block) p+p{margin-top:1.2em}:where(.edit-block) p+:not(p){margin-top:40px}:where(.edit-block) hr{clear:both}:where(.edit-block) h1{font-size:2.4rem;margin-bottom:1em;line-height:1.5}:where(.edit-block) h2{font-size:var(--font-variable, 2rem);background-color:#d9eef6;padding:.75em 1em;margin-block-end:30px;line-height:1.4}@media screen and (max-width:834px){:where(.edit-block) h2{margin-block-end:20px}}:where(.edit-block) h3{font-size:1.8rem;color:var(--key-color);line-height:1.4;margin-block-end:15px}:where(.edit-block) h4{font-size:var(--font-variable, 1.8rem);color:var(--color, var(--black-color));font-weight:var(--font-weight-bold);line-height:1.2;margin-block-end:1em;letter-spacing:.01em}:where(.edit-block) ul:not([class]){list-style-type:none;font-size:var(--font-variable, var(--base-font-size));line-height:var(--line-height-variable, 1.8)}:where(.edit-block) ul:not([class]) li{padding-inline-start:1em}:where(.edit-block) ul:not([class]) li:not(:last-child){margin-bottom:.3em}:where(.edit-block) ul:not([class]) li:before{text-indent:-1em}:where(.edit-block) ul:not([class]){text-indent:-1em}:where(.edit-block) ul:not([class])>li::before{display:inline-flex;align-items:center;content:"";width:.4em;height:.4em;border-radius:100%;margin-inline:.3em;transform:translateY(-.35em);background-color:var(--color, var(--key-color))}:where(.edit-block) ol{list-style:none;list-style-position:inside;counter-reset:number;font-size:var(--font-variable, var(--base-font-size));line-height:var(--line-height-variable, 1.8)}:where(.edit-block) ol li{padding-inline-start:1em}:where(.edit-block) ol li:not(:last-child){margin-bottom:.3em}:where(.edit-block) ol li:before{text-indent:-1em}:where(.edit-block) ol>li{margin-left:.7em;text-indent:-1.6em}:where(.edit-block) ol>li::before{counter-increment:number;content:counter(number);display:inline-grid;align-items:center;justify-content:center;width:1.7rem;height:1.7rem;text-align:center;background-color:var(--color, var(--base-color));font-family:Arial,sans-serif;font-size:var(--font-variable, 1.6rem);line-height:1.15;color:#fff;text-indent:0;margin-right:.5em}:where(.edit-block) figcaption{font-size:var(--font-variable, 1.6rem);margin-top:5px;line-height:1.3;text-align:center}:where(.edit-block) table:not([class]){margin-block-end:var(--margin, 70px)}:where(.edit-block) table:not([class]) th,:where(.edit-block) table:not([class]) td{padding:.9em 1.1em .7em 1.1em;border:1px solid #ccc}@media screen and (max-width:834px){:where(.edit-block) table:not([class]) th,:where(.edit-block) table:not([class]) td{padding-block:.7em;padding-inline:.5em}}:where(.edit-block) table:not([class]) th{text-align:center;background-color:var(--color, #fafafa)}:where(.edit-block) dl{display:grid;grid-template-columns:auto 1fr;gap:.4em 4em}@media screen and (max-width:834px){:where(.edit-block) dl{gap:.4em 1.6em}}:where(.edit-block) dl dt{color:var(--color, var(--key-color));font-weight:var(--font-weight-bold)}:where(.edit-block) .box{background-color:#d9eef6;border:0!important;padding:clamp(15px,5vw,50px) clamp(15px,5vw,80px)!important;border-radius:20px}:where(.edit-block) .grid-columns{--min-width:220px;--gap:22px}@media screen and (max-width:834px){:where(.edit-block) .grid-columns{--gap:15px;grid-template-columns:repeat(2,1fr)}}:where(.edit-block) .grid-columns img{width:100%;height:auto}:where(.edit-block)>:where(*+:not(p)){margin-bottom:20px}.gallery{display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}@media screen and (max-width:834px){.gallery{gap:20px 15px;grid-template-columns:1fr 1fr}}.gallery img{object-fit:cover;width:100%;height:auto;aspect-ratio:4/3}.gallery figcaption{--font-variable:1.4rem}@media screen and (max-width:480px){.gallery figcaption{--font-variable:1.4rem}}@media screen and (max-width:834px){.glightbox-clean .gprev,.glightbox-clean .gnext{top:50%}.glightbox-clean .gprev{left:0}.glightbox-clean .gnext{right:0}}.glightbox-mobile .goverlay{background-color:rgba(0,0,0,.7)}.img-row2{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(20px,3vw,40px)}.img-row2 img{width:100%;height:auto;object-fit:cover}.img-row3{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(20px,3vw,40px)}@media screen and (max-width:834px){.img-row3{grid-template-columns:repeat(2,1fr)}}.img-row3 img{width:100%;height:auto;object-fit:cover}}@layer foundation{.ffs-palt{font-feature-settings:"palt"1}[class*="--text-"]{font-size:var(--font-variable)}.--text-10{--font-variable:1rem}.--text-11{--font-variable:1.1rem}.--text-12{--font-variable:1.2rem}.--text-13{--font-variable:1.3rem}.--text-14{--font-variable:1.4rem}.--text-15{--font-variable:1.5rem}.--text-16{--font-variable:1.6rem}.--text-17{--font-variable:1.7rem}.--text-18{--font-variable:1.8rem}.--text-19{--font-variable:1.9rem}.--text-20{--font-variable:2rem}.--text-21{--font-variable:2.1rem}.--text-22{--font-variable:2.2rem}.--text-23{--font-variable:2.3rem}.--text-24{--font-variable:2.4rem}.--text-25{--font-variable:2.4rem}.--text-26{--font-variable:2.6rem}.--text-27{--font-variable:2.7rem}.--text-28{--font-variable:2.8rem}.--text-29{--font-variable:2.9rem}.--text-30{--font-variable:3rem}.--text-32{--font-variable:3.2rem}.--text-34{--font-variable:3.4rem}.--text-48{--font-variable:4.8rem}.text-shadow{text-shadow:0 0 5px rgba(0,0,0,.9),0 0 4px rgba(0,0,0,.5)}.text-center{text-align:center}.text-justify{text-align:justify}.text-right{text-align:right}.text-left{text-align:left}.text-balance{text-wrap:balance}.wb-keep-all{word-break:keep-all}@media screen and (max-width:834px){.md--text-20{--font-variable:2rem}.md--text-24{--font-variable:2.4rem}.md-text-center{text-align:center}.md-text-right{text-align:right}.md-text-left{text-align:left}.md-text-justify{text-align:justify}}@media screen and (max-width:480px){sup{font-size:70%}.sp-text-11{font-size:1.1rem}.sp-text-12{font-size:1.2rem}.sp-text-center{text-align:center}.sp-text-right{text-align:right}.sp-text-left{text-align:left}.sp-text-justify{text-align:justify}}.underline{text-decoration:underline}.no-decoration{text-decoration:none}.bold,b,strong{font-weight:var(--font-weight-bold)}.normal{font-weight:var(--font-weight-normal)}.italic{font-style:italic}.indent{text-indent:1em}.para{--font-variable:1.4rem;--line-height-variable:1.6;text-indent:-1em;padding-left:1em}.para:has(+.para){margin-bottom:0}.en .para{padding-left:1.4em;text-indent:-.65em}.ls-05{letter-spacing:-.05em}.ls-1{letter-spacing:-.1em}.ls-3{letter-spacing:-.3em}.ls0{letter-spacing:0}.ls1{letter-spacing:.1em}.ls02{letter-spacing:.02em}.ls05{letter-spacing:.05em}.ls2{letter-spacing:.2em}.ls3{letter-spacing:.3em}.ls4{letter-spacing:.4em}.ls10{letter-spacing:1em}@media screen and (max-width:480px){.sp-ls0{letter-spacing:0}}.noindent{letter-spacing:0;text-indent:0}.lh12{line-height:1.2}.lh14{line-height:1.4}.lh16{line-height:1.6}.lh18{line-height:1.8}.lh20{line-height:2}.lh21{line-height:2.1}.lh22{line-height:2.2}.nowrap{white-space:nowrap}@media screen and (max-width:834px){.md-wrap{white-space:normal}}.vertical-rl{writing-mode:vertical-rl}.--text-crop::before{content:"";display:block;height:0;width:0;margin-top:calc((1 - 1.2)*.5em)}.hidetxt{-moz-user-select:none;-ms-user-select:none;-khtml-user-select:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.space1em{letter-spacing:1em;text-indent:1em}.static{position:static}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.zindex0{z-index:0}.zindex1{z-index:1}.zindex2{z-index:2}.zindex3{z-index:3}.zindex4{z-index:4}.zindex5{z-index:5}.floL{float:left}.floR{float:right}.imgL{float:left;margin-right:30px;margin-bottom:35px;width:fit-content;text-align:center}@media screen and (max-width:480px){.imgL{float:none;margin:0 auto 20px auto}}.imgR{float:right;margin-left:30px;margin-bottom:35px;width:fit-content;text-align:center}@media screen and (max-width:480px){.imgR{float:none;margin:0 auto 20px auto}}.clear{clear:both}.clear-left{clear:left}.clear-right{clear:right}.v-top{vertical-align:top}.v-middle{vertical-align:middle}.v-bottom{vertical-align:bottom}.margin-auto{margin:auto}.mt-auto{margin-block-start:auto}.mb-auto{margin-block-end:auto}.ml-auto{margin-inline-start:auto}.mr-auto{margin-inline-end:auto}.block{display:block}.inline{display:inline}.overhidden{overflow:hidden}.inline-block{display:inline-block}.visible{visibility:visible}.invisible{visibility:hidden}.hidden{display:none}@media screen and (max-width:1179px){.hidden-pc{display:none}}@media screen and (max-width:834px){.hidden-md{display:none}}@media screen and (max-width:480px){.hidden-sp{display:none}}@media screen and (max-width:1179px){.display-pc{display:block}}.display-md{display:none}@media screen and (max-width:834px){.display-md{display:block}}.display-sp{display:none}@media screen and (max-width:480px){.display-sp{display:block}}.flex{display:flex}@media screen and (max-width:480px){.sp-flex{display:flex}}.inline-flex{display:inline-flex}@media screen and (max-width:480px){.sp-inline-flex{display:inline-flex}}.flex-row-wrap{flex-flow:row wrap}.flex-row-nowrap{flex-flow:row nowrap}.flex-column-wrap{flex-flow:column wrap}.flex-column-nowrap{flex-flow:column nowrap}@media screen and (max-width:834px){.md-flex-row-wrap{flex-flow:row wrap}}@media screen and (max-width:480px){.sp-flex-row-wrap{flex-flow:row wrap}}@media screen and (max-width:834px){.md-flex-column-nowrap{flex-flow:column nowrap}}@media screen and (max-width:480px){.sp-flex-column-nowrap{flex-flow:column nowrap}}.direction-row{flex-direction:row}.direction-row-reverse{flex-direction:row-reverse}@media screen and (max-width:480px){.sp-direction-row{flex-direction:row}}.direction-column{flex-direction:column}@media screen and (max-width:834px){.md-direction-column{flex-direction:column}}@media screen and (max-width:480px){.sp-direction-column{flex-direction:column}}.direction-column-reverse{flex-direction:column-reverse}@media screen and (max-width:1179px){.pc-direction-column-reverse{flex-direction:column-reverse}}@media screen and (max-width:834px){.md-direction-column-reverse{flex-direction:column-reverse}}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}@media screen and (max-width:834px){.md-flex-wrap{flex-wrap:wrap}}@media screen and (max-width:480px){.sp-flex-wrap{flex-wrap:wrap}}.justify-spacebetween{justify-content:space-between}.justify-center{justify-content:center}.justify-spacearound{justify-content:space-around}.justify-start{justify-content:start}.justify-end{justify-content:end}@media screen and (max-width:834px){.md-justify-center{justify-content:center}}@media screen and (max-width:480px){.sp-justify-spacebetween{justify-content:space-between}}@media screen and (max-width:480px){.sp-justify-center{justify-content:center}}@media screen and (max-width:480px){.sp-justify-spacearound{justify-content:space-around}}@media screen and (max-width:480px){.sp-justify-start{justify-content:start}}@media screen and (max-width:480px){.sp-justify-end{justify-content:end}}.align-content-spacebetween{align-content:space-between}.align-content-strech{align-content:strech}.flex-grow{flex-grow:1}.flex-grow-off{flex-grow:0}.flex-shrink{flex-shrink:1}.flex-shrink-off{flex-shrink:0}@media screen and (max-width:480px){.sp-flex-grow{flex-grow:1}.sp-flex-grow-off{flex-grow:0}.sp-flex-shrink{flex-shrink:1}.sp-flex-shrink-off{flex-shrink:0}}.align-items-start{align-items:start}.align-items-end{align-items:end}.align-items-strech{align-items:strech}.align-items-center{align-items:center}@media screen and (max-width:834px){.md-align-item-center{align-items:center}.md-align-item-start{align-items:start}.md-align-item-end{align-items:end}}@media screen and (max-width:480px){.sp-align-item-center{align-items:center}.sp-align-item-start{align-items:start}.sp-align-item-end{align-items:end}}.align-self-center{align-self:center}.align-self-start{align-self:start}.align-self-end{align-self:end}.justify-self-center{justify-self:center}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}@media screen and (max-width:834px){.md-align-self-center{align-self:center}.md-align-self-start{align-self:start}.md-align-self-end{align-self:end}.md-justify-self-center{justify-self:center}.md-justify-self-start{justify-self:start}.md-justify-self-end{justify-self:end}}@media screen and (max-width:480px){.sp-justify-self-auto{justify-self:auto}}.order1{order:1}.order2{order:2}.order3{order:3}.order4{order:4}.order5{order:6}.order6{order:6}@media screen and (max-width:834px){.md-order1{order:1}.md-order2{order:2}.md-order3{order:3}}@media screen and (max-width:480px){.sp-order1{order:1}.sp-order2{order:2}.sp-order3{order:3}.sp-order4{order:4}.sp-order5{order:5}.sp-order6{order:6}}.grid{display:grid}.inline-grid{display:inline-grid}@media screen and (max-width:480px){.sp-grid{display:grid}}.gap{gap:var(--gap, 1%)}.--gap10{--gap:10px}.--gap20{--gap:20px}.--gap30{--gap:30px}.--gap40{--gap:40px}.--gap50{--gap:50px}@media screen and (max-width:480px){.--sp-gap10{--gap:10px}}.grid-columns{display:grid;grid-template-columns:repeat(var(--column-num, auto-fill),minmax(var(--min-width, 260px),1fr));gap:var(--row-gap, 30px) var(--column-gap, 30px)}.--columns2{--column-num:2}@media screen and (max-width:834px){.--columns2{--column-num:1}}.--columns3{--min-width:278px}.grid-columns.--img{--min-width:300px;--column-gap:15px}@media screen and (max-width:834px){.grid-columns.--img{--min-width:100px}}.grid-columns.--img img{width:100%;height:auto}@media screen and (max-width:834px){.grid-columns.--md-clolumn{grid-template-columns:1fr}}.grid-template-auto-row{grid-template-rows:auto 1fr}.hover-underline:hover{text-decoration:underline}.hover-img{position:relative;overflow:hidden}.hover-img img{position:relative;z-index:0;transform:scale(1);transition:transform 400ms ease-out}:hover>.hover-img img{transform:scale(1.05)}.radius{border-radius:100%}.radius-s{border-radius:var(--radius, 4px)}.radius-m{border-radius:var(--radius, 8px)}.radius-l{border-radius:var(--radius, 16px)}@media screen and (max-width:834px){.md-radius-none{border-radius:0}}@media screen and (max-width:480px){.sp-radius-none{border-radius:0}}.gray-box{display:inline-flex;align-items:center;background-color:var(--gray-light-color);padding:5px 14px}.radius-box{padding:1.5em;border-radius:.5em}.box{padding:1em;border-width:1px;border-style:solid}.box-solid{padding:20px;background-color:var(--bg-color, var(--key-light-color))}@media screen and (max-width:480px){.box-solid{padding:var(--sp_margin_px)}}.box-solid.--wide{padding:45px 50px}@media screen and (max-width:834px){.box-solid.--wide{padding:30px var(--sp_margin_px)}}.box-narrow{padding:clamp(.5em,2vw,1em)}.box-border{padding:1.5em;border-width:.2em;border-style:solid}.border-none{border:0}.border-bottom{border-bottom:1px solid #e4e4e4}.border-top{border-top:1px solid var(--color)}.border-top-none{border-top:none}.border-bottom-none{border-bottom:none}@media screen and (max-width:480px){.sp-border-bottom-none{border-bottom:none}}.img-border{border:1px solid #e4e4e4;vertical-align:top}.object-cover{object-fit:cover;width:100%;height:100%}@media screen and (max-width:1179px){.pc-object-cover{object-fit:cover;width:100%;height:100%}}@media screen and (max-width:834px){.md-object-cover{object-fit:cover;width:100%;height:100%}}@media screen and (max-width:480px){.sp-object-cover{object-fit:cover;width:100%;height:100%}}.object-cover-child>*{width:inherit;object-fit:cover;width:100%;height:100%}.object-contain{object-fit:contain;width:100%;height:100%}.object-fit-cover{object-fit:cover}.object-fit-contain{object-fit:contain}.object-position-left-top{object-position:left top}.object-position-left-center{object-position:left center}.object-position-left-bottom{object-position:left bottom}.object-position-right-top{object-position:right top}.object-position-right-center{object-position:right center}.object-position-right-bottom{object-position:right bottom}.object-position-center-top{object-position:center top}.object-position-center{object-position:center}.object-position-center-bottom{object-position:center bottom}.aspect-ratio16-9{aspect-ratio:16/9}.aspect-ratio4-3{aspect-ratio:4/3}.aspect-ratio1{aspect-ratio:1/1}@media screen and (max-width:834px){.md-aspect-ratio16-9{aspect-ratio:16/9}.md-aspect-ratio4-3{aspect-ratio:4/3}}.at-container{container:inline-size}.btn-container{container:btn-container/inline-size}}@layer utility{[class*="--color-"]:not(:has(.background-color)),[class*="--color-"]:not(:has(.border-color)){color:var(--color)}.--color-base{--color:var(--base-color)}.--color-base-light{--color:var(--base-light-color)}.--color-key{--color:var(--key-color)}.--color-key-light{--color:var(--key-light-color)}.--color-key-dark{--color:var(--key-dark-color)}.--color-red{--color:red}.--color-black{--color:#000}.--color-white{--color:#fff}.--color-gray{--color:#e4e4e4}.--color-gray-light{--color:var(--gray-light-color)}.--color-hover{--color:var(--hover-color)}.--color-link{--color:var(--link-color)}.background-color{background-color:var(--color)}.border-color{border-color:var(--color)}.important{color:#b8272d}.require{color:var(--base-color)}.c-base{color:var(--base-color)}.c-key{color:var(--key-color)}.c-black{color:#000}.c-white{color:#fff}.c-red{color:var(--red-color)}.c-gray{color:var(--gray-color)}.c-hover:hover{color:var(--key-color)}.bg-key-light{background-color:var(--key-light-color)}.bg-black{background-color:#000}.bg-white{background-color:#fff}.bg-red{background-color:#ed1c24}.bg-gray{background-color:var(--gray-light-color)}.multiply{mix-blend-mode:multiply}.bg-base-full{border-image-source:linear-gradient(var(--color, var(--base-color)),var(--color, var(--base-color)));border-image-slice:0 fill;border-image-outset:0 100vw 0 100vw}.bg-black-full{border-image-source:linear-gradient(var(--black-color),var(--black-color));border-image-slice:0 fill;border-image-outset:0 100vw 0 100vw}.success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.error{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.init-transparent{opacity:0;transform:translateY(30px);transition:all 800ms ease-in-out}.init-transparent.is-active{transition:all 800ms ease-in-out;opacity:1;transform:translateY(0)}.fade-in{animation:fadeIn 150ms ease-in-out 1 forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-out{animation:fadeOut 400ms ease-in-out 1 forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.clip-to-right{clip-path:inset(0 100%0 0);transition:.8s ease-in;transition:clip-path 800ms ease-in-out}.clip-to-right.is-visible{clip-path:inset(0)}.clip-to-left{clip-path:inset(0 0 0 100%);transition:.8s ease-in;transition:clip-path 800ms ease-in-out}.clip-to-left.is-visible{clip-path:inset(0)}@keyframes border-anime{0%{background-position:200% 100%}to{background-position:0 100%}}a:focus-visible,input:focus-visible,textarea:focus-visible,button:focus-visible,select:focus-visible{outline:Highlight auto 2px;outline:-webkit-focus-ring-color auto 2px;outline-offset:2px}.mt0{margin-top:0}.mr0{margin-right:0}.mb0{margin-bottom:0}.ml0{margin-left:0}.mt5{margin-top:.5rem}.mr5{margin-right:.5rem}.mb5{margin-bottom:.5rem}.ml5{margin-left:.5rem}.mt10{margin-top:1rem}.mr10{margin-right:1rem}.mb10{margin-bottom:1rem}.ml10{margin-left:1rem}.mt15{margin-top:1.5rem}.mr15{margin-right:1.5rem}.mb15{margin-bottom:1.5rem}.ml15{margin-left:1.5rem}.mt20{margin-top:2rem}.mr20{margin-right:2rem}.mb20{margin-bottom:2rem}.ml20{margin-left:2rem}.mt25{margin-top:2.5rem}.mr25{margin-right:2.5rem}.mb25{margin-bottom:2.5rem}.ml25{margin-left:2.5rem}.mt30{margin-top:3rem}.mr30{margin-right:3rem}.mb30{margin-bottom:3rem}.ml30{margin-left:3rem}.mt35{margin-top:3.5rem}.mr35{margin-right:3.5rem}.mb35{margin-bottom:3.5rem}.ml35{margin-left:3.5rem}.mt40{margin-top:4rem}.mr40{margin-right:4rem}.mb40{margin-bottom:4rem}.ml40{margin-left:4rem}.mt45{margin-top:4.5rem}.mr45{margin-right:4.5rem}.mb45{margin-bottom:4.5rem}.ml45{margin-left:4.5rem}.mt50{margin-top:5rem}.mr50{margin-right:5rem}.mb50{margin-bottom:5rem}.ml50{margin-left:5rem}.mt55{margin-top:5.5rem}.mr55{margin-right:5.5rem}.mb55{margin-bottom:5.5rem}.ml55{margin-left:5.5rem}.mt60{margin-top:6rem}.mr60{margin-right:6rem}.mb60{margin-bottom:6rem}.ml60{margin-left:6rem}.mt65{margin-top:6.5rem}.mr65{margin-right:6.5rem}.mb65{margin-bottom:6.5rem}.ml65{margin-left:6.5rem}.mt70{margin-top:7rem}.mr70{margin-right:7rem}.mb70{margin-bottom:7rem}.ml70{margin-left:7rem}.mt75{margin-top:7.5rem}.mr75{margin-right:7.5rem}.mb75{margin-bottom:7.5rem}.ml75{margin-left:7.5rem}.mt80{margin-top:8rem}.mr80{margin-right:8rem}.mb80{margin-bottom:8rem}.ml80{margin-left:8rem}.mt85{margin-top:8.5rem}.mr85{margin-right:8.5rem}.mb85{margin-bottom:8.5rem}.ml85{margin-left:8.5rem}.mt90{margin-top:9rem}.mr90{margin-right:9rem}.mb90{margin-bottom:9rem}.ml90{margin-left:9rem}.mt95{margin-top:9.5rem}.mr95{margin-right:9.5rem}.mb95{margin-bottom:9.5rem}.ml95{margin-left:9.5rem}.mt100{margin-top:10rem}.mr100{margin-right:10rem}.mb100{margin-bottom:10rem}.ml100{margin-left:10rem}.mt110{margin-top:110px}.mt130{margin-top:130px}.mt150{margin-top:150px}.mt180{margin-top:180px}@media screen and (max-width:480px){.sp-mt0{margin-top:0}.sp-mt15{margin-top:15px}.sp-mt30{margin-top:30px}.sp-mt60{margin-top:60px}.sp-mt90{margin-top:90px}.sp-mt100{margin-top:100px}.sp-mt140{margin-top:140px}}.pt0{padding-top:0}.pr0{padding-right:0}.pb0{padding-bottom:0}.pl0{padding-left:0}.pt5{padding-top:.5rem}.pr5{padding-right:.5rem}.pb5{padding-bottom:.5rem}.pl5{padding-left:.5rem}.pt10{padding-top:1rem}.pr10{padding-right:1rem}.pb10{padding-bottom:1rem}.pl10{padding-left:1rem}.pt15{padding-top:1.5rem}.pr15{padding-right:1.5rem}.pb15{padding-bottom:1.5rem}.pl15{padding-left:1.5rem}.pt20{padding-top:2rem}.pr20{padding-right:2rem}.pb20{padding-bottom:2rem}.pl20{padding-left:2rem}.pt25{padding-top:2.5rem}.pr25{padding-right:2.5rem}.pb25{padding-bottom:2.5rem}.pl25{padding-left:2.5rem}.pt30{padding-top:3rem}.pr30{padding-right:3rem}.pb30{padding-bottom:3rem}.pl30{padding-left:3rem}.pt35{padding-top:3.5rem}.pr35{padding-right:3.5rem}.pb35{padding-bottom:3.5rem}.pl35{padding-left:3.5rem}.pt40{padding-top:4rem}.pr40{padding-right:4rem}.pb40{padding-bottom:4rem}.pl40{padding-left:4rem}.pt45{padding-top:4.5rem}.pr45{padding-right:4.5rem}.pb45{padding-bottom:4.5rem}.pl45{padding-left:4.5rem}.pt50{padding-top:5rem}.pr50{padding-right:5rem}.pb50{padding-bottom:5rem}.pl50{padding-left:5rem}.pt55{padding-top:5.5rem}.pr55{padding-right:5.5rem}.pb55{padding-bottom:5.5rem}.pl55{padding-left:5.5rem}.pt60{padding-top:6rem}.pr60{padding-right:6rem}.pb60{padding-bottom:6rem}.pl60{padding-left:6rem}.pt65{padding-top:6.5rem}.pr65{padding-right:6.5rem}.pb65{padding-bottom:6.5rem}.pl65{padding-left:6.5rem}.pt70{padding-top:7rem}.pr70{padding-right:7rem}.pb70{padding-bottom:7rem}.pl70{padding-left:7rem}.pt75{padding-top:7.5rem}.pr75{padding-right:7.5rem}.pb75{padding-bottom:7.5rem}.pl75{padding-left:7.5rem}.pt80{padding-top:8rem}.pr80{padding-right:8rem}.pb80{padding-bottom:8rem}.pl80{padding-left:8rem}.pt85{padding-top:8.5rem}.pr85{padding-right:8.5rem}.pb85{padding-bottom:8.5rem}.pl85{padding-left:8.5rem}.pt90{padding-top:9rem}.pr90{padding-right:9rem}.pb90{padding-bottom:9rem}.pl90{padding-left:9rem}.pt95{padding-top:9.5rem}.pr95{padding-right:9.5rem}.pb95{padding-bottom:9.5rem}.pl95{padding-left:9.5rem}.pt100{padding-top:10rem}.pr100{padding-right:10rem}.pb100{padding-bottom:10rem}.pl100{padding-left:10rem}.w5{width:5%}.w10{width:10%}.w15{width:15%}.w20{width:20%}.w25{width:25%}.w30{width:30%}.w35{width:35%}.w40{width:40%}.w45{width:45%}.w50{width:50%}.w55{width:55%}.w60{width:60%}.w65{width:65%}.w70{width:70%}.w75{width:75%}.w80{width:80%}.w85{width:85%}.w90{width:90%}.w95{width:95%}.w100{width:100%}@media screen and (max-width:1179px){.pc-mt0{margin-top:0}.pc-mt50{margin-top:50px}}@media screen and (max-width:834px){.md-mt0{margin-top:0}.md-mr0{margin-right:0}.md-mb0{margin-bottom:0}.md-ml0{margin-left:0}.md-pt0{padding-top:0}.md-pr0{padding-right:0}.md-pb0{padding-bottom:0}.md-pl0{padding-left:0}.md-mt5{margin-top:.5rem}.md-mr5{margin-right:.5rem}.md-mb5{margin-bottom:.5rem}.md-ml5{margin-left:.5rem}.md-pt5{padding-top:.5rem}.md-pr5{padding-right:.5rem}.md-pb5{padding-bottom:.5rem}.md-pl5{padding-left:.5rem}.md-mt10{margin-top:1rem}.md-mr10{margin-right:1rem}.md-mb10{margin-bottom:1rem}.md-ml10{margin-left:1rem}.md-pt10{padding-top:1rem}.md-pr10{padding-right:1rem}.md-pb10{padding-bottom:1rem}.md-pl10{padding-left:1rem}.md-mt15{margin-top:1.5rem}.md-mr15{margin-right:1.5rem}.md-mb15{margin-bottom:1.5rem}.md-ml15{margin-left:1.5rem}.md-pt15{padding-top:1.5rem}.md-pr15{padding-right:1.5rem}.md-pb15{padding-bottom:1.5rem}.md-pl15{padding-left:1.5rem}.md-mt20{margin-top:2rem}.md-mr20{margin-right:2rem}.md-mb20{margin-bottom:2rem}.md-ml20{margin-left:2rem}.md-pt20{padding-top:2rem}.md-pr20{padding-right:2rem}.md-pb20{padding-bottom:2rem}.md-pl20{padding-left:2rem}.md-mt25{margin-top:2.5rem}.md-mr25{margin-right:2.5rem}.md-mb25{margin-bottom:2.5rem}.md-ml25{margin-left:2.5rem}.md-pt25{padding-top:2.5rem}.md-pr25{padding-right:2.5rem}.md-pb25{padding-bottom:2.5rem}.md-pl25{padding-left:2.5rem}.md-mt30{margin-top:3rem}.md-mr30{margin-right:3rem}.md-mb30{margin-bottom:3rem}.md-ml30{margin-left:3rem}.md-pt30{padding-top:3rem}.md-pr30{padding-right:3rem}.md-pb30{padding-bottom:3rem}.md-pl30{padding-left:3rem}.md-mt35{margin-top:3.5rem}.md-mr35{margin-right:3.5rem}.md-mb35{margin-bottom:3.5rem}.md-ml35{margin-left:3.5rem}.md-pt35{padding-top:3.5rem}.md-pr35{padding-right:3.5rem}.md-pb35{padding-bottom:3.5rem}.md-pl35{padding-left:3.5rem}.md-mt40{margin-top:4rem}.md-mr40{margin-right:4rem}.md-mb40{margin-bottom:4rem}.md-ml40{margin-left:4rem}.md-pt40{padding-top:4rem}.md-pr40{padding-right:4rem}.md-pb40{padding-bottom:4rem}.md-pl40{padding-left:4rem}.md-mt45{margin-top:4.5rem}.md-mr45{margin-right:4.5rem}.md-mb45{margin-bottom:4.5rem}.md-ml45{margin-left:4.5rem}.md-pt45{padding-top:4.5rem}.md-pr45{padding-right:4.5rem}.md-pb45{padding-bottom:4.5rem}.md-pl45{padding-left:4.5rem}.md-mt50{margin-top:5rem}.md-mr50{margin-right:5rem}.md-mb50{margin-bottom:5rem}.md-ml50{margin-left:5rem}.md-pt50{padding-top:5rem}.md-pr50{padding-right:5rem}.md-pb50{padding-bottom:5rem}.md-pl50{padding-left:5rem}.md-mt55{margin-top:5.5rem}.md-mr55{margin-right:5.5rem}.md-mb55{margin-bottom:5.5rem}.md-ml55{margin-left:5.5rem}.md-pt55{padding-top:5.5rem}.md-pr55{padding-right:5.5rem}.md-pb55{padding-bottom:5.5rem}.md-pl55{padding-left:5.5rem}.md-mt60{margin-top:6rem}.md-mr60{margin-right:6rem}.md-mb60{margin-bottom:6rem}.md-ml60{margin-left:6rem}.md-pt60{padding-top:6rem}.md-pr60{padding-right:6rem}.md-pb60{padding-bottom:6rem}.md-pl60{padding-left:6rem}.md-mt65{margin-top:6.5rem}.md-mr65{margin-right:6.5rem}.md-mb65{margin-bottom:6.5rem}.md-ml65{margin-left:6.5rem}.md-pt65{padding-top:6.5rem}.md-pr65{padding-right:6.5rem}.md-pb65{padding-bottom:6.5rem}.md-pl65{padding-left:6.5rem}.md-mt70{margin-top:7rem}.md-mr70{margin-right:7rem}.md-mb70{margin-bottom:7rem}.md-ml70{margin-left:7rem}.md-pt70{padding-top:7rem}.md-pr70{padding-right:7rem}.md-pb70{padding-bottom:7rem}.md-pl70{padding-left:7rem}.md-mt75{margin-top:7.5rem}.md-mr75{margin-right:7.5rem}.md-mb75{margin-bottom:7.5rem}.md-ml75{margin-left:7.5rem}.md-pt75{padding-top:7.5rem}.md-pr75{padding-right:7.5rem}.md-pb75{padding-bottom:7.5rem}.md-pl75{padding-left:7.5rem}.md-mt80{margin-top:8rem}.md-mr80{margin-right:8rem}.md-mb80{margin-bottom:8rem}.md-ml80{margin-left:8rem}.md-pt80{padding-top:8rem}.md-pr80{padding-right:8rem}.md-pb80{padding-bottom:8rem}.md-pl80{padding-left:8rem}.md-mt85{margin-top:8.5rem}.md-mr85{margin-right:8.5rem}.md-mb85{margin-bottom:8.5rem}.md-ml85{margin-left:8.5rem}.md-pt85{padding-top:8.5rem}.md-pr85{padding-right:8.5rem}.md-pb85{padding-bottom:8.5rem}.md-pl85{padding-left:8.5rem}.md-mt90{margin-top:9rem}.md-mr90{margin-right:9rem}.md-mb90{margin-bottom:9rem}.md-ml90{margin-left:9rem}.md-pt90{padding-top:9rem}.md-pr90{padding-right:9rem}.md-pb90{padding-bottom:9rem}.md-pl90{padding-left:9rem}.md-mt95{margin-top:9.5rem}.md-mr95{margin-right:9.5rem}.md-mb95{margin-bottom:9.5rem}.md-ml95{margin-left:9.5rem}.md-pt95{padding-top:9.5rem}.md-pr95{padding-right:9.5rem}.md-pb95{padding-bottom:9.5rem}.md-pl95{padding-left:9.5rem}.md-mt100{margin-top:10rem}.md-mr100{margin-right:10rem}.md-mb100{margin-bottom:10rem}.md-ml100{margin-left:10rem}.md-pt100{padding-top:10rem}.md-pr100{padding-right:10rem}.md-pb100{padding-bottom:10rem}.md-pl100{padding-left:10rem}}@media screen and (max-width:480px){.sp-mt0{margin-top:0}.sp-mr0{margin-right:0}.sp-mb0{margin-bottom:0}.sp-ml0{margin-left:0}.sp-pt0{padding-top:0}.sp-pr0{padding-right:0}.sp-pb0{padding-bottom:0}.sp-pl0{padding-left:0}.sp-mt5{margin-top:.5rem}.sp-mr5{margin-right:.5rem}.sp-mb5{margin-bottom:.5rem}.sp-ml5{margin-left:.5rem}.sp-pt5{padding-top:.5rem}.sp-pr5{padding-right:.5rem}.sp-pb5{padding-bottom:.5rem}.sp-pl5{padding-left:.5rem}.sp-mt10{margin-top:1rem}.sp-mr10{margin-right:1rem}.sp-mb10{margin-bottom:1rem}.sp-ml10{margin-left:1rem}.sp-pt10{padding-top:1rem}.sp-pr10{padding-right:1rem}.sp-pb10{padding-bottom:1rem}.sp-pl10{padding-left:1rem}.sp-mt15{margin-top:1.5rem}.sp-mr15{margin-right:1.5rem}.sp-mb15{margin-bottom:1.5rem}.sp-ml15{margin-left:1.5rem}.sp-pt15{padding-top:1.5rem}.sp-pr15{padding-right:1.5rem}.sp-pb15{padding-bottom:1.5rem}.sp-pl15{padding-left:1.5rem}.sp-mt20{margin-top:2rem}.sp-mr20{margin-right:2rem}.sp-mb20{margin-bottom:2rem}.sp-ml20{margin-left:2rem}.sp-pt20{padding-top:2rem}.sp-pr20{padding-right:2rem}.sp-pb20{padding-bottom:2rem}.sp-pl20{padding-left:2rem}.sp-mt25{margin-top:2.5rem}.sp-mr25{margin-right:2.5rem}.sp-mb25{margin-bottom:2.5rem}.sp-ml25{margin-left:2.5rem}.sp-pt25{padding-top:2.5rem}.sp-pr25{padding-right:2.5rem}.sp-pb25{padding-bottom:2.5rem}.sp-pl25{padding-left:2.5rem}.sp-mt30{margin-top:3rem}.sp-mr30{margin-right:3rem}.sp-mb30{margin-bottom:3rem}.sp-ml30{margin-left:3rem}.sp-pt30{padding-top:3rem}.sp-pr30{padding-right:3rem}.sp-pb30{padding-bottom:3rem}.sp-pl30{padding-left:3rem}.sp-mt35{margin-top:3.5rem}.sp-mr35{margin-right:3.5rem}.sp-mb35{margin-bottom:3.5rem}.sp-ml35{margin-left:3.5rem}.sp-pt35{padding-top:3.5rem}.sp-pr35{padding-right:3.5rem}.sp-pb35{padding-bottom:3.5rem}.sp-pl35{padding-left:3.5rem}.sp-mt40{margin-top:4rem}.sp-mr40{margin-right:4rem}.sp-mb40{margin-bottom:4rem}.sp-ml40{margin-left:4rem}.sp-pt40{padding-top:4rem}.sp-pr40{padding-right:4rem}.sp-pb40{padding-bottom:4rem}.sp-pl40{padding-left:4rem}.sp-mt45{margin-top:4.5rem}.sp-mr45{margin-right:4.5rem}.sp-mb45{margin-bottom:4.5rem}.sp-ml45{margin-left:4.5rem}.sp-pt45{padding-top:4.5rem}.sp-pr45{padding-right:4.5rem}.sp-pb45{padding-bottom:4.5rem}.sp-pl45{padding-left:4.5rem}.sp-mt50{margin-top:5rem}.sp-mr50{margin-right:5rem}.sp-mb50{margin-bottom:5rem}.sp-ml50{margin-left:5rem}.sp-pt50{padding-top:5rem}.sp-pr50{padding-right:5rem}.sp-pb50{padding-bottom:5rem}.sp-pl50{padding-left:5rem}}.click-expand::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;transition:all 150ms ease-in}.width-fit-content{width:fit-content}.box-shadow{box-shadow:0 1px 5px 0 rgba(0,0,0,.1),0 3px 10px -5px rgba(0,0,0,.08),0 5px 20px -10px rgba(0,0,0,.06)}.map{overflow:hidden;height:460px}.map iframe{aspect-ratio:16/9;width:100%;height:100%;max-height:550px}@media screen and (max-width:834px){.map iframe{min-height:245px;height:350px;aspect-ratio:16/9}}hr{font-size:clamp(1rem,2.1vw,1.6rem);padding:50px 0;margin:0;border:0}hr.border{border-top:1px solid var(--base-color)}hr.border-top-gray{border-top:1px solid #e4e4e4;margin-block:90px 0;padding-block:0 40px}.no-bg{background:0 0}.img-full{width:100%;height:auto}@media screen and (max-width:1179px){.pc-img-full{width:100%;height:auto}}@media screen and (max-width:834px){.md-img-full{width:100%;height:auto}}@media screen and (max-width:480px){.sp-img-full{width:100%;height:auto}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.skip-link:focus{width:auto;height:auto;margin:0;clip:unset;z-index:9999}}