       
.c-ttl {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 112px;
}
@media only screen and (max-width: 768px) {
  .c-ttl {
    margin-top: 48px;
  }
}
.c-ttl .__en {
  font-family: "DIN 2014", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .c-ttl .__en {
    font-size: 30px;
  }
}
.c-ttl .__jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .c-ttl .__jp {
    font-size: 15px;
  }
}  
.p-privacy {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 120px;
  padding-bottom: 240px;
}
@media only screen and (max-width: 768px) {
  .p-privacy {
    gap: 30px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.p-privacy h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .p-privacy h3 {
    font-size: 15px;
  }
}
.p-privacy p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .p-privacy p {
    font-size: 15px;
  }
}