@charset "utf-8";
main {
  background: #e9effd;
}
/* ===================================
   大学職員とはページ — 共通背景グラデーション
   JS (page-university-staff.js) が --us-page-h と各 --us-off-* を算出
=================================== */
/* ページ専用グラデーション
   Figmaではグラデーション矩形がページより大きく、
   ページ先頭は全体の15.4%地点から開始するため、
   ~1024px以下では上20%を切り取った色で定義 */
.opening__bg,
.us-compare,
.us-roles,
.us-daily,
.us-voices,
.us-faq,
.us-staff {
  position: relative;
  overflow: hidden;
  /* 元グラデーションの上20%を切り取り、下80%を表示 */
  background-image: linear-gradient(
    180deg,
    #a8bcd3 0%,
    #5075a0 63.9%,
    #3a577e 100%
  );
  background-repeat: no-repeat;
}

/* 1024px以上では切り取りなしのフルグラデーション */
@media (min-width: 1025px) {
  .opening__bg,
  .us-compare,
  .us-roles,
  .us-daily,
  .us-voices,
  .us-faq,
  .us-staff {
    background-image: linear-gradient(
      180deg,
      #becee1 0%,
      #5075a0 71.13%,
      #3a577e 100%
    );
  }
}

/* セクション間の隙間を消してグラデーションを連続させる */
.us-compare,
.us-roles,
.us-daily,
.us-voices,
.us-faq,
.us-staff {
  margin-top: -0.2rem;
}

/* ===================================
   大学職員の声（University Staff Voices）
=================================== */
.us-voices {
  background-image: linear-gradient(
    180deg,
    #a8bcd3 0%,
    #5075a0 63.9%,
    #3a577e 100%
  );
  background-size: 100% var(--us-page-h, 8000px);
  background-position: 0 calc(-1 * var(--us-off-interview, 0px));
  padding: 12rem;
}

.us-voices__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
}

.us-voices__heading {
  width: 100%;
}

.us-voices__heading-en {
  display: block;
  font-family: var(--font-en);
  font-size: 9.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.192rem;
  background: var(--color-heading-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: color-burn;
}

.us-voices__heading-jp {
  font-family: var(--font-main);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-white);
  margin-top: -2.3rem;
}

.us-voices__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
  justify-content: center;
}

.us-voice-card {
  width: calc(50% - 1.6rem);
  background: var(--color-base);
  border-radius: 4rem 4rem 4rem 0.2rem;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}

.us-voice-card__number {
  font-family: var(--font-en);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-blue);
}

.us-voice-card__content {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
}

.us-voice-card__icon {
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
  object-fit: contain;
}

