.policy__list-item, .mv__hdg {
  box-sizing: content-box !important;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .policy__list-item, .mv__hdg {
    max-width: 89.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.policy__list-ttl {
  padding-bottom: 4px;
  min-height: 70px;
  border-radius: 500px;
  background-image: linear-gradient(to left, #4a3e23, #74633c 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .policy__list-ttl {
    min-height: 125px;
    font-size: 2.5rem;
    line-height: 1.62;
    text-align: center;
    border-radius: 0;
  }
}
@media screen and (max-width: 375px) {
  .policy__list-ttl {
    font-size: 6.6666666667vw;
  }
}

.mv__hdg {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv__hdg {
    max-width: 100%;
  }
}
.mv__hdg::before {
  content: "";
  display: block;
  width: 100vw;
  height: 201px;
  position: absolute;
  right: calc(50% + 72px);
  bottom: 130px;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.9);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 768px) {
  .mv__hdg::before {
    content: none;
  }
}

/* mv:start */
.mv__container {
  background-image: url(/sitepolicy/images/pc/mv_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv__container {
    background-image: url(/sitepolicy/images/sp/mv_bg.jpg);
  }
}
.mv__hdg::before {
  right: calc(50% + 44px);
}

/* mv:end */
/* policy:start */
.policy__container {
  padding-top: 80px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .policy__container {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .policy__list-item {
    max-width: none;
  }
}
.policy__list-item:not(:first-child) {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .policy__list-item:not(:first-child) {
    margin-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .policy__list-ttl {
    min-height: 0;
    height: 80px;
  }
}
.policy__list-txt {
  margin-top: 36px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #665b3d;
  line-height: 2.2222222222;
}
@media screen and (max-width: 768px) {
  .policy__list-txt {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 89.3333333333vw;
    font-size: 1.6rem;
    line-height: 2.1875;
  }
}

/* policy:end */