/* ========================================
  newgrad.css  ―  新卒採用ページ
======================================== */

:root {
  --content-width: 1260px;
}

.sp-only { display: none; }
.pc-only { display: inline; }
.wide-only { display: inline; }

@media (max-width: 1099px) {
  .wide-only { display: none; }
}
.fs-s  { font-size: 16px; margin: 0; }
.fs-m  { font-size: 24px; margin: 0; }
.fs-l  { font-size: 36px; margin: 0; line-height: 1.2; }
.c-blue { color: #1156a4; }
.c-dark { color: #101010; }
.mt-half { margin-top: 10px !important; }

@media (max-width: 767px) {
  .sp-only { display: inline; }
  .pc-only { display: none; }
}

.page-sub .site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
}

.page-sub {
  --top-frame-left: calc(50% - 720px);
  --site-header-offset: 64px;
  overflow-x: hidden;
}

.page-sub .page-top__canvas {
  overflow: visible;
  padding-top: var(--site-header-offset);
}

@media (max-width: 1279px) {
  .page-sub {
    --site-header-offset: 56px;
  }
}

@media (max-width: 800px) {
  .page-sub {
    --site-header-offset: 80px;
  }
}

/* ----------------------------------------
  MV
---------------------------------------- */

.page-mv {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: auto;
  aspect-ratio: 1440 / 400;
  background-image: url('../img/mv_newgrad.jpg');
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}

.page-mv__body {
  --mv-title-size: 100px;
  position: absolute;
  bottom: 36px;
  left: max(50px, calc(50% - var(--content-width) / 2 + 50px));
}

.page-mv__title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: var(--mv-title-size);
  font-weight: 700;
  color: #1156a4;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.02em;
}

.page-mv__title-en {
  display: block;
  font-family: 'Futura', 'Trebuchet MS', 'Century Gothic', sans-serif;
  font-size: clamp(18px, 3vw, 39px);
  font-weight: 700;
  color: #bacce1;
  line-height: 1;
  margin-top: clamp(2px, 0.5vw, 6px);
  margin-left: clamp(0px, 5vw, 63px);
  letter-spacing: -1px;
}

@media (max-width: 1279px) {
  .page-mv {
    height: auto;
  }
  .page-mv__body {
    --mv-title-size: 84px;
  }
}

@media (max-width: 1023px) {
  .page-mv {
    height: auto;
  }
  .page-mv__body {
    --mv-title-size: 68px;
    bottom: 28px;
    left: max(40px, calc(50% - var(--content-width) / 2 + 40px));
  }
}

@media (max-width: 767px) {
  .page-mv {
    height: auto;
  }
  .page-mv__body {
    --mv-title-size: clamp(34px, 8vw, 52px);
    bottom: 24px;
    left: max(24px, calc(50% - var(--content-width) / 2 + 24px));
  }
}

@media (max-width: 479px) {
  .page-mv {
    height: auto;
  }
  .page-mv__body {
    --mv-title-size: clamp(26px, 8vw, 38px);
    bottom: 20px;
    left: max(20px, calc(50% - var(--content-width) / 2 + 20px));
  }
}

.page-mv--training {
  background-image: url('../img/mv_training.jpg');
}

.page-mv--training .page-mv__title {
  color: #339EF1;
}

.page-mv--training .page-mv__title-en {
  color: #BACCE1;
}

/* ----------------------------------------
  policy_student 
---------------------------------------- */

.policy-student {
  position: relative;
  z-index: 1;
  width: 100%;
  background: url('../img/policy_student_bg.jpg') center bottom / cover no-repeat;
  padding: 100px 0 120px;
  margin-bottom: -80px;
  text-align: center;
  overflow: visible;
}

