@charset "UTF-8";
#cta-6982e1d1c67d4608d039a8f4 {
  /* 画像の上に重ねる */
  /* テキスト */
  /* ボタン */
  /* 補足 */
}
#cta-6982e1d1c67d4608d039a8f4 .job-flow {
  padding: 24px 16px 40px;
  background: #eef3fb;
  font-family: "Noto Sans JP", sans-serif;
}
#cta-6982e1d1c67d4608d039a8f4 .job-flow__head {
  max-width: 1100px;
  margin: 0 auto 22px;
  background: linear-gradient(180deg, #f56ba1 0%, #eb4f8c 100%);
  border-radius: 26px;
  padding: 24px 16px;
  text-align: center;
  color: #fff;
  box-shadow: 0 6px 0 rgba(235, 79, 140, 0.18);
}
#cta-6982e1d1c67d4608d039a8f4 .job-flow__sub {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
}
#cta-6982e1d1c67d4608d039a8f4 .job-flow__title {
  margin: 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.4;
}
#cta-6982e1d1c67d4608d039a8f4 .job-flow__grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 42px 1fr 42px 1fr 42px 1fr;
  gap: 0;
  align-items: start;
}
#cta-6982e1d1c67d4608d039a8f4 .job-flow__step {
  background: transparent;
}
#cta-6982e1d1c67d4608d039a8f4 .job-flow__image {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 14px;
}
#cta-6982e1d1c67d4608d039a8f4 .job-flow__image img {
  width: 100%;
  display: block;
  height: auto;
}
#cta-6982e1d1c67d4608d039a8f4 .job-flow__step-title {
  margin: 0 0 14px;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  color: #13233a;
  line-height: 1.4;
}
#cta-6982e1d1c67d4608d039a8f4 .job-flow__badge {
  margin: 0 0 16px;
  background: #1557a6;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  padding: 9px 10px;
  border: 3px solid #dce8f6;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
#cta-6982e1d1c67d4608d039a8f4 .job-flow__text {
  margin: 0;
  color: #1f2c3d;
  font-size: 15px;
  line-height: 1.9;
}
#cta-6982e1d1c67d4608d039a8f4 .job-flow__note {
  margin: 12px 0 0;
  padding: 10px 12px;
  background: #fff;
  border: 2px solid #7fd7e8;
  color: #1f2c3d;
  font-size: 14px;
  line-height: 1.7;
}
#cta-6982e1d1c67d4608d039a8f4 .job-flow__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 70px;
  line-height: 1;
  color: #4590e8;
  font-weight: 400;
  padding-top: 42px;
}
@media screen and (max-width: 980px) {
  #cta-6982e1d1c67d4608d039a8f4 .job-flow__grid {
    grid-template-columns: 1fr 30px 1fr;
    gap: 18px 8px;
  }
  #cta-6982e1d1c67d4608d039a8f4 .job-flow__grid > .job-flow__step:nth-child(5),
#cta-6982e1d1c67d4608d039a8f4 .job-flow__grid > .job-flow__step:nth-child(7) {
    grid-column: 1/-1;
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
  }
  #cta-6982e1d1c67d4608d039a8f4 .job-flow__grid > .job-flow__arrow:nth-child(6) {
    display: none;
  }
  #cta-6982e1d1c67d4608d039a8f4 .job-flow__grid > .job-flow__arrow:nth-child(4) {
    grid-column: 1/-1;
    transform: rotate(90deg);
    padding-top: 0;
    font-size: 54px;
  }
  #cta-6982e1d1c67d4608d039a8f4 .job-flow__grid > .job-flow__arrow:nth-child(2) {
    padding-top: 38px;
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  #cta-6982e1d1c67d4608d039a8f4 .job-flow {
    padding: 18px 12px 32px;
  }
  #cta-6982e1d1c67d4608d039a8f4 .job-flow__head {
    border-radius: 20px;
    padding: 20px 12px;
  }
  #cta-6982e1d1c67d4608d039a8f4 .job-flow__title {
    font-size: 24px;
  }
  #cta-6982e1d1c67d4608d039a8f4 .job-flow__grid {
    display: block;
  }
  #cta-6982e1d1c67d4608d039a8f4 .job-flow__step {
    margin-bottom: 18px;
  }
  #cta-6982e1d1c67d4608d039a8f4 .job-flow__arrow {
    transform: rotate(90deg);
    font-size: 44px;
    padding: 4px 0 12px;
  }
  #cta-6982e1d1c67d4608d039a8f4 .job-flow__step-title {
    font-size: 20px;
  }
  #cta-6982e1d1c67d4608d039a8f4 .job-flow__badge {
    font-size: 15px;
  }
  #cta-6982e1d1c67d4608d039a8f4 .job-flow__text {
    font-size: 14px;
  }
}
#cta-6982e1d1c67d4608d039a8f4 .fv-cta-overlay {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  z-index: 10;
  color: #ffffff;
  max-width: 420px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
