/*----------------------------------------
  タイトル
----------------------------------------*/
/* .main-title {
  border-bottom: 0;
} */

/*----------------------------------------
  KV
----------------------------------------*/
/* .kv {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.kv-title {
  position: absolute;
  top: 50%;
  left: 26%;
  transform: translateY(-50%) translateX(-50%);
}
*/
.kv-title__main {
  font-size: 2.8rem;
  line-height: calc(42 / 28);
  letter-spacing: 0.015em;
}
/*
.kv__img {
  width: 960px;
  height: auto;
} */

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

.body-text__sign {
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
} */

/*----------------------------------------
  ポリシー
----------------------------------------*/
/* .policy {
  width: 100%;
  margin: 94px auto 0;
}

.policy__title-section {
  width: 100%;
  display: flex;
  justify-content: center;
  background: linear-gradient(to right, #e8f8e7 0%, #e8f8e7 55%, #fff 55%, #fff 100%);
}

.policy__title-wrapper {
  width: 570px;
  padding: 68px 0 125px 0;
  background: linear-gradient(to right, #e8f8e7 0%, #e8f8e7 58%, #fff 58%, #fff 100%);
} */

.policy__title {
  font-size: 2.8rem;
  line-height: calc(42 / 28);
  letter-spacing: 0.015em;
}

/* .policy__text-section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.policy__text-wrapper {
  width: 570px;
  margin-top: -73px;
}

.policy__img {
  margin: 60px 0 50px;
  width: 100%;
  height: auto;
} */