@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  color: #1a1a1a;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
/* ----------------------------------------
  Privacy Policy
---------------------------------------- */
.privacy-policy, .privacy-policy * {
  box-sizing: border-box;
}
.privacy-policy {
  font-size: 1rem;
  line-height: 1.8;
  position: relative;
  max-width: 1500px;
  min-height: calc(100vh - 80px);
  margin: 81px auto 0;
  padding: 36px 80px 120px;
}

.privacy__side {
  position: absolute;
  top: 28px;
  left: 24px;
  color: #961414;
}
.privacy__en {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.privacy__ja {
  position: absolute;
  top: 4px;
  left: 48px;
  width: 240px;
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  writing-mode: horizontal-tb;
}
.privacy-policy__inner {
  width: min(100% - 64px, 800px);
  margin: 0 auto;
  padding: 30px 0;
}
.privacy-policy__header {
  margin-bottom: 50px;
  text-align: center;
}
.privacy-policy__title {
  margin: 0;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.privacy-policy__section + .privacy-policy__section {
  margin-top: 64px;
}
.privacy-policy__section h2 {
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}
.privacy-policy__section h3 {
  margin: 32px 0 16px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
}
.privacy-policy__section h4 {
  margin: 24px 0 8px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}
.privacy-policy__section p {
  margin: 0;
}
.privacy-policy__section p + p {
  margin-top: 16px;
}
.privacy-policy__section ul {
  margin: 16px 0 0;
  padding-left: 1.5em;
  list-style: disc;
}
.privacy-policy__section li + li {
  margin-top: 6px;
}
.privacy-policy a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  overflow-wrap: anywhere;
}
.privacy-policy a:hover {
  text-decoration: none;
}
.privacy-policy__service-list {
  margin: 20px 0 0;
}
.privacy-policy__service-list > div + div {
  margin-top: 16px;
}
.privacy-policy__service-list dt {
  font-weight: 700;
}
.privacy-policy__service-list dd {
  margin: 4px 0 0;
  padding-left: 1em;
}
.privacy-policy__link-list ul, .privacy-policy__link-list ul li {
  padding-left: 0 !important;
}
.privacy-policy__contact {
  margin: 32px 0;
  border-top: 1px solid #ccc;
}
.privacy-policy__contact > div {
  display: grid;
  grid-template-columns: 180px 1fr;
  border-bottom: 1px solid #ccc;
}
.privacy-policy__contact dt, .privacy-policy__contact dd {
  margin: 0;
  padding: 8px 16px;
}
.privacy-policy__contact dt {
  background: #f5f5f5;
  font-weight: 700;
}
.privacy-policy__supplement {
  padding-top: 8px;
}

.yohaku {
	padding-left: 3em !important;
}
@media screen and (max-width: 1024px) {
  .privacy__side {
    margin-bottom: 48px;
	  margin-top: 32px;
  }
  .privacy__en {
    writing-mode: horizontal-tb;
  }
  .privacy__ja {
    position: static;
    width: auto;
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-policy {
    font-size: 0.9375rem;
    line-height: 1.85;
	  padding: 120px 0 0;
  }
  .privacy-policy__inner {
    width: auto;
    padding: 60px 24px 100px;
  }
  .privacy-policy__header {
    margin-bottom: 48px;
  }
.privacy-policy__title {
  font-size: 1.5rem;
}
  .privacy-policy__section + .privacy-policy__section {
    margin-top: 48px;
  }
  .privacy-policy__section h2 {
    margin-bottom: 20px;
	  font-size: 1.25rem;
  }
  .privacy-policy__section h3 {
    margin-top: 28px;
    font-size: 1.0625rem;
  }
  .privacy-policy__contact > div {
    display: block;
  }
  .privacy-policy__contact dt, .privacy-policy__contact dd {
    padding: 6px 8px;
  }
  .privacy-policy__contact dd {
    border-top: 1px solid #e5e5e5;
  }
.yohaku {
	padding-left: 2em !important;
}
}