@charset "UTF-8";@import"https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-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-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;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-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev ::slotted(svg),.swiper-button-prev svg,.swiper-button-next ::slotted(svg),.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{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 ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{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-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal~.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal~.swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl .swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl~.swiper-button-next .swiper-navigation-icon{transform:rotate(180deg)}.swiper-horizontal.swiper-rtl .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl~.swiper-button-prev .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{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}.swiper-vertical .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-vertical .swiper-button-prev .swiper-navigation-icon,.swiper-vertical~.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-vertical~.swiper-button-prev .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}.swiper-vertical .swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-vertical .swiper-button-next .swiper-navigation-icon,.swiper-vertical~.swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-vertical~.swiper-button-next .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;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}*,*:before,*:after{box-sizing:border-box}html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,select,textarea,p,pre,blockquote,span,th,td{margin:0;padding:0;font-weight:500}html{scroll-behavior:smooth}html.is-fixed,html.is-fixed body{overflow:hidden}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1;touch-action:manipulation}ul,ol{list-style:none}a{-webkit-tap-highlight-color:transparent}a:link,a:visited,a:hover,a:active{text-decoration:none}a:link,a:visited,a:hover,a:active{color:#000}img{display:block;width:100%;height:auto;object-fit:cover}input,button,textarea,select{font:inherit}input,button,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;border-radius:0;font:inherit;outline:none}textarea{resize:vertical}input[type=checkbox],input[type=radio]{display:none}input[type=submit],input[type=button],label,button,select{cursor:pointer}select::-ms-expand{display:none}body{font-family:YakuHanJP,Outfit,Noto Sans JP,Helvetica Neue,Helvetica,Hiragino Sans,Hiragino Kaku Gothic ProN,Arial,Yu Gothic,Meiryo,sans-serif;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;color:#000;background-color:#ebebeb}html{font-size:16px;font-size:.8333333333vw}@media screen and (max-width:374px){html{font-size:4.2666666667vw}}@media screen and (max-width:768px){html{font-size:4.2666666667vw}}html{background-color:#ebebeb}@media screen and (max-width:768px){a[href^="tel:"]{pointer-events:none}}.l-inner{max-width:1366px;margin:0 auto}@media screen and (max-width:1580px){.l-inner{max-width:85.375rem}}@media screen and (max-width:1023px){.l-inner{max-width:100%;width:100%;padding:0 25px}}.m-inner{max-width:1100px;margin:0 auto;padding:0 calc(1.875px*1rem)}@media screen and (max-width:1580px){.m-inner{max-width:68.75rem}}@media screen and (max-width:768px){.m-inner{max-width:100%;padding:0 25px}}.l-section-inner--l{width:88%;max-width:1800px;margin:0 auto;position:relative}@media screen and (max-width:768px){.l-section-inner--l{width:88%}}.l-section-inner--m{width:84%;max-width:1320px;margin:0 auto;position:relative}@media screen and (max-width:768px){.l-section-inner--m{width:88%}}.l-section-inner--s{width:1080px;max-width:1080px;margin:0 auto;position:relative}@media screen and (max-width:1580px){.l-section-inner--s{width:88%}}.l-section-inner--ss{width:84%;max-width:800px;margin:0 auto;position:relative}@media screen and (max-width:768px){.l-section-inner--ss{width:88%}}.l-under-kv{width:100%;height:540px;position:relative;overflow:hidden}@media screen and (max-width:768px){.l-under-kv{height:296px}}.l-under-kv__bg:after{width:100%;height:100%;background:#00000026;content:" ";position:absolute;top:0;left:0}@media screen and (max-width:768px){.l-under-kv__bg:after{background:#0003}}.l-under-kv__bg img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;min-height:100%}.l-under-kv__ttl{width:100%;color:#fff;text-align:center;position:absolute;z-index:1;top:53%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:768px){.l-under-kv__ttl{top:66%}}.l-under-kv__ttl__main{font-size:62px;font-weight:100;letter-spacing:11px}@media screen and (max-width:768px){.l-under-kv__ttl__main{font-size:30px;letter-spacing:5px}}.l-under-kv__ttl__en{margin-top:32px;font-size:23px;font-weight:300;letter-spacing:4px}@media screen and (max-width:768px){.l-under-kv__ttl__en{margin-top:20px;font-size:12px}}.l-under-ttl{text-align:center;color:#14325d}.l-under-ttl__main{font-size:56px;font-weight:200;letter-spacing:10px}@media screen and (max-width:768px){.l-under-ttl__main{font-size:25px;letter-spacing:3px}}.l-under-ttl__en{margin-top:20px;font-size:21px;font-weight:300;letter-spacing:2px}@media screen and (max-width:768px){.l-under-ttl__en{font-size:12px}}.l-header{position:relative;--header-footer-offset: 0px}@media screen and (max-width:768px){.l-header__inner{position:fixed;top:0;left:0;width:100%;height:4.5625rem;padding:1.625rem 1.5rem;display:flex;justify-content:flex-end;gap:46px;z-index:100}}.l-header__logo{position:fixed;top:7rem;left:8.625rem;width:24.0625rem;z-index:100;will-change:transform;transition:transform .3s ease}@media screen and (max-width:768px){.l-header__logo{transform:none;top:1.6875rem;left:1.6875rem;width:9.375rem;z-index:1000000;font-size:0}}.l-header__logo a{position:absolute;top:0;left:0;width:100%;height:100%}.l-header__logo.is-move{transform:translateY(-11.25rem)}@media screen and (max-width:768px){.l-header__logo.is-move{transform:translateY(-3.125rem)}}@media screen and (max-width:768px){.l-header__logo-main{width:9.375rem}}.l-header__logo-main use{fill:#fff}.l-header__fixed-header{position:fixed;top:0;right:0;width:5rem;height:100vh;z-index:100;border-left:1px solid #fff;transform:translateY(var(--header-footer-offset));will-change:transform}@media screen and (max-width:768px){.l-header__fixed-header{position:relative;top:initial;left:initial;border:none;transform:none;display:flex;flex-direction:row-reverse;align-items:center;gap:20px;width:auto;height:auto}}@media screen and (max-width:768px){.l-header__fixed-header.is-move{transform:translateY(-3.125rem);transition:transform .3s ease}}.l-header__hamburger{position:relative;width:100%;height:2.5rem;background-color:#fff;transition:background-color .25s ease,height .25s ease}@media screen and (max-width:768px){.l-header__hamburger{position:initial;width:fit-content;height:auto;background-color:transparent}}.l-header__hamburger-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2.125rem;height:.5rem}@media screen and (max-width:768px){.l-header__hamburger-wrap{position:relative;top:initial;left:initial;transform:none}}.l-header__hamburger-line{position:absolute;top:0;left:0;width:2.125rem;height:.125rem;background-color:#000;transition:background-color .25s ease}@media screen and (max-width:768px){.l-header__hamburger-line{width:2.25rem;background-color:#fff}}.l-header__hamburger-line:last-child{top:initial;bottom:0}.l-header__contact{position:absolute;top:6.875rem;left:50%;transform:translate(-50%) rotate(90deg);width:8.375rem;height:auto;border:1px solid #fff;border-radius:3.125rem;text-align:center;transition:top .25s ease,border-color .25s ease,background-color .25s ease}@media screen and (max-width:768px){.l-header__contact{position:relative;top:initial;left:initial;transform:none;width:4.375rem}}.l-header__contact a{position:absolute;top:0;left:0;width:100%;height:100%}.l-header__contact-text{display:inline-block;font-family:Outfit,sans-serif;font-size:1.125rem;font-weight:800;letter-spacing:.08em;padding:.5rem 0;color:#fff;transition:color .25s ease}@media screen and (max-width:768px){.l-header__contact-text{font-size:.625rem;padding:.375rem 0}}.l-header__contact:hover{border-color:#154068!important;background-color:#ffef00!important;transition:border-color .25s ease,background-color .25s ease}.l-header__contact:hover .l-header__contact-text{color:#154068!important;transition:color .25s ease}.l-header__scroll-down{position:absolute;bottom:6.25rem;left:50%;transform:translate(-50%) rotate(90deg);display:flex;align-items:center;gap:1rem;height:auto}@media screen and (max-width:768px){.l-header__scroll-down{display:none}}.l-header__scroll-down a{position:absolute;top:0;left:0;width:100%;height:100%}.l-header__scroll-down-text{display:inline-block;font-family:Outfit,sans-serif;font-size:1.125rem;font-weight:800;letter-spacing:.08em;color:#fff;white-space:nowrap}.l-header__scroll-down-icon{width:.9375rem;height:auto;transform:rotate(-90deg)}.l-header__menu{position:fixed;top:0;right:0;z-index:-1;width:100%;height:100vh;background-color:#154068e6;opacity:0;transition:opacity .25s ease}.l-header__menu-logo{position:absolute;top:112px;left:138px;width:385px}@media screen and (max-width:1920px){.l-header__menu-logo{top:7rem;left:8.625rem;width:24.0625rem}}@media screen and (max-width:768px){.l-header__menu-logo{top:1.6875rem;left:1.6875rem;width:9.375rem}}.l-header__menu-logo use{fill:#fff}.l-header__menu__close-btn{position:absolute;top:46px;right:0;transform:translate(-50%,-50%);width:40px;height:40px}@media screen and (max-width:1920px){.l-header__menu__close-btn{top:2.875rem;width:2.5rem;height:2.5rem}}.l-header__menu__close-btn{cursor:pointer}@media screen and (max-width:768px){.l-header__menu__close-btn{top:1rem;right:1.5625rem;transform:none}}.l-header__menu__close-btn__line{position:absolute;top:50%;left:0;width:42px;height:2px;background-color:#fff;transition:background-color .25s ease}@media screen and (max-width:1920px){.l-header__menu__close-btn__line{width:2.625rem;height:.125rem}}.l-header__menu__close-btn__line:first-child{transform:translateY(-50%) rotate(45deg)}.l-header__menu__close-btn__line:last-child{transform:translateY(-50%) rotate(-45deg)}.l-header__menu-inner{margin:0 auto;max-width:1100px;padding-top:260px}@media screen and (max-width:1920px){.l-header__menu-inner{padding-top:16.25rem}}@media screen and (max-width:1580px){.l-header__menu-inner{max-width:68.75rem}}@media screen and (max-width:768px){.l-header__menu-inner{position:absolute;top:50%;transform:translateY(-50%);width:100%;max-width:100%;padding-top:1.25rem;padding-inline:25px}}.l-header__menu-wrapper{margin:0 auto;display:flex;justify-content:space-between}.l-header__menu-wrapper>div{position:relative;width:300px}@media screen and (max-width:1920px){.l-header__menu-wrapper>div{width:18.75rem}}@media screen and (max-width:768px){.l-header__menu-wrapper .l-header__column-left{width:10rem}}@media screen and (max-width:768px){.l-header__menu-wrapper .l-header__column-center{width:8.3125rem;padding-right:1.5625rem}}@media screen and (max-width:768px){.l-header__menu-wrapper .l-header__column-right{display:none}}.l-header__menu-link{display:block;cursor:pointer;margin-bottom:46px;padding:20px 0;border-bottom:1px solid #fff}@media screen and (max-width:1920px){.l-header__menu-link{margin-bottom:2.875rem;padding:1.25rem 0}}@media screen and (max-width:768px){.l-header__menu-link{margin-bottom:2.375rem;padding:.875rem 0}}.l-header__menu-link__title{font-size:27px;font-weight:700;letter-spacing:.15em;color:#fff}@media screen and (max-width:1920px){.l-header__menu-link__title{font-size:1.6875rem}}@media screen and (max-width:768px){.l-header__menu-link__title{font-size:1.125rem;letter-spacing:.1em}}.l-header__menu-link__title-en{margin-top:10px;font-family:Outfit,sans-serif;font-size:11px;font-weight:700;letter-spacing:.08em;color:#fff}@media screen and (max-width:1920px){.l-header__menu-link__title-en{margin-top:.625rem;font-size:.6875rem}}@media screen and (max-width:768px){.l-header__menu-link__title-en{font-size:.4375rem}}.l-header__menu-small .l-header__menu-link{border:none;margin-bottom:30px;padding:0}@media screen and (max-width:1920px){.l-header__menu-small .l-header__menu-link{margin-bottom:1.875rem}}.l-header__menu-small .l-header__menu-link__title{font-size:16px;letter-spacing:.08em}@media screen and (max-width:1920px){.l-header__menu-small .l-header__menu-link__title{font-size:1rem}}@media screen and (max-width:768px){.l-header__menu-small .l-header__menu-link__title{font-size:.625rem}}@media screen and (max-width:768px){.l-header__menu-contact{display:block;width:fit-content;margin:0 auto;margin-top:1.875rem}}.l-header__menu-contact__wrap{width:264px;padding:18px 0 1.125rem;border:1px solid #fff;border-radius:40px}@media screen and (max-width:1920px){.l-header__menu-contact__wrap{width:16.5rem;padding:1.125rem 0;border-radius:2.5rem}}@media screen and (max-width:768px){.l-header__menu-contact__wrap{width:12rem}}.l-header__menu-contact__title{font-size:17px;font-weight:700;text-align:center;color:#fff}@media screen and (max-width:1920px){.l-header__menu-contact__title{font-size:1.0625rem}}@media screen and (max-width:768px){.l-header__menu-contact__title{font-size:.75rem}}.l-header__menu-contact__title-en{margin-top:7px;font-family:Outfit,sans-serif;font-size:11px;font-weight:700;text-align:center;color:#fff}@media screen and (max-width:1920px){.l-header__menu-contact__title-en{margin-top:.4375rem;font-size:.6875rem}}@media screen and (max-width:768px){.l-header__menu-contact__title-en{font-size:.5rem}}.l-header.is-dark .l-header__logo-main use{fill:#154068}.l-header.is-dark .l-header__fixed-header{border-left:1px solid #000000}@media screen and (max-width:768px){.l-header.is-dark .l-header__fixed-header{border-left:none}}.l-header.is-dark .l-header__hamburger{background-color:#154068}@media screen and (max-width:768px){.l-header.is-dark .l-header__hamburger{background-color:transparent}}.l-header.is-dark .l-header__hamburger-line{background-color:#fff}@media screen and (max-width:768px){.l-header.is-dark .l-header__hamburger-line{background-color:#154068}}.l-header.is-dark .l-header__contact{border-color:#000}@media screen and (max-width:768px){.l-header.is-dark .l-header__contact{border-color:#154068}}.l-header.is-dark .l-header__contact-text{color:#000}@media screen and (max-width:768px){.l-header.is-dark .l-header__contact-text{color:#154068}}.l-header.is-dark .l-header__scroll-down-text{color:#000}.l-header.is-dark .l-header__scroll-down-icon{filter:brightness(0) invert(0)}.l-header__fixed-header.is-menu-hover .l-header__hamburger{height:5rem;transition:height .25s ease}.l-header__fixed-header.is-menu-hover .l-header__contact{top:9.375rem;transition:top .25s ease}.l-header.js-open .l-header__menu{opacity:1;z-index:100}.l-footer{position:relative;background-color:#414141}.l-footer__inner{margin:0 auto;max-width:1100px;padding:100px 0 24px}@media screen and (max-width:1920px){.l-footer__inner{padding:6.25rem 0 1.5rem}}@media screen and (max-width:1580px){.l-footer__inner{max-width:68.75rem}}@media screen and (max-width:768px){.l-footer__inner{max-width:100%;padding:4.25rem 1.5625rem 2.8125rem}}.l-footer__wrapper{display:flex;justify-content:space-between;gap:150px}@media screen and (max-width:1920px){.l-footer__wrapper{gap:9.375rem}}@media screen and (max-width:768px){.l-footer__wrapper{gap:3rem}}.l-footer__wrapper>div{position:relative}.l-footer__column-center{width:200px}@media screen and (max-width:1920px){.l-footer__column-center{width:12.5rem}}@media screen and (max-width:768px){.l-footer__column-center{width:6.25rem}}@media screen and (max-width:768px){.l-footer__column-right{display:none}}.l-footer__menu-link{display:block;cursor:pointer;margin-bottom:24px}@media screen and (max-width:1920px){.l-footer__menu-link{margin-bottom:1.5rem}}@media screen and (max-width:768px){.l-footer__menu-link{margin-bottom:1.625rem}}.l-footer__menu-link__title{font-size:24px;font-weight:700;letter-spacing:.15em;color:#fff}@media screen and (max-width:1920px){.l-footer__menu-link__title{font-size:1.5rem}}@media screen and (max-width:768px){.l-footer__menu-link__title{font-size:1.0625rem;font-weight:500}}.l-footer__menu-link__title-en{margin-top:10px;font-family:Outfit,sans-serif;font-size:10px;font-weight:700;letter-spacing:.08em;color:#fff}@media screen and (max-width:1920px){.l-footer__menu-link__title-en{margin-top:.625rem;font-size:.625rem}}@media screen and (max-width:768px){.l-footer__menu-link__title-en{font-size:.75rem;font-weight:500}}.l-footer__small-menu{position:absolute;bottom:2px;left:0}@media screen and (max-width:1920px){.l-footer__small-menu{bottom:.125rem}}@media screen and (max-width:768px){.l-footer__small-menu{display:none}}.l-footer__small-menu .l-footer__menu-link__title{font-size:16px;letter-spacing:.08em}@media screen and (max-width:1920px){.l-footer__small-menu .l-footer__menu-link__title{font-size:1rem}}.l-footer__info{color:#fff}.l-footer__info-corporate{font-size:20px;font-weight:700;letter-spacing:.08em}@media screen and (max-width:1920px){.l-footer__info-corporate{font-size:1.25rem}}.l-footer__info-postcord{margin-top:20px;font-size:16px;font-weight:500;letter-spacing:.08em}@media screen and (max-width:1920px){.l-footer__info-postcord{margin-top:1.25rem;font-size:1rem}}.l-footer__info-address{margin-top:12px;font-size:16px;font-weight:500;letter-spacing:.08em}@media screen and (max-width:1920px){.l-footer__info-address{margin-top:.75rem;font-size:1rem}}.l-footer__info-tell{margin-top:12px;font-size:16px;font-weight:500;letter-spacing:.08em}@media screen and (max-width:1920px){.l-footer__info-tell{margin-top:.75rem;font-size:1rem}}.l-footer__logo{display:block;margin-top:80px}@media screen and (max-width:1920px){.l-footer__logo{margin-top:5rem}}.l-footer__logo-img{width:370px}@media screen and (max-width:1920px){.l-footer__logo-img{width:23.125rem}}.l-footer__sp_block{display:none}@media screen and (max-width:768px){.l-footer__sp_block{display:block}}.l-footer__sp_block__menu{margin-top:3.125rem;color:#fff}.l-footer__sp_block__menu-link{display:block;font-size:.8125rem;font-weight:500;color:#fff!important;margin-bottom:1.125rem}.l-footer__sp_block__info{color:#fff;margin-top:4.75rem}.l-footer__sp_block__info-corporate{font-size:1rem;font-weight:500;letter-spacing:.08em}.l-footer__sp_block__info-postcord{margin-top:1.25rem;font-size:.8125rem;font-weight:500;letter-spacing:.08em}.l-footer__sp_block__info-address,.l-footer__sp_block__info-tell{margin-top:.875rem;font-size:.8125rem;font-weight:500;letter-spacing:.08em}.l-footer__sp_block__info__logo{display:block;margin-top:4.0625rem}.l-footer__sp_block__info__logo-img{width:23.125rem}@media screen and (max-width:768px){.l-footer__sp_block__info__logo-img{margin:0 auto;margin-top:4.25rem;width:12.8125rem}}.l-footer__copyright{margin-top:12.125rem}@media screen and (max-width:768px){.l-footer__copyright{margin-top:2.25rem}}.l-footer__copyright-text{text-align:center;font-family:Outfit,sans-serif;font-size:1.125rem;letter-spacing:.03em;color:#fff}@media screen and (max-width:768px){.l-footer__copyright-text{font-size:.625rem;letter-spacing:.09em}}.l-footer__line{position:absolute;top:0;right:0;width:5rem;height:15.625rem;border-left:1px solid #fff}@media screen and (max-width:768px){.l-footer__line{display:none}}.l-footer__page-top{position:absolute;top:17.5rem;right:2.8125rem;cursor:pointer}@media screen and (max-width:768px){.l-footer__page-top{top:initial;bottom:2.8125rem;right:.9375rem}}.l-footer__page-top__img{width:4.1875rem}@media screen and (max-width:768px){.l-footer__page-top__img{width:2.8125rem}}.c-main-text{font-size:18px;line-height:175%;text-align:justify;color:#000}@media screen and (max-width:1580px){.c-main-text{font-size:16px}}.c-link-btn{position:relative;width:fit-content;display:flex;align-items:center;justify-content:center;gap:1rem}@media screen and (max-width:768px){.c-link-btn{gap:.625rem}}.c-link-btn__link{position:absolute;top:0;left:0;width:100%;height:100%}.c-link-btn__text{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:.09em;color:#fff}@media screen and (max-width:768px){.c-link-btn__text{font-size:1.125rem}}.c-link-btn__arrow-wrap{width:4.375rem;border:1px solid #fff;border-radius:.9375rem;padding:.375rem .6875rem;transition:.25s}@media screen and (max-width:768px){.c-link-btn__arrow-wrap{width:2.875rem;padding:.1875rem .375rem}}.c-link-btn__arrow{width:1.25rem!important;height:.875rem!important;object-fit:contain!important;transform:rotate(-90deg);transition:.25s}@media screen and (max-width:768px){.c-link-btn__arrow{width:.9375rem;height:.75rem}}.c-link-btn.is-black .c-link-btn__text{color:#000}.c-link-btn.is-black .c-link-btn__arrow-wrap{border-color:#000}.c-link-btn.is-black .c-link-btn__arrow{filter:brightness(0)}.c-link-btn__wrap:hover .c-link-btn__arrow-wrap{border-color:#ffef00;background-color:#ffef00;transition:.25s}.c-link-btn__wrap:hover .c-link-btn__arrow{transform:translate(1.875rem) rotate(-90deg);filter:brightness(0);transition:.25s;transition-delay:.15s}.c-link-btn__wrap:hover .c-link-btn.is-small .c-link-btn__arrow{transform:translate(1rem) rotate(-90deg);filter:brightness(0);transition:.25s;transition-delay:.15s}.p-top__kv{position:relative;height:100vh;padding:4.1875rem 0;background-color:#154068}@media screen and (max-width:768px){.p-top__kv{padding:4.5rem 0}}.p-top__kv__inner{height:100%}@keyframes mo-loop-slide{0%{transform:translate(0)}16%{transform:translate(0)}20%{transform:translate(89%)}36%{transform:translate(89%)}40%{transform:translate(178%)}56%{transform:translate(178%)}60%{transform:translate(267%)}76%{transform:translate(267%)}80%{transform:translate(356%)}96%{transform:translate(356%)}to{transform:translate(445%)}}.p-top__kv__video{position:relative;width:100%;height:auto;overflow:hidden}@media screen and (max-width:768px){.p-top__kv__video{height:100%}}.p-top__kv__video__slider{position:relative;width:100%;height:100%;overflow:hidden}.p-top__kv__video__slider__slide01{position:absolute;width:100vw;left:-534vw;top:0%;z-index:0;animation:mo-loop-slide 25s infinite linear 0s both}.p-top__kv__video__slider__slide02{position:absolute;width:100vw;left:-356vw;top:0%;z-index:0;animation:mo-loop-slide 25s infinite linear 0s both}.p-top__kv__video__slider__slide03{position:absolute;width:100vw;left:-178vw;top:0%;z-index:0;animation:mo-loop-slide 25s infinite linear 0s both}.p-top__kv__video__slider__slide04{position:absolute;width:100vw;left:0;top:0%;z-index:0;animation:mo-loop-slide 25s infinite linear 0s both}.p-top__kv__video__slider__video01{position:absolute;width:100vw;left:-60%;top:0%;z-index:0;clip-path:polygon(13% 0%,99% 0%,87% 100%,1% 100%)}.p-top__kv__video__slider__video02{position:absolute;width:100vw;left:29%;top:0%;z-index:0;display:flex;font-family:Outfit,sans-serif;font-weight:600;clip-path:polygon(13% 0%,99% 0%,87% 100%,1% 100%)}.p-top__kv__video__pc{width:100%;height:auto}.p-top__kv__video__sp{position:absolute;top:0;left:50%;width:100%;height:100%;transform:translate(-50%)}.p-top__kv__video__mask{display:none}@media screen and (max-width:768px){.p-top__kv__video__mask{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-color:#b4b4b433;background-blend-mode:multiply}}.p-top__kv__video video{margin-top:-2px;width:100%;height:100%;object-fit:cover}.p-top__kv__title{position:absolute;top:50%;left:0;transform:translateY(-50%)}@media screen and (max-width:768px){.p-top__kv__title{left:0}}.p-top__kv__play-btn{position:absolute;bottom:1.375rem;right:8.5rem;width:15.625rem;height:15.625rem;cursor:pointer}@media screen and (max-width:768px){.p-top__kv__play-btn{bottom:1.875rem;right:3.75rem;width:8.75rem;height:8.75rem}}.p-top__kv__play-btn__wrap{position:relative}.p-top__kv__play-btn__icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:11.875rem}@media screen and (max-width:768px){.p-top__kv__play-btn__icon{width:6.25rem}}.p-top__kv__play-btn__circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:15.625rem;animation:rotateCircle 20s linear infinite;transform-origin:center}@media screen and (max-width:768px){.p-top__kv__play-btn__circle{width:8.75rem}}@keyframes rotateCircle{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(-360deg)}}.p-top__kv__scroll-down{display:none}@media screen and (max-width:768px){.p-top__kv__scroll-down{position:absolute;bottom:6.25rem;right:-4.125rem;transform:rotate(90deg);display:flex;align-items:center;gap:1rem;height:auto}.p-top__kv__scroll-down-text{display:inline-block;font-family:Outfit,sans-serif;font-size:1.125rem;font-weight:800;letter-spacing:.08em;color:#fff;white-space:nowrap}.p-top__kv__scroll-down-icon{width:.9375rem;height:auto;transform:rotate(-90deg)}}.p-top__section1{background-color:#154068}.p-top__section1__inner{padding:4.25rem 0 71.25rem}@media screen and (max-width:768px){.p-top__section1__inner{padding:6.625rem 0 9.125rem}}.p-top__section1__wrap{display:flex;gap:8rem}@media screen and (max-width:768px){.p-top__section1__wrap{position:relative;display:block}}.p-top__section1__left{min-width:0}.p-top__section1__slider-wrap{width:100%;max-width:60rem}@media screen and (max-width:768px){.p-top__section1__slider-mask{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#154068;opacity:.5;z-index:5}}.p-top__section1__slider{position:relative;width:100%;min-width:0;overflow:clip;margin:0!important;padding-bottom:2.0625rem!important}@media screen and (max-width:768px){.p-top__section1__slider{padding-bottom:0!important}}.p-top__section1__slider-img{width:100%}@media screen and (max-width:768px){.p-top__section1__slider .swiper-wrapper{display:block}}.p-top__section1__slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.p-top__section1__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin-right:0;margin-left:.5rem}.p-top__section1__slider .swiper-pagination{text-align:right}.p-top__section1__slider .swiper-pagination-bullet{background-color:#fff;height:.1875rem;width:2rem;border-radius:0;opacity:.25}.p-top__section1__slider .swiper-pagination-bullet-active{opacity:1}.p-top__section1__content{margin-top:-.875rem}@media screen and (max-width:768px){.p-top__section1__content{margin-top:180px;position:absolute;top:0;right:0;z-index:10;width:100%;padding:0 1.5625rem}}.p-top__section1__content__text{font-size:1.6875rem;font-weight:500;line-height:2;color:#fff}@media screen and (max-width:768px){.p-top__section1__content__text{font-size:.9375rem;font-weight:400;letter-spacing:.075em;font-feature-settings:"palt" 1}}.p-top__section1__content__text-big{margin-top:6.875rem;font-size:3.375rem;font-weight:500;line-height:1.4;letter-spacing:.14em;font-feature-settings:"palt" 1;color:#fff}@media screen and (max-width:768px){.p-top__section1__content__text-big{margin-top:5.875rem;font-size:1.875rem;letter-spacing:.075em}}.p-top__section1__content__catchcopy{margin-top:.75rem;width:17.8125rem}@media screen and (max-width:768px){.p-top__section1__content__catchcopy{margin-top:.5rem;width:9.75rem}}.p-top__section2{position:relative;background-image:url(/wp-content/themes/nakatake/dist/assets/top_realization-img.webp);background-size:cover;background-position:center;background-repeat:no-repeat;height:67.5rem}@media screen and (max-width:768px){.p-top__section2{background-image:url(/wp-content/themes/nakatake/dist/assets/top_realization-img_sp.webp);height:49.6875rem}}.p-top__section2__bg-mask{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000009e}.p-top__section2__inner{position:relative;padding-top:12.5rem}@media screen and (max-width:768px){.p-top__section2__inner{padding-top:16.125rem;padding-inline:25px}}.p-top__section2__title{position:relative;font-size:3.375rem;color:#fff;text-align:center;padding-bottom:3.125rem}@media screen and (max-width:768px){.p-top__section2__title{font-size:1.3125rem;letter-spacing:.12em;padding-bottom:1.25rem}}.p-top__section2__title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:1.4375rem;height:.6875rem;background-image:url(/wp-content/themes/nakatake/dist/assets/top_section2-arrow.svg);background-size:cover;background-position:center;background-repeat:no-repeat}@media screen and (max-width:768px){.p-top__section2__title:after{width:.625rem;height:.625rem}}.p-top__section2__catchcopy{margin-top:80px;display:flex;align-items:center;justify-content:center}@media screen and (max-width:1920px){.p-top__section2__catchcopy{margin-top:5rem}}@media screen and (max-width:768px){.p-top__section2__catchcopy{margin-top:1.375rem}}.p-top__section2__catchcopy span{font-size:200px;font-weight:400;color:#fff;text-align:center;padding-bottom:20px}@media screen and (max-width:1920px){.p-top__section2__catchcopy span{font-size:12.5rem;padding-bottom:1.25rem}}@media screen and (max-width:768px){.p-top__section2__catchcopy span{font-size:4.625rem;padding-bottom:.625rem}}.p-top__section2__catchcopy__text{font-size:160px;font-weight:400;color:#fff;text-align:center}@media screen and (max-width:1920px){.p-top__section2__catchcopy__text{font-size:10rem}}@media screen and (max-width:768px){.p-top__section2__catchcopy__text{font-size:4rem}}.p-top__section2__text{margin-top:7.1875rem;font-size:1.5rem;line-height:2;color:#fff;text-align:center}@media screen and (max-width:768px){.p-top__section2__text{margin-top:5rem;width:19.375rem;font-size:.875rem;line-height:2;letter-spacing:.12em;text-align:left}}.p-top__section2__link-btn{margin:0 auto;margin-top:6.5625rem}@media screen and (max-width:768px){.p-top__section2__link-btn{margin-top:6.25rem}}.p-top__section3{padding:5.625rem 0 8.125rem;background-color:#dcdcdc}@media screen and (max-width:768px){.p-top__section3{padding:2.5rem 0}}.p-top__section3__inner{padding-left:6.5625rem}@media screen and (max-width:768px){.p-top__section3__inner{padding-left:1.5625rem}}.p-top__section3__title{font-family:Outfit,sans-serif;font-size:8.5rem;font-weight:700;color:#ffef00}@media screen and (max-width:768px){.p-top__section3__title{font-size:3.3125rem}}.p-top__section3__title-sub{margin-top:.75rem;font-size:1.125rem;letter-spacing:.3em}@media screen and (max-width:768px){.p-top__section3__title-sub{margin-top:.625rem;font-size:1rem;letter-spacing:.12em}}.p-top__section3__slider-wrap{margin-top:4.625rem}@media screen and (max-width:768px){.p-top__section3__slider-wrap{margin-top:.9375rem}}.p-top__section3__slider .swiper-slide{position:relative}@media screen and (max-width:768px){.p-top__section3__slider .swiper-slide .p-top__section3__slider-img__info{opacity:1}}.p-top__section3__slider .swiper-slide:hover .p-top__section3__slider-img__info{opacity:1;transition:all .3s ease}.p-top__section3__slider-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.p-top__section3__slider-img__wrap{position:relative;width:100%;height:473px;border-radius:.5rem;overflow:hidden}.p-top__section3__slider-img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;height:100%}.p-top__section3__slider-img__info{position:absolute;top:0;right:0;width:100%;height:100%;background-color:#00000052;border-radius:.5rem;opacity:0;transition:all .3s ease}.p-top__section3__slider-img__info__title{position:absolute;bottom:6.125rem;left:2.25rem;font-size:2.5rem;font-weight:700;letter-spacing:.12em;color:#fff}@media screen and (max-width:768px){.p-top__section3__slider-img__info__title{bottom:1.25rem;left:1.25rem;font-size:1.25rem;font-weight:500;width:87%}}.p-top__section3__slider-img__info__link-btn{position:absolute;bottom:2.5rem;left:2.25rem;z-index:2}@media screen and (max-width:768px){.p-top__section3__slider-img__info__link-btn{display:none}}.p-top__section3__slider__ctrl{margin-top:6.75rem;display:flex;justify-content:space-between;align-items:center;gap:1.1875rem}@media screen and (max-width:768px){.p-top__section3__slider__ctrl{margin-top:1.5625rem;display:block}}.p-top__section3__slider__ctrl__btn-wrap{display:flex;justify-content:space-between;align-items:center;gap:1.1875rem}@media screen and (max-width:768px){.p-top__section3__slider__ctrl__btn-wrap{justify-content:left;gap:1.875rem}}.p-top__section3__slider__ctrl .swiper-btn-prev,.p-top__section3__slider__ctrl .swiper-btn-next{width:6.25rem;padding-bottom:.9375rem;cursor:pointer}@media screen and (max-width:768px){.p-top__section3__slider__ctrl .swiper-btn-prev,.p-top__section3__slider__ctrl .swiper-btn-next{width:3.25rem;padding-bottom:.5625rem}}.p-top__section3__slider__ctrl .swiper-btn-next{margin-left:2.0625rem;margin-right:1.5625rem}@media screen and (max-width:768px){.p-top__section3__slider__ctrl .swiper-btn-next{margin-left:0;margin-right:0}}.p-top__section3__slider__ctrl__link-btn{position:relative}@media screen and (max-width:768px){.p-top__section3__slider__ctrl__link-btn{margin-top:1.75rem}}.p-top__section3__slider__ctrl__long-line{width:64.375rem;height:1px;background-color:#000}@media screen and (max-width:768px){.p-top__section3__slider__ctrl__long-line{display:none}}.p-top__section3__slider__ctrl__end-line{width:16.25rem;height:1px;background-color:#000}@media screen and (max-width:768px){.p-top__section3__slider__ctrl__end-line{display:none}}.p-top__section4{background:url(/wp-content/themes/nakatake/dist/assets/top_news-img.webp);background-size:cover;background-position:center;background-repeat:no-repeat}.p-top__section4__inner{padding-top:6.875rem;padding-bottom:8.75rem}@media screen and (max-width:768px){.p-top__section4__inner{padding-top:3.875rem;padding-bottom:4.25rem}}.p-top__section4__title{padding-left:6.5625rem;font-family:Outfit,sans-serif;font-size:8.5rem;font-weight:700;color:#ffef00}@media screen and (max-width:768px){.p-top__section4__title{padding-left:1.5625rem;font-size:3.3125rem}}.p-top__section4__title-sub{margin-top:.75rem;padding-left:6.5625rem;font-size:1.125rem;font-weight:500;letter-spacing:.3em;color:#fff}@media screen and (max-width:768px){.p-top__section4__title-sub{margin-top:.625rem;padding-left:1.5625rem;font-size:1rem;letter-spacing:.12em}}.p-top__section4__list{margin-top:7.5rem;padding-bottom:2.875rem}@media screen and (max-width:768px){.p-top__section4__list{margin-top:3.75rem;padding-bottom:.625rem}}.p-top__section4__list__item{margin-bottom:4.25rem;position:relative;display:flex;align-items:center;gap:1.625rem;color:#fff}@media screen and (max-width:768px){.p-top__section4__list__item{margin-bottom:2.8125rem;flex-direction:column;align-items:flex-start;gap:.625rem}}.p-top__section4__list__item__link{position:absolute;top:0;left:0;width:100%;height:100%}.p-top__section4__list__item__date{font-family:Outfit,sans-serif;font-size:1.4375rem}@media screen and (max-width:768px){.p-top__section4__list__item__date{font-size:.75rem}}.p-top__section4__list__item__title{font-size:1.4375rem}@media screen and (max-width:768px){.p-top__section4__list__item__title{font-size:.75rem}}@media screen and (max-width:768px){.p-top__section4__list__item__link-btn{display:none}}.p-top__section4__list__item__link-btn .c-link-btn__text{font-size:1.25rem}.p-top__section4__list__item__link-btn .c-link-btn__arrow-wrap{width:3.125rem;padding:.1875rem .375rem}.p-top__section4__link-btn{margin:0 0 0 auto}@media screen and (max-width:768px){.p-top__section4__link-btn{margin:0 auto}}.p-top__section4__banner{margin:0 auto;margin-top:7rem;display:flex;justify-content:space-between;gap:3.1875rem}@media screen and (max-width:768px){.p-top__section4__banner{margin-top:3.875rem;width:20.3125rem;flex-direction:column;gap:1.75rem}}.p-top__section4__banner__img{width:41rem}@media screen and (max-width:768px){.p-top__section4__banner__img{width:100%}}.p-top__video-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .4s ease}.p-top__video-modal.is-open{opacity:1;pointer-events:auto}.p-top__video-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000d9;cursor:pointer}.p-top__video-modal__inner{position:relative;z-index:1;width:90%;max-width:75rem}.p-top__video-modal__close{position:absolute;top:-3.5rem;right:0;width:2.75rem;height:2.75rem;background:none;border:none;cursor:pointer;padding:0}.p-top__video-modal__close-line{display:block;position:absolute;top:50%;left:50%;width:2.25rem;height:.125rem;background-color:#fff}.p-top__video-modal__close-line:first-child{transform:translate(-50%,-50%) rotate(45deg)}.p-top__video-modal__close-line:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.p-top__video-modal__video-wrap{width:100%;aspect-ratio:16/9;background-color:#000}.p-top__video-modal__video{width:100%;height:100%;display:block}.p-works{background:#ebebeb;padding:64px 0 148px}@media screen and (max-width:768px){.p-works{padding:32px 0 80px}}.p-works__block__ctg__list{text-align:center}.p-works__block__ctg__list__item{display:inline-block;background:#cdcdcd;border-radius:100px;padding:15px 34px;font-size:20px;font-weight:400;margin-right:12px;margin-bottom:12px}@media screen and (max-width:768px){.p-works__block__ctg__list__item{margin-bottom:9px;margin-right:5px;font-size:10px;padding:10px 16px}}.p-works__block__ctg__list__item.is-active{background:#fff;border:solid 1px #e6e6e6;cursor:initial}.p-works__block__list{margin-top:84px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:96px 38px}@media screen and (max-width:1023px){.p-works__block__list{grid-template-columns:1fr 1fr}}@media screen and (max-width:768px){.p-works__block__list{grid-template-columns:1fr;margin-top:30px;gap:40px 0}}.p-works__block__list__item__sm{width:100%;height:18vw;overflow:hidden;margin-bottom:14px;position:relative}@media screen and (max-width:1023px){.p-works__block__list__item__sm{height:26vw}}@media screen and (max-width:768px){.p-works__block__list__item__sm{height:56vw;margin-bottom:4px}}.p-works__block__list__item__sm img{min-height:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.p-works__block__list__item__ttl{text-align:center}.p-works__block__list__item__ttl__num{display:inline-block;font-size:19px;vertical-align:middle;padding-right:10px;font-family:Outfit,sans-serif;font-weight:300;margin-top:10px}@media screen and (max-width:768px){.p-works__block__list__item__ttl__num{padding-right:6px;font-size:12px}}.p-works__block__list__item__ttl__main{display:inline-block;font-size:26px;vertical-align:middle;font-weight:300;margin-top:10px;line-height:1.3}@media screen and (max-width:768px){.p-works__block__list__item__ttl__main{font-size:17px}}.p-works__block__nav{margin-top:40px;text-align:center}@media screen and (max-width:768px){.p-works__block__nav{margin-top:60px}}.p-works__block__nav .wp-pagenavi{display:inline-flex;align-items:center}.p-works__block__nav .wp-pagenavi .page{font-size:23px;line-height:1.2;margin-left:76px;color:#979797}@media screen and (max-width:768px){.p-works__block__nav .wp-pagenavi .page{margin-left:25px}}.p-works__block__nav .wp-pagenavi .current{position:relative;font-size:23px;line-height:1.2;margin-left:76px}@media screen and (max-width:768px){.p-works__block__nav .wp-pagenavi .current{margin-left:25px}}.p-works__block__nav .wp-pagenavi .current:before{content:"";position:absolute;bottom:-3px;left:50%;width:14px;height:2px;background-color:#000;transform:translate(-50%)}.p-works__block__nav .wp-pagenavi .extend:before{content:"...";font-size:23px;color:#979797;margin-left:76px}@media screen and (max-width:768px){.p-works__block__nav .wp-pagenavi .extend:before{margin-left:25px}}.p-works__block__nav .wp-pagenavi .previouspostslink{display:inline-flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50%;border:1px solid #000000;text-decoration:none;font-size:0}.p-works__block__nav .wp-pagenavi .previouspostslink:before{content:"";width:10px;height:10px;border-bottom:2px solid #000000;border-left:2px solid #000000;transform:rotate(45deg);margin-left:3px}.p-works__block__nav .wp-pagenavi .nextpostslink{margin-left:76px;display:inline-flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50%;border:1px solid #000000;text-decoration:none;font-size:0}@media screen and (max-width:768px){.p-works__block__nav .wp-pagenavi .nextpostslink{margin-left:25px}}.p-works__block__nav .wp-pagenavi .nextpostslink:before{content:"";width:10px;height:10px;border-bottom:2px solid #000000;border-right:2px solid #000000;transform:rotate(-45deg);margin-right:3px}.p-works__detail__kv{width:100%;height:100vh;position:relative}@media screen and (max-width:768px){.p-works__detail__kv{height:516px}}.p-works__detail__kv__bg{width:100%;height:100%;overflow:hidden;position:relative}.p-works__detail__kv__bg:after{position:absolute;width:100%;height:100%;background:#00000080;content:" "}.p-works__detail__kv__bg img{z-index:0;min-height:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.p-works__detail__kv__ttl{color:#fff;position:absolute;z-index:1;top:51%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:max-content}.p-works__detail__kv__ttl__ctg{font-size:21px;font-weight:300;font-family:Outfit,sans-serif;text-align:left}@media screen and (max-width:768px){.p-works__detail__kv__ttl__ctg{display:none}}.p-works__detail__kv__ttl__num{font-size:27px;font-weight:200;font-family:Outfit,sans-serif;margin:24px 0 54px}@media screen and (max-width:768px){.p-works__detail__kv__ttl__num{margin:0 0 24px;font-size:18px}}.p-works__detail__kv__ttl__main{text-align:center;font-size:80px;font-weight:300;letter-spacing:11px;line-height:1.2}@media screen and (max-width:1580px){.p-works__detail__kv__ttl__main{font-size:60px}}@media screen and (max-width:768px){.p-works__detail__kv__ttl__main{font-size:30px;letter-spacing:2px}}.p-works__detail__block__overview{background:#dcdcdc;padding-top:72px}.p-works__detail__block__overview__ttl{font-size:24px;font-family:Outfit,sans-serif;margin-bottom:48px;position:relative}@media screen and (max-width:768px){.p-works__detail__block__overview__ttl{font-size:11px;margin-bottom:24px}}.p-works__detail__block__overview__ttl span{font-weight:300;background:#dcdcdc;position:relative;z-index:10;padding-right:40px}@media screen and (max-width:768px){.p-works__detail__block__overview__ttl span{padding-right:20px}}.p-works__detail__block__overview__ttl:after{position:absolute;right:0;top:12px;width:100%;background:#000;height:1px;content:" "}@media screen and (max-width:768px){.p-works__detail__block__overview__ttl:after{top:5px}}.p-works__detail__block__overview__info{display:grid;grid-template-columns:5.5fr 4.5fr;gap:96px}@media screen and (max-width:1023px){.p-works__detail__block__overview__info{display:block}}@media screen and (max-width:1023px){.p-works__detail__block__overview__info__detail{margin-top:68px}}@media screen and (max-width:768px){.p-works__detail__block__overview__info__detail{margin-top:40px}}.p-works__detail__block__overview__info__ttl{font-size:28px;font-weight:400;vertical-align:middle;letter-spacing:2px}@media screen and (max-width:768px){.p-works__detail__block__overview__info__ttl{font-size:17px}}.p-works__detail__block__overview__info__ttl span{margin-left:20px;font-size:15px;font-family:Outfit,sans-serif;font-weight:400;vertical-align:middle;letter-spacing:1px;margin-top:-7px;display:inline-block}@media screen and (max-width:768px){.p-works__detail__block__overview__info__ttl span{display:none}}.p-works__detail__block__overview__info__cap{margin-top:32px;font-size:19px;line-height:1.6;font-weight:400}@media screen and (max-width:768px){.p-works__detail__block__overview__info__cap{font-size:13px;margin-top:18px}}.p-works__detail__block__overview__sm{margin-top:80px}@media screen and (max-width:768px){.p-works__detail__block__overview__sm{margin-top:44px}}.p-works__detail__block__overview__sm__list{margin-top:24px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:16px}@media screen and (max-width:768px){.p-works__detail__block__overview__sm__list{margin-top:20px;display:block;flex-direction:row;align-items:center;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;width:106.8%}}.p-works__detail__block__overview__sm__list__item{cursor:pointer;background:#c6c6c6;width:100%;height:140px;position:relative;overflow:hidden}@media screen and (max-width:1580px){.p-works__detail__block__overview__sm__list__item{height:10.5vw}}@media screen and (max-width:768px){.p-works__detail__block__overview__sm__list__item{display:inline-block;width:38vw;height:24vw;margin:0 8px 0 0}}.p-works__detail__block__overview__sm__list__item img{min-height:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.p-works__detail__block__overview__slider{margin-top:34px;overflow:hidden}@media screen and (max-width:768px){.p-works__detail__block__overview__slider{padding-bottom:28px!important}}.p-works__detail__block__overview__slider .swiper-slide{cursor:pointer}.p-works__detail__block__voice{background:#dcdcdc;padding:96px 0 128px}@media screen and (max-width:768px){.p-works__detail__block__voice{padding:48px 0}}.p-works__detail__block__voice__ttl{font-size:24px;font-weight:300;vertical-align:middle;letter-spacing:1px;font-family:Outfit,sans-serif}@media screen and (max-width:768px){.p-works__detail__block__voice__ttl{font-size:11px}}.p-works__detail__block__voice__ttl div{font-weight:300;background:#dcdcdc;position:relative;z-index:10;padding-right:40px;display:inline-block}@media screen and (max-width:768px){.p-works__detail__block__voice__ttl div{padding-right:20px}}.p-works__detail__block__voice__ttl span{font-family:YakuHanJP,Outfit,Noto Sans JP,Helvetica Neue,Helvetica,Hiragino Sans,Hiragino Kaku Gothic ProN,Arial,Yu Gothic,Meiryo,sans-serif;display:block;font-size:28px;font-weight:300;letter-spacing:1px;margin-top:16px}@media screen and (max-width:768px){.p-works__detail__block__voice__ttl span{font-size:18px}}.p-works__detail__block__voice__ttl:after{position:absolute;right:0;top:12px;width:100%;background:#000;height:1px;content:" "}@media screen and (max-width:768px){.p-works__detail__block__voice__ttl:after{top:5px}}.p-works__detail__block__voice__list{margin-top:96px}@media screen and (max-width:768px){.p-works__detail__block__voice__list{margin-top:48px}}.p-works__detail__block__voice__list__item{margin-bottom:60px;position:relative}@media screen and (max-width:768px){.p-works__detail__block__voice__list__item{margin-bottom:24px}}.p-works__detail__block__voice__list__item__num{position:absolute;width:52px;height:52px;background:#ffef00;border-radius:100px;padding:9px;text-align:center;font-size:32px;font-weight:400;left:-6px;top:-10px;z-index:2}@media screen and (max-width:768px){.p-works__detail__block__voice__list__item__num{left:0;font-size:21px;width:36px;height:36px;padding:7px}}.p-works__detail__block__voice__list__item__num:after{position:absolute;content:" ";width:0;height:0;border-style:solid;border-right:10px solid transparent;border-left:10px solid transparent;border-top:20px solid #ffef00;border-bottom:0;bottom:4px;right:-6px;z-index:-1;transform:rotate(-55deg)}.p-works__detail__block__voice__list__item__info{background:#fff;border-radius:25px;padding:40px 32px;margin-left:26px;width:calc(100% - 26px)}@media screen and (max-width:768px){.p-works__detail__block__voice__list__item__info{border-radius:10px;padding:24px 20px}}.p-works__detail__block__voice__list__item__info__q{font-size:19px;line-height:1.6;margin-bottom:16px;text-indent:-21px;padding-left:21px}@media screen and (max-width:768px){.p-works__detail__block__voice__list__item__info__q{font-size:13px}}.p-works__detail__block__voice__list__item__info__a{font-size:19px;line-height:1.6;text-indent:-21px;padding-left:21px}@media screen and (max-width:768px){.p-works__detail__block__voice__list__item__info__a{font-size:13px}}.p-works__detail__block__commit{padding-top:128px;padding-bottom:124px;background:#fff}@media screen and (max-width:768px){.p-works__detail__block__commit{padding-top:60px;padding-bottom:60px}}.p-works__detail__block__commit__ttl{font-size:24px;font-weight:300;vertical-align:middle;letter-spacing:1px;font-family:Outfit,sans-serif}@media screen and (max-width:768px){.p-works__detail__block__commit__ttl{font-size:11px}}.p-works__detail__block__commit__ttl div{font-weight:300;background:#fff;position:relative;z-index:10;padding-right:40px;display:inline-block}@media screen and (max-width:768px){.p-works__detail__block__commit__ttl div{padding-right:20px}}.p-works__detail__block__commit__ttl span{font-family:YakuHanJP,Outfit,Noto Sans JP,Helvetica Neue,Helvetica,Hiragino Sans,Hiragino Kaku Gothic ProN,Arial,Yu Gothic,Meiryo,sans-serif;display:block;font-size:28px;font-weight:300;letter-spacing:1px;margin-top:16px}@media screen and (max-width:768px){.p-works__detail__block__commit__ttl span{font-size:18px}}.p-works__detail__block__commit__ttl:after{position:absolute;right:0;top:12px;width:100%;background:#000;height:1px;content:" "}@media screen and (max-width:768px){.p-works__detail__block__commit__ttl:after{top:5px}}.p-works__detail__block__commit__list{margin-top:58px}@media screen and (max-width:768px){.p-works__detail__block__commit__list{margin-top:60px}}.p-works__detail__block__commit__list__item{display:grid;grid-template-columns:100px 9fr;gap:30px;margin-bottom:48px}@media screen and (max-width:768px){.p-works__detail__block__commit__list__item{display:block}}.p-works__detail__block__commit__list__item__ctg{margin-top:14px}@media screen and (max-width:768px){.p-works__detail__block__commit__list__item__ctg{margin:10px 0 24px;text-align:center}}.p-works__detail__block__commit__list__item__ctg span{padding:4px 18px;border-radius:8px;border:1px solid #14325d;font-size:19px;color:#14325d}@media screen and (max-width:768px){.p-works__detail__block__commit__list__item__ctg span{font-size:16px}}.p-works__detail__block__commit__list__item__cap{font-size:19px;font-weight:400;line-height:1.6}@media screen and (max-width:768px){.p-works__detail__block__commit__list__item__cap{font-size:13px;line-height:1.7}}.p-works__detail .swiper{overflow:hidden}.p-works__detail .swiper-slide{background:#d8d8d8;aspect-ratio:620/400}@media screen and (max-width:768px){.p-works__detail .swiper-slide{aspect-ratio:290/210}}.p-works__detail .swiper-slide img{width:100%;height:100%;object-fit:cover}.p-works__detail .swiper-button-prev,.p-works__detail .swiper-button-next{width:56px!important;height:56px!important;border:1px solid #fff;border-radius:50%;color:#333}@media screen and (max-width:768px){.p-works__detail .swiper-button-prev,.p-works__detail .swiper-button-next{width:34px!important;height:34px!important;background:#fff9;border:0}}.p-works__detail .swiper-button-prev:after,.p-works__detail .swiper-button-next:after{font-size:14px;font-weight:700}.p-works__detail .swiper-button-prev .swiper-navigation-icon,.p-works__detail .swiper-button-next .swiper-navigation-icon{display:none}@media screen and (max-width:768px){.p-works__detail .swiper-button-prev,.p-works__detail .swiper-button-next{width:40px;height:40px}}.p-works__detail .swiper-button-prev{left:26%!important;top:47%!important}@media screen and (max-width:1023px){.p-works__detail .swiper-button-prev{left:22%!important}}@media screen and (max-width:768px){.p-works__detail .swiper-button-prev{left:5%!important}}.p-works__detail .swiper-button-prev:before{content:" ";width:14px;height:14px;border-top:solid 1.5px #FFF;border-right:solid 1.5px #FFF;position:absolute;left:calc(50% - 4px);top:calc(50% - 7px);z-index:10;transform:rotate(-135deg)}@media screen and (max-width:768px){.p-works__detail .swiper-button-prev:before{width:9px;height:9px;top:calc(50% - 4.5px);left:calc(50% - 3px);border-top:solid 1px #000;border-right:solid 1px #000}}.p-works__detail .swiper-button-next{top:47%!important;right:26%!important}@media screen and (max-width:1023px){.p-works__detail .swiper-button-next{right:22%!important}}@media screen and (max-width:768px){.p-works__detail .swiper-button-next{right:5%!important}}.p-works__detail .swiper-button-next:before{content:" ";width:14px;height:14px;border-top:solid 1.5px #FFF;border-right:solid 1.5px #FFF;position:absolute;right:calc(50% - 4px);top:calc(50% - 7px);z-index:10;transform:rotate(45deg)}@media screen and (max-width:768px){.p-works__detail .swiper-button-next:before{width:9px;height:9px;top:calc(50% - 4.5px);right:calc(50% - 3px);border-top:solid 1px #000;border-right:solid 1px #000}}.p-works__detail .swiper-pagination{bottom:0!important;top:initial!important;position:static;text-align:center;display:none}@media screen and (max-width:768px){.p-works__detail .swiper-pagination{display:block}}.p-works__detail .swiper-pagination-bullet{width:8px;height:8px;background:#cfcfcf;opacity:1;margin:0 8px!important;transition:.3s}.p-works__detail .swiper-pagination-bullet-active{background:#333!important}.p-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;opacity:0;pointer-events:none;transition:opacity .3s}.p-modal.is-active{opacity:1;pointer-events:auto}.p-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3}.p-modal__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.96);width:55vw;transition:transform .3s}@media screen and (max-width:768px){.p-modal__content{width:80vw}}.p-modal__content img{width:100%;height:100%;object-fit:contain}.p-modal.is-active .p-modal__content{transform:translate(-50%,-50%) scale(1)}.p-modal__close{position:absolute;top:-44px;right:-8px;font-size:44px;font-weight:100;color:#fff;background:none;border:none;cursor:pointer}body.is-modal-open{overflow:hidden}.p-news{background:#ebebeb;padding:120px 0 148px}@media screen and (max-width:768px){.p-news{padding:20px 0 80px}}.p-news__block__list__item{border-bottom:1px solid #b8b8b8;padding:48px 0;display:grid;grid-template-columns:2.5fr 7.5fr;gap:40px;align-items:center;position:relative}@media screen and (max-width:768px){.p-news__block__list__item{display:block;border-bottom:0px;padding:24px 0}}.p-news__block__list__item a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.p-news__block__list__item__sm{width:306px;height:200px;overflow:hidden;position:relative}@media screen and (max-width:768px){.p-news__block__list__item__sm{width:100%;height:54vw;margin-bottom:16px}}.p-news__block__list__item__sm img{min-height:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.p-news__block__list__item__info{position:relative;padding-bottom:36px}@media screen and (max-width:768px){.p-news__block__list__item__info{padding-bottom:28px}}.p-news__block__list__item__info__date{font-size:17px;display:inline-block;font-weight:400}@media screen and (max-width:768px){.p-news__block__list__item__info__date{font-size:12px}}.p-news__block__list__item__info__ctg{font-size:17px;display:inline-block;font-weight:400;padding-left:40px;position:relative}@media screen and (max-width:768px){.p-news__block__list__item__info__ctg{padding-left:30px;font-size:12px}}.p-news__block__list__item__info__ctg:after{position:absolute;width:1px;height:16px;background:#000;content:" ";left:17px;top:0}@media screen and (max-width:768px){.p-news__block__list__item__info__ctg:after{height:12px;left:12px}}.p-news__block__list__item__info__ttl{margin-top:40px;font-size:26px;line-height:1.6}@media screen and (max-width:768px){.p-news__block__list__item__info__ttl{margin-top:12px;font-size:13px}}.p-news__block__list__item__info__btn{position:absolute;bottom:50px;right:0;font-weight:200;font-size:12px;font-family:Outfit,sans-serif}@media screen and (max-width:768px){.p-news__block__list__item__info__btn{bottom:10px}}.p-news__block__list__item__info__btn .c-link-btn__text{font-size:1.25rem;font-weight:600}@media screen and (max-width:768px){.p-news__block__list__item__info__btn .c-link-btn__text{font-size:.875rem}}.p-news__block__list__item__info__btn .c-link-btn__arrow-wrap{width:3.125rem;padding:.1875rem .375rem}@media screen and (max-width:768px){.p-news__block__list__item__info__btn .c-link-btn__arrow-wrap{width:2.375rem;padding:.0625rem .375rem}}@media screen and (max-width:768px){.p-news__block__list__item__info__btn .c-link-btn__arrow{width:.5rem!important}}.p-news__block__list__item__info__btn:hover .c-link-btn__arrow{transform:translate(1rem) rotate(-90deg)}.p-news__block__nav{margin-top:70px;text-align:center}.p-news__block__nav .wp-pagenavi{display:inline-flex;align-items:center}.p-news__block__nav .wp-pagenavi .page{font-size:23px;line-height:1.2;margin-left:76px;color:#979797}@media screen and (max-width:768px){.p-news__block__nav .wp-pagenavi .page{margin-left:25px}}.p-news__block__nav .wp-pagenavi .current{position:relative;font-size:23px;line-height:1.2;margin-left:76px}@media screen and (max-width:768px){.p-news__block__nav .wp-pagenavi .current{margin-left:25px}}.p-news__block__nav .wp-pagenavi .current:before{content:"";position:absolute;bottom:-3px;left:50%;width:14px;height:2px;background-color:#000;transform:translate(-50%)}.p-news__block__nav .wp-pagenavi .extend:before{content:"...";font-size:23px;color:#979797;margin-left:76px}@media screen and (max-width:768px){.p-news__block__nav .wp-pagenavi .extend:before{margin-left:25px}}.p-news__block__nav .wp-pagenavi .previouspostslink{display:inline-flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50%;border:1px solid #000000;text-decoration:none;font-size:0}.p-news__block__nav .wp-pagenavi .previouspostslink:before{content:"";width:10px;height:10px;border-bottom:2px solid #000000;border-left:2px solid #000000;transform:rotate(45deg);margin-left:3px}.p-news__block__nav .wp-pagenavi .nextpostslink{margin-left:76px;display:inline-flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50%;border:1px solid #000000;text-decoration:none;font-size:0}@media screen and (max-width:768px){.p-news__block__nav .wp-pagenavi .nextpostslink{margin-left:25px}}.p-news__block__nav .wp-pagenavi .nextpostslink:before{content:"";width:10px;height:10px;border-bottom:2px solid #000000;border-right:2px solid #000000;transform:rotate(-45deg);margin-right:3px}.p-news__banner{margin:110px auto 0;display:flex;justify-content:space-between;gap:34px}@media screen and (max-width:768px){.p-news__banner{margin-top:3.875rem;width:20.3125rem;flex-direction:column;gap:1.75rem}}.p-news__banner__img{width:522px}@media screen and (max-width:768px){.p-news__banner__img{width:100%}}.p-news__detail{background:#ebebeb;padding:120px 0 148px}@media screen and (max-width:768px){.p-news__detail{padding:120px 0 80px}}.p-news__detail__block{margin-top:120px}@media screen and (max-width:768px){.p-news__detail__block{margin-top:0}}.p-news__detail__block__info__date{font-size:17px;display:inline-block;font-weight:400}@media screen and (max-width:768px){.p-news__detail__block__info__date{font-size:12px}}.p-news__detail__block__info__ctg{font-size:17px;display:inline-block;font-weight:400;padding-left:40px;position:relative}@media screen and (max-width:768px){.p-news__detail__block__info__ctg{font-size:12px;padding-left:30px}}.p-news__detail__block__info__ctg:after{position:absolute;width:1px;height:16px;background:#000;content:" ";left:17px;top:0}@media screen and (max-width:768px){.p-news__detail__block__info__ctg:after{left:12px;height:12px}}.p-news__detail__block__info__ttl{margin-top:44px;font-size:35px;line-height:1.6}@media screen and (max-width:768px){.p-news__detail__block__info__ttl{line-height:1.5;margin-top:18px;font-size:18px}}.p-news__detail__block__sm{margin-top:32px}@media screen and (max-width:768px){.p-news__detail__block__sm{margin-top:18px}}.p-news__detail__block__article{margin:48px 0 96px}@media screen and (max-width:768px){.p-news__detail__block__article{margin:10px 0}}.p-news__detail__block__article p{font-size:21px;line-height:2;padding:20px 0;font-weight:400}@media screen and (max-width:768px){.p-news__detail__block__article p{font-size:15px}}.p-news__detail__block__article h2{margin:80px 0 20px;font-size:35px;line-height:1.6}@media screen and (max-width:768px){.p-news__detail__block__article h2{margin:40px 0 10px;font-size:17px}}.p-news__detail__block__article img{width:100%;margin:40px 0}.p-company{background:#ebebeb;padding:120px 0 0}@media screen and (max-width:768px){.p-company{padding:40px 0 0}}.p-company__block>.l-section-inner--s{display:block}.p-company__block__greeting,.p-company__block__profile,.p-company__block__office,.p-company__block__history{margin-top:110px}@media screen and (max-width:768px){.p-company__block__greeting,.p-company__block__profile,.p-company__block__office,.p-company__block__history{margin-top:58px}}.p-company__block__greeting{margin-top:0}.p-company__block__greeting__txt{margin:42px auto 0;font-size:21px;line-height:2;font-weight:400;letter-spacing:.12em}@media screen and (max-width:768px){.p-company__block__greeting__txt{margin-top:20px;font-size:14px;line-height:2}}.p-company__block__greeting__sign{margin:22px 0 0 auto;text-align:right;display:table}@media screen and (max-width:768px){.p-company__block__greeting__sign{margin-top:14px}}.p-company__block__greeting__sign img{width:100%;max-width:320px;height:auto}@media screen and (max-width:768px){.p-company__block__greeting__sign img{max-width:148px}}.p-company__block__profile__block{margin-top:28px;padding:60px 96px;background:#fff;border-radius:20px}@media screen and (max-width:768px){.p-company__block__profile__block{margin-top:16px;padding:28px 26px 20px;border-radius:10px}}.p-company__block__profile__block__list__item{border-bottom:1px solid #dddddd}.p-company__block__profile__block__list__item:nth-last-child(1){border-bottom:0}.p-company__block__profile__block__list__item__block{display:grid;grid-template-columns:170px 1fr;gap:0 24px;padding:16px 0 15px}@media screen and (max-width:768px){.p-company__block__profile__block__list__item__block{grid-template-columns:1fr;gap:4px 0;padding:13px 0}}.p-company__block__profile__block__list__item__block__ttl{font-size:17px;line-height:1.8;font-weight:500}@media screen and (max-width:768px){.p-company__block__profile__block__list__item__block__ttl{font-size:13px;line-height:1.5}}.p-company__block__profile__block__list__item__block__cap{font-size:17px;line-height:1.8;font-weight:400;letter-spacing:1px;white-space:pre-line}@media screen and (max-width:768px){.p-company__block__profile__block__list__item__block__cap{font-size:13px;line-height:1.5}}.p-company__block__office__block{display:grid;grid-template-columns:350px 1fr;gap:48px;margin-top:28px;padding:60px 32px 60px 96px;background:#fff;border-radius:20px}@media screen and (max-width:1023px){.p-company__block__office__block{grid-template-columns:1fr}}@media screen and (max-width:768px){.p-company__block__office__block{grid-template-columns:1fr;gap:18px;margin-top:16px;padding:32px 26px;border-radius:10px}}.p-company__block__office__block__list__item{border-bottom:1px solid #cdcdcd;padding-bottom:24px;margin-bottom:24px}@media screen and (max-width:768px){.p-company__block__office__block__list__item{padding-bottom:18px;margin-bottom:18px}}.p-company__block__office__block__list__item:nth-last-child(1){border:none}.p-company__block__office__block__list__item__block{display:grid;grid-template-columns:120px 1fr;gap:0 14px}@media screen and (max-width:768px){.p-company__block__office__block__list__item__block{grid-template-columns:80px 1fr;gap:0 20px}}.p-company__block__office__block__list__item__block__ttl{font-size:17px;line-height:1.8}@media screen and (max-width:768px){.p-company__block__office__block__list__item__block__ttl{font-size:13px;line-height:1.8}}.p-company__block__office__block__list__item__block__cap{font-size:16px;line-height:1.8}@media screen and (max-width:768px){.p-company__block__office__block__list__item__block__cap{font-size:13px;line-height:1.8}}@media screen and (max-width:768px){.p-company__block__office__block__map{margin-top:-28px}}.p-company__block__office__block__map img{width:100%;height:auto}@media screen and (max-width:1023px){.p-company__block__office__block__map img{width:80%;margin:0 auto}}@media screen and (max-width:768px){.p-company__block__office__block__map img{width:100%}}.p-company__block__history__block{margin-top:28px;padding:60px 96px;background:#fff;border-radius:20px}@media screen and (max-width:768px){.p-company__block__history__block{margin-top:16px;padding:8px 26px;border-radius:10px}}.p-company__block__history__block__list__item{border-bottom:1px solid #dddddd}.p-company__block__history__block__list__item:nth-last-child(1){border:none}.p-company__block__history__block__list__item__block{display:grid;grid-template-columns:138px 1fr;gap:0 14px;padding:12px 0}@media screen and (max-width:768px){.p-company__block__history__block__list__item__block{grid-template-columns:1fr;gap:0;padding:12px 0}}.p-company__block__history__block__list__item__block__ttl{font-size:18px;line-height:1.8;white-space:nowrap;font-weight:500}@media screen and (max-width:768px){.p-company__block__history__block__list__item__block__ttl{font-size:13px;line-height:1.7;white-space:normal}}.p-company__block__history__block__list__item__block__ttl span{display:inline-block;min-width:5em}@media screen and (max-width:768px){.p-company__block__history__block__list__item__block__ttl span{width:initial;display:initial;margin-right:4px}}.p-company__block__history__block__list__item__block__cap{font-size:18px;line-height:1.8;font-weight:400}@media screen and (max-width:768px){.p-company__block__history__block__list__item__block__cap{font-size:13px;line-height:1.6}}.p-company__block__access{margin-top:110px}@media screen and (max-width:768px){.p-company__block__access{margin-top:68px}}.p-company__block__access__map{margin-top:42px;height:800px;background:#d9d9d9}@media screen and (max-width:768px){.p-company__block__access__map{margin-top:28px;height:600px}}.p-company__block__access__map iframe,.p-company__block__access__map img{width:100%;height:100%;display:block;object-fit:cover}.p-company__ttl{text-align:center}.p-company__ttl__main{font-size:30px;line-height:1.6;font-weight:400;letter-spacing:2px}@media screen and (max-width:768px){.p-company__ttl__main{font-size:18px;line-height:1.5}}.p-company__ttl__sub{margin-top:6px;font-size:20px;font-weight:300;line-height:1.4}@media screen and (max-width:768px){.p-company__ttl__sub{margin-top:1px;font-size:10px}}.p-policy{padding:240px 0 160px;background:#dcdcdc}@media screen and (max-width:768px){.p-policy{padding:148px 0 80px}}.p-policy__block{margin-top:148px}@media screen and (max-width:768px){.p-policy__block{margin-top:56px}}.p-policy__block__lead{padding-bottom:36px}@media screen and (max-width:768px){.p-policy__block__lead{padding-bottom:24px}}.p-policy__block__lead__txt{font-size:18px;font-weight:400;line-height:1.9;letter-spacing:.08em}@media screen and (max-width:768px){.p-policy__block__lead__txt{font-size:14px;line-height:2;letter-spacing:.05em}}.p-policy__block__privacy,.p-policy__block__sitepolicy{margin-top:40px}@media screen and (max-width:768px){.p-policy__block__privacy,.p-policy__block__sitepolicy{margin-top:28px}}.p-policy__block__privacy__list,.p-policy__block__sitepolicy__list{border-top:1px solid #aeb5bd}.p-policy__block__privacy__list__item,.p-policy__block__sitepolicy__list__item{border-bottom:1px solid #aeb5bd}.p-policy__block__privacy__list__item__block,.p-policy__block__sitepolicy__list__item__block{display:flex;align-items:flex-start;gap:0 44px;padding:60px 0}@media screen and (max-width:768px){.p-policy__block__privacy__list__item__block,.p-policy__block__sitepolicy__list__item__block{display:block;padding:40px 0}}.p-policy__block__privacy__list__item__block__ttl,.p-policy__block__sitepolicy__list__item__block__ttl{width:300px;flex-shrink:0;font-size:20px;font-weight:500;line-height:1.75;color:#14325d}@media screen and (max-width:768px){.p-policy__block__privacy__list__item__block__ttl,.p-policy__block__sitepolicy__list__item__block__ttl{width:100%;margin-bottom:18px;font-size:19px;text-align:center;line-height:1.6}}.p-policy__block__privacy__list__item__block__cap,.p-policy__block__sitepolicy__list__item__block__cap{flex:1;min-width:0}.p-policy__block__privacy__list__item__block__cap p,.p-policy__block__privacy__list__item__block__cap li,.p-policy__block__sitepolicy__list__item__block__cap p,.p-policy__block__sitepolicy__list__item__block__cap li{margin-bottom:32px;font-size:18px;font-weight:400;line-height:1.6;letter-spacing:.06em}.p-policy__block__privacy__list__item__block__cap p:nth-last-child(1),.p-policy__block__privacy__list__item__block__cap li:nth-last-child(1),.p-policy__block__sitepolicy__list__item__block__cap p:nth-last-child(1),.p-policy__block__sitepolicy__list__item__block__cap li:nth-last-child(1){margin-bottom:0}@media screen and (max-width:768px){.p-policy__block__privacy__list__item__block__cap p,.p-policy__block__privacy__list__item__block__cap li,.p-policy__block__sitepolicy__list__item__block__cap p,.p-policy__block__sitepolicy__list__item__block__cap li{font-size:14px;line-height:1.7;letter-spacing:.04em}}.p-policy__block__privacy__list__item__block__cap a,.p-policy__block__sitepolicy__list__item__block__cap a{color:#1dacfc;word-break:break-all}.p-policy__block__privacy__list__item__block__cap ol,.p-policy__block__sitepolicy__list__item__block__cap ol{counter-reset:num}.p-policy__block__privacy__list__item__block__cap ol li,.p-policy__block__sitepolicy__list__item__block__cap ol li{position:relative;padding-left:1.6em}.p-policy__block__privacy__list__item__block__cap ol li:before,.p-policy__block__sitepolicy__list__item__block__cap ol li:before{counter-increment:num;content:counter(num) ".";position:absolute;top:0;left:0}.p-policy__block__privacy__list__item__block__cap ol li+li,.p-policy__block__privacy__list__item__block__cap ul li+li,.p-policy__block__sitepolicy__list__item__block__cap ol li+li,.p-policy__block__sitepolicy__list__item__block__cap ul li+li{margin-top:0}.p-policy__block__privacy__list__item__block__group+.p-policy__block__privacy__list__item__block__group,.p-policy__block__sitepolicy__list__item__block__group+.p-policy__block__privacy__list__item__block__group{margin-top:72px}@media screen and (max-width:768px){.p-policy__block__privacy__list__item__block__group+.p-policy__block__privacy__list__item__block__group,.p-policy__block__sitepolicy__list__item__block__group+.p-policy__block__privacy__list__item__block__group{margin-top:40px}}.p-policy__block__privacy__list__item__block__group h2,.p-policy__block__sitepolicy__list__item__block__group h2{margin-bottom:10px;font-size:18px;font-weight:400;line-height:1.9;letter-spacing:.08em}@media screen and (max-width:768px){.p-policy__block__privacy__list__item__block__group h2,.p-policy__block__sitepolicy__list__item__block__group h2{margin-bottom:8px;font-size:14px;line-height:1.8}}.p-policy__block__sitepolicy{margin-top:200px;scroll-margin-top:120px}@media screen and (max-width:768px){.p-policy__block__sitepolicy{margin-top:110px}}.p-policy__block__sitepolicy__list{margin-top:80px;border:0}@media screen and (max-width:768px){.p-policy__block__sitepolicy__list{margin-top:20px}}.p-policy__ttl{margin-bottom:34px;text-align:center}@media screen and (max-width:768px){.p-policy__ttl{margin-bottom:24px}}.p-policy__ttl__main{font-size:36px;font-weight:400;line-height:1.4;letter-spacing:.24em}@media screen and (max-width:768px){.p-policy__ttl__main{font-size:26px;letter-spacing:.16em}}.p-policy__ttl__sub{margin-top:6px;font-size:11px;font-weight:400;line-height:1;letter-spacing:.28em}@media screen and (max-width:768px){.p-policy__ttl__sub{margin-top:4px;font-size:10px;letter-spacing:.22em}}.p-policy__list{margin-top:32px}.p-policy__list__ttl{margin-bottom:6px!important;font-size:14px;font-weight:500;line-height:2;letter-spacing:.06em}@media screen and (max-width:768px){.p-policy__list__ttl{font-size:14px}}.p-policy__list ul li{position:relative;padding-left:1.2em;font-size:18px;font-weight:400;line-height:2.05;letter-spacing:.06em;margin-bottom:0}@media screen and (max-width:768px){.p-policy__list ul li{font-size:14px;line-height:1.95;letter-spacing:.04em}}.p-policy__list ul li:before{content:"・";position:absolute;top:0;left:0}.p-contact{padding:240px 0 160px;background:#dcdcdc}@media screen and (max-width:768px){.p-contact{padding:148px 0 80px}}.p-contact__block{margin-top:148px}@media screen and (max-width:768px){.p-contact__block{margin-top:74px}}.p-contact__block__lead__notes__ttl{font-size:20px;color:#14325d}@media screen and (max-width:768px){.p-contact__block__lead__notes__ttl{text-align:center}}.p-contact__block__lead__notes__list{margin-top:34px}.p-contact__block__lead__notes__list__item{font-size:18px;line-height:1.5;margin-bottom:8px;font-weight:400}@media screen and (max-width:768px){.p-contact__block__lead__notes__list__item{font-size:14px}}.p-contact__block__lead__notes__list__item a{color:#1dacfc}.p-contact__block__lead__thanks__ttl{font-size:20px;color:#14325d;text-align:center}.p-contact__block__lead__thanks__txt{margin-top:34px;text-align:center;font-size:18px;line-height:1.5;margin-bottom:8px;font-weight:400}@media screen and (max-width:768px){.p-contact__block__lead__thanks__txt{font-size:14px}}.p-contact__block__lead__thanks__txt a{color:#1dacfc}.p-contact__block__form{margin-top:60px;padding-top:60px;border-top:1px solid #000}@media screen and (max-width:768px){.p-contact__block__form{margin-top:80px;padding-top:60px}}.p-contact__block__form__ttl{font-size:20px;color:#14325d}@media screen and (max-width:768px){.p-contact__block__form__ttl{text-align:center}}.p-contact__block__form__inner{margin-top:48px}.p-contact-form__list__item__block{padding:18px 0;display:grid;grid-template-columns:300px 1fr;gap:40px;align-items:center}@media screen and (max-width:768px){.p-contact-form__list__item__block{display:block;padding:16px 0}}.p-contact-form__list__item__block__ttl{font-size:20px;line-height:1.5;letter-spacing:1px;position:relative;margin-bottom:6px;display:inline-block}@media screen and (max-width:768px){.p-contact-form__list__item__block__ttl{font-size:17px}}.p-contact-form__list__item__block__ttl em{position:absolute;right:0;top:-3px;color:#14325d;font-size:17px;padding:6px 10px;border-radius:5px;background:#ffef00}@media screen and (max-width:768px){.p-contact-form__list__item__block__ttl em{padding:3px 6px;font-size:10px;top:2px;right:-42px}}.p-contact-form__list__item__block__field input{background:#fff;width:100%;padding:10px 14px;border-radius:8px;border:1px solid #cccccc;font-size:17px}@media screen and (max-width:768px){.p-contact-form__list__item__block__field input{font-size:15px}}.p-contact-form__list__item__block__field select{background:#fff;width:100%;padding:10px 14px;border-radius:8px;border:1px solid #cccccc;font-size:17px}@media screen and (max-width:768px){.p-contact-form__list__item__block__field select{font-size:15px}}.p-contact-form__list__item__block__field textarea{background:#fff;width:100%;height:248px;padding:24px 20px;border-radius:8px;border:1px solid #cccccc;font-size:17px}@media screen and (max-width:768px){.p-contact-form__list__item__block__field textarea{font-size:15px}}.p-contact-form__list__item__block__field.md input{width:70%}@media screen and (max-width:768px){.p-contact-form__list__item__block__field.md input{width:100%}}.p-contact-form__list__item__block__field.sm input{width:35%;min-width:200px}.p-contact-form__list__item__block__field.select{position:relative;width:35%;min-width:200px}.p-contact-form__list__item__block__field.select:before{content:"";width:10px;height:10px;border-top:solid 2px #000;border-right:solid 2px #000;position:absolute;right:15px;top:11.5px;transform:rotate(135deg);z-index:1}.p-contact-form__list__item__block.textarea{align-items:flex-start}.p-contact-form__list__item.more{margin-top:-20px}@media screen and (max-width:768px){.p-contact-form__list__item.more{margin-top:-38px}}.p-contact-form__note{margin-top:10px;font-size:17px;font-weight:400}@media screen and (max-width:768px){.p-contact-form__note{margin-top:14px;font-size:14px}}.p-contact-form__submit{text-align:center;margin-top:96px;border:2px solid #000;font-size:20px;display:table;padding:10px 20px;border-radius:100px}@media screen and (max-width:768px){.p-contact-form__submit{font-size:18px;margin-top:48px}}.p-contact-form__submit .wpcf7-spinner{display:none}.p-contact-form__btn-list{display:flex;justify-content:center;align-items:center;gap:30px}.p-contact-form__choice label{font-size:17px;margin-right:20px;vertical-align:baseline}@media screen and (max-width:1023px){.p-contact-form__choice label{margin-top:14px;margin-right:12px;display:inline-block}.p-contact-form__choice label.max{width:100%}}.p-contact-form__choice label span{display:inline-block}input::placeholder{color:#aaa;font-weight:300;font-size:16px}@media screen and (max-width:768px){input::placeholder{font-size:14.5px}}textarea::placeholder{color:#aaa;font-weight:300;font-size:16px}@media screen and (max-width:768px){textarea::placeholder{font-size:14.5px}}.p-contact-form__choice__label input[type=radio]{display:initial!important;-moz-appearance:auto;appearance:auto;-webkit-appearance:radio;width:12px;height:12px;margin:0 10px 0 0;accent-color:#000;transform:scale(1.6);transform-origin:left center;cursor:pointer}.p-contact__block__form.confirm .p-contact-form__list__item__block__field.select:before{display:none}.wpcf7-not-valid-tip{margin-top:10px;font-size:17px;font-weight:400}@media screen and (max-width:768px){.wpcf7-not-valid-tip{margin-top:14px;font-size:14px}}@media screen and (max-width:768px){.p-strenghts__kv__padding-top{width:100%;height:4.5625rem;background-color:#154068}}.p-strenghts__kv{position:relative;width:100%;height:100vh;background:url(/wp-content/themes/nakatake/dist/assets/strenghts_kv.webp) no-repeat center center/cover}@media screen and (max-width:768px){.p-strenghts__kv{background:url(/wp-content/themes/nakatake/dist/assets/strenghts_kv-sp.webp) no-repeat center center/cover}}.p-strenghts__kv__mask{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000026}.p-strenghts__kv__inner{height:100%;position:relative}.p-strenghts__kv__title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-feature-settings:"palt";display:flex;align-items:center;justify-content:center}@media screen and (max-width:768px){.p-strenghts__kv__title{top:44%;width:15rem}}.p-strenghts__kv__title__brackets-left,.p-strenghts__kv__title__brackets-right{font-size:11.875rem;font-weight:400;line-height:1;padding-bottom:1.25rem}@media screen and (max-width:768px){.p-strenghts__kv__title__brackets-left,.p-strenghts__kv__title__brackets-right{font-size:3.5rem;padding-bottom:.5rem}}@media screen and (max-width:768px){.p-strenghts__kv__title__brackets-right{margin-left:-.9375rem}}.p-strenghts__kv__title__text{font-size:9.625rem;font-weight:500;line-height:1.2;letter-spacing:.21em;text-align:center;padding-left:1.5625rem;width:100%}@media screen and (max-width:768px){.p-strenghts__kv__title__text{font-size:3.1875rem;padding:0}}.p-strenghts__kv__title-sub{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-feature-settings:"palt";display:flex;align-items:center;justify-content:center;gap:1.875rem;padding-left:1.25rem;padding-top:14.0625rem}@media screen and (max-width:768px){.p-strenghts__kv__title-sub{top:44%;padding-top:0;padding-left:0;gap:.9375rem;width:16.25rem}}.p-strenghts__kv__title-sub__text{font-size:5.125rem;font-weight:500;letter-spacing:.21em;opacity:0}@media screen and (max-width:768px){.p-strenghts__kv__title-sub__text{font-size:1.75rem}}.p-strenghts__kv__arrow{position:absolute;bottom:30px;left:50%;transform:translate(-50%);overflow:hidden}@media screen and (max-width:1920px){.p-strenghts__kv__arrow{bottom:1.875rem}}@media screen and (max-width:768px){.p-strenghts__kv__arrow{bottom:11.25rem}}.p-strenghts__kv__arrow img{display:block;width:40px;animation:arrowFlow 4s ease-in-out infinite}@media screen and (max-width:1920px){.p-strenghts__kv__arrow img{width:2.5rem}}@media screen and (max-width:768px){.p-strenghts__kv__arrow img{width:1.5625rem}}.p-strenghts__kv__lead__bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#154068;opacity:0;z-index:-1}.p-strenghts__kv__lead__content{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;gap:8.125rem;opacity:0}@media screen and (max-width:768px){.p-strenghts__kv__lead__content{position:relative;flex-direction:column;margin-top:-1.875rem;gap:2.5rem;padding-inline:1.25rem}}.p-strenghts__kv__lead__text{width:37.5rem;font-size:1.4375rem;font-weight:300;line-height:2;letter-spacing:.12em;color:#fff}@media screen and (max-width:768px){.p-strenghts__kv__lead__text{width:100%;font-size:.9375rem;letter-spacing:.03em}}.p-strenghts__kv__lead__img{width:41.875rem}@media screen and (max-width:768px){.p-strenghts__kv__lead__img{width:100%}}.p-strenghts__production__vh{position:relative;height:100vh;overflow:hidden}.p-strenghts__production__section-label{position:absolute;top:-1.875rem;left:7.75rem;display:flex;align-items:center;justify-content:flex-start;z-index:10}@media screen and (max-width:768px){.p-strenghts__production__section-label{top:1.875rem;left:1.5625rem}}.p-strenghts__production__section-label__title{font-size:1.3125rem;font-weight:500;letter-spacing:.21em;color:#154068}@media screen and (max-width:768px){.p-strenghts__production__section-label__title{font-size:.625rem;letter-spacing:0}}.p-strenghts__production__section-label__title-en{font-family:Outfit,sans-serif;font-size:1.125rem;font-weight:500;letter-spacing:.195em;color:#154068;padding-inline:.75rem}@media screen and (max-width:768px){.p-strenghts__production__section-label__title-en{font-size:.625rem;padding-inline:.4375rem}}.p-strenghts__production__section-label__line{width:78.75rem;height:.09375rem;background-color:#154068}@media screen and (max-width:768px){.p-strenghts__production__section-label__line{width:9.25rem}}.p-strenghts__production__section-label__figure{padding-top:5rem;padding-left:1.375rem}@media screen and (max-width:768px){.p-strenghts__production__section-label__figure{padding-top:0;padding-left:.375rem}}.p-strenghts__production__section-label__figure img{width:7rem;height:8.125rem}@media screen and (max-width:768px){.p-strenghts__production__section-label__figure img{width:3.75rem;height:3.75rem}}.p-strenghts__production__content{display:flex;align-items:end;justify-content:center;gap:2rem}@media screen and (max-width:768px){.p-strenghts__production__content{flex-direction:column;gap:0}}.p-strenghts__production__content__left{padding-left:7.75rem}@media screen and (max-width:768px){.p-strenghts__production__content__left{padding-top:6.25rem;width:100%;padding-inline:1.5625rem}}@media screen and (max-width:768px){.p-strenghts__production__content__right{width:100%}}.p-strenghts__production__title{font-size:5rem;font-weight:700;letter-spacing:.21em;color:#154068}@media screen and (max-width:768px){.p-strenghts__production__title{font-size:1.9375rem}}.p-strenghts__production__text{margin-top:3.75rem;font-size:1.3125rem;font-weight:500;line-height:2;letter-spacing:.12em;color:#154068;width:43.75rem}@media screen and (max-width:768px){.p-strenghts__production__text{margin-top:1.75rem;font-size:.8125rem;width:100%}}.p-strenghts__production__figure{margin-top:1.25rem;width:50.375rem;position:relative}@media screen and (max-width:768px){.p-strenghts__production__figure{margin-top:.625rem;width:100%}}.p-strenghts__production__figure__img1,.p-strenghts__production__figure__img2{display:none;width:100%}.p-strenghts__production__figure__img1.is-active,.p-strenghts__production__figure__img2.is-active{display:block}.p-strenghts__production__scroll-slider{position:relative;overflow:hidden;width:60rem;height:100vh}@media screen and (max-width:768px){.p-strenghts__production__scroll-slider{width:100%;height:21.875rem}}.p-strenghts__production__scroll-slider__img{width:60rem;height:100vh}@media screen and (max-width:768px){.p-strenghts__production__scroll-slider__img{position:absolute;top:-25%;left:50%;width:100%;height:auto;transform:translate(-50%)}}.p-strenghts__production__scroll-slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.p-strenghts__production__scroll-slider .swiper-pagination-horizontal{bottom:1.875rem!important}.p-strenghts__production__scroll-slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.p-strenghts__production__scroll-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin-right:0;margin-left:.5rem}.p-strenghts__production__scroll-slider .swiper-pagination-bullet{background-color:#fff;height:.1875rem;width:2rem;border-radius:0;opacity:.25}.p-strenghts__production__scroll-slider .swiper-pagination-bullet-active{opacity:1}.p-strenghts__production__slider-wrapper{padding:3rem 0}@media screen and (max-width:768px){.p-strenghts__production__slider-wrapper{padding:1.5625rem 0}}.p-strenghts__production__slider .swiper-wrapper{transition-timing-function:linear}.p-strenghts__production__slider__img{width:24.375rem}@media screen and (max-width:768px){.p-strenghts__production__slider__img{width:100%}}.p-strenghts__logistics__section1{position:relative;background:url(/wp-content/themes/nakatake/dist/assets/strenghts_logistics-bg1.webp) no-repeat center center/cover}.p-strenghts__logistics__section1-mask{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#154068ab;mix-blend-mode:multiply}.p-strenghts__logistics__section1.sp-extra-el .p-strenghts__logistics__archive{margin-top:0}.p-strenghts__logistics__section-label{position:absolute;top:-2.875rem;left:7.75rem;display:flex;align-items:center;justify-content:flex-start;z-index:10}@media screen and (max-width:768px){.p-strenghts__logistics__section-label{top:1.875rem;left:1.5625rem}}.p-strenghts__logistics__section-label__title{font-size:1.3125rem;font-weight:500;letter-spacing:.21em;color:#fff}@media screen and (max-width:768px){.p-strenghts__logistics__section-label__title{font-size:.625rem;letter-spacing:0}}.p-strenghts__logistics__section-label__title-en{font-family:Outfit,sans-serif;font-size:1.125rem;font-weight:500;letter-spacing:.195em;color:#fff;padding-inline:.75rem}@media screen and (max-width:768px){.p-strenghts__logistics__section-label__title-en{font-size:.625rem;padding-inline:.4375rem}}.p-strenghts__logistics__section-label__line{width:78.75rem;height:.09375rem;background-color:#fff}@media screen and (max-width:768px){.p-strenghts__logistics__section-label__line{width:9.25rem}}.p-strenghts__logistics__section-label__figure{padding-top:6rem;padding-left:1.375rem}@media screen and (max-width:768px){.p-strenghts__logistics__section-label__figure{padding-top:0;padding-left:.375rem}}.p-strenghts__logistics__section-label__figure img{width:12.375rem;height:7rem}@media screen and (max-width:768px){.p-strenghts__logistics__section-label__figure img{width:3.75rem;height:3.75rem}}.p-strenghts__logistics__content{position:relative;padding-inline:8.125rem;padding-top:10.3125rem;padding-bottom:8.75rem;color:#fff}@media screen and (max-width:768px){.p-strenghts__logistics__content{padding-inline:1.5625rem;padding-top:6.625rem;padding-bottom:4.375rem}}.p-strenghts__logistics__title{font-size:5rem;font-weight:700;letter-spacing:.21em}@media screen and (max-width:768px){.p-strenghts__logistics__title{font-size:1.9375rem}}.p-strenghts__logistics__text{margin-top:3.75rem;font-size:1.3125rem;font-weight:500;line-height:2;letter-spacing:.12em;width:45.375rem}@media screen and (max-width:768px){.p-strenghts__logistics__text{margin-top:1.875rem;font-size:.8125rem;width:100%}}.p-strenghts__logistics__archive{margin-top:6rem;display:flex;align-items:start;justify-content:center;gap:27.1875rem}@media screen and (max-width:768px){.p-strenghts__logistics__archive{display:block}}.p-strenghts__logistics__archive__max{max-width:26rem}@media screen and (max-width:768px){.p-strenghts__logistics__archive__max{max-width:100%}}.p-strenghts__logistics__archive__max-label{font-size:1.9375rem;font-weight:500;letter-spacing:.21em}@media screen and (max-width:768px){.p-strenghts__logistics__archive__max-label{font-size:1.25rem}}.p-strenghts__logistics__archive__max-years{position:relative;margin-top:4.375rem;display:flex;align-items:end;padding-bottom:3.75rem;padding-right:1rem;border-bottom:1px solid #fff;width:26rem}@media screen and (max-width:768px){.p-strenghts__logistics__archive__max-years{margin-top:2.25rem;width:100%;padding-inline:1.25rem;padding-bottom:2.5rem}}.p-strenghts__logistics__archive__max-years__number{font-family:Outfit,sans-serif;font-size:10.75rem;font-weight:700;letter-spacing:.06em}@media screen and (max-width:768px){.p-strenghts__logistics__archive__max-years__number{font-size:7rem}}.p-strenghts__logistics__archive__max-years__unit{position:absolute;top:7.5rem;right:0;font-size:1.875rem;font-weight:800;letter-spacing:.06em;padding-bottom:1.25rem}@media screen and (max-width:768px){.p-strenghts__logistics__archive__max-years__unit{top:4.375rem;right:1.25rem;font-size:1.75rem}}.p-strenghts__logistics__archive__max-years__note{position:absolute;bottom:3.125rem;right:0;font-size:1.125rem;font-weight:500;letter-spacing:.08em}@media screen and (max-width:768px){.p-strenghts__logistics__archive__max-years__note{bottom:1.875rem;right:1.5rem;font-size:1rem}}.p-strenghts__logistics__archive__max-month{position:relative;display:flex;align-items:end;padding-top:3.75rem;padding-right:1rem;width:26rem}@media screen and (max-width:768px){.p-strenghts__logistics__archive__max-month{width:100%;padding-inline:1.25rem;padding-top:2.5rem}}.p-strenghts__logistics__archive__max-month__number{font-family:Outfit,sans-serif;font-size:10.75rem;font-weight:700;letter-spacing:.09em}@media screen and (max-width:768px){.p-strenghts__logistics__archive__max-month__number{font-size:7rem}}.p-strenghts__logistics__archive__max-month__unit{position:absolute;top:11.25rem;right:0;font-size:1.875rem;font-weight:800;letter-spacing:.06em;padding-bottom:1.25rem;padding-left:.625rem}@media screen and (max-width:768px){.p-strenghts__logistics__archive__max-month__unit{top:6.875rem;right:1.25rem;font-size:1.75rem}}.p-strenghts__logistics__archive__max-month__note{position:absolute;bottom:-.625rem;right:0;font-size:1.125rem;font-weight:500;letter-spacing:.08em}@media screen and (max-width:768px){.p-strenghts__logistics__archive__max-month__note{right:1.5rem;font-size:1rem}}.p-strenghts__logistics__archive__annual{width:27.375rem}@media screen and (max-width:768px){.p-strenghts__logistics__archive__annual{max-width:100%}}.p-strenghts__logistics__archive__annual-label{font-size:1.9375rem;font-weight:500;letter-spacing:.21em}@media screen and (max-width:768px){.p-strenghts__logistics__archive__annual-label{font-size:1.25rem}}.p-strenghts__logistics__archive__annual-2025{position:relative;margin-top:4.375rem;display:flex;align-items:end;padding-bottom:1.5rem;padding-right:.625rem;border-bottom:1px solid #fff;width:27.375rem}@media screen and (max-width:768px){.p-strenghts__logistics__archive__annual-2025{margin-top:2.25rem;width:100%;padding-inline:1.25rem;padding-bottom:1.25rem}}.p-strenghts__logistics__archive__annual-2025__year{position:absolute;top:4.375rem;left:0;font-size:2.0625rem;font-weight:500;letter-spacing:.06em;padding-bottom:1.75rem}@media screen and (max-width:768px){.p-strenghts__logistics__archive__annual-2025__year{top:3.125rem;font-size:1.3125rem}}.p-strenghts__logistics__archive__annual-2025__number{font-family:Outfit,sans-serif;font-size:8.4375rem;font-weight:700;letter-spacing:.1em;padding-left:8.625rem}@media screen and (max-width:768px){.p-strenghts__logistics__archive__annual-2025__number{font-size:6.25rem;padding-left:4.625rem}}.p-strenghts__logistics__archive__annual-2025__unit{position:absolute;top:5.625rem;right:.625rem;font-size:1.875rem;font-weight:800;letter-spacing:.06em;padding-bottom:1.25rem;padding-left:.625rem}@media screen and (max-width:768px){.p-strenghts__logistics__archive__annual-2025__unit{top:3.75rem;right:.625rem;font-size:1.75rem}}.p-strenghts__logistics__archive__annual-2024{position:relative;margin-top:1.25rem;display:flex;align-items:end;padding-bottom:1.5rem;padding-right:.625rem;border-bottom:1px solid #fff;width:27.375rem}@media screen and (max-width:768px){.p-strenghts__logistics__archive__annual-2024{margin-top:2.25rem;width:100%;padding-inline:1.25rem;padding-bottom:1.25rem}}.p-strenghts__logistics__archive__annual-2024__year{position:absolute;top:4.375rem;left:0;font-size:2.0625rem;font-weight:500;letter-spacing:.06em;padding-bottom:1.75rem}@media screen and (max-width:768px){.p-strenghts__logistics__archive__annual-2024__year{top:3.125rem;font-size:1.3125rem}}.p-strenghts__logistics__archive__annual-2024__number{font-family:Outfit,sans-serif;font-size:8.4375rem;font-weight:700;letter-spacing:.04em;padding-left:8rem}@media screen and (max-width:768px){.p-strenghts__logistics__archive__annual-2024__number{font-size:6.25rem;padding-left:4.125rem}}.p-strenghts__logistics__archive__annual-2024__unit{position:absolute;top:5.625rem;right:.625rem;font-size:1.875rem;font-weight:800;letter-spacing:.06em;padding-bottom:1.25rem}@media screen and (max-width:768px){.p-strenghts__logistics__archive__annual-2024__unit{top:3.75rem;right:.625rem;font-size:1.75rem}}.p-strenghts__logistics__archive__annual-2023{position:relative;margin-top:1.25rem;display:flex;align-items:end;padding-bottom:1.5rem;padding-right:.625rem;width:27.375rem}@media screen and (max-width:768px){.p-strenghts__logistics__archive__annual-2023{margin-top:2.25rem;width:100%;padding-inline:1.25rem;padding-bottom:1.25rem}}.p-strenghts__logistics__archive__annual-2023__year{position:absolute;top:4.375rem;left:0;font-size:2.0625rem;font-weight:500;letter-spacing:.06em;padding-bottom:1.75rem}@media screen and (max-width:768px){.p-strenghts__logistics__archive__annual-2023__year{top:3.125rem;font-size:1.3125rem}}.p-strenghts__logistics__archive__annual-2023__number{font-family:Outfit,sans-serif;font-size:8.4375rem;font-weight:700;letter-spacing:.08em;padding-left:8.625rem}@media screen and (max-width:768px){.p-strenghts__logistics__archive__annual-2023__number{font-size:6.25rem;padding-left:4.625rem}}.p-strenghts__logistics__archive__annual-2023__unit{position:absolute;top:5.625rem;right:.625rem;font-size:1.875rem;font-weight:800;letter-spacing:.06em;padding-bottom:1.25rem}@media screen and (max-width:768px){.p-strenghts__logistics__archive__annual-2023__unit{top:3.75rem;right:.625rem;font-size:1.75rem}}.p-strenghts__logistics__section2{position:relative;background:url(/wp-content/themes/nakatake/dist/assets/strenghts_logistics-bg2.webp) no-repeat center center/cover}.p-strenghts__logistics__section2-mask{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#15406873;mix-blend-mode:multiply}.p-strenghts__logistics__section2 .p-strenghts__logistics__section-label{position:absolute;top:-2.875rem;left:7.75rem;display:flex;align-items:center;justify-content:flex-start;z-index:10}@media screen and (max-width:768px){.p-strenghts__logistics__section2 .p-strenghts__logistics__section-label{top:1.875rem;left:1.5625rem}}.p-strenghts__logistics__section2 .p-strenghts__logistics__section-label__title{font-size:1.3125rem;font-weight:500;letter-spacing:.21em;color:#fff}@media screen and (max-width:768px){.p-strenghts__logistics__section2 .p-strenghts__logistics__section-label__title{font-size:.625rem;letter-spacing:0}}.p-strenghts__logistics__section2 .p-strenghts__logistics__section-label__title-en{font-family:Outfit,sans-serif;font-size:1.125rem;font-weight:500;letter-spacing:.195em;color:#fff;padding-inline:.75rem}@media screen and (max-width:768px){.p-strenghts__logistics__section2 .p-strenghts__logistics__section-label__title-en{font-size:.625rem;padding-inline:.4375rem}}.p-strenghts__logistics__section2 .p-strenghts__logistics__section-label__line{width:78.75rem;height:.09375rem;background-color:#fff}@media screen and (max-width:768px){.p-strenghts__logistics__section2 .p-strenghts__logistics__section-label__line{width:9.25rem}}.p-strenghts__logistics__section2 .p-strenghts__logistics__section-label__figure{padding-top:6rem;padding-left:1.375rem}@media screen and (max-width:768px){.p-strenghts__logistics__section2 .p-strenghts__logistics__section-label__figure{padding-top:0;padding-left:.375rem}}.p-strenghts__logistics__section2 .p-strenghts__logistics__section-label__figure img{width:12.375rem;height:7rem}@media screen and (max-width:768px){.p-strenghts__logistics__section2 .p-strenghts__logistics__section-label__figure img{width:3.75rem;height:3.75rem}}.p-strenghts__logistics__section2 .p-strenghts__logistics__content{position:relative;padding-inline:8.125rem;padding-top:10.3125rem;padding-bottom:8.75rem;color:#fff}@media screen and (max-width:768px){.p-strenghts__logistics__section2 .p-strenghts__logistics__content{padding-inline:1.5625rem;padding-top:6.25rem;padding-bottom:2.25rem}}.p-strenghts__logistics__section2 .p-strenghts__logistics__title{font-size:5rem;font-weight:700;letter-spacing:.21em}@media screen and (max-width:768px){.p-strenghts__logistics__section2 .p-strenghts__logistics__title{font-size:1.9375rem}}.p-strenghts__logistics__section2 .p-strenghts__logistics__text{margin-top:3.75rem;font-size:1.3125rem;font-weight:500;line-height:2;letter-spacing:.12em;width:32.5rem}@media screen and (max-width:768px){.p-strenghts__logistics__section2 .p-strenghts__logistics__text{margin-top:1.875rem;font-size:.8125rem;width:100%}}.p-strenghts__logistics__section2 .p-strenghts__logistics__more-btn{margin-top:13.125rem;width:16.5625rem;height:3.75rem;border:1px solid #fff;border-radius:1.875rem;display:flex;align-items:center;justify-content:center;cursor:pointer}@media screen and (max-width:768px){.p-strenghts__logistics__section2 .p-strenghts__logistics__more-btn{margin:0 auto;margin-top:11.25rem;width:9.75rem;height:2.125rem}}.p-strenghts__logistics__section2 .p-strenghts__logistics__more-btn__wrapper{display:flex;align-items:center;justify-content:center;gap:.875rem}@media screen and (max-width:768px){.p-strenghts__logistics__section2 .p-strenghts__logistics__more-btn__wrapper{gap:.4375rem}}.p-strenghts__logistics__section2 .p-strenghts__logistics__more-btn__text{font-size:1.3125rem;font-weight:500;letter-spacing:.05em;color:#fff}@media screen and (max-width:768px){.p-strenghts__logistics__section2 .p-strenghts__logistics__more-btn__text{font-size:.75rem}}.p-strenghts__logistics__section2 .p-strenghts__logistics__more-btn__arrow{width:.8125rem;height:1.25rem;transform:rotate(-90deg)}@media screen and (max-width:768px){.p-strenghts__logistics__section2 .p-strenghts__logistics__more-btn__arrow{width:.5rem;height:.75rem}}.p-strenghts__logistics__section2 .p-strenghts__logistics__play-btn{position:absolute;top:50%;left:50%;width:10.6875rem;height:10.6875rem;transform:translate(-50%,-50%);cursor:pointer}@media screen and (max-width:768px){.p-strenghts__logistics__section2 .p-strenghts__logistics__play-btn{top:60%;width:3.75rem;height:3.75rem}}.p-strenghts__logistics__section2 .p-strenghts__logistics__play-btn__img{width:100%;height:100%}.p-strenghts__delivery{position:relative}.p-strenghts__delivery__inner{position:relative;overflow:hidden}.p-strenghts__delivery__section-label{position:absolute;top:-3.75rem;left:7.75rem;display:flex;align-items:center;justify-content:flex-start;z-index:10}@media screen and (max-width:768px){.p-strenghts__delivery__section-label{top:1.875rem;left:1.5625rem}}.p-strenghts__delivery__section-label__title{font-size:1.3125rem;font-weight:500;letter-spacing:.21em;color:#154068}@media screen and (max-width:768px){.p-strenghts__delivery__section-label__title{font-size:.625rem;letter-spacing:0}}.p-strenghts__delivery__section-label__title-en{font-family:Outfit,sans-serif;font-size:1.125rem;font-weight:500;letter-spacing:.195em;color:#154068;padding-inline:.75rem}@media screen and (max-width:768px){.p-strenghts__delivery__section-label__title-en{font-size:.625rem;padding-inline:.4375rem}}.p-strenghts__delivery__section-label__line{width:78.75rem;height:.09375rem;background-color:#154068}@media screen and (max-width:768px){.p-strenghts__delivery__section-label__line{width:9.25rem}}.p-strenghts__delivery__section-label__figure{padding-top:6.875rem;padding-left:1.375rem}@media screen and (max-width:768px){.p-strenghts__delivery__section-label__figure{padding-top:0;padding-left:.375rem}}.p-strenghts__delivery__section-label__figure img{width:8.4375rem;height:7.9375rem}@media screen and (max-width:768px){.p-strenghts__delivery__section-label__figure img{width:3.75rem;height:3.75rem}}.p-strenghts__delivery__content{display:flex;align-items:end;justify-content:center;gap:2rem}@media screen and (max-width:768px){.p-strenghts__delivery__content{flex-direction:column;width:100%;gap:0}}.p-strenghts__delivery__content__left{padding:8.75rem 7.75rem 5rem;width:50vw}@media screen and (max-width:768px){.p-strenghts__delivery__content__left{padding-top:6.25rem;padding-inline:1.5625rem;padding-bottom:1.875rem;width:100%}}.p-strenghts__delivery__content__right{width:50vw;height:100%}@media screen and (max-width:768px){.p-strenghts__delivery__content__right{width:100%}}.p-strenghts__delivery__title{font-size:5rem;font-weight:700;letter-spacing:.21em;color:#154068}@media screen and (max-width:768px){.p-strenghts__delivery__title{font-size:1.9375rem}}.p-strenghts__delivery__text{margin-top:3.75rem;font-size:1.3125rem;font-weight:500;line-height:2;letter-spacing:.12em;color:#000}@media screen and (max-width:768px){.p-strenghts__delivery__text{font-size:.8125rem;letter-spacing:.08em}}.p-strenghts__delivery__figure{margin-top:3.125rem}@media screen and (max-width:768px){.p-strenghts__delivery__figure{padding:0 1.5625rem;margin-bottom:1.25rem}}.p-strenghts__delivery__more-btn{position:relative;margin:0 auto;margin-top:5rem;width:16.5625rem;height:3.75rem;border:1px solid #000000;border-radius:1.875rem;display:flex;align-items:center;justify-content:center;cursor:pointer}@media screen and (max-width:768px){.p-strenghts__delivery__more-btn{margin:0 auto;margin-top:1.25rem;margin-bottom:2.5rem;width:9.75rem;height:2.125rem}}@media screen and (max-width:768px){.p-strenghts__delivery__more-btn.pc-none{display:flex!important}}.p-strenghts__delivery__more-btn__link{position:absolute;top:0;left:0;width:100%;height:100%}.p-strenghts__delivery__more-btn__wrapper{display:flex;align-items:center;justify-content:center;gap:.875rem}@media screen and (max-width:768px){.p-strenghts__delivery__more-btn__wrapper{gap:.4375rem}}.p-strenghts__delivery__more-btn__text{font-size:1.3125rem;font-weight:500;letter-spacing:.05em;color:#000}@media screen and (max-width:768px){.p-strenghts__delivery__more-btn__text{font-size:.75rem}}.p-strenghts__delivery__more-btn__arrow{width:.8125rem;height:1.25rem;transform:rotate(-90deg);filter:invert(1)}@media screen and (max-width:768px){.p-strenghts__delivery__more-btn__arrow{width:.5rem;height:.75rem}}.p-strenghts__delivery__slider{position:relative;overflow:hidden;width:50vw;height:100%}@media screen and (max-width:768px){.p-strenghts__delivery__slider{width:100%;height:14.25rem}}.p-strenghts__delivery__slider .swiper-slide{position:relative;width:100%;height:36.625rem;height:60rem}@media screen and (max-width:768px){.p-strenghts__delivery__slider .swiper-slide{height:14.25rem}}.p-strenghts__delivery__slider__img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;height:101%}.p-strenghts__delivery__slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.p-strenghts__delivery__slider .swiper-pagination-horizontal{bottom:1.875rem!important}.p-strenghts__delivery__slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.p-strenghts__delivery__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin-right:0;margin-left:.5rem}.p-strenghts__delivery__slider .swiper-pagination-bullet{background-color:#fff;height:.1875rem;width:2rem;border-radius:0;opacity:.25}.p-strenghts__delivery__slider .swiper-pagination-bullet-active{opacity:1}.p-strenghts__contracts__inner{position:relative;overflow:hidden}.p-strenghts__contracts__section-label{position:absolute;top:-1.875rem;left:7.75rem;display:flex;align-items:center;justify-content:flex-start;z-index:10}@media screen and (max-width:768px){.p-strenghts__contracts__section-label{top:1.875rem;left:1.5625rem}}.p-strenghts__contracts__section-label__title{font-size:1.3125rem;font-weight:500;letter-spacing:.21em;color:#fff}@media screen and (max-width:768px){.p-strenghts__contracts__section-label__title{font-size:.625rem;letter-spacing:0}}.p-strenghts__contracts__section-label__title-en{font-family:Outfit,sans-serif;font-size:1.125rem;font-weight:500;letter-spacing:.195em;color:#fff;padding-inline:.75rem}@media screen and (max-width:768px){.p-strenghts__contracts__section-label__title-en{font-size:.625rem;padding-inline:.4375rem}}.p-strenghts__contracts__section-label__line{width:78.75rem;height:.09375rem;background-color:#fff}@media screen and (max-width:768px){.p-strenghts__contracts__section-label__line{width:9.25rem}}.p-strenghts__contracts__section-label__figure{padding-top:6.875rem;padding-left:1.375rem}@media screen and (max-width:768px){.p-strenghts__contracts__section-label__figure{padding-top:0;padding-left:.375rem}}.p-strenghts__contracts__section-label__figure img{width:8.4375rem;height:7.9375rem}@media screen and (max-width:768px){.p-strenghts__contracts__section-label__figure img{width:3.75rem;height:3.75rem}}.p-strenghts__contracts__content{display:flex;align-items:start}@media screen and (max-width:768px){.p-strenghts__contracts__content{flex-direction:column}}.p-strenghts__contracts__content__left{position:relative;width:63vw;height:100vh;padding-left:7.75rem;background:url(/wp-content/themes/nakatake/dist/assets/strenghts_contracts_img-main.webp) no-repeat center center/cover}@media screen and (max-width:768px){.p-strenghts__contracts__content__left{width:100%;height:30rem;padding-inline:1.5625rem}}.p-strenghts__contracts__content__left-mask{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#1540684d;mix-blend-mode:multiply}.p-strenghts__contracts__content__right{width:37vw;height:100vh;overflow:hidden}@media screen and (max-width:768px){.p-strenghts__contracts__content__right{width:100%;height:14.25rem}}.p-strenghts__contracts__text-wrapper{position:absolute;bottom:60px;left:100px;z-index:1}@media screen and (max-width:1920px){.p-strenghts__contracts__text-wrapper{bottom:3.75rem;left:6.25rem}}@media screen and (max-width:768px){.p-strenghts__contracts__text-wrapper{position:static;margin-top:18.75rem}}.p-strenghts__contracts__title{font-size:5rem;font-weight:700;letter-spacing:.21em;color:#fff}@media screen and (max-width:768px){.p-strenghts__contracts__title{font-size:1.9375rem}}.p-strenghts__contracts__text{margin-top:3.75rem;font-size:1.3125rem;font-weight:500;line-height:2;letter-spacing:.12em;color:#fff;width:37rem}@media screen and (max-width:768px){.p-strenghts__contracts__text{margin-top:1.625rem;font-size:.8125rem;letter-spacing:.03em;width:100%}}.p-strenghts__contracts__scroll-slider{position:relative;overflow:hidden;width:44.375rem;height:100vh}@media screen and (max-width:768px){.p-strenghts__contracts__scroll-slider{width:100%;height:14.25rem}}.p-strenghts__contracts__scroll-slider .swiper-slide{position:relative;width:100%;overflow:hidden}.p-strenghts__contracts__scroll-slider__img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1.4);width:auto;height:auto}@media screen and (max-width:768px){.p-strenghts__contracts__scroll-slider__img{transform:translate(-50%,-50%);width:101%;height:auto}}.p-strenghts__contracts__scroll-slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.p-strenghts__contracts__scroll-slider .swiper-pagination-horizontal{bottom:1.875rem!important}.p-strenghts__contracts__scroll-slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.p-strenghts__contracts__scroll-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin-right:0;margin-left:.5rem}.p-strenghts__contracts__scroll-slider .swiper-pagination-bullet{background-color:#fff;height:.1875rem;width:2rem;border-radius:0;opacity:.25}.p-strenghts__contracts__scroll-slider .swiper-pagination-bullet-active{opacity:1}.p-strenghts__design{position:relative}.p-strenghts__design__inner{position:relative;overflow:hidden}.p-strenghts__design__section-label{position:absolute;top:-2.5rem;left:7.75rem;display:flex;align-items:center;justify-content:flex-start;z-index:10}@media screen and (max-width:768px){.p-strenghts__design__section-label{top:1.875rem;left:1.5625rem}}.p-strenghts__design__section-label__title{font-size:1.3125rem;font-weight:500;letter-spacing:.21em;color:#154068}@media screen and (max-width:768px){.p-strenghts__design__section-label__title{font-size:.625rem;letter-spacing:0}}.p-strenghts__design__section-label__title-en{font-family:Outfit,sans-serif;font-size:1.125rem;font-weight:500;letter-spacing:.195em;color:#154068;padding-inline:.75rem}@media screen and (max-width:768px){.p-strenghts__design__section-label__title-en{font-size:.625rem;padding-inline:.4375rem}}.p-strenghts__design__section-label__line{width:78.75rem;height:.09375rem;background-color:#154068}@media screen and (max-width:768px){.p-strenghts__design__section-label__line{width:9.25rem}}.p-strenghts__design__section-label__figure{padding-top:5.625rem;padding-left:1.375rem}@media screen and (max-width:768px){.p-strenghts__design__section-label__figure{padding-top:0;padding-left:.375rem}}.p-strenghts__design__section-label__figure img{width:10.125rem;height:6.9375rem}@media screen and (max-width:768px){.p-strenghts__design__section-label__figure img{width:3.75rem;height:3.75rem}}.p-strenghts__design__content{display:flex;align-items:end;justify-content:center;gap:2rem}@media screen and (max-width:768px){.p-strenghts__design__content{flex-direction:column;gap:0}}.p-strenghts__design__content__left{padding-left:7.75rem;padding-bottom:16.25rem;width:50vw}@media screen and (max-width:768px){.p-strenghts__design__content__left{width:100%;padding-inline:1.5625rem;padding-top:6.25rem;padding-bottom:2.25rem}}@media screen and (max-width:768px){.p-strenghts__design__content__right{width:100%}}.p-strenghts__design__title{font-size:5rem;font-weight:700;letter-spacing:.21em;color:#154068}@media screen and (max-width:768px){.p-strenghts__design__title{font-size:1.9375rem}}.p-strenghts__design__text{margin-top:3.75rem;font-size:1.3125rem;font-weight:500;line-height:2;letter-spacing:.12em;color:#154068;width:33.875rem}@media screen and (max-width:768px){.p-strenghts__design__text{margin-top:1.625rem;font-size:.8125rem;letter-spacing:.08em;width:100%}}.p-strenghts__design__slider{position:relative;overflow:hidden;width:50vw}@media screen and (max-width:768px){.p-strenghts__design__slider{width:100%;height:19.5rem}}.p-strenghts__design__slider .swiper-wrapper{width:50vw}@media screen and (max-width:768px){.p-strenghts__design__slider .swiper-wrapper{width:100%}}.p-strenghts__design__slider .swiper-slide{position:relative;height:50rem;overflow:hidden}@media screen and (max-width:768px){.p-strenghts__design__slider .swiper-slide{height:19.5rem}}.p-strenghts__design__slider__img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:130%;height:auto}.p-strenghts__design__slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.p-strenghts__design__slider .swiper-pagination-horizontal{bottom:1.875rem!important}.p-strenghts__design__slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.p-strenghts__design__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin-right:0;margin-left:.5rem}.p-strenghts__design__slider .swiper-pagination-bullet{background-color:#fff;height:.1875rem;width:2rem;border-radius:0;opacity:.25}.p-strenghts__design__slider .swiper-pagination-bullet-active{opacity:1}.p-strenghts__contact__inner{padding:8.625rem 17.3125rem;background-color:#154068;color:#fff;display:flex;align-items:center;justify-content:center;gap:14.5rem}@media screen and (max-width:768px){.p-strenghts__contact__inner{padding:3.125rem 1.5625rem;flex-direction:column;gap:2.1875rem}}.p-strenghts__contact__message__title{font-size:3.3125rem;font-weight:500;letter-spacing:.1em}@media screen and (max-width:768px){.p-strenghts__contact__message__title{font-size:1.25rem;text-align:center}}.p-strenghts__contact__message__text{margin-top:1.5625rem;font-size:1.1875rem;font-weight:500;letter-spacing:.1em}@media screen and (max-width:768px){.p-strenghts__contact__message__text{font-size:.6875rem;text-align:center}}.p-strenghts__contact__button{position:relative;width:34.375rem;border:1px solid #fff;cursor:pointer}@media screen and (max-width:768px){.p-strenghts__contact__button{width:13.625rem}}.p-strenghts__contact__button:before{content:"";position:absolute;top:50%;right:1.875rem;width:1.375rem;height:.6875rem;background-image:url(/wp-content/themes/nakatake/dist/assets/top_section2-arrow.svg);background-size:contain;background-position:center;background-repeat:no-repeat;transform:translateY(-50%) rotate(-90deg)}@media screen and (max-width:768px){.p-strenghts__contact__button:before{width:1rem;height:.5rem;right:1.25rem}}.p-strenghts__contact__button__link{position:absolute;top:0;left:0;width:100%;height:100%}.p-strenghts__contact__button__text-wrapper{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2.1875rem 0}@media screen and (max-width:768px){.p-strenghts__contact__button__text-wrapper{flex-direction:column;gap:.375rem;padding:.9375rem 0 .8125rem}}.p-strenghts__contact__button__text{font-size:1.25rem;font-weight:500;letter-spacing:.15em;color:#fff}@media screen and (max-width:768px){.p-strenghts__contact__button__text{font-size:.875rem}}.p-strenghts__contact__button__text-en{font-family:Outfit,sans-serif;font-size:.8125rem;font-weight:500;letter-spacing:.09em;color:#fff}@media screen and (max-width:768px){.p-strenghts__contact__button__text-en{font-size:.5625rem}}.p-recruit{background-color:#ebebeb}.p-recruit__kv{position:relative;overflow:hidden}.p-recruit__kv__bg__slider__row{display:flex;width:max-content;animation:recruit_kv-slide_left 50s linear infinite}.p-recruit__kv__bg__slider__row.slider-bottom{animation:recruit_kv-slide_left 50s linear infinite reverse}.p-recruit__kv__bg__slider__row__track{display:flex}.p-recruit__kv__bg__slider__row__track__img{width:auto;height:50vh}@media screen and (max-width:768px){.p-recruit__kv__bg__slider__row__track__img{height:40vh}}.p-recruit__kv__bg__mask{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#cdcece;mix-blend-mode:multiply}.p-recruit__kv__ttl{position:absolute;top:42%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}@media screen and (max-width:768px){.p-recruit__kv__ttl{top:46%}}.p-recruit__kv__ttl__jp{width:8.5rem}@media screen and (max-width:768px){.p-recruit__kv__ttl__jp{width:3rem}}.p-recruit__kv__ttl__en{margin-top:2.875rem;width:52.0625rem}@media screen and (max-width:768px){.p-recruit__kv__ttl__en{margin-top:1rem;width:17.1875rem}}.p-recruit__kv__ttl__sub{margin-top:4rem;width:35.5rem}@media screen and (max-width:768px){.p-recruit__kv__ttl__sub{margin-top:1rem;width:12.375rem}}.p-recruit__statement{position:relative;padding-top:7.75rem}@media screen and (max-width:768px){.p-recruit__statement{padding-top:2.875rem}}.p-recruit__statement__inner{max-width:85.375rem;margin:0 auto}@media screen and (max-width:768px){.p-recruit__statement__inner{max-width:100%}}.p-recruit__statement__bg{position:relative}.p-recruit__statement__info{padding:0 4.375rem;position:absolute;top:0;left:0}@media screen and (max-width:768px){.p-recruit__statement__info{padding:0 1.5625rem}}.p-recruit__statement__info__catchcopy{margin-top:8.5rem;font-size:4.25rem;font-weight:500;line-height:1.6;letter-spacing:.08em;color:#fff}@media screen and (max-width:768px){.p-recruit__statement__info__catchcopy{margin-top:3.125rem;font-size:1.3125rem;line-height:1.5}}.p-recruit__statement__info__role{margin-top:6.25rem;font-size:1.3125rem;letter-spacing:.03em;color:#fff}@media screen and (max-width:768px){.p-recruit__statement__info__role{margin-top:3.625rem;font-size:.8125rem}}.p-recruit__statement__info__name{display:flex;align-items:center;margin-top:1.875rem;font-size:2.1875rem;font-weight:500;letter-spacing:.03em;color:#fff}@media screen and (max-width:768px){.p-recruit__statement__info__name{margin-top:.625rem;font-size:1rem}}.p-recruit__statement__info__name span{padding-left:1.125rem;font-size:1.25rem;letter-spacing:.03em;color:#fff}@media screen and (max-width:768px){.p-recruit__statement__info__name span{padding-left:.5rem;font-size:.5625rem}}.p-recruit__message{position:relative;margin-top:-8.75rem;z-index:1}@media screen and (max-width:768px){.p-recruit__message{margin-top:0}}.p-recruit__message__inner{position:relative;padding:3.75rem 3.375rem;max-width:70rem;margin:0 auto;background-color:#fff;border-radius:1.25rem;display:flex;justify-content:space-between;align-items:start;gap:3rem}@media screen and (max-width:768px){.p-recruit__message__inner{display:block;padding:2.625rem 1.5625rem;border-radius:0}}.p-recruit__message__l-column,.p-recruit__message__r-column{max-width:30rem}@media screen and (max-width:768px){.p-recruit__message__l-column,.p-recruit__message__r-column{max-width:100%}}.p-recruit__message__ttl{margin-top:2.75rem;font-size:1.5rem;font-weight:500;line-height:1.8;letter-spacing:.08em}@media screen and (max-width:768px){.p-recruit__message__ttl{font-size:1.0625rem;line-height:1.6}}.p-recruit__message__ttl:first-child{margin-top:0}.p-recruit__message__txt{margin-top:2.75rem;font-size:1.0625rem;line-height:2;letter-spacing:.03em;font-feature-settings:"palt" 1;text-align:justify}@media screen and (max-width:768px){.p-recruit__message__txt{margin-top:1.875rem;font-size:.9375rem;line-height:1.7}}.p-recruit__message__txt.no-margin{margin-top:0}.p-recruit__message__img{position:absolute;bottom:4.125rem;right:3.375rem;width:30.1875rem}@media screen and (max-width:768px){.p-recruit__message__img{position:static;width:100%;height:auto;margin-top:1.875rem}}.p-recruit__interview{position:relative;padding-top:8.125rem;padding-bottom:14.375rem}@media screen and (max-width:768px){.p-recruit__interview{padding-top:0;padding-bottom:3.75rem}}.p-recruit__interview__inner{position:relative;max-width:70rem;margin:0 auto}@media screen and (max-width:768px){.p-recruit__interview__inner{max-width:100%;padding:0 1.5625rem}}.p-recruit__interview__list{display:grid;grid-template-columns:1fr 1fr;gap:6.875rem}@media screen and (max-width:768px){.p-recruit__interview__list{display:block}}.p-recruit__interview__list__item{position:relative}@media screen and (max-width:768px){.p-recruit__interview__list__item{margin-top:3.75rem}}.p-recruit__interview__list__item__link{position:absolute;top:0;left:0;width:100%;height:100%}.p-recruit__interview__list__item__label{position:relative;display:flex;align-items:center;gap:1.25rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:600;color:#14325d;z-index:1}@media screen and (max-width:768px){.p-recruit__interview__list__item__label{margin-bottom:-3.125rem;flex-direction:column;align-items:flex-end;gap:0;font-size:1.25rem}}.p-recruit__interview__list__item__label span{padding-bottom:.375rem;font-family:Outfit,sans-serif;font-size:3.5rem;font-weight:500;letter-spacing:.03em}@media screen and (max-width:768px){.p-recruit__interview__list__item__label span{font-size:5.625rem}}@media screen and (max-width:768px){.p-recruit__interview__list__item:first-child .p-recruit__interview__list__item__label{padding-right:1.25rem}}@media screen and (max-width:768px){.p-recruit__interview__list__item:nth-child(2n) .p-recruit__interview__list__item__label{align-items:flex-start;padding-left:1.25rem}}.p-recruit__interview__list__item__img{margin-top:1.375rem;border-top-left-radius:1.875rem;border-bottom-right-radius:1.875rem}@media screen and (max-width:768px){.p-recruit__interview__list__item__img{margin-top:0;border-top-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem}}.p-recruit__interview__list__item__ttl{margin-top:2.375rem;font-size:2.0625rem;font-weight:600;line-height:1.6;letter-spacing:.03em}@media screen and (max-width:768px){.p-recruit__interview__list__item__ttl{margin-top:1.5rem;font-size:1.5rem}}.p-recruit__interview__list__item__name{display:flex;align-items:center;gap:1.125rem;margin-top:1.375rem;font-size:1.75rem;font-weight:600}@media screen and (max-width:768px){.p-recruit__interview__list__item__name{margin-top:1rem;gap:.625rem;font-size:1.25rem}}.p-recruit__interview__list__item__name span{font-size:1rem;font-weight:600}@media screen and (max-width:768px){.p-recruit__interview__list__item__name span{font-size:.75rem}}.p-recruit__interview__list__item__btn{margin-top:2.125rem}@media screen and (max-width:768px){.p-recruit__interview__list__item__btn{margin-top:1.375rem}}.p-recruit__interview__list__item__btn .c-link-btn__text{font-size:1.25rem;font-weight:600}@media screen and (max-width:768px){.p-recruit__interview__list__item__btn .c-link-btn__text{font-size:.875rem}}.p-recruit__interview__list__item__btn .c-link-btn__arrow-wrap{width:3.125rem;padding:.1875rem .375rem}@media screen and (max-width:768px){.p-recruit__interview__list__item__btn .c-link-btn__arrow-wrap{width:2.375rem;padding:.0625rem .375rem}}@media screen and (max-width:768px){.p-recruit__interview__list__item__btn .c-link-btn__arrow{width:.5rem!important}}.p-recruit__interview__list__item__btn:hover .c-link-btn__arrow{transform:translate(1rem) rotate(-90deg)}.p-recruit-interview{background-color:#ebebeb}.p-recruit-interview__kv{position:relative;padding-top:15rem}@media screen and (max-width:768px){.p-recruit-interview__kv{padding-top:9.375rem}}.p-recruit-interview__kv__ttl{font-family:Outfit,sans-serif;font-size:8.5rem;font-weight:700;color:#14325d;text-align:center}@media screen and (max-width:768px){.p-recruit-interview__kv__ttl{font-size:3.625rem}}.p-recruit-interview__kv__list{margin-top:4.625rem}@media screen and (max-width:768px){.p-recruit-interview__kv__list{margin-top:1.625rem}}.p-recruit-interview__kv__list{display:flex;justify-content:center;align-items:center;gap:2.125rem}@media screen and (max-width:768px){.p-recruit-interview__kv__list{gap:1rem}}.p-recruit-interview__kv__list__item{position:relative}.p-recruit-interview__kv__list__item a{display:flex;align-items:center;font-family:Outfit,sans-serif;font-size:1.125rem;font-weight:600;color:#14325d}@media screen and (max-width:768px){.p-recruit-interview__kv__list__item a{font-size:.5rem}}.p-recruit-interview__kv__list__item a span{padding-bottom:.125rem;padding-left:.375rem;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:600}@media screen and (max-width:768px){.p-recruit-interview__kv__list__item a span{padding-left:.1875rem;font-size:.875rem}}.p-recruit-interview__kv__list__item:after{content:"/";position:absolute;top:50%;right:-1.3125rem;transform:translateY(-50%);font-size:1.75rem;color:#14325d}@media screen and (max-width:768px){.p-recruit-interview__kv__list__item:after{right:-.6875rem;font-size:.875rem}}.p-recruit-interview__kv__list__item:last-child:after{display:none}.p-recruit-interview__content{padding-top:13.5rem;padding-bottom:10.9375rem}@media screen and (max-width:768px){.p-recruit-interview__content{padding-top:4rem;padding-bottom:7.25rem}}.p-recruit-interview__content__inner{position:relative;max-width:70rem;margin:0 auto}@media screen and (max-width:768px){.p-recruit-interview__content__inner{max-width:100%}}.p-recruit-interview__content__block{position:relative;margin-top:13.5rem}@media screen and (max-width:768px){.p-recruit-interview__content__block{margin-top:4rem}}.p-recruit-interview__content__block__label{position:relative;display:flex;margin-bottom:-4.0625rem;padding-right:1.375rem;flex-direction:column;align-items:flex-end;font-family:Outfit,sans-serif;font-size:1.875rem;font-weight:600;color:#14325d;z-index:1}@media screen and (max-width:768px){.p-recruit-interview__content__block__label{margin-bottom:-2.8125rem;padding-right:2.5rem;font-size:1.25rem}}.p-recruit-interview__content__block__label span{font-family:Outfit,sans-serif;font-size:9.25rem;font-weight:500;line-height:.9;letter-spacing:.03em}@media screen and (max-width:768px){.p-recruit-interview__content__block__label span{font-size:6.25rem}}.p-recruit-interview__content__block__head{display:flex;justify-content:space-between;gap:4rem}@media screen and (max-width:768px){.p-recruit-interview__content__block__head{flex-direction:column-reverse;padding:0 1.5625rem}}.p-recruit-interview__content__block__info{flex:1;width:100%}.p-recruit-interview__content__block__info__ttl{font-size:2.875rem;font-weight:500;line-height:1.6;letter-spacing:.03em}@media screen and (max-width:768px){.p-recruit-interview__content__block__info__ttl{font-size:1.5rem}}.p-recruit-interview__content__block__info__name{margin-top:2.25rem;display:flex;align-items:center;font-size:2.1875rem;font-weight:500;letter-spacing:.03em}@media screen and (max-width:768px){.p-recruit-interview__content__block__info__name{margin-top:1.75rem;font-size:1.25rem}}.p-recruit-interview__content__block__info__name span{padding-left:.75rem;font-size:1.25rem;letter-spacing:.03em}@media screen and (max-width:768px){.p-recruit-interview__content__block__info__name span{padding-left:.625rem;font-size:.875rem}}.p-recruit-interview__content__block__info__role{margin-top:1.875rem;font-size:1.375rem;letter-spacing:.03em}@media screen and (max-width:768px){.p-recruit-interview__content__block__info__role{margin-top:1.125rem;font-size:.8125rem}}.p-recruit-interview__content__block__info__years{margin-top:.6875rem;font-size:1.375rem;letter-spacing:.03em}@media screen and (max-width:768px){.p-recruit-interview__content__block__info__years{margin-top:.375rem;font-size:.8125rem}}.p-recruit-interview__content__block__img{overflow:hidden;width:30.4375rem;border-top-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem}@media screen and (max-width:768px){.p-recruit-interview__content__block__img{width:100%;border-top-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem}}.p-recruit-interview__content__block__body{margin-top:-5.375rem;background-color:#14325d;border-radius:1.875rem}@media screen and (max-width:768px){.p-recruit-interview__content__block__body{margin-top:2.25rem;border-radius:0}}.p-recruit-interview__content__block__body__inner{position:relative;padding:4.375rem 5.25rem 5.75rem;max-width:70rem;margin:0 auto;border-radius:1.25rem;display:flex;justify-content:space-between;align-items:start;gap:3rem}@media screen and (max-width:768px){.p-recruit-interview__content__block__body__inner{display:block;padding:2.625rem 1.5625rem;border-radius:0}}.p-recruit-interview__content__block__body__l-column,.p-recruit-interview__content__block__body__r-column{max-width:30rem}@media screen and (max-width:768px){.p-recruit-interview__content__block__body__l-column,.p-recruit-interview__content__block__body__r-column{max-width:100%}}.p-recruit-interview__content__block__body__ttl{margin-top:2.75rem;font-size:1.375rem;font-weight:500;line-height:1.8;letter-spacing:.08em;color:#fff}@media screen and (max-width:768px){.p-recruit-interview__content__block__body__ttl{font-size:1.0625rem;line-height:1.6}}.p-recruit-interview__content__block__body__ttl:first-child{margin-top:0}.p-recruit-interview__content__block__body__txt{margin-top:2.75rem;font-size:1rem;line-height:2;letter-spacing:.03em;font-feature-settings:"palt" 1;text-align:justify;color:#fff}@media screen and (max-width:768px){.p-recruit-interview__content__block__body__txt{margin-top:1.875rem;font-size:.9375rem;line-height:1.7}}.p-recruit-interview__content__block__body__txt.no-margin{margin-top:0}.p-recruit-interview__content__block__body__img{margin-top:4.625rem;margin-bottom:2.5rem;width:30.1875rem}@media screen and (max-width:768px){.p-recruit-interview__content__block__body__img{position:static;width:100%;height:auto;margin-top:1.875rem}}.p-recruit-interview__content__block:first-child{margin-top:0}@media screen and (max-width:768px){.p-recruit-interview__content__block:first-child{margin-top:0}}.p-recruit-interview__content__block:nth-child(2n) .p-recruit-interview__content__block__head{flex-direction:row-reverse}@media screen and (max-width:768px){.p-recruit-interview__content__block:nth-child(2n) .p-recruit-interview__content__block__head{flex-direction:column-reverse}}.p-recruit-interview__content__block:nth-child(2n) .p-recruit-interview__content__block__label{padding-right:0;padding-left:1.5625rem;align-items:flex-start}.p-recruit-interview__content__block:nth-child(2n) .p-recruit-interview__content__block__body__ttl:first-child{margin-top:4.625rem}@media screen and (max-width:768px){.p-recruit-interview__content__block:nth-child(2n) .p-recruit-interview__content__block__body__ttl:first-child{margin-top:0}}@media screen and (max-width:768px){.sp-none{display:none}}.pc-none{display:none}@media screen and (max-width:768px){.pc-none{display:block}}.u-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}a{transition:.3s}a:hover{opacity:.5;transition:.8s}@keyframes arrowFlow{0%{transform:translateY(-100%);opacity:0}10%{opacity:1}25%{transform:translateY(0);opacity:1}75%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}.fadeIn{opacity:0}.fadeIn.is-inview{animation:fadeIn 1s ease-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeInScale{transform:scale(1.1)}.is-inview .fadeInScale{animation:fadeInScale .8s ease-out forwards}@keyframes fadeInScale{0%{transform:scale(1.1)}to{transform:scale(1)}}.js-fadeUp{opacity:0}.js-fadeUp.is-motion{animation-name:fadeUpAnime;animation-duration:1s;animation-fill-mode:forwards;opacity:0}@keyframes fadeUpAnime{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.p-strenghts__kv__title__text{width:0;opacity:0;animation:strenghtsTitleAnime 2.6s ease-out forwards;animation-delay:.6s}@keyframes strenghtsTitleAnime{0%{width:0;opacity:0}50%{width:100%;opacity:0}to{width:100%;opacity:1}}@keyframes strenghtsSubTitleAnime{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.p-strenghts__kv__title-sub__text.text--1{animation:strenghtsSubTitleAnime .3s ease-out 3s both}.p-strenghts__kv__title-sub__text.text--2{animation:strenghtsSubTitleAnime .3s ease-out 3.4s both}.p-strenghts__kv__title-sub__text.text--3{animation:strenghtsSubTitleAnime .3s ease-out 3.8s both}.p-strenghts__kv__title{animation:strenghtsTitleAnime2 .6s ease-out 2.2s both}@keyframes strenghtsTitleAnime2{0%{transform:translate(-50%,-50%) translateY(0)}to{transform:translate(-50%,-50%) translateY(-50px)}}@keyframes recruit_kv-slide_left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes recruit_kv-slide_right{0%{transform:translate(-50%)}to{transform:translate(0)}}
