@charset "UTF-8";:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);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-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}:is(.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-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.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-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.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}:is(.swiper:not(.swiper-watch-progress),.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)}100%{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-next,.swiper-button-prev{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-disabled:is(.swiper-button-prev,.swiper-button-next){opacity:.35;cursor:auto;pointer-events:none}.swiper-button-hidden:is(.swiper-button-prev,.swiper-button-next){opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg),:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - var(--swiper-navigation-size)/ 2)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev .swiper-navigation-icon,.swiper-button-prev ::slotted(.swiper-navigation-icon){transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-next,.swiper-horizontal~.swiper-button-prev{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - var(--swiper-navigation-size)/ 2);margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next,.swiper-horizontal~.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal ~ .swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl ~ .swiper-button-next) .swiper-navigation-icon,:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal ~ .swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl ~ .swiper-button-next) ::slotted(.swiper-navigation-icon){transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl ~ .swiper-button-prev) .swiper-navigation-icon,:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl ~ .swiper-button-prev) ::slotted(.swiper-navigation-icon){transform:rotate(0)}.swiper-vertical .swiper-button-next,.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-next,.swiper-vertical~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);right:auto;margin-left:calc(0px - var(--swiper-navigation-size)/ 2);margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical ~ .swiper-button-prev) .swiper-navigation-icon,:is(.swiper-vertical .swiper-button-prev,.swiper-vertical ~ .swiper-button-prev) ::slotted(.swiper-navigation-icon){transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical ~ .swiper-button-next) .swiper-navigation-icon,:is(.swiper-vertical .swiper-button-next,.swiper-vertical ~ .swiper-button-next) ::slotted(.swiper-navigation-icon){transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,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-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{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{transform:scale(1)}.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-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical > .swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-bullets-dynamic:is(.swiper-vertical > .swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets){top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-bullets-dynamic:is(.swiper-vertical > .swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal > .swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-pagination-bullets-dynamic:is(.swiper-horizontal > .swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets){left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-pagination-bullets-dynamic:is(.swiper-horizontal > .swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{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-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{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>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;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}:is(.swiper-fade .swiper-slide) .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}:is(.swiper-fade .swiper-slide-active) .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}:is(.swiper-cube .swiper-slide) .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}:is(.swiper-cube .swiper-slide-active),:is(.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}:is(.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-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}:is(.swiper-flip .swiper-slide) .swiper-slide{pointer-events:none}:is(.swiper-flip .swiper-slide-active),:is(.swiper-flip .swiper-slide-active) .swiper-slide-active{pointer-events:auto}.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,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}*,::after,::before{box-sizing:border-box}blockquote,body,dd,dl,figure,h1,h2,h3,h4,p{margin:0}ol[role=list],ul[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}button,input,select,textarea{font:inherit}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}:root{--duration-fast:0.25s;--duration:0.4s;--duration-slow:0.8s;--ease-sine-in:cubic-bezier(0.47, 0, 0.745, 0.715);--ease-sine-out:cubic-bezier(0.39, 0.575, 0.565, 1);--ease-sine-inout:cubic-bezier(0.445, 0.05, 0.55, 0.95);--ease-quad-in:cubic-bezier(0.55, 0.085, 0.68, 0.53);--ease-quad-out:cubic-bezier(0.25, 0.46, 0.45, 0.94);--ease-quad-inout:cubic-bezier(0.455, 0.03, 0.515, 0.955);--ease-cubic-in:cubic-bezier(0.55, 0.055, 0.675, 0.19);--ease-cubic-out:cubic-bezier(0.215, 0.61, 0.355, 1);--ease-cubic-inout:cubic-bezier(0.645, 0.045, 0.355, 1);--ease-quart-in:cubic-bezier(0.895, 0.03, 0.685, 0.22);--ease-quart-out:cubic-bezier(0.165, 0.84, 0.44, 1);--ease-quart-inout:cubic-bezier(0.77, 0, 0.175, 1);--ease-quint-in:cubic-bezier(0.755, 0.05, 0.855, 0.06);--ease-quint-out:cubic-bezier(0.23, 1, 0.32, 1);--ease-quint-inout:cubic-bezier(0.86, 0, 0.07, 1);--ease-expo-in:cubic-bezier(0.95, 0.05, 0.795, 0.035);--ease-expo-out:cubic-bezier(0.19, 1, 0.22, 1);--ease-expo-inout:cubic-bezier(1, 0, 0, 1);--ease-circ-in:cubic-bezier(0.6, 0.04, 0.98, 0.335);--ease-circ-out:cubic-bezier(0.075, 0.82, 0.165, 1);--ease-circ-inout:cubic-bezier(0.785, 0.135, 0.15, 0.86);--ease-back-in:cubic-bezier(0.6, -0.28, 0.735, 0.045);--ease-back-out:cubic-bezier(0.175, 0.885, 0.32, 1.275);--ease-back-inout:cubic-bezier(0.68, -0.55, 0.265, 1.55);--ease-elastic-out:linear(0, 0.2178 2.1%, 1.1144 8.49%, 1.2959 10.7%, 1.3463 11.81%, 1.3705 12.94%, 1.3726, 1.3643 14.48%, 1.3151 16.2%, 1.0317 21.81%, 0.941 24.01%, 0.8912 25.91%, 0.8694 27.84%, 0.8698 29.21%, 0.8824 30.71%, 1.0122 38.33%, 1.0357, 1.046 42.71%, 1.0416 45.7%, 0.9961 53.26%, 0.9839 57.54%, 0.9853 60.71%, 1.0012 68.14%, 1.0056 72.24%, 0.9981 86.66%, 1);--ease-bounce-out:linear(0, 0.004, 0.016, 0.035, 0.063 9.1%, 0.141, 0.25, 0.391, 0.563, 0.765, 1, 0.891, 0.813 45.5%, 0.785, 0.766, 0.754, 0.75, 0.754, 0.766, 0.785, 0.813 63.6%, 0.891, 1 72.7%, 0.973, 0.953, 0.941, 0.938, 0.941, 0.953, 0.973, 1, 0.988, 0.984, 0.988, 1);--ease-common:var(--ease-cubic-inout);--ease-strong:var(--ease-elastic-out);--ease-in:var(--ease-cubic-in);--ease-out:var(--ease-cubic-out);--ease-soft:ease}:root{--color-black:#000;--color-base:#000;--color-white:#fff;--color-gray:#ababab;--color-gray-light:#ddd;--color-primary:#0098d5;--color-primary-light:#b7fffd;--color-bg:#fff;--color-bg-alt:#f6f6f6;--color-bg-alt-2:#f1f1f1;--color-bg-primary:#e4f7ff;--color-bg-primary-light:#ecf9ff;--color-bg-overlay:hsl(197, 100%, 42%, 0.2);--color-bg-overlay-light:hsl(197, 100%, 42%, 0.04);--color-border:#c2c2c2;--color-border-light:var(--color-gray-light);--color-border-xlight:#eaeaea;--color-shadow:hsl(197, 100%, 42%, 0.35);--color-shadow-light:hsl(197, 100%, 42%, 0.2)}:root{--ff-en:Roboto;--ff-ja:'Noto Sans JP',Meiryo;--ff:var(--ff-en),var(--ff-ja),sans-serif;--fw-n:400;--fw-b:700;--lh-xs:1.375;--lh-sm:1.4;--lh-md:1.6;--lh-lg:2;--lh-xl:2.25;--lh-xxl:2.5;--ltsp-xs:0.02em;--ltsp-sm:0.04em;--ltsp-md:0.08em;--ltsp-lg:0.12em;--ltsp-xl:0.16em}@keyframes fadeInVisible{0%{opacity:0}100%{visibility:visible;opacity:1}}@keyframes grow{0%{opacity:.2}50%{opacity:.5}100%{opacity:.2}}@keyframes scrollIcon{0%{transform:scaleY(0);transform-origin:0 0}50%{transform:scale(1);transform-origin:0 0}51%{transform:scale(1);transform-origin:0 100%}100%{transform:scaleY(0);transform-origin:0 100%}}@keyframes fadeInFromBottom{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes rotateUnderline{0%{background-position:100% 100%;background-size:100% 1px}50%{background-position:100% 100%;background-size:0 1px}51%{background-position:0 100%;background-size:0 1px}100%{background-position:0 100%;background-size:100% 1px}}*,::after,::before{text-box:trim-both cap alphabetic;letter-spacing:var(--ltsp-sm)}body,html{width:100%}body{position:relative;line-height:var(--lh-sm);background:var(--color-bg);font-size:1rem;font-family:var(--ff);color:var(--color-base);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"halt" on;font-optical-sizing:auto}@media screen and (min-width:768px){body{line-height:var(--lh-md);font-size:1.125rem}}h1,h2,h3,h4,h5,h6{margin:0;text-wrap:pretty}p{margin:0}li,ol,ul{margin:0;padding:0;list-style:none}figure{margin:0}img,picture,svg{height:auto}a,button{color:inherit;text-decoration:none}a,button,input[type=submit]{cursor:pointer}a{color:currentColor;transition:color var(--duration)}button{padding:0;border:none;border-radius:0;background:0 0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.l-header{position:fixed;z-index:101;top:0;left:0;display:flex;justify-content:space-between;align-items:center;width:100%;height:var(--header-height);padding-left:15px}@media screen and (min-width:768px){.l-header{padding-left:25px}}.l-header-logo{position:relative;z-index:1;display:block;width:124px;margin-top:3px;transition:opacity var(--duration-fast)}@media screen and (min-width:768px){.l-header-logo{width:188px;margin-top:10px}}@media screen and (min-width:768px){.l-header-logo:hover{opacity:.4}}.l-header-logo img,.l-header-logo svg{display:block;width:100%}.l-header-logo img path,.l-header-logo svg path{transition:fill var(--duration)}html.-menu-open .l-header-logo img path,html.-menu-open .l-header-logo svg path{fill:var(--color-white)}@media screen and (min-width:1024px){html.-menu-open .l-header-logo img path,html.-menu-open .l-header-logo svg path{fill:revert-layer}}.l-header-logo__invert{position:absolute;inset:0;pointer-events:none;clip-path:inset(100% 0 0 0)}.l-header-logo__invert svg path{fill:var(--color-white)}.l-header-toggle{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;align-self:stretch;min-width:74px;background:var(--color-black);color:var(--color-white);font-size:.75rem;font-weight:700}@media screen and (min-width:768px){.l-header-toggle{min-width:116px;font-size:1.125rem}}@media screen and (min-width:1024px){.l-header-toggle{display:none}}html.-menu-open .l-header-toggle__text--open{display:none}.l-header-toggle__text--close{display:none}html.-menu-open .l-header-toggle__text--close{display:inline}.l-header-nav{overflow:hidden;visibility:hidden;position:fixed;top:0;left:0;width:100%;height:100%;padding-top:var(--header-height);pointer-events:none}@media screen and (min-width:1024px){.l-header-nav{overflow:visible;visibility:visible;position:static;align-self:stretch;height:auto;padding:0;background-color:transparent;pointer-events:auto}}html.-menu-open .l-header-nav{visibility:visible;pointer-events:auto}.l-header-nav::before{content:"";position:absolute;top:0;right:0;width:74px;height:var(--header-height);background:var(--color-black);transition:all var(--duration) var(--ease-common);pointer-events:none}@media screen and (min-width:768px){.l-header-nav::before{width:116px}}@media screen and (min-width:1024px){.l-header-nav::before{content:none}}html.-menu-open .l-header-nav::before{width:100%;height:100%}.l-header-nav__background{opacity:0;position:absolute;inset:0;transition:opacity var(--duration) .4s;pointer-events:none}html.-menu-open .l-header-nav__background{opacity:1}.l-header-nav__background::after,.l-header-nav__background::before{content:"";position:absolute}@media screen and (min-width:1024px){.l-header-nav__background::after,.l-header-nav__background::before{content:none}}.l-header-nav__background::before{opacity:.5;z-index:0;left:-4.2666666667vw;bottom:-68.2666666667vw;width:178.6666666667vw;height:178.6666666667vw;background:radial-gradient(50% 50% at 50% 50%,#0d99d8 0,rgba(5,153,214,0) 100%);animation:grow 3s var(--ease-soft) infinite}.l-header-nav__background::after{opacity:.07;z-index:1;right:.1866666667vw;bottom:.0106666667vw;width:97.8133333333vw;height:36.1973333333vw;background:url(../images/logo/tagline-right-white.svg) right bottom/contain no-repeat}.l-header-nav__inner{overflow-y:auto;opacity:0;position:relative;z-index:1;height:100%;padding:45px;color:var(--color-white);transition:opacity var(--duration) .4s}@media screen and (min-width:560px){.l-header-nav__inner{padding-inline:64px}}@media screen and (min-width:1024px){.l-header-nav__inner{overflow-y:visible;opacity:1;display:grid;padding:0;color:var(--color-base);transition:none}}html.-menu-open .l-header-nav__inner{opacity:1}.l-header-nav__content{--mg:32px;position:relative;z-index:1;display:grid;align-content:start;gap:var(--mg) 40px;max-width:246px;min-height:100%;margin-inline:auto}@media screen and (min-width:560px){.l-header-nav__content{max-width:600px}}@media screen and (min-width:1024px){.l-header-nav__content{--mg:24px;display:flex;justify-content:flex-end;align-items:center;max-width:none;min-height:0;margin:0}}.l-header-nav__menu{display:grid;align-content:start;gap:var(--mg)}.l-header-nav__section:not(:first-child){padding-top:var(--mg);border-top:1px solid hsla(0,0%,100%,.2)}@media screen and (min-width:1024px){.l-header-nav__section:not(:first-child){padding:0;border:none}}.l-header-primary-menu__list{display:grid;gap:24px;font-size:1.125rem;font-weight:700}@media screen and (min-width:1024px){.l-header-primary-menu__list{display:flex;gap:32px}}.l-header-primary-menu .menu-item,.l-header-primary-menu__item{display:inline-block}.l-header-primary-menu .menu-item a,.l-header-primary-menu__item a{transition:color var(--duration-fast)}@media screen and (min-width:768px){.l-header-primary-menu .menu-item a:hover,.l-header-primary-menu__item a:hover{color:var(--color-gray-light)}}@media screen and (min-width:1024px){.l-header-secondary-menu{order:-1}}.l-header-secondary-menu__list{display:grid;gap:24px 32px;font-size:1rem}@media screen and (min-width:560px){.l-header-secondary-menu__list{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media screen and (min-width:1024px){.l-header-secondary-menu__list{display:flex;gap:24px;font-size:.875rem}}.l-header-secondary-menu .menu-item,.l-header-secondary-menu__item{display:inline-block}.l-header-secondary-menu .menu-item a,.l-header-secondary-menu__item a{font-weight:400;transition:color var(--duration-fast)}@media screen and (min-width:768px){.l-header-secondary-menu .menu-item a:hover,.l-header-secondary-menu__item a:hover{color:var(--color-gray-light)}}@media screen and (min-width:1024px){.l-header-sub-menu{display:none}}.l-header-sub-menu__list{display:grid;gap:16px;font-size:.75rem}.l-header-sub-menu .menu-item,.l-header-sub-menu__item{display:inline-block}.l-header-sub-menu .menu-item a,.l-header-sub-menu__item a{display:block}.l-header-contact{display:flex;justify-content:center;align-items:center;width:100%;height:56px;background:var(--color-white);color:var(--color-black);font-size:1.125rem;font-weight:700}@media screen and (min-width:1024px){.l-header-contact{align-self:stretch;width:158px;height:auto;background:var(--color-black);color:var(--color-white);transition:background-color var(--duration-fast)}}@media screen and (min-width:768px){.l-header-contact:hover{background-color:var(--color-primary)}}.l-footer{position:relative;z-index:1;background:var(--color-black);color:var(--color-white)}.l-footer__inner{overflow:hidden}.l-footer__division{overflow:hidden;height:116.2666666667vw}@media screen and (min-width:768px){.l-footer__division{height:48.9583333333vw}}.l-footer__division picture{height:calc(100% + 82px)}@media screen and (min-width:768px){.l-footer__division picture{height:calc(100% + 111px)}}.l-footer__division img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.l-footer__content{position:relative;padding-top:64px;padding-bottom:27px}@media screen and (min-width:768px){.l-footer__content{padding-top:95px;padding-bottom:68px}}@media screen and (min-width:1440px){.l-footer__content{gap:87px}}.l-footer__content::before{content:"";opacity:.5;position:absolute;z-index:0;left:-4.2666666667vw;bottom:-68.2666666667vw;width:178.6666666667vw;height:178.6666666667vw;background:radial-gradient(50% 50% at 50% 50%,#0d99d8 0,rgba(5,153,214,0) 100%);animation:grow 3s var(--ease-soft) infinite;pointer-events:none}@media screen and (min-width:768px){.l-footer__content::before{left:auto;right:-40.5555555556vw;bottom:-38.6111111111vw;width:99.375vw;height:99.375vw}}.l-footer__content::after{content:"";opacity:.07;z-index:1;position:absolute;right:.1866666667vw;bottom:.0106666667vw;width:97.8133333333vw;height:36.1973333333vw;background:url(../images/logo/tagline-right-white.svg) right bottom/contain no-repeat;pointer-events:none}@media screen and (min-width:768px){.l-footer__content::after{right:.0375vw;bottom:-.1909722222vw;width:60.3791666667vw;height:22.34375vw}}.l-footer__row{width:100%;max-width:1440px;margin-inline:auto;display:flex;flex-direction:column;align-items:center;gap:47px;padding-inline:40px}@media screen and (min-width:1024px){.l-footer__row{flex-direction:row;gap:60px;padding-inline:80px}}.l-footer__copyright{display:block;padding:26px 16px 27px;border-top:1px solid transparent;-o-border-image:linear-gradient(to right,hsla(0,0%,100%,0),hsla(0,0%,100%,0.2) 100%) 5;border-image:linear-gradient(to right,hsla(0,0%,100%,0),hsla(0,0%,100%,0.2) 100%) 5;text-align:center}@media screen and (min-width:768px){.l-footer__copyright{padding:20px 24px 28px;text-align:right}}.l-footer__copyright ._text{opacity:.6;font-size:.625rem}@media screen and (min-width:768px){.l-footer__copyright ._text{font-size:.75rem}}.l-footer-contact{width:100%;max-width:1440px;margin-inline:auto;position:relative;z-index:2;margin-top:-100px;padding-inline:16px;text-align:center}@media screen and (min-width:768px){.l-footer-contact{padding-inline:80px;margin-top:-146px}}.l-footer-contact__inner{overflow:hidden;position:relative;padding:50px 20px 47px;background:var(--color-primary)}@media screen and (min-width:768px){.l-footer-contact__inner{padding:66px 24px 56px}}.l-footer-contact__inner::before{content:"";position:absolute;top:50%;left:-5.0666666667vw;right:-16.2666666667vw;height:45.8666666667vw;background:linear-gradient(to right,hsla(0,0%,100%,.2),hsla(0,0%,100%,0) 100%);clip-path:polygon(0 0,100% 50%,0 100%);transform:translateY(-50%);pointer-events:none}@media screen and (min-width:768px){.l-footer-contact__inner::before{left:-.7638888889vw;right:-10.4166666667vw;height:25.1388888889vw}}@media screen and (min-width:1440px){.l-footer-contact__inner::before{left:-11px;right:-150px;height:362px}}.l-footer-contact__title{position:relative;z-index:1;display:flex;justify-content:center}.l-footer-contact__title img{width:200px}@media screen and (min-width:768px){.l-footer-contact__title img{width:308px}}.l-footer-contact__button{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;margin-top:24px;width:220px;height:48px;margin-inline:auto;border-radius:24px;background:var(--color-white);font-size:1rem;font-weight:700;color:var(--color-primary);transition:background-color var(--duration-fast),color var(--duration-fast)}@media screen and (min-width:768px){.l-footer-contact__button{width:300px;height:64px;margin-top:32px;border-radius:32px;font-size:1.125rem}}@media screen and (min-width:768px){.l-footer-contact__button:hover{background-color:var(--color-primary);color:var(--color-white)}}.l-footer-contact__tel{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:16px}@media screen and (min-width:768px){.l-footer-contact__tel{margin-top:32px}}.l-footer-contact__tel-link{display:inline-block;font-size:1.5rem;font-weight:700}@media screen and (min-width:768px){.l-footer-contact__tel-link{font-size:1.875rem}}.l-footer-contact__tel-address{display:block;font-size:.75rem;word-break:keep-all;overflow-wrap:anywhere}@media screen and (min-width:768px){.l-footer-contact__tel-address{font-size:.875rem}}.l-footer-contact__tel-note{display:block;font-size:.75rem}@media screen and (min-width:768px){.l-footer-contact__tel-note{font-size:.875rem}}.l-footer-logo{display:flex;justify-content:center;align-items:center}@media screen and (min-width:1024px){.l-footer-logo{margin-top:17px;padding-inline:40px}}@media screen and (min-width:1440px){.l-footer-logo{flex-basis:531px}}.l-footer-logo img{width:226px}@media screen and (min-width:1440px){.l-footer-logo img{width:343px}}.l-footer-menu{display:flex;flex-wrap:wrap;justify-content:space-between;gap:64px 40px}@media screen and (min-width:768px){.l-footer-menu{flex-grow:1}}.l-footer-primary-menu__list{display:grid;gap:24px;font-size:1rem;font-weight:700}@media screen and (min-width:1024px){.l-footer-primary-menu__list{gap:32px;font-size:1.375rem}}.l-footer-primary-menu .menu-item,.l-footer-primary-menu__item{display:inline-block}.l-footer-primary-menu .menu-item a,.l-footer-primary-menu__item a{transition:opacity var(--duration-fast)}@media screen and (min-width:768px){.l-footer-primary-menu .menu-item a:hover,.l-footer-primary-menu__item a:hover{opacity:.4}}.l-footer-secondary-menu__list{display:grid;gap:24px 32px;font-size:1rem}@media screen and (min-width:1024px){.l-footer-secondary-menu__list{gap:29px;font-size:1.125rem}}.l-footer-secondary-menu .menu-item,.l-footer-secondary-menu__item{display:inline-block}.l-footer-secondary-menu .menu-item a,.l-footer-secondary-menu__item a{transition:opacity var(--duration-fast)}@media screen and (min-width:768px){.l-footer-secondary-menu .menu-item a:hover,.l-footer-secondary-menu__item a:hover{opacity:.4}}.l-footer-sub-menu{width:100%}@media screen and (min-width:768px){.l-footer-sub-menu{width:auto}}.l-footer-sub-menu__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(103px,1fr));gap:24px;font-size:.75rem}@media screen and (min-width:768px){.l-footer-sub-menu__list{grid-template-columns:none;font-size:.875rem}}.l-footer-sub-menu .menu-item,.l-footer-sub-menu__item{display:inline-block}.l-footer-sub-menu .menu-item a,.l-footer-sub-menu__item a{transition:opacity var(--duration-fast)}@media screen and (min-width:768px){.l-footer-sub-menu .menu-item a:hover,.l-footer-sub-menu__item a:hover{opacity:.4}}.l-page-hero{position:relative;background:var(--color-bg)}.l-page-hero__text{padding-inline:24px}@media screen and (min-width:768px){.l-page-hero__text{padding-inline:80px}}.l-page-hero__text{position:relative;z-index:2;height:247px;padding-top:55px}@media screen and (min-width:768px){.l-page-hero__text{height:492px;padding-top:123px}}.l-page-hero__title{display:flex}.l-page-hero__title-inner{display:inline-block;padding-bottom:11px;border-bottom:2px solid var(--color-primary)}@media screen and (min-width:768px){.l-page-hero__title-inner{padding-bottom:22px}}.l-page-hero--identity .l-page-hero__title-inner img{width:147px}@media screen and (min-width:768px){.l-page-hero--identity .l-page-hero__title-inner img{width:288px}}.l-page-hero--trackrecord .l-page-hero__title-inner img{width:287px}@media screen and (min-width:768px){.l-page-hero--trackrecord .l-page-hero__title-inner img{width:573px}}.l-page-hero--services .l-page-hero__title-inner img{width:160px}@media screen and (min-width:768px){.l-page-hero--services .l-page-hero__title-inner img{width:320px}}.l-page-hero__catch{margin-top:24px;font-size:1.125rem}@media screen and (min-width:768px){.l-page-hero__catch{margin-top:48px;font-size:2.625rem}}.l-page-hero__triangle{position:absolute;top:0;left:20%;right:0;bottom:0}.l-page-title{width:100%;max-width:1440px;margin-inline:auto;padding-inline:24px}@media screen and (min-width:768px){.l-page-title{padding-inline:80px}}.l-page-title{display:flex;flex-direction:column;gap:16px;padding-block:67px 47px}@media screen and (min-width:768px){.l-page-title{flex-direction:row;justify-content:space-between;padding-block:135px 75px}}.l-page-title__en{font-size:1.5rem;color:var(--color-primary)}@media screen and (min-width:768px){.l-page-title__en{font-size:2.625rem}}.l-page-title__ja{font-size:1rem}@media screen and (min-width:768px){.l-page-title__ja{font-size:1.75rem}}.l-article-body{overflow-wrap:anywhere;line-break:strict}.l-article-body *{text-box-edge:text}.l-article-body ol:not(:first-child),.l-article-body p:not(:first-child),.l-article-body ul:not(:first-child){margin-top:1lh}.l-article-body li{margin-left:1.5em;text-box-edge:text}.l-article-body li:not(:first-child){margin-top:.5em}.l-article-body ol li{list-style:decimal}.l-article-body ul li{list-style:disc}.l-article-body a{color:var(--color-primary);text-decoration:underline}.l-wrapper{--header-height:56px}@media screen and (min-width:768px){.l-wrapper{--header-height:88px}}.l-content{padding-top:var(--header-height)}body.home .l-content,body.joinus .l-content{padding-top:0}.l-main{background:var(--color-bg-primary)}body.home .l-main{background:0 0}.c-article-list{display:grid;gap:8px}@media screen and (min-width:768px){.c-article-list{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:24px}}.c-article-card{--icon:12px;position:relative;display:grid;gap:3px;padding:24px;background:var(--color-white);transition:background-color var(--duration)}@media screen and (min-width:768px){.c-article-card{--icon:24px;grid-template-rows:1fr var(--icon);gap:12px;height:100%;padding:76px 32px 27px}}.c-article-card--sm{--icon:9px;gap:8px}@media screen and (min-width:768px){.c-article-card--sm{--icon:24px;gap:24px;padding:32px}}@media screen and (min-width:768px){.c-article-card:hover{background-color:var(--color-primary)}}.c-article-card.-not-link{pointer-events:none}.c-article-card__content{display:grid;grid-template-columns:1fr 64px}@media screen and (min-width:768px){.c-article-card__content{align-content:end;grid-template-rows:120px auto;grid-template-columns:1fr 136px}}.c-article-card--sm .c-article-card__content{display:block}.c-article-card__icon{overflow:hidden;position:relative;justify-self:end;width:var(--icon);height:var(--icon)}.c-article-card__icon ._icon{display:block;width:100%;height:100%}@media screen and (min-width:768px){.c-article-card__icon ._icon{padding:5px}}.c-article-card__icon ._icon--bottom{position:absolute;top:100%;left:-100%}@media screen and (min-width:768px){.c-article-card:hover .c-article-card__icon ._icon{transform:translate(100%,-100%);transition:transform var(--duration) var(--ease-out)}}.c-article-card__icon svg{display:block;fill:var(--color-black);transition:fill var(--duration)}@media screen and (min-width:768px){.c-article-card:hover .c-article-card__icon svg{fill:var(--color-white)}}.c-article-card__header{grid-column:1}.c-article-card__category{display:flex}@media screen and (min-width:768px){.c-article-card--sm .c-article-card__category{display:flex;flex-direction:column}}.c-article-card__date{display:block;margin-top:16px;font-size:.75rem;color:var(--color-gray);transition:color var(--duration-fast)}@media screen and (min-width:768px){.c-article-card__date{font-size:.875rem}}@media screen and (min-width:768px){.c-article-card:hover .c-article-card__date{color:var(--color-white)}}.c-article-card__image{grid-column:2}@media screen and (min-width:768px){.c-article-card__image{overflow:hidden;padding-right:16px}}.c-article-card--sm .c-article-card__image{margin-top:22px}@media screen and (min-width:768px){.c-article-card--sm .c-article-card__image{margin-top:16px;padding:0}}.c-article-card__image img{width:100%;transition:clip-path var(--duration) var(--ease-out),transform var(--duration) var(--ease-out)}@media screen and (min-width:768px){.c-article-card__image img{clip-path:inset(0% 0% 100% 100%);transform:scale(.6);transform-origin:right top}}.c-article-card__image img.-placeholder{border:1px solid var(--color-border)}@media screen and (min-width:768px){.c-article-card:hover .c-article-card__image img{clip-path:inset(0);transform:scale(1)}}@media screen and (min-width:768px){.c-article-card--sm .c-article-card__image img{clip-path:inset(0);transform:scale(1)}}.c-article-card__title{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;text-box-edge:text;grid-row:2;grid-column:1/3;margin-top:19px;font-size:1rem;font-weight:700;transition:color var(--duration-fast)}@media screen and (min-width:768px){.c-article-card__title{margin-top:33px;font-size:1.5rem}}.c-article-card--sm .c-article-card__title{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-box-edge:text}@media screen and (min-width:768px){.c-article-card--sm .c-article-card__title{margin-top:17px}}@media screen and (min-width:768px){.c-article-card:hover .c-article-card__title{color:var(--color-white)}}.c-article-card__client{margin-top:11px;font-size:.75rem;transition:color var(--duration-fast)}@media screen and (min-width:768px){.c-article-card__client{margin-top:17px;font-size:1.125rem}}@media screen and (min-width:768px){.c-article-card:hover .c-article-card__client{color:var(--color-white)}}.c-archive-list{width:100%;max-width:1440px;margin-inline:auto;padding-inline:24px}@media screen and (min-width:768px){.c-archive-list{padding-inline:80px}}.c-archive-list__item{border-top:1px solid var(--color-border-light)}.c-archive-list__item:last-child{border-bottom:1px solid var(--color-border-light)}.c-archive-list__link{position:relative;display:grid;grid-template-columns:55px 1fr;align-items:center;gap:16px;padding-block:16px;transition:background-color var(--duration-fast)}@media screen and (min-width:768px){.c-archive-list__link{display:flex;gap:19px;padding-block:24px}}@media screen and (min-width:768px){.c-archive-list__link:hover{background-color:var(--color-bg-overlay-light)}}.c-archive-list__link.-not-link{pointer-events:none}.c-archive-list__image{--sz:55px;grid-row:1;grid-column:1;width:var(--sz);height:var(--sz);border:1px solid var(--color-border-xlight);background:var(--color-white)}@media screen and (min-width:768px){.c-archive-list__image{--sz:120px;grid-row:1/3;flex:0 0 var(--sz)}}.c-archive-list__link--note .c-archive-list__image::before{content:"";display:block;width:100%;height:100%;background:var(--color-white) url(../images/icon/social/note-sm.svg) center center/100% auto no-repeat}@media screen and (min-width:768px){.c-archive-list__link--note .c-archive-list__image::before{background-image:url(../images/icon/social/note.svg);background-size:62px auto}}.c-archive-list__image img,.c-archive-list__image picture{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-archive-list__image img.-book-image,.c-archive-list__image picture.-book-image{-o-object-fit:contain;object-fit:contain}.c-archive-list__text{display:grid;grid-template-columns:subgrid;grid-template-rows:subgrid;grid-row:1/3;grid-column:1/3;align-items:center}@media screen and (min-width:768px){.c-archive-list__text{display:flex;flex-direction:column;align-items:stretch;gap:20px}}.c-archive-list__date{grid-row:1;grid-column:2;display:block;font-size:.75rem;color:var(--color-gray)}@media screen and (min-width:768px){.c-archive-list__date{font-size:1.125rem}}.c-archive-list__title{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-box-edge:text;grid-row:2;grid-column:1/3;font-size:1rem;font-weight:700}@media screen and (min-width:768px){.c-archive-list__title{grid-column:2;font-size:1.5rem}}.c-publication-item{display:flex;flex-direction:column;align-items:center;gap:24px;color:var(--color-white)}@media screen and (min-width:768px){.c-publication-item{flex-direction:row}}@media screen and (min-width:1024px){.c-publication-item{gap:24px 80px}}.c-publication-item__image{width:179px;height:179px}@media screen and (min-width:768px){.c-publication-item__image{flex:0 0 280px;height:auto}}.c-publication-item__image img,.c-publication-item__image picture{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.c-publication-item__text{display:grid}.c-publication-item__date{display:block;font-size:.75rem}@media screen and (min-width:768px){.c-publication-item__date{font-size:1.125rem}}.c-publication-item__title{margin-top:16px;font-size:1.125rem;font-weight:700}@media screen and (min-width:768px){.c-publication-item__title{margin-top:32px;font-size:1.5rem}}.c-publication-item__title a{background:linear-gradient(currentColor,currentColor) 100% 100%/0 1px no-repeat;transition:background-size var(--duration-fast) var(--ease-common)}.c-publication-item__title a:hover{background-size:100% 1px;background-position:0 100%}.c-publication-item__body{margin-top:24px;font-size:1rem}@media screen and (min-width:768px){.c-publication-item__body{margin-top:32px;font-size:1.125rem}}.c-team-item{display:grid;justify-content:center;gap:16px}@media screen and (min-width:768px){.c-team-item{gap:24px}}.c-team-item__image{position:relative;width:100%}.c-team-item__image ._triangle{--inset-inline:79px;--inset-bottom:40px;--rotate:9deg;--scale:1.05;position:absolute;top:0;left:calc(-1 * var(--inset-inline));bottom:calc(-1 * var(--inset-bottom));display:block;width:calc(100% + var(--inset-inline) * 2);height:calc(100% + var(--inset-bottom));transition:transform var(--duration-fast) var(--ease-common)}@media screen and (min-width:768px){.c-team-item__image ._triangle{--inset-inline:114px;--inset-bottom:68px}}.p-team-list__item.-show .c-team-item__image ._triangle{transform:rotate(var(--rotate)) scale(var(--scale))}@media screen and (min-width:768px){.p-team-list__item.-show .c-team-item__image ._triangle{transform:none}}.c-team-item:hover .c-team-item__image ._triangle{transform:rotate(var(--rotate)) scale(var(--scale))!important}.c-team-item__image ._triangle svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.c-team-item__image ._triangle--main{--rotate:9deg;--scale:1.05;z-index:1;fill:var(--color-primary)}.c-team-item__image ._triangle--sub{--rotate:12deg;--scale:1.08;z-index:0;fill:var(--color-primary-light)}.c-team-item__image img{position:relative;z-index:2;width:100%;filter:saturate(0);transition:filter var(--duration)}.p-team-list__item.-show .c-team-item__image img{filter:saturate(1)}@media screen and (min-width:768px){.p-team-list__item.-show .c-team-item__image img{filter:saturate(0)}}.c-team-item:hover .c-team-item__image img{filter:saturate(1)!important}.c-team-item__text{position:relative;z-index:1;display:grid;justify-content:center;gap:12px;text-align:center}@media screen and (min-width:768px){.c-team-item__text{gap:16px}}.c-team-item__position{font-size:.75rem}@media screen and (min-width:768px){.c-team-item__position{font-size:.875rem}}.c-team-item__title{font-size:1rem;font-weight:700}@media screen and (min-width:768px){.c-team-item__title{font-size:1.5rem}}.c-team-item__en{font-size:.75rem}@media screen and (min-width:768px){.c-team-item__en{font-size:.875rem}}.c-article-detail{padding-block:40px 80px}@media screen and (min-width:768px){.c-article-detail{padding-block:160px}}.c-article-detail__article{width:100%;max-width:1440px;margin-inline:auto;padding-inline:24px}@media screen and (min-width:768px){.c-article-detail__article{padding-inline:80px}}.c-article-detail__article{position:relative}@media screen and (min-width:1024px){.c-article-detail__article{display:grid;grid-template-columns:368px 1fr;align-items:start;gap:91px}}.c-article-detail__image{position:relative;z-index:1;display:flex;justify-content:center;margin-inline:auto}@media screen and (min-width:768px){.c-article-detail__image{width:100%}}.c-article-detail__image::before{content:"";position:absolute;top:50%;left:-24px;right:12px;background:var(--color-primary);clip-path:polygon(0 0,100% 50%,0 100%);transform:translateY(-50%);pointer-events:none;aspect-ratio:339/119}@media screen and (min-width:768px){.c-article-detail__image::before{left:-80px;right:-71px;height:330px;aspect-ratio:52/33}}.c-article-detail__image.-no-image ._placeholder{width:220px;min-width:67%;aspect-ratio:660/368}@media screen and (min-width:768px){.c-article-detail__image.-no-image ._placeholder{width:100%;min-width:0}}.c-article-detail__image picture{width:220px;min-width:67%}@media screen and (min-width:768px){.c-article-detail__image picture{width:100%;min-width:0}}.c-article-detail__image img{position:relative;width:100%}.c-article-detail__image img.-book-image{aspect-ratio:1/1;-o-object-fit:contain;object-fit:contain}.c-article-detail__content{margin-top:40px}@media screen and (min-width:1024px){.c-article-detail__content{margin-top:0}}.c-article-detail__title{font-size:1.5rem}@media screen and (min-width:768px){.c-article-detail__title{font-size:2.625rem}}.c-article-detail__date{display:block;margin-top:24px;font-size:1rem;color:var(--color-gray)}@media screen and (min-width:768px){.c-article-detail__date{margin-top:46px;font-size:1.125rem}}.c-article-detail__body{margin-top:32px}@media screen and (min-width:768px){.c-article-detail__body{margin-top:64px}}.c-article-detail__back{padding-inline:24px}@media screen and (min-width:768px){.c-article-detail__back{padding-inline:80px}}.c-article-detail__back{display:flex;justify-content:center;margin-top:40px;padding-top:40px;border-top:1px solid var(--color-border-light)}@media screen and (min-width:768px){.c-article-detail__back{margin-top:172px;padding-top:64px}}.c-field-list{display:flex;flex-wrap:wrap;gap:8px}@media screen and (min-width:1024px){.c-field-list--center{justify-content:center}}.c-field-list__item{display:inline-block;padding:12px;background:var(--color-white);font-size:1rem;font-weight:700}@media screen and (min-width:768px){.c-field-list__item{padding:16px;font-size:1.125rem}}.c-button-area{display:flex;justify-content:center;margin-top:32px}@media screen and (min-width:768px){.c-button-area{margin-top:64px}}.c-button{--gap:8px;--h:55px;--pi:32px;--bdw:0px;--bgc:var(--color-base);--c:var(--color-white);--icon-fill:var(--color-primary);--fz:1rem;--ltsp:var(--ltsp-md);display:inline-flex;justify-content:center;align-items:center;gap:var(--gap);max-width:100%;height:var(--h);padding:.5em calc(var(--pi) - var(--bdw) * 2);border-radius:calc(var(--h)/ 2);text-align:center;background:var(--bgc);font-size:var(--fz);font-weight:700;color:var(--c);letter-spacing:var(--ltsp);transition:background-color var(--duration-fast),color var(--duration-fast)}@media screen and (min-width:768px){.c-button{--h:64px;--pi:48px;--fz:1.125rem}}@media screen and (min-width:768px){.c-button:hover{--bgc:var(--color-primary);--c:var(--color-white)}}.c-button--xl{width:100%;--h:87px;--fz:2rem}@media screen and (min-width:768px){.c-button--xl{--h:197px;--fz:3.125rem}}@media screen and (min-width:768px){.c-button--alt-color:hover{--bgc:var(--color-white);--c:var(--color-primary)}}.c-button--arrow::after{content:"";display:inline-block;width:.595625rem;height:.515625rem;background:var(--color-primary);clip-path:polygon(0 0,100% 50%,0 100%);transition:background-color var(--duration-fast)}.c-button--arrow:hover::after{background-color:currentColor}.c-button__icon{display:inline-block;width:1.3125rem;height:1.25rem}.c-button__icon svg{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;fill:var(--icon-fill);transition:fill var(--duration-fast)}@media screen and (min-width:768px){.c-button:hover .c-button__icon svg{fill:currentColor}}.c-category{display:inline-block;padding:7px;border:1px solid var(--color-border);text-align:center;background:var(--color-white);font-size:.75rem;font-weight:700;color:var(--color-base)}@media screen and (min-width:768px){.c-category{padding:11px 15px;font-size:1.125rem}}.c-pagination{margin-top:48px}@media screen and (min-width:768px){.c-pagination{margin-top:88px}}.c-pagination .screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.c-pagination .nav-links{display:flex;justify-content:center;align-items:center;gap:8px}.c-pagination .nav-links .page-numbers{display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;text-align:center;background:var(--color-white);font-size:1rem;font-weight:700;color:var(--color-gray);transition:background-color var(--duration-fast),color var(--duration-fast)}@media screen and (min-width:768px){.c-pagination .nav-links .page-numbers{width:48px;height:48px;font-size:1.125rem}}.c-pagination .nav-links .page-numbers.current,.c-pagination .nav-links .page-numbers:hover{background-color:var(--color-primary);color:var(--color-white)}.c-pagination .nav-links .page-numbers.dots{overflow:hidden;width:36px;background:url(../images/icon/dots.svg) center/20px auto no-repeat;text-indent:-9999px}.c-pagination .nav-links .page-numbers.next,.c-pagination .nav-links .page-numbers.prev{overflow:hidden;position:relative;display:inline-block;width:.65625rem;height:.70375rem;border-radius:0;background:0 0;text-indent:-9999px}.c-pagination .nav-links .page-numbers.next::before,.c-pagination .nav-links .page-numbers.prev::before{content:"";position:absolute;top:50%;left:50%;display:block;width:100%;height:100%;background:var(--color-primary);transform:translate(-50%,-50%);transition:transform var(--duration) var(--easeCommon);pointer-events:none}.c-pagination .nav-links .page-numbers.prev{margin-right:8px}.c-pagination .nav-links .page-numbers.prev::before{clip-path:polygon(100% 0,0 50%,100% 100%)}.c-pagination .nav-links .page-numbers.next{margin-left:8px}.c-pagination .nav-links .page-numbers.next::before{clip-path:polygon(0 0,100% 50%,0 100%)}.c-article-carousel{--swiper-theme-color:var(--color-primary)}.c-article-carousel__item{width:280px}@media screen and (min-width:768px){.c-article-carousel__item{width:400px}}.c-article-carousel__link{display:flex;align-items:center;gap:16px;padding:16px;background:var(--color-white);transition:background-color var(--duration-fast),color var(--duration-fast)}@media screen and (min-width:768px){.c-article-carousel__link:hover{background-color:var(--color-primary);color:var(--color-white)}}.c-article-carousel__link.-not-link{pointer-events:none}.c-article-carousel__image{flex:0 0 64px}@media screen and (min-width:768px){.c-article-carousel__image{flex-basis:96px}}.c-article-carousel__image img{border-radius:8px}.c-article-carousel__text{display:grid;gap:12px}@media screen and (min-width:768px){.c-article-carousel__text{gap:20px}}.c-article-carousel__title{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-box-edge:text;font-size:1rem;font-weight:700}@media screen and (min-width:768px){.c-article-carousel__title{font-size:1.125rem}}.c-article-carousel__date{font-size:.6875rem;color:var(--color-gray);transition:opacity var(--duration-fast),color var(--duration-fast)}@media screen and (min-width:768px){.c-article-carousel__date{font-size:.875rem}}.c-article-carousel__link:hover .c-article-carousel__date{opacity:.5;color:var(--color-white)}.c-article-carousel__control{display:flex;justify-content:center;align-items:center;gap:32px;width:280px;max-width:100%;margin-top:32px;margin-inline:auto}@media screen and (min-width:768px){.c-article-carousel__control{margin-top:40px}}.c-article-carousel__button{position:relative;display:inline-block;flex-shrink:0;width:.65625rem;height:.70375rem}.c-article-carousel__button::before{content:"";position:absolute;top:50%;left:50%;display:block;width:100%;height:100%;background:var(--color-primary);transform:translate(-50%,-50%);transition:transform var(--duration) var(--easeCommon);pointer-events:none}.c-article-carousel__button--prev::before{clip-path:polygon(100% 0,0 50%,100% 100%)}.c-article-carousel__button--next::before{clip-path:polygon(0 0,100% 50%,0 100%)}.c-article-carousel__button.swiper-button-lock{display:none}.c-article-carousel__scrollbar{--swiper-scrollbar-drag-bg-color:var(--swiper-theme-color);position:relative;flex:0 1 200px;height:2px;background:var(--color-white)}.c-publication-carousel{width:100%}.c-publication-carousel__wrapper{width:100%}.c-publication-carousel__control{display:flex;justify-content:center;align-items:center;gap:32px;width:280px;max-width:100%;margin-top:40px;margin-inline:auto}@media screen and (min-width:768px){.c-publication-carousel__control{margin-top:40px}}.c-publication-carousel__pagination{--swiper-pagination-bullet-opacity:1;--swiper-pagination-bullet-inactive-opacity:1;--swiper-pagination-bullet-horizontal-gap:4px;--swiper-pagination-bullet-width:56px;--swiper-pagination-bullet-height:1px;--swiper-pagination-bullet-border-radius:0;--swiper-pagination-color:var(--color-black);--swiper-pagination-bullet-inactive-color:var(--color-white);display:flex;justify-content:center}.c-publication-carousel__pagination .swiper-pagination-bullet{transition:background-color var(--duration-fast)}.c-section-title{--bdw:2px;--bdc:var(--color-primary);--c:var(--color-base);display:flex;justify-content:center;color:var(--c)}.c-section-title--white{--bdw:4px;--bdc:var(--color-white);--c:var(--color-white)}.c-section-title__text{padding-bottom:10px;border-bottom:var(--bdw) solid var(--bdc)}@media screen and (min-width:768px){.c-section-title__text{padding-bottom:16px}}.c-section-title__text--archive{width:220px}@media screen and (min-width:768px){.c-section-title__text--archive{width:439px}}.c-section-title__text--aboutus{width:214px}@media screen and (min-width:768px){.c-section-title__text--aboutus{width:440px}}.c-section-title__text img{width:100%}.c-section-lead{margin-top:24px;text-align:center;font-size:.75rem;font-weight:700}@media screen and (min-width:768px){.c-section-lead{margin-top:48px;font-size:1.5rem}}.c-section-lead--white{color:var(--color-white)}.c-section-headline{--bdc:var(--color-primary);--bgc:var(--color-white);--c:var(--color-base);display:flex;margin-bottom:24px;font-size:1.125rem}@media screen and (min-width:768px){.c-section-headline{justify-content:center;margin-bottom:40px}}@media screen and (min-width:768px){.c-section-headline--horizontal{justify-content:flex-start;margin-bottom:0}}.c-section-headline--no-margin{margin-bottom:0}@media screen and (min-width:768px){.c-section-headline--no-margin{justify-content:flex-start}}.c-section-headline--center{justify-content:center}.c-section-headline--white{--bdc:var(--color-white);--bgc:hsl(0, 0%, 100%, 0.15);--c:var(--color-white)}.c-section-headline__text{display:inline-block;padding:10px 8px;border-bottom:3px solid var(--bdc);background:var(--bgc);color:var(--c)}@media screen and (min-width:768px){.c-section-headline__text{font-size:1.75rem}}.c-recruit-item{position:relative;border-radius:16px;background:var(--color-white)}.c-recruit-item__summary{display:grid;gap:24px;padding:24px 24px 55px;transition:background-color var(--duration-fast);cursor:pointer}@media screen and (min-width:1024px){.c-recruit-item__summary{display:flex;align-items:center;gap:40px;padding:64px}}.c-recruit-item[open] .c-recruit-item__summary{padding-bottom:32px}@media screen and (min-width:1024px){.c-recruit-item[open] .c-recruit-item__summary{padding:64px}}.c-recruit-item__summary::after{content:"";position:absolute;left:0;bottom:22px;display:block;justify-self:center;width:100%;height:11px;background:url(../images/icon/dropdown-sm.svg) center/contain no-repeat;transition:transform var(--duration-fast) var(--ease-common)}@media screen and (min-width:1024px){.c-recruit-item__summary::after{content:"";position:static;flex:0 0 26px;width:26px;height:15px;background-image:url(../images/icon/dropdown-md.svg)}}.c-recruit-item[open] .c-recruit-item__summary::after{transform:rotate(180deg)}@media screen and (min-width:1024px){.c-recruit-item[open] .c-recruit-item__summary::after{transform:rotate(180deg)}}@media screen and (min-width:768px){.c-recruit-item__summary:hover{background-color:var(--color-bg-overlay-light)}}@media screen and (min-width:768px){.c-recruit-item[open] .c-recruit-item__summary:hover{background-color:transparent}}@media screen and (min-width:768px){.c-recruit-item__summary:hover::after{transform:translateY(20%)}}@media screen and (min-width:768px){.c-recruit-item[open] .c-recruit-item__summary:hover::after{transform:translateY(-20%) rotate(180deg)}}.c-recruit-item__title{font-size:1.25rem;color:var(--color-primary)}@media screen and (min-width:1024px){.c-recruit-item__title{flex:1;font-size:1.75rem}}.c-recruit-item__title ._outline{display:block;margin-bottom:16px;font-size:1rem;color:var(--color-base)}@media screen and (min-width:1024px){.c-recruit-item__title ._outline{margin-bottom:32px;font-size:1.125rem}}.c-recruit-item__note{padding:16px;border-radius:8px;background:var(--color-bg-alt-2)}@media screen and (min-width:1024px){.c-recruit-item__note{max-width:688px}}.c-recruit-item__content{display:grid;gap:24px;padding:0 24px 55px}@media screen and (min-width:1024px){.c-recruit-item__content{gap:48px;margin-top:64px;padding:0 64px 64px}}.c-recruit-item__row{display:grid;gap:16px 32px;padding-top:24px;border-top:1px solid var(--color-border)}@media screen and (min-width:768px){.c-recruit-item__row{grid-template-columns:144px 1fr;align-items:center;padding-top:48px}}.c-recruit-item__headline{font-size:1em}.c-recruit-item__body{overflow-wrap:anywhere;line-break:strict}.c-recruit-item__body p{text-box-edge:text}.c-recruit-item__body ol:not(:first-child),.c-recruit-item__body p:not(:first-child),.c-recruit-item__body ul:not(:first-child){margin-top:1lh}.c-recruit-item__body li{margin-left:1.5em;text-box-edge:text}.c-recruit-item__body li:not(:first-child){margin-top:.5em}.c-recruit-item__body ol li{list-style:decimal}.c-recruit-item__body ul li{list-style:disc}.c-recruit-item__body a{color:var(--color-primary);text-decoration:underline}.c-faq-item__summary{display:flex;align-items:center;gap:14px;padding-block:32px;transition:background-color var(--duration-fast);cursor:pointer}@media screen and (min-width:1024px){.c-faq-item__summary{display:flex;gap:38px;padding-block:64px;padding-right:62px}}.c-faq-item[open] .c-faq-item__summary{padding-bottom:24px}@media screen and (min-width:1024px){.c-faq-item[open] .c-faq-item__summary{padding-bottom:32px}}.c-faq-item__summary::after{content:"";display:block;flex-grow:0;flex-shrink:0;width:18px;height:11px;background:url(../images/icon/dropdown-sm.svg) center/contain no-repeat;transition:transform var(--duration-fast) var(--ease-common)}@media screen and (min-width:1024px){.c-faq-item__summary::after{content:"";position:static;width:26px;height:15px;background-image:url(../images/icon/dropdown-md.svg)}}.c-faq-item[open] .c-faq-item__summary::after{transform:rotate(180deg)}@media screen and (min-width:768px){.c-faq-item__summary:hover{background-color:var(--color-bg-overlay-light)}}@media screen and (min-width:768px){.c-faq-item[open] .c-faq-item__summary:hover{background-color:transparent}}@media screen and (min-width:768px){.c-faq-item__summary:hover::after{transform:translateY(20%)}}@media screen and (min-width:768px){.c-faq-item[open] .c-faq-item__summary:hover::after{transform:translateY(-20%) rotate(180deg)}}.c-faq-item__title{flex:1;font-size:1.125rem}@media screen and (min-width:768px){.c-faq-item__title{font-size:1.5rem}}.c-faq-item__content{padding-bottom:32px;overflow-wrap:anywhere;line-break:strict}@media screen and (min-width:1024px){.c-faq-item__content{padding-bottom:64px}}.c-faq-item__content p{text-box-edge:text}.c-faq-item__content ol:not(:first-child),.c-faq-item__content p:not(:first-child),.c-faq-item__content ul:not(:first-child){margin-top:1lh}.c-faq-item__content li{margin-left:1.5em;text-box-edge:text}.c-faq-item__content li:not(:first-child){margin-top:.5em}.c-faq-item__content ol li{list-style:decimal}.c-faq-item__content ul li{list-style:disc}.c-faq-item__content a{color:var(--color-primary);text-decoration:underline}.p-home-triangle{position:fixed;top:0;left:0;width:100%}.p-home-hero{position:relative;width:100%;min-height:100vh;min-height:100dvh;padding-top:var(--header-height)}@media screen and (min-width:768px){.p-home-hero::before{content:"";position:absolute;bottom:0;left:50%;width:1px;height:80px;background:var(--color-black);animation:scrollIcon 1.8s var(--ease-common) infinite}}.p-home-hero__triangle{position:absolute;top:0;left:0;width:100%;height:100%}.p-home-hero__text{max-width:88vw;height:100%;margin-inline:auto;padding-inline:6vw}@media screen and (min-width:768px){.p-home-hero__text{max-width:1440px;padding-inline:5.5555555556vw}}@media screen and (min-width:1440px){.p-home-hero__text{padding-inline:80px}}.p-home-hero__title{position:absolute;z-index:1;left:6.0053333333vw;bottom:27.688vw;width:87.7253333333vw}@media screen and (min-width:768px){.p-home-hero__title{left:5.5555555556vw;bottom:9.9048611111vw;width:36.68125vw}}.p-home-hero__catch{position:absolute;z-index:1;left:6.32vw;bottom:6.9573333333vw;width:59.3306666667vw}@media screen and (min-width:768px){.p-home-hero__catch{left:5.6263888889vw;bottom:5.3625vw;width:36.7395833333vw}}.p-home-hero-news{display:none}@media screen and (min-width:768px){.p-home-hero-news{position:absolute;z-index:1;display:block;right:4.9305555556vw;bottom:5.5555555556vw;width:24.6527777778vw}}@media screen and (min-width:1440px){.p-home-hero-news{right:71px;bottom:80px;width:355px}}.p-home-hero-news__link{display:grid;gap:16px}.p-home-hero-news__link.-not-link{pointer-events:none}.p-home-hero-news__date{display:block;color:var(--color-gray)}.p-home-hero-news__title{display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-box-edge:text}.p-home-hero-news__title>span{background:linear-gradient(currentColor,currentColor) 100% 100%/100% 1px no-repeat}.p-home-hero-news__link:hover .p-home-hero-news__title>span{animation:rotateUnderline var(--duration-slow) var(--ease-common)}.p-home-hero-news__link.-not-link .p-home-hero-news__title>span{background:0 0}.p-home-content{position:relative;z-index:1;background:var(--color-bg-primary)}.p-home-archive{padding-block:59px 80px}@media screen and (min-width:768px){.p-home-archive{padding-block:200px 160px}}.p-home-archive__wrapper{margin-top:32px}@media screen and (min-width:768px){.p-home-archive__wrapper{margin-top:64px}}.p-home-archive__filter{overflow-x:auto;display:flex;align-items:center;width:100%;max-width:1262px;padding:16px;background:var(--color-white)}@media screen and (min-width:768px){.p-home-archive__filter{height:80px;margin-inline:auto;padding:0 24px;border-radius:40px}}.p-home-archive__content{width:100%;max-width:1440px;margin-inline:auto;padding-inline:24px}@media screen and (min-width:768px){.p-home-archive__content{padding-inline:80px}}.p-home-archive__content{margin-top:31px}@media screen and (min-width:768px){.p-home-archive__content{margin-top:80px}}.p-home-archive__section{display:none}.p-home-archive__section.-current{display:block}.p-home-archive__section.-animated{animation:fadeInFromBottom var(--duration) var(--ease-common) forwards}.p-archive-filter{display:flex;gap:8px;white-space:nowrap}.p-archive-filter__item{--bgc:var(--color-bg-alt);--c:var(--color-base);padding:12px 16px;border-radius:calc((.75rem + 24px)/ 2);background:var(--bgc);font-size:.75rem;font-weight:700;color:var(--c);transition:background-color var(--duration-fast),color var(--duration-fast)}@media screen and (min-width:768px){.p-archive-filter__item{padding:16px;border-radius:calc((1.125rem + 32px)/ 2);font-size:1.125rem}}@media screen and (min-width:1024px){.p-archive-filter__item{flex:1}}.p-archive-filter__item.-current,.p-archive-filter__item:hover{--bgc:var(--color-primary);--c:var(--color-white)}.p-home-about{overflow:hidden;position:relative;padding-block:80px 96px;background:var(--color-primary);box-shadow:0 -11px 36px var(--color-shadow)}@media screen and (min-width:768px){.p-home-about{padding-block:200px 198px;box-shadow:0 -11px 44px var(--color-shadow)}}.p-home-about__content{width:100%;max-width:1440px;margin-inline:auto;margin-top:32px}@media screen and (min-width:768px){.p-home-about__content{margin-top:80px;padding-inline:80px}}.p-home-about__tagline{position:absolute;left:0;bottom:-.2666666667vw;display:flex;justify-content:flex-start;white-space:nowrap;animation:marquee 40s linear infinite}@media screen and (min-width:768px){.p-home-about__tagline{bottom:-.2083333333vw}}.p-home-about__tagline picture{opacity:.1;display:inline-block;margin-inline:6vw}@media screen and (min-width:768px){.p-home-about__tagline picture{margin-inline:3.125vw}}.p-home-about__tagline img,.p-home-about__tagline picture{width:268.2666666667vw}@media screen and (min-width:768px){.p-home-about__tagline img,.p-home-about__tagline picture{width:139.7222222222vw}}.p-home-about-item{position:relative}@media screen and (min-width:768px){.p-home-about-item{--pl:80px;padding-left:var(--pl)}}@media screen and (min-width:1024px){.p-home-about-item{--pl:120px}}@media screen and (min-width:1440px){.p-home-about-item{--pl:220px}}.p-home-about-item__link{--bdc:hsl(0, 0%, 100%, 0.2);position:relative;display:flex;gap:16px;align-items:center;padding-right:32px;border-top:1px solid var(--bdc);color:var(--color-white);transition:background-image var(--duration)}@media screen and (min-width:768px){.p-home-about-item__link{padding-block:56px}}@media screen and (min-width:1024px){.p-home-about-item__link{padding-inline:64px}}.p-home-about-item:last-child .p-home-about-item__link{border-bottom:1px solid var(--bdc)}@media screen and (min-width:768px){.p-home-about-item__link::before{content:"";opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,hsla(0,0%,100%,.3),hsla(0,0%,100%,0) 100%);transition:opacity var(--duration)}}.p-home-about-item__link::after{content:"";flex-shrink:0;width:32px;height:32px;border-radius:50%;background:var(--color-white) url(../images/icon/arrow.svg) center/11px auto no-repeat}@media screen and (min-width:768px){.p-home-about-item__link::after{width:42px;height:42px;background-size:14px auto}}.p-home-about-item__link.-active::before,.p-home-about-item__link:hover::before{opacity:1}.p-home-about-item__image{flex:0 0 72px}@media screen and (min-width:768px){.p-home-about-item__image{opacity:0;position:absolute;z-index:1;top:50%;right:100%;width:calc(80px + var(--pl));height:calc((80px + var(--pl))/ 3 * 4);transform:translateY(-50%);transition:opacity var(--duration),transform var(--duration) var(--ease-common);pointer-events:none}}@media screen and (min-width:768px){.p-home-about-item__link.-active .p-home-about-item__image,.p-home-about-item__link:hover .p-home-about-item__image{opacity:1}}@media screen and (min-width:768px){.p-home-about-item__image::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--color-primary-light);transform:rotate(-4.38deg);transition:transform var(--duration) var(--ease-common)}}@media screen and (min-width:768px){.p-home-about-item__link.-active .p-home-about-item__image::before,.p-home-about-item__link:hover .p-home-about-item__image::before{transform:rotate(4.38deg)}}.p-home-about-item__image img{position:relative;z-index:1;transition:transform var(--duration) var(--ease-common)}@media screen and (min-width:768px){.p-home-about-item__image img{width:100%;height:100%;aspect-ratio:3/4;transform:rotate(-4.38deg)}}@media screen and (min-width:768px){.p-home-about-item__link.-active .p-home-about-item__image img,.p-home-about-item__link:hover .p-home-about-item__image img{transform:rotate(0)}}.p-home-about-item__text{position:relative;z-index:1;flex-grow:1;transition:padding var(--duration-fast) var(--ease-common)}@media screen and (min-width:768px){.p-home-about-item__link.-active .p-home-about-item__text,.p-home-about-item__link:hover .p-home-about-item__text{padding-left:40px}}.p-home-about-item__title{font-size:1.5rem;font-weight:700}.p-home-about-item__title--identity{--w:196px}.p-home-about-item__title--trackrecord{--w:336px}.p-home-about-item__title--team{--w:115px}.p-home-about-item__title--services{--w:214px}.p-home-about-item__title--joinus{--w:169px}.p-home-about-item__title img{width:calc(var(--w)/ 2)}@media screen and (min-width:768px){.p-home-about-item__title img{width:var(--w)}}.p-home-about-item__desc{margin-top:16px;font-size:.75rem;font-weight:700;word-break:keep-all}@media screen and (min-width:768px){.p-home-about-item__desc{margin-top:24px;font-size:1.125rem}}@media screen and (min-width:1024px){.p-home-about-item__desc{word-break:normal}}.p-triangle{--rt-x:3.75;--rt-y:6.67;--adj-x:110%;--adj-y:0%;--calc-x-1:calc((var(--x-1) + var(--adj-x)) / var(--rt-x));--calc-y-1:calc((var(--y-1) + var(--adj-y)) / var(--rt-y));--calc-x-2:calc((var(--x-2) + var(--adj-x)) / var(--rt-x));--calc-y-2:calc((var(--y-2) + var(--adj-y)) / var(--rt-y));--calc-x-3:calc((var(--x-3) + var(--adj-x)) / var(--rt-x));--calc-y-3:calc((var(--y-3) + var(--adj-y)) / var(--rt-y));--random-1:1;--random-2:1;--random-3:1;--random-4:1;--random-5:1;--random-6:1;width:100%;height:100%}@media screen and (min-width:1024px){.p-triangle{--rt-x:14.4;--rt-y:10.24;--adj-x:130%;--adj-y:80%}}.p-triangle.-home{--adj-x:0%;--adj-y:0%}.p-triangle::after,.p-triangle::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:clip-path var(--duration) var(--ease-common);aspect-ratio:375/667}@media screen and (min-width:1024px){.p-triangle::after,.p-triangle::before{aspect-ratio:1440/1024}}.p-triangle::before{z-index:1;background:var(--color-primary);clip-path:polygon(var(--calc-x-1) var(--calc-y-1),var(--calc-x-2) var(--calc-y-2),var(--calc-x-3) var(--calc-y-3))}.p-triangle::after{background:var(--color-primary-light);clip-path:polygon(calc(var(--calc-x-1) * var(--random-1)) calc(var(--calc-y-1) * var(--random-2)),calc(var(--calc-x-2) * var(--random-3)) calc(var(--calc-y-2) * var(--random-4)),calc(var(--calc-x-3) * var(--random-5)) calc(var(--calc-y-3) * var(--random-6)));transition-delay:60ms;transition-timing-function:var(--ease-quart-inout)}.p-triangle[data-step="1"]{--x-1:26%;--y-1:173%;--x-2:349%;--y-2:224.03%;--x-3:26%;--y-3:275%}@media screen and (min-width:1024px){.p-triangle[data-step="1"]{--x-1:82%;--y-1:152%;--x-2:1362%;--y-2:353.63%;--x-3:82%;--y-3:555%}}.p-triangle[data-step="1"]::after{clip-path:polygon(var(--calc-x-1) var(--calc-y-1),var(--calc-x-2) var(--calc-y-2),var(--calc-x-3) var(--calc-y-3))}.p-triangle[data-step="2"]{--x-1:-46.17%;--y-1:37.55%;--x-2:459.89%;--y-2:336.51%;--x-3:37.45%;--y-3:620.67%}@media screen and (min-width:1024px){.p-triangle[data-step="2"]{--x-1:261%;--y-1:-78%;--x-2:1300%;--y-2:659%;--x-3:339%;--y-3:1198%}}.p-triangle[data-step="3"]{--x-1:-108%;--y-1:252.47%;--x-2:497%;--y-2:180%;--x-3:135.61%;--y-3:356%}@media screen and (min-width:1024px){.p-triangle[data-step="3"]{--x-1:1715%;--y-1:71%;--x-2:614%;--y-2:905%;--x-3:-129%;--y-3:391%}}.p-triangle[data-step="4"]{--x-1:198.31%;--y-1:18.42%;--x-2:683.91%;--y-2:213.05%;--x-3:-99.59%;--y-3:528.8%}@media screen and (min-width:1024px){.p-triangle[data-step="4"]{--x-1:711.8%;--y-1:-42%;--x-2:1782%;--y-2:387%;--x-3:55%;--y-3:1083%}}.p-trackrecord{width:100%;max-width:1440px;margin-inline:auto;padding-inline:24px}@media screen and (min-width:768px){.p-trackrecord{padding-inline:80px}}.p-trackrecord{padding-block:74px 80px}@media screen and (min-width:768px){.p-trackrecord{padding-block:120px 160px}}.p-trackrecord__content{margin-top:28px}@media screen and (min-width:768px){.p-trackrecord__content{margin-top:48px}}.p-trackrecord__section{display:none}.p-trackrecord__section.-current{display:block}.p-trackrecord__section.-animated{animation:fadeInFromBottom var(--duration) var(--ease-common) forwards}.p-trackrecord-category{display:grid;gap:16px 26px}@media screen and (min-width:768px){.p-trackrecord-category{display:flex}}.p-trackrecord-category__title{font-size:1rem;color:var(--color-primary)}@media screen and (min-width:768px){.p-trackrecord-category__title{padding-block:12px;font-size:1.125rem}}.p-trackrecord-category__list{display:flex;flex-wrap:wrap;gap:8px}.p-trackrecord-category__item{display:inline-block}.p-trackrecord-category__link{--bgc:var(--color-white);--c:var(--color-base);display:block;padding:8px;background:var(--bgc);font-size:.75rem;font-weight:700;color:var(--c);transition:background-color var(--duration-fast),color var(--duration-fast)}@media screen and (min-width:768px){.p-trackrecord-category__link{padding:12px 16px;font-size:1.125rem}}.p-trackrecord-category__link.-current,.p-trackrecord-category__link:hover{--bgc:var(--color-primary);--c:var(--color-white)}.p-team-header{display:grid;gap:24px;justify-content:center;padding-block:48px 40px;text-align:center;background:var(--color-bg-primary)}@media screen and (min-width:768px){.p-team-header{gap:48px;padding-block:120px 98px}}.p-team-header__title{display:flex;justify-content:center}.p-team-header__title-text{display:block;padding-bottom:11px;border-bottom:2px solid var(--color-primary)}@media screen and (min-width:768px){.p-team-header__title-text{padding-bottom:19px;border-width:3px}}.p-team-header__catch{font-size:1.125rem}@media screen and (min-width:768px){.p-team-header__catch{font-size:2.625rem}}.p-team-content{width:100%;max-width:1240px;margin-inline:auto;padding-inline:24px}@media screen and (min-width:768px){.p-team-content{padding-inline:80px}}.p-team-content{overflow:hidden;padding-bottom:80px}@media screen and (min-width:768px){.p-team-content{overflow:visible;padding-bottom:160px}}.p-team-list{display:grid;grid-template-columns:repeat(auto-fill,195px);justify-content:center;gap:8px 120px}@media screen and (min-width:768px){.p-team-list{grid-template-columns:repeat(auto-fill,260px);gap:48px 150px}}.p-team-detail{padding-bottom:80px}@media screen and (min-width:768px){.p-team-detail{padding-bottom:160px}}.p-team-detail__back{width:100%;max-width:1440px;margin-inline:auto;padding-inline:24px}@media screen and (min-width:768px){.p-team-detail__back{padding-inline:80px}}.p-team-detail__back{display:flex;justify-content:center;margin-top:64px;padding-top:40px;border-top:1px solid var(--color-border-light)}@media screen and (min-width:768px){.p-team-detail__back{margin-top:120px;padding-top:64px}}.p-team-detail-header{--triangle-w:100%;--triangle-h:44.2666666667vw;position:relative}@media screen and (min-width:768px){.p-team-detail-header{--triangle-w:598px;--triangle-h:264px}}.p-team-detail-header__image img{width:100%}.p-team-detail-header__text{position:relative;display:flex;flex-direction:column;justify-content:center;gap:16px;width:var(--triangle-w);height:var(--triangle-h);margin-top:calc(var(--triangle-h)/ -2);padding-inline:24px;color:var(--color-white)}@media screen and (min-width:768px){.p-team-detail-header__text{gap:24px;padding-inline:39px}}@media screen and (min-width:1024px){.p-team-detail-header__text{position:absolute;left:0;bottom:64px;margin:0}}.p-team-detail-header__text::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--color-primary);clip-path:polygon(0 0,100% 50%,0 100%)}.p-team-detail-header__position{position:relative;font-size:.75rem}@media screen and (min-width:768px){.p-team-detail-header__position{font-size:.875rem}}.p-team-detail-header__title{position:relative;font-size:1.5rem}@media screen and (min-width:768px){.p-team-detail-header__title{font-size:2.625rem}}.p-team-detail-header__en{position:relative;font-size:.75rem}@media screen and (min-width:768px){.p-team-detail-header__en{font-size:.875rem}}.p-team-detail-nav{width:100%;max-width:1440px;margin-inline:auto;display:none}@media screen and (min-width:768px){.p-team-detail-nav{position:relative;display:block;margin-top:-22px;padding-inline:24px}}@media screen and (min-width:1024px){.p-team-detail-nav{padding-inline:80px}}.p-team-detail-nav__list{display:grid;grid-auto-flow:column;box-shadow:0 4px 28px var(--color-shadow-light)}.p-team-detail-nav__item{--r:8px;overflow:hidden;display:block;background:var(--color-white)}.p-team-detail-nav__item:first-child{border-radius:var(--r) 0 0 var(--r)}.p-team-detail-nav__item:last-child{border-radius:0 var(--r) var(--r) 0}.p-team-detail-nav__link{display:block;padding-block:22px;text-align:center;font-weight:700}.p-team-detail-nav__text{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;line-height:1}.p-team-detail-nav__text::before{content:"";position:absolute;top:0;left:0;width:1px;height:100%;background:var(--color-border-xlight);transform:translateX(-50%)}.p-team-detail-nav__text::after{content:"";display:inline-block;width:.595625rem;height:.515625rem;background:var(--color-primary);clip-path:polygon(0 0,100% 0,50% 100%)}.p-team-detail-nav__text ._text{transition:opacity var(--duration-fast)}@media screen and (min-width:768px){.p-team-detail-nav__link:hover .p-team-detail-nav__text ._text{opacity:.4}}.p-team-detail-content{display:grid;gap:64px;margin-top:27px}@media screen and (min-width:768px){.p-team-detail-content{gap:120px;margin-top:98px}}.p-team-section--lg{overflow:hidden}@media screen and (min-width:768px){.p-team-section--lg{overflow:visible}}.p-team-section--md .p-team-section__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:24px}@media screen and (min-width:768px){.p-team-section--md .p-team-section__inner{padding-inline:80px}}@media screen and (min-width:560px){.p-team-section--lg .p-team-section__inner{padding-inline:24px}}@media screen and (min-width:768px){.p-team-section__row{display:grid;align-items:start;grid-template-columns:360px 1fr}}.p-team-background__section:not(:first-of-type){margin-top:36px}@media screen and (min-width:768px){.p-team-background__section:not(:first-of-type){margin-top:48px}}.p-team-background__headline{margin-bottom:16px;font-size:1rem}@media screen and (min-width:768px){.p-team-background__headline{margin-bottom:20px;font-size:1.25rem}}.p-team-background__item{display:grid;gap:16px;padding-block:16px;border-top:1px solid var(--color-border)}@media screen and (min-width:768px){.p-team-background__item{grid-template-columns:5.375rem 1fr;padding-block:25px}}.p-team-background__item:last-child{border-bottom:1px solid var(--color-border)}.p-team-background__date{color:var(--color-primary)}@media screen and (min-width:768px){.p-team-background__date{color:var(--color-base)}}.p-team-qualification__item{gap:16px;padding-block:16px;border-top:1px solid var(--color-border)}@media screen and (min-width:768px){.p-team-qualification__item{padding-block:25px}}.p-team-qualification__item:last-child{border-bottom:1px solid var(--color-border)}.p-team-archive__section:not(:first-of-type){margin-top:24px}@media screen and (min-width:768px){.p-team-archive__section:not(:first-of-type){margin-top:40px}}.p-team-archive__headline{margin-bottom:16px;font-size:1.125rem}@media screen and (min-width:768px){.p-team-archive__headline{margin-bottom:20px;font-size:1.25rem}}.p-team-archive__more{display:flex;justify-content:center;margin-top:32px}@media screen and (min-width:768px){.p-team-archive__more{margin-top:62px}}.p-team-publication{--mg:24px;--pt:80px;--pi:29px;--pb:80px;--container-h:calc(100vh - var(--header-height) - (var(--mg) * 2));--root-h:calc(var(--container-h) - var(--pt) - var(--pb));padding:var(--pt) var(--pi) var(--pb);background:var(--color-primary);box-shadow:0 13px 44px var(--color-shadow)}@media screen and (min-width:560px){.p-team-publication{border-radius:24px}}@media screen and (min-width:1024px){.p-team-publication{--pt:40px;--pi:120px;--pb:16px;position:relative;display:flex;flex-direction:column;justify-content:center;min-height:var(--container-h)}}@media screen and (min-width:1440px){.p-team-publication{padding-inline:200px}}@media screen and (min-width:1024px){.p-team-publication__row{position:relative;z-index:1;display:flex;align-items:center;gap:80px}}@media screen and (min-width:1440px){.p-team-publication__row{gap:80px}}@media screen and (min-width:1024px){.p-team-publication__title{flex-shrink:0}}@media screen and (min-width:1024px){.p-team-publication__list{flex:1}}.p-team-publication__pagination{position:absolute;top:50%;right:56px;display:flex;flex-direction:column;justify-content:center;gap:8px;transform:translateY(-50%)}.p-team-publication__pagination-item{display:inline-block;width:1px;height:56px;background:var(--color-white);transition:background-color var(--duration-fast)}.p-team-publication__pagination-item.-active{background-color:var(--color-black)}.p-team-publication__more{display:flex;justify-content:center;margin-top:40px}@media screen and (min-width:768px){.p-team-publication__more{margin-top:62px}}.p-publication-list__wrapper{display:grid}.p-publication-list__wrapper>*{grid-area:1/1}.p-publication-list__section{visibility:hidden;opacity:0;display:flex;align-items:center;transition:opacity var(--duration),visibility var(--duration)}.p-publication-list__section.-active{opacity:1;visibility:visible}.p-archive-header{--triangle-w:720px;--pt:67px;--pl:14px;--pr:23px;--pb:24px;min-height:178px;padding-block:var(--pt) var(--pb);background:var(--color-bg-primary)}@media screen and (min-width:1024px){.p-archive-header{--pt:135px;--pl:76px;--pr:75px;--pb:38px;min-height:241px}}@media screen and (min-width:1024px){.p-archive-header{position:relative;display:flex;justify-content:space-between;align-items:flex-start}}.p-archive-header__title{position:relative;padding-inline:var(--pl) var(--pr);font-size:1.125rem;color:var(--color-white)}@media screen and (min-width:560px){.p-archive-header__title{font-size:1.25rem}}@media screen and (min-width:1024px){.p-archive-header__title{font-size:2.25rem}}.p-archive-header__title::before{content:"";position:absolute;top:-49px;bottom:-49px;left:0;width:339px;max-width:calc(100% - 8px);background:var(--color-primary);clip-path:polygon(0 0,100% 50%,0 100%);pointer-events:none}@media screen and (min-width:560px){.p-archive-header__title::before{width:400px}}@media screen and (min-width:1024px){.p-archive-header__title::before{top:-75px;bottom:-76px;width:var(--triangle-w);max-width:none}}.p-archive-header__title>span{position:relative}.p-archive-header__catch{position:relative;margin-top:32px;padding-inline:var(--pl) var(--pr);text-align:right;font-size:1rem}@media screen and (min-width:1024px){.p-archive-header__catch{width:100%;max-width:1440px;margin-inline:auto;position:absolute;left:0;right:0;bottom:0;padding-inline:var(--triangle-w) 80px;padding-bottom:var(--pb);font-size:1.75rem}}.p-archive-content{padding-bottom:80px}@media screen and (min-width:768px){.p-archive-content{padding-bottom:160px}}.p-identity{padding-block:56px 80px}@media screen and (min-width:768px){.p-identity{padding-block:160px}}.p-identity__section:not(:first-of-type){margin-top:56px}@media screen and (min-width:768px){.p-identity__section:not(:first-of-type){margin-top:80px}}.p-identity__section:nth-child(2n){padding-block:56px;background:var(--color-bg-primary-light)}@media screen and (min-width:768px){.p-identity__section:nth-child(2n){padding-block:80px}}@media screen and (min-width:1024px){.p-identity__section--history{padding-block:0!important}}.p-identity__row{width:100%;max-width:1440px;margin-inline:auto;padding-inline:24px}@media screen and (min-width:768px){.p-identity__row{padding-inline:80px}}.p-identity__row{display:grid;gap:32px}@media screen and (min-width:768px){.p-identity__row{align-items:start;grid-template-columns:290px 1fr}}.p-identity-message__body{margin-top:28px}@media screen and (min-width:768px){.p-identity-message__body{margin-top:51px}}.p-identity-message__body p{text-box-edge:text}.p-identity-message__body p+p{margin-top:1lh}.p-identity-message__image{display:flex;justify-content:center;align-items:center;width:100%;margin-top:32px;background:var(--color-white);aspect-ratio:316/156}@media screen and (min-width:768px){.p-identity-message__image{margin-top:56px;aspect-ratio:958/474}}.p-identity-message__image picture{width:67%}@media screen and (min-width:768px){.p-identity-message__image picture{width:41%}}.p-identity-message__image img{width:100%}@keyframes history-pan{from{transform:translateX(0) skew(calc(var(--skew) * -1))}to{transform:translateX(var(--history-max-x,0)) skew(calc(var(--skew) * -1))}}.p-identity-history{--skew:30deg;width:100%;max-width:1440px;margin-inline:auto;padding-inline:14px 40px}@media screen and (min-width:1024px){.p-identity-history{position:relative;align-items:center;padding-inline:0 80px}}@media screen and (min-width:1440px){.p-identity-history{padding-inline:80px 93px}}.p-identity-history__header{margin-left:42px}@media screen and (min-width:1024px){.p-identity-history__header{position:absolute;z-index:1;top:50%;left:80px;margin:0;transform:translateY(-50%)}}@media screen and (min-width:1024px){.p-identity-history__timeline-outer{position:relative}}@media screen and (min-width:1024px){.p-identity-history__timeline-wrap{position:relative;height:900px;overflow-y:auto;overflow-x:hidden;padding-block:80px;scrollbar-width:none;overflow-scrolling:touch;cursor:grab}.p-identity-history__timeline-wrap::-webkit-scrollbar{display:none}.p-identity-history__timeline-wrap.-dragging{cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;user-select:none}}.p-identity-history__scrollbar{display:none}@media screen and (min-width:1024px){.p-identity-history__scrollbar{display:block;position:absolute;top:100px;right:0;height:700px;width:2px;background:#d9d9d9;z-index:1}}.p-identity-history__scrollbar-thumb{position:absolute;top:0;left:0;width:100%;height:var(--thumb-h,0);background:var(--color-base);transform:translateY(var(--thumb-y,0));cursor:grab;touch-action:none}.p-identity-history__scrollbar-thumb.-dragging{cursor:grabbing;transform:scaleX(2) translateY(var(--thumb-y,0))}.p-identity-history__timeline{position:relative;display:flex;gap:22px;padding-left:53px}@media screen and (min-width:1024px){.p-identity-history__timeline{justify-content:flex-end;gap:20px;padding-left:0;padding-right:60px;transform:translateX(var(--group-x,0)) skew(calc(var(--skew) * -1));transform-origin:right top;will-change:transform}@supports (animation-timeline:scroll()){.p-identity-history__timeline{animation-name:history-pan;animation-duration:auto;animation-timing-function:linear;animation-fill-mode:both;animation-timeline:scroll(nearest);animation-range:0% 100%}}}.p-identity-history__timeline::before{content:"";display:block;flex:0 0 2px;width:2px;background:linear-gradient(to bottom,rgba(0,152,213,0) -.01%,var(--color-primary) 19.99%,var(--color-primary) 80%,rgba(0,152,213,0) 100%)}.p-identity-history__content{padding-block:66px 5px}@media screen and (min-width:1024px){.p-identity-history__content{max-width:558px}}.p-identity-history__section{position:relative}.p-identity-history__section:not(:first-child){margin-top:48px}@media screen and (min-width:1024px){.p-identity-history__section:not(:first-child){margin-top:93px}}.p-identity-history__year{position:absolute;top:-20px;left:-77px;font-size:1rem;font-weight:700;color:var(--color-primary)}@media screen and (min-width:1024px){.p-identity-history__year{top:-70px;left:-108px;text-align:right;font-size:1.75rem;transform:skew(30deg);transform-origin:right top}}.p-identity-history__item{position:relative}@media screen and (min-width:1024px){.p-identity-history__item{transform:skew(30deg);transform-origin:left top}}.p-identity-history__item::before{content:"";position:absolute;top:0;left:-28px;display:block;width:9px;height:9px;box-shadow:0 0 3px 3px var(--color-bg-overlay);border-radius:50%;background:var(--color-primary)}.p-identity-history__item:not(:first-child){margin-top:48px}@media screen and (min-width:1024px){.p-identity-history__item:not(:first-child){margin-top:93px}}.p-identity-history__headline-date{display:block;margin-bottom:15px;font-size:1.125rem}@media screen and (min-width:768px){.p-identity-history__headline-date{display:inline;margin-right:8px}}.p-identity-history__headline-text{display:block;font-size:1.125rem}@media screen and (min-width:768px){.p-identity-history__headline-text{display:inline;font-size:1.5rem}}.p-identity-history__body{margin-top:16px}@media screen and (min-width:1024px){.p-identity-history__body{margin-top:24px}}.p-identity-access__map iframe{display:block;width:100%;height:100%;border:0;aspect-ratio:327/240}@media screen and (min-width:768px){.p-identity-access__map iframe{aspect-ratio:958/440}}.p-identity-access__content{display:grid;gap:40px 88px;margin-top:32px}@media screen and (min-width:768px){.p-identity-access__content{display:flex;flex-wrap:wrap;margin-top:56px}}.p-identity-access__section{display:grid;justify-content:start;gap:24px}@media screen and (min-width:768px){.p-identity-access__section{gap:32px;padding-left:40px;border-left:1px solid var(--color-border-light)}}.p-identity-access__section ._title{font-size:1.125rem}@media screen and (min-width:768px){.p-identity-access__section ._title{font-size:1.5rem}}.p-services{width:100%;max-width:1440px;margin-inline:auto;padding-inline:24px}@media screen and (min-width:768px){.p-services{padding-inline:80px}}.p-services{overflow:hidden;padding-block:64px 80px}@media screen and (min-width:768px){.p-services{padding-block:120px 160px}}.p-services-solution{display:grid;gap:56px}@media screen and (min-width:1024px){.p-services-solution{display:flex;justify-content:space-between;align-items:center}}@media screen and (min-width:1440px){.p-services-solution{gap:110px}}@media screen and (min-width:1024px){.p-services-solution__text{flex:0 1 517px}}.p-services-solution__headline{line-height:var(--lh-sm);font-size:1.5rem;color:var(--color-primary)}@media screen and (min-width:768px){.p-services-solution__headline{font-size:2.25rem}}.p-services-solution__body{margin-top:36px}@media screen and (min-width:768px){.p-services-solution__body{margin-top:48px}}.p-services-solution__body p{text-box-edge:text}.p-services-solution__body p+p{margin-top:1lh}@media screen and (min-width:1024px){.p-services-solution__image{flex:1 1 645px}}.p-services-solution__image picture{--adj:33px;width:calc(100% + var(--adj) * 2);max-width:none;margin:calc(var(--adj) * -1)}@media screen and (min-width:1024px){.p-services-solution__image picture{--adj:60px}}.p-services-solution__image img{width:100%}.p-services-field{margin-top:56px}@media screen and (min-width:768px){.p-services-field{margin-top:92px}}.p-services-field__title{font-size:1.125rem;color:var(--color-primary)}@media screen and (min-width:768px){.p-services-field__title{font-size:1.5rem}}.p-services-field__list{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:32px}.p-services-field__list::after{content:"など";display:inline-block;line-height:1;padding-left:8px;font-weight:700}.p-services-field__item{display:inline-block;padding:8px;background:var(--color-white);font-weight:700}.p-joinus{padding-bottom:80px}@media screen and (min-width:768px){.p-joinus{padding-bottom:160px}}.p-joinus-hero__image{position:relative}.p-joinus-hero__image::before{content:"";position:absolute;left:0;bottom:0;width:100%;height:17.8666666667vw;background:var(--color-bg-primary);clip-path:polygon(100% 0,100% 100%,0 100%)}@media screen and (min-width:1024px){.p-joinus-hero__image::before{height:16.5972222222vw}}.p-joinus-hero__image img{width:100%;height:112vw;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}@media screen and (min-width:1024px){.p-joinus-hero__image img{height:69.0277777778vw;-o-object-position:center bottom;object-position:center bottom}}.p-joinus-hero__text{position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:center;width:100%;padding-top:80px}@media screen and (min-width:768px){.p-joinus-hero__text{padding-top:152px}}.p-joinus-hero__title{display:flex;flex-direction:column;gap:12px;text-align:center}@media screen and (min-width:768px){.p-joinus-hero__title{gap:24px}}.p-joinus-hero__title-en{display:block;padding-bottom:12px;border-bottom:4px solid var(--color-primary)}@media screen and (min-width:768px){.p-joinus-hero__title-en{padding-bottom:24px;border-bottom:8px solid var(--color-primary)}}.p-joinus-hero__title-en img{width:179px}@media screen and (min-width:768px){.p-joinus-hero__title-en img{width:357px}}.p-joinus-hero__title-ja{display:block;font-size:1.125rem}@media screen and (min-width:768px){.p-joinus-hero__title-ja{font-size:2.25rem}}.p-joinus-content{position:relative;z-index:1;margin-top:-20vw}@media screen and (min-width:768px){.p-joinus-content{margin-top:-18.4722222222vw}}.p-joinus-intro{position:relative;min-height:103.7333333333vw;color:var(--color-white)}@media screen and (min-width:768px){.p-joinus-intro{min-height:44.0972222222vw}}.p-joinus-intro::before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:url(../images/joinus/joinus_intro_bg-sp.svg) 0 0/100% auto no-repeat}@media screen and (min-width:1024px){.p-joinus-intro::before{background-image:url(../images/joinus/joinus_intro_bg-pc.svg)}}.p-joinus-intro__inner{padding-inline:24px}@media screen and (min-width:768px){.p-joinus-intro__inner{padding-inline:80px}}.p-joinus-intro__inner{position:relative;z-index:1;display:grid;gap:28px;max-width:936px;margin-inline:auto;padding-block:26.4vw 33.3333333333vw}@media screen and (min-width:1024px){.p-joinus-intro__inner{grid-template-columns:1fr 440px;align-items:center;padding-block:17.0833333333vw 15.9722222222vw}}.p-joinus-intro__haedline{font-size:1.25rem}@media screen and (min-width:768px){.p-joinus-intro__haedline{font-size:2.25rem}}.p-joinus-section{position:relative;z-index:1}.p-joinus-work{padding-inline:32px}@media screen and (min-width:768px){.p-joinus-work{padding-inline:80px}}.p-joinus-work{max-width:1280px;margin-inline:auto;margin-top:78px;padding-bottom:78px}@media screen and (min-width:768px){.p-joinus-work{margin-top:125px;padding-bottom:160px}}.p-joinus-work__title{text-align:center;font-size:1.75rem;color:var(--color-primary)}@media screen and (min-width:768px){.p-joinus-work__title{font-size:3rem}}.p-joinus-work__content{display:grid;gap:40px;margin-top:40px}@media screen and (min-width:768px){.p-joinus-work__content{gap:61px;margin-top:64px}}.p-joinus-work__section{display:flex;flex-direction:column;gap:28px 48px}@media screen and (min-width:1024px){.p-joinus-work__section{flex-direction:row-reverse;align-items:center}}@media screen and (min-width:1024px){.p-joinus-work__section:nth-child(2n){flex-direction:row}}@media screen and (min-width:1024px){.p-joinus-work__image{flex:0 0 424px}}.p-joinus-work__image img{width:100%}.p-joinus-work__text{display:grid;gap:24px}@media screen and (min-width:1024px){.p-joinus-work__text{flex:1;gap:32px}}.p-joinus-work__headline{display:flex;flex-direction:column;align-items:flex-start;gap:2px 0;font-size:1.125rem}@media screen and (min-width:768px){.p-joinus-work__headline{flex-direction:row;flex-wrap:wrap;font-size:1.75rem}}.p-joinus-work__headline ._row{display:inline-block;padding:10px 8px;border-bottom:3px solid var(--color-primary);background:var(--color-white)}@media screen and (min-width:768px){.p-joinus-work__headline ._row:first-child{padding-right:0}}@media screen and (min-width:768px){.p-joinus-work__headline ._row:last-child{padding-left:0}}.p-joinus-internship{padding-block:64px;background:rgba(255,255,255,.4)}@media screen and (min-width:768px){.p-joinus-internship{padding-block:120px}}.p-joinus-internship__inner{width:100%;max-width:1360px;margin-inline:auto;padding-inline:24px}@media screen and (min-width:768px){.p-joinus-internship__inner{padding-inline:80px}}.p-joinus-internship-outline{display:grid;gap:42px}@media screen and (min-width:1024px){.p-joinus-internship-outline{display:flex;justify-content:space-between;align-items:center}}@media screen and (min-width:768px){.p-joinus-internship-outline__text{flex-basis:545px}}.p-joinus-internship-outline__title{font-size:1.75rem;color:var(--color-primary)}@media screen and (min-width:768px){.p-joinus-internship-outline__title{font-size:3rem}}.p-joinus-internship-outline__desc{margin-top:32px}@media screen and (min-width:768px){.p-joinus-internship-outline__desc{margin-top:48px}}@media screen and (min-width:768px){.p-joinus-internship-outline__image{flex-basis:545px}}.p-joinus-internship-outline__image img{width:100%}.p-joinus-internship-feature{counter-reset:feature;display:grid;gap:48px 32px;margin-top:56px}@media screen and (min-width:768px){.p-joinus-internship-feature{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-top:64px}}.p-joinus-internship-feature__item{counter-increment:feature}.p-joinus-internship-feature__headline{position:relative;display:flex;font-size:1.125rem;color:var(--color-primary)}@media screen and (min-width:768px){.p-joinus-internship-feature__headline{font-size:1.5rem}}.p-joinus-internship-feature__headline::before{content:counter(feature,decimal-leading-zero);position:absolute;opacity:.1;top:-18px;left:11px;display:block;line-height:var(--lh-sm);font-size:79px;font-family:var(--ff-ja);color:var(--color-primary);letter-spacing:.1em}@media screen and (min-width:768px){.p-joinus-internship-feature__headline::before{left:0;font-size:96px}}.p-joinus-internship-feature__headline>span{position:relative;display:inline-block;padding-bottom:26px}.p-joinus-internship-feature__headline>span::after{content:"";position:absolute;left:0;bottom:0;display:block;width:100%;height:2px;border-left:36px solid var(--color-primary);background:var(--color-border-light)}.p-joinus-internship-feature__body{margin-top:24px}@media screen and (min-width:768px){.p-joinus-internship-feature__body{margin-top:40px}}.p-joinus-internship-message{display:grid;gap:32px 48px;margin-top:56px;padding:24px 24px 40px;border-radius:24px;background:var(--color-primary);color:var(--color-white);box-shadow:0 13px 44px var(--color-shadow)}@media screen and (min-width:1024px){.p-joinus-internship-message{grid-template-columns:274px 1fr;align-items:center;margin-top:64px;padding:80px}}.p-joinus-internship-message__image img{width:100%}.p-joinus-internship-message__title{font-size:1.25rem}@media screen and (min-width:768px){.p-joinus-internship-message__title{font-size:1.75rem}}.p-joinus-internship-message__body{margin-top:28px}@media screen and (min-width:768px){.p-joinus-internship-message__body{margin-top:44px}}.p-joinus-internship-message__body p{text-box-edge:text}.p-joinus-internship-message__body p+p{margin-top:1lh}.p-joinus-interview{overflow:hidden;padding-block:64px;background:var(--color-white)}@media screen and (min-width:768px){.p-joinus-interview{padding-block:120px}}.p-joinus-interview__inner{padding-inline:32px}@media screen and (min-width:768px){.p-joinus-interview__inner{padding-inline:80px}}.p-joinus-interview__inner{max-width:1260px;margin-inline:auto}.p-joinus-interview__header{position:relative;z-index:1}.p-joinus-interview__title{text-align:center;font-size:1.75rem;color:var(--color-primary)}@media screen and (min-width:768px){.p-joinus-interview__title{font-size:3rem}}.p-joinus-interview__person{margin-top:24px;text-align:center;font-size:1.125rem;font-weight:700}@media screen and (min-width:768px){.p-joinus-interview__person{margin-top:32px}}.p-joinus-interview__headline{display:flex;flex-direction:column;align-items:center;gap:32px;margin-top:32px;text-align:center;font-size:1.5rem;word-break:keep-all}@media screen and (min-width:768px){.p-joinus-interview__headline{gap:40px;margin-top:40px;font-size:3rem}}.p-joinus-interview__headline::before{content:"";display:block;width:68px;height:6px;background:var(--color-primary)}@media screen and (min-width:768px){.p-joinus-interview__headline::before{width:100px;height:8px}}.p-joinus-interview__content{display:grid;gap:56px;margin-top:56px}@media screen and (min-width:768px){.p-joinus-interview__content{gap:120px;margin-top:160px}}.p-interview-section{display:flex;flex-direction:column;gap:40px 64px}@media screen and (min-width:1024px){.p-interview-section{flex-direction:row}}@media screen and (min-width:1024px){.p-interview-section:nth-child(2n){flex-direction:row-reverse}}@media screen and (min-width:1024px){.p-interview-section--lg{flex-direction:column-reverse!important}}.p-interview-section__text{position:relative;z-index:1}.p-interview-section__headline{font-size:1.25rem}@media screen and (min-width:768px){.p-interview-section__headline{font-size:1.75rem}}.p-interview-section__body:not(:first-child){margin-top:24px}@media screen and (min-width:768px){.p-interview-section__body:not(:first-child){margin-top:48px}}.p-interview-section__body p{text-box-edge:text}.p-interview-section__body p+p{margin-top:1lh}.p-interview-section__image{position:relative}@media screen and (min-width:1024px){.p-interview-section__image{flex:0 0 346px}}.p-interview-section__image::before{content:"";position:absolute;display:block;width:var(--w);height:var(--h);background-position:center center;background-size:100% auto;background-repeat:no-repeat}@media screen and (min-width:1024px){.p-interview-section:first-child .p-interview-section__image{flex-basis:346px}}.p-interview-section:first-child .p-interview-section__image::before{--w:200vw;--h:128vw;top:0;right:-104vw;background-image:url(../images/joinus/interview_triangle-01-sp.svg)}@media screen and (min-width:1024px){.p-interview-section:first-child .p-interview-section__image::before{--w:75.5555555556vw;--h:57.4305555556vw;top:-20.1388888889vw;right:-49.4444444444vw;background-image:url(../images/joinus/interview_triangle-01-pc.svg)}}@media screen and (min-width:1024px){.p-interview-section:nth-child(2) .p-interview-section__image{flex-basis:373px}}.p-interview-section:nth-child(2) .p-interview-section__image::before{--w:198.4vw;--h:133.6vw;top:26.9333333333vw;left:-67.4666666667vw;background-image:url(../images/joinus/interview_triangle-02-sp.svg)}@media screen and (min-width:1024px){.p-interview-section:nth-child(2) .p-interview-section__image::before{--w:96.5972222222vw;--h:65.625vw;top:-14.7222222222vw;left:-63.8194444444vw;background-image:url(../images/joinus/interview_triangle-02-pc.svg)}}@media screen and (min-width:1024px){.p-interview-section:nth-child(3) .p-interview-section__image{flex-basis:406px;align-self:center}}@media screen and (min-width:1024px){.p-interview-section:nth-child(4) .p-interview-section__image{flex-basis:auto}}.p-interview-section:nth-child(4) .p-interview-section__image::before{--w:155.4666666667vw;--h:108vw;top:-34.1333333333vw;right:-53.0666666667vw;background-image:url(../images/joinus/interview_triangle-03-sp.svg)}@media screen and (min-width:1024px){.p-interview-section:nth-child(4) .p-interview-section__image::before{--w:97.9166666667vw;--h:69.9305555556vw;top:-27.2222222222vw;right:-40.9027777778vw;background-image:url(../images/joinus/interview_triangle-03-pc.svg)}}.p-interview-section__image img{position:relative;width:100%}.p-joinus-info{width:100%;max-width:1440px;margin-inline:auto;padding-inline:24px}@media screen and (min-width:768px){.p-joinus-info{padding-inline:80px}}.p-joinus-info{display:grid;gap:80px;padding-top:64px}@media screen and (min-width:768px){.p-joinus-info{gap:120px;padding-top:120px}}.p-joinus-application{display:grid;gap:16px}.p-joinus-faq__title{text-align:center;font-size:1.75rem;color:var(--color-primary)}@media screen and (min-width:768px){.p-joinus-faq__title{font-size:3rem}}.p-joinus-faq__list{margin-top:32px}@media screen and (min-width:768px){.p-joinus-faq__list{margin-top:64px}}.p-joinus-faq__item{border-top:1px solid var(--color-border)}.p-joinus-faq__item:last-child{border-bottom:1px solid var(--color-border)}.p-joinus-entry{display:flex;justify-content:center}.p-contact{width:100%;max-width:1440px;margin-inline:auto;padding-inline:24px}@media screen and (min-width:768px){.p-contact{padding-inline:80px}}.p-contact{padding-block:64px 80px}@media screen and (min-width:768px){.p-contact{padding-block:120px 160px}}.p-publication-content{overflow:hidden}.p-publication-content__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:24px}@media screen and (min-width:768px){.p-publication-content__inner{padding-inline:80px}}.p-publication-content__section{margin-top:64px}@media screen and (min-width:768px){.p-publication-content__section{margin-top:120px}}.p-publication-author-list{display:grid;grid-template-columns:repeat(auto-fill,195px);justify-content:center;gap:8px 120px}@media screen and (min-width:768px){.p-publication-author-list{display:flex;gap:48px 150px}}@media screen and (min-width:768px){.p-publication-author-list__item{flex-basis:260px}}.p-document{width:100%;max-width:1440px;margin-inline:auto;padding-inline:24px}@media screen and (min-width:768px){.p-document{padding-inline:80px}}.p-document{padding-bottom:80px;overflow-wrap:anywhere;line-break:strict}@media screen and (min-width:768px){.p-document{padding-bottom:160px}}.p-document *{text-box-edge:text}.p-document h2{font-size:1rem}@media screen and (min-width:768px){.p-document h2{font-size:1.125rem}}.p-document h2:not(:first-child){margin-top:40px}.p-document h2+ol:not(:first-child),.p-document h2+p:not(:first-child),.p-document h2+ul:not(:first-child){margin-top:16px}.p-document ol:not(:first-child),.p-document p:not(:first-child),.p-document ul:not(:first-child){margin-top:1lh}.p-document li{margin-left:1.5em}.p-document ol li{list-style:decimal}.p-document ul li{list-style:disc}.p-document a{color:var(--color-primary);text-decoration:underline}.p-404{width:100%;max-width:1440px;margin-inline:auto;padding-inline:24px}@media screen and (min-width:768px){.p-404{padding-inline:80px}}.p-404{display:grid;gap:48px;padding-block:64px 80px}@media screen and (min-width:768px){.p-404{gap:96px;padding-block:120px 160px}}.p-404__body{text-align:center}.p-404__back{display:flex;justify-content:center}@media screen and (min-width:480px){.u-show-xs{display:none!important}}@media screen and (min-width:560px){.u-show-sm{display:none!important}}@media screen and (min-width:768px){.u-show-md{display:none!important}}@media screen and (min-width:1024px){.u-show-lg{display:none!important}}@media screen and (min-width:1440px){.u-show-xl{display:none!important}}@media screen and (max-width:479px){.u-hide-xs{display:none!important}}@media screen and (max-width:559px){.u-hide-sm{display:none!important}}@media screen and (max-width:767px){.u-hide-md{display:none!important}}@media screen and (max-width:1023px){.u-hide-lg{display:none!important}}@media screen and (max-width:1439px){.u-hide-xl{display:none!important}}.u-hide{display:none!important}.u-ov-h{overflow:hidden}.u-ta-c{text-align:center}.u-ta-r{text-align:right}