.p-peoplehead {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 6.7rem;
  margin-top: 9rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-peoplehead {
    display: block;
    margin-top: 5rem;
  }
}
.p-peoplehead__txt {
  width: 72rem;
}
@media screen and (max-width: 767px) {
  .p-peoplehead__txt {
    width: 100%;
  }
}
.p-peoplehead__baloon .c-baloon__item.m-01 {
  top: -10rem;
  left: calc(50% + 16rem);
}
.p-peoplehead__baloon .c-baloon__item.m-02 {
  left: calc(50% + 58rem);
  bottom: 0;
}

.p-peopleindex {
  margin-top: 7.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-peopleindex {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
.p-peopleindex__line {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-peopleindex__line {
    display: block;
  }
}
.p-peopleindex__line .p-peopleindex__item:nth-child(2) {
  margin-top: 6rem;
}
.p-peopleindex__line .p-peopleindex__item:nth-child(3) {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  .p-peopleindex__line .p-peopleindex__item:nth-child(2), .p-peopleindex__line .p-peopleindex__item:nth-child(3) {
    margin-top: auto;
  }
  .p-peopleindex__line .p-peopleindex__item + .p-peopleindex__item {
    margin-top: 3rem;
  }
}
.p-peopleindex__line + .p-peopleindex__line {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-peopleindex__line + .p-peopleindex__line {
    margin-top: 3rem;
  }
}
.p-peopleindex__item {
  width: 43rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-peopleindex__item {
    width: 100%;
  }
}
.p-peopleindex__item a {
  display: block;
  aspect-ratio: 430/655;
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (any-hover: hover) {
  .p-peopleindex__item a:hover .p-peopleindexitem__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-peopleindex__item a:hover .p-peopleindexitem__btn:after {
    width: 100%;
  }
}

.p-peopleindexitem__img {
  width: 100%;
  height: 100%;
}
.p-peopleindexitem__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-peopleindexitem__en {
  position: absolute;
  color: #DC000C;
  font-size: 3rem;
  letter-spacing: 0.38rem;
  top: 3rem;
  left: 6.5rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (max-width: 767px) {
  .p-peopleindexitem__en {
    font-size: 1.8rem;
    left: 4.5rem;
    top: 2rem;
    letter-spacing: 0.22rem;
  }
}
.p-peopleindexitem__box {
  background: #fff;
  border-radius: 0.5rem;
  padding: 2.5rem 2.5rem 4rem;
  position: absolute;
  left: 50%;
  width: 35rem;
  min-height: 27rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-peopleindexitem__box {
    width: 25.5rem;
    padding: 1.3rem 1.5rem 1.5rem;
    bottom: 2.5rem;
    min-height: auto;
    border-radius: 0.3rem;
  }
}
.p-peopleindexitem__boxen {
  color: #DC000C;
  font-size: 2.2rem;
  letter-spacing: 0.28rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-peopleindexitem__boxen {
    font-size: 1.4rem;
    letter-spacing: 0.15rem;
    margin-top: 0.5rem;
  }
}
.p-peopleindexitem__ttl {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-peopleindexitem__ttl {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-peopleindexitem__ttl.m-small {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-peopleindexitem__ttl.m-small {
    font-size: 1.8rem;
  }
}
.p-peopleindexitem__ttl.m-large {
  font-size: 3rem;
  margin-top: 2.5rem;
  min-height: 9rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-peopleindexitem__ttl.m-large {
    font-size: 2.2rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    min-height: 6rem;
  }
}
.p-peopleindexitem__info {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-peopleindexitem__info {
    margin: 1.2rem 0 0;
    font-size: 1.4rem;
  }
}
.p-peopleindexitem__btn {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 3.3rem;
  padding-bottom: 1rem;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 5rem);
}
@media screen and (max-width: 767px) {
  .p-peopleindexitem__btn {
    font-size: 1.2rem;
    margin-top: 1.5rem;
    padding-bottom: 1.4rem;
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.p-peopleindexitem__btn span {
  display: block;
  position: relative;
  padding-right: 2rem;
}
.p-peopleindexitem__btn span:after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/common/icn_arw_red.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: -0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-peopleindexitem__btn span:after {
    width: 0.8rem;
    height: 1.1rem;
    right: 0;
  }
}
.p-peopleindexitem__btn:before, .p-peopleindexitem__btn:after {
  content: "";
  width: 100%;
  height: 0.1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-peopleindexitem__btn:before {
  background: #848484;
}
.p-peopleindexitem__btn:after {
  background: #DC000C;
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-peopleindex__balloon {
  z-index: -1;
}
.p-peopleindex__balloon .c-baloon__item.m-01 {
  top: 73rem;
  left: calc(50% - 62.5rem);
}
.p-peopleindex__balloon .c-baloon__item.m-02 {
  left: calc(50% + 57.5rem);
  bottom: -25rem;
}
@media screen and (max-width: 767px) {
  .p-peopleindex__balloon .c-baloon__item.m-03 {
    left: 1rem;
    bottom: 5rem;
  }
}