.Header-module__hBw1pG__header{z-index:100;background-color:#f5f5f5;width:100%;height:80px;font-family:Noto Sans JP,sans-serif;position:fixed;top:0;left:0}.Header-module__hBw1pG__container{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;height:100%;padding-left:40px;padding-right:40px;display:flex}.Header-module__hBw1pG__logoContainer{align-items:center;display:flex}.Header-module__hBw1pG__logo{object-fit:contain;width:auto;height:48px}.Header-module__hBw1pG__navDesktop{align-items:center;gap:48px;display:flex}.Header-module__hBw1pG__navLink{color:#1c1c1c;cursor:pointer;letter-spacing:.05em;white-space:nowrap;font-size:15px;font-weight:500;text-decoration:none;transition:opacity .2s}.Header-module__hBw1pG__navLinkButton{color:#1c1c1c;cursor:pointer;letter-spacing:.05em;white-space:nowrap;background:0 0;border:none;align-items:center;padding:0;font-family:inherit;font-size:15px;font-weight:500;transition:opacity .2s;display:flex}.Header-module__hBw1pG__chevron{border-bottom:1.5px solid;border-right:1.5px solid;width:7px;height:7px;margin-left:10px;transition:transform .2s;transform:translateY(-2px)rotate(45deg)}.Header-module__hBw1pG__chevronOpen{transform:translateY(2px)rotate(225deg)}.Header-module__hBw1pG__navLinkButton:hover,.Header-module__hBw1pG__navLink:hover{opacity:.7}.Header-module__hBw1pG__dropdownContainer{align-items:center;height:80px;display:flex;position:relative}.Header-module__hBw1pG__dropdownMenu{opacity:0;visibility:hidden;pointer-events:none;background:#fff;border-radius:4px;flex-direction:column;min-width:200px;padding:10px 0;transition:all .3s;display:flex;position:absolute;top:80px;left:-20px;transform:translateY(-10px);box-shadow:0 10px 30px #0000001a}.Header-module__hBw1pG__dropdownMenuOpen{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.Header-module__hBw1pG__dropdownItem{color:#333;padding:12px 24px;font-size:14px;font-weight:500;text-decoration:none;transition:background-color .2s}.Header-module__hBw1pG__dropdownItem:hover{color:#007b8f;background-color:#f5f5f5}.Header-module__hBw1pG__actions{align-items:center;display:flex}.Header-module__hBw1pG__contactBtnDesktop{color:#fff;white-space:nowrap;background-color:#646464;border-radius:40px;align-items:center;padding:12px 24px;font-size:15px;font-weight:500;text-decoration:none;transition:background-color .2s;display:flex}.Header-module__hBw1pG__mailIcon{box-sizing:border-box;border:1.5px solid;border-radius:1px;flex:none;width:18px;height:13px;margin-right:9px;display:inline-block;position:relative}.Header-module__hBw1pG__mailIcon:after{content:"";transform-origin:50%;border-bottom:1.5px solid;border-right:1.5px solid;width:10px;height:7px;position:absolute;top:0;left:2px;transform:rotate(45deg)skew(-7deg,-7deg)}.Header-module__hBw1pG__contactBtnDesktop:hover{background-color:#1c1c1c}.Header-module__hBw1pG__hamburgerBtn{cursor:pointer;background:0 0;border:none;padding:8px;display:none}.Header-module__hBw1pG__menuIcon,.Header-module__hBw1pG__menuIcon:before,.Header-module__hBw1pG__menuIcon:after,.Header-module__hBw1pG__menuIcon>span{background:#1c1c1c;width:25px;height:2px;transition:transform .2s,opacity .2s;display:block}.Header-module__hBw1pG__menuIcon{background:0 0;position:relative}.Header-module__hBw1pG__menuIcon:before,.Header-module__hBw1pG__menuIcon:after{content:"";position:absolute;left:0}.Header-module__hBw1pG__menuIcon:before{top:-7px}.Header-module__hBw1pG__menuIcon:after{top:7px}.Header-module__hBw1pG__menuIconOpen>span{opacity:0}.Header-module__hBw1pG__menuIconOpen:before{top:0;transform:rotate(45deg)}.Header-module__hBw1pG__menuIconOpen:after{top:0;transform:rotate(-45deg)}@media (max-width:1024px){.Header-module__hBw1pG__navDesktop,.Header-module__hBw1pG__contactBtnDesktop{display:none}.Header-module__hBw1pG__hamburgerBtn{display:block}.Header-module__hBw1pG__container{padding-left:24px;padding-right:24px}}.Header-module__hBw1pG__mobileMenu{box-sizing:border-box;opacity:0;visibility:hidden;pointer-events:none;background-color:#f5f5f5;flex-direction:column;width:100%;height:calc(100vh - 80px);padding:32px 24px;transition:all .3s;display:flex;position:fixed;top:80px;left:0;overflow-y:auto;transform:translate(100%)}.Header-module__hBw1pG__mobileMenuOpen{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.Header-module__hBw1pG__navMobile{flex-direction:column;gap:24px;display:flex}.Header-module__hBw1pG__mobileNavLink{color:#1c1c1c;letter-spacing:.05em;font-size:18px;font-weight:500;text-decoration:none}.Header-module__hBw1pG__mobileDropdownContainer{flex-direction:column;gap:16px;display:flex}.Header-module__hBw1pG__mobileNavLinkButton{color:#1c1c1c;cursor:pointer;letter-spacing:.05em;background:0 0;border:none;align-items:center;width:fit-content;padding:0;font-family:inherit;font-size:18px;font-weight:500;display:flex}.Header-module__hBw1pG__mobileDropdownMenu{opacity:0;flex-direction:column;gap:16px;max-height:0;padding-left:16px;transition:all .3s;display:flex;overflow:hidden}.Header-module__hBw1pG__mobileDropdownMenuOpen{opacity:1;max-height:500px;margin-top:8px}.Header-module__hBw1pG__mobileDropdownItem{color:#555;font-size:15px;font-weight:400;text-decoration:none}.Header-module__hBw1pG__mobileContactBtn{color:#fff;background-color:#1c1c1c;border-radius:40px;justify-content:center;align-items:center;margin-top:24px;padding:16px 24px;font-size:16px;font-weight:500;text-decoration:none;display:flex}
.AreaPage-module__E3PiUq__page{color:#1c1c1c;background:#fcfcfc;font-family:Noto Sans JP,sans-serif}.AreaPage-module__E3PiUq__hero{background:linear-gradient(135deg,#eef7f7 0%,#fcfcfc 65%);padding:144px 24px 88px}.AreaPage-module__E3PiUq__inner{width:min(1080px,100%);margin:0 auto}.AreaPage-module__E3PiUq__eyebrow{color:#008898;letter-spacing:.14em;margin:0 0 18px;font-family:Josefin Sans,sans-serif;font-size:14px;font-weight:700}.AreaPage-module__E3PiUq__title{letter-spacing:.02em;max-width:900px;margin:0;font-size:clamp(32px,5vw,58px);line-height:1.35}.AreaPage-module__E3PiUq__lead{max-width:820px;margin:28px 0 0;font-size:17px;line-height:2}.AreaPage-module__E3PiUq__updated{color:#5f6b6b;margin:18px 0 0;font-size:13px}.AreaPage-module__E3PiUq__section{padding:80px 24px}.AreaPage-module__E3PiUq__sectionAlt{background:#f1f5f5;padding:80px 24px}.AreaPage-module__E3PiUq__heading{margin:0 0 28px;font-size:clamp(26px,3vw,38px);line-height:1.5}.AreaPage-module__E3PiUq__copy{max-width:820px;font-size:16px;line-height:2}.AreaPage-module__E3PiUq__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.AreaPage-module__E3PiUq__card{background:#fff;border:1px solid #d8e2e2;padding:28px}.AreaPage-module__E3PiUq__card h3{margin:0 0 12px;font-size:20px}.AreaPage-module__E3PiUq__card p{margin:0;line-height:1.85}.AreaPage-module__E3PiUq__links{gap:12px;display:grid}.AreaPage-module__E3PiUq__link{color:#1c1c1c;border-bottom:1px solid #c9d7d7;padding:18px 20px;text-decoration:none;display:block}.AreaPage-module__E3PiUq__link:hover{color:#008898}.AreaPage-module__E3PiUq__faq{border-bottom:1px solid #d8e2e2;padding:24px 0}.AreaPage-module__E3PiUq__faq h3{margin:0 0 12px;font-size:19px}.AreaPage-module__E3PiUq__faq p{margin:0;line-height:1.9}.AreaPage-module__E3PiUq__cta{color:#fff;text-align:center;background:#1c1c1c;padding:80px 24px}.AreaPage-module__E3PiUq__cta a{color:#fff;background:#008898;margin-top:24px;padding:16px 30px;text-decoration:none;display:inline-block}@media (max-width:700px){.AreaPage-module__E3PiUq__hero{padding:112px 20px 64px}.AreaPage-module__E3PiUq__section,.AreaPage-module__E3PiUq__sectionAlt,.AreaPage-module__E3PiUq__cta{padding:56px 20px}.AreaPage-module__E3PiUq__grid{grid-template-columns:1fr}}
.Hero-module__ZARIfG__hero{background:#646464;width:100%;max-width:none;height:670px;margin-top:80px;position:relative;overflow:hidden}.Hero-module__ZARIfG__slide{object-fit:cover;object-position:center center;opacity:0;width:100%;height:100%;transition:opacity 1.2s;position:absolute;inset:0}.Hero-module__ZARIfG__slideActive{opacity:1}.Hero-module__ZARIfG__japaneseMessage,.Hero-module__ZARIfG__englishMessage{z-index:1;object-fit:contain;width:auto;position:absolute}.Hero-module__ZARIfG__japaneseMessage{width:810px;height:351px;top:154px;left:0}.Hero-module__ZARIfG__englishMessage{width:500px;height:auto;bottom:30px;left:166px}.Hero-module__ZARIfG__controls{z-index:2;align-items:center;gap:16px;display:none;position:absolute;bottom:26px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__controls>button{color:#222;cursor:pointer;background:#fff;border:0;border-radius:50%;width:40px;height:40px;padding:0;font-size:28px;line-height:36px}.Hero-module__ZARIfG__dots{gap:8px;display:flex}.Hero-module__ZARIfG__dots button{cursor:pointer;background:0 0;border:1px solid #fff;border-radius:50%;width:8px;height:8px;padding:0}.Hero-module__ZARIfG__dots .Hero-module__ZARIfG__dotActive{background:#fff}@media (min-width:1025px){.Hero-module__ZARIfG__hero{aspect-ratio:1895/1004;height:auto}.Hero-module__ZARIfG__japaneseMessage{width:62.5%;height:auto;top:23%}.Hero-module__ZARIfG__englishMessage{width:38.6%;bottom:4.5%;left:12.8%}}@media (max-width:840px){.Hero-module__ZARIfG__japaneseMessage{width:auto;height:auto;inset:auto 63px 143px -33px}.Hero-module__ZARIfG__englishMessage{width:500px;height:auto;bottom:0;left:20px;right:auto}}@media (max-width:540px){.Hero-module__ZARIfG__hero{width:91%;height:400px;margin-bottom:30px}.Hero-module__ZARIfG__japaneseMessage{width:auto;height:163px;inset:99px 11px auto -22px}.Hero-module__ZARIfG__englishMessage{width:290px;inset:215px auto auto 0}}@media (prefers-reduced-motion:reduce){.Hero-module__ZARIfG__slide{transition:none}}
