/*
Theme Name: original
Author: Kenichiro
Version: 1.0
*/
.sec--staff {
  padding: 70px 20px;
}

.sec--staff .sec-inner {
  max-width: 1400px;
  margin: auto;
}

.sec--staff .staff-row1 {
  background-color: #EBE6DE;
  padding: 30px;
  display: flex;
  justify-content: space-between;
}

.sec--staff .staff-row1 .staff-pic {
  background-color: #8D8D8D;
  margin-right: 40px;
  max-width: 360px;
}

.sec--staff .staff-row1 .staff-pic img {
  height: 100%;
  object-fit: cover;
}

.sec--staff .staff-row1 .staff-info {
  background-color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 30px;
}

.sec--staff .staff-row1 .staff-info > div {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  border-bottom: 1px solid #D6D6D6;
}

.sec--staff .staff-row1 .staff-info > div > div > span {
  font-size: 12px;
  display: inline-block;
  background-color: #CBC7C0;
  color: #fff;
  padding: 4px 20px;
  margin-right: 14px;
}

.sec--staff .staff-row1 .staff-info > div > div > span.active {
  background-color: #917958;
}

.sec--staff .staff-row1 .staff-info > div > div a img {
  width: 29px;
  margin-right: 8px;
  vertical-align: middle;
}

.sec--staff .staff-row1 .staff-info > div > div a span {
  text-decoration: underline;
  color: #917958;
}

.sec--staff .staff-row1 .staff-info > div > div:nth-of-type(1) {
  font-weight: bold;
  width: 150px;
}

.sec--staff .staff-row1 .staff-info > div > div:nth-of-type(2) {
  width: calc(100% - 150px);
}

.sec--staff .staff-row2 {
  background-color: #917958;
  padding: 45px 60px;
}

.sec--staff .staff-row2 .staff-row2-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
}

.sec--staff .staff-row2 .left {
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.sec--staff .staff-row2 .left span {
  font-size: 16px;
}

.sec--staff .staff-row2 .c-cta {
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
  max-width: 780px;
}

.sec--staff .staff-row2 .c-cta .btns {
  margin: 0;
}

.sec--staff .staff-row2 .c-cta .btns a:nth-of-type(1) {
  color: #140B0A;
  background-color: #fff;
  border: 3px solid #140B0A;
}

.sec--staff.last {
  padding-bottom: 0;
}

@media (max-width: 1220px) and (min-width: 769px) {
  .sec--staff .staff-row2 {
    padding: 45px 20px;
  }
  .sec--staff .staff-row2 .staff-row2-inner {
    justify-content: space-around;
  }
  .sec--staff .staff-row2 .left {
    font-size: 22px;
  }
  .sec--staff .staff-row2 .left span {
    font-size: 12px;
  }
  .sec--staff .staff-row2 .c-cta {
    max-width: calc(100% - 250px);
  }
  .sec--staff .staff-row2 .c-cta .btns {
    max-width: 100%;
    justify-content: space-around;
  }
  .sec--staff .staff-row2 .c-cta .btns a {
    font-size: 16px;
  }
  .sec--staff .staff-row2 .c-cta .btns a img {
    margin-right: 10px;
  }
  .c-cta .btns a:nth-of-type(1) img {
    width: 21px;
  }
  .c-cta .btns a:nth-of-type(2) img {
    width: 20px;
  }
}

@media (max-width: 812px) and (min-width: 769px) {
  .sec--staff .staff-row2 .c-cta {
    max-width: calc(100% - 210px);
  }
}

@media (max-width: 768px) {
  .sec--staff {
    padding: 0;
  }
  .sec--staff .staff-row1 {
    display: block;
    padding: 32px 20px 20px;
  }
  .sec--staff .staff-row1 .staff-pic {
    max-width: 222px;
    margin: auto;
  }
  .sec--staff .staff-row1 .staff-info {
    margin-top: 30px;
    padding: 10px 20px;
    font-size: 14px;
  }
  .sec--staff .staff-row1 .staff-info > div {
    padding: 15px 0;
  }
  .sec--staff .staff-row1 .staff-info > div > div > span {
    padding: 4px 10px;
    margin-right: 8px;
    font-size: 10px;
  }
  .sec--staff .staff-row1 .staff-info > div > div a img {
    width: 23px;
    margin-right: 5px;
  }
  .sec--staff .staff-row1 .staff-info > div > div:nth-of-type(1) {
    width: 115px;
  }
  .sec--staff .staff-row1 .staff-info > div > div:nth-of-type(2) {
    width: calc(100% - 115px);
    line-height: 1.5;
  }
  .sec--staff .staff-row1 .staff-info > div:last-of-type {
    border-bottom: none;
  }
  .sec--staff .staff-row2 {
    padding: 45px 20px;
  }
  .sec--staff .staff-row2 .staff-row2-inner {
    display: block;
  }
  .sec--staff .staff-row2 .left {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .sec--staff .staff-row2 .left span {
    font-size: 14px;
  }
  .sec--staff .staff-row2 .c-cta {
    display: block;
  }
  .sec--staff .staff-row2 .c-cta .btns a:nth-of-type(2) {
    color: #fff;
    background-color: #140B0A;
  }
}
