@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;700&display=swap');

/* ============================================================
  harutaka Web面接 LP
  Breakpoints:
    base : 1024px〜（PC基準）
    1023 : 960〜1023px
    959  : 768〜959px（768=iPad / PC寄り）
    767  : 560〜767px
    559  : 〜559px（最小350pxで非破壊）
============================================================ */

/* ----------------------------------------
  Common / tokens
---------------------------------------- */
#web-interview {
  --c-blue: #177ee5;
  --c-blue-d: #1a6fd4;
  --c-grad: linear-gradient(110deg, #2475e7 5%, #514cec 105%);
  --c-ink: #2f3233;
  --c-gray: #7c868a;
  --c-line: #e2e8ed;
  --c-bg-lt: #f7fbff;
  --c-bg-bl: #e5f2ff;
  --c-fw-bold: 500; /* 見出し等の太さ（Noto Sans JP Medium） */
  color: var(--c-ink);
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#web-interview img {
  max-width: 100%;
}
#web-interview b,
#web-interview strong {
  font-weight: var(--c-fw-bold);
}
#web-interview .block {
  background: #fff;
}

/* セクション内余白の基準 */
#web-interview .section-container {
  width: 100%;
  max-width: 1056px;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

/* セクションタイトル：英字H2は非表示にし、日本語サブ＋下線で表示 */
#web-interview .section-ttl h2 {
  display: none;
}
#web-interview .section-ttl .sub-ttl {
  width: fit-content;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--c-blue);
  padding-bottom: 8px;
  border-bottom: 1px solid var(--c-blue);
}
@media (max-width: 767px) {
  #web-interview .section-ttl .sub-ttl {
    font-size: 26px;
  }
}

/* CV ボタン共通 */
#web-interview .btn-cv {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  max-width: 100%;
  height: 56px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: var(--c-fw-bold);
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
  transition: opacity 0.3s ease;
}
#web-interview .btn-cv:hover {
  opacity: 0.8;
  text-decoration: none;
}
#web-interview .btn-cv-fill {
  background: var(--c-blue);
  border: 1px solid var(--c-blue);
  color: #fff;
}
#web-interview .btn-cv-line {
  background: #fff;
  border: 1px solid var(--c-blue);
  color: var(--c-blue);
}

/* ----------------------------------------
  MV
---------------------------------------- */
#web-interview .mv {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 42.71%, var(--c-bg-bl) 100%);
}
#web-interview .mv-bg {
  position: absolute;
  inset: 0;
  background-image: url(../img/wi/main-bg.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
#web-interview .mv-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1136px;
  height: 509px;
  margin: 0 auto;
  padding: 40px 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
#web-interview .mv-copy {
  width: 47%;
  max-width: 544px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
#web-interview .mv-head {
  width: 100%;
}
#web-interview .mv-sub {
  font-size: 18px;
  font-weight: var(--c-fw-bold);
  line-height: 1.6;
  color: var(--c-blue-d);
  margin: 0;
}
#web-interview .mv-logo {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin: 6px 0 0;
}
#web-interview .mv-logo-mark {
  width: 153px;
  height: auto;
  margin-bottom: 2px;
}
#web-interview .mv-logo-ai {
  font-size: 48px;
  font-weight: var(--c-fw-bold);
  line-height: 1;
  background: var(--c-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#web-interview .mv-catch {
  font-size: 32px;
  font-weight: var(--c-fw-bold);
  line-height: 1.54;
  color: var(--c-ink);
  margin: 0;
}
#web-interview .mv-catch-br {
  display: none;
}

/* MV 実績スタッツ */
#web-interview .mv-stats {
  display: flex;
  width: 100%;
  gap: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 500px;
}
#web-interview .mv-stat {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  height: 100px;
  padding: 12px 9px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(23, 126, 229, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 4px;
  text-align: center;
}
#web-interview .mv-stat-label {
  font-size: 14px;
  font-weight: var(--c-fw-bold);
  line-height: 1.2;
  color: var(--c-ink);
}
#web-interview .mv-stat-value {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: var(--c-blue);
  font-weight: var(--c-fw-bold);
  line-height: 1;
}
#web-interview .mv-stat-value b {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 54px;
  letter-spacing: -2.5px;
  line-height: 0.85;
}
/* スタッツ1つ目「No.」（1つ目のみ・Plus Jakarta Bold） */
#web-interview .mv-no {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -0.4px;
  line-height: 1.1;
  margin-right: -4px;
  justify-content: center;
}
#web-interview .mv-no + b {
  line-height: 1;
}
/* 1つ目は数値が大きいので余白を詰める */
#web-interview .mv-stat:first-child {
  padding: 14px 8px;
  gap: 0;
}
#web-interview .mv-stat-value em {
  font-size: 32px;
  font-style: normal;
}
#web-interview .mv-stat-value i {
  font-size: 18px;
  font-style: normal;
  padding-bottom: 2px;
}
#web-interview .mv-stat-value.mv-stat-en {
  font-size: 30px;
}
#web-interview .mv-stat-note {
  position: absolute;
  right: 12px;
  bottom: 35px;
  font-size: 10px;
  font-weight: 500;
  color: var(--c-gray);
}

/* 1つ目：月桂樹＋No.1（カード背景なし・Figma参照） */
#web-interview .mv-stats {
  align-items: center;
}
#web-interview .mv-stat--no1 {
  flex-grow: 1.12;
  height: auto;
  padding: 10px 18px;
  gap: 2px;
  background: url(../img/wi/mv-laurel.png) no-repeat center / contain;
  box-shadow: none;
  border-radius: 0;
}
#web-interview .mv-stat--no1 .mv-stat-label {
  font-size: 16px;
}
#web-interview .mv-stat--no1 .mv-stat-value {
  margin-left: 10px; /* 月桂樹内でのバランス調整 */
}
#web-interview .mv-stat--no1 .mv-no {
  font-size: 40px;
}
#web-interview .mv-stat--no1 .mv-stat-value b {
  font-size: 42px;
}
/* ＊1 は No.1 の右肩に小さく */
#web-interview .mv-stat--no1 .mv-stat-note {
  position: static;
  align-self: flex-start;
  margin-left: 2px;
}

#web-interview .mv-btns {
  display: flex;
  gap: 24px;
  margin: 0;
}
/* 注釈（mv-inner の外・全幅で表示） */
#web-interview .mv-foot {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1136px;
  margin: 0 auto;
  padding: 0 16px 32px;
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.1;
  color: var(--c-ink);
}
#web-interview .mv-foot-line {
  display: block;
}
#web-interview .mv-foot-line + .mv-foot-line {
  margin-top: 2px;
}

