@charset "UTF-8";
/*
============================================
トップページ(/index.html)
============================================
*/
#kv {
  position: relative;
  margin-top: 40px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
#kv img {
  display: block;
  width: 100%;
  height: auto;
}
@keyframes circleRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#kv .cirlce-gr {
  position: absolute;
  z-index: 2;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
#kv .cirlce-gr .cirlce-gr-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  height: auto;
}
#kv .cirlce-gr .cirlce-gr-txt .cirlce-gr-txt__rot {
  display: block;
  animation: circleRotate 40s linear infinite !important;
  transform-origin: center center;
  will-change: transform;
}
#kv .cirlce-gr .cirlce-gr-txt img {
  display: block;
  width: 100%;
  height: auto;
}
#kv .cirlce-gr .cirlce-gr-img {
  display: block;
  position: absolute;
  top: 51%;
  left: 50.6%;
  transform: translate(-50%, -50%);
  width: 7%;
  height: auto;
}
#kv .cirlce-gr .cirlce-gr-img img {
  display: block;
  width: 100%;
  height: auto;
}
#kv .rabbit {
  position: absolute;
  z-index: 1;
  bottom: 0%;
  left: 41%;
  transform: translateX(-50%);
  width: 16%;
}
#kv .rabbit img {
  width: 100%;
  height: 100%;
}

#first-cta {
  padding: 56px 0;
}
#first-cta .btns {
  display: flex;
  justify-content: center;
  gap: 48px;
  width: 69%;
  margin: 0 auto;
}
#first-cta .btn {
  display: block;
  width: 100%;
  max-width: 560px;
  text-decoration: none;
}
#first-cta .btn img {
  display: block;
  width: 100%;
  height: auto;
}
#first-cta .btn:hover {
  opacity: 0.92;
}

#outline {
  background-image: url(../../img/top/outline_back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}
#outline .heading-gr {
  text-align: center;
}
#outline .heading-gr h2 {
  margin: 0;
}
#outline .heading-gr h2 img {
  display: inline-block;
  width: min(900px, 100%);
  height: auto;
}
#outline .heading-gr .desc {
  margin-top: 22px;
  line-height: 2;
  color: #111;
}

#about {
  position: relative;
  background: #eaf5fb;
  padding: 80px 0 90px;
  overflow: hidden;
}
#about .biglogos {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
#about .biglogos span {
  display: block;
  position: absolute;
  background-image: url(../../img/common/biglogo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  opacity: 0.4;
  z-index: 1;
}
#about .biglogos span:nth-of-type(1) {
  top: 298px;
  right: -23%;
  width: 73%;
  aspect-ratio: 1/0.5969711539;
}
#about .biglogos span:nth-of-type(2) {
  top: 1198px;
  left: -23%;
  width: 68%;
  aspect-ratio: 1/0.5969711539;
}
#about .biglogos span:nth-of-type(3) {
  bottom: 529px;
  right: -23%;
  width: 55%;
  aspect-ratio: 1/0.5969711539;
}
#about .biglogos span:nth-of-type(4) {
  bottom: 0px;
  left: -23%;
  width: 68%;
  aspect-ratio: 1/0.5969711539;
  transform: translateY(50%);
}
#about .inner {
  position: relative;
  z-index: 2;
}
#about .heading {
  text-align: center;
  margin-bottom: 56px;
}
#about .heading h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  color: #005BAC;
  letter-spacing: 0.02em;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}
#about .heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 520px;
  max-width: 90vw;
  height: 2px;
  background: #005BAC;
  opacity: 0.9;
}
#about ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#about li {
  border: 8.5px solid rgba(255, 255, 255, 0.95);
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 6px 3px rgba(0, 0, 0, 0.18);
}
#about li a {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
#about li a:hover {
  box-shadow: 0 22px 36px rgba(0, 0, 0, 0.14);
}
#about li a:hover .imageback img {
  transform: scale(1.08);
}
#about li .imageback {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
#about li .imageback img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.45s ease;
}
#about li .txt-gr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 16px 18px 16px;
  color: #fff;
  backdrop-filter: blur(2px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}
