@charset "UTF-8";

/* ===============================
  リスキリングを通じたキャリアアップ支援事業
=============================== */

/*------------------------------
intro
------------------------------*/
.rcs-intro {
  padding: min(120px, 8.333vw) 0 min(40px, 2.778vw);
}
@media (max-width: 767px) {
  .rcs-intro { padding: 17% 0 4% !important; }
}

.rcs-intro__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(60px, 4.167vw);
}
@media (max-width: 767px) {
  .rcs-intro__wrapper {
    flex-direction: column;
    gap: 6% !important;
    align-items: center;
  }
}

.rcs-intro__body {
  flex: 0 1 720px;
  min-width: 0;
}
@media (max-width: 767px) {
  .rcs-intro__body { width: 100%; flex: none; text-align: center; }
}

.rcs-intro__logo {
  flex-shrink: 0;
  width: min(260px, 20vw);
}
.rcs-intro__logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .rcs-intro__logo {
    width: min(160px, 42.667vw);
    margin: 0 auto;
    margin-bottom: 10vw;
    order: -1;
  }
}

.rcs-intro__catch {
  margin-top: 1em;
  font-size: min(2rem, 2.4vw);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: left;
}
@media (max-width: 767px) {
  .rcs-intro__catch {
    text-align: center;
    margin-top: 1.5em;
    font-size: min(1.125rem, 4.8vw);
  }
}

.rcs-intro__message {
  margin-top: 2%;
  font-size: min(1rem, 1.2vw);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
  text-align: left;
  color: #555;
}
@media (max-width: 767px) {
  .rcs-intro__message {
    margin-top: 1.5em;
    font-size: min(0.875rem, 3.733vw);
    text-align: center;
  }
}

/*------------------------------
subsidy
------------------------------*/
.rcs-subsidy {
  background: #F6F6F6;
  padding: min(100px, 6.944vw) 0;
}
@media (max-width: 767px) {
  .rcs-subsidy { padding: 15% 0; }
}

.rcs-subsidy .c-sec-ttl {
  margin-bottom: min(60px, 4.167vw);
}
@media (max-width: 767px) {
  .rcs-subsidy .c-sec-ttl { margin-bottom: 10%; }
}

.rcs-subsidy__cards {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
}
@media (max-width: 767px) {
  .rcs-subsidy__cards {
    flex-direction: column;
    gap: 0;
  }
}

.rcs-subsidy__card {
  background: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  text-align: center;
  padding: min(40px, 2.778vw) min(32px, 2.222vw);
  flex: 1;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .rcs-subsidy__card {
    max-width: 100%;
    width: 100%;
    padding: 5% 6%;
  }
}

