/* reset.css — サイト共通のリセット／ベーススタイル */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:72px}
body{background:#fff;color:#1a1a2e;font-family:'Noto Sans JP',sans-serif;-webkit-font-smoothing:antialiased;line-height:1.7}
h1,h2{font-family:'Noto Serif JP',serif}
a{color:inherit;text-decoration:none}
input,textarea,button{font-family:inherit}
::selection{background:rgba(37,99,235,.25)}
