@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@100..900&display=swap");
:root {
  --text-color: #191919;
  --wh: #fff;
  --bk: #191919;
  --gray: #8A8B88;
  --green: #6AC643;
  --yellow: #FFD700;
  --footer-bg: #111827;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 499px) {
  .pc-xsl {
    display: none !important;
  }
}

@media screen and (min-width:500px) {
  .sp-xsl {
    display: none !important;
  }
}

@media screen and (max-width: 376px) {
  .pc-xs {
    display: none !important;
  }
}

@media screen and (min-width: 377px) {
  .sp-xs {
    display: none !important;
  }
}

.company-page {
  color: var(--wh);
  padding: clamp(5rem, 7vw, 9.375rem) 0;
}
.company-page .container {
  margin: 0 auto;
}
.company-page__title {
  font-size: clamp(1.75rem, 5vw, 2.25rem);
  font-weight: bold;
  margin-bottom: clamp(2.5rem, 2vw, 5rem);
  text-align: center;
}
.company-page__item {
  display: flex;
  align-items: center;
  padding: clamp(1.25rem, 4vw, 3.75rem) 0;
  border-bottom: 1px solid var(--wh);
  font-size: clamp(1rem, 4vw, 1.125rem);
  gap: clamp(1.25rem, 4vw, 5rem);
}
.company-page__label {
  white-space: nowrap;
}/*# sourceMappingURL=company.css.map */