/* Company（運営会社）ページ専用スタイル */

.company-kv {
  position: relative;
  width: 100%;
  min-height: 48rem;
  background: #ffffff;
  overflow: hidden;
}

.company-kv__red-bg {
  position: absolute;
  inset: 0;
  height: 56%;
  background: var(--color-red);
  clip-path: polygon(0 52%, 100% 66%, 100% 0, 0 0);
  z-index: 0;
}

.company-kv__headline {
  position: relative;
  z-index: 2;
}

.company-kv__headline-jp {
  position: absolute;
  left: 7.3125rem;
  /* 117px */
  top: 16.1875rem;
  /* 259px */
  margin: 0;
  font-family: var(--font-noto);
  font-weight: 700;
  font-size: 2rem;
  /* 32px */
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-feature-settings: "palt" 1;
}

.company-kv__headline-en {
  position: absolute;
  left: 7.3125rem;
  /* 117px */
  top: 11rem;
  /* 176px */
  margin: 0;
  font-family: var(--font-gsf);
  font-weight: 700;
  font-size: 4rem;
  /* 64px */
  line-height: 1.4;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
}

.company-kv__person-kage {
  position: absolute;
  z-index: 1;
  top: 8rem;
  /* 128px */
  right: 6.25rem;
  /* 100px */
  width: 38.8125rem;
  /* 621px */
  pointer-events: none;
}

.company-kv__person-kage img {
  display: block;
  width: 100%;
  height: auto;
}

.company-kv__person {
  position: absolute;
  z-index: 1;
  top: 7.125rem;
  /* 114px */
  right: 2.75rem;
  /* 44px */
  width: 33.7rem;
  /* 539px */
  pointer-events: none;
}

.company-kv__person img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.company-kv__lead {
  position: relative;
  z-index: 2;
  margin-top: 35.75rem;
  /* 572px */
  padding: 0 1.25rem 4rem;
  max-width: 78.75rem;
  /* 1260px */
  margin-left: auto;
  margin-right: auto;
}

.company-kv__lead-title {
  margin: 0 0 1.75rem;
  font-family: var(--font-noto);
  font-weight: 900;
  font-size: 3rem;
  /* 48px */
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: var(--color-red);
  font-feature-settings: "palt" 1;
}

.company-kv__lead-body {
  max-width: 48.6875rem;
  /* 779px */
  font-family: var(--font-noto);
  font-weight: 700;
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #000000;
  font-feature-settings: "palt" 1;
}

.company-kv__lead-body p {
  margin: 0 0 1.25rem;
}

.company-kv__lead-em {
  margin: 0 0 1.25rem;
  font-size: 1.5rem;
  /* 24px */
  font-weight: 700;
  color: var(--color-red);
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  .company-kv {
    min-height: 42rem;
  }

  .company-kv__headline-en {
    left: 1.5rem;
    top: 6.25rem;
    font-size: 3.1rem;
  }

  .company-kv__headline-jp {
    left: 1.5rem;
    top: 11rem;
    font-size: 1.625rem;
  }

  .company-kv__person-kage {
    display: none;
  }

  .company-kv__person {
    right: -3rem;
    top: 8.25rem;
    width: 20rem;
  }

  .company-kv__lead {
    margin-top: 26.5rem;
    padding: 0 1rem 3rem;
  }

  .company-kv__lead-title {
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
  }

  .company-kv__lead-em {
    font-size: 1.05rem;
  }
}

/* Company page features */

.company-feature {
  position: relative;
  background: #f5f5f5;
  overflow: hidden;
  background-image: url(/img/company/bg-num-1.svg);
  background-repeat: no-repeat;
}

.company-feature__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.company-feature__bg-shape {
  position: absolute;
  left: -7.5rem;
  /* -120px */
  top: -4.9375rem;
  /* -79px */
  width: 30.125rem;
  /* 482px */
  height: 30.125rem;
  /* 482px */
  background: url("../assets-company/2adfe69418a30658c5bef1bae6a94ffd42d83717.svg") no-repeat center / contain;
}

.company-feature__bg-no {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  font-family: var(--font-gsf);
  font-weight: 600;
  font-size: clamp(6rem, 12vw, 11.9375rem);
  /* ~190px */
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--color-red);
  opacity: 0.07;
}

.company-feature__inner {
  position: relative;
  z-index: 1;
  max-width: 78.75rem;
  /* 1260px */
  margin: 0 auto;
  padding: 4.5rem 1.25rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  /* 64px */
}

.company-feature__title {
  text-align: center;
}

.company-feature__eyebrow {
  margin: 0 0 0.375rem;
  font-family: var(--font-gsf);
  font-weight: 700;
  font-size: 0.9375rem;
  /* 15px */
  line-height: 1.8667;
  /* 28px */
  text-transform: uppercase;
  color: var(--color-red);
  font-feature-settings: "calt" 0;
}

