.company-info {
  padding: 0 0 8rem;
}

@media (max-width: 768px) {
  .company-info {
    padding: 0 0 4rem;
  }
}

.company-info__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 6rem;
  padding-top: 8rem;
  padding-bottom: 150px;
}

@media (max-width: 768px) {
  .company-info__inner {
    flex-direction: column;
    padding-top: 4rem;
  }
}

.company-info__content {
  flex: 1 1 40%;
}

.company-info__images {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 9rem;
}

@media (max-width: 768px) {
  .company-info__images {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 0;
  }
}

.company-info__images img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .company-info__images img {
    width: calc(50% - 0.75rem);
  }
}

.company-info__block {
  margin-bottom: 6rem;
}

@media (max-width: 768px) {
  .company-info__block {
    margin-bottom: 4rem;
  }
}

.company-info__block:last-child {
  margin-bottom: 0;
}

.company-info__heading {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 768px) {
  .company-info__heading {
    justify-content: center;
    text-align: center;
    display: block;
  }
}

.company-info__sub {
  font-size: 1.6rem;
  font-weight: normal;
}

@media (max-width: 768px) {
  .company-info__sub {
    display: block;
  }
}

.company-info__table {
  width: 100%;
  border-collapse: collapse;
}

.company-info__table th,
.company-info__table td {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-left: none;
  border-right: none;
  padding: 1rem;
  font-size: 1.6rem;
  vertical-align: top;
}

@media (max-width: 768px) {

  .company-info__table th,
  .company-info__table td {
    font-size: 1.4rem;
    padding: 1rem;
  }
}

.company-info__table th {
  width: 25%;
  background: #f7fafc;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .company-info__table th {
    width: 35%;
  }
}

.company-info__table td {
  background: #fff;
}

.company-info__table tr:first-child th,
.company-info__table tr:first-child td {
  border-top: 1px solid #dbdbdb;
}

.company-info__table tr:last-child th,
.company-info__table tr:last-child td {
  border-bottom: 1px solid #dbdbdb;
}

.company-info__table tr:not(:first-child) th,
.company-info__table tr:not(:first-child) td {
  border-top: none;
}

.company-info__table--record {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  .company-info__table--record {
    margin-bottom: 0;
  }
}

.company-info__table--record th,
.company-info__table--record td {
  padding: 1rem;
  text-align: left;
  border-top: 1px solid #dbdbdb;
}

.company-info__table--record th {
  background: #f7fafc;
  font-weight: bold;
  white-space: nowrap;
  width: 25%;
}

.company-info__table--record td {
  background: #fff;
}

.company-info__table--record tr:last-child td {
  border-bottom: 1px solid #dbdbdb;
}

@media (max-width: 768px) {

  .company-info__table--record th,
  .company-info__table--record td {
    font-size: 1.4rem;
    padding: 1rem;
  }

  .company-info__table--record th {
    width: auto;
  }
}

.profile-ceo {
  padding: 8rem 0;
}

.profile-ceo__inner {
  position: relative;
  padding-bottom: 150px;
}

@media (max-width: 768px) {
  .profile-ceo__inner {
    padding-bottom: 100px;
  }
}

.profile-ceo__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 4rem;
  margin-top: 8rem;
}

@media (max-width: 768px) {
  .profile-ceo__content {
    flex-direction: column;
    margin-top: 6rem;
  }
}

.profile-ceo__main {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.profile-ceo__lead {
  font-size: 1.6rem;
  line-height: 1.8;
}

.profile-ceo__table {
  width: 100%;
  border-collapse: collapse;
}

.profile-ceo__table th,
.profile-ceo__table td {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-left: none;
  border-right: none;
  padding: 1rem;
  font-size: 1.6rem;
  vertical-align: top;
}

@media (max-width: 768px) {

  .profile-ceo__table th,
  .profile-ceo__table td {
    font-size: 1.4rem;
    padding: 1rem;
  }
}

.profile-ceo__table th {
  width: 20%;
  background: #f7fafc;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .profile-ceo__table th {
    width: 25%;
  }
}

.profile-ceo__table td {
  background: #fff;
}

.profile-ceo__table tr:first-child th,
.profile-ceo__table tr:first-child td {
  border-top: 1px solid #dbdbdb;
}

.profile-ceo__table tr:last-child th,
.profile-ceo__table tr:last-child td {
  border-bottom: 1px solid #dbdbdb;
}

.profile-ceo__table tr:not(:first-child) th,
.profile-ceo__table tr:not(:first-child) td {
  border-top: none;
}

.profile-ceo__figure--pc {
  flex: 0 0 35%;
  max-width: 50%;
  text-align: center;
}

@media (max-width: 768px) {
  .profile-ceo__figure--pc {
    display: none;
  }
}

.profile-ceo__figure--sp {
  display: none;
}

@media (max-width: 768px) {
  .profile-ceo__figure--sp {
    display: block;
  }
}

.profile-ceo__figure--sp img {
  width: 250px;
  height: auto;
  margin: 0 auto;
}

.profile-ceo__name {
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
}

@media (max-width: 768px) {
  .profile-ceo__name {
    text-align: center;
  }
}

.profile-ceo__name span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 100;
}

@media (max-width: 768px) {
  .profile-ceo__name span {
    display: block;
    padding-bottom: 1rem;
  }
}

.profile-member {
  padding: 8rem 0;
}

.profile-member__body {
  margin-top: 8rem;
}

@media (max-width: 768px) {
  .profile-member__body {
    margin-top: 6rem;
  }
}

.profile-member__content {
  display: flex;
  align-items: flex-end;
  gap: 4rem;
  padding-bottom: 8rem;
}

@media (max-width: 768px) {
  .profile-member__content {
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 4rem;
  }
}

.profile-member__content:last-child {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .profile-member__content:last-child {
    padding-bottom: 0;
  }
}

.profile-member__image {
  flex: 0 0 35%;
  max-width: 35%;
}

.profile-member__image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .profile-member__image {
    max-width: 250px;
    margin: 0 auto;
  }
}

.profile-member__info {
  flex: 1;
  width: 100%;
}

.profile-member__name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .profile-member__name {
    text-align: center;
  }
}

.profile-member__name span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 100;
}

@media (max-width: 768px) {
  .profile-member__name span {
    display: block;
    padding-bottom: 1rem;
  }
}

.profile-member__table {
  width: 100%;
  border-collapse: collapse;
}

.profile-member__table th,
.profile-member__table td {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-left: none;
  border-right: none;
  padding: 1rem;
  font-size: 1.6rem;
  vertical-align: top;
}

@media (max-width: 768px) {

  .profile-member__table th,
  .profile-member__table td {
    font-size: 1.4rem;
    padding: 1rem;
  }
}

.profile-member__table th {
  width: 15%;
  background: #f7fafc;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .profile-member__table th {
    width: 25%;
  }
}

.profile-member__table td {
  background: #fff;
}

.profile-member__table tr:first-child th,
.profile-member__table tr:first-child td {
  border-top: 1px solid #dbdbdb;
}

.profile-member__table tr:last-child th,
.profile-member__table tr:last-child td {
  border-bottom: 1px solid #dbdbdb;
}

.profile-member__table tr:not(:first-child) th,
.profile-member__table tr:not(:first-child) td {
  border-top: none;
}