@charset "UTF-8";

/*
 * Changing Jobs / First View
 * サイト共通のReset・Base CSSより後に読み込んでください。
 */

.color-white {
  color:#fff;
}

.br-sm {
  display: none;
}

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

  .br-sm {
    display: block;
  }
}

.changing-jobs {
  --cj-blue: #075fc9;
  --cj-navy: #062d72;
  --cj-line: #04c958;
  --cj-orange: #ff8107;
  width: 100%;
  font-family: 'Noto Sans JP', 'Yu Gothic Medium', YuGothic, '游ゴシック体', sans-serif;
}

.changing-jobs,
.changing-jobs *,
.changing-jobs *::before,
.changing-jobs *::after {
  box-sizing: border-box;
}

/* 共通CSSの section { padding: 80px 0; } を解除 */
.changing-jobs .changing-jobs__hero {
  position: relative;
  width: 100%;
  min-height: 0;
  padding: 0;
  aspect-ratio: 1440 / 801;
  overflow: hidden;
  background: url('../img/changing-jobs/hero-bg.webp') center / cover no-repeat;
}

.changing-jobs .changing-jobs__hero-inner {
  position: relative;
  z-index: 2;
  width: min(1192px, calc(100% - 48px));
  height: 100%;
  min-height: 0;
  margin: 0 auto;
  padding-top: clamp(56px, 6.67vw, 96px);
}

.changing-jobs .changing-jobs__hero-people {
  position: absolute;
  z-index: 1;
  right: max(calc((100vw - 1440px) / 2 - 22px), -22px);
  bottom: 0;
  display: block;
  width: min(76.4vw, 1100px);
  max-width: none;
  height: auto;
  pointer-events: none;
}

.changing-jobs .changing-jobs__hero-content {
  position: relative;
  z-index: 3;
  width: min(735px, 62%);
}

.changing-jobs .changing-jobs__hero-title {
  margin: 0;
  padding: 0;
  color: var(--cj-blue);
  font-size: clamp(48px, 5.55vw, 80px);
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1.43;
}

/* 共通CSSの span { font-size: 1.5rem; color: #333; } を解除 */
.changing-jobs .changing-jobs__hero-title-line {
  display: block;
  width: max-content;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.changing-jobs .changing-jobs__hero-title-line--accent {
  position: relative;
  z-index: 0;
  color: var(--cj-navy);
  line-height: 1.1;
}

.changing-jobs .changing-jobs__hero-title-line--accent::after {
  position: absolute;
  z-index: -1;
  right: 0.825em;
  bottom: 0.06em;
  left: 0;
  height: 0.25em;
  background: #fff6a8;
  content: '';
}

.changing-jobs .changing-jobs__hero-title-small {
  color: inherit;
  font-size: 0.72em;
  font-weight: inherit;
  line-height: inherit;
}

.changing-jobs .changing-jobs__hero-description {
  margin: clamp(8px, 1.05vw, 15px) 0 0;
  padding: 0;
  color: #071326;
  font-size: clamp(20px, 2.08vw, 30px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.6;
}

.changing-jobs .changing-jobs__hero-emphasis {
  color: var(--cj-blue);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.changing-jobs .changing-jobs__hero-actions {
  display: flex;
  gap: clamp(14px, 1.67vw, 24px);
  margin-top: clamp(42px, 7.15vw, 103px);
}

.changing-jobs .changing-jobs__button,
.changing-jobs .changing-jobs__button:link,
.changing-jobs .changing-jobs__button:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(350px, calc(50% - 12px));
  min-height: clamp(54px, 4.72vw, 68px);
  padding: 12px 26px;
  border-radius: 21px;
  color: #fff;
  font-size: clamp(16px, 1.53vw, 22px);
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition:
    filter 0.2s ease,
    transform 0.2s ease;
}

/* ボタン内spanも共通CSSの固定値を解除 */
.changing-jobs .changing-jobs__button > span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.changing-jobs .changing-jobs__button:hover {
  color: #fff;
  filter: brightness(1.06);
  transform: translateY(-2px);
}

.changing-jobs .changing-jobs__button--line {
  background: var(--cj-line);
}

.changing-jobs .changing-jobs__button--form {
  background: var(--cj-orange);
}

.changing-jobs .changing-jobs__button-icon {
  display: block;
  flex: 0 0 auto;
  width: 40px;
  max-width: none;
  height: 40px;
  margin-right: 12px;
  object-fit: contain;
}

.changing-jobs .changing-jobs__button-arrow {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-left: auto;
  border-top: 6px solid currentColor;
  border-right: 6px solid currentColor;
  transform: rotate(45deg);
}

.changing-jobs .changing-jobs__hero-benefits {
  position: absolute;
  right: 0;
  bottom: 2.37%;
  left: 64px;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 300px));
  justify-content: space-between;
  gap: clamp(24px, 7.22vw, 104px);
  margin: 0;
  padding: 0;
}