.us-voice-card__text {
  flex: 1;
  font-family: var(--font-main);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0.075rem;
  color: var(--color-blue);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* フッター背景（上20%カット版グラデーションに合わせる） */
body .footer {
  background-image: linear-gradient(
    180deg,
    #a8bcd3 0%,
    #5075a0 63.9%,
    #3a577e 100%
  );
  background-size: 100% var(--us-page-h, 8000px);
  background-position: 0 calc(-1 * var(--us-off-footer, 0px));
}

/* 1024px以上ではinterview・footerもフルグラデーション */
@media (min-width: 1025px) {
  .us-voices {
    background-image: linear-gradient(
      180deg,
      #becee1 0%,
      #5075a0 71.13%,
      #3a577e 100%
    );
  }

  body .footer {
    background-image: linear-gradient(
      180deg,
      #becee1 0%,
      #5075a0 71.13%,
      #3a577e 100%
    );
  }
}

.swiper-free-mode > .swiper-wrapper {
  padding-bottom: 8rem;
}

/* ===================================
   FV（ファーストビュー）
=================================== */

/* ===================================
   オープニング（KV + Philosophy 共通パララックス背景）
=================================== */
.opening {
  position: relative;
  overflow: clip;
}

.opening__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* sticky 背景（装飾のみ・コンテンツ背面） */
.opening__bg {
  position: sticky;
  top: 0;
  height: 100dvh;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  pointer-events: none;
  background-size: 100% var(--us-page-h, 8000px);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.opening__person.hidden {
  opacity: 0;
}

.opening__bg-blur01 {
  position: absolute;
  top: -80%;
  left: -8%;
  width: 50%;
  height: auto;
  mix-blend-mode: color-burn;
  z-index: 1;
}

.opening__bg-left {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(186deg, #546a82 5.13%, #fff 60.1%);
  mix-blend-mode: color-burn;
  z-index: 3;
}

.opening__bg-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%;
  height: 90%;
  mix-blend-mode: color-burn;
  z-index: 2;
}

.opening__bg-shape01 {
  position: absolute;
  top: -25%;
  left: -12%;
  width: 80%;
  height: auto;
  mix-blend-mode: color-burn;
  z-index: 4;
}

.opening__title {
  position: absolute;
  top: 15%;
  left: 25%;
  z-index: 5;
  width: 20vh;
}

.opening__title img {
  width: 100%;
  height: auto;
}

/* ===================================
   KV（キービジュアル）
=================================== */
.kv {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100dvh;
  overflow: clip;
}

/* KV コンテンツ */
.kv__content {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.kv__content {
  font-size: 0.694444vw !important;
}

.kv__copy {
  position: absolute;
  top: 22%;
  left: 46%;
  width: 26%;
  font-weight: 500;
  font-size: 1.3em;
  line-height: 2.4;
  letter-spacing: 0.075em;
  color: var(--color-white);
}

/* ===================================
   教員と職員の違い（Compare）
=================================== */
.us-compare {
  position: relative;
  padding: 15rem 12rem 12rem;
  background-size: 100% var(--us-page-h, 8000px);
  background-position: 0 calc(-1 * var(--us-off-compare, 0px));
  container-type: inline-size;
}

.us-compare__inner {
  position: relative;
  container-type: inline-size;
}

.us-compare__header {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4rem;
  padding-bottom: 13rem;
}
.us-compare__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -12rem;
  width: calc(100% + 24rem);
  aspect-ratio: 1547 / 295;
  background: url(../images/university-staff/obj01.webp) center / 100% 100%
    no-repeat;
  mix-blend-mode: color-burn;
  transform: translateX(var(--after-x, 0px));
}

.us-compare__heading-en {
  display: flex;
  flex-direction: column;
  font-family: var(--font-en);
  font-size: 9.6rem;
  font-weight: 400;
  line-height: 1;
  background: var(--color-heading-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: color-burn;
  text-wrap: nowrap;
}

.us-compare__heading-jp {
  font-family: var(--font-main);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-white);
  margin-top: -2.2rem;
}

.us-compare__lead {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.075rem;
  color: var(--color-white);
  flex-shrink: 0;
  position: absolute;
  left: 0;
  bottom: 7.2rem;
}

/* 比較テーブル */
.us-compare__table {
  position: relative;
  width: 100%;
  aspect-ratio: 1200 / 482;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.us-compare__table::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/university-staff/bgUs-staffTable.webp) center / 100%
    100% no-repeat;
  mix-blend-mode: color-burn;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.us-compare__table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.2%;
  background: url(../images/university-staff/bgUs-staffTableBorder.webp)
    center / 100% 100% no-repeat;
  z-index: 2;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.us-compare__table-header {
  display: grid;
  grid-template-columns: 17.5% 1fr 1fr;
  gap: 0;
  align-items: center;
  flex: 0 0 auto;
  height: 8cqw;
}

.us-compare__table-row {
  display: grid;
  grid-template-columns: 17.5% 1fr 1fr;
  align-items: center;
  gap: 0;
  flex: 1;
  position: relative;
  z-index: 2;
}

.us-compare__table-cell {
  padding: 0 1cqw 0 8cqw;
}

.us-compare__table-cell--label {
  font-family: var(--font-main);
  font-size: 2cqw;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-white);
  display: flex;
  justify-content: center;
  padding: 0;
}

.us-compare__table-cell--faculty,
.us-compare__table-cell--staff {
  font-family: var(--font-main);
  font-size: 2cqw;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-white);
  text-align: left;
  padding: 0 1cqw 0 8cqw;
}

