@charset "UTF-8";
@media (max-width: 768px) {
  .privacy.wrapper section {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.privacy {
  overflow: hidden;
  background-color: #fff;
  color: #404040;
}
.privacy .main {
  position: relative;
  z-index: 2;
  background: url(../img/subpage/sec02--bg.jpg);
  background-attachment: fixed;
  background-position: center -50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .privacy .main {
    margin-top: 0;
  }
}
.privacy p, .privacy span, .privacy time, .privacy a {
  font-family: "noto-sans-cjk-jp", sans-serif;
}
.privacy h1, .privacy h2, .privacy h3, .privacy h4, .privacy h5, .privacy h6 {
  font-family: "noto-sans-cjk-jp", sans-serif;
}
.privacy .subpage--header .fixed__wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
}
.privacy .subpage--header .link-more {
  display: block;
  margin-bottom: 20px;
  max-width: 200px;
}
.privacy .subpage--header .link-more img {
  vertical-align: bottom;
}
.privacy .subpage--header .hamburger-menu span {
  display: inline-block;
  margin: 0 1em;
}
.privacy .first-view--wrapper {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .privacy .first-view--wrapper {
    margin-top: 90px;
    margin-bottom: 40px;
  }
}
.privacy .first-view--wrapper .flex {
  justify-content: center;
}
.privacy .first-view--wrapper .first-view--img {
  position: relative;
  width: calc(50% - 24px);
}
.privacy .first-view--wrapper .first-view--img .img {
  border-radius: 0 0 100px 0;
}
.privacy .first-view--wrapper .first-view--img .course--text {
  position: absolute;
  right: 0%;
  bottom: 0%;
  max-width: 500px;
  transform: translateX(45%) translateY(40%);
}
.privacy .first-view--wrapper .first-view--text {
  margin-right: 16px;
  margin-left: 16px;
  max-width: 600px;
  width: calc(50% - 24px);
}
@media (max-width: 768px) {
  .privacy .first-view--wrapper .first-view--text {
    margin-left: 16px;
    width: 100%;
  }
}
.privacy .first-view--wrapper .first-view--text .text--wrapper {
  position: relative;
}
.privacy .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper {
  position: relative;
}
.privacy .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper::before {
  position: absolute;
  z-index: -1;
  display: block;
  width: calc(100vw - 150px);
  height: 2px;
  content: "";
}
.privacy .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper::before {
  top: calc(50% - 1px);
  right: calc(-100vw + 50% + 150px);
  max-width: calc(100vw - 150px);
  width: calc(100vw - 150px);
  background: linear-gradient(to right, #dc000b 30px, #000 30.1px);
}
@media (max-width: 768px) {
  .privacy .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper::before {
    right: calc(-100vw + 50% + 35vw);
    max-width: calc(100vw - 170px);
    width: calc(100vw - 170px);
  }
}
.privacy .first-view--wrapper .first-view--text .text--wrapper .text01 {
  max-width: 270px;
  width: 90%;
}
@media (max-width: 768px) {
  .privacy .first-view--wrapper .first-view--text .text--wrapper .text01 {
    max-width: 200px;
  }
}
.privacy .first-view--wrapper .first-view--text .text--wrapper .text02 {
  margin-top: -2%;
  margin-bottom: -4%;
  max-width: 600px;
}
@media (max-width: 768px) {
  .privacy .first-view--wrapper .first-view--text .text--wrapper .text02 {
    margin-bottom: -6%;
  }
}
.privacy .first-view--wrapper .first-view--text .text--wrapper .text03 {
  position: relative;
  text-align: right;
}
.privacy .first-view--wrapper .first-view--text .text--wrapper .text03::after {
  position: absolute;
  z-index: -1;
  display: block;
  height: 2px;
  content: "";
}
.privacy .first-view--wrapper .first-view--text .text--wrapper .text03::after {
  bottom: calc(50% - 1px);
  left: calc(-100vw + 100%);
  min-width: calc(100vw - 12em);
  width: calc(100vw - 12em);
  background: linear-gradient(to left, #dc000b 30px, #000 30.1px);
}
.privacy .first-view--wrapper .first-view--text .text--description {
  text-align: center;
}
.privacy .first-view--wrapper .first-view--text .text--description h3 {
  text-align: left;
  font-size: 40px;
}
.privacy .first-view--wrapper .first-view--text .text--description .color--red {
  color: #fda7ac;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
}
.privacy .first-view--wrapper .first-view--text .text--description .desc {
  text-align: left;
}

.privacy {
  overflow: hidden;
}
.privacy .main {
  margin-top: 0;
}
.privacy .main .fixed__wrapper {
  padding: 0 16px;
}
.privacy .main .sec01__policy {
  padding-bottom: clamp(200px, 80vw, 300px);
}
@media (max-width: 768px) {
  .privacy .main .heading__img__wrapper .fixed__wrapper {
    margin-bottom: 90px;
    max-height: 350px;
    height: 75vw;
  }
}
@media (max-width: 979px) {
  .privacy .main .sec01-heading span.pcView {
    display: none;
  }
}
@media (min-width: 980px) {
  .privacy .main .sec01-heading span.spView {
    display: none;
  }
}

.privacy .sec01 {
  margin-bottom: 90px;
  padding-top: 90px;
}
@media (max-width: 768px) {
  .privacy .sec01 {
    margin-bottom: 60px;
    padding-top: 70px;
  }
}
.privacy .sec01 h1 {
  text-align: center;
  font-size: 32px;
}
@media (max-width: 840px) {
  .privacy .sec01 h1 {
    font-size: 18px;
  }
}
.privacy .sec01 p, .privacy .sec01 ul {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 840px) {
  .privacy .sec01 p, .privacy .sec01 ul {
    font-size: 14px;
  }
}
.privacy .sec01 h2.sec-heading {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 80%;
  border-radius: 32px;
  background-color: #0c87ef;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  font-family: "ゴシックMB101 DB";
  line-height: 1.9;
}
@media (max-width: 768px) {
  .privacy .sec01 h2.sec-heading {
    margin-bottom: 16px;
    width: 100%;
    font-size: 16px;
  }
}
.privacy .sec01 .sec01-desc-first {
  box-sizing: border-box;
  margin: 0 -20px;
  margin-bottom: 40px;
  padding: 40px 20px;
  width: calc(100% + 40px);
}
.privacy .sec01 .sec01-desc,
.privacy .sec01 ul {
  margin-left: 1em;
}
.privacy .sec01 .sec01__art01 h2 {
  margin: 0;
}
.privacy .sec02 {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .privacy .sec02 {
    padding-bottom: 160px;
  }
}
.privacy .sec02 .fixed__wrapper {
  box-sizing: border-box;
  padding: 0 32px;
  border: solid #d8d8d8 1px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 8px 8px 0px #d8d8d8;
}
@media (max-width: 768px) {
  .privacy .sec02 .fixed__wrapper {
    box-shadow: none;
  }
}
.privacy .sec02 .sec01-desc-first {
  margin-bottom: 30px;
  padding: 12px 0;
}
@media (max-width: 768px) {
  .privacy .sec02 .sec01-desc-first {
    margin-bottom: 60px;
  }
}
.privacy .sec02 .sec01-desc {
  margin-left: 1em;
}
.privacy .sec02 .sec01-desc04 {
  word-break: break-all;
}
.privacy .sec02 ul, .privacy .sec02 li {
  margin-left: 1.1em;
}
.privacy .sec02 ul.ul--numbers,
.privacy .sec02 ul.ul--numbers li {
  list-style: decimal;
}
.privacy .sec02 ul.ul--dots,
.privacy .sec02 ul.ul--dots li {
  list-style: disc;
}
.privacy .sec02 ul.ul--circle,
.privacy .sec02 ul.ul--circle li {
  list-style: circle;
}
.privacy .main .fixed__wrapper {
  width: 800px;
}
@media (max-width: 840px) {
  .privacy .main .fixed__wrapper {
    width: auto;
  }
}
.privacy .main .sec01__policy.fixed__wrapper {
  padding-top: 0;
}