/* 公式サイト product_detail 機能ページ（求人同期・LaSフォーム） */

.material-symbols-rounded {
  font-family: 'Material Symbols Rounded' !important;
  font-weight: normal !important;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1 !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  user-select: none;
  vertical-align: middle;
}

.product_detail.product_detail--feature {
  max-width: 1080px;
  text-align: center;
  overflow-x: clip;
}

.product_detail--feature h1 {
  padding: 1.75rem 0 0.35rem;
  font-size: clamp(1.75rem, 3.2vw, 2.75rem);
  white-space: normal;
  word-break: auto-phrase;
  line-height: 1.25;
}

.pd-feature-hero__label {
  display: inline-block;
  margin: 0 0 0.65rem;
  padding: 0.2rem 0.65rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #1565c0;
  background: #e3f2fd;
  border-radius: 999px;
  line-height: 1.5;
}

.product_detail--feature .h1_sub {
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  line-height: 1.7;
  max-width: 40rem;
  margin: 0 auto;
  white-space: normal;
}

.product_detail--feature .product_detail_paragraph {
  gap: 1.25rem;
  margin-bottom: 0;
}

.product_detail--feature .pd-feature-hero .product_detail_paragraph {
  padding-bottom: 0;
}

.product_detail--feature .pd-feature-hero .cta_group {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.product_detail--feature .cta_group {
  margin-top: 0.25rem;
}

.product_detail--feature .cta_btn_main {
  font-size: 1rem;
  padding: 12px 28px;
  height: auto;
  min-height: 52px;
}

.product_detail--feature .cta_btn_sub {
  font-size: 1rem;
  padding: 12px 24px;
  height: auto;
  min-height: 52px;
  width: auto;
  min-width: 157px;
}

/* ヒーロー */
.pd-feature-hero {
  padding: 2rem 16px 3.25rem;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border-bottom: 1px solid #e2e8f0;
}

.pd-feature-body {
  text-align: left;
  padding: 0;
  overflow-x: clip;
}

.pd-feature-body > .pd-feature-section {
  position: relative;
  padding: 3.75rem 24px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8eef4;
}

.pd-feature-body > .pd-feature-section::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.pd-feature-body > .pd-feature-section:nth-child(odd)::before {
  background: #ffffff;
}

.pd-feature-body > .pd-feature-section:nth-child(even)::before {
  background: #f8fafc;
}

.pd-feature-section {
  margin-bottom: 0;
}

.pd-feature-section--cta {
  text-align: center;
  padding: 4rem 24px 4.5rem;
  border-bottom: none;
}

.pd-feature-section--cta::before {
  background: linear-gradient(180deg, #f0f9ff 0%, #f8fafc 100%) !important;
}

.pd-feature-section__title {
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 1.5rem;
  text-align: center;
  color: #0f172a;
}

.pd-feature-section__subtitle {
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  font-weight: 700;
  color: #1565c0;
  text-align: center;
  margin: -0.5rem 0 1.75rem;
}

.pd-feature-section__lead {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--sub_text, #64748b);
  text-align: center;
  margin: 0 0 1.5rem;
}

/* 課題カード */
.pd-feature-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 0.25rem;
}

.pd-feature-point {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.25rem 1.1rem;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.pd-feature-point__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 10px;
  background: #e3f2fd;
  color: #1565c0;
  margin-bottom: 0.65rem;
  overflow: hidden;
  flex-shrink: 0;
}

.pd-feature-point__icon .material-symbols-rounded {
  font-size: 1.35rem;
  line-height: 1 !important;
  width: 1.35rem;
  height: 1.35rem;
  overflow: hidden;
}

.pd-feature-point__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 0.35rem;
  color: #0f172a;
}

.pd-feature-point__text {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
  color: #64748b;
}

/* フロー比較 */
.pd-flow-compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
  margin-top: 0.25rem;
  width: 100%;
  max-width: 100%;
}

.pd-flow-compare__col {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.25rem 1.1rem 1.1rem;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
  min-width: 0;
}

.pd-flow-compare__col--las {
  border-color: #bbdefb;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.pd-flow-compare__col-title {
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1rem;
  color: #475569;
}

.pd-flow-compare__col--las .pd-flow-compare__col-title {
  color: #1565c0;
}

.pd-flow-compare__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.pd-flow-compare__steps > li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.45;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  color: #334155;
}

.pd-flow-compare__col--las .pd-flow-compare__steps > li:not(.pd-flow-compare__arrow):not(.pd-flow-compare__hub) {
  background: #fff;
  border-color: #e3f2fd;
}

