.content-base {
  margin-bottom: 10em;
}
.content-column h3 {
  text-align: center;
  font-size: clamp(1.3rem,5.13vw,2.4rem);
  font-weight: 400;
  letter-spacing: 0.02em;
}
.content-column h3 span {
  font-weight: 700;
  font-size: clamp(1.5rem,6.15vw,2.8rem);
}
.company-name-wrap {
  display: flex;
  justify-content: space-between;
  width: 42.063em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5em;
}
.company-name {
  background-color: #F3F3F3;
  border-radius: 30px;
  width: 20em;
  padding: 1.125em 1.75em;
}
.company-name h3 {
  color: #0081CC;
  text-align: center;
  font-size: clamp(2.8rem,11.28vw,4.6rem);
  line-height: 1;
  font-family: "Inter", serif;
  letter-spacing: 0.03em;
}
.company-name h3 span {
  font-family: "Noto Sans JP", serif;
  display: block;
  font-size: clamp(.9rem,3.59vw,1.6rem);
  letter-spacing: 0.2em;
}
.company-name p {
  font-size: clamp(.9rem,3.85vw,1.5rem);
  line-height: 1.8;
  border-top: 1px solid #0081CC;
  padding-top: 1.2em;
  margin-top: 1.6em;
}
.table-base {
  width: 91%;
  margin-left: 3%;
}
@media (max-width: 520px) {
  .content-column h3 {
    line-height: 1.4;
  }
  .company-name-wrap {
    width: 90%;
    flex-direction: column;
    margin-top: 1em;
  }
  .company-name {
    width: 100%;
    padding: 1em 1.2em;
    margin-bottom: .6em;
  }
  .company-name h3 span {
    letter-spacing: 0.3em;
  }
  .company-name p {
    line-height: 1.6;
  }
  table.table-base {
    width: 100%;
    margin-left: 0;
  }
  table.table-base th {
    width: 25%;;
  }

}