.company-feature__heading {
  margin: 0;
  font-family: var(--font-noto);
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3rem);
  /* 48px */
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #000000;
  font-feature-settings: "palt" 1;
}

.company-feature__banner {
  width: 100%;
  max-width: 70.5rem;
  /* 1128px */
  position: relative;
}

.company-feature__banner-frame {
  width: 100%;
  /* aspect-ratio: 1126 / 336; */
  position: relative;
  /* overflow: hidden; */
  /* -webkit-mask-image: url("../assets-company/3c69e8984c9147b8ab7dc4d30d51414d1499bc84.svg"); */
  /* mask-image: url("../assets-company/3c69e8984c9147b8ab7dc4d30d51414d1499bc84.svg"); */
  /* -webkit-mask-size: 100% 100%; */
  /* mask-size: 100% 100%; */
  /* -webkit-mask-repeat: no-repeat; */
  /* mask-repeat: no-repeat; */
  /* -webkit-mask-position: center; */
  /* mask-position: center; */
  /* background: #d9d9d9; */
}

.company-feature__banner-bg,
.company-feature__banner-main {
  /* position: absolute; */
  /* inset: 0; */
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  display: block;
}

.company-feature__banner-tag {
  position: absolute;
  left: 0;
  top: 0;
  width: 14.6875rem;
  /* 235px */
  height: 5.5rem;
  /* 88px */
  display: grid;
  place-items: center;
  font-family: var(--font-gsf);
  font-weight: 700;
  font-size: 2.125rem;
  /* 34px */
  line-height: 1.5;
  color: #000000;
  background: #d9d9d9;
}

.company-feature__content {
  width: 100%;
  max-width: 70.5rem;
  /* 1128px */
}

.company-feature__subcopy {
  margin: 0 0 1.75rem;
  font-family: var(--font-noto);
  font-weight: 700;
  font-size: 1.75rem;
  /* 28px */
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--color-red);
}

.company-feature__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

.company-feature__col {
  font-family: var(--font-noto);
  font-weight: 500;
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #000000;
}

.company-feature__col p {
  margin: 0 0 1.7rem;
}

.company-feature__accent {
  color: var(--color-red);
  font-weight: 700;
}

.company-feature__em {
  color: var(--color-red);
  font-weight: 700;
}

@media (max-width: 768px) {
  .company-feature__inner {
    padding: 3rem 1rem 3rem;
    gap: 1.5rem;
  }

  .company-feature__banner-tag {
    width: 10.5rem;
    height: 4rem;
    font-size: 1.5rem;
  }

  .company-feature__cols {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* Company about (会社概要) */

.company-about {
  background: #ffffff;
}

.company-about__inner {
  max-width: 1128px;
  /* 1260px */
  margin: 0 auto;
  padding: 6rem 0 6.5rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  /* 86px */
}

.company-about__brand {
  width: 19.625rem;
  /* 314px */
  height: auto;
  max-width: 100%;
}

.company-about__brand-img {
  display: block;
  width: 100%;
  height: auto;
}

.company-about__grid {
  display: grid;
  grid-template-columns: 30.4375rem 1fr;
  /* 487px */
  gap: 6rem;
  align-items: start;
}

.company-about__media-mask {
  width: 100%;
  /* aspect-ratio: 487 / 497; */
  /* overflow: hidden; */
  /* -webkit-mask-image: url("../assets-company/410228a3ecf590fed48017bd83e77e03d0cc4c72.svg"); */
  /* mask-image: url("../assets-company/410228a3ecf590fed48017bd83e77e03d0cc4c72.svg"); */
  /* -webkit-mask-size: 100% 100%; */
  /* mask-size: 100% 100%; */
  /* -webkit-mask-repeat: no-repeat; */
  /* mask-repeat: no-repeat; */
  /* -webkit-mask-position: center; */
  /* mask-position: center; */
  /* background: #d9d9d9; */
}

.company-about__media-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-about__title {
  margin: 0 0 1.5rem;
  font-family: var(--font-noto);
  font-weight: 700;
  font-size: 1.75rem;
  /* 28px */
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--color-red);
  font-feature-settings: "palt" 1;
}

.company-about__dl {
  margin: 0;
}

.company-about__row {
  display: grid;
  grid-template-columns: 8.75rem 1fr;
  /* 140px */
  gap: 0;
  padding: 1.8125rem 0;
  /* 29px */
  border-bottom: 2px solid #f4ccd2;
}

.company-about__row:first-child {
  border-top: 2px solid #f4ccd2;
}

.company-about__row dt {
  margin: 0;
  font-family: var(--font-noto);
  font-weight: 700;
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #000000;
  font-feature-settings: "palt" 1;
}

.company-about__row dd {
  margin: 0;
  font-family: var(--font-noto);
  font-weight: 500;
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #000000;
  font-feature-settings: "palt" 1;
}

.company-about__related {
  margin-top: 3.5rem;
}

.company-about__related-card {
  border: 2px solid var(--color-red);
  padding: 2.25rem 3.75rem;
  display: grid;
  grid-template-columns: 13rem 1fr;
  /* 217px */
  align-items: center;
  gap: 3.125rem;
}

.company-about__related-logo img {
  display: block;
  width: 13.5625rem;
  height: auto;
}

.company-about__related-cap {
  margin: 0 0 0.375rem;
  font-family: var(--font-noto);
  font-weight: 700;
  font-size: 0.75rem;
  /* 12px */
  line-height: 1.5;
  color: #000000;
  font-feature-settings: "palt" 1;
}

.company-about__related-name {
  margin: 0 0 0.875rem;
  font-family: var(--font-noto);
  font-weight: 700;
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #000000;
  font-feature-settings: "palt" 1;
}

.company-about__related-link {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-family: var(--font-noto);
  font-weight: 700;
  font-size: 1rem;
  /* 16px */
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #071a6c;
  text-decoration: none;
}

.company-about__related-link-ic {
  width: 0.6rem;
  /* 9px */
  height: auto;
  margin-bottom: 0.2rem;
  flex: none;
}

.company-about__actions {
  display: grid;
  place-items: center;
  gap: 5rem;
  margin-top: 2rem;
}

.company-about__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 18.75rem;
  /* 300px */
  border: 2px solid #071a6c;
  background: #071a6c;
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-noto);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.company-about__btn--primary {
  width: min(35.875rem, 100%);
  /* 574px */
  min-height: 6.875rem;
  /* 110px */
  font-size: 1.5rem;
  /* 24px */
}

