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

.privacy_policy_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px !important;
}
#privacy_policy_top a,
#privacy_policy_main a,
#privacy_policy_last a {
  color: var(--C-txt-blue);
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .privacy_policy_title {
    font-size: 4.26666666666667vw;
    margin-bottom: 3.2vw !important;
  }
}

/* ===============================
	mv
 =============================== */
#mv {
  background: rgb(93,157,141);
  background: linear-gradient(90deg, rgba(93,157,141,1) 0%, rgba(65,110,99,1) 55%, rgba(52,95,84,1) 100%);
  position: relative;
}
#mv::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: var(--C-black);
  opacity: 0.55;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#mv .wrap {
  z-index: +1;
}

/* ===============================
	privacy_policy_top
 =============================== */
#privacy_policy_top {
  margin-top: 80px;
  margin-bottom: 40px;
}
#privacy_policy_top .privacy_policy_title {
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  #privacy_policy_top {
    margin-top: 10.66666666666667vw;
    margin-bottom: 10.66666666666667vw;
  }
  #privacy_policy_top .privacy_policy_title {
    margin-bottom: 6.13333333333333vw;
  }
}

/* ===============================
	privacy_policy_main
 =============================== */
#privacy_policy_main {
  margin-bottom: -80px;
}
#privacy_policy_main .txt_C {
  margin-bottom: 40px;
}
#privacy_policy_main .txt_R {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  #privacy_policy_main {
    margin-bottom: 0;
  }
  #privacy_policy_main .txt_C {
    margin-bottom: 10.66666666666667vw;
  }
  #privacy_policy_main .txt_R {
    margin-top: 10.66666666666667vw;
  }
}

/* ===============================
	privacy_policy_last
 =============================== */
#privacy_policy_last {
  padding-top: 120px;
  margin-bottom: 160px;
}
#privacy_policy_last2 {
  padding-top: 120px;
}
#privacy_policy_last .privacy_policy_title {
  color: var(--C-accent-green);
}
#privacy_policy_last p:not(:last-child) {
  margin-bottom: -80px;
}
@media screen and (max-width: 750px) {
  #privacy_policy_last {
    padding-top: 10.66666666666667vw;
    margin-bottom: 32vw;
  }
  #privacy_policy_last2 {
    padding-top: 10.66666666666667vw;
  }
  #privacy_policy_last p:not(:last-child) {
    margin-bottom: 0;
  }
}