.order-page{--navy:#1b2a4a;--navy-dark:#111827;--orange:#b93079;--orange-hover:#9c2866;--orange-light:#fdf2f8;--text:#333;--text-sub:#5a6270;--white:#fff;--bg-white:#fff;--bg-light:#f5f7f9;--border:#e0e4e8;color:var(--text);background:var(--bg-white);font-family:Noto Sans JP,Hiragino Kaku Gothic ProN,Yu Gothic,sans-serif;line-height:1.8;overflow-x:hidden}.order-page img{max-width:100%;height:auto;display:block}.order-page a{color:inherit;text-decoration:none}.order-page .container{max-width:960px;margin:0 auto;padding:0 24px}.order-page .section-padding{padding:80px 0}.order-page .text-center{text-align:center}.order-page .section-title{letter-spacing:-.02em;color:var(--navy);margin-bottom:16px;font-size:2rem;font-weight:900;line-height:1.4}.order-page .section-sub{color:var(--text-sub);margin-bottom:40px;font-size:1.0625rem;line-height:1.8}.order-page .cta-button{background:var(--orange);color:var(--white);cursor:pointer;letter-spacing:.05em;border:none;border-radius:8px;padding:16px 40px;font-size:1rem;font-weight:700;transition:all .3s;display:inline-block;box-shadow:0 4px 16px #f2652259}.order-page .cta-button:hover{background:var(--orange-hover);transform:translateY(-2px);box-shadow:0 6px 24px #f2652273}.order-page .cta-button-sub{color:var(--navy);border:2px solid var(--navy);cursor:pointer;background:0 0;border-radius:8px;padding:14px 36px;font-size:.9375rem;font-weight:700;transition:all .3s;display:inline-block}.order-page .cta-button-sub:hover{background:var(--navy);color:var(--white)}.order-page .header{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#2a4a73f2;border-bottom:1px solid #ffffff1a;padding:12px 0;position:fixed;top:0;left:0;right:0}.order-page .header .container{justify-content:space-between;align-items:center;display:flex}.order-page .header-logo{width:auto;height:72px}.order-page .header-nav{align-items:center;gap:24px;display:flex}.order-page .header-nav>a:not(.header-cta){color:#fffc;white-space:nowrap;font-size:.875rem;font-weight:500;transition:color .3s}.order-page .header-nav>a:not(.header-cta):hover{color:var(--white)}.order-page .header-cta{background:var(--orange);color:var(--white);white-space:nowrap;border-radius:6px;padding:10px 24px;font-size:.875rem;font-weight:700;transition:background .3s;display:inline-block}.order-page .header-cta:hover{background:var(--orange-hover)}.order-page .floating-cta{display:none}@media (min-width:769px){.order-page .floating-cta{z-index:99;background:var(--orange);color:var(--white);letter-spacing:.05em;border-radius:50px;justify-content:center;align-items:center;padding:16px 28px;font-size:.9375rem;font-weight:700;transition:all .3s;display:flex;position:fixed;bottom:32px;right:32px;box-shadow:0 4px 20px #f2652273}.order-page .floating-cta:hover{background:var(--orange-hover);transform:translateY(-2px);box-shadow:0 6px 28px #f265228c}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}.order-page .floating-cta.shake{animation:.4s shake}.order-page .hero-cta-wrap{flex-wrap:wrap;gap:16px;margin-top:32px;display:flex}.order-page .hero-cta-sub{color:var(--white);cursor:pointer;background:0 0;border:2px solid #fff9;border-radius:8px;padding:14px 36px;font-size:.9375rem;font-weight:700;transition:all .3s;display:inline-block}.order-page .hero-cta-sub:hover{border-color:var(--white);background:#ffffff26}.order-page .problem-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px;display:grid}.order-page .problem-card{background:var(--bg-white);border:1px solid var(--border);border-radius:12px;padding:32px 28px;transition:box-shadow .3s}.order-page .problem-card:hover{box-shadow:0 4px 24px #00000014}.order-page .problem-icon{margin-bottom:12px;font-size:2rem}.order-page .problem-card h3{color:var(--navy);margin-bottom:12px;font-size:1.125rem;font-weight:700;line-height:1.5}.order-page .problem-card p{color:var(--text-sub);font-size:.9375rem;line-height:1.8}.order-page .stats-grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:40px;display:grid}.order-page .stat-card{text-align:center;background:var(--bg-white);border:1px solid var(--border);border-radius:12px;padding:32px 16px}.order-page .stat-number{color:var(--orange);margin-bottom:8px;font-size:2.5rem;font-weight:900;line-height:1.2}.order-page .stat-label{color:var(--text-sub);font-size:.875rem;line-height:1.5}.order-page .solution-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px;display:grid}.order-page .solution-grid-3{grid-template-columns:repeat(3,1fr)}.order-page .solution-card{background:var(--bg-white);border:1px solid var(--border);text-align:center;border-radius:12px;padding:32px 24px;transition:all .3s;position:relative}.order-page .solution-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001a}.order-page .solution-icon{border-radius:12px;width:100%;max-width:280px;margin:0 auto 16px;overflow:hidden}.order-page .solution-icon img{width:100%;height:auto;display:block}.order-page .solution-step-badge{background:var(--orange);color:var(--white);letter-spacing:.08em;border-radius:20px;margin-bottom:12px;padding:4px 16px;font-size:.75rem;font-weight:700;display:inline-block}.order-page .solution-card h3{color:var(--navy);margin-bottom:12px;font-size:1.125rem;font-weight:700;line-height:1.5}.order-page .solution-card p{color:var(--text-sub);font-size:.9375rem;line-height:1.8}.order-page .func-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px;display:grid}.order-page .func-card{background:var(--bg-light);border-radius:12px;padding:28px 24px;transition:box-shadow .3s}.order-page .func-card:hover{box-shadow:0 4px 20px #0000000f}.order-page .func-icon{margin-bottom:12px;font-size:1.75rem}.order-page .func-card h3{color:var(--navy);margin-bottom:8px;font-size:1rem;font-weight:700}.order-page .func-card p{color:var(--text-sub);font-size:.875rem;line-height:1.7}.order-page .support-flow{max-width:640px;margin-top:40px;margin-left:auto;margin-right:auto}.order-page .support-step{padding-bottom:40px;padding-left:64px;position:relative}.order-page .support-step:not(:last-child):before{content:"";background:var(--border);width:2px;position:absolute;top:48px;bottom:0;left:23px}.order-page .support-step-number{background:var(--navy);width:48px;height:48px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:1.125rem;font-weight:700;display:flex;position:absolute;top:0;left:0}.order-page .support-step h3{color:var(--navy);margin-bottom:8px;padding-top:10px;font-size:1.125rem;font-weight:700}.order-page .support-step p{color:var(--text-sub);font-size:.9375rem;line-height:1.8}.order-page .facility-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:40px;display:grid}.order-page .facility-card{background:var(--bg-light);text-align:center;border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden}.order-page .facility-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.order-page .facility-card-image{aspect-ratio:1;width:100%;overflow:hidden}.order-page .facility-card-image img{object-fit:cover;width:100%;height:100%}.order-page .facility-card-label{color:var(--text);padding:12px 8px;font-size:.9375rem;font-weight:600}.order-page .flow-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:40px;display:grid}.order-page .flow-card{text-align:center;padding:24px 16px;position:relative}.order-page .flow-image{border-radius:10px;width:100%;height:120px;margin-bottom:16px;overflow:hidden}.order-page .flow-image img{object-fit:cover;width:100%;height:100%}.order-page .flow-card:not(:last-child):after{content:"→";color:var(--orange);font-size:1.5rem;font-weight:700;position:absolute;top:50%;right:-14px;transform:translateY(-50%)}.order-page .flow-number{background:var(--navy);width:48px;height:48px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;font-size:1.125rem;font-weight:700;display:inline-flex}.order-page .flow-card h3{color:var(--navy);margin-bottom:8px;font-size:.9375rem;font-weight:700;line-height:1.5}.order-page .flow-card p{color:var(--text-sub);font-size:.8125rem;line-height:1.7}.order-page .pricing-grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:24px;display:grid}.order-page .pricing-card{background:var(--bg-white);border:2px solid var(--border);text-align:center;border-radius:20px;flex-direction:column;padding:36px 28px;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.order-page .pricing-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #1b2a4a1f}.order-page .pricing-card.recommended{border:2px solid var(--orange);transform:scale(1.03);box-shadow:0 0 40px #f2652226}.order-page .pricing-card.recommended:hover{transform:scale(1.03)translateY(-4px)}.order-page .pricing-badge{background:var(--orange);color:var(--white);letter-spacing:.05em;border-radius:50px;padding:6px 20px;font-size:.8125rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.order-page .pricing-plan-name{color:var(--navy);margin-bottom:16px;font-size:1.125rem;font-weight:700}.order-page .pricing-price{justify-content:center;align-items:baseline;gap:4px;margin-bottom:8px;display:flex}.order-page .pricing-amount{color:var(--orange);font-size:3.5rem;font-weight:900;line-height:1}.order-page .pricing-amount-ask{color:var(--navy);padding:12px 0;font-size:1.75rem;font-weight:900;line-height:1}.order-page .pricing-unit{color:var(--text-sub);font-size:1.125rem;font-weight:700}.order-page .pricing-per{color:var(--text-sub);font-size:.875rem;font-weight:500}.order-page .pricing-desc{color:var(--text-sub);margin-bottom:24px;font-size:.875rem}.order-page .pricing-features{text-align:left;margin:0 0 auto;padding:0 0 28px;list-style:none}.order-page .pricing-features li{color:var(--text-sub);border-bottom:1px solid var(--border);padding:8px 0 8px 24px;font-size:.9375rem;position:relative}.order-page .pricing-features li:before{content:"✓";color:var(--orange);font-weight:700;position:absolute;left:0}.order-page .pricing-features li strong{color:var(--orange);font-size:1.75rem;font-weight:900}.order-page .pricing-cta{background:var(--orange);border:2px solid var(--orange);color:var(--white);cursor:pointer;border-radius:8px;padding:14px 24px;font-size:1rem;font-weight:700;transition:all .3s;display:block;box-shadow:0 4px 16px #f2652259}.order-page .pricing-cta:hover{background:var(--orange-hover);border-color:var(--orange-hover);transform:translateY(-2px);box-shadow:0 6px 24px #f2652273}.order-page .pricing-note{color:var(--text-sub);margin-top:16px;font-size:.8125rem}.order-page .faq-list{max-width:720px;margin-top:40px;margin-left:auto;margin-right:auto}.order-page .faq-item{border-bottom:1px solid var(--border);padding:24px 0}.order-page .faq-question{color:var(--navy);cursor:pointer;align-items:flex-start;gap:8px;margin-bottom:12px;font-size:1rem;font-weight:700;display:flex}.order-page .faq-question:before{content:"Q.";color:var(--orange);flex-shrink:0;font-weight:900}.order-page .faq-answer{color:var(--text-sub);padding-left:28px;font-size:.9375rem;line-height:1.8}.order-page .cta-section{background:var(--navy);color:var(--white);text-align:center;padding:80px 0}.order-page .cta-section h2{color:var(--white);margin-bottom:16px;font-size:1.75rem;font-weight:900}.order-page .cta-section p{opacity:.9;margin-bottom:8px;font-size:1rem;line-height:1.8}.order-page .cta-section .cta-button{margin-top:24px}.order-page .cta-note{opacity:.7;margin-top:16px;font-size:.8125rem}.order-page .inline-cta{background:var(--bg-light);text-align:center;border-radius:16px;margin:40px 0;padding:40px}.order-page .inline-cta p{color:var(--text);margin-bottom:20px;font-size:1.0625rem;line-height:1.8}.order-page .other-types{background:#f5f7fa}.order-page .other-types-grid{grid-template-columns:1fr 1fr 1fr;gap:20px;display:grid}.order-page .other-type-card{background:var(--white);color:inherit;border:1px solid #e0e6ed;border-radius:16px;padding:0;text-decoration:none;transition:all .3s;display:block;position:relative;overflow:hidden}.order-page .other-type-card:before{content:"";background:linear-gradient(90deg,var(--navy),var(--orange));opacity:0;z-index:1;height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.order-page .other-type-card:hover{border-color:var(--orange);transform:translateY(-4px);box-shadow:0 8px 32px #f265221f}.order-page .other-type-card:hover:before{opacity:1}.order-page .other-type-image{background:#f5f7fa;border-radius:16px 16px 0 0;width:100%;height:160px;position:relative;overflow:hidden}.order-page .other-type-label{background:var(--orange);color:var(--white);z-index:1;letter-spacing:.04em;border-radius:0 0 6px;padding:4px 12px;font-size:.75rem;font-weight:700;position:absolute;top:0;left:0;box-shadow:0 2px 8px #f2652266}.order-page .other-type-body{padding:16px 20px 20px}.order-page .other-type-name{color:var(--navy);margin-bottom:6px;font-size:1rem;font-weight:900;line-height:1.5}.order-page .other-type-desc{color:var(--text-sub);font-size:.8125rem;line-height:1.5}.order-page .footer{background:var(--navy-dark);color:#fff9;text-align:center;padding:40px 0;font-size:.8125rem}.order-page .footer-logo{margin:0 auto 12px}.order-page .footer-company{margin-bottom:8px}@media (max-width:768px){.order-page .hero-cta-wrap{flex-direction:column;justify-content:center;align-items:center}.order-page .section-title{font-size:1.5rem}.order-page .problem-grid,.order-page .func-grid{grid-template-columns:1fr}.order-page .pricing-grid{grid-template-columns:1fr 1fr;max-width:600px;margin:0 auto}.order-page .pricing-card.recommended{transform:none}.order-page .pricing-card.recommended:hover{transform:translateY(-4px)}.order-page .solution-grid,.order-page .flow-grid{grid-template-columns:1fr}.order-page .flow-card:not(:last-child):after{content:"↓";text-align:center;margin-top:8px;display:block;position:static;transform:none}.order-page .stats-grid,.order-page .facility-grid{grid-template-columns:repeat(2,1fr)}.order-page .header-nav{display:none}.order-page .section-padding{padding:56px 0}.order-page .other-types-grid{grid-template-columns:1fr}.order-page .cta-button{text-align:center;width:100%;padding:16px 24px}.order-page .cta-button-sub{text-align:center;width:100%}}@media (max-width:480px){.order-page .section-title{font-size:1.375rem}.order-page .stats-grid{grid-template-columns:1fr 1fr;gap:12px}.order-page .facility-grid{grid-template-columns:1fr 1fr;gap:8px}.order-page .other-types-grid{gap:12px}.order-page .pricing-amount{font-size:2.75rem}.order-page .pricing-grid{grid-template-columns:1fr;max-width:400px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
