/* ================================================
成長促進・キャリア形成
================================================ */
.pageHead--scrollBg:before {
  background-image: url("/wp-content/themes/imcgraduates/assets/img/pageHead_career.svg");
}

/* ページ内共通 */
.sectionTitle--growth {
  font-size: clamp(2.8rem, 4vw, 6rem);
  line-height: clamp(2.8rem, 4vw, 6rem);
  font-weight: bold;
  padding-bottom: clamp(2rem, 2vw, 3rem);
}
.sectionYoung {
  padding-right: var(--commonSpaceSide);
  padding-left: var(--commonSpaceSide);
  margin-bottom: clamp(5rem, 6vw, 10rem);
}
.sectionDesc {
  padding-bottom: clamp(3rem, 3vw, 4rem);
}

/* 成長促進・キャリア形成TOP*/
.growth__img {
  padding-right: var(--commonSpaceSide);
  padding-left: var(--commonSpaceSide);
}

.growth__img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .growth__img img {
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
  }
}

/* 若手が活躍*/
.growth__young {
  padding-top: 5rem;
}

.growth__young-title {
  color: #000;
  font-size: clamp(28px, 3vw, 60px);
  font-weight: bold;
}

.growth__young-text {
  color: #000;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 400;
  line-height: 2;
}

/* 実際に活躍している若手社員の事例 PC*/
.growth__cases {
  border: 1px solid #d9d9d6;
  border-radius: 2rem;
  overflow: hidden;
  margin: 0 0 5rem;
}

.growth__case-title {
  color: #000;
  font-size: clamp(18px, 2vw, 32px);
  font-weight: bold;
  padding-top: clamp(2rem, 2vw, 5rem);
  padding-right: var(--commonSpaceSide);
  padding-bottom: clamp(2rem, 2vw, 4.4rem);
  padding-left: var(--commonSpaceSide);
  margin: 0;
}
.growth__case-text {
  background: #f2f2f2;
  font-size: 14px;
  color: #111;
  line-height: 3.5;
  margin: 0;
  font-weight: bold;
}
.growth__case-text span {
  display: block;
  background: #fff;
  color: #111;
  font-weight: 400;
  font-size: 14px;
}
.growth__table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  line-height: 3.6;
}
.growth__table tr:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.growth__table tr th,
.growth__table tr td {
  width: 14%;
  padding: 3rem 5rem;
  padding-top: clamp(1.4rem, 2vw, 3rem);
  padding-right: var(--commonSpaceSide);
  padding-bottom: clamp(1.4rem, 2vw, 3rem);
  padding-left: var(--commonSpaceSide);
  box-sizing: border-box;
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1.5;
}
.growth__table tr th:last-child,
.growth__table tr td:last-child {
  width: 58%;
}

.growth__table thead th {
  background: #EFF2F5;
  font-weight: bold;
  color: #000;
}

.growth__table-name {
  background: #fff;
  font-weight: 400;
  color: #000;
  font-size: clamp(14px, 2vw, 18px);
}

.growth__table tbody tr:nth-child(even) .growth__table-name {
  background: #EFF2F5;
}

.growth__table td {
  padding: 12px 16px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.growth__table tbody:last-child td {
  border-bottom: none;
}


/* SP専用（PCでは非表示） */
@media (max-width: 767px) {
  .growth-sp__cases {
    margin: 20px;
    font-family:
      "Noto Sans JP",
      "Hiragino Sans",
      "Yu Gothic Medium",
      "Meiryo",
      sans-serif;
    border: 1px solid #d9d9d6;
    border-radius: 20px;
    overflow: hidden;
  }

  .growth-sp__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
    padding-left: 20px;
  }


  .growth-sp__header {
    background: #EFF2F5;
    padding: 12px 14px;
    font-size: 16px;
    font-weight: bold;
    font-family:
      "Noto Sans JP",
      "Hiragino Sans",
      "Yu Gothic Medium",
      "Meiryo",
      sans-serif;
  }

  .growth-sp__body {
    background: #fff;
    padding: 14px 14px 18px;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    font-family:
      "Noto Sans JP",
      "Hiragino Sans",
      "Yu Gothic Medium",
      "Meiryo",
      sans-serif;
  }
}

