@charset "utf-8";
.people {
  padding-bottom: 0;
}
.people .title {
  background-image: url("../images/message/message_header_bg.jpg");
  background-position: center;
  background-repeat: repeat-x;
}
.people .title > div {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--pc-contents-max-width);
  position: relative;
  width: var(--pc-contents-width);
}
.people .title .photo img {
  display: block;
  width: 100%;
}
.people .title .photo img.mobile {
  display: none;
}
.people .title h1 {
  background-color: rgba(0,0,0,0.7);
  background-image: none;
  display: block;
  max-height: initial;
  padding-left: 1.75em;
  padding-right: 1.75em;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  width: fit-content;
  width: -moz-fit-content;
}
.people .title h1 span {
  margin-bottom: 1em;
}
.people .title h1 strong {
  text-align: left;
  font-size: clamp(2.6rem, 4vw, 4rem);
}
.people .title h1 .name {
  font-size: 1.6rem;
  font-weight: normal;
}
.people .block > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.people .block:last-of-type {
  padding-top: 0;
}
.people .block .section {
  width: 52%;
}
.people .block .photo {
  width: 43.4%;
}
.people .block .photo img {
  width: 100%;
}
.people .block .section > div {
  margin-bottom: 2.5em;
}
.people .block .section > div:last-of-type {
  margin-bottom: 0;
}
.people .block h3::before {
  content: "Q. ";
}
.people .block .section p {
  margin: 1em 0;
}
.people .block:first-of-type .section {
  order: 1;
}
.people .block:first-of-type .photo {
  order: 0;
}
@media screen and (max-width: 1152px) {
  .people .title > div {
    width: 100%;
  }
  .people .title .photo {
    width: 100%;
  }
  .people .title h1 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    top: 0;
    transform: none;
    width: fit-content;
    width: -moz-fit-content;
  }
  .people .title h1 strong {
    line-height: 1.5;
    display: inline-block;
    width: auto;
  }
  .people .title + div {
    margin-left: auto;
    margin-right: auto;
    width: 92%;
  }
  .people .block > div {
    display: initial;
  }
  .people .block .section {
    width: 100%;
  }
  .people .block .photo {
    width: 60%;
    margin: 2em auto;
  }
}
@media screen and (max-width: 767px) {
  .people .title {
    background-image: none;
  }
  .people .title > div {
    display: block;
  }
  .people .title .photo {
    text-align: center;
  }
  .people .title .photo img.pc {
    display: none;
  }
  .people .title .photo img.mobile {
    display: inline;
    width: 60%;
  }
  .people .title h1 {
    background-color: transparent;
    display: block;
    margin-bottom: 0;
    padding: 0.5em;
    position: relative;
    width: 100%;
  }
  .people .title h1 span {
    display: inline;
    margin-bottom: 0.5em;
    padding: 0 1em;
  }
  .people .title h1 strong {
    color: var(--dark-gray);
    display: block;
    margin-bottom: 0.25em;
  }
  .people .title h1 .name {
    color: var(--dark-gray);
    font-size: 1.4rem;
  }
  .people .title h1 .name br {
    display: none;
  }
}