:root{--accent:#58785f;--ink:#26382c;--soft:#f1f5ed;--line:#d8e0e5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,"Noto Sans JP",sans-serif;color:var(--ink);background:#fff;line-height:1.7}a{color:inherit}img{display:block;width:100%;object-fit:cover}.wrap{width:min(1160px,calc(100% - 40px));margin:auto}header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:5}.nav{height:74px;display:flex;align-items:center;justify-content:space-between;gap:25px}.nav div{display:flex;gap:20px;align-items:center}.nav a{text-decoration:none}.logo{font-size:1.25rem;font-weight:900;letter-spacing:.06em}.lang{border:1px solid var(--ink);padding:6px 12px;border-radius:99px}.hero{display:grid;min-height:650px;background:var(--soft)}.herocopy{padding:90px max(35px,calc((100vw - 1160px)/2));display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.hero img{height:650px}h1,h2,h3{line-height:1.17;margin:0 0 18px}h1{font-size:clamp(3rem,6vw,5.5rem);letter-spacing:-.05em}h2{font-size:clamp(2rem,4vw,3.4rem);letter-spacing:-.035em}h3{font-size:1.18rem}p{color:#516170}.herocopy p{font-size:1.1rem;max-width:600px}.eyebrow{display:block;color:var(--accent);font-size:.76rem;font-weight:900;letter-spacing:.14em;margin-bottom:14px}.btn{display:inline-block;background:var(--accent);color:#fff;text-decoration:none;padding:13px 20px;border:0;border-radius:7px;font-weight:800;cursor:pointer}section{padding:88px 0}.head{margin-bottom:34px}.head p{max-width:700px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);padding:25px;box-shadow:0 9px 28px rgba(21,44,58,.06)}.card b{color:var(--accent)}.tag{display:inline-block;background:var(--soft);color:var(--accent);padding:4px 9px;font-size:.73rem;font-weight:bold;margin-bottom:12px}.tint{background:var(--soft)}.dark{background:var(--ink);color:#fff}.dark p{color:#c8d4dc}.dark .card{color:var(--ink)}.dark .card p{color:#516170}.split{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.split img{height:480px}.reverse img{order:2}.notice{border:1px solid var(--line);border-left:6px solid var(--accent);padding:35px}.contact{background:var(--soft)}form{background:#fff;padding:32px;border:1px solid var(--line)}label{display:block;font-weight:bold;margin-bottom:12px}input,textarea{display:block;width:100%;padding:12px;border:1px solid #b9c5cc;margin-top:5px;font:inherit}footer{background:#101a22;color:#fff;padding:50px 0 20px}footer p{color:#c9d3da}.foot{display:grid;grid-template-columns:2fr 1fr;gap:30px}.foot a{display:block;margin:8px 0}.copy{text-align:center;font-size:.82rem}.legal{padding:70px 0;max-width:900px}.legal h1{font-size:3.4rem}.legal h2{font-size:1.55rem;margin-top:35px}.english{border-top:8px solid var(--accent)}.thanks{max-width:850px}.hero{grid-template-columns:.9fr 1.1fr}.hero img{border-radius:0 0 0 70px}.card{border-radius:18px}.tint .split{direction:rtl}.tint .split>*{direction:ltr}@media(max-width:850px){.hero,.split{grid-template-columns:1fr}.herocopy{order:1!important}.hero img{order:2!important;height:400px}.grid3{grid-template-columns:1fr}.nav div a:not(.lang){display:none}.reverse img{order:initial}}@media(max-width:520px){section{padding:60px 0}.wrap{width:min(100% - 28px,1160px)}.herocopy{padding:60px 20px}.foot{grid-template-columns:1fr}}.layout-route .hero{display:block;position:relative}.layout-route .hero img{height:640px}.layout-route .herocopy{position:absolute;left:5%;bottom:8%;background:rgba(255,255,255,.94);max-width:650px;padding:42px;border-radius:22px}.layout-route .grid3{grid-template-columns:repeat(6,1fr)}.layout-route .grid3 .card{grid-column:span 2}.layout-route .grid3 .card:nth-child(4),.layout-route .grid3 .card:nth-child(5){grid-column:span 3}@media(max-width:850px){.layout-route .herocopy{position:static;max-width:none}.layout-route .grid3,.layout-panel .grid3{grid-template-columns:1fr}.layout-route .grid3 .card{grid-column:auto}.layout-editorial #directory .grid3,.layout-magazine #guides .grid3{grid-template-columns:1fr}.layout-editorial #directory .card:first-child,.layout-magazine #guides .card:first-child{grid-row:auto}}