.company-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 52px 80px;
  gap: 30px;
  position: relative;
  background: #F7F7F7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  z-index: 1;
}

.ellipse-container{
  position: relative;
}

.ellipse {
  position: relative;
}

.company-title {
  position: absolute;
  top: 0;
  left: 0;
}

.heading-solution {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  height: 59px;
  top: 38px;
  left: 52px;
  color: #000000;
  font-family: Kantumruy Pro, var(--default-font-family);
  font-size: 58.12443542480469px;
  font-weight: 700;
  line-height: 58.124px;
  text-align: left;
  white-space: nowrap;
  z-index: 4;
}

.company {
  position: absolute;
  width: 128px;
  height: 32px;
  top: 112px;
  left: 114px;
  font-family: Karla, var(--default-font-family);
  font-size: 27.11864471435547px;
  font-weight: 500;
  line-height: 31.702px;
  text-align: left;
  text-overflow: initial;
  white-space: nowrap;
  z-index: 3;
}

.company-content-wrap {
  padding: 0 10%;
}

.company-row {
  padding: 21px 0;
  display: flex;
  width: 100%;
}

.company-label {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Sans', 'Arial', 'sans-serif';
  font-size: 30px;
  width: 40%;
  font-weight: 600;
}

.company-value {
  font-family: 'Inter', sans-serif;
  font-size: 30px;
}

.company-value-text.address {
  font-size: 22px;
}

.company-border {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.title-frame {
  position: relative;
}

.company-icon {
  background: url(../image/company-icon.svg);
  width: 267px;
  height: 285px;
  position: absolute;
  top: 0;
  right: 0;
}