/* キャッチ直下のSP用画像（767px以下で表示） */
#web-interview .mv-img-sp {
  display: none;
  margin: 0;
  line-height: 0;
}

#web-interview .mv-img {
  flex: 0 0 632px;
  width: 632px;
  max-width: 632px;
  margin: 0;
  line-height: 0;
}
#web-interview .mv-img img {
  width: 100%;
}

/* ----------------------------------------
  MV 操作画面モック（KVをCSSで再現）
  ・4パネルとも「translucentガラス枠（CSS）＋内側コンテンツ画像」
  ・映像パネルは人物写真、操作バー/アジェンダは各内容を透過PNGで内包
  ・617×449 のアスペクト比コンテナに left/top/width/height の%で配置
  ・padding は「コンテナ幅基準の%」で指定（＝各枠13.6px等をコンテナ比で換算）
---------------------------------------- */
#web-interview .mv-kv {
  position: relative;
  width: 100%;
  aspect-ratio: 617 / 449;
}
#web-interview .mv-kv-panel {
  position: absolute;
  box-sizing: border-box;
  border: 1px solid transparent;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
#web-interview .mv-kv-inner {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* 大パネル KV_2（左上・背面／人物：高田 遥） */
#web-interview .mv-kv-panel--main {
  left: 0;
  top: 0;
  width: 56.34%;
  height: 59.65%;
  padding: 2.21%;
  border-radius: 6px;
  border-color: #91eeec;
  background: linear-gradient(163.8deg, rgba(182, 216, 215, 0.2) 11%, rgba(102, 152, 159, 0.2) 90%);
  box-shadow: 0 6px 23px rgba(65, 130, 194, 0.2);
  z-index: 2;
}
/* 小パネル KV_1（右下・前面／人物：春野 貴大） */
#web-interview .mv-kv-panel--sub {
  left: 42.16%;
  top: 46.22%;
  width: 50.59%;
  height: 53.72%;
  padding: 2.21%;
  border-radius: 8px;
  border-color: #bbe3e6;
  background: linear-gradient(163.5deg, rgba(175, 214, 212, 0.2) 12%, rgba(118, 169, 184, 0.2) 89%);
  box-shadow: 0 11px 23px rgba(91, 157, 223, 0.2);
  z-index: 1;
}
/* 操作バー KV_3 */
#web-interview .mv-kv-panel--bar {
  left: 10.54%;
  top: 70.58%;
  width: 38.04%;
  height: 14.22%;
  padding: 1.84%;
  border-radius: 6px;
  border-color: rgba(255, 255, 255, 0.2);
  background: linear-gradient(175deg, rgba(197, 160, 201, 0.2) 9%, rgba(145, 127, 191, 0.2) 91%);
  box-shadow: 0 8px 17px rgba(108, 108, 163, 0.2);
  z-index: 3;
}
/* アジェンダ KV_4 */
#web-interview .mv-kv-panel--agenda {
  left: 69.95%;
  top: 18.96%;
  width: 30.05%;
  height: 35.39%;
  padding: 1.47%;
  border-radius: 5px;
  border-color: rgba(255, 255, 255, 0.3);
  background: linear-gradient(158.5deg, rgba(227, 240, 200, 0.2) 13%, rgba(238, 189, 242, 0.2) 88%);
  box-shadow: 0 5px 6px rgba(148, 112, 170, 0.1);
  z-index: 3;
}

@media (max-width: 1023px) {
  #web-interview .mv-inner {
    height: auto;
    min-height: 460px;
    gap: 24px;
  }
  #web-interview .mv-img {
    flex: 1 1 auto;
    width: auto;
    max-width: 55%;
    min-width: 0;
  }
  #web-interview .mv-logo-ai {
    font-size: 42px;
  }
  #web-interview .mv-catch {
    font-size: 28px;
  }
  #web-interview .mv-stat-value b {
    font-size: 40px;
  }
  #web-interview .mv-no {
    font-size: 28px;
  }
  #web-interview .mv-stat--no1 .mv-no {
    font-size: 31px;
  }
  #web-interview .mv-stat--no1 .mv-stat-value b {
    font-size: 33px;
  }
}

@media (max-width: 959px) {
  #web-interview .mv-copy {
    width: 40%;
    gap: 16px;
  }
  #web-interview .mv-img {
    max-width: 60%;
  }
  #web-interview .mv-sub {
    font-size: 15px;
  }
  #web-interview .mv-logo {
    gap: 12px;
  }
  #web-interview .mv-logo-mark {
    width: 132px;
  }
  #web-interview .mv-logo-ai {
    font-size: 35px;
  }
  #web-interview .mv-catch {
    font-size: 22px;
  }
  #web-interview .mv-stats {
    gap: 6px;
  }
  #web-interview .mv-stat {
    height: 84px;
    padding: 10px 4px;
    gap: 2px;
  }
  #web-interview .mv-stat-label {
    font-size: 10px;
  }
  #web-interview .mv-stat-value b {
    font-size: 24px;
    letter-spacing: -1px;
  }
  #web-interview .mv-no {
    font-size: 16px;
  }
  #web-interview .mv-stat--no1 .mv-no {
    font-size: 18px;
  }
  #web-interview .mv-stat--no1 .mv-stat-value b {
    font-size: 19px;
  }
  #web-interview .mv-stat--no1 .mv-stat-label {
    font-size: 12px;
  }
  #web-interview .mv-stat-value em {
    font-size: 18px;
  }
  #web-interview .mv-stat-value i {
    font-size: 11px;
  }
  #web-interview .mv-stat-value.mv-stat-en {
    font-size: 18px;
  }
  #web-interview .mv-stat-note {
    bottom: 28px;
  }
  #web-interview .mv-btns {
    flex-direction: column;
    gap: 12px;
  }
  #web-interview .btn-cv {
    width: 100%;
    height: 50px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #web-interview .mv {
    background: #f7fbff;
  }
  #web-interview .mv-bg {
    background-position: 54% top;
    height: 65%;
  }
  #web-interview .mv-inner {
    flex-direction: column;
    align-items: stretch;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  #web-interview .mv-copy {
    width: 100%;
    max-width: 100%;
    align-items: center;
    text-align: center;
    gap: 24px;
  }
  #web-interview .mv-head {
    width: fit-content;
    margin: 0 auto;
  }
  #web-interview .mv-sub {
    font-size: 18px;
    text-align: left;
  }
  #web-interview .mv-logo {
    justify-content: flex-start;
    gap: 12px;
  }
  #web-interview .mv-logo-mark {
    width: 153px;
  }
  #web-interview .mv-logo-ai {
    font-size: 48px;
  }
  #web-interview .mv-catch {
    font-size: 22px;
  }
  #web-interview .mv-catch-br {
    display: inline;
  }
  #web-interview .mv-img {
    display: none;
  }
  #web-interview .mv-img-sp {
    display: block;
    width: 100%;
    max-width: 600px;
  }
  #web-interview .mv-stats {
    width: 100%;
    max-width: 420px;
    gap: 8px;
  }
  #web-interview .mv-stat {
    height: 92px;
    padding: 12px 9px;
    gap: 4px;
  }
  #web-interview .mv-stat-label {
    font-size: 13px;
  }
  #web-interview .mv-stat-value b {
    font-size: 36px;
    letter-spacing: -1px;
  }
  #web-interview .mv-no {
    font-size: 24px;
  }
  #web-interview .mv-stat--no1 .mv-no {
    font-size: 28px;
  }
  #web-interview .mv-stat--no1 .mv-stat-value b {
    font-size: 30px;
  }
  #web-interview .mv-stat-value em {
    font-size: 24px;
  }
  #web-interview .mv-stat-value i {
    font-size: 14px;
  }
  #web-interview .mv-stat-value.mv-stat-en {
    font-size: 24px;
  }
  #web-interview .mv-stat-note {
    bottom: 32px;
  }
  #web-interview .mv-btns {
    width: 100%;
    max-width: 368px;
    flex-direction: column;
    gap: 16px;
  }
  #web-interview .btn-cv {
    width: 100%;
    height: 56px;
    font-size: 18px;
  }
}

