/* ヒーローセクション */
.hero-section {
  width: 1440px;
  height: 1018px;
  background-color: #fff;
  padding: 0;
  display: flex;
  justify-content: center;
}

.hero-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-content {
  text-align: center;
  margin-bottom: 71px;
}

.hero-title {
  font-family: noto-sans-jp, sans-serif;
  font-weight: 800;
  font-size: 70px;
  color: #2c2c2c;
  margin: 0 0 21px;
}

.hero-subtitle {
  font-family: noto-sans-jp, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #2c2c2c;
  margin: 0;
}

.hero-visual {
  width: 1028px;
  height: 618px;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.logo {
  font-size: 30px;
  color: #2c2c2c;
  margin: 0;
  padding: 50px;
}
