@media(max-width:519px){.CategoryNav_categoryNavWrapper__E6k_X{position:fixed;z-index:2;top:65px;left:0;width:100%}}@media(min-width:520px){.CategoryNav_categoryNavWrapper__E6k_X{display:flex;justify-content:center}}.CategoryNav_categoryNav__gD1Z_{display:flex}@media(max-width:519px){.CategoryNav_categoryNav__gD1Z_{padding:0 0 0 8px;overflow-x:scroll;overflow-y:hidden;border-bottom:1px solid var(--color-divider);background-color:var(--color-bg-1);scrollbar-width:none;-ms-overflow-style:none}.CategoryNav_categoryNav__gD1Z_::-webkit-scrollbar{scrollbar-width:none;display:none}}@media(min-width:520px){.CategoryNav_categoryNav__gD1Z_{max-width:100%;padding:24px 32px;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overflow-y:hidden}}@media(min-width:520px)and (min-width:520px){.CategoryNav_categoryNav__gD1Z_{scrollbar-width:none;-ms-overflow-style:none}@-moz-document url-prefix(){.CategoryNav_categoryNav__gD1Z_{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}}.CategoryNav_categoryNav__gD1Z_::-webkit-scrollbar{width:8px;height:8px;background:transparent}.CategoryNav_categoryNav__gD1Z_::-webkit-scrollbar-track{margin-right:64px;margin-left:64px}.CategoryNav_categoryNav__gD1Z_::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.04)}}.CategoryNav_categoryNav__gD1Z_ li{font-size:var(--size-font-s);line-height:1;font-weight:700}@media(max-width:519px){.CategoryNav_categoryNav__gD1Z_ li{display:flex;align-items:center;height:44px;margin:0 12px}.CategoryNav_categoryNav__gD1Z_ li:last-child{margin:0 0 0 12px}.CategoryNav_categoryNav__gD1Z_ li:last-child a:after{content:"";display:inline-block;padding-right:20px}}@media(min-width:520px){.CategoryNav_categoryNav__gD1Z_ li:not(:last-child){margin-right:24px}}.CategoryNav_categoryNav__gD1Z_ li:first-child:after{margin-left:16px}@media(max-width:519px){.CategoryNav_categoryNav__gD1Z_ li:first-child:after{content:"";width:2px;height:16px;background-color:var(--color-border)}}@media(min-width:520px){.CategoryNav_categoryNav__gD1Z_ li:first-child:after{content:"/"}}.CategoryNav_categoryNav__gD1Z_ a{text-decoration:none;white-space:nowrap}@media(max-width:519px){.CategoryNav_categoryNav__gD1Z_ a{display:flex;align-items:center;height:44px}}@media(min-width:520px){.CategoryNav_categoryNav__gD1Z_ a{padding:10px 0}.CategoryNav_categoryNav__gD1Z_ a:hover{color:var(--color-brand-corp)}}.CategoryNav_active___8k84 a{position:relative;color:var(--color-brand-corp)}.CategoryNav_active___8k84 a:before{content:"";position:absolute;bottom:0;left:0;height:2px;background-color:var(--color-brand-corp)}@media(max-width:519px){.CategoryNav_active___8k84 a:before{width:100%}.CategoryNav_active___8k84:last-child a:before{width:calc(100% - 20px)}}@media(min-width:520px){.CategoryNav_active___8k84 a:before{width:100%}}.AnchorWithExternalArrow_arrow__6wYuH{text-decoration:none}.AnchorWithExternalArrow_arrow__6wYuH:hover{text-decoration:underline}.AnchorWithExternalArrow_arrow__6wYuH svg{width:10px;height:10px;margin-left:4px;vertical-align:middle}.AnchorWithExternalArrow_arrow__6wYuH svg line,.AnchorWithExternalArrow_arrow__6wYuH svg polyline{stroke:var(--color-text-1);fill:none}@-webkit-keyframes Drawer_fadein__R9WeQ{0%{opacity:0}to{opacity:1}}@keyframes Drawer_fadein__R9WeQ{0%{opacity:0}to{opacity:1}}@-webkit-keyframes Drawer_fadeout__MpgXL{0%{opacity:1}to{opacity:0}}@keyframes Drawer_fadeout__MpgXL{0%{opacity:1}to{opacity:0}}@-webkit-keyframes Drawer_show__67vri{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes Drawer_show__67vri{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@-webkit-keyframes Drawer_hide__03KXY{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes Drawer_hide__03KXY{0%{transform:translateY(0)}to{transform:translateY(-100%)}}.Drawer_drawerNav__kAfeP{position:fixed;z-index:10;top:12px;right:16px;width:40px;height:40px}.Drawer_drawerNavButton__L5_tB{display:flex;box-sizing:border-box;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--color-border);border-radius:50%;background-color:var(--color-bg-1);cursor:pointer}@media(min-width:520px){.Drawer_drawerNavButton__L5_tB{transition:transform .2s ease-out}.Drawer_drawerNavButton__L5_tB:hover{transform:scale(1.2)}}.Drawer_drawerNavButton__L5_tB svg rect{fill:var(--color-text-2)}.Drawer_drawerNavButton__L5_tB svg line{stroke-width:2px;stroke-linecap:round;stroke:var(--color-text-2);fill:none;stroke-miterlimit:10}.Drawer_drawerNavButtonOpen__AIDMo{display:block;width:18px;height:18px}.Drawer_drawerNavButtonClose__9_Xhp{display:none;width:18px;height:18px}.Drawer_drawerNavTitle__xgItG{font-size:var(--size-font-xxl);line-height:1.5}@media(max-width:519px){.Drawer_drawerNavTitle__xgItG{margin-bottom:32px}}@media(min-width:520px){.Drawer_drawerNavTitle__xgItG{width:100%;max-width:var(--maxwidth-2);margin:0 auto 48px}}.Drawer_drawerNavList__p7GuA{position:fixed;top:0;right:0;box-sizing:border-box;width:100%;height:100%;padding:32px 56px;overflow-y:scroll;border:none;background-color:#333;box-shadow:0 0 6px rgba(0,0,0,.1);color:var(--color-text-0)}.Drawer_drawerNavList__p7GuA[open]{-webkit-animation:Drawer_fadein__R9WeQ .2s linear;animation:Drawer_fadein__R9WeQ .2s linear}.Drawer_drawerNavList__p7GuA.Drawer_hidden__k9_H8{-webkit-animation:Drawer_fadeout__MpgXL .2s linear;animation:Drawer_fadeout__MpgXL .2s linear}.Drawer_drawerNavList__p7GuA::-webkit-backdrop{display:block;background-color:rgba(0,0,0,.8)}.Drawer_drawerNavList__p7GuA+.backdrop,.Drawer_drawerNavList__p7GuA::backdrop{display:block;background-color:rgba(0,0,0,.8)}@media(max-width:519px){.Drawer_drawerNavList__p7GuA.Drawer_inAnimation__aeg2_{display:block}}@media(min-width:520px){.Drawer_drawerNavList__p7GuA.Drawer_inAnimation__aeg2_{display:flex}}@media(max-width:519px){.Drawer_drawerNavList__p7GuA{padding:72px 32px 32px}}@media(min-width:520px){.Drawer_drawerNavList__p7GuA{flex-direction:column;align-items:center;justify-content:center;padding:32px 56px}}@media(min-width:520px)and (max-height:660px){.Drawer_drawerNavList__p7GuA{flex-direction:column;align-items:center;justify-content:flex-start;padding:32px 56px}}.Drawer_drawerNavList__p7GuA nav{display:flex;flex-wrap:wrap}@media(min-width:520px){.Drawer_drawerNavList__p7GuA nav{width:100%;max-width:var(--maxwidth-2);margin:0 auto}}.Drawer_drawerNavList__p7GuA dl,.Drawer_drawerNavList__p7GuA ul{box-sizing:border-box}@media(max-width:519px){.Drawer_drawerNavList__p7GuA dl,.Drawer_drawerNavList__p7GuA ul{width:100%;margin-bottom:32px}}@media(min-width:520px){.Drawer_drawerNavList__p7GuA dl:not(:last-of-type),.Drawer_drawerNavList__p7GuA ul:not(:last-of-type){box-sizing:border-box;padding-right:32px}.Drawer_drawerNavList__p7GuA dl{flex:1 1}}@media(max-width:519px){.Drawer_drawerNavList__p7GuA ul{margin-top:0}}@media(min-width:520px){.Drawer_drawerNavList__p7GuA ul{width:100%;margin-top:64px}}.Drawer_drawerNavList__p7GuA dt,.Drawer_drawerNavList__p7GuA strong{font-weight:400}@media(max-width:519px){.Drawer_drawerNavList__p7GuA dt,.Drawer_drawerNavList__p7GuA strong{font-size:var(--size-font-xl)}}@media(min-width:520px){.Drawer_drawerNavList__p7GuA dt,.Drawer_drawerNavList__p7GuA strong{font-size:var(--size-font-l)}}@media(max-width:519px){.Drawer_drawerNavList__p7GuA dd,.Drawer_drawerNavList__p7GuA li{font-size:var(--size-font-xl)}}@media(min-width:520px){.Drawer_drawerNavList__p7GuA dd,.Drawer_drawerNavList__p7GuA li{font-size:var(--size-font-l)}}@media(max-width:519px){.Drawer_drawerNavList__p7GuA dt{margin-bottom:8px}}@media(min-width:520px){.Drawer_drawerNavList__p7GuA dt{margin-bottom:16px}}.Drawer_drawerNavList__p7GuA strong{display:block;margin-bottom:18px;cursor:pointer}.Drawer_drawerNavList__p7GuA dd{margin-top:4px}.Drawer_drawerNavList__p7GuA dd a{color:var(--color-text-3)}.Drawer_drawerNavList__p7GuA li:not(:last-child){margin-bottom:8px}.Drawer_drawerNavList__p7GuA a{outline:none;color:var(--color-text-0);text-decoration:none}.Drawer_drawerNavList__p7GuA a strong{display:block;color:var(--color-text-0)}.Drawer_drawerNavList__p7GuA a svg line,.Drawer_drawerNavList__p7GuA a svg polyline{stroke:var(--color-text-0);fill:none}@media(max-width:519px){.Drawer_drawerNavList__p7GuA a{display:block}}@media(min-width:520px){.Drawer_drawerNavList__p7GuA a:hover{text-decoration:underline}.Drawer_drawerNavList__p7GuA a:hover svg line,.Drawer_drawerNavList__p7GuA a:hover svg polyline{stroke:var(--color-text-0);fill:none}}.Drawer_drawerNavButton__L5_tB{z-index:100}.Drawer_isOpen__XyIoc .Drawer_drawerNavButton__L5_tB{position:fixed}.Drawer_isOpen__XyIoc .Drawer_drawerNavButtonOpen__AIDMo{display:none}.Drawer_isOpen__XyIoc .Drawer_drawerNavButtonClose__9_Xhp{display:block}@media(min-width:520px){.Drawer_isOpen__XyIoc .Drawer_drawerNavList__p7GuA{display:flex}}.Footer_footerWrapper__7CMBW{background-color:var(--color-bg-2);text-align:center}@media(max-width:519px){.Footer_footerWrapper__7CMBW{padding:24px 32px}}@media(min-width:520px){.Footer_footerWrapper__7CMBW{padding:32px 16px}}.Footer_footerWrapper__7CMBW a{text-decoration:none}.Footer_footerWrapper__7CMBW a:hover{text-decoration:underline}.Footer_footerSitemap__kFlIv{max-width:var(--maxwidth-2)}@media(max-width:519px){.Footer_footerSitemap__kFlIv{font-size:var(--size-font-l);line-height:1.4;margin:0 auto 24px}}@media(min-width:520px){.Footer_footerSitemap__kFlIv{font-size:var(--size-font-s);line-height:1.4;margin:0 auto 64px}}.Footer_footerSitemap__kFlIv nav{display:flex}@media(max-width:519px){.Footer_footerSitemap__kFlIv nav{flex-direction:column}}@media(min-width:520px){.Footer_footerSitemap__kFlIv nav{justify-content:center}}.Footer_footerSitemap__kFlIv dl,.Footer_footerSitemap__kFlIv ul{width:100%;text-align:left}@media(max-width:519px){.Footer_footerSitemap__kFlIv dl:not(:last-child),.Footer_footerSitemap__kFlIv ul:not(:last-child){margin-bottom:16px}}@media(min-width:520px){.Footer_footerSitemap__kFlIv dl:not(:last-child),.Footer_footerSitemap__kFlIv ul:not(:last-child){margin-right:16px}}@media(max-width:519px){.Footer_footerSitemap__kFlIv dt{margin-bottom:8px}}@media(min-width:520px){.Footer_footerSitemap__kFlIv dt{margin-bottom:16px}}.Footer_footerSitemap__kFlIv dd{margin-top:4px}.Footer_footerSitemap__kFlIv li:not(:last-child){margin-bottom:8px}.Footer_footerSitemap__kFlIv strong{display:block;margin-bottom:16px;cursor:pointer}.Footer_footerLink__GL4hq{display:flex}@media(max-width:519px){.Footer_footerLink__GL4hq{font-size:var(--size-font-l);line-height:1.4;padding-top:24px;border-top:1px solid var(--color-border)}}@media(min-width:520px){.Footer_footerLink__GL4hq{font-size:var(--size-font-xs);line-height:1}}@media(max-width:519px){.Footer_footerLink__GL4hq{flex-direction:column;text-align:left}}@media(min-width:520px){.Footer_footerLink__GL4hq{justify-content:center}}@media(max-width:519px){.Footer_footerLink__GL4hq li{margin-bottom:8px}}@media(min-width:520px){.Footer_footerLink__GL4hq li{margin:0 8px}}.Footer_footerWrapper__7CMBW address{font-size:var(--size-font-s);line-height:1;margin:32px 0 0}@media(max-width:519px){.Footer_footerWrapper__7CMBW address{text-align:left}}.Header_headerWrapper__7zPsn{display:flex;align-items:center;height:64px}@media(max-width:519px){.Header_headerWrapper__7zPsn{position:fixed;z-index:3;top:0;left:0;width:100%;border-bottom:1px solid var(--color-divider);background-color:var(--color-bg-1)}}.Header_siteTitle__Q0fUO{flex-grow:1;flex-shrink:0;height:36px}@media(max-width:519px){.Header_siteTitle__Q0fUO{margin:0 72px 0 16px}}@media(min-width:520px){.Header_siteTitle__Q0fUO{margin-left:32px}}.Header_siteTitle__Q0fUO a{display:inline-block}.Header_siteLogo__c9vpm{width:170px;height:36px;vertical-align:middle}.Header_siteCategory__knz3w{margin-right:72px}@media(max-width:519px){.Header_siteCategory__knz3w{display:none}}@media(min-width:520px){.Header_siteCategory__knz3w{display:flex}}.Header_siteCategory__knz3w li{font-size:var(--size-font-m);line-height:1;margin:0 4px;font-weight:700}.Header_siteCategory__knz3w a{display:block;box-sizing:border-box;padding:12px calc(16px - var(--text-space)) 12px 16px;line-height:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;white-space:nowrap}.Header_siteCategory__knz3w a:hover{color:var(--color-brand-corp)}.Header_siteCategory__knz3w a.Header_active__Lg6fh{box-sizing:border-box;padding:10px calc(14px - var(--text-space)) 10px 14px;line-height:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:2px solid var(--color-brand-corp);border-radius:20px;color:var(--color-brand-corp)}.Layout_root__ysm_A{display:flex;flex-flow:column;min-height:100vh}@-webkit-keyframes BannerPolicies_turnOver__qzLKc{0%{transform:rotateY(0deg);opacity:0}3.125%{transform:rotateY(288deg)}50%,6.25%{transform:rotateY(1turn);opacity:1}51%,to{opacity:0}}@keyframes BannerPolicies_turnOver__qzLKc{0%{transform:rotateY(0deg);opacity:0}3.125%{transform:rotateY(288deg)}50%,6.25%{transform:rotateY(1turn);opacity:1}51%,to{opacity:0}}.BannerPolicies_bannerPolicies__dLcda{display:block;position:relative;width:240px;height:126px;background-color:#fff;letter-spacing:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.BannerPolicies_bannerPolicies__dLcda .BannerPolicies_copy__Qj0H9{position:absolute;top:12px;left:12px;color:#333;font-size:15px;font-weight:700;letter-spacing:.05em;line-height:1.5}.BannerPolicies_bannerPolicies__dLcda .BannerPolicies_siteName__z8iJC{position:absolute;bottom:14px;left:12px;color:#666;font-size:14px;line-height:1}.BannerPolicies_bannerPolicies__dLcda .BannerPolicies_policiesImage__mFwMA{position:relative}.BannerPolicies_bannerPolicies__dLcda .BannerPolicies_policiesImage__mFwMA li{display:block;position:relative;position:absolute;top:14px;right:12px;width:45px;height:40px}.BannerPolicies_bannerPolicies__dLcda .BannerPolicies_policiesImage__mFwMA li img{border-radius:0;-o-object-fit:cover;object-fit:cover}.BannerPolicies_bannerPolicies__dLcda .BannerPolicies_policiesImage__mFwMA li:first-child{-webkit-animation:BannerPolicies_turnOver__qzLKc 12.8s ease-out infinite both;animation:BannerPolicies_turnOver__qzLKc 12.8s ease-out infinite both}.BannerPolicies_bannerPolicies__dLcda .BannerPolicies_policiesImage__mFwMA li:nth-child(2){-webkit-animation:BannerPolicies_turnOver__qzLKc 12.8s ease-out 6.4s infinite both;animation:BannerPolicies_turnOver__qzLKc 12.8s ease-out 6.4s infinite both}.ReadMoreCircle_readMore__9Lww7{display:flex;align-items:center;margin-left:8px}.ReadMoreCircle_readMore__9Lww7 .ReadMoreCircle_readMoreCircle__jh21a{display:block;position:relative;box-sizing:border-box;width:40px;height:40px;overflow:hidden;border:1px solid var(--color-text-4);border-radius:50%;background-color:var(--color-bg-1);text-indent:100%;white-space:nowrap}@media(min-width:520px){.ReadMoreCircle_readMore__9Lww7 .ReadMoreCircle_readMoreCircle__jh21a{transition:transform .2s ease-out}.ReadMoreCircle_readMore__9Lww7 .ReadMoreCircle_readMoreCircle__jh21a:hover{transform:scale(1.2)}}.ReadMoreCircle_readMore__9Lww7 .ReadMoreCircle_readMoreCircle__jh21a:before{content:"";display:inline-block;width:8px;height:8px;transform:rotate(45deg);border-width:2px 2px 0 0;border-style:solid;border-color:var(--color-text-2);position:absolute;top:calc(50% - 4px);left:calc(50% - 6px)}.ReadMoreLink_readMoreButton__SNlZm{font-size:var(--size-font-s);display:inline-block;transition:background-color .2s ease-out,color .2s ease-out;border:1px solid var(--color-text-1);border-radius:20px;background-color:var(--color-bg-1);color:var(--color-text-1);text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;box-sizing:border-box;padding:12px calc(24px - var(--text-space)) 12px 24px;line-height:1;user-select:none}.ReadMoreLink_readMoreButton__SNlZm:hover{background-color:var(--color-text-1);color:var(--color-text-0)}.SectionTitle_sectionTitle__TEUDI{font-size:var(--size-font-xxl);line-height:1.5;margin:0 0 16px;font-weight:700;text-align:center}@-webkit-keyframes index_fadein__HbeSK{0%{opacity:0}to{opacity:1}}@keyframes index_fadein__HbeSK{0%{opacity:0}to{opacity:1}}@-webkit-keyframes index_fadeinout__TFx0f{0%{opacity:0}20%,80%{opacity:1}to{opacity:0}}@keyframes index_fadeinout__TFx0f{0%{opacity:0}20%,80%{opacity:1}to{opacity:0}}@-webkit-keyframes index_popup__zgXOl{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02)}to{transform:scale(1);opacity:1}}@keyframes index_popup__zgXOl{0%{transform:scale(.9);opacity:0}80%{transform:scale(1.02)}to{transform:scale(1);opacity:1}}@-webkit-keyframes index_introloop___OVuo{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes index_introloop___OVuo{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media(max-width:519px){.index_container__HpKSV{padding-top:65px}.index_introSection__JywUB{position:relative}}@media(min-width:520px){.index_introSection__JywUB{padding:0 32px 32px}}.index_newsSection__Xfcx5{padding:0}@media(max-width:519px){.index_pressSection__NMOcV{padding:24px 16px}}@media(min-width:520px){.index_pressSection__NMOcV{padding:32px 16px}}.index_introList__Ut6fh{display:flex}@media(max-width:519px){.index_introList__Ut6fh{padding:24px 0 24px 16px;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;scroll-padding:0 16px}}@media(max-width:519px)and (min-width:520px){.index_introList__Ut6fh{scrollbar-width:none;-ms-overflow-style:none}@-moz-document url-prefix(){.index_introList__Ut6fh{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}}.index_introList__Ut6fh::-webkit-scrollbar{width:8px;height:8px;background:transparent}.index_introList__Ut6fh::-webkit-scrollbar-track{margin-right:64px;margin-left:64px}.index_introList__Ut6fh::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.04)}}@media(max-width:519px){.index_introList__Ut6fh>*{scroll-snap-align:start}.index_introList__Ut6fh:last-child:after{content:"";display:inline-block;padding-right:16px}}@media(min-width:520px){.index_introList__Ut6fh{flex-wrap:wrap;justify-content:center;max-width:var(--maxwidth-1);margin:0 auto}}@media(min-width:1273px){.index_introList__Ut6fh{max-width:inherit}}.index_introList__Ut6fh .index_introMessage__LcrhI{width:100%;font-weight:700;text-align:center;font-size:var(--size-font-xxxl);line-height:1.5}@media(max-width:519px){.index_introList__Ut6fh .index_introMessage__LcrhI{display:flex;position:absolute;z-index:-1;top:0;left:0;align-items:center;justify-content:center;width:100%;height:336px;-webkit-animation:index_fadeinout__TFx0f 2s linear .2s both;animation:index_fadeinout__TFx0f 2s linear .2s both;background-color:var(--color-bg-1)}}@media(min-width:520px){.index_introList__Ut6fh .index_introMessage__LcrhI{-webkit-animation:index_fadein__HbeSK .4s linear .2s both;animation:index_fadein__HbeSK .4s linear .2s both}}.index_introList__Ut6fh a{color:#fff;text-decoration:none}.index_introList__Ut6fh .index_introUnit__XhM9q{display:flex;position:relative;box-sizing:border-box;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:calc(50% - 12px);padding:32px 34px;overflow:hidden}@media(min-width:520px){.index_introList__Ut6fh .index_introUnit__XhM9q{transition:transform .2s ease-out}.index_introList__Ut6fh .index_introUnit__XhM9q:hover{transform:scale(1.02)}}@media(max-width:519px){.index_introList__Ut6fh .index_introUnit__XhM9q{flex-shrink:0;width:304px;padding:30px 28px;-webkit-animation:index_fadein__HbeSK .32s linear both;animation:index_fadein__HbeSK .32s linear both;border-radius:24px}@supports(aspect-ratio:1/1){.index_introList__Ut6fh .index_introUnit__XhM9q{aspect-ratio:1/1}}@supports not (aspect-ratio:1/1){.index_introList__Ut6fh .index_introUnit__XhM9q{position:relative;width:100%;padding-top:calc((1 / 1)*100%)}.index_introList__Ut6fh .index_introUnit__XhM9q>*{position:absolute;top:0}}.index_introList__Ut6fh .index_introUnit__XhM9q:not(:last-child){margin-right:16px}}@media(min-width:520px){.index_introList__Ut6fh .index_introUnit__XhM9q{min-height:280px;padding:32px 34px;-webkit-animation:index_popup__zgXOl .32s ease-out backwards;animation:index_popup__zgXOl .32s ease-out backwards;border-radius:32px}@supports(aspect-ratio:16/9){.index_introList__Ut6fh .index_introUnit__XhM9q{aspect-ratio:16/9}}@supports not (aspect-ratio:16/9){.index_introList__Ut6fh .index_introUnit__XhM9q{position:relative;width:100%;padding-top:calc((9 / 16)*100%)}.index_introList__Ut6fh .index_introUnit__XhM9q>*{position:absolute;top:0}}}@media(min-width:1273px){.index_introList__Ut6fh .index_introUnit__XhM9q{max-width:unset;aspect-ratio:unset;height:350px}@supports(aspect-ratio:unset){.index_introList__Ut6fh .index_introUnit__XhM9q{aspect-ratio:unset}}@supports not (aspect-ratio:unset){.index_introList__Ut6fh .index_introUnit__XhM9q{position:unset;width:unset;padding-top:unset}}}.index_introList__Ut6fh .index_introUnit__XhM9q.index_service__AS7t3{background-color:var(--color-service)}@media(max-width:519px){.index_introList__Ut6fh .index_introUnit__XhM9q.index_service__AS7t3{-webkit-animation-delay:2.2s;animation-delay:2.2s}}@media(min-width:520px){.index_introList__Ut6fh .index_introUnit__XhM9q.index_service__AS7t3{-webkit-animation-delay:1s;animation-delay:1s}}.index_introList__Ut6fh .index_introUnit__XhM9q.index_service__AS7t3 .index_introLoop__SxVgu{left:0;background:url(/images/loop-service.svg) repeat-x 0/830px 72px}.index_introList__Ut6fh .index_introUnit__XhM9q.index_solution__Up4mx{background-color:var(--color-solution)}@media(max-width:519px){.index_introList__Ut6fh .index_introUnit__XhM9q.index_solution__Up4mx{-webkit-animation-delay:2.3s;animation-delay:2.3s}}@media(min-width:520px){.index_introList__Ut6fh .index_introUnit__XhM9q.index_solution__Up4mx{-webkit-animation-delay:1.1s;animation-delay:1.1s}}.index_introList__Ut6fh .index_introUnit__XhM9q.index_solution__Up4mx .index_introLoop__SxVgu{left:-48px;background:url(/images/loop-solution.svg) repeat-x 0/830px 72px}.index_introList__Ut6fh .index_introUnit__XhM9q.index_corporate__fPIF2{background-color:var(--color-corporate)}@media(max-width:519px){.index_introList__Ut6fh .index_introUnit__XhM9q.index_corporate__fPIF2{-webkit-animation-delay:2.4s;animation-delay:2.4s}}@media(min-width:520px){.index_introList__Ut6fh .index_introUnit__XhM9q.index_corporate__fPIF2{-webkit-animation-delay:1.2s;animation-delay:1.2s}}.index_introList__Ut6fh .index_introUnit__XhM9q.index_corporate__fPIF2 .index_introLoop__SxVgu{left:0;background:url(/images/loop-corporate.svg) repeat-x 0/830px 72px}.index_introList__Ut6fh .index_introUnit__XhM9q.index_contents__3M18m{background-color:var(--color-contents)}@media(max-width:519px){.index_introList__Ut6fh .index_introUnit__XhM9q.index_contents__3M18m{-webkit-animation-delay:2.5s;animation-delay:2.5s}}@media(min-width:520px){.index_introList__Ut6fh .index_introUnit__XhM9q.index_contents__3M18m{-webkit-animation-delay:1.3s;animation-delay:1.3s}}.index_introList__Ut6fh .index_introUnit__XhM9q.index_contents__3M18m .index_introLoop__SxVgu{left:-48px;background:url(/images/loop-contents.svg) repeat-x 0/830px 72px}.index_introList__Ut6fh .index_introLoop__SxVgu{display:block;position:absolute;bottom:32px;width:8300px;height:72px;-webkit-animation:index_introloop___OVuo 160s linear infinite;animation:index_introloop___OVuo 160s linear infinite}.index_introList__Ut6fh .index_introCategory__BKchj{font-size:var(--size-font-l);line-height:1;color:hsla(0,0%,100%,.8);letter-spacing:0}@media(max-width:519px){.index_introList__Ut6fh .index_introCategory__BKchj{margin-bottom:10px}}@media(min-width:520px){.index_introList__Ut6fh .index_introCategory__BKchj{margin-bottom:12px}}.index_introList__Ut6fh .index_introTitle__ujUMc{display:-webkit-box;max-width:27em;overflow:hidden;font-size:1.9rem;line-height:1.4;text-shadow:0 0 6px rgba(0,0,0,.1);font-feature-settings:"palt";-webkit-box-orient:vertical}@media(max-width:519px){.index_introList__Ut6fh .index_introTitle__ujUMc{-webkit-line-clamp:4}}@media(min-width:520px){.index_introList__Ut6fh .index_introTitle__ujUMc{-webkit-line-clamp:3}.index_introList__Ut6fh .index_introMessage__LcrhI{order:3;margin:32px}.index_introList__Ut6fh .index_introUnit__XhM9q.index_service__AS7t3{order:1;margin-right:24px}.index_introList__Ut6fh .index_introUnit__XhM9q.index_solution__Up4mx{order:2}.index_introList__Ut6fh .index_introUnit__XhM9q.index_corporate__fPIF2{order:4;margin-right:24px}.index_introList__Ut6fh .index_introUnit__XhM9q.index_contents__3M18m{order:5}}.index_entryListWrapper__FluVr{position:relative;transition:background-color .4s linear;background-color:var(--color-bg-2)}.index_entryListWrapper__FluVr.index_service__AS7t3 .index_entryListName__Mh5r5,.index_entryListWrapper__FluVr.index_service__AS7t3 .index_entryListName__Mh5r5 a{color:var(--color-service)}.index_entryListWrapper__FluVr.index_solution__Up4mx .index_entryListName__Mh5r5,.index_entryListWrapper__FluVr.index_solution__Up4mx .index_entryListName__Mh5r5 a{color:var(--color-solution)}.index_entryListWrapper__FluVr.index_corporate__fPIF2 .index_entryListName__Mh5r5,.index_entryListWrapper__FluVr.index_corporate__fPIF2 .index_entryListName__Mh5r5 a{color:var(--color-corporate)}.index_entryListWrapper__FluVr.index_contents__3M18m .index_entryListName__Mh5r5,.index_entryListWrapper__FluVr.index_contents__3M18m .index_entryListName__Mh5r5 a{color:var(--color-contents)}@media(max-width:519px){.index_entryListWrapper__FluVr{margin-top:32px;border-top:3px solid var(--color-divider)}.index_entryListWrapper__FluVr.index_service__AS7t3{border-color:var(--color-service)}.index_entryListWrapper__FluVr.index_solution__Up4mx{border-color:var(--color-solution)}.index_entryListWrapper__FluVr.index_corporate__fPIF2{border-color:var(--color-corporate)}.index_entryListWrapper__FluVr.index_contents__3M18m{border-color:var(--color-contents)}}@media(min-width:520px){.index_entryListWrapper__FluVr:not(:last-child){margin-bottom:32px}.index_entryListWrapper__FluVr:hover .index_entryListName__Mh5r5{opacity:1}.index_entryListWrapper__FluVr:hover.index_service__AS7t3{background-color:var(--color-service)}.index_entryListWrapper__FluVr:hover.index_solution__Up4mx{background-color:var(--color-solution)}.index_entryListWrapper__FluVr:hover.index_corporate__fPIF2{background-color:var(--color-corporate)}.index_entryListWrapper__FluVr:hover.index_contents__3M18m{background-color:var(--color-contents)}}.index_entryListName__Mh5r5{position:absolute;transition:opacity .4s linear;font-weight:700;line-height:32px;white-space:nowrap}.index_entryListName__Mh5r5:before{content:"#"}.index_entryListName__Mh5r5 a{text-decoration:none}@media(max-width:519px){.index_entryListName__Mh5r5{top:-35px;left:20px;font-size:2rem}}@media(min-width:520px){.index_entryListName__Mh5r5{top:-32px;left:32px;opacity:0;font-size:2.4rem}}.index_entryList__o_rRX{display:flex;position:relative;box-sizing:border-box;flex-wrap:wrap;justify-content:center;width:100%;margin:0;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overflow-y:hidden}@media(min-width:520px){.index_entryList__o_rRX{scrollbar-width:none;-ms-overflow-style:none}@-moz-document url-prefix(){.index_entryList__o_rRX{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}}.index_entryList__o_rRX::-webkit-scrollbar{width:8px;height:8px;background:transparent}.index_entryList__o_rRX::-webkit-scrollbar-track{margin-right:64px;margin-left:64px}.index_entryList__o_rRX::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.04)}}.index_entryList__o_rRX:last-child:after{content:"";display:inline-block;padding-right:24px}@media(max-width:519px){.index_entryList__o_rRX{padding:16px 0 16px 16px;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;scroll-padding:0 16px}.index_entryList__o_rRX>*{scroll-snap-align:start}.index_entryList__o_rRX:last-child:after{padding-right:16px}}@media(min-width:520px){.index_entryList__o_rRX{padding:16px 0 16px 32px}.index_entryList__o_rRX:last-child:after{padding-right:32px}}.index_entryList__o_rRX .index_entryUnit__VnMRC{position:relative;box-sizing:border-box;flex-shrink:0;width:304px;overflow:hidden;border:2px solid var(--color-bg-1);border-radius:12px;background-color:var(--color-bg-1)}@media(min-width:520px){.index_entryList__o_rRX .index_entryUnit__VnMRC{transition:transform .2s ease-out}.index_entryList__o_rRX .index_entryUnit__VnMRC:hover{transform:scale(1.05)}}.index_entryList__o_rRX .index_entryUnit__VnMRC:not(:last-child){margin-right:16px}.index_entryList__o_rRX .index_entryUnit__VnMRC a{display:flex;flex-direction:column;height:100%;text-decoration:none}.index_entryList__o_rRX .index_entryCategory__t72o9{font-size:var(--size-font-s);line-height:1;display:inline-block;background-color:var(--color-brand-cpf);color:#fff}.index_entryList__o_rRX .index_entryTitle__LVmhr{font-size:var(--size-font-m);line-height:1.55;font-feature-settings:"palt";display:-webkit-box;flex-grow:1;margin:16px 24px 20px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.index_entryList__o_rRX time{font-size:var(--size-font-s);line-height:16px;margin:0 24px 20px;color:var(--color-text-3)}.index_entryList__o_rRX .index_entryImage__ngAPn{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-bottom:1px solid var(--color-divider)}@supports(aspect-ratio:40/21){.index_entryList__o_rRX .index_entryImage__ngAPn{aspect-ratio:40/21}}@supports not (aspect-ratio:40/21){.index_entryList__o_rRX .index_entryImage__ngAPn{position:relative;width:100%;padding-top:calc((21 / 40)*100%)}.index_entryList__o_rRX .index_entryImage__ngAPn>*{position:absolute;top:0}}.index_entryList__o_rRX .index_entryIcon__K57Cd{position:absolute;right:24px;bottom:20px;width:16px;height:16px}.index_entryHeadline__VeRhv{display:flex;flex-direction:column;max-width:var(--maxwidth-2);margin:0 auto;overflow:hidden;border:2px solid var(--color-border);border-radius:16px}.index_entryHeadline__VeRhv .index_entryUnit__VnMRC{margin:0}.index_entryHeadline__VeRhv .index_entryUnit__VnMRC:not(:last-child) a{border-bottom:1px dotted var(--color-border)}.index_entryHeadline__VeRhv .index_entryUnit__VnMRC:hover{background-color:var(--color-bg-2)}.index_entryHeadline__VeRhv .index_entryUnit__VnMRC a{display:flex;position:relative;margin:0 20px;text-decoration:none}@media(max-width:519px){.index_entryHeadline__VeRhv .index_entryUnit__VnMRC a{flex-wrap:wrap;padding:14px 0}}@media(min-width:520px){.index_entryHeadline__VeRhv .index_entryUnit__VnMRC a{padding:14px 0 14px 114px}}.index_entryHeadline__VeRhv .index_entryTitle__LVmhr{font-weight:400}@media(max-width:519px){.index_entryHeadline__VeRhv .index_entryTitle__LVmhr{font-size:var(--size-font-s);line-height:1.45}}@media(min-width:520px){.index_entryHeadline__VeRhv .index_entryTitle__LVmhr{font-size:var(--size-font-s);line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.index_entryHeadline__VeRhv time{font-size:var(--size-font-s);line-height:16px;color:var(--color-text-2)}@media(max-width:519px){.index_entryHeadline__VeRhv time{margin-bottom:4px}}@media(min-width:520px){.index_entryHeadline__VeRhv time{position:absolute;left:0}}.index_readMore__wx8Uf{display:block;margin:24px 0 0;text-align:center}.index_bannerSection__8kgFf{display:flex;justify-content:center;background-color:var(--color-bg-2)}@media(max-width:519px){.index_bannerSection__8kgFf{margin-bottom:24px}}@media(min-width:520px){.index_bannerSection__8kgFf{margin-bottom:32px}}.index_bannerWrapper__4MJMr{display:flex;max-width:100%;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overflow-y:hidden}@media(min-width:520px){.index_bannerWrapper__4MJMr{scrollbar-width:none;-ms-overflow-style:none}@-moz-document url-prefix(){.index_bannerWrapper__4MJMr{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}}.index_bannerWrapper__4MJMr::-webkit-scrollbar{width:8px;height:8px;background:transparent}.index_bannerWrapper__4MJMr::-webkit-scrollbar-track{margin-right:64px;margin-left:64px}.index_bannerWrapper__4MJMr::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.04)}}.index_bannerWrapper__4MJMr:last-child:after{content:"";display:inline-block}@media(max-width:519px){.index_bannerWrapper__4MJMr{padding:16px 0 16px 16px;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;scroll-padding:0 16px}.index_bannerWrapper__4MJMr>*{scroll-snap-align:start}.index_bannerWrapper__4MJMr:last-child:after{padding-right:16px}}@media(min-width:520px){.index_bannerWrapper__4MJMr{padding:24px 0 24px 32px}.index_bannerWrapper__4MJMr:last-child:after{padding-right:32px}}.index_bannerUnit__C4Pa8{display:block;position:relative;flex-shrink:0;width:240px;height:auto;border:2px solid var(--color-bg-1);text-decoration:none}.index_bannerUnit__C4Pa8 img{border-radius:0;-o-object-fit:cover;object-fit:cover}@media(min-width:520px){.index_bannerUnit__C4Pa8{transition:transform .2s ease-out}.index_bannerUnit__C4Pa8:hover{transform:scale(1.05)}}@supports(aspect-ratio:40/21){.index_bannerUnit__C4Pa8{aspect-ratio:40/21}}@supports not (aspect-ratio:40/21){.index_bannerUnit__C4Pa8{position:relative;width:100%;padding-top:calc((21 / 40)*100%)}.index_bannerUnit__C4Pa8>*{position:absolute;top:0}}@media(max-width:519px){.index_bannerUnit__C4Pa8:not(:last-child){margin-right:16px}}@media(min-width:520px){.index_bannerUnit__C4Pa8:not(:last-child){margin-right:24px}.index_brNarrow__uPAt2{display:none}}