/* PCではSP版を非表示 */
@media (min-width: 768px) {
  .growth-sp__cases {
    display: none;
  }
}
/* PC用非表示 */
@media (min-width: 768px) {
  .growth__cases-sp {
    display: none;
  }
}

/* 実際に活躍している若手社員の事例 SP */
.growth__cases-sp {
  border: 1px solid #D9D9D6;
  margin: 0 0px 2rem;
  border-radius: 1rem;
  overflow: hidden;
  .growth__case-text {
    dt {
      background-color: #EFF2F5;
      padding: 2rem;
      font-size: 1.4rem;
      line-height: 1.5;
      span {
        font-weight: normal;
        display: inline;
        background: transparent;
      }
    }
    dd {
      background-color: #fff;
      padding: 2rem;
      font-size: 1.4rem;
      line-height: 1.5;
    }
  }
}

/* 若手社員の割合 */
.growth__stats {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .growth__stats {
    flex-direction: column;
  }
}

.growth__box-award,
.growth__box-ratio {
  border-radius: 2rem;
  flex: 1;
  overflow: hidden;
  padding: clamp(2rem, 3vw, 5rem);
  display: flex;
  flex-direction: column;
  background: #EFF2F5;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1500px) {
  .growth__box-award,
  .growth__box-ratio {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .growth__box-ratio {
    flex-direction: column;
    text-align: left;
    gap: 8px;
  }
}

.growth__ratio-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.growth__stat-title {
  font-size: clamp(24px, 2vw, 3.2rem);
  color: #111;
  font-weight: bold;
  margin: 0;
}

.growth__stat-year {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  line-height: clamp(1.4rem, 2vw, 1.8rem);
  color: #000;
  border: 2px solid #707070;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  padding: 1rem 2rem;
  font-weight: bold;
  margin: 10px 70px 0 0;
}
@media (max-width: 768px) {
  .growth__stat-year {
    margin: 2rem 0;
  }
}
.growth__stat-year--num {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}

.growth__ratio-right {
  text-align: left;
}

.growth__stat-note {
  font-size: clamp(18px, 2vw, 24px);
  color: #000;
  margin-bottom: 6px;
  font-weight: bold;
  margin: 0;
  display: block;
}
@media (max-width: 768px) {
  .growth__stat-note {
    padding-bottom: 1rem;
  }
}

.growth__stat-number {
  font-size: clamp(10rem, 8vw, 15rem);
  font-family: "Korolev";
  font-weight: bold;
  line-height: 1;
  margin: 0;
  color: #E60012;
  min-width: 40rem;
}
@media (max-width: 768px) {
  .growth__stat-number {
    min-width: 0;
  }
}

.growth__stat-unit {
  color: #000;
  font-size: 0.6em;
}


/* SP対応 */
@media (max-width: 768px) {
  .growth__ratio-left {
    align-items: flex-start;
    text-align: left;
  }
  .growth__ratio-right {
    text-align: left;
  }

  .growth__award {
    flex-direction: column;
    text-align: center;
    gap: 4px;
  }

}

/*評価(SP)*/
.growth__cases--evaluation {
  border-radius: 2rem;
  overflow: hidden;
  border: solid 1px #D9D9D6;
  margin-bottom: 3rem;
}
.growthEvalu__title {
  font-size: 1.8rem;
  padding: 2rem;
}
.growthEvalu__list {

}
.growthEvalu__listTitle {
  font-size: 1.4rem;
  padding: 2rem;
  background-color: #EFF2F5;
}
.growthEvalu__listText {
  font-size: 1.4rem;
  padding: 2rem;
}

/* 表彰制度 */
.growth__box-award {
  display: flex;
  justify-content: space-between;
  gap: clamp(16px, 6vw, 11.5rem);
  background: #EFF2F5;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .growth__box-award {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
}

.growth__award-left {
  flex: 0 0 auto;
}

.growth__award-title {
  font-weight: bold;
  font-size: clamp(24px, 3vw, 32px);
  color: #111;
  margin: 0;
  white-space: nowrap;
}

.growth__award-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  align-items: center;
}
@media (max-width: 1200px) {
  .growth__award-list {
    width: 100%;
    flex-direction: column;
    margin: 0;
  }
}

