@layer components {
  .breadcrumb {
    padding: 20px 0 0;
    background-color: #fff;
    border-block-start: 1px solid #ececec;
  }
  @media (max-width: 640px) {
    .breadcrumb {
      margin: 2px 0 0 -6px;
      padding: 7px 0 9px;
      border-block-end: 1px solid #ececec;
    }
  }
  .breadcrumb__list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    color: #747474;
    font-family: var(--font-ja, "Noto Sans JP", sans-serif);
    font-size: 11px;
    letter-spacing: 0.22px;
    gap: 13px;
    list-style: none;
  }
  @media (max-width: 640px) {
    .breadcrumb__list {
      font-size: 10px;
      gap: 7px;
    }
  }
  .breadcrumb__item {
    display: flex;
    align-items: center;
    color: #747474;
    font-weight: 400;
    line-height: 1.5;
  }
  .breadcrumb__item:not(:last-child)::after {
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='10' viewBox='0 0 5 10' fill='none'%3E%3Cpath d='M0.311705 5.36347e-08C0.232631 5.45393e-08 0.15171 0.033567 0.0910258 0.0987265C-0.0303421 0.229045 -0.0303421 0.442294 0.0910258 0.572613L4.24513 5.03307L0.15171 9.42837C0.0303417 9.55869 0.0303417 9.77194 0.15171 9.90226C0.273078 10.0326 0.471681 10.0326 0.593049 9.90226L4.90897 5.27002C5.03034 5.1397 5.03034 4.92645 4.90897 4.79613L0.534204 0.0987265C0.471681 0.0315925 0.392617 5.27091e-08 0.311705 5.36347e-08Z' fill='%23747474'/%3E%3C/svg%3E") no-repeat center/100% 100%;
    content: "";
    margin-inline-start: 14px;
    inline-size: 5px;
    block-size: 10px;
  }
  @media (max-width: 640px) {
    .breadcrumb__item:not(:last-child)::after {
      margin-inline-start: 7px;
      block-size: 7px;
    }
  }
  .breadcrumb__item a {
    color: inherit;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
    transition: opacity var(--transition-duration-base) ease;
  }
  .breadcrumb__item a:hover {
    opacity: 0.7;
  }
  .breadcrumb__item span {
    color: inherit;
  }
}
.privacy-page {
  padding: 60px 0 120px;
  background-color: #fff;
}
.privacy-page .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 640px) {
  .privacy-page .container {
    padding: 0 20px;
  }
}

.privacy-title {
  margin-bottom: 60px;
  color: #000;
  font-family: var(--font-ja);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 640px) {
  .privacy-title {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
}

.privacy-section {
  margin-bottom: 80px;
}
.privacy-section:last-child {
  margin-bottom: 0;
}

.privacy-subtitle {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  color: var(--color-fg);
  font-family: var(--font-ja);
  font-size: 1.25rem;
  font-weight: 600;
}
.privacy-subtitle:first-of-type {
  margin-top: 0;
}
@media (max-width: 640px) {
  .privacy-subtitle {
    font-size: 1.125rem;
  }
}

.privacy-content {
  color: #333;
  font-family: var(--font-ja);
  font-size: 1rem;
  line-height: 1.8;
}
.privacy-content p {
  margin-bottom: 1.5em;
}
.privacy-content p:last-child {
  margin-bottom: 0;
}
.privacy-content ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  list-style-type: disc;
}
.privacy-content ul li {
  margin-bottom: 0.5em;
}/*# sourceMappingURL=privacy.css.map */