@media (max-width: 559px) {
  #web-interview .mv-logo-ai {
    font-size: 36px;
  }
  #web-interview .mv-catch {
    font-size: 22px;
  }
  #web-interview .mv-stat {
    height: 84px;
  }
  #web-interview .mv-stat-label {
    font-size: 11px;
  }
  #web-interview .mv-stat-value b {
    font-size: 28px;
  }
  #web-interview .mv-no {
    font-size: 20px;
  }
  #web-interview .mv-stat--no1 .mv-no {
    font-size: 22px;
  }
  #web-interview .mv-stat--no1 .mv-stat-value b {
    font-size: 24px;
  }
  #web-interview .mv-stat--no1 .mv-stat-label {
    font-size: 11px;
  }
  #web-interview .mv-stat-value em,
  #web-interview .mv-stat-value.mv-stat-en {
    font-size: 20px;
  }
  #web-interview .mv-stat-value i {
    font-size: 12px;
  }
}

/* ----------------------------------------
  Clients
---------------------------------------- */
#web-interview .clients {
  background: #fff;
}
#web-interview .clients-inner {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  padding: 20px 16px;
  box-sizing: border-box;
}
#web-interview .clients-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px 64px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#web-interview .clients-list li {
  line-height: 0;
}
#web-interview .clients-sq img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
#web-interview .clients-wide img {
  width: 166px;
  height: 40px;
  object-fit: contain;
}

@media (max-width: 767px) {
  #web-interview .clients-list {
    gap: 20px 40px;
  }
  #web-interview .clients-sq img {
    width: 64px;
    height: 64px;
  }
  #web-interview .clients-wide img {
    width: 133px;
    height: 32px;
  }
}
@media (max-width: 559px) {
  #web-interview .clients-list {
    gap: 16px 28px;
  }
  #web-interview .clients-sq img {
    width: 56px;
    height: 56px;
  }
}

/* ----------------------------------------
  Problem（課題）
---------------------------------------- */
#web-interview #problem {
  background: var(--c-bg-lt);
}
#web-interview .problem-inner {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  padding: 80px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
#web-interview #problem .section-ttl {
  margin: 0;
}
#web-interview .problem-lead {
  text-align: center;
  font-size: 32px;
  font-weight: var(--c-fw-bold);
  line-height: 1.4;
  color: var(--c-ink);
  margin: 0;
}
#web-interview .problem-cards {
  display: flex;
  gap: 10px;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}
#web-interview .problem-card {
  flex: 1 1 360px;
  min-width: 0;
  max-width: 360px;
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
#web-interview .problem-card-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 68px;
  font-size: 24px;
  font-weight: var(--c-fw-bold);
  line-height: 1.4;
  text-align: center;
  color: var(--c-blue);
  margin: 0;
}
#web-interview .problem-card-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  margin: 0;
  width: 100%;
}

@media (max-width: 959px) {
  #web-interview .problem-inner {
    gap: 48px;
  }
  #web-interview .problem-lead {
    font-size: 26px;
  }
  #web-interview .problem-card-ttl {
    font-size: 20px;
    min-height: 56px;
  }
}

@media (max-width: 767px) {
  #web-interview .problem-inner {
    padding: 64px 16px;
    gap: 40px;
  }
  #web-interview .problem-lead {
    font-size: 24px;
  }
  #web-interview .problem-cards {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  #web-interview .problem-card {
    flex: 0 0 auto;
    width: 100%;
    max-width: 480px;
  }
  #web-interview .problem-card-ttl {
    min-height: 0;
  }
}

@media (max-width: 559px) {
  #web-interview .problem-lead {
    font-size: 22px;
  }
}

/* ----------------------------------------
  About（サービス概要）
---------------------------------------- */
#web-interview #about {
  background: #fff;
}
#web-interview .about-inner {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  padding: 80px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
#web-interview #about .section-ttl {
  margin: 0;
}
#web-interview .about-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}
#web-interview .about-intro-ttl {
  font-size: 32px;
  font-weight: var(--c-fw-bold);
  line-height: 1.4;
  margin: 0;
}
#web-interview .about-intro-read {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
}
#web-interview .about-rows {
  width: 100%;
  max-width: 1136px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
#web-interview .about-row {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  justify-content: center;
}
#web-interview .about-row-rev {
  flex-direction: row-reverse;
}
#web-interview .about-img {
  flex: 0 0 479px;
  width: 479px;
  max-width: 479px;
  margin: 0;
  line-height: 0;
}
#web-interview .about-img img {
  width: 100%;
}
#web-interview .about-txt {
  flex: 1 1 0;
  min-width: 0;
  text-align: left;
}
#web-interview .about-no {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  color: var(--c-blue);
  font-size: 48px;
  line-height: 1;
  margin: 0 0 8px;
}
#web-interview .about-row-ttl {
  font-size: 32px;
  font-weight: var(--c-fw-bold);
  line-height: 1.4;
  text-align: left;
  margin: 0 0 8px;
}
#web-interview .about-row-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}
#web-interview .about-hl {
  color: var(--c-blue);
  font-weight: 500;
}