.us-compare__cell-title {
  font-family: var(--font-main);
  font-size: 2cqw;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-white);
}

.us-compare__cell-desc {
  font-family: var(--font-sans);
  font-size: 1.08cqw;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.054cqw;
  color: var(--color-white);
  opacity: 0.8;
  margin-top: 0.33cqw;
}
.us-compare__bg {
  display: none;
}

/* ===================================
   大学職員の3つの仕事（Three Roles）
=================================== */
.us-roles {
  padding: 12rem;
  background-size: 100% var(--us-page-h, 8000px);
  background-position: 0 calc(-1 * var(--us-off-roles, 0px));
}

.us-roles__inner {
  position: relative;
}

.us-roles__header {
  position: relative;
  margin-bottom: 6rem;
}
.us-roles__obj {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color-burn;
}
.us-roles__obj img {
  width: 100%;
  height: auto;
}
.us-roles__heading-en {
  display: block;
  font-family: var(--font-en);
  font-size: 9.6rem;
  font-weight: 400;
  line-height: 1.2;
  background: var(--color-heading-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: color-burn;
}

.us-roles__heading-jp {
  margin-top: -3.2rem;
  font-family: var(--font-main);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-white);
  padding-bottom: 0.8rem;
}

.us-roles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}

.us-role-card {
  background: var(--color-base);
  border-radius: 0.4rem;
  overflow: hidden;
  padding: 2.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.us-role-card__image {
  margin: 0;
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
}

.us-role-card__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.us-role-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #617182;
  mix-blend-mode: overlay;
  border-radius: 0.4rem;
}

.us-role-card__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.us-role-card__title {
  font-family: var(--font-main);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-blue);
}

.us-role-card__desc {
  font-family: var(--font-sans);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.065rem;
  color: var(--color-blue);
}

/* ===================================
   1日の仕事（A Day's Work）
=================================== */
.us-daily {
  padding: 20rem 12rem 15rem;
  background-size: 100% var(--us-page-h, 8000px);
  background-position: 0 calc(-1 * var(--us-off-daily, 0px));
  overflow: clip;
}
.us-daily__obj {
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: color-burn;
  width: 120%;
}
.us-daily__obj img {
  width: 100%;
  height: auto;
}
.us-daily__inner {
  position: relative;
  display: flex;
  gap: 16%;
  align-items: flex-start;
}

.us-daily__header {
  width: fit-content;
  height: fit-content;
}

.us-daily__heading-en {
  display: block;
  font-family: var(--font-en);
  font-size: 9.6rem;
  font-weight: 400;
  line-height: 1;
  background: var(--color-heading-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: color-burn;
}

.us-daily__heading-jp {
  font-family: var(--font-main);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-white);
  margin-top: -2.5rem;
}

/* カードリスト */
.us-daily__cards {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.us-daily__cards::after {
  content: "";
  position: absolute;
  top: 0;
  left: -5.2rem;
  width: 0.1rem;
  height: 100%;
  background: rgba(253, 253, 254, 0.2);
}

/* 1日の仕事カード — Figma: 660x114, bg=#F4F6F6, r=4, p=32, gap=70 */
.us-daily-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7rem;
  padding: 3.2rem;
  background: var(--color-base);
  border-radius: 0.4rem;
}

.us-daily-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -5.2rem;
  width: 0.1rem;
  height: 100%;
  background: #f4f6f6;
}

.us-daily-card__time {
  flex-shrink: 0;
}

.us-daily-card__time time {
  font-family: var(--font-main);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0.085rem;
  color: var(--color-blue);
}

.us-daily-card__text {
  flex: 1;
  font-family: var(--font-main);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0.085rem;
  color: var(--color-blue);
}

/* ===================================
   よくある質問（Q&A）
=================================== */
.us-faq {
  padding: 12rem;
  background-size: 100% var(--us-page-h, 8000px);
  background-position: 0 calc(-1 * var(--us-off-faq, 0px));
}
.us-faq__obj {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color-burn;
}
.us-faq__obj img {
  width: 100%;
  height: auto;
}
.us-faq__inner {
  position: relative;
  display: flex;
  gap: 22%;
  align-items: flex-start;
}

