/*======== company section ========*/
.top__company {
  padding-top: 130px;
  padding-bottom: 160px;
  text-align: center;
  background-image: url(../img/top-bg-cp.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.top__company h1 {
  font-size: clamp(24px, calc(3.5vw + 20px), 28px);
  letter-spacing: 0.06em;
}
.top__company .company-us {
  display: block;
  font-size: clamp(14px, calc(1.17vw + 4px), 16px);
  font-weight: 700;
  margin-bottom: 48px;
}
.top__company h2 {
  font-size: clamp(48px, calc(4vw + 20px), 54px);
  font-weight: 600;
  letter-spacing: 0.06em;
}
.fixed-btn__contact:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .top__company {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .top__company .company-us {
    margin-bottom: 0;
    display: inline-block;
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid #fff;
    font-weight: 600;
  }
  .sp-br {
    display: block;
  }
  .top__company .eb .up {
    display: inline-block;
    transform: translateY(-0.14em);
  }
  .top__company h1 {
    font-size: 18px;
  }
  .top__company h2 {
    font-weight: 500;
  }
}

/*======== concept section ========*/
.concept__company {
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 100px;
  text-align: center;
}
.concept__company h2 {
  font-size: clamp(22px, calc(2.5vw + 12px), 26px);
  margin-bottom: 32px;
}
.concept__company p {
  line-height: 2.2;
  max-width: 800px;
  margin: 0 auto;
}

/*======== company section ==========================*/
.company-detail {
  padding-bottom: 90px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.company-detail h2 {
  font-size: clamp(22px, calc(2.5vw + 12px), 26px);
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
}
.company-detail table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 40px;
  border-collapse: separate;
  border-spacing: 0 16px;
}
.company-detail td {
  display: block;
  text-align: left;
}
.td-mb {
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .company-detail {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .company-detail table th {
    padding-right: 0.5em;
  }
  .td-mb {
    margin-bottom: 12px;
  }
  .company-detail table th,
  .company-detail table td {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .company-detail table th {
    white-space: nowrap;
  }
  .concept__company p {
    width: 90%;
  }
}
/*====== business section ==========================*/
.business {
  padding-top: 0;
}