.company-area {
  text-align: left;
  padding-top: 64px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .company-area {
    padding-top: 116px;
    padding-bottom: 30px;
  }
}

.company-inner {
  margin-top: 64px;
}
.company-inner:after {
  display: none;
}

.company-heading {
  color: #000000;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}

.company-list {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .company-list {
    margin-top: 30px;
  }
}

.content-card {
  position: relative;
}
.content-card .content-card-title {
  text-align: left;
  background: linear-gradient(90deg, #adcd03 0, #fafc00);
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #fff;
  padding: 0 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.content-card .content-card-title strong {
  font-size: 18px;
  color: #000;
  padding-right: 6px;
  font-weight: 700;
}
.content-card .content-card-inner {
  text-align: center;
  border: 1px solid #000;
  border-top: none;
  background-color: hsla(0, 0%, 100%, 0.35);
  position: relative;
  padding: 40px 16px;
}
.content-card .content-card-inner::after {
  content: "";
  display: block;
  width: 35px;
  height: 25px;
  border-top: 1px solid #000;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  right: -14px;
  transform: rotate(-45deg);
}
.content-card .content-heading {
  color: #000000;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .content-card {
    width: 900px;
    margin: 0 auto 0;
  }
  .content-card .content-card-title {
    font-size: 17px;
    padding: 0 40px;
  }
  .content-card .content-card-title strong {
    font-size: 26px;
  }
  .content-card .content-card-inner {
    padding: 40px 40px 48px;
  }
}
@media (min-width: 1100px) {
  .content-card:before {
    width: 100%;
  }
}

.capcom-topic .capcom-logo {
  width: 216px;
  margin: auto;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .capcom-topic .capcom-logo {
    width: 348px;
    margin-top: 30px;
  }
}
.capcom-topic .flex-wrap {
  margin: auto;
  margin-top: 8px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 368px;
  justify-content: center;
}
@media (min-width: 768px) {
  .capcom-topic .flex-wrap {
    gap: 30px;
    max-width: 610px;
    margin-top: 30px;
  }
}
.capcom-topic .flex-item {
  min-height: 215px;
  flex: 0 0 calc(50% - 8px);
}
@media (min-width: 768px) {
  .capcom-topic .flex-item {
    flex-basis: 180px;
  }
}
.capcom-topic .flex-item-inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.capcom-topic .item-name {
  color: #000000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.capcom-topic .item-job {
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}
.capcom-topic .item-job span {
  font-size: 13px;
}/*# sourceMappingURL=add_2508.css.map */