.us-faq__header {
  flex-shrink: 0;
  width: fit-content;
}

.us-faq__heading-en {
  display: block;
  font-family: var(--font-en);
  font-size: 9.6rem;
  font-weight: 400;
  line-height: 1;
  background: var(--color-heading-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: color-burn;
}

.us-faq__heading-jp {
  font-family: var(--font-main);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-white);
  margin-top: -2rem;
}

.us-faq__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Q&A カード */
.us-faq__card {
  background: var(--color-base);
  border-radius: 0.4rem;
  overflow: hidden;
}

.us-faq__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.2rem;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.us-faq__card-header::-webkit-details-marker {
  display: none;
}

.us-faq__card-header::marker {
  display: none;
  content: "";
}

.us-faq__q-label {
  font-family: var(--font-main);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0.085rem;
  color: var(--color-blue);
  flex-shrink: 0;
  width: 4.8rem;
  padding-right: 1.2rem;
}

.us-faq__q-text {
  flex: 1;
  font-family: var(--font-main);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0.085rem;
  color: var(--color-blue);
  flex: 1;
}

.us-faq__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 3.2rem;
  border: 0.1rem solid var(--color-blue-20);
  border-radius: 0.2rem;
  flex-shrink: 0;
  transition: var(--transition-base);
}

/* +/- アイコン（横棒は常に表示、縦棒は閉じている時のみ） */
.us-faq__arrow::before,
.us-faq__arrow::after {
  content: "";
  position: absolute;
  background: var(--color-blue);
  transition: var(--transition-base);
}

/* 横棒（-） */
.us-faq__arrow::before {
  width: 1.7rem;
  height: 0.1rem;
}

/* 縦棒（|）→ + になる */
.us-faq__arrow::after {
  width: 0.1rem;
  height: 1.7rem;
}

/* 開いている時: 縦棒を消して - に */
.us-faq__card[open] .us-faq__arrow::after {
  transform: rotate(90deg);
  opacity: 0;
}

/* ホバーのみ: 背景反転、線を白に */
.us-faq__card:hover .us-faq__arrow {
  background: var(--color-blue);
  border-color: var(--color-blue);
}

.us-faq__card:hover .us-faq__arrow::before,
.us-faq__card:hover .us-faq__arrow::after {
  background: var(--color-base);
}

.us-faq__card-body {
  padding: 0 3.2rem 3.2rem;
  margin-top: -1rem;
}

.us-faq__answer {
  display: flex;
}

.us-faq__a-label {
  font-family: var(--font-main);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  color: var(--color-blue);
  flex-shrink: 0;
  width: 4.8rem;
  text-align: end;
  padding-right: 2.2rem;
}

.us-faq__a-text {
  font-family: var(--font-main);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.075rem;
  color: var(--color-blue);
}

