@charset "UTF-8";

/* -------------------------

   タイトル

--------------------------- */
.Subpage_Ttl_En_Privacy * {
  line-height: 0.6;
  letter-spacing: 0.073em;
}

.Subpage_Hero_Bg_Txt {
  white-space: nowrap;
}

/*



プライバシーポリシー



*/

.Subpage_Hero_Bg_Txt_Privacy {
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: #f7f7f7;
  font-family: var(--En_Font);
  font-weight: 900;
  font-size: 218px;
  letter-spacing: 0.08em;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .Subpage_Hero_Bg_Txt_Privacy {
    top: 24px;
    left: -10%;
    transform: initial;
    font-size: 97px;
  }
}

.Subpage_Ttl_Orange.Privacy {
  left: calc(100% - 25px);
  top: 0px;
  width: 139px;
  transform: initial;
}

@media screen and (max-width: 768px) {
  .Subpage_Ttl_Orange.Privacy {
    position: absolute;
    left: 89%;
    top: 18px;
    width: 100px;
    transform: rotate(-4deg);
  }
}

.Privacy_Sec {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .Privacy_Sec {
    padding-bottom: 40px;
  }
}
.Privacy_Intro {
  padding-bottom: 47px;
  margin-bottom: 55px;
  line-height: 1.866;
  border-bottom: 1px solid rgb(var(--gray_50));
}
@media screen and (max-width: 768px) {
  .Privacy_Intro {
    padding-bottom: 33px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgb(216, 216, 216);
  }
}
.Privacy_P {
  font-size: 0.9375rem;
}

.Privacy_List_Term {
  display: inline-block;
  color: rgb(var(--main));
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 1.44;
  font-weight: 900;
  padding-bottom: 0.2em;
  border-bottom: 1px solid currentColor;
  margin-bottom: 0.5em;
}

.Privacy_List_Desc {
  font-size: 0.9375rem;
  line-height: 1.866;
  margin-bottom: 37px;
}
@media screen and (max-width: 768px) {
  .Privacy_List_Desc {
    margin-bottom: 28px;
  }
}
.Privacy_List_Desc_List {
  padding-left: 1.5em;
  margin-top: 30px;
}
.Privacy_List_Desc_List > li {
  list-style: disc;
  /* padding-left: 1.5em; */
}

.Privacy_Contact_Area {
  margin-top: 15px;
  display: inline-block;
  padding: 30px;
  border-radius: 30px;
  background-color: rgb(var(--gray_50));
}
.Privacy_Contact_Companyname {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.4em;
}
.Privacy_Contact_P {
  line-height: 1.3;
  margin-bottom: 0.4em;
}
.Privacy_Contact_Tel {
  line-height: 1.3;
  margin-bottom: 0;
}
.Privacy_Contact_Tel > a {
  line-height: 1.3;
  margin-bottom: 0.4em;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
}
