@charset "UTF-8";
/* main colors */
.subPage_section {
  padding-top: 74px;
}
@media (min-width: 920px) {
  .subPage_section {
    padding-top: min(104px, 9.4545454545vw);
  }
}
.subPage_section_header {
  margin-bottom: 40px;
}
@media (min-width: 920px) {
  .subPage_section_header {
    margin-bottom: min(80px, 7.2727272727vw);
  }
}
.subPage_section_ttl {
  font-size: 28px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 920px) {
  .subPage_section_ttl {
    font-size: min(40px, 3.6363636364vw);
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 12px;
  line-height: 1.5;
  color: #222222;
  margin-bottom: 20px;
}
@media (min-width: 920px) {
  .breadcrumb {
    margin-bottom: min(80px, 7.2727272727vw);
    font-size: 14px;
    gap: 8px;
  }
}
.breadcrumb a,
.breadcrumb span {
  color: inherit;
  text-decoration: none;
}
.breadcrumb span[property=itemListElement] {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
@media (min-width: 920px) {
  .breadcrumb span[property=itemListElement] {
    gap: 12px;
  }
}
.breadcrumb span[property=itemListElement]:not(:last-of-type) a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: inherit;
  transition: color 0.3s ease;
}
.breadcrumb span[property=itemListElement]:not(:last-of-type) a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #1F1F1F;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
.breadcrumb span[property=itemListElement]:not(:last-of-type) a:hover {
  color: #1F1F1F;
}
@media (min-width: 920px) {
  .breadcrumb span[property=itemListElement]:not(:last-of-type) a:hover::after {
    transform: scaleX(1);
  }
}
.breadcrumb span[property=itemListElement]:last-of-type {
  color: #7876cf;
  pointer-events: none;
  cursor: default;
}
.breadcrumb span[property=itemListElement]:last-of-type a {
  color: inherit;
  pointer-events: none;
  cursor: default;
}
.breadcrumb span[property=itemListElement] + span[property=itemListElement]::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../img/page/breadcrumb_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
.breadcrumb span[property=itemListElement]:first-of-type a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.breadcrumb span[property=itemListElement]:first-of-type a::before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url("../img/page/icon_home.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}

.policy {
  max-width: 844px;
  margin: 0 auto;
  padding-bottom: 96px;
}
.policy_lead {
  margin-bottom: 40px;
  text-align: justify;
}
@media (min-width: 920px) {
  .policy_lead {
    margin-bottom: 60px;
  }
}
.policy_section {
  margin-bottom: 32px;
}
@media (min-width: 920px) {
  .policy_section {
    margin-bottom: 40px;
  }
}
.policy_section_body > * {
  margin-bottom: 8px;
}
@media (min-width: 920px) {
  .policy_section_body > * {
    margin-bottom: 12px;
  }
}
.policy_section_body > *:last-child {
  margin-bottom: 0;
}
.policy_section_body .margin_none {
  margin-bottom: 0;
}
.policy_section:last-child {
  margin-bottom: 0;
}
.policy_section p {
  text-align: justify;
}
.policy_section ol {
  margin-top: 0;
  list-style-type: decimal;
  padding-left: 20px;
}
.policy_section ol ol {
  padding-left: 0;
  list-style: none;
  counter-reset: sub-number;
  margin-top: 8px;
}
@media (min-width: 920px) {
  .policy_section ol ol {
    margin-top: 12px;
  }
}
.policy_section ol ol > li {
  position: relative;
  padding-left: 28px;
  counter-increment: sub-number;
  margin-bottom: 8px;
}
@media (min-width: 920px) {
  .policy_section ol ol > li {
    margin-bottom: 12px;
  }
}
.policy_section ol ol > li::before {
  content: "（" counter(sub-number) "）";
  position: absolute;
  top: 0;
  left: 0;
}
.policy_section ol ol > li:last-child {
  margin-bottom: 0;
}
.policy_section ol li.bold {
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 920px) {
  .policy_section ol li.bold {
    margin-bottom: 20px;
  }
}
.policy_section ol li.bold:last-child {
  margin-bottom: 0;
}
.policy_section ol li.bold ul {
  font-weight: 400;
}
.policy_section ol li.bold ol {
  font-weight: 400;
}
.policy_section ol li.bold p {
  font-weight: 400;
}
.policy_section ul li {
  margin: 0;
  padding-left: 12px;
  position: relative;
}
.policy_section ul li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #1F1F1F;
  left: 0;
  top: 11px;
}
@media (min-width: 920px) {
  .policy_section ul li::before {
    width: 4px;
    height: 4px;
    top: 13px;
  }
}
.policy_section_head {
  margin-bottom: 16px;
}
.policy_ttl {
  display: inline;
  font-size: 18px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  background-image: linear-gradient(rgba(120, 118, 207, 0.6), rgba(120, 118, 207, 0.6));
  background-repeat: no-repeat;
  background-position: left 100%;
  background-size: 100% 4px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 920px) {
  .policy_ttl {
    font-size: 20px;
  }
}
.policy_link {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.policy_link_item {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  width: fit-content;
  padding-bottom: 2px;
}

.erorr {
  padding: 60px 0 80px;
}
@media (min-width: 920px) {
  .erorr {
    padding: 120px 0;
  }
}
.erorr h1 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
@media (min-width: 920px) {
  .erorr h1 {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
.erorr p {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 920px) {
  .erorr p {
    margin-bottom: 40px;
  }
}
.erorr .btn {
  max-width: 380px;
  margin: 0 auto;
}/*# sourceMappingURL=page.css.map */