.c-company {
  margin-bottom: clamp(40px, 6vw, 130px);
}

.c-company__banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 30%;
  background-color: #666;
  padding-bottom: clamp(110px, 10vw, 140px);
  z-index: 1;
}

.c-company__banner-inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.c-company__banner-overlay {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
  z-index: -1;
}

.c-company__page-title {
  color: #fff;
  margin: 0;
}

.c-company__logo {
  background: #fff;
  padding: 20px;
  z-index: 1;
  width: clamp(180px, 10vw, 240px);
  height: clamp(180px, 10vw, 240px);
  margin-top: calc(clamp(90px, 10vw, 120px) * -1);
  margin-bottom: 40px;
}

.c-company__intro {
  max-width: 1000px;
  margin: 0 auto clamp(50px, 3vw, 80px);
}

.c-company__meta {
  line-height: 1.2;
}

.c-company__meta-row {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.c-company__meta-value {
  color: #ffeb6c;
  font-size: 170%;
}

.c-company__media {
  gap: clamp(20px, 3vw, 40px);
}

.c-company__social {
  gap: 20px;
}

.c-company .icon-link svg {
  width: 30px;
  fill: currentColor;
}

.c-company .icon-link:hover {
  color: #ff5662;
}

.c-company .btn--site {
  padding: 0;
  border: none;
  text-transform: uppercase;
  border-bottom: 3px solid #ff5662;
}

.c-company .btn--site:hover {
  color: #ff5662;
  border-bottom-color: transparent;
}



@media screen and (max-width: 575px) {
  .c-company__back-btn {
    width: 100%;
  }
}