/* ----------------------------------
    Message
---------------------------------- */
.sec-message .zenshin {
  position: relative;
}
.sec-message .zenshin::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/asset/company/philosophy/img/philosophy-2.png");
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: 0;
}
.sec-message .name {
  text-align: right;
}
.sec-message .name strong {
  font-size: 24px;
  margin-left: 16px;
}

.sec-philosophy .content-wrapper {
  max-width: 960px;
}
.sec-philosophy .whitecard p {
  text-align: center;
}
.sec-philosophy .whitecard .number {
  font-size: 48px;
  margin-top: -20px;
}
.sec-philosophy .number {
  font-size: 48px;
  text-align: center;
  margin-top: -20px;
}

table th {
  vertical-align: baseline;
}
table .text-title p, table .text-title h2 {
  text-align: left;
  margin-bottom: 16px;
}

.iso-container {
  align-items: flex-start;
  justify-content: start;
  gap: 16px;
  margin-top: 16px;
}
.iso-container p {
  font-size: 12px;
}
.iso-container .iso-img {
  max-width: 190px !important;
}/*# sourceMappingURL=philosophy.css.map */