.customer-quotes{position:relative;overflow:hidden;-webkit-transition:background-color 700ms cubic-bezier(.694,0,.335,1);transition:background-color 700ms cubic-bezier(.694,0,.335,1)}body.has-reduced-motion .customer-quotes{-webkit-transition:none;transition:none}@media all and (prefers-reduced-motion:reduce){.customer-quotes{-webkit-transition:none;transition:none}}.customer-quotes.theme-dark-background .customer-quotes__index,.customer-quotes.theme-dark-background button{color:#fff}.customer-quotes--is-carousel.is-transitioning-forward .customer-quotes__index__current--visible,.customer-quotes--is-carousel.is-transitioning-backward .customer-quotes__index__current--visible,.customer-quotes--is-carousel.is-transitioning-forward .customer-quotes__index__current--next,.customer-quotes--is-carousel.is-transitioning-backward .customer-quotes__index__current--next{-webkit-transition:-webkit-transform 300ms cubic-bezier(.694,0,.335,1);transition:-webkit-transform 300ms cubic-bezier(.694,0,.335,1);transition:transform 300ms cubic-bezier(.694,0,.335,1);transition:transform 300ms cubic-bezier(.694,0,.335,1),-webkit-transform 300ms cubic-bezier(.694,0,.335,1)}body.has-reduced-motion .customer-quotes--is-carousel.is-transitioning-forward .customer-quotes__index__current--visible,body.has-reduced-motion .customer-quotes--is-carousel.is-transitioning-backward .customer-quotes__index__current--visible,body.has-reduced-motion .customer-quotes--is-carousel.is-transitioning-forward .customer-quotes__index__current--next,body.has-reduced-motion .customer-quotes--is-carousel.is-transitioning-backward .customer-quotes__index__current--next{-webkit-transition:none;transition:none}@media all and (prefers-reduced-motion:reduce){.customer-quotes--is-carousel.is-transitioning-forward .customer-quotes__index__current--visible,.customer-quotes--is-carousel.is-transitioning-backward .customer-quotes__index__current--visible,.customer-quotes--is-carousel.is-transitioning-forward .customer-quotes__index__current--next,.customer-quotes--is-carousel.is-transitioning-backward .customer-quotes__index__current--next{-webkit-transition:none;transition:none}}.customer-quotes--is-carousel.is-transitioning-forward .customer-quotes__index__current--next,.customer-quotes--is-carousel.is-transitioning-backward .customer-quotes__index__current--next{-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}.customer-quotes--is-carousel.is-transitioning-forward .customer-quotes__quotes .customer-quote.is-visible,.customer-quotes--is-carousel.is-transitioning-backward .customer-quotes__quotes .customer-quote.is-visible{opacity:0;-webkit-transition:opacity .35s cubic-bezier(.694,0,.335,1),-webkit-transform .35s cubic-bezier(.694,0,.335,1);transition:opacity .35s cubic-bezier(.694,0,.335,1),-webkit-transform .35s cubic-bezier(.694,0,.335,1);transition:opacity .35s cubic-bezier(.694,0,.335,1),transform .35s cubic-bezier(.694,0,.335,1);transition:opacity .35s cubic-bezier(.694,0,.335,1),transform .35s cubic-bezier(.694,0,.335,1),-webkit-transform .35s cubic-bezier(.694,0,.335,1)}body.has-reduced-motion .customer-quotes--is-carousel.is-transitioning-forward .customer-quotes__quotes .customer-quote.is-visible,body.has-reduced-motion .customer-quotes--is-carousel.is-transitioning-backward .customer-quotes__quotes .customer-quote.is-visible{-webkit-transition:none;transition:none}@media all and (prefers-reduced-motion:reduce){.customer-quotes--is-carousel.is-transitioning-forward .customer-quotes__quotes .customer-quote.is-visible,.customer-quotes--is-carousel.is-transitioning-backward .customer-quotes__quotes .customer-quote.is-visible{-webkit-transition:none;transition:none}}.customer-quotes--is-carousel.is-transitioning-forward .customer-quote.is-visible,.customer-quotes--is-carousel.is-transitioning-backward .customer-quote.is-visible{-webkit-transition-delay:.1s;transition-delay:.1s}.customer-quotes--is-carousel.is-transitioning-forward .customer-quotes__image-wrapper,.customer-quotes--is-carousel.is-transitioning-backward .customer-quotes__image-wrapper{-webkit-transition:opacity .35s cubic-bezier(.694,0,.335,1),-webkit-clip-path .35s cubic-bezier(.694,0,.335,1);transition:opacity .35s cubic-bezier(.694,0,.335,1),-webkit-clip-path .35s cubic-bezier(.694,0,.335,1);transition:opacity .35s cubic-bezier(.694,0,.335,1),clip-path .35s cubic-bezier(.694,0,.335,1);transition:opacity .35s cubic-bezier(.694,0,.335,1),clip-path .35s cubic-bezier(.694,0,.335,1),-webkit-clip-path .35s cubic-bezier(.694,0,.335,1)}body.has-reduced-motion .customer-quotes--is-carousel.is-transitioning-forward .customer-quotes__image-wrapper,body.has-reduced-motion .customer-quotes--is-carousel.is-transitioning-backward .customer-quotes__image-wrapper{-webkit-transition:none;transition:none}@media all and (prefers-reduced-motion:reduce){.customer-quotes--is-carousel.is-transitioning-forward .customer-quotes__image-wrapper,.customer-quotes--is-carousel.is-transitioning-backward .customer-quotes__image-wrapper{-webkit-transition:none;transition:none}}.customer-quotes--is-carousel.is-transitioning-forward .customer-quotes__index__current--visible{-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg)}.customer-quotes--is-carousel.is-transitioning-forward .customer-quotes__quotes .customer-quote.is-visible{-webkit-transform:translateX(-.7vw);transform:translateX(-.7vw)}.customer-quotes--is-carousel.is-transitioning-forward .customer-quotes__image-wrapper{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}.customer-quotes--is-carousel.is-transitioning-backward .customer-quotes__index__current--visible{-webkit-transform:rotateX(90deg);transform:rotateX(90deg)}.customer-quotes--is-carousel.is-transitioning-backward .customer-quotes__quotes .customer-quote.is-visible{-webkit-transform:translateX(.7vw);transform:translateX(.7vw)}.customer-quotes--is-carousel.is-transitioning-backward .customer-quotes__image-wrapper{-webkit-clip-path:inset(0 0 0 100%);clip-path:inset(0 0 0 100%)}.customer-quotes--is-carousel .customer-quotes__quotes,.customer-quotes--is-carousel .customer-quotes__images{display:none}@media all and (min-width:768px){.customer-quotes--is-carousel .customer-quotes__quotes,.customer-quotes--is-carousel .customer-quotes__images{display:block}}.customer-quotes--is-carousel .customer-quotes__quotes .customer-quote{position:absolute;top:0;left:0;padding:0;pointer-events:none;opacity:0}.customer-quotes--is-carousel .customer-quotes__quotes .customer-quote.is-visible{position:relative;pointer-events:auto;-webkit-transform:translateX(0);transform:translateX(0);opacity:1;-webkit-transition:opacity 300ms cubic-bezier(.694,0,.335,1);transition:opacity 300ms cubic-bezier(.694,0,.335,1)}body.has-reduced-motion .customer-quotes--is-carousel .customer-quotes__quotes .customer-quote.is-visible{-webkit-transition:none;transition:none}@media all and (prefers-reduced-motion:reduce){.customer-quotes--is-carousel .customer-quotes__quotes .customer-quote.is-visible{-webkit-transition:none;transition:none}}.customer-quotes--is-carousel .customer-quotes__image-wrapper{pointer-events:none;opacity:0}@media all and (min-width:768px){.customer-quotes--is-carousel .customer-quotes__carousel-subtext{display:-webkit-box;display:-ms-flexbox;display:flex}}@media all and (max-width:767px){.customer-quotes:not(.customer-quotes--is-carousel){padding:40px 16px}}.customer-quotes__content{max-width:1480px;margin-left:auto;margin-right:auto;padding-top:0;padding-bottom:0;padding-left:0;padding-right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media all and (min-width:1480px) and (max-width:1600px){.customer-quotes__content{max-width:1360px}}@media all and (min-width:768px){.customer-quotes__content{padding-top:48px;padding-bottom:48px}}@media all and (min-width:1024px){.customer-quotes__content{padding-top:64px;padding-bottom:64px}}@media all and (min-width:1280px){.customer-quotes__content{padding-top:80px;padding-bottom:80px}}@media all and (min-width:1440px){.customer-quotes__content{padding-top:80px;padding-bottom:80px}}@media all and (min-width:768px){.customer-quotes__content{padding-left:40px;padding-right:40px}}@media all and (min-width:1024px){.customer-quotes__content{padding-left:40px;padding-right:40px}}@media all and (min-width:1280px){.customer-quotes__content{padding-left:40px;padding-right:40px}}@media all and (min-width:1440px){.customer-quotes__content{padding-left:40px;padding-right:40px}}.customer-quotes__quotes{position:relative;width:100%}@media all and (min-width:768px){.customer-quotes__quotes{width:calc((((100% - 440px)/12)*5) + 160px + 0px)}}.customer-quotes .customer-quote{height:100%}@media all and (min-width:768px){.customer-quotes .customer-quote{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.customer-quotes .customer-quote__quote-container{width:100%;margin-bottom:28px}@media all and (min-width:768px){.customer-quotes .customer-quote__quote-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:0}}.customer-quotes .customer-quote__quote{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media all and (min-width:768px){.customer-quotes .customer-quote__quote{width:100%}}.customer-quotes .customer-quote__quote blockquote{font-family:"Clarkson",Helvetica,sans-serif;font-style:normal;font-weight:500;line-height:1.2em;letter-spacing:0;text-rendering:geometricPrecision;text-transform:none;text-decoration:none;font-size:18px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-top:-.125em;margin-bottom:26px}html[lang^=ja] .customer-quotes .customer-quote__quote blockquote{font-family:"Noto Sans JP"}@media all and (min-width:768px){.customer-quotes .customer-quote__quote blockquote{margin-bottom:0}}@media all and (min-width:1024px){.customer-quotes .customer-quote__quote blockquote{font-size:22px}}@media all and (min-width:1440px){.customer-quotes .customer-quote__quote blockquote{font-size:28px}}@media all and (min-width:768px){.customer-quotes .customer-quote__citation{margin-top:.095em}}@media all and (min-width:1280px){.customer-quotes .customer-quote__citation{margin-top:.14em}}@media all and (min-width:1440px){.customer-quotes .customer-quote__citation{margin-top:.17em}}.customer-quotes .customer-quote__citation,.customer-quotes .customer-quote .link{font-family:"Clarkson",Helvetica,sans-serif;font-style:normal;font-weight:500;line-height:1.2em;letter-spacing:0;text-rendering:geometricPrecision;text-transform:uppercase;text-decoration:none;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html[lang^=ja] .customer-quotes .customer-quote__citation,html[lang^=ja] .customer-quotes .customer-quote .link{font-family:"Noto Sans JP"}@media all and (min-width:1280px){.customer-quotes .customer-quote__citation,.customer-quotes .customer-quote .link{font-size:16px}}@media all and (min-width:1440px){.customer-quotes .customer-quote__citation,.customer-quotes .customer-quote .link{font-size:18px}}@media all and (min-width:1920px){.customer-quotes .customer-quote__citation,.customer-quotes .customer-quote .link{font-size:20px}}@media all and (max-width:600px){.customer-quotes .customer-quote__citation,.customer-quotes .customer-quote .link{font-size:14px}}.customer-quotes .customer-quote__website-link{opacity:.3}.customer-quotes .customer-quote__citation{display:block;margin-bottom:4px}@media all and (min-width:768px){.customer-quotes .customer-quote__citation{width:100%}}@media all and (min-width:1280px){.customer-quotes .customer-quote__citation{margin-bottom:8px}}@media all and (min-width:1440px){.customer-quotes .customer-quote__citation{margin-bottom:11px}}.customer-quotes__images{width:100%}@media all and (min-width:768px){.customer-quotes__images{width:calc((((100% - 200px)/6)*3) + 80px + 0px)}}@media all and (min-width:1024px){.customer-quotes__images{width:calc((((100% - 440px)/12)*6) + 200px + 0px)}}.customer-quotes__image-wrapper.is-visible{pointer-events:auto;-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);opacity:1;-webkit-transition:opacity 300ms cubic-bezier(.694,0,.335,1);transition:opacity 300ms cubic-bezier(.694,0,.335,1)}body.has-reduced-motion .customer-quotes__image-wrapper.is-visible{-webkit-transition:none;transition:none}@media all and (prefers-reduced-motion:reduce){.customer-quotes__image-wrapper.is-visible{-webkit-transition:none;transition:none}}.customer-quotes__carousel-subtext{display:none;position:relative;margin-top:8px;height:100%;width:100%;font-family:"Clarkson",Helvetica,sans-serif;font-style:normal;font-weight:500;line-height:1.2em;letter-spacing:0;text-rendering:geometricPrecision;text-transform:uppercase;text-decoration:none;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html[lang^=ja] .customer-quotes__carousel-subtext{font-family:"Noto Sans JP"}@media all and (min-width:1280px){.customer-quotes__carousel-subtext{font-size:16px}}@media all and (min-width:1440px){.customer-quotes__carousel-subtext{font-size:18px}}@media all and (min-width:1920px){.customer-quotes__carousel-subtext{font-size:20px}}@media all and (min-width:768px){.customer-quotes__carousel-subtext{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media all and (min-width:1280px){.customer-quotes__carousel-subtext{margin-top:16px}}.customer-quotes__index>span{opacity:.3}.customer-quotes__index__current{display:inline-block;position:relative;width:1.3em}.customer-quotes__index__current--visible,.customer-quotes__index__current--next{-webkit-transition:none;transition:none;-webkit-transform-origin:center center 10px;transform-origin:center center 10px}@media all and (min-width:768px){.customer-quotes__index__current--visible,.customer-quotes__index__current--next{-webkit-transform-origin:center center 13px;transform-origin:center center 13px}}.customer-quotes__index__current--visible{display:inline-block;position:relative;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}.customer-quotes__index__current--next{position:absolute;top:0;left:0;-webkit-transform:rotateX(90deg);transform:rotateX(90deg)}.customer-quotes__index__current--next.is-rotated-above{-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg)}@media all and (min-width:768px){.customer-quotes__controls{margin-left:45px}}@media all and (min-width:1024px){.customer-quotes__controls{margin-left:65px}}@media all and (min-width:1280px){.customer-quotes__controls{margin-left:80px}}.customer-quotes__controls button{cursor:pointer;pointer-events:all;background-color:transparent;border:0;-webkit-tap-highlight-color:transparent}.customer-quotes__controls button:nth-of-type(1){padding-right:10px}@media all and (min-width:768px){.customer-quotes__controls button:nth-of-type(1){padding-right:9px}}@media all and (min-width:1024px){.customer-quotes__controls button:nth-of-type(1){padding-right:10px}}@media all and (min-width:1280px){.customer-quotes__controls button:nth-of-type(1){padding-right:0;margin-right:1em}}.customer-quotes__controls button:nth-of-type(2){padding-left:10px}@media all and (min-width:768px){.customer-quotes__controls button:nth-of-type(2){padding-left:9px}}@media all and (min-width:1024px){.customer-quotes__controls button:nth-of-type(2){padding-left:10px}}@media all and (min-width:1280px){.customer-quotes__controls button:nth-of-type(2){padding-left:0}}@media all and (min-width:768px){.customer-quotes__mobile-carousel{height:0}}.customer-quotes__mobile-carousel .array-mobile-carousel{padding-top:40px;padding-bottom:40px}@media all and (min-width:768px){.customer-quotes__mobile-carousel .array-mobile-carousel{padding-top:48px;padding-bottom:48px}}@media all and (min-width:1024px){.customer-quotes__mobile-carousel .array-mobile-carousel{padding-top:64px;padding-bottom:64px}}@media all and (min-width:1280px){.customer-quotes__mobile-carousel .array-mobile-carousel{padding-top:80px;padding-bottom:80px}}@media all and (min-width:1440px){.customer-quotes__mobile-carousel .array-mobile-carousel{padding-top:80px;padding-bottom:80px}}.customer-quotes__mobile-carousel .array-mobile-carousel__gallery .array-mobile-carousel__indicators-container{margin-top:32px;margin-bottom:0}.customer-quotes__mobile-carousel .array-mobile-carousel__slide{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customer-quotes__mobile-carousel .array-mobile-carousel__slide-image-container img{width:100%}.customer-quotes__mobile-carousel .customer-quote{padding-left:16px;padding-right:16px}@media all and (min-width:768px){.customer-quotes__mobile-carousel .customer-quote{padding-left:40px;padding-right:40px}}@media all and (min-width:1024px){.customer-quotes__mobile-carousel .customer-quote{padding-left:40px;padding-right:40px}}@media all and (min-width:1280px){.customer-quotes__mobile-carousel .customer-quote{padding-left:40px;padding-right:40px}}@media all and (min-width:1440px){.customer-quotes__mobile-carousel .customer-quote{padding-left:40px;padding-right:40px}}@media all and (min-width:768px){.customer-quotes--about-page .customer-quotes__content{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media all and (min-width:768px) and (max-width:1023px){.customer-quotes--about-page .customer-quotes__images{width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.customer-quotes--about-page .customer-quotes__quotes{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.customer-quotes--about-page .customer-quotes__carousel-subtext{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}.customer-quotes--about-page .customer-quotes__image-wrapper{position:absolute;bottom:0;left:-16px}@media all and (min-width:768px){.customer-quotes--about-page .customer-quotes__image-wrapper{top:-12vw;left:39vw;width:63vw;height:63vw}}@media all and (min-width:1024px){.customer-quotes--about-page .customer-quotes__image-wrapper{top:-6vw;left:-7vw;width:53vw;height:53vw}}@media all and (min-width:1440px){.customer-quotes--about-page .customer-quotes__image-wrapper{left:-9vw;width:50vw;height:50vw}}@media all and (min-width:1601px){.customer-quotes--about-page .customer-quotes__image-wrapper{top:-5vw;left:-11vw;width:48vw;height:48vw}}@media all and (min-width:1920px){.customer-quotes--about-page .customer-quotes__image-wrapper{top:-3vw;left:-10vw;width:44vw;height:44vw}}@media all and (min-width:2560px){.customer-quotes--about-page .customer-quotes__image-wrapper{left:-21vw}}@media all and (min-width:768px) and (max-width:1023px){.customer-quotes--about-page .customer-quotes__quotes{width:calc((((100% - 200px)/6)*5) + 160px + 0px);margin-left:calc((((100% - 200px)/6)*1) + 0px + 0px)}}@media all and (min-width:1024px){.customer-quotes--about-page .customer-quotes__quotes{height:38em;width:calc((((100% - 440px)/12)*6) + 200px + 0px)}}@media all and (min-width:1280px){.customer-quotes--about-page .customer-quotes__quotes{height:36em}}@media all and (min-width:1440px){.customer-quotes--about-page .customer-quotes__quotes{height:47em}}@media all and (min-width:1920px){.customer-quotes--about-page .customer-quotes__quotes{height:64em}}@media all and (min-width:768px) and (max-width:1023px){.customer-quotes--about-page .customer-quotes__carousel-subtext{width:calc((((100% - 200px)/6)*5) + 160px + 0px);margin-left:calc((((100% - 200px)/6)*1) + 0px + 0px)}}@media all and (min-width:768px){.customer-quotes--about-page .customer-quotes__carousel-subtext{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media all and (min-width:1024px){.customer-quotes--about-page .customer-quotes__carousel-subtext{width:calc((((100% - 440px)/12)*6) + 200px + 0px)}}.customer-quotes--about-page .customer-quote__quote-container{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}@media all and (max-width:1023px){.customer-quotes--about-page .customer-quote__quote-container{margin-bottom:0}}.customer-quotes--about-page .customer-quote__quote{-webkit-box-flex:revert;-ms-flex-positive:revert;flex-grow:revert}@media all and (min-width:768px){.customer-quotes--about-page .customer-quote__quote{margin-bottom:28px}}.customer-quotes--about-page .customer-quote blockquote{font-family:"Clarkson",Helvetica,sans-serif;font-style:normal;font-weight:500;line-height:1.2em;letter-spacing:0;text-rendering:geometricPrecision;text-transform:none;text-decoration:none;font-size:24px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html[lang^=ja] .customer-quotes--about-page .customer-quote blockquote{font-family:"Noto Sans JP"}@media all and (min-width:1024px){.customer-quotes--about-page .customer-quote blockquote{font-size:32px;line-height:1em}}@media all and (min-width:1440px){.customer-quotes--about-page .customer-quote blockquote{font-size:40px}}@media all and (min-width:1920px){.customer-quotes--about-page .customer-quote blockquote{font-size:48px}}@media all and (min-width:1024px) and (max-width:1279px){.customer-quotes--about-page .customer-quote blockquote{font-size:30px}}.customer-quotes--about-page .customer-quote__citation{font-family:"Clarkson",Helvetica,sans-serif;font-style:normal;font-weight:500;line-height:1.2em;letter-spacing:0;text-rendering:geometricPrecision;text-transform:none;text-decoration:none;font-size:18px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html[lang^=ja] .customer-quotes--about-page .customer-quote__citation{font-family:"Noto Sans JP"}@media all and (min-width:1440px){.customer-quotes--about-page .customer-quote__citation{font-size:22px}}@media all and (min-width:768px){.customer-quotes--about-page .customer-quote__citation{margin-bottom:28px}}.customer-quotes--about-page .array-mobile-carousel__slide{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.customer-quotes--about-page .array-mobile-carousel__slide-image-container{margin-bottom:26px}.customer-quotes--has-cta-link .customer-quote__citation-wrapper{margin-bottom:40px}.customer-quotes--has-cta-link .customer-quote__citation{margin-bottom:0}@media all and (min-width:1024px){.customer-quotes--has-cta-link .customer-quote__quote{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.customer-quotes--has-cta-link .customer-quote__citation-wrapper{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-top:22px;margin-bottom:0}}