@media (max-width: 1023px) {
  #web-interview .about-inner,
  #web-interview .about-rows {
    gap: 64px;
  }
  #web-interview .about-img {
    flex: 0 0 44%;
    width: 44%;
  }
}
@media (max-width: 959px) {
  #web-interview .about-intro-ttl {
    font-size: 26px;
  }
  #web-interview .about-no {
    font-size: 40px;
  }
  #web-interview .about-row-ttl {
    font-size: 24px;
  }
  #web-interview .about-row-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #web-interview .about-inner {
    padding: 64px 16px;
    gap: 48px;
  }
  #web-interview .about-rows {
    gap: 48px;
  }
  #web-interview .about-row,
  #web-interview .about-row-rev {
    flex-direction: column-reverse;
    gap: 20px;
  }
  #web-interview .about-img {
    flex: 0 0 auto;
    width: 100%;
    max-width: 479px;
    margin: 0 auto;
  }
  #web-interview .about-txt {
    width: 100%;
  }
  #web-interview .about-row-ttl br {
    display: none;
  }
  #web-interview .about-intro-ttl {
    font-size: 24px;
  }
}
@media (max-width: 559px) {
  #web-interview .about-intro-ttl {
    font-size: 22px;
  }
  #web-interview .about-row-ttl {
    font-size: 22px;
  }
}

/* ----------------------------------------
  Results（導入効果）
---------------------------------------- */
#web-interview #results {
  background: var(--c-bg-bl);
}
#web-interview .results-inner {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  padding: 80px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
#web-interview #results .section-ttl {
  margin: 0;
}
#web-interview .rs-cards {
  width: 100%;
  max-width: 1136px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 24px;
}
#web-interview .rs-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 24px rgba(23, 126, 229, 0.2);
  padding: 32px;
  min-height: 258px;
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  overflow: hidden;
}
/* 2枚目（申し送り書の作成時間）はタイトルと本体を詰める */
#web-interview .rs-card.rs-card-g0 {
  gap: 0;
}
#web-interview .rs-card-ttl {
  font-size: 20px;
  font-weight: var(--c-fw-bold);
  line-height: 1.6;
  text-align: center;
  margin: 0;
}
/* 本体（グラフ画像＋数値） */
#web-interview .rs-body {
  flex: 1;
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
/* グラフ画像（PCは240px固定＝導入前→導入後の棒グラフ） */
#web-interview .rs-graph-img {
  flex: 0 0 240px;
  width: 240px;
  max-width: 240px;
  margin: 0;
  line-height: 0;
}
#web-interview .rs-graph-img img {
  width: 100%;
  height: auto;
}
/* 円グラフ（面接官の満足度・90%）conic-gradientで再現 */
#web-interview .rs-pie {
  flex: 0 0 160px;
  width: 160px;
  aspect-ratio: 1;
  margin: 0;
  border-radius: 50%;
  background: conic-gradient(var(--c-blue) 0% 90%, #c4c8cb 90% 100%);
  position: relative;
}
#web-interview .rs-pie-label {
  position: absolute;
  left: 56%;
  top: 60%;
  transform: translate(-50%, -50%);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
/* 3枚目（内定承諾率）は上向き矢印グラフが縦長のため、余白と表示幅を詰めて高さを他カードに合わせる */
#web-interview .rs-cards .rs-card:nth-child(3) {
  gap: 0px;
}
#web-interview .rs-cards .rs-card:nth-child(3) .rs-graph-img {
  flex: 0 0 200px;
  width: 200px;
  max-width: 200px;
}
/* 数値 */
#web-interview .rs-num {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  text-align: center;
}
#web-interview .rs-num-main {
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  font-weight: var(--c-fw-bold);
  color: var(--c-blue);
  margin: 0;
  line-height: 0.74;
  white-space: nowrap;
}
#web-interview .rs-num-main .big {
  font-size: 100px;
}
#web-interview .rs-num-main .mid {
  font-size: 66px;
}
#web-interview .rs-num-main .sm {
  font-size: 46px;
}
#web-interview .rs-num-sub {
  font-size: 50px;
  font-weight: var(--c-fw-bold);
  color: var(--c-ink);
  line-height: 1;
  margin: 16px 0 0;
}
#web-interview .rs-num-note {
  display: inline;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--c-gray);
  margin-top: 6px;
  vertical-align: bottom;
}
#web-interview .rs-note {
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  color: var(--c-ink);
  margin: 0;
}
#web-interview .rs-note a {
  color: var(--c-blue);
}

@media (max-width: 1135px) {
  #web-interview .rs-graph-img {
    flex: 0 0 180px;
    width: 180px;
    max-width: 180px;
  }
  #web-interview .rs-num-main .big {
    font-size: 84px;
  }
  #web-interview .rs-num-main .mid {
    font-size: 48px;
  }
  #web-interview .rs-num-main .sm {
    font-size: 34px;
  }
  #web-interview .rs-num-sub {
    font-size: 42px;
  }
}
@media (max-width: 959px) {
  #web-interview .rs-body {
    flex-direction: column;
    gap: 16px;
  }
  #web-interview .rs-graph-img {
    flex: 0 0 auto;
    width: 200px;
    max-width: 200px;
  }
  #web-interview .rs-num-main .big {
    font-size: 88px;
  }
  #web-interview .rs-num-main .mid {
    font-size: 50px;
  }
  #web-interview .rs-num-main .sm {
    font-size: 38px;
  }
  #web-interview .rs-num-sub {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  #web-interview .results-inner {
    padding: 64px 16px;
    gap: 48px;
  }
  #web-interview .rs-cards {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 560px;
    margin: 0 auto;
  }
  #web-interview .rs-body {
    flex-direction: row;
    gap: 20px;
  }
  #web-interview .rs-graph-img {
    flex: 0 0 200px;
    width: 200px;
    max-width: 200px;
  }
  #web-interview .rs-num-main .big {
    font-size: 96px;
  }
  #web-interview .rs-num-main .mid {
    font-size: 54px;
  }
  #web-interview .rs-num-main .sm {
    font-size: 40px;
  }
  #web-interview .rs-num-sub {
    font-size: 46px;
  }
}
@media (max-width: 559px) {
  #web-interview .rs-body {
    flex-direction: column;
    gap: 12px;
  }
  #web-interview .rs-graph-img {
    flex: 0 0 auto;
    width: 100%;
    max-width: 240px;
  }
  #web-interview .rs-num-main .big {
    font-size: 80px;
  }
  #web-interview .rs-num-main .mid {
    font-size: 44px;
  }
  #web-interview .rs-num-main .sm {
    font-size: 32px;
  }
  #web-interview .rs-num-sub {
    font-size: 38px;
  }
}

