@charset "UTF-8";

.uc-governance {
  overflow: hidden;
  color: #1c1c1c;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.uc-governance__hero {
  --uc-header-breadcrumb-offset: 0;
  position: relative;
  padding-bottom: 4.975rem;
  background-color: #4ca4e2;
  background-image: url("../../img/uc/affiliate-hub/hero-bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.uc-governance__hero-inner {
  width: 90%;
  max-width: 22.625rem;
  margin-inline: auto;
  padding-top: 8.1875rem;
}

.uc-governance__breadcrumbs {
  position: absolute;
  top: 3.8rem;
  left: 1.5625rem;
  display: flex;
  align-items: center;
  width: auto;
  margin-inline: 0;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.0313rem;
}

.uc-governance__breadcrumbs .uc-breadcrumbs__inner {
  width: auto;
}

.uc-governance__breadcrumbs .uc-breadcrumbs__link {
  color: inherit;
}

.uc-governance__breadcrumbs .uc-breadcrumbs__current {
  color: inherit;
}

.uc-governance__hero-header {
  position: relative;
}

.uc-governance__title {
  margin: 0;
  color: #fff;
  font-size: 1.534rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1534rem;
}

.uc-governance__body {
  position: relative;
  padding-top: 1.8125rem;
  padding-bottom: 2.1625rem;
  background-color: #edf0f5;
  background-image: url("../../img/uc/affiliate-hub/body-bg-sp.webp");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}

.uc-governance__body::after {
  display: none;
  position: absolute;
  top: 0.8563rem;
  right: -0.4375rem;
  color: #d1dae4;
  content: "PERSONAL INFORMATION PROTECTION POLICY";
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 4.7413rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3319rem;
  text-orientation: mixed;
  writing-mode: vertical-rl;
  opacity: 0.03;
  mix-blend-mode: plus-lighter;
}

.uc-governance__inner {
  position: relative;
  z-index: 1;
  width: 22.625rem;
  margin-inline: auto;
}

.uc-governance__content-header {
  margin-bottom: 2.0625rem;
}

.uc-governance__content-label {
  display: flex;
  align-items: flex-start;
  margin: 0;
  color: #3698de;
  font-size: 1.1289rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1693rem;
  white-space: normal;
}

.uc-governance__content-label::before {
  flex: 0 0 auto;
  width: 1.4141rem;
  height: 0.9636rem;
  margin-top: 0.3125rem;
  margin-right: 0.5859rem;
  background-image: url("../../img/common/uc-content-label-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.uc-governance__content {
  color: #1c1c1c;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.07rem;
}

.uc-governance__content > p {
  margin: 0 0 1.75rem;
}

.uc-governance__content .has-text-align-right {
  text-align: right;
}

.uc-governance__content > ol {
  margin: 1.25rem 0 2rem;
  padding-left: 1.3125rem;
  letter-spacing: 0.0875rem;
}

.uc-governance__content > ol:first-of-type {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
  list-style: decimal;
}

.uc-governance__content > ol:nth-of-type(2) {
  margin-top: 0.75rem;
  padding-left: 0;
  list-style: none;
  counter-reset: uc-governance-purpose;
}

.uc-governance__content ol li {
  padding-left: 0.1875rem;
}

.uc-governance__content > ol:nth-of-type(2) li {
  position: relative;
  padding-left: 1.5rem;
  list-style: none;
  counter-increment: uc-governance-purpose;
}

.uc-governance__content > ol:nth-of-type(2) li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(uc-governance-purpose) ".";
}

.uc-governance__content ul {
  margin: 0.25rem 0 0;
  padding-left: 1.35rem;
}

.uc-governance__content > ol:nth-of-type(2) ul {
  margin-top: 0;
  margin-left: -1.5rem;
  padding-left: 0;
}

.uc-governance__content .b-border-box {
  box-sizing: border-box;
  width: calc(100% + 0.9375rem);
  margin-top: 1.875rem;
  margin-right: -0.4688rem;
  margin-bottom: 4.1875rem;
  margin-left: -0.4688rem;
  padding: 2.75rem 2.375rem;
  border: 0;
  border-radius: 1.25rem;
  background: #fefefe;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.0875rem;
}

.uc-governance__content .b-border-box p {
  margin: 0 0 1.25rem;
}

.uc-governance__content .b-border-box p:last-child {
  margin-bottom: 0;
}

.uc-governance__content .b-border-box:first-of-type p:first-child {
  color: #444;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.0438rem;
}

.uc-governance__contact-details {
  display: block;
  margin-top: 1rem;
}

.uc-governance__content a {
  color: inherit;
  text-decoration: none;
}

.uc-governance__content > p:nth-of-type(3) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  column-gap: 1rem;
  color: #444;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}

.uc-governance__signature-company {
  white-space: nowrap;
}

.uc-governance__signature-representative {
  white-space: nowrap;
}

.uc-governance__content > p:nth-of-type(2) {
  margin-bottom: 1.8125rem;
}

.uc-governance__content > p:nth-of-type(4) {
  color: #444;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}

.uc-governance__content > p:nth-of-type(5) {
  margin-bottom: 0.75rem;
}

.uc-governance__content > p:nth-of-type(6) {
  display: none;
}

.uc-governance__content > p:nth-of-type(10) {
  margin-bottom: 0;
}

.uc-governance__content > p:nth-of-type(14) {
  display: none;
}

.uc-governance__content > h2 {
  box-sizing: border-box;
  width: calc(100% + 1.6875rem);
  margin-top: 2.5rem;
  margin-right: 0;
  margin-bottom: 1.1875rem;
  margin-left: -0.875rem;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0.875rem;
  padding-left: 0.875rem;
  border-bottom: 0.0625rem solid #1c1c1c;
  color: #1c1c1c;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.095rem;
}

.uc-governance__content > h2:first-of-type {
  margin-top: 4.1875rem;
}

.uc-governance__content > h3 {
  position: relative;
  margin-top: 1.1875rem;
  margin-right: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  padding-left: 0;
  color: #1c1c1c;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.0938rem;
}

.uc-governance__content > h3::before {
  position: absolute;
  top: 0.25rem;
  bottom: auto;
  left: -0.4375rem;
  width: 0.0625rem;
  height: 1.3125rem;
  background: #3698de;
  content: "";
}

.uc-governance__content strong {
  font-weight: 700;
}

@media (min-width: 768px) {
  .uc-governance__hero {
    padding-bottom: 6.125rem;
    background-image: url("../../img/uc/affiliate-hub/hero-bg-pc.webp");
  }

  .uc-governance__hero-inner {
    max-width: 58.125rem;
    padding-top: 13.625rem;
  }

  .uc-governance__breadcrumbs {
    top: 6.2rem;
    left: 2.12rem;
    font-size: 0.75rem;
    letter-spacing: 0.0375rem;
  }

  .uc-governance__title {
    font-size: 2.9414rem;
    letter-spacing: 0.5883rem;
  }

  .uc-governance__body {
    padding-top: 3.6875rem;
    padding-bottom: 6.875rem;
    background-image: url("../../img/uc/governance/body-bg.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .uc-governance__body::after {
    display: block;
    top: 1.9375rem;
    right: 0.6875rem;
    font-size: 9.1938rem;
    letter-spacing: 0.6436rem;
  }

  .uc-governance__inner {
    width: 90%;
    max-width: 60rem;
  }

  .uc-governance__content-header {
    margin-bottom: 2.9188rem;
  }

  .uc-governance__content-label {
    align-items: center;
    margin-left: 1.6875rem;
    font-size: 1.1289rem;
    letter-spacing: 0.1693rem;
    white-space: nowrap;
  }

  .uc-governance__content-label::before {
    width: 1.4141rem;
    height: 0.9636rem;
    margin-top: 0;
    margin-right: 0.875rem;
  }

  .uc-governance__content {
    padding-inline: 1.25rem;
    font-size: 1rem;
    line-height: 1.9;
    letter-spacing: 0.1rem;
  }

  .uc-governance__content > p {
    margin-bottom: 1.5rem;
  }

  .uc-governance__content > p:nth-of-type(1) {
    margin-bottom: 1.25rem;
  }

  .uc-governance__content > p:nth-of-type(2) {
    margin-bottom: 1.875rem;
  }

  .uc-governance__content > p:nth-of-type(3) {
    margin-bottom: 0;
    color: #1c1c1c;
    line-height: 1.5;
  }

  .uc-governance__content > p:nth-of-type(4) {
    margin-bottom: 1.875rem;
    color: #1c1c1c;
    line-height: 1.5;
  }

  .uc-governance__content > p:nth-of-type(5) {
    margin-bottom: 1.375rem;
  }

  .uc-governance__content > p:nth-of-type(7) {
    margin-bottom: 2.5rem;
  }

  .uc-governance__content > p:nth-of-type(8) {
    margin-bottom: 2.6875rem;
  }

  .uc-governance__content > p:nth-of-type(9) {
    margin-bottom: 2.5rem;
  }

  .uc-governance__content > p:nth-of-type(10) {
    margin-bottom: 1.0625rem;
  }

  .uc-governance__content > p:nth-of-type(11) {
    margin-bottom: 2.5rem;
  }

  .uc-governance__content > p:nth-of-type(12) {
    margin-bottom: 3.0625rem;
  }

  .uc-governance__content > p:nth-of-type(13) {
    margin-bottom: 1.5625rem;
  }

  .uc-governance__content > ol {
    margin-top: 0;
    margin-bottom: 1.875rem;
    padding-left: 1.5rem;
    line-height: 1.75;
    letter-spacing: 0.1rem;
  }

  .uc-governance__content > ol:first-of-type {
    margin-bottom: 1.375rem;
    line-height: 1.875;
    list-style: decimal;
  }

  .uc-governance__content > ol:nth-of-type(2) {
    margin-top: 0;
    margin-bottom: 3.9375rem;
    padding-left: 0;
    line-height: 1.875;
  }

  .uc-governance__content > ol:nth-of-type(3) {
    margin-bottom: 3rem;
    line-height: 1.72;
    list-style: decimal;
  }

  .uc-governance__content > ol:nth-of-type(4) {
    margin-bottom: 1.875rem;
  }

  .uc-governance__content ol li {
    padding-left: 0;
  }

  .uc-governance__content > ol:nth-of-type(2) li {
    padding-left: 1.5rem;
    padding-right: 0.0625rem;
  }

  .uc-governance__content > ol:nth-of-type(2) li::before {
    left: -0.3125rem;
    width: 1.5rem;
    text-align: right;
    white-space: nowrap;
  }

  .uc-governance__content > ol:nth-of-type(2) ul {
    margin-left: -1.5rem;
  }

  .uc-governance__content ul {
    margin-top: 0.375rem;
    padding-left: 1.5rem;
  }

  .uc-governance__content .b-border-box {
    width: calc(100% + 2.5rem);
    min-height: 14.6875rem;
    margin-top: 0;
    margin-bottom: 3.125rem;
    margin-inline: -1.25rem;
    padding: 3.0625rem 5.375rem 2rem;
    border-radius: 1.875rem;
    font-size: 1rem;
    line-height: 1.9;
    letter-spacing: 0.1rem;
  }

  .uc-governance__content .b-border-box:first-of-type {
    min-height: 15.75rem;
    margin-bottom: 4.6875rem;
    padding: 2.75rem 5.375rem 3rem;
  }

  .uc-governance__content .b-border-box:first-of-type p:first-child {
    margin-bottom: 1.875rem;
    line-height: 1.5;
    letter-spacing: 0.05rem;
  }

  .uc-governance__content .b-border-box:nth-of-type(2) {
    margin-bottom: 3.125rem;
  }

  .uc-governance__content .b-border-box p {
    margin-bottom: 1.3125rem;
  }

  .uc-governance__content > h2 {
    width: calc(100% + 2.5rem);
    margin-top: 0;
    margin-right: -1.25rem;
    margin-bottom: 2.75rem;
    margin-left: -1.25rem;
    padding-inline: 1.25rem;
    padding-bottom: 0.8125rem;
    border-bottom-width: 0.125rem;
    font-size: 1.625rem;
    line-height: 1.4;
    letter-spacing: 0.13rem;
  }

  .uc-governance__content > h2:first-of-type {
    margin-top: 0;
  }

  .uc-governance__content > h2:nth-of-type(2) {
    margin-bottom: 1.875rem;
  }

  .uc-governance__content > h3 {
    margin-top: 0;
    margin-bottom: 1.125rem;
    padding-left: 1.125rem;
    font-size: 1.1875rem;
    line-height: 1.9;
    letter-spacing: 0.1188rem;
  }

  .uc-governance__content > h3::before {
    top: 0.3125rem;
    bottom: auto;
    left: 0;
    width: 0.125rem;
    height: 1.625rem;
  }
}

/* figma-css-vision-refine:start nodeId=815-1500 */
.uc-governance__content > ol:nth-of-type(3) {
  list-style: none;
  counter-reset: uc-governance-held-data;
}

.uc-governance__content > ol:nth-of-type(3) > li {
  position: relative;
  padding-left: 0;
  counter-increment: uc-governance-held-data;
}

.uc-governance__content > ol:nth-of-type(3) > li::before {
  position: absolute;
  top: 0;
  left: -1.5rem;
  content: counter(uc-governance-held-data) ".";
}

.uc-governance__content > ol:nth-of-type(3) ul {
  list-style: none;
}

.uc-governance__content > ol:nth-of-type(3) ul > li {
  position: relative;
  padding-left: 0;
}

.uc-governance__content > ol:nth-of-type(3) ul > li::before {
  position: absolute;
  top: 0;
  left: -1.25rem;
  content: "・";
}

.uc-governance__content > ol:nth-of-type(4) {
  list-style: none;
  counter-reset: uc-governance-security;
}

.uc-governance__content > ol:nth-of-type(4) > li {
  position: relative;
  padding-left: 0;
  counter-increment: uc-governance-security;
}

.uc-governance__content > ol:nth-of-type(4) > li::before {
  position: absolute;
  top: 0;
  left: -1.5rem;
  content: counter(uc-governance-security) ".";
}

.uc-governance__content > ol:nth-of-type(4) ul {
  list-style: none;
}

.uc-governance__content > ol:nth-of-type(4) ul > li {
  position: relative;
  padding-left: 0;
}

.uc-governance__content > ol:nth-of-type(4) ul > li::before {
  position: absolute;
  top: 0;
  left: -1.25rem;
  content: "・";
}

.uc-governance__content > ol:nth-of-type(4) ul ul {
  padding-left: 0;
}

@media (min-width: 1081px) {
  .uc-governance__breadcrumbs {
    top: 6.9rem;
  }
}
/* figma-css-vision-refine:end nodeId=815-1500 */