/* ===================================
   慶應義塾の職員像（staff）
=================================== */
.us-staff {
  display: flex;
  align-items: center;
  background-size: 100% var(--us-page-h, 8000px);
  background-position: 0 calc(-1 * var(--us-off-staff, 0px));
  container-type: inline-size;
  container-name: us-staff;
  overflow: clip;
}
.us-staff__obj {
  position: absolute;
  top: -24cqw;
  left: -12cqw;
  width: 87cqw;
  mix-blend-mode: color-burn;
}
.us-staff__obj img {
  width: 100%;
  height: auto;
}
.us-staff__inner {
  padding: 11.2cqw 12rem 9.6cqw;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.us-staff__title-area {
  flex-shrink: 0;
  margin-top: -10%;
}

.us-staff__title-group {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.6cqw;
}

.us-staff__title {
  font-family: var(--font-main);
  font-size: 4cqw;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 1.2cqw;
  color: var(--color-white);
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  gap: 1.3cqw;
}
.us-staff__title span:nth-child(2) {
  text-align: right;
  margin-top: 18cqw;
}
.us-staff__title-en {
  font-family: var(--font-en);
  font-size: 1.1cqw;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.34cqw;
  color: var(--color-white);
  writing-mode: sideways-lr;
  transform: rotate(180deg);
}

.us-staff__text-area {
  flex-shrink: 0;
  width: fit-content;
}

.us-staff__text {
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 1cqw;
  line-height: 2.4;
  letter-spacing: 0.06cqw;
  color: var(--color-white);
  margin-bottom: 3.2cqw;
}

.us-staff__image {
  width: 28%;
  flex-shrink: 0;
  margin: 0;
}

.us-staff__image img {
  width: 100%;
  height: auto;
  border-radius: 0.32cqw;
  object-fit: cover;
}
.us-staff .link-btn {
  gap: 3.8cqw;
  padding: 1.2cqw 1.4cqw;
  border-radius: 0.32cqw;
  font-size: 1.1cqw;
  letter-spacing: 0.045cqw;
}
.us-staff .link-btn .arrow-icon {
  width: 1.6cqw;
  height: 0.4cqw;
}
/* 横長すぎデバイス用（21:9以上） */
@media (min-aspect-ratio: 21/9) {
  .kv {
    overflow: visible;
    height: 105dvh;
  }
  .kv__copy {
    top: 16%;
  }
  .opening__bg-shape01 {
    position: absolute;
    top: -53%;
    left: -12%;
    width: 80%;
    height: auto;
    mix-blend-mode: color-burn;
    z-index: 4;
  }
  .us-compare {
    padding: 35rem 12rem 12rem;
  }
}
@media (max-width: 1200px) {
  .us-compare {
    padding: 12rem 4rem;
  }

  .us-roles {
    padding: 12rem 4rem;
  }

  .us-daily {
    padding: 15rem 4rem 10rem;
  }

  .us-voices {
    padding: 12rem 4rem;
  }

  .us-faq {
    padding: 12rem 4rem;
  }
  .us-staff__inner {
    padding: 11.2cqw 4rem 9.6cqw;
  }
}

/* ===================================
   レスポンシブ（タブレット: ~1024px）
=================================== */
@media (max-width: 1024px) {
  .swiper-free-mode > .swiper-wrapper {
    padding-bottom: 6rem;
  }

  .us-fv,
  .us-compare,
  .us-roles,
  .us-daily,
  .us-voices,
  .us-faq {
    padding: 8rem 4rem;
  }
  .opening__title {
    width: 27%;
    top: 14%;
    left: 11%;
  }
  .opening__bg-left {
    display: none;
  }
  .opening__bg-right {
    right: 0;
    width: 52%;
    height: 100%;
  }
  .opening__bg-shape01 {
    left: -66%;
    width: 178%;
  }
  .kv {
    padding-top: 100dvh;
    overflow: visible;
    height: auto;
  }
  .kv__content {
    padding: 10rem 4rem;
  }
  .kv__copy {
    position: inherit;
    top: inherit;
    left: inherit;
    font-size: 2.5rem;
    max-width: 100%;
    width: 100%;
  }

  .us-voices {
    padding: 8rem 4rem;
  }

  .us-fv {
    min-height: auto;
  }

  .us-fv__inner {
    flex-direction: column;
    gap: 4rem;
  }

  .us-fv__text-area {
    padding-top: 0;
    min-height: auto;
  }

  .us-roles__grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .us-roles__heading-en {
    font-size: 6rem;
  }

  .us-daily__inner {
    flex-direction: column;
    gap: 4rem;
  }

  .us-daily__header {
    width: 100%;
  }

  .us-daily__heading-en {
    font-size: 6rem;
  }

  .us-daily-card {
    gap: 3rem;
  }

  .us-faq__inner {
    flex-direction: column;
    gap: 4rem;
  }

  .us-faq__header {
    width: 100%;
  }

  .us-faq__list {
    width: 100%;
  }

  .us-faq__heading-en {
    font-size: 6rem;
  }
}
@media (max-width: 880px) {
  .us-compare__heading-en {
    font-size: 5.2rem;
  }
}
/* ===================================
レスポンシブ（SP: ~750px）
=================================== */
@media (max-width: 750px) {
  /* SP: opening / compare はベタ塗り */
  .opening__bg,
  .us-compare {
    background-image: none;
    background-color: #99b7d6;
    background-size: auto;
    background-position: 0 0;
  }
  /* SP: us-roles〜footer は連続グラデーション（JSでオフセット計算） */
  .us-roles,
  .us-daily,
  .us-voices,
  .us-faq,
  .us-staff,
  body .footer {
    background-image: linear-gradient(
      180deg,
      #99b7d6 0%,
      #5075a0 50%,
      #3a577e 100%
    );
  }

  .swiper-free-mode > .swiper-wrapper {
    padding-bottom: 4rem;
  }

  .us-fv,
  .us-roles,
  .us-daily,
  .us-voices,
  .us-faq {
    padding: 6rem 3rem;
  }
 .opening__bg-shape01 {
    top: -23%;
    left: -135%;
    width: 253%;
  }
  .opening__title {
    width: 30%;
    top: 18%;
    left: 11%;
  }
  .kv__copy {
    font-size: 1.5rem;
  }
  .us-voices {
    padding: 10rem 3rem 6rem;
  }

  .us-voices__heading-en {
    font-size: 6.2rem;
  }

  .us-voices__heading-jp {
    font-size: 2.4rem;
    margin-top: -2rem;
  }

  .us-voices__inner {
    gap: 4rem;
  }

  .us-voice-card {
    width: 100%;
    padding: 2.4rem;
    gap: 3.2rem;
    border-radius: 2rem 2rem 2rem 0.2rem;
  }

  /* -- Staff SP -- */
  .us-staff {
    container-type: normal;
  }
  .us-staff__obj {
    width: 120%;
    top: -10%;
    left: 0;
  }
  .us-staff__inner {
    padding: 6rem 3rem 2rem;
    flex-direction: column;
    gap: 6rem;
  }

  .us-staff__title-area {
    margin-top: 0;
    order: 1;
    padding-left: 2rem;
  }

  .us-staff__text-area {
    order: 2;
  }

  .us-staff__image {
    order: 3;
    position: relative;
    width: calc(100% + 6rem);
    left: -3rem;
  }

  .us-staff__title-group {
    gap: 1.2rem;
  }

  .us-staff__title {
    font-size: 5rem;
    letter-spacing: 1.4rem;
    gap: 1rem;
  }

  .us-staff__title span:nth-child(2) {
    margin-top: 23rem;
  }

  .us-staff__title-en {
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
  }

  .us-staff__content {
    flex-direction: column;
    gap: 3rem;
  }

  .us-staff__text {
    font-size: 1.5rem;
    line-height: 2.2;
    letter-spacing: 0.075rem;
    margin-bottom: 3.2rem;
  }

  .us-staff .link-btn {
    gap: 2.4rem;
    padding: 1.6rem 2.2rem;
    border-radius: 0.4rem;
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
    width: fit-content;
    justify-content: space-between;
  }

  .us-staff .link-btn .arrow-icon {
    width: 1.6rem;
    height: 0.4rem;
  }

  .us-fv__title-main,
  .us-fv__title-sub {
    font-size: 5.6rem;
  }

  .us-fv__title-period {
    font-size: 6.4rem;
  }

  .us-fv__text {
    font-size: 1.4rem;
    line-height: 2.2;
  }
  .us-compare {
    padding: 6rem 1rem;
    position: relative;
  }
  .us-compare__header {
    padding-bottom: 15rem;
  }
  .us-compare__header::after {
    top: 0;
    right: -1rem;
    width: 120%;
    aspect-ratio: inherit;
    height: 300%;
    background: url(../images/university-staff/obj01Sp.webp) center / 100% 100%
      no-repeat;
  }
  .us-compare__heading {
    padding: 0 3rem;
  }
  .us-compare__heading-en {
    font-size: 5.8rem;
    line-height: 0.9;
  }

  .us-compare__heading-jp {
    font-size: 2.4rem;
    margin-top: -1.2rem;
  }
  .us-compare__lead {
    bottom: 0;
    padding: 0 3rem;
  }
  .us-compare__heading-en > span {
    display: block;
  }
  .us-compare__heading-en > span:nth-child(2) {
    margin-top: -1.8rem;
  }
  .compare__table-wrapper {
    margin-top: 6rem;
    position: relative;
    width: calc(100% + 2rem);
    left: -1rem;
    padding: 0 1rem;
    overflow-x: auto;
  }
  .us-compare__table {
    width: 59.5rem;
    aspect-ratio: 595 / 713;
  }
  .us-compare__table::before {
    display: none;
  }
  .us-compare__table::after {
    width: 100%;
    background: url(../images/university-staff/bgUs-staffTableSp.webp) center /
      100% 100% no-repeat;
    mix-blend-mode: normal;
  }
  .us-compare__table-header {
    height: 17cqw;
    grid-template-columns: 11% 1fr 1fr;
  }
  .us-compare__table-row {
    grid-template-columns: 11% 1fr 1fr;
  }
  .us-compare__table-cell:not(.us-compare__table-cell--label):not(
      .us-compare__table-cell--faculty
    ):not(.us-compare__table-cell--staff) {
    padding: 0 8cqw 0 16cqw;
  }
  .us-compare__table-cell--label {
    font-size: 7cqw;
    writing-mode: vertical-rl;
    line-height: 2.7;
    letter-spacing: 2cqw;
  }
  .us-compare__table-cell--faculty,
  .us-compare__table-cell--staff {
    padding: 0 0 0 16cqw;
    font-size: 7cqw;
    z-index: 2;
  }
  .us-compare__cell-title {
    font-size: 6.5cqw;
    line-height: 1.5;
  }
  .us-compare__cell-desc {
    margin-top: 2.4cqw;
    font-size: 4cqw;
    letter-spacing: 0.36cqw;
  }
  .db-sp-01,
  .db-sp-02 {
    display: block;
  }
  .db-sp-01 {
    text-align: end;
    padding-right: 3rem;
  }
  .db-sp-02 {
    padding-left: 3rem;
  }

  .us-roles__header {
    flex-direction: column;
    gap: 1.2rem;
  }
  .us-roles__obj {
    width: 503%;
    top: 3%;
    left: -104%;
    opacity: 0.7;
  }
  .us-role-card {
    padding: 2rem;
    gap: 1.5rem;
  }
  .us-roles__heading-en {
    font-size: 6.4rem;
  }
  .us-roles__heading-jp {
    font-size: 2.4rem;
    margin-top: -2.2rem;
  }

  .us-role-card__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .us-daily__obj {
    position: absolute;
    top: 9rem;
    right: -40%;
    width: 400%;
    mix-blend-mode: color-burn;
    opacity: 0.6;
  }
  .us-daily__heading-en {
    font-size: 6.4rem;
  }

  .us-daily__heading-jp {
    font-size: 2.4rem;
    margin-top: -1.8rem;
  }
  .us-daily__cards {
    padding-left: 2.4rem;
  }
  .us-daily__cards::after {
    left: 0;
  }
  .us-daily-card {
    flex-direction: column;
    gap: 1.3rem;
    align-items: flex-start;
  }
  .us-daily-card::after {
    left: -2.4rem;
  }
  .us-daily-card__arrow {
    align-self: flex-end;
  }
  .us-daily-card__text {
    font-size: 1.5rem;
  }
  .us-faq__obj {
    width: 220%;
  }
  .us-faq__heading-en {
    font-size: 4.8rem;
  }

  .us-faq__heading-jp {
    font-size: 2.4rem;
  }

  .us-faq__card-header {
    padding: 2.4rem;
    gap: 0 2rem;
    flex-wrap: wrap;
  }

  .us-faq__q-label,
  .us-faq__q-text {
    font-size: 1.5rem;
    letter-spacing: 0.075rem;
  }

  .us-faq__q-label {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0.4rem;
  }

  .us-faq__answer {
    flex-direction: column;
  }

  .us-faq__a-label {
    width: 100%;
    padding-right: 0;
    text-align: left;
  }

  .us-faq__a-text {
    font-size: 1.3rem;
    letter-spacing: 0.065rem;
  }

  .us-faq__card-body {
    padding: 0 2.4rem 2.4rem;
  }
}
