*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Hiragino Sans,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;line-height:1.8;color:#333}header{background:#1a365d;color:#fff;padding:1rem 2rem;position:fixed;width:100%;top:0;z-index:100}header nav{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#fff;text-decoration:none;transition:opacity .3s}.nav-links a:hover{opacity:.7}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.hamburger span{display:block;width:25px;height:3px;background:#fff;transition:all .3s}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.lang-toggle{display:flex;gap:.25rem;align-items:center}.lang-btn{background:#fff3;color:#fff;border:none;padding:.4rem .6rem;border-radius:4px;font-size:.8rem;cursor:pointer;transition:background .3s}.lang-btn:hover{background:#ffffff4d}.lang-btn.active{background:#fff6;font-weight:700}.hero{background:linear-gradient(#1a365dcc,#1a365dcc),url(/images/hero-bg.jpg) center/cover no-repeat;color:#fff;padding:10rem 2rem 6rem;text-align:center}.hero h1{font-size:2.5rem;margin-bottom:1rem}.hero p{font-size:1.2rem;opacity:.9}section{padding:5rem 2rem;max-width:1000px;margin:0 auto}section h2{font-size:1.8rem;color:#1a365d;margin-bottom:2rem;text-align:center;position:relative;padding-bottom:1rem}section h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:#2c5282}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.service-card{border-radius:8px;overflow:hidden;background-size:cover;background-position:center;min-height:280px;transition:transform .3s}.service-card:hover{transform:translateY(-4px)}.service-overlay{background:#1a365dd9;color:#fff;padding:.5rem;height:100%;display:flex;flex-direction:column;justify-content:center;text-align:center}.service-card h3{color:#fff;margin-bottom:1rem;font-size:1.3rem}.service-card p{font-size:.95rem;line-height:1.7;opacity:.95}.about-intro{text-align:center;margin-bottom:2rem}.about-intro p{margin-bottom:1rem}.about-intro .about-note{font-size:.9rem;color:#666}.about-table{width:100%;border-collapse:collapse;margin-top:2rem}.about-table th,.about-table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}.about-table th{width:30%;background:#f7fafc;color:#1a365d}#contact{background:#f7fafc;margin:0;max-width:100%;padding:5rem 2rem}#contact>*{max-width:1000px;margin-left:auto;margin-right:auto}.contact-btn{display:inline-block;background:#1a365d;color:#fff;padding:1rem 3rem;border-radius:4px;text-decoration:none;font-size:1.1rem;transition:background .3s;margin-top:1.5rem}.contact-btn:hover{background:#2c5282}.contact-note{color:#666;font-size:.9rem;margin-top:1rem}footer{background:#1a365d;color:#fff;text-align:center;padding:2rem}footer p{opacity:.8;font-size:.9rem}@media(max-width:768px){header{padding:1rem}.hamburger{display:flex}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#1a365d;flex-direction:column;gap:0;padding:1rem 0}.nav-links.active{display:flex}.nav-links li{text-align:center}.nav-links a{display:block;padding:1rem}.nav-links a:hover{background:#ffffff1a}.lang-toggle{justify-content:center;padding:.5rem 0}.hero{padding:8rem 1.5rem 4rem}.hero h1{font-size:1.8rem}.hero p{font-size:1rem}section{padding:3rem 1.5rem}section h2{font-size:1.5rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{min-height:220px}.about-table th,.about-table td{display:block;width:100%}.about-table th{border-bottom:none;padding-bottom:.5rem}.about-table td{padding-top:0}#contact{padding:3rem 1.5rem}.contact-btn{padding:.875rem 2rem;font-size:1rem}}@media(max-width:480px){.logo{font-size:1.25rem}.hero{padding:7rem 1rem 3rem}.hero h1{font-size:1.5rem}.hero p{font-size:.95rem}section{padding:2.5rem 1rem}section h2{font-size:1.3rem;margin-bottom:1.5rem}.service-card{min-height:200px}.service-card h3{font-size:1.1rem}.service-card p{font-size:.9rem}.about-intro p{font-size:.95rem}.about-table th,.about-table td{padding:.75rem;font-size:.95rem}.contact-btn{width:100%;text-align:center}footer{padding:1.5rem 1rem}}
