/* Roasync features — TalentPalette「主な機能・活用方法」layout */
.ra-func {
  --ra-accent: #F26A2E;
  --ra-navy: #1E3A5F;
  --ra-text: #3F4040;
  padding: 72px 0 96px;
  background: #F8FAFC;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--ra-text);
}
.ra-func a { text-decoration: none; color: inherit; }
.ra-func__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.ra-func__en {
  width: fit-content;
  margin: 0 auto 1em;
  padding: 3px 10px;
  background: #fff;
  color: var(--ra-text);
  font-family: "Plus Jakarta Sans", Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  box-shadow: 0 2px 0 0 rgba(242, 106, 46, 0.2);
}
.ra-func__heading {
  width: fit-content;
  margin: 0 auto 1em;
  color: var(--ra-text);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}
.ra-func__heading span {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(242, 106, 46, 0.25) 60%);
}
.ra-func__caption {
  width: 90%;
  max-width: 40em;
  margin: 0 auto;
  color: var(--ra-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
.ra-func__nav,
.ra-func__nav a,
.ra-func__nav a::before,
.ra-func__nav a::after {
  display: none !important;
}
.ra-func__list {
  margin-top: 24px;
}
.ra-func__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px;
  padding: 40px 4%;
}
.ra-func__item + .ra-func__item {
  margin-top: 48px;
}
.ra-func__item::before {
  content: "";
  position: absolute;
  top: 0;
  width: 80%;
  height: 100%;
  background: #fff;
  z-index: 0;
}
.ra-func__item:nth-child(odd)::before { left: 0; }
.ra-func__item:nth-child(even)::before { right: 0; }
.ra-func__text,
.ra-func__img {
  position: relative;
  z-index: 1;
  flex: 1 1 280px;
  min-width: 0;
}
.ra-func__img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(30, 64, 120, 0.1);
}
.ra-func__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 0 0 8px;
}
.ra-func__no {
  position: static;
  color: var(--ra-navy);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}
.ra-func__text {
  padding-top: 0;
}
.ra-func__tag {
  display: inline-block;
  margin-top: 0;
  padding: 0 10px;
  border: 1px solid var(--ra-accent);
  border-radius: 2px;
  color: var(--ra-accent);
  font-size: 14px;
  font-weight: 700;
  line-height: 29px;
}
.ra-func__title {
  margin: 10px 0 0;
  padding-bottom: 8px;
  border-bottom: solid 1px var(--ra-accent);
  color: var(--ra-text);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.ra-func__desc {
  margin: 12px 0 0;
  color: var(--ra-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 945px) {
  .ra-func__inner {
    max-width: 1280px;
  }
  .ra-func__heading { font-size: 34px; }
  .ra-func__item {
    flex-wrap: nowrap;
    align-items: center;
    gap: 48px;
    padding: 56px 3%;
  }
  .ra-func__item::before {
    width: 92%;
  }
  .ra-func__text {
    flex: 0 1 38%;
    max-width: 420px;
  }
  .ra-func__img {
    flex: 1 1 58%;
    min-width: 0;
  }
  .ra-func__item:nth-child(odd) .ra-func__text { order: 1; }
  .ra-func__item:nth-child(odd) .ra-func__img { order: 2; }
  .ra-func__item:nth-child(even) .ra-func__text { order: 2; }
  .ra-func__item:nth-child(even) .ra-func__img { order: 1; }
}
@media (max-width: 768px) {
  .ra-func { padding: 56px 0 72px; }
  .ra-func__heading { font-size: 22px; }
  .ra-func__nav {
    grid-template-columns: 1fr;
    margin-bottom: 36px;
  }
  .ra-func__item::before { width: 96%; }
  .ra-func__title { font-size: 20px; }
  .ra-func__no { font-size: 36px; }
}

.ra-func-sp { display: none; }
@media (max-width: 768px) {
  .ra-func-sp { display: inline; }
}