.changing-jobs .changing-jobs__hero-benefit {
  margin: 0;
  padding: 0;
}

.changing-jobs .changing-jobs__hero-benefit img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
}

@media screen and (max-width: 1100px) and (min-width: 769px) {
  .changing-jobs .changing-jobs__hero-inner {
    width: calc(100% - 48px);
  }

  .changing-jobs .changing-jobs__hero-people {
    right: -8vw;
    width: 76vw;
  }

  .changing-jobs .changing-jobs__hero-content {
    width: 62%;
  }

  .changing-jobs .changing-jobs__hero-title {
    font-size: clamp(44px, 5.55vw, 61px);
  }

  .changing-jobs .changing-jobs__hero-description {
    font-size: clamp(18px, 2.08vw, 23px);
  }

  .changing-jobs .changing-jobs__hero-actions {
    margin-top: 5vw;
  }

  .changing-jobs .changing-jobs__hero-benefits {
    left: 4.5vw;
    grid-template-columns: repeat(3, minmax(0, 21vw));
    gap: 5vw;
  }
}

@media screen and (max-width: 768px) {
  .changing-jobs .changing-jobs__hero {
    aspect-ratio: auto;
    background-position: 58% center;
  }

  .changing-jobs .changing-jobs__hero-inner {
    width: calc(100% - 32px);
    height: 620px;
    padding-top: 38px;
  }

  .changing-jobs .changing-jobs__hero-people {
    right: -60px;
    width: 590px;
  }

  .changing-jobs .changing-jobs__hero-content {
    position: static;
    width: 100%;
  }

  .changing-jobs .changing-jobs__hero-title {
    font-size: clamp(39px, 11.5vw, 56px);
    line-height: 1.35;
  }

  .changing-jobs .changing-jobs__hero-title-line--accent::after {
    right: 0.8em;
    height: 0.22em;
  }

  .changing-jobs .changing-jobs__hero-description {
    margin-top: 12px;
    font-size: clamp(16px, 4.4vw, 22px);
    line-height: 1.65;
  }

  .changing-jobs .changing-jobs__hero-actions {
    position: absolute;
    top: 460px;
    right: 0;
    left: 0;
    gap: 10px;
    margin: 0;
  }

  .changing-jobs .changing-jobs__button,
  .changing-jobs .changing-jobs__button:link,
  .changing-jobs .changing-jobs__button:visited {
    width: 50%;
    min-height: 54px;
    padding: 10px 12px;
    border-radius: 15px;
    font-size: 12px;
  }

  .changing-jobs .changing-jobs__button-icon {
    width: 24px;
    height: 24px;
    margin-right: 6px;
  }

  .changing-jobs .changing-jobs__button-arrow {
    width: 13px;
    height: 13px;
    border-width: 4px;
  }

  .changing-jobs .changing-jobs__hero-benefits {
    right: 0;
    bottom: 18px;
    left: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }
}

@media screen and (max-width: 390px) {
  .changing-jobs .changing-jobs__hero-people {
    right: -92px;
  }

  .changing-jobs .changing-jobs__button,
  .changing-jobs .changing-jobs__button:link {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
  }
}

/* ========================== */
/* ==========お悩み=========== */
/* ========================== */

.changing-jobs .changing-jobs__worries {
  width: 100%;
  min-height: 831px;
  margin: 0;
  padding: 136px 24px 140px;
  overflow: hidden;
  background: #fff;
  font-family: 'Noto Sans JP', 'Yu Gothic Medium', YuGothic, '游ゴシック体', sans-serif;
}

.changing-jobs .changing-jobs__worries-inner {
  position: relative;
  width: min(1218px, 100%);
  margin: 0 auto;
}

.changing-jobs .changing-jobs__worries-title {
  position: relative;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  color: #0645a5;
  font-size: clamp(36px, 3.2vw, 46px);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  text-align: center;
}

/* 共通CSSの span { font-size: 1.5rem; } を解除 */
.changing-jobs .changing-jobs__worries-title-text {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.changing-jobs .changing-jobs__worries-emphasis {
  display: block;
  flex: 0 0 auto;
  width: 28px;
  max-width: none;
  height: 65px;
}

.changing-jobs .changing-jobs__worries-person {
  position: absolute;
  z-index: 1;
  top: 0;
  display: block;
  width: 150px;
  max-width: none;
  height: 225px;
  object-fit: contain;
}

.changing-jobs .changing-jobs__worries-person--man {
  left: 52px;
}

.changing-jobs .changing-jobs__worries-person--woman {
  right: 52px;
}

.changing-jobs .changing-jobs__worries-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 350px);
  gap: 67px 84px;
  justify-content: center;
  margin: 165px 0 0;
  padding: 0;
}

