/* =====================================================
   About Page Styles
===================================================== */

/* ----- Philosophy ----- */
.philosophy {
  max-width: 938px;
  margin: 0;
  text-align: left;
}

.philosophy__title {
  font-size: 3rem;
  font-weight: 500;
  color: #002049;
  line-height: 1.3;
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}

.philosophy__text {
  font-size: 1.6rem;
  line-height: 1.95;
  color: #000;
  text-align: left;
}

.philosophy__signature {
  margin-top: 56px;
  text-align: right;
}

.philosophy__position {
  font-size: 1.6rem;
  color: #000;
}

.philosophy__name {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  margin-top: 4px;
}

/* ----- Company Profile ----- */
.company-profile {
  margin-top: 24px;
  background: #fff;
  padding: 22px 40px;
}

/* ----- Table Simple Style ----- */
.table--simple {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}

.table--simple tr {
  border-bottom: 1px solid #e0e0e0;
}

.table--simple tr:first-child {
  border-top: 1px solid #e0e0e0;
}

.table--simple th,
.table--simple td {
  padding: 22px 0;
  font-size: 1.8rem;
  line-height: 1.8;
  vertical-align: middle;
  background: transparent;
}

.table--simple th {
  width: 186px;
  padding-left: 40px;
  font-weight: 500;
  color: #002049;
  text-align: left;
  letter-spacing: -0.02em;
}

.table--simple td {
  padding-left: 0;
  font-weight: 400;
  color: #000;
}

/* ----- History ----- */
.history {
  margin-top: 24px;
  background: #fff;
  padding: 22px 40px;
}

/* ----- Responsive ----- */
@media screen and (max-width: 768px) {
  .philosophy__title {
    font-size: 2.2rem;
  }

  .philosophy__text {
    font-size: 1.4rem;
  }

  .company-profile,
  .history {
    padding: 16px 20px;
  }

  .table--simple th,
  .table--simple td {
    padding: 16px 0;
    font-size: 1.4rem;
    display: block;
    width: 100%;
  }

  .table--simple th {
    padding-left: 0;
  }
}
