/**************************
 single-people
**************************/
.bg_green {
  background: #016d2e;
}
.bg_leaf {
  background: url("../../images/logo/yk_logo_mark.svg");
  background-size: 3000px auto;
  background-position: -1500px -1500px;
  background-repeat: no-repeat;
}
/*************************
 main
*************************/
#single-people {
  padding-top: 250px;
  padding-bottom: 300px;
}
#single-people .site-title-box {
  padding-bottom: 200px;
}
#single-people .flex {
  display: flex;
  justify-content: space-between;
}
#single-people h1 {
  color: #b9db59;
  font-size: 24px;
  font-weight: bold;
}
#single-people .site-thumb img {
  width: 160px;
}
#single-people .thumb img {
  width: 100%;
}
#single-people .main-catch {
  color: #b9db59;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 80px;
}
#single-people .main-catch p {
  margin-top: -0.3em;
}
#single-people .people-info span:nth-of-type(1) {
  font-size: 14px;
  font-weight: bold;
  margin-right: 15px;
  color: #b9db59;
}
#single-people .people-info span:nth-of-type(2) {
  font-size: 24px;
  font-weight: bold;
  color: #b9db59;
}
#single-people .people-meta span:nth-of-type(1) {
  font-size: 14px;
  font-weight: bold;
  margin-right: 15px;
  color: #b9db59;
}
#single-people .people-meta span:nth-of-type(2) {
  font-size: 14px;
  font-weight: bold;
  color: #b9db59;
}
#single-people .main-information {
  margin-bottom: 80px;
}
#single-people .catch-box {
  margin-bottom: 50px;
}
#single-people .catch-title {
  color: #b9db59;
  margin-bottom: 30px;
  font-weight: bold;
}
#single-people .catch-cnt {
  color: #fff;
}
#single-people .mb {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  #single-people .thumb {
    margin-bottom: 30px;
  }
  #single-people .site-title-box {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #single-people .main-catch {
    font-size: 24px;
  }
}
/*********************
 related-link
**********************/
#related-link {
  padding-top: 150px;
  padding-bottom: 150px;
}
#related-link .border-line {
  width: 100%;
  height: 1px;
  background: #8bad3f;
  margin-bottom: 100px;
}
#related-link .related-thumb {
  position: relative;
  z-index: 0;
}
#related-link .related-thumb img {
  width: 100%;
}
#related-link .cat {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}
#related-link .doboku-color {
  background: #bdce00;
  color: #006934;
}
#related-link .kenchiku-color {
  background: #006934;
  color: #fff;
}
#related-link .jimu-color {
  background: #797878;
  color: #fff;
}
#related-link .hosou-color {
  background: #0d3025;
  color: #fff;
}
#related-link .mb {
  margin-bottom: 50px;
}
#related-link .related-cnt {
  background: #bbdb59;
  padding: 30px;
  border-radius: 0 0 10px 10px;
}
#related-link .related-people-info span:nth-of-type(1) {
  margin-right: 15px;
  font-weight: bold;
  font-size: 14px;
}
#related-link .related-people-info span:nth-of-type(2) {
  font-size: 20px;
  font-weight: bold;
}
#related-link .related-people-meta span:nth-of-type(1) {
  margin-right: 10px;
  color: #167a4a;
  font-size: 14px;
  font-weight: bold;
}
#related-link .related-people-meta span:nth-of-type(2) {
  color: #167a4a;
  font-size: 14px;
  font-weight: bold;
}