.changing-jobs .changing-jobs__worries-item {
  display: flex;
  align-items: center;
  width: 350px;
  min-height: 124px;
  margin: 0;
  padding: 18px 28px 18px 30px;
  border: 3px solid #0645a5;
  border-radius: 29px;
  background: #fff;
}

.changing-jobs .changing-jobs__worries-check {
  display: block;
  flex: 0 0 70px;
  width: 70px;
  max-width: none;
  height: 70px;
  margin-right: 18px;
}

.changing-jobs .changing-jobs__worries-text {
  margin: 0;
  padding: 0;
  color: #0645a5;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.55;
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .changing-jobs .changing-jobs__worries {
    min-height: auto;
    padding: 10vw 24px;
  }

  .changing-jobs .changing-jobs__worries-person {
    width: 12vw;
    height: 18vw;
  }

  .changing-jobs .changing-jobs__worries-person--man {
    left: 2vw;
  }

  .changing-jobs .changing-jobs__worries-person--woman {
    right: 2vw;
  }

  .changing-jobs .changing-jobs__worries-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4.5vw 5vw;
    margin-top: 12vw;
  }

  .changing-jobs .changing-jobs__worries-item {
    width: 100%;
    min-height: 9vw;
    padding: 1.4vw 2vw;
    border-radius: 2.2vw;
  }

  .changing-jobs .changing-jobs__worries-check {
    flex-basis: 5.5vw;
    width: 5.5vw;
    height: 5.5vw;
    margin-right: 1.4vw;
  }

  .changing-jobs .changing-jobs__worries-text {
    font-size: clamp(17px, 2vw, 24px);
  }
}

@media screen and (max-width: 768px) {
  .changing-jobs .changing-jobs__worries {
    min-height: 0;
    padding: 64px 16px 72px;
  }

  .changing-jobs .changing-jobs__worries-inner {
    padding-top: 122px;
  }

  .changing-jobs .changing-jobs__worries-title {
    top: 0;
    gap: 8px;
    font-size: clamp(23px, 6.5vw, 32px);
    white-space: nowrap;
  }

  .changing-jobs .changing-jobs__worries-emphasis {
    width: 15px;
    height: auto;
  }

  .changing-jobs .changing-jobs__worries-person {
    top: 0;
    width: 78px;
    height: 117px;
  }

  .changing-jobs .changing-jobs__worries-person--man {
    left: 18px;
  }

  .changing-jobs .changing-jobs__worries-person--woman {
    right: 18px;
  }

  .changing-jobs .changing-jobs__worries-list {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 38px;
  }

  .changing-jobs .changing-jobs__worries-item {
    width: min(100%, 430px);
    min-height: 82px;
    margin: 0 auto;
    padding: 12px 20px;
    border-width: 2px;
    border-radius: 20px;
  }

  .changing-jobs .changing-jobs__worries-check {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
    margin-right: 16px;
  }

  .changing-jobs .changing-jobs__worries-text {
    font-size: 20px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 390px) {
  .changing-jobs .changing-jobs__worries-title {
    font-size: 21px;
  }

  .changing-jobs .changing-jobs__worries-text {
    font-size: 18px;
  }
}

/* =====================================
===============support==================
===================================== */

.changing-jobs__support {
  width: 100%;
  min-height: 984px;
  padding: 20px 0 80px;
  overflow: hidden;
}

.changing-jobs__support__inner {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
}

.changing-jobs__support__header {
  position: relative;
  height: 292px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 72px;
}

.changing-jobs__support__title {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #06409d;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.25;
  white-space: nowrap;
}

.changing-jobs__support__title-emphasis {
  padding-bottom: 2px;
  border-bottom: 3px solid #124cb5;
  font-size: 50px;
  color: #06409d;
}

.changing-jobs__support__decoration,
.changing-jobs__support__sparkle {
  position: absolute;
  pointer-events: none;
}

.changing-jobs__support__decoration {
  left: 50%;
  width: 448px;
  transform: translateX(-50%);
}

.changing-jobs__support__decoration--top {
  top: 0;
}

.changing-jobs__support__decoration--bottom {
  top: 160px;
}

.changing-jobs__support__sparkle {
  width: 100px;
}

.changing-jobs__support__sparkle--left {
  top: 0;
  left: 85px;
}

.changing-jobs__support__sparkle--right {
  top: 128px;
  right: 67px;
  transform: scale(0.82);
}

.changing-jobs__support__list {
  display: grid;
  grid-template-columns: repeat(3, 350px);
  justify-content: space-between;
  gap: 30px;
  margin: 49px 0 0;
  padding: 0;
  list-style: none;
}

.changing-jobs__support__item {
  --support-color: #0b49b5;
  position: relative;
  height: 486px;
  padding: 56px 12px 10px;
  border: 3px solid var(--support-color);
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
}

.changing-jobs__support__item--green {
  --support-color: #82c557;
}

.changing-jobs__support__item--orange {
  --support-color: var(--cj-orange);
}

.changing-jobs__support__number {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 88px;
  height: 59px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  color: #fff;
  background: var(--support-color);
  font-family: Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.changing-jobs__support__image-wrap {
  position: relative;
  height: 202px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 20px;
  border-bottom: 2px solid var(--support-color);
}

.changing-jobs__support__image {
  width: 245px;
  height: 210px;
  object-fit: contain;
  object-position: center bottom;
}

.changing-jobs__support__item--blue .changing-jobs__support__image {
  width: 270px;
  height: 215px;
}

.changing-jobs__support__item--green .changing-jobs__support__image {
  width: 225px;
  height: 225px;
}

.changing-jobs__support__item--orange .changing-jobs__support__image {
  width: 235px;
  height: 225px;
}

.changing-jobs__support__badge {
  position: absolute;
  right: -1px;
  bottom: 14px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--support-color);
}

.changing-jobs__support__badge--check::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 17px;
  width: 23px;
  height: 13px;
  border-left: 8px solid #fff;
  border-bottom: 8px solid #fff;
  transform: rotate(-45deg);
}

