.privacy-hero__container {
  max-width: 1440px;
  padding-top: 100px;
  padding-inline: 0;
}
@media (width < 1440px) {
  .privacy-hero__container {
    padding-top: 6.94vw;
  }
}
@media (width <= 767px) {
  .privacy-hero__container {
    padding-top: 32px;
    padding-inline: 16px;
  }
}
.privacy-hero__body {
  display: grid;
  align-items: start;
  grid-template-columns: 330px minmax(0, 1fr);
}
@media (width <= 767px) {
  .privacy-hero__body {
    grid-template-columns: 1fr;
  }
}
.privacy-hero__title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  min-height: 340px;
  padding: 40px 32px 40px 52px;
  background: linear-gradient(142.23deg, #516ed6 12.3%, #3620c7 89.4%);
  overflow: hidden;
}
.privacy-hero__title::after {
  position: absolute;
  right: -14%;
  bottom: -58%;
  width: 140%;
  height: 95%;
  background: var(--color-white);
  border-radius: 50%;
  content: "";
}
@media (width < 1440px) {
  .privacy-hero__title {
    min-height: 23.61vw;
    padding: 2.78vw 2.22vw 2.78vw 3.61vw;
  }
}
@media (width <= 767px) {
  .privacy-hero__title {
    min-height: 180px;
    padding: 28px 24px 36px;
    border-radius: 20px 20px 0 0;
  }
  .privacy-hero__title::after {
    right: -10%;
    bottom: -70%;
    width: 120%;
  }
}
.privacy-hero__title-en, .privacy-hero__title-ja {
  position: relative;
  z-index: 1;
}
.privacy-hero__title-en {
  font-family: var(--font-poppins);
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  color: var(--blue-03);
}
@media (width < 1440px) {
  .privacy-hero__title-en {
    font-size: 1.67vw;
  }
}
@media (width <= 767px) {
  .privacy-hero__title-en {
    font-size: 18px;
  }
}
.privacy-hero__title-ja {
  font-size: 32px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: var(--color-white);
}
@media (width < 1440px) {
  .privacy-hero__title-ja {
    font-size: 2.22vw;
  }
}
@media (width <= 767px) {
  .privacy-hero__title-ja {
    font-size: 24px;
  }
}
.privacy-hero__image {
  min-width: 0;
}
.privacy-hero__image img {
  display: block;
  width: 100%;
  height: 340px;
  border-radius: 0 0 0 20px;
  object-fit: cover;
  object-position: center;
}
@media (width < 1440px) {
  .privacy-hero__image img {
    height: 23.61vw;
  }
}
@media (width <= 767px) {
  .privacy-hero__image img {
    height: 220px;
    border-radius: 0 0 20px 20px;
  }
}

.privacy-policy__container {
  padding-top: 120px;
  padding-bottom: 140px;
}
@media (width < 1440px) {
  .privacy-policy__container {
    padding-top: 8.33vw;
    padding-bottom: 9.72vw;
  }
}
@media (width <= 767px) {
  .privacy-policy__container {
    padding-top: 56px;
    padding-bottom: 72px;
  }
}
.privacy-policy__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 0;
  padding: 0;
}
@media (width <= 767px) {
  .privacy-policy__list {
    gap: 36px;
  }
}
.privacy-policy__item {
  list-style: none;
}
.privacy-policy__heading {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  padding-bottom: 10px;
}
.privacy-policy__heading::before {
  display: block;
  width: 72px;
  height: 2px;
  background: var(--blue-03);
  content: "";
  order: 2;
}
.privacy-policy__heading::after {
  flex: 1;
  height: 2px;
  background: var(--blue-04);
  content: "";
  order: 3;
}
@media (width <= 767px) {
  .privacy-policy__heading {
    align-items: center;
    padding-bottom: 12px;
  }
  .privacy-policy__heading::before {
    width: auto;
    grid-column: 3;
    align-self: center;
  }
  .privacy-policy__heading::after {
    width: clamp(56px, 20vw, 88px);
    grid-column: 4;
    align-self: center;
    justify-self: start;
  }
  .privacy-policy__heading > * {
    min-width: 0;
  }
  .privacy-policy__heading > .privacy-policy__number {
    grid-column: 1;
  }
  .privacy-policy__heading > .privacy-policy__title {
    grid-column: 2;
  }
  .privacy-policy__heading::before {
    width: 36px;
  }
}
.privacy-policy__number {
  display: flex;
  align-items: center;
  margin: 0 11px 0 0;
  font-family: var(--font-poppins);
  font-size: 46px;
  font-weight: 600;
  line-height: 160%;
  color: var(--blue-04);
  opacity: 0.5;
  white-space: nowrap;
}
@media (width < 1440px) {
  .privacy-policy__number {
    font-size: 3.19vw;
  }
}
@media (width <= 767px) {
  .privacy-policy__number {
    min-width: 36px;
    font-size: 30px;
    margin-right: 0;
  }
}
.privacy-policy__title {
  display: flex;
  align-items: center;
  margin: 0 24px 0 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 120%;
  color: var(--blue-01);
  transform: translateY(-4px);
  white-space: nowrap;
}
@media (width < 1440px) {
  .privacy-policy__title {
    font-size: 2.08vw;
  }
}
@media (width <= 767px) {
  .privacy-policy__title {
    font-size: 18px;
    transform: translateY(-4px);
    margin-right: 4px;
    padding-left: 8px;
    white-space: normal;
  }
}
.privacy-policy__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  color: var(--color-black);
  margin-top: 10px;
}
@media (width < 1440px) {
  .privacy-policy__text {
    font-size: 1.11vw;
  }
}
@media (width <= 767px) {
  .privacy-policy__text {
    font-size: 14px;
  }
}
.privacy-policy__bullet-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 12px 0 0 4px;
  padding: 0;
}
.privacy-policy__bullet-item {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  color: var(--color-black);
  padding-left: 18px;
  list-style: none;
}
.privacy-policy__bullet-item::before {
  position: absolute;
  top: 0.85em;
  left: 0;
  width: 12px;
  height: 12px;
  background: var(--blue-02);
  border-radius: 50%;
  transform: translateY(-50%);
  content: "";
}
@media (width < 1440px) {
  .privacy-policy__bullet-item {
    font-size: 1.11vw;
  }
}
@media (width <= 767px) {
  .privacy-policy__bullet-item {
    font-size: 14px;
    padding-left: 16px;
  }
}