.growth__award-item {
  flex: 1;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: clamp(14px, 2vw, 16px);
  aspect-ratio: 180/180;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .growth__award-item {
    border: none;
    text-align: left;
    padding: 2rem;
    width: 100%;
    aspect-ratio: auto;
    display: block;
  }
}
.growth__award-label {
  font-weight: bold;
  color: #111;
  font-size: clamp(14px, 2vw, 18px);
}
@media (max-width: 768px) {
  .growth__award-label {
    display: block;
  }
}

.growth__award-text {
  color: #111111;
  font-size: clamp(14px, 2vw, 14px);
  font-weight: 400;
}

/* キャリアパス */
.career__step {
  background: #EFF2F5;
  border-radius: 10px;
  padding: 2rem 1rem;
  font-weight: bold;
  font-size: clamp(1.1rem, 1vw, 1.2rem);
  color: #111;
  text-align: center;
}
@media (max-width: 768px) {
  .career__step {
    display: flex;
    width: 12rem;
    height: 4rem;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 2rem;
  }
  .career__step:last-child {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .career__step:not(:last-child):after {
    content: "▶";
    position: absolute;
    right: -19px;
    top: 50%;
    transform: translateY(-50%);
    background: #111;
    height: calc(tan(60deg) * 1.4rem / 2);
    width: 1rem;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}

.growth__career {
  padding: 0 0 3rem;
}

.growth__career-title {
}

.growth__career-text {
  color: #000;
  font-size: clamp(14px, 2vw, 1.4rem);
  font-weight: 400;
  line-height: 2;
}

.growth__career-path {
  display: grid;
  align-items: center;
  gap: 1rem;
  grid-template-columns: repeat(10, 1fr);
}
@media (max-width: 1368px) {
  .growth__career-path {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 768px) {
  .growth__career-path {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 1rem;
    grid-template-columns: repeat(10, 1fr);
  }
}


@media (max-width: 768px) {
  .growth__career-path::-webkit-scrollbar {
    height: 6px;
  }

  .growth__career-path::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 999px;
  }
}

@media (max-width: 768px) {
  .growth__career br {
    display: none;
  }

  .growth__career-title {
    margin: 0;
  }
}


/* グラフ */
.career-change {
  padding: clamp(2rem, 2.8vw, 5rem);
  border: 1px solid #D9D9D6;
  border-radius: 2rem;
  margin-bottom: 0;
}

.career-change__title {
  font-weight: bold;
  font-size: clamp(1.8rem, 2vw, 3.2rem);
}
@media (max-width: 768px) {
  .career-change__title {
    margin: 0;
  }
}

.career-change__chart {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 20px;
}
@media (max-width: 1500px) {
  .career-change__chart {
    overflow: hidden;
  }
}

.career-change__row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 2rem 0 0;
  box-sizing: border-box;
  position: relative;
  height: 6rem;
  overflow: hidden;
  width: 10%;
  transition: 2s;
}
@media (max-width: 1500px) {
  .career-change__row {
    overflow: visible;
    margin-top: 4rem;
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .career-change__row {
    height: 4rem;
  }
}

.career-change__row.is-inview:nth-child(1) {width: 95%;}
.career-change__row.is-inview:nth-child(2) {width: 40%;}
.career-change__row.is-inview:nth-child(3) {width: 55%;}
@media (max-width: 1500px) {
  .career-change__row.is-inview {
    opacity: 1;
  }
}

.career-change__rowInner {
  display: flex;
  align-items: center;
  padding: 0 0 0 5rem;
  box-sizing: border-box;
  background: #F8F8F8;
  width: 100%;
  height: 100%;
  border: 1px solid #E4E4E4;
}

.career-change__label {
  flex: 0 1 auto;
  font-weight: bold;
  color: #111;
  font-size: clamp(14px, 2vw, 1.8rem);
  white-space: nowrap;
}
@media (max-width: 1500px) {
  .career-change__label {
    position: absolute;
    left: 0;
    top: -3rem;
  }
}

.career-change__chip {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0rem;
  top: 0;
  height: 100%;
  width: 20rem;
  background: #E60012;
  border-radius: 5rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .career-change__chip {
    width: 10rem;
  }
}

.career-change__num {
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.8rem, 2vw, 2.5rem);
  line-height: 1;
  text-align: left;
}

/* 給料・インセンティブ */
.growth__salary {

}

.growth__salary-title {
}
@media (max-width: 768px) {
  .growth__salary-box {
    margin-bottom: 4rem;
  }
  .growth__salary-box:last-child {
    margin-bottom: 0;
  }
}

.growth__salary-text {
  color: #000;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 400;
  line-height: 2;
}

@media (max-width: 768px) {
  .growth__salary-title {
    margin-bottom: 0;
  }

  .growth__salary {
    padding-bottom: 0;
  }

}

/* 月収例*/
.growth__salary-inner {
  padding: clamp(2rem, 2.8vw, 5rem);
  border: 1px solid #D9D9D6;
  border-radius: 2rem;
  background: #EFF2F5;
}

.growth__salary-name {
  color: #000;
  font-size: clamp(2.4rem, 2vw, 3.2rem);
  font-weight: bold;
  padding-bottom: clamp(2rem, 2vw, 2.5rem);
}

.growth__salary-label {
  color: #000;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: bold;
  line-height: 2;
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .growth__salary-label {
    padding-top: 0;
    line-height: 1.5;
  }
  .growth__salary-label li:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.growth__salary-label span {
  color: #E60020;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: bold;
  line-height: 2;
}




/* 平均月収 */
.growth__insaid {
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, auto));
  justify-content: start;
  align-items: end;
  gap: clamp(4rem, 6vw,10rem);
}
@media (max-width: 1200px) {
  .growth__insaid {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .growth__insaid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, auto);
    row-gap: 8px;
    column-gap: 0;
    align-items: start;
    text-align: left;
  }
}

