/* 共通スタイル */
body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container {
  width: 1440px;
  height: 1018px;
  margin: 0 auto;
  padding: 0;
}

.page-section {
  width: 1440px;
  height: 1018px;
  position: relative;
}

.section-title {
  font-family: noto-sans-jp, sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #2c2c2c;
  text-align: center;
  margin-bottom: 60px;
}

.dark-section {
  background-color: #202020;
  color: #fff;
}

.dark-section .section-title {
  color: #fff;
}