#about li .txt-gr::after {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  flex: 0 0 auto;
  position: relative;
}
#about li .txt-gr {
  /* 右下の矢印っぽい表現（擬似要素で作る） */
}
#about li .txt-gr::before {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 26px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #005BAC;
  border-bottom: 2px solid #005BAC;
  transform: rotate(-45deg) translateX(-25%) translateY(-25%);
  z-index: 2;
}
#about li .txt-gr .eng {
  display: block;
  font-size: 2rem;
  opacity: 0.9;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
#about li .txt-gr h3 {
  margin: 0;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.3;
}
#about {
  /* カードごとに帯色を変えたい場合（画像の雰囲気に合わせて） */
}
#about ul li:nth-child(1) .txt-gr {
  background: rgba(201, 80, 92, 0.82);
}
#about ul li:nth-child(1) .txt-gr::before {
  border-right-color: rgb(201, 80, 92);
  border-bottom-color: rgb(201, 80, 92);
}
#about ul li:nth-child(1) .txt-gr::after {
  background-color: #fff;
}
#about ul li:nth-child(2) .txt-gr {
  background: rgba(34, 168, 156, 0.82);
}
#about ul li:nth-child(2) .txt-gr::before {
  border-right-color: rgb(34, 168, 156);
  border-bottom-color: rgb(34, 168, 156);
}
#about ul li:nth-child(2) .txt-gr::after {
  background-color: #fff;
}
#about ul li:nth-child(3) .txt-gr {
  background: rgba(10, 86, 160, 0.82);
}
#about ul li:nth-child(3) .txt-gr::before {
  border-right-color: rgb(10, 86, 160);
  border-bottom-color: rgb(10, 86, 160);
}
#about ul li:nth-child(3) .txt-gr::after {
  background-color: #fff;
}

#people-work {
  background: #eaf5fb;
  padding: 90px 0;
}
#people-work .people-work__box {
  position: relative;
  background: #fff;
  border-radius: 36px;
  padding: 70px 90px 80px;
}
#people-work .people-work__deco {
  position: absolute;
  top: 36px;
  right: 46px;
}
#people-work .people-work__deco img {
  display: block;
  width: 160px;
  height: auto;
}
#people-work {
  /* =========================
     HEAD
  ========================= */
}
#people-work .people-work__head {
  text-align: center;
}
#people-work .people-work__title {
  margin: 0 0 56px;
}
#people-work .people-work__title img {
  display: inline-block;
  height: 111px;
  width: auto;
}
#people-work .people-work__lead {
  margin: 0;
}
#people-work {
  /* =========================
     SECTION TITLES
  ========================= */
}
#people-work .people-work__sec-ttl {
  margin: 38px 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
#people-work .people-work__sec-ttl img {
  width: 44px;
  height: auto;
  display: block;
}
#people-work .people-work__sec-ttl span {
  font-size: 4rem;
  font-weight: 800;
  color: #005BAC;
  letter-spacing: 0.02em;
}
#people-work .people-work__sec-ttl--lg {
  margin-top: 54px;
}
#people-work .people-work__sec-ttl--lg span {
  font-size: 30px;
}
#people-work {
  /* =========================
     DAY (2 cards)
  ========================= */
}
#people-work .people-work__day-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  max-width: 1100px;
  margin: 0 auto;
}
#people-work .people-work__day-grid .day-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  /* 添付の“ふわっとした影” */
  box-shadow: 0 18px 26px rgba(0, 0, 0, 0.18);
  /* 添付の白い縁（少し太め） */
  border: 8px solid rgba(255, 255, 255, 0.95);
  /* 角丸を崩さない */
  transform: translateZ(0);
}
#people-work .people-work__day-grid .day-card__img {
  background: #e6e6e6;
  /* グレーバック */
  overflow: hidden;
}
#people-work .people-work__day-grid .day-card__img img {
  display: block;
  width: 100%;
  height: 330px;
  /* 添付は横長トリミング */
  -o-object-fit: cover;
     object-fit: cover;
}
#people-work .people-work__day-grid .day-card__body {
  position: relative;
  background: #fff;
  /* 添付の余白感：上下広め／右は矢印分確保 */
  padding: 22px 92px 22px 34px;
  /* 画像との境目はうっすら */
  border-top: 1px solid #f2f2f2;
}
#people-work .people-work__day-grid .day-card__label {
  display: block;
  font-weight: 800;
  color: #9a9a9a;
  font-size: 1.6rem;
  /* 添付の「仕事の流れ」は大きい */
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 10px;
}
#people-work .people-work__day-grid .day-card__title {
  margin: 0;
  font-weight: 900;
  color: #005BAC;
  font-size: 2.8rem;
  /* 添付の青見出しのサイズ感 */
  letter-spacing: 0.02em;
  line-height: 1.25;
}
#people-work .people-work__day-grid {
  /* 右下：青い四角 + 白い矢印（添付どおり） */
}
#people-work .people-work__day-grid .day-card__arrow {
  position: absolute;
  right: 28px;
  bottom: 26px;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: #005BAC;
}
#people-work .people-work__day-grid .day-card__arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translate(-55%, -50%) rotate(-45deg);
}
#people-work .people-work__day-grid {
  /* ちょい上品なhover（必要なら） */
}
#people-work .people-work__day-grid .day-card:hover {
  box-shadow: 0 22px 34px rgba(0, 0, 0, 0.22);
}
#people-work .people-work__day-grid .day-card:hover .day-card__img img {
  transform: scale(1.03);
  transition: transform 0.35s ease;
}
#people-work {
  /* =========================
       INTERVIEW（組み直し）
    ========================= */
}
#people-work .people-work__interview {
  margin-top: 100px;
}
#people-work .people-work__interview-ttl {
  margin: 0 0 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
