.president {
  display: flex;
  flex-direction: column;
  padding: 100px 120px;
  gap: 40px;
}

.president-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 1.28px;
}

.president-name-box {
  display: flex;
  gap: 26px;
  justify-content: flex-end;
}

.president-name {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}

/* ========================================================================== */
/* president-1 */
/* ========================================================================== */

.president-1 {
  display: flex;
  gap: 40px;
}

.president-1-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.president-1-left-title-box {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.president-1-left-detail {
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.64px;
}

/* ========================================================================== */
/* president-2 */
/* ========================================================================== */

.president-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
}

.president-2-top {
  display: flex;
  padding: 16px 0;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: #0B318F;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  border-radius: 16px 16px 0 0;
}

.president-2-bottom {
  display: flex;
  flex-direction: column;
  padding: 24px 40px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border: 1px solid #0B318F;
  border-radius: 0 0 16px 16px;
}

.president-2-bottom-text {
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.64px;
}

/* ========================================================================== */
/* @media：TB */
/* ========================================================================== */

@media screen and (max-width: 1023px) {
  .president {
    padding: 64px;
  }

  .president-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.96px;
  }

  .president-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  /* ==================================================== */
  /* president-1 */
  /* ==================================================== */

  .president-1 {
    gap: 32px;
  }

  .president-1-left {
    gap: 24px;
  }

  .president-1-left-title-box {
    gap: 16px;
  }

  .president-1-left-detail {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.56px;
  }

  /* ==================================================== */
  /* president-2 */
  /* ==================================================== */

  .president-2-bottom {
    padding: 24px;
  }

  .president-2-top {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .president-2-bottom-text {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.56px;
  }
}

/* ========================================================================== */
/* @media：SP */
/* ========================================================================== */

@media screen and (max-width: 767px) {
  .president {
    padding: 40px 24px;
    gap: 24px;
  }

  .president-name {
    font-size: 16px;
    line-height: normal;
  }

  .pc {
    display: none;
  }

  .sp {
    display: flex;
  }

  /* ==================================================== */
  /* president-1 */
  /* ==================================================== */

  .president-1 {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .president-1-left {
    gap: 16px;
  }

  /* ==================================================== */
  /* president-2 */
  /* ==================================================== */

  .president-2-top {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }

  .president-2-bottom {
    padding: 24px 16px;
  }
}