/* ----------------------------------------
  Key Points（検討時のポイント・比較表）
---------------------------------------- */
#web-interview #keypoints {
  background: #fff;
}
#web-interview .kp-inner {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  padding: 80px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
#web-interview #keypoints .section-ttl {
  margin: 0;
}
#web-interview .kp-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}
#web-interview .kp-intro-ttl {
  font-size: 32px;
  font-weight: var(--c-fw-bold);
  line-height: 1.4;
  margin: 0;
}
#web-interview .kp-intro-read {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
}
#web-interview .kp-table-wrap {
  width: 100%;
  max-width: 1136px;
}
#web-interview .kp-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(47, 50, 51, 0.15);
}
#web-interview .kp-table th,
#web-interview .kp-table td {
  border-bottom: 1px solid #b9d8f7;
  border-right: 1px solid #b9d8f7;
  padding: 24px 8px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}
#web-interview .kp-table th:last-child,
#web-interview .kp-table td:last-child {
  border-right: none;
}
#web-interview .kp-table tbody tr:last-child td,
#web-interview .kp-table tbody tr:last-child th {
  border-bottom: none;
}
/* 列幅（rowhead + データ3列） */
#web-interview .kp-corner,
#web-interview .kp-rowhead {
  width: 208px;
}
/* セル内テキストの改行：PC=Figma通り／タブレット・SP=現状の改行 */
#web-interview .kp-br-pc {
  display: inline;
}
#web-interview .kp-br-sp {
  display: none;
}
/* ヘッダー行 */
#web-interview .kp-table thead th {
  height: 104px;
  font-size: 20px;
  font-weight: var(--c-fw-bold);
  line-height: 1.6;
}
#web-interview .kp-col-sub {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 4px;
}
#web-interview .kp-table .kp-corner {
  background: #fff;
  border-top-left-radius: 8px;
}
#web-interview .kp-table .kp-col-main {
  background: var(--c-blue);
  color: #f7fbff;
}
#web-interview .kp-table .kp-col-other {
  background: #f3f4f5;
  color: var(--c-ink);
}
#web-interview .kp-table thead th:last-child {
  border-top-right-radius: 8px;
}
/* 行見出し（左列） */
#web-interview .kp-rowhead {
  background: #fff;
}
#web-interview .kp-pill {
  display: inline-block;
  background: #b9d8f7;
  color: var(--c-blue);
  font-size: 14px;
  font-weight: var(--c-fw-bold);
  line-height: 1;
  padding: 8px 16px;
  border-radius: 30px;
  margin-bottom: 0px;
}
#web-interview .kp-rowttl {
  display: block;
  font-size: 20px;
  font-weight: var(--c-fw-bold);
  line-height: 1.6;
  color: var(--c-ink);
}
/* harutaka列（強調） */
#web-interview .kp-table .kp-main {
  background: #f7fbff;
}
/* 記号（画像） */
#web-interview .kp-mark {
  display: block;
  width: 49px;
  height: 45px;
  margin: 0 auto;
}
#web-interview .kp-mark-lg {
  width: 52px;
  height: 48px;
}
#web-interview .kp-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--c-ink);
}
#web-interview .kp-desc-bold {
  font-weight: var(--c-fw-bold);
}
#web-interview .kp-main .kp-desc-bold {
  color: var(--c-blue);
}
#web-interview .kp-sup {
  font-size: 12px;
  font-weight: 400;
  color: #5c6366;
  vertical-align: super;
}
/* 角丸（左下・右下） */
#web-interview .kp-table tbody tr:last-child th:first-child {
  border-bottom-left-radius: 8px;
}
#web-interview .kp-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
#web-interview .kp-notes {
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  color: var(--c-ink);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#web-interview .kp-notes p {
  margin: 0;
}
#web-interview .kp-notes a {
  color: var(--c-blue);
}

@media (max-width: 959px) {
  #web-interview .kp-intro-ttl {
    font-size: 26px;
  }
  #web-interview .kp-table thead th,
  #web-interview .kp-rowttl {
    font-size: 18px;
  }
  #web-interview .kp-desc {
    font-size: 14px;
  }
  /* タブレット・SP は現状の改行に切替 */
  #web-interview .kp-br-pc {
    display: none;
  }
  #web-interview .kp-br-sp {
    display: inline;
  }
}
@media (max-width: 767px) {
  #web-interview .kp-inner {
    padding: 64px 16px;
    gap: 48px;
  }
  #web-interview .kp-intro-ttl {
    font-size: 24px;
  }
  /* 横スクロールで表崩れを防止 */
  #web-interview .kp-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #web-interview .kp-table {
    min-width: 700px;
  }
  #web-interview .kp-table th,
  #web-interview .kp-table td {
    padding: 20px 8px;
  }
}
@media (max-width: 559px) {
  #web-interview .kp-intro-ttl {
    font-size: 22px;
  }
}

/* ----------------------------------------
  Features（機能）
---------------------------------------- */
#web-interview #features {
  background: var(--c-bg-lt);
}
#web-interview .feat-inner {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  padding: 80px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
#web-interview #features .section-ttl {
  margin: 0;
}
#web-interview .feat-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}
#web-interview .feat-intro-ttl {
  font-size: 32px;
  font-weight: var(--c-fw-bold);
  line-height: 1.4;
  margin: 0;
}
#web-interview .feat-intro-read {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
}
#web-interview .feat-rows {
  width: 100%;
  max-width: 1136px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
#web-interview .feat-row {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
#web-interview .feat-row-rev {
  flex-direction: row-reverse;
}
/* 画像なし・中央寄せ（Function 01 / 04） */
#web-interview .feat-row-full {
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}
#web-interview .feat-img {
  flex: 0 0 479px;
  width: 479px;
  max-width: 479px;
  margin: 0;
  line-height: 0;
}
#web-interview .feat-img img {
  width: 100%;
}
/* 全幅画像（Function 04） */
#web-interview .feat-img-full {
  width: 100%;
  margin: 0;
  line-height: 0;
}
#web-interview .feat-img-full img {
  width: 100%;
}
/* ATS連携ロゴ一覧（Function 04・元 page-web-interview.php の function-api-list を移植） */
#web-interview .function-api-list {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
  background: #fff;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#web-interview .function-api-list li {
  display: flex;
  align-items: center;
  justify-content: center;
}
#web-interview .function-api-list li img {
  max-height: 80px;
  max-width: 200px;
  margin: 0 4px 8px;
}
@media (max-width: 559px) {
  #web-interview .function-api-list li {
    width: 50%;
    max-width: 50%;
  }
  #web-interview .function-api-list li img {
    max-width: 90%;
  }
}
#web-interview .feat-txt {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
#web-interview .feat-row-full .feat-txt {
  align-items: center;
}
#web-interview .feat-head {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
#web-interview .feat-row-full .feat-head {
  justify-content: center;
}
#web-interview .feat-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  padding: 0 16px;
  border-radius: 30px;
  background: #b9d8f7;
  color: var(--c-blue);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: var(--c-fw-bold);
  font-size: 18px;
  line-height: 1;
}
#web-interview .feat-label {
  color: var(--c-blue);
  font-size: 20px;
  font-weight: var(--c-fw-bold);
  line-height: 1.6;
}
#web-interview .feat-ttl {
  font-size: 32px;
  font-weight: var(--c-fw-bold);
  line-height: 1.4;
  color: var(--c-ink);
  text-align: left;
  margin: 0;
}
#web-interview .feat-row-full .feat-ttl {
  text-align: center;
}
#web-interview .feat-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--c-ink);
  margin: 0;
}
#web-interview .feat-row-full .feat-text {
  text-align: center;
}
#web-interview .feat-text b {
  font-weight: var(--c-fw-bold);
  color: var(--c-blue);
}
#web-interview .feat-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 28px;
  background: #fff;
  border: 1px solid var(--c-blue);
  border-radius: 8px;
  box-sizing: border-box;
  color: var(--c-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
#web-interview .feat-btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
#web-interview .feat-btn-arrow {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
#web-interview .feat-btn:hover .feat-btn-arrow {
  transform: translateX(5px);
}

