@charset "utf-8";
/* トップ専用の残り（共通部品は site-v2.css・2026-09-24 切り出し） */
.top-v2 .v2-issue-grid>*,.top-v2 .v2-service-cards>*,.top-v2 .v2-works-grid>*,
.top-v2 .v2-works-grid figure,.top-v2 .v2-work-feature>*,.top-v2 .v2-why-item>*,
.top-v2 .v2-journal-grid>*,.top-v2 .v2-about-grid>*,.top-v2 .v2-process-links>*{min-width:0}
.top-v2 .v2-news{border-bottom:1px solid var(--v2-line);padding:18px 0}
.top-v2 .v2-news a{display:flex;gap:28px;align-items:center;font-size:14px;font-weight:700}
.top-v2 .v2-news time{font-family:var(--v2-en);font-weight:800;color:#587993}
.top-v2 .v2-news a:hover .tx{text-decoration:underline;text-underline-offset:5px}
.top-v2 .v2-about{background:var(--v2-gray-bg);padding:86px 0 90px}
.top-v2 .v2-about-grid{display:grid;grid-template-columns:400px minmax(0,1fr);gap:56px;align-items:start}
.top-v2 .v2-about-photo img{width:100%;border-radius:6px}
.top-v2 .v2-about .en{font-family:var(--v2-en);font-weight:900;letter-spacing:.04em;
  font-size:22px;color:var(--v2-navy);}
.top-v2 .v2-about .en .ja{display:inline-block;font-family:inherit;font-size:13px;font-weight:800;
  margin-left:14px;letter-spacing:.06em;color:#4b6a85;}
.top-v2 .v2-about h2{margin:16px 0 24px}
.top-v2 .v2-about p{font-size:15px;line-height:2.15;font-weight:600}
.top-v2 .v2-about p+p{margin-top:16px}
.top-v2 .v2-about-facts{margin-top:30px;border-top:2px solid var(--v2-navy)}
.top-v2 .v2-about-facts div{display:grid;grid-template-columns:104px minmax(0,1fr);gap:0 16px;
  border-bottom:1px solid var(--v2-line);padding:12px 2px;}
.top-v2 .v2-about-facts dt{font-size:13.5px;font-weight:900;color:var(--v2-navy)}
.top-v2 .v2-about-facts dd{font-size:14px;line-height:1.85;font-weight:700}
.top-v2 .v2-about .sec-more{text-align:left;margin-top:26px}
.top-v2 .v2-journal{padding:86px 0 92px}
.top-v2 .v2-journal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.top-v2 .v2-journal-grid>a{background:#fff;border-radius:8px;overflow:hidden;box-shadow:var(--v2-shadow);
  display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s;}
.top-v2 .v2-journal-grid>a:hover{box-shadow:var(--v2-shadow-lg);transform:translateY(-2px)}
.top-v2 .art{aspect-ratio:16/9;background:var(--v2-blue-bg);position:relative;
  display:grid;place-items:center;border-bottom:3px solid var(--v2-navy);}
.top-v2 .art .lb{position:absolute;left:14px;top:12px;font-size:12px;font-weight:900;color:var(--v2-navy)}
.top-v2 .art .tx{font-size:23px;font-weight:900;line-height:1.5;text-align:center;color:var(--v2-head)}
.top-v2 .v2-journal-grid .body{padding:22px 22px 24px;display:flex;flex-direction:column;gap:10px;flex:1}
.top-v2 .v2-journal-grid .ttl{font-size:17px;font-weight:900;line-height:1.7;color:var(--v2-head)}
.top-v2 .v2-journal-grid .cat{font-size:12px;font-weight:800;color:#5b7186}
.top-v2 .v2-journal-grid .body p{font-size:14px;line-height:1.95}
.top-v2 .v2-journal-grid .more{margin-top:auto;color:var(--v2-navy);font-size:14px;font-weight:900;
  border-bottom:2px solid var(--v2-yellow);align-self:flex-start;padding-bottom:2px;}
@media(max-width:1080px){
  .top-v2 .v2-issue-grid,.top-v2 .v2-service-cards,
  .top-v2 .v2-works-grid,.top-v2 .v2-journal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .top-v2 .v2-about-grid{grid-template-columns:320px minmax(0,1fr);gap:36px}
}
@media(max-width:860px){
  .top-v2 .v2-news a{gap:6px;flex-direction:column;align-items:flex-start}
  .top-v2 .v2-about{padding:58px 0 62px}
  .top-v2 .v2-about-grid{grid-template-columns:1fr;gap:26px}
  .top-v2 .v2-about-photo img{max-width:320px;margin-inline:auto}
  .top-v2 .v2-about h2{font-size:21px;letter-spacing:0}
  .top-v2 .v2-about-facts div{grid-template-columns:88px minmax(0,1fr);padding:10px 0}
  .top-v2 .v2-about-facts dd{font-size:13.5px}
  .top-v2 .v2-journal{padding:56px 0 62px}
  .top-v2 .v2-journal-grid{grid-template-columns:1fr;gap:18px}
  .top-v2 .art .tx{font-size:21px}
}
.top-v2 .v2-about-photo--iso{background:#eef5fb;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:24px}
.top-v2 .v2-about-photo--iso img{width:100%;height:auto;object-fit:contain}

/* 料金への近道と、追加実績の開閉 */
#pricing{scroll-margin-top:100px}
.top-v2 .v2-extra-works{margin-top:32px;border-block:1px solid var(--v2-line)}
.top-v2 .v2-extra-works>summary{padding:20px 12px;cursor:pointer;color:var(--v2-navy);font-weight:800;min-height:48px}
.top-v2 .v2-extra-works>summary:focus-visible{outline:3px solid var(--v2-navy);outline-offset:3px}
.top-v2 .v2-extra-works .v2-works-grid{padding-top:24px}
.top-v2 .v2-extra-works .v2-fields{padding-bottom:24px}
@media(max-width:860px){
 .top-v2 .v2-service-cards .head{padding:16px 20px}
 .top-v2 .v2-service-cards .body{padding:16px 20px 20px;gap:10px}
}

/* 採用・集客の相談入口と支援の流れ */
.top-v2 .v2-goals{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.top-v2 .v2-goals .v2-issue-card{height:auto;padding:32px}
.top-v2 .v2-goals h3{font-size:24px;line-height:1.6}
.top-v2 .v2-goals .no{font-size:16px}
.top-v2 .v2-goals p{font-size:16px;line-height:1.9}
.top-v2 .v2-support-flow{padding:72px 0;background:#fff}
.top-v2 .v2-support-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}
.top-v2 .v2-support-steps li{border-top:3px solid var(--v2-yellow);padding-top:20px}
.top-v2 .v2-support-steps .no{color:var(--v2-navy);font-weight:900;font-size:24px}
.top-v2 .v2-support-steps h3{margin:10px 0;font-size:18px}
.top-v2 .v2-support-steps p{font-size:15px;line-height:1.9}
.top-v2 .sec-head--light h2{color:#fff}
@media(max-width:1080px){.top-v2 .v2-support-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.top-v2 .v2-goals,.top-v2 .v2-support-steps{grid-template-columns:1fr}.top-v2 .v2-goals .v2-issue-card{padding:24px}.top-v2 .v2-goals h3{font-size:21px}.top-v2 .v2-support-flow{padding:48px 0}.hero-copy p strong{font-size:15px}}

/* 相談から改善までをつなぐ散歩道 */
.top-v2 .v2-support-flow{background:#fffdf5;padding:76px 0 64px;overflow:hidden}
.top-v2 .v2-support-flow .sec-head{margin-bottom:32px}
.journey-break{display:none}
.top-v2 .v2-support-steps{position:relative;gap:32px;list-style:none;padding:0;margin:0;isolation:isolate}
.top-v2 .v2-support-steps:before{content:"";position:absolute;top:175px;left:11%;right:11%;height:18px;background:#f3e86d;border-radius:30px;z-index:-1}
.top-v2 .v2-support-steps:after{content:"";position:absolute;top:183px;left:11%;right:11%;border-top:2px dashed #fff;z-index:-1}
.top-v2 .v2-support-steps li{border:0;padding:0;text-align:center;position:relative}
.journey-scene{display:block;width:180px;height:145px;margin:0 auto 18px}
.journey-stop{display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin:0 auto 16px;border:3px solid #233f5e;background:#fffdf5;border-radius:50%;color:#233f5e;font-size:18px;font-weight:800}
.top-v2 .v2-support-steps h3{font-size:27px;letter-spacing:.08em;margin:0 0 12px}
.top-v2 .v2-support-steps p{text-align:left;font-size:15px;line-height:1.9;margin:0}
.top-v2 .v2-support-flow .sec-more{margin-top:36px}
@media(min-width:701px) and (max-width:1080px){.top-v2 .v2-support-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.journey-scene{width:150px}.top-v2 .v2-support-steps p{font-size:14px}}
@media(max-width:700px){
 .top-v2 .v2-support-flow{padding:48px 0 40px}.journey-break{display:block}
 .top-v2 .v2-support-flow .sec-head h2{font-size:26px;line-height:1.65}
 .top-v2 .v2-support-steps{gap:28px;padding-left:42px}
 .top-v2 .v2-support-steps:before{left:14px;right:auto;top:62px;bottom:100px;width:12px;height:auto}
 .top-v2 .v2-support-steps:after{left:19px;right:auto;top:62px;bottom:100px;width:0;border-top:0;border-left:2px dashed #fff}
 .top-v2 .v2-support-steps li{text-align:left;display:grid;grid-template-columns:96px minmax(0,1fr);align-items:start;gap:12px}
 .journey-scene{width:100%;height:auto;margin:24px 0 0}
 .journey-stop{position:absolute;left:-42px;top:40px;width:40px;height:40px;margin:0}
 .top-v2 .v2-support-steps h3{font-size:25px;margin:0 0 8px}
 .top-v2 .v2-support-steps p{font-size:14px;line-height:1.85}
}
