@charset "utf-8";

/*
  File Name   : staff.css
  Description : コンテンツエリア関係 他
*/

/* -section-staff
============================================================ */
.-section-staff {
  padding-bottom: 60px;
}
.-section-staff .item-base {
  margin-top: 190px;
}
.-section-staff .item-base:first-child {
  margin-top: 0;
}
.-section-staff .item-base .title-wrap {
  text-align: center;
}
.-section-staff .item-base .title-wrap .title-en {
  font-size: 32px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
  letter-spacing: 5px;
}
.-section-staff .item-base .title-wrap .title-ja {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  margin-top: 5px;
}
.-section-staff .staff-list {
  max-width: 750px;
  margin: 55px auto 0;
}
.-section-staff .staff-list ul {
  display: flex;
  flex-wrap: wrap;
}
.-section-staff .staff-list li {
  width: calc((100% - 50px * 1) / 2);
  margin-right: 50px;
}
.-section-staff .staff-list li:nth-child(2n) {
  margin-right: 0;
}
.-section-staff .staff-list li:nth-child(n + 3) {
  margin-top: 70px;
}
.-section-staff .staff-list li .img-block {
  height: 270px;
}
.-section-staff .staff-list li .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
}
.-section-staff .staff-list li .desc-block {
  margin-top: 20px;
}
.-section-staff .staff-list li .desc-block .position {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #2f6287;
}
.-section-staff .staff-list li .desc-block .name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #2f6287;
  margin-top: 10px;
}
.-section-staff .staff-list li .desc-block .status {
  margin-top: 10px;
}
.-section-staff .staff-list li .desc-block .status .status-text {
  font-size: 14px;
  font-weight: bold;
}
.-section-staff .staff-list li .desc-block .text-wrap {
  padding: 20px 20px;
  background-color: #fff;
  margin-top: 15px;
}
.-section-staff .staff-list li .desc-block .text-wrap .title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0;
  color: #2f6287;
}
.-section-staff .staff-list li .desc-block .text-wrap .text {
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 15px;
}
.-section-staff .com-btn-wrap {
  margin-top: 80px;
}
.-section-staff .com-btn-wrap .btn-base.-small {
  font-size: 13px;
  padding: 14px 45px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .-section-staff {
    padding-bottom: 40px;
  }
  .-section-staff .item-base {
    margin-top: 100px;
  }
  .-section-staff .staff-list li {
    width: 100%;
    margin-right: 0;
  }
  .-section-staff .staff-list li:nth-child(n + 3),
  .-section-staff .staff-list li:nth-child(n + 2) {
    margin-top: 60px;
  }
  .-section-staff .staff-list li .img-block {
    height: 70vw;
  }
  .-section-staff .com-btn-wrap {
    margin-top: 40px;
  }
  .-section-staff .com-btn-wrap .btn-base.-small {
    padding: 14px 45px;
  }
}


