*{box-sizing:border-box;margin:0;padding:0}img{box-sizing:border-box;max-width:100%;height:auto}html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}body{color:#333;background-color:#fefefe;max-width:100vw;font-family:Zen Maru Gothic,Noto Sans JP,sans-serif;line-height:1.6;position:relative;overflow-x:hidden}.container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 20px;overflow-x:hidden}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-family:Zen Maru Gothic,Noto Sans JP,sans-serif;font-weight:500;line-height:1.3}p{margin-bottom:1rem;line-height:1.7}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:rgba(255,255,255,.95);width:100%;transition:all .3s;position:fixed;top:0;left:0;box-shadow:0 2px 20px rgba(0,0,0,.1)}@media (max-width:480px){.header{max-height:11vh}}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.logo{align-items:center;gap:1rem;display:flex}.logo-img{width:50px;height:50px}.logo-text{color:#ff8c42;font-size:1.2rem;font-weight:700;line-height:1.2}.nav-menu{align-items:center;gap:2rem;list-style:none;display:flex}.nav-menu a{color:#333;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-menu a:hover{color:#ff8c42}.nav-menu a:after{content:"";background:#ff8c42;width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.nav-menu a:hover:after{width:100%}.cta-nav{background:linear-gradient(135deg,#ff8c42,#ffb366);border-radius:25px;padding:.8rem 1.5rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px rgba(255,140,66,.3);color:#fff!important}.cta-nav:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,140,66,.4)}.cta-nav:after{display:none}.hamburger{cursor:pointer;flex-direction:column;display:none}.hamburger span{background:#333;width:25px;height:3px;margin:3px 0;transition:all .3s}.hero{justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:-2;width:100%;height:100%;position:absolute;top:0;left:0}.hero-image{object-fit:cover;width:100%;height:100%}.hero-overlay{z-index:-1;background:linear-gradient(135deg,rgba(255,140,66,.7),rgba(144,198,149,.7));width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{text-align:center;color:#fff;z-index:1;max-width:800px;padding:15vh 2rem 0}.hero-title{margin-bottom:2rem}.title-main{text-shadow:2px 2px 4px rgba(0,0,0,.3);text-align:center;margin-bottom:1rem;font-size:max(1rem,min(4vw,2rem));font-weight:700;line-height:1.4;display:block;position:relative}.title-sub{opacity:.95;font-size:max(1rem,min(2.5vw,1.3rem));font-weight:400;line-height:1.6;display:block}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:2rem;display:flex}.btn{cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.btn:before{content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn:hover:before{left:100%}.btn-primary{color:#fff;background:linear-gradient(135deg,#ff8c42,#ffb366);box-shadow:0 6px 20px rgba(255,140,66,.3)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(255,140,66,.4)}.btn-secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.2);border:2px solid rgba(255,255,255,.5)}.btn-secondary:hover{background:rgba(255,255,255,.3);transform:translateY(-3px)}.hero-stats{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:20px;gap:3rem;padding:1.5rem 3rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.stat-item{text-align:center;color:#fff}.stat-number{margin-bottom:.5rem;font-size:2.5rem;font-weight:700;display:block}.stat-label{opacity:.9;font-size:.9rem}section{box-sizing:border-box;width:100%;padding:5rem 0;position:relative;overflow-x:hidden}.section-header{text-align:center;margin-bottom:4rem}.section-title{color:#333;margin-bottom:1rem;font-size:max(2rem,min(4vw,3rem));font-weight:700;position:relative}.section-title:after{content:"";background:linear-gradient(135deg,#ff8c42,#6bbf59);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.section-subtitle{color:#666;font-size:1.2rem;font-weight:400}.about{background:linear-gradient(135deg,#f8f9fa,#fff);position:relative;overflow:hidden}.about:before{content:"";pointer-events:none;background:radial-gradient(circle,rgba(255,179,102,.05) 0%,transparent 70%);width:100%;height:200%;position:absolute;top:-50%;right:-50%;transform:rotate(15deg)}.about-content{z-index:1;position:relative}.about-intro{text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.8);border:1px solid rgba(255,179,102,.2);border-radius:30px;max-width:800px;margin:0 auto 4rem;padding:3rem;box-shadow:0 20px 40px rgba(0,0,0,.1)}.about-intro h3{color:#ff8c42;text-align:center;margin-bottom:1.5rem;font-size:2rem;font-weight:600}.about-intro p{color:#555;margin-bottom:2rem;font-size:1.2rem;line-height:1.8}.about-author{color:#ff8c42;text-align:right;font-size:1.1rem;font-weight:600;position:relative}.about-author:before{content:"—";margin-right:.5rem}.about-features{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem;display:grid}.feature-card{text-align:center;background:#fff;border-radius:20px;padding:3rem 2rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.feature-card:before{content:"";opacity:0;background:linear-gradient(135deg,rgba(255,140,66,.05),rgba(144,198,149,.05));width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.feature-card:hover:before{opacity:1}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.feature-number{color:#fff;background:linear-gradient(135deg,#ff8c42,#ffb366);border-radius:50%;width:60px;height:60px;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;line-height:60px;display:inline-block}.feature-card h4{color:#333;margin-bottom:1rem;font-size:1.4rem}.feature-card p{color:#666;text-align:left;font-size:1rem;line-height:1.6}.reasons{background:#fff;position:relative}.reasons-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.reason-item{text-align:center;background:#fff;border-radius:20px;min-width:300px;padding:2rem;transition:all .3s;box-shadow:0 10px 30px rgba(0,0,0,.1)}.reason-item:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.reason-image{border-radius:15px;width:100%;height:200px;margin-bottom:1.5rem;overflow:hidden}.reason-image img{object-fit:cover;width:100%;height:100%}.reason-item h3{color:#333;margin-bottom:1rem;font-size:1.3rem}.reason-item p{color:#666;font-size:1rem;line-height:1.6}.work{background:linear-gradient(135deg,#f8f9fa,#fff);position:relative}.work:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 20% 20%,rgba(255,179,102,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(144,198,149,.1) 0%,transparent 50%);width:100%;height:100%;position:absolute;top:0;left:0}.work-grid{z-index:1;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;display:grid;position:relative}.work-item{background:#fff;border-radius:25px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 15px 35px rgba(0,0,0,.1)}.work-item:hover{transform:translateY(-10px);box-shadow:0 25px 50px rgba(0,0,0,.15)}.work-item-header{text-align:center;padding:2.5rem 2rem 1rem;position:relative}.work-icon-large{color:#fff;background:linear-gradient(135deg,#ff8c42,#ffb366);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 1.5rem;font-size:2.5rem;display:flex;box-shadow:0 10px 25px rgba(255,140,66,.3)}.work-item h3{color:#333;margin-bottom:1rem;font-size:1.6rem}.work-item-content{padding:0 2rem 2.5rem}.work-image-small{border:4px solid #ffb366;border-radius:20px;width:160px;height:160px;margin:0 auto 1.5rem;overflow:hidden}.work-image-small img{object-fit:cover;width:100%;height:100%}.work-list{padding:0;list-style:none}.work-list li{color:#555;border-bottom:1px solid #f0f0f0;padding:.8rem 0 .8rem 2rem;transition:color .3s;position:relative}.work-list li:before{content:"●";color:#6bbf59;font-size:1.2rem;position:absolute;left:0}.work-list li:hover{color:#ff8c42}.work-list li:last-child{border-bottom:none}.schedule{background:#fff;position:relative;overflow:hidden}.schedule:before{content:"";pointer-events:none;background:linear-gradient(135deg,rgba(255,179,102,.03),rgba(144,198,149,.03));width:50%;height:100%;position:absolute;top:0;right:0}.schedule-container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.schedule-timeline{position:relative}.schedule-timeline:before{content:"";background:linear-gradient(#ffb366,#90c695);width:4px;position:absolute;top:0;bottom:0;left:30px}.timeline-item{align-items:center;margin-bottom:2.5rem;display:flex;position:relative}.timeline-time{color:#fff;z-index:2;background:linear-gradient(135deg,#ff8c42,#ffb366);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:.9rem;font-weight:700;display:flex;position:relative;box-shadow:0 5px 15px rgba(255,140,66,.3)}.timeline-content{background:#fff;border-radius:15px;flex:1;margin-left:1.5rem;padding:1.5rem;position:relative;box-shadow:0 5px 20px rgba(0,0,0,.1)}.timeline-content:before{content:"";border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid #fff;width:0;height:0;position:absolute;top:50%;left:-8px;transform:translateY(-50%)}.timeline-content h4{color:#ff8c42;margin-bottom:.5rem;font-size:1.2rem}.timeline-content p{color:#666;margin:0;font-size:.95rem}.schedule-content{text-align:center;position:relative}.schedule-bg-text{color:rgba(255,140,66,.1);z-index:1;white-space:nowrap;font-size:max(3rem,min(8vw,6rem));font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.schedule-main-content{z-index:2;position:relative}.schedule-image{border:8px solid #ffb366;border-radius:50%;width:400px;height:400px;margin:0 auto 2rem;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.15)}.schedule-image img{object-fit:cover;width:100%;height:100%}.schedule-description{color:#555;max-width:400px;margin:0 auto;font-size:1.3rem;line-height:1.8}.voice{background:linear-gradient(135deg,#f8f9fa,#fff);position:relative}.voice-container{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;display:grid}.voice-bubble{background:#fff;border-radius:25px;padding:2.5rem;transition:all .3s;position:relative;box-shadow:0 15px 35px rgba(0,0,0,.1)}.voice-bubble:before{content:"";border-top:15px solid #fff;border-left:15px solid transparent;border-right:15px solid transparent;width:0;height:0;position:absolute;bottom:-15px;left:3rem}.voice-bubble:hover{transform:translateY(-10px);box-shadow:0 25px 50px rgba(0,0,0,.15)}.voice-quote{color:#555;margin-bottom:2rem;font-size:1.2rem;font-style:italic;line-height:1.8;position:relative}.voice-quote:before{content:"\"";color:#ffb366;font-family:serif;font-size:3rem;position:absolute;top:-10px;left:-15px}.voice-quote:after{content:"\"";color:#ffb366;font-family:serif;font-size:3rem;position:absolute;bottom:-20px;right:-10px}.voice-profile{align-items:center;gap:1rem;margin-top:2rem;display:flex}.voice-avatar{border:4px solid #ffb366;border-radius:50%;flex-shrink:0;width:120px;height:120px;overflow:hidden}.voice-avatar img{object-fit:cover;width:100%;height:100%}.voice-info{flex:1}.voice-name{color:#ff8c42;margin-bottom:.2rem;font-size:1.1rem;font-weight:600}.voice-role{color:#666;font-size:.9rem}.staff{background:#fff;position:relative}.staff-tabs{justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.tab-button{color:#666;cursor:pointer;background:linear-gradient(135deg,#f8f9fa,#fff);border:2px solid #e9ecef;border-radius:25px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.tab-button.active{color:#fff;background:linear-gradient(135deg,#ff8c42,#ffb366);border-color:#ff8c42;box-shadow:0 5px 15px rgba(255,140,66,.3)}.tab-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.tab-content{display:none}.tab-content.active{display:block}.flow-steps{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem;display:grid}.flow-step{text-align:center;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:20px;padding:2.5rem 2rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.1)}.flow-step:before{content:"";background:linear-gradient(135deg,#ff8c42,#6bbf59);width:100%;height:5px;position:absolute;top:0;left:0}.flow-step:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.15)}.step-number{color:#fff;background:linear-gradient(135deg,#ff8c42,#ffb366);border-radius:50%;width:60px;height:60px;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;line-height:60px;display:inline-block}.flow-step h4{color:#333;margin-bottom:1rem;font-size:1.3rem}.flow-step p{color:#666;font-size:1rem;line-height:1.6}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:15px;margin-bottom:1rem;transition:all .3s;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.08)}.faq-item:hover{box-shadow:0 8px 25px rgba(0,0,0,.12)}.faq-question{cursor:pointer;background:linear-gradient(135deg,#f8f9fa,#fff);border-bottom:1px solid #e9ecef;align-items:center;gap:1rem;padding:1.5rem 2rem;transition:all .3s;display:flex}.faq-question:hover{color:#fff;background:linear-gradient(135deg,#ffb366,#90c695)}.faq-icon{color:#fff;background:linear-gradient(135deg,#ff8c42,#ffb366);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:1rem;display:flex}.faq-question h4{flex:1;margin:0;font-size:1.1rem}.faq-toggle{color:#ff8c42;font-size:1.2rem;transition:transform .3s}.faq-item.active .faq-toggle{transform:rotate(45deg)}.faq-answer{max-height:0;padding:0 2rem;transition:all .3s;overflow:hidden}.faq-item.active .faq-answer{max-height:200px;padding:1.5rem 2rem}.faq-answer p{color:#666;margin:0;line-height:1.6}.activity-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem;display:grid}.activity-item{background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:20px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.1)}.activity-item:before{content:"";background:linear-gradient(135deg,#ff8c42,#6bbf59);width:100%;height:5px;position:absolute;top:0;left:0}.activity-item:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.15)}.activity-date{color:#fff;background:linear-gradient(135deg,#ff8c42,#ffb366);padding:1rem 2rem;font-size:1.1rem;font-weight:600}.activity-content{padding:2rem}.activity-title{color:#333;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.activity-description{color:#666;font-size:1rem;line-height:1.6}.access{background:linear-gradient(135deg,#f8f9fa,#fff);position:relative}.access-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.info-item{background:#fff;border-radius:15px;align-items:flex-start;gap:1.5rem;margin-bottom:2.5rem;padding:2rem;transition:transform .3s;display:flex;box-shadow:0 5px 20px rgba(0,0,0,.08)}.info-item:hover{transform:translate(10px)}.info-icon{color:#fff;background:linear-gradient(135deg,#ffb366,#90c695);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;display:flex}.info-text h4{color:#ff8c42;margin-bottom:.5rem;font-size:1.3rem}.info-text p{color:#666;margin:0;line-height:1.6}.closed{font-size:.9rem;color:#999!important}.map-placeholder{border-radius:20px;position:relative;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.map-placeholder img{object-fit:cover;width:100%;height:300px}.map-overlay{color:#fff;text-align:center;background:linear-gradient(transparent,rgba(0,0,0,.8));padding:2rem;position:absolute;bottom:0;left:0;right:0}.map-overlay p{margin:0;font-size:1.1rem;font-weight:600}.contact{background:#fff;position:relative}.contact-content{gap:4rem;display:grid}.contact-methods{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.contact-method{text-align:center;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:20px;padding:3rem 2rem;transition:transform .3s;box-shadow:0 8px 25px rgba(0,0,0,.1)}.contact-method:hover{transform:translateY(-5px)}.method-icon{color:#fff;background:linear-gradient(135deg,#ff8c42,#ffb366);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2rem;display:flex}.contact-method h3{color:#333;margin-bottom:1rem;font-size:1.4rem}.phone-number{color:#ff8c42;margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.phone-hours{color:#666;font-size:.9rem}.line-qr{margin-top:1rem}.line-qr img{border-radius:10px;width:120px;height:120px}.contact-form{background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:20px;width:80%;max-width:none;margin:0 auto;padding:2.25rem;box-shadow:0 10px 30px rgba(0,0,0,.1)}.contact-form h3{text-align:center;color:#333;margin-bottom:1.5rem;font-size:1.6rem}.form-group{margin-bottom:.75rem}.form-group label{color:#333;margin-bottom:.25rem;font-weight:600;display:block}.required{color:#e74c3c}.form-group input,.form-group select,.form-group textarea{border:2px solid #e9ecef;border-radius:10px;width:100%;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#ffb366;outline:none;box-shadow:0 0 0 3px rgba(255,179,102,.1)}.btn-submit{text-align:center;justify-content:center;width:100%;margin-top:.75rem;padding:.9rem;font-size:1.2rem}.footer{color:#fff;background:linear-gradient(135deg,#333,#444);padding:4rem 0 2rem}.footer-content{grid-template-columns:2fr 1fr;align-items:start;gap:4rem;margin-bottom:3rem;display:grid}.footer-logo{align-items:center;gap:2rem;margin-bottom:2rem;display:flex}.footer-logo img{background:rgba(255,255,255,.95);border:3px solid rgba(255,179,102,.4);border-radius:20px;width:240px;height:240px;padding:20px;box-shadow:0 10px 30px rgba(0,0,0,.2)}.footer-logo span{color:#ffb366;text-shadow:2px 2px 4px rgba(0,0,0,.3);white-space:nowrap;font-size:2.5rem;font-weight:700;line-height:1.2}.footer-description{color:#ccc;line-height:1.6}.footer-contact{text-align:left;width:100%;margin-left:auto}.footer-contact h4{color:#ffb366;text-align:left;margin-bottom:1rem}.footer-contact p{color:#ccc;text-align:left;justify-content:flex-start;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.footer-contact i{color:#ffb366;width:20px}.footer-bottom{text-align:center;color:#999;border-top:1px solid #555;padding-top:2rem}.nav-menu-open{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;background:rgba(255,255,255,.98);flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:70vw;height:100vh;padding-top:80px;animation:.3s ease-out slideInRight;position:fixed;top:0;right:0}.nav-menu-open li{opacity:0;animation:.3s ease-out forwards fadeInUp}.nav-menu-open li:first-child{animation-delay:.1s}.nav-menu-open li:nth-child(2){animation-delay:.15s}.nav-menu-open li:nth-child(3){animation-delay:.2s}.nav-menu-open li:nth-child(4){animation-delay:.25s}.nav-menu-open li:nth-child(5){animation-delay:.3s}.nav-menu-open li:nth-child(6){animation-delay:.35s}.nav-menu-open li:nth-child(7){animation-delay:.4s}.nav-menu-open a{border-radius:15px;padding:1rem 2rem;font-size:1.5rem;font-weight:600;transition:all .3s}.nav-menu-open a:hover{background:rgba(255,140,66,.1);transform:scale(1.05)}.hamburger-open span:first-child{transform:rotate(45deg)translate(6px,6px)}.hamburger-open span:nth-child(2){opacity:0}.hamburger-open span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){*{box-sizing:border-box;max-width:100%}.nav-menu{display:none}.nav-menu.nav-menu-open{display:flex}.hamburger{z-index:1001;display:flex}.hero-stats{flex-direction:column;gap:1rem;padding:1rem 2rem}.hero-buttons{flex-direction:column;align-items:center}.about-features,.work-grid,.voice-container{grid-template-columns:1fr}.reasons-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.schedule-container,.access-content{grid-template-columns:1fr;gap:2rem}.contact-methods{grid-template-columns:1fr;gap:1.5rem}.timeline-item{margin-bottom:2rem}.footer-content{text-align:center;grid-template-columns:1fr;gap:2rem}.footer-logo{flex-direction:column;align-items:center;gap:1.2rem}.footer-logo img{border-radius:15px;width:120px;height:120px;padding:12px}.footer-logo span{text-align:center;white-space:nowrap;font-size:1.6rem}.container{padding:0 15px}section{padding:3rem 0}.schedule-bg-text{font-size:2rem}.staff-tabs{flex-direction:column;align-items:center;gap:.5rem}.tab-button{text-align:center;width:100%;max-width:300px}.flow-steps,.activity-grid{grid-template-columns:1fr}.work-image-small{border:2px solid #ffb366;border-radius:12px;width:80px;height:80px}.schedule-image{border:4px solid #ffb366;width:200px;height:200px}.voice-avatar{border:2px solid #ffb366;width:60px;height:60px}}@media (max-width:480px){.title-main{white-space:nowrap;font-size:1rem}.title-sub{font-size:1rem}.btn{padding:.8rem 1.5rem;font-size:1rem}.reasons-grid,.contact-methods{grid-template-columns:1fr}.schedule-timeline:before{left:20px}.timeline-time{width:40px;height:40px;font-size:.8rem}.tab-button{padding:.8rem 1.5rem;font-size:1rem}.footer-logo{flex-direction:column;align-items:center;gap:1.2rem}.footer-logo img{border-radius:15px;width:120px;height:120px;padding:12px}.footer-logo span{text-align:center;white-space:nowrap;font-size:1.6rem}}@media (max-width:360px){.title-main{white-space:nowrap;font-size:1rem}.hero-content{padding:0 1rem}}.fade-in{opacity:0;transition:all .6s;transform:translateY(30px)}.fade-in.visible{opacity:1;transform:translateY(0)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#ffb366,#90c695);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#ff8c42,#6bbf59)}.report-cassette-grid{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem;display:flex}.report-cassette{background:#fff;border-radius:18px;flex-direction:column;align-items:center;width:320px;max-width:90vw;padding:1.2rem 1.2rem 1.5rem;transition:box-shadow .2s;display:flex;box-shadow:0 2px 12px rgba(0,0,0,.07)}.report-cassette:hover{box-shadow:0 4px 24px rgba(0,0,0,.13)}.report-cassette-image{background:#f7f7f7;border-radius:12px;justify-content:center;align-items:center;width:100%;height:180px;margin-bottom:1rem;display:flex;overflow:hidden}.report-cassette-image img{object-fit:cover;width:100%;height:100%}.report-cassette-content{text-align:center}.report-cassette-content h3{margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.report-cassette-content p{color:#555;font-size:.98rem}@media (max-width:600px){.report-cassette{width:98vw;padding:.7rem .5rem 1rem}.report-cassette-image{height:120px}}
