.site-main {
  padding-top: 90px;
}

@media (max-width: 767px) {
  .site-main {
    padding-top: 17vw;
  }
}

.page-title {
  background-image: url(../images/privacy/privacy-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
}

.page-title .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 28px;
}

.page-title-text {
  color: #fff;
}

.page-title-text span:first-of-type {
  font-size: 55px;
  line-height: 1;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}

.page-title-text span:last-of-type {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 767px) {
  .page-title {
    background-image: url(../images/privacy/privacy-bg-sp.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 53.3vw;
  }

  .page-title .container {
    padding-bottom: 3vw;
  }

  .page-title-text span:first-of-type {
    font-size: 8.1vw;
    line-height: 1.2;
  }

  .page-title-text span:last-of-type {
    font-size: 4vw;
  }
}

/* post-content */
.intro {
  font-size: 20px;
  line-height: 1.9;
  font-weight: 700;
  color: #005094;
  margin-top: 90px;
  letter-spacing: 0.05em;
}

.privacy-content-item {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #000;
  margin-top: 45px;
  letter-spacing: 0.02em;
}

.privacy-content-item strong {
  font-weight: 700;
}

.privacy-content-item ul {
  padding-left: 0.8em;
}

.privacy-content-item ul li {
  position: relative;
}

.privacy-content-item ul li::before {
  content: "";
  position: absolute;
  left: -0.525em;
  top: 0.875em;
  width: 0.25em;
  height: 0.25em;
  background-color: #000;
  border-radius: 50%;
}

.privacy-content-info {
  margin-top: 15px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 180px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .intro {
    font-size: 4.4vw;
    line-height: 1.54;
    margin-top: 7vw;
  }

  .privacy-content-item {
    font-size: 3.6vw;
    line-height: 1.66;
    margin-top: 5vw;
    letter-spacing: 0.03em;
  }

  .privacy-content-info {
    margin-top: 5vw;
    font-size: 3.6vw;
    line-height: 1.7;
    margin-bottom: 18vw;
  }
}
