/* COMPANY */
.page-company {
  color: #fff;
  background: #000;
}

.page-company .site-header {
  height: 402px;
  border-radius: 0;
}

.page-company .site-footer {
  margin-top: 0;
  border-radius: 0;
}

.company-page-title {
  margin: 72px 0 0;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}

.company-main {
  overflow: hidden;
  background: #000;
}

.company-content {
  position: relative;
  width: 100%;
  padding: 46px 60px 140px;
}

.company-content::before {
  position: absolute;
  top: 0;
  right: 72%;
  bottom: 206px;
  left: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 0 180px 0 0;
  content: "";
  pointer-events: none;
}

.company-content::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: calc(28% - 2px);
  height: 210px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 0 0 0 160px;
  content: "";
  pointer-events: none;
}

.company-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 43px;
  max-width: 800px;
  margin-top: 0;
  margin-right: 60px;
  margin-bottom: 0;
  margin-left: calc(34% + 20px);
  padding: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.company-item {
  display: grid;
  grid-template-columns: 138px 1fr;
  gap: 24px;
  align-items: start;
}

.company-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 201px;
  min-height: 48px;
  padding: 5px 18px;
  color: #000;
  background: #fff;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  white-space: nowrap;
  justify-self: end;
}

.company-value {
  margin: 0;
  padding-top: 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.1em;
}

@media (min-width: 1025px) and (max-width: 1300px) {
  .company-content {
    padding-bottom: 240px;
  }

  .company-content::before {
    bottom: 226px;
  }

  .company-content::after {
    height: 230px;
    border-radius: 0 0 0 180px;
  }
}

@media (max-width: 1024px) {
  .page-company .site-header {
    height: 200px;
  }

  .company-page-title {
    margin-top: 41px;
    font-size: 30px;
  }

  .company-content {
    max-width: none;
    min-height: 760px;
    padding: 44px 40px 110px;
  }

  .company-content::before {
    top: 0;
    right: 60%;
    bottom: 156px;
    left: 0;
    border-radius: 0 110px 0 0;
  }

  .company-content::after {
    right: 0;
    bottom: 0;
    left: calc(40% - 2px);
    height: 160px;
    border-radius: 0 0 0 110px;
  }

  .company-list {
    gap: 20px;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }

  .company-item {
    display: block;
  }

  .company-label {
    justify-self: auto;
    width: auto;
    min-width: 130px;
    min-height: 31px;
    margin-bottom: 10px;
    padding: 5px 22px;
    font-size: 13px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  }

  .company-value {
    padding-top: 0;
    padding-left: 4px;
    font-size: 13px;
    line-height: 1.7;
  }

  .page-company .site-footer {
    margin-top: 0;
  }
}

@media (max-width: 430px) {
  .company-content {
    padding: 36px 26px 96px;
  }

  .company-list {
    max-width: none;
  }
}