.pd-flow-compare__steps > li .material-symbols-rounded {
  font-size: 1.15rem;
  color: #64748b;
  flex-shrink: 0;
}

.pd-flow-compare__col--las .pd-flow-compare__steps > li .material-symbols-rounded {
  color: #1565c0;
}

.pd-flow-compare__arrow {
  justify-content: center;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  min-height: 0;
}

.pd-flow-compare__arrow .material-symbols-rounded {
  font-size: 1.1rem;
  color: #94a3b8 !important;
}

.pd-flow-compare__hub {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
  padding: 0.85rem 0.65rem !important;
  background: #e3f2fd !important;
  border-color: #bbdefb !important;
}

.pd-flow-compare__las-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 800;
  font-size: 1rem;
  color: #0d47a1;
}

.pd-flow-compare__las-mark img {
  border-radius: 6px;
}

.pd-flow-compare__hub-caption {
  font-size: 0.8125rem;
  color: #1565c0;
  font-weight: 600;
}

.pd-flow-compare__vs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pd-flow-compare__vs span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  font-size: 0.75rem;
  font-weight: 800;
  color: #64748b;
}

/* メリット */
.pd-feature-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 0.25rem;
}

.pd-feature-benefit {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.1rem 1rem;
  overflow: hidden;
  min-width: 0;
}

.pd-feature-benefit__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  background: #e3f2fd;
  color: #1565c0;
  overflow: hidden;
}

.pd-feature-benefit__icon .material-symbols-rounded {
  font-size: 1.35rem;
  line-height: 1 !important;
  width: 1.35rem;
  height: 1.35rem;
  overflow: hidden;
}

.pd-feature-benefit > div {
  min-width: 0;
  flex: 1;
}

.pd-feature-benefit__title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  color: #0f172a;
  line-height: 1.4;
}

.pd-feature-benefit__text {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
  color: #64748b;
}

/* 対応媒体 */
.pd-feature-section--cta .cta_group {
  margin-top: 0.5rem;
  justify-content: center;
}

.pd-feature-section--media .pd-feature-section__note {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #94a3b8;
  text-align: center;
  margin: 0 0 1rem;
}

.pd-feature-section--media .pd-feature-section__action {
  margin: 0;
  text-align: center;
}

.pd-feature-section--media .pd-feature-section__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1565c0;
  text-decoration: none;
}

.pd-feature-section--media .pd-feature-section__link:hover {
  text-decoration: underline;
}

.pd-media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(108px, 1fr));
  gap: 0.75rem;
}

.pd-media-grid__tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 0.5rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  text-align: center;
}

.pd-media-grid__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  font-size: 0.75rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

.pd-media-grid__name {
  font-size: 0.75rem;
  line-height: 1.35;
  color: #334155;
  font-weight: 600;
}

/* 公開方法 */
.pd-publish-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 0.5rem;
}

.pd-publish-cards__item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.25rem 1.1rem;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.pd-publish-cards__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  background: #e3f2fd;
  color: #1565c0;
  font-size: 1.35rem !important;
  margin-bottom: 0.65rem;
}

.pd-publish-cards__title {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: #0f172a;
}

.pd-publish-cards__text {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
  color: #64748b;
}

/* フォーム反映デモ */
.pd-feature-section--intake .pd-feature-section__lead {
  margin-bottom: 2rem;
}

.pd-intake-demo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 4.75rem minmax(0, 1fr);
  gap: 1rem 0.75rem;
  align-items: start;
  width: 100%;
  max-width: 100%;
  margin-top: 0.25rem;
}

.pd-intake-demo__col {
  min-width: 0;
}

.pd-intake-demo__label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #64748b;
  text-transform: none;
  letter-spacing: 0.02em;
  margin: 0 0 0.5rem;
  text-align: center;
}

.pd-intake-demo__bridge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 2.75rem 0 0;
  color: #1565c0;
  flex-shrink: 0;
  width: 4.75rem;
}

.pd-intake-demo__bridge .material-symbols-rounded {
  font-size: 1.75rem;
}

.pd-intake-demo__bridge-text {
  font-size: 0.8125rem;
  font-weight: 700;
  white-space: nowrap;
}

.pd-intake-demo__device,
.pd-intake-demo__las {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.07);
  height: 100%;
  width: 100%;
  min-width: 0;
}

.pd-intake-demo__chrome {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.pd-intake-demo__dots {
  display: inline-flex;
  gap: 0.25rem;
}

.pd-intake-demo__dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5e1;
}