#people-work .people-work__interview-ttl img {
  width: 60px;
  height: auto;
  display: block;
}
#people-work .people-work__interview-ttl span {
  font-size: 4rem;
  font-weight: 900;
  color: #005BAC;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
#people-work .people-work__note {
  text-align: center;
  margin: 0 0 70px;
  color: #111;
}
#people-work .people-work__interview-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  justify-content: center;
  width: 100%;
  align-items: start;
}
#people-work .people-work__interview-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
#people-work .people-work__interview-photo {
  position: relative;
  /* グレーバック */
  border-radius: 18px;
  overflow: hidden;
}
#people-work .people-work__interview-photo img {
  display: block;
  width: 100%;
  height: 360px;
  /* 添付の縦長トリム */
  -o-object-fit: cover;
     object-fit: cover;
}
#people-work .people-work__interview-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 42px;
  padding: 0 16px;
  background: #fff;
  color: #005BAC;
  border: 2px solid #005BAC;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
}
#people-work .people-work__interview-body {
  padding-top: 22px;
}
#people-work .people-work__interview-text {
  margin: 0 0 12px;
  color: #005BAC;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
#people-work .people-work__interview-meta {
  margin: 0;
  color: #222;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.9;
}
#people-work {
  /* hover（添付の雰囲気：控えめ） */
}
#people-work .people-work__interview-link:hover .people-work__interview-photo img {
  transform: scale(1.02);
  transition: transform 0.35s ease;
}
#people-work .people-work__interview-link:hover .people-work__interview-text {
  text-decoration: underline;
  text-underline-offset: 8px;
}
#people-work {
  /* =========================
     MORE BUTTON（day-card 矢印踏襲）
  ========================= */
}
#people-work .people-work__btn {
  margin-top: 56px;
  text-align: right;
}
#people-work .people-work__more {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 12px 26px;
  border-radius: 12px;
  background: #005BAC;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}
#people-work .people-work__more-txt {
  line-height: 1.2;
}
#people-work {
  /* ▼ day-card__arrow と同設計 */
}
#people-work .people-work__more-arrow {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: #fff;
  /* ボタンと同色 */
  position: relative;
  flex: 0 0 auto;
}
#people-work .people-work__more-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 3px solid #005BAC;
  border-bottom: 3px solid #005BAC;
  transform: translate(-60%, -50%) rotate(-45deg);
}
#people-work {
  /* hover（day-card と同じ思想） */
}
#people-work .people-work__more:hover {
  opacity: 0.92;
}

/* =========================
  環境で知る京進のしごと（NEW BOX）
  ========================= */
