
/*   お問合せーーーーーー */
.top-company.t-bg {
  background: #f7fafd;
  padding: 60px 0 54px 0;
}

.section-title {
  text-align: center;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 34px;
  color: #133352;
}

.section-title span {
  display: inline-block;
  color: #25a5e1;
  font-size: 1.1rem;
  margin-left: 12px;
  font-weight: 400;
  border-bottom: 2px solid #25a5e1;
}

.company-card-row {
  display: flex;
  gap: 28px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 38px;
  flex-wrap: wrap;
}

.company-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 18px #14b6ff0c;
  width: 320px;
  min-width: 260px;
  max-width: 340px;
  padding: 32px 22px 26px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.18s, transform 0.15s;
  text-align: center;
}
.company-card-toi {
  width: 70%;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 18px #14b6ff0c;
  padding: 32px 22px 26px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.18s, transform 0.15s;
  text-align: center;
}
.company-card:hover,.company-card-toi:hover {
  box-shadow: 0 6px 32px #25a5e188;
  transform: translateY(-3px) scale(1.03);
}

.company-card h3 {
  font-size: 1.22em;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1c5e8d;
  letter-spacing: 0.03em;
}

.company-card-en {
  font-size: 1.03em;
  color: #33b5e5;
  margin-bottom: 14px;
  font-family: "Montserrat", "Arial", sans-serif;
  letter-spacing: 0.03em;
}

.company-card p {
  font-size: 1em;
  color: #444;
  margin: 0;
}

.company-btn-row {
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 1000px) {
  .company-card-row {
   /* flex-direction: column;*/
    gap: 22px;
  }

  .company-card {
    width: 98%;
    max-width: 420px;
    margin: 0 auto;
  }
}