@media (max-width: 1023px) {
  #web-interview .feat-inner,
  #web-interview .feat-rows {
    gap: 48px;
  }
  #web-interview .feat-img {
    flex: 0 0 44%;
    width: 44%;
  }
}
@media (max-width: 959px) {
  #web-interview .feat-intro-ttl {
    font-size: 26px;
  }
  #web-interview .feat-pill {
    font-size: 16px;
    height: 30px;
    padding: 0 12px;
  }
  #web-interview .feat-label {
    font-size: 18px;
  }
  #web-interview .feat-ttl {
    font-size: 24px;
  }
  #web-interview .feat-text {
    font-size: 16px;
    line-height: 1.7;
  }
}
@media (max-width: 767px) {
  #web-interview .feat-inner {
    padding: 64px 16px;
    gap: 48px;
  }
  #web-interview .feat-row,
  #web-interview .feat-row-rev {
    flex-direction: column-reverse;
    gap: 24px;
  }
  /* Function04（画像なし・全幅）は column-reverse を打ち消し、テキストを上に */
  #web-interview .feat-row-full {
    flex-direction: column;
  }
  /* Function04 のテキストは左寄せに */
  #web-interview .feat-row-full .feat-txt {
    align-items: flex-start;
  }
  #web-interview .feat-row-full .feat-head {
    justify-content: flex-start;
  }
  #web-interview .feat-row-full .feat-ttl,
  #web-interview .feat-row-full .feat-text {
    text-align: left;
  }
  #web-interview .feat-img {
    flex: 0 0 auto;
    width: 100%;
    max-width: 479px;
    margin: 0 auto;
  }
  #web-interview .feat-txt {
    width: 100%;
  }
  #web-interview .feat-intro-ttl {
    font-size: 24px;
  }
}
@media (max-width: 559px) {
  #web-interview .feat-intro-ttl {
    font-size: 22px;
  }
}

/* ----------------------------------------
  Case Study（導入事例）
---------------------------------------- */
#web-interview #casestudy {
  background: var(--c-bg-bl);
}
#web-interview .cs-inner {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  padding: 80px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
}
#web-interview #casestudy .section-ttl {
  margin: 0;
}
#web-interview .cs-cards {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}
#web-interview .cs-card {
  width: 320px;
  max-width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 17px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s ease;
}
#web-interview .cs-card:hover {
  opacity: 0.85;
  text-decoration: none;
}
#web-interview .cs-photo {
  margin: 0;
  line-height: 0;
  aspect-ratio: 320 / 160;
  overflow: hidden;
}
#web-interview .cs-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#web-interview .cs-card-body {
  padding: 0 16px 26px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
#web-interview .cs-card-main {
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid #dedfe0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#web-interview .cs-card-ttl {
  font-size: 14px;
  font-weight: var(--c-fw-bold);
  line-height: 1.4;
  color: var(--c-ink);
  text-align: center;
  margin: 0;
}
#web-interview .cs-card-excerpt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  color: var(--c-ink);
  margin: 0;
  min-height: 72px;
}
#web-interview .cs-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#web-interview .cs-tags span {
  background: #f3f4f5;
  color: #5c6366;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
}
#web-interview .cs-meta {
  width: auto;
  margin: 0;
}
#web-interview .cs-meta div {
  display: flex;
  align-items: center;
}
#web-interview .cs-meta dt {
  width: 80px;
  flex-shrink: 0;
  margin: 0;
  color: #a4a5a6;
  font-size: 13px;
  line-height: 24px;
}
#web-interview .cs-meta dd {
  width: auto;
  margin: 0;
  color: var(--c-ink);
  font-size: 13px;
  line-height: 24px;
  white-space: nowrap;
}
/* 矢印付き白ボタン（Case / Price 共通） */
#web-interview .lp-arrowbtn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--c-blue);
  color: var(--c-blue);
  font-size: 18px;
  font-weight: var(--c-fw-bold);
  line-height: 1;
  padding: 16px 64px;
  border-radius: 8px;
  transition: opacity 0.3s ease;
}
#web-interview .lp-arrowbtn:hover {
  opacity: 0.8;
  text-decoration: none;
}
#web-interview .lp-arrowbtn-arrow {
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
#web-interview .lp-arrowbtn:hover .lp-arrowbtn-arrow {
  transform: translateX(5px);
}

@media (max-width: 767px) {
  #web-interview .cs-inner {
    padding: 64px 16px;
    gap: 40px;
  }
  #web-interview .cs-cards {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

/* ----------------------------------------
  Price（料金）
---------------------------------------- */
#web-interview #price {
  background: #fff;
}
#web-interview .price-inner {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  padding: 80px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
#web-interview #price .section-ttl {
  margin: 0;
}
#web-interview .price-cards {
  width: 100%;
  max-width: 1136px;
  display: flex;
  gap: 32px;
  justify-content: center;
}
#web-interview .price-card {
  flex: 1 1 0;
  min-width: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 34px rgba(0, 0, 0, 0.15);
  padding: 24px 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
#web-interview .price-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
#web-interview .price-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  padding: 0 16px;
  border-radius: 30px;
  background: #b9d8f7;
  color: var(--c-blue);
  font-size: 18px;
  font-weight: var(--c-fw-bold);
  line-height: 1.4;
}
#web-interview .price-card-ttl {
  font-size: 24px;
  font-weight: var(--c-fw-bold);
  line-height: 1.4;
  color: var(--c-ink);
  margin: 0;
}
#web-interview .price-card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--c-ink);
  margin: 0;
}

