@layer reset,base,vendor;@layer component{.c-button{border-radius:var(--size-100);z-index:10;transition:all var(--ease-in-out-200);place-items:center;display:grid;position:relative}.c-button .c-button__text,.c-button .c-button__icon{transition:all var(--ease-in-out-200)}.c-button:where(.theme--red){height:var(--size-64);background:var(--white)}@media print,screen and (width>=768px){.c-button:where(.theme--red){border:min(.208vw, 3px) solid var(--red);width:min(22.222vw,320px)}}@media only screen and (width<=767px){.c-button:where(.theme--red){border:.769vw solid var(--red);width:100%}}@media (hover:hover) and (pointer:fine){.c-button:where(.theme--red):hover{background:var(--red)}.c-button:where(.theme--red):hover .c-button__icon{color:var(--white);transform:translate(15%,-65%)}.c-button:where(.theme--red):hover .c-button__text{color:var(--white)}}.c-button:where(.theme--white){background:var(--white)}@media print,screen and (width>=768px){.c-button:where(.theme--white){width:min(25vw,360px);height:var(--size-72)}}@media only screen and (width<=767px){.c-button:where(.theme--white){width:100%;height:var(--size-52)}}@media (hover:hover) and (pointer:fine){.c-button:where(.theme--white):hover .c-button__icon{transform:translate(15%,-65%)}}.c-button:where(.theme--black){border:var(--size-4) solid var(--white);background:var(--black);box-shadow:0 var(--size-6) 0 0 #51515133}@media print,screen and (width>=768px){.c-button:where(.theme--black){width:min(25.694vw,370px);height:var(--size-80)}}@media only screen and (width<=767px){.c-button:where(.theme--black){width:100%;height:var(--size-66)}}@media (hover:hover) and (pointer:fine){.c-button:where(.theme--black):hover{box-shadow:unset;transform:translateY(var(--size-4))}.c-button:where(.theme--black):hover .c-button__icon{transform:translate(15%,-65%)}}.c-button__text{text-align:center;width:fit-content}@media print,screen and (width>=768px){.c-button__text{margin-right:var(--size-32)}}@media only screen and (width<=767px){.c-button__text{margin-right:var(--size-20)}}:where(.theme--red) .c-button__text{color:var(--red);font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-bold);line-height:var(--line-height-170)}:where(.theme--white) .c-button__text{color:var(--black)}@media print,screen and (width>=768px){:where(.theme--white) .c-button__text{font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-bold);line-height:var(--line-height-170)}}@media only screen and (width<=767px){:where(.theme--white) .c-button__text{font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-bold);line-height:var(--line-height-170)}}:where(.theme--black) .c-button__text{color:var(--white)}@media print,screen and (width>=768px){:where(.theme--black) .c-button__text{font-family:var(--family-jp);font-size:var(--size-22);font-weight:var(--weight-bold);line-height:var(--line-height-170)}}@media only screen and (width<=767px){:where(.theme--black) .c-button__text{font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-bold);line-height:var(--line-height-170)}}.c-button__icon{position:absolute;top:50%;transform:translateY(-50%)}@media print,screen and (width>=768px){.c-button__icon{right:var(--size-32);width:var(--size-20);height:var(--size-20)}}@media only screen and (width<=767px){.c-button__icon{right:var(--size-26);width:var(--size-16);height:var(--size-16)}}:where(.theme--red) .c-button__icon{color:var(--red)}:where(.theme--white) .c-button__icon{color:var(--black)}:where(.theme--black) .c-button__icon{color:var(--yellow)}[data-js-modal]{visibility:hidden;opacity:0;pointer-events:none;transition:all var(--ease-in-out-300);z-index:9000;display:block;position:fixed;inset:0}[data-js-modal]:where([data-js-modal-state=true]){visibility:visible;opacity:1;pointer-events:auto}[data-js-modal-background]{visibility:hidden;background:var(--blue-1);cursor:pointer;opacity:0;width:100%;height:100%;transition:all var(--ease-in-out-300);display:block}:where([data-js-modal-state=true]) [data-js-modal-background]{visibility:visible;opacity:.85}[data-js-modal-inner]{visibility:hidden;opacity:0;height:auto;transition:all var(--ease-in-out-300);will-change:transform;margin-inline:auto;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-48%)}:where([data-js-modal-state=true]) [data-js-modal-inner]{visibility:visible;opacity:1;transform:translate(-50%,-50%)}[data-js-modal-close]{transition:all var(--ease-in-out-200)}@media (hover:hover) and (pointer:fine){[data-js-modal-close]:hover{opacity:var(--opacity-7)}}.c-local-header-pc{width:100%;height:var(--size-70);background:var(--white);z-index:100;border-bottom:1px solid #ddd;position:sticky;top:0}@media only screen and (width<=767px){.c-local-header-pc{pointer-events:none;display:none}}.c-local-header-pc__inner{padding-inline:var(--size-40);justify-content:space-between;align-items:center;height:100%;display:flex}.c-local-header-pc__logo{gap:var(--size-24);display:flex}.c-local-header-pc__logo-pio{width:min(4.722vw,68px);height:min(1.944vw,28px)}.c-local-header-pc__logo-autostore{width:min(9.167vw,132px);height:min(1.667vw,24px)}.c-local-header-pc__navigation{align-items:center;height:100%;display:flex}.c-local-header-pc__navigation_list{align-items:center;gap:var(--size-48);height:100%;display:flex}.c-local-header-pc__navigation_list li{align-items:center;height:100%;display:flex;position:relative}.c-local-header-pc__navigation_list li:not(:first-child):before{content:"";width:1px;height:var(--size-12);background:#cdcdcd;display:inline-block;position:absolute;top:50%;left:max(-1.667vw,-24px);transform:translateY(-50%)}.c-local-header-pc__navigation_list li:after{visibility:hidden;content:"";width:calc(100% + var(--size-4));height:var(--size-4);background:var(--blue-3);opacity:0;transition:all var(--ease-in-out-200);display:inline-block;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.c-local-header-pc__navigation_list li:has([aria-current=true]):after{visibility:visible;opacity:1}@media (hover:hover) and (pointer:fine){.c-local-header-pc__navigation_list li:hover:after{visibility:visible;opacity:1}.c-local-header-pc__navigation_list li:hover a{color:var(--blue-3)}}.c-local-header-pc__navigation_list a{height:100%;font-family:var(--family-jp);font-size:var(--size-14);font-weight:var(--weight-medium);line-height:var(--line-height-100);place-items:center;display:grid}.c-local-header-pc__navigation_list a:where([aria-current=true]){color:var(--blue-3)}@media print,screen and (width>=768px){.c-local-header-sp{pointer-events:none;display:none}}@media only screen and (width<=767px){.c-local-header-sp{z-index:9000;position:relative}.c-local-header-sp__open-button{visibility:hidden;background:var(--white);opacity:0;width:14.872vw;height:14.872vw;transition:all var(--ease-in-out-300);z-index:4000;border:1px solid #e7e7e7;border-radius:50%;place-items:center;display:grid;position:fixed;top:19.744vw;right:2.564vw}:where([data-js-in-hero=false]) .c-local-header-sp__open-button{visibility:visible;opacity:1}.c-local-header-sp__open-button-text{font-family:var(--family-en);font-size:var(--size-14);font-weight:var(--weight-bold);line-height:var(--line-height-100)}.c-local-header-sp__modal{width:100%;height:calc(100dvh - 66px);inset:auto auto 0 0}.c-local-header-sp__background{background:var(--blue-1);opacity:.85;cursor:pointer;width:100%;height:calc(100dvh - 66px);display:block;position:absolute;bottom:0;left:0}.c-local-header-sp__modal-inner{overscroll-behavior:contain;background:var(--yellow);width:100%;height:calc(100dvh - 66px);display:block;position:absolute;bottom:0;left:0;overflow:hidden auto}.c-local-header-sp__close-button{width:var(--size-32);height:var(--size-32);place-items:center;display:grid;position:absolute;top:3.077vw;right:3.077vw}.c-local-header-sp__close-button-icon{width:var(--size-20);height:var(--size-20)}.c-local-header-sp__modal-decoration{border:12.821vw solid var(--white);opacity:.5;border-radius:50%;width:103.846vw;height:103.846vw;display:block;position:absolute;top:28.462vw;right:-37.179vw}.c-local-header-sp__navigation{padding-top:var(--size-55);padding-bottom:var(--size-55);z-index:5;width:74.359vw;margin-inline:auto;display:block;position:relative}.c-local-header-sp__list{gap:var(--size-32);margin-bottom:var(--size-55);flex-direction:column;display:flex}.c-local-header-sp__list a{font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-medium);line-height:var(--line-height-100)}.c-local-header-sp__button{gap:var(--size-10);flex-direction:column;display:flex}.c-local-header-sp__button-download{height:var(--size-60);background:var(--red)}.c-local-header-sp__button-download .c-button__text,.c-local-header-sp__button-download .c-button__icon{color:var(--white)}.c-local-header-sp__button-contact{height:var(--size-60);background:var(--black)}.c-local-header-sp__button-download .c-button__text,.c-local-header-sp__button-download .c-button__icon,.c-local-header-sp__button-contact .c-button__text,.c-local-header-sp__button-contact .c-button__icon{color:var(--white)}.c-local-header-sp__button-download .c-button__text,.c-local-header-sp__button-contact .c-button__text{font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-bold);line-height:var(--line-height-170)}}.c-banner{visibility:hidden;bottom:var(--size-180);opacity:0;transform:translateX(var(--size-10));transition:all var(--ease-in-out-300);z-index:5000;position:fixed;right:0}@media only screen and (width<=767px){.c-banner{display:none}}.c-banner:where([data-js-in-hero=false][data-js-in-footer=false]){visibility:visible;opacity:1;transform:translate(0)}.c-banner__inner{gap:var(--size-5);flex-direction:column;display:flex}.c-banner__button-download,.c-banner__button-contact{padding-right:var(--size-10);left:var(--size-10);width:var(--size-50);height:var(--size-140);border-top-left-radius:var(--size-10);border-bottom-left-radius:var(--size-10);transition:all var(--ease-in-out-200);place-items:center;display:grid;position:relative}@media (hover:hover) and (pointer:fine){.c-banner__button-download:hover,.c-banner__button-contact:hover{opacity:.75;left:0}}.c-banner__button-download{background:var(--red)}.c-banner__button-contact{background:var(--black)}.c-banner__button-text{color:var(--white);writing-mode:vertical-rl;font-family:var(--family-jp);font-size:var(--size-14);font-weight:var(--weight-bold);line-height:var(--line-height-700)}.c-pagetop{visibility:hidden;margin-block:var(--size-10);bottom:var(--size-30);right:var(--size-15);width:var(--size-14);height:var(--size-120);mix-blend-mode:difference;color:var(--white);opacity:0;transition:all var(--ease-in-out-300);transform:translateX(var(--size-15));z-index:5000;display:block;position:fixed}@media (hover:hover) and (pointer:fine){.c-pagetop:hover{opacity:var(--opacity-5)}}@media only screen and (width<=767px){.c-pagetop{bottom:var(--size-70);right:var(--size-18)}}.c-pagetop:where([data-js-in-hero=false][data-js-in-footer=false]){visibility:visible;opacity:1;transform:translate(0)}.c-pagetop__icon{width:var(--size-14);height:var(--size-120);fill:currentColor;display:block}.c-slider{position:relative}@media print,screen and (width>=768px){.c-slider__arrow{pointer-events:none;display:none}}@media only screen and (width<=767px){.c-slider__arrow{pointer-events:none;position:absolute;inset:0}.c-slider__button-prev,.c-slider__button-next{width:var(--size-30);height:var(--size-50);pointer-events:auto;transition:all var(--ease-in-out-200);position:absolute;top:45%;transform:translateY(-45%)}}.c-slider__button-prev:where([disabled]),.c-slider__button-next:where([disabled]){visibility:hidden;opacity:0;pointer-events:none}@media only screen and (width<=767px){.c-slider__button-prev{left:var(--size-10)}.c-slider__button-next{right:var(--size-10)}.c-slider__button-prev-icon,.c-slider__button-next-icon{width:var(--size-30);height:var(--size-50)}}@media print,screen and (width>=768px){.c-slider__control{pointer-events:none;display:none}}@media only screen and (width<=767px){.c-slider__control{width:71.795vw;height:var(--size-26);margin-inline:auto;margin-top:var(--size-12);align-items:center;display:flex;position:relative}.c-slider__pagination{justify-content:center;gap:var(--size-6);width:100%;display:flex}[data-js-slider-indicator-button]{width:var(--size-8);height:var(--size-8);border:1px solid var(--blue-2);background:var(--gray-1);border-radius:50%;display:block}[data-js-slider-indicator-button]:where([aria-current=true]){background:var(--blue-2)}.c-slider__toggle{position:absolute;right:0}.c-slider__button-pause-icon,.c-slider__button-play-icon{width:var(--size-26);height:var(--size-26);display:none}:where([data-js-slider-playing=true]) .c-slider__button-pause-icon,:where([data-js-slider-playing=false]) .c-slider__button-play-icon{display:block}}[data-js-more-content]{transition:height var(--ease-in-out-300);overflow:hidden}.c-more__control{justify-items:center;display:grid;position:relative}.c-more__control:before{content:"";width:calc(100% - var(--size-20));background:linear-gradient(#f0f9be00 0%,#f0f9be 53%);height:min(15.069vw,217px);display:inline-block;position:absolute;bottom:max(-1.528vw,-22px);left:50%;transform:translate(-50%)}@media only screen and (width<=767px){.c-more__control:before{height:55.641vw;bottom:-5.641vw}}:where([data-js-more-expanded=true]) .c-more__control:before{display:none}.c-more__button{border:1px solid var(--blue-3);border-radius:var(--size-50);width:min(16.667vw,240px);height:min(3.75vw,54px);margin-inline:auto;position:relative}@media only screen and (width<=767px){.c-more__button{width:61.538vw;height:13.846vw}}.c-more__label{padding-left:var(--size-20);padding-right:var(--size-14);grid-template-columns:1fr auto;align-items:center;display:grid;position:absolute;inset:0}.c-more__button__text{color:var(--blue-3);text-align:center;font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-medium);line-height:var(--line-height-160)}.c-more__button-icon{width:var(--size-30);height:var(--size-30)}[data-js-more-label]{visibility:hidden;pointer-events:none}[data-js-more-expanded=false] [data-js-more-label=closed],[data-js-more-expanded=true] [data-js-more-label=opened]{visibility:visible;pointer-events:auto}.c-download-banner{border-radius:var(--size-16);background:var(--navy);transition:all var(--ease-in-out-300);z-index:10;display:block;position:relative;overflow:hidden}@media print,screen and (width>=768px){.c-download-banner:before{content:"";z-index:2;background:linear-gradient(90deg,#111e2d00 0%,#111e2d 38.5%);width:min(24.167vw,348px);height:100%;display:inline-block;position:absolute;top:0;left:min(12.847vw,185px)}.c-download-banner:where(.type--primary),.c-download-banner:where(.type--secondary),.c-download-banner:where(.type--tertiary){align-items:center;width:100%;height:min(12.847vw,185px);display:grid}}@media only screen and (width<=767px){.c-download-banner:where(.type--primary),.c-download-banner:where(.type--secondary){width:89.744vw;height:71.795vw}.c-download-banner:where(.type--tertiary){width:89.744vw;height:87.179vw}}@media (hover:hover) and (pointer:fine){.c-download-banner:hover .c-button:where(.theme--red){background:var(--red)}.c-download-banner:hover .c-button:where(.theme--red) .c-button__icon{color:var(--white);transform:translate(15%,-65%)}.c-download-banner:hover .c-button:where(.theme--red) .c-button__text{color:var(--white)}.c-download-banner:hover .c-button:where(.theme--black){box-shadow:unset;transform:translateY(var(--size-4))}.c-download-banner:hover .c-button:where(.theme--black) .c-button__icon{transform:translate(15%,-65%)}.c-download-banner:hover .c-button:where(.theme--white){background:var(--red)}.c-download-banner:hover .c-button:where(.theme--white) .c-button__icon{color:var(--white);transform:translate(15%,-65%)}.c-download-banner:hover .c-button:where(.theme--white) .c-button__text{color:var(--white)}.c-download-banner:hover .c-download-banner__image{opacity:var(--opacity-7)}}.c-download-banner__image{width:min(31.111vw,448px);height:min(12.847vw,185px);transition:all var(--ease-in-out-300);z-index:1;background-position:50%;background-repeat:no-repeat;background-size:min(31.111vw,448px) min(12.847vw,185px);position:absolute;top:0;left:0}@media only screen and (width<=767px){.c-download-banner__image{background-size:89.744vw 58.974vw;width:89.744vw;height:58.974vw}}:where(.type--primary) .c-download-banner__image{background-image:url(../../assets/images/components/blocks/banners/primary_pc.webp)}@media only screen and (width<=767px){:where(.type--primary) .c-download-banner__image{background-image:url(../../assets/images/components/blocks/banners/primary_sp.webp)}}:where(.type--secondary) .c-download-banner__image{background-image:url(../../assets/images/components/blocks/banners/secondary_pc.webp)}@media only screen and (width<=767px){:where(.type--secondary) .c-download-banner__image{background-image:url(../../assets/images/components/blocks/banners/secondary_sp.webp)}}:where(.type--tertiary) .c-download-banner__image{background-image:url(../../assets/images/components/blocks/banners/tertiary_pc.webp)}@media only screen and (width<=767px){:where(.type--tertiary) .c-download-banner__image{background-image:url(../../assets/images/components/blocks/banners/tertiary_sp.webp)}}@media print,screen and (width>=768px){.c-download-banner__content{padding-left:min(27.083vw,390px);padding-right:var(--size-60);justify-content:space-between;align-items:center;display:flex}}@media only screen and (width<=767px){.c-download-banner__content{padding-inline:var(--size-20);padding-bottom:var(--size-20);align-content:end;height:100%;display:grid}}.c-download-banner__text{color:var(--white);z-index:3;position:relative}@media only screen and (width<=767px){.c-download-banner__text{text-align:center}}@media print,screen and (width>=768px){:where(.type--primary) .c-download-banner__text{margin-bottom:var(--size-16);font-family:var(--family-jp);font-size:var(--size-24);font-weight:var(--weight-bold);line-height:var(--line-height-180)}}@media only screen and (width<=767px){:where(.type--primary) .c-download-banner__text{margin-bottom:var(--size-12);font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-bold);line-height:var(--line-height-160)}}@media print,screen and (width>=768px){:where(.type--secondary) .c-download-banner__text{margin-bottom:var(--size-16);font-family:var(--family-jp);font-size:var(--size-22);font-weight:var(--weight-bold);line-height:var(--line-height-180)}}@media only screen and (width<=767px){:where(.type--secondary) .c-download-banner__text{margin-bottom:var(--size-12);font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-bold);line-height:var(--line-height-160)}}@media print,screen and (width>=768px){:where(.type--tertiary) .c-download-banner__text{font-family:var(--family-jp);font-size:var(--size-22);font-weight:var(--weight-bold);line-height:var(--line-height-180)}}@media only screen and (width<=767px){:where(.type--tertiary) .c-download-banner__text{margin-bottom:var(--size-20);font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-bold);line-height:var(--line-height-140)}}@media print,screen and (width>=768px){:where(.type--primary) .c-download-banner__text b{font-family:var(--family-en);font-size:var(--size-40);font-weight:var(--weight-bold);line-height:var(--line-height-180)}}@media only screen and (width<=767px){:where(.type--primary) .c-download-banner__text b{font-family:var(--family-en);font-size:var(--size-32);font-weight:var(--weight-bold);line-height:var(--line-height-160)}}@media print,screen and (width>=768px){:where(.type--secondary) .c-download-banner__text b{font-family:var(--family-en);font-size:var(--size-30);font-weight:var(--weight-bold);line-height:var(--line-height-180)}}@media only screen and (width<=767px){:where(.type--secondary) .c-download-banner__text b{font-family:var(--family-en);font-size:var(--size-18);font-weight:var(--weight-bold);line-height:var(--line-height-160)}}.c-download-banner__button{z-index:3;position:relative}.c-products-banner-autostore{border-radius:var(--size-16);background:var(--white);z-index:10;width:100%;position:relative}@media print,screen and (width>=768px){.c-products-banner-autostore{grid-template-columns:auto 1fr;align-items:center;height:min(20.139vw,290px);display:grid}}@media only screen and (width<=767px){.c-products-banner-autostore{justify-content:center;align-items:center;gap:var(--size-30);padding-inline:var(--size-20);flex-direction:column;height:144.359vw;display:flex}}@media print,screen and (width>=768px){.c-products-banner-autostore__logo{justify-items:center;width:min(21.875vw,315px);display:grid}.c-products-banner-autostore__logo-image{width:min(11.736vw,169px);height:min(9.097vw,131px)}}@media only screen and (width<=767px){.c-products-banner-autostore__logo-image{width:51.282vw;height:8.974vw}}.c-products-banner-autostore__content{align-items:center;width:100%;display:grid}@media print,screen and (width>=768px){.c-products-banner-autostore__content{justify-content:center;row-gap:var(--size-42);padding-right:var(--size-60);grid-template-columns:repeat(2,1fr)}}.c-products-banner-autostore__heading{flex-direction:column;display:flex}@media print,screen and (width>=768px){.c-products-banner-autostore__heading{gap:var(--size-10);grid-column:1/-1}}@media only screen and (width<=767px){.c-products-banner-autostore__heading{gap:var(--size-24);margin-bottom:var(--size-26);text-align:center}}@media print,screen and (width>=768px){.c-products-banner-autostore__title{font-family:var(--family-jp);font-size:var(--size-24);font-weight:var(--weight-regular);line-height:var(--line-height-170)}}@media only screen and (width<=767px){.c-products-banner-autostore__title{font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-regular);line-height:var(--line-height-160)}}@media print,screen and (width>=768px){.c-products-banner-autostore__title b{font-family:var(--family-jp);font-size:var(--size-28);font-weight:var(--weight-bold);line-height:var(--line-height-170)}}@media only screen and (width<=767px){.c-products-banner-autostore__title b{padding-inline:var(--size-2);font-family:var(--family-jp);font-size:var(--size-28);font-weight:var(--weight-bold);line-height:var(--line-height-160)}}@media print,screen and (width>=768px){.c-products-banner-autostore__subtitle{font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-bold);line-height:var(--line-height-170)}}@media only screen and (width<=767px){.c-products-banner-autostore__subtitle{font-family:var(--family-jp);font-size:var(--size-14);font-weight:var(--weight-bold);line-height:var(--line-height-170)}}.c-products-banner-autostore__list{gap:var(--size-6);flex-direction:column;display:flex}@media only screen and (width<=767px){.c-products-banner-autostore__list{margin-bottom:var(--size-36)}}.c-products-banner-autostore__list li{gap:var(--size-8);grid-template-columns:auto 1fr;display:grid}@media print,screen and (width>=768px){.c-products-banner-autostore__list li{align-items:center}}@media only screen and (width<=767px){.c-products-banner-autostore__list li{align-items:start}}.c-products-banner-autostore__list p{font-family:var(--family-jp);font-size:var(--size-14);font-weight:var(--weight-regular);line-height:var(--line-height-170)}.c-products-banner-autostore__list-icon{width:var(--size-20);height:var(--size-20)}@media only screen and (width<=767px){.c-products-banner-autostore__list-icon{margin-top:var(--size-4)}}@media print,screen and (width>=768px){.c-products-banner-autostore__button{place-self:end}}.c-tab-button{width:100%;height:var(--size-80);transition:all var(--ease-in-out-200);background:#eff2f6;justify-content:center;align-items:center;display:flex;position:relative}@media print,screen and (width>=768px){.c-tab-button{gap:var(--size-10);border-top-left-radius:var(--size-12);border-top-right-radius:var(--size-12);min-width:min(16.458vw,237px)}}@media only screen and (width<=767px){.c-tab-button{gap:var(--size-6);border-radius:var(--size-12);min-width:29.231vw;min-height:19.487vw}}.c-tab-button:where([aria-pressed=true],[aria-selected=true]){background:var(--blue-3)}@media (hover:hover) and (pointer:fine){.c-tab-button:hover{opacity:var(--opacity-5)}}.c-tab-button__title{text-align:center;font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-bold);line-height:var(--line-height-150)}.c-tab-button__title b{font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-bold);line-height:var(--line-height-150)}:where([aria-pressed=true],[aria-selected=true]) .c-tab-button__title{color:var(--white)}.c-tab-button__icon{flex-shrink:0}:where([aria-pressed=true],[aria-selected=true]) .c-tab-button__icon{color:var(--white)}.l-tab-button__list{-moz-column-gap:var(--size-4);column-gap:var(--size-4);padding-bottom:var(--size-4);margin-inline:auto;position:relative}@media print,screen and (width>=768px){.l-tab-button__list{width:var(--container-width-pc);grid-auto-columns:1fr;grid-auto-flow:column;justify-content:center;align-items:end;display:grid}}@media only screen and (width<=767px){.l-tab-button__list{row-gap:var(--size-6);width:var(--container-width-sp);flex-wrap:wrap;grid-template-columns:repeat(auto-fit,minmax(29.231vw,1fr));display:flex}}@media print,screen and (width>=768px){.l-tab-button__list:before{content:"";width:100%;height:var(--size-4);background:var(--blue-3);display:inline-block;position:absolute;bottom:0;left:0}}@media only screen and (width<=767px){.l-tab-button__list li{flex-grow:1;flex-basis:0;min-width:29.231vw}}.c-products-banner-pio{border:1px solid var(--black);border-radius:var(--size-20);background:var(--white);z-index:10;width:100%;position:relative}@media print,screen and (width>=768px){.c-products-banner-pio{padding-inline:var(--size-54);grid-template-columns:auto 1fr;align-items:center;height:min(17.361vw,250px);display:grid}}@media only screen and (width<=767px){.c-products-banner-pio{justify-content:center;align-items:center;gap:var(--size-30);flex-direction:column;height:89.744vw;display:flex}}@media print,screen and (width>=768px){.c-products-banner-pio__logo{width:min(11.528vw,166px);height:min(4.792vw,69px)}}@media only screen and (width<=767px){.c-products-banner-pio__logo{width:27.692vw;height:11.538vw;margin-right:3.333vw}}.c-products-banner-pio__content{align-items:center;width:100%;display:grid}@media print,screen and (width>=768px){.c-products-banner-pio__content{justify-content:center;gap:var(--size-20)}}@media only screen and (width<=767px){.c-products-banner-pio__content{gap:var(--size-16)}}.c-products-banner-pio__heading{text-align:center;flex-direction:column;display:flex}@media print,screen and (width>=768px){.c-products-banner-pio__heading{gap:var(--size-5)}}@media only screen and (width<=767px){.c-products-banner-pio__heading{gap:var(--size-16)}}@media print,screen and (width>=768px){.c-products-banner-pio__title:where(:not(:only-child)){font-family:var(--family-jp);font-size:var(--size-28);font-weight:var(--weight-bold);line-height:var(--line-height-170)}}@media only screen and (width<=767px){.c-products-banner-pio__title:where(:not(:only-child)){font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-bold);line-height:var(--line-height-170)}}@media print,screen and (width>=768px){.c-products-banner-pio__title:where(:only-child){font-family:var(--family-jp);font-size:var(--size-24);font-weight:var(--weight-bold);line-height:var(--line-height-160)}}@media only screen and (width<=767px){.c-products-banner-pio__title:where(:only-child){font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-bold);line-height:var(--line-height-160)}}@media print,screen and (width>=768px){.c-products-banner-pio__subtitle{font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-medium);line-height:var(--line-height-170)}}@media only screen and (width<=767px){.c-products-banner-pio__subtitle{font-family:var(--family-jp);font-size:var(--size-14);font-weight:var(--weight-regular);line-height:var(--line-height-170)}}@media print,screen and (width>=768px){.c-products-banner-pio__button{margin-inline:auto}}@media only screen and (width<=767px){.c-products-banner-pio__button{margin-inline:var(--size-30)}}.c-annotation{row-gap:var(--size-4);flex-direction:column;width:stretch;display:flex}.c-annotation>li{position:relative}.c-annotation>li small{font-family:var(--family-jp);font-size:var(--size-14);font-weight:var(--weight-regular);line-height:var(--line-height-170);display:block}.c-annotation:where(.kind--asterisk)>li:before{font-family:var(--family-jp);font-size:var(--size-14);font-weight:var(--weight-regular);line-height:var(--line-height-170);display:inline-block;position:absolute;top:0;left:0}.c-annotation:where(ul.kind--asterisk)>li{padding-left:var(--size-14)}.c-annotation:where(ul.kind--asterisk)>li:before{content:"※"}.c-annotation:where(ol.kind--asterisk)>li{counter-increment:number-counter;padding-left:var(--size-28)}.c-annotation:where(ol.kind--asterisk)>li:before{content:"※" counter(number-counter)}[data-js-filter-item]{animation:.4s ease-out forwards filterFadeIn}[data-js-filter-item][hidden]{display:none}@keyframes filterFadeIn{0%{opacity:0;transform:translateY(var(--size-5))}to{opacity:1;transform:translateY(0)}}[data-js-accordion-content]{height:0;transition:height var(--ease-in-out-300);will-change:height;overflow:hidden}.c-accordion__button{align-items:center;gap:var(--size-10);cursor:pointer;padding-inline:var(--size-20);padding-block:var(--size-30);transition:all var(--cubic-bezier-400);grid-template-columns:1fr auto;list-style:none;display:grid;position:relative}@media only screen and (width<=767px){.c-accordion__button{padding-inline:0;padding-block:var(--size-18)}}@media (hover:hover) and (pointer:fine){.c-accordion__button:hover{opacity:var(--opacity-5)}}.c-accordion__button:before{content:"";width:stretch;height:1px;transition:all var(--cubic-bezier-400);background:#dadada;display:inline-block;position:absolute;bottom:0;left:0}.c-accordion__button::-webkit-details-marker{display:none}.c-accordion__title{align-items:center;gap:var(--size-20);grid-template-columns:auto 1fr;display:grid}.c-accordion__title-prefix{width:var(--size-50);height:var(--size-50);border-radius:var(--size-12);background:var(--yellow);font-family:var(--family-en);font-size:var(--size-20);font-weight:var(--weight-regular);line-height:var(--line-height-170);place-items:center;display:grid}.c-accordion__title-text{font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-bold);line-height:var(--line-height-170)}.c-accordion__icon{width:var(--size-40);height:var(--size-40);background:var(--blue-3);transition:all var(--cubic-bezier-400);border-radius:50%;display:inline-block;position:relative;overflow:hidden}@media only screen and (width<=767px){.c-accordion__icon{width:var(--size-30);height:var(--size-30)}}.c-accordion__icon:before,.c-accordion__icon:after{content:"";transition:all var(--cubic-bezier-400);will-change:transform;z-index:5;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.c-accordion__icon:before{width:var(--size-12);height:var(--size-2);background:var(--white)}@media only screen and (width<=767px){.c-accordion__icon:before{width:var(--size-10)}}.c-accordion__icon:after{width:var(--size-2);height:var(--size-12);background:var(--white)}@media only screen and (width<=767px){.c-accordion__icon:after{height:var(--size-10)}}:where(.c-accordion__button[aria-expanded=true]) .c-accordion__icon{background:var(--gray-1)}:where(.c-accordion__button[aria-expanded=true]) .c-accordion__icon:before,:where(.c-accordion__button[aria-expanded=true]) .c-accordion__icon:after{background:var(--blue-3)}:where(.c-accordion__button[aria-expanded=true]) .c-accordion__icon:after{opacity:0;transform:translate(-50%,-50%)rotate(90deg)}.c-accordion__content{padding-inline:var(--size-90);padding-block:var(--size-30);font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-regular);line-height:var(--line-height-170);border-bottom:1px solid #dadada}@media only screen and (width<=767px){.c-accordion__content{padding-inline:var(--size-20)}}}@layer page{.pio_introduction{padding-top:var(--size-36);padding-bottom:var(--size-45);background:var(--yellow)}@media only screen and (width<=767px){.pio_introduction{padding-top:21.795vw}}.pio_keyvisual__inner{width:min(95.139vw,1370px);margin-inline:auto;position:relative}@media only screen and (width<=767px){.pio_keyvisual__inner{width:var(--container-width-sp)}}.pio_keyvisual__video{aspect-ratio:1370/543;width:100%}@media only screen and (width<=767px){.pio_keyvisual__video{aspect-ratio:350/556}}.pio_keyvisual__video_mask{aspect-ratio:1370/543;background:var(--navy);width:100%;margin-inline:auto;display:inline-block;position:relative;-webkit-mask-image:url(../../assets/images/index/introduction/keyvisual_mask_pc.svg);mask-image:url(../../assets/images/index/introduction/keyvisual_mask_pc.svg);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media only screen and (width<=767px){.pio_keyvisual__video_mask{aspect-ratio:350/556;-webkit-mask-image:url(../../assets/images/index/introduction/keyvisual_mask_sp.svg);mask-image:url(../../assets/images/index/introduction/keyvisual_mask_sp.svg)}}.pio_keyvisual__video_background{background:linear-gradient(0deg, var(--navy) 0%, #111e2d00 100%);z-index:2;width:100%;height:min(16.667vw,240px);display:block;position:absolute;bottom:0;left:0}@media only screen and (width<=767px){.pio_keyvisual__video_background{background:linear-gradient(0deg, var(--navy) 75%, #111e2d00 92%);height:77.436vw}}.pio_keyvisual__video_media{-o-object-fit:cover;object-fit:cover;z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}@media only screen and (width<=767px){.pio_keyvisual__video_media{-o-object-position:center top;object-position:center top;height:100vw}}.pio_keyvisual__logo{gap:var(--size-48);flex-direction:column;display:inline-flex;position:absolute;bottom:min(.694vw,10px);left:min(2.083vw,30px)}@media only screen and (width<=767px){.pio_keyvisual__logo{gap:7.692vw;bottom:0;left:6.923vw}}.pio_keyvisual__logo_pio{width:min(15.208vw,219px);height:min(6.25vw,90px);display:block}@media only screen and (width<=767px){.pio_keyvisual__logo_pio{width:31.282vw;height:12.821vw}}.pio_keyvisual__created{align-items:end;gap:var(--size-12);grid-auto-flow:column;display:grid}.pio_keyvisual__created span{font-family:var(--family-en);font-size:var(--size-16);font-weight:var(--weight-regular);line-height:var(--line-height-100);display:inline-block}@media only screen and (width<=767px){.pio_keyvisual__created span{font-family:var(--family-en);font-size:var(--size-8);font-weight:var(--weight-regular);line-height:var(--line-height-100)}}.pio_keyvisual__logo_autostore{margin-bottom:var(--size-2);width:min(7.222vw,104px);height:min(1.278vw,18.4px);display:block}@media only screen and (width<=767px){.pio_keyvisual__logo_autostore{width:15.128vw;height:2.564vw}}.pio_keyvisual__content{align-items:end;gap:var(--size-28);padding-right:var(--size-50);padding-bottom:var(--size-30);grid-auto-flow:column;display:grid;position:absolute;bottom:0;right:0}@media only screen and (width<=767px){.pio_keyvisual__content{padding-inline:var(--size-18);padding-bottom:var(--size-20);grid-auto-flow:row;gap:0;width:100%}}.pio_keyvisual__title{margin-bottom:var(--size-35);width:min(53.333vw,768px)}@media only screen and (width<=767px){.pio_keyvisual__title{margin-bottom:var(--size-30);width:100%}}@media print,screen and (width>=768px){.pio_keyvisual__copy:where(.device--pc){width:min(53.125vw,765px);height:min(8.264vw,119px);display:block}}@media only screen and (width<=767px){.pio_keyvisual__copy:where(.device--pc){display:none}}@media print,screen and (width>=768px){.pio_keyvisual__copy:where(.device--sp){display:none}}@media only screen and (width<=767px){.pio_keyvisual__copy:where(.device--sp){width:79.487vw;height:20.769vw;display:block}}.pio_keyvisual__button{justify-content:center;align-items:center;gap:var(--size-18);border:1px solid var(--white);backdrop-filter:blur(min(3.472vw,50px));width:min(11.111vw,160px);height:min(11.111vw,160px);transition:all var(--ease-in-out-300);background:#ffffff1a;border-radius:50%;flex-direction:column;display:flex}@media only screen and (width<=767px){.pio_keyvisual__button{justify-self:end;gap:var(--size-10);margin-right:var(--size-4);width:26.923vw;height:26.923vw}}@media (hover:hover) and (pointer:fine){.pio_keyvisual__button:hover{background:var(--white)}.pio_keyvisual__button:hover .pio_keyvisual__button_icon{color:var(--navy);transform:translate(min(.278vw,4px),max(-.278vw,-4px))}.pio_keyvisual__button:hover .pio_keyvisual__button_text span{color:var(--navy)}}.pio_keyvisual__button_text{margin-top:var(--size-8);flex-direction:column;justify-content:center;align-items:center;display:flex}.pio_keyvisual__button_text span{color:var(--text-white);transition:all var(--ease-in-out-300);font-family:var(--family-jp);font-size:var(--size-22);font-weight:var(--weight-bold);line-height:var(--line-height-130);flex-shrink:0;display:block}@media only screen and (width<=767px){.pio_keyvisual__button_text span{font-family:var(--family-jp);font-size:var(--size-14);font-weight:var(--weight-bold);line-height:var(--line-height-130)}}.pio_keyvisual__button_icon{width:var(--size-20);height:var(--size-20);color:var(--white);transition:all var(--ease-in-out-300)}@media only screen and (width<=767px){.pio_keyvisual__button_icon{width:var(--size-14);height:var(--size-14)}}.pio_summary{margin-top:var(--size-98)}@media only screen and (width<=767px){.pio_summary{margin-top:var(--size-80)}}.pio_summary__inner{align-items:center;gap:var(--size-72);width:var(--container-width-pc);grid-template-columns:auto 1fr;margin-inline:auto;display:grid;position:relative}@media only screen and (width<=767px){.pio_summary__inner{gap:var(--size-16);width:var(--container-width-sp);grid-template-columns:none}}.pio_summary__image{width:min(31.944vw,460px);height:min(31.944vw,460px);display:block}@media only screen and (width<=767px){.pio_summary__image{width:58.974vw;height:58.974vw;position:absolute;top:22.564vw;left:-23.077vw}}.pio_summary__subtitle{margin-bottom:var(--size-30);width:min(31.111vw,448px);height:var(--size-50);color:var(--text-white);border-radius:var(--size-40);background:var(--navy);font-family:var(--family-jp);font-size:var(--size-22);font-weight:var(--weight-medium);line-height:var(--line-height-100);place-items:center;display:grid}@media only screen and (width<=767px){.pio_summary__subtitle{margin-inline:auto;margin-bottom:var(--size-40);width:79.487vw;font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-medium);line-height:var(--line-height-100)}}.pio_summary__title{margin-bottom:var(--size-12)}@media only screen and (width<=767px){.pio_summary__title{width:51.282vw;margin-left:41.026vw}}.pio_summary__title p{font-family:var(--family-jp);font-size:var(--size-32);font-weight:var(--weight-medium);line-height:var(--line-height-160)}@media only screen and (width<=767px){.pio_summary__title p{font-family:var(--family-jp);font-size:var(--size-22);font-weight:var(--weight-medium);line-height:var(--line-height-160)}}.pio_summary__title h2{font-family:var(--family-jp);font-size:var(--size-30);font-weight:var(--weight-medium);line-height:var(--line-height-160)}@media only screen and (width<=767px){.pio_summary__title h2{font-family:var(--family-jp);font-size:var(--size-22);font-weight:var(--weight-medium);line-height:var(--line-height-160)}}.pio_summary__title_autostore{font-family:var(--family-en);font-size:var(--size-44);font-weight:var(--weight-bold);line-height:var(--line-height-160)}@media only screen and (width<=767px){.pio_summary__title_autostore{font-family:var(--family-en);font-size:var(--size-24);font-weight:var(--weight-bold);line-height:var(--line-height-150)}}.pio_summary__title_pio{margin-left:var(--size-10);font-family:var(--family-en);font-size:var(--size-66);font-weight:var(--weight-bold);line-height:var(--line-height-100)}@media only screen and (width<=767px){.pio_summary__title_pio{font-family:var(--family-en);font-size:var(--size-54);font-weight:var(--weight-bold);line-height:var(--line-height-100);margin-left:0}}.pio_summary__title_pio ruby{display:inline-block;position:relative}.pio_summary__title_pio rt{width:max-content;font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-bold);line-height:var(--line-height-140);position:absolute;bottom:8%;left:108%}@media only screen and (width<=767px){.pio_summary__title_pio rt{font-family:var(--family-jp);font-size:var(--size-22);font-weight:var(--weight-bold);line-height:var(--line-height-140)}}.pio_summary__title_pio rt:before{content:"[";font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-bold);line-height:var(--line-height-140)}@media only screen and (width<=767px){.pio_summary__title_pio rt:before{font-family:var(--family-jp);font-size:var(--size-22);font-weight:var(--weight-bold);line-height:var(--line-height-140)}}.pio_summary__title_pio rt:after{content:"]";font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-bold);line-height:var(--line-height-140)}@media only screen and (width<=767px){.pio_summary__title_pio rt:after{font-family:var(--family-jp);font-size:var(--size-22);font-weight:var(--weight-bold);line-height:var(--line-height-140)}}.pio_summary__empowered{align-items:center;gap:var(--size-12);margin-left:var(--size-4);margin-bottom:var(--size-44);display:inline-flex}@media only screen and (width<=767px){.pio_summary__empowered{margin-left:40.769vw;margin-bottom:var(--size-50)}}.pio_summary__empowered span{font-family:var(--family-en);font-size:var(--size-12);font-weight:var(--weight-regular);line-height:var(--line-height-100)}@media only screen and (width<=767px){.pio_summary__empowered span{font-family:var(--family-en);font-size:var(--size-10);font-weight:var(--weight-regular);line-height:var(--line-height-100)}}.pio_summary__logo_okamura{width:min(8.819vw,127px);height:min(1.875vw,27px);display:block}@media only screen and (width<=767px){.pio_summary__logo_okamura{width:25.128vw;height:5.128vw}}.pio_summary__description{font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-medium);line-height:var(--line-height-200)}@media only screen and (width<=767px){.pio_summary__description{width:79.487vw;font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-medium);line-height:var(--line-height-200);margin-inline:auto}}.pio_summary__next{margin-inline:auto;margin-top:var(--size-110);width:var(--container-width-pc);grid-auto-flow:column;justify-items:end;display:grid}@media only screen and (width<=767px){.pio_summary__next{margin-top:var(--size-86);width:var(--container-width-sp)}}.pio_summary__next_button{gap:var(--size-24);transition:opacity var(--ease-in-out-300);display:inline-flex}@media (hover:hover) and (pointer:fine){.pio_summary__next_button:hover{opacity:var(--opacity-5)}}.pio_summary__next_button_text{font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-bold);line-height:var(--line-height-100);flex-shrink:0}.pio_summary__next_button_pio{font-family:var(--family-en);font-size:var(--size-36);font-weight:var(--weight-bold);line-height:var(--line-height-100);flex-shrink:0}.pio_summary__next_button_icon{margin-top:var(--size-14);stroke-dasharray:80 40;width:min(.625vw,9px);height:min(4.653vw,67px);animation:1.8s ease-in-out infinite line-flow}@media only screen and (width<=767px){.pio_summary__next_button_icon{width:2.308vw;height:17.179vw}}@keyframes line-flow{0%{stroke-dashoffset:0}50%{stroke-dashoffset:-120px}to{stroke-dashoffset:-120px}}.pio_problems__case{padding-left:var(--size-12);border-radius:var(--size-16) var(--size-16) var(--size-16) 0;background:var(--white);width:auto;height:100%;box-shadow:0 0 var(--size-30) 0 #0000000f;border:1px solid #c2cfdd;display:grid;position:relative;overflow:hidden}@media only screen and (width<=767px){.pio_problems__case{width:100%;height:auto}}.pio_problems__case:before{content:"";width:var(--size-12);background:#6a88ab;height:100%;display:inline-block;position:absolute;top:0;left:0}.pio_problems__case_heading{gap:var(--size-24);padding-top:var(--size-36);padding-inline:var(--size-28);grid-template-columns:auto 1fr;display:grid}@media only screen and (width<=767px){.pio_problems__case_heading{padding-top:var(--size-20);padding-inline:var(--size-24)}}.pio_problems__case_number{color:#6a88ab;text-align:center}.pio_problems__case_number span{display:block}.pio_problems__case_number_prefix{font-family:var(--family-en);font-size:var(--size-24);font-weight:var(--weight-regular);line-height:var(--line-height-120)}@media only screen and (width<=767px){.pio_problems__case_number_prefix{font-family:var(--family-en);font-size:var(--size-16);font-weight:var(--weight-regular);line-height:var(--line-height-100)}}.pio_problems__case_number_value{font-family:var(--family-en);font-size:var(--size-40);font-weight:var(--weight-bold);line-height:var(--line-height-120)}@media only screen and (width<=767px){.pio_problems__case_number_value{font-family:var(--family-en);font-size:var(--size-28);font-weight:var(--weight-bold);line-height:var(--line-height-100)}}.pio_problems__case_title{font-family:var(--family-jp);font-size:var(--size-24);font-weight:var(--weight-bold);line-height:var(--line-height-160)}@media only screen and (width<=767px){.pio_problems__case_title{font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-bold);line-height:var(--line-height-160)}}.pio_problems__case_image{background-position:50%;background-repeat:no-repeat;background-size:contain;align-self:end;width:100%;height:min(20.486vw,295px)}:where(.pio_problems__case_1) .pio_problems__case_image{background-image:url(../../assets/images/index/problems/case_front_1_pc.webp)}@media only screen and (width<=767px){:where(.pio_problems__case_1) .pio_problems__case_image{background-image:url(../../assets/images/index/problems/case_front_1_sp.webp);height:55.385vw}}:where(.pio_problems__case_2) .pio_problems__case_image{background-image:url(../../assets/images/index/problems/case_front_2_pc.webp)}@media only screen and (width<=767px){:where(.pio_problems__case_2) .pio_problems__case_image{background-image:url(../../assets/images/index/problems/case_front_2_sp.webp);height:47.179vw}}:where(.pio_problems__case_3) .pio_problems__case_image{background-image:url(../../assets/images/index/problems/case_front_3_pc.webp)}@media only screen and (width<=767px){:where(.pio_problems__case_3) .pio_problems__case_image{background-image:url(../../assets/images/index/problems/case_front_3_sp.webp);height:47.179vw}}:where(.pio_problems__case_4) .pio_problems__case_image{background-image:url(../../assets/images/index/problems/case_front_4_pc.webp)}@media only screen and (width<=767px){:where(.pio_problems__case_4) .pio_problems__case_image{background-image:url(../../assets/images/index/problems/case_front_4_sp.webp);height:51.795vw}}:where(.pio_problems__case_5) .pio_problems__case_image{background-image:url(../../assets/images/index/problems/case_front_5_pc.webp)}@media only screen and (width<=767px){:where(.pio_problems__case_5) .pio_problems__case_image{background-image:url(../../assets/images/index/problems/case_front_5_sp.webp);height:51.795vw}}.pio_problems__case_label{justify-content:end;align-items:center;gap:var(--size-5);padding-right:var(--size-20);border-top-left-radius:var(--size-50);background:#234a77;width:min(12.917vw,186px);height:min(4.306vw,62px);display:inline-flex;position:absolute;bottom:0;right:0}@media only screen and (width<=767px){.pio_problems__case_label{gap:var(--size-4);padding-right:var(--size-14);width:43.59vw;height:13.333vw}}.pio_problems__case_label_text{color:var(--text-white);font-family:var(--family-en);font-size:var(--size-18);font-weight:var(--weight-medium);line-height:var(--line-height-140)}.pio_problems__case_label_pio{margin-right:var(--size-2);font-family:var(--family-en);font-size:var(--size-28);font-weight:var(--weight-bold);line-height:var(--line-height-140)}@media only screen and (width<=767px){.pio_problems__case_label_pio{font-family:var(--family-en);font-size:var(--size-26);font-weight:var(--weight-bold);line-height:var(--line-height-140)}}.pio_problems__case_label_icon{width:var(--size-26);height:var(--size-26)}@media only screen and (width<=767px){.pio_problems__case_label_icon{width:var(--size-25);height:var(--size-25)}}:where(.pio_problems__case_label_icon.device--pc){display:block}@media only screen and (width<=767px){:where(.pio_problems__case_label_icon.device--pc){display:none}}:where(.pio_problems__case_label_icon.device--sp){display:block}@media print,screen and (width>=768px){:where(.pio_problems__case_label_icon.device--sp){display:none}}.pio_problems__modal_trigger{z-index:10;display:block;position:absolute;inset:0}.pio_problems__case_details{padding-top:var(--size-28);padding-inline:var(--size-30);border-radius:var(--size-16) var(--size-16) var(--size-16) 0;background:var(--yellow);height:100%;box-shadow:0 0 var(--size-30) 0 #0000000f;border:1px solid #c2cfdd;display:block}@media only screen and (width<=767px){.pio_problems__case_details{padding-top:var(--size-20);padding-bottom:var(--size-20);padding-inline:var(--size-20);box-shadow:none;border-radius:0}}.pio_problems__case_details_wide{padding-inline:var(--size-68)}.pio_problems__case_details_image{margin-bottom:var(--size-20);width:100%;height:auto}@media only screen and (width<=767px){.pio_problems__case_details_image{margin-bottom:var(--size-12)}}.pio_problems__case_details_description{font-family:var(--family-jp);font-size:var(--size-22);font-weight:var(--weight-medium);line-height:var(--line-height-160)}@media only screen and (width<=767px){.pio_problems__case_details_description{text-align:center;font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-medium);line-height:var(--line-height-160)}}.pio_problems__flip{perspective:1000px;height:100%;display:block}.pio_problems__flip:where([data-js-hover-state]) .pio_problems__flip_inner{transform:rotateY(180deg)}.pio_problems__flip_inner{width:100%;height:100%;transform-style:preserve-3d;will-change:transform;transition:transform .45s cubic-bezier(.4,0,.2,1);display:grid}.pio_problems__flip_front,.pio_problems__flip_back{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:8px;grid-area:1/1}.pio_problems__flip_front{z-index:2}.pio_problems__flip_back{transform:rotateY(180deg)}.pio_problems__case_modal_inner{width:min(69.444vw,1000px)}@media only screen and (width<=767px){.pio_problems__case_modal_inner{width:89.744vw}}.pio_problems__case_modal_close_button{width:var(--size-74);height:var(--size-74);place-items:center;display:grid;position:absolute;top:max(-.764vw,-11px);right:max(-6.597vw,-95px)}@media only screen and (width<=767px){.pio_problems__case_modal_close_button{width:var(--size-32);height:var(--size-32);top:-8.718vw;right:-3.846vw}}.pio_problems__case_modal_close_icon{width:var(--size-40);height:var(--size-40);color:var(--white)}@media only screen and (width<=767px){.pio_problems__case_modal_close_icon{width:var(--size-20);height:var(--size-20)}}.pio_problems{background:var(--white);margin-bottom:min(10.208vw,147px);padding-top:min(14.861vw,214px);position:relative}@media only screen and (width<=767px){.pio_problems{margin-bottom:10.256vw;padding-top:35.897vw;padding-bottom:15.385vw}}.pio_problems:after{content:"";background:var(--white);clip-path:polygon(0 0,100% 0,50% 100%);width:100%;height:min(10.208vw,147px);display:block;position:absolute;bottom:max(-10.139vw,-146px);left:0}@media only screen and (width<=767px){.pio_problems:after{height:10.256vw;bottom:-10.256vw}}.pio_problems__inner{width:var(--container-width-pc);margin-inline:auto;position:relative}@media only screen and (width<=767px){.pio_problems__inner{width:var(--container-width-sp)}}.pio_problems__title{margin-bottom:var(--size-50);z-index:0;font-family:var(--family-jp);font-size:var(--size-36);font-weight:var(--weight-medium);line-height:var(--line-height-160);padding-left:min(24.722vw,356px);display:inline-block;position:relative}@media only screen and (width<=767px){.pio_problems__title{margin-bottom:var(--size-14);font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-medium);line-height:var(--line-height-160);padding-left:28.974vw}}.pio_problems__title:before{content:"";z-index:-1;background-image:url(../../assets/images/index/problems/title_decoration_1_pc.webp);background-position:50%;background-repeat:no-repeat;background-size:contain;width:min(24.167vw,348px);height:min(22.708vw,327px);display:inline-block;position:absolute;top:max(-10.069vw,-145px);left:min(3.472vw,50px)}@media only screen and (width<=767px){.pio_problems__title:before{background-image:url(../../assets/images/index/problems/title_decoration_1_sp.webp);width:47.179vw;height:72.308vw;top:-23.077vw;left:0}}.pio_problems__title:after{content:"";background-image:url(../../assets/images/index/problems/title_decoration_2_pc.webp);background-position:50%;background-repeat:no-repeat;background-size:contain;width:min(4.861vw,70px);height:min(6.806vw,98px);display:inline-block;position:absolute;top:max(-5.278vw,-76px);right:max(-3.333vw,-48px)}@media only screen and (width<=767px){.pio_problems__title:after{background-image:url(../../assets/images/index/problems/title_decoration_2_sp.webp);width:8.974vw;height:12.308vw;top:-3.846vw;right:0}.pio_problems__list-pc{display:none}}@media print,screen and (width>=768px){.pio_problems__list-sp{display:none}}.pio_problems__list{-moz-column-gap:var(--size-26);column-gap:var(--size-26);row-gap:var(--size-36);z-index:5;grid-template-columns:repeat(6,1fr);margin-bottom:min(7.292vw,105px);display:grid;position:relative}@media only screen and (width<=767px){.pio_problems__list{-moz-column-gap:normal;column-gap:normal;row-gap:var(--size-40);grid-template-columns:1fr}}@media print,screen and (width>=768px){.pio_problems__list>:nth-child(-n+2){grid-column:span 3}.pio_problems__list>:nth-child(n+3){grid-column:span 2}}.pio_problems__list li{height:100%;display:block}.pio_problems__lead{text-align:center;font-family:var(--family-jp);font-size:var(--size-30);font-weight:var(--weight-medium);line-height:var(--line-height-230)}@media only screen and (width<=767px){.pio_problems__lead{font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-medium);line-height:var(--line-height-200)}}.pio_problems__lead b{margin-inline:var(--size-4);font-family:var(--family-jp);font-size:var(--size-44);font-weight:var(--weight-bold);line-height:var(--line-height-230)}@media only screen and (width<=767px){.pio_problems__lead b{font-family:var(--family-jp);font-size:var(--size-28);font-weight:var(--weight-bold);line-height:var(--line-height-200)}}.pio_problems__lead_logo{margin-left:var(--size-40);margin-right:var(--size-45);vertical-align:middle;width:min(9.236vw,133px);height:min(3.819vw,55px);display:inline-block}@media only screen and (width<=767px){.pio_problems__lead_logo{margin-left:var(--size-20);margin-right:var(--size-28);width:22.308vw;height:9.231vw}}.pio_features__point{border-radius:var(--size-16);background:var(--white);height:100%;transition:all var(--ease-in-out-200);will-change:transform;flex-direction:column;display:flex;position:relative;overflow:hidden}:where(.pio_features__point:has(.pio_features__modal_trigger:focus-visible)){outline-offset:var(--size-4);outline:auto}@media only screen and (width<=767px){.pio_features__point{width:71.795vw}}@media (hover:hover) and (pointer:fine){.pio_features__point:hover{transform:scale(1.02)}.pio_features__point:hover .pio_features__point_more{opacity:var(--opacity-7)}}.pio_features__point_number{width:var(--size-60);height:var(--size-56);border-bottom-right-radius:var(--size-40);background:var(--blue-5);place-items:center;display:grid;position:absolute;top:0;left:0}.pio_features__point_number_text{padding-right:var(--size-5);color:var(--blue-2);font-family:var(--family-en);font-size:var(--size-20);font-weight:var(--weight-bold);line-height:var(--line-height-180)}.pio_features__point_image{background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;height:min(10.278vw,148px)}@media only screen and (width<=767px){.pio_features__point_image{height:34.872vw}}:where(.pio_features__point_1) .pio_features__point_image{background-image:url(../../assets/images/index/solutions/features_1_pc.webp)}@media only screen and (width<=767px){:where(.pio_features__point_1) .pio_features__point_image{background-image:url(../../assets/images/index/solutions/features_1_sp.webp)}}:where(.pio_features__point_2) .pio_features__point_image{background-image:url(../../assets/images/index/solutions/features_2_pc.webp)}@media only screen and (width<=767px){:where(.pio_features__point_2) .pio_features__point_image{background-image:url(../../assets/images/index/solutions/features_2_sp.webp)}}:where(.pio_features__point_3) .pio_features__point_image{background-image:url(../../assets/images/index/solutions/features_3_pc.webp)}@media only screen and (width<=767px){:where(.pio_features__point_3) .pio_features__point_image{background-image:url(../../assets/images/index/solutions/features_3_sp.webp)}}:where(.pio_features__point_4) .pio_features__point_image{background-image:url(../../assets/images/index/solutions/features_4_pc.webp)}@media only screen and (width<=767px){:where(.pio_features__point_4) .pio_features__point_image{background-image:url(../../assets/images/index/solutions/features_4_sp.webp)}}:where(.pio_features__point_5) .pio_features__point_image{background-image:url(../../assets/images/index/solutions/features_5_pc.webp)}@media only screen and (width<=767px){:where(.pio_features__point_5) .pio_features__point_image{background-image:url(../../assets/images/index/solutions/features_5_sp.webp)}}.pio_features__point_title{margin-inline:auto;margin-bottom:var(--size-10);width:fit-content;color:var(--blue-2);text-align:center;font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-bold);line-height:var(--line-height-160)}@media only screen and (width<=767px){.pio_features__point_title{margin-bottom:var(--size-22)}}.pio_features__point_more{justify-content:end;align-items:center;gap:var(--size-10);padding-inline:var(--size-16);padding-bottom:var(--size-14);transition:all var(--ease-in-out-300);margin-top:auto;display:flex}.pio_features__point_more_text{color:var(--blue-2);font-family:var(--family-en);font-size:var(--size-14);font-weight:var(--weight-bold);line-height:var(--line-height-180)}.pio_features__point_more_icon{width:var(--size-30);height:var(--size-30)}.pio_features__modal_trigger{z-index:10;display:block;position:absolute;inset:0}.pio_features__modal_inner{background:var(--yellow);flex-direction:column;width:min(69.444vw,1000px);display:flex}@media print,screen and (width>=768px){.pio_features__modal_inner{max-height:calc(100dvh - min(8.889vw,128px))}}@media only screen and (width<=767px){.pio_features__modal_inner{width:79.487vw;max-height:calc(100dvh - 32.821vw)}}.pio_features__modal_number{padding-inline:var(--size-30);padding-top:var(--size-15);color:var(--blue-3);font-family:var(--family-en);font-size:var(--size-32);font-weight:var(--weight-bold);line-height:var(--line-height-180)}@media only screen and (width<=767px){.pio_features__modal_number{text-align:center;display:block}}.pio_features__modal_content{padding-bottom:var(--size-60);background:var(--yellow);flex-grow:1;overflow-y:auto}@media only screen and (width<=767px){.pio_features__modal_content{padding-bottom:var(--size-40)}}.pio_features__modal_title{margin-bottom:var(--size-50);color:var(--blue-1);text-align:center;font-family:var(--family-jp);font-size:var(--size-28);font-weight:var(--weight-medium);line-height:var(--line-height-160)}@media only screen and (width<=767px){.pio_features__modal_title{margin-bottom:var(--size-16);font-family:var(--family-jp);font-size:var(--size-24);font-weight:var(--weight-medium);line-height:var(--line-height-160)}.pio_features__modal_title_small{font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-medium);line-height:var(--line-height-160)}}.pio_features__modal_close_button{width:var(--size-74);height:var(--size-74);place-items:center;display:grid;position:absolute;top:max(-.764vw,-11px);right:max(-6.597vw,-95px)}@media only screen and (width<=767px){.pio_features__modal_close_button{width:var(--size-32);height:var(--size-32);top:-8.718vw;right:-7.692vw}}.pio_features__modal_close_icon{width:var(--size-40);height:var(--size-40);color:var(--white)}@media only screen and (width<=767px){.pio_features__modal_close_icon{width:var(--size-20);height:var(--size-20)}}.pio_features__modal_column{align-items:start;gap:var(--size-40);padding-inline:var(--size-80);margin-bottom:var(--size-50);grid-template-columns:repeat(2,1fr);display:grid}@media only screen and (width<=767px){.pio_features__modal_column{padding-inline:var(--size-20);margin-bottom:var(--size-30);grid-template-columns:1fr}}.pio_features__modal_image{margin-bottom:var(--size-20);border-radius:var(--size-16);width:100%;display:block;overflow:hidden}@media only screen and (width<=767px){.pio_features__modal_image{margin-bottom:var(--size-10)}}.pio_features__modal_item_title{margin-bottom:var(--size-8);color:var(--blue-1);font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-bold);line-height:var(--line-height-160)}@media only screen and (width<=767px){.pio_features__modal_item_title{margin-bottom:var(--size-10);font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-bold);line-height:var(--line-height-160)}}.pio_features__modal_item_description{font-family:var(--family-jp);font-size:var(--size-14);font-weight:var(--weight-regular);line-height:var(--line-height-170)}.pio_features__modal_link{justify-content:end;align-items:center;gap:var(--size-20);padding-inline:var(--size-80);display:flex}@media only screen and (width<=767px){.pio_features__modal_link{padding-inline:var(--size-20);flex-direction:column}}.pio_features__modal_link_lead{font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-bold);line-height:var(--line-height-170)}@media only screen and (width<=767px){.pio_features__modal_link_lead{font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-bold);line-height:var(--line-height-170)}}.pio_features__modal_link_button{background:var(--black);width:min(19.444vw,280px);height:min(3.75vw,54px);transition:all var(--ease-in-out-200)}.pio_features__modal_link_button .c-button__text,.pio_features__modal_link_button .c-button__icon{transition:all var(--ease-in-out-200)}@media only screen and (width<=767px){.pio_features__modal_link_button{width:69.231vw;height:16.41vw}}.pio_features__modal_link_button .c-button__text{color:var(--white);font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-bold);line-height:var(--line-height-170)}.pio_features__modal_link_button .c-button__icon{width:var(--size-13);height:var(--size-13);color:var(--white)}@media (hover:hover) and (pointer:fine){.pio_features__modal_link_button:hover{background:var(--white)}.pio_features__modal_link_button:hover .c-button__text,.pio_features__modal_link_button:hover .c-button__icon{color:var(--black)}}@media print,screen and (width>=768px){.pio_features__modal_close_button_sp{display:none}}@media only screen and (width<=767px){.pio_features__modal_close_button_sp{align-items:center;gap:var(--size-6);margin-inline:auto;margin-top:var(--size-30);display:flex}.pio_features__modal_close_button_sp_text{color:var(--blue-3);font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-bold);line-height:var(--line-height-120)}.pio_features__modal_close_button_sp_icon{width:var(--size-30);height:var(--size-30);transform:rotate(45deg)}}.pio_scenes__case{border-radius:var(--size-16);background:var(--white);height:100%;position:relative;overflow:hidden}.pio_scenes__case_number{width:var(--size-60);height:var(--size-56);border-bottom-right-radius:var(--size-40);background:var(--blue-2);place-items:center;display:grid;position:absolute;top:0;left:0}.pio_scenes__case_number_text{padding-right:var(--size-5);color:var(--white);font-family:var(--family-en);font-size:var(--size-20);font-weight:var(--weight-bold);line-height:var(--line-height-160)}.pio_scenes__case_image{background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;height:min(16.667vw,240px)}@media only screen and (width<=767px){.pio_scenes__case_image{height:61.538vw}}:where(.pio_scenes__case_1) .pio_scenes__case_image{background-image:url(../../assets/images/index/solutions/case_1.webp)}:where(.pio_scenes__case_2) .pio_scenes__case_image{background-image:url(../../assets/images/index/solutions/case_2.webp)}:where(.pio_scenes__case_3) .pio_scenes__case_image{background-image:url(../../assets/images/index/solutions/case_3.webp)}:where(.pio_scenes__case_4) .pio_scenes__case_image{background-image:url(../../assets/images/index/solutions/case_4.webp)}:where(.pio_scenes__case_5) .pio_scenes__case_image{background-image:url(../../assets/images/index/solutions/case_5.webp)}:where(.pio_scenes__case_6) .pio_scenes__case_image{background-image:url(../../assets/images/index/solutions/case_6.webp)}.pio_scenes__case_title{padding-inline:var(--size-25);height:min(7.361vw,106px);color:var(--white);text-align:center;background:var(--blue-2);font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-bold);line-height:var(--line-height-160);align-items:center;display:grid}@media only screen and (width<=767px){.pio_scenes__case_title{padding-inline:var(--size-10);padding-block:var(--size-10);height:auto}}.pio_solutions{background:var(--yellow);margin-top:max(-10.208vw,-147px);padding-top:min(10.208vw,147px);padding-bottom:min(8.542vw,123px);overflow:hidden}@media only screen and (width<=767px){.pio_solutions{margin-top:-10.256vw;padding-top:15.385vw;padding-bottom:20vw}}.pio_solutions__products_banner_autostore{margin-bottom:var(--size-40)}.pio_capabilities{margin-bottom:var(--size-85)}.pio_capabilities__inner{padding-top:var(--size-75);width:var(--container-width-pc);margin-inline:auto}@media only screen and (width<=767px){.pio_capabilities__inner{width:var(--container-width-sp)}}.pio_capabilities__heading{align-items:center;gap:var(--size-66);grid-template-columns:auto 1fr;width:fit-content;margin-inline:auto;display:grid}@media only screen and (width<=767px){.pio_capabilities__heading{gap:var(--size-20);margin-bottom:var(--size-38);text-align:center;grid-template-columns:1fr}}.pio_capabilities__title{text-align:center;width:min(22.222vw,320px);height:min(22.222vw,320px);color:var(--text-dark_blue);place-items:center;display:grid;position:relative}@media only screen and (width<=767px){.pio_capabilities__title{width:auto;height:auto}}.pio_capabilities__title_text{z-index:2;font-family:var(--family-jp);font-size:var(--size-34);font-weight:var(--weight-bold);line-height:var(--line-height-140);position:relative}@media only screen and (width<=767px){.pio_capabilities__title_text{font-family:var(--family-jp);font-size:var(--size-28);font-weight:var(--weight-bold);line-height:var(--line-height-140)}}.pio_capabilities__title_pio{margin-right:var(--size-4);font-family:var(--family-en);font-size:var(--size-56);font-weight:var(--weight-bold);line-height:var(--line-height-140)}@media only screen and (width<=767px){.pio_capabilities__title_pio{font-family:var(--family-en);font-size:var(--size-64);font-weight:var(--weight-bold);line-height:var(--line-height-140)}}.pio_capabilities__title_decoration{z-index:1;width:min(22.222vw,320px);height:min(22.222vw,320px);position:absolute;top:0;left:0}@media only screen and (width<=767px){.pio_capabilities__title_decoration{width:66.667vw;height:66.667vw;top:-18.205vw;left:-27.949vw}}.pio_capabilities__lead{z-index:5;font-family:var(--family-jp);font-size:var(--size-30);font-weight:var(--weight-medium);line-height:var(--line-height-160);position:relative}@media only screen and (width<=767px){.pio_capabilities__lead{font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-medium);line-height:var(--line-height-160)}}.pio_capabilities__comparison{margin-top:max(-3.472vw,-50px);margin-bottom:var(--size-70);z-index:5;grid-template-columns:1fr auto 1fr;align-items:center;display:grid;position:relative}@media only screen and (width<=767px){.pio_capabilities__comparison{gap:var(--size-10);margin-top:0;margin-bottom:var(--size-55);grid-template-columns:1fr}}.pio_capabilities__comparison_arrow{width:var(--size-92);justify-content:center;align-items:center;height:100%;display:grid}@media only screen and (width<=767px){.pio_capabilities__comparison_arrow{width:100%;height:auto}}.pio_capabilities__comparison_arrow_icon{width:min(2.083vw,30px);height:min(3.472vw,50px);color:var(--blue-4)}@media only screen and (width<=767px){.pio_capabilities__comparison_arrow_icon{width:7.179vw;height:13.077vw;transform:rotate(90deg)}}.pio_capabilities__comparison_before,.pio_capabilities__comparison_after{height:100%}.pio_capabilities__comparison_image{z-index:0;width:100%;height:min(21.25vw,306px);display:block;position:relative;overflow:hidden}@media only screen and (width<=767px){:where(.pio_capabilities__comparison_before) .pio_capabilities__comparison_image{height:50.513vw}:where(.pio_capabilities__comparison_after) .pio_capabilities__comparison_image{height:58.718vw}}.pio_capabilities__comparison_image_icon{background-position:50%;background-repeat:no-repeat;background-size:contain;display:block}@media print,screen and (width>=768px){:where(.pio_capabilities__comparison_before) .pio_capabilities__comparison_image_icon{background-image:url(../../assets/images/index/solutions/capabilities_before_pc.webp);width:min(33.611vw,484px);height:min(19.861vw,286px);margin-top:min(2.361vw,34px);margin-left:min(2.708vw,39px)}}@media only screen and (width<=767px){:where(.pio_capabilities__comparison_before) .pio_capabilities__comparison_image_icon{background-image:url(../../assets/images/index/solutions/capabilities_before_sp.webp);width:89.744vw;height:52.821vw}}@media print,screen and (width>=768px){:where(.pio_capabilities__comparison_after) .pio_capabilities__comparison_image_icon{background-image:url(../../assets/images/index/solutions/capabilities_after_pc.webp);width:min(33.611vw,484px);height:min(23.056vw,332px);margin-left:min(2.431vw,35px)}}@media only screen and (width<=767px){:where(.pio_capabilities__comparison_after) .pio_capabilities__comparison_image_icon{background-image:url(../../assets/images/index/solutions/capabilities_after_sp.webp);width:89.744vw;height:61.538vw}}.pio_capabilities__comparison_title{height:var(--size-110);text-align:center;color:var(--text-white);border-radius:var(--size-16);background:var(--blue-2);z-index:2;font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-bold);line-height:var(--line-height-160);align-items:center;display:grid;position:relative}@media only screen and (width<=767px){.pio_capabilities__comparison_title{padding-inline:var(--size-18);height:var(--size-100);font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-bold);line-height:var(--line-height-140)}}:where(.pio_capabilities__comparison_after) .pio_capabilities__comparison_title{font-family:var(--family-jp);font-size:var(--size-19);font-weight:var(--weight-bold);line-height:var(--line-height-160)}@media only screen and (width<=767px){:where(.pio_capabilities__comparison_after) .pio_capabilities__comparison_title{font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-bold);line-height:var(--line-height-140)}}.pio_capabilities__description{padding-left:var(--size-25);font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-medium);line-height:var(--line-height-200)}@media only screen and (width<=767px){.pio_capabilities__description{font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-medium);line-height:var(--line-height-200);padding-left:0}}.pio_capabilities__description b{padding-inline:var(--size-8);margin-inline:var(--size-4);color:var(--text-white);background:var(--blue-2);-webkit-box-decoration-break:clone;box-decoration-break:clone;font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-medium);line-height:var(--line-height-200)}@media only screen and (width<=767px){.pio_capabilities__description b{font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-medium);line-height:var(--line-height-200)}}.pio_features{margin-bottom:var(--size-100);position:relative}@media only screen and (width<=767px){.pio_features{margin-bottom:var(--size-60)}}.pio_features__inner{width:var(--container-width-pc);margin-inline:auto}@media only screen and (width<=767px){.pio_features__inner{width:var(--container-width-sp)}}.pio_features__title{margin-bottom:var(--size-54);justify-content:center;display:grid;position:relative}.pio_features__title:before{content:"";width:min(45.625vw,657px);height:var(--size-2);background:var(--blue-1);z-index:1;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media only screen and (width<=767px){.pio_features__title:before{width:74.872vw;height:1px;top:65%;transform:translate(-50%,-65%)}}.pio_features__title span{padding-inline:var(--size-52);color:var(--blue-1);background:var(--yellow);z-index:2;font-family:var(--family-jp);font-size:var(--size-40);font-weight:var(--weight-medium);line-height:var(--line-height-170);display:inline-block}@media only screen and (width<=767px){.pio_features__title span{padding-inline:var(--size-16);font-family:var(--family-jp);font-size:var(--size-32);font-weight:var(--weight-medium);line-height:var(--line-height-100)}}.pio_features__title b{margin-right:var(--size-2);font-family:var(--family-en);font-size:var(--size-72);font-weight:var(--weight-bold);line-height:var(--line-height-170)}@media only screen and (width<=767px){.pio_features__title b{font-family:var(--family-jp);font-size:var(--size-48);font-weight:var(--weight-bold);line-height:var(--line-height-100)}}.pio_features__slider_wrapper{margin-bottom:var(--size-100)}@media only screen and (width<=767px){.pio_features__slider_wrapper{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:var(--size-72);width:100vw;max-width:none}}@media print,screen and (width>=768px){.pio_features__slider_wrapper .splide__track{overflow:visible}.pio_features__slider{visibility:visible}.pio_features__list{align-items:start;gap:var(--size-16);grid-template-columns:repeat(5,1fr);display:grid}.pio_features__list li{height:100%;display:block}}.pio_scenes__inner{width:var(--container-width-pc);margin-inline:auto;position:relative}@media only screen and (width<=767px){.pio_scenes__inner{width:var(--container-width-sp)}}.pio_scenes__content{padding-top:var(--size-75);margin-bottom:var(--size-110);z-index:1;position:relative}@media only screen and (width<=767px){.pio_scenes__content{padding-top:var(--size-60)}}.pio_scenes__content:before{content:"";border:var(--size-4) solid var(--blue-3);border-radius:var(--size-16);pointer-events:none;z-index:2;width:100%;height:100%;display:inline-block;position:absolute;top:0;left:0}@media only screen and (width<=767px){.pio_scenes__content:before{border-radius:var(--size-12)}}.pio_scenes__decoration{z-index:-1;position:absolute;inset:0}.pio_scenes__decoration_large{opacity:.7;width:min(51.042vw,735px);height:min(51.042vw,735px);position:absolute;bottom:min(37.014vw,533px);left:max(-34.722vw,-500px)}@media only screen and (width<=767px){.pio_scenes__decoration_large{width:92.308vw;height:92.308vw;bottom:-45.128vw;left:-42.308vw}}.pio_scenes__decoration_small{opacity:.6;width:min(35.833vw,516px);height:min(35.833vw,516px);position:absolute;top:max(-17.083vw,-246px);right:max(-26.667vw,-384px)}@media only screen and (width<=767px){.pio_scenes__decoration_small{width:76.923vw;height:76.923vw;top:-35.897vw;right:-52.821vw}}.pio_scenes__subtitle{width:min(22.917vw,330px);height:var(--size-75);color:var(--white);border-top-left-radius:var(--size-16);border-bottom-right-radius:var(--size-50);background:var(--blue-3);font-family:var(--family-jp);font-size:var(--size-24);font-weight:var(--weight-bold);line-height:var(--line-height-160);place-items:center;display:grid;position:absolute;top:0;left:0}@media only screen and (width<=767px){.pio_scenes__subtitle{width:41.026vw;height:var(--size-45);border-top-left-radius:var(--size-12);border-bottom-right-radius:var(--size-30);font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-bold);line-height:var(--line-height-160)}}.pio_scenes__title{margin-bottom:var(--size-60);text-align:center;color:var(--blue-3);font-family:var(--family-jp);font-size:var(--size-38);font-weight:var(--weight-medium);line-height:var(--line-height-160)}@media only screen and (width<=767px){.pio_scenes__title{margin-bottom:var(--size-28);font-family:var(--family-jp);font-size:var(--size-28);font-weight:var(--weight-medium);line-height:var(--line-height-180)}}.pio_scenes__title_pio{padding-right:var(--size-4);font-family:var(--family-en);font-size:var(--size-72);font-weight:var(--weight-bold);line-height:var(--line-height-160)}@media only screen and (width<=767px){.pio_scenes__title_pio{font-family:var(--family-en);font-size:var(--size-40);font-weight:var(--weight-bold);line-height:var(--line-height-180)}}.pio_scenes__title_underline{position:relative}.pio_scenes__title_underline:before{content:"";background:var(--blue-3);width:100%;height:min(.208vw,3px);display:inline-block;position:absolute;bottom:max(-.556vw,-8px);left:0}.pio_scenes__title_bold{font-family:var(--family-jp);font-size:var(--size-44);font-weight:var(--weight-bold);line-height:var(--line-height-160)}.pio_scenes__more{margin-bottom:var(--size-60)}@media print,screen and (width>=768px){.pio_scenes__more .c-more__control{display:none}}.pio_scenes__list{align-items:start;gap:var(--size-55);padding-inline:var(--size-80);margin-bottom:var(--size-76);grid-template-columns:repeat(3,1fr);display:grid}@media only screen and (width<=767px){.pio_scenes__list{gap:var(--size-20);padding-inline:var(--size-20);margin-bottom:var(--size-30);grid-template-columns:1fr}}.pio_scenes__list li{height:100%;display:block}.pio_scenes__contact{align-items:center;gap:var(--size-58);padding:var(--size-54) var(--size-58) var(--size-60) var(--size-74);background:var(--white);border-bottom-left-radius:var(--size-16);border-bottom-right-radius:var(--size-16);display:flex}@media only screen and (width<=767px){.pio_scenes__contact{gap:var(--size-28);padding:var(--size-40) var(--size-16) var(--size-50) var(--size-16);border-bottom-left-radius:var(--size-12);border-bottom-right-radius:var(--size-12);flex-direction:column}}.pio_scenes__contact_logo{width:min(11.458vw,165px);height:min(4.792vw,69px)}@media only screen and (width<=767px){.pio_scenes__contact_logo{width:24.615vw;height:10vw}}.pio_scenes__contact_content{align-items:center;gap:var(--size-32);display:flex}@media only screen and (width<=767px){.pio_scenes__contact_content{gap:var(--size-24);flex-direction:column}}.pio_scenes__contact_heading{width:min(31.944vw,460px)}@media only screen and (width<=767px){.pio_scenes__contact_heading{text-align:center;width:79.487vw}}.pio_scenes__contact_subtitle{margin-bottom:var(--size-10);font-family:var(--family-jp);font-size:var(--size-15);font-weight:var(--weight-medium);line-height:var(--line-height-170)}@media only screen and (width<=767px){.pio_scenes__contact_subtitle{margin-bottom:var(--size-14);font-family:var(--family-jp);font-size:var(--size-14);font-weight:var(--weight-medium);line-height:var(--line-height-170)}}.pio_scenes__contact_title{font-family:var(--family-jp);font-size:var(--size-24);font-weight:var(--weight-bold);line-height:var(--line-height-140)}@media only screen and (width<=767px){.pio_scenes__contact_title{font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-bold);line-height:var(--line-height-140)}.pio_scenes__contact_button{width:74.359vw}}.pio_products{padding-top:var(--size-120);margin-bottom:var(--size-96)}@media only screen and (width<=767px){.pio_products{padding-top:var(--size-70)}}.pio_products__inner{width:var(--container-width-pc);margin-inline:auto}@media only screen and (width<=767px){.pio_products__inner{width:var(--container-width-sp)}}.pio_products__heading{flex-direction:column;gap:min(1.458vw,21px);display:flex}@media only screen and (width<=767px){.pio_products__heading{gap:var(--size-12);padding-inline:var(--size-20);margin-bottom:var(--size-40)}}.pio_products__subtitle{color:var(--blue-4);font-family:var(--family-jp);font-size:var(--size-24);font-weight:var(--weight-bold);line-height:var(--line-height-100)}.pio_products__title{font-family:var(--family-jp);font-size:var(--size-36);font-weight:var(--weight-medium);line-height:var(--line-height-100)}@media only screen and (width<=767px){.pio_products__title{font-family:var(--family-jp);font-size:var(--size-30);font-weight:var(--weight-medium);line-height:var(--line-height-100)}}.pio_products__title b{padding-right:var(--size-4);font-family:var(--family-en);font-size:var(--size-60);font-weight:var(--weight-bold);line-height:var(--line-height-100)}@media only screen and (width<=767px){.pio_products__title b{font-family:var(--family-en);font-size:var(--size-44);font-weight:var(--weight-bold);line-height:var(--line-height-100)}}.pio_products__diagram{margin-top:max(-2.292vw,-33px);margin-left:calc(50% - 50vw);margin-bottom:var(--size-110);width:100vw;position:relative}@media only screen and (width<=767px){.pio_products__diagram{margin-bottom:var(--size-50)}}@media print,screen and (width>=768px){.pio_products__diagram:before{content:"";top:var(--size-96);width:calc((100vw - var(--container-width-pc)) / 2);z-index:-1;background:#e0e8f3;height:min(35.556vw,512px);display:inline-block;position:absolute;left:1px}.pio_products__diagram:after{content:"";top:var(--size-26);width:calc((100vw - var(--container-width-pc)) / 2);background:var(--yellow);z-index:-2;height:min(40.278vw,580px);display:inline-block;position:absolute;right:1px}}.pio_products__image{margin-inline:auto;margin-bottom:var(--size-70);width:var(--screen-width-pc);height:auto;position:relative}@media only screen and (width<=767px){.pio_products__image{margin-bottom:var(--size-28);width:var(--screen-width-sp)}}.pio_products__image:before{content:"";top:var(--size-96);z-index:-1;background:#e0e8f3;border-top-right-radius:min(69.444vw,1000px);border-bottom-right-radius:min(69.444vw,1000px);width:min(52.5vw,756px);height:min(35.556vw,512px);display:inline-block;position:absolute;left:0}@media only screen and (width<=767px){.pio_products__image:before{border-top-right-radius:256.41vw;border-bottom-right-radius:256.41vw;width:97.436vw;height:73.077vw;top:0}}.pio_products__image:after{content:"";top:var(--size-26);background:var(--yellow);z-index:-2;border-top-left-radius:min(69.444vw,1000px);border-bottom-left-radius:min(69.444vw,1000px);width:min(52.5vw,756px);height:min(40.278vw,580px);display:inline-block;position:absolute;right:0}@media only screen and (width<=767px){.pio_products__image:after{border-top-left-radius:256.41vw;border-bottom-left-radius:256.41vw;width:97.436vw;height:87.179vw;top:auto;bottom:0}}.pio_products__image_caption{width:var(--container-width-pc);text-align:center;font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-medium);line-height:var(--line-height-100);margin-inline:auto}@media only screen and (width<=767px){.pio_products__image_caption{width:var(--container-width-sp);font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-medium);line-height:var(--line-height-160)}}.pio_products__system{gap:var(--size-90);padding-top:var(--size-45);grid-template-columns:auto 1fr;display:grid}@media only screen and (width<=767px){.pio_products__system{gap:var(--size-30);grid-template-columns:1fr}}.pio_products__system_image{border-radius:var(--size-16);width:min(36.806vw,530px);height:min(23.264vw,335px);overflow:hidden}@media only screen and (width<=767px){.pio_products__system_image{border-radius:var(--size-10);width:100%;height:56.667vw}}.pio_products__system_content{gap:var(--size-40);padding-top:var(--size-10);flex-direction:column;display:flex}@media only screen and (width<=767px){.pio_products__system_content{gap:var(--size-24);padding-top:0;padding-inline:var(--size-20)}}.pio_products__system_title{color:var(--blue-3);font-family:var(--family-jp);font-size:var(--size-28);font-weight:var(--weight-bold);line-height:var(--line-height-100)}@media only screen and (width<=767px){.pio_products__system_title{font-family:var(--family-jp);font-size:var(--size-22);font-weight:var(--weight-bold);line-height:var(--line-height-140)}}.pio_products__system_description{font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-regular);line-height:var(--line-height-170);flex-direction:column;gap:1.7em;display:flex}.pio_products__tab_button-robot .c-tab-button__icon{width:min(3.403vw,49px);height:min(1.875vw,27px)}@media only screen and (width<=767px){.pio_products__tab_button-robot .c-tab-button__icon{width:8.205vw;height:4.615vw}}.pio_products__tab_button-port .c-tab-button__icon{width:min(1.597vw,23px);height:min(1.875vw,27px)}@media only screen and (width<=767px){.pio_products__tab_button-port .c-tab-button__icon{width:5.128vw;height:8.205vw}}.pio_products__tab_button-bin .c-tab-button__icon{width:min(2.778vw,40px);height:min(1.528vw,22px)}@media only screen and (width<=767px){.pio_products__tab_button-bin .c-tab-button__icon{width:7.949vw;height:4.359vw}}.pio_products__tab_button-grid .c-tab-button__icon{width:min(2.083vw,30px);height:min(2.083vw,30px)}@media only screen and (width<=767px){.pio_products__tab_button-grid .c-tab-button__icon{width:7.692vw;height:7.692vw}}.pio_products__tab_button-software .c-tab-button__icon{width:min(2.431vw,35px);height:min(2.014vw,29px)}@media only screen and (width<=767px){.pio_products__tab_button-software .c-tab-button__icon{width:7.692vw;height:6.154vw}}.pio_lineup__specification{position:relative}@media only screen and (width<=767px){:where(.pio_lineup__slider_wrapper) .pio_lineup__specification{width:71.795vw;height:79.487vw}}.pio_lineup__specification_image{margin-bottom:var(--size-20);border-radius:var(--size-16);width:100%;overflow:hidden}@media only screen and (width<=767px){:where(.pio_lineup__slider_wrapper) .pio_lineup__specification_image{margin-bottom:0}:where(.pio_lineup__modal) .pio_lineup__specification_image{background:var(--yellow);border-radius:0}}.pio_lineup__specification_image_title{height:var(--size-46);color:var(--white);background:var(--blue-3);font-family:var(--family-jp);font-size:var(--size-26);font-weight:var(--weight-bold);line-height:var(--line-height-100);place-items:center;display:grid}@media only screen and (width<=767px){:where(.pio_lineup__modal) .pio_lineup__specification_image_title{margin-inline:var(--size-15);margin-top:var(--size-15);border-radius:var(--size-6)}}.pio_lineup__specification_figure{background:var(--yellow);place-items:center;width:100%;height:min(16.528vw,238px);display:grid;position:relative}.pio_lineup__specification_figure:before{content:"";width:var(--size-180);height:var(--size-180);background:var(--white);z-index:1;border-radius:50%;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media only screen and (width<=767px){:where(.pio_lineup__slider_wrapper) .pio_lineup__specification_figure:before{margin-top:-5%}:where(.pio_lineup__slider_wrapper) .pio_lineup__specification_figure{height:67.692vw}:where(.pio_lineup__modal) .pio_lineup__specification_figure{height:59.487vw}}.pio_lineup__specification_icon{z-index:2;position:relative}@media only screen and (width<=767px){:where(.pio_lineup__slider_wrapper) .pio_lineup__specification_icon{margin-top:-10%}}:where(.pio_lineup__specification_icon.p100){width:min(6.111vw,88px);height:min(7.222vw,104px)}@media only screen and (width<=767px){:where(.pio_lineup__specification_icon.p100){width:22.564vw;height:26.667vw}}:where(.pio_lineup__specification_icon.p200){width:min(8.75vw,126px);height:min(8.611vw,124px)}@media only screen and (width<=767px){:where(.pio_lineup__specification_icon.p200){width:32.308vw;height:31.795vw}}:where(.pio_lineup__specification_icon.p400){width:min(11.806vw,170px);height:min(10.556vw,152px)}@media only screen and (width<=767px){:where(.pio_lineup__specification_icon.p400){width:43.59vw;height:38.974vw}}:where(.pio_lineup__specification_icon.p600){width:min(14.444vw,208px);height:min(11.944vw,172px)}@media only screen and (width<=767px){:where(.pio_lineup__specification_icon.p600){width:53.333vw;height:44.103vw}}.pio_lineup__specification_content{gap:var(--size-12);flex-direction:column;display:flex}@media only screen and (width<=767px){.pio_lineup__specification_content{gap:var(--size-14)}:where(.pio_lineup__modal) .pio_lineup__specification_content{width:69.231vw;margin-inline:auto}}.pio_lineup__specification_title{margin-bottom:var(--size-12);width:100%;height:var(--size-32);border-radius:var(--size-100);background:var(--gray-1);font-family:var(--family-jp);font-size:var(--size-14);font-weight:var(--weight-medium);line-height:var(--line-height-100);place-items:center;display:grid}@media only screen and (width<=767px){.pio_lineup__specification_title{margin-bottom:0}}.pio_lineup__specification_definition{gap:var(--size-4);flex-direction:column;display:flex}@media only screen and (width<=767px){.pio_lineup__specification_definition{gap:var(--size-10)}}.pio_lineup__specification_definition_title{width:fit-content}.pio_lineup__specification_definition_title span{padding-inline:var(--size-10);padding-block:var(--size-6);color:var(--blue-2);border-radius:var(--size-100);font-family:var(--family-jp);font-size:var(--size-13);font-weight:var(--weight-medium);line-height:var(--line-height-100);background:#eff2f6}.pio_lineup__specification_definition_title sup{vertical-align:-.45em;font-family:var(--family-jp);font-size:var(--size-12);font-weight:var(--weight-regular);line-height:var(--line-height-170)}.pio_lineup__specification_definition_description{font-family:var(--family-jp);font-size:var(--size-14);font-weight:var(--weight-regular);line-height:var(--line-height-170)}.pio_lineup__specification_definition_description sup{vertical-align:-.35em;font-family:var(--family-jp);font-size:var(--size-10);font-weight:var(--weight-regular);line-height:var(--line-height-170)}.pio_lineup__specification_list{row-gap:var(--size-4);padding-left:var(--size-8);grid-template-columns:max-content 1fr;display:grid}.pio_lineup__specification_list_item{grid-template-columns:subgrid;grid-column:span 2;display:grid}.pio_lineup__specification_list_item dt,.pio_lineup__specification_list_item dd{font-family:var(--family-jp);font-size:var(--size-14);font-weight:var(--weight-regular);line-height:var(--line-height-170)}.pio_lineup__specification_list_item dt{justify-content:space-between;display:flex}.pio_lineup__specification_list_item dt:after{content:"：";margin-inline:.5em}.pio_lineup__specification_list_item_clear_height{flex-direction:column;display:flex}.pio_lineup__specification_list_item_clear_height dt{justify-content:start}.pio_lineup__more{justify-content:end;align-items:center;gap:var(--size-10);padding-inline:var(--size-16);padding-bottom:var(--size-14);margin-top:auto;display:flex;position:absolute;bottom:0;right:0}@media only screen and (width<=767px){.pio_lineup__more{padding-inline:var(--size-14)}}.pio_lineup__more_text{color:var(--blue-2);font-family:var(--family-en);font-size:var(--size-14);font-weight:var(--weight-bold);line-height:var(--line-height-180)}.pio_lineup__more_icon{width:var(--size-30);height:var(--size-30)}.pio_lineup__modal_trigger{z-index:10;display:block;position:absolute;inset:0}.pio_lineup__modal_inner{flex-direction:column;width:min(69.444vw,1000px);display:flex}@media print,screen and (width>=768px){.pio_lineup__modal_inner{max-height:calc(100dvh - min(8.889vw,128px))}}@media only screen and (width<=767px){.pio_lineup__modal_inner{width:79.487vw;max-height:calc(100dvh - 32.821vw)}}.pio_lineup__modal_content{padding-bottom:var(--size-60);background:var(--white);flex-grow:1;overflow-y:auto}@media only screen and (width<=767px){.pio_lineup__modal_content{padding-bottom:var(--size-40)}}.pio_lineup__modal_close_button{width:var(--size-74);height:var(--size-74);place-items:center;display:grid;position:absolute;top:max(-.764vw,-11px);right:max(-6.597vw,-95px)}@media only screen and (width<=767px){.pio_lineup__modal_close_button{width:var(--size-32);height:var(--size-32);top:-8.718vw;right:-7.692vw}}.pio_lineup__modal_close_icon{width:var(--size-40);height:var(--size-40);color:var(--white)}@media only screen and (width<=767px){.pio_lineup__modal_close_icon{width:var(--size-20);height:var(--size-20)}}.pio_lineup__simulator{margin-top:var(--size-60);margin-bottom:var(--size-68)}@media only screen and (width<=767px){.pio_lineup__simulator{margin-top:var(--size-40);margin-bottom:var(--size-50)}}.pio_lineup__simulator_content{padding-top:var(--size-48);padding-bottom:var(--size-64);padding-inline:var(--size-80);margin-bottom:var(--size-16);border-radius:var(--size-16);background:#eff2f6}@media only screen and (width<=767px){.pio_lineup__simulator_content{padding-top:var(--size-40);padding-bottom:var(--size-54);padding-inline:var(--size-20)}}.pio_lineup__simulator_title{margin-bottom:var(--size-36);color:var(--blue-2);text-align:center;font-family:var(--family-jp);font-size:var(--size-34);font-weight:var(--weight-bold);line-height:var(--line-height-100)}@media only screen and (width<=767px){.pio_lineup__simulator_title{margin-bottom:var(--size-20);font-family:var(--family-jp);font-size:var(--size-28);font-weight:var(--weight-bold);line-height:var(--line-height-130)}}.pio_lineup__simulator_body{grid-template-columns:auto auto 1fr;place-items:end center;display:grid}@media only screen and (width<=767px){.pio_lineup__simulator_body{grid-template-columns:1fr}}.pio_lineup__simulator_controls{gap:var(--size-30);grid-template-columns:repeat(3,min(14.583vw,210px));width:100%;display:grid}@media only screen and (width<=767px){.pio_lineup__simulator_controls{gap:var(--size-16);grid-template-columns:1fr}}.pio_lineup__simulator_field{gap:var(--size-8);flex-direction:column;display:flex}@media only screen and (width<=767px){.pio_lineup__simulator_field{gap:var(--size-4)}}.pio_lineup__simulator_field_label{color:var(--blue-2);text-align:center;font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-medium);line-height:var(--line-height-170)}@media only screen and (width<=767px){.pio_lineup__simulator_field_label{font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-medium);line-height:var(--line-height-170)}}.pio_lineup__simulator_select{position:relative}@media (hover:hover) and (pointer:fine){.pio_lineup__simulator_select .pio_lineup__simulator_product_trigger:hover,.pio_lineup__simulator_select .pio_lineup__simulator_height_trigger:hover{opacity:.8}}.pio_lineup__simulator_select_decoration{width:var(--size-26);border-top-right-radius:var(--size-12);border-bottom-right-radius:var(--size-12);background:var(--blue-3);justify-content:center;align-items:center;height:100%;display:flex;position:absolute;top:0;right:0}@media only screen and (width<=767px){.pio_lineup__simulator_select_decoration{width:var(--size-40);border-top-right-radius:var(--size-10);border-bottom-right-radius:var(--size-10)}}.pio_lineup__simulator_select_decoration_icon{width:var(--size-14);height:var(--size-8)}.pio_lineup__simulator_product_trigger,.pio_lineup__simulator_height_trigger{padding-right:var(--size-12);width:100%;height:var(--size-160);border-radius:var(--size-12);border:var(--size-4) solid var(--blue-3);background:var(--white);transition:all var(--ease-in-out-200)}@media only screen and (width<=767px){.pio_lineup__simulator_product_trigger,.pio_lineup__simulator_height_trigger{padding-right:var(--size-40);height:var(--size-100);border-radius:var(--size-10)}}.pio_lineup__simulator_product_trigger{place-items:end center;display:grid}@media only screen and (width<=767px){.pio_lineup__simulator_product_trigger{place-items:center end}}.pio_lineup__simulator_product{padding-bottom:var(--size-10);flex-direction:column;align-items:center;display:flex}@media only screen and (width<=767px){.pio_lineup__simulator_product{padding-right:var(--size-48);flex-direction:row;padding-bottom:0}}@media print,screen and (width>=768px){.pio_lineup__simulator_product_image:where([data-js-simulator-product=p100]){margin-bottom:var(--size-12);width:min(3.819vw,55px);height:min(4.514vw,65px)}}@media only screen and (width<=767px){.pio_lineup__simulator_product_image:where([data-js-simulator-product=p100]){margin-right:var(--size-62);width:10.513vw;height:12.564vw}}@media print,screen and (width>=768px){.pio_lineup__simulator_product_image:where([data-js-simulator-product=p200]){margin-bottom:var(--size-8);width:min(5.139vw,74px);height:min(5.208vw,75px)}}@media only screen and (width<=767px){.pio_lineup__simulator_product_image:where([data-js-simulator-product=p200]){margin-right:var(--size-54);width:13.846vw;height:14.103vw}}@media print,screen and (width>=768px){.pio_lineup__simulator_product_image:where([data-js-simulator-product=p400]){width:min(7.083vw,102px);height:min(6.319vw,91px)}}@media only screen and (width<=767px){.pio_lineup__simulator_product_image:where([data-js-simulator-product=p400]){margin-right:var(--size-46);width:19.487vw;height:17.436vw}}@media print,screen and (width>=768px){.pio_lineup__simulator_product_image:where([data-js-simulator-product=p600]){width:min(7.847vw,113px);height:min(6.597vw,95px)}}@media only screen and (width<=767px){.pio_lineup__simulator_product_image:where([data-js-simulator-product=p600]){margin-right:var(--size-36);width:23.333vw;height:19.487vw}}.pio_lineup__simulator_product_value{color:var(--blue-3);font-family:var(--family-en);font-size:var(--size-22);font-weight:var(--weight-bold);line-height:var(--line-height-170)}@media only screen and (width<=767px){.pio_lineup__simulator_product_value{font-family:var(--family-en);font-size:var(--size-26);font-weight:var(--weight-bold);line-height:var(--line-height-170)}}.pio_lineup__simulator_height{width:100%;color:var(--blue-3);text-align:center}.pio_lineup__simulator_height_value{font-family:var(--family-en);font-size:var(--size-40);font-weight:var(--weight-bold);line-height:var(--line-height-100)}.pio_lineup__simulator_height_unit{font-family:var(--family-en);font-size:var(--size-16);font-weight:var(--weight-bold);line-height:var(--line-height-100)}.pio_lineup__simulator_select_list{visibility:hidden;padding-block:var(--size-12);margin-top:var(--size-5);border-radius:var(--size-12);border:1px solid var(--blue-4);background:var(--white);opacity:0;transform:translateY(var(--size-4));transition:all var(--ease-in-out-200);will-change:transform;z-index:5;flex-direction:column;display:flex;position:absolute;inset-inline:0;overflow:hidden}:where([data-js-select-open=true]) .pio_lineup__simulator_select_list{visibility:visible;opacity:1;transform:translateY(0)}.pio_lineup__simulator_select_option{height:var(--size-34);text-align:center;cursor:pointer;transition:all var(--ease-in-out-200)}@media only screen and (width<=767px){.pio_lineup__simulator_select_option{height:var(--size-50);justify-content:center;align-items:center;display:flex}}.pio_lineup__simulator_select_option:where([aria-selected=true]){background:var(--yellow)}@media (hover:hover) and (pointer:fine){.pio_lineup__simulator_select_option:hover{background:var(--yellow)}}.pio_lineup__simulator_select_option_label,.pio_lineup__simulator_select_option_label_unit{color:var(--blue-3);font-family:var(--family-en);font-size:var(--size-18);font-weight:var(--weight-bold);line-height:var(--line-height-180)}.pio_lineup__simulator_stepper{padding-inline:var(--size-20);width:100%;height:var(--size-160);border-radius:var(--size-12);border:var(--size-4) solid var(--blue-3);background:var(--white);justify-content:space-between;align-items:center;display:flex}@media only screen and (width<=767px){.pio_lineup__simulator_stepper{padding-inline:var(--size-35);height:var(--size-100);border-radius:var(--size-10)}}.pio_lineup__simulator_stepper_value{color:var(--blue-3);text-align:center;font-family:var(--family-en);font-size:var(--size-40);font-weight:var(--weight-bold);line-height:var(--line-height-100);flex-shrink:0}.pio_lineup__simulator_stepper_button{background:var(--yellow);transition:all var(--ease-in-out-200);will-change:transform;border-radius:50%;flex-shrink:0}.pio_lineup__simulator_stepper_button:where([aria-disabled=true]){background:var(--gray-2);opacity:.4;cursor:not-allowed}@media (hover:hover) and (pointer:fine){.pio_lineup__simulator_stepper_button:where(:not([aria-disabled=true])):hover{transform:scale(1.1)}.pio_lineup__simulator_stepper_button:where(:not([aria-disabled=true])):active{transform:scale(.9)}}.pio_lineup__simulator_stepper_button_icon{color:var(--black)}.pio_lineup__simulator_stepper_button,.pio_lineup__simulator_stepper_button_icon{width:var(--size-40);height:var(--size-40)}@media only screen and (width<=767px){.pio_lineup__simulator_stepper_button,.pio_lineup__simulator_stepper_button_icon{width:var(--size-50);height:var(--size-50)}}.pio_lineup__simulator_result_arrow{width:var(--size-80);height:calc(100% - var(--size-42));place-items:center;display:grid}@media only screen and (width<=767px){.pio_lineup__simulator_result_arrow{width:100%;height:var(--size-46)}}.pio_lineup__simulator_result_arrow_icon{width:var(--size-16);height:var(--size-32)}@media only screen and (width<=767px){.pio_lineup__simulator_result_arrow_icon{width:var(--size-14);height:var(--size-28);transform:rotate(90deg)}}.pio_lineup__simulator_results{width:100%;height:var(--size-160);border-radius:var(--size-12);border:var(--size-4) solid var(--blue-3);background:var(--white);grid-template-rows:1fr auto;display:grid}@media only screen and (width<=767px){.pio_lineup__simulator_results{height:var(--size-120)}}.pio_lineup__simulator_result_throughput{padding-inline:var(--size-10);padding-bottom:var(--size-12);align-items:end;display:grid}@media only screen and (width<=767px){.pio_lineup__simulator_result_throughput{padding-inline:var(--size-26);padding-bottom:var(--size-6)}}.pio_lineup__simulator_result_throughput_data{position:relative}@media print,screen and (width>=768px){.pio_lineup__simulator_result_throughput_data{gap:var(--size-2);flex-direction:column;display:flex}}.pio_lineup__simulator_result_throughput_value{color:var(--blue-3);text-align:center;font-family:var(--family-en);font-size:var(--size-60);font-weight:var(--weight-bold);line-height:var(--line-height-100);display:block}@media only screen and (width<=767px){.pio_lineup__simulator_result_throughput_value{font-family:var(--family-en);font-size:var(--size-50);font-weight:var(--weight-bold);line-height:var(--line-height-100)}}.pio_lineup__simulator_result_throughput_unit{text-align:right;display:block}@media only screen and (width<=767px){.pio_lineup__simulator_result_throughput_unit{position:absolute;bottom:0;right:0}}.pio_lineup__simulator_result_bins{justify-content:center;align-items:center;gap:var(--size-14);height:var(--size-42);color:var(--white);background:var(--blue-3);display:flex}@media only screen and (width<=767px){.pio_lineup__simulator_result_bins{height:var(--size-44)}}.pio_lineup__simulator_result_bins_label{font-family:var(--family-jp);font-size:var(--size-14);font-weight:var(--weight-regular);line-height:var(--line-height-400)}.pio_lineup__simulator_result_bins_value{font-family:var(--family-en);font-size:var(--size-30);font-weight:var(--weight-bold);line-height:var(--line-height-100)}.pio_lineup__simulator_result_bins_unit{font-family:var(--family-jp);font-size:var(--size-14);font-weight:var(--weight-regular);line-height:var(--line-height-400)}.pio_lineup{margin-bottom:var(--size-110)}@media only screen and (width<=767px){.pio_lineup{margin-bottom:var(--size-84)}}.pio_lineup__inner{width:var(--container-width-pc);margin-inline:auto}@media only screen and (width<=767px){.pio_lineup__inner{width:var(--container-width-sp)}}.pio_lineup__heading{gap:var(--size-22);margin-bottom:var(--size-58);flex-direction:column;display:flex}@media only screen and (width<=767px){.pio_lineup__heading{padding-inline:var(--size-20)}}.pio_lineup__subtitle{color:var(--blue-4);font-family:var(--family-jp);font-size:var(--size-24);font-weight:var(--weight-bold);line-height:var(--line-height-100)}.pio_lineup__title{font-family:var(--family-jp);font-size:var(--size-36);font-weight:var(--weight-medium);line-height:var(--line-height-100)}.pio_lineup__list{align-items:start;gap:var(--size-40);margin-bottom:var(--size-40);grid-template-columns:repeat(4,1fr);display:grid}@media only screen and (width<=767px){.pio_lineup__list{margin-bottom:var(--size-20);grid-template-columns:1fr}.pio_lineup__list-pc{display:none}}@media print,screen and (width>=768px){.pio_lineup__list-sp{display:none}}@media only screen and (width<=767px){:where(.pio_lineup__modal) .pio_lineup__annotation{margin-top:var(--size-10);width:69.231vw;margin-inline:auto}}.pio_lineup__slider_wrapper{margin-bottom:var(--size-100)}@media only screen and (width<=767px){.pio_lineup__slider_wrapper{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:var(--size-78);width:100vw;max-width:none}}.pio_lineup__plan{margin-bottom:var(--size-66)}@media only screen and (width<=767px){.pio_lineup__plan{margin-bottom:var(--size-30)}}.pio_lineup__plan_heading{margin-bottom:var(--size-32);justify-content:center;display:grid;position:relative}@media only screen and (width<=767px){.pio_lineup__plan_heading{margin-bottom:var(--size-20)}}.pio_lineup__plan_heading:before{content:"";background:var(--blue-1);z-index:1;width:min(39.167vw,564px);height:1px;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media only screen and (width<=767px){.pio_lineup__plan_heading:before{width:60.256vw}}.pio_lineup__plan_heading span{padding-inline:var(--size-52);background:var(--white);z-index:2;font-family:var(--family-jp);font-size:var(--size-34);font-weight:var(--weight-medium);line-height:var(--line-height-170);display:inline-block}@media only screen and (width<=767px){.pio_lineup__plan_heading span{padding-inline:var(--size-16);font-family:var(--family-jp);font-size:var(--size-30);font-weight:var(--weight-medium);line-height:var(--line-height-170)}}.pio_lineup__plan_list{align-items:start;gap:var(--size-20);margin-bottom:var(--size-20);grid-template-columns:repeat(2,1fr);display:grid}@media only screen and (width<=767px){.pio_lineup__plan_list{grid-template-columns:1fr}}.pio_lineup__plan_list_item{padding-top:var(--size-26);padding-bottom:var(--size-18);border-radius:var(--size-16);background:var(--yellow);flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:min(18.056vw,260px);display:flex}@media only screen and (width<=767px){.pio_lineup__plan_list_item{justify-content:start;gap:var(--size-20);height:auto}}.pio_lineup__plan_title{font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-medium);line-height:var(--line-height-100)}@media only screen and (width<=767px){.pio_lineup__plan_title{font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-medium);line-height:var(--line-height-100)}}.pio_lineup__plan_price{align-items:end;gap:var(--size-4);color:var(--blue-3);display:flex}.pio_lineup__plan_price_amount{font-family:var(--family-en);font-size:var(--size-56);font-weight:var(--weight-bold);line-height:var(--line-height-100)}@media only screen and (width<=767px){.pio_lineup__plan_price_amount{font-family:var(--family-en);font-size:var(--size-50);font-weight:var(--weight-bold);line-height:var(--line-height-100)}}.pio_lineup__plan_price_currency{margin-bottom:var(--size-10);font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-bold);line-height:var(--line-height-100)}.pio_lineup__plan_includes{padding-block:var(--size-12);border:1px solid var(--blue-3);border-radius:var(--size-12);background:#f9fde5;flex-shrink:0;place-items:center;display:grid;overflow:hidden}:where(.pio_lineup__plan_list_item_initial) .pio_lineup__plan_includes{width:min(21.528vw,310px);height:min(6.806vw,98px)}@media only screen and (width<=767px){:where(.pio_lineup__plan_list_item_initial) .pio_lineup__plan_includes{width:79.487vw;height:auto}}:where(.pio_lineup__plan_list_item_monthly) .pio_lineup__plan_includes{width:min(25.694vw,370px);height:min(6.806vw,98px)}@media only screen and (width<=767px){:where(.pio_lineup__plan_list_item_monthly) .pio_lineup__plan_includes{width:79.487vw;height:auto}}.pio_lineup__plan_includes p{color:var(--blue-3);text-align:center}@media print,screen and (width>=768px){.pio_lineup__plan_includes_settings_1{font-family:var(--family-jp);font-size:var(--size-14);font-weight:var(--weight-medium);line-height:var(--line-height-120)}}@media only screen and (width<=767px){.pio_lineup__plan_includes_settings_1{font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-medium);line-height:var(--line-height-160)}}@media print,screen and (width>=768px){.pio_lineup__plan_includes_settings_1 b{font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-bold);line-height:var(--line-height-170)}}@media only screen and (width<=767px){.pio_lineup__plan_includes_settings_1 b{font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-bold);line-height:var(--line-height-160)}}@media print,screen and (width>=768px){.pio_lineup__plan_includes_settings_2{font-family:var(--family-jp);font-size:var(--size-13);font-weight:var(--weight-medium);line-height:var(--line-height-120)}}@media only screen and (width<=767px){.pio_lineup__plan_includes_settings_2{font-family:var(--family-jp);font-size:var(--size-12);font-weight:var(--weight-medium);line-height:var(--line-height-170)}}@media print,screen and (width>=768px){.pio_lineup__plan_includes_settings_3{font-family:var(--family-jp);font-size:var(--size-13);font-weight:var(--weight-medium);line-height:var(--line-height-120)}}@media only screen and (width<=767px){.pio_lineup__plan_includes_settings_3{font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-medium);line-height:var(--line-height-170)}}.pio_lineup__plan_includes_icon{margin-block:var(--size-2);width:var(--size-14);height:var(--size-14)}.pio_lineup__plan_annotation{width:fit-content;margin-inline:auto}@media only screen and (width<=767px){.pio_lineup__plan_annotation{width:79.487vw}}.pio_flow__step{padding-top:var(--size-35);position:relative}.pio_flow__step_number{background:var(--white);border-radius:50%;place-items:center;width:min(4.861vw,70px);height:min(4.861vw,70px);display:grid;position:absolute;top:0;left:50%;transform:translate(-50%)}@media only screen and (width<=767px){.pio_flow__step_number{width:17.949vw;height:17.949vw}}.pio_flow__step_number span{color:var(--blue-3);font-family:var(--family-en);font-size:var(--size-30);font-weight:var(--weight-bold);line-height:var(--line-height-100)}.pio_flow__step_figure{border-top-left-radius:var(--size-16);border-top-right-radius:var(--size-16);width:100%;height:min(14.583vw,210px);overflow:hidden}@media only screen and (width<=767px){.pio_flow__step_figure{height:51.282vw}}.pio_flow__step_content{padding-top:var(--size-28);padding-left:var(--size-34);padding-right:var(--size-26);border-bottom-left-radius:var(--size-16);border-bottom-right-radius:var(--size-16);background:var(--white);height:min(19.306vw,278px)}@media only screen and (width<=767px){.pio_flow__step_content{padding-top:var(--size-26);padding-bottom:var(--size-26);padding-inline:var(--size-20);height:auto}}.pio_flow__step_title{margin-bottom:var(--size-14);color:var(--blue-3);font-family:var(--family-jp);font-size:var(--size-24);font-weight:var(--weight-bold);line-height:var(--line-height-140)}.pio_flow__step_description{font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-regular);line-height:var(--line-height-170)}.pio_flow{padding-top:var(--size-160);padding-bottom:var(--size-110);background:var(--yellow)}@media only screen and (width<=767px){.pio_flow{padding-top:var(--size-80);padding-bottom:var(--size-68)}}.pio_flow__inner{width:var(--container-width-pc);margin-inline:auto}@media only screen and (width<=767px){.pio_flow__inner{width:var(--container-width-sp)}}.pio_flow__heading{gap:var(--size-24);margin-bottom:var(--size-30);text-align:center;flex-direction:column;display:flex}@media only screen and (width<=767px){.pio_flow__heading{gap:var(--size-10);margin-bottom:var(--size-32)}}.pio_flow__subtitle{font-family:var(--family-jp);font-size:var(--size-24);font-weight:var(--weight-medium);line-height:var(--line-height-100)}@media only screen and (width<=767px){.pio_flow__subtitle{font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-medium);line-height:var(--line-height-100)}}.pio_flow__title{font-family:var(--family-jp);font-size:var(--size-46);font-weight:var(--weight-bold);line-height:var(--line-height-100)}@media only screen and (width<=767px){.pio_flow__title{font-family:var(--family-jp);font-size:var(--size-34);font-weight:var(--weight-bold);line-height:var(--line-height-100)}}.pio_flow__title b{margin-right:var(--size-4);font-family:var(--family-en);font-size:var(--size-70);font-weight:var(--weight-bold);line-height:var(--line-height-100)}@media only screen and (width<=767px){.pio_flow__title b{font-family:var(--family-en);font-size:var(--size-44);font-weight:var(--weight-bold);line-height:var(--line-height-100)}}.pio_flow__leadtime{margin-bottom:var(--size-30);place-items:center;display:grid;position:relative}.pio_flow__leadtime_value{color:var(--blue-2);background:var(--yellow);z-index:2;align-items:end;display:flex;position:relative}@media print,screen and (width>=768px){.pio_flow__leadtime_value{padding-inline:var(--size-52)}}@media only screen and (width<=767px){.pio_flow__leadtime_value{margin-left:var(--size-40);background:0 0}}.pio_flow__leadtime_text{margin-bottom:var(--size-12);font-family:var(--family-jp);font-size:var(--size-24);font-weight:var(--weight-bold);line-height:var(--line-height-100)}.pio_flow__leadtime_number{margin-inline:var(--size-6);font-family:var(--family-en);font-size:var(--size-74);font-weight:var(--weight-bold);line-height:var(--line-height-100)}@media only screen and (width<=767px){.pio_flow__leadtime_number{margin-right:0}}.pio_flow__leadtime_decoration_pc{z-index:1;width:100%;height:auto;position:absolute;top:38%;left:0}@media only screen and (width<=767px){.pio_flow__leadtime_decoration_pc{display:none}}.pio_flow__leadtime_sp{color:var(--blue-2);font-family:var(--family-jp);font-size:var(--size-24);font-weight:var(--weight-bold);line-height:var(--line-height-100)}@media print,screen and (width>=768px){.pio_flow__leadtime_sp{display:none}}.pio_flow__leadtime_decoration_sp{width:var(--size-28);height:var(--size-24);position:absolute;bottom:10%;left:20%}@media print,screen and (width>=768px){.pio_flow__leadtime_decoration_sp{display:none}}.pio_flow__list{justify-content:center;align-items:start;gap:var(--size-26);margin-bottom:var(--size-94);grid-template-columns:repeat(4,1fr);display:grid}@media only screen and (width<=767px){.pio_flow__list{gap:var(--size-16);grid-template-columns:1fr}}.pio_flow__download_banner{margin-bottom:var(--size-38)}@media only screen and (width<=767px){.pio_flow__download_banner{margin-bottom:var(--size-30)}}.pio_usecase{padding-top:var(--size-130);margin-bottom:var(--size-120);position:relative}@media only screen and (width<=767px){.pio_usecase{padding-top:var(--size-78);margin-bottom:var(--size-70)}}.pio_usecase__inner{width:var(--container-width-pc);margin-inline:auto}@media only screen and (width<=767px){.pio_usecase__inner{width:var(--container-width-sp)}}.pio_usecase__content{padding-top:var(--size-75);margin-bottom:var(--size-110);border-radius:var(--size-16);background:var(--blue-5);z-index:1;position:relative;overflow:hidden}@media only screen and (width<=767px){.pio_usecase__content{padding-top:var(--size-60)}}.pio_usecase__decoration{z-index:-1;position:absolute;inset:0}.pio_usecase__decoration_small{opacity:.6;width:min(35vw,504px);height:min(35vw,504px);position:absolute;top:max(-14.514vw,-209px);right:max(-15.347vw,-221px)}@media only screen and (width<=767px){.pio_usecase__decoration_small{width:76.923vw;height:76.923vw;top:-35.897vw;right:-38.974vw}}.pio_usecase__subtitle{width:min(22.222vw,320px);height:var(--size-74);color:var(--white);border-top-left-radius:var(--size-16);border-bottom-right-radius:var(--size-50);background:var(--blue-3);font-family:var(--family-jp);font-size:var(--size-24);font-weight:var(--weight-bold);line-height:var(--line-height-160);place-items:center;display:grid;position:absolute;top:0;left:0}@media only screen and (width<=767px){.pio_usecase__subtitle{width:41.026vw;height:var(--size-46);border-top-left-radius:var(--size-12);border-bottom-right-radius:var(--size-30);font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-bold);line-height:var(--line-height-160)}}.pio_usecase__situations{padding-bottom:var(--size-48);width:min(64.583vw,930px);margin-inline:auto}@media only screen and (width<=767px){.pio_usecase__situations{padding-bottom:var(--size-50);width:71.795vw}}.pio_usecase__title{margin-bottom:var(--size-48);color:var(--blue-1);text-align:center;font-family:var(--family-jp);font-size:var(--size-32);font-weight:var(--weight-bold);line-height:var(--line-height-170)}@media only screen and (width<=767px){.pio_usecase__title{margin-bottom:var(--size-30);font-family:var(--family-jp);font-size:var(--size-28);font-weight:var(--weight-bold);line-height:var(--line-height-160)}}.pio_usecase__title_pio{margin-right:var(--size-2);font-family:var(--family-en);font-size:var(--size-60);font-weight:var(--weight-bold);line-height:var(--line-height-170)}@media only screen and (width<=767px){.pio_usecase__title_pio{font-family:var(--family-jp);font-size:var(--size-40);font-weight:var(--weight-bold);line-height:var(--line-height-160)}}.pio_usecase__title_bold{font-family:var(--family-jp);font-size:var(--size-40);font-weight:var(--weight-bold);line-height:var(--line-height-170)}@media only screen and (width<=767px){.pio_usecase__title_bold{font-family:var(--family-jp);font-size:var(--size-28);font-weight:var(--weight-bold);line-height:var(--line-height-160)}}.pio_usecase__list{display:grid}@media print,screen and (width>=768px){.pio_usecase__list{gap:var(--size-30);grid-auto-flow:column}}@media only screen and (width<=767px){.pio_usecase__list{gap:var(--size-20)}}.pio_usecase__list_item{width:min(20.139vw,290px);height:var(--size-90);border-radius:var(--size-10);border:var(--size-2) solid var(--blue-4);place-items:center;display:grid;position:relative}@media only screen and (width<=767px){.pio_usecase__list_item{width:100%}}.pio_usecase__list_item_icon{width:var(--size-54);height:var(--size-54);z-index:2;position:absolute;top:max(-1.736vw,-25px);left:max(-.694vw,-10px)}@media only screen and (width<=767px){.pio_usecase__list_item_icon{width:var(--size-40);height:var(--size-40);top:-3.077vw;left:-5.128vw}}.pio_usecase__list_item_text{text-align:center;color:var(--blue-2);font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-bold);line-height:var(--line-height-160)}.pio_usecase__workflow{padding-top:var(--size-92);padding-bottom:var(--size-90);background:var(--yellow)}@media only screen and (width<=767px){.pio_usecase__workflow{padding-top:var(--size-52);padding-bottom:var(--size-20)}}.pio_usecase__workflow_heading{gap:var(--size-22);color:var(--blue-1);text-align:center;flex-direction:column;display:flex}@media only screen and (width<=767px){.pio_usecase__workflow_heading{gap:var(--size-38)}}.pio_usecase__workflow_title{font-family:var(--family-jp);font-size:var(--size-40);font-weight:var(--weight-bold);line-height:var(--line-height-160)}@media only screen and (width<=767px){.pio_usecase__workflow_title{font-family:var(--family-jp);font-size:var(--size-28);font-weight:var(--weight-bold);line-height:var(--line-height-160)}}.pio_usecase__workflow_subtitle{font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-bold);line-height:var(--line-height-160)}@media only screen and (width<=767px){.pio_usecase__workflow_subtitle{font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-bold);line-height:var(--line-height-160)}}.pio_usecase__workflow_list{width:min(65.972vw,950px);margin-inline:auto;display:grid}@media print,screen and (width>=768px){.pio_usecase__workflow_list{grid-auto-flow:column}}@media only screen and (width<=767px){.pio_usecase__workflow_list{width:74.359vw}}.pio_usecase__workflow_item{padding-top:var(--size-30);padding-bottom:var(--size-32);padding-inline:var(--size-25);border-radius:var(--size-16);background:#eaf2fa;flex-direction:column;height:100%;display:flex;overflow:hidden}@media only screen and (width<=767px){.pio_usecase__workflow_item{padding-top:var(--size-20);padding-bottom:var(--size-20);padding-inline:var(--size-24);border-radius:var(--size-10);height:auto}}.pio_usecase__workflow_item_heading{justify-content:center;align-items:center;gap:var(--size-22);margin-left:var(--size-2);margin-bottom:var(--size-22);grid-template-columns:auto 1fr;display:grid}@media only screen and (width<=767px){.pio_usecase__workflow_item_heading{margin-bottom:var(--size-15);grid-template-columns:auto auto;justify-content:start}}.pio_usecase__workflow_item_number{width:var(--size-54);height:var(--size-54);color:var(--white);background:var(--blue-3);font-family:var(--family-en);font-size:var(--size-22);font-weight:var(--weight-bold);line-height:var(--line-height-100);border-radius:50%;place-items:center;display:grid}@media only screen and (width<=767px){.pio_usecase__workflow_item_number{width:var(--size-40);height:var(--size-40);font-family:var(--family-en);font-size:var(--size-16);font-weight:var(--weight-bold);line-height:var(--line-height-100)}}.pio_usecase__workflow_item_title{color:var(--blue-2);font-family:var(--family-jp);font-size:var(--size-22);font-weight:var(--weight-bold);line-height:var(--line-height-140)}@media only screen and (width<=767px){.pio_usecase__workflow_item_title{text-align:center;font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-bold);line-height:var(--line-height-140)}}.pio_usecase__workflow_item_text{color:var(--blue-2);font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-bold);line-height:var(--line-height-160)}.pio_usecase__workflow_item_figure{margin-bottom:var(--size-22);display:block}@media only screen and (width<=767px){.pio_usecase__workflow_item_figure{margin-bottom:var(--size-8)}}.pio_usecase__workflow_item_image{width:min(16.667vw,240px);height:min(15.625vw,225px)}@media only screen and (width<=767px){.pio_usecase__workflow_item_image{width:62.051vw;height:56.154vw}}.pio_usecase__workflow_item_arrow{width:var(--size-40);place-items:center;height:100%;display:grid}@media only screen and (width<=767px){.pio_usecase__workflow_item_arrow{width:100%;height:var(--size-32)}}.pio_usecase__workflow_item_arrow_icon{width:var(--size-16);height:var(--size-28)}@media only screen and (width<=767px){.pio_usecase__workflow_item_arrow_icon{transform:rotate(90deg)}}.pio_usecase__management{padding-top:var(--size-75);padding-bottom:var(--size-66);margin-top:var(--size-74);border:min(.208vw, 3px) solid var(--blue-3);border-radius:var(--size-16);background:var(--white);width:min(72.292vw,1041px);margin-inline:auto;position:relative}@media only screen and (width<=767px){.pio_usecase__management{padding-top:var(--size-65);padding-bottom:var(--size-10);margin-top:var(--size-48);border:.769vw solid var(--blue-3);width:79.487vw}}.pio_usecase__management_title{width:min(31.111vw,448px);height:min(4.444vw,64px);color:var(--white);border-radius:var(--size-100);background:var(--blue-2);font-family:var(--family-jp);font-size:var(--size-28);font-weight:var(--weight-bold);line-height:var(--line-height-100);place-items:center;display:grid;position:absolute;top:max(-2.222vw,-32px);left:50%;transform:translate(-50%)}@media only screen and (width<=767px){.pio_usecase__management_title{width:66.667vw;height:13.846vw;font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-bold);line-height:var(--line-height-100);top:-6.154vw}}.pio_usecase__management_app{margin-inline:auto;margin-bottom:var(--size-28);border-radius:var(--size-12);border:min(.625vw,9px) solid #eaf2fa;width:min(65.972vw,950px);position:relative}@media only screen and (width<=767px){.pio_usecase__management_app{margin-bottom:var(--size-30);border-radius:var(--size-10);border:.769vw solid #eaf2fa;width:72.821vw}}.pio_usecase__management_app_title{width:min(43.333vw,624px);height:min(3.542vw,51px);color:var(--blue-1);text-align:center;background:var(--white);font-family:var(--family-jp);font-size:var(--size-28);font-weight:var(--weight-bold);line-height:var(--line-height-160);display:block;position:absolute;top:max(-2.083vw,-30px);left:50%;transform:translate(-50%)}@media only screen and (width<=767px){.pio_usecase__management_app_title{width:55.641vw;height:12.821vw;font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-bold);line-height:var(--line-height-160);top:-7.692vw}}.pio_usecase__management_app_title_pio{font-family:var(--family-jp);font-size:var(--size-32);font-weight:var(--weight-bold);line-height:var(--line-height-160)}@media only screen and (width<=767px){.pio_usecase__management_app_title_pio{font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-bold);line-height:var(--line-height-160)}}.pio_usecase__management_image{border-radius:var(--size-12);width:100%;height:auto;overflow:hidden}@media only screen and (width<=767px){.pio_usecase__management_image{border-radius:var(--size-10)}}.pio_casestudy{margin-bottom:var(--size-98)}.pio_casestudy__inner{width:var(--container-width-pc);margin-inline:auto}@media only screen and (width<=767px){.pio_casestudy__inner{width:var(--container-width-sp)}}.pio_casestudy__title{margin-bottom:var(--size-55);text-align:center;font-family:var(--family-jp);font-size:var(--size-24);font-weight:var(--weight-bold);line-height:var(--line-height-170)}@media only screen and (width<=767px){.pio_casestudy__title{margin-bottom:var(--size-32);font-family:var(--family-jp);font-size:var(--size-20);font-weight:var(--weight-bold);line-height:var(--line-height-170)}}.pio_casestudy__client{gap:var(--size-40);margin-bottom:var(--size-30);flex-direction:column;display:flex}@media only screen and (width<=767px){.pio_casestudy__client{gap:var(--size-10)}}.pio_casestudy__client_image{width:min(83.819vw,1207px);height:min(17.917vw,258px)}@media only screen and (width<=767px){.pio_casestudy__client_image{width:100vw;height:auto;margin-inline:calc(50% - 50vw)}}.pio_casestudy__client_image_caption{color:#666;text-align:center;font-family:var(--family-jp);font-size:var(--size-12);font-weight:var(--weight-regular);line-height:var(--line-height-170)}.pio_casestudy__button{margin-inline:auto}@media print,screen and (width>=768px){.pio_casestudy__button{width:min(26.389vw,380px);height:var(--size-72)}}@media only screen and (width<=767px){.pio_casestudy__button{width:79.487vw;height:var(--size-64)}}.pio_recommend{margin-bottom:var(--size-190)}@media only screen and (width<=767px){.pio_recommend{margin-bottom:var(--size-64)}}.pio_recommend__inner{padding-block:var(--size-35);padding-inline:var(--size-60);width:var(--container-width-pc);border-radius:var(--size-16);background:#f1f1f1;margin-inline:auto}@media only screen and (width<=767px){.pio_recommend__inner{padding-top:var(--size-16);padding-bottom:var(--size-35);padding-inline:var(--size-16);width:79.487vw}}.pio_recommend__title{margin-bottom:var(--size-25);color:var(--blue-3);text-align:center;font-family:var(--family-jp);font-size:var(--size-24);font-weight:var(--weight-bold);line-height:var(--line-height-170)}.pio_recommend__list{grid-template-columns:repeat(4,1fr);place-items:start center;gap:min(1.875vw,27px);display:grid}@media only screen and (width<=767px){.pio_recommend__list{-moz-column-gap:2.308vw;grid-template-columns:repeat(2,1fr);gap:3.077vw 2.308vw}}.pio_recommend__content{gap:var(--size-10);transition:all var(--ease-in-out-200);flex-direction:column;display:flex}@media (hover:hover) and (pointer:fine){.pio_recommend__content:hover{opacity:var(--opacity-7)}}.pio_recommend__content_figure{width:min(17.361vw,250px);height:min(9.722vw,140px)}@media only screen and (width<=767px){.pio_recommend__content_figure{width:34.103vw;height:18.974vw}}.pio_recommend__content_title{text-align:center;font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-medium);line-height:var(--line-height-170)}@media only screen and (width<=767px){.pio_recommend__content_title{font-family:var(--family-jp);font-size:var(--size-14);font-weight:var(--weight-medium);line-height:var(--line-height-170)}}.pio_faq__contact_bunner{padding-left:var(--size-60);padding-right:var(--size-40);margin-top:var(--size-30);border-radius:var(--size-12);background:var(--yellow);justify-content:space-between;align-items:center;height:min(9.028vw,130px);display:flex}@media only screen and (width<=767px){.pio_faq__contact_bunner{padding-top:var(--size-30);padding-inline:var(--size-15);flex-direction:column;justify-content:start;height:53.846vw}}.pio_faq__contact_bunner_text{font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-bold);line-height:var(--line-height-170)}@media only screen and (width<=767px){.pio_faq__contact_bunner_text{margin-bottom:var(--size-25);text-align:center;font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-bold);line-height:var(--line-height-170)}.pio_faq__contact_bunner_button{width:100%}}@media print,screen and (width>=768px){.pio_faq__contact_bunner_button .c-button{width:min(19.444vw,280px);height:min(4.444vw,64px)}.pio_faq__contact_bunner_button .c-button__text{font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-bold);line-height:var(--line-height-170)}}.pio_faq__autostore_banner{margin-top:var(--size-30);border-radius:var(--size-16);background:#edf3fc;justify-content:space-between;align-items:center;width:100%;height:min(14.583vw,210px);padding-left:min(2.569vw,37px);padding-right:min(2.778vw,40px);display:flex;position:relative}@media only screen and (width<=767px){.pio_faq__autostore_banner{padding-top:var(--size-12);padding-bottom:var(--size-30);padding-inline:var(--size-20);flex-direction:column;justify-content:start;align-items:center;height:auto}}.pio_faq__autostore_banner_logo{place-items:center;width:min(13.889vw,200px);display:grid}@media only screen and (width<=767px){.pio_faq__autostore_banner_logo{width:37.692vw;height:31.282vw}}.pio_faq__autostore_banner_logo-image{width:min(10.556vw,152px);height:min(8.194vw,118px)}@media only screen and (width<=767px){.pio_faq__autostore_banner_logo-image{width:28.718vw;height:22.308vw}}.pio_faq__autostore_banner_list{gap:var(--size-6);flex-direction:column;display:flex}@media only screen and (width<=767px){.pio_faq__autostore_banner_list{margin-bottom:var(--size-24)}}.pio_faq__autostore_banner_list li{align-items:center;gap:var(--size-8);grid-template-columns:auto 1fr;display:grid}@media only screen and (width<=767px){.pio_faq__autostore_banner_list li{align-items:start}}.pio_faq__autostore_banner_list p{font-family:var(--family-jp);font-size:var(--size-14);font-weight:var(--weight-regular);line-height:var(--line-height-170)}.pio_faq__autostore_banner_list-icon{width:var(--size-20);height:var(--size-20)}@media only screen and (width<=767px){.pio_faq__autostore_banner_list-icon{margin-top:var(--size-4)}.pio_faq__autostore_banner_button{width:100%}}@media print,screen and (width>=768px){.pio_faq__autostore_banner_button .c-button{width:min(18.056vw,260px);height:min(4.444vw,64px)}}@media only screen and (width<=767px){.pio_faq__autostore_banner_button .c-button{height:13.846vw}}.pio_faq__autostore_banner_button .c-button__text{font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-bold);line-height:var(--line-height-100)}@media only screen and (width<=767px){.pio_faq__autostore_banner_button .c-button__text{font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-bold);line-height:var(--line-height-170)}}.pio_faq__autostore_banner_button .c-button__text b{font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-bold);line-height:var(--line-height-100)}@media only screen and (width<=767px){.pio_faq__autostore_banner_button .c-button__text b{font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-bold);line-height:var(--line-height-170)}}.pio_faq__autostore_banner_button_lead{margin-bottom:var(--size-15);text-align:center;font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-bold);line-height:var(--line-height-170)}@media only screen and (width<=767px){.pio_faq__autostore_banner_button_lead{margin-bottom:var(--size-10)}}.pio_faq__inner{width:var(--container-width-pc);margin-inline:auto}@media only screen and (width<=767px){.pio_faq__inner{width:var(--container-width-sp)}}.pio_faq__title{margin-bottom:var(--size-64);text-align:center;font-family:var(--family-jp);font-size:var(--size-40);font-weight:var(--weight-bold);line-height:var(--line-height-100)}@media only screen and (width<=767px){.pio_faq__title{margin-bottom:var(--size-30);font-family:var(--family-jp);font-size:var(--size-30);font-weight:var(--weight-bold);line-height:var(--line-height-100)}}.pio_faq__list{margin-bottom:var(--size-60)}.pio_faq__tab{margin-bottom:var(--size-38)}@media only screen and (width<=767px){.pio_faq__tab{margin-bottom:var(--size-30)}}.pio_faq__filter{margin-bottom:var(--size-55)}@media only screen and (width<=767px){.pio_faq__filter{padding-bottom:var(--size-30);border-bottom:1px solid #dadada;margin-bottom:0}}.pio_faq__filter_empty{text-align:center;font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-bold);line-height:var(--line-height-170)}@media only screen and (width<=767px){.pio_faq__filter_empty{margin-top:var(--size-30)}}.pio_request{background:var(--navy)}.pio_request__inner{width:var(--container-width-pc);align-items:center;height:min(20.833vw,300px);margin-inline:auto;display:flex;position:relative}@media only screen and (width<=767px){.pio_request__inner{padding-bottom:var(--size-45);width:var(--container-width-sp);flex-direction:column;justify-content:end;height:74.359vw}}.pio_request__heading{gap:var(--size-30);color:var(--white);flex-direction:column;display:flex}@media only screen and (width<=767px){.pio_request__heading{gap:var(--size-54);margin-bottom:var(--size-15)}}.pio_request__title{font-family:var(--family-jp);font-size:var(--size-38);font-weight:var(--weight-bold);line-height:var(--line-height-100)}@media only screen and (width<=767px){.pio_request__title{padding-left:var(--size-15);font-family:var(--family-jp);font-size:var(--size-26);font-weight:var(--weight-bold);line-height:var(--line-height-100)}}.pio_request__subtitle{font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-medium);line-height:var(--line-height-170)}@media only screen and (width<=767px){.pio_request__subtitle{font-family:var(--family-jp);font-size:var(--size-16);font-weight:var(--weight-medium);line-height:var(--line-height-170)}}.pio_request__decoration{flex-shrink:0}@media print,screen and (width>=768px){.pio_request__decoration{margin-left:auto;margin-right:var(--size-30)}}@media only screen and (width<=767px){.pio_request__decoration{top:var(--size-40);right:var(--size-20);position:absolute}}.pio_request__decoration span{background-image:url(../../assets/images/index/request/documents_pc.webp);background-position:50%;background-repeat:no-repeat;background-size:min(15.278vw,220px) min(8.542vw,123px);width:min(15.278vw,220px);height:min(8.542vw,123px);display:block}@media only screen and (width<=767px){.pio_request__decoration span{background-image:url(../../assets/images/index/request/documents_sp.webp);background-size:31.282vw 17.436vw;width:31.282vw;height:17.436vw}.pio_request__button{width:80.769vw;height:16.41vw}}.pio_contact{background:var(--yellow)}.pio_contact__inner{width:var(--container-width-pc);justify-content:space-between;align-items:center;height:min(25vw,360px);margin-inline:auto;display:flex;position:relative}@media only screen and (width<=767px){.pio_contact__inner{justify-content:center;gap:var(--size-26);width:var(--container-width-sp);flex-direction:column;height:82.051vw}}.pio_contact__heading{gap:var(--size-30);flex-direction:column;display:flex}@media only screen and (width<=767px){.pio_contact__heading{text-align:center}}.pio_contact__title{font-family:var(--family-jp);font-size:var(--size-38);font-weight:var(--weight-bold);line-height:var(--line-height-100)}@media only screen and (width<=767px){.pio_contact__title{font-family:var(--family-jp);font-size:var(--size-26);font-weight:var(--weight-bold);line-height:var(--line-height-100)}}.pio_contact__subtitle{font-family:var(--family-jp);font-size:var(--size-18);font-weight:var(--weight-medium);line-height:var(--line-height-170)}@media only screen and (width<=767px){.pio_contact__subtitle{font-family:var(--family-jp);font-size:var(--size-17);font-weight:var(--weight-regular);line-height:var(--line-height-170)}.pio_contact__button{width:80.769vw;height:17.949vw}}.pio_main{z-index:auto!important;background:0 0!important;height:auto!important}.pio-lp{position:relative}}@layer utility;
