*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,"Helvetica Neue","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;line-height:1.8;color:#333;background-color:#fff}a{text-decoration:none;color:inherit;transition:opacity .3s ease}a:hover{opacity:.7}ul{list-style:none}img{max-width:100%;height:auto;vertical-align:bottom}.container{max-width:900px;margin:0 auto;padding:0 20px}:root{--primary-blue:#4BA3C3;--nav-blue:#5AADCF;--light-blue:#E5F2F7;--lighter-blue:#EEF7FA;--gradient-blue-start:#E8F4F8;--gradient-blue-end:#C5E3EE;--accent-red:#C41E22;--text-dark:#333;--text-gray:#666;--text-light:#999;--border-gray:#E0E0E0;--white:#fff}.header{background-color:var(--white)}.header-inner{max-width:900px;margin:0 auto;padding:15px 20px}.header-top{display:flex;justify-content:space-between;align-items:flex-start}.logo-area{display:flex;flex-direction:column;gap:5px}.site-title{font-size:1.3rem;font-weight:700;color:var(--text-dark)}.sponsor{display:flex;align-items:center;gap:6px}.sponsor-label{background-color:#138bb7;color:var(--white);padding:2px 8px;border-radius:3px;font-size:.65rem;font-weight:500}.sponsor-logo{height:46px;width:auto}.sponsor-text{color:var(--text-gray);font-size:.75rem}.contact-info{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.contact-item{display:flex;align-items:center;gap:8px}.contact-item a{color:var(--text-dark)}.icon{display:inline-block;width:18px;height:18px;background-size:contain;background-repeat:no-repeat}.icon-mail{background-image:url(images/envelope.png)}.icon-phone{background-image:url(images/phone.png)}.main-nav{background-color:var(--nav-blue);width:100%}.nav-inner{max-width:900px;margin:0 auto;padding:0 20px}.nav-list{display:flex;justify-content:center}.nav-list li{border-right:1px solid #ffffff4d}.nav-list li:last-child{border-right:none}.nav-list li a{display:block;padding:12px 30px;font-size:.9rem;color:var(--white);font-weight:500}.nav-list li.active a,.nav-list li a:hover{background-color:#ffffff26;opacity:1}.hero{position:relative;background-image:url(images/background.webp);background-size:cover;background-position:center;min-height:480px;overflow:hidden}.hero::before{content:'';position:absolute;bottom:0;left:0;right:0;width:100%;height:466px;background-image:url(images/cloud.webp);background-size:100% 100%;background-position:bottom center;background-repeat:no-repeat;z-index:1;opacity:.9}.hero::after{content:'';position:absolute;bottom:0;left:0;right:0;width:calc(100% + 10px);height:230px;background:url(images/hero-bg.png);background-size:100%;background-position:bottom center,bottom center;background-repeat:no-repeat,no-repeat;z-index:2;opacity:.7}.hero-content{position:relative;z-index:3;padding:40px 20px 80px;max-width:550px;margin:0 auto;text-align:center}.hero-limited{font-size:1.4rem;margin-bottom:12px;padding-bottom:12px;position:relative}.hero-limited::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60%;height:1px;background-color:var(--text-dark)}.hero-limited .red{color:var(--accent-red)}.hero-services{font-size:1.3rem;color:#f15a24;margin-bottom:20px;padding-bottom:20px;letter-spacing:.04em;position:relative}.hero-services::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60%;height:1px;background-color:var(--text-dark)}.hero-services .small{font-size:.85rem}.hero-support{font-size:.95rem;color:#000;margin-bottom:15px}.hero-support span{color:#f15a24}.hero-title{margin-bottom:15px}.hero-title .title-sub{display:block;font-size:1.7rem;font-weight:500;margin-bottom:0}.hero-title .title-main{display:block;font-size:3rem;font-weight:700;letter-spacing:.08em}.hero-time .red{color:var(--accent-red);font-weight:700;font-size:1.25rem}.hero-cta{font-size:1rem;color:var(--text-dark)}.hero-lawyer{position:absolute;right:10%;top:50%;transform:translateY(-50%);z-index:4;display:flex;flex-direction:column;align-items:center}.lawyer-card{background-color:#fffffff2;padding:12px 20px;border-radius:8px;text-align:center;margin-bottom:-20px;position:relative;z-index:2;box-shadow:0 2px 10px #0000001a}.lawyer-label{font-size:.75rem;color:var(--primary-blue);margin-bottom:0}.lawyer-reading{font-size:.65rem;color:var(--text-light);letter-spacing:.08em}.lawyer-name{font-size:1.5rem;font-weight:700;color:var(--text-dark);letter-spacing:.08em}.lawyer-affiliation{font-size:.65rem;color:var(--text-light)}.lawyer-image{width:170px;height:auto;position:relative;z-index:1}.consultation{padding:55px 20px;background:linear-gradient(90deg,#3aabd2 0%,#FFF 100%)}.consultation-header{text-align:center;margin-bottom:25px}.consultation-intro{font-size:1.7rem;color:#000}.consultation-title{font-size:1.7rem;color:#000}.consultation-list{max-width:430px;margin:0 auto}.consultation-list li{display:flex;align-items:center;gap:12px;padding:8px 0}.check-icon{width:22px;height:22px;flex-shrink:0;object-fit:contain}.services{padding:50px 20px 60px;background:url(images/background.webp)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px 50px;max-width:620px;margin:0 auto}.service-item{display:flex;flex-direction:column;align-items:center;text-align:center}.service-icon{width:95px;height:95px;background-color:var(--white);display:flex;align-items:center;justify-content:center;margin-bottom:12px;box-shadow:0 3px 15px #4ba3c333;border:2px solid var(--primary-blue)}.service-icon img{width:48px;height:48px;object-fit:contain}.service-name{font-size:1rem;color:#000}.cta-section{padding:40px;text-align:center}.cta-button,.submit-button{display:inline-block;padding:13px 75px;background-color:#3aabd2;color:var(--white);font-size:1.2rem;border:3px #fff solid;border-radius:8px;transition:all .3s ease;letter-spacing:.1em;cursor:pointer;margin-top:30px}.cta-button:hover,.submit-button:hover{background-color:#3A8FAD;opacity:1}.footer{background-color:var(--white);border-top:1px solid var(--border-gray)}.footer-inner{max-width:900px;margin:0 auto;padding:35px 20px 25px}.footer-main{display:flex;justify-content:space-between;align-items:flex-start}.footer-left{text-align:left}.footer-title{font-size:1.6rem;font-weight:700;color:var(--text-dark);margin-bottom:8px}.footer-address{font-size:.75rem;color:var(--text-gray);line-height:1.6}.footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.footer-contact-item{display:flex;align-items:center;gap:8px;font-size:.9rem}.footer-contact-item a{color:var(--text-dark)}.footer-copyright{background-color:var(--nav-blue);width:100%;padding:12px;text-align:center}.footer-copyright p{color:var(--white)}.page-hero{height:100px;position:relative;overflow:hidden}.page-hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#E8F4F8 0%,#D0E8F2 50%,#B0D8EA 100%)}.page-hero-bg::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(125deg,#fff6 0%,#fff3 25%,transparent 50%)}.page-hero-bg::after{content:'';position:absolute;bottom:0;left:0;right:0;height:50px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 50' preserveAspectRatio='none'%3E%3Cpath fill='%2369B5D1' opacity='0.3' d='M0,50 L0,35 L40,35 L40,25 L60,25 L60,30 L80,30 L80,20 L100,20 L100,28 L120,28 L120,15 L145,15 L145,22 L170,22 L170,18 L195,18 L195,25 L220,25 L220,12 L245,12 L245,20 L270,20 L270,28 L300,28 L300,18 L325,18 L325,10 L350,10 L350,18 L375,18 L375,24 L410,24 L410,15 L435,15 L435,22 L460,22 L460,30 L500,30 L500,20 L525,20 L525,12 L550,12 L550,20 L575,20 L575,27 L610,27 L610,17 L635,17 L635,23 L660,23 L660,15 L685,15 L685,23 L710,23 L710,30 L750,30 L750,20 L775,20 L775,12 L800,12 L800,20 L825,20 L825,27 L860,27 L860,17 L885,17 L885,23 L910,23 L910,15 L935,15 L935,23 L960,23 L960,30 L1000,30 L1000,20 L1025,20 L1025,12 L1050,12 L1050,20 L1075,20 L1075,27 L1110,27 L1110,17 L1135,17 L1135,23 L1160,23 L1160,30 L1200,30 L1200,23 L1225,23 L1225,28 L1250,28 L1250,35 L1280,35 L1280,28 L1310,28 L1310,32 L1340,32 L1340,37 L1370,37 L1370,30 L1400,30 L1400,50 Z'/%3E%3C/svg%3E");background-size:cover;background-position:bottom center}.main-content{background:url(images/background.webp);background-size:cover;padding-top:20px;padding-bottom:50px}.page-title{text-align:center;font-size:1.35rem;font-weight:700;color:var(--text-dark);margin-bottom:40px;padding-bottom:12px;border-bottom:2px solid var(--primary-blue)}.examples-page{padding:40px 0 0}.example-row{width:100%;padding:35px 20px}.example-row-white{background-color:var(--white)}.example-row-inner{max-width:750px;margin:0 auto;display:flex;align-items:center;gap:40px}.example-row-reverse{flex-direction:row}.example-row-reverse .example-text{text-align:right}.example-icon-wrap{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:8px;min-width:80px}.example-icon-wrap img{width:55px;height:55px;object-fit:contain}.example-text{flex:1}.example-row-other{flex-direction:column;align-items:center;text-align:center;gap:25px}.example-text-other{text-align:center}.example-text-other p{font-size:.9rem;color:var(--text-dark);line-height:2;margin-bottom:0}.about-page .section-title{text-align:center;font-size:1.2rem;font-weight:700;color:var(--text-dark);margin-bottom:28px;padding-bottom:10px;border-bottom:1px solid var(--primary-blue)}.profile-section{margin-bottom:50px;margin-bottom:50px;background-color:var(--white);padding:40px 0;margin-bottom:0}.profile-content{display:flex;gap:40px;align-items:flex-start}.profile-info{flex:1}.profile-table{width:100%;margin-bottom:22px}.profile-table th,.profile-table td{padding:7px 0;font-size:.9rem;vertical-align:top}.profile-table th{width:75px;font-weight:500}.profile-table td{color:var(--text-dark)}.career-section h3,.practice-areas h3{font-weight:700;margin-bottom:10px}.career-list{margin-bottom:22px}.career-list li{line-height:1.8}.practice-areas p{font-size:.9rem;color:var(--text-dark)}.profile-image{flex-shrink:0;width:140px}.profile-image img{width:100%;height:auto}.company-section{margin-top:40px}.company-info{text-align:center;margin-bottom:22px}.company-name{font-size:1rem;font-weight:500;color:var(--text-dark);margin-bottom:5px}.company-address-title{font-size:.9rem;color:var(--text-dark)}.map-container{margin-bottom:22px;border-radius:8px;overflow:hidden}.company-table{width:100%;max-width:480px;margin:0 auto}.company-table th,.company-table td{padding:7px 0;font-size:.9rem;vertical-align:top}.company-table th{width:100px;font-weight:500;text-align:left}.company-table td{color:var(--text-dark)}.privacy-page .privacy-content{max-width:820px;margin:0 auto}.privacy-intro{line-height:1.9;margin-bottom:28px}.privacy-section{margin-bottom:22px}.privacy-section h3{font-weight:700;margin-bottom:10px}.privacy-section p{line-height:1.9}.privacy-section ul{margin-left:20px}.privacy-section li{line-height:1.9;list-style:disc}.booking-page .booking-intro{text-align:center;margin-bottom:28px}.booking-notes{background-color:var(--light-blue);padding:20px 22px;margin-bottom:38px}.booking-notes p{font-size:.8rem;color:var(--text-dark);line-height:1.8;margin-bottom:5px}.booking-notes p:last-child{margin-bottom:0}.booking-form{max-width:750px;margin:0 auto;padding:20px}.form-group{margin-bottom:24px}.form-label{display:block;font-size:.9rem;font-weight:500;color:var(--text-dark);margin-bottom:8px}.form-label .required{display:inline-block;background-color:var(--accent-red);color:var(--white);font-size:.7rem;padding:2px 6px;border-radius:3px;margin-left:8px;font-weight:500}.form-label .optional{display:inline-block;background-color:var(--text-gray);color:var(--white);font-size:.7rem;padding:2px 6px;border-radius:3px;margin-left:8px;font-weight:500}.form-row{display:flex;gap:20px}.form-row .form-group{flex:1}.form-input,.form-select,.form-textarea{width:100%;padding:12px 14px;font-size:.9rem;border:1px solid var(--border-gray);border-radius:5px;background-color:var(--white);transition:border-color .3s ease;font-family:inherit}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--primary-blue)}.form-input::placeholder{color:#bbb}.form-input.error{border-color:var(--accent-red)}.form-textarea{min-height:110px;resize:vertical}.form-hint{font-size:.75rem;color:var(--text-gray);margin-top:5px}.form-hint-sub{font-size:.75rem;color:var(--text-gray);margin-bottom:8px}.char-count{text-align:right;font-size:.75rem;color:var(--text-gray);margin-top:5px}.form-checkbox{display:flex;align-items:center;gap:10px}.form-checkbox input[type="checkbox"]{width:20px;height:20px;cursor:pointer;accent-color:var(--primary-blue)}.form-checkbox label{font-size:.9rem;color:var(--text-dark);cursor:pointer}.form-note{text-align:center;font-size:1rem;color:var(--text-dark);margin:35px 0}.form-note .red{color:var(--accent-red);font-weight:700}.form-submit{text-align:center;margin-top:30px}.red{color:var(--accent-red)}