.company-about__btn--secondary {
  width: min(21.125rem, 100%);
  /* 338px */
  min-height: 4rem;
  /* 64px */
  font-size: 1rem;
  /* 16px */
  border-radius: 6.25rem;
  /* 100px */
}

.company-about__btn-ic {
  width: 0.625rem;
  /* 10px */
  height: auto;
  flex: none;
}

.company-about__btn--secondary .company-about__btn-ic {
  width: 0.4375rem;
  /* 7px */
}

.company-about__btn:focus-visible {
  outline: 3px solid rgba(7, 26, 108, 0.35);
  outline-offset: 4px;
}

.company-feature--2 {
  background: white;
  background-image: url(/img/company/bg-num-2.svg);
  background-repeat: no-repeat;
  background-position-x: right;
}

.company-feature--3 {
  background-image: url(/img/company/bg-num-3.svg);
  background-repeat: no-repeat;
}

.common-kv__rabbit-kage {
  width: 39%;
  top: 32%;
  right: 16%;
  max-width: 550px;
}

.common-kv__rabbit {
  width: 37%;
  top: 14%;
  right: 11%;
  max-width: 530px;
}

.common-kv__lead-en {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 2rem;
}

.company-feature {
  background-size: 31%;
}

.company-about__row a {
  color: black;
  text-decoration: none;
}

.company-about__related-link:hover {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-thickness: 2px;
}

.privacy_policyPage .company-feature {
  background: none;
}

.privacy_policyPage .common-kv {
  min-height: unset;
}

.privacy_policyPage .em {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 2rem 0 0.5rem;
}

.privacy_policyPage .company-feature__inner {
  max-width: 1000px;
}

.c-sec--law {
  font-size: 1.1rem;
  line-height: 1.6;
  padding-bottom: 6.6rem;
  font-weight: 400;
  letter-spacing: 1px;
}

.txt {
  /* font-size: 1.1rem; */
  line-height: 1.6;
}

.c-sec--law .law-list-item .list-dot::before {
  content: '・';
  position: absolute;
  left: 0;
}

.c-sec--law .law-list-item .list-no {
  position: relative;
  padding-left: 1em;
}

.c-sec--law .law-list-item .list-no::before {
  content: '1. ';
  position: absolute;
  left: 0;
}

.c-sec--law .law-list-item .list-no.no2::before {
  content: '2. ';
}

.c-sec--law .law-list-item .list-no.no3::before {
  content: '3. ';
}

.c-sec--law .law-list-item .list-no.no4::before {
  content: '4. ';
}

.c-sec--law .law-list-item .list-no.indent {
  padding-left: 2em;
}

.c-sec--law .law-list-item .list-no.indent::before {
  left: 1em;
}