.growth__salary-years,
.growth__salary-numbers {
  display: contents;
}

.growth__salary-year {
  font-weight: bold;
  font-size: clamp(14px, 2.5vw, 18px);
  color: #111;
  margin-bottom: clamp(1.4rem, 3vw, 5rem);
  border: 1px solid #333;
  border-radius: 7rem;
  padding: 1.2rem 4rem;
  background: #fff;
  width: fit-content;
}

.growth__salary-number {
  justify-self: start;
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.growth__salary-value {
  font-size: clamp(12rem, 8vw, 15rem);
  line-height: clamp(12rem, 8vw, 15rem);
  font-weight: bold;
  color: #FF0023;
  font-family: "Korolev", "Montserrat", "Oswald", "Arial", "Noto Sans JP", sans-serif;
  transition: color 0.3s ease;
}
@media (max-width: 1200px) {
  .growth__salary-value {
    font-size: clamp(10rem, 8vw, 15rem);
  }
}
@media (max-width: 768px) {
  .growth__salary-value {
    font-size: clamp(12rem, 8vw, 15rem);
  }
}


.growth__salary-number:hover .growth__salary-value {
  color: #E60012;
}

.growth__salary-unit {
  font-size: clamp(6rem, 5vw, 8rem);
  font-weight: bold;
  color: #000;
}
@media (max-width: 1200px) {
  .growth__salary-unit {
    font-size: clamp(3rem, 5vw, 8rem);
  }
}
@media (max-width: 768px) {
  .growth__salary-unit {
    font-size: clamp(6rem, 5vw, 8rem);
  }
}


@media (max-width: 768px) {
  .growth__salary-value {
    color: #E60020;
  }

}

/* インセンティブ */
.growth__incentive {
  padding-top: clamp(2rem, 2.4vw, 4rem);
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 2.4vw, 4rem);
}
.growth__incentive-textBox {
  display: block;
  border: 1px solid #d9d9d6;
  border-radius: 2rem;
  padding: clamp(2rem, 3vw, 5rem);
  display: flex;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 768px) {
  .growth__incentive-textBox {
    display: block;
  }
}
.growth__incentive-text {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: bold;
  color: #000;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .growth__incentive-text {
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .growth__incentive-text p:not(:last-child) {
    padding-bottom: 2rem;
  }
}

