@charset "utf-8";

.people11 {
  max-width: 100rem;
  margin: 8rem auto 5rem;
}
.people11 .inner {
  max-width: 86rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .people11 {
    max-width: 100%;
    margin-bottom: 0;
  }
  .people11 .inner {
    max-width: 100%;
  }
}

/* profile */
.people11 .profile .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5rem;
}
.people11 .profile .pic {
  width: 21.1rem;
}
.people11 .profile .txt {
  line-height: 1.8;
}
.people11 .profile .txt .name {
  font-weight: bold;
}
.people11 .profile .txt .dept {
  font-size: 1.4rem;
}
.people11 .profile .lead {
  margin-top: 7rem;
  line-height: 1.8;
  text-align: center;
}
.people11 .profile .lead p {
  display: inline-block;
  text-align: left;
  max-width: 522px;
  margin-left: auto;
  margin-right: auto;
}
.people11 .worksBlock .txtWrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .people11 .profile .wrap {
    flex-direction: column;
    gap: 4rem 0;
  }
  .people11 .profile .pic {
    width: 32.5rem;
  }
  .people11 .profile .txt {
    line-height: 1.6;
  }
  .people11 .profile .txt .name {
    font-size: 3rem;
  }
  .people11 .profile .txt .dept {
    font-size: 2.8rem;
  }
  .people11 .profile .lead {
    margin-top: 11rem;
    padding: 0 3.5rem;
    font-size: 2.9rem;
    line-height: 1.6;
  }
}

/* works */
.people11 .works {
  margin-top: 8rem;
}
.people11 .works .worksTtl {
  margin-top: 6.5rem;
  padding: 3rem 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  gap: 0 5rem;
}
.people11 .works .worksTtl._center {
  text-align: center;
  display: block;
}
.people11 .works .worksTtl div h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.people11 .works .worksTtl div p {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.people11 .works .worksTtl p:last-child {
  width: 42rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.people11 .works .worksTtl._center p:last-child {
  width: 100%;
}
.people11 .works .worksBlock {
  margin-top: 4rem;
  padding: 6rem;
  background-color: #f3f3f3;
}
.people11 .works .txt {
  margin-top: 13.5rem;
  font-size: 1.4rem;
}
.people11 .works .pic {
  margin-top: 3.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .people11 .works {
    margin-top: 10rem;
    position: relative;
  }
  .people11 .works::before {
    display: block;
    content: "";
    width: calc(100% - 7rem);
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: calc(50% - calc(100% - 7rem) / 2);
  }
  .people11 .works .worksTtl {
    margin-top: 0;
    padding: 10rem 0 6rem;
    border: none;
    flex-direction: column;
    align-items: center;
    gap: 8rem 0;
    text-align: center;
  }
  .people11 .works .worksTtl div h2 {
    font-size: 3.4rem;
    line-height: 1.3;
  }
  .people11 .works .worksTtl div p {
    margin-top: 6rem;
    font-size: 2.8rem;
    line-height: 1.6;
  }
  .people11 .works .worksTtl p:last-child {
    width: 100%;
    padding: 0 3.5rem;
    font-size: 2.8rem;
    line-height: 1.6;
    text-align: left;
  }
  .people11 .works .worksTtl._center p:last-child {
    text-align: center;
  }
  .people11 .works .worksBlock {
    margin-top: 4rem;
    padding: 6rem 6rem 10rem;
  }
  .people11 .works .txt {
    margin-top: 6rem;
    font-size: 2.5rem;
  }
  .people11 .works .pic {
    margin-top: 1.5rem;
  }
}

/* gellery */
.people11 .gellery {
  margin-top: 10rem;
}
.people11 .gellery h3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.people11 .gellery dl {
  margin-top: 2.5rem;
  padding: 5rem 5rem;
  border: solid 1px #040000;
}
.people11 .gellery dt {
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
}
.people11 .gellery dd .txt {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.people11 .gellery dd .pic {
  margin-top: 2.5rem;
}
.people11 .gellery dd .wrap {
  margin-top: 2.5rem;
  display: flex;
  gap: 0 2rem;
}
.people11 .gellery dd .wrap p:first-child {
  width: 9.2rem;
}
.people11 .gellery dd .wrap p:last-child {
  width: calc(100% - 9.2rem - 2rem);
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .people11 .gellery {
    margin-top: 13rem;
  }
  .people11 .gellery h3 {
    font-size: 4.1rem;
  }
  .people11 .gellery dl {
    margin-top: 5rem;
    padding: 0 3.5rem;
    border: none;
  }
  .people11 .gellery dt {
    font-size: 3.5rem;
  }
  .people11 .gellery dd .txt {
    margin-top: 5rem;
    font-size: 2.8rem;
    line-height: 1.7;
  }
  .people11 .gellery dd .pic {
    margin-top: 7rem;
  }
  .people11 .gellery dd .wrap {
    margin-top: 6rem;
    flex-direction: column;
    align-items: center;
    gap: 5rem 0;
  }
  .people11 .gellery dd .wrap p:first-child {
    width: 24.2rem;
  }
  .people11 .gellery dd .wrap p:last-child {
    width: 100%;
    font-size: 2.4rem;
  }
}
