@charset "UTF-8";
/* CSS Document */
h2 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #353B5B;
}
h2 span {
  font-size: 2.8rem;
  font-weight: 400;
}
h2 .left {
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: max(5vw, 2.8rem);
  }
  h2 span {
    font-size: max(2.6vw, 1.2rem);
  }
}
.privacy {
  margin: 150px auto 100px;
  width: 90%;
  max-width: 1060px;
  line-height: 1.8;
}
.privacy .all-wrap {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.privacy h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.privacy ul li {
  display: flex;
}
.privacy ul li::before {
  content: "・";
}
.privacy .address {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .privacy {
    margin: 70px auto 80px;
  }
  .privacy .all-wrap {
    margin-top: 50px;
    gap: 30px;
  }
  .privacy h3 {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=privacy.css.map */