/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.privacy {
  position: relative;
}

.privacy #wrap {
  overflow: hidden;
  color: #333333;
}

.privacy #wrap .title-heading {
  max-width: calc(100% - 166px);
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .privacy #wrap .title-heading::after {
    width: 576px;
    height: 605px;
  }
}

@media (max-width: 767px) {
  .privacy #wrap .title-heading {
    max-width: calc(100% - 36px);
    margin-bottom: 34px;
  }
}

.privacy #wrap .title-heading__en {
  font-size: 10.2489vw;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .privacy #wrap .title-heading__en {
    font-size: 66px;
    font-size: 6.6rem;
    line-height: 0.90909em;
    padding-top: 4px;
    white-space: inherit;
  }
}

.privacy #wrap .title-heading__ja {
  margin-top: 45px;
}

@media (max-width: 767px) {
  .privacy #wrap .title-heading__ja {
    margin-top: 16px;
    margin-right: -2px;
  }
}

.privacy .list {
  padding-top: 58px;
  padding-bottom: 150px;
}

@media (max-width: 767px) {
  .privacy .list {
    padding-top: 48px;
    padding-bottom: 84px;
  }
}

.privacy .list .wcm {
  max-width: 936px;
}

.privacy .list .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25em;
  letter-spacing: 0.04em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .privacy .list .txt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.13333em;
  }
}

.privacy .list .txt.fst {
  margin-bottom: 53px;
}

@media (max-width: 767px) {
  .privacy .list .txt.fst {
    margin-bottom: 36px;
    line-height: 30px;
  }
}

.privacy .list .txt.note {
  padding: 19px 0 0;
}

@media (max-width: 767px) {
  .privacy .list .txt.note {
    padding: 16px 0 0;
  }
}

.privacy .list .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.75em;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #00469D;
  padding: 17px 0 18px;
  border: 1px solid #00469D;
  border-width: 1px 0px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .privacy .list .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66667em;
    padding: 14px 0 16px;
    margin-bottom: 24px;
  }
}

.privacy .list .links {
  margin: 36px 0 0;
}

@media (max-width: 767px) {
  .privacy .list .links {
    margin: 32px 0 0;
  }
}

.privacy .list .link {
  color: #00469D;
  text-decoration: underline;
}

.privacy .list .info {
  margin: 19px 0 0;
}

.privacy .list__item {
  margin-bottom: 62px;
}

@media (max-width: 767px) {
  .privacy .list__item {
    margin-bottom: 35px;
  }
}

.privacy .list__item:last-child {
  margin-bottom: 0px;
}

.privacy .list__item .order {
  counter-reset: child-counter;
  padding: 20px 0 6px;
}

@media (max-width: 767px) {
  .privacy .list__item .order {
    padding: 25px 0 6px;
  }
}

.privacy .list__item .order__item {
  position: relative;
  padding-left: 25px;
  line-height: 30px;
  margin-bottom: 7px;
}

@media (max-width: 767px) {
  .privacy .list__item .order__item {
    line-height: 22px;
    padding-left: 17px;
    margin-left: 2px;
    margin-bottom: 11px;
  }
}

.privacy .list__item .order__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .privacy .list__item .order__item:last-child.large {
    padding-left: 20px;
  }
}

.privacy .list__item .order__item::after {
  counter-increment: child-counter;
  content: counter(child-counter) ".";
  position: absolute;
  color: #00469D;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  left: 2px;
  top: 2px;
}

@media (max-width: 767px) {
  .privacy .list__item .order__item::after {
    left: -3px;
    top: 0;
  }
}

/*# sourceMappingURL=maps/privacy.min.css.map */