.pd-intake-demo__dots span:first-child { background: #f87171; }
.pd-intake-demo__dots span:nth-child(2) { background: #fbbf24; }
.pd-intake-demo__dots span:nth-child(3) { background: #4ade80; }

.pd-intake-demo__url {
  flex: 1;
  font-size: 0.75rem;
  color: #64748b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pd-intake-demo__screen {
  padding: 1rem;
}

.pd-intake-demo__form-card {
  text-align: left;
  min-width: 0;
}

.pd-intake-demo__brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.pd-intake-demo__brand img {
  border-radius: 8px;
}

.pd-intake-demo__brand strong {
  display: block;
  font-size: 0.8125rem;
  color: #0f172a;
}

.pd-intake-demo__brand span {
  display: block;
  font-size: 0.6875rem;
  color: #64748b;
}

.pd-intake-demo__form-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: #0f172a;
}

.pd-intake-demo__form-desc {
  font-size: 0.875rem;
  line-height: 1.55;
  color: #64748b;
  margin: 0 0 0.85rem;
}

.pd-intake-demo__field {
  margin-bottom: 0.65rem;
}

.pd-intake-demo__field label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.25rem;
}

.pd-intake-demo__req {
  color: #e11d48;
}

.pd-intake-demo__field input {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 0.875rem;
  padding: 0.5rem 0.6rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
  color: #0f172a;
}

.pd-intake-demo__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.pd-intake-demo__pills span {
  font-size: 0.75rem;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #64748b;
}

.pd-intake-demo__pills span.is-selected {
  background: #e3f2fd;
  border-color: #90caf9;
  color: #1565c0;
  font-weight: 600;
}

.pd-intake-demo__submit {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.55rem;
  border: none;
  border-radius: 8px;
  background: linear-gradient(96.77deg, #04CC00 -0.96%, #12C2CD 100%);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  opacity: 0.85;
}

.pd-intake-demo__las-top {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: #0f172a;
  color: #e2e8f0;
  font-size: 0.75rem;
}

.pd-intake-demo__las-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 700;
  color: #fff;
}

.pd-intake-demo__las-brand img {
  border-radius: 4px;
}

.pd-intake-demo__las-crumb {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #94a3b8;
}

.pd-intake-demo__las-main {
  padding: 0.75rem;
  text-align: left;
}

.pd-intake-demo__las-head {
  margin-bottom: 0.65rem;
}

.pd-intake-demo__las-id {
  display: block;
  font-size: 0.6875rem;
  color: #94a3b8;
}

.pd-intake-demo__las-name {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
}

.pd-intake-demo__las-section {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
}

.pd-intake-demo__las-section-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem;
  padding: 0.55rem 0.65rem;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #0f172a;
}

.pd-intake-demo__las-section-title span {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #64748b;
}

.pd-intake-demo__las-group-title {
  font-size: 0.6875rem;
  font-weight: 700;
  color: #64748b;
  padding: 0.45rem 0.65rem 0.25rem;
  background: #fafbfc;
}

.pd-intake-demo__las-row {
  display: grid;
  grid-template-columns: minmax(5.5rem, 7.5rem) minmax(0, 1fr);
  gap: 0.5rem;
  padding: 0.45rem 0.65rem;
  border-top: 1px solid #f1f5f9;
  font-size: 0.8125rem;
  line-height: 1.45;
}

.pd-intake-demo__las-row span:first-child {
  color: #64748b;
}

.pd-intake-demo__las-row span:last-child {
  color: #0f172a;
  font-weight: 500;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Tablet */
@media (max-width: 960px) {
  .pd-feature-points {
    grid-template-columns: 1fr;
  }

  .pd-feature-benefits {
    grid-template-columns: 1fr;
  }

  .pd-flow-compare {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .pd-flow-compare__vs {
    padding: 0.25rem 0;
  }

  .pd-flow-compare__vs span {
    width: 2.25rem;
    height: 2.25rem;
  }

  .pd-intake-demo {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .pd-intake-demo__bridge {
    flex-direction: row;
    padding: 0.35rem 0;
    width: auto;
  }

  .pd-intake-demo__bridge .material-symbols-rounded {
    transform: rotate(90deg);
  }

  .pd-publish-cards {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .product_detail--feature h1 {
    padding: 1.25rem 0 0.5rem;
  }

  .pd-feature-hero {
    padding: 1.5rem 12px 2.5rem;
  }

  .pd-feature-body > .pd-feature-section {
    padding: 2.75rem 16px;
  }

  .pd-feature-section--cta {
    padding: 3rem 16px 3.5rem;
  }

  .pd-feature-section__title {
    margin-bottom: 1.25rem;
  }

  .pd-flow-compare__steps > li {
    font-size: 0.875rem;
  }

  .pd-intake-demo__las-row {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }
}
