.bg_sticky.is-mv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background: url("../../img/common/bg_01.jpg") no-repeat top center/cover;
}

.mv {
  position: relative;
  width: 100vw;
  padding: 16rem 0 11.5rem;
}

.mv_content {
  text-align: center;
}

.mv_ttl {
  margin-bottom: 1rem;
}

.mv_ttl img {
  display: block;
  width: 59.5rem;
  max-width: calc(100vw - 8rem);
  height: auto;
  margin: 0 auto;
}

.mv_lead {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 2;
  color: #a08962;
}

.policy {
  position: relative;
  z-index: 1;
  padding-bottom: 10rem;
}

.policy_inner {
  width: 100rem;
  max-width: calc(100% - 8rem);
  min-height: 121rem;
  margin: 0 auto;
  padding: 8rem 8.3rem;
  background: linear-gradient(180deg, #f4f0ed 0%, #d8d3ca 100%);
  border-top: 2px solid rgba(160, 137, 98, 0.25);
}

.policy_body {
  width: 84rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.policy_block + .policy_block {
  margin-top: 5.8rem;
  padding-top: 4rem;
  border-top: 1px solid rgba(160, 137, 98, 0.25);
}

.policy_block_ttl {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 2.9;
  color: #a08962;
}

.policy_block:first-child .policy_block_ttl {
  font-size: 2.4rem;
  line-height: 2.42;
}

.policy_body p {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 2.15;
  color: #333;
  text-align: center;
}

.policy_body p + p {
  margin-top: 0;
}

.policy_plain {
  margin-top: 3rem;
}

.policy_contact {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .bg_sticky.is-mv {
    height: 100svh;
    background-image: url("../../img/common/bg_01-sp.jpg");
    background-position: center top;
  }

  .mv {
    padding: 13.7rem 0 4rem;
  }

  .mv_ttl img {
    width: 17.8rem;
    max-width: calc(100vw - 4rem);
  }

  .mv_lead {
    font-size: 1.4rem;
    line-height: 2.57;
  }

  .policy {
    padding-bottom: 4rem;
  }

  .policy_inner {
    width: 36rem;
    max-width: calc(100% - 3rem);
    min-height: 130.5rem;
    padding: 6rem 2.5rem 6rem;
  }

  .policy_body {
    width: 31rem;
    text-align: left;
  }

  .policy_block {
    text-align: left;
  }

  .policy_block + .policy_block {
    margin-top: 3.5rem;
    padding-top: 4rem;
  }

  .policy_block_ttl {
    margin-bottom: 0.7rem;
    font-size: 1.7rem;
    letter-spacing: 0.16em;
    line-height: 2.12;
    text-align: center;
    white-space: nowrap;
  }

  .policy_block:first-child .policy_block_ttl {
    font-size: 1.8rem;
    line-height: 2;
  }

  .policy_body p {
    font-size: 1.2rem;
    letter-spacing: 0.16em;
    line-height: 2;
    text-align: left;
  }

  .policy_plain {
    margin-top: 4rem;
  }

  .policy_block.is-intro .policy_plain {
    margin-top: 4.6rem;
  }

  .policy_block.is-disclosure .policy_plain {
    margin-top: 4rem;
  }

  .policy_contact {
    text-align: left;
  }
}
