  article {
  padding-bottom: 10rem;
}

.intro {
  padding-bottom: 9rem;
}
.intro .intro_inner {
  padding: 7.7rem 9.5rem 7rem;
  border-radius: 6rem;
  background: #F6F7F5;
  width: 110rem;
  margin: 0 auto;
}
.intro .intro_txt {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
.intro .people_sosiki {
  position: relative;
}
.intro .people_sosiki a {
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.intro .people_sosiki a:hover {
  opacity: 0.7;
  background: #fff;
}
.intro .people_sosiki .link01 {
  width: 21.6rem;
  height: 17.5rem;
  top: 10rem;
  left: 19rem;
  border-radius: 3rem;
}
.intro .people_sosiki .link02 {
  width: 21.6rem;
  height: 17.5rem;
  top: 35.6rem;
  left: 22rem;
  border-radius: 3rem;
}
.intro .people_sosiki .link03 {
  width: 19.4rem;
  height: 41.7rem;
  top: 11rem;
  left: 49rem;
  border-radius: 3.6rem;
}

@media screen and (max-width: 767px) {
  .intro {
    padding-bottom: 10rem;
  }
  .intro .intro_inner {
    padding: 0;
    background: #fff;
    width: 100%;
  }
  .intro .intro_txt {
    padding: 0 3rem 5rem;
  }
  .intro .people_sosiki {
    padding: 0 1.5rem;
  }
  .intro .people_sosiki .link01 {
    width: 8.4rem;
    height: 6.6rem;
    top: 4rem;
    left: 9.7rem;
    border-radius: 1.5rem;
  }
  .intro .people_sosiki .link02 {
    width: 8.4rem;
    height: 7rem;
    top: 13rem;
    left: 9.7rem;
    border-radius: 1.5rem;
  }
  .intro .people_sosiki .link03 {
    width: 7.8rem;
    height: 16rem;
    top: 4rem;
    left: 19.7rem;
    border-radius: 1.5rem;
  }
}
.list {
  padding: 9rem 0 6rem;
  background: #FDFDF2;
}
.list:last-of-type {
  padding-bottom: 9rem;
}
.list.bg_white {
  background: #fff;
}
.list .l_ttl {
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .list {
    padding: 9rem 3rem 6rem;
  }
  .list:last-of-type {
    padding-bottom: 9rem;
  }
}
.list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_item .list_item_left {
  width: 41.6rem;
}
.list_item .list_item_left.full {
  width: 100%;
}
.list_item .list_item_left .list_item_ttl {
  font-size: 2.2rem;
  font-weight: 700;
}
.list_item .list_item_left .list_item_ttl span {
  color: #00B0C1;
}
.list_item .list_item_left p {
  font-size: 1.6rem;
  line-height: 2.3333333333;
}
.list_item .list_item_right {
  width: 41rem;
  margin-left: auto;
  position: relative;
}
.list_item .list_item_right.type02 img {
  margin-left: auto;
}
.list_item .list_item_right.type02 .list_item_right_txt {
  right: auto;
  left: 0;
  width: 29.8rem;
}
.list_item .list_item_right img {
  width: 30rem;
}
.list_item .list_item_right .list_item_right_txt {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19.5rem;
}
.list_item .list_item_right .list_item_right_txt.w237 {
  width: 23.7rem;
}
.list_item .list_item_right .list_item_right_txt .interview {
  width: 11.44rem;
  margin-bottom: 0.9rem;
}
.list_item .list_item_right .list_item_right_txt .list_item_lead {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5909090909;
  margin-bottom: 1.2rem;
}
.list_item .list_item_right .list_item_right_txt .list_item_lead span {
  display: inline-block;
  color: #fff;
  background: #000;
  margin-bottom: 0.3rem;
  padding: 0 0.7rem;
}
.list_item .list_item_right .list_item_right_txt .list_item_lead.color02 span {
  background: #00B0C1;
}
.list_item .list_item_right .list_item_right_txt .pos {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4615384615;
}
.list_item .list_item_right .list_item_right_txt .name {
  font-size: 1.3rem;
  line-height: 1.4615384615;
  margin-bottom: 1.5rem;
}
.list_item .list_item_right .list_item_right_txt .more {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 0.2rem solid #00B0C1;
  width: 16.5rem;
  display: block;
  padding-left: 3rem;
  padding-top: 0.4rem;
  padding-bottom: 0.8rem;
  white-space: nowrap;
}
.list_item .list_item_right .list_item_right_txt .more:before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(/saiyo/images/people/arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

@media screen and (max-width: 767px) {
  .list_item .list_item_ttl span {
    font-size: 85%;
  }
  .list_item .list_item_left {
    width: 100%;
    margin-bottom: 5rem;
  }
  .list_item .list_item_left.full {
    width: 100%;
  }
  .list_item .list_item_right {
    width: 100%;
  }
  .list_item .list_item_right.type02 .list_item_right_txt {
    right: auto;
    left: 0;
    width: 29.8rem;
  }
  .list_item .list_item_right.type02 img {
    margin-right: -1rem;
  }
  .list_item .list_item_right img {
    width: 21rem;
  }
  .list_item .list_item_right img.cm_people03 {
    width: 22.9rem;
  }
  .list_item .list_item_right img.design_people02, .list_item .list_item_right img.so_people01, .list_item .list_item_right img.so_people02 {
    width: 19.9rem;
  }
  .list_item .list_item_right .list_item_right_txt {
    width: 19.5rem;
    right: -2.5rem;
  }
  .list_item .list_item_right .list_item_right_txt.w237 {
    width: 23.5rem;
    right: -3rem;
  }
  .list_item .list_item_right .list_item_right_txt .list_item_lead span {
    padding: 0 0.4rem;
  }
}
.list_item + .list_item {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .list_item + .list_item {
    margin-top: 12rem;
  }
  .list_item + .sp_narrow {
    margin-top: 7rem;
  }
}