.c-sec--law .law-list-item .list-no-roma {
  position: relative;
  padding-left: 2em;
}

.c-sec--law .law-list-item .list-no-roma::before {
  content: 'I. ';
  position: absolute;
  left: 1em;
}

.c-sec--law .law-list-item .list-no-roma.no2::before {
  content: 'II. ';
}

.c-sec--law .law-list-item .list-no-abc {
  position: relative;
  padding-left: 2em;
}

.c-sec--law .law-list-item .list-no-abc::before {
  content: 'A. ';
  position: absolute;
  left: 1em;
}

.c-sec--law .law-list-item .list-no-abc.no2::before {
  content: 'B. ';
}

.c-sec--law .law-list-item .list-no-aiu {
  position: relative;
  padding-left: 3em;
}

.c-sec--law .law-list-item .list-no-aiu::before {
  content: '(ア) ';
  position: absolute;
  left: 1em;
}

.c-sec--law .law-list-item .list-no-aiu.no2::before {
  content: '(イ) ';
}

.c-sec--law .law-list-item .list-no-aiu.no3::before {
  content: '(ウ) ';
}

.c-sec--law .law-list-item .list-no-aiu.no4::before {
  content: '(エ) ';
}

.c-sec--law .law-list-item .list-no-aiu.no4::before {
  content: '(オ) ';
}

.c-sec--law .law-list-item .list-no-kakko {
  position: relative;
  padding-left: 1em;
}

.c-sec--law .law-list-item .list-no-kakko::before {
  content: '1) ';
  position: absolute;
  left: 0;
}

.c-sec--law .law-list-item .list-no-kakko.no2::before {
  content: '2) ';
}

.c-sec--law .law-list-item .list-no-kakkotoji {
  position: relative;
  padding-left: 3em;
}

.c-sec--law .law-list-item .list-no-kakkotoji::before {
  content: '(1) ';
  position: absolute;
  left: 1em;
}

.c-sec--law .law-list-item .list-no-kakkotoji.no2::before {
  content: '(2) ';
}

.c-sec--law .law-list-item .list-no-kakkotoji.no3::before {
  content: '(3) ';
}

.c-sec--law .law-list-item .list-no-kakkotoji.no4::before {
  content: '(4) ';
}

.c-sec--law .law-list-item .list-no-kakkotoji.no5::before {
  content: '(5) ';
}

.c-sec--law .law-list-item .list-no-kakkotoji.no6::before {
  content: '(6) ';
}

.c-sec--law .law-list-item .list-no-kakkotoji.no7::before {
  content: '(7) ';
}

.c-sec--law .law-list-item .list-no-kakkotoji.no8::before {
  content: '(8) ';
}

.c-sec--law .law-list-item .list-no-kakkotoji.no9::before {
  content: '(9) ';
}

.c-sec--law .law-list-item .list-no-kakkotoji.no10::before {
  content: '(10)';
}

@media screen and (max-width: 1050px) {
  .company-about__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .company-about__inner {
    padding: 3rem 1rem 3rem;
    gap: 1.5rem;
  }

  .company-about__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .company-about__row {
    grid-template-columns: 6.15rem 1fr;
    padding: 1rem 0;
  }

  .company-about__related-card {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 1.5rem;
  }

  .company-about__actions {
    gap: 2.5rem;
  }

  .body .mg-b-0-sp {
    margin-bottom: 0;
  }

  .company-about__brand {
    width: 55%;
  }

  .company-about__title {
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
  }

  .company-about__row dt {
    font-size: 0.9rem;
  }

  .company-about__row dd {
    font-size: 0.9rem;
  }

  .company-about__related {
    margin-top: 1.5rem;
  }

  .company-about {
    padding-bottom: 5rem;
  }

  .common-kv__lead-en {
    line-height: 1.3;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }

  .company-kv__lead-body {
    font-size: 0.92rem;
  }

  .common-kv__lead {
    padding-bottom: 2rem;
  }

  .company-feature__heading {
    font-size: 1.7rem;
  }

  .company-feature__eyebrow {
    font-size: 0.8rem;
  }

  .company-feature__subcopy {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }

  .company-feature__col {
    font-size: 0.9rem;
  }

  .common-kv__rabbit-kage {
    top: 10.6rem;
    right: 6.5%;
    width: 44%;
  }

  .common-kv__rabbit {
    top: 10.3rem;
  }

  .company-about__related-logo img {
    width: 10.5rem;
  }

  .body .common-kv__rabbit {
    width: 39%;
    right: 1rem;
    top: 10.35rem;
  }

  .c-sec--law {
    font-size: 0.9rem;
  }

  .privacyPage .em {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px) {
  .company-about__inner {
    width: 96%;
  }
}