@charset "UTF-8";
/* ===== 人を知る_PC (Figma 378:4255) ===== */
.page--people {
  overflow-x: hidden;
}

/* ── Animations (from home.css) ── */
.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 0.2s;
}

.fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transition: opacity 0.9s ease;
}

.fade-in.is-visible {
  opacity: 1;
}

@keyframes moving1 {
  0%, 100% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
}
@keyframes moving2 {
  0%, 100% {
    transform: translateX(-6px);
  }
  50% {
    transform: translateX(6px);
  }
}
@keyframes moving3 {
  0%, 100% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.06);
  }
  65% {
    transform: scale(0.97);
  }
}
@keyframes moving4 {
  0% {
    transform: translate(4px, 0);
  }
  12.5% {
    transform: translate(2.8px, 2.8px);
  }
  25% {
    transform: translate(0, 4px);
  }
  37.5% {
    transform: translate(-2.8px, 2.8px);
  }
  50% {
    transform: translate(-4px, 0);
  }
  62.5% {
    transform: translate(-2.8px, -2.8px);
  }
  75% {
    transform: translate(0, -4px);
  }
  87.5% {
    transform: translate(2.8px, -2.8px);
  }
  100% {
    transform: translate(4px, 0);
  }
}
.moving-1 {
  animation: moving1 4s ease-in-out infinite;
  transform-origin: center center;
}

.moving-2 {
  animation: moving2 3.5s ease-in-out infinite;
}

.moving-3 {
  animation: moving3 2.5s ease-in-out infinite;
  transform-origin: center center;
}

.moving-4 {
  animation: moving4 6s linear infinite;
}

/* ── Ashirai (Decorative Elements) ── */
.ashirai-layer {
  position: absolute;
  width: var(--container-max);
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: var(--z-deco-back);
}

.ashirai {
  position: absolute;
  pointer-events: none;
  max-width: none;
  width: 100%;
}

@media screen and ( max-width: 767px ) {
  .ashirai-layer {
    width: 100vw;
  }
}
/* Ashirai positions (adjusted for aboutus page if needed, currently copying from home sec-planet) */
.ashirai-01 {
  left: 174px;
  top: -60px;
  width: 70px;
}

.ashirai-02 {
  right: 538px;
  top: -228px;
  width: 279px;
}

.ashirai-03 {
  left: -119px;
  top: 80px;
  width: 251px;
}

.ashirai-04 {
  left: 45px;
  top: 328px;
  width: 71px;
}

.ashirai-05 {
  right: 23px;
  top: 126px;
  width: 140px;
}

.ashirai-06 {
  right: -57px;
  top: 312px;
  width: 57px;
}

.ashirai-07 {
  right: 376px;
  top: 585px;
  width: 256px;
}

.ashirai-08 {
  right: 16px;
  top: 612px;
  width: 64px;
}

.ashirai-09 {
  left: 97px;
  top: 733px;
  width: 65px;
}

.ashirai-10 {
  right: 14px;
  top: 910px;
  width: 167px;
}

.ashirai-11 {
  left: 154px;
  top: 942px;
  width: 231px;
}

.ashirai-12 {
  left: 46px;
  top: 1071px;
  width: 88px;
}

@media screen and ( max-width: 767px ) {
  .ashirai-sp-01 {
    right: 0;
    top: 12.2vw;
    width: 22.1vw;
  }
  .ashirai-sp-02 {
    left: 0;
    top: 51.7vw;
    width: 8.8vw;
  }
  .ashirai-sp-03 {
    right: 0;
    top: 71.2vw;
    width: 32vw;
  }
  .ashirai-sp-04 {
    left: 0;
    bottom: -29.3vw;
    width: 25.1vw;
  }
  .ashirai-sp-05 {
    right: 0;
    bottom: -16vw;
    width: 29.7vw;
  }
}
.ashirai-13 {
  left: 372px;
  top: 413px;
  width: 279px;
}

/* ── Hide on PC ── */
@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
/* ── Hide on mobile ── */
@media screen and ( max-width: 767px ) {
  .sp-none {
    display: none;
  }
}
/* ── Page Hero (ph) ── */
.ph {
  background-image: url("../images/carrerdesign/hero-bg.png"), url("/planet/images/common/hero-bg-circle.png");
  z-index: 11;
}

@media screen and ( max-width: 767px ) {
  .ph {
    background-image: url("../images/carrerdesign/hero-bg-sp.png");
  }
  .ph__title {
    padding-left: 9.6vw;
  }
}
/* ── Interview section (piv) ── */
.piv {
  padding: 80px 0 160px;
  overflow: visible;
}

.piv__inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 0;
}