.changing-jobs__support__badge--heart {
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 29px;
  line-height: 1;
}

.changing-jobs__support__item-title {
  margin: 30px 0 31px;
  color: var(--support-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.changing-jobs__support__text {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.95;
}

@media (max-width: 1100px) {
  .changing-jobs__support__title {
    font-size: clamp(28px, 4.25vw, 46px);
  }

  .changing-jobs__support__list {
    grid-template-columns: repeat(3, minmax(0, 350px));
    gap: 20px;
  }

  .changing-jobs__support__item-title {
    font-size: clamp(17px, 2vw, 22px);
  }

  .changing-jobs__support__text {
    font-size: clamp(14px, 1.65vw, 18px);
  }
}

@media (max-width: 767px) {
  .changing-jobs__support {
    padding-top: 20px;
  }

  .changing-jobs__support__inner {
    width: min(350px, calc(100% - 30px));
  }

  .changing-jobs__support__header {
    height: 210px;
    align-items: flex-start;
    padding-top: 62px;
  }

  .changing-jobs__support__title {
    font-size: 27px;
    line-height: 1.55;
    text-align: center;
    white-space: normal;
  }

  .changing-jobs__support__decoration {
    width: 330px;
  }

  .changing-jobs__support__decoration--bottom {
    top: 175px;
  }

  .changing-jobs__support__sparkle {
    width: 65px;
  }

  .changing-jobs__support__sparkle--left {
    left: -5px;
  }

  .changing-jobs__support__sparkle--right {
    top: 130px;
    right: -5px;
  }

  .changing-jobs__support__list {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 35px;
  }

  .changing-jobs__support__item-title {
    font-size: 22px;
  }

  .changing-jobs__support__title-emphasis {
    padding-bottom: 0;
    font-size: 27px;
  }

  .changing-jobs__support__text {
    font-size: 18px;
  }
}

/* =====================================
===============reasons==================
===================================== */

.changing-jobs__reasons {
  padding: 83px 0 170px;
  background-color: #fff;
}

.changing-jobs__reasons__inner {
  width: min(1220px, calc(100% - 40px));
  margin-inline: auto;
}

.changing-jobs__reasons__title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 86px;
  color: #073e9a;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.changing-jobs__reasons__title-number {
  position: relative;
  margin-inline: 5px;
  color: var(--cj-orange);
  font-family: Arial, sans-serif;
  font-size: 76px;
  font-weight: 700;
  line-height: 0.8;
}

.changing-jobs__reasons__crown {
  position: absolute;
  top: -37px;
  left: -15px;
  width: 38px;
  height: 38px;
  object-fit: contain;
  transform: rotate(-11deg);
}

.changing-jobs__reasons__list {
  display: grid;
  gap: 64px;
  margin: 0;
  padding: 0 15px;
  list-style: none;
}

.changing-jobs__reasons__item {
  --reasons-color: #0a55db;
  --reasons-border: #b8d7ff;

  position: relative;
  height: 300px;
  overflow: hidden;
  border: 2px solid var(--reasons-border);
  border-radius: 21px;
  background-color: #fff;
  box-shadow: 0 8px 18px rgb(0 0 0 / 12%);
}

.changing-jobs__reasons__item--green {
  --reasons-color: #209236;
  --reasons-border: #c9e7cd;
}

.changing-jobs__reasons__item--orange {
  --reasons-color: var(--cj-orange);
  --reasons-border: #ffd0b3;
}

.changing-jobs__reasons__content {
  position: relative;
  z-index: 2;
  width: 600px;
  height: 100%;
  padding: 31px 0 24px 35px;
  /* background-color: #fff; */
}

.changing-jobs__reasons__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 119px;
  height: 43px;
  padding-inline: 21px;
  border-radius: 24px;
  color: #fff;
  background-color: var(--reasons-color);
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
}