.policy-student__petal {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.policy-student__petal--bottom {
  bottom: -250px;
  left: -200px;
  width: 500px;
  height: auto;
}

.policy-student__petal--top {
  top: -40px;
  right: -200px;
  width: 480px;
  height: auto;
}

.policy-student__inner {
  max-width: min(var(--content-width), calc(100% - 48px));
  margin: 0 auto;
}

.policy-student h2 {
  font-family: 'Noto Sans JP', sans-serif; 
  font-size: 100px;
  font-weight: 900;
  line-height: 120px;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 60px;
}

.policy-student p {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  margin: 16px 0 0;
  line-height: 52px;
  letter-spacing: 0;
}

.policy-student p:first-of-type {
  margin-top: 0;
}

.policy-student__image {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 444px;
  margin: clamp(32px, 6vw, 80px) auto 0;
}

.policy-student__image img {
  display: block;
  width: 100%;
  height: auto;
}

.policy-student__bottom {
  position: relative;
  z-index: 2;
  padding: clamp(24px, 3vw, 33px) 0 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.policy-student__bottom::before,
.policy-student__bottom::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 58px;
  background: #fff;
  flex-shrink: 0;
}

.policy-student__bottom::before {
  transform: rotate(-30deg);
}

.policy-student__bottom::after {
  transform: rotate(30deg);
}

@media (max-width: 1023px) {
  .policy-student h2 {
    font-size: 72px;
    line-height: 90px;
    margin-bottom: 48px;
  }
  .policy-student p {
    font-size: 30px;
    line-height: 46px;
  }
  .policy-student__image {
    max-width: 380px;
  }
  .policy-student__bottom {
    font-size: 36px;
    gap: 14px;
    padding: 48px 0 0;
  }
  .policy-student__bottom::before,
  .policy-student__bottom::after {
    height: 48px;
  }
  .policy-student__petal--bottom {
    width: 350px;
    bottom: -180px;
    left: -140px;
  }
  .policy-student__petal--top {
    width: 340px;
    right: -140px;
  }
}

@media (max-width: 767px) {
  .policy-student {
    padding: 64px 0 80px;
    margin-bottom: -40px;
  }
  .policy-student h2 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 40px;
  }
  .policy-student p {
    font-size: 28px;
    line-height: 42px;
  }
  .policy-student__bottom {
    font-size: 26px;
    gap: 12px;
    padding: 33px 0 0;
  }
  .policy-student__bottom::before,
  .policy-student__bottom::after {
    height: 36px;
    align-self: flex-end;
  }
  .policy-student__image {
    max-width: 300px;
  }
  .policy-student__petal--bottom {
    width: 250px;
    bottom: -120px;
    left: -100px;
  }
  .policy-student__petal--top {
    width: 240px;
    right: -100px;
    top: -20px;
  }
}

@media (max-width: 479px) {
  .policy-student {
    padding: 48px 0 64px;
    margin-bottom: -20px;
  }
  .policy-student h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 32px;
  }
  .policy-student p {
    font-size: 22px;
    line-height: 34px;
  }
  .policy-student__bottom {
    font-size: 22px;
    padding: 24px 0 0;
    gap: 10px;
  }
  .policy-student__bottom::before,
  .policy-student__bottom::after {
    height: 28px;
    align-self: flex-end;
  }
  .policy-student__image {
    max-width: 240px;
  }
  .policy-student__petal--bottom {
    width: 180px;
    bottom: -80px;
    left: -70px;
  }
  .policy-student__petal--top {
    width: 170px;
    right: -70px;
    top: -10px;
  }
}

/* ----------------------------------------
  policy_staff 
---------------------------------------- */

.policy-staff {
  position: relative;
  z-index: 0;
  padding: 180px 0 130px;
  background: #e3ecf8;
  text-align: center;
}

.policy-staff__inner {
  max-width: min(var(--content-width), calc(100% - 48px));
  margin: 0 auto;
}

.policy-staff__title {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 120px;
  color: var(--blue);
  margin: 0 0 40px;
}

.policy-staff__subtitle {
  grid-column: 1 / -1;
  justify-self: center;
  width: fit-content;
  font-size: 36px;
  font-weight: 700;
  color: #1156a4;
  margin: 0 0 48px;
}

.policy-staff__subtitle::after {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  margin-top: -2px;
  background: var(--yellow);
}

.policy-staff__lead {
  grid-column: 1 / -1;
  font-size: 36px;
  font-weight: 700;
  color: var(--text);
  margin: 0;
  text-align: left;
}

.policy-staff__lead::before {
  content: '';
  display: inline-block;
  width: 140px;
  height: 46px;
  margin-right: -12px;
  margin-left: -30px;
  vertical-align: middle;
  background: url('../img/icon_arrows.svg') no-repeat center / contain;
}

.policy-staff__lead--no-arrow::before {
  display: none;
}

.policy-staff__desc {
  grid-column: 1 / -1;
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.8;
  margin: -34px 0 0;
  text-align: left !important;
}

.policy-staff__grid {
  display: grid;
  grid-template-columns: repeat(2, 465px);
  gap: 40px;
  margin-top: 0;
  margin-bottom: 170px;
  justify-content: center;
}

