/* # =================================================================
   # privacy-policy
   # ================================================================= */

.leaf-5 {
  position: absolute;
  background-image: url(../../images/common/img_bg-leaf-left.png);
  width: 11rem;
  height: 7rem;
  top: 317rem;
  left: 13rem;
  animation: fall-left 1.4s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay: 0.8s;
}
.leaf-6 {
  position: absolute;
  background-image: url(../../images/common/img_bg_left-tree.webp);
  width: 27rem;
  height: 131rem;
  top: 345rem;
  left: 0;
  z-index: 0;
  opacity: 1;
}
.leaf-7 {
  position: absolute;
  background-image: url(../../images/common/img_bg_right-tree.webp);
  width: 24rem;
  height: 57rem;
  top: 500rem;
  right: 0;
  z-index: 0;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .leaf-5 {
    animation: unset;
    background: url(../../images/common/img_bg-contents-tree-1-sp.webp) no-repeat center center / contain;
    width: 8rem;
    height: 43rem;
    position: absolute;
    top: 185rem;
    left: 0;
    opacity: 1;
    z-index: -1;
  }

  .leaf-6 {
    position: absolute;
    background-image: url(../../images/common/img_bg_right-tree.webp);
    width: 24rem;
    height: 57rem;
    top: 262rem;
    right: 0;
    left: unset;
    z-index: 0;
    opacity: 1;
  }

  .leaf-7 {
    top: 85rem;
  }
}

.policy__innerwrap {
  background-color: #fff;
  border-radius: 40px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 75px 92px 75px;
}

.policy__innerwrap .update {
  font-size: 1.4rem;
  margin-bottom: 43px;
}

.policy__innerwrap h2 {
  color: #333;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 25px;
}

.policy__innerwrap h2 strong {
  display: block;
  font-size: 2.2rem;
  margin-top: 40px;
}

.policy__innerwrap h3 {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  line-height: 2.125;
}

.data-use__item {
  margin-top: 2.7rem;
}

.policy__innerwrap p {
  font-size: 1.6rem;
  line-height: 2.125;
  letter-spacing: 0.54px;
}

.policy__innerwrap ul,
.policy__innerwrap ol {
  margin-top: 7px;
  margin-bottom: 7px;
}

.policy__innerwrap ul li,
.policy__innerwrap ol li {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.54px;
}

.policy__innerwrap ol {
  list-style: decimal;
  margin-left: 3.5em;
}

.policy__innerwrap a {
  color: #047f4a;
}

.policy__innerwrap a:hover {
  text-decoration: underline;
}

.t_all {
  margin-top: 30px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .policy__innerwrap {
    border-radius: 5px;
    padding: 7.59493670886076vw 5.5696202531645564vw 10.126582278481013vw 5.5696202531645564vw;
  }
  .policy__innerwrap .policy__innerwrap {
    padding: 0 0 0 0;
  }
  .policy__innerwrap .update {
    font-size: 1.2rem;
    margin-bottom: 4.556962025316456vw;
  }
  .policy__innerwrap h2 {
    font-size: 1.8rem;
    margin-bottom: 5.063291139240507vw;
    margin-top: 7.088607594936709vw;
  }
  .policy__innerwrap h2 strong {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.pageContents {
  .leaf-3 {
    background-image: url(../../images/common/img_bg_contents-leaf-2.webp);
    width: 4.6rem;
    height: 2.8rem;
    bottom: 21.5rem;
    right: -8.7rem;
    animation: fall-right 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    animation-delay: 1s;
  }
  .leaf-4 {
    background-image: url(../../images/common/img_bg_contents-leaf-1.webp);
    width: 7.1rem;
    height: 4.9rem;
    top: 74rem;
    right: -9rem;
    animation: fall-left 1.4s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    animation-delay: 0.8s;
  }
  @media screen and (max-width: 767px) {
    .leaf-1 {
      top: 53rem;
    }
    .leaf-3 {
      width: 3.7rem;
      bottom: -5.5rem;
      right: unset;
      left: 5.5rem;
      animation: fall-left-leaf3 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
      animation-delay: 1s;
    }
    .leaf-4 {
      width: 6rem;
      bottom: -8rem;
      right: unset;
      left: -1rem;
      animation: fall-left-leaf4 1.4s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    }
    .leaf-5 {
      bottom: 320rem;
      left: -2rem;
    }
  }
}