.changing-jobs__reasons__item-title {
  margin: 25px 0 18px;
  padding-bottom: 15px;
  border-bottom: 2px dashed var(--reasons-color);
  color: var(--reasons-color);
  font-size: 34px;
  line-height: 1.15;
  white-space: nowrap;
}

.changing-jobs__reasons__text {
  margin: 0;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.changing-jobs__reasons__image-wrap {
  --reasons-image-bg: #eaf4ff;

  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 550px;
  height: 100%;
  overflow: hidden;
  background-color: var(--reasons-image-bg);

  /* 外側の曲線 */
  border-radius: 60px 0 0 60px / 150px 0 0 150px;
}

.changing-jobs__reasons__image-wrap--lightblue {
  --reasons-image-bg: #eaf4ff;
}

.changing-jobs__reasons__image-wrap--lightgreen {
  --reasons-image-bg: #e7f3e5;
}

.changing-jobs__reasons__image-wrap--lightorange {
  --reasons-image-bg: #feeadb;
}

.changing-jobs__reasons__image {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: calc(100% - 16px);
  height: 100%;
  object-fit: cover;

  /* 外側60px − 水色部分16px */
  border-radius: 44px 0 0 44px / 150px 0 0 150px;
}

.changing-jobs__reasons__item--green .changing-jobs__reasons__image {
  object-position: 54% center;
}

/* Tablet */
@media (max-width: 1100px) {
  .changing-jobs__reasons__content {
    width: 58%;
    padding-left: 3%;
  }

  .changing-jobs__reasons__item-title {
    font-size: clamp(23px, 3vw, 32px);
  }

  .changing-jobs__reasons__text {
    font-size: clamp(16px, 1.8vw, 20px);
  }

  .changing-jobs__reasons__image-wrap {
    width: 47%;
  }
}

/* Smartphone */
@media (max-width: 767px) {
  .changing-jobs__reasons {
    padding: 70px 0 90px;
  }

  .changing-jobs__reasons__inner {
    width: min(350px, calc(100% - 30px));
  }

  .changing-jobs__reasons__title {
    margin-bottom: 55px;
    font-size: 32px;
  }

  .changing-jobs__reasons__title-number {
    font-size: 54px;
  }

  .changing-jobs__reasons__crown {
    top: -29px;
    width: 30px;
    height: 30px;
  }

  .changing-jobs__reasons__list {
    gap: 30px;
    padding: 0;
  }

  .changing-jobs__reasons__item {
    height: auto;
    padding-top: 210px;
  }

  .changing-jobs__reasons__image-wrap {
    top: 0;
    width: 100%;
    height: 210px;
    background-color: transparent;
    border-radius: 18px 18px 0 0;
  }

  .changing-jobs__reasons__image {
    width: 100%;
    border-radius: 18px 18px 0 0;
  }

  .changing-jobs__reasons__content {
    width: 100%;
    height: auto;
    padding: 24px 20px 28px;
  }

  .changing-jobs__reasons__label {
    min-width: 100px;
    height: 38px;
    font-size: 19px;
  }

  .changing-jobs__reasons__item-title {
    margin-top: 20px;
    font-size: 23px;
    white-space: normal;
  }

  .changing-jobs__reasons__text {
    font-size: 16px;
  }

  .changing-jobs__reasons__text br {
    display: none;
  }
}

/* =====================================
=================jobs====================
===================================== */
.changing-jobs__jobs {
  padding: 55px 0 35px;
  background-color: #fff;
}

.changing-jobs__jobs-inner {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
}

.changing-jobs__jobs-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  margin: 0 0 42px;
  color: #001536;
  font-size: 52px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-align: center;
}

.changing-jobs__jobs-decoration {
  position: relative;
  flex: 0 0 auto;
  width: 48px;
  height: 64px;
}

.changing-jobs__jobs-decoration::before,
.changing-jobs__jobs-decoration::after {
  content: "";
  position: absolute;
  left: 20px;
  width: 6px;
  height: 38px;
  border-radius: 10px;
  background-color: #2589ee;
}

.changing-jobs__jobs-decoration::before {
  top: 0;
  transform: rotate(-42deg);
}

.changing-jobs__jobs-decoration::after {
  bottom: 0;
  transform: rotate(-74deg);
}

.changing-jobs__jobs-decoration--left {
  transform: rotate(0deg);
}

.changing-jobs__jobs-decoration--right {
  transform: scaleX(-1);
}

.changing-jobs__jobs-decoration--left span,
.changing-jobs__jobs-decoration--right span {
  display: none;
}