#work-environment {
  margin-top: 0px;
}
#work-environment .work-env__box {
  position: relative;
  background: #fff;
  border-radius: 34px;
  padding: 70px 80px 76px;
  /* 既存の白ボックスと同じ “ふわっと” */
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
#work-environment .work-env__head {
  position: relative;
  text-align: center;
  padding-bottom: 56px;
}
#work-environment .work-env__ttl {
  margin: 0 0 56px;
}
#work-environment .work-env__ttl img {
  display: inline-block;
  height: 111px;
  /* 添付の迫力 */
  width: auto;
}
#work-environment .work-env__lead {
  margin: 0;
  color: #111;
}
#work-environment .work-env__dots {
  position: absolute;
  right: 18px;
  top: -6px;
}
#work-environment .work-env__dots img {
  display: block;
  width: 90px;
  /* 右上の水玉 */
  height: auto;
}
#work-environment {
  /* ========== cards ========== */
}
#work-environment .work-env__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: start;
  max-width: 980px;
  margin: 0 auto;
}
#work-environment .env-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
#work-environment .env-card__img {
  background: #e6e6e6;
  /* グレーバック */
  border-radius: 18px;
  overflow: hidden;
}
#work-environment .env-card__img img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
#work-environment .env-card__body {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 62px 0 0;
}
#work-environment .env-card__txt {
  min-width: 0;
}
#work-environment .env-card__ttl {
  margin: 0 0 8px;
  font-weight: 900;
  color: #005BAC;
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  line-height: 1.35;
}
#work-environment .env-card__sub {
  margin: 0;
  color: #111;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.6;
}
#work-environment {
  /* ▼ 矢印：day-card踏襲（青□ + 白矢印） */
}
#work-environment .env-card__arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #005BAC;
}
#work-environment .env-card__arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translate(-55%, -50%) rotate(-45deg);
}
#work-environment {
  /* hover：人で知ると同思想 */
}
#work-environment .env-card:hover .env-card__img img {
  transform: scale(1.03);
  transition: transform 0.35s ease;
}
#work-environment .env-card:hover .env-card__ttl {
  text-decoration: underline;
  text-underline-offset: 6px;
}

#movie {
  /* 背景：画像で */
  background-image: url(../../img/top/movie_back.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 90px 0 100px;
}
#movie .movie__head {
  position: relative;
  text-align: center;
  margin-bottom: 56px;
}
#movie .movie__ttl {
  margin: 0 0 22px;
}
#movie .movie__ttl img {
  display: inline-block;
  width: auto;
  height: 80px;
  /* 添付の迫力 */
}
#movie .movie__desc {
  margin: 0;
  color: #111;
}
#movie {
  /* 右上の水玉（画像） */
}
#movie .movie__dots {
  position: absolute;
  right: 0;
  top: -6px;
}
#movie .movie__dots img {
  display: block;
  width: 92px;
  height: auto;
}
#movie {
  /* 動画 */
}
#movie .movie__video {
  max-width: 980px;
  margin: 0 auto;
  /* 影＋角丸（添付の雰囲気） */
  overflow: hidden;
  /* 16:9 */
  aspect-ratio: 16/9;
}
#movie .movie__video video,
#movie .movie__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#movie .movie__video:hover video,
#movie .movie__video:hover img {
  transform: scale(1.01);
  transition: transform 0.35s ease;
  opacity: 0.7;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

