@charset "UTF-8";
.privacy {
  overflow: hidden;
  background-color: #fff;
  color: #4d4d4d;
}
.privacy .main {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .privacy .main {
    margin-top: 0;
  }
}
.privacy .fixed__wrapper {
  max-width: 1000px;
  width: 100%;
}
.privacy p, .privacy span, .privacy time, .privacy a, .privacy input {
  font-family: "A1ゴシック R", "A1 Gothic R";
}
@media (max-width: 768px) {
  .privacy p, .privacy span, .privacy time, .privacy a, .privacy input {
    font-size: 15px;
  }
}
.privacy h1, .privacy h2, .privacy h3, .privacy h4, .privacy h5, .privacy h6 {
  font-family: "A1ゴシック B", "A1 Gothic B";
}
.privacy .heading__img__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 90px;
  max-height: 400px;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 768px) {
  .privacy .heading__img__wrapper {
    margin-top: 0;
    margin-bottom: 90px;
    padding: 0;
    height: auto;
  }
}
@media (max-width: 768px) {
  .privacy .heading__img__wrapper .heading__img {
    margin-top: 0;
    min-width: 420px;
  }
}
.privacy .heading__img__wrapper img {
  position: relative;
  left: 50%;
  min-width: 1600px;
  width: 100%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .privacy .heading__img__wrapper img {
    margin-top: 0;
    height: auto;
  }
}
@media (max-width: 768px) {
  .privacy .sec01 {
    margin-bottom: 60px;
  }
}
.privacy .sec01 .heading__wrapper {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .privacy .sec01 .heading__wrapper {
    margin-bottom: 50px;
  }
}
.privacy .sec01 .sec-heading {
  display: block;
  width: 100%;
  color: #4d7d37;
  text-align: left;
  font-size: 32px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .privacy .sec01 .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
  }
}
.privacy .sec01 .heading--bg {
  position: absolute;
  top: -90px;
  left: -48px;
  color: #4d7d37;
  font-weight: 800;
  font-style: normal;
  font-size: 72px;
  font-family: "avenir-lt-pro", sans-serif;
  opacity: 0.15;
}
@media (max-width: 768px) {
  .privacy .sec01 .heading--bg {
    top: -46px;
    /* position: relative; */
    left: 50%;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 40px;
    transform: translateX(-50%);
  }
}
.privacy .sec01 p, .privacy .sec01 ul, .privacy .sec01 li {
  font-size: 16px;
  font-family: "A1ゴシック M", "A1 Gothic M";
  line-height: 2;
}
@media (max-width: 840px) {
  .privacy .sec01 p, .privacy .sec01 ul, .privacy .sec01 li {
    font-size: 14px;
  }
}
.privacy .sec02 {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .privacy .sec02 {
    margin-bottom: 90px;
  }
}
.privacy .sec02 .sec01-desc-first {
  margin-bottom: 90px;
  padding: 12px 0;
  line-height: 2.6;
}
@media (max-width: 768px) {
  .privacy .sec02 .sec01-desc-first {
    margin-bottom: 60px;
    font-family: "A1ゴシック M", "A1 Gothic M";
    line-height: 1.8;
  }
}
.privacy .sec02 .sec01-desc-heading {
  margin-top: 40px;
  margin-bottom: 4px;
  font-size: 22px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .privacy .sec02 .sec01-desc-heading {
    font-size: 18px;
  }
}
.privacy .sec02 .sec01-desc {
  margin-left: 0em;
  line-height: 2.6;
}
@media (max-width: 768px) {
  .privacy .sec02 .sec01-desc {
    line-height: 1.8;
  }
}
.privacy .sec02 ul, .privacy .sec02 li {
  margin-left: 0.7em;
  font-size: 16px;
  font-family: "A1ゴシック M", "A1 Gothic M";
  line-height: 2.6;
}
@media (max-width: 768px) {
  .privacy .sec02 ul, .privacy .sec02 li {
    font-size: 14px;
    line-height: 1.8;
  }
}
.privacy .sec02 ul.ul-numbers,
.privacy .sec02 ul.ul-numbers li {
  list-style: decimal;
}
.privacy .sec02 ul.ul-dots,
.privacy .sec02 ul.ul-dots li {
  list-style: disc;
}
.privacy .main .fixed__wrapper {
  width: 800px;
}
@media (max-width: 840px) {
  .privacy .main .fixed__wrapper {
    width: auto;
  }
}
.privacy .main .sec01__policy.fixed__wrapper {
  padding-top: 0;
}