@charset "UTF-8";

/* -----------------------------------------------
mv
----------------------------------------------- */
.mv__wrap {
  position: relative;
}
.mv__wrap::after {
  content: "";
  background: url(../images/common/mv_mask.svg) 50% 100% / contain no-repeat;
  display: block;
  position: absolute;
  bottom: -1px;
}
.mv__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv__inner .mv__cap {
  color: #fff;
}
.mv__inner .mv__cap h1 {
  font-weight: normal;
  text-shadow: 0px 0px 5px rgba(0,0,0,1),0px 0px 10px rgba(0,0,0,1);
}

@media (max-width: 767px) {
  .mv__wrap {
    aspect-ratio: 750 / 360;
    background: url(../images/common/privacy_mv_sp.jpg) 50% 0 / cover no-repeat;
    width: 100%;
    height: auto;
  }
  .mv__wrap::after {
    aspect-ratio: 250 / 30;
    width: 66.67%;
    right: -17%;
  }
  .mv__inner {
    width: 84%;
    height: 100%;
    margin: 0 auto;
  }
  .mv__inner .mv__cap h1 {
    font-size: min(calc(var(--vw) * 22px),22px);
    letter-spacing: .05em;
    line-height: 1.66;
  }
  
}
@media (min-width: 768px) {
  .mv__wrap {
    aspect-ratio: 1440 / 360;
    background: url(../images/common/privacy_mv_pc.jpg) 50% 0 / cover no-repeat;
    width: 100%;
    height: auto;
  }
  .mv__wrap::after {
    aspect-ratio: 824 / 102;
    max-width: 824px;
    width: 57.23%;
    right: -17%;
  }
  .mv__inner {
    width: 91.12%;
    height: 100%;
    margin: 0 auto;
  }
  .mv__inner .mv__cap h1 {
    font-size: 38px;
    letter-spacing: .1em;
  }

}



/* -----------------------------------------------
privacy
----------------------------------------------- */
.privacy__contents__inner {
  margin-inline: auto;
}
.privacy__list li {}
.privacy__list strong {
  font-weight: normal;
  text-indent: -1.5em;
  padding-left: 1.5em;
  display: block;
  border-bottom: 1px solid #97A791;
}


@media (max-width: 767px) {
  .privacy__contents__inner .privacy__head {
    text-align: right;
    margin-bottom: 50px;
  }
  .privacy__head p {
    font-size: min(calc(var(--vw) * 14px),14px);
    line-height: 1.875;
  }
  .privacy__list li {
    margin-bottom: 40px;
  }
  .privacy__list strong {
    font-size: min(calc(var(--vw) * 16px),16px);
    /* font-size: 20px; */
    line-height: 1.9;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .privacy__list p {
    font-size: min(calc(var(--vw) * 14px),14px);
    /* font-size: 16px; */
    line-height: 1.9;
  }

}
@media (min-width: 768px) {
  .privacy__contents__inner {
    max-width: 770px;
  }
  .privacy__contents__inner .privacy__head {
    text-align: right;
    margin-bottom: 54px;
  }
  .privacy__head p {
    font-size: 16px;
    line-height: 1.875;
  }
  .privacy__list li {
    margin-bottom: 68px;
  }
  .privacy__list strong {
    font-size: 20px;
    line-height: 1.9;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .privacy__list p {
    font-size: 16px;
    line-height: 2.125;
  }

}
