/*----------------------------------------

	PEOPLE CSS

-----------------------------------------*/
/*----------------------------------------
	- PEOPLE
-----------------------------------------*/
.people .mv {
  position: relative;
}
@media screen and (min-width: 769px) {
  .people .mv {
    padding-block: max(65px, 4.063vw);
  }
}
@media screen and (max-width: 768px) {
  .people .mv {
    padding-block-start: 39vw;
  }
}
.people .mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .people .mv::before {
    background-image: url(/asset/img/recruit/people/people-mv_p01.webp);
  }
}
@media screen and (max-width: 768px) {
  .people .mv::before {
    background-image: url(/asset/img/recruit/people/people-mv_p01-sp.webp);
    height: 39vw;
  }
}
.people .mv .txt .font48_32 {
  font-weight: var(--font-medium);
  color: var(--color-white);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .people .mv .txt .font48_32 {
    position: absolute;
    top: 27vw;
  }
}
.people .mv .txt .font16_14 {
  line-height: 2.5;
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  .people .mv .txt .font16_14 {
    color: var(--color-white);
    margin-block-start: 24px;
  }
}
@media screen and (max-width: 768px) {
  .people .mv .txt .font16_14 {
    margin-block-start: 2.5vw;
  }
}
.people .item-list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .people .item-list {
    width: min(920px, 90%);
    margin-block-start: 140px;
    grid-template-columns: repeat(2, 400px);
    justify-content: space-between;
    gap: 150px 0;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .people .item-list {
    grid-template-columns: repeat(2, 40vw);
    gap: 15vw 0;
  }
}
@media screen and (max-width: 768px) {
  .people .item-list {
    margin-block-start: 20vw;
    padding-inline: 12.5vw;
    gap: 7.5vw;
  }
}
.people .item-list li .c-link-area {
  position: relative;
}
@media screen and (max-width: 768px) {
  .people .item-list li .c-link-area {
    display: block;
    width: calc(100% - 5vw);
    margin-inline: auto;
  }
}
.people .item-list li .c-link-area img {
  transition: scale 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) {
  .people .item-list li .c-link-area:hover img {
    scale: 1.05;
  }
}
.people .item-list li .c-icon-base {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .people .item-list li .c-icon-base {
    right: 54px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .people .item-list li .c-icon-base {
    right: 5.4vw;
    width: 7.2vw;
    height: 7.2vw;
  }
}
@media screen and (max-width: 768px) {
  .people .item-list li .c-icon-base {
    right: 12.5vw;
  }
}
.people .item-list li .font48_40 {
  position: absolute;
  font-weight: var(--font-regular);
  font-style: italic;
  color: var(--color-primarydark);
  top: 0;
  left: 0;
  z-index: -1;
  line-height: 1;
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .people .item-list li .font48_40 {
    font-size: 4.8vw;
  }
}
.people .item-list li .font20_18 {
  font-weight: var(--font-medium);
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .people .item-list li .font20_18 {
    letter-spacing: 0.03em;
    margin-block-start: 24px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .people .item-list li .font20_18 {
    font-size: 2vw;
    margin-block-start: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .people .item-list li .font20_18 {
    margin-block-start: 3vw;
  }
}
.people .item-list li .font16_14 {
  display: grid;
  color: var(--color-smokegray);
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .people .item-list li .font16_14 {
    margin-block-start: 12px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .people .item-list li .font16_14 {
    font-size: 1.6vw;
    margin-block-start: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  .people .item-list li .font16_14 {
    margin-block-start: 1.5vw;
  }
}
@media screen and (min-width: 769px) {
  .people .item-list li:nth-of-type(even) {
    margin-block: 270px -270px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .people .item-list li:nth-of-type(even) {
    margin-block: 27vw -27vw;
  }
}
.people .item-list li:nth-of-type(even) .font48_40 {
  left: auto;
  right: 0;
}
@media screen and (min-width: 769px) {
  .people .item-list li:nth-of-type(even):last-of-type {
    margin-block: 270px 0;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .people .item-list li:nth-of-type(even):last-of-type {
    margin-block: 27vw 0;
  }
}