/*************************
				leadership
*************************/
.pg-leadership {
  width: 1080px; }
  @media screen and (max-width: 1024px) {
    .pg-leadership {
      width: 100%; } }
  .pg-leadership > ul {
    display: flex;
    margin-bottom: 60px;
    flex-wrap: wrap; }
    @media screen and (max-width: 1024px) {
      .pg-leadership > ul {
        width: 90%;
        margin: 0 auto 60px; } }
    @media screen and (max-width: 710px) {
      .pg-leadership > ul {
        display: block; } }
    .pg-leadership > ul > li {
      width: 30%;
      margin-right: 54px; }
      @media screen and (max-width: 1024px) {
        .pg-leadership > ul > li {
          margin-right: 40px; } }
      @media screen and (max-width: 890px) {
        .pg-leadership > ul > li {
          width: 46%;
          margin: 0 48px 60px 0; } }
      @media screen and (max-width: 710px) {
        .pg-leadership > ul > li {
          width: 100%;
          margin-right: 0; } }
    .pg-leadership > ul > li:nth-child(3n) {
      margin-right: 0; }
      @media screen and (max-width: 890px) {
        .pg-leadership > ul > li:nth-child(3n) {
          margin-right: 48px; } }
      @media screen and (max-width: 710px) {
        .pg-leadership > ul > li:nth-child(3n) {
          margin-right: 0; } }
    @media screen and (max-width: 890px) {
      .pg-leadership > ul > li:nth-child(2n) {
        margin-right: 0; } }
    .pg-leadership > ul > li > .pg-leadership-display {
      display: flex; }
      @media screen and (max-width: 890px) {
        .pg-leadership > ul > li > .pg-leadership-display {
          display: block; } }
      @media screen and (max-width: 710px) {
        .pg-leadership > ul > li > .pg-leadership-display {
          display: flex; } }
    .pg-leadership > ul > li > .pg-leadership-display > figure > img {
      width: 154px; }
      @media screen and (max-width: 890px) {
        .pg-leadership > ul > li > .pg-leadership-display > figure > img {
          width: 100%; } }
      @media screen and (max-width: 710px) {
        .pg-leadership > ul > li > .pg-leadership-display > figure > img {
          width: 140px; } }
    .pg-leadership > ul > li > .pg-leadership-display > div {
      margin-left: 20px; }
      @media screen and (max-width: 890px) {
        .pg-leadership > ul > li > .pg-leadership-display > div {
          margin: 20px 0 0 0; } }
      @media screen and (max-width: 710px) {
        .pg-leadership > ul > li > .pg-leadership-display > div {
          margin: 0 0 0 20px; } }
    .pg-leadership > ul > li > .pg-leadership-display > div > h3,
    .pg-leadership > ul > li > h3 {
      font-size: 20px;
      margin-bottom: 10px; }
    .pg-leadership > ul > li > .pg-leadership-brief-history {
      margin-top: 20px;
      color: #808080;
      font-size: 13px;
      line-height: 1.6; }

.pg-leadership > ul.pg-leadership-display_2line > li {
  margin-bottom: 60px; }
  @media screen and (max-width: 890px) {
    .pg-leadership > ul.pg-leadership-display_2line > li {
      width: 30%;
      margin-right: 32px; } }
  @media screen and (max-width: 710px) {
    .pg-leadership > ul.pg-leadership-display_2line > li {
      width: 100%;
      margin-right: 0; } }

@media screen and (max-width: 890px) {
  .pg-leadership > ul.pg-leadership-display_2line > li:nth-child(2n) {
    margin-right: 32px; } }

@media screen and (max-width: 710px) {
  .pg-leadership > ul.pg-leadership-display_2line > li:nth-child(2n) {
    margin-right: 0; } }

@media screen and (max-width: 890px) {
  .pg-leadership > ul.pg-leadership-display_2line > li:nth-child(3n) {
    margin-right: 0; } }