.rcs-subsidy__card--total {
  background: linear-gradient(#F0F0F0, #F0F0F0) padding-box,
              linear-gradient(135deg, #FFD000 0%, #FF8C00 100%) border-box;
  border: 4px solid transparent;
  max-width: 340px;
  padding: min(48px, 3.333vw) min(40px, 2.778vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .rcs-subsidy__card--total {
    max-width: 100%;
    width: 100%;
    padding: 5% 6%;
  }
}

.rcs-subsidy__timing {
  font-size: min(0.875rem, 1.05vw);
  font-weight: 700;
  color: #7D7D7D;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .rcs-subsidy__timing { font-size: min(0.8125rem, 3.467vw); }
}

.rcs-subsidy__card--total .rcs-subsidy__timing {
  display: inline-block;
  background: linear-gradient(135deg, #FFD000 0%, #FF8C00 100%);
  color: #000;
  font-size: min(0.9375rem, 1.125vw);
  font-weight: 700;
  padding: 0.35em 1.2em;
  border-radius: 20px;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .rcs-subsidy__card--total .rcs-subsidy__timing { font-size: min(0.875rem, 3.733vw); }
}

.rcs-subsidy__rate {
  margin-top: 0.4em;
  font-size: min(2.5rem, 3vw);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #000;
}
.rcs-subsidy__rate span {
  font-size: 0.55em;
}

.rcs-subsidy__card--total .rcs-subsidy__rate {
  color: #000;
  font-size: min(3.5rem, 4.2vw);
}
@media (max-width: 767px) {
  .rcs-subsidy__rate {
    font-size: min(1.75rem, 7.467vw);
    margin-top: 0.5em;
  }
  .rcs-subsidy__card--total .rcs-subsidy__rate { font-size: min(2.25rem, 9.6vw); }
}

.rcs-subsidy__limit {
  margin-top: 0.4em;
  font-size: min(0.875rem, 1.05vw);
  font-weight: 700;
  color: #555;
}
.rcs-subsidy__card--total .rcs-subsidy__limit {
  color: #000;
}
@media (max-width: 767px) {
  .rcs-subsidy__limit { font-size: min(0.875rem, 3.733vw); }
}

.rcs-subsidy__plus {
  font-size: min(2rem, 2.4vw);
  font-weight: 700;
  color: #BEBEBE;
  padding: 0 min(20px, 1.389vw);
  flex-shrink: 0;
  align-self: center;
}
@media (max-width: 767px) {
  .rcs-subsidy__plus {
    font-size: min(1.5rem, 6.4vw);
    padding: 0.3em 0;
  }
  .rcs-subsidy__plus--equal {
    transform: rotate(90deg);
  }
}

.rcs-subsidy__note {
  margin-top: min(40px, 2.778vw);
  font-size: min(0.8125rem, 0.975vw);
  color: #7D7D7D;
  text-align: center;
  line-height: 1.8;
}
.rcs-subsidy__note a {
  color: #7D7D7D;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .rcs-subsidy__note {
    margin-top: 8%;
    font-size: min(0.75rem, 3.2vw);
    text-align: left;
  }
}

/*------------------------------
steps
------------------------------*/
.rcs-steps {
  padding: min(120px, 8.333vw) 0;
  background: #fff;
  position: relative;
}
.rcs-steps::before {
  content: "";
  position: absolute;
  background: url(../img/img_tilt01.png) no-repeat center center/100%;
  transform: translate(-36%, -50%);
  aspect-ratio: 300/318;
  width: 11%;
  max-width: 160px;
  left: 0%;
  top: 43%;
}
.rcs-steps::after {
  content: "";
  position: absolute;
  background: url(../img/dec1-2.png) no-repeat center center/100%;
  transform: translate(0%, -50%);
  aspect-ratio: 393/448;
  right: 0%;
  width: 31.5%;
  max-width: 453px;
  top: 65%;
}
.rcs-steps > .inner {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .rcs-steps { padding: 17% 0; }
  .rcs-steps::before {
    top: 17%;
    width: 29%;
    max-width: unset;
  }
  .rcs-steps::after {
    width: 48.5%;
    top: 80%;
    max-width: unset;
  }
}

.rcs-steps .c-sec-ttl__en { color: #FF9B00; }
.rcs-steps .c-sec-ttl__ja { color: #000; }
.rcs-steps .c-sec-ttl__en::before,
.rcs-steps .c-sec-ttl__en::after { background: #FF9B00; }

.rcs-steps__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 1.333%;
  margin-top: min(60px, 4.167vw);
}
@media (max-width: 767px) {
  .rcs-steps__list {
    flex-direction: column;
    margin-top: 10%;
    gap: 16px;
  }
}

.rcs-steps__item {
  background: #FFFDEA;
  border-radius: 0;
  padding: 2.667%;
  text-align: center;
  flex: 1;
}
@media (max-width: 767px) {
  .rcs-steps__item {
    padding: 6% 6%;
  }
}

.rcs-steps__number {
  font-family: "Outfit", sans-serif;
  font-size: min(0.875rem, 1.05vw);
  font-weight: 700;
  color: #fff;
  background: #48494B;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 2px;
  margin: 0 auto 0.8em;
  letter-spacing: 0.04em;
}
.rcs-steps__number strong {
  font-size: min(1rem, 1.2vw);
  font-family: "Outfit", sans-serif;
}
@media (max-width: 767px) {
  .rcs-steps__number { font-size: min(0.75rem, 3.2vw); }
  .rcs-steps__number strong { font-size: min(0.8125rem, 3.467vw); }
}

.rcs-steps__icon {
  width: 33%;
  margin: 0 auto 8%;
}
.rcs-steps__icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .rcs-steps__icon { width: 25%; margin: 0 auto 6%; }
}

.rcs-steps__heading {
  font-size: min(1.5rem, 1.8vw);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
  margin-top: 0.33em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .rcs-steps__heading { font-size: min(1rem, 4.267vw); }
}

.rcs-steps__text {
  font-size: min(1rem, 1.2vw);
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  text-align: left;
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px dashed #7A7A7A;
}
@media (max-width: 767px) {
  .rcs-steps__text { font-size: min(0.875rem, 3.733vw); }
}

.rcs-steps__arrow {
  display: flex;
  align-items: center;
  padding: 0 min(16px, 1.111vw);
  color: #BEBEBE;
  font-size: min(2rem, 2.4vw);
  flex-shrink: 0;
}
.rcs-steps__arrow::after {
  content: "▶";
  color: #BEBEBE;
}
@media (max-width: 767px) {
  .rcs-steps__arrow {
    justify-content: center;
    padding: 0.5em 0;
    font-size: min(1.25rem, 5.333vw);
  }
  .rcs-steps__arrow::after { content: "▼"; }
}

/*------------------------------
recommend
------------------------------*/
.rcs-recommend {
  padding: min(120px, 8.333vw) 0;
  background: #F6F6F6;
}
@media (max-width: 767px) {
  .rcs-recommend { padding: 17% 0; }
}

.rcs-recommend .c-heading-bubble {
  margin-bottom: min(60px, 4.167vw);
}
@media (max-width: 767px) {
  .rcs-recommend .c-heading-bubble { margin-bottom: 10%; }
}

.rcs-recommend__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(24px, 1.667vw);
}
@media (max-width: 767px) {
  .rcs-recommend__cards {
    grid-template-columns: 1fr;
    gap: 4%;
  }
}

.rcs-recommend__card {
  background: #fff;
  border-radius: 8px;
  padding: min(40px, 2.778vw) min(36px, 2.5vw);
  border-left: 4px solid #000;
}

.rcs-recommend__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1em;
}
.rcs-recommend__icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .rcs-recommend__card { padding: 7% 7%; }
}

.rcs-recommend__heading {
  font-size: min(1.125rem, 1.35vw);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.6em;
}
@media (max-width: 767px) {
  .rcs-recommend__heading { font-size: min(0.9375rem, 4vw); }
}

.rcs-recommend__text {
  font-size: min(0.9375rem, 1.125vw);
  font-weight: 500;
  line-height: 1.8;
  color: #555;
}
@media (max-width: 767px) {
  .rcs-recommend__text { font-size: min(0.875rem, 3.733vw); }
}

/*------------------------------
interview
------------------------------*/
.rcs-interview {
  padding: min(120px, 8.333vw) 0;
  background: #fff;
}
@media (max-width: 767px) {
  .rcs-interview { padding: 26% 0 30% !important; }
}

.rcs-interview .c-sec-ttl {
  margin-bottom: min(24px, 1.667vw);
}
@media (max-width: 767px) {
  .rcs-interview .c-sec-ttl { margin-bottom: 6%; }
}

.rcs-interview__lead {
  font-size: min(1rem, 1.2vw);
  color: #555;
  margin-bottom: min(40px, 2.778vw);
  line-height: 1.8;
}
@media (max-width: 767px) {
  .rcs-interview__lead {
    font-size: min(0.875rem, 3.733vw);
    margin-bottom: 8%;
  }
}

.rcs-interview__card {
  display: flex;
  gap: min(40px, 2.778vw);
  background: #F6F6F6;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  border: 2px solid transparent;
}
.rcs-interview__card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  transform: translateY(-2px);
  border-color: #FFF000;
}
@media (max-width: 767px) {
  .rcs-interview__card {
    flex-direction: column;
    gap: 0;
  }
}

