.contents {
  background: var(--bg-color-primary);
}
.contents .contents__head {
  position: relative;
}
@media (max-width: 1200px) {
  .contents .contents__head {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 70px;
  }
}
.contents .contents__headImage {
  height: 421px;
}
@media (max-width: 1200px) {
  .contents .contents__headImage {
    height: 230px;
  }
}
.contents .contents__headImage picture {
  width: 100%;
  height: 100%;
}
.contents .contents__headImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents .pageHead__titleWrap {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-primary);
  color: #ffffff;
  width: auto;
  min-width: 50%;
  min-height: 248px;
  transition: top 0.3s, left 0.3s;
  padding: 27px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .contents .pageHead__titleWrap {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    min-height: 126px;
    padding: 19px 20px;
  }
}
.contents .pageHead__subTitle {
  color: #ffffff;
  font-size: 30px;
  font-family: var(--font-barlow);
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .contents .pageHead__subTitle {
    font-size: 16px;
    margin-top: 0;
  }
}
.contents .pageHead__title {
  color: #ffffff;
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.475;
  margin-top: 0.4em;
}
@media (max-width: 1200px) {
  .contents .pageHead__title {
    font-size: 22px;
    line-height: 1.5;
  }
}
.contents .contents__body {
  padding: 75px var(--padding-variable-lr) 115px;
  overflow: hidden;
  max-width: 1620px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .contents .contents__body {
    padding: 31px 20px 93px;
  }
}
.contents .contents__body img,
.contents .contents__body picture {
  display: inline;
}
.contents .contents__section {
  margin-top: 99px;
}
.contents .contents__section:first-child {
  margin-top: 0;
}
.contents .contents__sectionTitle {
  font-weight: 700;
  font-size: 32px;
  color: var(--color-primary);
  display: inline-block;
  position: relative;
  line-height: 1.46875;
}
.contents .contents__sectionTitle + .contents__container {
  margin-top: 55px;
}
.contents .contents__sectionTitle.contents__sectionTitle--lead {
  font-weight: 700;
  font-size: 40px;
  color: var(--color-primary);
  position: relative;
  line-height: 1.475;
}
.contents .contents__sectionTitle.contents__sectionTitle--lead + .contents__container {
  margin-top: 45px;
}
.contents .contents__sectionTitle.contents__sectionTitle--lead:before {
  content: none;
}
.contents .contents__sectionTitle.contents__sectionTitle--border {
  position: relative;
  padding: 0 15px 0 0;
}
.contents .contents__sectionTitle.contents__sectionTitle--border:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: var(--color-primary);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 100%;
  margin: auto;
}
.contents .contents__innerContainer {
  padding: 0 145px;
}
.contents .contents__innerContainer.contents__innerContainer--full {
  padding: 0;
}
.contents .contents__innerContainer + .contents__innerContainer {
  margin-top: 95px;
}
.contents .contents__text {
  font-size: 20px;
  line-height: 2;
}
@media (max-width: 1200px) {
  .contents .contents__text {
    font-size: 16px;
    line-height: 1.875;
  }
}
.contents .contents__textIndent {
  padding-left: 3em;
  display: inline-block;
  text-indent: -1em;
}
@media (max-width: 1200px) {
  .contents .contents__textIndent {
    padding-left: 1em;
  }
}
.contents .contents__image {
  text-align: center;
}
.contents .contents__image.contents__image--right {
  padding-left: 44px;
}
.contents .contents__image figcaption {
  text-align: right;
  margin-top: 20px;
}
.contents .contents__tableContainer table {
  border-collapse: collapse;
  width: 100%;
}
.contents .contents__tableContainer th {
  border-top: 1px solid #95989A;
  border-bottom: 1px solid #95989A;
  background: #E3F5F1;
  font-size: 22px;
  font-weight: 700;
  padding: 29px;
  text-align: left;
  line-height: 1.63636364;
  width: 166px;
  white-space: nowrap;
  vertical-align: top;
}
.contents .contents__tableContainer td {
  font-size: 20px;
  line-height: 2;
  border-top: 1px solid #95989A;
  border-bottom: 1px solid #95989A;
  padding: 33px 30px;
  vertical-align: top;
}

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