body{
    padding: 0;
    margin: 0;
    font-family: "Shippori Mincho", serif;
}
img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a{
    text-decoration: none;
    color: inherit;
}


i{
    margin: 0 5px 0 0;
}

html {
    scroll-behavior: smooth;
  }
  
  /* ヘッダー高さに合わせて調整（例：70px） */
  #service, #company, #contact, #home, #about {
    scroll-margin-top: 70px;
  }