@charset "UTF-8";
/* ===== Vision / Mission ページ ===== */
.vision {
  color: #1a1a1a;
  overflow-x: hidden;
}
.vision .accent {
  background: linear-gradient(90deg, #5b8cff, #9b6bff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ---------- ヒーローバナー（他ページと統一） ---------- */
.vision-firstview {
  width: 1080px;
  max-width: 88%;
  margin: 24px auto 0;
}
.vision-firstview img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 700px) {
  .vision-firstview img { height: 160px; border-radius: 14px; }
}

/* ---------- Vision セクション ---------- */
.vsec {
  width: 1080px;
  max-width: 88%;
  margin: 0 auto;
  text-align: left;
  padding: 72px 0 84px;
}
/* 上部（Vision / キャッチ）は中央寄せのまま */
.vsec__en {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.32em;
  margin: 0 0 22px;
  background: linear-gradient(90deg, #5b8cff, #9b6bff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.vsec__catch {
  text-align: center;
  font-size: clamp(26px, 4.4vw, 46px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0;
}
/* h2以下はヒーロー画像の左端から開始（左寄せ・左端揃え） */
.vsec__h {
  max-width: 820px;
  margin: 48px 0 18px;
  text-align: left;
  font-size: clamp(18px, 2.5vw, 25px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #1a1a1a;
}
.vsec__body {
  margin: 0;
  max-width: 820px;
  text-align: left;
}
.vsec__body p {
  font-size: 15.5px;
  line-height: 2.1;
  color: #4a4a55;
  margin: 0 0 20px;
}
.vsec__body p:last-child { margin-bottom: 0; }
/* PCでは1行固定（幅が足りない時だけ自動で少し縮小）。スマホは折り返す */
.vsec__body p.nowrap-pc {
  white-space: nowrap;
  font-size: clamp(12.5px, 1.7vw, 15.5px);
}
.vsec__statement {
  margin: 40px 0 0;
  max-width: none;
  text-align: left;
  white-space: nowrap;
  font-size: clamp(13px, 1.9vw, 20px);
  font-weight: 800;
  line-height: 1.85;
  letter-spacing: 0.02em;
}

/* ---------- Mission（ダーク帯・フルブリード／背景に霞んだ都市画像） ---------- */
.mission {
  position: relative;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  background:
    radial-gradient(1200px 600px at 80% -20%, rgba(155, 107, 255, 0.22), transparent),
    radial-gradient(900px 500px at -10% 120%, rgba(91, 140, 255, 0.20), transparent),
    #0e0e14;
  color: #fff;
}
/* 霞んだ都市の背景画像（ブラー＋低不透明度） */
.mission::before {
  content: "";
  position: absolute;
  inset: -12px;
  background: url("../../images/img/vision-mission.webp") center/cover no-repeat;
  filter: blur(2.5px) saturate(0.95);
  opacity: 0.7;
  z-index: 0;
}
/* 文字の可読性を上げる暗めのフィルター層（上ほど濃く） */
.mission::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,10,18,0.62), rgba(8,10,18,0.42) 55%, rgba(8,10,18,0.6));
  z-index: 0;
}
.mission__inner { position: relative; z-index: 1; }
.mission__inner {
  width: 760px;
  max-width: 86%;
  margin: 0 auto;
  text-align: center;
  padding: 92px 0 100px;
}
.mission__en {
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.32em;
  margin: 0 0 20px;
  background: linear-gradient(90deg, #7ea6ff, #b693ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.mission__title {
  font-size: clamp(30px, 5.2vw, 56px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0;
}
.mission__sub {
  margin: 22px 0 0;
  font-size: clamp(15px, 2vw, 19px);
  font-weight: 700;
  color: #e7e7f0;
  letter-spacing: 0.02em;
}
.mission__body {
  margin: 42px auto 0;
  max-width: 660px;
  text-align: left;
}
.mission__body p {
  font-size: 15.5px;
  line-height: 2.1;
  color: #c4c4d2;
  margin: 0 0 20px;
}
.mission__body p:last-child { margin-bottom: 0; }

/* 成長導線フロー（ピル） */
.mission__flow {
  list-style: none;
  margin: 46px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.mission__flow li {
  font-size: 14px;
  font-weight: 800;
  padding: 9px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.mission__flow li.ar {
  padding: 0;
  border: 0;
  background: none;
  font-size: 16px;
  background: linear-gradient(90deg, #7ea6ff, #b693ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.mission__close {
  margin: 48px 0 0;
  font-size: clamp(15px, 1.9vw, 18px);
  font-weight: 800;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

/* ---------- CTA ---------- */
.vision-cta {
  text-align: center;
  padding: 80px 0 96px;
}
.vision-cta a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(90deg, #5b8cff, #9b6bff);
  padding: 18px 40px;
  border-radius: 999px;
  box-shadow: 0 16px 36px rgba(91, 108, 255, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.vision-cta a:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(91, 108, 255, 0.4);
}
.vision-cta a span { font-size: 18px; }

/* ---------- レスポンシブ ---------- */
.br-sp { display: none; }
.br-pc { display: inline; }
@media screen and (max-width: 700px) {
  .br-sp { display: inline; }
  .br-pc { display: none; }
  .vsec__body p.nowrap-pc { white-space: normal; font-size: 15.5px; }
  .vsec__statement { white-space: normal; font-size: 16px; }
  .vsec { padding: 50px 0 60px; }
  .mission__inner { padding: 64px 0 70px; }
  .mission__flow li { padding: 7px 15px; font-size: 13px; }
  .vision-cta { padding: 56px 0 68px; }
}

/* ===== Vision 本文リライト（導入リード＋見出しブロック） ===== */
.vsec__intro {
  max-width: 760px;
  margin: 38px auto 0;
  text-align: center;
}
.vsec__intro p {
  margin: 0 0 22px;
  font-size: clamp(13px, 1.8vw, 16px);
  font-weight: 600;
  line-height: 2.05;
  color: #3a3a44;
  white-space: nowrap; /* 各行を改行せず1行に（幅が足りなければ自動縮小） */
}
.vsec__intro p:last-child { margin-bottom: 0; }
.vsec__intro strong { color: #1a1a1a; font-weight: 800; }

.vsec__blocks {
  max-width: 820px;
  margin: 60px 0 0;
  text-align: left;
}
.vblock { margin-top: 50px; }
.vblock:first-child { margin-top: 0; }
.vblock__h {
  position: relative;
  margin: 0 0 18px;
  padding-left: 16px;
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.5;
  color: #1a1a1a;
}
.vblock__h::before {
  content: "";
  position: absolute;
  left: 0; top: .22em; bottom: .22em;
  width: 5px; border-radius: 3px;
  background: linear-gradient(180deg, #5b8cff, #9b6bff);
}
.vblock p {
  margin: 0 0 16px;
  font-size: 15.5px;
  line-height: 2.05;
  color: #4a4a55;
}
.vblock p:last-child { margin-bottom: 0; }
.vblock__close {
  margin-top: 24px !important;
  font-size: clamp(16px, 2vw, 19px) !important;
  font-weight: 800 !important;
  color: #1a1a1a !important;
  line-height: 1.9 !important;
}
@media screen and (max-width: 700px) {
  .vsec__blocks { margin-top: 44px; }
  .vblock { margin-top: 40px; }
  /* 狭い画面は読みやすさ優先で折り返す */
  .vsec__intro p { white-space: normal; font-size: 14px; }
}

/* ===== Mission を爽やかな明るいトーンに（白ヘイズ＋ダークテキスト） ===== */
.mission { background: #eef4fb; }
.mission::before {
  opacity: 0.85;
  filter: blur(3px) saturate(1.05) brightness(1.08);
}
.mission::after {
  background: linear-gradient(180deg, rgba(255,255,255,0.74), rgba(247,251,255,0.66) 50%, rgba(255,255,255,0.76));
}
.mission { color: #1b2740; }
.mission__title { color: #131e34; text-shadow: 0 1px 14px rgba(255,255,255,0.7); }
.mission__sub { color: #28364f; }
.mission__body p { color: #283449; font-weight: 600; }
.mission__close { color: #131e34; }
.mission__en {
  background: linear-gradient(90deg, #3f6fe0, #7d4fe0);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
}
.mission__flow li {
  background: rgba(20,40,80,0.06);
  border: 1px solid rgba(20,40,80,0.16);
  color: #2a3a57;
}
.mission__flow li.ar {
  background: linear-gradient(90deg, #3f6fe0, #7d4fe0);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
}

/* ===== Mission 締め（英・和・理由） ===== */
.mission__close {
  margin-top: 48px;
}
.mission__close-en {
  display: block;
  font-size: clamp(22px, 3.4vw, 34px);
  font-weight: 800;
  letter-spacing: 0.01em;
  background: linear-gradient(90deg, #3f6fe0, #7d4fe0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.mission__close-ja {
  display: block;
  margin-top: 10px;
  font-size: clamp(16px, 2.1vw, 20px);
  font-weight: 800;
  color: #16223c;
  letter-spacing: 0.04em;
}
.mission__close-note {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #3b495f;
}
