.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type="file"]{cursor:pointer}.wpcf7 input[type="file"]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#0f172a;--accent-color:#1e3a8a;--text-dark:#1e293b;--text-light:#64748b;--bg-light:#f8fafc;--bg-gray:#e2e8f0;--white:#ffffff}body{font-family:'Noto Sans JP','Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;line-height:1.8;color:var(--text-dark);overflow-x:hidden}body.menu-open{overflow:hidden;position:fixed;width:100%;height:100vh}header{background:var(--primary-color);box-shadow:0 2px 10px rgb(0 0 0 / .3);position:relative;width:100%;transition:all 0.3s ease;z-index:9999}header.fixed{position:fixed;top:0;z-index:9999;animation:slideDown 0.3s ease}@keyframes slideDown{from{transform:translateY(-100%)}to{transform:translateY(0)}}.header-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.3rem;font-weight:700;color:var(--white);text-decoration:none;display:flex;align-items:center;white-space:nowrap}nav ul{list-style:none;display:flex;gap:2rem}nav a{color:var(--white);text-decoration:none;font-weight:500;transition:color 0.3s ease;position:relative}nav a::after{content:'';position:absolute;width:0;height:2px;bottom:-5px;left:50%;background:var(--accent-color);transition:all 0.3s ease}nav a:hover{color:var(--accent-color)}nav a:hover::after{width:100%;left:0}.mobile-menu{display:none;background:none;border:none;color:var(--white);font-size:1.5rem;cursor:pointer}footer{background:var(--primary-color);color:var(--white);padding:1.5rem 0;margin-top:0}.footer-bottom{text-align:center;opacity:.8}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{from{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.btn{padding:.875rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all 0.3s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:var(--primary-color);color:var(--white);border:2px solid var(--primary-color)}.btn-primary:hover{background:var(--accent-color);border-color:var(--accent-color);transform:translateY(-2px);box-shadow:0 10px 20px rgb(30 58 138 / .3)}.btn-secondary{background:#fff0;color:var(--white);border:2px solid var(--white)}.btn-secondary:hover{background:var(--white);color:var(--primary-color)}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem;position:relative;padding-bottom:1rem}.section-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:var(--accent-color)}.section-title-en{display:block;font-size:.875rem;color:var(--accent-color);font-weight:400;letter-spacing:.1em;margin-bottom:.5rem;text-transform:uppercase}.section-subtitle{text-align:center;color:var(--text-light);margin-bottom:3rem;font-size:1.1rem}@media (max-width:640px){.mobile-menu{display:block;width:44px;height:44px;display:flex;align-items:center;justify-content:center;margin-left:auto;position:relative;z-index:10000}.header-container{padding:.75rem 1rem;position:relative;justify-content:center}.logo{font-size:1rem;position:absolute;left:50%;transform:translateX(-50%)}nav{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--primary-color);z-index:9998}nav.active{display:flex;justify-content:center;align-items:center}nav ul{display:flex;flex-direction:column;padding:2rem;gap:0;width:100%;max-width:500px;text-align:center;list-style:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}nav li{padding:0;width:100%}nav a{display:block;padding:1rem;min-height:44px;display:flex;align-items:center;justify-content:center;font-size:1.3rem}}.wpcf7 .cf7-form-group{display:flex;flex-direction:column;margin-bottom:1.5rem}.wpcf7 .cf7-form-group label{color:var(--primary-color);font-weight:600;margin-bottom:.5rem;font-size:1rem}.wpcf7 .required{color:#ef4444}.wpcf7 .cf7-input,.wpcf7 .cf7-select,.wpcf7 .cf7-textarea{width:100%;padding:.8rem;border:1px solid #e5e7eb;border-radius:5px;font-size:1rem;transition:all 0.3s ease;font-family:'Noto Sans JP','Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;box-sizing:border-box}.wpcf7 .cf7-input:focus,.wpcf7 .cf7-select:focus,.wpcf7 .cf7-textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgb(15 23 42 / .1)}.wpcf7 .cf7-submit-wrapper{text-align:center;margin-top:2rem}.wpcf7 .cf7-submit{background:var(--primary-color);color:var(--white);border:2px solid var(--primary-color);padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all 0.3s ease;display:inline-block}.wpcf7 .cf7-submit:hover{background:var(--accent-color);border-color:var(--accent-color);transform:translateY(-2px);box-shadow:0 10px 20px rgb(30 58 138 / .3)}.wpcf7 .wpcf7-response-output,.wpcf7-form .wpcf7-response-output,form.wpcf7-form .wpcf7-response-output{margin:2rem 0 0!important;padding:1rem!important;border-radius:8px!important;text-align:center!important;font-weight:600!important;color:#333!important;background:#f3f4f6!important;border:2px solid #e5e7eb!important}.wpcf7 form.sent .wpcf7-response-output,form.wpcf7-form.sent .wpcf7-response-output{background:#f0fdf4!important;color:#166534!important;border:2px solid #bbf7d0!important}.wpcf7 form.failed .wpcf7-response-output,form.wpcf7-form.failed .wpcf7-response-output{background:#fef2f2!important;color:#991b1b!important;border:2px solid #fecaca!important}.wpcf7 form.invalid .wpcf7-response-output,form.wpcf7-form.invalid .wpcf7-response-output{background:#fef2f2!important;color:#991b1b!important;border:2px solid #fecaca!important}.wpcf7 .wpcf7-not-valid-tip{color:#ef4444;font-size:.875rem;margin-top:.25rem;display:block}.wpcf7 .wpcf7-spinner{display:none}@media (max-width:768px){.wpcf7 .cf7-form-group{margin-bottom:1.2rem}.wpcf7 .cf7-form-group label{font-size:.95rem}.wpcf7 .cf7-input,.wpcf7 .cf7-select,.wpcf7 .cf7-textarea{font-size:16px;padding:.75rem}.wpcf7 .cf7-submit{width:100%;padding:1rem;font-size:1rem}}.page-template-page-processing .hero,.page-id-26 .hero,.page.processing .hero{height:200px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background-image:url(/wp-content/themes/apuro/assets/images/processing-hero.jpg);background-size:cover;background-position:center}.page-template-page-processing .hero::before,.page-id-26 .hero::before,.page.processing .hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(15 23 42 / .75)}.page-template-page-processing .hero-content,.page-id-26 .hero-content,.page.processing .hero-content{text-align:center;color:var(--white);position:relative;z-index:2;padding:0 2rem}.page-template-page-processing .hero h1,.page-id-26 .hero h1,.page.processing .hero h1{font-size:2.5rem;font-weight:900;margin:0 0 .5rem 0;text-shadow:2px 2px 8px rgb(0 0 0 / .5)}.page-template-page-processing .hero .subtitle,.page-id-26 .hero .subtitle,.page.processing .hero .subtitle{font-size:1.1rem;margin:0;opacity:.95}.page-template-page-processing main{background:var(--bg-light)}.container{max-width:1400px;margin:0 auto;padding:2rem}.equipment-section{padding:5rem 0;background:var(--white);position:relative;overflow:hidden}.equipment-section::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--bg-gray),transparent)}.equipment-list{display:flex;flex-direction:column;gap:0;width:100%}.equipment-item{position:relative;height:500px;margin:0;overflow:visible;cursor:pointer;transition:all 0.4s ease;opacity:0;transform:translateY(30px)}.equipment-item.fade-in{opacity:1;transform:translateY(0);transition:opacity 0.8s ease,transform 0.8s ease}.equipment-item:nth-child(odd).fade-in{animation:slideInLeft 0.8s ease forwards}.equipment-item:nth-child(even).fade-in{animation:slideInRight 0.8s ease forwards}@keyframes slideInLeft{from{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{from{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.equipment-item:hover{box-shadow:0 0 50px rgb(0 0 0 / .1);z-index:10}.equipment-image{position:absolute;top:0;width:85%;height:500px;overflow:hidden;background:var(--bg-gray)}.equipment-item:nth-child(odd) .equipment-image{left:0}.equipment-item:nth-child(even) .equipment-image{right:0}.equipment-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s ease;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.equipment-item:hover .equipment-image img{transform:scale(1.1)}.equipment-image::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,transparent 50%,rgb(30 58 138 / .8));opacity:0;transition:opacity 0.4s ease}.equipment-item:hover .equipment-image::after{opacity:1}.equipment-content{position:absolute;bottom:2rem;padding:1.5rem 2rem;background:rgb(15 23 42 / .95);backdrop-filter:blur(10px);color:var(--white);box-shadow:0 10px 30px rgb(0 0 0 / .3);transition:all 0.3s ease;z-index:10;display:flex;align-items:center;gap:1.5rem}.equipment-item:nth-child(odd) .equipment-content{left:2rem}.equipment-item:nth-child(even) .equipment-content{right:2rem}.equipment-item:hover .equipment-content{transform:scale(1.02);box-shadow:0 15px 40px rgb(0 0 0 / .4)}.equipment-content h3{font-size:1.6rem;font-weight:700;color:var(--white);margin:0}.arrow-btn{width:45px;height:45px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s ease;border:none;flex-shrink:0}.arrow-btn i{color:var(--primary-color);font-size:1.1rem;transition:transform 0.3s ease}.arrow-btn:hover{background:rgb(255 255 255 / .9);transform:scale(1.1)}.arrow-btn:hover i{transform:translateX(3px)}.processing-section{padding:3rem 0 5rem 0;background:var(--bg-light);position:relative}.processing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem}.processing-item{display:flex;flex-direction:column;background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgb(15 23 42 / .08);transition:all 0.4s ease}.processing-item:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgb(15 23 42 / .15)}.processing-image{width:100%;height:240px;overflow:hidden;background:var(--bg-light);position:relative}.processing-image.clickable-image{cursor:pointer}.processing-image.clickable-image img{cursor:pointer}.processing-image::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0%,rgb(15 23 42 / .05) 100%);transition:background 0.3s ease;pointer-events:none}.processing-image.clickable-image:hover::after{background:linear-gradient(to bottom,transparent 0%,rgb(15 23 42 / .2) 100%)}.processing-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.processing-item:hover .processing-image img{transform:scale(1.08)}.processing-content{padding:2rem 1.8rem;background:var(--white)}.processing-content h3{font-size:1.25rem;font-weight:700;color:var(--primary-color);margin:0 0 1rem 0;line-height:1.4}.processing-content p{font-size:.95rem;color:var(--text-light);margin:0;line-height:1.8}.cta-section{background:linear-gradient(135deg,var(--primary-color),var(--accent-color));padding:5rem 0;position:relative;overflow:hidden}.cta-section::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:rgb(255 255 255 / .05);border-radius:50%;animation:floatAnimation 15s ease-in-out infinite}.cta-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:300px;height:300px;background:rgb(255 255 255 / .03);border-radius:50%;animation:floatAnimation 20s ease-in-out infinite reverse}@keyframes floatAnimation{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(10deg)}}.cta-content{text-align:center;position:relative;z-index:1}.cta-content h2{color:var(--white);font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgb(0 0 0 / .2)}.cta-content p{color:rgb(255 255 255 / .9);font-size:1.2rem;margin-bottom:3rem}.cta-actions{display:flex;gap:2rem;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:2rem}.cta-phone{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 2.5rem;background:rgb(255 255 255 / .15);backdrop-filter:blur(10px);border:2px solid rgb(255 255 255 / .3);border-radius:60px;color:var(--white);text-decoration:none;transition:all 0.3s ease}.cta-phone:hover{background:rgb(255 255 255 / .25);transform:translateY(-3px);box-shadow:0 10px 30px rgb(0 0 0 / .2)}.cta-phone i{font-size:1.5rem;background:var(--white);color:var(--primary-color);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center}.cta-phone div{display:flex;flex-direction:column;align-items:flex-start}.cta-label{font-size:.9rem;opacity:.9}.cta-number{font-size:1.8rem;font-weight:700;letter-spacing:.05em}.cta-button{display:inline-flex;align-items:center;gap:1rem;padding:1.2rem 2.5rem;background:var(--white);color:var(--primary-color);border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all 0.3s ease;box-shadow:0 5px 20px rgb(0 0 0 / .1)}.cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgb(0 0 0 / .2)}.cta-button i{font-size:1.2rem}.cta-hours{color:rgb(255 255 255 / .8);font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;background:rgb(255 255 255 / .1);border-radius:25px}.cta-hours i{color:#60a5fa}.image-modal{display:none;position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;background-color:rgb(0 0 0 / .95);overflow:hidden}.image-modal.active{display:flex;align-items:center;justify-content:center;animation:fadeIn 0.3s ease}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.modal-close-btn{position:absolute;top:20px;right:35px;color:#fff;font-size:40px;font-weight:700;cursor:pointer;z-index:10001;transition:all 0.3s ease;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%}.modal-close-btn:hover,.modal-close-btn:focus{background:rgb(255 255 255 / .1);transform:rotate(90deg)}.modal-content-wrapper{max-width:90%;max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:1rem;animation:zoomIn 0.3s ease}@keyframes zoomIn{from{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}.modal-image-content{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px rgb(0 0 0 / .8)}.modal-caption{color:#fff;font-size:1.2rem;text-align:center;padding:1rem 2rem;background:rgb(0 0 0 / .5);border-radius:8px;max-width:600px}@media (max-width:1024px){.processing-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.equipment-item{height:400px}.equipment-image{width:100%}.equipment-item:nth-child(odd) .equipment-image,.equipment-item:nth-child(even) .equipment-image{left:0;right:0}.equipment-content{width:auto;bottom:1rem;padding:1rem 1.5rem}.equipment-item:nth-child(odd) .equipment-content,.equipment-item:nth-child(even) .equipment-content{left:1rem!important;right:1rem!important;max-width:calc(100% - 2rem)}.equipment-content h3{font-size:1.25rem}.arrow-btn{width:44px;height:44px}.arrow-btn i{font-size:1rem}.processing-item{height:280px}.processing-content{padding:1.1rem}.processing-content h3{font-size:1.15rem}}@media (max-width:768px){.hero-processing h1{font-size:2rem;line-height:1.3}.hero-processing .subtitle{font-size:1.1rem}.section-title{font-size:1.75rem;margin-bottom:.5rem}.section-title-en{font-size:.75rem;margin-bottom:.3rem}.section-subtitle{font-size:.95rem;margin-bottom:2rem;line-height:1.6}.container{padding:0 1rem}.equipment-section,.processing-section{padding:3rem 0}.cta-section{padding:3rem 0}.processing-grid{grid-template-columns:1fr;gap:2rem;margin-top:2rem}.processing-image{height:220px}.processing-content{padding:1.5rem}.processing-content h3{font-size:1.15rem;margin-bottom:.8rem}.processing-content p{font-size:.9rem;line-height:1.7}.cta-content h2{font-size:1.75rem;line-height:1.3;margin-bottom:.75rem}.cta-content p{font-size:1rem;margin-bottom:2rem}.cta-actions{flex-direction:column;gap:1rem}.cta-phone{width:100%;justify-content:center;padding:1.2rem 1.5rem}.cta-phone i{width:44px;height:44px;font-size:1.3rem}.cta-label{font-size:.85rem}.cta-number{font-size:1.5rem}.cta-button{width:100%;justify-content:center;padding:1rem 1.5rem;font-size:1rem}.cta-hours{font-size:.9rem;padding:.7rem 1.2rem}}@media (max-width:640px){.hero-processing{height:150px}.hero-processing h1{font-size:1.75rem;margin-bottom:.3rem}.hero-processing .subtitle{font-size:.95rem}.section-title{font-size:1.5rem;padding-bottom:.75rem}.section-title::after{width:40px;height:2px}.processing-grid{grid-template-columns:1fr;gap:1rem;margin-top:2rem}.processing-item{height:250px}.processing-content{padding:1rem}.processing-content h3{font-size:1.1rem}.processing-content p{font-size:.8rem}.processing-features li{font-size:.75rem;padding:.15rem 0}.equipment-item{height:auto;display:flex;flex-direction:column;margin-bottom:2rem}.equipment-image{position:relative;width:100%;height:250px;border-radius:10px 10px 0 0;overflow:hidden}.equipment-content{position:relative;bottom:auto;left:0!important;right:0!important;padding:1rem 1.2rem;gap:1rem;width:100%;max-width:100%;margin:0;border-radius:0 0 10px 10px}.equipment-item:nth-child(odd) .equipment-content,.equipment-item:nth-child(even) .equipment-content{left:0!important;right:0!important;max-width:100%}.equipment-content h3{font-size:1.1rem}.arrow-btn{width:44px;height:44px}.modal-close-btn{top:10px;right:10px;font-size:32px;width:44px;height:44px}.modal-content-wrapper{max-width:95%}.modal-image-content{max-height:70vh}.modal-caption{font-size:1rem;padding:.75rem 1rem}}@media (max-width:375px){.hero-processing h1{font-size:1.5rem}.hero-processing .subtitle{font-size:.875rem}.section-title{font-size:1.25rem}.cta-content h2{font-size:1.5rem}.cta-number{font-size:1.25rem}.processing-item{height:220px}.processing-content h3{font-size:1rem}}