@media screen and (max-width: 768px) {
  #kv {
    margin-top: 0px;
    width: calc(100% - 0px);
    height: calc(80vh - 72px - 12px);
  }
  #kv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #kv .cirlce-gr .cirlce-gr-txt {
    width: 50%;
  }
  #kv .cirlce-gr .cirlce-gr-img {
    width: 17.5%;
  }
  #kv .rabbit {
    width: 16%;
  }
  #first-cta {
    padding: 24px 0;
  }
  #first-cta .btns {
    gap: 8px;
    width: 100%;
  }
  #outline {
    background-image: url(../img/top/outline_back.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 24px 0 40px;
  }
  #outline .heading-gr {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #outline .heading-gr .desc {
    margin-top: 22px;
    line-height: 2;
    color: #111;
  }
  #about {
    background: #eaf5fb;
    padding: 40px 0 40px;
  }
  #about .biglogos span:nth-of-type(1) {
    top: 130px;
    right: -23%;
    width: 65%;
  }
  #about .biglogos span:nth-of-type(2) {
    top: 800px;
    left: -23%;
    width: 68%;
  }
  #about .biglogos span:nth-of-type(3) {
    bottom: 529px;
    right: -23%;
    width: 45%;
  }
  #about .biglogos span:nth-of-type(4) {
    bottom: 0px;
    left: -23%;
    width: 68%;
  }
  #about .heading {
    text-align: center;
    margin-bottom: 28px;
  }
  #about .heading h2 {
    font-size: 2.8rem;
    padding-bottom: 8px;
  }
  #about .heading h2::after {
    width: 100%;
  }
  #about ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 85%;
  }
  #about li {
    border: 3px solid rgba(255, 255, 255, 0.95);
    border-radius: 15px;
  }
  #about li .txt-gr {
    padding: 8px 12px 8px;
    gap: 4.8px;
  }
  #about li .txt-gr::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
  }
  #about li .txt-gr {
    /* 右下の矢印っぽい表現（擬似要素で作る） */
  }
  #about li .txt-gr::before {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 1.5px solid #005BAC;
    border-bottom: 1.5px solid #005BAC;
    transform: rotate(-45deg);
    right: 20px;
    bottom: 13px;
  }
  #about li .txt-gr .eng {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 2.4px;
  }
  #about li .txt-gr h3 {
    font-size: 2.2rem;
  }
  #people-work {
    background: #eaf5fb;
    padding: 40px 0 40px;
  }
  #people-work .people-work__box {
    position: relative;
    background: #fff;
    border-radius: 19px;
    padding: 24px 16px 40px;
  }
  #people-work .people-work__deco {
    position: absolute;
    z-index: 0;
    top: 24px;
    right: 16px;
  }
  #people-work .people-work__deco img {
    display: block;
    width: 80px;
    height: auto;
  }
  #people-work {
    /* =========================
       HEAD
    ========================= */
  }
  #people-work .people-work__head {
    position: relative;
    z-index: 2;
  }
  #people-work .people-work__title {
    margin: 24px 0 24px;
  }
  #people-work .people-work__title img {
    display: inline-block;
    height: 60px;
    width: auto;
  }
  #people-work .people-work__lead {
    margin: 0;
  }
  #people-work {
    /* =========================
       SECTION TITLES
    ========================= */
  }
  #people-work .people-work__sec-ttl {
    margin: 24px 0 24px;
    gap: 8px;
  }
  #people-work .people-work__sec-ttl img {
    width: 26px;
  }
  #people-work .people-work__sec-ttl span {
    font-size: 2.4rem;
  }
  #people-work .people-work__sec-ttl--lg {
    margin-top: 24px;
  }
  #people-work .people-work__sec-ttl--lg span {
    font-size: 2.2rem;
  }
  #people-work {
    /* =========================
       DAY (2 cards)
    ========================= */
  }
  #people-work .people-work__day-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  #people-work .people-work__day-grid .day-card {
    border-radius: 8px;
    /* 添付の“ふわっとした影” */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
    /* 添付の白い縁（少し太め） */
    border: 3px solid rgba(255, 255, 255, 0.95);
  }
  #people-work .people-work__day-grid .day-card__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
  #people-work .people-work__day-grid .day-card__body {
    padding: 16px 12px;
  }
  #people-work .people-work__day-grid .day-card__label {
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
  #people-work .people-work__day-grid .day-card__title {
    font-size: 1.6rem;
  }
  #people-work .people-work__day-grid {
    /* 右下：青い四角 + 白い矢印（添付どおり） */
  }
  #people-work .people-work__day-grid .day-card__arrow {
    right: 23px;
    bottom: 16px;
    width: 15px;
    height: 15px;
    border-radius: 3px;
  }
  #people-work .people-work__day-grid .day-card__arrow::after {
    width: 5px;
    height: 5px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  #people-work {
    /* =========================
         INTERVIEW（組み直し）
      ========================= */
  }
  #people-work .people-work__interview {
    margin-top: 40px;
  }
  #people-work .people-work__interview-ttl {
    margin: 0 0 28px;
    gap: 10px;
    display: block;
  }
  #people-work .people-work__interview-ttl img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    width: 60px;
    height: auto;
    display: block;
  }
  #people-work .people-work__interview-ttl span {
    font-size: 2.8rem;
    text-align: center;
    display: block;
  }
  #people-work .people-work__note {
    margin: 0 0 40px;
  }
  #people-work .people-work__interview-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  #people-work .people-work__interview-photo {
    border-radius: 10px;
  }
  #people-work .people-work__interview-photo img {
    height: auto;
    aspect-ratio: 4/3;
    -o-object-position: top;
       object-position: top;
  }
  #people-work .people-work__interview-tag {
    top: 8px;
    left: 8px;
    font-size: 1.2rem;
    min-width: auto;
    height: 30px;
    margin-bottom: 4px;
  }
  #people-work .people-work__interview-body {
    padding: 12px;
  }
  #people-work .people-work__interview-text {
    margin: 0 0 8px;
    font-size: 1.8rem;
  }
  #people-work .people-work__interview-meta {
    font-size: 1.4rem;
  }
  #people-work {
    /* =========================
       MORE BUTTON（day-card 矢印踏襲）
    ========================= */
  }
  #people-work .people-work__btn {
    margin-top: 28px;
    text-align: center;
  }
  #people-work .people-work__more {
    gap: 18px;
    padding: 12px 18px;
    border-radius: 12px;
    font-size: 1.6rem;
  }
  #people-work .people-work__more-arrow {
    width: 18px;
    height: 18px;
    border-radius: 3px;
  }
  #people-work .people-work__more-arrow::after {
    width: 6px;
    height: 6px;
    border-right: 1.2px solid #005BAC;
    border-bottom: 1.2px solid #005BAC;
  }
  /* =========================
    環境で知る京進のしごと（NEW BOX）
    ========================= */
  #work-environment {
    margin-top: 0px;
  }
  #work-environment .work-env__box {
    border-radius: 10px;
    padding: 24px 16px 40px;
    /* 既存の白ボックスと同じ “ふわっと” */
    box-shadow: 0 18px 28px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  #work-environment .work-env__head {
    position: relative;
    z-index: 2;
    margin: 0px 0 24px;
    padding-bottom: 0;
  }
  #work-environment .work-env__ttl {
    margin: 0 0 24px;
  }
  #work-environment .work-env__ttl img {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: auto;
  }
  #work-environment .work-env__dots {
    position: absolute;
    right: 16px;
    top: 0px;
  }
  #work-environment .work-env__dots img {
    width: 56px;
  }
  #work-environment {
    /* ========== cards ========== */
  }
  #work-environment .work-env__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    align-items: start;
  }
  #work-environment .env-card__img {
    border-radius: 10px;
  }
  #work-environment .env-card__img img {
    aspect-ratio: 4/3;
  }
  #work-environment .env-card__body {
    position: relative;
    padding: 16px 0px;
  }
  #work-environment .env-card__ttl {
    margin: 0 0 8px;
    font-size: 1.6rem;
  }
  #work-environment .env-card__sub {
    font-size: 1.3rem;
  }
  #work-environment {
    /* ▼ 矢印：day-card踏襲（青□ + 白矢印） */
  }
  #work-environment .env-card__arrow {
    right: 0px;
    top: 30px;
    width: 18px;
    height: 18px;
    border-radius: 3px;
  }
  #work-environment .env-card__arrow::after {
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
  }
  #movie {
    padding: 24px 0 40px;
  }
  #movie .movie__head {
    margin-bottom: 28px;
  }
  #movie .movie__ttl {
    position: relative;
    z-index: 2;
    margin: 24px 0 16px;
  }
  #movie .movie__ttl img {
    display: inline-block;
    width: auto;
    height: auto;
    /* 添付の迫力 */
  }
  #movie {
    /* 右上の水玉（画像） */
  }
  #movie .movie__dots {
    z-index: 0;
    right: 16px;
    top: -31px;
  }
  #movie .movie__dots img {
    width: 56px;
  }
}/*# sourceMappingURL=toppage.css.map */