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

.privacy_policy_info_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-top: 64px;
  margin-bottom: 16px !important;
}
.privacy_policy_info_title.font_C_green {
  color: var(--C-accent-green);
}
#privacy_policy_info_top a,
#privacy_policy_info_main a {
  color: var(--C-txt-blue);
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .privacy_policy_info_title {
    font-size: 4.26666666666667vw;
    margin-top: 17.06666666666667vw;
    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_info_top
 =============================== */
#privacy_policy_info_top {
  margin-top: 80px;
  margin-bottom: 56px;
}
@media screen and (max-width: 750px) {
  #privacy_policy_info_top {
    margin-top: 15.46666666666667vw;
    margin-bottom: 10.66666666666667vw;
  }
}

/* ===============================
	privacy_policy_info_main
 =============================== */
#privacy_policy_info_main {
  margin-bottom: 160px;
}
#privacy_policy_info_main .privacy_policy_info_title:not(:first-child) {
  margin-top: 40px;
}
#privacy_policy_info_main .font-txt {
  margin-bottom: 40px;
}
#privacy_policy_info_main .font-txt:has(+ a) {
  margin-bottom: 16px;
}
#privacy_policy_info_main .txt_R {
  margin-top: 40px;
}
#privacy_policy_info_main .customer_contact {
  background: #F5F4F0;
  padding: 40px 32px;
}
#privacy_policy_info_main .customer_contact .font-txt {
  margin-bottom: 0;
}
#privacy_policy_info_main .customer_contact a {
  color: var(--C-black);
  text-decoration: none;
}
#privacy_policy_info_main .link_list .font-txt {
  margin-bottom: 16px;
}
#privacy_policy_info_main a.link_pdf::after {
  content: '';
  background-image: url(../img/privacy_policy_info/icon_docx.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
@media screen and (max-width: 750px) {
  #privacy_policy_info_main {
    margin-bottom: 32vw;
  }
  #privacy_policy_info_main .privacy_policy_info_title:not(:first-child) {
    margin-top: 10.66666666666667vw;
  }
  #privacy_policy_info_main .font-txt {
    margin-bottom: 10.66666666666667vw;
  }
  #privacy_policy_info_main .font-txt:has(+ a) {
    margin-bottom: 3.2vw;
  }
  #privacy_policy_info_main .txt_R {
    margin-top: 10.66666666666667vw;
  }
  #privacy_policy_info_main .customer_contact {
    padding: 5.33333333333333vw 4.26666666666667vw;
  }
  #privacy_policy_info_main .link_list .font-txt {
    margin-bottom: 4.26666666666667vw;
  }
  #privacy_policy_info_main a.link_pdf::after {
    width: 4vw;
    height: 4.53333333333333vw;
    margin-left: 2.13333333333333vw;
  }
}