.rcs-interview__thumb {
  flex-shrink: 0;
  width: min(280px, 23.333vw);
  overflow: hidden;
}
.rcs-interview__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .rcs-interview__thumb {
    width: 100%;
    height: 200px;
  }
}

.rcs-interview__body {
  padding: min(40px, 2.778vw) min(40px, 2.778vw) min(40px, 2.778vw) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.6em;
}
@media (max-width: 767px) {
  .rcs-interview__body {
    padding: 6% 6%;
  }
}

.rcs-interview__tag {
  display: inline-block;
  background: #000;
  color: #FFF000;
  font-size: min(0.75rem, 0.9vw);
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.25em 0.8em;
  border-radius: 4px;
  width: fit-content;
}
@media (max-width: 767px) {
  .rcs-interview__tag { font-size: min(0.75rem, 3.2vw); }
}

.rcs-interview__name {
  font-size: min(1.375rem, 1.65vw);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0;
}
@media (max-width: 767px) {
  .rcs-interview__name { font-size: min(1.125rem, 4.8vw); }
}

.rcs-interview__career {
  font-size: min(0.9375rem, 1.125vw);
  font-weight: 500;
  color: #333;
  line-height: 1.6;
  margin: 0;
}
.rcs-interview__arrow-career {
  display: inline-block;
  margin: 0 0.3em;
  color: #FF9B00;
  font-weight: 700;
}
@media (max-width: 767px) {
  .rcs-interview__career { font-size: min(0.875rem, 3.733vw); }
}

