.header {
  width: 100%;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .header {
    height: 92px;
  }
}
.header .hd-logo {
  width: 182px;
}
@media (min-width: 769px) {
  .header .hd-logo {
    width: 197px;
  }
}

.page-title {
  background: #F2F2F2;
  padding: 30px 0;
}
@media (min-width: 769px) {
  .page-title {
    padding: 80px 0;
  }
}
.page-title span {
  display: block;
  text-align: center;
}
.page-title .en {
  font-family: "Manrope", sans-serif;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (min-width: 769px) {
  .page-title .en {
    font-size: 70px;
  }
}
.page-title .ja {
  font-size: 13px;
  margin-top: 7px;
}
@media (min-width: 769px) {
  .page-title .ja {
    font-size: 16px;
  }
}

.subpage-contents .contents-inner {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .subpage-contents .contents-inner {
    margin-top: 70px;
  }
}

.cont-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .cont-ttl {
    font-size: 30px;
    margin-bottom: 26px;
  }
}

.text {
  font-size: 14px;
  line-height: 1.85714286;
}
@media (min-width: 769px) {
  .text {
    font-size: 15px;
    line-height: 2;
  }
}

@media (min-width: 769px) {
  .top-text {
    text-align: center;
  }
}

.privacypolicy-box {
  position: relative;
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
  padding: 6px 6px 6px 20px;
  border: 1px solid #BD399C;
}
@media (min-width: 769px) {
  .privacypolicy-box {
    margin-top: 50px;
    padding: 8px 8px 8px 60px;
  }
}
.privacypolicy-box .box-inner {
  position: relative;
  height: 300px;
  padding-right: 8px;
  padding: 34px 8px 34px 0;
  font-size: 14px;
  line-height: 1.85714286;
}
@media (min-width: 769px) {
  .privacypolicy-box .box-inner {
    height: 600px;
    padding: 52px 52px 52px 0;
    font-size: 15px;
    line-height: 1.86666667;
  }
}
.privacypolicy-box .box-inner .ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44444444;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .privacypolicy-box .box-inner .ttl {
    margin-bottom: 40px;
  }
}
.privacypolicy-box .box-inner .text + .ttl {
  margin-top: 30px;
}
.privacypolicy-box .box-inner .text + .text {
  margin-top: 20px;
}

.ps__rail-y,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-y,
.ps--scrolling-y > .ps__rail-y {
  opacity: 1;
}

.ps__thumb-y {
  background-color: #BD399C;
  width: 6px;
  right: 0;
  border-radius: 3px;
}
@media (min-width: 769px) {
  .ps__thumb-y {
    width: 8px;
    border-radius: 4px;
  }
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  background: #fff;
  width: 6px;
}
@media (min-width: 769px) {
  .ps--active-x > .ps__rail-x,
  .ps--active-y > .ps__rail-y {
    width: 8px;
  }
}

.btn-wrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 769px) {
  .btn-wrap {
    margin-top: 60px;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 24px;
  }
}
@media (min-width: 769px) {
  .btn-wrap .cmn-btn {
    margin: 0;
  }
}
.btn-wrap .cmn-btn-in {
  width: 320px;
  color: #BD399C;
}
.btn-wrap .btn-agree .cmn-btn-in {
  background: #BD399C;
  color: #fff;
}
/*# sourceMappingURL=map/contactpolicy.css.map */