/* ===================== */
/* 成長とキャリア：リードメッセージ */
/* ===================== */
.growth-career-lead {
  padding: 150px 0;
  background: #06379f;
  color: #fff;
}
.growth-career-lead-inner {
  display: grid;
  grid-template-columns: minmax(330px, 550px) minmax(0, 1fr);
  gap: 50px;
  align-items: flex-start;
}
.growth-career-lead-title {
  margin: 0;
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.55;
}
.growth-career-message {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.15;
  text-align: left;
}
@media (max-width: 1180px) {
  .growth-career-lead-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .growth-career-lead-title {
    font-size: 42px;
  }

  .growth-career-message {
    font-size: 18px;
    line-height: 2;
  }
}
@media (max-width: 768px) {
  .growth-career-lead {
    padding: 60px 0;
  }
  .growth-career-lead-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .growth-career-lead-title {
    font-size: 28px;
    line-height: 1.55;
  }
  .growth-career-message {
    font-size: 15px;
    line-height: 2;
  }
}
/* ===================== */
/* 成長とキャリア：写真ティッカー */
/* ===================== */
.growth-photo-ticker {
  background: #fff;
}
.growth-photo-ticker-wrapper {
  overflow: hidden;
  padding: 0;
  background: #fff;
}
.growth-photo-ticker-track {
  display: flex;
  gap: 0;
  white-space: nowrap;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.growth-photo-slide {
  width: 560px;
  height: 340px;
  overflow: hidden;
  flex-shrink: 0;
  background: #dde3f0;
}
.growth-photo-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .growth-photo-slide {
    width: 72vw;
    height: 50vw;
    min-height: 190px;
    max-height: 260px;
  }
}
/* ===================== */
/* 育成カリキュラム STEP */
/* ===================== */
.training-curriculum {
  padding: 100px 0 120px;
}
.training-curriculum-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 60px;
  align-items: flex-start;
  margin-bottom: 60px;
}
.training-curriculum-header .training-heading {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.training-heading .section-sub-title {
  color: #000;
}
.training-curriculum-copy {
  color: #06379f;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.45;
}
.training-curriculum-desc {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 80px;
}
.training-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.training-step {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 28px;
  position: relative;
}
.training-step-badge {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 12px;
  background: #06379f;
  color: #fff;
}
.training-step-badge::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 100%;
  height: 24px;
  background: #06379f;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}
.training-step:last-child .training-step-badge::after {
  display: none;
}
.training-step-en {
  margin: 0 0 8px;
  font-family: 'Lato', sans-serif;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
}
.training-step-num {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 53px;
  font-weight: 900;
  line-height: 1;
}
.training-step-en, .training-step-num {
  position: relative;
  z-index: 3;
}
.training-step-card {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  background: #fff;
  border: 1px solid #dbe4ef;
  overflow: hidden;
}
.training-step:not(:first-child) .training-step-badge::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 2;
  pointer-events: none;
}
.training-step:not(:first-child) .training-step-badge {
  padding-top: 40px;
}
.training-step-photo {
  position: relative;
  overflow: hidden;
  background: #e8eef7;
  min-height: 220px;
}
.training-step-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.training-step-body {
  padding: 26px 30px;
}
.training-step-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 10px;
}
.training-step-week {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 0;
  padding: 5px 30px;
  border-radius: 999px;
  background: #06379f;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}
.training-step-days {
  margin: 0;
  color: #5e6b7a;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.training-step-title-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.training-step-title {
  margin: 0 0 6px;
  color: #06379f;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
}
.training-step-sub {
  margin: 0 0 16px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.training-step-desc {
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid #e5edf5;
  font-size: 16px;
  line-height: 1.9;
}
@media (min-width: 769px) and (max-width: 1180px) {
  .training-curriculum-header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 52px;
  }

  .training-curriculum-header .training-heading {
    gap: 8px;
  }

  .training-curriculum-copy {
    margin: 0;
    font-size: 36px;
    line-height: 1.5;
  }

  .training-curriculum-desc {
    margin-bottom: 64px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .training-curriculum {
    padding: 56px 0 64px;
  }
  .training-curriculum-header {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 28px;
  }
  .training-curriculum-header .training-heading {
    gap: 6px;
  }
  .training-heading .section-main-title {
    font-size: 60px;
  }
  .training-heading .section-sub-title {
    font-size: 18px;
    line-height: 1.4;
  }
  .training-curriculum-copy {
    margin: 0;
    font-size: 24px;
    line-height: 1.55;
  }
  .training-curriculum-desc {
    margin-bottom: 36px;
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
  }
  .training-steps {
    gap: 0;
  }
  .training-step {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-bottom: 15px;
  }
  .training-step-badge {
    display: none;
  }
  .training-step::after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    margin: 16px auto 0;
    background-image: url("../../images/icon/arrow-down-blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .training-step:last-child {
    padding-bottom: 0;
  }
  .training-step:last-child::after {
    display: none;
  }
  .training-step-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 24px rgba(6, 55, 159, 0.09);
  }
  .training-step-photo {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
  .training-step-photo img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .training-step-body {
    padding: 18px 18px 22px;
  }
  .training-step-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
  }
  .training-step-week {
    min-height: 28px;
    padding: 4px 14px;
    font-size: 12px;
  }
  .training-step-days {
    font-size: 12px;
  }
  .training-step-title-row {
    display: block;
    margin-bottom: 14px;
  }
  .training-step-title {
    margin: 0 0 6px;
    font-size: 21px;
    line-height: 1.45;
  }
  .training-step-sub {
    margin: 0;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.6;
  }
  .training-step-desc {
    padding-top: 14px;
    font-size: 14px;
    line-height: 1.6;
  }
}
/* ===================== */
/* キャリアパス */
/* ===================== */
.career-path {
  padding: 100px 0 150px;
  background: #f7f9fc;
}
.career-path-header {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}
.career-path-header .career-heading {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 20px;
}
.career-path-header .section-main-title, .career-path-header .section-sub-title {
  margin: 0;
  color: #000;
}
.career-path-text {
  flex: 1;
}
.career-path-catch {
  margin: 0 0 16px;
  color: #06379f;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.4;
}
.career-path-desc {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}
/* フロー全体 */
.career-path-flow {
  display: grid;
  grid-template-columns: 0.85fr 50px 0.85fr 50px 1.5fr;
  gap: 0;
  align-items: stretch;
}
/* 共通ステージ（研修・保険営業） */
.career-stage {
  background: #fff;
  border: 2px solid #06379f;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  height: 100%;
  align-self: stretch;
  overflow: hidden;
}
.career-stage-step {
  margin: 0;
  padding: 8px 14px;
  background: #06379f;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
}
.career-stage-content {
  flex: 1;
  padding: 30px 20px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.career-path-flow {
  align-items: stretch;
}
.career-stage-icon {
  width: 100%;
  max-width: 160px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
.career-stage-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain; /* 画像比率を維持しつつ枠に収める */
  display: block;
}
.career-stage-name {
  margin: 0 0 10px;
  color: #06379f;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
}
.career-stage-sub {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
/* 矢印 */
.career-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}
.career-arrow img {
  width: 36px;
  height: auto;
  object-fit: contain;
}
.career-fork {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 8px;
  height: 100%;
  padding: 60px 0 0;
}
.career-fork-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.career-fork-arrow img {
  width: 36px;
  height: auto;
  object-fit: contain;
}
.career-branch-lead-title {
  display: none;
}
/* 分岐エリア */
.career-branches {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
.career-branch {
  background: #fff;
  padding: 0;
  display: flex;
  flex-direction: column;
  border: 2px solid #06379f;
  overflow: hidden;
}
.career-branch-content {
  padding: 22px 24px 24px;
}
.career-branch-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.career-branch-icon {
  width: 100px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.career-branch-body {
  flex: 1 1 auto;
  min-width: 0;
}
.career-branch-icon img {
  width: 100%;
  object-fit: contain;
}
.career-branch-body {
  flex: 1;
  min-width: 0;
}
.career-branch-name {
  margin: 0 0 4px;
  color: #06379f;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.4;
}
.career-branch-sub {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  opacity: 0.95;
}
.career-branch-list {
  margin: 0;
  padding: 16px 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid #dbe4ef;
}
.career-branch-list li {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  line-height: 1.5;
}
.career-branch-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #06379f;
  border-bottom: 2px solid #06379f;
  transform: rotate(-45deg);
}
/*ジョブチェンジ*/
.career-group-change-arrow {
  margin: 35px 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.career-group-change-arrow img {
  width: 34px;
  height: auto;
  display: block;
}
.career-group-change {
  margin-top: 0;
  display: grid;
  grid-template-columns: 42% 1fr;
  background: #fff;
  border: 2px solid #06379f;
  overflow: hidden;
}

.career-group-change-img {
  min-height: 280px;
}

.career-group-change-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.career-group-change-body {
  padding: 38px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.career-group-change-title {
  margin: 0 0 14px;
  color: #06379f;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.5;
}

.career-group-change-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
}

@media (max-width: 768px) {
  .career-group-change {
    margin-top: 24px;
    grid-template-columns: 1fr;
  }

  .career-group-change-img {
    min-height: 190px;
  }

  .career-group-change-body {
    padding: 24px 18px 26px;
  }

  .career-group-change-title {
    font-size: 20px;
    line-height: 1.45;
  }

  .career-group-change-text {
    font-size: 14px;
    line-height: 1.8;
  }
}
/* SP */
@media (max-width: 768px) {
  .career-path {
    padding: 54px 0 60px;
  }
  .career-path-header {
    gap: 20px;
    margin-bottom: 36px;
  }
  .career-path-header .career-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .career-path-catch {
    font-size: 26px;
    line-height: 1.45;
  }
  .career-path-desc {
    font-size: 15px;
    line-height: 1.9;
  }
  .career-path-flow {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .career-stage {
    min-height: auto;
  }
  .career-stage-content {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 20px;
    align-items: center;
    padding: 18px;
    text-align: left;
  }
  .career-stage-icon {
    grid-row: 1 / 3;
    grid-column: 1;
    width: 84px;
    max-width: 84px;
    margin: 0;
  }
  .career-stage-name {
    grid-column: 2;
    margin: 0;
    font-size: 19px;
    line-height: 1.4;
  }
  .career-stage-sub {
    grid-column: 2;
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
  }
  .career-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 0;
    transform: rotate(90deg);
  }
  .career-arrow img {
    width: 28px;
  }
  .career-arrow i {
    font-size: 28px;
  }
  .career-fork {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: auto;
    padding: 2px 0;
    gap: 0;
  }
  .career-fork-arrow:nth-child(2) {
    display: none;
  }
  .career-fork-arrow img {
    width: 28px;
    transform: rotate(90deg);
  }
  .career-branches {
    gap: 12px;
  }
  .career-branch-lead-title {
    display: block;
    margin: 0 0 2px;
    color: #06379f;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.45;
    text-align: center;
    white-space: normal;
  }
  .career-branch-content {
    padding: 18px;
  }
  .career-branch-header {
    gap: 20px;
    margin-bottom: 14px;
  }
  .career-branch-icon {
    width: 84px;
    height: auto;
    min-width: 84px;
  }
  .career-branch-name {
    font-size: 18px;
    line-height: 1.4;
  }
  .career-branch-sub {
    font-size: 13px;
    line-height: 1.6;
  }
  .career-branch-list {
    padding-top: 14px;
  }
  .career-branch-list li {
    font-size: 14px;
    line-height: 1.7;
  }
}