.rcs-interview__period {
  font-size: min(0.875rem, 1.05vw);
  font-weight: 700;
  color: #7D7D7D;
  margin: 0;
}
@media (max-width: 767px) {
  .rcs-interview__period { font-size: min(0.8125rem, 3.467vw); }
}

.rcs-interview__excerpt {
  font-size: min(0.9375rem, 1.125vw);
  line-height: 1.8;
  color: #555;
  margin: 0;
}
@media (max-width: 767px) {
  .rcs-interview__excerpt { font-size: min(0.875rem, 3.733vw); }
}

.rcs-interview__link-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  font-size: min(0.9375rem, 1.125vw);
  font-weight: 700;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-top: 0.4em;
}
.rcs-interview__card:hover .rcs-interview__link-btn {
  color: #000;
}
@media (max-width: 767px) {
  .rcs-interview__link-btn { font-size: min(0.875rem, 3.733vw); }
}

/* subsidy figure */
.rcs-subsidy__figure img {
  width: 100%;
  height: auto;
}

/* --- structure section --- */
.rcs-structure__box {
  border: 2px solid #2B2B2B;
  border-radius: 4px;
  padding: min(40px, 4%) min(48px, 5%);
}
.rcs-structure__title {
  text-align: center;
  font-size: min(1.25rem, 1.4vw);
  font-weight: 700;
  margin-bottom: 0.75em;
  color: #2B2B2B;
}
.rcs-structure__desc {
  font-size: min(0.9375rem, 1vw);
  line-height: 1.8;
  margin-bottom: min(40px, 3%);
  color: #555;
}
.rcs-structure__flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding-bottom: 4px;
}
.rcs-structure__node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: #FAFAFA;
  border: 2px solid #2B2B2B;
  border-radius: 6px;
  padding: 18px 16px 14px;
  min-width: min(110px, 9vw);
  flex-shrink: 0;
  text-align: center;
}
.rcs-structure__node--highlight {
  background: #FFF000;
  border-width: 2.5px;
}
.rcs-structure__node--goal {
  background: #FFFDEA;
}
.rcs-structure__node-icon svg {
  width: min(48px, 4vw);
  height: auto;
}
.rcs-structure__node-label {
  font-size: min(0.875rem, 0.9vw);
  font-weight: 700;
  line-height: 1.4;
  color: #2B2B2B;
}
.rcs-structure__node-label small {
  display: block;
  font-size: 0.85em;
  font-weight: 400;
  color: #666;
}
.rcs-structure__connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0 min(12px, 1vw);
  flex-shrink: 0;
  min-width: min(80px, 7vw);
}
.rcs-structure__connector-label {
  font-size: min(0.6875rem, 0.75vw);
  color: #555;
  text-align: center;
  line-height: 1.4;
}
.rcs-structure__connector-line {
  display: flex;
  align-items: center;
  width: 100%;
}
.rcs-structure__connector-line span {
  display: block;
  flex: 1;
  height: 2px;
  background: #2B2B2B;
  position: relative;
}
.rcs-structure__connector-line span::after {
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 8px solid #2B2B2B;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
@media (max-width: 767px) {
  .rcs-structure__flow-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .rcs-structure__title, .rcs-structure__desc { padding: 0 4%; }
  .rcs-structure__box { padding: 5% 0; }
  .rcs-structure__spacer { flex-shrink: 0; width: 40px; min-width: 40px; }
  .rcs-structure__title { font-size: 1rem; }
  .rcs-structure__desc { font-size: 0.875rem; }
  .rcs-structure__flow { flex-wrap: nowrap; min-width: 480px; justify-content: flex-start; }
  .rcs-structure__node { min-width: 80px; padding: 12px 10px 10px; }
  .rcs-structure__node-icon svg { width: 36px; }
  .rcs-structure__node-label { font-size: 0.75rem; }
  .rcs-structure__connector-label { font-size: 0.625rem; }
  .rcs-structure__connector { min-width: 60px; }
}

.rcs-structure {
  padding-top: min(24px, 2%);
  padding-bottom: min(60px, 4.167vw);
}
@media (max-width: 767px) {
  .rcs-structure { padding-top: 2% !important; padding-bottom: 10%; }
}