.changing-jobs__jobs-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.changing-jobs__jobs-item {
  min-width: 0;
  height: 186px;
  display: flex;
  align-items: center;
  padding: 10px 40px;
  overflow: hidden;
  border: 2px solid #d4e8ff;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 7px 15px rgb(0 42 92 / 12%);
}

.changing-jobs__jobs-image {
  flex: 0 0 auto;
  width: 164px;
  height: 164px;
  object-fit: contain;
}

.changing-jobs__jobs-name {
  min-width: 0;
  margin: 0 0 0 28px;
  color: #001536;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.35;
  white-space: nowrap;
}

.changing-jobs__jobs-name--small {
  font-size: 30px;
}

/* タブレット */
@media (max-width: 1100px) {
  .changing-jobs__jobs-title {
    font-size: clamp(38px, 4.6vw, 50px);
  }

  .changing-jobs__jobs-item {
    height: 160px;
    padding-inline: 20px;
  }

  .changing-jobs__jobs-image {
    width: 138px;
    height: 138px;
  }

  .changing-jobs__jobs-name {
    margin-left: 20px;
    font-size: clamp(25px, 3.2vw, 36px);
  }

  .changing-jobs__jobs-name--small {
    font-size: clamp(19px, 2.5vw, 27px);
  }
}

/* スマートフォン */
@media (max-width: 767px) {
  .changing-jobs__jobs {
    padding: 45px 0;
  }

  .changing-jobs__jobs-inner {
    width: calc(100% - 30px);
  }

  .changing-jobs__jobs-title {
    gap: 12px;
    margin-bottom: 30px;
    font-size: clamp(27px, 7.2vw, 34px);
    letter-spacing: 0;
  }

  .changing-jobs__jobs-decoration {
    width: 30px;
    height: 44px;
  }

  .changing-jobs__jobs-decoration::before,
  .changing-jobs__jobs-decoration::after {
    left: 12px;
    width: 4px;
    height: 25px;
  }

  .changing-jobs__jobs-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .changing-jobs__jobs-item {
    height: 125px;
    padding: 8px 18px;
    border-radius: 15px;
  }

  .changing-jobs__jobs-image {
    width: 108px;
    height: 108px;
  }

  .changing-jobs__jobs-name {
    margin-left: 18px;
    font-size: clamp(23px, 7vw, 30px);
  }

  .changing-jobs__jobs-name--small {
    font-size: clamp(18px, 5.3vw, 23px);
    white-space: normal;
  }
}

/* =====================================
=================flow===================
===================================== */


.changing-jobs__flow {
  padding: 58px 0 90px;
  background-color: #fff;
}

.changing-jobs__flow-inner {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
}

.changing-jobs__flow-header {
  text-align: center;
}

.changing-jobs__flow-title {
  margin: 0;
  color: #06377f;
  font-size: 58px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.25;
}

.changing-jobs__flow-lead-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin-top: 12px;
}

.changing-jobs__flow-lead {
  margin: 0;
  color: #064496;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.changing-jobs__flow-emphasis {
  width: 39px;
  height: 46px;
  object-fit: contain;
}