/* Section bar */
.piv__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 1024px;
  margin: 0 auto 60px;
  padding: 20px 0;
  position: relative;
  border-bottom: 2px solid var(--c-title);
}

.piv__bar-line {
  display: block;
  width: 66px;
  height: auto;
  position: absolute;
  bottom: 0px;
  transform: translateX(calc(-50% + 420px));
}

.piv__bar-text {
  font-family: var(--ff-body);
  font-size: 29px;
  font-weight: 500;
  color: var(--c-title);
  white-space: nowrap;
}

.piv__lead {
  font-family: var(--ff-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  color: var(--c-text);
  text-align: center;
  margin: 0 0 60px;
}

/* Card grid — 4 columns, staggered */
.piv__grid {
  display: grid;
  grid-template-columns: repeat(3, 226px);
  gap: 30px 40px;
  justify-content: center;
}

.piv__card {
  display: block;
  position: relative;
  width: 226px;
  border-radius: 15px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  box-shadow: 6px 6px 3px rgba(48, 48, 48, 0.25);
}

.piv__card--offset {
  margin-top: 40px;
}

.piv__card-img {
  width: 226px;
  height: 340px;
  border-radius: 15px;
  overflow: hidden;
}

.piv__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: var(--z-deco-mid);
}
.piv__card-img img:nth-child(1) {
  opacity: 1;
}
.piv__card-img img:nth-child(2) {
  opacity: 0;
}

/* Gradient overlay on bottom */
.piv__card-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #FFF 0%, #BDE3C1 80%);
  border-radius: 15px;
  pointer-events: none;
  opacity: 1;
  z-index: var(--z-deco-back);
}

.piv__card-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 15px;
  pointer-events: none;
  opacity: 0;
  z-index: var(--z-deco-back);
}

.piv__card-img--type-a::after {
  background: url(../images/carrerdesign/piv-bg-a.png) no-repeat center top/100% auto;
}
.piv__card-img--type-b::after {
  background: url(../images/carrerdesign/piv-bg-b.png) no-repeat center top/100% auto;
}
.piv__card-img--type-c::after {
  background: url(../images/carrerdesign/piv-bg-c.png) no-repeat center top/100% auto;
}

.piv__card-info {
  min-height: 128px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 2;
  background: var(--c-white);
  mask: url(../images/carrerdesign/piv-mask.svg) no-repeat center top/100% auto;
}

.piv__card-name {
  font-family: var(--ff-body);
  font-size: 20px;
  font-weight: 400;
  color: var(--c-title);
  margin: 0 0 4px;
  line-height: 1.4;
}

.piv__card-dept {
  font-family: var(--ff-body);
  font-size: 12px;
  font-weight: 400;
  color: var(--c-title);
  margin: 0;
  line-height: 1.6;
}

@media (hover: hover) {
  .piv__card-img img {
    transition: opacity 0.2s ease;
  }
  .piv__card-img::before,
  .piv__card-img::after {
    transition: opacity 0.2s ease;
  }
  .piv__card-info {
    transition: background 0.2s ease;
  }
  .piv__card-name {
    transition: color 0.2s ease;
  }
  .piv__card-dept {
    transition: color 0.2s ease;
  }
  .piv__card:hover .piv__card-img::before {
    opacity: 0;
  }
  .piv__card:hover .piv__card-img::after {
    opacity: 1;
  }
  .piv__card:hover .piv__card-img img:nth-child(1) {
    opacity: 0;
  }
  .piv__card:hover .piv__card-img img:nth-child(2) {
    opacity: 1;
  }
  .piv__card:hover .piv__card-info {
    background: var(--c-title);
  }
  .piv__card:hover .piv__card-name {
    color: var(--c-white);
  }
  .piv__card:hover .piv__card-dept {
    color: var(--c-white);
  }
}
@media screen and ( max-width: 767px ) {
  /* ── Interview section (piv) ── */
  .piv {
    padding: 13.3vw 0 16vw;
  }
  .piv__inner {
    padding: 0 6.4vw;
  }
  /* Section bar */
  .piv__bar {
    gap: 0;
    margin: 0 0 10.7vw;
    padding: 0 0 5.3vw;
  }
  .piv__bar-line {
    display: none;
  }
  .piv__bar-text {
    font-size: 7.2vw;
  }
  .piv__lead {
    font-size: 4.8vw;
    margin: 0 9.9vw 16vw;
    text-align: left;
  }
  /* Card grid — 4 columns, staggered */
  .piv__grid {
    display: grid;
    grid-template-columns: repeat(2, 49.9vw);
    gap: 0.3vw;
  }
  .piv__card {
    width: 49.9vw;
    box-shadow: none;
    border-radius: 0;
  }
  .piv__card-img {
    width: 49.9vw;
    height: 74.7vw;
    border-radius: 0;
  }
  .piv__card-img img {
    transition: transform 0.2s ease;
  }
  /* Gradient overlay on bottom */
  .piv__card-img::before {
    border-radius: 0;
  }
  .piv__card-img::after {
    content: none;
  }
  .piv__card:hover .piv__card-img img:nth-child(1) {
    transform: scale(1.08);
  }
  .piv__card-info {
    min-height: inherit;
    height: 32vw;
    padding: 6.4vw 4vw;
    background: var(--c-title);
  }
  .piv__card-name {
    font-size: 4.8vw;
    margin: 0 0 2.7vw;
    color: var(--c-white);
  }
  .piv__card-dept {
    font-size: 3.5vw;
    color: var(--c-white);
  }
}
/* ── 2027内定者 RealTalk (prt) ── */
.prt {
  padding: 0;
}

