@charset "UTF-8";@layer base{:root{--color-dark: #151515;--color-dark-gray: #4B4040;--color-light: #FFF;--color-blue: #464FA0;--color-gold: #CABA82;--color-red: #e62a2b;--color-gray: #B4B4B4;--color-gray-light: #f4f4f4;--color-base: var(--color-dark);--color-bg: #F6F6F6;--font-serif-ja: "Noto Serif JP", serif;--font-size-xs: calc(12 * var(--torem));--font-size-sm: calc(14 * var(--torem));--font-size-md: calc(16 * var(--torem));--font-size-base: var(--font-size-md);--font-size-lg: calc(18 * var(--torem));--font-size-xl: calc(24 * var(--torem));--font-size-2xl: clamp(32 * var(--torem), 1.6479rem + 1.5023vi, 48 * var(--torem));--font-size-3xl: clamp(40 * var(--torem), 1.9718rem + 2.2535vi, 64 * var(--torem));--offset-md: 5vi;--border-radius: calc(1px / 0);--contents-size-md: 640px;--contents-size-lg: 1024px;--contents-size-xl: 1280px;--contents-size-2xl: 1440px;--space-sm: clamp(16 * var(--torem), .8239rem + .7512vi, 24 * var(--torem));--space-md: clamp(24 * var(--torem), 1.1479rem + 1.5023vi, 40 * var(--torem));--space-lg: clamp(40 * var(--torem), 1.9718rem + 2.2535vi, 64 * var(--torem));--space-xl: clamp(64 * var(--torem), 3.6479rem + 1.5023vi, 80 * var(--torem));--space-2xl: clamp(96 * var(--torem), 4.5915rem + 6.0094vi, 160 * var(--torem));--space-3xl: clamp(112 * var(--torem), 4.5352rem + 10.5164vi, 224 * var(--torem));--torem: .0625rem ;--duration-fast: .3s;--duration-normal: .6s;--duration-slow: 1.6s;--ease-out-sine: cubic-bezier(.61, 1, .88, 1);--ease-none: cubic-bezier(.25, .25, .75, .75);--ease-power1-in: cubic-bezier(.55, .085, .68, .53);--ease-power1-inout: cubic-bezier(.455, .03, .515, .955);--ease-power1-out: cubic-bezier(.25, .46, .45, .94);--ease-power2-in: cubic-bezier(.55, .055, .675, .19);--ease-power2-inout: cubic-bezier(.645, .045, .355, 1);--ease-power2-out: cubic-bezier(.215, .61, .355, 1);--ease-power3-in: cubic-bezier(.895, .03, .685, .22);--ease-power3-inout: cubic-bezier(.77, 0, .175, 1);--ease-power3-out: cubic-bezier(.165, .84, .44, 1);--ease-power4-in: cubic-bezier(.755, .05, .855, .06);--ease-power4-inout: cubic-bezier(.86, 0, .07, 1);--ease-power4-out: cubic-bezier(.23, 1, .32, 1);--ease-expo-in: cubic-bezier(.95, .05, .795, .035);--ease-expo-inout: cubic-bezier(1, 0, 0, 1);--ease-expo-out: cubic-bezier(.19, 1, .22, 1);--ease-circ-in: cubic-bezier(.6, .04, .98, .335);--ease-circ-inout: cubic-bezier(.785, .135, .15, .86);--ease-circ-out: cubic-bezier(.075, .82, .165, 1);--ease-back-in: cubic-bezier(.6, -.28, .735, .045);--ease-back-inout: cubic-bezier(.68, -.55, .265, 1.55);--ease-back-out: cubic-bezier(.175, .885, .32, 1.275);--base-background: var(--color-dark);--base-line-height:1.8;--line-height-base: var(--base-line-height);--base-color: var(--color-light);--base-font-family: var(--font-serif-ja);--base-font-weight: 500;--base-strong-color: var(--color-gold);--base-srcoll-margin: var(--space-2xl);--base-letter-spacing: 0em;--font-family-base: "Noto Sans JP", sans-serif;--font-family-en:"Inter", sans-serif;--font-family-a1-b: "A1 Gothic B", sans-serif;--font-weight-thin: 100;--font-weight-extraLight: 200;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semiBold: 600;--font-weight-bold: 700;--font-weight-extraBold: 800;--font-weight-black: 900}@custom-media --sm (width >= 36rem);@custom-media --md (width >= 48rem);@custom-media --lg (width >= 64rem);@custom-media --xl (width >= 80rem);@custom-media --xxl (width >= 96rem);}@layer base{*,:before,:after,::backdrop{margin:0;padding:0;box-sizing:border-box}@media (prefers-reduced-motion: reduce){*,:before,:after,::backdrop{transition:none!important;animation:none!important}}:where(html){font-family:var(--base-font-family);font-weight:var(--base-font-weight);line-break:strict;overflow-wrap:anywhere;line-height:var(--base-line-height, 1.5);color:var(--base-color);text-rendering:optimizelegibility;-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:where(body){min-block-size:100svb;overflow-x:clip}:where(section){scroll-margin-block-start:var(--base-srcoll-margin)}:where(ul,ol){list-style-type:""}:where(em,address){font-style:normal}:where(strong){font-weight:700;color:var(--base-strong-color)}:where(:any-link){color:unset}:where(img,svg,iframe){display:block flow}:where(img,picture,svg){max-inline-size:100%;block-size:auto}:where(table){border-collapse:collapse}:where(input,button,textarea,select,optgroup){color:unset;letter-spacing:inherit;word-spacing:inherit;font:unset;font-feature-settings:inherit;font-variation-settings:inherit}:where(textarea){resize:vertical;resize:block}:where(button,label,select,summary){cursor:pointer}:where(a){text-decoration:none}:where(p){letter-spacing:0em}html.is-open{overflow:hidden}}@layer base{body{font-family:var(--font-family-base);font-weight:var(--font-weight-regular);font-size:var(--font-size-base);line-height:var(--line-height-base);color:var(--color-base);letter-spacing:var(--base-letter-spacing)}:lang(en){font-family:var(--font-family-en)}.u-wbr.-sp{display:block}.u-wbr.-pc{display:none}@media (width >= 1024px){.u-wbr.-sp{display:none}.u-wbr.-pc{display:block}}}@layer components{.c-heading{font-size:36px;line-height:100%;font-weight:var(--font-weight-bold);margin-bottom:calc(36 * var(--torem));position:relative;z-index:1}.c-heading__en{font-size:20px;font-family:var(--font-family-en);font-weight:var(--font-weight-regular);padding-left:20px;position:relative;display:block;margin-bottom:32px}.c-heading__en.-blue{color:var(--color-blue)}@media (width >= 1024px){.c-heading__en{margin-bottom:32px}}.c-heading__en:before{content:"";position:absolute;inset-block:0;left:0;width:12px;height:12px;margin-block:auto;border:2px solid var(--color-blue);border-radius:50%}.c-heading__sub__sm{font-size:18px;font-weight:var(--font-weight-medium);padding-left:20px;color:var(--color-dark);position:relative;display:block;margin-bottom:24px;line-height:1.7}@media (width >= 1024px){.c-heading__sub__sm{margin-bottom:11px;font-size:20px}}.c-heading__sub__sm:before{content:"";position:absolute;inset-block:0;left:0;width:12px;height:12px;margin-block:auto;border:2px solid var(--color-blue);border-radius:50%}.c-heading__en.-white:before{border:2px solid var(--color-light)}.c-heading__title{line-height:calc(68 / 40);font-size:26px;font-weight:var(--font-weight-regular)}.c-heading__sub__lg{font-size:28px;font-weight:var(--font-weight-medium);color:var(--color-dark);position:relative;line-height:1.5;display:block}@media (width >= 1024px){.c-heading__sub__lg{font-size:48px;line-height:calc(82 / 48)}.c-heading__title{line-height:calc(68 / 40);font-size:clamp(20px,1.625vw,26px);font-weight:var(--font-weight-regular)}}.c-heading__sub__line{font-size:24px;padding-left:15px;line-height:2;color:var(--color-blue);font-weight:var(--font-weight-medium);position:relative}v @media (width >= 1024px){.c-heading__sub__line{font-size:28px;padding-left:21px;line-height:calc(40 / 28)}}.c-heading__sub__line:before{content:"";position:absolute;inset-block:0;left:0;top:4px;bottom:0;margin-block:auto;width:2px;height:70%;background-color:var(--color-blue)}.c-heading__sub__box{font-size:18px;font-weight:var(--font-weight-medium);line-height:calc(36 / 22);color:var(--color-blue);padding-block:10px;padding-inline:12px;border-radius:8px;background-color:#464fa033}@media (width >= 1024px){.c-heading__sub__box{font-size:22px;line-height:calc(36 / 22);color:var(--color-blue);padding-block:10px;padding-inline:22px}}.c-heading__title__en{display:block}.c-heading__title__en+.c-heading__title__en{margin-top:16px}}@layer components{.l-wrapper{padding-inline:5vi;max-inline-size:1200px;inline-size:none;margin-inline:auto;box-sizing:content-box}.l-wrapper__sub{padding-inline:5vi;max-inline-size:1480px;inline-size:none;margin-inline:auto;box-sizing:content-box}.l-wrapper__breadcrumb{max-inline-size:1480px;inline-size:none;margin-inline:auto;box-sizing:content-box;position:relative}}@layer components{.c-table{line-height:1.375;text-align:left;width:100%;overflow-x:auto}.c-home__data .c-table__th{width:233px}@media (width >= 1024px){.c-table.-home .c-table__head th:first-child,.c-home__data__table.-second .c-table__head th:first-child{width:300px}.c-home__data .c-table__head__bg,.c-home__data .c-table__em{width:218px}.c-table.-home .c-table__th{width:auto}}.c-table td{text-align:center}.c-table__en{font-size:12px;display:block;font-weight:var(--font-weight-medium)}.c-table__row td{height:max-content;position:relative}.c-table__row td:last-child span,.c-table__head th:last-child span{margin-right:0}.c-table__th{margin-left:45px}.p-sub__grade.-fm .c-table__th{text-align:left}.p-sub__grade.-fm .c-table__title{padding-left:12px}.p-sub__grade.-fm .c-table__em{padding-block:30px}.p-sub__grade.-fm .c-table__th{width:324px}.p-sub__grade.-fm td{width:128px}@media (width >= 1024px){.p-sub__grade.-fm .c-table__title{padding-left:30px}.p-sub__grade.-fm .c-table__th{width:513px}.p-sub__grade.-fm .c-table__em{padding-block:30px}.p-sub__grade.-fm td{width:auto}}.p-sub__grade.-fm .-smText{font-size:14px;margin-top:14px}.c-table__fm__example .c-table__th{width:calc(87 / 888 * 100%);color:var(--color-dark)}.c-table__fm__example .c-table__row td:nth-child(2){width:calc(325 / 888 * 100%)}.c-table__fm__example .c-table__row td[colspan="4"]{width:calc(234 / 888 * 100%)}.c-table__row td+td{margin-left:4px}.c-table tr+tr{position:relative}.c-table tr+tr{border-top:1px solid rgba(21,21,21,.2)}.c-table__fm__example .c-table__row.-none{border-top:none}.c-table__fm__example .c-table__head{border-bottom:none;padding-bottom:10px;color:var(--color-blue)}.c-table__head{border-bottom:1px solid rgba(21,21,21,.2)}.c-table.-series .c-table__head{height:85px}.c-table__head th{text-align:center}.c-table__head .c-table__bg{border-radius:10px 10px 0 0;padding-top:15px;padding-bottom:11px}.c-table__row td,.p-sub__fm__way .c-table__row th{position:relative}.c-table__row td:before,.p-sub__fm__way .c-table__row th:before{position:absolute;top:0;right:0;bottom:0;left:0;margin-inline:auto;content:"";width:calc(100% - 3.5px);background-color:#464fa00f}.c-table.-series .c-table__row td:last-child:before,.c-table.-series .p-sub__fm__way .c-table__row th:last-child:before{width:calc(100% - 1.75px);margin-right:0}.c-table.-grade .c-table__head__bg:last-child:before{width:calc(100% - 1.75px);margin-right:0}.c-table__row .c-table__line__side{margin-inline:auto}.c-table__row .c-table__line__side:before{margin-inline:initial;left:2px}.c-table__row .c-table__line__side:after{margin-inline:initial;right:2px}.c-table__row:last-child td:before{border-radius:0 0 10px 10px}.p-sub__grade.-fm .c-table__row td:before{width:100%}.p-sub__grade.-fm .c-table__row td.-line:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:1px;height:100%;background-color:#15151533}.c-table__bg{display:block;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-block:18px}.c-table__fm__example .c-table__bg{padding-block:14px}.c-table__wrapper{background-color:#fff;box-shadow:0 0 10px #0000001a;width:889px;overflow:auto;border-radius:8px;position:relative;padding:8px 4px}.p-sub__grade.-fm .c-table__wrapper.-series{width:608px}.p-sub__examples__content .c-table__wrapper{box-shadow:none;border:1px solid rgba(112,112,112,.1)}.p-sub__fm__way .c-table__wrapper{width:460px}.p-sub__examples__content.-fm .c-heading__sub__box{margin-bottom:22px}.p-sub__examples__content.-fm .c-table__row .-left{text-align:left;justify-content:baseline;align-items:baseline;padding-left:16px}@media (width >= 768px){.p-sub__grade.-fm .c-table__wrapper.-series{width:100%}.c-table__wrapper{padding:9px 5px;width:998px}.p-sub__fm__way .c-table__wrapper{width:100%}}.c-table__title{display:block;font-weight:var(--font-weight-medium);color:var(--color-blue)}.c-table__title small,.c-table__grade__th small,.c-table__grade__line td small{transform:scale(.8) translateY(-8px);display:inline-block}.p-sub__fm__way .c-table__title{color:var(--color-dark)}.c-home__data .c-table__title{padding-left:26.5px}.p-sub__fm__way .c-table__title{text-align:center}.c-table__head__icon{margin-bottom:4px;max-width:22px}.c-home__data .c-table__body td{color:var(--color-blue);line-height:1.8;width:200px}.c-table__body tr:last-child .c-table__bg{border-radius:0 0 10px 10px}.c-table__body tr:last-child .c-table__line__side:before,.c-table__body tr:last-child .c-table__line__side:after{display:none}@media (width >= 1024px){.c-table__wrapper{width:100%}.c-home__data .c-table__title{padding-left:50px}}.c-table__em{margin-inline:3.5px;border-radius:10px 10px 0 0;overflow:hidden;justify-content:center;color:var(--color-light);position:relative;font-weight:var(--font-weight-bold)}.p-sub__fm__way .c-table__em{padding-block:30px}.c-table__em span{position:relative;z-index:1}.c-table__em:before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;z-index:0;width:calc(100% - 3.5px);height:calc(100% + 1px);background-color:var(--color-blue);border-radius:10px 10px 0 0;margin-inline:auto}.c-table__em.-opacity{opacity:.7}.c-table__line{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.c-table__hidden{overflow:hidden}.c-table__line__side{position:relative}.c-table .c-table__line__side:before,.c-table .c-table__line__side:after{position:absolute;content:"";width:2px;height:calc(100% + 1px);background-color:var(--color-blue)}.c-table__line__side:before{left:3.5px;top:-1px}.c-table__line__side:after{right:3.5px;top:-1px}.c-table__line__last:before{display:none}.c-table__line__side__bottom{position:absolute;left:0;right:0;bottom:0;margin-inline:auto;width:calc(100% - 4px);height:calc(100% + 1px);border-bottom:2px solid var(--color-blue);border-left:2px solid var(--color-blue);border-right:2px solid var(--color-blue);border-radius:0 0 10px 10px;display:block}.c-table__line__side.-last:before{position:absolute}.c-table__grade__wrapper{padding:26px 6px 6px 68px;background-color:#fff;width:1040px;position:relative;border-radius:8px}@media (width >= 1024px){.c-table__grade__wrapper{width:100%}}.c-table__grade{width:100%;color:var(--color-blue)}.c-table__grade td{padding-block:15px;text-align:center;position:relative}.c-table__grade .c-table__vertical{writing-mode:sideways-lr;text-align:center;width:calc(46 / 1132 * 100%);border-right:1px solid rgba(21,21,21,.2);border-radius:10px 0 0 10px}.c-table__grade__bg{background-color:#464fa01a}.c-table__grade__bg.-head th{padding-block:10px;font-weight:var(--font-weight-medium)}.c-table__grade__empty{background-color:#464fa01a;border-radius:10px 10px 0;border-right:2px solid rgba(255,255,255,1);border-bottom:2px solid rgba(255,255,255,1);box-sizing:content-box}.c-table__grade .c-table__grade__th{width:25%;padding-block:10px;height:70px;color:var(--color-dark);text-align:left;padding-inline:18px;font-weight:var(--font-weight-medium)}.c-table__grade .c-table__grade__th .-center{text-align:center;display:inline-block}@media (width >= 1024px){.c-table__grade .c-table__grade__th{height:90px}}.c-table__grade .c-table__grade__title{border-bottom:1px solid rgba(21,21,21,.2);padding-block:12px;border-radius:10px 10px 0 0}.c-table__grade .c-table__grade__title .-medium{font-weight:var(--font-weight-medium)}.c-table__grade__line+.c-table__grade__line{border-top:1px solid rgba(21,21,21,.2)}.c-table__grade__line td{color:var(--color-dark)}.c-table__grade{line-height:1.375}.c-table__grade td+td,.c-table__grade th+th{border-left:1px solid rgba(21,21,21,.2)}.c-table__grade__bg.-head th{width:calc(130 / 1132 * 100%)}.c-table__blue{padding-block:30px;display:flex;align-items:center;justify-content:center;background-color:var(--color-blue);color:var(--color-light);font-weight:var(--font-weight-bold)}.c-table__head th:last-child span.-purpose{display:block;margin-left:5px}.c-table.-purpose .c-table__row td{width:calc(817 / 1200 * 100%)}.c-table.-purpose .c-table__line{padding-block:18px}.c-table.-purpose .c-table__title{padding-left:0;padding-block:18px;display:flex;align-items:center;justify-content:center}.c-table.-grade .c-table__title{padding-block:18px}.c-table.-grade .c-table__head th span{border-radius:10px 10px 0 0}.c-table__blue.-grade{background-color:#464fa033;color:var(--color-blue)}.c-table.-clear{max-width:900px}.c-table__grade__horizontal{width:calc(788 / 1132 * 100%);margin-left:auto;font-size:20px;color:var(--color-light);font-weight:var(--font-weight-bold);display:flex;align-items:center;justify-content:center;background:linear-gradient(-90deg,#868ed3,#464fa03b);border-radius:18px;inset-block-start:0;position:relative;margin-bottom:12px}.c-table__grade__horizontal .-icon{color:var(--color-blue);font-size:20px;font-weight:var(--font-weight-regular);background-color:var(--color-light);border-radius:100px;width:60px;height:30px;display:flex;align-items:center;justify-content:center;position:absolute;margin-block:auto}.c-table__grade__horizontal .-right{right:3px}.c-table__grade__horizontal .-left{left:3px}.c-table__head__bg{position:relative;font-weight:500}.c-table__head__bg:before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;width:calc(100% - 3.5px);height:100%;border-radius:10px 10px 0 0;background-color:#464fa00f;margin:auto}.c-table__fm__example .c-table__head__bg:before{width:calc(100% - 8px);height:80%}.c-table.-grade .c-table__head__bg:before{background-color:#464fa033}.c-table.-grade .c-table__row:last-child td:before{border-radius:0 0 10px 10px}.c-table__fm__example .c-table__row th,.c-table__fm__example .c-table__row td{position:relative}.c-table__fm__example .c-table__row td:before,.c-table__fm__example .c-table__row th:before{content:"";position:absolute;top:0;left:auto;right:0;width:1px;height:100%;background-color:#15151533}.c-table__fm__example .c-table__row td:last-child:before{display:none}.c-table__series__wrap{margin-top:100px;margin-bottom:64px}.c-table__series .c-table__wrapper{padding:8px}@media (width >= 1024px){.c-table__series .c-table__wrapper{width:100%;padding:9px 6px}}.c-table.-series .c-table__em{width:calc(221 / 1200 * 100%)}.c-table.-series .c-table__title{padding-left:0;text-align:center}.c-table.-series .c-table__row td:before{margin:auto}.c-table__series__title{padding-bottom:23px;font-weight:var(--font-weight-medium);color:var(--color-blue);font-size:22px}.c-table__series .c-table__head__bg{color:var(--color-blue)}.c-table__series .c-table__title{color:var(--color-dark)}.c-table__series+.c-table__series{margin-top:64px}.p-sub__fm__way .c-table__th{width:calc(176 / 460 * 100%)}.p-sub__fm__way .c-table__row:last-child .c-table__th{border-radius:0 0 10px 10px;overflow:hidden}@media (width >= 1024px){.p-sub__fm__way .c-table__th{width:295.36px}}.c-table__grade__vertical{writing-mode:sideways-lr;flex-direction:row-reverse;display:flex;align-items:center;justify-content:center;color:var(--color-light);font-weight:var(--font-weight-bold);font-size:20px;position:absolute;bottom:6px;left:20px}.c-table__grade__vertical .-label{height:70px;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom,#868ed3,#464fa03b);border-radius:18px;margin-bottom:9px}[lang=en] .c-table__grade__vertical .-label{font-size:16px;height:114px;padding-block:3px}@media (width >= 1024px){.c-table__grade__vertical .-label{height:90px}}.c-table__grade__vertical .-title{height:460px;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom,#868ed3,#464fa03b);border-radius:18px;position:relative}@media (width >= 1024px){.c-table__grade__vertical .-title{height:514px}}.c-table__grade__vertical .-top,.c-table__grade__vertical .-bottom{position:absolute;left:0;right:0;margin-block:auto;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background-color:var(--color-light);font-weight:var(--font-weight-regular);color:var(--color-blue);border-radius:50%}[lang=en] .c-table__grade__vertical .-top,[lang=en] .c-table__grade__vertical .-bottom{height:70px;width:28px;border-radius:150px}.c-table__grade__vertical .-top{top:3px}.c-table__grade__vertical .-bottom{bottom:3px}.c-table__grade__note{font-size:14px;color:var(--color-dark);font-weight:var(--font-weight-regular);line-height:1.7;margin-top:30px}.c-table__grade__note li{padding-left:30px;position:relative}.c-table__grade__note li:before{content:"*1";position:absolute;width:max-content;left:0;top:0}.c-table__grade__note li:nth-child(2):before{content:"*2"}.c-table__grade__note li:nth-child(3):before{content:"*3"}.c-table__grade__note li:nth-child(4):before{content:"*4"}.c-table__grade__note.-bottom{margin-bottom:52px}@media (width >= 1024px){.c-table__grade__note.-bottom{margin-bottom:64px}}.c-table__row.-orange{position:relative;color:#ed4e00}.c-table__row.-orange .c-table__th{color:#ed4e00}.c-table__row.-orange .c-table__bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:calc(100% - 8px);margin:auto;background-color:#ed4e001a}.c-table__row.-orange .c-table__th .c-table__bg:before{border-radius:8px 0 0 8px}.c-table__row.-orange td:last-child .c-table__bg:before{border-radius:0 8px 8px 0}.c-table__fm__example [rowspan="4"]{position:relative}.c-table__fm__example [rowspan="4"] .c-table__bg:before{content:"";position:absolute;top:0;right:auto;left:-1px;width:1px;height:100%;background-color:#15151533}.c-table__fm__example td.-none:before{display:none}.c-table__fm__example__text{margin-top:10px;color:var(--color-dark);font-weight:var(--font-weight-regular);text-align:right}.c-table__fm__example__text small{font-size:12px;line-height:calc(23.8 / 12)}.c-table__fm__example__emphasis{color:#ed4e00;position:absolute;bottom:0;right:39%;display:flex;align-items:center;justify-content:center;flex-direction:column;max-width:70px}.c-table__fm__example__emphasis{right:32%}@media (width >= 1024px){.c-table__fm__example__emphasis{right:37%}}.c-table__fm__example__emphasis .-number{font-size:22px;font-weight:var(--font-weight-bold)}.c-table__fm__example__emphasis .-unit{font-size:12px}.c-table__fm__example{text-align:center;font-weight:var(--font-weight-medium);border-bottom:1px solid rgba(21,21,21,.2)}.c-table__fm__example .c-table__title{color:var(--color-dark)}.c-table__fm__example .-md{font-size:16px}.c-table__fm__example .-sm{font-size:14px}.c-table__grade__empty{position:relative}.c-table__grade__empty:before{content:"";position:absolute;right:0;bottom:0;width:95%;height:1px;top:50%;left:3%;transform:rotate(12.8deg);background-color:#15151533}.js-lottie{width:100%;height:max-content}.js-lottie svg{height:100%}.p-sub__examples__list__text{margin-top:12px}}@layer components{.c-contact__wrapper{background:linear-gradient(50deg,#ed4e00,#ad3c3f 50.74%,#464fa0);color:var(--color-light);border-radius:8px;container:contact / inline-size;padding-block:30px}.c-contact__sec{margin-top:72px;margin-bottom:52px}@media (width >= 1024px){.c-contact__wrapper{background:linear-gradient(90deg,#ed4e00,#ad3c3f 50.74%,#464fa0);padding-top:64px;padding-bottom:84px}.c-contact__sec{margin-top:120px;margin-bottom:78px}}.c-contact__inner{max-inline-size:1070px;box-sizing:content-box;padding-inline:24px;margin-inline:auto}.c-contact__btn{width:288px;height:93px;background-color:#fdfdfd;color:var(--color-dark);display:flex;justify-content:center;align-items:center;font-weight:var(--font-weight-regular);font-size:18px;border-radius:8px;margin-inline:auto;transition:background-color .3s var(--ease-power2-out)}.c-contact__btn:hover{background-color:#e3e3e3}@media (width >= 768px){.c-contact__btn{font-size:18px}}@media (width >= 1280px){.c-contact__btn{width:516px;height:167px;border-radius:8px;font-size:26px}}.c-contact__title{margin-bottom:30px;position:relative}@media (width >= 1024px){.c-contact__title{margin-bottom:40px;position:relative}}.c-contact__btn__title{padding-left:55px;padding-right:24px;position:relative}@media (width >= 1280px){.c-contact__btn__title{padding-left:72px;padding-right:32px;position:relative}}.c-contact__btn__title:before,.c-contact__btn__title:after{content:"";position:absolute;inset-block:0;margin-block:auto;background-size:contain}.c-contact__btn__title:before{left:0}.c-contact__btn__title:after{right:0}.c-contact__btn__title.-request:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='48'%20height='44.324'%20viewBox='0%200%2048%2044.324'%3e%3cdefs%3e%3clinearGradient%20id='linear-gradient'%20x1='0.886'%20y1='-0.169'%20x2='-0.173'%20y2='1.113'%20gradientUnits='objectBoundingBox'%3e%3cstop%20offset='0'%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%23db500b'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath%20id='合体_3'%20data-name='合体%203'%20d='M14924.408,22011.178v-.008c-1.19-3.951-4.409-7.807-9.5-8.139a14.653,14.653,0,0,0-10.745,4.281,1.249,1.249,0,0,1-.765.336h-.519c-.426,0-.876-.314-.876-.705v-33.455c-.013-3.707,5.056-6.475,11.3-6.475s11.545,3.217,11.545,9.465v34.619a.224.224,0,0,1-.231.227A.211.211,0,0,1,14924.408,22011.178Zm2.747-.09v-34.623c0-6.246,5.3-9.465,11.544-9.465s11.314,2.768,11.3,6.463v33.467c0,.4-.451.705-.876.705h-.519a1.309,1.309,0,0,1-.762-.334c-3.371-3.012-6.951-4.512-10.748-4.283-4.954.3-8.313,4.193-9.5,8.139v.014a.214.214,0,0,1-.207.145A.222.222,0,0,1,14927.155,22011.088Z'%20transform='translate(-14902.001%20-21967)'%20fill='url(%23linear-gradient)'/%3e%3c/svg%3e");width:40px;height:37px}.c-contact__btn__title.-contact:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%3e%3cdefs%3e%3clinearGradient%20id='linear-gradient'%20x1='1.07'%20y1='-0.082'%20x2='0'%20y2='1.048'%20gradientUnits='objectBoundingBox'%3e%3cstop%20offset='0'%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%23464fa0'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath%20id='Icon_awesome-paper-plane'%20data-name='Icon%20awesome-paper-plane'%20d='M44.63.3,1.172,25.364a2.251,2.251,0,0,0,.206,4.049l9.967,4.18L38.282,9.861a.562.562,0,0,1,.806.778L16.5,38.149v7.545a2.25,2.25,0,0,0,3.985,1.481L26.44,39.93l11.683,4.893a2.257,2.257,0,0,0,3.094-1.706L47.967,2.625A2.25,2.25,0,0,0,44.63.3Z'%20transform='translate(-0.001%200.002)'%20fill='url(%23linear-gradient)'/%3e%3c/svg%3e");width:37px;height:37px}@media (width >= 1280px){.c-contact__btn__title.-request:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='48'%20height='44.324'%20viewBox='0%200%2048%2044.324'%3e%3cdefs%3e%3clinearGradient%20id='linear-gradient'%20x1='0.886'%20y1='-0.169'%20x2='-0.173'%20y2='1.113'%20gradientUnits='objectBoundingBox'%3e%3cstop%20offset='0'%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%23db500b'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath%20id='合体_3'%20data-name='合体%203'%20d='M14924.408,22011.178v-.008c-1.19-3.951-4.409-7.807-9.5-8.139a14.653,14.653,0,0,0-10.745,4.281,1.249,1.249,0,0,1-.765.336h-.519c-.426,0-.876-.314-.876-.705v-33.455c-.013-3.707,5.056-6.475,11.3-6.475s11.545,3.217,11.545,9.465v34.619a.224.224,0,0,1-.231.227A.211.211,0,0,1,14924.408,22011.178Zm2.747-.09v-34.623c0-6.246,5.3-9.465,11.544-9.465s11.314,2.768,11.3,6.463v33.467c0,.4-.451.705-.876.705h-.519a1.309,1.309,0,0,1-.762-.334c-3.371-3.012-6.951-4.512-10.748-4.283-4.954.3-8.313,4.193-9.5,8.139v.014a.214.214,0,0,1-.207.145A.222.222,0,0,1,14927.155,22011.088Z'%20transform='translate(-14902.001%20-21967)'%20fill='url(%23linear-gradient)'/%3e%3c/svg%3e");width:48px;height:44px}.c-contact__btn__title.-contact:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%3e%3cdefs%3e%3clinearGradient%20id='linear-gradient'%20x1='1.07'%20y1='-0.082'%20x2='0'%20y2='1.048'%20gradientUnits='objectBoundingBox'%3e%3cstop%20offset='0'%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%23464fa0'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath%20id='Icon_awesome-paper-plane'%20data-name='Icon%20awesome-paper-plane'%20d='M44.63.3,1.172,25.364a2.251,2.251,0,0,0,.206,4.049l9.967,4.18L38.282,9.861a.562.562,0,0,1,.806.778L16.5,38.149v7.545a2.25,2.25,0,0,0,3.985,1.481L26.44,39.93l11.683,4.893a2.257,2.257,0,0,0,3.094-1.706L47.967,2.625A2.25,2.25,0,0,0,44.63.3Z'%20transform='translate(-0.001%200.002)'%20fill='url(%23linear-gradient)'/%3e%3c/svg%3e");width:48px;height:48px}}.c-contact__btn__title:after{content:"";position:absolute;inset-block:0;margin-block:auto;background-size:contain;background-repeat:no-repeat}.c-contact__btn__title:after{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='19'%20height='16.882'%20viewBox='0%200%2019%2016.882'%3e%3cg%20id='Group_Copy_5'%20data-name='Group%20Copy%205'%20transform='translate(0.5%200.5)'%20style='isolation:%20isolate'%3e%3cpath%20id='Rectangle'%20d='M-.5-.5H14.265V12.147H-.5ZM13.265.5H.5V11.147H13.265Z'%20transform='translate(4.235)'%20fill='%23151515'/%3e%3cpath%20id='Path'%20d='M14.265,12.147H-.5V-.5H3.039v1H.5V11.147H13.265v-2.8h1Z'%20transform='translate(0%204.235)'%20fill='%23151515'/%3e%3c/g%3e%3c/svg%3e");width:15px;height:13px}.c-contact__btn__col{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:16px}@media (width >= 1280px){.c-contact__btn__title:after{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='19'%20height='16.882'%20viewBox='0%200%2019%2016.882'%3e%3cg%20id='Group_Copy_5'%20data-name='Group%20Copy%205'%20transform='translate(0.5%200.5)'%20style='isolation:%20isolate'%3e%3cpath%20id='Rectangle'%20d='M-.5-.5H14.265V12.147H-.5ZM13.265.5H.5V11.147H13.265Z'%20transform='translate(4.235)'%20fill='%23151515'/%3e%3cpath%20id='Path'%20d='M14.265,12.147H-.5V-.5H3.039v1H.5V11.147H13.265v-2.8h1Z'%20transform='translate(0%204.235)'%20fill='%23151515'/%3e%3c/g%3e%3c/svg%3e");width:18px;height:16px}.c-contact__btn__col{display:flex;flex-direction:row;justify-content:space-between;gap:32px}}.c-contact__text__wrapper{margin-bottom:30px}.c-contact__text{font-size:12px;line-height:calc(20 / 12);padding-left:1em;position:relative}.c-contact__text:before{content:"*";position:absolute;top:2px;left:0}.c-contact__smText{text-align:left;margin-bottom:20px}@media (width >= 1024px){.c-contact__smText{text-align:end;margin-bottom:20px}}}@layer components{.l-footer{position:relative;z-index:1}.l-footer__btn__flex{display:flex;justify-content:center;gap:16px}.l-footer__logo{max-width:140px}.c-footer__btn{display:flex;align-items:center;justify-content:center;width:163px;height:47px;color:var(--color-dark);border-radius:10px;font-size:16px;font-weight:var(--font-weight-regular);transition:opacity .3s var(--ease-power2-out)}.c-footer__btn:hover{opacity:.5}[lang=en] .c-footer__btn.-request{font-size:12px}@media (width >= 1024px){.c-footer__btn{width:146px;height:47px}.c-footer__btn.-contact{width:166px;height:47px}[lang=en] .c-footer__btn{width:200px}}.c-footer__btn.-request{background-color:#fff;color:#464fa0;border:1px solid #464FA0}.c-footer__btn.-contact{background-color:#464fa0;color:#fff}.l-footer__logo__flex{margin-bottom:52px}.l-footer__list{margin-top:32px;font-weight:400}.l-footer__list a{transition:opacity .3s var(--ease-power2-out)}.l-footer__list a:hover{opacity:.5}.l-footer__copyright{margin-top:16px;text-align:center;font-size:12px;font-weight:var(--font-weight-regular)}.l-footer__inner{padding-top:32px;border-top:1px solid rgba(21,21,21,.5)}@media (width >= 1024px){.l-footer__copyright{text-align:left;margin-top:122px}.l-footer__logo__flex{display:flex;margin-bottom:0;align-items:flex-end;gap:50px}.l-footer__list{display:flex;align-items:center;gap:34px;margin-top:0}.l-footer__inner{padding-top:42px;display:flex;align-items:center;justify-content:space-between}}.l-footer__wrapper{padding-top:64px;padding-bottom:72px;background-color:#f6f6f6}@media (width >= 768px){.l-footer__wrapper{padding-block:64px;background-color:#f6f6f6}}.c-footer__btn__icon{display:inline-block;padding-right:18px;position:relative}.c-footer__btn__icon:before{content:"";position:absolute;top:0;margin-block:auto;bottom:0;right:0;width:12px;height:11px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='19'%20height='16.882'%20viewBox='0%200%2019%2016.882'%3e%3cg%20id='Group_Copy_5'%20data-name='Group%20Copy%205'%20transform='translate(0.5%200.5)'%20style='isolation:%20isolate'%3e%3cpath%20id='Rectangle'%20d='M-.5-.5H14.265V12.147H-.5ZM13.265.5H.5V11.147H13.265Z'%20transform='translate(4.235)'%20fill='%23151515'/%3e%3cpath%20id='Path'%20d='M14.265,12.147H-.5V-.5H3.039v1H.5V11.147H13.265v-2.8h1Z'%20transform='translate(0%204.235)'%20fill='%23151515'/%3e%3c/g%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat}.c-footer__btn__icon.-white:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12.354'%20height='11.019'%20viewBox='0%200%2012.354%2011.019'%3e%3cg%20id='Group_Copy_5'%20data-name='Group%20Copy%205'%20transform='translate(0.5%200.5)'%3e%3cpath%20id='Rectangle'%20d='M-.5-.5H9.183V7.847H-.5ZM8.183.5H.5V6.847H8.183Z'%20transform='translate(2.672)'%20fill='%23fff'/%3e%3cpath%20id='Path'%20d='M9.183,7.847H-.5V-.5H1.917v1H.5V6.847H8.183V5.264h1Z'%20transform='translate(0%202.672)'%20fill='%23fff'/%3e%3c/g%3e%3c/svg%3e")}}@layer components{.l-header{container:header / inline-size;position:fixed;z-index:20;inset-inline:0;display:block flex;align-items:center;justify-content:space-between;padding-inline:5vi;padding-top:22px;z-index:100;transition:opacity .3s var(--ease-power2-out),transform .3s var(--ease-power2-out)}@media (width >= 1024px){.is-scrollActive .l-header{transform:translateY(0);opacity:0}.l-header{padding-top:clamp(32px,3vw,48px)}}.l-header__list{display:flex;align-items:center;position:relative;color:#fff;column-gap:40px;display:none}.l-header__list a{transition:opacity .3s var(--ease-power2-out),color .3s var(--ease-power2-out)}.is-headerObserver .l-header__list a{color:var(--color-dark)}.l-header__list a:hover{opacity:.5}@media (width >= 1024px){.l-header__list{display:flex;align-items:center;position:relative;color:#fff;column-gap:40px}}.l-header__button__wrap .l-header__button{width:19px;height:11px;margin-inline:auto}.l-header__list__contact a{transition:background-color .3s var(--ease-power2-inout),border-color .3s var(--ease-power2-inout),opacity .3s var(--ease-power2-inout);font-size:14px;font-weight:var(--font-weight-medium)}.is-headerObserver .l-header__list__contact a,.l-header__list__contact a:hover{background-color:var(--color-blue);border-color:transparent}.l-header__list__contact__list{display:flex;gap:43px;line-height:1}.is-headerObserver .l-header__list__contact a:hover{opacity:.5}.l-header__list__contact__list li:first-child{position:relative}.l-header__icon{display:inline-block;position:relative}.l-header__logo{max-width:118px}.p-hero__video{width:100%;height:100%;position:relative}@media (width >= 1024px){.l-header__list__en{margin-left:40px}}.l-header__list__en a{cursor:pointer;border:1px solid #fff;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#fff;line-height:calc(35 / 15);font-size:15px;transition:border-color .3s var(--ease-power2-out),background-color .3s var(--ease-power2-out),opacity .3s var(--ease-power2-out)}@media (width >= 1024px){.l-header__list__en a{line-height:calc(28 / 12);font-size:12px}}.is-headerObserver .l-header__list__en a{border-color:var(--color-dark);color:var(--color-dark)}.l-header__list__en a:hover{opacity:.5}.l-header__list__contact{display:none;line-height:1;color:#fff;margin-left:28px;column-gap:9px}@media (width >= 1024px){.l-header__list__contact{display:flex;line-height:1;color:#fff;margin-left:28px;column-gap:9px}}.l-header__list__contact a{padding-block:12px;padding-inline:22px;border:1px solid #fff;display:inline-block;border-radius:10px}.p-hero{width:100%;height:100dvh;padding:5px;position:relative}.p-hero__video video,.p-hero__video img{width:100%;height:100%;object-fit:cover;border-radius:24px}.p-hero__video__inner{height:70%}@media (width >= 1024px){.p-hero__video video,.p-hero__video img{height:100%}.l-header__list__wrap{height:100%}}.l-header__list__wrap{display:flex;align-items:center;column-gap:8px;font-weight:var(--font-weight-medium)}@media (width >= 1024px){.l-header__list__wrap{column-gap:0px}}.visually-hidden{position:absolute;clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;width:1px;overflow:hidden;word-wrap:nowrap;border:0;color:transparent;background-color:transparent}.l-header__button{width:44px;height:44px;margin:auto;display:block;border:none;position:relative;background-color:var(--color-blue);border-radius:50%;z-index:101}@media (width >= 1024px){.l-header__button{display:none}}.l-header__button__line__wrap{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:20px;height:9px;margin:auto}@media (width >= 1024px){.l-header__button__line__wrap{width:20px;height:11px}}.l-header__button__line{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:20px;height:1px;background-color:#fff;margin:auto;border-radius:10px;transition:transform .3s var(--ease-power2-out),opacity .3s var(--ease-power2-out)}.l-header__button__line:nth-child(1){top:auto}.l-header__button__line:nth-child(3){bottom:auto}.is-open .l-header__button__line:nth-child(1){top:0;transform:rotate(30deg)}.is-open .l-header__button__line:nth-child(3){transform:rotate(-30deg);bottom:0}.is-open .l-header__button__line:nth-child(2){opacity:0}.l-header__contact__icon{display:inline-block;padding-right:20px;position:relative}.l-header__contact__icon:after{content:"";display:block;width:1px;height:100%;width:11px;height:10px;position:absolute;right:0;top:0;bottom:0;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.354%22%20height%3D%2211.019%22%20viewBox%3D%220%200%2012.354%2011.019%22%3E%20%3Cg%20id%3D%22Group_Copy_5%22%20data-name%3D%22Group%20Copy%205%22%20transform%3D%22translate(0.5%200.5)%22%3E%20%3Crect%20id%3D%22Rectangle%22%20width%3D%228.683%22%20height%3D%227.347%22%20transform%3D%22translate(2.672)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22Path%22%20d%3D%22M8.683%2C5.264V7.347H0V0H1.917%22%20transform%3D%22translate(0%202.672)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");background-size:cover;margin-block:auto}.c-home__type__list{padding-inline:5vi}@media (width >= 1024px){.c-home__type__list{padding-inline:20px;display:flex;justify-content:space-between;column-gap:10px}}.l-header__logo{position:relative;width:max-content}.l-header__logo__primary{opacity:0}.l-header__logo__primary{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:contain}.l-header__logo__primary,.l-header__logo__secondary{width:100%;height:100%;transition:opacity .3s var(--power2-out)}.is-headerObserver .l-header__logo__primary{opacity:1}.is-headerObserver .l-header__logo__secondary{opacity:0}.p-hero__video video{position:relative}.p-hero__video__inner{position:relative}@media (width >= 1024px){.p-hero__video__inner{height:100%}}.p-hero__video__inner:after{content:"";display:block;width:24px;height:24px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%3e%3cg%20id='グループ_194917'%20data-name='グループ%20194917'%20transform='translate(-1220%20-49)'%3e%3cg%20id='楕円形_6610'%20data-name='楕円形%206610'%20transform='translate(1220%2049)'%20fill='none'%20stroke='%23fff'%20stroke-width='1'%3e%3ccircle%20cx='20'%20cy='20'%20r='20'%20stroke='none'/%3e%3ccircle%20cx='20'%20cy='20'%20r='19.5'%20fill='none'/%3e%3c/g%3e%3cpath%20id='パス_1369468'%20data-name='パス%201369468'%20d='M-7275.533-16184.646v12.992'%20transform='translate(8512.533%2016247.149)'%20fill='none'%20stroke='%23fff'%20stroke-width='2'/%3e%3cpath%20id='パス_1369469'%20data-name='パス%201369469'%20d='M-7275.533-16184.646v12.992'%20transform='translate(8518.533%2016247.149)'%20fill='none'%20stroke='%23fff'%20stroke-width='2'/%3e%3c/g%3e%3c/svg%3e");position:absolute;right:16px;bottom:16px;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:10;cursor:pointer;pointer-events:none}.is-pause .p-hero__video__inner:after{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%3e%3cg%20id='グループ_194918'%20data-name='グループ%20194918'%20transform='translate(-1220%20-49)'%3e%3cg%20id='楕円形_6610'%20data-name='楕円形%206610'%20transform='translate(1220%2049)'%20fill='none'%20stroke='%23fff'%20stroke-width='1'%3e%3ccircle%20cx='20'%20cy='20'%20r='20'%20stroke='none'/%3e%3ccircle%20cx='20'%20cy='20'%20r='19.5'%20fill='none'/%3e%3c/g%3e%3cpath%20id='多角形_75'%20data-name='多角形%2075'%20d='M6,0l6,11H0Z'%20transform='translate(1246.942%2063)%20rotate(90)'%20fill='%23fff'/%3e%3c/g%3e%3c/svg%3e")}@media (width >= 1024px){.p-hero__video__inner:after{width:40px;height:40px;right:40px;bottom:40px}}.l-header__contact--sp{display:block}.l-header__contact--pc{display:none}@media (width >= 1024px){.l-header__contact--sp{display:none}.l-header__contact--pc{display:block}}}@layer components{.c-home__about{padding-block:72px;position:relative;z-index:1}.c-sub__about__fmSec{position:relative;z-index:1;padding-bottom:72px}@media (width >= 1024px){.c-sub__about__fmSec{padding-top:121px;padding-bottom:121px}.c-home__about{padding-block:120px}}.c-home__about__text{font-size:16px;line-height:1.8;font-weight:var(--font-weight-regular)}.c-home__about__text+.c-home__about__text{margin-top:16px}.c-home__about__wrapper{padding-bottom:52px;border-bottom:1px solid rgba(21,21,21,.5)}@media (width >= 1024px){.c-home__about__wrapper{display:flex;justify-content:space-between;padding-bottom:84px}}.c-home__about__title{margin-bottom:52px}@media (width >= 1024px){.c-home__about__title{width:calc(470 / 1200 * 100%);margin-bottom:0}.c-home__about__text__wrapper{width:70%;margin-top:60px}}@media (width >= 1200px){.c-home__about__text__wrapper{width:50%;margin-top:60px}}.c-home__type{padding-top:120px}.c-home__type__title{margin-bottom:32px}@media (width >= 1024px){.c-home__type__title{margin-bottom:40px}}.c-home__type__item__inner{position:relative;padding:16px;height:100%}@media (width >= 1024px){.c-home__type__item__inner{padding:44px 48px}}.c-home__type__item__number{font-size:15px;font-weight:400;width:48px;height:27px;border-radius:13px;border:1px solid #151515;display:inline-block;display:flex;align-items:center;justify-content:center;margin-bottom:14px;font-family:var(--font-family-en)}.c-home__type__item.-white .c-home__type__item__number{border-color:#fff}.c-home__type__item+.c-home__type__item{margin-top:10px}.c-home__type__item.-white{color:#fff}@media (width >= 1024px){.c-home__type__item+.c-home__type__item{margin-top:0}.c-home__type__item__number{margin-bottom:18px;border-radius:13px}}.c-home__type__label{font-size:18px;line-height:calc(36 / 22);font-weight:400}@media (width >= 1024px){.c-home__type__label{font-size:22px;line-height:calc(36 / 22);font-weight:400}}.c-home__type__item__arrow__wrap{position:absolute;right:16px;bottom:16px;width:24px;height:20.23px;display:flex;overflow:hidden}.c-home__type__item:hover .c-home__type__item__arrow.-real{transform:translate(100%)}.c-home__type__item:hover .c-home__type__item__arrow.-clone{transform:translate(0)}.c-home__type__item__arrow{position:absolute;top:0;left:0;transition:transform var(--duration-normal) var(--ease-power2-out)}.c-home__type__item__arrow.-clone{transform:translate(-100%)}@media (width >= 1024px){.c-home__type__item__arrow__wrap{right:38px;bottom:36px;width:25px;height:25.29px}}.c-home__type__item a{border-radius:8px;position:relative;overflow:hidden;display:block;height:100%}.c-home__type__item__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;aspect-ratio:336.29/191.73;object-fit:cover;transition:transform .3s var(--ease-power2-out)}.c-home__type__item a:hover .c-home__type__item__img{transform:scale(1.1)}.c-home__type__item{aspect-ratio:336.29/191.73}@media (width >= 1024px){.c-home__type__item{width:calc(770 / 1560 * 100%);aspect-ratio:770 / 439;border-radius:24px}}.c-home__data__title{margin-bottom:52px}@media (width >= 1024px){.c-home__data__title{margin-bottom:64px}}.c-home__data__text{margin-bottom:24px}.c-home__data__text .-sm{font-size:16px;line-height:1.8125;font-weight:var(--font-weight-regular)}.c-home__data__text .-lg{font-size:20px;line-height:calc(36 / 22);color:var(--color-blue);font-weight:var(--font-weight-medium)}@media (width >= 1024px){.c-home__data__text .-lg{font-size:22px}}.c-home__data__aside{margin-top:12px;font-size:14px}.c-home__data__table.-second{margin-top:52px}.c-home__data__table.-second .c-table__row td,.c-home__data__table.-second .c-table__title{color:var(--color-blue)}.c-home__data__table.-second .c-table__line__side__bottom{width:calc(100% - 3px)}@media (width >= 1024px){.c-home__data__table.-first{margin-bottom:64px}.c-home__data__table.-first .c-home__data__aside{padding-bottom:64px;border-bottom:1px solid rgba(21,21,21,.5)}}.c-home__data__table.-first .c-home__data__aside{padding-bottom:64px;border-bottom:1px solid rgba(21,21,21,.5)}.c-home__data{background-color:#f6f6f6;padding-top:72px;padding-bottom:74px;border-radius:24px;margin-top:52px}@media (width >= 1024px){.c-home__data{padding-top:120px;padding-bottom:84px;margin-top:84px}}}@layer components{.c-scroll{overflow:hidden;border-radius:8px 8px 0 0}.c-scroll__auto{overflow:auto;position:relative;scrollbar-width:none;scrollbar-color:#464FA0 #f0f0f0;-webkit-overflow-scrolling:touch;background-color:#fff}.c-scroll__auto{position:relative;border-radius:8px}.c-scroll__indicator{position:absolute;bottom:0;left:0;min-width:40px;height:8px;background:#464fa0;border-radius:8px;transition:transform .1s ease-out,width .1s ease-out;pointer-events:none;z-index:10;transform:translate(0)}.c-scroll__indicator__wrapper{width:98%;margin-inline:auto;height:8px;background:#e4e4e4;border-radius:8px;opacity:1;z-index:0;position:relative;margin-top:20px}@media (width >= 1024px){.c-scroll__indicator__wrapper{display:none}}@supports (-webkit-touch-callout: none){.c-scroll__auto{-webkit-appearance:none;-moz-appearance:none;appearance:none}}.c-scroll__auto::-webkit-scrollbar{width:8px;height:8px;display:none}.c-scroll__inner{position:relative;box-shadow:0 0 10px #00000014}.c-scroll__inner:before{pointer-events:none;content:"";position:absolute;border-radius:8px;top:0;right:0;bottom:0;left:0;margin:auto;width:228px;height:126px;background-color:#464fa0;opacity:.6;transition:opacity .8s var(--ease-power2-out);transition-delay:2s;z-index:1}.is-scroll .c-scroll__inner:before{opacity:0}@media (width >= 1024px){.c-scroll__inner:before{display:none}}.c-scroll__icon__wrap{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;width:max-content;height:max-content;margin:auto;z-index:5;display:flex;align-items:center;justify-content:center;flex-direction:column;row-gap:12px;transition:opacity .8s var(--ease-power2-out);transition-delay:2s}.is-scroll .c-scroll__icon__wrap{opacity:0}@media (width >= 1024px){.c-scroll__icon__wrap{display:none}}.c-scroll__icon{max-width:38.32px;transform:translate(20px);animation:scroll-icon 1.5s linear infinite}@keyframes scroll-icon{0%{transform:translate(20px);opacity:0}20%{opacity:1}80%{opacity:1}to{transform:translate(-20px);opacity:0}}.c-scroll__text{max-width:200px}}@layer components{.c-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;color:var(--color-light);opacity:0;pointer-events:none;visibility:hidden;height:100dvh}.is-finish .c-nav{transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.is-open .c-nav{opacity:1;pointer-events:auto;visibility:visible}.c-nav__inner{width:100%;height:100%;position:relative;padding-top:92px;padding-bottom:24px;padding-inline:5vi;overflow:auto}.c-nav__inner:after{content:"";display:block;width:100%;height:100dvh;background-color:var(--color-blue);position:fixed;top:0;right:0;bottom:0;left:0;z-index:0}.c-nav__list{position:relative;z-index:1;border-bottom:1px solid rgba(255,255,255,.3);border-top:1px solid rgba(255,255,255,.3);margin-bottom:42px}.c-nav__list li+li{border-top:1px solid rgba(255,255,255,.3)}.c-nav__list a{width:100%;padding-block:20px;font-size:18px;display:block;position:relative;padding-left:14px}.c-nav__list a:before{content:"";display:block;width:20px;height:17px;top:0;bottom:0;right:14px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='30'%20height='25.285'%20viewBox='0%200%2030%2025.285'%3e%3cpath%20id='合体_10'%20data-name='合体%2010'%20d='M14916.9,21990.566l10.4-9.742H14902v-2.359h25.3l-10.4-9.746,1.614-1.719,13.483,12.645-13.483,12.641Z'%20transform='translate(-14902.002%20-21967)'%20fill='%23fff'/%3e%3c/svg%3e");background-size:cover;background-repeat:no-repeat;position:absolute;margin-block:auto;transition:opacity .3s ease-in-out;z-index:1}.c-nav__contact{position:relative;z-index:1;margin-inline:auto;width:calc(300 / 337 * 100%)}@media (width >= 768px){.c-nav__contact{width:calc(956 / 1024 * 100%)}}.c-nav__contact__title{font-size:18px;margin-bottom:20px}.c-nav__contact__text{font-size:12px;padding-left:1.2em;position:relative}.c-nav__contact__text:before{content:"*";display:block;font-size:1em;position:absolute;left:0;top:.2em;bottom:0;margin-block:auto}.c-nav__contact__btn{position:relative;z-index:1;margin-top:20px;padding-bottom:42px;border-bottom:1px solid rgba(255,255,255,.3);margin-bottom:24px}@media (width >= 768px){.c-nav__contact__btn{width:calc(956 / 1024 * 100%);margin-inline:auto;display:flex;align-items:center;column-gap:20px;justify-content:center}}.c-nav .c-contact__btn{width:306px;height:80px}@media (width >= 768px){.c-nav__contact__btn__item,.c-nav .c-contact__btn{width:100%}}.c-nav__contact__btn__item+.c-nav__contact__btn__item{margin-top:12px}@media (width >= 768px){.c-nav__contact__btn__item+.c-nav__contact__btn__item{margin-top:0}}.c-nav__footer{position:relative;z-index:1;display:flex;align-items:center;column-gap:21px;font-family:var(--font-family-en);width:calc(300 / 337 * 100%);margin-inline:auto}.c-nav__footer__lang__title{font-size:15px}.c-nav__footer__lang{display:flex;align-items:center;column-gap:18px}.c-nav__footer__lang__item.-ja{position:relative}.c-nav__footer__lang__item.-ja:before{content:"/";display:block;position:absolute;left:calc(100% + 6px);margin-block:auto}.c-nav__footer__lang__item .-current{opacity:.6}.c-nav__footer__copyright{font-size:12px;position:relative;z-index:1;text-align:center;margin-top:72px}}@layer components{.p-sub__hero{position:relative;padding-top:160px}@media (width >= 1024px){.p-sub__hero{position:relative;padding-top:252px}}.p-sub__hero__bg{padding-inline:60px}.p-sub__hero__title{position:relative;z-index:1;margin-bottom:72px}.p-sub__top{position:relative}.p-sub__top:before{content:"";position:absolute;z-index:0;bottom:0;left:0;height:92%;width:100%;background:linear-gradient(180deg,#f6f6f680,#f6f6f6)}.p-sub__about{position:relative;z-index:1;padding-bottom:72px}@media (width >= 1024px){.p-sub__top:before{height:85%}.p-sub__about{padding-block:120px}.p-sub__hero__title{margin-bottom:44px}}.p-sub__hero__title__inner{position:relative;z-index:1}.p-sub__hero__img{position:absolute;inset-block:0;top:min(calc(200 / 375 * 100vw),166px);right:-5px;width:calc(185 / 375 * 100%)}@media (width >= 1024px){.p-sub__hero__img{top:50px;position:absolute;right:-40px;max-inline-size:380px}}.p-sub__bg{aspect-ratio:336 / 168;object-fit:cover;border-radius:12px;overflow:hidden}@media (width >= 1024px){.p-sub__bg{aspect-ratio:1480 / 400;object-fit:cover;border-radius:24px}}.p-sub__heading{padding-bottom:52px}@media (width >= 1024px){.p-sub__heading{padding-bottom:64px}}.p-sub__heading .-sm{font-size:18px;margin-bottom:12px;padding-left:16px;line-height:1.7;font-family:var(--font-family-en);font-weight:var(--font-weight-regular);display:block;position:relative}.p-sub__heading .-sm:before{content:"";position:absolute;inset-block:0;left:0;width:12px;height:12px;margin-block:auto;border:3px solid var(--color-blue);border-radius:50%}.p-sub__heading .-lg{font-size:24px;line-height:calc(40 / 24);font-weight:var(--font-weight-medium)}.p-sub__about__list{margin-bottom:52px}@media (width >= 1024px){.p-sub__heading .-lg{font-size:32px;line-height:1.5}.p-sub__about__list{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}}.p-sub__about__title{line-height:1}.p-sub__about__title .-number{display:inline-block;font-size:13px;line-height:calc(31 / 28);font-weight:var(--font-weight-regular);font-family:var(--font-family-en);padding-inline:14px;padding-block:4px;color:var(--color-blue);background-color:#464fa01a;border-radius:15px;margin-bottom:10px}.p-sub__about__title .-title{display:block;font-size:20px;line-height:calc(28.8 / 20);font-weight:var(--font-weight-medium)}@media (width >= 1024px){.p-sub__about__title .-number{margin-bottom:14px}.p-sub__about__title .-title{display:block;font-size:20px;line-height:calc(34 / 20);font-weight:var(--font-weight-medium)}}.p-sub__about__text{line-height:1.8}.p-sub__about__text em{font-weight:var(--font-weight-bold);color:var(--color-blue)}.p-sub__about__item{box-shadow:0 0 10px #00000014;border-radius:8px;padding:32px;background-color:var(--color-light);display:grid;grid-template-rows:subgrid;grid-row:span 2;row-gap:16px}@media (width >= 1024px){.p-sub__about__item{padding:32px;padding-block-start:28px}}.p-sub__about__item+.p-sub__about__item{margin-top:12px}@media (width >= 1024px){.p-sub__about__item+.p-sub__about__item{margin-top:0}}.p-sub__about__boxList__2col{display:grid;gap:15px}@media (width >= 1024px){.p-sub__about__boxList__2col{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}}.p-sub__about__boxList__item{background-color:var(--color-light);border-radius:8px}.p-sub__about__boxList__item.-structure{padding-block:32px;padding-inline:20px;margin-bottom:26px}@media (width >= 1024px){.p-sub__about__boxList__item.-structure{padding-top:40px;padding-left:43px;padding-right:32px}}.p-sub__about__boxList__item.-way{padding-block:32px;padding-inline:20px;margin-bottom:32px}.p-sub__about__boxList__item.-way .-text{margin-bottom:12px}.p-sub__about__boxList__item.-way small{margin-bottom:14px}@media (width >= 1024px){.p-sub__about__boxList__item.-way{padding-block:40px;padding-inline:38px}}.p-sub__about__boxList__2col__img{display:grid;grid-template-columns:repeat(2,1fr);gap:11px;margin-top:50px}.p-sub__about__boxList__item.-way .p-sub__about__boxList__2col__img{margin-bottom:14px}@media (width >= 1024px){.p-sub__about__boxList__2col__img{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:50px}.p-sub__about__boxList__item.-way .p-sub__about__boxList__2col__img{margin-bottom:14px}.p-sub__about__boxList__item.-way .p-sub__about__boxList__2col__img{margin-bottom:40px}}.p-sub__about__boxList__item__title{margin-bottom:32px}@media (width >= 1024px){.p-sub__about__boxList__item__title{margin-bottom:40px}}.p-sub__about__boxList__item__text{font-size:16px;line-height:1.8;margin-bottom:20px}@media (width >= 1024px){.p-sub__about__boxList__item__text{font-size:16px;line-height:1.8;margin-bottom:64px}}.p-sub__about__caption{display:block;line-height:1.5;font-weight:var(--font-weight-medium);margin-top:12px}.p-sub__about__boxList__item.-way .p-sub__about__caption .-sm{display:block;font-size:13px}.p-sub__about__boxList__item.-way .p-sub__about__caption .-md{display:block;font-size:17px;color:#15151580}.p-sub__about__boxList__item.-way .p-sub__about__caption .-md.-color{color:#ed4e00}.p-sub__about__caption{text-align:center}.p-sub__about__boxList__smText,.p-sub__about__boxList__item.-structure .p-sub__about__caption{font-size:14px;line-height:calc(24 / 13);color:#15151580;text-align:center}.p-sub__about__boxList__item.-features{padding-block:40px;padding-inline:20px}.p-sub__about__boxList__item.-features.-fm{margin-bottom:38px}@media (width >= 1024px){.p-sub__about__boxList__item.-features{padding-block:40px;padding-inline:38px}}.p-sub__about__boxList__item.-features .p-sub__about__boxList__item__text{margin-bottom:32px}@media (width >= 1024px){.p-sub__about__boxList__item.-features .p-sub__about__boxList__item__text{margin-bottom:40px}}.p-sub__about__boxList__item.-features .p-sub__about__boxList__item__labelText{margin-bottom:12px}.p-sub__about__boxList__item__lottie._01{max-inline-size:820px;margin-inline:auto;margin-bottom:38px}@media (width >= 1024px){.p-sub__about__boxList__item__lottie._02{display:flex;gap:93px;max-inline-size:925px;margin-inline:auto}}.p-sub__about__boxList__item__lottie._03{display:flex;flex-direction:column;margin-inline:auto;row-gap:32px}@media (width >= 1024px){.p-sub__about__boxList__item__lottie._03{flex-direction:row;max-inline-size:800px;margin-inline:auto}}.p-sub__about__boxList__item__lottie._02 img{width:100%;display:block;max-inline-size:460px}.p-sub__about__boxList__item__features{font-size:16px;line-height:1.8;padding:12px 16px;border:1px solid var(--color-blue);border-radius:8px;color:var(--color-blue)}@media (width >= 1024px){.p-sub__about__boxList__item__features{padding:30px 24px}}.p-sub__about__boxList__item__features em{font-weight:var(--font-weight-bold)}.p-sub__about__boxList__wrap{border:1px solid rgba(112,112,112,.2);border-radius:8px;padding-inline:10px;padding-block-start:24px;padding-block-end:24px}@media (width >= 1024px){.p-sub__about__boxList__wrap{padding-inline:62px;padding-block-start:62px;padding-block-end:40px}.p-sub__about__boxList.-fm .p-sub__about__boxList__wrap{padding-block:40px}}.p-sub__about__features__small{font-size:12px;line-height:2;text-align:left;margin-top:22px;margin-bottom:27px}.p-sub__about__features__small small{font-size:12px;display:block}@media (width >= 1024px){.p-sub__about__features__small small{font-size:12px;display:inline-block}.p-sub__about__features__small{text-align:right}}.p-sub__about__boxList__sec{margin-bottom:40px}.p-sub__about__boxList__sec:last-child{margin-bottom:0}.p-sub__about__boxList__sec+.p-sub__about__boxList__sec{margin-top:40px}.p-sub__about__boxList__sec .c-heading__sub__box{margin-bottom:12px}.p-sub__examples{padding-top:72px}@media (width >= 1024px){.p-sub__examples{padding-top:120px}}.p-sub__examples__content{margin-left:auto;max-inline-size:900px}.p-sub__examples__content__item+.p-sub__examples__content__item{margin-top:52px}#appearance .p-sub__examples__content__item__wrap+.p-sub__examples__content__item__wrap{margin-top:40px}@media (width >= 1024px){.p-sub__examples__content__item+.p-sub__examples__content__item{margin-top:64px}}.p-sub__examples__list__item{display:flex;gap:10px}.p-sub__examples__list__item+.p-sub__examples__list__item{margin-top:8px}@media (width >= 1024px){.p-sub__examples__list__item+.p-sub__examples__list__item{margin-top:0}}.p-sub__examples__list__term{width:105px;position:relative;padding-left:14px;font-weight:500;font-size:15px}@media (width >= 1024px){.p-sub__examples__list__term{width:200px}}.p-sub__examples__list__desc{width:calc(100% - 100px)}.p-sub__examples__list__term:before{content:"";position:absolute;top:11px;left:0;margin-block:auto;background-color:var(--color-blue);border-radius:50%;width:6px;height:6px}.p-sub__examples__list__item__title{margin-bottom:6px;color:var(--color-blue);font-weight:var(--font-weight-medium)}.p-sub__examples__list{padding:12px 20px;background-color:#1515150d;border-radius:8px}@media (width >= 1024px){.p-sub__examples__list{padding:12px 24px}}.p-sub__examples__list__wrap{margin-top:12px}@media (width >= 1024px){.p-sub__examples__list__wrap{margin-top:22px}}.p-sub__examples__lottie__box{margin-top:12px;padding-top:12px;padding-bottom:12px;padding-inline:10px;border-radius:8px;border:1px solid rgba(112,112,112,.1)}@media (width >= 1024px){.p-sub__examples__lottie__box{margin-top:12px;padding-top:28px;padding-bottom:16px;padding-inline:50px}}.p-sub__examples__text{font-size:16px;line-height:1.8;color:var(--color-blue);margin-top:25px}@media (width >= 1024px){.p-sub__examples__text{margin-top:22px}}.p-sub__examples__text em{font-weight:var(--font-weight-bold)}.p-sub__examples__flex{margin-top:40px}@media (width >= 1024px){.p-sub__examples__flex{display:flex;justify-content:space-between;margin-top:40px}}.p-sub__examples__menuList{height:max-content;position:sticky;top:100px;padding-bottom:60px;display:none}@media (width >= 1024px){.p-sub__examples__menuList{height:max-content;position:sticky;top:100px;bottom:100px;display:block}}.p-sub__examples__menuList li a{padding-left:14px;display:block;opacity:.5;color:var(--color-blue);position:relative}.p-sub__examples__menuList li a:before{content:"";position:absolute;inset-block:0;top:10px;left:0;width:8px;height:8px;border:2px solid var(--color-blue);border-radius:50%;transition:opacity .3s ease-in-out;opacity:0}.p-sub__examples__menuList li.is-active a:before{opacity:1}.p-sub__examples__menuList li+li{margin-top:12px}.p-sub__examples__menuList li.is-active a{opacity:1}@media (width >= 1024px){.p-sub__examples__border{position:relative;margin-bottom:40px}.p-sub__examples__border:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:var(--color-dark);opacity:.5}}.p-sub__examples__other{margin-bottom:130px;margin-top:44px}@media (width >= 1024px){.p-sub__examples__other{margin-top:84px;margin-bottom:165px}}.p-sub__grade{padding-top:70px;padding-bottom:100px;background-color:#f6f6f6;border-radius:20px}.p-sub__grade.-fm{margin-top:52px}.p-sub__grade__list{margin-bottom:30px;padding-left:12px;line-height:1.8;position:relative}@media (width >= 1024px){.p-sub__grade__list{padding-left:24px}}.p-sub__grade__list:before{content:"";position:absolute;inset-block:0;width:3px;height:100%;border-radius:10px;background-color:#1515151a;left:0}.p-sub__grade__item{display:flex}.p-sub__grade__item__title{font-size:16px;line-height:1.8;color:var(--color-blue);font-weight:var(--font-weight-medium);padding-left:14px;position:relative;width:77px}.p-sub__grade__item__title:before{content:"";position:absolute;top:11px;margin-block:auto;left:0;width:6px;height:6px;background-color:#464fa080;border-radius:50%}.p-sub__grade__item__desc{font-size:16px;line-height:1.8;color:var(--color-dark);width:calc(100% - 77px)}@media (width >= 1024px){.p-sub__grade{padding-top:121px;border-radius:40px}.p-sub__grade.-fm{margin-top:121px}.p-sub__grade{padding-bottom:200px}.p-sub__grade.-fm{padding-bottom:121px}}.p-sub__anchor__item a{position:relative}.p-sub__anchor__item a:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.582%22%20height%3D%227.705%22%20viewBox%3D%220%200%2012.582%207.705%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1324433%22%20data-name%3D%22%E3%83%91%E3%82%B9%201324433%22%20d%3D%22M-8989.328-19852.428l4.877%2C4.877%2C4.877-4.877%22%20transform%3D%22translate(8990.742%2019853.842)%22%20fill%3D%22none%22%20stroke%3D%22%23464fa0%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");background-size:cover;background-repeat:no-repeat;content:"";position:absolute;inset-block:0;left:calc(100% + 12px);width:10px;height:5px;margin-block:auto}.p-sub__graph__list__wrap{background-color:#1515150d;padding:9px 23px;border-radius:8px;margin-top:29px;margin-inline:auto}.p-sub__graph__list.-fm{display:grid;grid-template-columns:repeat(2,1fr);justify-content:center}@media (width >= 1024px){.p-sub__graph__list__wrap{padding:10px 19px}.p-sub__about__boxList__item__lottie__wrap{width:calc(416 / 925 * 100%)}.p-sub__about__boxList__item.-features .p-sub__graph__list__wrap{max-inline-size:100%}.p-sub__graph__list__wrap.-fm{max-inline-size:610px}}.p-sub__anchor__list{margin-top:52px;margin-bottom:100px;display:block}.p-sub__anchor__list li+li{margin-top:12px}@media (width >= 1024px){.p-sub__anchor__list{margin-bottom:102px;display:none}}.p-sub__graph__list{display:flex;column-gap:4px;row-gap:10px;flex-wrap:wrap;font-size:14px}.p-sub__graph__list.-center{justify-content:center}.p-sub__graph__list__wrap.-block .p-sub__graph__list{column-gap:32px}@media (width >= 1024px){.p-sub__graph__list__wrap.-block .p-sub__graph__list{column-gap:50px}.p-sub__graph__list.-fm{display:flex;column-gap:48px}}.p-sub__graph__list__item{padding-left:26px;font-size:12px;line-height:calc(17 / 14);position:relative;z-index:1;display:flex;align-items:center}@media (width >= 1024px){.p-sub__graph__list__item{font-size:14px}}.p-sub__examples__content__item._bar-graph .p-sub__graph__list__item{padding-left:30px}.p-sub__graph__list__item:before{content:"";position:absolute;inset-block:0;margin-block:auto;left:0;background-size:contain;background-repeat:no-repeat;background-position:center;width:20px;height:10px;z-index:1}.p-sub__graph__list.-col2{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;max-inline-size:200px;margin-inline:auto}.p-sub__graph__list.-feature .p-sub__graph__list__item._green:before{background-image:url(../img/rheology_graphIcon_green.svg)}.p-sub__graph__list.-feature .p-sub__graph__list__item._green._solid:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='8'%20viewBox='0%200%2022%208'%3e%3cg%20id='グループ_192994'%20data-name='グループ%20192994'%20transform='translate(-51.534)'%3e%3ccircle%20id='楕円形_6683'%20data-name='楕円形%206683'%20cx='4'%20cy='4'%20r='4'%20transform='translate(58.534)'%20fill='%2330c658'/%3e%3cpath%20id='線_392'%20data-name='線%20392'%20d='M20,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H20a1,1,0,0,1,1,1A1,1,0,0,1,20,1Z'%20transform='translate(52.534%204)'%20fill='%2330c658'/%3e%3c/g%3e%3c/svg%3e")}.p-sub__graph__list.-feature .p-sub__graph__list__item._yellow:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='23'%20height='9'%20viewBox='0%200%2023%209'%3e%3cg%20id='グループ_194809'%20data-name='グループ%20194809'%20transform='translate(-715.443%20-4095.352)'%3e%3cpath%20id='線_395'%20data-name='線%20395'%20d='M20,1.5H0A1.5,1.5,0,0,1-1.5,0,1.5,1.5,0,0,1,0-1.5H20A1.5,1.5,0,0,1,21.5,0,1.5,1.5,0,0,1,20,1.5Z'%20transform='translate(716.943%204100.098)'%20fill='%23abd627'/%3e%3cpath%20id='多角形_59'%20data-name='多角形%2059'%20d='M5,0l5,9H0Z'%20transform='translate(721.943%204095.352)'%20fill='%23abd627'/%3e%3c/g%3e%3c/svg%3e")}.p-sub__graph__list.-feature .p-sub__graph__list__item._blue:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='23'%20height='8'%20viewBox='0%200%2023%208'%3e%3cg%20id='グループ_194810'%20data-name='グループ%20194810'%20transform='translate(-822.887%20-4096.096)'%3e%3cpath%20id='線_398'%20data-name='線%20398'%20d='M20,1.5H0A1.5,1.5,0,0,1-1.5,0,1.5,1.5,0,0,1,0-1.5H20A1.5,1.5,0,0,1,21.5,0,1.5,1.5,0,0,1,20,1.5Z'%20transform='translate(824.387%204100.096)'%20fill='%230084ff'/%3e%3ccircle%20id='楕円形_6678'%20data-name='楕円形%206678'%20cx='4'%20cy='4'%20r='4'%20transform='translate(830.387%204096.096)'%20fill='%232680eb'/%3e%3c/g%3e%3c/svg%3e")}.p-sub__graph__list.-feature .p-sub__graph__list__item._purple:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='23'%20height='8'%20viewBox='0%200%2023%208'%3e%3cg%20id='グループ_194811'%20data-name='グループ%20194811'%20transform='translate(-609%20-4125.711)'%3e%3cpath%20id='線_401'%20data-name='線%20401'%20d='M20,1.5H0A1.5,1.5,0,0,1-1.5,0,1.5,1.5,0,0,1,0-1.5H20A1.5,1.5,0,0,1,21.5,0,1.5,1.5,0,0,1,20,1.5Z'%20transform='translate(610.5%204129.711)'%20fill='%23000f91'/%3e%3crect%20id='長方形_93141'%20data-name='長方形%2093141'%20width='8'%20height='8'%20transform='translate(616.5%204125.711)'%20fill='%23000f91'/%3e%3c/g%3e%3c/svg%3e")}.p-sub__graph__list.-feature .p-sub__graph__list__item._black:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='8'%20viewBox='0%200%2022%208'%3e%3cg%20id='グループ_194812'%20data-name='グループ%20194812'%20transform='translate(-715.454%20-4125.711)'%3e%3cpath%20id='線_404'%20data-name='線%20404'%20d='M20,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H20a1,1,0,0,1,1,1A1,1,0,0,1,20,1Z'%20transform='translate(716.454%204129.711)'%20fill='%23101010'/%3e%3ccircle%20id='楕円形_6680'%20data-name='楕円形%206680'%20cx='4'%20cy='4'%20r='4'%20transform='translate(722.454%204125.711)'/%3e%3c/g%3e%3c/svg%3e")}.p-sub__graph__list.-feature .p-sub__graph__list__item._green:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='8'%20viewBox='0%200%2022%208'%3e%3cg%20id='グループ_194808'%20data-name='グループ%20194808'%20transform='translate(-609%20-4096.098)'%3e%3cpath%20id='線_392'%20data-name='線%20392'%20d='M19,1.5H16A1.5,1.5,0,0,1,14.5,0,1.5,1.5,0,0,1,16-1.5h3A1.5,1.5,0,0,1,20.5,0,1.5,1.5,0,0,1,19,1.5Zm-8,0H8A1.5,1.5,0,0,1,6.5,0,1.5,1.5,0,0,1,8-1.5h3A1.5,1.5,0,0,1,12.5,0,1.5,1.5,0,0,1,11,1.5Zm-8,0H0A1.5,1.5,0,0,1-1.5,0,1.5,1.5,0,0,1,0-1.5H3A1.5,1.5,0,0,1,4.5,0,1.5,1.5,0,0,1,3,1.5Z'%20transform='translate(610.5%204100.098)'%20fill='%2330c658'/%3e%3ccircle%20id='楕円形_6679'%20data-name='楕円形%206679'%20cx='4'%20cy='4'%20r='4'%20transform='translate(616.5%204096.098)'%20fill='%2330c658'/%3e%3c/g%3e%3c/svg%3e")}.p-sub__graph__list.-feature .p-sub__graph__list__item._yellow:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='23'%20height='9'%20viewBox='0%200%2023%209'%3e%3cg%20id='グループ_194809'%20data-name='グループ%20194809'%20transform='translate(-715.443%20-4095.352)'%3e%3cpath%20id='線_395'%20data-name='線%20395'%20d='M20,1.5H0A1.5,1.5,0,0,1-1.5,0,1.5,1.5,0,0,1,0-1.5H20A1.5,1.5,0,0,1,21.5,0,1.5,1.5,0,0,1,20,1.5Z'%20transform='translate(716.943%204100.098)'%20fill='%23abd627'/%3e%3cpath%20id='多角形_59'%20data-name='多角形%2059'%20d='M5,0l5,9H0Z'%20transform='translate(721.943%204095.352)'%20fill='%23abd627'/%3e%3c/g%3e%3c/svg%3e")}.p-sub__graph__list.-fm .p-sub__graph__list__item._blue:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='23'%20height='8'%20viewBox='0%200%2023%208'%3e%3cg%20id='グループ_194794'%20data-name='グループ%20194794'%20transform='translate(-984.592%20-1822.104)'%3e%3crect%20id='長方形_93802'%20data-name='長方形%2093802'%20width='8'%20height='8'%20transform='translate(992.092%201822.104)'%20fill='%230e8dff'/%3e%3cline%20id='線_690'%20data-name='線%20690'%20x2='20'%20transform='translate(986.092%201825.918)'%20fill='none'%20stroke='%230e8dff'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='3'/%3e%3c/g%3e%3c/svg%3e")}.p-sub__graph__list.-fm .p-sub__graph__list__item._purple:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='23'%20height='8'%20viewBox='0%200%2023%208'%3e%3cg%20id='グループ_194791'%20data-name='グループ%20194791'%20transform='translate(-740.5%20-1821.966)'%3e%3cline%20id='線_692'%20data-name='線%20692'%20x2='20'%20transform='translate(742%201825.919)'%20fill='none'%20stroke='%23a46ecb'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='3'%20stroke-dasharray='3%205'/%3e%3ccircle%20id='楕円形_6703'%20data-name='楕円形%206703'%20cx='4'%20cy='4'%20r='4'%20transform='translate(748%201821.966)'%20fill='%23a46ecb'/%3e%3c/g%3e%3c/svg%3e")}.p-sub__graph__list.-fm .p-sub__graph__list__item._darkBlue:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='23'%20height='8'%20viewBox='0%200%2023%208'%3e%3cg%20id='グループ_194795'%20data-name='グループ%20194795'%20transform='translate(-1136.638%20-1822.104)'%3e%3cline%20id='線_689'%20data-name='線%20689'%20x2='20'%20transform='translate(1138.138%201825.918)'%20fill='none'%20stroke='%23000f91'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='3'/%3e%3crect%20id='長方形_93335'%20data-name='長方形%2093335'%20width='8'%20height='8'%20transform='translate(1144.138%201822.104)'%20fill='%23000f91'/%3e%3c/g%3e%3c/svg%3e")}.p-sub__graph__list.-fm .p-sub__graph__list__item._green:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='23'%20height='8'%20viewBox='0%200%2023%208'%3e%3cg%20id='グループ_194793'%20data-name='グループ%20194793'%20transform='translate(-862.546%20-1821.966)'%3e%3cline%20id='線_692'%20data-name='線%20692'%20x2='20'%20transform='translate(864.046%201825.919)'%20fill='none'%20stroke='%2330c658'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='3'/%3e%3ccircle%20id='楕円形_6703'%20data-name='楕円形%206703'%20cx='4'%20cy='4'%20r='4'%20transform='translate(870.046%201821.966)'%20fill='%2330c658'/%3e%3c/g%3e%3c/svg%3e")}.p-sub__graph__list .p-sub__graph__list__item.-blue:before{width:25px;height:25px;background-color:#464fa0}.p-sub__graph__list .p-sub__graph__list__item.-green:before{width:25px;height:25px;background-color:#9dd18d}.p-sub__graph__list__wrap.-block{padding-block:18px}@media (width >= 1024px){.p-sub__graph__list__wrap.-block{max-inline-size:617px;width:calc(617 / 900 * 100%);margin-inline:auto;padding-block:20px}}.p-sub__fm__way__images{margin-top:32px}@media (width >= 1024px){.p-sub__fm__way__images{margin-top:0}.p-sub__fm__way__images{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;margin-top:40px}}.p-sub__fm__way__images__item+.p-sub__fm__way__images__item{margin-top:24px}.p-sub__fm__way__images__item img{aspect-ratio:350 / 244;object-fit:cover}@media (width >= 1024px){.p-sub__fm__way__images__item+.p-sub__fm__way__images__item{margin-top:0}}.p-sub__fm__way__images__item figcaption{display:block;text-align:center;font-size:14px;opacity:.5;margin-top:8px}@media (width >= 1024px){.p-sub__fm__way__images__item figcaption{margin-top:12px}}.p-sub__fm__features__text{font-size:16px;line-height:1.8;margin-bottom:36px;color:var(--color-blue);margin-top:22px}.p-sub__fm__features__text em{font-weight:var(--font-weight-bold)}.p-sub__fm__features__img img{width:100%;display:block}.p-sub__about__boxList__sec.-matteness .p-sub__fm__features__img{max-width:919px;margin-inline:auto}.p-sub__about__boxList__sec.-transparency .p-sub__fm__features__text{margin-block:0}.p-sub__about__boxList__sec.-transparency .p-sub__about__boxList__wrap{padding-block:40px}@media (width >= 1024px){.p-sub__about__dispersibility{display:flex;justify-content:space-between}}@media (width >= 1024px){.p-sub__about__dispersibility__img{max-inline-size:269px}}.p-sub__about__dispersibility__img figcaption{display:block;font-size:14px;opacity:.5;margin-top:12px;text-align:center}.p-sub__about__boxList__sec.-dispersibility .p-sub__fm__features__text{margin-top:0}.p-sub__about__texture__imgList figure+figure{margin-top:24px}@media (width >= 1024px){.p-sub__about__texture__imgList figure+figure{margin-top:0}.p-sub__about__texture__imgList{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}}.p-sub__about__texture__imgList figcaption{text-align:center;font-size:14px;opacity:.5;margin-top:12px}.p-sub__examples__select__imgList{position:relative}.p-sub__examples__select__imgList img{aspect-ratio:332 / 544;object-fit:cover}.p-sub__examples__select__imgList img:not(:first-child){position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.p-sub__examples__select__item{cursor:pointer;position:relative;padding-left:25px;letter-spacing:0}.p-sub__examples__select__item:before{content:"";position:absolute;inset-block:0;margin-block:auto;left:0;width:18px;height:18px;background-color:var(--color-light);border-radius:50%;display:block;border:1px solid #E4E4E4;margin-top:4px}.p-sub__examples__select__item.is-active:after{content:"";position:absolute;inset-block:0;margin-block:auto;border-radius:50%;display:block;background-color:var(--color-blue);width:10px;height:10px;left:4px;margin-top:8px}.p-sub__examples__modal{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:100;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.p-sub__examples__modal.is-open{opacity:1;visibility:visible}.p-sub__examples__select__flex{display:flex;flex-direction:column-reverse;row-gap:26px}.p-sub__examples__select__wrap.-modal{width:40%}.p-sub__examples__select__wrap[data-modal=modal-right] .p-sub__examples__select__flex{flex-direction:column}@media (width >= 1200px){.p-sub__examples__select__flex,.p-sub__examples__select__wrap[data-modal=modal-right] .p-sub__examples__select__flex{display:flex;flex-direction:row;justify-content:space-between}}.p-sub__examples__select__body{display:flex;column-gap:15px;justify-content:center}@media (width >= 1200px){.p-sub__examples__select__imgList__wrap{width:calc(331 / 614 * 100%);max-inline-size:208px}.p-sub__examples__modal .p-sub__examples__select__imgList__wrap{max-inline-size:331px}}.p-sub__examples__select__imgList__wrap.-modal{max-inline-size:330px}.p-sub__examples__select__item{font-size:14px}.p-sub__examples__select__item+.p-sub__examples__select__item{margin-top:8px}@media (width >= 1200px){.p-sub__examples__select__item+.p-sub__examples__select__item{margin-top:12px}.p-sub__examples__select__flex .-left,.p-sub__examples__select__flex .-right{margin-top:64px}.p-sub__examples__select__flex .-left{margin-right:calc(56 / 1600 * 100vw)}[lang=en] .p-sub__examples__select__flex .-left{margin-right:2.25vw}.p-sub__examples__select__flex .-right{margin-left:3vw}[lang=en] .p-sub__examples__select__flex .-right{margin-left:2.25vw}}.p-sub__examples__select__wrap[data-modal=modal-left] .p-sub__examples__select__imgList,.p-sub__examples__select__wrap[data-modal=modal-right] .p-sub__examples__select__imgList{overflow:hidden}.p-sub__examples__modal__content{display:flex;justify-content:center;align-items:center;height:100%}.p-sub__examples__modal__body{background-color:#ebecf4;width:87.5%;padding-top:68px;padding-bottom:12px;padding-inline:32px;border-radius:10px}.p-sub__examples__modal__text{text-align:end}.p-sub__examples__select__imgList .p-sub__examples__select__img:nth-child(1){z-index:1}.p-sub__examples__select__imgList .p-sub__examples__select__img:nth-child(2){z-index:2}.p-sub__examples__select__imgList .p-sub__examples__select__img:nth-child(3){z-index:3}.p-sub__examples__select__imgList .p-sub__examples__select__img:nth-child(4){z-index:4}.p-sub__examples__select__imgList .p-sub__examples__select__img:nth-child(5){z-index:5}.p-sub__examples__select__imgList .p-sub__examples__select__img:not(:first-child){opacity:0}.p-sub__examples__select__imgList .p-sub__examples__select__img{transition:opacity .3s ease-in-out}.p-sub__examples__select__imgList .p-sub__examples__select__img.is-active{opacity:1}.p-sub__examples__select__body{position:relative}.p-sub__examples__select__button{position:absolute;right:0;margin-block:auto;bottom:0}.p-sub__examples__select__bg{position:relative;background-color:#464fa01a;padding-inline:12px;padding-top:32px;padding-bottom:12px;border-radius:10px}@media (width >= 1200px){.p-sub__examples__select__bg{position:relative;background-color:#464fa01a;padding-inline:32px;padding-top:32px;padding-bottom:12px}}.p-sub__examples__select__body{position:relative;margin-bottom:38px}.p-sub__examples__select__smText{font-size:12px;text-align:end;display:none}@media (width >= 1200px){.p-sub__examples__select__smText{font-size:12px;text-align:end;display:block}}.p-sub__examples__select__button{font-size:14px;color:var(--color-blue);border:none}.p-sub__examples__select__button{display:none;align-items:center;justify-content:center;gap:12px;flex-direction:column;width:60px;height:60px;border-radius:50%;background-color:#464fa04d;color:var(--color-light);font-weight:var(--font-weight-medium);font-size:9px}@media (width >= 1024px){.p-sub__examples__select__button{display:flex}}.p-sub__examples__select__button img{max-width:23px;margin-inline:auto}.p-sub__examples__modal__body{position:relative;max-width:1400px}.p-sub__examples__select__box{margin-top:20px}@media (width >= 1024px){.p-sub__examples__select__box{margin-top:12px}}.js-modal-close{position:absolute;top:-10px;right:-10px;outline:none;border:none;background-color:transparent;font-size:14px;color:var(--color-blue);cursor:pointer;width:56px;height:56px;border-radius:50%;background-color:#464fa0;color:var(--color-light);font-weight:var(--font-weight-medium);font-size:12px}.js-modal-close:before,.js-modal-close:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;background-color:var(--color-light);width:22px;height:2px;transform:rotate(30deg)}.js-modal-close:after{transform:rotate(-30deg)}.p-sub__examples__select__text{font-size:14px;background-color:var(--color-light);text-align:center;padding-block:11px}[lang=en] .p-sub__examples__select__text{font-size:8px}@media (width >= 1024px){[lang=en] .p-sub__examples__select__text{font-size:10px}}.p-sub__examples__select__text{border-radius:0 0 10px 10px}@media (width >= 1024px){.p-sub__examples__select__text{font-size:14px;padding-block:16px}}.p-sub__examples__lottie__block{height:100%}@media (width >= 1024px){.p-sub__about__boxList__item__lottie._03 .p-sub__examples__lottie__block{width:50%}.p-sub__about__boxList__item__lottie._03 .p-sub__graph__list__wrap{max-inline-size:324px}.p-sub__about__boxList__item__lottie._03 .p-sub__graph__list__wrap.-fm{max-inline-size:617px}}.p-sub__examples__content .c-table__wrapper{padding-bottom:50px}[data-modal=modal-left] .p-sub__examples__select__imgList__wrap{position:relative}.p-sub__examples__content__item__title{font-size:18px;font-weight:var(--font-weight-bold);color:#464fa0;padding-left:18px;position:relative}.p-sub__examples__content__item__title:before{content:"";position:absolute;margin-block:auto;top:2px;bottom:0;left:0;width:2px;height:70%;background-color:#464fa0}.p-sub__examples__fmSec{margin-top:72px}@media (width >= 1024px){.p-sub__examples__fmSec{margin-top:114px}}.p-sub__about__boxList__label{text-align:end;max-inline-size:925px;margin-inline:auto;font-size:14px;letter-spacing:.04em}}@layer components{summary{display:block}summary::-webkit-details-marker{display:none}.c-accordion{position:relative}.c-accordion__summary.-open{position:absolute;top:0;left:0}.c-accordion__summary{cursor:pointer;text-align:center;color:var(--color-blue);font-weight:var(--font-weight-medium);width:100%;font-size:16px;padding-block:14px;border-radius:41px;background-color:#464fa026;transition:background-color .3s ease-in-out;position:relative}.c-accordion__summary:hover{background-color:#464fa014}.c-accordion__summary:before{content:"";position:absolute;top:0;bottom:0;right:32px;margin-block:auto;width:14px;height:8px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.528%22%20height%3D%229.865%22%20viewBox%3D%220%200%2015.528%209.865%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1323915%22%20data-name%3D%22%E3%83%91%E3%82%B9%201323915%22%20d%3D%22M19.874%2C0l-.9.96%2C6.5%2C6.1-6.5%2C6.1.9.96L27.4%2C7.057Z%22%20transform%3D%22translate(14.821%20-18.268)%20rotate(90)%22%20fill%3D%22%23464fa0%22%20stroke%3D%22%23464fa0%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");background-size:cover;background-repeat:no-repeat;background-position:center}.js-details_close{margin-top:84px}.js-details_close.c-accordion__summary:before{transform:rotate(180deg)}@media (width >= 1024px){.c-accordion__summary{font-size:20px;padding-block:26px}.c-accordion__summary:before{right:52px}}.is-opened .c-accordion__summary.-open{opacity:0;visibility:hidden}}@layer components{.c-breadcrumb__list{display:flex;flex-wrap:wrap;gap:21px;font-size:14px}.c-breadcrumb{position:absolute;z-index:1;left:5vi;top:96px;color:#464fa0}@media (width >= 1024px){.c-breadcrumb{top:120px}}.c-breadcrumb__list li{opacity:.5;position:relative}.c-breadcrumb__list li:not(:last-child):before{content:"/";position:absolute;top:0;bottom:0;left:calc(100% + 8px);margin-block:auto;opacity:.5}.c-breadcrumb__list li:last-child{opacity:1}}@layer components{.p-hero__copy__wrapper{position:absolute;width:calc(336 / 375 * 100%);margin-inline:auto;left:0;right:0;bottom:min(calc(20 / 677 * 100dvh),20px);box-sizing:content-box;color:#fff}.p-hero__copy__title,.p-hero__copy__wrapper{color:#151515}@media (width >= 1024px){.p-hero__copy__wrapper{bottom:64px}.p-hero__copy__title,.p-hero__copy__wrapper{color:#fff}}.p-hero__copy__title .-sm{font-size:clamp(13px,calc(16 / 677 * 100dvh),16px);display:block;font-weight:var(--font-weight-medium)}.p-hero__copy__title .-lg{font-size:clamp(32px,calc(44 / 677 * 100dvh),44px);color:#464fa0}.p-hero__copy__text{font-size:clamp(10px,3.2vw,12px)}@media (width >= 1024px){.p-hero__copy__title .-sm{font-size:clamp(18px,calc(28 / 1600 * 100vw),28px)}.p-hero__copy{margin-left:-6.25vw}.p-hero__copy__wrapper{max-inline-size:1200px;width:75%;bottom:64px;box-sizing:content-box;color:#fff}.p-hero__copy__wrapper{position:absolute;max-inline-size:1200px;width:75%;margin-inline:auto;left:0;right:0;bottom:84px}.p-hero__copy__title .-sm{font-size:clamp(18px,calc(28 / 1600 * 100vw),28px);display:block;font-weight:var(--font-weight-medium)}.p-hero__copy__title .-lg{font-size:clamp(60px,5vw,80px)}.p-hero__copy__text{font-size:clamp(16px,1.25vw,20px)}}.p-hero__copy__title .-lg{font-size:clamp(32px,calc(44 / 375 * 100vw),44px);color:#464fa0}@media (width >= 1024px){.p-hero__copy__title .-lg{color:#fff}}}@layer components{.p-special{padding-top:140px}@media (width >= 1024px){.p-special{padding-top:290px}}.p-special__title-wrapper{display:flex;justify-content:center}.p-special__title{display:flex;flex-direction:column;align-items:flex-end;justify-content:center}.p-special__title-main{font-size:54px;font-weight:500;line-height:1.2;font-family:var(--font-family-en);color:#2e2e2e;margin-bottom:6px}@media (width >= 1024px){.p-special__title-main{font-size:112px}}.p-special__title-sub{font-size:17px;font-weight:500;line-height:1.2;color:#464fa0}.p-special__slider{margin-top:72px}@media (width >= 1024px){.p-special__slider{margin-top:106px}}.specialSwiper .swiper-pagination{display:none}.specialSwiper .swiper-button-prev:after,.swiper-button-next:after{display:none}.specialSwiper .swiper-slide img{height:auto;max-width:180px;object-fit:cover}.specialSwiper .swiper-slide{width:auto!important;transition:transform .3s linear}@media (width >= 1024px){.p-special__title-sub{font-size:18px}.p-special__slider{margin-top:106px}.specialSwiper{width:100%;height:100%}.specialSwiper .swiper-slide img{height:auto;max-width:360px;object-fit:cover}.specialSwiper .swiper-button-next,.specialSwiper .swiper-button-prev{color:#464fa0}.specialSwiper .swiper-pagination-bullet-active{background:#464fa0}}.p-special__bg{background:linear-gradient(180deg,#f6f6f600,#f6f6f6)}.p-special__copy{font-size:24px;font-weight:500;line-height:1.2;color:#464fa0;line-height:1.75;text-align:center;padding-top:52px;padding-bottom:53px}.p-special__copy-wrapper{padding-bottom:100px}.p-special__products{background-color:#fff;padding-top:100px}.p-special__products .c-heading__en{line-height:1}@media (width >= 1024px){.p-special__products{padding-top:164px}}.p-special__products-title{font-size:26px;margin-bottom:46px;position:relative;padding-left:20px}@media (width >= 1024px){.p-special__products-title .c-heading__en{font-size:34px}}.p-special__products-top .p-special__products-title{padding-left:0}.p-special__products-item .p-special__products-title:before{content:"";display:block;height:85%;width:5px;position:absolute;margin-block:auto;top:0;bottom:0;left:0;background-color:#464fa0}.p-special__products-item{background-color:#000;color:#fff;margin-top:40px;padding-top:36px;padding-bottom:24px;position:relative}.p-special__products-item__img{position:absolute;bottom:16px;right:16px;width:24px}@media (width >= 1024px){.p-special__products-item__img{bottom:32px;right:48px;width:36px}.p-special__products-item{margin-top:88px;padding-top:160px;padding-bottom:160px}}.p-special__products-title-main{font-size:16px;margin-bottom:3px;padding-left:10px}.p-special__products-title-sub{font-size:28px}.p-special__products-text{font-size:14px;line-height:1.75;font-weight:500}@media (width >= 1024px){.p-special__products-title-sub{font-size:48px}.p-special__copy{font-size:32px;line-height:2;padding-top:164px;padding-bottom:68px}.p-special__copy-wrapper{padding-bottom:164px}.p-special__products-title .c-heading__en{padding-left:28px}.p-special__products-title .c-heading__title{font-size:40px}.p-special__products-text{font-size:20px}}.p-special__copy-list p+p{margin-top:16px}@media (width >= 1024px){.p-special__copy-list p{line-height:1.875}.p-special__copy-list p+p{margin-top:24px}.p-special__copy-list{max-width:600px;margin-inline:auto;text-align:center}}.p-special__products-item{background-size:cover;background-position:center;background-repeat:no-repeat}[data-product=rheology]{background-image:url(../img/special_leoro-seal_sp.jpg)}@media (width >= 1024px){[data-product=rheology]{background-image:url(../img/special_leoro-seal_pc.jpg)}}.p-special__coming-soon{background-color:#464fa033;padding-block:60px;text-align:center}@media (width >= 1024px){.p-special__coming-soon{padding-block:210px}}.p-special__coming-soon-title{font-size:28px;font-weight:500;color:#464fa0;margin-bottom:16px}@media (width >= 1024px){.p-special__coming-soon-title{font-size:48px;margin-bottom:24px}}.p-special__coming-soon-title-dot{position:relative;top:10px}@media (width >= 1024px){.p-special__coming-soon-title-dot{top:14px}}.p-special__coming-soon-text{font-size:14px;font-weight:500;line-height:1.75}@media (width >= 1024px){.p-special__coming-soon-text{font-size:16px}}.p-special__btn-link{width:100%;margin-inline:auto;background-color:#464fa0;color:#fff;font-size:16px;font-weight:500;line-height:1.75;padding-block:16px;padding-inline:24px}.p-special__btn-link__icon{display:inline-block;padding-right:25px;position:relative}.p-special__btn-section{background-color:#fff;padding-top:72px;padding-bottom:100px}.p-special__btn-link{margin-inline:auto;border-radius:29px;display:flex;align-items:center;justify-content:center}.p-special__btn-link{width:261px;height:58px;transition:opacity .3s var(--ease-power2-out)}.p-special__btn-link:hover{opacity:.5}.p-special__btn-link__icon:before{content:"";position:absolute;top:0;bottom:0;margin-block:auto;right:0;display:block;width:11px;height:10px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12.354'%20height='11.019'%20viewBox='0%200%2012.354%2011.019'%3e%3cg%20id='Group_Copy_5'%20data-name='Group%20Copy%205'%20transform='translate(0.5%200.5)'%3e%3cpath%20id='Rectangle'%20d='M-.5-.5H9.183V7.847H-.5ZM8.183.5H.5V6.847H8.183Z'%20transform='translate(2.672)'%20fill='%23fff'/%3e%3cpath%20id='Path'%20d='M9.183,7.847H-.5V-.5H1.917v1H.5V6.847H8.183V5.264h1Z'%20transform='translate(0%202.672)'%20fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat}@media (width >= 1024px){.p-special__btn-section{padding-block:120px}}.p-special__footer .l-footer__copyright{margin-top:0}.p-special__footer .l-footer__inner{border-top:0;padding-top:0}.l-footer__wrapper.p-special__footer{padding-top:20px;padding-bottom:80px}@media (width >= 1024px){.l-footer__wrapper.p-special__footer{padding-top:24px;padding-bottom:32px}}.p-special__products-item a{display:block}.l-header__list--special.l-header__list__contact{display:flex;position:fixed;justify-content:center;top:calc(100dvh - 58px);right:0;left:0;z-index:100;margin-inline:auto;font-size:16px}.l-header__list--special.l-header__list__contact a{width:173px;height:48px;display:flex;justify-content:center;align-items:center}@media (width >= 1024px){.l-header__list--special.l-header__list__contact{position:initial;margin-left:28px;font-size:14px}.l-header__list--special.l-header__list__contact a{width:auto;height:auto}}.p-special__slider .swiper-wrapper{transition-timing-function:linear!important}[data-product=news].p-special__products-section{margin-bottom:100px}.p-special__products-title--news{padding-left:0}@media (width >= 1024px){.p-special__products-section__inner{display:flex;justify-content:space-between}.p-special__products-news{width:75%}.p-special__products-title--news{margin-bottom:0}[data-product=news].p-special__products-section{margin-bottom:200px}}@media (width >= 1024px){.p-special__products-news-inner{display:flex;gap:12px;align-items:center}}.p-special__products-news-title{font-size:16px;font-weight:500;line-height:1.8}.p-special__products-news-date{font-size:14px;font-weight:400;margin-bottom:10px;line-height:1.75}.p-special__products-news-link{display:block;padding-bottom:12px;border-bottom:1px solid rgba(21,21,21,.2);transition:color .3s var(--ease-power2-out)}@media (any-hover: hover){.p-special__products-news-link:hover{color:#464fa0}}@media (width >= 1024px){.p-special__products-news-link{padding-bottom:25px}.p-special__products-news-inner{gap:0px}.p-special__products-news-date{font-size:16px;margin-bottom:0;width:130px}[data-product=news] .p-special__products-title .c-heading__title{line-height:1}.p-special__products-news-title{width:calc(100% - 130px)}}.p-special__products-news-title{position:relative}.p-special__products-news-title:after{position:absolute;content:"";display:block;width:21px;height:17px;bottom:0;top:0;margin-block:auto;right:0;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2217.285%22%20viewBox%3D%220%200%2021%2017.285%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_48%22%20data-name%3D%22%E5%90%88%E4%BD%93%2048%22%20d%3D%22M14912.434%2C21983.109l7.277-6.66H14902v-1.611h17.709l-7.277-6.662%2C1.131-1.176%2C9.438%2C8.645-9.437%2C8.641Z%22%20transform%3D%22translate(-14902.002%20-21967)%22%20fill%3D%22%23464fa0%22%2F%3E%3C%2Fsvg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.p-special__products-news-title-main{display:block;width:85%}@media (width >= 1024px){.p-special__products-news-title-main{width:80%}}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