.policy-staff__grid:last-child {
  margin-bottom: 0;
}

.staff-card {
  position: relative;
  width: 465px;
  background: #F2F2F2;
  border-radius: 16px;
  padding: 42px 32px 32px;
  margin-top: 60px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.staff-card__header {
  position: absolute;
  top: -48px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.staff-card__bar {
  width: 8px;
  height: 28px;
  background: var(--blue);
  flex-shrink: 0;
}

.staff-card__name {
  font-size: 28px;
  font-weight: 700;
  color: var(--blue);
  margin: 0;
}

.staff-card__image {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 24px;
}

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

.staff-card__data {
  display: block;
  width: 100%;
  height: auto;
}

.staff-card__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.staff-card__row--border {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 2px dotted #ccc;
}

.staff-card__row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.staff-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.staff-card__badge--blue {
  background: var(--blue);
}

.staff-card__badge--red {
  background: #e63550;
}

.staff-card__badge--outline {
  background: #fff;
  color: var(--blue);
  border: 2px solid var(--blue);
}

.staff-card__number {
  font-family: 'Montserrat', sans-serif;
  font-size: 80px;
  font-weight: 900;
  color: var(--text);
  line-height: 1;
}

.staff-card__number--red {
  color: #e63550;
}

.staff-card__unit {
  font-size: 24px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
}

/* ----------------------------------------
  インセンティブ ボックス
---------------------------------------- */

.incentive {
  grid-column: 1 / -1;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

.incentive__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.incentive__bar {
  width: 8px;
  height: 28px;
  background: var(--blue);
  flex-shrink: 0;
}

.incentive__title {
  font-size: 28px;
  font-weight: 700;
  color: var(--blue);
  margin: 0;
}

.incentive__box {
  background: #fff;
  border-radius: 16px;
  padding: 48px 56px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.incentive__data {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 16px;
  padding: 40px 48px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.incentive__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.incentive__label {
  font-size: 24px;
  font-weight: 500;
  color: var(--text);
  margin: 0;
  line-height: 1.4;
}

.incentive__value {
  font-size: 24px;
  font-weight: 700;
  color: var(--text);
  margin: 0;
  text-align: right;
  flex-shrink: 0;
}

.incentive__num {
  font-family: 'Montserrat', sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
}

.incentive__num--red {
  color: #e63550;
}

.incentive__num--small {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: var(--text);
}

.incentive__em {
  font-size: 48px;
  font-weight: 900;
  color: var(--text);
}

.incentive__unit {
  font-size: 28px;
  font-weight: 700;
  color: var(--text);
}

@media (max-width: 1023px) {
  .incentive {
    max-width: 100%;
  }
  .incentive__num {
    font-size: 56px;
  }
  .incentive__em {
    font-size: 36px;
  }
  .incentive__num--small {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .incentive__box {
    padding: 32px 28px;
  }
  .incentive__num {
    font-size: 48px;
  }
  .incentive__num--small {
    font-size: 24px;
  }
  .incentive__em {
    font-size: 32px;
  }
  .incentive__label {
    font-size: 20px;
  }
  .incentive__unit {
    font-size: 22px;
  }
}

@media (max-width: 479px) {
  .incentive__box {
    padding: 24px 20px;
  }
  .incentive__num {
    font-size: 36px;
  }
  .incentive__num--small {
    font-size: 20px;
  }
  .incentive__em {
    font-size: 26px;
  }
  .incentive__label {
    font-size: 16px;
  }
  .incentive__unit {
    font-size: 18px;
  }
}

/* ----------------------------------------
  働きやすい環境
---------------------------------------- */

.welfare {
  margin-top: clamp(40px, 10vw, 150px);
}

.welfare__lead {
  grid-column: 1 / -1;
  font-size: 16px;
  font-weight: 500;
  color: #101010;
  line-height: 1.8;
  margin: clamp(-48px, -3vw, 0px) 0 0;
}

.welfare__grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: -30px;
  margin-bottom: -30px;
  width: min(1260px, calc(100vw - 48px));
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.welfare__grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 389 / 226;
  object-fit: cover;
  border-radius: 20px;
}

.welfare__note {
  grid-column: 1 / -1;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  margin: 4px 0 0;
  text-align: right;
  width: min(1260px, calc(100vw - 48px));
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1023px) {
  .welfare__lead {
    font-size: 16px;
    margin: -20px 0 0;
  }
  .welfare__grid {
    margin-top: -10px;
    margin-bottom: -10px;
  }
}

@media (max-width: 767px) {
  .welfare__lead {
    font-size: 14px;
    margin: -20px 0 0;
  }
  .welfare__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 16px;
    margin-bottom: -10px;
  }
}

@media (max-width: 479px) {
  .welfare__lead {
    font-size: 14px;
    margin: 0;
  }
  .welfare__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 16px;
    margin-bottom: -10px;
  }
}


@media (max-width: 1023px) {
  .policy-staff__subtitle {
    font-size: 28px;
  }
  .policy-staff__title {
    font-size: 72px;
    line-height: 90px;
  }
  .policy-staff__grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 100px;
  }
  .staff-card {
    width: 100%;
  }
  .staff-card__number {
    font-size: 60px;
  }
  .policy-staff__lead {
    font-size: 28px;
  }
  .policy-staff__lead::before {
    width: 100px;
    height: 34px;
  }
}

@media (max-width: 767px) {
  .policy-staff {
    padding: 80px 0 64px;
  }
  .policy-staff__title {
    font-size: 48px;
    line-height: 60px;
  }
  .policy-staff__subtitle {
    font-size: 26px;
    margin-bottom: 32px;
  }
  .policy-staff__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 60px;
  }
  .staff-card {
    width: 100%;
    margin: 40px auto 0;
  }
  .staff-card__name {
    font-size: 24px;
  }
  .staff-card__number {
    font-size: 56px;
  }
  .staff-card__unit {
    font-size: 20px;
  }
  .policy-staff__lead {
    font-size: 24px;
  }
  .policy-staff__lead::before {
    width: 70px;
    height: 24px;
    margin-left: -12px;
  }
  .policy-staff__desc {
    margin: -10px 0 0;
  }
  .staff-card__data {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 479px) {
  .policy-staff {
    padding: 60px 0 48px;
  }
  .policy-staff__title {
    font-size: 36px;
    line-height: 46px;
  }
  .policy-staff__subtitle {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .policy-staff__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 60px;
  }
  .staff-card {
    padding: 24px;
    width: 100%;
    max-width: 400px;
    margin: 40px auto 0;
  }
  .staff-card__name {
    font-size: 22px;
  }
  .staff-card__number {
    font-size: 48px;
  }
  .staff-card__unit {
    font-size: 18px;
  }
  .staff-card__badge {
    min-width: 72px;
    height: 36px;
    font-size: 14px;
    padding: 0 12px;
  }
  .policy-staff__lead {
    font-size: 16px;
  }
  .policy-staff__lead::before {
    width: 48px;
    height: 18px;
    margin-left: -6px;
    margin-right: -6px;
  }
  .policy-staff__desc {
    margin: 0;
    font-size: 14px;
  }
  .incentive__title {
    font-size: 20px;
  }
}

/* ----------------------------------------
  研修制度 
---------------------------------------- */

.training {
  position: relative;
  z-index: 0;
  padding: 100px 0 0;
  margin-bottom: 148px;
  background: #fff;
}

.training .policy-staff__subtitle {
  display: block;
  width: fit-content;
  grid-column: unset;
  justify-self: start;
  margin: -15px 0 30px 0;
}

.training__inner {
  max-width: min(var(--content-width), calc(100% - 48px));
  margin: 0 auto;
}

.training__top {
  display: flex;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  gap: 100px;
}

.training__photo {
  flex: 1;
  max-width: 565px;
  margin-left: 70px;
  border-radius: 16px;
  overflow: hidden;
}

.training__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 565 / 400;
  object-fit: cover;
}

.training__content {
  flex: 0 0 385px;
  min-width: 0;
}

.training__heading {
  font-size: 36px;
  font-weight: 900;
  color: #101010;
  line-height: 1.3;
  margin: 0;
}

.training__list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.training__list li {
  font-size: 20px;
  font-weight: 700;
  color: #339EF1;
  line-height: 1.8;
}

.training__text {
  font-size: 16px;
  font-weight: 500;
  color: #101010;
  line-height: 1.5;
  margin: 24px 0 0;
}

.training__catch {
  font-size: 24px;
  font-weight: 700;
  color: #1156A4;
  line-height: 1.4;
  margin: 24px 0 0;
}

.training__bottom {
  position: relative;
  margin-top: clamp(32px, 12vw, 180px);
  background: #BACCE1;
  border-radius: 16px;
  width: 100%;
  max-width: 1128px;
  min-height: clamp(100px, 13vw, 177px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding: 0 3%;
  overflow: visible;
}

.training__point {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.2vw, 16px);
  width: 60%;
  position: relative;
  z-index: 1;
}

.training__point-icon {
  width: clamp(32px, 6vw, 82px);
  height: clamp(32px, 6vw, 82px);
  flex-shrink: 0;
}

.training__point-box {
  flex: 1;
  border: none;
  border-radius: 12px;
  padding: 0;
  background: transparent;
}

.training__point-text {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 700;
  color: #1156A4;
  line-height: 1.6;
  margin: 0;
}

.training__bottom-photo {
  position: absolute;
  right: -5%;
  bottom: 0;
  width: 48%;
  max-width: 700px;
}

.training__bottom-photo img {
  display: block;
  width: 100%;
  height: auto;
}

/* レスポンシブ */
@media (max-width: 1023px) {
  .training {
    margin-bottom: 80px;
  }
  .training .policy-staff__subtitle {
    margin: 0 0 24px 0;
  }
  .training__top {
    gap: 40px;
  }
  .training__photo {
    flex: 1;
    margin-left: 24px;
  }
  .training__content {
    flex: 0 0 300px;
  }
  .training__heading {
    font-size: 28px;
  }
  .training__catch {
    font-size: 20px;
  }
  .training__text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .training {
    padding: 64px 0 0;
    margin-bottom: 60px;
  }
  .training .policy-staff__subtitle {
    margin: 0 0 20px 0;
  }
  .training__top {
    flex-direction: column;
    gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }
  .training__photo {
    flex: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .training__photo img {
    width: 100%;
    height: auto;
    aspect-ratio: 565 / 400;
  }
  .training__content {
    flex: none;
    width: 100%;
  }
  .training__heading {
    font-size: 24px;
  }
  .training__catch {
    font-size: 18px;
  }
  .training__list li {
    font-size: 16px;
  }
  .training__text {
    font-size: 14px;
  }
  .training__point-text {
    font-size: clamp(12px, 2vw, 14px);
  }
}@media (max-width: 479px) {
  .training {
    padding: 48px 0 0;
    margin-bottom: 40px;
  }
  .training .policy-staff__subtitle {
    font-size: 24px;
    margin: 0 0 16px 0;
  }
  .training__heading {
    font-size: 22px;
  }
  .training__catch {
    font-size: 16px;
  }
  .training__list li {
    font-size: 14px;
  }
  .training__text {
    font-size: 13px;
  }
  .training__bottom {
    flex-direction: column;
    align-items: center;
    padding: 22px 12px 0;
    overflow: hidden;
  }
  .training__point {
    width: 100%;
  }
  .training__point-text {
    font-size: 14px;
  }
  .training__point-icon {
    width: 40px;
    height: 40px;
  }
  .training__bottom-photo {
    position: relative;
    right: auto;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    margin: 6px 0 0;
  }
}
/* ----------------------------------------
  研修期間
---------------------------------------- */

.training-period {
  text-align: center;
  padding: 56px 0;
}

.training-period__catch {
  font-size: 20px;
  font-weight: 500;
  color: #101010;
  margin: 0;
  text-wrap: balance;
}

.training-period__catch .sp-only {
  margin-right: 0.5em;
}

.training-period__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 630px;
  max-width: 100%;
  height: 54px;
  background: #F5E50B;
  border-radius: 999px;
  font-size: 24px;
  font-weight: 900;
  color: #1156A4;
  margin: 16px 0 0;
}

.training-period__note {
  font-size: 20px;
  font-weight: 500;
  color: #101010;
  margin: 16px 0 0;
}

@media (max-width: 1023px) {
  .training-period {
    padding: 48px 0;
  }
  .training-period__catch {
    font-size: 18px;
  }
  .training-period__badge {
    font-size: 22px;
    height: 50px;
  }
  .training-period__note {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .training-period {
    padding: 40px 0;
  }
  .training-period__catch {
    font-size: 16px;
  }
  .training-period__badge {
    font-size: 20px;
    height: 48px;
  }
  .training-period__note {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .training-period {
    padding: 32px 0;
  }
  .training-period__catch {
    font-size: 15px;
  }
  .training-period__badge {
    font-size: 18px;
    height: 44px;
  }
  .training-period__note {
    font-size: 15px;
  }
}
/* ----------------------------------------
  研修スケジュール
---------------------------------------- */

.training-schedule {
  padding: 0 0 0;
}

.training-schedule__inner {
  max-width: min(var(--content-width), calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 0;
}

.schedule-col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.schedule-col__header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  background: #339EF1;
  border-radius: 12px 12px 0 0;
  font-size: 36px;
  font-weight: 900;
  color: #fff;
}

.schedule-col__week {
  font-family: 'Futura', 'Trebuchet MS', 'Century Gothic', sans-serif;
  font-size: 50px;
  font-weight: 700;
  margin: 0 4px;
  line-height: 66px;
}

.schedule-col__body {
  background: #E3ECF8;
  border-radius: 0 0 12px 12px;
  margin-top: 0;
  padding: 24px 20px;
  min-height: 280px;
  flex: 1;
}

.schedule-col__body p {
  font-size: 16px;
  font-weight: 500;
  color: #101010;
  line-height: 1.6;
  margin: 0;
  padding: 12px 0 12px 20px;
  border-bottom: 2px dotted #c0c8d4;
}

.schedule-col__body p:first-child {
  padding-top: 0;
}

.schedule-col__body p:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.schedule-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 56px;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}

.schedule-arrow img {
  width: 128px;
  height: auto;
}

/* レスポンシブ */
@media (max-width: 1023px) {
  .schedule-col__header {
    font-size: 24px;
    height: 56px;
  }
  .schedule-col__week {
    font-size: 36px;
    line-height: 54px;
  }
  .schedule-arrow {
    width: 40px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .schedule-arrow img {
    width: 72px;
  }
  .schedule-col__body {
    padding: 20px 16px;
    min-height: 240px;
  }
  .schedule-col__body p {
    font-size: 14px;
    padding-left: 12px;
  }
}

@media (max-width: 767px) {
  .training-schedule__inner {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    align-items: center;
  }
  .schedule-col {
    flex: none;
    width: 100%;
  }
  .schedule-col__header {
    font-size: 20px;
    height: 48px;
  }
  .schedule-col__week {
    font-size: 28px;
    line-height: 46px;
  }
  .schedule-arrow {
    display: flex;
    width: auto;
    height: 40px;
    margin: 0;
    padding: 0;
    transform: rotate(90deg);
  }
  .schedule-arrow img {
    width: 48px;
  }
  .schedule-col__body {
    padding: 16px 14px;
    min-height: auto;
  }
  .schedule-col__body p {
    font-size: 14px;
    padding: 8px 0 8px 8px;
  }
}

@media (max-width: 479px) {
  .schedule-col__header {
    font-size: 18px;
    height: 44px;
  }
  .schedule-col__week {
    font-size: 24px;
    line-height: 42px;
  }
  .schedule-col__body p {
    font-size: 13px;
  }
}
/* ----------------------------------------
  研修詳細
---------------------------------------- */

.training-detail {
  padding: clamp(24px, 6vw, 80px) 0 0;
}

.training-detail__inner {
  max-width: min(var(--content-width), calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

.training-detail__content {
  flex: 0 0 calc(50% - 30px);
  min-width: 0;
}

.training-detail__heading {
  font-size: 20px;
  font-weight: 700;
  color: #101010;
  text-align: center;
  margin: 0;
  padding: 32px 0;
  border-top: 2px dotted #c0c8d4;
  border-bottom: 2px dotted #c0c8d4;
}

.training-detail__items {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.training-detail__item-title {
  font-size: 16px;
  font-weight: 700;
  color: #101010;
  margin: 0;
  line-height: 1.6;
}

.training-detail__item-sub {
  font-size: 16px;
  font-weight: 500;
  color: #101010;
  margin: 4px 0 0;
  line-height: 1.6;
}

.training-detail__photo {
  flex: 0 0 calc(50% - 30px);
  max-width: 565px;
  border-radius: 16px;
  overflow: hidden;
}

.training-detail__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 565 / 400;
  object-fit: cover;
}

@media (max-width: 1023px) {
  .training-detail__inner {
    gap: 40px;
  }
  .training-detail__heading {
    font-size: 18px;
    padding: 24px 0;
  }
  .training-detail__items {
    gap: 20px;
  }
  .training-detail__item-title {
    font-size: 14px;
  }
  .training-detail__item-sub {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .training-detail__inner {
    flex-direction: column;
    gap: 32px;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
  }
  .training-detail__content {
    padding-right: 0;
    max-width: 600px;
  }
  .training-detail__heading {
    font-size: 16px;
    padding: 20px 0;
  }
  .training-detail__items {
    gap: 16px;
  }
  .training-detail__item-title {
    font-size: 14px;
  }
  .training-detail__item-sub {
    font-size: 13px;
  }
  .training-detail__photo {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 479px) {
  .training-detail__heading {
    font-size: 15px;
    padding: 16px 0;
  }
  .training-detail__item-title {
    font-size: 13px;
  }
  .training-detail__item-sub {
    font-size: 12px;
  }
}
/* ----------------------------------------
  働く社員
---------------------------------------- */

.members {
  position: relative;
  z-index: 1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #339EF1 url('../img/members_bg.jpg') repeat;
  padding: 80px 0 60px;
  text-align: center;
  overflow: visible;
}

.members__deco {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.members__deco--top-left {
  top: -200px;
  left: -109px;
  width: 398px;
  height: auto;
}

.members__deco--top-right {
  top: auto;
  bottom: calc(20% + 200px);
  right: 0;
  width: 200px;
  height: auto;
}

.members__deco--bottom-left {
  bottom: -200px;
  left: 120px;
  width: 195px;
  height: auto;
}

.members__inner {
  position: relative;
  z-index: 3;
  max-width: min(var(--content-width), calc(100% - 48px));
  margin: 0 auto;
}

.members__title {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  margin: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 16px;
}

.members__title-en {
  font-family: 'Futura', 'Trebuchet MS', 'Century Gothic', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
}

.members__lead {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  margin: 24px 0 0;
}

.members__grid {
  display: grid;
  grid-template-columns: repeat(4, 236px);
  gap: 22px;
  margin-top: 20px;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.members__card {
  text-align: left;
  color: inherit;
  text-decoration: none;
}

.members__card-photo {
  width: 236px;
  height: 338px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.members__card-photo img {
  display: block;
  width: 236px;
  height: 338px;
  object-fit: cover;
}

.members__card-role {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 8px 0 0;
  line-height: 1.2;
}

.members__card-name {
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  margin: 2px 0 0;
  line-height: 1.2;
}

.members__card-year {
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  margin: 2px 0 0;
  line-height: 1.2;
}

@media (max-width: 1023px) {
  .members__title {
    font-size: 36px;
    gap: 12px;
  }
  .members__title-en {
    font-size: 20px;
  }
  .members__lead {
    font-size: 14px;
  }
  .members__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .members__card-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 236 / 338;
  }
  .members__card-photo img {
    width: 100%;
    height: 100%;
  }
  .members__card-name {
    font-size: 22px;
  }
  .members__card-role,
  .members__card-year {
    font-size: 14px;
  }
  .members__deco--top-left {
    width: 280px;
    top: -140px;
  }
  .members__deco--top-right {
    width: 160px;
  }
  .members__deco--bottom-left {
    width: 150px;
    left: 30px;
    bottom: -160px;
  }
}

@media (max-width: 767px) {
  .members {
    padding: 64px 0 80px;
  }
  .members__title {
    font-size: 30px;
  }
  .members__title-en {
    font-size: 16px;
  }
  .members__lead {
    font-size: 13px;
  }
  .members__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 500px;
    margin: 32px auto 0;
  }
  .members__card-name {
    font-size: 20px;
  }
  .members__card-role,
  .members__card-year {
    font-size: 13px;
  }
  .members__deco--top-left {
    width: 200px;
    top: -150px;
    left: -80px;
  }
  .members__deco--top-right {
    width: 120px;
  }
  .members__deco--bottom-left {
    width: 90px;
    bottom: -120px;
    left: 20px;
  }
}

@media (max-width: 479px) {
  .members {
    padding: 48px 0 60px;
  }
  .members__title {
    font-size: 24px;
  }
  .members__title-en {
    font-size: 14px;
  }
  .members__lead {
    font-size: 12px;
  }
  .members__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 100%;
    margin: 24px auto 0;
  }
  .members__card-name {
    font-size: 18px;
  }
  .members__card-role,
  .members__card-year {
    font-size: 12px;
  }
  .members__deco--top-left {
    width: 150px;
    top: -120px;
    left: -60px;
  }
  .members__deco--top-right {
    width: 100px;
  }
  .members__deco--bottom-left {
    width: 60px;
    bottom: -80px;
    left: 10px;
  }
}
/* ----------------------------------------
  働く環境
---------------------------------------- */

.workplace {
  position: relative;
  z-index: 0;
  background: #E3ECF8;
  padding: 100px 0 120px;
  text-align: center;
}

.workplace__inner {
  max-width: min(var(--content-width), calc(100% - 48px));
  margin: 0 auto;
}

.workplace__title {
  font-size: 36px;
  font-weight: 900;
  color: #1156A4;
  margin: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 16px;
}

.workplace__title-en {
  font-family: 'Futura', 'Trebuchet MS', 'Century Gothic', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #BACCE1;
}

.workplace__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
  text-align: left;
}

.workplace__block {
  text-align: left;
}

.workplace__block--wide {
  margin-top: 48px;
}

.workplace__block-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.workplace__block-bar {
  width: 8px;
  height: 28px;
  background: #1156A4;
  flex-shrink: 0;
}

.workplace__block-name {
  font-size: 28px;
  font-weight: 700;
  color: #1156A4;
  margin: 0;
}

.workplace__main-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 614 / 451;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 12px;
}

.workplace__main-photo:first-of-type {
  aspect-ratio: 614 / 451;
}

.workplace__main-photo + .workplace__main-photo {
  aspect-ratio: 614 / 259;
}

.workplace__main-photo + .workplace__sub-photos {
  margin-top: 0;
}

.workplace__sub-photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.workplace__sub-photos img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 300 / 230;
  border-radius: 12px;
  object-fit: cover;
}

.workplace__sub-photos img:first-child:nth-last-child(4),
.workplace__sub-photos img:first-child:nth-last-child(4) + img {
  aspect-ratio: 300 / 259;
}

.workplace__campus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.workplace__campus-main {
  border-radius: 12px;
  overflow: hidden;
}

.workplace__campus-main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.workplace__campus-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.workplace__campus-grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 300 / 259;
  border-radius: 12px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .workplace {
    padding: 64px 0 80px;
  }
  .workplace__title {
    font-size: 36px;
  }
  .workplace__row {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .workplace__campus {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 479px) {
  .workplace {
    padding: 40px 0;
  }
  .workplace__title {
    font-size: 28px;
  }
  .workplace__block-name {
    font-size: 20px;
  }
}
/* ----------------------------------------
  募集要項
---------------------------------------- */

.recruit-cta {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.recruit-cta__photos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

.recruit-cta__photos img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.recruit-cta__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 40px;
}

.recruit-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 698px;
  max-width: calc(100% - 48px);
  height: 138px;
  background: rgba(51, 158, 241, 0.5);
  border-radius: 19px;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s;
}

.recruit-cta__btn:hover {
  background: rgba(51, 158, 241, 0.7);
}

.recruit-cta__btn-icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
}

@media (max-width: 1023px) {
  .recruit-cta__btn {
    width: 698px;
    max-width: calc(100% - 48px);
    height: auto;
    padding: 32px 48px;
    font-size: clamp(20px, 3vw, 36px);
  }
  .recruit-cta__btn-icon {
    width: 40px;
    height: 40px;
    right: 16px;
  }
  .recruit-cta__overlay {
    padding-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .recruit-cta__photos {
    grid-template-columns: repeat(3, 1fr);
  }
  .recruit-cta__photos img:nth-child(n+4) {
    display: none;
  }
  .recruit-cta__btn {
    width: 65%;
    padding: 24px 40px;
    border-radius: 12px;
  }
  .recruit-cta__btn-icon {
    width: 32px;
    height: 32px;
    right: 12px;
  }
  .recruit-cta__overlay {
    padding-bottom: 16px;
  }
}

@media (max-width: 479px) {
  .recruit-cta__btn {
    width: 65%;
    padding: 20px 32px;
    border-radius: 10px;
  }
  .recruit-cta__btn-icon {
    width: 28px;
    height: 28px;
    right: 10px;
  }
  .recruit-cta__overlay {
    padding-bottom: 12px;
  }
}

/* ----------------------------------------
  フッターCTA（下層用の上書きのみ）
---------------------------------------- */

.page-sub .top-footer-cta .site-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: transparent;
}

.page-sub .top-footer-cta .site-footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  height: 54px;
}

@media (max-width: 1023px) {
  .page-sub .top-footer-cta .site-footer {
    position: static;
    padding: 28px 0 0;
  }
}

@media (max-width: 479px) {
  .page-sub .top-footer-cta .site-footer__inner {
    flex-direction: column;
  }
}
