*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2c7a3a;--secondary-color: #4a9d5e;--accent-color: #f7941d;--text-dark: #333333;--text-light: #666666;--bg-light: #f5f5f5;--bg-white: #ffffff;--border-color: #e0e0e0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:var(--text-dark);background:var(--bg-white)}header{background:var(--bg-white);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.company-name{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:var(--primary-color)}.nav-link.active:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:var(--primary-color)}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}.menu-toggle span{width:25px;height:3px;background:var(--text-dark);transition:.3s}.page{display:none;min-height:calc(100vh - 80px)}.page.active{display:block}.container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.page-title{font-size:2.5rem;text-align:center;margin-bottom:1rem;color:var(--text-dark)}.page-subtitle{text-align:center;color:var(--text-light);font-size:1.1rem;margin-bottom:3rem}.hero{background-image:url(/image.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding:4rem 2rem;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#e8f5e9d9,#c8e6c9d9);z-index:1}.hero-content,.hero-features{position:relative;z-index:2}.hero-content{max-width:1200px;margin:0 auto;text-align:center}.hero h1{font-size:3rem;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.3}.hero-subtitle{font-size:1.3rem;color:var(--text-light);margin-bottom:2.5rem}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;margin-bottom:4rem}.btn{padding:1rem 2.5rem;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;display:inline-block}.btn-primary{background:var(--primary-color);color:var(--bg-white)}.btn-primary:hover{background:var(--secondary-color);transform:translateY(-2px);box-shadow:0 5px 15px #2c7a3a4d}.btn-secondary{background:var(--bg-white);color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:var(--bg-white);transform:translateY(-2px)}.hero-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:var(--bg-white);padding:2rem;border-radius:15px;text-align:center;box-shadow:0 5px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.feature-icon{color:var(--primary-color);margin-bottom:1rem}.feature-card h3{font-size:1.3rem;margin-bottom:.5rem;color:var(--text-dark)}.feature-card p{color:var(--text-light)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.service-item{background:var(--bg-white);padding:2.5rem;border-radius:15px;box-shadow:0 5px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.service-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.service-icon{color:var(--primary-color);margin-bottom:1.5rem}.service-item h3{font-size:1.4rem;margin-bottom:1rem;color:var(--text-dark)}.service-item p{color:var(--text-light);line-height:1.8}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.pricing-card{background:var(--bg-white);border:2px solid var(--border-color);border-radius:15px;padding:2.5rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.pricing-card.featured{border-color:var(--primary-color);box-shadow:0 5px 30px #2c7a3a33}.popular-badge{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:var(--accent-color);color:var(--bg-white);padding:.4rem 1.5rem;border-radius:20px;font-size:.9rem;font-weight:600}.pricing-header{text-align:center;margin-bottom:2rem}.pricing-header h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.price{display:flex;align-items:baseline;justify-content:center;gap:.5rem}.amount{font-size:2.5rem;font-weight:700;color:var(--primary-color)}.period{font-size:1.2rem;color:var(--text-light)}.pricing-features{list-style:none}.pricing-features li{padding:.8rem 0;display:flex;align-items:center;gap:.8rem;color:var(--text-dark)}.pricing-features svg{color:var(--primary-color);flex-shrink:0}.pricing-notes{background:var(--bg-light);padding:2rem;border-radius:10px;border-left:4px solid var(--primary-color)}.pricing-notes h3{margin-bottom:1rem;color:var(--text-dark)}.pricing-notes ul{list-style:none}.pricing-notes li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--text-light)}.pricing-notes li:before{content:"・";position:absolute;left:0;color:var(--primary-color);font-weight:700}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.testimonial-card{background:var(--bg-white);border:2px solid var(--border-color);border-radius:15px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.testimonial-avatar{width:80px;height:80px;margin:0 auto 1.5rem;background:var(--bg-light);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary-color)}.testimonial-rating{display:flex;gap:.3rem;justify-content:center;margin-bottom:1rem;color:var(--accent-color)}.testimonial-text{color:var(--text-dark);line-height:1.8;margin-bottom:1rem}.testimonial-author{text-align:right;color:var(--text-light);font-weight:600}.about-content{max-width:900px;margin:0 auto}.about-section{margin-bottom:3rem}.about-section h2{font-size:2rem;margin-bottom:1.5rem;color:var(--primary-color)}.about-section p{color:var(--text-light);line-height:1.8;margin-bottom:1rem}.company-info{background:var(--bg-light);padding:2.5rem;border-radius:10px}.info-table{width:100%;border-collapse:collapse}.info-table tr{border-bottom:1px solid var(--border-color)}.info-table tr:last-child{border-bottom:none}.info-table th{padding:1.2rem 1rem;text-align:left;font-weight:600;color:var(--text-dark);width:30%;vertical-align:top}.info-table td{padding:1.2rem 1rem;color:var(--text-light);line-height:1.8}.access-content{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;align-items:start}.access-info h2{font-size:1.8rem;margin-bottom:1rem;color:var(--primary-color)}.address{font-size:1.1rem;color:var(--text-dark);line-height:1.8;margin-bottom:2rem}.access-details h3{font-size:1.3rem;margin-bottom:1rem;color:var(--text-dark)}.access-details ul{list-style:none}.access-details li{padding:.8rem 0;display:flex;align-items:center;gap:.8rem;color:var(--text-light)}.access-details svg{color:var(--primary-color);flex-shrink:0}.map-container{border-radius:10px;overflow:hidden;box-shadow:0 5px 20px #0000001a}footer{background:var(--text-dark);color:var(--bg-white);padding:3rem 2rem 1rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2rem}.footer-info h3{font-size:1.5rem;margin-bottom:.5rem}.footer-info p{color:#aaa}.footer-links{display:flex;flex-wrap:wrap;gap:2rem;justify-content:flex-end}.footer-links a{color:var(--bg-white);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--secondary-color)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #555}.footer-bottom p{color:#aaa}@media (max-width: 768px){.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:var(--bg-white);width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0}.nav-menu.active{left:0}.menu-toggle{display:flex}.hero h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;gap:1rem}.page-title{font-size:2rem}.access-content{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}.footer-links{justify-content:center}.pricing-grid,.services-grid,.testimonials-grid,.hero-features{grid-template-columns:1fr}}@media (max-width: 480px){.nav-container{padding:1rem}.company-name{font-size:1.2rem}.container,.hero{padding:2rem 1rem}.hero h1{font-size:1.5rem}.hero-subtitle{font-size:1rem}}