.changing-jobs__flow-sparkling {
  position: absolute;
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.changing-jobs__flow-sparkling--left {
  left: 165px;
  top: -20px;
}

.changing-jobs__flow-sparkling--right {
  right: 160px;
  top: -20px;
  transform: scaleX(-1);
}

.changing-jobs__flow-dots {
  display: block;
  width: 260px;
  height: 10px;
  margin: 15px auto 38px;
  background-image: radial-gradient(
    circle,
    #2c87e7 4px,
    transparent 5px
  );
  background-position: center;
  background-size: 24px 10px;
  background-repeat: repeat-x;
}

.changing-jobs__flow-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.changing-jobs__flow-item {
  --flow-color: #38b635;

  position: relative;
  min-width: 0;
  height: 540px;
  padding: 21px 18px 26px;
  border: 2px solid var(--flow-color);
  border-radius: 23px;
  background-color: #fff;
  box-shadow: 0 8px 16px rgb(0 41 84 / 13%);
  text-align: center;
}

.changing-jobs__flow-item--green {
  --flow-color: #38b635;
}

.changing-jobs__flow-item--blue {
  --flow-color: #2477df;
}

.changing-jobs__flow-item--orange {
  --flow-color: var(--cj-orange);
}

.changing-jobs__flow-item--emerald {
  --flow-color: #0da989;
}

.changing-jobs__flow-step {
  width: 168px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 25px;
  color: #fff;
  background-color: var(--flow-color);
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.changing-jobs__flow-image {
  display: block;
  width: 235px;
  height: 235px;
  margin: 13px auto 0;
  object-fit: contain;
}

.changing-jobs__flow-item-title {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-bottom: 17px;
  border-bottom: 4px dotted var(--flow-color);
  color: #06162e;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.35;
}

.changing-jobs__flow-text {
  margin: 24px 0 0;
  color: #222;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.55;
}

/* カード間の矢印 */
.changing-jobs__flow-item:not(:last-child)::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  right: -39px;
  width: 47px;
  height: 47px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #1f73d4;
  box-shadow: 0 3px 8px rgb(0 57 137 / 25%);
  transform: translateY(-50%);
}

.changing-jobs__flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 50%;
  right: -20px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

/* タブレット */
@media (max-width: 1100px) {
  .changing-jobs__flow-title {
    font-size: clamp(42px, 5vw, 54px);
  }

  .changing-jobs__flow-lead {
    font-size: clamp(17px, 2vw, 21px);
  }

  .changing-jobs__flow-sparkling {
    display: none;
  }

  .changing-jobs__flow-list {
    gap: 20px;
  }

  .changing-jobs__flow-item {
    height: 500px;
    padding-inline: 12px;
  }

  .changing-jobs__flow-step {
    width: 145px;
    font-size: 21px;
  }

  .changing-jobs__flow-image {
    width: 195px;
    max-width: 100%;
    height: 210px;
  }

  .changing-jobs__flow-item-title {
    font-size: clamp(18px, 2.1vw, 22px);
  }

  .changing-jobs__flow-text {
    font-size: clamp(15px, 1.7vw, 18px);
  }

  .changing-jobs__flow-item:not(:last-child)::before {
    right: -32px;
    width: 41px;
    height: 41px;
  }

  .changing-jobs__flow-item:not(:last-child)::after {
    right: -16px;
  }
}

/* スマートフォン */
@media (max-width: 767px) {
  .changing-jobs__flow {
    padding: 45px 0 70px;
  }

  .changing-jobs__flow-inner {
    width: min(350px, calc(100% - 30px));
  }

  .changing-jobs__flow-title {
    font-size: 38px;
  }

  .changing-jobs__flow-lead-wrap {
    gap: 8px;
  }

  .changing-jobs__flow-lead {
    font-size: 16px;
  }

  .changing-jobs__flow-emphasis {
    width: 24px;
    height: 34px;
  }

  .changing-jobs__flow-dots {
    width: 160px;
    margin-bottom: 30px;
    background-size: 18px 10px;
  }

  .changing-jobs__flow-list {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .changing-jobs__flow-item {
    width: 100%;
    height: auto;
    min-height: 520px;
    padding: 21px 20px 27px;
  }

  .changing-jobs__flow-step {
    width: 168px;
  }

  .changing-jobs__flow-image {
    width: 225px;
    height: 225px;
  }

  .changing-jobs__flow-item-title {
    font-size: 23px;
  }

  .changing-jobs__flow-text {
    font-size: 18px;
  }

  /* スマホでは下向き矢印 */
  .changing-jobs__flow-item:not(:last-child)::before {
    top: auto;
    right: 50%;
    bottom: -51px;
    transform: translateX(50%);
  }

  .changing-jobs__flow-item:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -36px;
    transform: translateX(50%) rotate(135deg);
  }
}

/* =====================================
=================cta====================
===================================== */

.changing-jobs__cta {
  padding: 22px 0;
}

.changing-jobs__cta__inner {
  position: relative;
  width: min(1220px, calc(100% - 40px));
  min-height: 655px;
  margin: 0 auto;
  padding: 58px 88px 35px;
  overflow: hidden;
  border-radius: 40px;
  color: #fff;
  background:
    #0875ec url("../img/changing-jobs/cta-bg.webp")
    center / cover no-repeat;
  box-shadow: 0 8px 22px rgb(0 69 158 / 22%);
}

.changing-jobs__cta__speech {
  position: absolute;
  z-index: 2;
  top: 45px;
  width: 175px;
  height: auto;
  filter: drop-shadow(0 5px 4px rgb(0 48 125 / 20%));
}

.changing-jobs__cta__speech--left {
  left: 25px;
}

.changing-jobs__cta__speech--right {
  right: 25px;
}

.changing-jobs__cta__header {
  text-align: center;
}

.changing-jobs__cta__title {
  display: inline-block;
  margin: 0;
  padding: 0 7px 12px;
  border-bottom: 6px solid #ffe323;
  color: #fff;
  font-size: 58px;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1.1;
  text-shadow: 0 4px 5px rgb(0 45 125 / 35%);
}

.changing-jobs__cta__lead {
  position: relative;
  display: inline-block;
  margin: 26px 0 0;
  padding: 0 55px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.25;
}

.changing-jobs__cta__lead::before,
.changing-jobs__cta__lead::after {
  content: "";
  position: absolute;
  top: 0;
  width: 4px;
  height: 52px;
  border-left: 4px dotted #fff;
}

.changing-jobs__cta__lead::before {
  left: 17px;
  transform: rotate(-34deg);
}

.changing-jobs__cta__lead::after {
  right: 17px;
  transform: rotate(34deg);
}

.changing-jobs__cta__introduction {
  margin-top: 9px;
  text-align: center;
}

.changing-jobs__cta__house-line {
  display: block;
  width: 510px;
  max-width: 58%;
  height: 34px;
  margin: 0 auto;
  object-fit: fill;
}

.changing-jobs__cta__description {
  margin: 7px 0 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.55;
}

.changing-jobs__cta__buttons {
  display: grid;
  grid-template-columns: repeat(2, 425px);
  justify-content: center;
  gap: 20px;
  margin-top: 26px;
}

.changing-jobs__cta__button {
  position: relative;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 3px solid #fff;
  border-radius: 21px;
  color: #fff;
  font-size: 27px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 7px 12px rgb(0 47 124 / 30%);
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.changing-jobs__cta__button:hover {
  transform: translateY(-3px);
  filter: brightness(1.04);
}

.changing-jobs__cta__button--line {
  background: var(--cj-line);
}

.changing-jobs__cta__button--form {
  border-color: var(--cj-orange);
  color: var(--cj-orange);
  background-color: #fff;
}

.changing-jobs__cta__button-icon--line {
  width: 61px;
  height: 61px;
  border-radius: 50%;
  object-fit: cover;
}

.changing-jobs__cta__button-icon--mail {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.changing-jobs__cta__button-arrow {
  position: absolute;
  right: 27px;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.changing-jobs__cta__features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.changing-jobs__cta__feature {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 20px;
  border-right: 2px dotted rgb(255 255 255 / 80%);
}

.changing-jobs__cta__feature:last-child {
  border-right: 0;
}

.changing-jobs__cta__feature-icon {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.changing-jobs__cta__button-text {
  font-size: 24px;
}

.changing-jobs__cta__feature-text {
  margin: 0;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.5;
}

.fs16 {
  font-size: 16px;
}

.changing-jobs__cta__feature-text strong {
  color: #ffeb13;
  font-weight: 800;
}

/* タブレット */
@media (max-width: 1100px) {
  .changing-jobs__cta__inner {
    padding-inline: 35px;
  }

  .changing-jobs__cta__title {
    font-size: clamp(40px, 5vw, 54px);
  }

  .changing-jobs__cta__speech {
    width: 140px;
  }

  .changing-jobs__cta__speech--left {
    left: 8px;
  }

  .changing-jobs__cta__speech--right {
    right: 8px;
  }

  .changing-jobs__cta__buttons {
    grid-template-columns: repeat(2, minmax(0, 425px));
  }

  .changing-jobs__cta__feature {
    padding-inline: 10px;
  }

  .changing-jobs__cta__feature-text {
    font-size: 16px;
  }
}

/* スマートフォン */
@media (max-width: 767px) {
  .changing-jobs__cta {
    padding: 15px 0;
  }

  .changing-jobs__cta__inner {
    width: calc(100% - 30px);
    min-height: auto;
    padding: 40px 18px 30px;
    border-radius: 25px;
  }

  .changing-jobs__cta__speech {
    top: 12px;
    width: 90px;
  }

  .changing-jobs__cta__speech--left {
    left: 5px;
  }

  .changing-jobs__cta__speech--right {
    right: 5px;
  }

  .changing-jobs__cta__title {
    width: 100%;
    padding: 0 48px 10px;
    font-size: clamp(29px, 9vw, 42px);
    line-height: 1.35;
  }

  .changing-jobs__cta__lead {
    margin-top: 24px;
    padding-inline: 28px;
    font-size: 22px;
  }

  .changing-jobs__cta__lead::before,
  .changing-jobs__cta__lead::after {
    height: 34px;
  }

  .changing-jobs__cta__lead::before {
    left: 5px;
  }

  .changing-jobs__cta__lead::after {
    right: 5px;
  }

  .changing-jobs__cta__introduction {
    margin-top: 18px;
  }

  .changing-jobs__cta__house-line {
    max-width: 90%;
  }

  .changing-jobs__cta__description {
    font-size: 17px;
  }

  .changing-jobs__cta__buttons {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px;
  }

  .changing-jobs__cta__button {
    height: 82px;
    font-size: 20px;
  }

  .changing-jobs__cta__button-icon--line {
    width: 48px;
    height: 48px;
  }

  .changing-jobs__cta__button-icon--mail {
    width: 43px;
    height: 43px;
  }

  .changing-jobs__cta__features {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }

  .changing-jobs__cta__feature {
    justify-content: flex-start;
    padding-inline: 8px;
  }

  .changing-jobs__cta__feature:nth-child(2) {
    border-right: 0;
  }

  .changing-jobs__cta__feature-icon {
    width: 55px;
    height: 55px;
  }

  .changing-jobs__cta__feature-text {
    font-size: 12px;
  }
}
