@charset "UTF-8";

body.page-template-privacy-policy-page-php,
body.page-template-tokushoho-page-php,
.page-template-privacy-policy-page-php #container,
.page-template-tokushoho-page-php #container,
.page-template-privacy-policy-page-php .content,
.page-template-tokushoho-page-php .content,
.page-template-privacy-policy-page-php .content-in,
.page-template-tokushoho-page-php .content-in,
.page-template-privacy-policy-page-php .main,
.page-template-tokushoho-page-php .main,
.page-template-privacy-policy-page-php .article,
.page-template-tokushoho-page-php .article {
  background: #fff;
}

.privacy-policy-page {
  overflow: hidden;
  background: var(--color-white);
  color: var(--color-text);
  font-family: var(--font-primary);
}

.privacy-policy-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
}

.privacy-policy-hero {
  position: relative;
  padding: 31px 0 104px;
  background: var(--color-bg-beige);
}

.privacy-policy-hero::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 88px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 88' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 88H1440V42C1214 58 1014 54 744 28C428-3 214 0 0 55V88Z'/%3E%3C/svg%3E") no-repeat center bottom / 100% 100%;
  pointer-events: none;
}

.privacy-policy-hero__en {
  margin: 0 0 8px;
  color: var(--color-green);
  font-family: var(--font-kosugi);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.privacy-policy-hero__title {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-kosugi);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}

.privacy-policy-breadcrumb {
  padding: 0 0 190px;
  background: var(--color-white);
}

.privacy-policy-breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  color: #80766b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  list-style: none;
}

.privacy-policy-breadcrumb li:not(:last-child)::after {
  content: '>';
  margin-left: 14px;
  color: #a9a49b;
}

.privacy-policy-breadcrumb a {
  color: #80766b;
}

.privacy-policy-content {
  position: relative;
  z-index: 1;
  background: var(--color-white);
}

.privacy-policy-content__title {
  margin: 0 0 133px;
  color: var(--color-text);
  font-family: var(--font-kosugi);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}

.privacy-policy-block {
  margin: 0;
}

.privacy-policy-block + .privacy-policy-block {
  margin-top: 84px;
}

.privacy-policy-block h3 {
  margin: 0 0 22px;
  padding-bottom: 26px;
  border-bottom: 3px dashed rgb(80 68 52 / 40%);
  color: var(--color-text);
  font-family: var(--font-kosugi);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
}

.privacy-policy-block p {
  margin: 0;
  color: #61594f;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}

.privacy-policy-block p + p {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .privacy-policy-hero {
    padding: 20px 0 61px;
  }

  .privacy-policy-hero::after {
    height: 52px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 375 52' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 52H375V25C296-2 210 3 124 15C66 23 30 25 0 30V52Z'/%3E%3C/svg%3E");
  }

  .privacy-policy-hero__en {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .privacy-policy-hero__title {
    font-size: 18px;
  }

  .privacy-policy-breadcrumb {
    padding: 0 0 62px;
  }

  .privacy-policy-breadcrumb ol {
    gap: 9px;
    font-size: 13px;
  }

  .privacy-policy-breadcrumb li:not(:last-child)::after {
    margin-left: 9px;
  }

  .privacy-policy-content__title {
    margin-bottom: 44px;
    font-size: 24px;
  }

  .privacy-policy-block + .privacy-policy-block {
    margin-top: 62px;
  }

  .privacy-policy-block h3 {
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom-width: 3px;
    font-size: 19px;
  }

  .privacy-policy-block p {
    color: #61594f;
    font-size: 16px;
    line-height: 1.85;
  }
}

@media screen and (max-width: 374px) {
  .privacy-policy-block p {
    font-size: 15px;
  }
}

/* Final lower-page hero alignment: match guide-page */
.privacy-policy-hero {
  position: relative;
  z-index: 0;
  overflow: visible;
  padding: 31px 0 84px;
  background: #faf9f4;
}

.privacy-policy-hero::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -61px;
  left: 0;
  width: 100%;
  height: 184px;
  background-color: #fff;
  background-image: url("../images/wave_up_bg_beige.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 130%;
  pointer-events: none;
  z-index: 0;
  transform: scaleX(-1);
}

.privacy-policy-hero .privacy-policy-container {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .privacy-policy-hero {
    padding-top: 20px;
    padding-bottom: 41px;
  }

  .privacy-policy-hero::after {
    bottom: -98px;
    height: 156px;
    background-size: 111% 80%;
  }
}
