/* parts */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
/* other */
/* btn */
/* link */
.company .grve-section {
  width: 80%;
  margin: 2em 10% !important;
}
.company .grve-section h2 {
  text-align: center !important;
}
.company .grve-section:nth-of-type(3) h3 {
  margin-bottom: 1em !important;
  margin-top: 4em;
}
.company table {
  font-size: 1.1em;
  width: 100%;
}
.company table th {
  max-width: 8em !important;
}
.company table td p {
  padding: 0;
}
.company h3.grve-element.grve-title.grve-align-center.grve-h3.grve-custom-font-1.grve-increase-heading.grve-heading-140 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.3em;
  text-align: center;
  margin-bottom: 0.5em;
}
.company h3.grve-element.grve-title.grve-align-center.grve-h3.grve-custom-font-1.grve-increase-heading.grve-heading-140 span br {
  display: none;
}
.company h3.grve-element.grve-title.grve-align-center.grve-h3.grve-custom-font-1.grve-increase-heading.grve-heading-140 span p {
  text-align: center !important;
}
.company .philosophy {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.company .philosophy p {
  font-size: 1.3em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company .philosophy p img {
  margin-right: 2em;
}
.company .philosophy ol {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
  text-align: left;
  margin: 0 auto;
  display: inline-block;
}
.company .philosophy ol li {
  line-height: 1.4;
  padding: 0.5em 0;
}

/* mobile */
@media screen and (max-width: 575px) {
  .company .grve-section {
    width: 100%;
    margin: 2em 0 !important;
  }
  .company .grve-section:nth-of-type(3) h3 {
    margin-bottom: 1em !important;
    margin-top: 4em;
  }
  .company table {
    width: 100%;
  }
  .company table th {
    white-space: nowrap;
    vertical-align: top !important;
    max-width: 8em !important;
  }
  .company .philosophy {
    width: 100%;
  }
  .company .philosophy ol {
    font-size: 1.7em;
  }
}