@charset "utf-8";

/* ============================================================
   1. トークン
   ============================================================ */
:root {
  --blue:        #1462be;
  --blue-dark:   #0e4a93;
  --blue-light:  #4a9de0;
  --orange:      #f5851f;
  --orange-dark: #dd6b0a;
  --yellow:      #ffc629;
  --red:         #e8402a;
  --green:       #35b44a;
  --pink:        #f7a8c4;

  --sky:         #e9f5fe;
  --sky-deep:    #d3ebfb;
  --cream:       #fff6da;
  --white:       #ffffff;

  --ink:         #3a3a3a;
  --ink-soft:    #6b6b6b;

  --radius-sm:   10px;
  --radius:      18px;
  --radius-lg:   28px;
  --shadow:      0 4px 14px rgba(20, 98, 190, .10);
  --shadow-lg:   0 8px 28px rgba(20, 98, 190, .14);

  --container:   1120px;
  --gutter:      24px;

  --font: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
}

/* ============================================================
   2. リセット & ベース
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 88px; }

body {
  margin: 0;
  font-family: var(--font);
  font-weight: 500;
  color: var(--ink);
  background: var(--white);
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}

img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, p { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
  border-radius: 4px;
}

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  margin: -1px; padding: 0; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; top: -100px; left: 12px; z-index: 999;
  background: var(--blue); color: #fff; padding: 10px 16px;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
}
.skip-link:focus { top: 0; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}

/* ============================================================
   3. 画像プレースホルダ（差し替え用）
   ============================================================ */