@media (max-width: 767px) {
  #web-interview .price-inner {
    padding: 64px 16px;
    gap: 48px;
  }
  #web-interview .price-cards {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 480px;
  }
  #web-interview .price-card {
    width: 100%;
  }
}

/* ----------------------------------------
  Flow（導入の流れ）
---------------------------------------- */
#web-interview #flow {
  background: var(--c-bg-lt);
}
#web-interview .flow-inner {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  padding: 80px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
#web-interview #flow .section-ttl {
  margin: 0;
}
#web-interview .flow-steps {
  width: 100%;
  max-width: 1136px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#web-interview .flow-step {
  flex: 0 1 226px;
  min-width: 0;
  background: #fff;
  border-radius: 10px;
  padding: 24px 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
#web-interview .flow-step-no {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--c-blue);
  font-size: 18px;
  font-weight: var(--c-fw-bold);
  line-height: 1.4;
}
#web-interview .flow-icon {
  width: 104px;
  margin: 0;
  line-height: 0;
}
#web-interview .flow-icon img {
  width: 100%;
}
#web-interview .flow-step-ttl {
  font-size: 24px;
  font-weight: var(--c-fw-bold);
  line-height: 1.4;
  color: var(--c-blue);
  text-align: center;
  margin: 0;
}
#web-interview .flow-step-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--c-ink);
  text-align: center;
  margin: 8px 0 0;
}
#web-interview .flow-arrow {
  flex: 0 0 auto;
  align-self: center;
  line-height: 0;
}
#web-interview .flow-arrow img {
  width: 40px;
  height: auto;
}

@media (max-width: 1023px) {
  #web-interview .flow-step {
    padding: 20px 12px;
  }
  #web-interview .flow-arrow img {
    width: 28px;
  }
}
@media (max-width: 959px) {
  #web-interview .flow-step-text br {
    display: none;
  }
}
@media (max-width: 767px) {
  #web-interview .flow-inner {
    padding: 64px 16px;
    gap: 48px;
  }
  #web-interview .flow-steps {
    flex-direction: column;
    align-items: center;
    max-width: 360px;
  }
  #web-interview .flow-step {
    flex: 0 0 auto;
    width: 100%;
    padding: 24px 32px;
  }
  #web-interview .flow-arrow {
    margin: 2px 0 8px;
  }
  #web-interview .flow-arrow img {
    width: 32px;
    transform: rotate(90deg);
  }
}

/* ----------------------------------------
  Support（サポート体制）＋ ご相談CTA
---------------------------------------- */
#web-interview #support {
  background: #fff;
}
#web-interview .sup-inner {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  padding: 80px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
#web-interview #support .section-ttl {
  margin: 0;
}
#web-interview .sup-items {
  width: 100%;
  max-width: 864px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 64px;
}
#web-interview .sup-item {
  width: 344px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
#web-interview .sup-icon {
  width: 64px;
  height: 64px;
  margin: 0;
  line-height: 0;
}
#web-interview .sup-icon img {
  width: 100%;
}
#web-interview .sup-item-ttl {
  font-size: 20px;
  font-weight: var(--c-fw-bold);
  line-height: 1.6;
  color: var(--c-ink);
  text-align: center;
  margin: -8px 0 0;
}
#web-interview .sup-item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--c-ink);
  text-align: left;
  margin: 0;
}
/* ご相談・お問い合わせ（青帯） */
#web-interview .sup-cta {
  width: 100%;
  background: var(--c-blue);
  padding: 56px 16px 62px;
  box-sizing: border-box;
}
#web-interview .sup-cta-inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  color: #fff;
}
#web-interview .sup-cta-ttl {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
}
#web-interview .sup-cta-lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}
#web-interview .sup-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 80px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #fff;
  color: var(--c-blue);
  font-size: 20px;
  font-weight: var(--c-fw-bold);
  line-height: 1;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
  transition: opacity 0.3s ease;
}
#web-interview .sup-cta-btn:hover {
  opacity: 0.85;
  text-decoration: none;
}
#web-interview .sup-cta-tel {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
#web-interview .sup-cta-num {
  font-size: 24px;
  font-weight: var(--c-fw-bold);
}
#web-interview .sup-cta-hours {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 959px) {
  #web-interview .sup-cta-ttl {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #web-interview .sup-inner {
    padding: 64px 16px;
  }
  #web-interview .sup-items {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
    max-width: 420px;
  }
  #web-interview .sup-item {
    width: 100%;
    max-width: 344px;
  }
  #web-interview .sup-cta {
    padding: 48px 16px;
  }
  #web-interview .sup-cta-ttl {
    font-size: 24px;
  }
  #web-interview .sup-cta-lead,
  #web-interview .sup-cta-hours {
    font-size: 16px;
  }
  #web-interview .sup-cta-btn {
    width: 100%;
    max-width: 368px;
    padding: 0 16px;
  }
}

/* ----------------------------------------
  FAQ（よくある質問）
---------------------------------------- */
#web-interview #faq {
  background: #fff;
}
#web-interview .faq-inner {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  padding: 80px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
#web-interview #faq .section-ttl {
  margin: 0;
}
#web-interview .faq-list {
  width: 100%;
  max-width: 864px;
  margin: 0;
}
#web-interview .faqlist-item {
  border-top: 1px solid #f3f4f5;
}
#web-interview .faq-q {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 36px 0;
  margin: 0;
  cursor: pointer;
}
#web-interview .faq-q-mark {
  flex-shrink: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7;
  color: var(--c-gray);
}
#web-interview .faq-q-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.7;
  color: var(--c-ink);
}
#web-interview .faq-icon {
  flex-shrink: 0;
  position: relative;
  width: 28px;
  height: 28px;
  margin-left: auto;
  border: 1.5px solid var(--c-blue);
  border-radius: 50%;
}
#web-interview .faq-icon::before,
#web-interview .faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--c-blue);
}
#web-interview .faq-icon::before {
  width: 12px;
  height: 2px;
  transform: translate(-50%, -50%);
}
#web-interview .faq-icon::after {
  width: 2px;
  height: 12px;
  transform: translate(-50%, -50%);
}
#web-interview .faqlist-item.is-open .faq-icon {
  background: var(--c-blue);
}
#web-interview .faqlist-item.is-open .faq-icon::before {
  background: #fff;
}
#web-interview .faqlist-item.is-open .faq-icon::after {
  display: none;
}
#web-interview .faq-a {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: #f7fbff;
  padding: 32px;
  margin: 0;
}
#web-interview .faq-a-mark {
  flex-shrink: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7;
  color: var(--c-blue);
}
#web-interview .faq-a-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.7;
  color: var(--c-ink);
}

