@charset "utf-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
/* CSS Document */ :root {
  --blue-dark: #10192b;
  --blue: #003da6;
  --light_blue: #0099FF;
  --blue-mid: #3C6DF8;
  --blue-light: #0099FF;
  --blue-lighter: #f4f9fe;
  --blue-border: #cfe2f7;
  --ink: #1c2b3a;
  --ink-soft: #4a5a6a;
  --yellow-bg: #fdf6cf;
  --yellow-border: #f0e1a0;
  --green-check: #2fa84f;
  --white: #ffffff;
  --radius: 10px;
  --blue-sky: #bfe3e8;
  --light_light_blue: #E2FBFF;
  --yellow: #fff700;
  --red: #ff0000;
  --ink: #1c2b3a;
  --paper: #ffffff;
  --gray-line: #c9d6e0;
  --bg: #f7f8fb;
  --bot-bubble: #ffffff;
  --bot-border: #e6e8ee;
  --text: #1f2430;
  --muted: #7b8190;
  --topic-bg: #eaf1ff;
  --topic-text: #2f6bff;
  --icon: #9aa0ab;
  --bg: #f2f3f6;
  --card-bg: #ffffff;
  --text: #1f2430;
  --muted: #6b7280;
  --border: #e6e8ee;
  --pill-bg: #eef1f6;
  --pill-text: #4b5563;
  --link: #2f6bff;
  --scrollbar: #c7cbd3;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
table {
  border-collapse: collapse;
  width: 100%;
}
.section {
  padding: 40px 0;
}
.section-alt {
  background: var(--blue-lighter);
}
.eyebrow-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  flex: 0 0 auto;
}
.section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 8px;
}
.section-lead {
  margin: 0 0 32px;
  color: var(--ink-soft);
  font-size: 14.5px;
}
.section-lead-indent {
  margin-left: 40px;
}
@media print, screen and (min-width:768px) {
  .section {
    padding: 80px 0;
  }
  .section-title {
    font-size: 24px;
  }
  .section-lead {
    font-size: 15px;
  }
}
#local-ai {
    margin: 70px 0 0 0;
} 
/* ---------- page_top ---------- */
#pagetitle02 {
  position: initial;
  top: 60px;
  height: auto;
  background: linear-gradient(to bottom, rgba(28, 167, 232, 0.7), rgba(0, 85, 200, 0.7)), url(https://www.webjapan.co.jp/img/product_img/local-ai_img/top_bg.png) right 20% center no-repeat;
  background-size: cover;
  /*margin-bottom: 100px;*/
  padding: 60px 0;
}
.brand-name {
  display: flex;
  align-items: center;
  font-size: 4rem;
  font-weight: 800;
  color: var(--deep_blue);
  letter-spacing: .5px;
  margin: 0 0 0 0;
}
.brand-name img {
  width: 100%;
  height: auto;
  max-width: 130px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.page_top-visual img {
  display: none;
}
@media print, screen and (min-width:768px) {
  #pagetitle02 {
    position: initial;
    top: 60px;
    height: auto;
    background: url(https://www.webjapan.co.jp/img/product_img/local-ai_img/top_bg.png) center center no-repeat, linear-gradient(to bottom, rgba(28, 167, 232, 0.7), rgba(0, 85, 200, 0.7));
    background-size: cover;
    /*margin-bottom: 100px;*/
    padding: 60px 0;
  }
  .brand-name {
    display: flex;
    align-items: center;
    font-size: 6rem;
    font-weight: 800;
    color: var(--deep_blue);
    letter-spacing: .5px;
    margin: 0 0 0 0;
  }
  .brand-name img {
    width: 100%;
    height: auto;
    max-width: 130px;
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
@media print, screen and (min-width:1030px) {
  .page_top-visual img {
    display: inline-block;
    position: absolute;
    bottom: -40px;
    right: -50px;
    width: 100%;
    height: auto;
    max-width: 200px;
  }
}
@media print, screen and (min-width:1100px) {
  .page_top-visual img {
    max-width: 330px;
  }
}
@media print, screen and (min-width:1180px) {
  .page_top-visual img {
    max-width: 400px;
  }
}
.page_top {
  background: linear-gradient(135deg, var(--blue-dark), var(--blue));
  color: #fff;
  padding: 36px 0 0;
  overflow: hidden;
}
.page_top-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
}
.page_top-brand .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}
.page_top-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}
.page_top-copy {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page_top-copy h1 {
  font-size: 26px;
  line-height: 1.5;
  margin: 0 0 14px;
  font-weight: 700;
  text-align: left;
  width: 100%;
}
.page_top-copy p {
  font-size: 16px;
  margin: 0 0 22px;
  font-weight: 900;
  text-align: left;
}
.page_top-ctas {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}
.page_top-ctas a:first-of-type {
  margin: 0 20px 0 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}
.btn-primary {
  background: #fff;
  color: var(--blue-mid);
}
.btn-outline {
  background: #2be3f68a;
  color: #fff;
  border-color: rgba(255, 255, 255, .7);
}
.page_top-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12.5px;
  color: var(--blue);
}
.page_top-checks li {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  padding: 5px 20px;
  border-radius: 50px;
  white-space: nowrap;
  font-weight: 700;
}
.page_top-checks .check {
  color: #8be3a1;
  font-weight: 900;
}
.page_top-checks li i {
  color: var(--blue);
}
@media print, screen and (min-width:768px) {
  /* page_top */
  .btn {
    width: 40%;
  }
  .page_top {
    padding: 56px 0 0;
  }
  .page_top-grid {
    grid-template-columns: 1.05fr .95fr;
    gap: 48px;
  }
  .page_top-copy h1 {
    font-size: 34px;
  }
  .page_top-copy p {
    font-size: 15px;
  }
  .page_top-tagline {
    font-size: 19px;
  }
  .brand-name img {
    width: 100%;
    height: auto;
    max-width: 40%;
    display: inline-block;
    margin: 12px 10px 0 0;
  }
  .page_top-checks {
    flex-wrap: nowrap;
  }
}
/* ---------- PAIN POINTS (section 2) ---------- */
.pain-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.pain-card {
  background: #fff;
  border: 1px solid var(--blue-border);
  border-radius: var(--radius);
  padding: 22px 20px 20px;
  display: flex;
  flex-direction: column;
}
.pain-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 15px;
  color: var(--blue-dark);
  margin-bottom: 6px;
}
.pain-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex: 0 0 auto;
}
.pain-card h3 {
  font-size: 1.6rem;
  margin: 6px 0 14px;
  line-height: 1.5;
  font-weight: 800;
  color: var(--blue);
}
.pain-card ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13.5px;
  color: var(--ink-soft);
  margin-bottom: 18px;
}
.pain-card ul li {
  display: flex;
  gap: 6px;
  font-weight: 700;
}
.pain-card ul li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00c";
  color: var(--blue);
  flex: 0 0 auto;
}
.pain-tag {
  margin-top: auto;
  background: var(--blue-dark);
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 15px 12px;
  border-radius: 6px;
}
.loss-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 24px;
}
.loss-box {
  background: #fff;
  border: 1px solid var(--blue-border);
  border-radius: var(--radius);
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  align-items: center;
}
.loss-box:last-of-type {
  background: var(--yellow-bg);
}
.loss-box .glyph {
  font-size: 5rem;
  color: var(--blue);
  margin: 0 20px 0 0;
}
.loss-box strong {
  display: block;
  font-size: 2rem;
  margin-bottom: 6px;
  font-weight: 800;
  color: var(--blue);
}
.loss-box .figure {
  font-size: 20px;
  font-weight: 700;
  color: var(--blue-dark);
}
.loss-box p {
  margin: auto 0;
  font-size: 2rem;
  color: var(--blue);
  text-align: left;
  font-weight: 800;
}
@media print, screen and (min-width:768px) {
  /* Pain points */
  .pain-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .loss-row {
    grid-template-columns: 1.2fr 1fr;
  }
}
/* ---------- SECTION 3: RAG FLOW ---------- */
.flow-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
}
.flow-col {
  background: #fff;
  border: 1px solid var(--blue-border);
  border-radius: var(--radius);
  padding: 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: flex-start;
}
.flow-col h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 18px;
  color: var(--white);
  background: var(--blue);
  border-radius: 10px 10px 0 0;
  padding: 15px 0;
}
.flow-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 20px 20px;
}
.flow-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  background: var(--blue-lighter);
  border-radius: 6px;
  padding: 10px 12px;
}
.flow-list li .file-dot {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  flex: 0 0 auto;
}
.flow-list li:nth-of-type(1) .file-dot {
  background: #d80303;
}
.flow-list li:nth-of-type(2) .file-dot {
  background: #3670cb;
}
.flow-list li:nth-of-type(3) .file-dot {
  background: #15805c;
}
.flow-list li:nth-of-type(4) .file-dot {
  background: #cb582b;
}
.flow-list li:nth-of-type(5) .file-dot {
  background: #0faacd;
}
.flow-list li:nth-of-type(6) .file-dot {
  background: #6e3a99;
}
.flow-list li:nth-of-type(7) .file-dot {
  background: #00abee;
}
.flow-steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  padding: 0 20px 20px;
}
.flow-step {
  background: var(--blue-lighter);
  border-radius: 6px;
  padding: 12px 14px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--blue-dark);
}
.flow-step img {
  width: 100%;
  height: auto;
  max-width: 150px;
  margin: 0 auto;
}
.flow-rag-badge {
  align-self: center;
  background: var(--blue-dark);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 6px 18px;
  border-radius: 20px;
}
.flow-arrow-down {
  text-align: center;
  font-size: 22px;
  color: var(--blue);
}
.flow-answer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 20px 20px;
}
.flow-answer_qa {
  display: flex;
  position: relative;
  background: var(--blue-mid);
  padding: 30px;
  border-radius: 10px;
  margin: 0 0 0 0;
}
.flow-answer_qa::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 30px solid var(--blue-mid);
  border-top: 0;
}
.bubble {
  background: var(--blue-lighter);
  border-radius: 14px;
  padding: 10px 14px;
  font-size: 13px;
  color: var(--ink);
}
.flow-doc-icon {
  align-self: center;
  font-size: 30px;
  color: var(--blue);
}
.flow-connector {
  display: none;
  text-align: center;
  font-size: 22px;
  color: var(--blue);
}
/* ---- User message row ---- */
.chat {
  width: 100%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.row.user {
  justify-content: flex-end;
}
.avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}
.bubble.user {
  background: var(--blue-mid);
  color: #fff;
  padding: 14px 18px;
  border-radius: 16px 4px 16px 16px;
  font-size: 15px;
  line-height: 1.6;
  max-width: 75%;
}
/* ---- Bot answer card ---- */
.bot-card {
  text-align: left;
  background: var(--bot-bubble);
  border: 1px solid var(--bot-border);
  border-radius: 4px 16px 16px 16px;
  padding: 16px 20px;
  max-width: 100%;
  box-shadow: 0 1px 2px rgba(20, 20, 30, 0.03);
}
.topic-tag {
  display: inline-flex;
  align-items: center;
  background: var(--topic-bg);
  color: var(--topic-text);
  font-size: 12.5px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.topic-tag .label {
  font-weight: 400;
  color: var(--topic-text);
  opacity: 0.85;
  margin-right: 4px;
}
.answer-text {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text);
  text-align: left;
}
.citation {
  color: var(--topic-text);
  font-size: 13px;
  font-weight: 600;
  margin-left: 2px;
  background: var(--topic-bg);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px;
}
.actions {
  display: flex;
  gap: 16px;
  margin-top: 14px;
  padding-left: 44px;
}
.actions button {
  background: none;
  border: none;
  color: var(--icon);
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: background 0.15s, color 0.15s;
}
.actions button:hover {
  background: #f0f1f4;
  color: #5b6270;
}
.actions svg {
  width: 17px;
  height: 17px;
}
/* ================ */
.panel {
  width: 100%;
  max-width: 540px;
  background: var(--card-bg);
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(20, 20, 30, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 310px;
  padding: 10px;
}
.panel h5 {
  text-align: left;
  font-size: 12px;
  font-weight: 700;
}
.panel p {
  text-align: left;
  font-size: 12px;
}
.close-btn {
  background: none;
  border: none;
  color: #8b8f99;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 6px;
  transition: background 0.15s;
}
.close-btn svg {
  width: 20px;
  height: 20px;
}
/* ---- Page pill row ---- */
.page-row {
  margin: 0 0 10px;
  background: var(--pill-bg);
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 12px;
  color: var(--text);
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: baseline;
}
.page-row .label {
  color: var(--muted);
  margin-right: 4px;
}
.page-row .pages {
  color: var(--text);
  word-break: break-all;
}
/* ---- File path box ---- */
.filepath-box {
  margin: 0 0 5px;
  border: 1px solid var(--border);
  border-radius: 5px 10px;
  padding: 10px;
}
.filepath-box .label {
  font-size: 12px;
  color: var(--muted);
  text-align: left;
}
.filepath-box .path {
  font-size: 12px;
  text-align: left;
  color: var(--link);
  text-decoration: underline;
  text-underline-offset: 2px;
  word-break: break-all;
  line-height: 1.5;
}
/* ---- Scrollable content ---- */
.content-wrap {
  flex: 1;
  overflow-y: auto;
  padding: 0 10px 10px 10px;
  margin-right: 6px;
}
.content-wrap::-webkit-scrollbar {
  width: 8px;
}
.content-wrap::-webkit-scrollbar-thumb {
  background: var(--scrollbar);
  border-radius: 8px;
}
.content-wrap::-webkit-scrollbar-track {
  background: transparent;
}
.doc-text {
  font-size: 11px;
  line-height: 1.85;
  color: var(--text);
  padding-right: 14px;
}
.doc-text h2 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px;
}
.doc-text .section-title {
  font-weight: 700;
  margin: 4px 0 10px;
  font-size: 12px;
}
.doc-text p {
  margin: 0 0 2px;
}
.table-row {
  display: flex;
  margin-bottom: 2px;
  width: 33%;
}
.table-row span:first-of-type {
  border-left: 1px solid;
  padding: 0 3px;
}
.table-row span {
  border-right: 1px solid;
  padding: 0 3px;
}
@media print, screen and (min-width:768px) {
  .flow-grid {
    display: grid;
    /*
     * ① 社内資料
     * ② 矢印
     * ③ LocalAI
     * ④ 矢印
     * ⑤ 社員
     */
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 5px;
    align-items: stretch;
  }
  /* =========================
     社内資料
  ========================= */
  .flow-grid > .flow-col:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  /* =========================
     社内資料 → LocalAI
  ========================= */
  .flow-grid > .flow-connector:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 2;
    grid-row: 1;
  }
  /* =========================
     LocalAI
  ========================= */
  .flow-grid > .flow-col:nth-child(4) {
    grid-column: 3;
    grid-row: 1;
  }
  /* =========================
     LocalAI → 社員
  ========================= */
  .flow-grid > .flow-connector:nth-child(5) {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 4;
    grid-row: 1;
  }
  /* =========================
     社員
  ========================= */
  .flow-grid > .flow-col:nth-child(7) {
    grid-column: 5;
    grid-row: 1;
  }
  /* =========================
     下向き矢印
     PCでは使用しない
  ========================= */
  .flow-grid > .flow-arrow-down:nth-child(3), .flow-grid > .flow-arrow-down:nth-child(6) {
    display: none;
  }
  /* =========================
     社員側の画像
  ========================= */
  .flow-answer img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .flow-answer img:last-of-type {
    width: auto;
    height: 100%;
    max-height: /*480px*/ 530px;
  }
  /* =========================
     社員側のレイアウト
  ========================= */
  .flow-answer {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 20px 20px;
  }
}
/* =========================
     QA吹き出し矢印
  ========================= */
