@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,li>ul,a,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,figcaption,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:bottom;background:0 0;-webkit-box-sizing:border-box;box-sizing:border-box}a{text-decoration:none;color:inherit}li{list-style-type:none}:root{--font-main:"Noto Sans JP",YuGothic,"Yu Gothic","メイリオ",Meiryo,"ヒラギノ角ゴシック","Hiragino Sans",sans-serif;--font-roboto:"Roboto",sans-serif;--font-inter:"Inter",sans-serif;--color-main:#2b2b2b;--color-accent:#e60012;--color-text:#0e0e0e;--color-gray:#f5f6f7;--leading-trim:calc((1em - 1lh) / 2)}.spSmall-on{display:none}.tabOnly{display:none !important}.pcNone{display:block !important}.kvFade{-webkit-animation-name:fadeUpAnime;animation-name:fadeUpAnime;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.delay-05s{-webkit-animation-delay:.5s;animation-delay:.5s}.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes fadeUpAnime{from{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeUpAnime{from{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.grecaptcha-badge{visibility:hidden}html{scroll-behavior:smooth;height:-webkit-fill-available;font-size:62.5%;scroll-padding-top:9.5rem}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;font-size:16px;font-weight:400;font-family:var(--font-main);color:var(--color-text);background-color:#fff;width:100%;height:100%}body.fixed{overflow:hidden}img{width:100%;height:auto;vertical-align:bottom}p,li,a,dt,dd{font-size:clamp(1.4rem, 1.4035087719vw, 1.6rem);font-family:var(--font-main);font-weight:400;color:var(--color-text);letter-spacing:.08em}p,li,a,dt,dd{line-height:2}h1,h2,h3,h4,h5,h6{line-height:1.5;color:var(--color-text)}button{cursor:pointer}.l-inner{max-width:115rem;margin:0 auto;padding-left:2.5rem;padding-right:2.5rem}.l-main{overflow:hidden}.l-wrapper{overflow:hidden;position:relative;z-index:1}.c-btn{display:inline-block}.c-btn--main.white .text{color:#fff}.c-btn--main.white .text:after{background-color:#fff}.c-btn--main.white .icon{border:solid .1rem #fff}.c-btn--main.red .text{color:var(--color-accent)}.c-btn--main.red .text:after{background-color:var(--color-accent)}.c-btn--main.red .icon{border:solid .1rem var(--color-accent)}.c-btn--main a{display:grid;grid-template-columns:auto auto;gap:0 clamp(1.7rem, 1.5789473684vw, 1.8rem);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.c-btn--main a .text{font-size:1.6rem;font-weight:700;line-height:1;padding-block:1.7rem;position:relative;z-index:1}.c-btn--main a .text:after{content:"";width:0;height:.1rem;position:absolute;bottom:.7rem;left:0;z-index:-1;-webkit-transition:.2s linear;transition:.2s linear}.c-btn--main a .text .animateWrap{overflow:hidden;line-height:1;display:inline-block}.c-btn--main a .text .animateUp{display:inline-block}.c-btn--main a:hover .text:after,.c-btn--main a:focus .text:after{width:100%}.c-btn--main a:hover .animateUp,.c-btn--main a:focus .animateUp{-webkit-animation:textUp .4s linear forwards;animation:textUp .4s linear forwards}@-webkit-keyframes textUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}30%{-webkit-transform:translateY(-101%);transform:translateY(-101%)}30.1%{-webkit-transform:translateY(101%);transform:translateY(101%)}80%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes textUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}30%{-webkit-transform:translateY(-101%);transform:translateY(-101%)}30.1%{-webkit-transform:translateY(101%);transform:translateY(101%)}80%{-webkit-transform:translateY(0);transform:translateY(0)}}.c-btn--main .icon{width:clamp(4.4rem, 4.7368421053vw, 5.4rem);height:clamp(4.4rem, 4.7368421053vw, 5.4rem);border-radius:50%;display:grid;place-items:center}.c-btn--main .icon img{width:clamp(0.8rem, 0.8771929825vw, 1rem)}.c-btn--contact{width:28rem}.c-btn--contact .linkBox{background-color:var(--color-accent);display:grid;grid-template-columns:auto auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:2rem 1.9rem 2rem 2.7rem;border-radius:.5rem;position:relative;z-index:1;-webkit-transition:.2s linear;transition:.2s linear}.c-btn--contact .linkBox:hover,.c-btn--contact .linkBox:focus{-webkit-filter:brightness(80%);filter:brightness(80%)}.c-btn--contact .text{font-size:1.6rem;font-weight:500;line-height:1;letter-spacing:.04em;color:#fff}.c-btn--contact .icon{width:3.2rem;height:3.2rem;border:solid .1rem #fff;border-radius:50%;display:grid;place-items:center}.c-btn--contact .icon img{width:.7rem}.c-icon--arrow{border-radius:50%;display:grid;place-items:center;-webkit-transition:.2s linear;transition:.2s linear}.c-icon--arrow:before{content:"";display:inline-block;background-repeat:no-repeat;background-size:contain}.c-icon--arrow.red{border:solid .1rem var(--color-accent)}.c-icon--arrow.red:before{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/icon_arrow_red.svg)}.c-icon--arrow.white{border:solid .1rem #fff}.c-icon--arrow.white:before{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/icon_arrow_wh.svg)}.c-icon--arrow.size32{width:3.2rem;height:3.2rem}.c-icon--arrow.size32:before{width:.8rem;height:.8rem}.c-icon--arrow.size44{width:4.4rem;height:4.4rem}.c-icon--arrow.size44:before{width:1.2rem;height:1.2rem}.c-icon--arrow.size48{width:4.8rem;height:4.8rem}.c-icon--arrow.size48:before{width:1rem;height:1rem}.c-icon--arrow.size54{width:clamp(4.4rem, 4.6956521739vw, 5.4rem);height:clamp(4.4rem, 4.6956521739vw, 5.4rem)}.c-icon--arrow.size54:before{width:1rem;height:1rem}a:hover .c-icon--arrow.red,a:focus .c-icon--arrow.red{background-color:var(--color-accent)}a:hover .c-icon--arrow.red:before,a:focus .c-icon--arrow.red:before{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/icon_arrow_wh.svg)}a:hover .c-icon--arrow.white,a:focus .c-icon--arrow.white{background-color:#fff}a:hover .c-icon--arrow.white:before,a:focus .c-icon--arrow.white:before{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/icon_arrow_bk.svg)}.p-article--news:first-child .linkBox{padding-top:0}.p-article--news .linkBox{display:grid;grid-template-columns:1fr auto;gap:2rem;padding-block:clamp(2.8rem, 3.7391304348vw, 4.3rem);border-bottom:solid .1rem #dedede;position:relative;z-index:1}.p-article--news .linkBox:after{content:"";width:0;height:.1rem;background-color:var(--color-accent);position:absolute;bottom:-.1rem;left:0;z-index:2;-webkit-transition:.2s linear;transition:.2s linear}.p-article--news .linkBox:hover:after,.p-article--news .linkBox:focus:after{width:100%}.p-article--news .infoBox{display:grid;grid-template-columns:auto auto;gap:clamp(1.1rem, 1.2173913043vw, 1.4rem);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:2rem}.p-article--news .date{font-size:clamp(1.4rem, 1.3913043478vw, 1.6rem);font-weight:300;line-height:.7142857143;letter-spacing:.05em}.p-article--news .category{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem}.p-article--news .category li{display:inline-block;padding:.4rem 1rem;border-radius:3rem;border:solid .1rem var(--color-accent);font-size:1.2rem;font-family:var(--font-inter);line-height:1.25;letter-spacing:0;color:var(--color-accent)}.p-article--news .heading{font-size:clamp(1.6rem, 1.5652173913vw, 1.8rem);font-weight:400;line-height:2;letter-spacing:.06em;color:var(--color-text);margin-block:var(--leading-trim);-webkit-transition:.2s linear;transition:.2s linear}.p-article--news .icon{margin-top:.5rem;width:4.8rem;height:4.8rem;border:solid .1rem #fff;border-radius:50%;display:grid;place-items:center;position:relative;-webkit-transition:.2s linear;transition:.2s linear}.p-article--news .icon:before{content:"";width:1rem;height:1rem;background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/icon_arrow_bk.svg);display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2}.p-article--news .icon svg{width:100%;height:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1;overflow:visible}.p-article--news .icon .circle-animation{width:100%;height:100%;stroke-dasharray:314;stroke-dashoffset:314;-webkit-transform:rotate(-270deg);transform:rotate(-270deg);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}@-webkit-keyframes dash{to{stroke-dashoffset:0}}@keyframes dash{to{stroke-dashoffset:0}}.p-article--news .linkBox:hover .heading2,.p-article--news .linkBox:focus .heading2{color:var(--color-accent)}.p-article--news .linkBox:hover .icon:before,.p-article--news .linkBox:focus .icon:before{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/icon_arrow_red.svg)}.p-article--news .linkBox:hover .icon .circle-animation,.p-article--news .linkBox:focus .icon .circle-animation{-webkit-animation:dash .4s ease-in-out forwards;animation:dash .4s ease-in-out forwards}.p-breadcrumb_inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2.1rem;overflow:scroll;scrollbar-width:none}.p-breadcrumb_inner::-webkit-scrollbar{display:none}.p-breadcrumb_inner :where(span,a){display:inline-block;font-size:clamp(1rem, 1.0434782609vw, 1.2rem);font-weight:500;line-height:1;letter-spacing:.05em;color:rgba(14,14,14,.7);white-space:nowrap}.p-breadcrumb_inner>span:has(a){color:#0e0e0e;position:relative;z-index:1}.p-breadcrumb_inner>span:has(a) a,.p-breadcrumb_inner>span:has(a) span{color:#0e0e0e}.p-breadcrumb_inner>span:has(a) .current-item{color:#0e0e0e}.p-breadcrumb_inner>span:has(a) .current-item span{color:#0e0e0e}.p-breadcrumb_inner>span:has(a):not(:last-child):after{content:"";width:.1rem;height:100%;background-color:#0e0e0e;position:absolute;top:50%;right:-1rem;-webkit-transform:translateY(-50%) rotate(30deg);transform:translateY(-50%) rotate(30deg);z-index:-1}.p-card--case a:hover .photo,.p-card--case a:focus .photo{-webkit-transform:scale(1.05);transform:scale(1.05)}.p-card--case .photoBox{aspect-ratio:410/271;border-radius:.5rem;overflow:hidden;position:relative;z-index:1;margin-bottom:clamp(2.3rem, 2.7826086957vw, 3.2rem)}.p-card--case .photoBox .catBox{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:clamp(0.5rem, 0.8695652174vw, 1rem);position:absolute;top:clamp(0.7rem, 0.8695652174vw, 1rem);left:clamp(0.7rem, 0.8695652174vw, 1rem);z-index:2}.p-card--case .photoBox:not(:has(.catBox)) .category{position:absolute;top:clamp(0.7rem, 0.8695652174vw, 1rem);left:clamp(0.7rem, 0.8695652174vw, 1rem);z-index:2}.p-card--case .photoBox .category{display:inline-block;background-color:var(--color-accent);padding:.8rem 1.5rem .9rem 1.4rem;border-radius:13rem;font-size:clamp(1rem, 1.2173913043vw, 1.4rem);line-height:.7142857143;letter-spacing:.04em;color:#fff}.p-card--case .photoBox .photo{width:100%;height:100%;-webkit-transition:.2s linear;transition:.2s linear}.p-card--case .photoBox img{height:100%;-o-object-fit:cover;object-fit:cover}.p-card--case .heading3{font-size:clamp(1.8rem, 2.0869565217vw, 2.4rem);font-weight:500;line-height:1.5;letter-spacing:.06em;padding-left:clamp(0.9rem, 1.1304347826vw, 1.3rem);position:relative;margin-block:var(--leading-trim);display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;text-overflow:ellipsis}.p-card--case .heading3:before{content:"";background-color:var(--color-accent);width:clamp(0.4rem, 0.4347826087vw, 0.5rem);height:clamp(0.4rem, 0.4347826087vw, 0.5rem);border-radius:50%;position:absolute;top:clamp(1.2rem, 1.4782608696vw, 1.7rem);left:0}.p-card--case .areaBox{padding-top:clamp(1.5rem, 1.5652173913vw, 1.8rem);display:grid;grid-template-columns:auto auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.p-card--case .areaBox p{font-size:clamp(1.1rem, 1.2173913043vw, 1.4rem);font-family:var(--font-inter);font-weight:400;line-height:1.1818181818;letter-spacing:0}.p-card--case .areaBox .title:after{content:"/";display:inline-block;font-size:clamp(1.1rem, 1.2173913043vw, 1.4rem);font-family:var(--font-inter);font-weight:400;line-height:1.1818181818;letter-spacing:0;margin-inline:clamp(0.6rem, 0.6956521739vw, 0.8rem)}.p-card--caseSide{position:relative;z-index:1}.p-card--caseSide .lineBox span{display:block;background-color:#dedede;position:absolute;z-index:2;-webkit-transition:.2s linear;transition:.2s linear}.p-card--caseSide .lineBox .lineTop{width:calc(100% - 4rem);height:.1rem;top:0;left:-1rem}.p-card--caseSide .lineBox .lineRight{width:.1rem;height:calc(100% - 5.1rem);bottom:-1rem;right:0}.p-card--caseSide .lineBox .lineBottom{width:calc(100% - 4rem);height:.1rem;bottom:0;right:-1rem}.p-card--caseSide .lineBox .lineLeft{width:.1rem;height:calc(100% - 5.1rem);top:-1rem;left:0}.p-card--caseSide .linkBox:hover+.lineBox span,.p-card--caseSide .linkBox:focus+.lineBox span{background-color:var(--color-accent)}.p-card--caseSide .linkBox:hover+.lineBox .lineTop,.p-card--caseSide .linkBox:focus+.lineBox .lineTop{width:calc(100% + 2rem)}.p-card--caseSide .linkBox:hover+.lineBox .lineRight,.p-card--caseSide .linkBox:focus+.lineBox .lineRight{height:calc(100% + 2rem)}.p-card--caseSide .linkBox:hover+.lineBox .lineBottom,.p-card--caseSide .linkBox:focus+.lineBox .lineBottom{width:calc(100% + 2rem)}.p-card--caseSide .linkBox:hover+.lineBox .lineLeft,.p-card--caseSide .linkBox:focus+.lineBox .lineLeft{height:calc(100% + 2rem)}.p-card--caseSide .linkBox{display:grid;grid-template-columns:clamp(15rem, 26.0869565217vw, 30rem) 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:clamp(2.5rem, 4.0869565217vw, 4.7rem);padding:clamp(2.1rem, 3.652173913vw, 4.2rem) clamp(2.1rem, 3.4782608696vw, 4rem) clamp(3.6rem, 3.652173913vw, 4.2rem) clamp(2.1rem, 3.5652173913vw, 4.1rem);background-color:#fff}.p-card--caseSide .photoBox{border-radius:.5rem;overflow:hidden;height:clamp(17.7rem, 17.3913043478vw, 20rem)}.p-card--caseSide .photoBox img{height:100%;-o-object-fit:cover;object-fit:cover}.p-card--caseSide .catBox{margin-bottom:clamp(1.4rem, 1.8260869565vw, 2.1rem);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:clamp(0.5rem, 0.8695652174vw, 1rem)}.p-card--caseSide:not(:has(.catBox)) .category{margin-bottom:clamp(1.4rem, 1.8260869565vw, 2.1rem)}.p-card--caseSide .category{display:inline-block;font-size:1.2rem;font-weight:400;color:#fff;letter-spacing:.04em;line-height:.75;background-color:var(--color-accent);border-radius:10rem;padding:.7rem 1.3rem}.p-card--caseSide .heading2{font-size:clamp(1.8rem, 2.0869565217vw, 2.4rem);font-weight:500;letter-spacing:.06em;color:var(--color-text);line-height:1.5;margin-bottom:clamp(0.7rem, 1.2173913043vw, 1.4rem)}.p-card--caseSide .read{font-size:1.4rem;font-weight:400;letter-spacing:0;line-height:2;color:#000;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;text-overflow:ellipsis}.p-card--caseSide .areaBox{display:grid;grid-template-columns:auto auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.p-card--caseSide .areaBox p{font-size:clamp(1.1rem, 1.2173913043vw, 1.4rem);font-family:var(--font-inter);font-weight:400;line-height:1.1818181818;letter-spacing:0}.p-card--caseSide .areaBox .title:after{content:"/";display:inline-block;font-size:clamp(1.1rem, 1.2173913043vw, 1.4rem);font-family:var(--font-inter);font-weight:400;line-height:1.1818181818;letter-spacing:0;margin-inline:clamp(0.6rem, 0.6956521739vw, 0.8rem)}.p-card--caseSide .icon{position:absolute;bottom:1.6rem;right:1.5rem;z-index:1;border-radius:50%;display:grid;place-items:center;width:4.4rem;height:4.4rem;border:solid .1rem #fff;-webkit-transition:.2s linear;transition:.2s linear}.p-card--caseSide .icon:before{content:"";display:inline-block;background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/icon_arrow_bk.svg);background-repeat:no-repeat;background-size:contain;width:1.2rem;height:1.2rem;position:relative;z-index:1}.p-card--caseSide .icon svg{width:100%;height:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);overflow:visible}.p-card--caseSide .icon .circle-animation{width:100%;height:100%;stroke-dasharray:314;stroke-dashoffset:314;-webkit-transform:rotate(-270deg);transform:rotate(-270deg);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}@keyframes dash{to{stroke-dashoffset:0}}.p-card--caseSide .linkBox:hover .icon:before,.p-card--caseSide .linkBox:focus .icon:before{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/icon_arrow_red.svg)}.p-card--caseSide .linkBox:hover .icon .circle-animation,.p-card--caseSide .linkBox:focus .icon .circle-animation{-webkit-animation:dash .4s ease-in-out forwards;animation:dash .4s ease-in-out forwards}.p-card--business{padding:clamp(0.4rem, 0.5217391304vw, 0.6rem);position:relative;z-index:1}.p-card--business .lineBox span{display:block;background-color:#fff;position:absolute;z-index:2;opacity:.5;-webkit-transition:.2s linear;transition:.2s linear}.p-card--business .lineBox .lineTop{width:calc(100% - 2.2rem);height:.1rem;top:clamp(0.4rem, 0.5217391304vw, 0.6rem);left:0}.p-card--business .lineBox .lineRight{width:.1rem;height:calc(100% - 5.4rem);bottom:0;right:clamp(0.4rem, 0.5217391304vw, 0.6rem)}.p-card--business .lineBox .lineBottom{width:calc(100% - 2.2rem);height:.1rem;bottom:clamp(0.4rem, 0.5217391304vw, 0.6rem);right:0}.p-card--business .lineBox .lineLeft{width:.1rem;height:calc(100% - 5.4rem);top:0;left:clamp(0.4rem, 0.5217391304vw, 0.6rem)}.p-card--business .linkBox:hover+.lineBox span,.p-card--business .linkBox:focus+.lineBox span{opacity:1}.p-card--business .linkBox:hover+.lineBox .lineTop,.p-card--business .linkBox:focus+.lineBox .lineTop{width:100%}.p-card--business .linkBox:hover+.lineBox .lineRight,.p-card--business .linkBox:focus+.lineBox .lineRight{height:100%}.p-card--business .linkBox:hover+.lineBox .lineBottom,.p-card--business .linkBox:focus+.lineBox .lineBottom{width:100%}.p-card--business .linkBox:hover+.lineBox .lineLeft,.p-card--business .linkBox:focus+.lineBox .lineLeft{height:100%}.p-card--business:nth-child(1) .linkBox:after,.p-card--business:nth-child(2) .linkBox:after,.p-card--business:nth-child(3) .linkBox:after,.p-card--business:nth-child(4) .linkBox:after,.p-card--business:nth-child(5) .linkBox:after,.p-card--business:nth-child(6) .linkBox:after,.p-card--business:nth-child(7) .linkBox:after,.p-card--business:nth-child(8) .linkBox:after{content:"";background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;inset:0;z-index:-1;opacity:0;-webkit-transition:.2s linear;transition:.2s linear}.p-card--business:nth-child(1) .linkBox:after{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/business_item_hover01.jpg)}.p-card--business:nth-child(2) .linkBox:after{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/business_item_hover02.jpg)}.p-card--business:nth-child(3) .linkBox:after{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/business_item_hover03.jpg)}.p-card--business:nth-child(4) .linkBox:after{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/business_item_hover04.jpg)}.p-card--business:nth-child(5) .linkBox:after{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/business_item_hover05.jpg)}.p-card--business:nth-child(6) .linkBox:after{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/business_item_hover06.jpg)}.p-card--business:nth-child(7) .linkBox:after{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/business_item_hover07.jpg)}.p-card--business:nth-child(8) .linkBox:after{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/business_item_hover08.jpg)}.p-card--business:nth-child(1) .linkBox:hover:after,.p-card--business:nth-child(1) .linkBox:focus:after,.p-card--business:nth-child(2) .linkBox:hover:after,.p-card--business:nth-child(2) .linkBox:focus:after,.p-card--business:nth-child(3) .linkBox:hover:after,.p-card--business:nth-child(3) .linkBox:focus:after,.p-card--business:nth-child(4) .linkBox:hover:after,.p-card--business:nth-child(4) .linkBox:focus:after,.p-card--business:nth-child(5) .linkBox:hover:after,.p-card--business:nth-child(5) .linkBox:focus:after,.p-card--business:nth-child(6) .linkBox:hover:after,.p-card--business:nth-child(6) .linkBox:focus:after,.p-card--business:nth-child(7) .linkBox:hover:after,.p-card--business:nth-child(7) .linkBox:focus:after,.p-card--business:nth-child(8) .linkBox:hover:after,.p-card--business:nth-child(8) .linkBox:focus:after{opacity:1}.p-card--business .linkBox{display:block;height:100%;padding:clamp(4rem, 5.2173913043vw, 6rem) clamp(0.8rem, 2.0869565217vw, 2.4rem) clamp(3.7rem, 5.3913043478vw, 6.2rem);position:relative;z-index:1}.p-card--business .linkBox .number{font-size:clamp(1rem, 1.3913043478vw, 1.6rem);font-family:var(--font-roboto);color:#fff;line-height:.7;letter-spacing:0;position:absolute;top:clamp(1.1rem, 1.652173913vw, 1.9rem);left:clamp(1.1rem, 1.652173913vw, 1.9rem)}.p-card--business .linkBox .heading{text-align:center}.p-card--business .linkBox .heading .ja{display:block;font-size:clamp(1.5rem, 1.7391304348vw, 2rem);font-weight:500;line-height:.75;margin-bottom:clamp(1.2rem, 1.3043478261vw, 1.5rem);letter-spacing:.06em;color:#fff}.p-card--business .linkBox .heading .en{display:block;font-size:clamp(1rem, 1.0434782609vw, 1.2rem);font-family:var(--font-roboto);font-weight:400;line-height:.75;letter-spacing:.02em;color:#fff}.p-card--business .linkBox .icon{margin:0 auto}.p-card--business .linkBox .icon--01{width:clamp(7.5rem, 9.8260869565vw, 11.3rem);margin-top:clamp(2.1rem, 4.5217391304vw, 5.2rem)}.p-card--business .linkBox .icon--02{width:clamp(7.5rem, 9.8260869565vw, 11.3rem);margin-top:clamp(2rem, 4.1739130435vw, 4.8rem)}.p-card--business .linkBox .icon--03{width:clamp(7.5rem, 9.8260869565vw, 11.3rem);margin-top:clamp(2.5rem, 4.6956521739vw, 5.4rem)}.p-card--business .linkBox .icon--04{width:clamp(7.5rem, 9.8260869565vw, 11.3rem);margin-top:clamp(1.7rem, 3.652173913vw, 4.2rem)}.p-card--business .linkBox .icon--05{width:clamp(7.5rem, 8.8695652174vw, 10.2rem);margin-top:clamp(2.5rem, 4.7826086957vw, 5.5rem)}.p-card--business .linkBox .icon--06{width:clamp(7.5rem, 9.8260869565vw, 11.3rem);margin-top:clamp(1.6rem, 3.5652173913vw, 4.1rem)}.p-card--business .linkBox .icon--07{width:clamp(7.5rem, 9.8260869565vw, 11.3rem);margin-top:clamp(1.3rem, 3.5652173913vw, 4.1rem)}.p-card--business .linkBox .icon--08{width:clamp(7.5rem, 9.8260869565vw, 11.3rem);margin-top:clamp(2.4rem, 4.6956521739vw, 5.4rem)}.p-footer{background-color:var(--color-main);background-repeat:no-repeat;background-size:100%;background-position:top center;position:relative;z-index:1;-webkit-transition:.2s linear;transition:.2s linear}.p-footer_contactBox{display:block;position:relative;z-index:1;overflow:hidden;-webkit-transition:.2s linear;transition:.2s linear}.p-footer_contactBox:before{content:"";background-color:rgba(78,78,78,.88);width:100%;height:100%;mix-blend-mode:multiply;position:absolute;inset:0;z-index:-1;-webkit-transition:.2s linear;transition:.2s linear}.p-footer_contactBox:after{content:"";background-image:url(https://nakazawatosou.com/wp-content/themes/nakazawa-tosou/img/common/contact_bg.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;width:100%;height:100%;position:absolute;inset:0;z-index:-2;-webkit-transition:.2s linear;transition:.2s linear}.p-footer_contactBox:hover,.p-footer_contactBox:focus{background-size:105% 105%}.p-footer_contactBox:hover:before,.p-footer_contactBox:focus:before{background-color:rgba(78,78,78,.46)}.p-footer_contactBox:hover:after,.p-footer_contactBox:focus:after{-webkit-transform:scale(1.02);transform:scale(1.02)}.p-footer_contactBox .inner{max-width:122rem;padding-left:2.5rem;padding-right:2.5rem;padding-top:clamp(9.8rem, 23.6805555556vw, 34.1rem);padding-bottom:clamp(11rem, 23.75vw, 34.2rem);margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3.5rem;position:relative;z-index:1}.p-footer_contactBox .inner:after{content:"";background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/contact_bg_filter.png);background-repeat:no-repeat;background-size:cover;background-position:center center;width:100vw;height:clamp(26.4rem, 32.2222222222vw, 46.4rem);margin:0 calc(50% - 50vw);position:absolute;bottom:0;left:0;z-index:-1}.p-footer_contactBox .detailBox{-webkit-box-flex:1;-ms-flex:1;flex:1}.p-footer_contactBox .p-secHeading{margin-bottom:clamp(2.9rem, 2.4305555556vw, 3.5rem)}.p-footer_contactBox .read{font-size:clamp(1.6rem, 1.25vw, 1.8rem);font-weight:500;line-height:1.75;color:#fff}.p-footer_contactBox .icon{width:clamp(6.2rem, 6.9444444444vw, 10rem);height:clamp(6.2rem, 6.9444444444vw, 10rem);border:solid .1rem #fff;border-radius:50%;display:grid;place-items:center;position:relative;z-index:1;-webkit-transition:.2s linear;transition:.2s linear}.p-footer_contactBox .icon:before,.p-footer_contactBox .icon:after{content:"";display:inline-block;background-repeat:no-repeat;background-size:contain;width:clamp(1.1rem, 1.4583333333vw, 2.1rem);height:clamp(1.1rem, 1.4583333333vw, 2.1rem);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.2s linear;transition:.2s linear}.p-footer_contactBox .icon:before{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/icon_arrow_wh.svg);opacity:1}.p-footer_contactBox .icon:after{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/icon_arrow_bk.svg);opacity:0}.p-footer_contactBox:hover .icon,.p-footer_contactBox:focus .icon{background-color:#fff}.p-footer_contactBox:hover .icon:before,.p-footer_contactBox:focus .icon:before{opacity:0}.p-footer_contactBox:hover .icon:after,.p-footer_contactBox:focus .icon:after{opacity:1}.p-footer_main{padding-top:clamp(11.4rem, 8.4722222222vw, 12.2rem);padding-bottom:clamp(2.7rem, 2.2916666667vw, 3.3rem);background-color:var(--color-main);position:relative;z-index:1}.p-footer_main .p-loopText{position:absolute;top:clamp(-19.5rem, -13.5416666667vw, -4.4rem);mix-blend-mode:difference}.p-footer_main .p-loopText .heading3 p{color:#d9d9d9}.p-footer_main .inner{display:grid;grid-template-columns:auto 1fr;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:clamp(5rem, 11.5277777778vw, 16.6rem);margin-bottom:clamp(5.3rem, 8.6111111111vw, 12.4rem)}.p-footer_info .logo{width:12.6rem;margin-bottom:clamp(3.8rem, 3.3333333333vw, 4.8rem);-webkit-transition:.2s linear;transition:.2s linear}.p-footer_info .logo:hover,.p-footer_info .logo:focus{opacity:.6}.p-footer_info .companyList{margin-bottom:7.8rem}.p-footer_info .companyList .item:not(:last-child){margin-bottom:4.1rem}.p-footer_info .companyList .companyName{font-size:1.4rem;font-weight:700;line-height:.7142857143;letter-spacing:0,4em;color:#fff;padding-left:1.2rem;margin-bottom:clamp(1.6rem, 1.25vw, 1.8rem);position:relative;z-index:1}.p-footer_info .companyList .companyName:before{content:"";background-color:var(--color-accent);width:.4rem;height:.4rem;border-radius:50%;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.p-footer_info .companyList .address{font-size:clamp(1.2rem, 0.9027777778vw, 1.3rem);font-weight:400;line-height:.7142857143;letter-spacing:.08em;color:#fff;margin-bottom:1.1rem}.p-footer_info .companyList .callBox{display:grid;grid-template-columns:auto auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.p-footer_info .companyList .callBox p,.p-footer_info .companyList .callBox a{display:inline-block;font-size:clamp(1.2rem, 0.9027777778vw, 1.3rem);font-weight:400;line-height:.7142857143;letter-spacing:.08em;color:#fff}.p-footer_info .companyList .callBox p:first-child:after{content:"/";font-size:clamp(1.2rem, 0.9027777778vw, 1.3rem);font-weight:400;line-height:1;color:#fff;display:inline-block;margin-inline:.6rem}.p-footer_info .companyList .callBox p:has(a){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.p-footer_info .companyList .callBox p:has(a) a{margin-left:.4rem}.p-footer_info .c-btn:hover .c-icon:before,.p-footer_info .c-btn:focus .c-icon:before{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/icon_arrow_red.svg)}.p-footer_navi{padding-top:1.9rem}.p-footer_naviItem{padding-block:3.1rem;border-bottom:solid .1rem #454545}.p-footer_naviItem:first-child{-webkit-padding-before:0;padding-block-start:0}.p-footer_naviItem li{line-height:1}.p-footer_naviItem a{display:block;font-size:1.4rem;font-weight:700;line-height:.7142857143;color:#fff;letter-spacing:.06em;-webkit-transition:.2s linear;transition:.2s linear}.p-footer_naviItem a:hover,.p-footer_naviItem a:focus{opacity:.6}.p-footer_naviItem>a:has(+.subMenu){margin-bottom:3.1rem}.p-footer_naviItem .subMenu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2.2rem clamp(2.6rem, 2.5vw, 3.6rem)}.p-footer_naviItem .subMenu a{font-weight:400;position:relative;z-index:1;padding-left:2.2rem}.p-footer_naviItem .subMenu a:before{content:"";background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/icon_arrow_wh.svg);background-repeat:no-repeat;background-size:contain;width:.8rem;height:.8rem;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.p-footer_other{display:grid;grid-template-columns:auto auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.p-footer_other .copyrigth,.p-footer_other .privacy{display:block;font-size:clamp(1rem, 0.8333333333vw, 1.2rem);font-weight:400;letter-spacing:.06em;line-height:1.4;color:#fff;position:relative}.p-footer_other .copyrigth:after{content:"｜";display:inline-block;font-size:clamp(1rem, 0.8333333333vw, 1.2rem);font-weight:400;letter-spacing:.06em;line-height:1.4;color:#fff}.p-footer_other a{-webkit-transition:.2s linear;transition:.2s linear}.p-footer_other a:hover,.p-footer_other a:focus{opacity:.6}.p-footer--page .p-footer_contactBox .inner{padding-top:clamp(9.8rem, 12.7777777778vw, 18.4rem)}.p-header{position:fixed;top:0;left:0;width:100%;z-index:10;padding:clamp(2.6rem, 2.3611111111vw, 3.4rem) clamp(1.9rem, 2.7777777778vw, 4rem) 0 clamp(1.9rem, 4.0277777778vw, 5.8rem);-webkit-transition:.2s linear;transition:.2s linear}.p-header.active{padding:2rem 3.5rem 0}.p-header .megaMenuFilter{display:block;background-color:rgba(0,0,0,.5);width:100%;height:100vw;position:absolute;top:0;left:0;z-index:-1;opacity:0;visibility:hidden;-webkit-transition:.2s linear;transition:.2s linear}.p-header .megaMenuFilter.show{opacity:1;visibility:visible}.p-header_content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:2rem}.p-header_content:after{content:"";background-color:rgba(255,255,255,.76);width:100%;height:100%;position:absolute;inset:0;border-radius:37rem;opacity:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);-webkit-transition:.2s linear;transition:.2s linear}.p-header_logo{position:relative;z-index:11}.p-header_logo a{display:block;width:clamp(5.7rem, 5.4861111111vw, 7.9rem)}.p-header_logo img.on{display:none}.p-header_logo.active img.off{display:none}.p-header_logo.active img.on{display:block}.p-header_menu{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3.5rem;position:relative}.p-header_menu .menuBox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3.5rem}.p-header_menu .item{white-space:nowrap}.p-header_menu .item:has(.subMenu)>a:after{content:"";display:block;width:1.2rem;height:.7rem;background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/icon_vector_bk.svg);background-repeat:no-repeat;background-size:contain;-webkit-transition:.2s linear;transition:.2s linear}.p-header_menu .item>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.4rem;padding:1.2rem 0;font-size:clamp(1.4rem, 1.1111111111vw, 1.6rem);font-weight:500;color:var(--color-text);line-height:1.4375;position:relative;z-index:1;-webkit-transition:.2s linear;transition:.2s linear}.p-header_menu .item>a:before{content:"";width:0;height:.1rem;background-color:#222;position:absolute;bottom:.7rem;left:0;z-index:-1;-webkit-transition:.2s linear;transition:.2s linear}.p-header_menu .item>a .animateWrap{overflow:hidden}.p-header_menu .item>a .animateUp{display:inline-block}.p-header_menu .item>a:hover:before,.p-header_menu .item>a:focus:before{width:100%}.p-header_menu .item>a:hover .animateUp,.p-header_menu .item>a:focus .animateUp{-webkit-animation:textUp .4s linear forwards;animation:textUp .4s linear forwards}@keyframes textUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}30%{-webkit-transform:translateY(-101%);transform:translateY(-101%)}30.1%{-webkit-transform:translateY(101%);transform:translateY(101%)}80%{-webkit-transform:translateY(0);transform:translateY(0)}}.p-header_menu .subMenu{opacity:0;visibility:hidden;max-width:136rem;min-width:clamp(90rem, 94.4444444444vw, 136rem);width:calc(100% - 8rem);position:absolute;top:100%;right:0;padding-top:4.2rem;z-index:2;-webkit-transition:.2s linear;transition:.2s linear}.p-header_menu .subMenu.show{opacity:1;visibility:visible}.p-header_menu .subMenu_content{width:100%;height:100%;background-color:var(--color-main);border:solid .1rem #717171;padding:clamp(3rem, 4.8611111111vw, 7rem) clamp(2rem, 4.7916666667vw, 6.9rem) clamp(3rem, 3.9583333333vw, 5.7rem);border-radius:.5rem;display:grid;grid-template-columns:auto 1fr;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:clamp(2rem, 4.3055555556vw, 6.2rem);position:relative;z-index:1}.p-header_menu .subMenu_content:before{content:"";background-color:var(--color-main);width:2.7rem;height:1.7rem;-webkit-clip-path:polygon(50% 0,100% 100%,0 100%);clip-path:polygon(50% 0,100% 100%,0 100%);position:absolute;top:-1.6rem;right:clamp(32.5rem, 36.4583333333vw, 52.5rem);z-index:2}.p-header_menu .subMenu_content:after{content:"";background-color:#717171;width:2.7rem;height:1.7rem;-webkit-clip-path:polygon(50% 0,100% 100%,0 100%);clip-path:polygon(50% 0,100% 100%,0 100%);position:absolute;top:-1.8rem;right:clamp(32.5rem, 36.4583333333vw, 52.5rem);z-index:1}.p-header_menu .subMenu .p-secHeading .en{font-size:clamp(3.4rem, 3.75vw, 5.4rem);margin-bottom:2.8rem}.p-header_menu .subMenu_list{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(2rem, 2.7777777778vw, 4rem) clamp(2rem, 3.0555555556vw, 4.4rem)}.p-header_menu .subMenu .photo{width:100%;margin-bottom:2rem;overflow:hidden}.p-header_menu .subMenu .photo img{-webkit-transition:.2s linear;transition:.2s linear}.p-header_menu .subMenu .title{color:#fff;text-align:center}.p-header_menu .subMenu .title .ja{display:block;font-size:clamp(1.3rem, 1.1111111111vw, 1.6rem);font-weight:500;line-height:1;letter-spacing:.06em;margin-bottom:1rem}.p-header_menu .subMenu .title .en{display:block;font-size:clamp(1rem, 0.8333333333vw, 1.2rem);font-family:var(--font-roboto);font-weight:400;line-height:1;letter-spacing:.02em}.p-header_menu .subMenu a:hover .photo img,.p-header_menu .subMenu a:focus .photo img{-webkit-transform:scale(1.05);transform:scale(1.05)}.p-header_contact a{padding:1.2rem clamp(1.5rem, 1.7361111111vw, 2.5rem);border-radius:2.3rem;background-color:var(--color-accent);color:#fff;font-size:clamp(1.4rem, 1.1111111111vw, 1.6rem);font-weight:500;line-height:1.4375;letter-spacing:.05em;position:relative;z-index:1;-webkit-transition:.2s linear;transition:.2s linear}.p-header_contact a span{position:relative;z-index:2}.p-header_contact a:hover,.p-header_contact a:focus{-webkit-filter:brightness(80%);filter:brightness(80%)}.p-header.active .p-header_content{padding:1.4rem 1.4rem 1.4rem 4rem;position:relative;z-index:11}.p-header.active .p-header_content:after{opacity:1}.p-header.active .p-header_logo a{width:clamp(5.7rem, 4.7916666667vw, 6.9rem)}.p-header.active .p-header_menu{gap:clamp(2rem, 2.4305555556vw, 3.5rem)}.p-header.active .p-header_menu .menuBox{gap:clamp(2rem, 2.4305555556vw, 3.5rem)}.p-header.active .p-header_menu .item>a{color:var(--color-text) !important}.p-header.active .item>a:before{background-color:var(--color-text) !important}.p-header.active .item:has(.subMenu)>a:after{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/icon_vector_bk.svg)}.p-header.active .p-header_toggleBox{top:50%;right:1rem;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.p-header_toggleBox{display:none;position:relative;z-index:11}.p-header_toggleBox .hamburgerMenu{width:100%;height:100%;background:initial;padding:0;margin:0;-webkit-box-shadow:initial;box-shadow:initial;border:solid .1rem #fff;border-radius:50%;position:relative}.p-header_toggleBox .text{font-size:1.2rem;font-family:var(--font-roboto);font-weight:400;line-height:.75;letter-spacing:0;color:#fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.p-header_toggleBox .text:nth-child(2){opacity:0}.p-header_toggleBox .hamburgerMenu.active{border:solid .1rem #fff}.p-header_toggleBox .hamburgerMenu.active .text{color:#fff}.p-header_toggleBox .hamburgerMenu.active .text:nth-child(1){opacity:0}.p-header_toggleBox .hamburgerMenu.active .text:nth-child(2){opacity:1}.p-header .spNavi{width:100%;height:100%;position:fixed;top:0;left:0;z-index:10;opacity:0;visibility:hidden;-webkit-transition:.2s linear;transition:.2s linear}.p-header .spNavi:before{content:"";display:block;background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/bg_dot_navi.png);background-repeat:repeat;background-size:contain;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1}.p-header .navigation{width:100%;height:100vh;padding:15.4rem 2.5rem 0}.p-header .navigation_inner{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow-y:scroll;padding-bottom:18.2rem}.p-header .navigation_list{width:100%;margin-bottom:5rem}.p-header .navigation_naviItem{position:relative}.p-header .navigation_naviItem:first-child a{-webkit-padding-before:0;padding-block-start:0}.p-header .navigation_naviItem>a{display:block;font-size:1.6rem;font-weight:700;line-height:1;letter-spacing:.06em;color:#fff;padding-block:3.2rem;border-bottom:solid .1rem #454545}.p-header .navigation_naviItem .accordionMenu{position:relative;z-index:1}.p-header .navigation_naviItem .accordionMenu:before,.p-header .navigation_naviItem .accordionMenu:after{content:"";width:1.8rem;height:.1em;background-color:#fff;position:absolute;top:50%;right:0;-webkit-transition:.2s linear;transition:.2s linear}.p-header .navigation_naviItem .accordionMenu:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.p-header .navigation_naviItem.open .accordionMenu:after{-webkit-transform:rotate(0);transform:rotate(0)}.p-header .navigation .subMenu{display:none;overflow:hidden;padding-block:3.2rem;border-bottom:solid .1rem #454545}.p-header .navigation .subMenu .subMenuList{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:3.2rem 2.4rem}.p-header .navigation .subMenu li{display:inline-block}.p-header .navigation .subMenu a{display:block;font-size:1.4rem;font-weight:400;color:#fff;line-height:.75;letter-spacing:.06em;padding-left:1.6rem;position:relative;z-index:1}.p-header .navigation .subMenu a:before{content:"";display:inline-block;background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/icon_arrow_navi.svg);background-repeat:no-repeat;background-size:contain;width:.9rem;height:.9rem;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.p-header .navigation .c-btn{margin:0 auto}.p-header .spNavi.active{display:block;background-color:var(--color-main);opacity:1;visibility:visible}.p-header .navigation.active{opacity:1;visibility:visible}.p-header--page .p-header_logo img.scrollOn{opacity:0;visibility:hidden;position:absolute;inset:0;z-index:1}.p-header--page .item:has(.subMenu)>a:after{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/icon_vector_wh.svg)}.p-header--page .item>a{color:#fff}.p-header--page .item>a:before{background-color:#fff}.p-header--page .p-header_toggleBox{mix-blend-mode:initial}.p-header--page .hamburgerMenu{border:solid .1rem #fff}.p-header--page .hamburgerMenu .text{color:#fff}.p-header--page.active .p-header_toggleBox{mix-blend-mode:difference}body.fixed .p-header_content:after{display:none}body.fixed .p-header_toggleBox .hamburgerMenu.active .text:nth-child(2){color:#fff}body.fixed .p-header--page.active .p-header_logo img.scrollOn{opacity:0;visibility:hidden}.p-header--page.active .p-header_logo img.scrollOn{opacity:1;visibility:visible}.p-secHeading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.p-secHeading--white .en{color:#fff}.p-secHeading--white .ja{color:#fff}.p-secHeading--black .en{color:var(--color-text)}.p-secHeading--black .ja{color:var(--color-accent)}.p-secHeading--english .en{display:block;font-size:clamp(6rem, 8.347826087vw, 9.6rem);font-family:var(--font-roboto);font-weight:200;line-height:.7083333333;letter-spacing:0;margin-bottom:clamp(2.2rem, 2.4305555556vw, 3.5rem)}.p-secHeading--english .en.center{margin-inline:auto}.p-secHeading--english .en.size88{font-size:clamp(5rem, 7.652173913vw, 8.8rem)}.p-secHeading--english .ja{display:block;font-size:clamp(1.2rem, 1.0416666667vw, 1.5rem);font-family:var(--font-main);font-weight:700;letter-spacing:.04em;line-height:.7333333333;position:relative;z-index:1;padding-left:clamp(1rem, 0.8333333333vw, 1.2rem)}.p-secHeading--english .ja:before{content:"";width:.4rem;height:.4rem;border-radius:50%;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.p-secHeading--english .ja.dotRed:before{background-color:var(--color-accent)}.p-secHeading--english .ja.dotWhite:before{background-color:#fff}.p-secHeading--english .ja.center{margin:0 auto}.p-secHeading--japanese .ja{font-size:clamp(2.6rem, 2.7826086957vw, 3.2rem);font-weight:500;line-height:1;color:var(--color-text);letter-spacing:.04em;margin-bottom:clamp(2rem, 2.1739130435vw, 2.5rem)}.p-secHeading--japanese .ja.bold{font-weight:700}.p-secHeading--japanese .ja.colorWhite{color:#fff}.p-secHeading--japanese .ja.center{margin-inline:auto;text-align:center}.p-secHeading--japanese .en{display:block;font-size:clamp(1.2rem, 0.9722222222vw, 1.4rem);font-family:var(--font-roboto);font-weight:400;color:var(--color-accent);letter-spacing:.02em;line-height:.7142857143;position:relative;z-index:1;padding-left:clamp(1rem, 0.8333333333vw, 1.2rem)}.p-secHeading--japanese .en:before{content:"";width:.4rem;height:.4rem;border-radius:50%;background-color:var(--color-accent);position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.p-secHeading--japanese .en.center{margin-inline:auto}.p-secHeading--japanese .en.colorWhite{color:#fff}.p-loopPhoto{margin:0 calc(50% - 50vw)}.p-loopPhoto_content .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2.4rem}.p-loopPhoto_content .photo{width:54rem;border-radius:1rem;overflow:hidden}.p-loopText{scrollbar-width:none}.p-loopText>*{scrollbar-width:none}.p-loopText_inner{position:relative;z-index:1}.p-loopText .heading2,.p-loopText .heading3{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;line-height:1;gap:4rem}.p-loopText .heading2 .slick-track,.p-loopText .heading3 .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8rem}.p-loopText .heading2 .slick-list,.p-loopText .heading3 .slick-list{overflow:visible}.p-loopText .heading2 p,.p-loopText .heading3 p{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:clamp(8.8rem, 13.6206896552vw, 15.8rem);font-family:var(--font-roboto);font-weight:100;color:#fff;line-height:1;letter-spacing:0;white-space:nowrap}.p-pageNavigation{background-color:var(--color-main)}.p-pageNavigation_list{width:1040px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:30px;padding:15px 20px;margin:0 auto}.p-pageNavigation_list a{font-size:15px;font-weight:500;color:#fff}.p-articlePagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px}.p-articlePagination a{display:block;background-color:#fff;border:solid 1px #707070;border-radius:4px;font-size:14px;font-weight:700;line-height:1;color:#727272;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:1}.p-articlePagination .itemBox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:13px}.p-articlePagination .itemBox a.list{width:190px;height:30px}.p-articlePagination .itemBox a.list:after{content:"";width:8px;height:9px;-webkit-clip-path:polygon(0 0,100% 50%,0 100%);clip-path:polygon(0 0,100% 50%,0 100%);background-color:#727272;position:absolute;top:50%;right:5px;z-index:-1;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.p-articlePagination .itemBox a.prev,.p-articlePagination .itemBox a.next{text-indent:-9999px;width:30px;height:30px}.p-articlePagination .itemBox a.prev:before,.p-articlePagination .itemBox a.next:before{content:"";content:"";width:8px;height:9px;-webkit-clip-path:polygon(0 0,100% 50%,0 100%);clip-path:polygon(0 0,100% 50%,0 100%);background-color:#727272}.p-articlePagination .itemBox a.prev:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.p-pageMv{background-repeat:no-repeat;background-size:cover;background-position:bottom center;position:relative;z-index:2}.p-pageMv_inner{padding-top:clamp(10.3rem, 15.3043478261vw, 17.6rem);padding-bottom:clamp(9.5rem, 13.8260869565vw, 15.9rem)}.p-pageMv .heading{text-align:center}.p-pageMv .heading .en{display:block;font-size:clamp(6rem, 8.347826087vw, 9.6rem);font-family:var(--font-roboto);font-weight:200;line-height:.7166666667;letter-spacing:0;color:#fff;margin-bottom:clamp(3.1rem, 4.4347826087vw, 5.1rem)}.p-pageMv .heading .ja{display:block;font-size:clamp(1.2rem, 1.5652173913vw, 1.8rem);font-weight:700;line-height:.7222222222;letter-spacing:.1em;color:#fff}.page-template-page-business .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_business.png)}.page.bridge .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_business01.png)}.page.resident .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_business02.png)}.page.factory .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_business03.png)}.page.new-construction .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_business04.png)}.page.plant .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_business05.png)}.page.waterproof .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_business06.png)}.page.water-treatment-facility .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_business07.png)}.page.drone .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_business08.png)}.page-template-page-strength .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_strength.png)}.page-template-page-company .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_company.png)}.archive.post-type-archive-post .p-pageMv,.archive.category .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_news.png)}.page-template-archive-case .p-pageMv,.tax-category_case .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_case.png)}.page-template-page-recruit .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_recruit.png)}.p-pageMv02{background-color:var(--color-main);position:relative;z-index:2}.p-pageMv02_inner{padding-top:clamp(13.3rem, 16.4347826087vw, 18.9rem)}.p-pageMv02_inner.pb306{padding-bottom:clamp(29.6rem, 26.6086956522vw, 30.6rem)}.p-pageMv02_inner.pb78{padding-bottom:clamp(5.9rem, 6.7826086957vw, 7.8rem)}.p-pageMv02_inner.pt176{padding-top:clamp(10.3rem, 15.3043478261vw, 17.6rem)}.p-pageMv02_inner.pb85{padding-bottom:clamp(7.6rem, 7.3913043478vw, 8.5rem)}.p-pageMv02_content{max-width:80rem;margin-inline:auto}.p-pageMv02_content .infoBox{display:grid;grid-template-columns:auto auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:0 1.4rem;margin-bottom:2.8rem}.p-pageMv02_content .date{font-size:1.6rem;font-family:var(--font-roboto);font-weight:300;line-height:.6875;letter-spacing:.05em;color:#fff;margin-block:var(--leading-trim)}.p-pageMv02_content .catBox{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:clamp(0.5rem, 0.8695652174vw, 1rem)}.p-pageMv02_content .category{display:inline-block;font-size:1.2rem;font-weight:400;line-height:1.25;letter-spacing:.04em;color:#fff;background-color:var(--color-accent);border-radius:3rem;padding:.4rem 1rem}.p-pageMv02_content .category.white{background-color:#fff;color:var(--color-accent)}.p-pageMv02_content .heading1{font-size:clamp(2.6rem, 2.7826086957vw, 3.2rem);font-weight:700;line-height:1.9230769231;letter-spacing:.04em;color:#fff;margin-block:var(--leading-trim)}.p-pageMv02_pageTitle .heading{text-align:center}.p-pageMv02_pageTitle .heading .en{display:block;font-size:clamp(6rem, 8.347826087vw, 9.6rem);font-family:var(--font-roboto);font-weight:200;line-height:.7166666667;letter-spacing:0;color:#fff;margin-bottom:clamp(3.1rem, 4.4347826087vw, 5.1rem)}.p-pageMv02_pageTitle .heading .ja{display:block;font-size:clamp(1.2rem, 1.5652173913vw, 1.8rem);font-weight:700;line-height:.7222222222;letter-spacing:.1em;color:#fff}.p-pagetop{position:fixed;bottom:3.3rem;right:3.4rem;z-index:9;visibility:hidden;opacity:0;-webkit-transition:.2s linear;transition:.2s linear}.p-pagetop.show{visibility:visible;opacity:1}.p-pagetop button{width:6.8rem;height:6.8rem;border:solid .1rem #222;border-radius:50%;border:solid .1rem #fff;background-color:initial;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.3rem;position:relative;z-index:1;-webkit-transition:.2s linear;transition:.2s linear}.p-pagetop button .icon{display:block;width:1.2rem;height:1.2rem;position:relative;z-index:1}.p-pagetop button .icon:after{content:"";background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/icon_pagetop.svg);background-repeat:no-repeat;background-size:contain;width:1.3rem;height:1.3rem;position:absolute;top:0;left:0;z-index:1;-webkit-transition:.2s linear;transition:.2s linear}.p-pagetop button p{font-size:1.6rem;font-family:var(--font-roboto);font-weight:300;line-height:.6875;color:#fff;-webkit-transition:.2s linear;transition:.2s linear}.p-pagetop button:hover,.p-pagetop button:focus{background-color:#fff}.p-pagetop button:hover .icon:after,.p-pagetop button:focus .icon:after{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/icon_pagetop_hover.svg)}.p-pagetop button:hover p,.p-pagetop button:focus p{color:var(--color-text)}.p-pagination .articlelist_pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:clamp(2.6rem, 2.7826086957vw, 3.2rem)}.p-pagination .page-numbers{font-size:clamp(1.5rem, 1.3913043478vw, 1.6rem);font-family:var(--font-roboto);font-weight:400;line-height:1;letter-spacing:.02em;color:var(--color-text);text-align:center;text-decoration:underline;-webkit-transition:.2s linear;transition:.2s linear}.p-pagination .page-numbers.dots{text-decoration:initial}.p-pagination .page-numbers.prev,.p-pagination .page-numbers.next{display:block;text-indent:-9999px;position:relative;z-index:1;width:4rem;height:4rem;border-radius:50%;border:solid .1rem var(--color-text)}.p-pagination .page-numbers.prev:after,.p-pagination .page-numbers.next:after{content:"";display:inline-block;background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/icon_arrow_bk.svg);background-repeat:no-repeat;background-size:contain;width:.75rem;aspect-ratio:7.5/7.5;position:absolute;top:50%;left:50%}.p-pagination .page-numbers.prev{margin-right:clamp(0.6rem, 1.3913043478vw, 1.6rem) !important}.p-pagination .page-numbers.next{margin-left:clamp(0.6rem, 1.3913043478vw, 1.6rem) !important}.p-pagination .page-numbers.prev:after{-webkit-transform:translate(-50%,-50%) rotate(-180deg);transform:translate(-50%,-50%) rotate(-180deg)}.p-pagination .page-numbers.next:after{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.p-pagination .current{color:var(--color-accent);text-decoration:none;pointer-events:none;cursor:none}.p-pagination .page-numbers.dots{border:none;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;line-height:1;font-size:2.5rem}.error404 .p-breadcrumb{width:100%;padding-inline:clamp(2.5rem, 4.6956521739vw, 5.4rem);padding-top:clamp(2.7rem, 2.6086956522vw, 3rem);position:absolute;z-index:2}.error404 .notFound_inner{padding-top:clamp(10rem, 14.6086956522vw, 16.8rem);padding-bottom:clamp(7.7rem, 14.6086956522vw, 16.8rem)}.error404 .notFound_content .heading{text-align:center;font-size:8rem;font-weight:600;font-family:var(--font-robotoo);color:var(--color-main);line-height:1;letter-spacing:0;white-space:nowrap;margin-bottom:clamp(2.4rem, 2.994011976vw, 4rem)}.error404 .notFound_content .heading2{font-size:2.4rem;font-weight:600;font-family:var(--font-robotoo);color:var(--color-main);line-height:1.5;letter-spacing:.13em;word-break:keep-all;text-align:center;margin-bottom:1.6rem}.error404 .notFound_content .read{color:var(--color-main);text-align:center;margin-bottom:clamp(4rem, 3.5928143713vw, 4.8rem);white-space:nowrap}.error404 .notFound_content .c-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.error404 .breadcrumb_inner{margin-bottom:clamp(1.6rem, 1.7964071856vw, 2.4rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.error404 .breadcrumb .p-breadcrumb{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.page.page-template-page-business .p-pageMv{background-color:var(--color-accent)}.page.page-template-page-business .p-breadcrumb{width:100%;padding-inline:clamp(2.5rem, 4.6956521739vw, 5.4rem);padding-top:clamp(2.7rem, 2.6086956522vw, 3rem);position:absolute;z-index:2}.page.page-template-page-business .p-breadcrumb_inner :where(span,a){color:rgba(255,255,255,.7)}.page.page-template-page-business .p-breadcrumb_inner>span:has(a){color:#fff}.page.page-template-page-business .p-breadcrumb_inner>span:has(a) a,.page.page-template-page-business .p-breadcrumb_inner>span:has(a) span{color:#fff}.page.page-template-page-business .p-breadcrumb_inner>span:has(a) .current-item{color:#fff}.page.page-template-page-business .p-breadcrumb_inner>span:has(a) .current-item span{color:#fff}.page.page-template-page-business .p-breadcrumb_inner>span:has(a):not(:last-child):after{background-color:#fff}.page.page-template-page-business .businessList{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/business_list_bg.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;z-index:1;margin-top:clamp(-18.9rem, -16.4347826087vw, -6.4rem)}.page.page-template-page-business .businessList_inner{padding-top:clamp(15.4rem, 28.347826087vw, 32.6rem);padding-bottom:clamp(8.9rem, 13.7391304348vw, 15.8rem)}.page.page-template-page-business .businessList_list{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(2rem, 4.5217391304vw, 5.2rem) clamp(1.3rem, 3.9130434783vw, 4.5rem);-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.page.page-template-page-business-bridge .p-breadcrumb,.page.page-template-page-business-resident .p-breadcrumb,.page.page-template-page-business-factory .p-breadcrumb,.page.page-template-page-business-new-construction .p-breadcrumb,.page.page-template-page-business-plant .p-breadcrumb,.page.page-template-page-business-waterproof .p-breadcrumb,.page.page-template-page-business-water-treatment-facility .p-breadcrumb,.page.page-template-page-business-drone .p-breadcrumb{width:100%;padding-inline:clamp(2.5rem, 4.6956521739vw, 5.4rem);padding-top:clamp(2.7rem, 2.6086956522vw, 3rem);position:absolute;z-index:2}.page.page-template-page-business-bridge .p-breadcrumb_inner :where(span,a),.page.page-template-page-business-resident .p-breadcrumb_inner :where(span,a),.page.page-template-page-business-factory .p-breadcrumb_inner :where(span,a),.page.page-template-page-business-new-construction .p-breadcrumb_inner :where(span,a),.page.page-template-page-business-plant .p-breadcrumb_inner :where(span,a),.page.page-template-page-business-waterproof .p-breadcrumb_inner :where(span,a),.page.page-template-page-business-water-treatment-facility .p-breadcrumb_inner :where(span,a),.page.page-template-page-business-drone .p-breadcrumb_inner :where(span,a){color:rgba(255,255,255,.7)}.page.page-template-page-business-bridge .p-breadcrumb_inner>span:has(a),.page.page-template-page-business-resident .p-breadcrumb_inner>span:has(a),.page.page-template-page-business-factory .p-breadcrumb_inner>span:has(a),.page.page-template-page-business-new-construction .p-breadcrumb_inner>span:has(a),.page.page-template-page-business-plant .p-breadcrumb_inner>span:has(a),.page.page-template-page-business-waterproof .p-breadcrumb_inner>span:has(a),.page.page-template-page-business-water-treatment-facility .p-breadcrumb_inner>span:has(a),.page.page-template-page-business-drone .p-breadcrumb_inner>span:has(a){color:#fff}.page.page-template-page-business-bridge .p-breadcrumb_inner>span:has(a) a,.page.page-template-page-business-bridge .p-breadcrumb_inner>span:has(a) span,.page.page-template-page-business-resident .p-breadcrumb_inner>span:has(a) a,.page.page-template-page-business-resident .p-breadcrumb_inner>span:has(a) span,.page.page-template-page-business-factory .p-breadcrumb_inner>span:has(a) a,.page.page-template-page-business-factory .p-breadcrumb_inner>span:has(a) span,.page.page-template-page-business-new-construction .p-breadcrumb_inner>span:has(a) a,.page.page-template-page-business-new-construction .p-breadcrumb_inner>span:has(a) span,.page.page-template-page-business-plant .p-breadcrumb_inner>span:has(a) a,.page.page-template-page-business-plant .p-breadcrumb_inner>span:has(a) span,.page.page-template-page-business-waterproof .p-breadcrumb_inner>span:has(a) a,.page.page-template-page-business-waterproof .p-breadcrumb_inner>span:has(a) span,.page.page-template-page-business-water-treatment-facility .p-breadcrumb_inner>span:has(a) a,.page.page-template-page-business-water-treatment-facility .p-breadcrumb_inner>span:has(a) span,.page.page-template-page-business-drone .p-breadcrumb_inner>span:has(a) a,.page.page-template-page-business-drone .p-breadcrumb_inner>span:has(a) span{color:#fff}.page.page-template-page-business-bridge .p-breadcrumb_inner>span:has(a) .current-item,.page.page-template-page-business-resident .p-breadcrumb_inner>span:has(a) .current-item,.page.page-template-page-business-factory .p-breadcrumb_inner>span:has(a) .current-item,.page.page-template-page-business-new-construction .p-breadcrumb_inner>span:has(a) .current-item,.page.page-template-page-business-plant .p-breadcrumb_inner>span:has(a) .current-item,.page.page-template-page-business-waterproof .p-breadcrumb_inner>span:has(a) .current-item,.page.page-template-page-business-water-treatment-facility .p-breadcrumb_inner>span:has(a) .current-item,.page.page-template-page-business-drone .p-breadcrumb_inner>span:has(a) .current-item{color:#fff}.page.page-template-page-business-bridge .p-breadcrumb_inner>span:has(a) .current-item span,.page.page-template-page-business-resident .p-breadcrumb_inner>span:has(a) .current-item span,.page.page-template-page-business-factory .p-breadcrumb_inner>span:has(a) .current-item span,.page.page-template-page-business-new-construction .p-breadcrumb_inner>span:has(a) .current-item span,.page.page-template-page-business-plant .p-breadcrumb_inner>span:has(a) .current-item span,.page.page-template-page-business-waterproof .p-breadcrumb_inner>span:has(a) .current-item span,.page.page-template-page-business-water-treatment-facility .p-breadcrumb_inner>span:has(a) .current-item span,.page.page-template-page-business-drone .p-breadcrumb_inner>span:has(a) .current-item span{color:#fff}.page.page-template-page-business-bridge .p-breadcrumb_inner>span:has(a):not(:last-child):after,.page.page-template-page-business-resident .p-breadcrumb_inner>span:has(a):not(:last-child):after,.page.page-template-page-business-factory .p-breadcrumb_inner>span:has(a):not(:last-child):after,.page.page-template-page-business-new-construction .p-breadcrumb_inner>span:has(a):not(:last-child):after,.page.page-template-page-business-plant .p-breadcrumb_inner>span:has(a):not(:last-child):after,.page.page-template-page-business-waterproof .p-breadcrumb_inner>span:has(a):not(:last-child):after,.page.page-template-page-business-water-treatment-facility .p-breadcrumb_inner>span:has(a):not(:last-child):after,.page.page-template-page-business-drone .p-breadcrumb_inner>span:has(a):not(:last-child):after{background-color:#fff}.page.page-template-page-business-bridge .businessAbout,.page.page-template-page-business-resident .businessAbout,.page.page-template-page-business-factory .businessAbout,.page.page-template-page-business-new-construction .businessAbout,.page.page-template-page-business-plant .businessAbout,.page.page-template-page-business-waterproof .businessAbout,.page.page-template-page-business-water-treatment-facility .businessAbout,.page.page-template-page-business-drone .businessAbout{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/business_about_bg.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;z-index:1;margin-top:clamp(-15.9rem, -13.8260869565vw, -5rem);overflow:hidden}.page.page-template-page-business-bridge .businessAbout_inner,.page.page-template-page-business-resident .businessAbout_inner,.page.page-template-page-business-factory .businessAbout_inner,.page.page-template-page-business-new-construction .businessAbout_inner,.page.page-template-page-business-plant .businessAbout_inner,.page.page-template-page-business-waterproof .businessAbout_inner,.page.page-template-page-business-water-treatment-facility .businessAbout_inner,.page.page-template-page-business-drone .businessAbout_inner{padding-top:clamp(14.5rem, 26.7826086957vw, 30.8rem);padding-bottom:clamp(13.5rem, 17.3913043478vw, 20rem)}.page.page-template-page-business-bridge .businessAbout:not(:has(.loopTextBox)) .businessAbout_inner,.page.page-template-page-business-resident .businessAbout:not(:has(.loopTextBox)) .businessAbout_inner,.page.page-template-page-business-factory .businessAbout:not(:has(.loopTextBox)) .businessAbout_inner,.page.page-template-page-business-new-construction .businessAbout:not(:has(.loopTextBox)) .businessAbout_inner,.page.page-template-page-business-plant .businessAbout:not(:has(.loopTextBox)) .businessAbout_inner,.page.page-template-page-business-waterproof .businessAbout:not(:has(.loopTextBox)) .businessAbout_inner,.page.page-template-page-business-water-treatment-facility .businessAbout:not(:has(.loopTextBox)) .businessAbout_inner,.page.page-template-page-business-drone .businessAbout:not(:has(.loopTextBox)) .businessAbout_inner{padding-bottom:clamp(8rem, 8.6956521739vw, 10rem)}.page.page-template-page-business-bridge .businessAbout_content,.page.page-template-page-business-resident .businessAbout_content,.page.page-template-page-business-factory .businessAbout_content,.page.page-template-page-business-new-construction .businessAbout_content,.page.page-template-page-business-plant .businessAbout_content,.page.page-template-page-business-waterproof .businessAbout_content,.page.page-template-page-business-water-treatment-facility .businessAbout_content,.page.page-template-page-business-drone .businessAbout_content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:clamp(4.2rem, 4.2608695652vw, 4.9rem)}.page.page-template-page-business-bridge .businessAbout_content .detailBox,.page.page-template-page-business-resident .businessAbout_content .detailBox,.page.page-template-page-business-factory .businessAbout_content .detailBox,.page.page-template-page-business-new-construction .businessAbout_content .detailBox,.page.page-template-page-business-plant .businessAbout_content .detailBox,.page.page-template-page-business-waterproof .businessAbout_content .detailBox,.page.page-template-page-business-water-treatment-facility .businessAbout_content .detailBox,.page.page-template-page-business-drone .businessAbout_content .detailBox{-webkit-box-flex:1;-ms-flex:1;flex:1}.page.page-template-page-business-bridge .businessAbout_content .titleBox,.page.page-template-page-business-resident .businessAbout_content .titleBox,.page.page-template-page-business-factory .businessAbout_content .titleBox,.page.page-template-page-business-new-construction .businessAbout_content .titleBox,.page.page-template-page-business-plant .businessAbout_content .titleBox,.page.page-template-page-business-waterproof .businessAbout_content .titleBox,.page.page-template-page-business-water-treatment-facility .businessAbout_content .titleBox,.page.page-template-page-business-drone .businessAbout_content .titleBox{display:grid;grid-template-columns:clamp(7.6rem, 9.9130434783vw, 11.4rem) auto;gap:clamp(1.5rem, 2vw, 2.3rem);-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:clamp(3.2rem, 6.0869565217vw, 7rem)}.page.page-template-page-business-bridge .businessAbout_content .heading,.page.page-template-page-business-resident .businessAbout_content .heading,.page.page-template-page-business-factory .businessAbout_content .heading,.page.page-template-page-business-new-construction .businessAbout_content .heading,.page.page-template-page-business-plant .businessAbout_content .heading,.page.page-template-page-business-waterproof .businessAbout_content .heading,.page.page-template-page-business-water-treatment-facility .businessAbout_content .heading,.page.page-template-page-business-drone .businessAbout_content .heading{font-size:clamp(1.2rem, 1.3043478261vw, 1.5rem);font-weight:700;letter-spacing:.04em;color:#fff;line-height:.7333333333;margin-bottom:clamp(1.7rem, 2.347826087vw, 2.7rem);white-space:nowrap}.page.page-template-page-business-bridge .businessAbout_content .heading:before,.page.page-template-page-business-resident .businessAbout_content .heading:before,.page.page-template-page-business-factory .businessAbout_content .heading:before,.page.page-template-page-business-new-construction .businessAbout_content .heading:before,.page.page-template-page-business-plant .businessAbout_content .heading:before,.page.page-template-page-business-waterproof .businessAbout_content .heading:before,.page.page-template-page-business-water-treatment-facility .businessAbout_content .heading:before,.page.page-template-page-business-drone .businessAbout_content .heading:before{content:"";display:inline-block;width:.4rem;height:.4rem;border-radius:50%;background-color:var(--color-accent);margin-block:var(--leading-trim);margin-right:.8rem}.page.page-template-page-business-bridge .businessAbout_content .heading2,.page.page-template-page-business-resident .businessAbout_content .heading2,.page.page-template-page-business-factory .businessAbout_content .heading2,.page.page-template-page-business-new-construction .businessAbout_content .heading2,.page.page-template-page-business-plant .businessAbout_content .heading2,.page.page-template-page-business-waterproof .businessAbout_content .heading2,.page.page-template-page-business-water-treatment-facility .businessAbout_content .heading2,.page.page-template-page-business-drone .businessAbout_content .heading2{font-size:clamp(2.6rem, 4.1739130435vw, 4.8rem);font-weight:400;line-height:.7291666667;letter-spacing:.04em;color:#fff;white-space:nowrap}.page.page-template-page-business-bridge .businessAbout_content .read,.page.page-template-page-business-resident .businessAbout_content .read,.page.page-template-page-business-factory .businessAbout_content .read,.page.page-template-page-business-new-construction .businessAbout_content .read,.page.page-template-page-business-plant .businessAbout_content .read,.page.page-template-page-business-waterproof .businessAbout_content .read,.page.page-template-page-business-water-treatment-facility .businessAbout_content .read,.page.page-template-page-business-drone .businessAbout_content .read{color:#fff;margin-block:var(--leading-trim)}.page.page-template-page-business-bridge .businessAbout_content .listBox,.page.page-template-page-business-resident .businessAbout_content .listBox,.page.page-template-page-business-factory .businessAbout_content .listBox,.page.page-template-page-business-new-construction .businessAbout_content .listBox,.page.page-template-page-business-plant .businessAbout_content .listBox,.page.page-template-page-business-waterproof .businessAbout_content .listBox,.page.page-template-page-business-water-treatment-facility .businessAbout_content .listBox,.page.page-template-page-business-drone .businessAbout_content .listBox{margin-top:clamp(3.2rem, 4.347826087vw, 5rem);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:clamp(0.6rem, 0.8695652174vw, 1rem)}.page.page-template-page-business-bridge .businessAbout_content .listBox li,.page.page-template-page-business-resident .businessAbout_content .listBox li,.page.page-template-page-business-factory .businessAbout_content .listBox li,.page.page-template-page-business-new-construction .businessAbout_content .listBox li,.page.page-template-page-business-plant .businessAbout_content .listBox li,.page.page-template-page-business-waterproof .businessAbout_content .listBox li,.page.page-template-page-business-water-treatment-facility .businessAbout_content .listBox li,.page.page-template-page-business-drone .businessAbout_content .listBox li{display:inline-block;font-size:clamp(1.2rem, 1.2173913043vw, 1.4rem);font-family:var(--font-inter);font-weight:400;letter-spacing:.08em;line-height:.7142857143;color:#fff;padding:clamp(0.6rem, 0.8695652174vw, 1rem) clamp(0.8rem, 1.1304347826vw, 1.3rem);border:solid .1rem #fff;border-radius:1.5rem}.page.page-template-page-business-bridge .businessAbout_content .photoBox,.page.page-template-page-business-resident .businessAbout_content .photoBox,.page.page-template-page-business-factory .businessAbout_content .photoBox,.page.page-template-page-business-new-construction .businessAbout_content .photoBox,.page.page-template-page-business-plant .businessAbout_content .photoBox,.page.page-template-page-business-waterproof .businessAbout_content .photoBox,.page.page-template-page-business-water-treatment-facility .businessAbout_content .photoBox,.page.page-template-page-business-drone .businessAbout_content .photoBox{width:clamp(30rem, 50.4347826087vw, 58rem);margin-right:clamp(-7.9rem, -6.8695652174vw, 0rem)}.page.page-template-page-business-bridge .businessAbout .loopTextBox,.page.page-template-page-business-resident .businessAbout .loopTextBox,.page.page-template-page-business-factory .businessAbout .loopTextBox,.page.page-template-page-business-new-construction .businessAbout .loopTextBox,.page.page-template-page-business-plant .businessAbout .loopTextBox,.page.page-template-page-business-waterproof .businessAbout .loopTextBox,.page.page-template-page-business-water-treatment-facility .businessAbout .loopTextBox,.page.page-template-page-business-drone .businessAbout .loopTextBox{position:absolute;left:0;bottom:clamp(-6rem, -5.2173913043vw, -3rem);z-index:1;mix-blend-mode:difference}.page.page-template-page-business-bridge .businessCase,.page.page-template-page-business-resident .businessCase,.page.page-template-page-business-factory .businessCase,.page.page-template-page-business-new-construction .businessCase,.page.page-template-page-business-plant .businessCase,.page.page-template-page-business-waterproof .businessCase,.page.page-template-page-business-water-treatment-facility .businessCase,.page.page-template-page-business-drone .businessCase{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/bg_dot.png);background-repeat:repeat;background-size:contain;background-color:#fff;position:relative;z-index:1;overflow:hidden}.page.page-template-page-business-bridge .businessCase .loopTextBox,.page.page-template-page-business-resident .businessCase .loopTextBox,.page.page-template-page-business-factory .businessCase .loopTextBox,.page.page-template-page-business-new-construction .businessCase .loopTextBox,.page.page-template-page-business-plant .businessCase .loopTextBox,.page.page-template-page-business-waterproof .businessCase .loopTextBox,.page.page-template-page-business-water-treatment-facility .businessCase .loopTextBox,.page.page-template-page-business-drone .businessCase .loopTextBox{position:absolute;left:0;top:clamp(-9.8rem, -8.5217391304vw, -5.8rem);z-index:1;mix-blend-mode:difference}.page.page-template-page-business-bridge .businessCase_inner,.page.page-template-page-business-resident .businessCase_inner,.page.page-template-page-business-factory .businessCase_inner,.page.page-template-page-business-new-construction .businessCase_inner,.page.page-template-page-business-plant .businessCase_inner,.page.page-template-page-business-waterproof .businessCase_inner,.page.page-template-page-business-water-treatment-facility .businessCase_inner,.page.page-template-page-business-drone .businessCase_inner{padding-top:clamp(11.5rem, 21.5652173913vw, 24.8rem);padding-bottom:clamp(11.9rem, 12.6086956522vw, 14.5rem)}.page.page-template-page-business-bridge .businessCase_content,.page.page-template-page-business-resident .businessCase_content,.page.page-template-page-business-factory .businessCase_content,.page.page-template-page-business-new-construction .businessCase_content,.page.page-template-page-business-plant .businessCase_content,.page.page-template-page-business-waterproof .businessCase_content,.page.page-template-page-business-water-treatment-facility .businessCase_content,.page.page-template-page-business-drone .businessCase_content{display:grid;grid-template-columns:clamp(22rem, 23.2173913043vw, 26.7rem) 1fr;gap:clamp(4.2rem, 6.2608695652vw, 7.2rem)}.page.page-template-page-business-bridge .businessCase_content .p-secHeading .ja,.page.page-template-page-business-resident .businessCase_content .p-secHeading .ja,.page.page-template-page-business-factory .businessCase_content .p-secHeading .ja,.page.page-template-page-business-new-construction .businessCase_content .p-secHeading .ja,.page.page-template-page-business-plant .businessCase_content .p-secHeading .ja,.page.page-template-page-business-waterproof .businessCase_content .p-secHeading .ja,.page.page-template-page-business-water-treatment-facility .businessCase_content .p-secHeading .ja,.page.page-template-page-business-drone .businessCase_content .p-secHeading .ja{line-height:1.625;margin-bottom:clamp(1.5rem, 2.1739130435vw, 2.5rem)}.page.page-template-page-business-bridge .businessCase_content .p-card:not(:last-child),.page.page-template-page-business-resident .businessCase_content .p-card:not(:last-child),.page.page-template-page-business-factory .businessCase_content .p-card:not(:last-child),.page.page-template-page-business-new-construction .businessCase_content .p-card:not(:last-child),.page.page-template-page-business-plant .businessCase_content .p-card:not(:last-child),.page.page-template-page-business-waterproof .businessCase_content .p-card:not(:last-child),.page.page-template-page-business-water-treatment-facility .businessCase_content .p-card:not(:last-child),.page.page-template-page-business-drone .businessCase_content .p-card:not(:last-child){margin-bottom:clamp(3.6rem, 4.347826087vw, 5rem)}.single-custom_case .p-breadcrumb{max-width:115rem;padding-left:2.5rem;padding-right:2.5rem;margin-top:-21.7rem;margin-bottom:clamp(2.1rem, 2.6956521739vw, 3.1rem);margin-inline:auto;position:relative;z-index:2}.single-custom_case .p-breadcrumb_inner :where(span,a){color:rgba(255,255,255,.7)}.single-custom_case .p-breadcrumb_inner>span:has(a){color:#fff}.single-custom_case .p-breadcrumb_inner>span:has(a) a,.single-custom_case .p-breadcrumb_inner>span:has(a) span{color:#fff}.single-custom_case .p-breadcrumb_inner>span:has(a) .current-item{color:#fff}.single-custom_case .p-breadcrumb_inner>span:has(a) .current-item span{color:#fff}.single-custom_case .p-breadcrumb_inner>span:has(a):not(:last-child):after{background-color:#fff}.single-custom_case .caseSingle{position:relative;z-index:2}.single-custom_case .caseSingle_inner{padding-bottom:10rem}.single-custom_case .caseSingle_inner:after{content:"";width:100%;height:calc(100% - 21.7rem);background-color:#fff;position:absolute;top:21.7rem;left:0;z-index:-1}.single-custom_case .caseSingle_beforeAfter{background-color:var(--color-gray);padding:clamp(3.2rem, 4.8695652174vw, 5.6rem) clamp(3rem, 4.347826087vw, 5rem) clamp(3.2rem, 4.6956521739vw, 5.4rem) clamp(3rem, 4.347826087vw, 5rem);border-radius:.5rem;display:grid;grid-template-columns:1fr clamp(2.2rem, 2.7826086957vw, 3.2rem) 1fr;gap:clamp(1.2rem, 2.4347826087vw, 2.8rem);-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:clamp(6.3rem, 9.5652173913vw, 11rem)}.single-custom_case .caseSingle_beforeAfter .photo{aspect-ratio:456/318;border-radius:.5rem;overflow:hidden;position:relative;z-index:1}.single-custom_case .caseSingle_beforeAfter .photo:after{content:"";background-repeat:no-repeat;background-size:contain;width:clamp(6.6rem, 8.5217391304vw, 9.8rem);aspect-ratio:98/78;position:absolute;top:clamp(0.7rem, 1.0434782609vw, 1.2rem);left:clamp(0.7rem, 1.0434782609vw, 1.2rem);z-index:2}.single-custom_case .caseSingle_beforeAfter .photo.before:after{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/icon_before.png)}.single-custom_case .caseSingle_beforeAfter .photo.after:after{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/icon_after.png)}.single-custom_case .caseSingle_beforeAfter .photo img{height:100%;-o-object-fit:cover;object-fit:cover}.single-custom_case .caseSingle_summary{max-width:80rem;margin-inline:auto;margin-bottom:clamp(9.4rem, 10.347826087vw, 11.9rem)}.single-custom_case .caseSingle_summary:not(:has(+.caseSingle_scene .slick-slide)){margin-bottom:0}.single-custom_case .caseSingle_summary .p-secHeading{margin-bottom:clamp(5rem, 6.0869565217vw, 7rem)}.single-custom_case .caseSingle_summary .p-secHeading .ja{font-size:clamp(2.4rem, 2.4347826087vw, 2.8rem)}.single-custom_case .caseSingle_summary .listItem{display:grid;grid-template-columns:auto 1fr;gap:.9rem}.single-custom_case .caseSingle_summary .listItem dt,.single-custom_case .caseSingle_summary .listItem dd{padding-top:clamp(1.8rem, 2.347826087vw, 2.7rem);padding-bottom:clamp(1.8rem, 2.4347826087vw, 2.8rem)}.single-custom_case .caseSingle_summary .listItem dt{width:15rem;border-bottom:solid .1rem var(--color-accent);font-size:clamp(1.6rem, 1.5652173913vw, 1.8rem);font-weight:700;line-height:1.9444444444;letter-spacing:.06em}.single-custom_case .caseSingle_summary .listItem dd{border-bottom:solid .1rem #dedede;font-size:1.6rem;font-weight:400;line-height:2}.single-custom_case .caseSingle_scene{max-width:80rem;margin-inline:auto}.single-custom_case .caseSingle_scene:not(:has(.slick-slide)){display:none}.single-custom_case .caseSingle_scene .p-secHeading{margin-bottom:clamp(3.7rem, 4.5217391304vw, 5.2rem)}.single-custom_case .caseSingle_scene .p-secHeading .ja{font-size:clamp(2.4rem, 2.4347826087vw, 2.8rem)}.single-custom_case .caseSingle_scene .slider-main{display:block;width:100%;height:auto;margin-bottom:clamp(1.4rem, 2.0869565217vw, 2.4rem)}.single-custom_case .caseSingle_scene .slider-main .slick-list{border-radius:clamp(0.3rem, 0.4347826087vw, 0.5rem)}.single-custom_case .caseSingle_scene .slider-main .slick-slide{aspect-ratio:800/488;position:relative;z-index:1}.single-custom_case .caseSingle_scene .slider-main .slick-slide img{height:100%;-o-object-fit:cover;object-fit:cover}.single-custom_case .caseSingle_scene .slider-main .comment{width:100%;height:clamp(11.6rem, 18vw, 20.7rem);background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.9)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.9) 0%,rgba(0,0,0,0) 100%);background-image:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,0) 100%);position:absolute;bottom:0;display:grid;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:clamp(1.6rem, 2.4347826087vw, 2.8rem) clamp(2.1rem, 2.1739130435vw, 2.5rem)}.single-custom_case .caseSingle_scene .slider-main .comment .read{font-size:clamp(1.4rem, 1.3913043478vw, 1.6rem);font-weight:400;line-height:2;letter-spacing:.08em;color:#fff;margin-block:var(--leading-trim)}.single-custom_case .caseSingle_scene .slider-main .slick-prev,.single-custom_case .caseSingle_scene .slider-main .slick-next{background-color:#fff;width:clamp(4.2rem, 6.0869565217vw, 7rem);height:clamp(4.2rem, 6.0869565217vw, 7rem);border-radius:50%;z-index:2;-webkit-transition:.2s linear;transition:.2s linear}.single-custom_case .caseSingle_scene .slider-main .slick-prev:before,.single-custom_case .caseSingle_scene .slider-main .slick-next:before{content:"";background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/icon_arrow_bk.svg);background-repeat:no-repeat;background-size:contain;width:clamp(0.8rem, 1.1304347826vw, 1.3rem);aspect-ratio:13/13;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.single-custom_case .caseSingle_scene .slider-main .slick-prev:hover,.single-custom_case .caseSingle_scene .slider-main .slick-prev:focus,.single-custom_case .caseSingle_scene .slider-main .slick-next:hover,.single-custom_case .caseSingle_scene .slider-main .slick-next:focus{background-color:#ebebeb}.single-custom_case .caseSingle_scene .slider-main .slick-prev{left:clamp(-3.5rem, -3.0434782609vw, -2.1rem)}.single-custom_case .caseSingle_scene .slider-main .slick-prev:before{-webkit-transform:translate(-50%,-50%) rotate(180deg);transform:translate(-50%,-50%) rotate(180deg);opacity:.3}.single-custom_case .caseSingle_scene .slider-main .slick-next{right:clamp(-3.5rem, -3.0434782609vw, -2.1rem)}.single-custom_case .caseSingle_scene .slider-nav{margin-inline:clamp(-0.65rem, -0.5652173913vw, -0.3rem)}.single-custom_case .caseSingle_scene .slider-nav .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;gap:clamp(0.8rem, 1.1304347826vw, 1.3rem)}.single-custom_case .caseSingle_scene .slider-nav .slick-slide{display:inline-block;width:15rem !important;aspect-ratio:150/92;border-radius:clamp(0.3rem, 0.4347826087vw, 0.5rem);overflow:hidden;position:relative;z-index:1}.single-custom_case .caseSingle_scene .slider-nav .slick-slide.slick-current:after{content:"";background-color:var(--color-main);opacity:.5;width:100%;height:100%;position:absolute;inset:0;z-index:2}.single-custom_case .caseSingle_scene .slider-nav img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;cursor:pointer}.single-custom_case .caseSingle_scene .slider-nav .slick-prev,.single-custom_case .caseSingle_scene .slider-nav .slick-next{display:none !important}.single-custom_case .newCase{background-color:var(--color-gray)}.single-custom_case .newCase_inner{padding-top:clamp(8.9rem, 10.0869565217vw, 11.6rem);padding-bottom:clamp(6.7rem, 8.9565217391vw, 10.3rem)}.single-custom_case .newCase .p-secHeading{margin-bottom:clamp(4rem, 7.1304347826vw, 8.2rem)}.single-custom_case .newCase .p-secHeading .ja{font-size:clamp(2.4rem, 2.4347826087vw, 2.8rem)}.single-custom_case .newCase_list{display:grid;grid-template-columns:repeat(3,1fr);gap:4.2rem 3.5rem;margin-bottom:clamp(6.2rem, 8.4347826087vw, 9.7rem)}.single-custom_case .newCase_list:not(:has(.p-card)){display:block;text-align:center}.single-custom_case .newCase .c-btn{display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page-template-archive-case .p-breadcrumb,.tax-category_case .p-breadcrumb{width:100%;padding-inline:clamp(2.5rem, 4.6956521739vw, 5.4rem);padding-top:clamp(2.7rem, 2.6086956522vw, 3rem);position:absolute;z-index:2}.page-template-archive-case .caseStudyList,.tax-category_case .caseStudyList{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/bg_dot.png);background-repeat:repeat;background-size:contain;background-color:#fff;position:relative;z-index:1;margin-top:clamp(-14.6rem, -12.6956521739vw, -5.9rem)}.page-template-archive-case .caseStudyList .loopTextBox,.tax-category_case .caseStudyList .loopTextBox{position:absolute;left:0;top:clamp(-9.8rem, -8.5217391304vw, -5.8rem);z-index:1;mix-blend-mode:difference}.page-template-archive-case .caseStudyList_inner,.tax-category_case .caseStudyList_inner{padding-top:clamp(15.2rem, 26.9565217391vw, 31rem);padding-bottom:clamp(9.3rem, 11.3043478261vw, 13rem)}.page-template-archive-case .caseStudyList_content,.tax-category_case .caseStudyList_content{display:grid;grid-template-columns:auto 1fr;gap:clamp(4.2rem, 6.2608695652vw, 7.2rem)}.page-template-archive-case .caseStudyList_content .p-secHeading,.tax-category_case .caseStudyList_content .p-secHeading{margin-bottom:clamp(3.5rem, 4.0869565217vw, 4.7rem)}.page-template-archive-case .caseStudyList_content .categoryList,.tax-category_case .caseStudyList_content .categoryList{display:grid;gap:clamp(0.5rem, 0.8695652174vw, 1rem) clamp(0.4rem, 0.8695652174vw, 1rem)}.page-template-archive-case .caseStudyList_content .categoryList .item,.tax-category_case .caseStudyList_content .categoryList .item{max-width:21.8rem}.page-template-archive-case .caseStudyList_content .categoryList .item a,.tax-category_case .caseStudyList_content .categoryList .item a{display:inline-block;font-size:clamp(1.2rem, 1.2173913043vw, 1.4rem);font-weight:500;line-height:.7142857143;color:var(--color-text);letter-spacing:.04em;width:100%;background-color:var(--color-gray);border-radius:.6rem;padding:clamp(1.7rem, 1.5652173913vw, 1.8rem) clamp(0.8rem, 1.4782608696vw, 1.7rem) clamp(1.7rem, 1.5652173913vw, 1.8rem) clamp(4rem, 5.9130434783vw, 6.8rem);position:relative;z-index:1;-webkit-transition:.2s linear;transition:.2s linear}.page-template-archive-case .caseStudyList_content .categoryList .item a:before,.tax-category_case .caseStudyList_content .categoryList .item a:before{content:"";background-repeat:no-repeat;background-size:contain;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.2s linear;transition:.2s linear}.page-template-archive-case .caseStudyList_content .categoryList .item a.current,.tax-category_case .caseStudyList_content .categoryList .item a.current{background-color:var(--color-accent);color:#fff}.page-template-archive-case .caseStudyList_content .categoryList .item a.current:before,.tax-category_case .caseStudyList_content .categoryList .item a.current:before{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.page-template-archive-case .caseStudyList_content .categoryList .item a:hover,.page-template-archive-case .caseStudyList_content .categoryList .item a:focus,.tax-category_case .caseStudyList_content .categoryList .item a:hover,.tax-category_case .caseStudyList_content .categoryList .item a:focus{background-color:var(--color-accent);color:#fff}.page-template-archive-case .caseStudyList_content .categoryList .item a:hover:before,.page-template-archive-case .caseStudyList_content .categoryList .item a:focus:before,.tax-category_case .caseStudyList_content .categoryList .item a:hover:before,.tax-category_case .caseStudyList_content .categoryList .item a:focus:before{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.page-template-archive-case .caseStudyList_content .categoryList .item.bridge a:before,.tax-category_case .caseStudyList_content .categoryList .item.bridge a:before{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/case_category_icon01.png);width:clamp(2.6rem, 2.7826086957vw, 3.2rem);aspect-ratio:32/21;left:clamp(0.8rem, 1.3913043478vw, 1.6rem)}.page-template-archive-case .caseStudyList_content .categoryList .item.resident a:before,.tax-category_case .caseStudyList_content .categoryList .item.resident a:before{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/case_category_icon02.png);width:clamp(2rem, 2.0869565217vw, 2.4rem);aspect-ratio:24/22;left:clamp(1.1rem, 1.7391304348vw, 2rem)}.page-template-archive-case .caseStudyList_content .categoryList .item.factory a:before,.tax-category_case .caseStudyList_content .categoryList .item.factory a:before{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/case_category_icon03.png);width:clamp(2.5rem, 2.6086956522vw, 3rem);aspect-ratio:30/20;left:clamp(0.8rem, 1.4782608696vw, 1.7rem)}.page-template-archive-case .caseStudyList_content .categoryList .item.new-construction a:before,.tax-category_case .caseStudyList_content .categoryList .item.new-construction a:before{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/case_category_icon04.png);width:clamp(2.4rem, 2.5217391304vw, 2.9rem);aspect-ratio:29/24;left:clamp(0.9rem, 1.4782608696vw, 1.7rem)}.page-template-archive-case .caseStudyList_content .categoryList .item.plant a:before,.tax-category_case .caseStudyList_content .categoryList .item.plant a:before{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/case_category_icon05.png);width:clamp(2.8rem, 2.8695652174vw, 3.3rem);aspect-ratio:33/22;left:clamp(0.7rem, 1.3043478261vw, 1.5rem)}.page-template-archive-case .caseStudyList_content .categoryList .item.waterproof a:before,.tax-category_case .caseStudyList_content .categoryList .item.waterproof a:before{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/case_category_icon06.png);width:clamp(2.1rem, 2.1739130435vw, 2.5rem);aspect-ratio:25/25;left:clamp(1.1rem, 1.7391304348vw, 2rem)}.page-template-archive-case .caseStudyList_content .categoryList .item.water-treatment-facility a:before,.tax-category_case .caseStudyList_content .categoryList .item.water-treatment-facility a:before{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/case_category_icon07.png);width:clamp(2.4rem, 2.4347826087vw, 2.8rem);aspect-ratio:28/25;left:clamp(0.9rem, 1.5652173913vw, 1.8rem)}.page-template-archive-case .caseStudyList_content .categoryList .item.drone a:before,.tax-category_case .caseStudyList_content .categoryList .item.drone a:before{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/case_category_icon08.png);width:clamp(3rem, 3.1304347826vw, 3.6rem);aspect-ratio:36/17;left:clamp(0.6rem, 1.2173913043vw, 1.4rem)}.page-template-archive-case .caseStudyList_content .categoryList .item.other-coating a:before,.tax-category_case .caseStudyList_content .categoryList .item.other-coating a:before{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/case_category_icon09.png);width:clamp(2.6rem, 2.5217391304vw, 2.9rem);aspect-ratio:29/29;left:clamp(0.6rem, 1.4782608696vw, 1.7rem)}.page-template-archive-case .caseStudyList_content .categoryList .item.heat-shield a:before,.tax-category_case .caseStudyList_content .categoryList .item.heat-shield a:before{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/case_category_icon10.png);width:clamp(2.1rem, 2.1739130435vw, 2.5rem);aspect-ratio:25/28;left:clamp(1.1rem, 1.7391304348vw, 2rem)}.page-template-archive-case .caseStudyList_content .articleList,.tax-category_case .caseStudyList_content .articleList{margin-bottom:clamp(5.1rem, 7.4782608696vw, 8.6rem)}.page-template-archive-case .caseStudyList_content .p-pagination,.tax-category_case .caseStudyList_content .p-pagination{padding-left:5.5rem}.page-template-archive-case .caseStudyList_content .p-card:not(:last-child),.tax-category_case .caseStudyList_content .p-card:not(:last-child){margin-bottom:clamp(3.6rem, 4.347826087vw, 5rem)}.page.page-template-page-company .p-breadcrumb{width:100%;padding-inline:clamp(2.5rem, 4.6956521739vw, 5.4rem);padding-top:clamp(2.7rem, 2.6086956522vw, 3rem);position:absolute;z-index:2}.page.page-template-page-company .companyMessage{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/bg_dot.png);background-repeat:repeat;background-size:contain;background-color:#fff;position:relative;z-index:1;margin-top:clamp(-15.8rem, -13.7391304348vw, -6rem)}.page.page-template-page-company .companyMessage_inner{padding-top:clamp(16.3rem, 27.7391304348vw, 31.9rem);padding-bottom:clamp(9.5rem, 16.1739130435vw, 18.6rem)}.page.page-template-page-company .companyMessage .p-secHeading{margin-bottom:clamp(4rem, 7.3913043478vw, 8.5rem)}.page.page-template-page-company .companyMessage_content{display:grid;grid-template-columns:clamp(32.4rem, 35.8260869565vw, 41.2rem) 1fr;gap:clamp(4.5rem, 7.3043478261vw, 8.4rem)}.page.page-template-page-company .companyMessage_content .photo{display:block;border-radius:.5rem;overflow:hidden;margin-bottom:2.9rem}.page.page-template-page-company .companyMessage_content .nameBox{display:grid;gap:clamp(0.9rem, 1.5652173913vw, 1.8rem)}.page.page-template-page-company .companyMessage_content .nameBox .position{line-height:.75}.page.page-template-page-company .companyMessage_content .nameBox .name{font-size:clamp(1.8rem, 2.0869565217vw, 2.4rem);font-weight:500;line-height:.75}.page.page-template-page-company .companyMessage_content .heading{display:inline-block;font-size:clamp(2.4rem, 2.7826086957vw, 3.2rem);font-weight:500;line-height:.71875;letter-spacing:.04em;margin-bottom:clamp(2.6rem, 2.9565217391vw, 3.4rem)}.page.page-template-page-company .companyMessage_content .heading mark{display:inline-block;background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/company_message_heading_line.png);background-repeat:no-repeat;background-size:95%;background-position:bottom left;padding-bottom:clamp(2rem, 2.1739130435vw, 2.5rem)}.page.page-template-page-company .companyMessage_content .desc{display:grid;gap:clamp(2.6rem, 3.1304347826vw, 3.6rem);margin-block:var(--leading-trim)}.page.page-template-page-company .companyMessage_content .read{line-height:2.125;margin-block:var(--leading-trim)}.page.page-template-page-company .companyPolicy{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/company_policy_bg.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;z-index:1}.page.page-template-page-company .companyPolicy:after{content:"";background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/company_policy_decora.svg);background-repeat:no-repeat;background-size:cover;background-position:center left;width:clamp(37.5rem, 82.0869565217vw, 94.4rem);height:100%;aspect-ratio:944/903;position:absolute;top:0;right:0;z-index:-1}.page.page-template-page-company .companyPolicy_inner{padding-top:clamp(8.3rem, 16.7826086957vw, 19.3rem);padding-bottom:clamp(20.4rem, 26.4347826087vw, 30.4rem)}.page.page-template-page-company .companyPolicy .p-secHeading{margin-bottom:clamp(5.5rem, 7.3043478261vw, 8.4rem)}.page.page-template-page-company .companyPolicy_content .heading{font-size:clamp(2rem, 2.7826086957vw, 3.2rem);font-weight:500;line-height:2;letter-spacing:.04em;color:#fff;margin-block:var(--leading-trim)}.page.page-template-page-company .companyPolicy_content .heading mark{color:#fff;background-repeat:no-repeat;background-size:contain;background-position:bottom center;padding-bottom:clamp(0.4rem, 0.6086956522vw, 0.7rem)}.page.page-template-page-company .companyPolicy_content .heading .mark01{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/company_policy_line01.png)}.page.page-template-page-company .companyPolicy_content .heading .mark02{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/company_policy_line02.png)}.page.page-template-page-company .companyPolicy_content .en{font-size:clamp(1rem, 1.3043478261vw, 1.5rem);font-family:var(--font-roboto);font-weight:100;line-height:.7333333333;letter-spacing:.06em;color:#fff;margin-top:clamp(3rem, 4.4347826087vw, 5.1rem)}.page.page-template-page-company .companyPolicy .loopTextBox{position:absolute;bottom:3.3rem;left:0}.page.page-template-page-company .companyPolicy .loopTextBox .p-loopText{mix-blend-mode:difference}.page.page-template-page-company .companyOutline{position:relative;z-index:1;background-color:#fff}.page.page-template-page-company .companyOutline:before{content:"Outline";font-size:clamp(7rem, 14.7826086957vw, 17rem);font-family:var(--font-roboto);font-weight:100;line-height:.7117647059;letter-spacing:.02em;color:var(--color-main);opacity:.1;position:absolute;top:7.5rem;left:-.7rem;z-index:-1;-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr}.page.page-template-page-company .companyOutline_inner{padding-top:clamp(8.1rem, 15.9130434783vw, 18.3rem);padding-bottom:clamp(8.6rem, 11.8260869565vw, 13.6rem)}.page.page-template-page-company .companyOutline .p-secHeading{margin-bottom:clamp(2.7rem, 3.0434782609vw, 3.5rem)}.page.page-template-page-company .companyOutline_list{max-width:80rem;margin:0 auto}.page.page-template-page-company .companyOutline_list .listItem{display:grid;grid-template-columns:auto 1fr;gap:.9rem}.page.page-template-page-company .companyOutline_list dt,.page.page-template-page-company .companyOutline_list dd{padding-top:clamp(1.8rem, 2.347826087vw, 2.7rem);padding-bottom:clamp(1.8rem, 2.4347826087vw, 2.8rem)}.page.page-template-page-company .companyOutline_list dt{width:15rem;border-bottom:solid .1rem var(--color-accent);font-size:clamp(1.6rem, 1.5652173913vw, 1.8rem);font-weight:500;line-height:1.9444444444;letter-spacing:.06em}.page.page-template-page-company .companyOutline_list dd{border-bottom:solid .1rem #dedede;font-size:1.6rem;font-weight:400;line-height:2}.page.page-template-page-company .companyOutline_list dd>a{font-size:1.6rem;font-weight:400;line-height:2;color:var(--color-text)}.page.page-template-page-company .companyOutline_list dd p{font-size:1.6rem;font-weight:400;line-height:2}.page.page-template-page-company .companyOutline_list .innerList{padding-top:.8rem;padding-bottom:.7rem}.page.page-template-page-company .companyOutline_list .innerList li{display:grid;grid-template-columns:13rem 1fr;gap:1.2rem}.page.page-template-page-company .companyOutline_list .innerList li:not(:last-child){margin-bottom:2.8rem}.page.page-template-page-company .companyOutline_list .innerList .title,.page.page-template-page-company .companyOutline_list .innerList .address{font-size:1.6rem;font-weight:400;line-height:1.5;margin-block:var(--leading-trim)}.page.page-template-page-company .companyOutline_list .innerFlex{display:grid;grid-template-columns:auto auto;gap:clamp(2rem, 5.8260869565vw, 6.7rem)}.page.page-template-page-company .companyFacility{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/bg_dot_wh.png);background-repeat:repeat;background-size:contain;background-color:var(--color-main)}.page.page-template-page-company .companyFacility_inner{padding-top:clamp(9.6rem, 11.7391304348vw, 13.5rem);padding-bottom:clamp(11.3rem, 13.8260869565vw, 15.9rem)}.page.page-template-page-company .companyFacility_content:not(:last-child){margin-bottom:clamp(8rem, 9.0434782609vw, 10.4rem)}.page.page-template-page-company .companyFacility .p-secHeading{margin-bottom:clamp(4rem, 4.0869565217vw, 4.7rem)}.page.page-template-page-company .companyFacility_list{display:grid;grid-template-columns:repeat(auto-fit,minmax(25.3rem, 1fr));gap:clamp(0.8rem, 1.0434782609vw, 1.2rem)}.page.page-template-page-company .companyFacility_list .itemBox{background-color:#fff;border-radius:clamp(0.3rem, 0.4347826087vw, 0.5rem);padding:.9rem clamp(1.6rem, 1.652173913vw, 1.9rem) 1.3rem clamp(1.5rem, 1.7391304348vw, 2rem);height:7.3rem;display:grid;grid-template-columns:1fr auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:1}.page.page-template-page-company .companyFacility_list .itemBox:before{content:"";background-color:var(--color-accent);width:clamp(0.6rem, 0.6086956522vw, 0.7rem);height:clamp(0.6rem, 0.6086956522vw, 0.7rem);border-radius:0 50% 50% 0;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.page.page-template-page-company .companyFacility_list.listItem02 .itemBox .heading3{white-space:nowrap}.page.page-template-page-company .companyFacility_list .heading3{font-size:clamp(1.4rem, 1.3913043478vw, 1.6rem);font-weight:700;line-height:1.375;letter-spacing:0;color:#000;margin-block:var(--leading-trim)}.page.page-template-page-company .companyFacility_list .number{color:var(--color-accent);line-height:1;margin-block:var(--leading-trim)}.page.page-template-page-company .companyFacility_list .number strong{display:inline-block;font-size:clamp(2rem, 2.9565217391vw, 3.4rem);font-family:var(--font-roboto);line-height:.7058823529;letter-spacing:.02em}.page.page-template-page-company .companyFacility_list .number small{display:inline-block;font-size:clamp(1.1rem, 1.3913043478vw, 1.6rem);font-weight:700;line-height:.75;letter-spacing:0;margin-bottom:.1rem}.page.page-template-page-company .companyAccess{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/bg_dot.png);background-repeat:repeat;background-size:contain;background-color:#fff;position:relative;z-index:1}.page.page-template-page-company .companyAccess:before{content:"Access";font-size:clamp(7rem, 14.7826086957vw, 17rem);font-family:var(--font-roboto);font-weight:100;line-height:.7117647059;letter-spacing:.02em;color:var(--color-main);opacity:.1;position:absolute;top:7.5rem;left:-.7rem;z-index:-1;-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr}.page.page-template-page-company .companyAccess_inner{padding-top:clamp(9.5rem, 11.652173913vw, 13.4rem);padding-bottom:clamp(11rem, 12.7826086957vw, 14.7rem)}.page.page-template-page-company .companyAccess .p-secHeading{margin-bottom:clamp(5.6rem, 5.9130434783vw, 6.8rem)}.page.page-template-page-company .companyAccess_list{max-width:80rem;margin-inline:auto}.page.page-template-page-company .companyAccess_listItem:not(:last-child){margin-bottom:clamp(5rem, 6.0869565217vw, 7rem)}.page.page-template-page-company .companyAccess_listItem .detailBox{margin-bottom:clamp(2.8rem, 3.2173913043vw, 3.7rem)}.page.page-template-page-company .companyAccess_listItem .heading3{font-size:clamp(2rem, 2.0869565217vw, 2.4rem);font-weight:700;color:#000;line-height:.75;margin-block:var(--leading-trim);margin-bottom:clamp(2.4rem, 2.347826087vw, 2.7rem)}.page.page-template-page-company .companyAccess_listItem .heading3:before{content:"";display:inline-block;background-color:var(--color-accent);width:clamp(0.8rem, 1.0434782609vw, 1.2rem);height:clamp(0.8rem, 1.0434782609vw, 1.2rem);border-radius:50%;margin-block:var(--leading-trim);margin-right:1.1rem}.page.page-template-page-company .companyAccess_listItem .address,.page.page-template-page-company .companyAccess_listItem .call{font-size:1.4rem;font-weight:500;letter-spacing:0;color:#000;line-height:1.4285714286;margin-block:var(--leading-trim)}.page.page-template-page-company .companyAccess_listItem .address a,.page.page-template-page-company .companyAccess_listItem .call a{font-size:1.4rem;font-weight:500;letter-spacing:0;color:#000;line-height:1.4285714286;margin-block:var(--leading-trim)}.page.page-template-page-company .companyAccess_listItem .address{margin-bottom:.9rem}.page.page-template-page-company .companyAccess_listItem .mapBox{height:clamp(18.2rem, 34.7826086957vw, 40rem);border-radius:.5rem;overflow:hidden}.page.page-template-page-company .companyAccess_listItem .mapBox iframe{width:100%;height:100%}.page.contact .p-breadcrumb{padding-inline:clamp(2.5rem, 4.6956521739vw, 5.4rem);padding-top:2.9rem;position:relative;z-index:2;background-color:#fff}.page.contact .contactWrap{background-color:#fff}.page.contact .contactWrap_inner{max-width:85rem;padding-top:clamp(6.8rem, 6.6086956522vw, 7.6rem);padding-bottom:clamp(8.5rem, 14.7826086957vw, 17rem)}.page.contact .contactWrap_head{margin-bottom:clamp(4.9rem, 6.9565217391vw, 8rem)}.page.contact .contactWrap_head .desc{letter-spacing:.04em;margin-block:var(--leading-trim)}.page.contact .contactWrap_form .item{display:grid;grid-template-columns:18.6rem 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:clamp(1.7rem, 3.4782608696vw, 4rem)}.page.contact .contactWrap_form .item:has(textarea){-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.page.contact .contactWrap_form .item:has(textarea) .title{margin-top:1.6rem}.page.contact .contactWrap_form .item:has(.agree){grid-template-columns:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:clamp(3.5rem, 5.7391304348vw, 6.6rem)}.page.contact .contactWrap_form .item:has(.submitBox){grid-template-columns:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:clamp(3.5rem, 3.7391304348vw, 4.3rem)}.page.contact .contactWrap_form .item:not(:last-child){margin-bottom:2.7rem}.page.contact .contactWrap_form .item input[type=text],.page.contact .contactWrap_form .item input[type=tel],.page.contact .contactWrap_form .item input[type=email],.page.contact .contactWrap_form .item textarea{width:100%;background-color:#f5f6f7;border:solid .1rem #dedede;border-radius:.5rem;padding:1.7rem 1.8rem 1.6rem;font-size:1.6rem;font-weight:400;line-height:.75;letter-spacing:.04em;color:#0e0e0e;-webkit-box-sizing:border-box;box-sizing:border-box}.page.contact .contactWrap_form .item input[type=text]::-webkit-input-placeholder,.page.contact .contactWrap_form .item input[type=tel]::-webkit-input-placeholder,.page.contact .contactWrap_form .item input[type=email]::-webkit-input-placeholder,.page.contact .contactWrap_form .item textarea::-webkit-input-placeholder{font-weight:500;color:#c7c7c7}.page.contact .contactWrap_form .item input[type=text]::-moz-placeholder,.page.contact .contactWrap_form .item input[type=tel]::-moz-placeholder,.page.contact .contactWrap_form .item input[type=email]::-moz-placeholder,.page.contact .contactWrap_form .item textarea::-moz-placeholder{font-weight:500;color:#c7c7c7}.page.contact .contactWrap_form .item input[type=text]:-ms-input-placeholder,.page.contact .contactWrap_form .item input[type=tel]:-ms-input-placeholder,.page.contact .contactWrap_form .item input[type=email]:-ms-input-placeholder,.page.contact .contactWrap_form .item textarea:-ms-input-placeholder{font-weight:500;color:#c7c7c7}.page.contact .contactWrap_form .item input[type=text]::-ms-input-placeholder,.page.contact .contactWrap_form .item input[type=tel]::-ms-input-placeholder,.page.contact .contactWrap_form .item input[type=email]::-ms-input-placeholder,.page.contact .contactWrap_form .item textarea::-ms-input-placeholder{font-weight:500;color:#c7c7c7}.page.contact .contactWrap_form .item input[type=text]::placeholder,.page.contact .contactWrap_form .item input[type=tel]::placeholder,.page.contact .contactWrap_form .item input[type=email]::placeholder,.page.contact .contactWrap_form .item textarea::placeholder{font-weight:500;color:#c7c7c7}.page.contact .contactWrap_form .item textarea{padding:.7rem 1.8rem .6rem !important;line-height:2.25;height:22.4rem}.page.contact .contactWrap_form .item .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:clamp(0.9rem, 0.9565217391vw, 1.1rem);font-size:clamp(1.6rem, 1.5652173913vw, 1.8rem);font-weight:600;line-height:1;letter-spacing:.04em;color:#0e0e0e}.page.contact .contactWrap_form .item .title small.required{font-size:clamp(1rem, 1.0434782609vw, 1.2rem);font-weight:600;line-height:.75;letter-spacing:.04em;color:#e60012}.page.contact .contactWrap_form .agree{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:clamp(0.8rem, 1.0434782609vw, 1.2rem)}.page.contact .contactWrap_form .agree .wpcf7-list-item{margin:0}.page.contact .contactWrap_form .agree .wpcf7-list-item label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1.2rem}.page.contact .contactWrap_form .agree input[type=checkbox]{margin:0 !important;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;display:block;height:auto}.page.contact .contactWrap_form .agree input[type=checkbox]:before{content:"";display:inline-block;width:1.8rem;height:1.8rem;border-radius:.5rem;border:solid .1rem #dedede;background-color:#f5f6f7}.page.contact .contactWrap_form .agree input[type=checkbox]:after{content:"";display:none;position:absolute;top:.2rem;left:.7rem;-webkit-transform:rotate(50deg);transform:rotate(50deg);width:.4rem;height:1rem;border-right:.2rem solid #0e0e0e;border-bottom:.2rem solid #0e0e0e}.page.contact .contactWrap_form .agree input[type=checkbox]:checked:after{display:block}.page.contact .contactWrap_form .agree .wpcf7-list-item-label{font-size:1.6rem;font-weight:400;line-height:.75;letter-spacing:.04em;color:#0e0e0e}.page.contact .contactWrap_form .agree .wpcf7-list-item-label a{display:inline-block;font-size:1.6rem;font-weight:400;line-height:.75;letter-spacing:.04em;color:#e60012;text-decoration:underline}.page.contact .contactWrap_form .agree .wpcf7-list-item-label:before,.page.contact .contactWrap_form .agree .wpcf7-list-item-label:after{display:none}.page.contact .contactWrap_form .submitBox{width:32rem;height:6.6rem;margin-inline:auto;background-color:#e60012;border:solid .1rem #e60012;border-radius:.5rem;overflow:hidden;position:relative;z-index:1;-webkit-transition:.2s linear;transition:.2s linear}.page.contact .contactWrap_form .submitBox input[type=submit]{font-size:1.8rem;font-weight:600;line-height:1;letter-spacing:.04em;color:#fff;background-color:initial;border:none;padding:0;width:100%;height:100%;display:grid;place-items:center}.page.contact .contactWrap_form .submitBox:hover,.page.contact .contactWrap_form .submitBox:focus{background-color:#fff}.page.contact .contactWrap_form .submitBox:hover input[type=submit],.page.contact .contactWrap_form .submitBox:focus input[type=submit]{color:#e60012}.page.contact .contactWrap .wpcf7-response-output{display:none}.page.contact .p-footer_contactBox{display:none}.page.contact .p-footer_main .p-loopText{display:none}.page.contact-confirm .p-breadcrumb,.page.contact-confirm-entry .p-breadcrumb{padding-inline:clamp(2.5rem, 4.6956521739vw, 5.4rem);padding-top:2.9rem;position:relative;z-index:2;background-color:#fff}.page.contact-confirm .contactWrap,.page.contact-confirm-entry .contactWrap{background-color:#fff}.page.contact-confirm .contactWrap_inner,.page.contact-confirm-entry .contactWrap_inner{max-width:85rem;padding-top:clamp(6.8rem, 6.6086956522vw, 7.6rem);padding-bottom:clamp(8.5rem, 14.7826086957vw, 17rem)}.page.contact-confirm .contactWrap_confirm .item,.page.contact-confirm-entry .contactWrap_confirm .item{display:grid;grid-template-columns:18.6rem 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem}.page.contact-confirm .contactWrap_confirm .item:has(.submitCheckBox),.page.contact-confirm-entry .contactWrap_confirm .item:has(.submitCheckBox){grid-template-columns:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:clamp(4rem, 6.9565217391vw, 8rem)}.page.contact-confirm .contactWrap_confirm .item .title,.page.contact-confirm-entry .contactWrap_confirm .item .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:clamp(0.9rem, 0.9565217391vw, 1.1rem);font-size:clamp(1.6rem, 1.5652173913vw, 1.8rem);font-weight:600;line-height:1;letter-spacing:.04em;color:#0e0e0e;border-bottom:solid .2rem var(--color-accent);padding:3rem 1rem}.page.contact-confirm .contactWrap_confirm .item .inputBox,.page.contact-confirm-entry .contactWrap_confirm .item .inputBox{font-size:clamp(1.6rem, 1.5652173913vw, 1.8rem);border-bottom:solid .2rem #f5f6f7;line-height:1;padding:3rem 1rem}.page.contact-confirm .contactWrap_confirm .submitCheckBox,.page.contact-confirm-entry .contactWrap_confirm .submitCheckBox{display:grid;grid-template-columns:auto auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2rem}.page.contact-confirm .contactWrap_confirm .submitCheckBox input[type=submit],.page.contact-confirm .contactWrap_confirm .submitCheckBox input[type=button],.page.contact-confirm-entry .contactWrap_confirm .submitCheckBox input[type=submit],.page.contact-confirm-entry .contactWrap_confirm .submitCheckBox input[type=button]{width:32rem;height:6.6rem;background-color:#e60012;border:solid .1rem #e60012;border-radius:.5rem;font-size:1.8rem;font-weight:600;line-height:1;letter-spacing:.04em;color:#fff;display:grid;place-items:center;overflow:hidden;position:relative;z-index:1;cursor:pointer}.page.contact-confirm .contactWrap_confirm .submitCheckBox input[type=button],.page.contact-confirm-entry .contactWrap_confirm .submitCheckBox input[type=button]{background-color:#2b2b2b;border:solid .1rem #2b2b2b}.page.contact-confirm .contactWrap_confirm .submitCheckBox .wpcf7-spinner,.page.contact-confirm .contactWrap_confirm .submitCheckBox .wpcf7-multistep,.page.contact-confirm .contactWrap_confirm .submitCheckBox .cf7msm-no-ss,.page.contact-confirm-entry .contactWrap_confirm .submitCheckBox .wpcf7-spinner,.page.contact-confirm-entry .contactWrap_confirm .submitCheckBox .wpcf7-multistep,.page.contact-confirm-entry .contactWrap_confirm .submitCheckBox .cf7msm-no-ss{display:none}.page.contact-confirm .p-footer_contactBox,.page.contact-confirm-entry .p-footer_contactBox{display:none}.page.contact-confirm .p-footer_main .p-loopText,.page.contact-confirm-entry .p-footer_main .p-loopText{display:none}.single-post .p-breadcrumb{padding-inline:clamp(2.5rem, 4.6956521739vw, 5.4rem);padding-top:2.9rem;position:relative;z-index:2;background-color:#fff}.single-post .newsSingle{background-color:#fff}.single-post .newsSingle_inner{padding-top:clamp(7rem, 8.9565217391vw, 10.3rem);padding-bottom:clamp(7.7rem, 14.6086956522vw, 16.8rem)}.single-post .newsSingle_content{max-width:80rem;margin:0 auto clamp(5.3rem, 4.6956521739vw, 5.4rem)}.single-post .newsSingle_content h2{font-size:clamp(2.4rem, 2.4347826087vw, 2.8rem);font-weight:600;line-height:1.5;letter-spacing:.04em;color:var(--color-text);padding-bottom:2.3rem;border-bottom:solid .2rem #dedede;margin-bottom:clamp(2.9rem, 2.8695652174vw, 3.3rem);position:relative;z-index:1}.single-post .newsSingle_content h2:after{content:"";background-color:var(--color-accent);width:clamp(5.6rem, 8vw, 9.2rem);height:.2rem;position:absolute;bottom:-.2rem;left:0}.single-post .newsSingle_content h3{font-size:clamp(2.2rem, 2.0869565217vw, 2.4rem);font-weight:600;line-height:1.5;letter-spacing:.04em;color:var(--color-text);padding:1.4rem 1.8rem;background-color:var(--color-gray);position:relative;z-index:1;border-radius:.5rem}.single-post .newsSingle_content h3:before{content:"";width:.7rem;height:.7rem;background-color:var(--color-accent);border-radius:0 50% 50% 0;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.single-post .newsSingle_content h4{font-size:clamp(2rem, 1.9130434783vw, 2.2rem);font-weight:600;line-height:1.5454545455;letter-spacing:.04em;color:var(--color-text);padding-bottom:1.6rem;border-bottom:solid .2rem #dedede}.single-post .newsSingle_content h5{font-size:clamp(1.8rem, 1.7391304348vw, 2rem);font-weight:600;line-height:1.6;letter-spacing:.04em;color:var(--color-text);padding-left:clamp(2.5rem, 2.4347826087vw, 2.8rem);position:relative;z-index:1}.single-post .newsSingle_content h5:before{content:"";display:inline-block;width:1.6rem;height:1.6rem;background-color:var(--color-accent);border-radius:50%;position:absolute;top:.8rem;left:0;z-index:1}.single-post .newsSingle_content h5:after{content:"";display:inline-block;width:.8rem;height:.8rem;background-color:#fff;border-radius:50%;position:absolute;top:1.2rem;left:.4rem;z-index:2}.single-post .newsSingle_content ul{display:grid;gap:1.2rem 0;margin-block:4rem}.single-post .newsSingle_content ul li{font-size:1.6rem;font-weight:600;line-height:1.5;letter-spacing:.08em;color:var(--color-text);padding-left:clamp(1.8rem, 2vw, 2.3rem);position:relative;z-index:1;margin-block:var(--leading-trim)}.single-post .newsSingle_content ul li:before{content:"";display:inline-block;width:1rem;height:1rem;background-color:var(--color-accent);border-radius:50%;position:absolute;top:.8rem;left:0}.single-post .newsSingle_content ol{padding-left:2.3rem;display:grid;gap:1.1rem 0;margin-block:4rem}.single-post .newsSingle_content ol li{list-style-type:decimal;font-size:1.6rem;font-weight:600;line-height:1.5;letter-spacing:.08em;color:var(--color-text);position:relative;z-index:1;margin-block:var(--leading-trim)}.single-post .newsSingle_content ol li::marker{display:inline-block;font-size:clamp(1.8rem, 1.7391304348vw, 2rem);color:var(--color-accent)}.single-post .newsSingle_content p{font-size:clamp(1.4rem, 1.3913043478vw, 1.6rem);font-weight:400;line-height:2.125;letter-spacing:.08em;color:var(--color-text);margin-top:clamp(2.8rem, 2.6956521739vw, 3.1rem);margin-bottom:clamp(4.8rem, 6.1739130435vw, 7.1rem)}.single-post .newsSingle_content p:has(+.wp-block-columns){margin-bottom:0}.single-post .newsSingle_content p a{font-size:clamp(1.4rem, 1.3913043478vw, 1.6rem);font-weight:400;line-height:2.125;letter-spacing:.08em;color:var(--color-accent);text-decoration:underline}.single-post .newsSingle_content .wp-block-buttons{gap:1.8rem clamp(2rem, 3.1304347826vw, 3.6rem);margin-top:3.1rem;margin-bottom:clamp(4.9rem, 6.347826087vw, 7.3rem)}.single-post .newsSingle_content .wp-block-button__link{background-color:initial;padding:initial;border-radius:initial;font-size:clamp(1.4rem, 1.3913043478vw, 1.6rem);font-weight:600;color:var(--color-text);line-height:.75;letter-spacing:.04em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.9rem}.single-post .newsSingle_content .wp-block-button__link:before{content:"";display:inline-block;background-color:var(--color-accent);background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/icon_arrow_wh.svg);background-repeat:no-repeat;background-size:.9rem .9rem;background-position:center;border:solid .1rem var(--color-accent);width:2.5rem;height:2.5rem;border-radius:50%;-webkit-transition:.2s linear;transition:.2s linear}.single-post .newsSingle_content .wp-block-button__link:hover:before,.single-post .newsSingle_content .wp-block-button__link:focus:before{background-color:#fff;background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/icon_arrow_red.svg)}.single-post .newsSingle_content .wp-block-columns{margin-block:clamp(1.4rem, 2.6086956522vw, 3rem);gap:clamp(1.2rem, 2.7826086957vw, 3.2rem)}.single-post .newsSingle_content .wp-block-columns:has(.wp-block-buttons){margin-block:initial}.single-post .newsSingle .c-btn{display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.single-post .newsSingle .c-btn .c-icon--arrow:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.archive.post-type-archive-post .p-breadcrumb,.archive.category .p-breadcrumb{width:100%;padding-inline:clamp(2.5rem, 4.6956521739vw, 5.4rem);padding-top:clamp(2.7rem, 2.6086956522vw, 3rem);position:absolute;z-index:2}.archive.post-type-archive-post .newsList,.archive.category .newsList{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/bg_dot.png);background-repeat:repeat;background-size:contain;background-color:#fff;position:relative;z-index:1;margin-top:clamp(-15.8rem, -13.7391304348vw, -5.7rem)}.archive.post-type-archive-post .newsList_inner,.archive.category .newsList_inner{padding-top:clamp(14.4rem, 28.8695652174vw, 33.2rem);padding-bottom:clamp(10.7rem, 14.6086956522vw, 16.8rem);display:grid;grid-template-columns:21.8rem 1fr;gap:clamp(9.8rem, 9.9130434783vw, 11.4rem)}.archive.post-type-archive-post .newsList_category .p-secHeading,.archive.category .newsList_category .p-secHeading{margin-bottom:clamp(3.5rem, 4.0869565217vw, 4.7rem)}.archive.post-type-archive-post .newsList_category .categoryBox,.archive.category .newsList_category .categoryBox{display:grid;gap:clamp(0.5rem, 0.8695652174vw, 1rem) .4rem}.archive.post-type-archive-post .newsList_category .categoryBox a,.archive.category .newsList_category .categoryBox a{display:block;background-color:#f5f6f7;border-radius:clamp(0.5rem, 0.5217391304vw, 0.6rem);padding:1.8rem 1.6rem;font-size:clamp(1.2rem, 1.2173913043vw, 1.4rem);font-weight:500;line-height:.7142857143;letter-spacing:.04em;-webkit-transition:.2s linear;transition:.2s linear}.archive.post-type-archive-post .newsList_category .categoryBox a.current,.archive.category .newsList_category .categoryBox a.current{background-color:var(--color-accent);color:#fff}.archive.post-type-archive-post .newsList_category .categoryBox a:hover,.archive.post-type-archive-post .newsList_category .categoryBox a:focus,.archive.category .newsList_category .categoryBox a:hover,.archive.category .newsList_category .categoryBox a:focus{background-color:var(--color-accent);color:#fff}.archive.post-type-archive-post .newsList_content .articleBox,.archive.category .newsList_content .articleBox{margin-bottom:clamp(4.3rem, 8.5217391304vw, 9.8rem)}.archive.post-type-archive-post .newsList_content .p-pagination,.archive.category .newsList_content .p-pagination{padding-left:4.4rem}.page.privacy-policy .p-breadcrumb{padding-inline:clamp(2.5rem, 4.6956521739vw, 5.4rem);padding-top:2.9rem;position:relative;z-index:2;background-color:#fff}.page.privacy-policy .privacyPolicy{background-color:#fff}.page.privacy-policy .privacyPolicy_inner{padding-top:clamp(6.5rem, 6.6086956522vw, 7.6rem);padding-bottom:clamp(8rem, 11.2173913043vw, 12.9rem)}.page.privacy-policy .privacyPolicy_content{max-width:80rem;margin-inline:auto}.page.privacy-policy .privacyPolicy_content .desc{font-weight:500;line-height:2.125;margin-bottom:clamp(4.8rem, 4.4347826087vw, 5.1rem)}.page.privacy-policy .privacyPolicy_content .read{line-height:2.125;margin-top:clamp(2.8rem, 2.6956521739vw, 3.1rem);margin-bottom:clamp(4.8rem, 4.4347826087vw, 5.1rem)}.page.privacy-policy .privacyPolicy_content .heading2{font-size:clamp(2.2rem, 2.0869565217vw, 2.4rem);font-weight:600;line-height:1.5;letter-spacing:.04em;color:var(--color-text);padding:1.4rem 1.8rem;border-radius:.5rem;background-color:var(--color-gray);position:relative;z-index:1;margin-bottom:clamp(2.8rem, 2.6956521739vw, 3.1rem)}.page.privacy-policy .privacyPolicy_content .heading2:before{content:"";width:.7rem;height:.7rem;background-color:var(--color-accent);border-radius:0 50% 50% 0;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.page.privacy-policy .privacyPolicy_content .companySign{font-size:clamp(1.6rem, 1.5652173913vw, 1.8rem);font-weight:500;line-height:1.8888888889;margin-block:var(--leading-trim)}.page.privacy-policy .p-footer_contactBox{display:none}.page.privacy-policy .p-footer_main .p-loopText{display:none}.page.page-template-page-recruit{background-color:var(--color-main)}.page.page-template-page-recruit .p-breadcrumb{padding-inline:clamp(2.5rem, 4.6956521739vw, 5.4rem);padding-top:2.9rem;position:relative;z-index:2}.page.page-template-page-recruit .p-breadcrumb_inner :where(span,a){color:rgba(255,255,255,.7)}.page.page-template-page-recruit .p-breadcrumb_inner>span:has(a){color:#fff}.page.page-template-page-recruit .p-breadcrumb_inner>span:has(a) a,.page.page-template-page-recruit .p-breadcrumb_inner>span:has(a) span{color:#fff}.page.page-template-page-recruit .p-breadcrumb_inner>span:has(a) .current-item{color:#fff}.page.page-template-page-recruit .p-breadcrumb_inner>span:has(a) .current-item span{color:#fff}.page.page-template-page-recruit .p-breadcrumb_inner>span:has(a):not(:last-child):after{background-color:#fff}.page.page-template-page-recruit .recruitAbout{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/recruit_about_bg.jpg);background-repeat:no-repeat;background-size:cover;background-position:center right;margin-top:clamp(-25.8rem, -13.7391304348vw, -6rem);position:relative;z-index:1}.page.page-template-page-recruit .recruitAbout:before{content:"Recruit";font-size:clamp(7rem, 14.7826086957vw, 17rem);font-family:var(--font-roboto);font-weight:100;line-height:1;letter-spacing:.02em;color:#fff;opacity:.1;position:absolute;top:clamp(8rem, 20.8695652174vw, 24rem);right:-3rem;z-index:-1;-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr}.page.page-template-page-recruit .recruitAbout_inner{padding-top:clamp(18.8rem, 24vw, 27.6rem);padding-bottom:clamp(8rem, 10.0869565217vw, 11.6rem)}.page.page-template-page-recruit .recruitAbout_content{max-width:57rem;margin-left:auto}.page.page-template-page-recruit .recruitAbout .heading{display:block;font-size:clamp(2.4rem, 3.4782608696vw, 4rem);line-height:1.625;font-weight:500;letter-spacing:.04em;color:#fff;margin-block:var(--leading-trim);padding-bottom:clamp(4.6rem, 7.652173913vw, 8.8rem)}.page.page-template-page-recruit .recruitAbout .heading mark{color:#fff;background-repeat:no-repeat;background-size:contain;background-position:bottom center;padding-bottom:.8rem}.page.page-template-page-recruit .recruitAbout .heading .mark01{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/recruit_about_line01.png)}.page.page-template-page-recruit .recruitAbout .heading .mark02{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/recruit_about_line02.png)}.page.page-template-page-recruit .recruitAbout .subTitle{font-size:clamp(1.8rem, 2.0869565217vw, 2.4rem);font-weight:500;line-height:1.6111111111;letter-spacing:.04em;color:#fff;margin-block:var(--leading-trim);padding-bottom:clamp(3.9rem, 3.7391304348vw, 4.3rem)}.page.page-template-page-recruit .recruitAbout .read{color:#fff;line-height:1.7;margin-block:var(--leading-trim)}.page.page-template-page-recruit .recruitAbout .read strong{font-size:clamp(1.4rem, 1.5652173913vw, 1.8rem);font-weight:600}.page.page-template-page-recruit .recruitBenefit{position:relative;z-index:1;background-color:#fff}.page.page-template-page-recruit .recruitBenefit:before{content:"Benefit";font-size:clamp(7rem, 14.7826086957vw, 17rem);font-family:var(--font-roboto);font-weight:100;line-height:.7117647059;letter-spacing:.02em;color:var(--color-main);opacity:.1;position:absolute;top:5.1rem;left:-.7rem;z-index:-1;-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr}.page.page-template-page-recruit .recruitBenefit_inner{max-width:80rem;padding-top:clamp(6.8rem, 13.8260869565vw, 15.9rem)}.page.page-template-page-recruit .recruitBenefit .p-secHeading{margin-bottom:clamp(2.7rem, 3.8260869565vw, 4.4rem)}.page.page-template-page-recruit .recruitBenefit_head{margin-bottom:clamp(3.9rem, 4.347826087vw, 5rem)}.page.page-template-page-recruit .recruitBenefit_head .heading3{font-size:clamp(1.8rem, 2.0869565217vw, 2.4rem);font-weight:600;lighting-color:1.6;letter-spacing:.04em;text-align:center;margin-bottom:1.2rem}.page.page-template-page-recruit .recruitBenefit_head .read{text-align:center;margin-bottom:3.3rem}.page.page-template-page-recruit .recruitBenefit_head .photo{border-radius:.5rem;overflow:hidden}.page.page-template-page-recruit .recruitBenefit_list .listItem{display:grid;grid-template-columns:auto 1fr;gap:.9rem}.page.page-template-page-recruit .recruitBenefit_list dt,.page.page-template-page-recruit .recruitBenefit_list dd{padding-top:clamp(1.8rem, 2.347826087vw, 2.7rem);padding-bottom:clamp(1.8rem, 2.347826087vw, 2.7rem)}.page.page-template-page-recruit .recruitBenefit_list dl:first-child dt,.page.page-template-page-recruit .recruitBenefit_list dl:first-child dd{padding-top:0}.page.page-template-page-recruit .recruitBenefit_list dt{width:15rem;border-bottom:solid .1rem var(--color-accent);font-size:clamp(1.6rem, 1.5652173913vw, 1.8rem);font-weight:500;line-height:1.9444444444;letter-spacing:.06em}.page.page-template-page-recruit .recruitBenefit_list dd{border-bottom:solid .1rem #dedede;font-size:1.6rem;font-weight:400;line-height:2}.page.page-template-page-recruit .recruitBenefit_list dd>a{font-size:1.6rem;font-weight:400;line-height:2;color:var(--color-text)}.page.page-template-page-recruit .recruitBenefit_list dd p{font-size:1.6rem;font-weight:400;line-height:2}.page.page-template-page-recruit .recruitGuideline{background-color:#fff;position:relative;z-index:1}.page.page-template-page-recruit .recruitGuideline:before{content:"Guideline";font-size:clamp(7rem, 14.7826086957vw, 17rem);font-family:var(--font-roboto);font-weight:100;line-height:.7117647059;letter-spacing:.02em;color:var(--color-main);opacity:.1;position:absolute;top:clamp(4rem, 10.8695652174vw, 12.5rem);left:-.7rem;z-index:-1;-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr}.page.page-template-page-recruit .recruitGuideline_inner{max-width:80rem;padding-top:clamp(9rem, 12.4347826087vw, 14.3rem);padding-bottom:clamp(7.6rem, 7.8260869565vw, 9rem)}.page.page-template-page-recruit .recruitGuideline .p-secHeading{margin-bottom:clamp(3rem, 4.347826087vw, 5rem)}.page.page-template-page-recruit .recruitGuideline .btnBox{display:-webkit-box;display:-ms-flexbox;display:flex;gap:clamp(0.6rem, 0.8695652174vw, 1rem);overflow:hidden;margin-bottom:-.1rem}.page.page-template-page-recruit .recruitGuideline .tab-button{-webkit-box-flex:1;-ms-flex:1;flex:1;height:clamp(4.2rem, 5.3913043478vw, 6.2rem);text-align:center;cursor:pointer;font-size:clamp(1.8rem, 1.9130434783vw, 2.2rem);font-family:var(--font-main);font-weight:500;color:#8c8c8c;background-color:#ededed;border:solid #cecece;border-width:.1rem;border-radius:.5rem .5rem 0 0;outline:none;-webkit-transition:background-color .3s;transition:background-color .3s}.page.page-template-page-recruit .recruitGuideline .tab-button.active{background-color:#fff;font-weight:700;color:var(--color-accent);border-width:.1rem .1rem 0}.page.page-template-page-recruit .recruitGuideline .listBox{display:none;background-color:#fff;padding:clamp(3rem, 6.0869565217vw, 7rem) clamp(2.5rem, 4.347826087vw, 5rem) clamp(3.2rem, 5.2173913043vw, 6rem);border:solid .1rem #cecece;border-radius:0 0 .5rem .5rem}.page.page-template-page-recruit .recruitGuideline .listBox.active{display:block}.page.page-template-page-recruit .recruitGuideline .listItem{display:grid;grid-template-columns:auto 1fr;gap:.9rem}.page.page-template-page-recruit .recruitGuideline .listItem-list:nth-of-type(n+2){margin-top:7rem}.page.page-template-page-recruit .recruitGuideline dt,.page.page-template-page-recruit .recruitGuideline dd{padding-top:clamp(1.8rem, 2.347826087vw, 2.7rem);padding-bottom:clamp(1.8rem, 2.347826087vw, 2.7rem)}.page.page-template-page-recruit .recruitGuideline dl:first-child dt,.page.page-template-page-recruit .recruitGuideline dl:first-child dd{padding-top:0}.page.page-template-page-recruit .recruitGuideline dt{width:15rem;border-bottom:solid .1rem var(--color-accent);font-size:clamp(1.6rem, 1.5652173913vw, 1.8rem);font-weight:500;line-height:1.9444444444;letter-spacing:.06em}.page.page-template-page-recruit .recruitGuideline dd{border-bottom:solid .1rem #dedede;font-size:1.6rem;font-weight:400;line-height:2}.page.page-template-page-recruit .recruitGuideline dd>a{font-size:1.6rem;font-weight:400;line-height:2;color:var(--color-text)}.page.page-template-page-recruit .recruitGuideline dd p{font-size:1.6rem;font-weight:400;line-height:2}.page.page-template-page-recruit .contactWrap{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/bg_dot.png);background-repeat:repeat;background-size:contain;background-color:#f5f6f7;position:relative;z-index:1}.page.page-template-page-recruit .contactWrap:before{content:"Entry Form";font-size:clamp(7rem, 14.7826086957vw, 17rem);font-family:var(--font-roboto);font-weight:100;line-height:.7117647059;letter-spacing:.02em;color:var(--color-main);opacity:.1;position:absolute;top:clamp(6.8rem, 10.347826087vw, 11.9rem);left:-.7rem;z-index:-1;-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr}.page.page-template-page-recruit .contactWrap_inner{padding-top:clamp(6.8rem, 11.7391304348vw, 13.5rem);padding-bottom:clamp(5rem, 16.347826087vw, 18.8rem)}.page.page-template-page-recruit .contactWrap_wrap{background-color:#fff;padding:clamp(5rem, 8.6956521739vw, 10rem) clamp(2rem, 13.0434782609vw, 15rem);border-radius:.5rem}.page.page-template-page-recruit .contactWrap_head{margin-bottom:clamp(3.9rem, 4.5217391304vw, 5.2rem)}.page.page-template-page-recruit .contactWrap_head .p-secHeading{margin-bottom:clamp(2.4rem, 3.1304347826vw, 3.6rem)}.page.page-template-page-recruit .contactWrap_head .read{line-height:2.125;letter-spacing:.04em;text-align:center;margin-block:var(--leading-trim)}.page.page-template-page-recruit .contactWrap_form .item{display:grid;grid-template-columns:22.5rem 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:clamp(1rem, 1.7391304348vw, 2rem)}.page.page-template-page-recruit .contactWrap_form .item:has(textarea){-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.page.page-template-page-recruit .contactWrap_form .item:has(textarea) .title{margin-top:1.6rem}.page.page-template-page-recruit .contactWrap_form .item:has(.agree){grid-template-columns:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:clamp(3.5rem, 3.8260869565vw, 4.4rem)}.page.page-template-page-recruit .contactWrap_form .item:has(.submitBox){grid-template-columns:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:clamp(3.5rem, 3.7391304348vw, 4.3rem)}.page.page-template-page-recruit .contactWrap_form .item:not(:last-child){margin-bottom:2.7rem}.page.page-template-page-recruit .contactWrap_form .item .inputBox{line-height:1}.page.page-template-page-recruit .contactWrap_form .item input[type=text],.page.page-template-page-recruit .contactWrap_form .item input[type=tel],.page.page-template-page-recruit .contactWrap_form .item input[type=email],.page.page-template-page-recruit .contactWrap_form .item textarea{width:100%;background-color:#f5f6f7;border:solid .1rem #dedede;border-radius:.5rem;padding:1.7rem 1.8rem 1.6rem;font-size:1.6rem;font-weight:400;line-height:.75;letter-spacing:.04em;color:#0e0e0e;-webkit-box-sizing:border-box;box-sizing:border-box}.page.page-template-page-recruit .contactWrap_form .item input[type=text]::-webkit-input-placeholder,.page.page-template-page-recruit .contactWrap_form .item input[type=tel]::-webkit-input-placeholder,.page.page-template-page-recruit .contactWrap_form .item input[type=email]::-webkit-input-placeholder,.page.page-template-page-recruit .contactWrap_form .item textarea::-webkit-input-placeholder{font-weight:500;color:#c7c7c7}.page.page-template-page-recruit .contactWrap_form .item input[type=text]::-moz-placeholder,.page.page-template-page-recruit .contactWrap_form .item input[type=tel]::-moz-placeholder,.page.page-template-page-recruit .contactWrap_form .item input[type=email]::-moz-placeholder,.page.page-template-page-recruit .contactWrap_form .item textarea::-moz-placeholder{font-weight:500;color:#c7c7c7}.page.page-template-page-recruit .contactWrap_form .item input[type=text]:-ms-input-placeholder,.page.page-template-page-recruit .contactWrap_form .item input[type=tel]:-ms-input-placeholder,.page.page-template-page-recruit .contactWrap_form .item input[type=email]:-ms-input-placeholder,.page.page-template-page-recruit .contactWrap_form .item textarea:-ms-input-placeholder{font-weight:500;color:#c7c7c7}.page.page-template-page-recruit .contactWrap_form .item input[type=text]::-ms-input-placeholder,.page.page-template-page-recruit .contactWrap_form .item input[type=tel]::-ms-input-placeholder,.page.page-template-page-recruit .contactWrap_form .item input[type=email]::-ms-input-placeholder,.page.page-template-page-recruit .contactWrap_form .item textarea::-ms-input-placeholder{font-weight:500;color:#c7c7c7}.page.page-template-page-recruit .contactWrap_form .item input[type=text]::placeholder,.page.page-template-page-recruit .contactWrap_form .item input[type=tel]::placeholder,.page.page-template-page-recruit .contactWrap_form .item input[type=email]::placeholder,.page.page-template-page-recruit .contactWrap_form .item textarea::placeholder{font-weight:500;color:#c7c7c7}.page.page-template-page-recruit .contactWrap_form .item textarea{padding:.7rem 1.8rem .6rem !important;line-height:2.25;height:22.4rem;letter-spacing:.04em}.page.page-template-page-recruit .contactWrap_form .item .wpcf7-radio .wpcf7-list-item{display:inline-block;margin:0}.page.page-template-page-recruit .contactWrap_form .item .wpcf7-radio .wpcf7-list-item:not(:last-child){margin-right:clamp(2.4rem, 2.6956521739vw, 3.1rem)}.page.page-template-page-recruit .contactWrap_form .item .wpcf7-list-item label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.7rem}.page.page-template-page-recruit .contactWrap_form .item .wpcf7-radio .wpcf7-list-item-label{font-size:1.6rem;font-weight:500;letter-spacing:.04em;line-height:1}.page.page-template-page-recruit .contactWrap_form .item input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:1.4rem;height:1.4rem;border-radius:50%;border:solid .1rem #dedede;background-color:#f5f6f7;margin:0}.page.page-template-page-recruit .contactWrap_form .item input[type=radio]:checked:after{content:"";position:absolute;width:.8rem;height:.8rem;border-radius:50%;background-color:#e60012;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.page.page-template-page-recruit .contactWrap_form .item .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:clamp(0.9rem, 0.9565217391vw, 1.1rem);font-size:clamp(1.6rem, 1.5652173913vw, 1.8rem);font-weight:600;line-height:1;letter-spacing:.04em;color:#0e0e0e}.page.page-template-page-recruit .contactWrap_form .item .title small.required{font-size:clamp(1rem, 1.0434782609vw, 1.2rem);font-weight:600;line-height:.75;letter-spacing:.04em;color:#e60012}.page.page-template-page-recruit .contactWrap_form .agree{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:clamp(0.8rem, 1.0434782609vw, 1.2rem)}.page.page-template-page-recruit .contactWrap_form .agree .wpcf7-list-item{margin:0}.page.page-template-page-recruit .contactWrap_form .agree .wpcf7-list-item label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1.2rem}.page.page-template-page-recruit .contactWrap_form .agree input[type=checkbox]{margin:0 !important;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;display:block;height:auto}.page.page-template-page-recruit .contactWrap_form .agree input[type=checkbox]:before{content:"";display:inline-block;width:1.8rem;height:1.8rem;border-radius:.5rem;border:solid .1rem #dedede;background-color:#f5f6f7}.page.page-template-page-recruit .contactWrap_form .agree input[type=checkbox]:after{content:"";display:none;position:absolute;top:.2rem;left:.7rem;-webkit-transform:rotate(50deg);transform:rotate(50deg);width:.4rem;height:1rem;border-right:.2rem solid #0e0e0e;border-bottom:.2rem solid #0e0e0e}.page.page-template-page-recruit .contactWrap_form .agree input[type=checkbox]:checked:after{display:block}.page.page-template-page-recruit .contactWrap_form .agree .wpcf7-list-item-label{font-size:1.6rem;font-weight:400;line-height:.75;letter-spacing:.04em;color:#0e0e0e}.page.page-template-page-recruit .contactWrap_form .agree .wpcf7-list-item-label a{display:inline-block;font-size:1.6rem;font-weight:400;line-height:.75;letter-spacing:.04em;color:#e60012;text-decoration:underline}.page.page-template-page-recruit .contactWrap_form .agree .wpcf7-list-item-label:before,.page.page-template-page-recruit .contactWrap_form .agree .wpcf7-list-item-label:after{display:none}.page.page-template-page-recruit .contactWrap_form .submitBox{width:32rem;height:6.6rem;margin-inline:auto;background-color:#e60012;border:solid .1rem #e60012;border-radius:.5rem;overflow:hidden;position:relative;z-index:1;-webkit-transition:.2s linear;transition:.2s linear}.page.page-template-page-recruit .contactWrap_form .submitBox input[type=submit]{font-size:1.8rem;font-weight:600;line-height:1;letter-spacing:.04em;color:#fff;background-color:initial;border:none;padding:0;width:100%;height:100%;display:grid;place-items:center}.page.page-template-page-recruit .contactWrap_form .submitBox:hover,.page.page-template-page-recruit .contactWrap_form .submitBox:focus{background-color:#fff}.page.page-template-page-recruit .contactWrap_form .submitBox:hover input[type=submit],.page.page-template-page-recruit .contactWrap_form .submitBox:focus input[type=submit]{color:#e60012}.page.page-template-page-recruit .contactWrap .wpcf7-response-output{display:none}.page.page-template-page-recruit .contactWrap_confirm .item{display:grid;grid-template-columns:18.6rem 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem}.page.page-template-page-recruit .contactWrap_confirm .item:has(.submitCheckBox){grid-template-columns:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:clamp(4rem, 6.9565217391vw, 8rem)}.page.page-template-page-recruit .contactWrap_confirm .item .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:clamp(0.9rem, 0.9565217391vw, 1.1rem);font-size:clamp(1.6rem, 1.5652173913vw, 1.8rem);font-weight:600;line-height:1;letter-spacing:.04em;color:#0e0e0e;border-bottom:solid .2rem var(--color-accent);padding:3rem 1rem}.page.page-template-page-recruit .contactWrap_confirm .item .inputBox{font-size:clamp(1.6rem, 1.5652173913vw, 1.8rem);border-bottom:solid .2rem #f5f6f7;line-height:1;padding:3rem 1rem}.page.page-template-page-recruit .contactWrap_confirm .submitCheckBox{display:grid;grid-template-columns:auto auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2rem}.page.page-template-page-recruit .contactWrap_confirm .submitCheckBox input[type=submit],.page.page-template-page-recruit .contactWrap_confirm .submitCheckBox input[type=button]{width:32rem;height:6.6rem;background-color:#e60012;border:solid .1rem #e60012;border-radius:.5rem;font-size:1.8rem;font-weight:600;line-height:1;letter-spacing:.04em;color:#fff;display:grid;place-items:center;overflow:hidden;position:relative;z-index:1;cursor:pointer}.page.page-template-page-recruit .contactWrap_confirm .submitCheckBox input[type=button]{background-color:#2b2b2b;border:solid .1rem #2b2b2b}.page.page-template-page-recruit .contactWrap_confirm .submitCheckBox .wpcf7-spinner,.page.page-template-page-recruit .contactWrap_confirm .submitCheckBox .wpcf7-multistep,.page.page-template-page-recruit .contactWrap_confirm .submitCheckBox .cf7msm-no-ss{display:none}.page.page-template-page-strength{background-color:var(--color-main)}.page.page-template-page-strength .p-breadcrumb{width:100%;padding-inline:clamp(2.5rem, 4.6956521739vw, 5.4rem);padding-top:clamp(2.7rem, 2.6086956522vw, 3rem);position:absolute;z-index:2}.page.page-template-page-strength .p-breadcrumb :where(span,a){color:rgba(255,255,255,.7)}.page.page-template-page-strength .p-breadcrumb>span:has(a){color:#fff}.page.page-template-page-strength .p-breadcrumb>span:has(a) a,.page.page-template-page-strength .p-breadcrumb>span:has(a) span{color:#fff}.page.page-template-page-strength .p-breadcrumb>span:has(a) .current-item{color:#fff}.page.page-template-page-strength .p-breadcrumb>span:has(a) .current-item span{color:#fff}.page.page-template-page-strength .p-breadcrumb>span:has(a):not(:last-child):after{background-color:#fff}.page.page-template-page-strength .strengthIntroduce{background-color:var(--color-main);position:relative;z-index:1;overflow:hidden;margin-top:clamp(-13.8rem, -12vw, -5.9rem)}.page.page-template-page-strength .strengthIntroduce:before{content:"Introduce";font-size:clamp(7rem, 14.7826086957vw, 17rem);font-family:var(--font-roboto);font-weight:100;line-height:.7117647059;letter-spacing:.02em;color:#fff;opacity:.13;position:absolute;top:18.2rem;left:-.7rem;-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr}.page.page-template-page-strength .strengthIntroduce_inner{padding-top:clamp(15.2rem, 29.1304347826vw, 33.5rem);padding-bottom:clamp(22.7rem, 50.6956521739vw, 58.3rem);position:relative;z-index:1}.page.page-template-page-strength .strengthIntroduce_inner:before{content:"";background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/strength_about_decora.png);background-repeat:no-repeat;background-size:100%;width:100vw;height:auto;aspect-ratio:1440/662;position:absolute;top:clamp(13.7rem, 20.6086956522vw, 23.7rem);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:2}.page.page-template-page-strength .strengthIntroduce_inner:after{content:"";background-image:-webkit-gradient(linear,left top,left bottom,from(#2b2b2b),color-stop(12%,rgba(43,43,43,.86)),to(rgba(43,43,43,.4)));background-image:-webkit-linear-gradient(top,#2b2b2b 0%,rgba(43,43,43,.86) 12%,rgba(43,43,43,.4) 100%);background-image:linear-gradient(to bottom,#2b2b2b 0%,rgba(43,43,43,.86) 12%,rgba(43,43,43,.4) 100%);width:100vw;height:100%;margin:0 calc(50% - 50vw);position:absolute;inset:0;z-index:1}.page.page-template-page-strength .strengthIntroduce_content{width:clamp(32.3rem, 56.1739130435vw, 64.6rem);position:relative;z-index:3}.page.page-template-page-strength .strengthIntroduce_content .heading{line-height:1}.page.page-template-page-strength .strengthIntroduce_content .heading .en{display:block;font-size:1.4rem;font-family:var(--font-roboto);font-weight:400;line-height:.7142857143;letter-spacing:.02em;color:var(--color-accent);margin-bottom:clamp(2.7rem, 4.1739130435vw, 4.8rem)}.page.page-template-page-strength .strengthIntroduce_content .heading .en:before{content:"";display:inline-block;width:clamp(0.3rem, 0.347826087vw, 0.4rem);height:clamp(0.3rem, 0.347826087vw, 0.4rem);border-radius:50%;background-color:var(--color-accent);margin-right:.7rem;margin-block:var(--leading-trim)}.page.page-template-page-strength .strengthIntroduce_content .heading .ja{display:block;font-size:clamp(2.4rem, 3.4782608696vw, 4rem);line-height:1.625;font-weight:500;letter-spacing:.04em;color:#fff;margin-block:var(--leading-trim)}.page.page-template-page-strength .strengthIntroduce_content .heading .ja mark{color:#fff;background-repeat:no-repeat;background-size:contain;background-position:bottom center;padding-bottom:.8rem}.page.page-template-page-strength .strengthIntroduce_content .heading .ja mark:nth-child(1){background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/strength_about_heading_line01.png)}.page.page-template-page-strength .strengthIntroduce_content .heading .ja mark:nth-child(2){background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/strength_about_heading_line02.png)}.page.page-template-page-strength .strengthIntroduce_content .read{color:#fff;margin-top:clamp(3rem, 3.4782608696vw, 4rem)}.page.page-template-page-strength .strengthIntroduce .photoBox{width:clamp(29.2rem, 59.7222222222vw, 86rem);position:absolute;top:0;right:-12rem;z-index:-2}.page.page-template-page-strength .strengthIntroduce .photoBox_inner{display:grid;grid-template-columns:50% 50%;gap:clamp(0.9rem, 2.2608695652vw, 2.6rem);-webkit-transform:rotate(30deg);transform:rotate(30deg)}.page.page-template-page-strength .strengthIntroduce .photoBox .photo.sliderUp div{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.page.page-template-page-strength .strengthIntroduce .photoBox .photo .slick-track img{margin-bottom:clamp(0.8rem, 2.0869565217vw, 2.4rem)}.page.page-template-page-strength .strengthIntroduce .photoBox .photo:nth-child(2){margin-top:clamp(-10.5rem, -9.1304347826vw, -3.5rem)}.page.page-template-page-strength .strengthList{margin-top:clamp(-32rem, -27.8260869565vw, -5.4rem);position:relative;z-index:2}.page.page-template-page-strength .strengthList_inner{padding-bottom:clamp(12.4rem, 15.4782608696vw, 17.8rem)}.page.page-template-page-strength .strengthList_item{position:relative;z-index:1;padding-block:clamp(4.4rem, 9.652173913vw, 11.1rem)}.page.page-template-page-strength .strengthList_item:not(:last-child){margin-bottom:clamp(4.4rem, 6.8695652174vw, 7.9rem)}.page.page-template-page-strength .strengthList_item:nth-child(3){-webkit-padding-after:clamp(4.4rem, 8.7826086957vw, 10.1rem);padding-block-end:clamp(4.4rem, 8.7826086957vw, 10.1rem)}.page.page-template-page-strength .strengthList_item:before{content:"";background-color:#fff;width:auto;height:100%;position:absolute;inset:0;z-index:-1;margin-left:clamp(-12.6rem, -8.75vw, -3.2rem);margin-right:calc(50% - 50vw);border-radius:.5rem 0 0 .5rem}.page.page-template-page-strength .strengthList_item:after{content:"";background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/bg_dot02.png);background-repeat:repeat;background-size:contain;width:auto;height:100%;position:absolute;inset:0;z-index:-1;margin-left:clamp(-12.6rem, -8.75vw, -3.2rem);margin-right:calc(50% - 50vw);border-radius:.5rem 0 0 .5rem}.page.page-template-page-strength .strengthList_item:nth-child(even):before{margin-left:calc(50% - 50vw);margin-right:clamp(-12.6rem, -8.75vw, -3.2rem);border-radius:0 .5rem .5rem 0}.page.page-template-page-strength .strengthList_item:nth-child(even):after{margin-left:calc(50% - 50vw);margin-right:clamp(-12.6rem, -8.75vw, -3.2rem)}.page.page-template-page-strength .strengthList_item .flexBox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:clamp(2.5rem, 10vw, 11.5rem)}.page.page-template-page-strength .strengthList_item:nth-child(even) .flexBox{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.page.page-template-page-strength .strengthList_item:nth-child(even) .flexBox .detailBox{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.page.page-template-page-strength .strengthList_item:nth-child(even) .flexBox .photoBox{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.page.page-template-page-strength .strengthList_item .detailBox{-webkit-box-flex:1;-ms-flex:1;flex:1}.page.page-template-page-strength .strengthList_item .detailBox .titleBox{display:grid;grid-template-columns:auto 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:clamp(1.2rem, 1.3043478261vw, 1.5rem);margin-bottom:clamp(2.5rem, 5.652173913vw, 6.5rem)}.page.page-template-page-strength .strengthList_item .detailBox .titleBox.gap8{gap:clamp(0.7rem, 0.6956521739vw, 0.8rem)}.page.page-template-page-strength .strengthList_item .detailBox .number{font-size:clamp(5rem, 8.1739130435vw, 9.4rem);font-family:var(--font-roboto);font-weight:100;line-height:.7127659574;letter-spacing:.02em;color:var(--color-accent)}.page.page-template-page-strength .strengthList_item .detailBox .heading2{font-size:clamp(2rem, 2.4347826087vw, 2.8rem);font-weight:500;line-height:1.4642857143;letter-spacing:.03em;margin-block:var(--leading-trim);white-space:nowrap}.page.page-template-page-strength .strengthList_item .detailBox .read{margin-block:var(--leading-trim)}.page.page-template-page-strength .strengthList_item .detailBox .read a{color:var(--color-accent);font-weight:400;text-decoration:underline;text-underline-offset:.2rem}.page.page-template-page-strength .strengthList_item .detailBox .read:not(:last-child){margin-bottom:clamp(0rem, 1.9130434783vw, 2.2rem)}.page.page-template-page-strength .strengthList_item .headBox{display:grid;grid-template-columns:auto auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:3rem;margin-bottom:clamp(3.6rem, 4.8695652174vw, 5.6rem)}.page.page-template-page-strength .strengthList_item .headBox .titleBox{display:grid;grid-template-columns:auto 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:clamp(1.2rem, 1.3043478261vw, 1.5rem)}.page.page-template-page-strength .strengthList_item .headBox .number{font-size:clamp(5rem, 8.1739130435vw, 9.4rem);font-family:var(--font-roboto);font-weight:100;line-height:.7127659574;letter-spacing:.02em;color:var(--color-accent)}.page.page-template-page-strength .strengthList_item .headBox .heading2{font-size:clamp(1.8rem, 2.4347826087vw, 2.8rem);font-weight:500;line-height:1.4642857143;letter-spacing:.03em}.page.page-template-page-strength .strengthList_item .headBox .read{max-width:50.1rem;margin-block:var(--leading-trim)}.page.page-template-page-strength .strengthList_item .photoBox{width:clamp(30rem, 43.4782608696vw, 50rem)}.page.page-template-page-strength .strengthList_item .photoBox img{border-radius:.5rem}.page.page-template-page-strength .strengthList_item .photoBox .border img{border:solid .1rem #dedede}.page.page-template-page-strength .strengthList_item .photoBox video{width:100%;height:100%;aspect-ratio:500/392;background-color:#000}.page.page-template-page-strength .strengthList_item .slick-slide{border-radius:.5rem;overflow:hidden}.page.page-template-page-strength .strengthList_item .slick-prev,.page.page-template-page-strength .strengthList_item .slick-next{background-color:#fff;width:clamp(4.2rem, 6.0869565217vw, 7rem);height:clamp(4.2rem, 6.0869565217vw, 7rem);border-radius:50%;z-index:2;-webkit-transition:.2s linear;transition:.2s linear}.page.page-template-page-strength .strengthList_item .slick-prev:before,.page.page-template-page-strength .strengthList_item .slick-next:before{content:"";background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/icon_arrow_bk.svg);background-repeat:no-repeat;background-size:contain;width:clamp(0.8rem, 1.1304347826vw, 1.3rem);aspect-ratio:13/13;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.page.page-template-page-strength .strengthList_item .slick-prev:hover,.page.page-template-page-strength .strengthList_item .slick-prev:focus,.page.page-template-page-strength .strengthList_item .slick-next:hover,.page.page-template-page-strength .strengthList_item .slick-next:focus{background-color:#ebebeb}.page.page-template-page-strength .strengthList_item .slick-prev{left:clamp(-3.5rem, -3.0434782609vw, -2.1rem)}.page.page-template-page-strength .strengthList_item .slick-prev:before{-webkit-transform:translate(-50%,-50%) rotate(180deg);transform:translate(-50%,-50%) rotate(180deg)}.page.page-template-page-strength .strengthList_item .slick-next{right:clamp(-3.5rem, -3.0434782609vw, -2.1rem)}.page.page-template-page-strength .strengthList_item .listBox{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(2rem, 2.4347826087vw, 2.8rem)}.page.page-template-page-strength .strengthList_item .listBox .listItem{padding:1rem;position:relative;z-index:1}.page.page-template-page-strength .strengthList_item .listBox .inner{padding:clamp(2.4rem, 3.1304347826vw, 3.6rem) clamp(1rem, 2.4347826087vw, 2.8rem) clamp(1rem, 3.2173913043vw, 3.7rem) clamp(2.4rem, 2.5217391304vw, 2.9rem);background-color:#fff}.page.page-template-page-strength .strengthList_item .listBox .lineBox span{display:block;background-color:#dedede;position:absolute;z-index:2;opacity:.5;-webkit-transition:.2s linear;transition:.2s linear}.page.page-template-page-strength .strengthList_item .listBox .lineBox .lineTop{width:calc(100% - 3.9rem);height:.1rem;top:1rem;left:0}.page.page-template-page-strength .strengthList_item .listBox .lineBox .lineRight{width:.1rem;height:calc(100% - 7.2rem);bottom:0;right:1rem}.page.page-template-page-strength .strengthList_item .listBox .lineBox .lineBottom{width:calc(100% - 3.9rem);height:.1rem;bottom:1rem;right:0}.page.page-template-page-strength .strengthList_item .listBox .lineBox .lineLeft{width:.1rem;height:calc(100% - 7.2rem);top:0;left:1rem}.page.page-template-page-strength .strengthList_item .listBox .photo{border-radius:.5rem;overflow:hidden;margin-bottom:clamp(2.4rem, 2.5217391304vw, 2.9rem)}.page.page-template-page-strength .strengthList_item .listBox .heading3{font-size:clamp(1.8rem, 1.7391304348vw, 2rem);font-weight:500;line-height:.75;color:var(--color-accent);letter-spacing:.03em;margin-bottom:2.4rem;text-align:center}.page.page-template-page-strength .strengthList_item .listBox .read{font-size:1.4rem;line-height:1.8571428571;padding-inline:1.2rem;text-align:justify;margin-block:var(--leading-trim)}.page-template-page-thanks .p-breadcrumb,.page-template-page-thanks-entry .p-breadcrumb{width:100%;padding-inline:clamp(2.5rem, 4.6956521739vw, 5.4rem);padding-top:clamp(2.7rem, 2.6086956522vw, 3rem);position:absolute;z-index:2;background-color:#fff}.page-template-page-thanks .thanks,.page-template-page-thanks-entry .thanks{background-color:#fff}.page-template-page-thanks .thanks_inner,.page-template-page-thanks-entry .thanks_inner{padding-top:clamp(10rem, 14.6086956522vw, 16.8rem);padding-bottom:clamp(7.7rem, 14.6086956522vw, 16.8rem)}.page-template-page-thanks .thanks_content .heading2,.page-template-page-thanks-entry .thanks_content .heading2{font-size:2.4rem;font-weight:600;color:var(--color-main);line-height:1.5;letter-spacing:.04em;word-break:keep-all;text-align:center;margin-bottom:1.6rem}.page-template-page-thanks .thanks_content .read,.page-template-page-thanks-entry .thanks_content .read{color:var(--color-text);text-align:center;margin-bottom:clamp(4rem, 3.5928143713vw, 4.8rem)}.page-template-page-thanks .thanks_content .c-btn,.page-template-page-thanks-entry .thanks_content .c-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page-template-page-thanks .thanks_content .c-btn .c-icon--arrow:before,.page-template-page-thanks-entry .thanks_content .c-btn .c-icon--arrow:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.page-template-page-thanks .p-footer_contactBox,.page-template-page-thanks-entry .p-footer_contactBox{display:none}.page-template-page-thanks .p-footer_main .p-loopText,.page-template-page-thanks-entry .p-footer_main .p-loopText{display:none}.home .topKv{background-color:var(--color-gray)}.home .topKv_inner{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/bg_dot.png);background-repeat:repeat;background-size:contain;position:relative;z-index:1}.home .topKv .p-loopText{position:absolute;top:16.7rem;z-index:-1}.home .topKv_head{max-width:144rem;padding-top:clamp(12.8rem, 13.1944444444vw, 19rem);padding-bottom:clamp(4.9rem, 5.4861111111vw, 7.9rem);padding-left:clamp(2.5rem, 7.0833333333vw, 10.2rem);padding-right:2.8rem;margin:0 auto}.home .topKv_head .heading2{font-size:clamp(3rem, 3.3333333333vw, 4.8rem);font-weight:500;line-height:1.3333333333;letter-spacing:.08em;color:var(--color-text);margin-bottom:clamp(1.3rem, 1.7361111111vw, 2.5rem)}.home .topKv_head .heading2 strong{font-weight:500;color:var(--color-accent)}.home .topKv_head .subTitle{font-size:clamp(1.1rem, 1.1111111111vw, 1.6rem);font-family:var(--font-roboto);font-weight:400;line-height:1;color:var(--color-accent);letter-spacing:0}.home .topKv_bottom{height:clamp(49.5rem, 51.8055555556vw, 74.6rem);overflow:hidden;position:relative;z-index:1}.home .topKv_bottom .photo{display:block;width:calc(100% + 0.1rem);height:100%;margin-left:-.1rem}.home .topKv_bottom .photo img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.home .topKv_bottom .scrollDown{width:clamp(9rem, 9.0277777778vw, 13rem);height:clamp(9rem, 9.0277777778vw, 13rem);position:absolute;top:clamp(8.5rem, 12.8472222222vw, 18.5rem);right:clamp(1.3rem, 2.8472222222vw, 4.1rem);z-index:1;-webkit-transition:.2s linear;transition:.2s linear}.home .topKv_bottom .scrollDown:hover,.home .topKv_bottom .scrollDown:focus{-webkit-filter:brightness(80%);filter:brightness(80%)}.home .topKv_bottom .scrollDown:after{content:"";width:100%;height:100%;background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/scroll_down_bg.png);background-repeat:no-repeat;background-size:contain;-webkit-animation:scrollRoll 8s linear infinite;animation:scrollRoll 8s linear infinite;position:absolute;inset:0;z-index:1}.home .topKv_bottom .scrollDown .icon{display:block;width:clamp(2.1rem, 2.0833333333vw, 3rem);height:clamp(2.1rem, 2.0833333333vw, 3rem);background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/scroll_arrow.svg);background-repeat:no-repeat;background-size:contain;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2}@-webkit-keyframes scrollRoll{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes scrollRoll{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.home .topAbout{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/about_bg.jpg);background-repeat:no-repeat;background-size:cover;background-position:center}.home .topAbout_inner{padding-top:clamp(8.7rem, 13.3913043478vw, 15.4rem);padding-bottom:clamp(17.2rem, 27.1304347826vw, 31.2rem);position:relative;z-index:1}.home .topAbout_inner:after{content:"";background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/about_bg_map.png);background-repeat:no-repeat;background-size:contain;width:clamp(57.8rem, 93.7391304348vw, 107.8rem);height:clamp(122.2rem, 149.7391304348vw, 172.2rem);position:absolute;top:10.5rem;right:-19.5rem;z-index:-1}.home .topAbout_content .p-secHeading{margin-bottom:clamp(4rem, 5.9130434783vw, 6.8rem)}.home .topAbout_content .heading3{font-size:clamp(2.4rem, 2.7826086957vw, 3.2rem);font-weight:500;line-height:1.9375;letter-spacing:.04em;color:#fff;margin-bottom:3.4rem}.home .topAbout_content .heading3 mark{color:#fff;background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/about_heading_line01.png);background-repeat:no-repeat;background-size:contain;background-position:bottom center;padding-bottom:.5rem}.home .topAbout_content .read{color:#fff;max-width:50rem;margin-bottom:clamp(5.9rem, 6.5217391304vw, 7.5rem)}.home .topBusiness{background-color:#2b2b2b;background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/business_bg.png);background-repeat:no-repeat;background-size:cover;background-position:top center;margin-top:clamp(-15rem, -13.0434782609vw, -7.9rem);position:relative;z-index:2}.home .topBusiness_inner{padding-top:clamp(16.8rem, 23.8260869565vw, 27.4rem);padding-bottom:clamp(8.9rem, 13.5652173913vw, 15.6rem)}.home .topBusiness_head{margin-bottom:clamp(4.5rem, 6.6956521739vw, 7.7rem);display:grid;grid-template-columns:auto auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4.6rem 2rem}.home .topBusiness_head .desc{font-size:clamp(1.3rem, 1.3913043478vw, 1.6rem);font-weight:400;line-height:2;color:#fff}.home .topBusiness_list{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(2rem, 4.5217391304vw, 5.2rem) clamp(1.3rem, 3.9130434783vw, 4.5rem);-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.home .loopPhoto{position:relative;z-index:1}.home .loopPhoto:after{content:"";background-color:var(--color-main);opacity:.05;width:100%;height:100%;position:absolute;inset:0;z-index:1}.home .loopPhoto .slickPhoto li{width:clamp(24.1rem, 36.5217391304vw, 42rem)}.home .topCase{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/bg_dot.png);background-repeat:repeat;background-size:contain;background-color:#fff}.home .topCase_inner{padding-top:clamp(9.3rem, 11.8260869565vw, 13.6rem);padding-bottom:clamp(19rem, 24.6956521739vw, 28.4rem)}.home .topCase .p-secHeading{margin-bottom:clamp(4.8rem, 5.8260869565vw, 6.7rem)}.home .topCase_list{margin-bottom:clamp(3.8rem, 5.652173913vw, 6.5rem)}.home .topCase .slider{margin-bottom:clamp(3.5rem, 6.7826086957vw, 7.8rem)}.home .topCase .sliderCustom{display:grid;grid-template-columns:1fr auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4.1rem}.home .topCase .sliderCustom .progressBox{width:100%;height:.1rem;background-color:#dedede}.home .topCase .sliderCustom .progress{height:.1rem;background-color:#0e0e0e;width:0;-webkit-transition:width .25s ease-in-out;transition:width .25s ease-in-out;position:relative;z-index:1}.home .topCase .sliderCustom .arrowBox{display:grid;grid-template-columns:auto auto;gap:2.3rem}.home .topCase .sliderCustom .arrowBox .prev,.home .topCase .sliderCustom .arrowBox .next{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/icon_case_arrow.svg);background-repeat:no-repeat;background-size:contain;width:1.8rem;height:1.8rem;cursor:pointer}.home .topCase .sliderCustom .arrowBox .prev{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.home .topCase .slick-slide{width:clamp(29.5rem, 35.652173913vw, 41rem) !important;margin-inline:clamp(0.7rem, 1.5652173913vw, 1.8rem)}.home .topCase .c-btn{display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.home .topStrength{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/strength_bg.png);background-repeat:no-repeat;background-size:cover;margin-top:clamp(-17.3rem, -15.0434782609vw, -10rem)}.home .topStrength_inner{padding-top:clamp(16.1rem, 20vw, 23rem);padding-bottom:clamp(9.6rem, 14.347826087vw, 16.5rem)}.home .topStrength .p-secHeading{margin-bottom:clamp(5.4rem, 4.9565217391vw, 5.7rem)}.home .topStrength_content{display:grid;grid-template-columns:auto auto;gap:clamp(2rem, 4.1739130435vw, 4.8rem);-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.home .topStrength_content .detailBox{padding-top:5.1rem;max-width:50rem}.home .topStrength_content .heading3{font-size:clamp(2.4rem, 2.7826086957vw, 3.2rem);font-weight:500;line-height:.71875;color:#fff;letter-spacing:.04em;text-align:center;margin-bottom:clamp(3.7rem, 4.4347826087vw, 5.1rem);white-space:nowrap}.home .topStrength_content .heading3>span{display:inline-block}.home .topStrength_content .heading3 .firstTitle{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/strength_heading_line01.png);background-repeat:no-repeat;background-size:contain;background-position:bottom center;padding-bottom:2.5rem;padding-inline:clamp(0.3rem, 1.0434782609vw, 1.2rem)}.home .topStrength_content .heading3 .lastTitle{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/strength_heading_line02.png);background-repeat:no-repeat;background-size:contain;background-position:bottom center;padding-bottom:2.5rem;padding-inline:clamp(0.5rem, 1.1304347826vw, 1.3rem)}.home .topStrength_content .heading3 .cros{height:clamp(2.4rem, 2.9565217391vw, 3.4rem);position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:clamp(0.9rem, 0.9565217391vw, 1.1rem);margin-bottom:clamp(1.6rem, 2.1739130435vw, 2.5rem)}.home .topStrength_content .heading3 .cros:before,.home .topStrength_content .heading3 .cros:after{content:"";width:clamp(3.5rem, 4.2608695652vw, 4.9rem);height:.1rem;background-color:#fff;display:block;position:absolute;top:50%;left:50%}.home .topStrength_content .heading3 .cros:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.home .topStrength_content .heading3 .cros:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.home .topStrength_content .read{color:#fff;margin-bottom:clamp(4.4rem, 6vw, 6.9rem)}.home .topStrength_content .photoBox{width:clamp(30rem, 58.0869565217vw, 66.8rem);margin-right:clamp(-11.6rem, -10.0869565217vw, 0rem)}.home .topRecruit{background-color:#2b2b2b;position:relative;z-index:1}.home .topRecruit:before{content:"";width:100%;height:clamp(6.4rem, 14.6086956522vw, 16.8rem);background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(43,43,43,0)),color-stop(46%,rgba(43,43,43,.88)),to(#2b2b2b));background-image:-webkit-linear-gradient(top,rgba(43,43,43,0) 0%,rgba(43,43,43,.88) 46%,#2b2b2b 100%);background-image:linear-gradient(to bottom,rgba(43,43,43,0) 0%,rgba(43,43,43,.88) 46%,#2b2b2b 100%);position:absolute;top:clamp(-12.5rem, -10.8695652174vw, -2.9rem);left:0;z-index:-1}.home .topRecruit_inner{padding-bottom:clamp(8.1rem, 10.6956521739vw, 12.3rem)}.home .topRecruit_content{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/recruit_bg.jpg);background-repeat:no-repeat;background-size:cover;border:solid .3rem #4b4b4b;border-radius:.5rem;overflow:hidden;padding:clamp(4.6rem, 8.1739130435vw, 9.4rem) clamp(1.2rem, 3.5652173913vw, 4.1rem) clamp(2.4rem, 7.3913043478vw, 8.5rem) 2.4rem}.home .topRecruit_content .contentBox{display:block;max-width:47.1rem;margin-left:auto}.home .topRecruit_content .p-secHeading{margin-bottom:clamp(3.2rem, 3.7391304348vw, 4.3rem)}.home .topRecruit_content .heading3{font-size:clamp(1.9rem, 2.0869565217vw, 2.4rem);font-weight:500;line-height:1.5;letter-spacing:.04em;color:#fff;white-space:nowrap;margin-bottom:3rem}.home .topRecruit_content .heading3 mark{color:#fff;background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/recruit_heading_line.png);background-repeat:no-repeat;background-size:contain;background-position:bottom center;padding-bottom:clamp(1.3rem, 1.3043478261vw, 1.5rem)}.home .topRecruit_content .heading3 small{letter-spacing:-.36em}.home .topRecruit_content .read{color:#fff;margin-block:var(--leading-trim);margin-bottom:3.2rem;letter-spacing:.04em}.home .topNews{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(43,43,43,0)),color-stop(10%,rgba(43,43,43,.88)),color-stop(19%,#2b2b2b));background-image:-webkit-linear-gradient(bottom,rgba(43,43,43,0) 0%,rgba(43,43,43,.88) 10%,#2b2b2b 19%);background-image:linear-gradient(to top,rgba(43,43,43,0) 0%,rgba(43,43,43,.88) 10%,#2b2b2b 19%);position:relative;z-index:2}.home .topNews_inner{background-color:#fff;padding-top:clamp(9.2rem, 11.8260869565vw, 13.6rem);padding-bottom:clamp(10.7rem, 11.7391304348vw, 13.5rem);position:relative;z-index:1}.home .topNews_inner:before{content:"";background-color:#fff;width:9.7rem;height:100%;position:absolute;top:0;left:-9.7rem;z-index:-1}.home .topNews_inner:after{content:"";background-color:#fff;width:100vw;height:100%;position:absolute;top:0;right:-100%;z-index:-1}.home .topNews_content{display:grid;grid-template-columns:auto 1fr;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:clamp(4.1rem, 12.1739130435vw, 14rem)}.home .topNews_head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.home .topNews_head .p-secHeading{margin-bottom:clamp(5.9rem, 5.5652173913vw, 6.4rem)}.home .topNews_head .categoryList a{display:block;width:9.3rem;padding:.7rem;border:solid .1rem #dedede;border-radius:3rem;background-color:#fff;font-size:1.4rem;font-weight:400;font-family:var(--font-inter);line-height:1.2142857143;letter-spacing:0;text-align:center;color:var(--color-text);-webkit-transition:.2s linear;transition:.2s linear}.home .topNews_head .categoryList a.current{pointer-events:none}.home .topNews_head .categoryList a:hover,.home .topNews_head .categoryList a:focus{border:solid .1rem var(--color-main)}.home .topNews_head .categoryList a.current:hover,.home .topNews_head .categoryList a.current:focus{border:solid .1rem #dedede}.home .topNews_head .categoryList a:not(:last-child){margin-bottom:1.1rem}.home .topNews_head .categoryList a.current{border:solid .1rem var(--color-text);background-color:var(--color-text);color:#fff}.home .topNews_head .c-btn{margin-top:auto}.home .topNews_article{display:none}.home .topNews_article.current{display:block}.home .topNews_article .p-article .heading{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;text-overflow:ellipsis}.home .p-footer{margin-top:clamp(-15.7rem, -13.652173913vw, 0rem)}@media (min-width:768px) and (max-width:1023px){.tabOnly{display:block !important}}@media (min-width:768px) and (max-width:820px){.page.page-template-page-business-bridge .businessCase_content .p-secHeading .ja,.page.page-template-page-business-resident .businessCase_content .p-secHeading .ja,.page.page-template-page-business-factory .businessCase_content .p-secHeading .ja,.page.page-template-page-business-new-construction .businessCase_content .p-secHeading .ja,.page.page-template-page-business-plant .businessCase_content .p-secHeading .ja,.page.page-template-page-business-waterproof .businessCase_content .p-secHeading .ja,.page.page-template-page-business-water-treatment-facility .businessCase_content .p-secHeading .ja,.page.page-template-page-business-drone .businessCase_content .p-secHeading .ja{font-size:2.4rem}.page-template-archive-case .caseStudyList_content .p-secHeading .ja,.tax-category_case .caseStudyList_content .p-secHeading .ja{font-size:2.4rem}.archive.post-type-archive-post .newsList_inner,.archive.category .newsList_inner{grid-template-columns:17.5rem 1fr;gap:4rem}.archive.post-type-archive-post .newsList_category .p-secHeading .ja,.archive.category .newsList_category .p-secHeading .ja{font-size:2.4rem}}@media screen and (min-width:768px){.pcNone{display:none !important}a[href^="tel:"]{pointer-events:none}}@media screen and (min-width:1500px){.page.page-template-page-strength .strengthIntroduce .photoBox .photo:nth-child(2){margin-top:-17rem}.home .topAbout_inner{padding-bottom:36.2rem}.home .topAbout_inner{padding-bottom:39.2rem}.home .topBusiness{margin-top:-20rem}}@media screen and (min-width:1700px){.page.page-template-page-business-bridge,.page.page-template-page-business-resident,.page.page-template-page-business-factory,.page.page-template-page-business-new-construction,.page.page-template-page-business-plant,.page.page-template-page-business-waterproof,.page.page-template-page-business-water-treatment-facility,.page.page-template-page-business-drone{background-color:var(--color-main)}.page.page-template-page-strength .strengthIntroduce .photoBox .photo:nth-child(2){margin-top:-25rem}}@media screen and (min-width:2000px){.home .topBusiness{margin-top:-23rem}}@media screen and (max-width:1300px){.p-header_menu .subMenu_content:before{right:48rem}.p-header_menu .subMenu_content:after{right:48rem}}@media screen and (max-width:1280px){.home .topAbout_inner:after{right:-10rem}}@media screen and (max-width:1260px){.home .topStrength_content .photoBox{margin-right:-6rem}}@media screen and (max-width:1024px){.page.page-template-page-recruit .recruitAbout{background-position:center right -10rem}.page.page-template-page-recruit .contactWrap_wrap{padding-inline:4rem}.home .topKv_head .heading2{font-size:4rem}.home .topKv_head .subTitle{font-size:1.3rem}.home .topBusiness_head .desc{font-size:1.2rem}.home .topRecruit_content{background-position:center right}.home .topRecruit_content .contentBox{max-width:42rem}.home .p-footer{margin-top:-7rem}}@media screen and (max-width:1000px){.p-card--business .linkBox .heading .en{letter-spacing:0}.page.page-template-page-company .companyOutline:before{display:none}.page.page-template-page-company .companyAccess:before{display:none}.page.page-template-page-recruit .recruitAbout:before{display:none}.page.page-template-page-recruit .recruitBenefit:before{display:none}.page.page-template-page-recruit .recruitGuideline:before{display:none}.page.page-template-page-recruit .contactWrap:before{display:none}.page.page-template-page-strength .strengthIntroduce:before{display:none}}@media screen and (max-width:980px){.p-header{position:initial;padding:0;display:contents}.p-header.active{padding:0}.p-header_content{display:contents}.p-header_content:after{display:none}.p-header_logo{position:fixed;top:2.6rem;left:1.9rem}.p-header_menu{display:none}.p-header.active .p-header_content{padding:0}.p-header.active .p-header_toggleBox{top:1.9rem;right:1.9rem;-webkit-transform:initial;transform:initial}.p-header_toggleBox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:4.8rem;height:4.8rem;position:fixed;top:1.9rem;right:1.9rem;mix-blend-mode:difference}}@media screen and (max-width:900px){.home .topStrength_content .read br.none900{display:none}.home .topStrength_content .photoBox{width:40rem;margin-right:0}}@media screen and (max-width:840px){.page.page-template-page-recruit .recruitAbout{margin-top:-12rem}}@media screen and (max-width:820px){.page.page-template-page-business .businessList_list{gap:2rem 1rem}.page.page-template-page-business-bridge .businessCase_content,.page.page-template-page-business-resident .businessCase_content,.page.page-template-page-business-factory .businessCase_content,.page.page-template-page-business-new-construction .businessCase_content,.page.page-template-page-business-plant .businessCase_content,.page.page-template-page-business-waterproof .businessCase_content,.page.page-template-page-business-water-treatment-facility .businessCase_content,.page.page-template-page-business-drone .businessCase_content{grid-template-columns:20rem 1fr}.page.page-template-page-strength .strengthIntroduce_inner:before{top:23rem}.home .topKv_head .heading2{font-size:3.4rem}.home .topKv_head .subTitle{font-size:1.1rem}.home .topBusiness{margin-top:-11rem}.home .topBusiness_list{gap:2rem 1rem}.home .p-footer{margin-top:-4rem}}@media screen and (max-width:767px){.spNone{display:none !important}html{scroll-padding-top:7rem}p,li,a,dt,dd{line-height:2}.p-article--news:first-child .linkBox{padding-top:clamp(2.8rem, 3.7391304348vw, 4.3rem);border-top:solid .1rem #dedede}.p-article--news .linkBox{display:block}.p-article--news .icon{display:none}.p-breadcrumb_inner :where(span,a) .current-item{width:11.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.p-card--caseSide .lineBox .lineTop{width:calc(100% - 0.8rem);left:-.8rem}.p-card--caseSide .lineBox .lineRight{height:calc(100% - 7.1rem);bottom:-.8rem}.p-card--caseSide .lineBox .lineBottom{width:calc(100% - 0.8rem);right:-.8rem}.p-card--caseSide .lineBox .lineLeft{height:calc(100% - 7.1rem);top:-.8rem}.p-card--caseSide .linkBox:hover+.lineBox .lineTop,.p-card--caseSide .linkBox:focus+.lineBox .lineTop{width:calc(100% + 1.6rem)}.p-card--caseSide .linkBox:hover+.lineBox .lineRight,.p-card--caseSide .linkBox:focus+.lineBox .lineRight{height:calc(100% + 1.6rem)}.p-card--caseSide .linkBox:hover+.lineBox .lineBottom,.p-card--caseSide .linkBox:focus+.lineBox .lineBottom{width:calc(100% + 1.6rem)}.p-card--caseSide .linkBox:hover+.lineBox .lineLeft,.p-card--caseSide .linkBox:focus+.lineBox .lineLeft{height:calc(100% + 1.6rem)}.p-card--caseSide .linkBox{grid-template-columns:auto}.p-card--caseSide .icon{display:none}.p-card--business .lineBox .lineTop{height:.06rem;width:calc(100% - 1.4rem)}.p-card--business .lineBox .lineRight{width:.06rem;height:calc(100% - 2.4rem)}.p-card--business .lineBox .lineBottom{height:.06rem;width:calc(100% - 1.4rem)}.p-card--business .lineBox .lineLeft{width:.06rem;height:calc(100% - 2.4rem)}.p-card--business .linkBox .heading .ja{font-size:1.6rem}.p-footer{background-image:initial}.p-footer_contactBox:before{background-color:#4e4e4e}.p-footer_contactBox .inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.p-footer_contactBox .inner:after{display:none}.p-footer_contactBox .p-secHeading{display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.p-footer_contactBox .p-secHeading .ja{margin:0 auto}.p-footer_contactBox .read{text-align:center;white-space:nowrap}.p-footer_main{margin-top:0;background-image:initial}.p-footer_main .p-loopText{top:-4.4rem;margin-bottom:0}.p-footer_main .inner{grid-template-columns:auto;gap:0}.p-footer_info{display:contents}.p-footer_info .logo{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:24.8rem}.p-footer_info .companyList{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-bottom:5rem}.p-footer_info .c-btn{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;margin:0 auto}.p-footer_navi{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;padding-top:0;margin-bottom:5.6rem}.p-footer_naviItem:first-child{border-top:solid .1rem #454545;-webkit-padding-before:3.1rem;padding-block-start:3.1rem}.p-footer_naviItem .subMenu{gap:2.6rem}.p-header .navigation_inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.p-secHeading--english .en.spCenter{margin-inline:auto;text-align:center}.p-secHeading--english .ja.spCenter{margin-inline:auto;text-align:center}.p-secHeading--japanese .ja.spCenter{margin-inline:auto;text-align:center}.p-secHeading--japanese .en.spCenter{margin-inline:auto}.p-loopPhoto_content .slick-track{gap:1.6rem}.p-loopPhoto_content .photo{width:30rem}.p-loopText .heading2 .slick-track,.p-loopText .heading3 .slick-track{gap:4rem}.page-template-page-business .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_business_sp.png)}.page.bridge .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_business01_sp.png)}.page.resident .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_business02_sp.png)}.page.factory .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_business03_sp.png)}.page.new-construction .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_business04_sp.png)}.page.plant .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_business05_sp.png)}.page.waterproof .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_business06_sp.png)}.page.water-treatment-facility .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_business07_sp.png)}.page.drone .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_business08_sp.png)}.page-template-page-strength .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_strength_sp.png)}.page-template-page-company .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_company_sp.png)}.archive.post-type-archive-post .p-pageMv,.archive.category .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_news_sp.png)}.page-template-archive-case .p-pageMv,.tax-category_case .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_case_sp.png)}.page-template-page-recruit .p-pageMv{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/page_mv_recruit_sp.png)}.p-pageMv02_content .category{padding:.7rem 1.3rem}.p-pageMv02_content .category.white{padding:.4rem 1rem}.p-pageMv02_pageTitle .heading .en{line-height:1.1666666667;margin-bottom:1.7rem}.error404 .notFound_content .heading{font-size:4.8rem}.page.page-template-page-business .businessList{margin-top:-6.4rem}.page.page-template-page-business .businessList_list{grid-template-columns:repeat(2,1fr);margin-inline:-1.1rem;gap:2rem 1.3rem}.page.page-template-page-business-bridge,.page.page-template-page-business-resident,.page.page-template-page-business-factory,.page.page-template-page-business-new-construction,.page.page-template-page-business-plant,.page.page-template-page-business-waterproof,.page.page-template-page-business-water-treatment-facility,.page.page-template-page-business-drone{background-color:var(--color-main)}.page.page-template-page-business-bridge .businessAbout,.page.page-template-page-business-resident .businessAbout,.page.page-template-page-business-factory .businessAbout,.page.page-template-page-business-new-construction .businessAbout,.page.page-template-page-business-plant .businessAbout,.page.page-template-page-business-waterproof .businessAbout,.page.page-template-page-business-water-treatment-facility .businessAbout,.page.page-template-page-business-drone .businessAbout{margin-top:-5rem;background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/business_about_bg_sp.jpg)}.page.page-template-page-business-bridge .businessAbout_content,.page.page-template-page-business-resident .businessAbout_content,.page.page-template-page-business-factory .businessAbout_content,.page.page-template-page-business-new-construction .businessAbout_content,.page.page-template-page-business-plant .businessAbout_content,.page.page-template-page-business-waterproof .businessAbout_content,.page.page-template-page-business-water-treatment-facility .businessAbout_content,.page.page-template-page-business-drone .businessAbout_content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0}.page.page-template-page-business-bridge .businessAbout_content .detailBox,.page.page-template-page-business-resident .businessAbout_content .detailBox,.page.page-template-page-business-factory .businessAbout_content .detailBox,.page.page-template-page-business-new-construction .businessAbout_content .detailBox,.page.page-template-page-business-plant .businessAbout_content .detailBox,.page.page-template-page-business-waterproof .businessAbout_content .detailBox,.page.page-template-page-business-water-treatment-facility .businessAbout_content .detailBox,.page.page-template-page-business-drone .businessAbout_content .detailBox{display:contents}.page.page-template-page-business-bridge .businessAbout_content .titleBox,.page.page-template-page-business-resident .businessAbout_content .titleBox,.page.page-template-page-business-factory .businessAbout_content .titleBox,.page.page-template-page-business-new-construction .businessAbout_content .titleBox,.page.page-template-page-business-plant .businessAbout_content .titleBox,.page.page-template-page-business-waterproof .businessAbout_content .titleBox,.page.page-template-page-business-water-treatment-facility .businessAbout_content .titleBox,.page.page-template-page-business-drone .businessAbout_content .titleBox{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.page.page-template-page-business-bridge .businessAbout_content .heading2,.page.page-template-page-business-resident .businessAbout_content .heading2,.page.page-template-page-business-factory .businessAbout_content .heading2,.page.page-template-page-business-new-construction .businessAbout_content .heading2,.page.page-template-page-business-plant .businessAbout_content .heading2,.page.page-template-page-business-waterproof .businessAbout_content .heading2,.page.page-template-page-business-water-treatment-facility .businessAbout_content .heading2,.page.page-template-page-business-drone .businessAbout_content .heading2{font-size:3rem}.page.page-template-page-business-bridge .businessAbout_content .read,.page.page-template-page-business-resident .businessAbout_content .read,.page.page-template-page-business-factory .businessAbout_content .read,.page.page-template-page-business-new-construction .businessAbout_content .read,.page.page-template-page-business-plant .businessAbout_content .read,.page.page-template-page-business-waterproof .businessAbout_content .read,.page.page-template-page-business-water-treatment-facility .businessAbout_content .read,.page.page-template-page-business-drone .businessAbout_content .read{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;text-align:justify}.page.page-template-page-business-bridge .businessAbout_content .listBox,.page.page-template-page-business-resident .businessAbout_content .listBox,.page.page-template-page-business-factory .businessAbout_content .listBox,.page.page-template-page-business-new-construction .businessAbout_content .listBox,.page.page-template-page-business-plant .businessAbout_content .listBox,.page.page-template-page-business-waterproof .businessAbout_content .listBox,.page.page-template-page-business-water-treatment-facility .businessAbout_content .listBox,.page.page-template-page-business-drone .businessAbout_content .listBox{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;width:100%}.page.page-template-page-business-bridge .businessAbout_content .photoBox,.page.page-template-page-business-resident .businessAbout_content .photoBox,.page.page-template-page-business-factory .businessAbout_content .photoBox,.page.page-template-page-business-new-construction .businessAbout_content .photoBox,.page.page-template-page-business-plant .businessAbout_content .photoBox,.page.page-template-page-business-waterproof .businessAbout_content .photoBox,.page.page-template-page-business-water-treatment-facility .businessAbout_content .photoBox,.page.page-template-page-business-drone .businessAbout_content .photoBox{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;margin-right:0;margin-bottom:4rem}.page.page-template-page-business-bridge .businessCase,.page.page-template-page-business-resident .businessCase,.page.page-template-page-business-factory .businessCase,.page.page-template-page-business-new-construction .businessCase,.page.page-template-page-business-plant .businessCase,.page.page-template-page-business-waterproof .businessCase,.page.page-template-page-business-water-treatment-facility .businessCase,.page.page-template-page-business-drone .businessCase{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/bg_dot_sp.png)}.page.page-template-page-business-bridge .businessCase_content,.page.page-template-page-business-resident .businessCase_content,.page.page-template-page-business-factory .businessCase_content,.page.page-template-page-business-new-construction .businessCase_content,.page.page-template-page-business-plant .businessCase_content,.page.page-template-page-business-waterproof .businessCase_content,.page.page-template-page-business-water-treatment-facility .businessCase_content,.page.page-template-page-business-drone .businessCase_content{grid-template-columns:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page.page-template-page-business-bridge .businessCase_content .titleBox,.page.page-template-page-business-resident .businessCase_content .titleBox,.page.page-template-page-business-factory .businessCase_content .titleBox,.page.page-template-page-business-new-construction .businessCase_content .titleBox,.page.page-template-page-business-plant .businessCase_content .titleBox,.page.page-template-page-business-waterproof .businessCase_content .titleBox,.page.page-template-page-business-water-treatment-facility .businessCase_content .titleBox,.page.page-template-page-business-drone .businessCase_content .titleBox{display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.single-custom_case .p-breadcrumb{margin-top:-23.7rem}.single-custom_case .caseSingle_inner:after{height:calc(100% - 23.7rem);top:23.7rem}.single-custom_case .caseSingle_beforeAfter{grid-template-columns:auto;margin-inline:-1rem}.single-custom_case .caseSingle_beforeAfter .icon{width:2.2rem;margin-inline:auto;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.single-custom_case .caseSingle_summary .listItem{grid-template-columns:auto;padding-block:2.9rem 2.1rem;gap:1.2rem;border-bottom:solid .1rem #dedede}.single-custom_case .caseSingle_summary .listItem:first-child{-webkit-padding-before:0;padding-block-start:0}.single-custom_case .caseSingle_summary .listItem dt,.single-custom_case .caseSingle_summary .listItem dd{padding-top:initial;padding-bottom:initial}.single-custom_case .caseSingle_summary .listItem dt{width:100%;border-bottom:none;color:var(--color-accent);line-height:1}.single-custom_case .caseSingle_summary .listItem dd{border-bottom:none}.single-custom_case .caseSingle_scene .slider-main .slick-slide{aspect-ratio:324/198}.single-custom_case .caseSingle_scene .slider-main .comment{height:auto}.single-custom_case .caseSingle_scene .slider-main .comment .read{line-height:1.5}.single-custom_case .caseSingle_scene .slider-nav{margin-inline:-.6rem}.single-custom_case .caseSingle_scene .slider-nav .slick-track{gap:.8rem}.single-custom_case .caseSingle_scene .slider-nav .slick-slide{width:7.6rem !important;aspect-ratio:76/46}.single-custom_case .newCase .p-secHeading .ja{line-height:1.625}.single-custom_case .newCase_list{grid-template-columns:auto}.page-template-archive-case .caseStudyList,.tax-category_case .caseStudyList{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/bg_dot_sp.png);margin-top:-5.9rem}.page-template-archive-case .caseStudyList_content,.tax-category_case .caseStudyList_content{grid-template-columns:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:9.8rem}.page-template-archive-case .caseStudyList_content .categoryBox,.tax-category_case .caseStudyList_content .categoryBox{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.page-template-archive-case .caseStudyList_content .categoryList,.tax-category_case .caseStudyList_content .categoryList{grid-template-columns:repeat(2,1fr)}.page-template-archive-case .caseStudyList_content .categoryList .item,.tax-category_case .caseStudyList_content .categoryList .item{max-width:100%}.page-template-archive-case .caseStudyList_content .p-pagination,.tax-category_case .caseStudyList_content .p-pagination{padding-left:0}.page-template-archive-case .caseStudyList_content .p-pagination .articlelist_pagination,.tax-category_case .caseStudyList_content .p-pagination .articlelist_pagination{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page.page-template-page-company .companyMessage{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/bg_dot_sp.png);margin-top:-6rem}.page.page-template-page-company .companyMessage_content{grid-template-columns:auto;gap:0}.page.page-template-page-company .companyMessage_content .photoBox{display:contents}.page.page-template-page-company .companyMessage_content .photo{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:4.5rem}.page.page-template-page-company .companyMessage_content .nameBox{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;grid-template-columns:auto auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.9rem}.page.page-template-page-company .companyMessage_content .detailBox{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:3.9rem}.page.page-template-page-company .companyMessage_content .heading{text-align:center;margin-bottom:2.6rem}.page.page-template-page-company .companyMessage_content .read{line-height:1.8571428571}.page.page-template-page-company .companyPolicy{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/company_policy_bg_sp.jpg)}.page.page-template-page-company .companyPolicy:after{width:100%;background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/company_policy_decora_sp.svg);background-position:bottom right;aspect-ratio:375/442}.page.page-template-page-company .companyPolicy_inner{padding-bottom:41.8rem}.page.page-template-page-company .companyPolicy_content .heading mark{padding-bottom:.4rem}.page.page-template-page-company .companyOutline .p-secHeading{margin-bottom:5.6rem}.page.page-template-page-company .companyOutline_list .listItem{grid-template-columns:auto;padding-top:2.6rem;padding-bottom:1.8rem;gap:1.2rem;border-bottom:solid .1rem #dedede}.page.page-template-page-company .companyOutline_list .listItem:first-child{-webkit-padding-before:0;padding-block-start:0}.page.page-template-page-company .companyOutline_list dt,.page.page-template-page-company .companyOutline_list dd{padding-top:initial;padding-bottom:initial}.page.page-template-page-company .companyOutline_list dt{width:100%;font-weight:700;border-bottom:none;color:var(--color-accent);line-height:1}.page.page-template-page-company .companyOutline_list dd{border-bottom:none}.page.page-template-page-company .companyOutline_list .innerList li{grid-template-columns:auto}.page.page-template-page-company .companyOutline_list .innerList li:not(:last-child){margin-bottom:3rem}.page.page-template-page-company .companyOutline_list .innerList .title,.page.page-template-page-company .companyOutline_list .innerList .address{line-height:1.8125}.page.page-template-page-company .companyOutline_list .innerList .title{font-weight:700}.page.page-template-page-company .companyOutline_list .innerFlex{grid-template-columns:auto;gap:0}.page.page-template-page-company .companyFacility{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/bg_dot_wh_sp.png)}.page.page-template-page-company .companyFacility_list{grid-template-columns:repeat(2,1fr)}.page.page-template-page-company .companyFacility_list .itemBox{grid-template-columns:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:7.4rem;gap:.7rem}.page.page-template-page-company .companyFacility_list.listItem02 .itemBox .heading3{white-space:initial}.page.page-template-page-company .companyFacility_list .heading3{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:3.3rem;line-height:1.1428571429;text-align:center}.page.page-template-page-company .companyFacility_list .number{margin:0 auto}.page.page-template-page-company .companyAccess{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/bg_dot_sp.png)}.page.page-template-page-company .companyAccess_listItem .heading3:before{margin-right:1.3rem}.page.contact .contactWrap_head .desc{letter-spacing:.07em}.page.contact .contactWrap_form .item{grid-template-columns:auto}.page.contact .contactWrap_form .item:has(textarea) .title{margin-top:0}.page.contact .contactWrap_form .item:not(:last-child){margin-bottom:3rem}.page.contact .contactWrap_form .item input[type=text],.page.contact .contactWrap_form .item input[type=tel],.page.contact .contactWrap_form .item input[type=email],.page.contact .contactWrap_form .item textarea{padding:1.7rem 1.5rem 1.6rem 1rem}.page.contact .contactWrap_form .item textarea{height:23.3rem;padding:.7rem 1.5rem .6rem 1rem !important}.page.contact .contactWrap_form .agree .wpcf7-list-item-label{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:1.7142857143}.page.contact .contactWrap_form .agree .wpcf7-list-item-label a{line-height:1.7142857143}.page.contact-confirm .contactWrap_confirm .item,.page.contact-confirm-entry .contactWrap_confirm .item{grid-template-columns:auto;padding:2rem 0}.page.contact-confirm .contactWrap_confirm .item:not(:last-child),.page.contact-confirm-entry .contactWrap_confirm .item:not(:last-child){border-bottom:solid .2rem #f5f6f7}.page.contact-confirm .contactWrap_confirm .item .title,.page.contact-confirm-entry .contactWrap_confirm .item .title{border:none;padding:0;color:var(--color-accent)}.page.contact-confirm .contactWrap_confirm .item .inputBox,.page.contact-confirm-entry .contactWrap_confirm .item .inputBox{padding:0;border:none}.page.contact-confirm .contactWrap_confirm .submitCheckBox,.page.contact-confirm-entry .contactWrap_confirm .submitCheckBox{grid-template-columns:auto}.page.contact-confirm .contactWrap_confirm .submitCheckBox input[type=submit],.page.contact-confirm .contactWrap_confirm .submitCheckBox input[type=button],.page.contact-confirm-entry .contactWrap_confirm .submitCheckBox input[type=submit],.page.contact-confirm-entry .contactWrap_confirm .submitCheckBox input[type=button]{width:25rem;height:5.6rem}.page.contact-confirm .contactWrap_confirm .submitCheckBox input[type=button],.page.contact-confirm-entry .contactWrap_confirm .submitCheckBox input[type=button]{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.page.contact-confirm .contactWrap_confirm .submitCheckBox input[type=submit],.page.contact-confirm-entry .contactWrap_confirm .submitCheckBox input[type=submit]{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.single-post .newsSingle_content h2{line-height:1.5}.single-post .newsSingle_content h3{line-height:1.3636363636}.single-post .newsSingle_content h4{line-height:1.4}.single-post .newsSingle_content h5{line-height:1.5555555556}.single-post .newsSingle_content ol{gap:1.7rem 0}.single-post .newsSingle_content p{line-height:2}.single-post .newsSingle_content p a{line-height:2}.single-post .newsSingle_content .wp-block-buttons{margin-top:3.3rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.archive.post-type-archive-post .newsList,.archive.category .newsList{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/bg_dot_sp.png);margin-top:-5.7rem}.archive.post-type-archive-post .newsList_inner,.archive.category .newsList_inner{grid-template-columns:auto}.archive.post-type-archive-post .newsList_category,.archive.category .newsList_category{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.archive.post-type-archive-post .newsList_category .categoryBox,.archive.category .newsList_category .categoryBox{grid-template-columns:repeat(2,1fr)}.archive.post-type-archive-post .newsList_category .categoryBox a,.archive.category .newsList_category .categoryBox a{padding:1.7rem 1.8rem}.archive.post-type-archive-post .newsList_content .articleBox .heading,.archive.category .newsList_content .articleBox .heading{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;text-overflow:ellipsis}.archive.post-type-archive-post .newsList_content .p-pagination,.archive.category .newsList_content .p-pagination{padding-left:0}.archive.post-type-archive-post .newsList_content .p-pagination .articlelist_pagination,.archive.category .newsList_content .p-pagination .articlelist_pagination{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page.privacy-policy .privacyPolicy_content .desc{line-height:2;letter-spacing:.07em}.page.privacy-policy .privacyPolicy_content .read{line-height:2;letter-spacing:.07em}.page.privacy-policy .privacyPolicy_content .heading2{line-height:1.3636363636}.page.privacy-policy .privacyPolicy_content .companySign{line-height:1.875;letter-spacing:.07em}.page.page-template-page-recruit .recruitAbout{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/recruit_about_bg_sp.jpg);background-position:bottom center;margin-top:-13.1rem}.page.page-template-page-recruit .recruitAbout:before{display:block;font-size:10.8rem;opacity:.23;-webkit-writing-mode:initial;-ms-writing-mode:initial;writing-mode:initial;top:initial;right:initial;bottom:0;left:1.1rem}.page.page-template-page-recruit .recruitAbout_inner{padding-bottom:41rem}.page.page-template-page-recruit .recruitAbout_content{max-width:100%}.page.page-template-page-recruit .recruitAbout .heading{line-height:1.7083333333}.page.page-template-page-recruit .recruitAbout .heading mark{padding-bottom:.4rem}.page.page-template-page-recruit .recruitAbout .subTitle{line-height:1.6111111111}.page.page-template-page-recruit .recruitAbout .read{line-height:1.8571428571}.page.page-template-page-recruit .recruitBenefit .p-secHeading{margin-bottom:3.4rem}.page.page-template-page-recruit .recruitBenefit_list .listItem{grid-template-columns:auto;padding-top:2.6rem;padding-bottom:1.8rem;gap:1.2rem;border-bottom:solid .1rem #dedede}.page.page-template-page-recruit .recruitBenefit_list .listItem:first-child{-webkit-padding-before:0;padding-block-start:0}.page.page-template-page-recruit .recruitBenefit_list dt,.page.page-template-page-recruit .recruitBenefit_list dd{padding-top:initial;padding-bottom:initial}.page.page-template-page-recruit .recruitBenefit_list dt{width:100%;font-weight:700;border-bottom:none;color:var(--color-accent);line-height:1}.page.page-template-page-recruit .recruitBenefit_list dd{border-bottom:none}.page.page-template-page-recruit .recruitGuideline_inner{padding-left:1.2rem;padding-right:1.2rem}.page.page-template-page-recruit .recruitGuideline .listItem{grid-template-columns:auto;padding-top:2.6rem;padding-bottom:1.8rem;gap:1.2rem;border-bottom:solid .1rem #dedede}.page.page-template-page-recruit .recruitGuideline .listItem:first-child{-webkit-padding-before:0;padding-block-start:0}.page.page-template-page-recruit .recruitGuideline dt,.page.page-template-page-recruit .recruitGuideline dd{padding-top:initial;padding-bottom:initial}.page.page-template-page-recruit .recruitGuideline dt{width:100%;font-weight:700;border-bottom:none;color:var(--color-accent);line-height:1}.page.page-template-page-recruit .recruitGuideline dd{border-bottom:none}.page.page-template-page-recruit .contactWrap{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/bg_dot_sp.png)}.page.page-template-page-recruit .contactWrap_inner{padding-left:1.2rem;padding-right:1.2rem}.page.page-template-page-recruit .contactWrap_wrap{border-radius:.5rem;border:solid .1rem #cecece;padding:5rem 2rem}.page.page-template-page-recruit .contactWrap_head .read{line-height:1.7142857143}.page.page-template-page-recruit .contactWrap_form .item{grid-template-columns:auto;gap:1.7rem}.page.page-template-page-recruit .contactWrap_form .item:has(input[type=radio]){gap:2.5rem}.page.page-template-page-recruit .contactWrap_form .item:has(textarea) .title{margin-top:0}.page.page-template-page-recruit .contactWrap_form .item:not(:last-child){margin-bottom:3rem}.page.page-template-page-recruit .contactWrap_form .item input[type=text],.page.page-template-page-recruit .contactWrap_form .item input[type=tel],.page.page-template-page-recruit .contactWrap_form .item input[type=email],.page.page-template-page-recruit .contactWrap_form .item textarea{padding:1rem}.page.page-template-page-recruit .contactWrap_form .item textarea{height:23.3rem;padding:.7rem 1rem 1rem !important}.page.page-template-page-recruit .contactWrap_form .item .wpcf7-radio .wpcf7-list-item-label{font-size:1.5rem}.page.page-template-page-recruit .contactWrap_form .agree .wpcf7-list-item-label{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:1.7142857143}.page.page-template-page-recruit .contactWrap_form .agree .wpcf7-list-item-label a{line-height:1.7142857143}.page.page-template-page-recruit .contactWrap_confirm .item{grid-template-columns:auto;padding:2rem 0}.page.page-template-page-recruit .contactWrap_confirm .item:not(:last-child){border-bottom:solid .2rem #f5f6f7}.page.page-template-page-recruit .contactWrap_confirm .item .title{border:none;padding:0;color:var(--color-accent)}.page.page-template-page-recruit .contactWrap_confirm .item .inputBox{padding:0;border:none}.page.page-template-page-recruit .contactWrap_confirm .submitCheckBox{grid-template-columns:auto}.page.page-template-page-recruit .contactWrap_confirm .submitCheckBox input[type=submit],.page.page-template-page-recruit .contactWrap_confirm .submitCheckBox input[type=button]{width:25rem;height:5.6rem}.page.page-template-page-recruit .contactWrap_confirm .submitCheckBox input[type=button]{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.page.page-template-page-recruit .contactWrap_confirm .submitCheckBox input[type=submit]{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.page.page-template-page-strength .strengthIntroduce{margin-top:-5.9rem}.page.page-template-page-strength .strengthIntroduce_inner:before{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/page/strength_about_decora_sp.png);top:initial;bottom:0;aspect-ratio:375/291}.page.page-template-page-strength .strengthIntroduce_inner:after{display:none}.page.page-template-page-strength .strengthIntroduce_content .heading .ja mark{padding-bottom:.4rem}.page.page-template-page-strength .strengthIntroduce .photoBox{width:100%;top:20.2rem;right:0;overflow:hidden}.page.page-template-page-strength .strengthIntroduce .photoBox:after{content:"";background-image:-webkit-gradient(linear,left top,left bottom,from(#2b2b2b),color-stop(12%,rgba(43,43,43,.86)),to(rgba(43,43,43,.4)));background-image:-webkit-linear-gradient(top,#2b2b2b 0%,rgba(43,43,43,.86) 12%,rgba(43,43,43,.4) 100%);background-image:linear-gradient(to bottom,#2b2b2b 0%,rgba(43,43,43,.86) 12%,rgba(43,43,43,.4) 100%);width:100vw;height:100%;margin:0 calc(50% - 50vw);position:absolute;top:0;right:0;z-index:1}.page.page-template-page-strength .strengthIntroduce .photoBox_inner{grid-template-columns:clamp(14.1rem, 31.4211212516vw, 24.1rem) clamp(14.1rem, 31.4211212516vw, 24.1rem);margin-left:clamp(8rem, 20.8604954368vw, 16rem);margin-right:clamp(-16rem, -20.8604954368vw, -8rem)}.page.page-template-page-strength .strengthList{margin-top:-5.4rem}.page.page-template-page-strength .strengthList_item:nth-child(odd){padding-left:1.8rem;padding-right:.7rem}.page.page-template-page-strength .strengthList_item:nth-child(even){padding-right:1.8rem;padding-left:.7rem}.page.page-template-page-strength .strengthList_item:before{margin-left:-1.4rem}.page.page-template-page-strength .strengthList_item:after{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/bg_dot02_sp.png);margin-left:-1.4rem}.page.page-template-page-strength .strengthList_item:nth-child(even):before{margin-left:-100%;margin-right:-1.2rem}.page.page-template-page-strength .strengthList_item .flexBox{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:0}.page.page-template-page-strength .strengthList_item:nth-child(even) .flexBox{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.page.page-template-page-strength .strengthList_item:nth-child(even) .flexBox .detailBox{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.page.page-template-page-strength .strengthList_item:nth-child(even) .flexBox .photoBox{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.page.page-template-page-strength .strengthList_item .detailBox{display:contents}.page.page-template-page-strength .strengthList_item .detailBox .titleBox{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:2.5rem}.page.page-template-page-strength .strengthList_item .detailBox .heading2{letter-spacing:.01em}.page.page-template-page-strength .strengthList_item .detailBox .read{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;letter-spacing:.07em}.page.page-template-page-strength .strengthList_item .detailBox .read:not(:last-child){margin-bottom:0}.page.page-template-page-strength .strengthList_item .headBox{grid-template-columns:auto}.page.page-template-page-strength .strengthList_item .photoBox{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;margin-bottom:2.5rem}.page.page-template-page-strength .strengthList_item .listBox{grid-template-columns:auto}.page.page-template-page-strength .strengthList_item .listBox .listItem{padding:0;border-bottom:solid .1rem #dedede}.page.page-template-page-strength .strengthList_item .listBox .listItem:first-child{border-top:solid .1rem #dedede}.page.page-template-page-strength .strengthList_item .listBox .inner{padding:2.4rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2.4rem 2.5rem;background-color:initial}.page.page-template-page-strength .strengthList_item .listBox .lineBox{display:none}.page.page-template-page-strength .strengthList_item .listBox .photo{width:11.6rem;margin-bottom:0}.page.page-template-page-strength .strengthList_item .listBox .heading3{margin-bottom:0}.page.page-template-page-strength .strengthList_item .listBox .read{padding-inline:0}.home .topKv_inner{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/bg_dot_sp.png)}.home .topKv .p-loopText{top:12.8rem}.home .topKv_head .heading2{font-size:3.2rem;line-height:1.3666666667;white-space:nowrap}.home .topKv_head .subTitle{font-size:1.2rem}.home .topKv_bottom .scrollDown{top:initial;bottom:13.5rem}.home .topAbout{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/about_bg_sp.jpg)}.home .topAbout_inner:after{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/about_bg_map_sp.png);width:64.9rem;height:auto;aspect-ratio:649/1037;right:-5.5rem;bottom:-11.3rem;top:initial}.home .topAbout_content .heading3{margin-bottom:31.8rem}.home .topAbout_content .read{max-width:initial;text-align:justify;padding-right:.1rem;margin-bottom:5.2rem}.home .topAbout_content .c-btn{display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.home .topBusiness{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/business_bg_sp.png);margin-top:-7.9rem}.home .topBusiness_head{grid-template-columns:auto}.home .topBusiness_head .desc{font-size:1.4rem;line-height:2}.home .topBusiness_list{grid-template-columns:repeat(2,1fr);margin-inline:-1.1rem;gap:2rem 1.3rem}.home .topCase{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/common/bg_dot_sp.png)}.home .topCase .sliderCustom{grid-template-columns:auto 1fr auto;gap:2.9rem}.home .topCase .sliderCustom .progressBox{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.home .topCase .sliderCustom .arrowBox{display:contents}.home .topCase .sliderCustom .arrowBox .prev{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.home .topCase .sliderCustom .arrowBox .next{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.home .topStrength{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/strength_bg_sp.png);margin-top:-10rem}.home .topStrength_inner{padding-bottom:10.5rem}.home .topStrength_content{grid-template-columns:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:initial}.home .topStrength_content .detailBox{display:contents;padding-top:0}.home .topStrength_content .heading3{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.home .topStrength_content .heading3 .firstTitle{padding-bottom:1.7rem}.home .topStrength_content .heading3 .lastTitle{padding-bottom:1.7rem}.home .topStrength_content .read{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.home .topStrength_content .c-btn{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.home .topStrength_content .photoBox{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:calc(100% + 2rem);margin-right:initial;margin-inline:-1rem;margin-bottom:5.1rem}.home .topRecruit_content{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/recruit_bg_sp.jpg);background-position:bottom center;border:solid .2rem #4b4b4b;padding:4.6rem 2.8rem 2.4rem}.home .topRecruit_content .contentBox{max-width:100%;width:100%;margin:0 auto;display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.home .topRecruit_content .p-secHeading{display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:3.2rem}.home .topRecruit_content .p-secHeading small{margin:0 auto}.home .topRecruit_content .heading3{text-align:center;line-height:1;margin-left:-.4rem;margin-right:-1.6rem}.home .topRecruit_content .heading3 mark{background-image:url(//nakazawatosou.com/wp-content/themes/nakazawa-tosou/css/../img/top/recruit_heading_line_sp.png)}.home .topRecruit_content .read{margin-bottom:10.4rem}.home .topRecruit_content .c-btn{margin-left:auto;margin-right:-.9rem}.home .topNews{margin-top:initial}.home .topNews_content{grid-template-columns:auto;gap:0}.home .topNews_head{display:contents}.home .topNews_head .p-secHeading{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:0 auto 5.9rem}.home .topNews_head .p-secHeading .ja{margin:0 auto}.home .topNews_head .categoryList{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:0 auto 4.1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem 1.2rem}.home .topNews_head .categoryList a:not(:last-child){margin-bottom:initial}.home .topNews_head .c-btn{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;margin:0 auto}.home .topNews_article{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-bottom:4.1rem}.home .p-footer{margin-top:0}}@media screen and (max-width:767px) and (max-width:767px){.p-footer_contactBox .inner{gap:2.9rem}}@media screen and (max-width:600px){.page.page-template-page-company .companyPolicy:after{background-size:contain}}@media screen and (max-width:375px){.home .topKv_head .heading2{font-size:3rem}.home .topKv_head .subTitle{font-size:1.1rem}}@media screen and (max-width:374px){.spSmall-on{display:block !important}.p-card--business .linkBox .heading .ja{font-size:1.3rem}.p-card--business .linkBox .heading .en{line-height:1.2}.p-pagination .page-numbers.prev,.p-pagination .page-numbers.next{width:3rem;height:3rem}.page.page-template-page-business-bridge .businessAbout_content .titleBox,.page.page-template-page-business-resident .businessAbout_content .titleBox,.page.page-template-page-business-factory .businessAbout_content .titleBox,.page.page-template-page-business-new-construction .businessAbout_content .titleBox,.page.page-template-page-business-plant .businessAbout_content .titleBox,.page.page-template-page-business-waterproof .businessAbout_content .titleBox,.page.page-template-page-business-water-treatment-facility .businessAbout_content .titleBox,.page.page-template-page-business-drone .businessAbout_content .titleBox{grid-template-columns:6.6rem auto}.page.page-template-page-business-bridge .businessAbout_content .heading,.page.page-template-page-business-resident .businessAbout_content .heading,.page.page-template-page-business-factory .businessAbout_content .heading,.page.page-template-page-business-new-construction .businessAbout_content .heading,.page.page-template-page-business-plant .businessAbout_content .heading,.page.page-template-page-business-waterproof .businessAbout_content .heading,.page.page-template-page-business-water-treatment-facility .businessAbout_content .heading,.page.page-template-page-business-drone .businessAbout_content .heading{font-size:.9rem}.page.page-template-page-business-bridge .businessAbout_content .heading2,.page.page-template-page-business-resident .businessAbout_content .heading2,.page.page-template-page-business-factory .businessAbout_content .heading2,.page.page-template-page-business-new-construction .businessAbout_content .heading2,.page.page-template-page-business-plant .businessAbout_content .heading2,.page.page-template-page-business-waterproof .businessAbout_content .heading2,.page.page-template-page-business-water-treatment-facility .businessAbout_content .heading2,.page.page-template-page-business-drone .businessAbout_content .heading2{font-size:2.2rem}.single-custom_case .newCase .p-secHeading .ja{font-size:2.2rem}.page-template-archive-case .caseStudyList_content .categoryList .item a,.tax-category_case .caseStudyList_content .categoryList .item a{font-size:1rem;white-space:nowrap}.page.page-template-page-company .companyMessage_content .heading{font-size:2.2rem}.page.page-template-page-company .companyPolicy_content .heading{font-size:1.8rem}.page.page-template-page-company .companyOutline_list dd{font-size:1.5rem}.page.page-template-page-company .companyOutline_list dd>a{font-size:1.5rem}.page.page-template-page-company .companyOutline_list dd p{font-size:1.5rem}.page.page-template-page-company .companyOutline_list .innerList .address{font-size:1.5rem}.page.page-template-page-company .companyFacility_list .itemBox{padding:.9rem .5rem 1.3rem 1rem}.page.page-template-page-company .companyFacility_list .heading3{font-size:1.2rem}.page.contact .contactWrap_form .item textarea{line-height:1.5}.page.contact .contactWrap_form .agree .wpcf7-list-item-label{font-size:1.4rem}.page.contact .contactWrap_form .agree .wpcf7-list-item-label a{font-size:1.4rem}.page.contact .contactWrap_form .submitBox{width:28rem}.archive.post-type-archive-post .newsList_content .articleBox .no-articles,.archive.category .newsList_content .articleBox .no-articles{font-size:1.3rem}.page.page-template-page-recruit .recruitBenefit_list dd{font-size:1.5rem}.page.page-template-page-recruit .recruitBenefit_list dd>a{font-size:1.5rem}.page.page-template-page-recruit .recruitBenefit_list dd p{font-size:1.5rem}.page.page-template-page-recruit .recruitGuideline dd{font-size:1.5rem}.page.page-template-page-recruit .recruitGuideline dd>a{font-size:1.5rem}.page.page-template-page-recruit .recruitGuideline dd p{font-size:1.5rem}.page.page-template-page-recruit .contactWrap_form .item textarea{line-height:1.5}.page.page-template-page-recruit .contactWrap_form .agree .wpcf7-list-item-label{font-size:1.4rem}.page.page-template-page-recruit .contactWrap_form .agree .wpcf7-list-item-label a{font-size:1.4rem}.page.page-template-page-recruit .contactWrap_form .submitBox{width:28rem}.page.page-template-page-strength .strengthList_item .detailBox .number{font-size:3.5rem}.page.page-template-page-strength .strengthList_item .detailBox .heading2{font-size:1.6rem}.page.page-template-page-strength .strengthList_item .headBox .number{font-size:3.5rem}.page.page-template-page-strength .strengthList_item .headBox .heading2{font-size:1.6rem}.page.page-template-page-strength .strengthList_item .listBox .inner{gap:2.4rem 1.5rem}.page.page-template-page-strength .strengthList_item .listBox .photo{width:9rem}.page.page-template-page-strength .strengthList_item .listBox .heading3{font-size:1.7rem}.home .topKv_head .heading2{font-size:2.5rem}.home .topKv_head .subTitle{font-size:1rem}.home .topKv_bottom .scrollDown{top:initial;bottom:32rem}.home .topAbout_inner:after{right:-9rem;bottom:-6rem}.home .topAbout_content .heading3{font-size:2rem}.home .topStrength_content .heading3{font-size:2rem}.home .topRecruit_content .heading3{font-size:1.6rem}.home .topRecruit_content .read br{display:none !important}}