/*----------------------------------------
  KV
----------------------------------------*/
.kv {
  width: auto;
  margin: 40px 50px 0;
}

.kv__img {
  width: 100%;
}

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

.body-text__title {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: calc(25 / 16);
  letter-spacing: 0.08em;
}

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

.main-content__title-section {
  text-align: center;
}

.main-content__title-wrapper {
  width: 100%;
  padding: 35px 0 109px 0;
}

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

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

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

.main-content__title {
  font-size: 4.6rem;
}

.main-content__text-wrapper {
  margin: 0 30px;
  width: auto;
  margin-top: -85px;
}

.main-content__text-wrapper.-resource {
  margin-top: -85px;
}