.prt__inner {
  margin-top: 120px;
  padding: 0 0 155px;
  background: #E0F2E2;
  position: relative;
}
.prt__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjIxMCIgdmlld0JveD0iMCAwIDE0NDAgMjEwIiBmaWxsPSJub25lIj4gPHBhdGggZD0iTTE0NDAgMjEwSDBMMi43NDY2N2UtMTAgNzguMDE3M0MxODkuMzIgMzYuNTA3MyA0MzEuMzMgMC41OTcyOTYgNzEzIDAuMDA3Mjk2MzNDMTAwMC45NSAtMC41OTI3MDQgMTI0Ny45MSAzNS44OTczIDE0NDAgNzguMDA3M1YyMTBaIiBmaWxsPSIjRTBGMkUyIi8+PC9zdmc+");
  background-size: cover;
  position: absolute;
  top: -120px;
  left: 0;
}

.prt__body {
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
}

.prt__text {
  width: 478px;
}

.prt__title {
  margin-bottom: 50px;
}

.prt__title-year {
  display: inline-flex;
  align-items: center;
  margin: 0 0 13px;
  padding: 0 42px 6px 0;
  color: var(--c-title);
  font-family: var(--ff-heading);
  position: relative;
}
.prt__title-year::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, var(--c-title) 2px, transparent 2px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 10px 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.prt__year-num {
  font-size: 36px;
  font-weight: 500;
}

.prt__year-text {
  font-size: 32px;
  font-weight: 500;
}

.prt__title-logo {
  display: block;
  width: 270px;
  height: 48px;
}
.prt__title-logo img {
  width: 100%;
  height: auto;
}

.prt__lead {
  font-family: var(--ff-body);
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
  color: var(--c-text);
  margin: 0 0 50px;
}

.prt__img-sp {
  display: none;
}
.prt__img-sp img {
  width: 100%;
  height: auto;
}

.prt__img-pc {
  width: 677px;
  margin: 36px -46px 0 -85px;
}

@media screen and ( max-width: 767px ) {
  .prt__inner {
    margin-top: 15.7vw;
    padding: 0 0 26.7vw;
  }
  .prt__inner::before {
    height: 15.7vw;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNzUiIGhlaWdodD0iNTkiIHZpZXdCb3g9IjAgMCAzNzUgNTkiIGZpbGw9Im5vbmUiPiA8cGF0aCBkPSJNNDg4IDU5TC0xMTIgNTguOTk5OUMtMzIuMzA0MSAyNy4zMjE4IDY3Ljc3OTIgMC42OTg0MjMgMTgzLjQxNyAwLjAxMzcxNzdDMzAzLjExMyAtMC43MDExOTIgNDA2LjQyMSAyNi41NzY3IDQ4OCA1OVoiIGZpbGw9IiNFMEYyRTIiLz48L3N2Zz4=");
    top: -15.7vw;
  }
  .prt__body {
    display: block;
  }
  .prt__text {
    width: auto;
  }
  .prt__title {
    margin-bottom: 9.3vw;
    padding: 0 0 0 10.1vw;
  }
  .prt__title-year {
    margin: 0 0 2.7vw;
    padding: 0 0 2.1vw;
  }
  .prt__title-year::after {
    left: 0;
    bottom: 0;
  }
  .prt__year-num {
    font-size: 7.2vw;
  }
  .prt__year-text {
    font-size: 6.4vw;
  }
  .prt__title-logo {
    width: 52.8vw;
    height: 9.3vw;
  }
  .prt__lead {
    font-size: 4.3vw;
    margin: 8vw 0 10.7vw;
    padding: 0 6.4vw;
  }
  .prt__btn {
    display: flex;
    justify-content: center;
  }
  .prt__img-sp {
    display: block;
  }
  .prt__img-pc {
    display: none;
  }
}