@charset "UTF-8";
.staff-list .c-column {
  max-width: 1150px;
}

.staff-list section {
  padding: 80px 0;
}

.staff-list section:first-of-type {
  padding-top: 26px;
}

.staff-list section:nth-of-type(n+2) {
  background: -webkit-gradient(linear, left top, right top, from(#eff6fd), to(#d2e4f6));
  background: linear-gradient(to right, #eff6fd 0%, #d2e4f6 100%);
  padding: 80px 0 0;
}

.staff-list section:last-child {
  padding-bottom: 80px;
}

.staff-nav {
  margin-top: -30px;
}

.staff-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.2);
}

.staff-nav__list + p {
  text-align: right;
  margin: 23px 0 0;
}

.staff-nav__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  position: relative;
}

.staff-nav__list li:last-child a {
  border-right: none;
}

.staff-nav__list li a {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #162a89;
  color: #fff;
  font-size: 2.0rem;
  letter-spacing: 0.1em;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  position: relative;
}

.staff-nav__list li a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 32px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.staff-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0 -25px -2.272727272%;
}

.staff-card + .staff-card {
  padding-top: 25px;
  margin-top: 25px;
  position: relative;
}

.staff-card + .staff-card::before {
  content: "";
  display: block;
  width: calc(100% - 25px);
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.staff-card__item {
  width: 31.111111111%;
  min-height: 104px;
  margin: 0 0 25px 2.22222222222%;
  background: #fff;
}

.staff-card__item a {
  display: block;
  position: relative;
  height: 100%;
}

.staff-card__item a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.staff-card__item__inner {
  height: 100%;
  padding: 10px 50px 17px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

.staff-card__item span {
  display: block;
  line-height: 1.8;
  margin: 0;
}

.staff-card__item strong {
  display: block;
  font-size: 2.0rem;
  line-height: 1.2;
  margin: 0 0 5px;
}

.staff-card__item small {
  display: block;
  font-size: 1.4rem;
  color: #777;
  line-height: 1.6;
}

.staff-card--grad .staff-card__item__inner {
  background: -webkit-gradient(linear, left top, right top, from(#eff6fd), to(#d2e4f6));
  background: linear-gradient(to right, #eff6fd 0%, #d2e4f6 100%);
}

.staff-card--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* 詳細 */
.staff-detail section {
  padding: 75px 0 0;
}

.staff-detail section:last-child {
  padding-bottom: 80px;
}

.staff-detail section p {
  line-height: 2.25;
  margin: 40px 0;
}

.staff-detail section p:last-child {
  margin-bottom: -10px;
}

.staff-detail .c-column {
  max-width: 850px;
}

.staff-header {
  background: #e8f1f7 url(/images/staff/bg_header.jpg) no-repeat left center;
  background-size: cover;
}

.staff-header h1 {
  font-size: 4.0rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 0 0 10px;
}

.staff-header p {
  font-size: 2.4rem;
}

.staff-header p small {
  font-size: 2.0rem;
}

.staff-header .c-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 280px;
  padding: 30px 0;
}

.staff-header__text {
  margin-top: -5px;
}

.staff-header__image {
  width: 220px;
  margin: 0 50px 0 0;
  border-radius: 50%;
  overflow: hidden;
}

.staff-header__image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.staff-table {
  margin: 50px 0;
}

.staff-table:last-child {
  margin-bottom: 0;
}

.staff-table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  border-top: solid 1px #ddd;
}

.staff-table dl:last-child {
  border-bottom: solid 1px #ddd;
}

.staff-table dl dt {
  background: #e7f1fb;
  width: 160px;
  padding: 9px 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0.05em;
}

.staff-table dl dd {
  margin: 0;
  padding: 9px 20px;
}

.staff-achieve {
  margin: 50px 0;
}

.staff-achieve:last-child {
  margin-bottom: 0;
}

.staff-achieve dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: solid 1px #ccc;
  margin: 0;
  padding: 25px 0 33px;
}

.staff-achieve dl:first-child {
  border-top: solid 1px #ccc;
}

.staff-achieve dl dt {
  width: 213px;
  letter-spacing: 0.025em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.staff-achieve dl dt i {
  display: block;
  width: 26px;
  margin: 0 10px 0 0;
}

.staff-achieve dl dt.-opinion {
  color: #162a89;
}

.staff-achieve dl dt.-reports {
  color: #c8a226;
}

.staff-achieve dl dt.-vision {
  color: #8eb66e;
}

.staff-achieve dl dt.-note {
  color: #4882af;
}

.staff-achieve dl dt.-paper {
  color: #cf664c;
}

.staff-achieve dl dt.-data {
  color: #b63d3d;
}

.staff-achieve dl dt.-others {
  color: #582929;
}

.staff-achieve dl dd {
  margin: 0;
}

.staff-achieve dl dd a {
  display: block;
}

.staff-achieve dl dd p {
  margin: 0;
}

.staff-achieve dl dd .c-article-author {
  font-size: 1.4rem;
}

.staff-achieve__ttl {
  margin: 0;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.9;
  text-decoration: underline;
}

.staff-btn {
  width: 250px;
  margin: 0 auto;
}

.staff-btn a {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  padding: 0 0 0 20px;
}

.staff-btn a::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: inherit;
  left: 20px;
}

@media only screen and (max-width: 768px) {
  .staff-list section {
    padding: 40px 0;
  }
  .staff-list section:nth-of-type(n+2) {
    padding: 40px 0 0;
  }
  .staff-list section:last-child {
    padding-bottom: 60px;
  }
  .staff-nav {
    margin-top: -15px;
  }
  .staff-nav__list + p {
    font-size: 1.2rem;
    margin: 15px 0 0;
  }
  .staff-nav__list li a {
    font-size: 1.2rem;
    height: 50px;
  }
  .staff-nav__list li a::after {
    width: 5px;
    height: 5px;
    right: 10px;
    top: -2px;
  }
  .staff-card {
    margin: 30px 0 -10px;
  }
  .staff-card__item {
    width: 100%;
    margin: 0 0 10px;
  }
  .staff-card__item span {
    font-size: 1.4rem;
  }
  .staff-card__item strong {
    font-size: 1.8rem;
  }
  .staff-card__item small {
    font-size: 1.2rem;
  }
  .staff-detail section {
    padding: 40px 0 0;
  }
  .staff-detail section:last-child {
    padding-bottom: 60px;
  }
  .staff-detail section p {
    line-height: 1.9;
    margin: 23px 0;
  }
  .staff-header h1 {
    font-size: 2.5rem;
  }
  .staff-header p {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .staff-header p small {
    font-size: 1.6rem;
  }
  .staff-header .c-column {
    min-height: 180px;
    padding: 20px 0;
  }
  .staff-header__image {
    width: 120px;
    margin: 0 15px 0 0;
  }
  .staff-table {
    margin: 30px 0;
  }
  .staff-table dl dt {
    width: 90px;
    padding: 12px 0 12px 15px;
    line-height: 1.6;
  }
  .staff-table dl dd {
    padding: 12px 15px;
    line-height: 1.6;
  }
  .staff-achieve {
    margin: 30px 0;
  }
  .staff-achieve dl {
    display: block;
  }
  .staff-achieve dl dd p {
    line-height: 1.6;
    margin: 0 0 10px;
  }
  .staff-achieve__ttl {
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0 0 5px;
  }
  .staff-achieve__sub-ttl {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0 0 5px;
  }
}

@media only screen and (max-width: 374px) {
  .staff-nav__list li a {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