.growth__incentive-textImage {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .growth__incentive-up .growth__incentive-text::after,
  .growth__incentive-dun .growth__incentive-text::after {
    position: static;
    display: block;
    transform: none;
  }
}



/* バディー制度 */
@media (max-width: 768px) {
.growthBuddy {
  margin-bottom: 0;
}
}

.growth__buddy-title {
}

.growth__buddy-text {
  color: #000;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  line-height: 2;
  font-weight: 400;
}
@media (max-width: 768px) {
  .growth__support-item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.growth__support-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 0 0 3rem;
}

.growth__support {
  padding: clamp(20px, 2.8vw, 5rem);
  border: 1px solid #D9D9D6;
  border-radius: 2rem;
  background: #EFF2F5;
}

.growth__support-name {
  color: #000;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: bold;
  margin: 0;
  padding-bottom: clamp(2rem, 2vw, 3rem);
}

.growth__support-text {
  padding: clamp(20px, 2vw, 40px);
  border: 2px solid #fff;
  border-radius: 20px;
  background: #fff;
  color: #000;
}

.growth__support-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.growth__support-title span {
  display: block;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
}
.growth__support-desc {
  font-size: 1.4rem;
  font-weight: normal;
}

.growth__support-label {
  
}
.growth__support-label li {
  color: #000;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.growth__support-label li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .growth__support-label li span {
    display: block;
  }
}

.growth__support-label span {
  color: #E60020;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: bold;
}

@media (max-width: 768px) {
  .growth__buddy-text br {
    display: none;
  }
}

@media (max-width: 768px) {
  .growth__support-inner {
    display: block;
  }
}

.best__buddy {
  padding: clamp(20px, 2.8vw, 5rem);
  border: 1px solid #D9D9D6;
  border-radius: 2rem;
  background: #fff;
  margin-top: clamp(3rem, 3vw, 5rem)
}

.best__buddy-name {
  color: #000;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: bold;
  padding-bottom: clamp(2rem, 2vw, 3rem);
}
.best__buddy-sub {
  font-size: clamp(24px, 2vw, 2.4rem);
  margin-left: 1rem;
}

.best__buddy-textBox {
  position: relative;
  display: inline-block;
  line-height: 1.8;
  color: #000;
  padding-right: clamp(3rem, 6vw, 10rem);
  background: url("/wp-content/themes/imcgraduates/assets/img/grow_moneylogo.png") no-repeat center/contain;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10rem auto;
}
@media (max-width: 768px) {
  .best__buddy-textBox {
    padding-right: 0rem;
    padding-bottom: 8rem;
    background-position: left bottom;
  }
}
.best__buddy-text {
  color: #000;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-weight: bold;
}
@media (max-width: 768px) {
  .best__buddy-text:not(.best__buddy-text--strong) {
    margin-bottom: 2rem;
  }
}

.best__buddy-text--strong {
  color: #E60020;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-weight: bold;
}

.best__buddy-text {
  
}

@media (max-width: 768px) {
  .best__buddy-sub {
    display: block;
    margin-top: 4px;
    font-size: 14px;
  }

  .best__buddy-text::after {
    position: static;
    display: block;
    transform: none;
  }

  .best__buddy-text {
    padding-right: 0;
  }
}