@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
.common-main__ttl {
  left: 25cqw;
}
@media (width < 1681px) {
  .common-main__ttl {
    left: 24.5cqw;
  }
}
@media screen and (max-width: 1024px) {
  .common-main__ttl {
    left: 24cqw;
  }
}
@media screen and (max-width: 767px) {
  .common-main__ttl {
    top: 43%;
    left: 23cqw;
  }
}
@media all and (max-width: 480px) {
  .common-main__ttl {
    left: 25.5cqw;
  }
}
.common-bggra__head {
  margin-bottom: 50px;
}
.common-bggra__head h2 {
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  margin-top: 0;
}
@media screen and (max-width: 1367px) {
  .common-bggra__head h2 {
    font-size: min(4vw, 3rem);
  }
}
@media all and (max-width: 480px) {
  .common-bggra__head h2 {
    font-size: min(5vw, 3.5rem);
  }
}
.common-bggra .people-other__link {
  border-top: 1px solid #fff;
}
.common-bggra .people-other__link a::before {
  filter: brightness(0) invert(1);
}
.common-bggra .people-other__link a:hover {
  opacity: 1;
  transform: translateX(5px);
}

.people-intro {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
  margin-top: 150px;
}
@media screen and (max-width: 1367px) {
  .people-intro {
    margin-top: 100px;
  }
}
@media all and (max-width: 480px) {
  .people-intro {
    margin-top: 50px;
  }
}
.people-intro.white {
  padding-bottom: 120px;
}
@media screen and (max-width: 1367px) {
  .people-intro.white {
    padding-bottom: 70px;
  }
}
@media all and (max-width: 480px) {
  .people-intro.white {
    padding-bottom: 3.5em;
  }
}
.people-intro.white .people-entxt {
  color: #0073bc;
}
.people-intro.white .people-txt__position {
  background: #1BB8CE;
  background: linear-gradient(90deg, rgb(27, 184, 206) 0%, rgb(0, 104, 183) 100%);
  color: #fff;
}
.people-intro.white .people-txt__tag {
  color: #0073bc;
}
.people-intro.white .people-other__link a::before {
  background: url(../../assets/images/common/icon_arrow_b.svg) center center/cover no-repeat;
  filter: brightness(0);
}
.people-entxt {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-family: "Anton", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 11rem;
  opacity: 0;
}
@media screen and (max-width: 1367px) {
  .people-entxt {
    font-size: clamp(5rem, 2.826rem + 7.23vw, 9rem);
  }
}
@media all and (max-width: 480px) {
  .people-entxt {
    font-size: min(13vw, 5rem);
  }
}
.people-entxt.current {
  opacity: 0.15;
}
.people-txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 31%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .people-txt {
    width: 100%;
  }
}
.people-txt__position {
  font-size: 3rem;
  line-height: 1.8;
  border: 1px solid #fff;
  text-align: center;
  padding: 5px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1367px) {
  .people-txt__position {
    font-size: min(7vw, 2.7rem);
  }
}
@media all and (max-width: 480px) {
  .people-txt__position {
    letter-spacing: 0.2em;
  }
}
.people-txt__detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 1.5em;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .people-txt__detail {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 480px) {
  .people-txt__detail {
    line-height: 1.4;
  }
}
.people-txt__detail li {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 1367px) {
  .people-txt__detail li {
    font-size: 1.3rem;
  }
}
.people-txt__detail li:not(:last-child)::after {
  position: absolute;
  content: "／";
  right: -1.4em;
}
.people-txt__comment {
  margin-top: 50px;
  line-height: 1.8;
  font-size: 2.4rem;
}
@media screen and (max-width: 1367px) {
  .people-txt__comment {
    margin-top: 40px;
    font-size: 2rem;
  }
}
@media all and (max-width: 480px) {
  .people-txt__comment {
    margin-top: 20px;
  }
}
.people-txt__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 1em;
  font-weight: 400;
}
@media screen and (max-width: 1367px) {
  .people-txt__tag {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .people-txt__tag {
    flex-direction: column;
    margin-top: 15px;
  }
}
.people-img {
  width: 65%;
  position: relative;
}
@media screen and (max-width: 1367px) {
  .people-img {
    width: 62%;
  }
}
@media screen and (max-width: 767px) {
  .people-img {
    width: 100%;
  }
}
.people-img.sponly {
  display: none;
}
@media screen and (max-width: 767px) {
  .people-img.sponly {
    display: block;
  }
}
.people-img.pconly {
  display: block;
}
@media screen and (max-width: 767px) {
  .people-img.pconly {
    display: none;
  }
}
.people-faq {
  margin-top: 180px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 160px 0;
  padding-bottom: 135px;
}
@media screen and (max-width: 1367px) {
  .people-faq {
    margin-top: 100px;
    gap: 100px 0;
  }
}
@media screen and (max-width: 1024px) {
  .people-faq {
    gap: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .people-faq {
    gap: 40px 0;
  }
}
@media all and (max-width: 480px) {
  .people-faq {
    margin-top: 50px;
    gap: 30px 0;
  }
}
.people-faq__q {
  position: relative;
  border-radius: 20px;
  padding: clamp(15px, 4vw, 20px) 0.5em clamp(22px, 5vw, 30px);
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background: #1BB8CE;
  background: linear-gradient(90deg, rgb(27, 184, 206) 0%, rgb(0, 104, 183) 100%);
  width: 35%;
  text-align: center;
  line-height: 1.5;
  word-break: keep-all;
}
@media screen and (max-width: 1367px) {
  .people-faq__q {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .people-faq__q {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .people-faq__q {
    border-radius: 15px;
    font-size: min(5vw, 1.8rem);
  }
}
.people-faq__q span {
  display: block;
}
@media screen and (max-width: 1024px) {
  .people-faq__q br.pconly {
    display: none;
  }
}
.people-faq__q::after {
  position: absolute;
  content: "";
  left: 14%;
  bottom: -28px;
  width: 58px;
  height: 28px;
  background: url(../../assets/images/common/tail_q.svg) top left/contain no-repeat;
}
@media all and (max-width: 480px) {
  .people-faq__q::after {
    width: 40.6px;
  }
}
.people-faq__a {
  position: relative;
  border-radius: 20px;
  padding: clamp(20px, 3vw, 35px) clamp(1.5em, 3vw, 2.5em);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #0073bc;
  background: #fff;
  border: 1px solid #0073bc;
  width: 58%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1367px) {
  .people-faq__a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .people-faq__a {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .people-faq__a {
    border-radius: 15px;
    font-size: min(4vw, 1.4rem);
    flex-wrap: wrap;
    justify-content: center;
  }
}
.people-faq__a::after {
  position: absolute;
  content: "";
  right: 9%;
  bottom: -28px;
  width: 61px;
  height: 28px;
  background: url(../../assets/images/common/tail_a.svg) top left/contain no-repeat;
}
@media all and (max-width: 480px) {
  .people-faq__a::after {
    bottom: -27px;
    width: 42.7px;
  }
}
.people-faq__a.tate p:first-child, .people-faq__a.yoko p:first-child {
  flex: 1 1 auto;
  padding-right: 6%;
}
@media all and (max-width: 480px) {
  .people-faq__a.tate p:first-child, .people-faq__a.yoko p:first-child {
    padding-right: 0;
  }
}
.people-faq__a.tate p.photo, .people-faq__a.yoko p.photo {
  flex-shrink: 0;
}
@media all and (max-width: 480px) {
  .people-faq__a.tate p.photo, .people-faq__a.yoko p.photo {
    text-align: center;
  }
}
.people-faq__a.tate .photo {
  rotate: 10deg;
  margin-right: 3%;
}
@media all and (max-width: 480px) {
  .people-faq__a.tate .photo {
    margin-right: 0;
  }
}
.people-faq__a.tate .photo img {
  max-width: 150px;
}
@media screen and (max-width: 1367px) {
  .people-faq__a.tate .photo img {
    max-width: 130px;
  }
}
.people-faq__a.yoko .photo {
  rotate: -10deg;
  margin-right: -3%;
}
@media all and (max-width: 480px) {
  .people-faq__a.yoko .photo {
    margin-right: 0;
  }
}
.people-faq__a.yoko .photo img {
  max-width: 200px;
}
@media screen and (max-width: 1367px) {
  .people-faq__a.yoko .photo img {
    max-width: 180px;
  }
}
.people-faq__a .photo {
  border: 5px solid #fff;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
  background: #fff;
}
@media all and (max-width: 480px) {
  .people-faq__a .photo {
    border: 4px solid #fff;
    margin-top: 20px;
  }
}
.people-schedule__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
@media screen and (max-width: 1367px) {
  .people-schedule__list {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .people-schedule__list {
    max-width: 85%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .people-schedule__list {
    max-width: 100%;
  }
}
.people-schedule__list + .people-schedule__list {
  margin-top: 100px;
}
@media all and (max-width: 480px) {
  .people-schedule__list + .people-schedule__list {
    margin-top: 65px;
  }
}
.people-schedule__time {
  display: flex;
  flex-direction: column;
  gap: 100px 0;
  width: 57%;
}
@media screen and (max-width: 1367px) {
  .people-schedule__time {
    gap: 80px 0;
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .people-schedule__time {
    gap: 50px 0;
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .people-schedule__time {
    gap: 25px 0;
  }
}
.people-schedule__time dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px 25px;
}
@media screen and (max-width: 1024px) {
  .people-schedule__time dl {
    gap: 20px 30px;
  }
}
@media all and (max-width: 480px) {
  .people-schedule__time dl {
    gap: 20px 15px;
  }
}
@media (width < 800px) {
  .people-schedule__time dl.sptop {
    align-items: flex-start;
  }
}
.people-schedule__time dl dt {
  font-family: "Anton", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 11rem;
  width: 38%;
  line-height: 1;
  letter-spacing: 0.04em;
  flex-shrink: 0;
  text-align: right;
}
@media screen and (max-width: 1367px) {
  .people-schedule__time dl dt {
    font-size: clamp(5rem, 2.826rem + 7.23vw, 9rem);
    width: 36%;
  }
}
@media screen and (max-width: 1024px) {
  .people-schedule__time dl dt {
    width: 32%;
  }
}
@media (width < 800px) {
  .people-schedule__time dl dt {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .people-schedule__time dl dt {
    width: 27%;
  }
}
@media all and (max-width: 480px) {
  .people-schedule__time dl dt {
    font-size: min(12vw, 4.8rem);
    width: 30%;
  }
}
.people-schedule__time dl dt.txt_l {
  text-align: left;
  padding-left: 0.1em;
}
@media screen and (max-width: 1367px) {
  .people-schedule__time dl dt.txt_l {
    padding-left: 0.3em;
  }
}
@media screen and (max-width: 1024px) {
  .people-schedule__time dl dt.txt_l {
    padding-left: 0.4em;
  }
}
@media (width < 800px) {
  .people-schedule__time dl dt.txt_l {
    text-align: right;
    padding-left: 0;
  }
}
@media all and (max-width: 480px) {
  .people-schedule__time dl dt.txt_l {
    text-align: left;
    padding-left: 0.1em;
  }
}
.people-schedule__time dl dd {
  flex: 1 1 auto;
}
.people-schedule__time dl dd h3 {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  word-break: keep-all;
}
@media screen and (max-width: 1367px) {
  .people-schedule__time dl dd h3 {
    font-size: 2.4rem;
  }
}
@media (width < 800px) {
  .people-schedule__time dl dd h3 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 480px) {
  .people-schedule__time dl dd h3 {
    font-size: min(4.5vw, 1.8rem);
  }
}
.people-schedule__time dl dd h3.wbnone {
  word-break: normal;
}
.people-schedule__img {
  position: relative;
  width: 36%;
  container-type: inline-size;
}
@media screen and (max-width: 1367px) {
  .people-schedule__img {
    width: 32%;
  }
}
@media screen and (max-width: 1024px) {
  .people-schedule__img {
    width: 100%;
    margin: 60px auto 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media all and (max-width: 480px) {
  .people-schedule__img {
    width: 95%;
  }
}
.people-schedule__img .img1 {
  rotate: 10deg;
}
.people-schedule__img .img2 {
  rotate: -14deg;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .people-schedule__img .img2 {
    rotate: -6deg;
  }
}
.people-schedule__img .img3 {
  rotate: 11deg;
}
.people-schedule__img .img4 {
  rotate: -6deg;
}
@media screen and (max-width: 1024px) {
  .people-schedule__img .img4 {
    rotate: -9deg;
  }
}
.people-schedule__img .img5 {
  rotate: -11deg;
}
@media screen and (max-width: 1024px) {
  .people-schedule__img .img5 {
    rotate: -9deg;
  }
}
@media screen and (max-width: 1024px) {
  .people-schedule__img img {
    max-width: 330px;
  }
}
@media all and (max-width: 480px) {
  .people-schedule__img img {
    max-width: 100%;
  }
}
.people-schedule__img p {
  border: 8px solid #fff;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
}
@media all and (max-width: 480px) {
  .people-schedule__img p {
    border: 4px solid #fff;
  }
}
.people-message {
  margin-top: 200px;
}
@media screen and (max-width: 1367px) {
  .people-message {
    margin-top: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .people-message {
    margin-top: 75px;
  }
}
.people-message__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 100px;
  max-width: 1920px;
}
@media screen and (max-width: 1367px) {
  .people-message__list {
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 1024px) {
  .people-message__list {
    max-width: 85%;
    margin: 0 auto 85px;
    gap: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .people-message__list {
    max-width: 100%;
  }
}
.people-message__list:last-child {
  margin-bottom: 0;
}
.people-message__list:nth-child(odd) {
  flex-direction: row-reverse;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  .people-message__list:nth-child(odd) {
    margin-left: auto;
  }
}
@media (min-width: 1921px) {
  .people-message__list:nth-child(odd) {
    margin-left: calc(5% - 5vw);
  }
}
.people-message__list:nth-child(even) {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  .people-message__list:nth-child(even) {
    margin-right: auto;
  }
}
@media (min-width: 1921px) {
  .people-message__list:nth-child(even) {
    margin-right: calc(5% - 5vw);
  }
}
.people-message__txt {
  width: 32%;
}
@media screen and (max-width: 1024px) {
  .people-message__txt {
    width: 100%;
  }
}
.people-message__txt h3 {
  font-weight: 700;
  font-size: 3.5rem;
}
@media screen and (max-width: 1367px) {
  .people-message__txt h3 {
    font-size: 3rem;
  }
}
@media all and (max-width: 480px) {
  .people-message__txt h3 {
    font-size: min(7vw, 2.4rem);
  }
}
.people-message__txt h3 span.small {
  font-size: 2.2rem;
}
@media screen and (max-width: 1367px) {
  .people-message__txt h3 span.small {
    font-size: 2rem;
  }
}
.people-message__txt p {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 65px;
  line-height: 2;
}
@media screen and (max-width: 1367px) {
  .people-message__txt p {
    font-size: 1.4rem;
    margin-top: 40px;
  }
}
@media all and (max-width: 480px) {
  .people-message__txt p {
    font-size: min(4vw, 1.4rem);
    margin-top: 25px;
  }
}
.people-message__img {
  width: 62%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .people-message__img {
    width: 100%;
    text-align: center;
  }
}
.people-message__img.sponly {
  display: none;
}
.people-message__img.sponly.current {
  display: none;
}
@media screen and (max-width: 1024px) {
  .people-message__img.sponly.current {
    display: block;
  }
}
.people-message__img.pconly {
  display: block;
}
.people-message__img.pconly.current {
  display: block;
}
@media screen and (max-width: 1024px) {
  .people-message__img.pconly.current {
    display: none;
  }
}
.people-message__img.tate {
  text-align: right;
}
@media all and (max-width: 480px) {
  .people-message__img.tate {
    text-align: center;
  }
}
.people-message__img.tate img {
  max-width: 600px;
}
@media all and (max-width: 480px) {
  .people-message__img.tate img {
    max-width: 75%;
  }
}
.people-other {
  padding: 200px 0;
  max-width: 1920px;
  margin: auto;
}
@media screen and (max-width: 1367px) {
  .people-other {
    padding: 150px 0;
  }
}
@media screen and (max-width: 1024px) {
  .people-other {
    padding: 75px 0;
  }
}
@media screen and (max-width: 767px) {
  .people-other {
    padding: 100px 0;
  }
}
.people-other div:first-child a {
  display: block;
}
.people-other div:first-child a figure {
  position: relative;
  aspect-ratio: 1.68/1;
  overflow: hidden;
}
.people-other div:first-child a figure img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.5s;
}
.people-other div:first-child a:hover {
  opacity: 1;
}
.people-other div:first-child a:hover figure img {
  transform: scale(1.05);
}
.people-other > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .people-other > ul {
    gap: 40px 5px;
  }
}
.people-other > ul li {
  width: calc(25% - 15px);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .people-other > ul li {
    width: calc(25% - 4px);
  }
}
@media screen and (max-width: 767px) {
  .people-other > ul li {
    width: calc(50% - 15px);
  }
}
.people-other__txt {
  width: 240px;
  margin: 20px auto 0;
}
@media screen and (max-width: 1367px) {
  .people-other__txt {
    width: 190px;
  }
}
@media screen and (max-width: 767px) {
  .people-other__txt {
    width: 100%;
  }
}
.people-other__txt ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.2em 1.5em;
}
@media all and (max-width: 480px) {
  .people-other__txt ul {
    flex-direction: column;
  }
}
.people-other__txt ul li {
  position: relative;
  font-size: 1.4rem;
  width: auto;
  font-weight: 500;
}
@media screen and (max-width: 1367px) {
  .people-other__txt ul li {
    font-size: 1.3rem;
  }
}
.people-other__txt ul li:not(:last-child)::after {
  position: absolute;
  content: "／";
  right: -1.4em;
}
.people-other__link {
  border-top: 1px solid #000;
  margin: 10px auto 0;
  text-align: center;
}
@media all and (max-width: 480px) {
  .people-other__link {
    padding-top: 5px;
  }
}
.people-other__link a {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  font-size: 1.6rem;
  margin-top: 5px;
  font-weight: 500;
}
@media screen and (max-width: 1367px) {
  .people-other__link a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .people-other__link a {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 480px) {
  .people-other__link a {
    padding-left: 1em;
  }
}
.people-other__link a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 12px;
  background: url(../../assets/images/common/icon_arrow_b.svg) center center/cover no-repeat;
}
@media screen and (max-width: 1367px) {
  .people-other__link a::before {
    width: 6px;
    height: 9px;
  }
}
.people-other__link a:hover {
  opacity: 1;
  transform: translateX(5px);
}

body.detail .people-txt {
  justify-content: center;
}
body.detail .people-txt__position {
  background: #1BB8CE;
  background: linear-gradient(90deg, rgb(27, 184, 206) 0%, rgb(0, 104, 183) 100%);
  color: #fff;
}
body.detail .people-txt__tag {
  color: #0073bc;
  margin-top: 50px;
}
@media all and (max-width: 480px) {
  body.detail .common-bggra {
    padding-bottom: 35px;
  }
}
body.index .common-bggra {
  padding-bottom: 7em;
}
@media screen and (max-width: 1367px) {
  body.index .common-bggra {
    padding-bottom: 6em;
  }
}
@media (width < 1051px) {
  body.index .common-bggra {
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 767px) {
  body.index .common-bggra {
    padding-bottom: 5em;
  }
}
@media all and (max-width: 480px) {
  body.index .common-bggra {
    padding-bottom: 3.5em;
  }
}
body.index .people-intro {
  margin-top: 0;
  padding-top: 7em;
  align-items: center;
}
@media screen and (max-width: 1367px) {
  body.index .people-intro {
    padding-top: 6em;
  }
}
@media (width < 1051px) {
  body.index .people-intro {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  body.index .people-intro {
    flex-direction: column-reverse;
    padding-top: 8em;
  }
}
@media all and (max-width: 480px) {
  body.index .people-intro {
    padding-top: 5em;
  }
}
body.index .people-intro .people-txt__bottom {
  margin-top: 50px;
}
@media (width < 1101px) {
  body.index .people-intro .people-txt__bottom {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.index .people-intro .people-txt__bottom {
    margin-top: 0;
  }
}
body.index .people-intro .people-other__link {
  max-width: 67%;
  margin: 50px auto 0 0;
}
@media (width < 1101px) {
  body.index .people-intro .people-other__link {
    max-width: 100%;
    margin: 25px auto 0 0;
  }
}
body.index .people-intro .people-other__link::before {
  background: url(../../assets/images/common/icon_arrow_w.svg) center center/cover no-repeat;
}
body.staff1 .people-schedule__img .img1 {
  margin-top: 20cqw;
}
@media screen and (max-width: 1024px) {
  body.staff1 .people-schedule__img .img1 {
    margin-top: 0;
  }
}
body.staff1 .people-schedule__img .img2 {
  margin-top: 15cqw;
}
@media screen and (max-width: 1024px) {
  body.staff1 .people-schedule__img .img2 {
    margin-top: 0;
  }
}
body.staff1 .people-schedule__img .img3 {
  margin-top: -15cqw;
  right: -20cqw;
}
@media screen and (max-width: 1367px) {
  body.staff1 .people-schedule__img .img3 {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  body.staff1 .people-schedule__img .img3 {
    margin-top: 0;
  }
}
body.staff1 .people-schedule__img .img4 {
  margin-top: 57cqw;
  right: -14cqw;
}
@media screen and (max-width: 1367px) {
  body.staff1 .people-schedule__img .img4 {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  body.staff1 .people-schedule__img .img4 {
    margin-top: 0;
  }
}
@media all and (max-width: 480px) {
  body.staff1 .people-schedule__img .img4 {
    margin-top: 10cqw;
  }
}
body.staff1 .people-schedule__img .img5 {
  margin-top: 15cqw;
  right: -20cqw;
}
@media screen and (max-width: 1367px) {
  body.staff1 .people-schedule__img .img5 {
    right: 0;
    margin-top: 0;
  }
}
@media all and (max-width: 480px) {
  body.staff1 .people-schedule__img .img5 img {
    max-width: 190px;
  }
}
body.staff1 .people-schedule__img .img6 {
  margin-top: -5cqw;
  rotate: 12deg;
  max-width: 271px;
  right: -66cqw;
}
@media screen and (max-width: 1367px) {
  body.staff1 .people-schedule__img .img6 {
    margin-top: 0;
    max-width: 236px;
    right: -30cqw;
  }
}
@media screen and (max-width: 1024px) {
  body.staff1 .people-schedule__img .img6 {
    margin-top: 0;
    right: 0;
  }
}
body.staff1 .people-schedule__img .img6 img {
  max-width: 255px;
}
@media screen and (max-width: 1367px) {
  body.staff1 .people-schedule__img .img6 img {
    max-width: 220px;
  }
}
@media all and (max-width: 480px) {
  body.staff1 .people-schedule__img .img6 img {
    max-width: 120px;
  }
}
body.staff2 .people-schedule__img .img1 {
  rotate: -14deg;
  margin-top: 53cqw;
}
@media screen and (max-width: 1024px) {
  body.staff2 .people-schedule__img .img1 {
    margin-top: 0;
  }
}
@media all and (max-width: 480px) {
  body.staff2 .people-schedule__img .img1 img {
    max-width: 200px;
  }
}
body.staff2 .people-schedule__img .img2 {
  rotate: 9deg;
  margin-top: -10cqw;
}
@media screen and (max-width: 1024px) {
  body.staff2 .people-schedule__img .img2 {
    margin-top: 0;
  }
}
body.staff2 .people-schedule__img .img3 {
  rotate: -14deg;
  margin-top: 12cqw;
}
@media screen and (max-width: 1024px) {
  body.staff2 .people-schedule__img .img3 {
    margin-top: 0;
  }
}
body.staff2 .people-schedule__img .img4 {
  margin-top: -10cqw;
  rotate: 12deg;
  max-width: 271px;
  right: -30cqw;
}
@media screen and (max-width: 1367px) {
  body.staff2 .people-schedule__img .img4 {
    margin-top: -25cqw;
    max-width: 236px;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  body.staff2 .people-schedule__img .img4 {
    margin-top: 0;
  }
}
body.staff2 .people-schedule__img .img4 img {
  max-width: 255px;
}
@media screen and (max-width: 1367px) {
  body.staff2 .people-schedule__img .img4 img {
    max-width: 220px;
  }
}
@media all and (max-width: 480px) {
  body.staff2 .people-schedule__img .img4 img {
    max-width: 120px;
  }
}
body.staff3 .people-schedule__img .img1 {
  rotate: -9deg;
  margin-top: 25cqw;
}
@media screen and (max-width: 1024px) {
  body.staff3 .people-schedule__img .img1 {
    margin-top: 0;
  }
}
@media all and (max-width: 480px) {
  body.staff3 .people-schedule__img .img1 img {
    max-width: 200px;
  }
}
body.staff3 .people-schedule__img .img2 {
  rotate: 11deg;
  margin-top: 37cqw;
}
@media screen and (max-width: 1024px) {
  body.staff3 .people-schedule__img .img2 {
    margin-top: 0;
  }
}
@media all and (max-width: 480px) {
  body.staff3 .people-schedule__img .img2 img {
    max-width: 200px;
  }
}
body.staff3 .people-schedule__img .img3 {
  rotate: -8deg;
  margin-top: -8cqw;
}
@media screen and (max-width: 1024px) {
  body.staff3 .people-schedule__img .img3 {
    margin-top: 0;
  }
}
body.staff3 .people-schedule__img .img4 {
  rotate: 14deg;
  margin-top: 8cqw;
}
@media screen and (max-width: 1024px) {
  body.staff3 .people-schedule__img .img4 {
    margin-top: 0;
  }
}
body.staff4 .people-schedule__img .img1 {
  rotate: 10deg;
  margin-top: 20cqw;
}
@media screen and (max-width: 1024px) {
  body.staff4 .people-schedule__img .img1 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  body.staff4 .people-schedule__img .img1 img {
    max-width: 280px;
  }
}
@media all and (max-width: 480px) {
  body.staff4 .people-schedule__img .img1 img {
    max-width: 100%;
  }
}
body.staff4 .people-schedule__img .img2 {
  rotate: -9deg;
  margin-top: 9cqw;
}
@media screen and (max-width: 1024px) {
  body.staff4 .people-schedule__img .img2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  body.staff4 .people-schedule__img .img2 img {
    max-width: 280px;
  }
}
@media all and (max-width: 480px) {
  body.staff4 .people-schedule__img .img2 img {
    max-width: 100%;
  }
}
body.staff4 .people-schedule__img .img3 {
  rotate: 11deg;
  margin-top: 4cqw;
}
@media screen and (max-width: 1024px) {
  body.staff4 .people-schedule__img .img3 {
    margin-top: 0;
  }
}
@media all and (max-width: 480px) {
  body.staff4 .people-schedule__img .img3 img {
    max-width: 200px;
  }
}
body.staff4 .people-schedule__img .img4 {
  rotate: 11deg;
  margin-top: -50cqw;
}
@media screen and (max-width: 1024px) {
  body.staff4 .people-schedule__img .img4 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  body.staff4 .people-schedule__img .img4 img {
    max-width: 280px;
  }
}
@media all and (max-width: 480px) {
  body.staff4 .people-schedule__img .img4 img {
    max-width: 100%;
  }
}
body.staff4 .people-schedule__img .img5 {
  rotate: -10deg;
  margin-top: 10cqw;
}
@media screen and (max-width: 1024px) {
  body.staff4 .people-schedule__img .img5 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  body.staff4 .people-schedule__img .img5 img {
    max-width: 280px;
  }
}
@media all and (max-width: 480px) {
  body.staff4 .people-schedule__img .img5 img {
    max-width: 100%;
  }
}
body.staff4 .people-schedule__img .img6 {
  rotate: 12deg;
  margin-top: -32cqw;
}
@media screen and (max-width: 1024px) {
  body.staff4 .people-schedule__img .img6 {
    margin-top: 0;
  }
}
@media all and (max-width: 480px) {
  body.staff4 .people-schedule__img .img6 img {
    max-width: 200px;
  }
}
body.staff5 .people-schedule__img .img1 {
  rotate: 10deg;
  margin-top: 12cqw;
}
@media screen and (max-width: 1024px) {
  body.staff5 .people-schedule__img .img1 {
    margin-top: 0;
  }
}
@media all and (max-width: 480px) {
  body.staff5 .people-schedule__img .img1 img {
    max-width: 200px;
  }
}
body.staff5 .people-schedule__img .img2 {
  rotate: -14deg;
  margin-top: -44cqw;
}
@media screen and (max-width: 1024px) {
  body.staff5 .people-schedule__img .img2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  body.staff5 .people-schedule__img .img2 img {
    max-width: 240px;
  }
}
@media all and (max-width: 480px) {
  body.staff5 .people-schedule__img .img2 img {
    max-width: 100%;
  }
}
body.staff5 .people-schedule__img .img3 {
  rotate: 10deg;
  margin-top: 62cqw;
}
@media screen and (max-width: 1024px) {
  body.staff5 .people-schedule__img .img3 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  body.staff5 .people-schedule__img .img3 img {
    max-width: 240px;
  }
}
@media all and (max-width: 480px) {
  body.staff5 .people-schedule__img .img3 img {
    max-width: 100%;
  }
}
body.staff5 .people-schedule__img .img4 {
  rotate: -13deg;
  margin-top: 17cqw;
}
@media screen and (max-width: 1024px) {
  body.staff5 .people-schedule__img .img4 {
    margin-top: 0;
  }
}
@media all and (max-width: 480px) {
  body.staff5 .people-schedule__img .img4 img {
    max-width: 200px;
  }
}