@media (max-width: 767px) {
  #web-interview .faq-inner {
    padding: 64px 16px;
    gap: 40px;
  }
  #web-interview .faq-q {
    padding: 24px 0;
    gap: 12px;
  }
  #web-interview .faq-q-text,
  #web-interview .faq-a-text {
    font-size: 15px;
  }
  #web-interview .faq-a {
    padding: 20px 16px;
    gap: 12px;
  }
}

/* ----------------------------------------
  CTA（まずはお気軽にご相談ください）
---------------------------------------- */
#web-interview .lp-cta {
  width: 100%;
  background: var(--c-blue);
  padding: 56px 16px 62px;
  box-sizing: border-box;
}
#web-interview .lp-cta-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
  color: #fff;
}
#web-interview .lp-cta-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
#web-interview .lp-cta-sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}
#web-interview .lp-cta-ttl {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
}
#web-interview .lp-cta-read {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
#web-interview .lp-cta-btns {
  display: flex;
  justify-content: center;
  gap: 24px;
}
#web-interview .lp-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 80px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #fff;
  color: var(--c-blue);
  font-size: 20px;
  font-weight: var(--c-fw-bold);
  line-height: 1;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
  transition: opacity 0.3s ease;
}
#web-interview .lp-cta-btn-line {
  border-color: var(--c-blue);
}
#web-interview .lp-cta-btn:hover {
  opacity: 0.85;
  text-decoration: none;
}
#web-interview .lp-cta-note {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 767px) {
  #web-interview .lp-cta {
    padding: 48px 16px;
  }
  #web-interview .lp-cta-ttl {
    font-size: 24px;
  }
  #web-interview .lp-cta-sub,
  #web-interview .lp-cta-read,
  #web-interview .lp-cta-note {
    font-size: 16px;
  }
  #web-interview .lp-cta-btns {
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 368px;
  }
  #web-interview .lp-cta-btn {
    width: 100%;
    padding: 0 16px;
  }
}

/* ----------------------------------------
  Other（その他のサービス）
---------------------------------------- */
#web-interview #other {
  background: #f7fbff;
}
#web-interview .other-inner {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  padding: 80px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
#web-interview #other .section-ttl {
  margin: 0;
}
#web-interview .other-lead {
  font-size: 20px;
  font-weight: var(--c-fw-bold);
  line-height: 1.6;
  text-align: center;
  color: var(--c-ink);
  margin: 0;
}
#web-interview .other-cards {
  width: 100%;
  max-width: 1136px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
#web-interview .other-card {
  width: calc((100% - 48px) / 4);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(23, 126, 229, 0.2);
  padding: 24px 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  transition: opacity 0.3s ease;
}
#web-interview .other-card:hover {
  opacity: 0.85;
  text-decoration: none;
}
#web-interview .other-card-head {
  display: block;
  width: 100%;
}
#web-interview .other-card-cat {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  color: var(--c-ink);
}
#web-interview .other-card-name {
  display: block;
  font-size: 20px;
  font-weight: var(--c-fw-bold);
  line-height: 1.6;
  color: var(--c-blue);
  margin-top: 4px;
}
#web-interview .other-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  height: 40px;
  padding: 0 28px;
  border-radius: 8px;
  background: var(--c-blue);
  color: #fff;
  font-size: 14px;
  font-weight: var(--c-fw-bold);
  line-height: 1;
}
#web-interview .other-btn-arrow {
  width: 7px;
  height: 7px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  border-radius: 1px;
  transform: rotate(45deg);
}

@media (max-width: 1023px) {
  #web-interview .other-cards {
    gap: 24px;
    max-width: 600px;
  }
  #web-interview .other-card {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 767px) {
  #web-interview .other-inner {
    padding: 64px 16px;
    gap: 40px;
  }
}
@media (max-width: 559px) {
  #web-interview .other-cards {
    max-width: 360px;
  }
  #web-interview .other-card {
    width: 100%;
  }
}

/* ============================================================
  Contact（HubSpot 埋め込み・現行スタイル維持）
============================================================ */
#web-interview-contact {
  width: 100%;
  background-color: #e5f2ff;
}
#web-interview-contact.trial-contents h2 {
  color: #177ee5;
}
#web-interview-contact.trial-contents h2 .ruby {
  font-size: 16px;
}
#web-interview-contact.entry-half .container {
  flex-direction: column;
}
#web-interview-contact.entry-half .contact-contents {
  width: 100%;
  max-width: 560px;
  padding: 0;
  margin: 0 auto;
}
#web-interview-contact.entry-half .contact-contents .entry-table {
  padding: 24px 64px;
  background-color: #fff;
  border-radius: 8px;
}
#web-interview-contact .contact-form .hs-form input[type=text],
#web-interview-contact .contact-form .hs-form input[type=url],
#web-interview-contact .contact-form .hs-form input[type=email],
#web-interview-contact .contact-form .hs-form input[type=tel],
#web-interview-contact .contact-form .hs-form input[type=number],
#web-interview-contact .contact-form .hs-form input[type=date],
#web-interview-contact .contact-form .hs-form textarea,
#web-interview-contact .contact-form .hs-form select {
  width: calc(100% - 0px) !important;
  margin-right: 0;
}
#web-interview-contact .contact-form .hbspt-form fieldset .hs-form-field.hs_testbooleanid {
  margin-top: 0;
}
#web-interview-contact .contact-form .hbspt-form .legal-consent-container {
  margin-bottom: 0;
}
#web-interview-contact.entry-half .hbspt-form .hs-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  display: block;
}
#web-interview-contact .contact-form .hs-form input[type="checkbox"] {
  border: 1px solid #E9EAEB;
  vertical-align: -8px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: #fff;
  margin-left: 0;
  vertical-align: middle;
}
#web-interview-contact .contact-form .hs-form input[type="checkbox"]:checked {
  background: #177ee5;
  border: 1px solid #E9EAEB;
}
#web-interview-contact .contact-form .hs-form input[type="checkbox"]:checked:before {
  position: absolute;
  left: 0px;
  top: 13px;
  display: block;
  content: "";
  width: 9px;
  height: 3px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
}
#web-interview-contact .contact-form .hs-form input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 7px;
  top: 13px;
  content: "";
  width: 14px;
  height: 3px;
  background: #ffffff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
}
#web-interview-contact .contact-form .hs-form .hs_firstname {
  padding-top: 22px;
}
@media (max-width: 767px) {
  #web-interview-contact.trial-contents h2 .ruby {
    display: block;
  }
  #web-interview-contact.entry-half .contact-contents .entry-table {
    padding: 24px 16px;
  }
  #web-interview-contact.entry-half .hbspt-form .hs-button {
    padding: 22.5px 8px !important;
  }
}
