/*----------------------------------------
  KV
----------------------------------------*/
/* .kv {
  margin-top: 60px;
  position: relative;
  display: flex;
  justify-content: center;
} */

/*----------------------------------------
  メインテキスト
----------------------------------------*/
/* .body-text__wrapper {
  width: 570px;
  margin: 75px auto 0;
} */

.body-text__title {
  /* margin-bottom: 10px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: calc(36 / 20);
  letter-spacing: 0.08em; */
  font-size: 2.8rem;
  line-height: calc(42 / 28);
  letter-spacing: 0.015em;
}

/*----------------------------------------
  マテリアリティ
----------------------------------------*/
/* .main-content {
  width: 100%;
  margin: 120px auto 0;
}

.main-content__title-section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.main-content__title-section.-business {
  background: linear-gradient(to right, #fff5e2 0%, #fff5e2 50%, #fff 50%, #fff 100%);
}

.main-content__title-section.-resource {
  background: linear-gradient(to left, #e8f8e7 0%, #e8f8e7 50%, #fff 50%, #fff 100%);
}

.main-content__title-section.-environment {
  background: linear-gradient(to right, #e8f5ff 0%, #e8f5ff 50%, #fff 50%, #fff 100%);
}

.main-content__title-wrapper {
  width: 570px;
  padding: 50px 0 131px 0;
}

.main-content__title-wrapper.-business {
  background: linear-gradient(to right, #fff5e2 0%, #fff5e2 70%, #fff 70%, #fff 100%);
}

.main-content__title-wrapper.-resource {
  margin-left: -50px;
  padding: 50px 0 103px 50px;
  background: linear-gradient(to left, #e8f8e7 0%, #e8f8e7 100%);
}

.main-content__title-wrapper.-environment {
  background: linear-gradient(to right, #e8f5ff 0%, #e8f5ff 70%, #fff 70%, #fff 100%);
} */

.main-content__title {
  /* font-size: 7.5rem;
  font-weight: bold;
  letter-spacing: 0.08em; */
  margin-top: 30px;
  font-size: 5.2rem;
  letter-spacing: 0.01em;
}

/* .main-content__title.-business {
  color: #f2aa00;
}

.main-content__title.-resource {
  color: #47695d;
}

.main-content__title.-environment {
  color: #275591;
}

.main-content__text-section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.main-content__text-wrapper {
  width: 570px;
  margin-top: -100px;
}

.main-content__text-wrapper.-resource {
  margin-top: -72px;
} */