.form-object input[type="email"],
.form-object select {
  background: #f5f5f5;
  border: 2px solid transparent;
  border-radius: 12px;
  color: #2f3836;
  font: inherit;
  padding: 16px;
  width: 100%;
}

.form-object input[type="email"]:focus,
.form-object select:focus {
  border-color: #56a392;
  outline: none;
}

.form-object input[type="email"]::placeholder {
  color: #8ba09a;
}

/* 本文だけを少し大きくし、既存デザインの比率は保つ。 */
.hero p,
.service .concept-text,
.service p,
.service li {
  font-size: 16px !important;
  line-height: 30px !important;
}

.service .concept-text {
  font-size: 16px !important;
  line-height: 30px !important;
}

.recruit .content,
.recruit .content li,
.partner .content,
.company .content,
.contact .content {
  font-size: 16px !important;
  line-height: 28px !important;
}

.contact .inner > p:not(.content) {
  font-size: 12px;
  line-height: 18px;
}

@media (max-width: 767px) {
  .hero p,
  .service .concept-text,
  .service p,
  .service li,
  .recruit .content,
  .recruit .content li,
  .partner .content,
  .company .content,
  .contact .content {
    font-size: 16px !important;
    line-height: 29px !important;
  }

  .service .concept-text {
    font-size: 16px !important;
    line-height: 30px !important;
  }
}