#cta-6982e1d1c67d4608d039a8f4 .fv-cta-sub {
  font-size: 14px;
  margin-bottom: 8px;
  opacity: 0.9;
}
#cta-6982e1d1c67d4608d039a8f4 .fv-cta-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
#cta-6982e1d1c67d4608d039a8f4 .fv-cta-btn {
  display: inline-block;
  background: linear-gradient(135deg, #ff6b8a, #ff3d68);
  color: #fff !important;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(255, 60, 100, 0.3);
}
#cta-6982e1d1c67d4608d039a8f4 .fv-cta-note {
  font-size: 12px;
  margin-top: 8px;
  opacity: 0.85;
}
#cta-6982e1d1c67d4608d039a8f4 .entry-flow {
  padding: 28px 16px 40px;
  background: #f8f8fb;
  font-family: "Noto Sans JP", sans-serif;
}
#cta-6982e1d1c67d4608d039a8f4 .entry-flow__inner {
  max-width: 980px;
  margin: 0 auto;
}
#cta-6982e1d1c67d4608d039a8f4 .entry-flow__heading {
  text-align: center;
  margin-bottom: 22px;
}
#cta-6982e1d1c67d4608d039a8f4 .entry-flow__sub {
  margin: 0 0 8px;
  font-size: 13px;
  color: #7d7d98;
  line-height: 1.8;
}
#cta-6982e1d1c67d4608d039a8f4 .entry-flow__title {
  margin: 0;
  font-size: 34px;
  font-weight: 900;
  color: #4a43c5;
  line-height: 1.4;
}
#cta-6982e1d1c67d4608d039a8f4 .entry-flow__wrap {
  background: #eef0ff;
  padding: 22px;
  border-radius: 0;
}
#cta-6982e1d1c67d4608d039a8f4 .entry-flow__step {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 0;
  align-items: stretch;
}
#cta-6982e1d1c67d4608d039a8f4 .entry-flow__label {
  background: #4036c9;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 158px;
  text-align: center;
}
#cta-6982e1d1c67d4608d039a8f4 .entry-flow__label span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
#cta-6982e1d1c67d4608d039a8f4 .entry-flow__label strong {
  display: block;
  margin-top: 6px;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}
#cta-6982e1d1c67d4608d039a8f4 .entry-flow__content {
  background: #fff;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 20px;
  align-items: center;
  border-left: 0;
}
#cta-6982e1d1c67d4608d039a8f4 .entry-flow__image {
  background: #f5f5f5;
}
#cta-6982e1d1c67d4608d039a8f4 .entry-flow__image img {
  display: block;
  width: 100%;
  height: auto;
}
#cta-6982e1d1c67d4608d039a8f4 .entry-flow__text h3 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 900;
  color: #4036c9;
  line-height: 1.4;
}
#cta-6982e1d1c67d4608d039a8f4 .entry-flow__time {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 18px;
  border: 2px solid #4036c9;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: #4036c9;
  background: #fff;
}
#cta-6982e1d1c67d4608d039a8f4 .entry-flow__text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #333;
}
#cta-6982e1d1c67d4608d039a8f4 .entry-flow__note {
  margin-top: 12px !important;
  font-size: 13px !important;
  color: #666 !important;
}
#cta-6982e1d1c67d4608d039a8f4 .entry-flow__triangle {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 16px solid #4036c9;
}
@media screen and (max-width: 767px) {
  #cta-6982e1d1c67d4608d039a8f4 .entry-flow {
    padding: 22px 12px 30px;
  }
  #cta-6982e1d1c67d4608d039a8f4 .entry-flow__title {
    font-size: 26px;
  }
  #cta-6982e1d1c67d4608d039a8f4 .entry-flow__wrap {
    padding: 14px;
  }
  #cta-6982e1d1c67d4608d039a8f4 .entry-flow__step {
    grid-template-columns: 72px 1fr;
  }
  #cta-6982e1d1c67d4608d039a8f4 .entry-flow__label {
    min-height: 120px;
  }
  #cta-6982e1d1c67d4608d039a8f4 .entry-flow__label strong {
    font-size: 24px;
  }
  #cta-6982e1d1c67d4608d039a8f4 .entry-flow__content {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
  }
  #cta-6982e1d1c67d4608d039a8f4 .entry-flow__text h3 {
    font-size: 22px;
  }
  #cta-6982e1d1c67d4608d039a8f4 .entry-flow__text p {
    font-size: 14px;
  }
  #cta-6982e1d1c67d4608d039a8f4 .entry-flow__triangle {
    border-left-width: 14px;
    border-right-width: 14px;
    border-top-width: 12px;
  }
}