/**
 * Person
 */
.main-person {
  .name {
    text-align: center;
    @media screen and (min-width:769px) {
      margin-bottom: 32px;
      font-size: 56px;
    }
  }
  .main-image {
    margin-bottom: 40px;
    @media screen and (min-width:769px) {
      margin-bottom: 64px;
    }
  }
  .person-sns {
    margin-bottom: 40px;
    @media screen and (min-width:769px) {
      margin-bottom: 64px;
    }
  }
  .person-body {
    margin-bottom: 80px;
    font-weight: 400;
    @media screen and (min-width:769px) {
      font-size: 24px;
    }
  }

  .interview-wrap {
    @media screen and (min-width:769px) {
      margin-bottom: 120px;
    }
    ul {
      margin: 0 auto;
      padding: 0;
      list-style-type: none;
    }
  }
}