
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Aozora Mincho','Noto Serif JP', serif;
  color: #333;
  background-image: url("../top/img/p0102.png");
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}

main {
  padding-top: 6rem;
  line-height: 1.8;
}

.about-section {
  max-width: 800px;
  margin: 0 auto 4rem;
  padding: 2rem;
  border-radius: 8px;
}

.about-section h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-family: 'Klee One', cursive;
}

.about-section h2 {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #444;
}

.about-section p,
.about-section ul {
  margin-bottom: 1rem;
  font-size: 1rem;
  text-align: left;
}

.about-section ul li {
  margin-left: 1.25rem;
  margin-bottom: 0.5rem;
}

.about-section a {
  color: #0066cc;
  text-decoration: underline;
}