.ph {
  display: flex; align-items: center; justify-content: center;
  background: repeating-linear-gradient(45deg, #eef2f6 0 8px, #e4eaf1 8px 16px);
  border: 2px dashed #b8c6d6;
  border-radius: var(--radius-sm);
  color: #8697a8; font-size: 11px; font-weight: 700;
  letter-spacing: .04em; text-align: center;
  min-height: 40px;
}
.ph--logo    { width: 168px; height: 62px; }
.ph--sns     { width: 42px; height: 42px; border-radius: 50%; }
.ph--hero1   { grid-area: a; border-radius: var(--radius-lg); }
.ph--hero2   { grid-area: b; border-radius: var(--radius-lg); }
.ph--hero3   { grid-area: c; border-radius: 50% 50% 46% 46% / 60% 60% 40% 40%; }
.ph--hero4   { grid-area: d; border-radius: 50% 50% 46% 46% / 60% 60% 40% 40%; }
.ph--about   { width: 100%; aspect-ratio: 16 / 7; }
.ph--icon    { width: 84px; height: 68px; margin: 0 auto 14px; font-size: 12px; }
.ph--icon-sm { width: 46px; height: 46px; font-size: 10px; }
.ph--deco    { display: inline-flex; align-items: center; justify-content: center;
               width: 30px; height: 30px; font-size: 20px; line-height: 1; }
.ph--face    { width: 52px; height: 52px; border-radius: 50%; font-size: 16px; flex: none; }
.ph--event-l,
.ph--event-r { flex: 0 0 210px; align-self: stretch; border-radius: 0; }

/* 実画像に切り替わったとき */
.ph-img { object-fit: cover; }
.ph-img.ph--face  { border-radius: 50%; }
.ph-img.ph--icon,
.ph-img.ph--icon-sm,
.ph-img.ph--logo  { object-fit: contain; }

/* ============================================================
   4. 共通パーツ
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 24px; border-radius: 999px;
  font-weight: 800; font-size: 15px; line-height: 1.2;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.btn--pill   { border-radius: 999px; }
.btn--blue   { background: var(--blue); color: #fff; box-shadow: 0 3px 0 var(--blue-dark); }
.btn--blue:hover  { background: var(--blue-dark); transform: translateY(2px); box-shadow: 0 1px 0 var(--blue-dark); }
.btn--sm     { padding: 8px 18px; font-size: 13px; }
.btn--arrow span { font-weight: 900; }

.btn-big {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 18px; border-radius: var(--radius);
  color: #fff; box-shadow: var(--shadow);
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn-big:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-big--blue   { background: var(--blue); }
.btn-big--orange { background: var(--orange); }
.btn-big__icon {
  flex: none; width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255, 255, 255, .22);
  display: grid; place-items: center; font-size: 19px;
}
.btn-big__text { flex: 1; display: flex; flex-direction: column; line-height: 1.35; }
.btn-big__text strong { font-size: 19px; font-weight: 800; }
.btn-big__text small  { font-size: 12px; opacity: .9; }
.btn-big__arrow {
  flex: none; width: 28px; height: 28px; border-radius: 50%;
  background: #fff; color: var(--blue);
  display: grid; place-items: center; font-size: 18px; font-weight: 900;
}
.btn-big--orange .btn-big__arrow { color: var(--orange); }

.heading {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 900; color: var(--blue);
  letter-spacing: .02em; line-height: 1.4;
}
.heading--center { text-align: center; }
.heading--left   { display: flex; align-items: center; gap: 10px; }
.heading__star   { color: var(--yellow); font-size: .9em; }
.heading__spark { display: inline-block; width: 24px; color: var(--blue-light); font-size: .7em; }
.heading__spark::before    { content: "✧✦"; }
.heading__spark--r::before { content: "✦✧"; }

.empty {
  padding: 40px 20px; text-align: center;
  color: var(--ink-soft); background: var(--white);
  border-radius: var(--radius); border: 2px dashed var(--sky-deep);
}

.c-yellow { color: var(--yellow); font-style: normal; }
.c-green  { color: var(--green);  font-style: normal; }
.c-red    { color: var(--red);    font-style: normal; }

/* ============================================================
   5. ヘッダ
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(6px);
}
.site-header__inner {
  max-width: var(--container); margin: 0 auto;
  padding: 10px var(--gutter);
  display: flex; align-items: center; gap: 20px;
}
.logo { flex: none; }

.global-nav { margin-left: auto; }
.global-nav__list {
  display: flex; align-items: center; gap: 18px;
}
.global-nav__list > li > a {
  font-size: 13px; font-weight: 700; color: var(--ink);
  padding: 6px 0; border-bottom: 2px solid transparent;
  transition: color .15s ease, border-color .15s ease;
}
.global-nav__list > li > a:hover { color: var(--blue); border-color: var(--blue); }
.global-nav__cta > a:hover { border: none; }
/* 現在地のときは押し込んだ見た目にする */
.global-nav__cta > a.is-current { background: var(--blue-dark); box-shadow: 0 1px 0 var(--blue-dark); transform: translateY(2px); }

.nav-toggle {
  display: none; margin-left: auto;
  width: 46px; height: 46px; border: none; border-radius: 12px;
  background: var(--blue); position: relative;
}
.nav-toggle__bar,
.nav-toggle__bar::before,
.nav-toggle__bar::after {
  position: absolute; left: 13px; width: 20px; height: 3px;
  background: #fff; border-radius: 2px; transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle__bar { top: 22px; }
.nav-toggle__bar::before { content: ""; left: 0; top: -7px; }
.nav-toggle__bar::after  { content: ""; left: 0; top:  7px; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar::before { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar::after  { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   6. ヒーロー
   ============================================================ */
.hero {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #fff 55%, var(--sky) 100%);
  padding: 20px 0 0;
  overflow: hidden;
}
.hero__inner {
  max-width: var(--container); margin: 0 auto;
  padding: 0 var(--gutter) 60px;
  display: grid; grid-template-columns: minmax(0, 400px) minmax(0, 1fr);
  gap: 36px; align-items: center;
}
.hero__badge {
  display: inline-block;
  border: 3px solid var(--blue); border-radius: 999px;
  padding: 4px 20px; margin-bottom: 12px;
  color: var(--blue); font-weight: 800; font-size: 17px;
  background: #fff;
}
.hero__title {
  font-size: clamp(34px, 4.6vw, 56px);
  font-weight: 900; line-height: 1.25; color: var(--blue);
  letter-spacing: .01em; margin-bottom: 22px;
}
.hero__title .line1,
.hero__title .line2 { display: block; }
.hero__lead { font-size: 14px; line-height: 1.9; margin-bottom: 26px; }

.hero__buttons { display: flex; flex-direction: column; gap: 14px; max-width: 330px; }

.hero__visual { position: relative; }
.hero__collage {
  display: grid; gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 200px 150px;
  grid-template-areas:
    "a a b"
    "c d b";
}
.hero__note {
  position: absolute; z-index: 2;
  color: var(--orange); font-weight: 800; font-size: 15px;
  transform: rotate(-6deg); pointer-events: none;
}
.hero__note--1 { top: -14px; left: 8%; }
.hero__note--2 { bottom: 6px; right: -6px; transform: rotate(6deg); }

.hero__cityline {
  height: 60px;
  background:
    radial-gradient(circle at 50% 100%, rgba(255,255,255,.9) 0 22px, transparent 22px) repeat-x 0 0 / 60px 44px,
    var(--sky-deep);
  opacity: .55;
}

/* ============================================================
   7. わくわくみらいカンパニーとは？
   ============================================================ */
.about {
  background: var(--white);
  padding: 54px 0 64px;
}
.about__inner {
  max-width: var(--container); margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 46%);
  gap: 40px; align-items: center;
}
.about__body .heading { margin-bottom: 18px; }
.about__text { font-size: 14px; line-height: 2; }

/* ============================================================
   8. 体験できること
   ============================================================ */
.experience {
  background: var(--cream);
  padding: 54px 0 64px;
  position: relative;
}
.experience__inner {
  max-width: var(--container); margin: 0 auto;
  padding: 0 var(--gutter);
  position: relative;
}
.experience .heading { margin-bottom: 34px; }

.floating-badge {
  position: absolute; top: -14px; right: var(--gutter);
  width: 96px; height: 96px; border-radius: 50%;
  background: var(--blue); color: #fff;
  display: grid; place-items: center; text-align: center;
  font-size: 13px; font-weight: 800; line-height: 1.5;
  box-shadow: var(--shadow);
}

.exp-list {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;
}
.exp-card {
  position: relative;
  background: var(--white); border-radius: var(--radius);
  padding: 30px 14px 22px; text-align: center;
  box-shadow: var(--shadow);
}
.exp-card__star {
  position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  color: var(--yellow); font-size: 22px;
}
.exp-card__title {
  font-size: 17px; font-weight: 900; color: var(--blue);
  margin-bottom: 6px;
}
.exp-card__text { font-size: 12px; line-height: 1.7; color: var(--ink-soft); }

/* ============================================================
   9. 社長に聞いてみよう！
   ============================================================ */
.voices {
  background: linear-gradient(180deg, var(--sky) 0%, var(--sky) 100%);
  padding: 54px 0 44px;
}
.voices__inner {
  max-width: var(--container); margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid; grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  gap: 32px; align-items: start;
}
.voices__head .heading { margin-bottom: 8px; }
.voices__lead { font-size: 13px; margin-bottom: 18px; }

.qa-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.qa-card {
  background: var(--white); border-radius: var(--radius);
  padding: 16px; box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 12px;
}
.qa-card__top { display: flex; align-items: center; gap: 10px; }
.qa-card__mark {
  flex: none; width: 30px; height: 30px; border-radius: 50%;
  background: var(--yellow); color: var(--white);
  display: grid; place-items: center;
  font-size: 17px; font-weight: 900;
}
.qa-card__question {
  flex: 1; font-size: 13px; font-weight: 700; line-height: 1.6;
}
.qa-card .btn { align-self: stretch; justify-content: center; }

.voices__more { text-align: right; margin-top: 14px; }
.voices__more a { font-size: 13px; font-weight: 700; color: var(--blue); }

/* ============================================================
   10. 図鑑／夢の壁パネル
   ============================================================ */
.contents { background: var(--sky); padding: 20px 0 40px; }
.contents__inner {
  max-width: var(--container); margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.panel {
  position: relative; min-width: 0;
  background: var(--white); border-radius: var(--radius);
  padding: 20px; box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 12px;
}
.panel__title {
  font-size: 21px; font-weight: 900; color: var(--blue);
  display: flex; align-items: center; gap: 8px;
}
.panel__text { font-size: 13px; line-height: 1.7; }
.panel__link { position: absolute; inset: 0; border-radius: var(--radius); }

.face-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.face-row .ph--face { width: 48px; height: 48px; }

.job-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; }

.note-stack {
  position: relative; display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: auto;
}
.note {
  width: 108px; padding: 10px; border-radius: 4px;
  font-size: 11px; line-height: 1.5;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
}
.note:nth-child(odd)  { transform: rotate(-3deg); }
.note:nth-child(even) { transform: rotate(3deg); }
.note--yellow { background: #fff3b0; }
.note--pink   { background: #ffd9e6; }
.note--blue   { background: #d6ecff; }
.note--green  { background: #d9f5dd; }
.note__text { font-weight: 700; }
.note__meta { color: var(--ink-soft); font-size: 10px; text-align: right; }

/* ============================================================
   11. イベントバナー
   ============================================================ */
.event { background: var(--sky); padding: 12px 0 44px; }
.event__banner {
  max-width: var(--container); margin: 0 auto;
  display: flex; align-items: stretch;
  background: var(--white); border-radius: var(--radius-lg);
  border: 4px solid var(--blue-light);
  overflow: hidden; box-shadow: var(--shadow);
  transition: transform .15s ease, box-shadow .15s ease;
}
.event__banner:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.event__body {
  flex: 1; padding: 22px 18px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.event__date  { color: var(--red); font-weight: 800; font-size: 15px; }
.event__title-star { color: var(--yellow); font-size: .8em; }
.event__title {
  display: flex; align-items: center; gap: 10px;
  font-size: clamp(24px, 3.4vw, 38px); font-weight: 900; color: var(--blue);
  line-height: 1.2;
}
.event__lead  { font-size: 13px; }

/* ============================================================
   12. 応援企業
   ============================================================ */
.support { background: var(--sky); padding: 30px 0 56px; }
.support__inner {
  max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter);
}
.support__title {
  text-align: center; color: var(--blue);
  font-size: clamp(17px, 2.2vw, 22px); font-weight: 900;
  margin-bottom: 22px;
}
.support__row {
  display: grid; grid-template-columns: minmax(0, 1fr) 190px;
  gap: 16px; align-items: stretch;
}
.support-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.support-card {
  background: var(--white); border-radius: var(--radius);
  border: 2px solid var(--sky-deep);
  padding: 16px 8px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.support-card__label { font-size: 12px; font-weight: 700; }

.support__cta {
  background: var(--orange); color: #fff;
  border-radius: var(--radius); padding: 14px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  text-align: center; box-shadow: 0 4px 0 var(--orange-dark);
  transition: transform .15s ease, box-shadow .15s ease;
}
.support__cta:hover { transform: translateY(2px); box-shadow: 0 2px 0 var(--orange-dark); }
.support__cta strong { font-size: 18px; font-weight: 900; line-height: 1.4; }
.support__cta-btn {
  background: #fff; color: var(--orange);
  border-radius: 999px; padding: 5px 14px;
  font-size: 12px; font-weight: 800;
}

/* ============================================================
   13. フッタ（サイトマップ型）
   ============================================================ */
.site-footer {
  background: var(--sky);
  padding: 40px 0 0;
  position: relative;
}
.site-footer__inner {
  max-width: var(--container); margin: 0 auto;
  padding: 0 var(--gutter) 30px;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr)) auto;
  gap: 30px;
  align-items: start;
  position: relative; z-index: 1;
}

/* ロゴ＋団体情報 */
.ft-org__logo { display: inline-block; margin-bottom: 14px; }
.ft-org__name { color: var(--blue); font-weight: 900; font-size: 13px; margin-bottom: 6px; }
.ft-org__addr { font-size: 12px; line-height: 1.8; color: var(--ink-soft); }
.ft-org__addr a { color: var(--ink-soft); }
.ft-org__addr a:hover { color: var(--blue); text-decoration: underline; }

/* リンク列 */
.ft-col__title {
  color: var(--blue); font-size: 13px; font-weight: 900;
  margin-bottom: 12px;
}
.ft-col__list { display: flex; flex-direction: column; gap: 9px; }
.ft-col__list a { font-size: 12px; color: var(--ink); }
.ft-col__list a:hover { color: var(--blue); text-decoration: underline; }

.ft-col--sns .sns-list { display: flex; gap: 10px; }

/* 街並みのシルエット */
.site-footer__cityline {
  height: 64px;
  background: bottom center / auto 100% repeat-x;
  opacity: .35;
  /* デザインの街並みSVGが出たら background-image に差し替える。
     それまでは同系色のシルエットで場所だけ確保しておく。 */
  background-image: linear-gradient(180deg, transparent 34%, var(--sky-deep) 34%);
  -webkit-mask-image: repeating-linear-gradient(90deg, #000 0 26px, transparent 26px 40px);
          mask-image: repeating-linear-gradient(90deg, #000 0 26px, transparent 26px 40px);
}

.copyright {
  background: var(--white); color: var(--ink-soft);
  text-align: center; font-size: 11px; letter-spacing: .04em;
  padding: 12px 16px;
}

/* ============================================================
   14. レスポンシブ
   ============================================================ */
@media (max-width: 1000px) {
  .global-nav__list { gap: 12px; }
  .global-nav__list > li > a { font-size: 12px; }

  .hero__inner { grid-template-columns: 1fr; }
  .hero__buttons { max-width: none; }

  .about__inner { grid-template-columns: 1fr; }

  .exp-list { grid-template-columns: repeat(3, 1fr); }

  .voices__inner { grid-template-columns: 1fr; }
  .voices__head { display: grid; grid-template-columns: 1fr auto; align-items: center; }
  .voices__head .heading { grid-column: 1; }
  .voices__lead { grid-column: 1; margin-bottom: 0; }
  .voices__head .btn { grid-column: 2; grid-row: 1 / 3; }

  .contents__inner { grid-template-columns: 1fr; }

  .ph--event-l, .ph--event-r { flex-basis: 130px; }

  .support__row { grid-template-columns: 1fr; }
  .support__cta { flex-direction: row; gap: 16px; }
  .support__cta strong br { display: none; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 76px; }

  .nav-toggle { display: block; }

  .global-nav {
    position: fixed; inset: 66px 0 auto; z-index: 90;
    background: #fff; box-shadow: var(--shadow-lg);
    max-height: calc(100dvh - 66px); overflow-y: auto;
    display: none;
  }
  .global-nav.is-open { display: block; }
  .global-nav__list {
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 8px var(--gutter) 20px;
  }
  .global-nav__list > li > a {
    display: block; padding: 14px 4px; font-size: 15px;
    border-bottom: 1px solid var(--sky-deep);
  }
  .global-nav__cta { margin-top: 14px; }
  .global-nav__cta > a { justify-content: center; }

  .ph--logo { width: 132px; height: 50px; }

  .hero__collage {
    grid-template-rows: 150px 110px;
    gap: 8px;
  }
  .hero__note--1 { top: -10px; left: 4%; font-size: 13px; }
  .hero__note--2 { font-size: 13px; right: 0; }

  .floating-badge {
    position: static; margin: 0 auto 18px;
    width: 84px; height: 84px; font-size: 12px;
  }

  .exp-list { grid-template-columns: repeat(2, 1fr); }
  .qa-list  { grid-template-columns: 1fr; }

  .event__banner { flex-direction: column; border-radius: var(--radius); }
  .ph--event-l, .ph--event-r { flex: none; width: 100%; height: 140px; }

  .support-list { grid-template-columns: repeat(3, 1fr); }

  .site-footer__inner { grid-template-columns: 1fr 1fr; gap: 24px; }
  .ft-org { grid-column: 1 / -1; }
  .ft-col--sns { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --gutter: 16px; }

  .hero__title { font-size: 32px; }
  .hero__collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 160px 120px;
    grid-template-areas:
      "a a"
      "c b";
  }
  .ph--hero4 { display: none; }

  .exp-list { grid-template-columns: 1fr; }
  .exp-card { display: grid; grid-template-columns: 70px 1fr; text-align: left; align-items: center; column-gap: 12px; }
  .exp-card__star { left: 20px; }
  .exp-card .ph--icon { margin: 0; width: 70px; grid-row: 1 / 3; }
  .exp-card__title { grid-column: 2; }
  .exp-card__text  { grid-column: 2; }

  .support-list { grid-template-columns: repeat(2, 1fr); }
  .support__cta { flex-direction: column; }
  .note { width: calc(50% - 5px); }
}