/* ---------- SECTION 4: COMPARISON ---------- */
.compare-table {
  background: #fff;
  border: 1px solid var(--blue-border);
  overflow: hidden;
  font-size: 13px;
}
.compare-table th, .compare-table td {
  padding: 12px 10px;
  text-align: center;
  border-bottom: 1px solid var(--blue-border);
}
.compare-table th {
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}
.compare-table td:first-child, .compare-table th:first-child {
  text-align: left;
  background: var(--blue-lighter);
  font-weight: 700;
  color: var(--ink);
  border-right: 1px solid var(--blue-border);
  width: 32%;
}
.compare-table td:nth-of-type(2), .compare-table th:nth-of-type(2) {
  border-right: 1px solid var(--blue-border);
}
.compare-table td:last-of-type, .compare-table th:last-of-type {
  border-right: 0;
}
.compare-table tr:last-child td {
  border-bottom: none;
}
.compare-table td.good {
  color: var(var(--blue-mid));
  font-weight: 700;
}
.callout {
  margin-top: 24px;
  background: var(--yellow-bg);
  border: 1px solid var(--yellow-border);
  border-radius: var(--radius);
  padding: 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.callout .check-glyph {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--blue-mid);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  flex: 0 0 auto;
}
.callout p {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.7;
  color: var(--blue-mid);
}
@media print, screen and (min-width:768px) {
  .callout {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
  }
  .callout .check-glyph {
    width: 50px;
    height: 50px;
    margin: 0 30px 0 0;
  }
  .callout p {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.7;
    color: var(--blue-mid);
  }
  .flow-answer_qa {
    display: flex;
    position: relative;
    background: var(--blue-mid);
    padding: 10px;
    border-radius: 10px;
    margin: 0 0 0 0;
  }
}
@media print, screen and (min-width:992px) {
  .flow-grid > .flow-col:nth-child(7) {
    width: 400px;
  }
}
@media print, screen and (min-width:1100px) {
  .flow-grid > .flow-col:nth-child(7) {
    width: 450px;
  }
}
@media print, screen and (min-width:1200px) {
  .flow-grid > .flow-col:nth-child(7) {
    width: 600px;
  }
}
/* ---------- SECTION 5: FEATURES ---------- */
.feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.feature-card {
  text-align: center;
  background: #fff;
  border: 1px solid var(--blue-border);
  border-radius: var(--radius);
  padding: 28px 20px;
}
.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 16px;
}
.feature-card h3 {
  font-size: 1.8rem;
  margin: 0 0 10px;
  font-weight: 800;
  color: var(--blue);
}
.feature-card p {
  font-size: 13.5px;
  color: var(--ink-soft);
  margin: 0;
}
@media print, screen and (min-width:768px) {
  /* Features */
  .feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* ---------- SECTION 6: SCREEN + QUESTIONS ---------- */
.screen-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.screen-mock {
  border-radius: 12px;
  padding: 16px;
  display: flex;
}
.screen-mock-titlebar {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--blue-dark);
  margin-bottom: 12px;
  font-size: 14px;
}
.screen-mock-search {
  background: var(--blue);
  border: 1px solid var(--blue-border);
  border-radius: 20px;
  padding: 9px 16px;
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 14px;
}
.screen-mock-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.screen-mock-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: var(--blue-lighter);
  border-radius: 8px;
  padding: 10px 12px;
}
.screen-mock-list .doc-glyph {
  color: var(--blue);
  font-size: 3rem;
  flex: 0 0 auto;
}
.screen-mock-list strong {
  display: block;
  font-size: 13px;
  margin-bottom: 2px;
}
.screen-mock-list span {
  font-size: 11.5px;
  color: var(--ink-soft);
}
.dept-table {
  background: #fff;
  border: 1px solid var(--blue-border);
  border-radius: 12px;
  overflow: hidden;
}
.dept-table-head {
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 16px;
}
.dept-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--blue-border);
  font-size: 13.5px;
}
.dept-row:last-child {
  border-bottom: none;
}
.dept-icon {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: var(--blue-light);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex: 0 0 auto;
}
.dept-name {
  text-align: left;
  width: 88px;
  flex: 0 0 auto;
  font-weight: 700;
  color: var(--blue-dark);
}
.dept-q {
  color: var(--ink-soft);
}
@media print, screen and (min-width:768px) {
  /* Screen + dept */
  .screen-grid {
    grid-template-columns: 1fr 1.1fr;
  }
}
/* ========================================================================================================== */
/* ---------- PRICING ---------- */
.pricing {
  padding: 46px 0;
}
.pricing strong {
  color: var(--blue);
  font-weight: 700;
  font-size: 2rem;
}
table.price {
  width: 100%;
  border-collapse: collapse;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 700;
}
table.price th, table.price td {
  border: 1px solid var(--gray-line);
  padding: 12px 14px;
  text-align: center;
  background: #fff;
}
table.price td.yen {
  color: var(--blue);
  font-size: 2em;
}
table.price thead th {
  background: var(--blue);
  color: #fff;
  font-weight: 700;
}
table.price thead th:first-child {
  background: transparent;
  border: none;
}
table.price tbody th {
  background: var(--light_light_blue);
  color: var(--deep_blue);
  text-align: left;
  font-weight: 700;
  width: 22%;
}
table.price td.yes {
  color: var(--light_blue);
  font-weight: 800;
  font-size: 17px;
}
table.price td.no {
  color: #b7c2cc;
  font-weight: 800;
}
.pricing-scroll {
  width: 100%;
}
.ai_note p {
  text-align: left;
  position: relative;
  padding: 0 0 0 25px;
}
.ai_note p::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
/* ---------- STEPS ---------- */
.steps {
  padding: 40px 0;
}
.steps p.desc {
  font-size: 14.5px;
  margin: 0 0 30px;
}
.step-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.step-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*gap: 12px;
  flex: 1;
  min-width: 120px;*/
}
.step-item::after {
  display: none;
}
.step-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--light_blue);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin: 0 20px;
}
.step-circle .n {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 22px;
  color: var(--light_blue);
  background: #fff;
  border-radius: 50px;
  padding: 5px;
  border: 5px solid var(--blue);
  width: 50px;
  height: 50px;
}
.step-circle .t {
  font-size: 16px;
}
@media print, screen and (min-width:576px) {
  .step-item::after {
    display: inline;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -14px;
    margin: auto;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid var(--blue);
    border-right: 0;
  }
  .step-item:last-of-type::after {
    display: none;
  }
  .step-circle .n {
    top: -20px;
    left: 0;
    width: 60px;
    height: 60px;
  }
}
@media print, screen and (min-width:768px) {
  .steps {
    padding: 80px 0;
  }
  .step-circle {
    width: 150px;
    height: 150px;
  }
  .step-circle .n {
    font-size: 28px;
    top: -20px;
    left: 0;
    width: 70px;
    height: 70px;
  }
  .step-circle .t {
    font-size: 20px;
  }
  /*.step-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
    justify-items: center;
  }*/
}
/* 520px以下：サイズだけ少し縮小（2列のまま） */
@media (max-width:520px) {}
/* ---------- RESPONSIVE ---------- */
.breadcrumbs {
  top: auto !important;
  width: auto !important;
}