@charset "utf-8";
/* CSS Document */

/* ポリシー
---------------------------------------------*/
.policy {
  position: relative;
  height: 1415px;
  margin-top: 86px;
}
.protection {
  height: 1712px;
}
.privacy {
  height: 1815px;
}
.policy.privacy h2 {
  top: calc(100% / 2 - 1em);
}
.policy.privacy h2 span {
  font-size: 4.2rem;
}
.policy-tit-h2 {
  position: absolute;
  top: 180px;
  right: 0;
  width: 55%;
  height: 400px;
  background-image: url(../images/main_img_policy.jpg);
  background-position-x: center;
  z-index: 1;
}
.policy-tit-h2::before {
  content: "Policy";
  position: absolute;
  color: rgba(63, 146, 219, .3);
  font-size: 11.2rem;
  top: -112px;
  right: 0;
  z-index: 2;
}
.policy-tit-h2 h2 {
  position: relative;
  top: calc(100% / 2 - 0.5em);
  color: #fff;
  font-size: 5.2rem;
  padding-left: 30px;
  filter: drop-shadow(2px 4px 2px rgba(0, 0, 0, .5));
}
.policy .policy-h2 {
  position: absolute;
  top: 100px;
  left: 10%;
  background-color: #000;
  width: 250px;
  height: 250px;
  letter-spacing: 0em;
  z-index: 10;
}
.policy .policy-h2 h2::after { /* 右下の三角形 */
  content: "";
  position: absolute;
  bottom: 11px;
  right: 11px;
  border-left: 90px solid transparent;
  border-bottom: 90px solid #005BAC;
  z-index: 11;
}
.policy .policy-h2 h2 {
  color: #fff;
  font-size: 4.2rem;
  display: inline-block;
  border: 1px solid #fff;
  width: 230px;
  height: 230px;
  padding-top: 30px;
  padding-left: 5px;
  margin: 10px;
}
.policy-wrap {
  position: absolute;
  top: 640px;
  left: calc(100% / 2 - 600px);
  width: 1200px;
  padding: 0 45px;
  z-index: 100;
}
.policy-wrap::before {
  content: "";
  position: inherit;
  top: -150px;
  left: 0;
  width: 1px;
  min-height: 925px;
  background-color: #666;
  z-index: 1;
}
.protection .policy-wrap::before {
  min-height: 1222px;
}
.privacy .policy-wrap::before {
  min-height: 1325px;
}
.policy-wrap p {
  line-height: 2em;
  margin-bottom: 70px;
}
.policy-wrap ol.ol_protec li {
  line-height: 2em;
  margin-bottom: 2em;
}
.policy-wrap a {
  text-decoration: underline;
}
.privacy .policy-wrap p {
  margin-bottom: 50px;
}
.privacy .policy-wrap ol {
  margin-bottom: 50px;
}
.privacy .policy-wrap ol li {
  line-height: 1.5em;
  margin-bottom: 1em;
}
.policy-wrap p.enactment {
  text-align: right;
  margin-bottom: 80px;
}


@media (max-width: 1200px) {
  .policy-wrap {
    left: 0;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .policy-tit-h2 h2 {
    top: calc(100% / 2 - 1em);
    font-size: 3.6rem;
  }
  .policy-tit-h2::before {
    font-size: 9.6rem;
  }
  .policy-wrap::before {
    position: static;
    width: 0;
    min-height: auto;
  }
  .policy-wrap h3 {
    font-size: 36px;
  }
  .policy.privacy h2 {
    font-size: 4.0rem;
  }
  .policy.privacy h2 span {
    font-size: 3.6rem;
  }
  .policy-wrap p {
    margin-bottom: 50px;
  }
  .policy-wrap ol.ol_protec li {
    margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  .policy {
    position: static;
    height: auto;
  }
  .policy .policy-h2 {
    left: 4%;
    top: calc(86px + 80px);
    width: 40%;
    height: auto;
  }
  .policy .policy-h2::before {
    content: "";
    display: block;
    padding-top: 95%;
  }
  .policy .policy-h2 h2 {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    font-size: 45px;
    margin: 0;
  }
  .policy .policy-h2 h2::after {
    bottom: 0;
    right: 0;
    border-left: 70px solid transparent;
    border-bottom: 70px solid #005BAC;
  }
  .policy-tit-h2 {
    position: static;
    width: 100%;
    height: 240px;
    background-position-y: 70%;
    margin-top: calc(86px + 160px);
  }
  .policy-tit-h2::before {
    top: 100px;
    font-size: 20vw;
  }
  .policy-tit-h2 h2 {
    top: calc(100% - 1.5em);
    right: 4%;
    text-align: right;
    font-size: 42px;
  }
  .privacy .policy-tit-h2 h2 {
    top: calc(100% - 2.75em);
    right: 4%;
    text-align: right;
    font-size: 32px;
  }
  .privacy .policy-tit-h2 h2 span {
    font-size: 24px;
  }
  .policy-wrap {
    position: static;
    padding: 0 4%;
    margin: 60px 0;
  }
  .policy-wrap p {
    margin-bottom: 30px;
  }
  .policy-wrap ol {
    padding-left: 0.5em;
  }
}

@media (max-width: 600px) {
  .policy .policy-h2 {
    width: 50%;
  }
  .policy .policy-h2 h2 {
    font-size: 9vw;
  }
  .policy-tit-h2 h2 {
    font-size: 36px;
  }
  .policy-wrap h3 {
    font-size: 27px;
    margin-bottom: 30px;
  }
  .policy-wrap p {
    font-size: 16px;
    line-height: 1.5em;
  }
}

@media (max-width: 414px) {
  .policy-tit-h2 h2 {
    top: calc(100% - 2.75em);
  }
}

@media (max-width: 375px) {
  .policy-tit-h2 {
    background-position-y: 90%;
    background-size: 225%;
  }
  .privacy .policy-tit-h2 h2 {
    top: calc(100% - 4em);
  }
}
