/* グローバルスタイル */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  background-color: #F5FAFC;
  color: #273D57;
}

/* スムーススクロール */
html {
  scroll-behavior: smooth;
}

