.privacy {
  margin-top: 98px;
}
@media (max-width: 735px) {
  .privacy {
    margin-top: 88px;
  }
}
.privacy__contents {
  overflow-x: hidden;
}
.privacy__bg {
  background-color: #fff;
}
.privacy__inner {
  display: flex;
}
.privacy__head {
  display: flex;
  justify-content: flex-end;
  width: 30%;
  padding-top: 24px;
  padding-right: 32px;
  background-color: #f9f9f9;
  border-right: 1px solid #32363a;
}
@media (max-width: 735px) {
  .privacy__head {
    justify-content: center;
    width: 15%;
    min-width: 50px;
    padding: 4px 0;
  }
}
.privacy__heading img {
  width: 79px;
  height: 519px;
}
@media (max-width: 735px) {
  .privacy__heading img {
    width: 46px;
    height: 299px;
  }
}
.privacy__heading-en {
  margin-left: auto;
}
@media (max-width: 735px) {
  .privacy__heading-en {
    margin: 0 auto;
  }
}
.privacy__body {
  width: 70%;
  padding: 110px clamp(19px, 8.5vw, 120px);
  margin: 0;
}
@media (max-width: 735px) {
  .privacy__body {
    width: 85%;
    padding: 50px 19px 50px 21px;
  }
}
.privacy__body-title {
  font-size: 36px;
}
@media (max-width: 735px) {
  .privacy__body-title {
    font-size: 22px;
  }
}
.privacy__body-subtitle {
  margin-top: 100px;
  font-size: 26px;
}
@media (max-width: 735px) {
  .privacy__body-subtitle {
    margin-top: 60px;
    font-size: 20px;
  }
}
.privacy__body-text {
  font-size: 18px;
  margin-top: 37px;
  line-height: 2;
}
@media (max-width: 735px) {
  .privacy__body-text {
    margin-top: 24px;
    font-size: 14px;
  }
}
.privacy__body-link {
  word-break: break-all;
  word-wrap: break-word;
  display: inline;
  font-size: inherit;
  padding: 0.1em 0.3em;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  color: #1926DB;
  transition: color 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
.privacy__body-link:hover {
  color: #f24326;
}
.privacy__body-link::after {
  content: "";
  display: inline-block;
  width: 39px;
  height: 18px;
  background: url("../../images/icon-external-01.svg") center center no-repeat;
  background-size: contain;
  margin-left: 13px;
  vertical-align: text-bottom;
  transition: background-image 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
.privacy__body-link:hover::after {
  background-image: url("../../images/icon-external-hover-01.svg");
}
.privacy__body-list {
  font-size: 18px;
  margin-top: 37px;
  line-height: 2;
  width: 100%;
  box-sizing: border-box;
  padding-left: 2em;
}
@media (max-width: 735px) {
  .privacy__body-list {
    margin-top: 24px;
    font-size: 14px;
    padding-left: 1em;
  }
}

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