@charset "UTF-8";

/* ------------------------------------------
  pruvacy
------------------------------------------ */
.privacy {
  padding: 100px 0px;
}

.privacy .section_ttl {
  text-align: left;
  margin-bottom: 100px;
}

.privacy_content_inner {
  margin-top: 50px;
  border-top: 0.5px solid #b9b9b9;
}

.privacy_content_item1 {
  padding: 50px 0;
  color: #161616;
  border-bottom: 0.5px solid #b9b9b9;
}

.privacy_begin_txt {
  width: 78.5%;
  margin: 0 auto 30px;
}

.privacy_begin_txt p {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 35px;
}

.privacy_name {
  text-align: right;
}

.privacy_name p {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 35px;
}

.privacy_content_item2 {
  padding-top: 106px;
  padding-bottom: 50px;
  border-bottom: 0.5px solid #161616;
}

.privacy_content_ttl {
  text-align: center;
  color: #34528d;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 104px;
}

.privacy_item {
  width: 60%;
  margin: 0 25%;
}

.privacy_item_ttl {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 30px;
  margin-bottom: 30px;
  color: #34528d;
}

.privacy_item_list {
  color: #161616;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 25px;
}

.privacy_item_list li {
  display: flex;
}

.privacy_item_list li:not(:last-child) {
  margin-bottom: 20px;
}

.privacy_item_list li span {
  color: #5a84d7;
  margin-right: 10px;
}

.privacy_content_item3 {
  padding: 50px 0;
  border-bottom: 0.5px solid #b9b9b9;
}

.privacy_content_item4 {
  padding-top: 100px;
}

.privacy_content_item4_inner {
  width: 65%;
  margin: 0 auto;
}

.privacy_content_item4_inner p {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 35px;
  color: #161616;
}

.privacy_contact {
  background: #263e6d;
  padding: 100px 0px;
}

.privacy_contact_inner {
  width: 82.7%;
  margin: 0 auto;
}

.privacy_contact_ttl {
  text-align: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 20px;
  margin-bottom: 50px;
}

.privacy_contact_tel {
  display: flex;
  justify-content: space-between;
}

.privacy_contact_tel_item {
  width: 42%;
}

.privacy_contact_tel_item_ttl {
  color: #fff;
  margin-bottom: 20px;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 35px;
}

.tel_btn a {
  display: block;
  max-width: 287px;
  width: 100%;
  height: 80px;
  border-radius: 40px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.tel_btn a img {
  width: 17px;
  margin-right: 5px;
}

.tel_btn p {
  font-size: 21px;
  letter-spacing: 0.03em;
  line-height: 21px;
  color: #161616;
}

@media screen and (max-width: 767px) {
  .privacy_contact_tel {
    display: block;
  }

  .privacy {
    padding: 50px 0 100px;
  }

  .privacy .section_ttl {
    margin-bottom: 50px;
    font-size: 44px;
    line-height: 40px;
  }

  .section_ttl span {
    margin-left: 0;
  }

  .privacy_content_inner {
    margin-top: 20px;
  }

  .privacy_content_item1 {
    padding: 30px 0;
  }

  .privacy_begin_txt p {
    line-height: 30px;
  }

  .privacy_name p {
    line-height: 30px;
    margin-right: 7%;
  }

  .privacy_begin_txt {
    width: 90%;
  }

  .privacy_content_item2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .privacy_content_ttl {
    line-height: 24px;
    line-height: 45px;
    margin-bottom: 30px;
  }

  .privacy_item {
    width: 90%;
    margin: 0 auto;
  }

  .privacy_item_list li:not(:last-child) {
    margin-bottom: 15px;
  }

  .privacy_item_ttl {
    display: flex;
  }

  .privacy_item_list {
    font-size: 14px;
  }

  .privacy_content_item4 {
    padding-top: 50px;
  }

  .privacy_content_item4_inner {
    width: 90%;
  }

  .privacy_content_item4_inner p {
    font-size: 13px;
    line-height: 29px;
  }

  .privacy_contact {
    padding: 80px 0;
  }

  .privacy_contact_inner {
    width: 100%;
  }

  .privacy_contact_ttl {
    line-height: 35px;
    margin-bottom: 30px;
  }

  .privacy_contact_tel_item {
    width: 100%;
  }

  .privacy_contact_tel_item_ttl {
    text-align: center;
    margin-bottom: 20px;
    line-height: 25px;
  }

  .privacy_contact_tel_item:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
