
.hero{position:relative;min-height:600px;background:#eef5fb;overflow:hidden}
.hero-media{position:absolute;inset:0 0 0 44%;background:url("../img/hero-campus.jpg") center/cover no-repeat}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 39%,rgba(255,255,255,.75) 52%,rgba(255,255,255,.08) 72%)}
.hero-inner{position:relative;z-index:2;min-height:600px;display:flex;align-items:center}
.hero-copy{width:52%;padding:62px 0}
.hero-eyebrow{font-size:12px;font-weight:900;letter-spacing:.17em;color:var(--blue);margin:0 0 24px}
.hero h1{font-size:clamp(43px,5vw,70px);line-height:1.25;letter-spacing:-.035em;margin:0 0 22px;color:#102b4c}
.hero-lead{font-size:21px;font-weight:900;margin:0 0 8px}.hero-text{font-size:15px;color:#495462;max-width:590px;margin:0}
.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:30px}
.hero-labels{position:absolute;right:28px;bottom:22px;z-index:3;display:flex;gap:8px}.hero-labels span{background:rgba(0,48,104,.84);color:#fff;padding:7px 10px;font-size:11px;font-weight:800;backdrop-filter:blur(4px)}

.pillar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.pillar-card{position:relative;min-height:320px;border:1px solid var(--line);background:#fff;padding:28px 24px 24px;box-shadow:0 5px 20px rgba(14,45,78,.05);transition:.25s;border-top:5px solid var(--accent)}
.pillar-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.pillar-no{position:absolute;top:18px;right:18px;font:700 12px/1 monospace;color:#a3adb8}.pillar-icon{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:color-mix(in srgb,var(--accent) 13%,white);color:var(--accent);font-size:29px;font-weight:900;margin:8px 0 28px}
.pillar-card h3{font-size:20px;line-height:1.4;margin:0 0 12px;color:var(--accent)}.pillar-card p{font-size:13px;color:#56616d;margin:0}.card-arrow{position:absolute;right:22px;bottom:18px;font-size:22px;color:var(--accent)}
.pillar-blue{--accent:var(--blue)}.pillar-purple{--accent:var(--purple)}.pillar-green{--accent:var(--green)}.pillar-orange{--accent:var(--orange)}

.future-banner{padding:78px 0;background:linear-gradient(115deg,#062f68,#0a62ad);color:#fff;position:relative;overflow:hidden}
.future-banner:after{content:"FUTURE";position:absolute;right:-20px;bottom:-75px;font-size:180px;font-weight:900;color:rgba(255,255,255,.04)}
.future-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:1}.future-inner h2{font-size:clamp(34px,4vw,54px);line-height:1.4;margin:0}.future-copy p{color:#e7f2ff;margin:0 0 26px}

.quick-links{background:#fff}.quick-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.quick-card{display:grid;grid-template-columns:62px 1fr 28px;gap:18px;align-items:center;border:1px solid var(--line);padding:24px;background:#fff;transition:.25s;border-left:5px solid var(--accent)}.quick-card:hover{transform:translateX(4px);box-shadow:var(--shadow)}.quick-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:color-mix(in srgb,var(--accent) 12%,white);color:var(--accent);font-size:26px;font-weight:900}.quick-card small{font-size:11px;font-weight:900;color:var(--accent)}.quick-card h3{font-size:22px;margin:0 0 2px}.quick-card p{font-size:12px;color:#687381;margin:0}.quick-card b{color:var(--accent);font-size:22px}.q-blue{--accent:var(--blue)}.q-green{--accent:var(--green)}.q-orange{--accent:var(--orange)}.q-purple{--accent:var(--purple)}

.news-section{background:#eef5fb;padding:58px 0}.news-grid{display:grid;grid-template-columns:250px 1fr;gap:50px}.news-title h2{margin:0 0 10px;font-size:32px}.news-list a{display:grid;grid-template-columns:130px 1fr 26px;gap:22px;padding:17px 0;border-bottom:1px solid #cad6e2;align-items:center}.news-list time{font-weight:800;color:#536173}.news-list span{font-size:14px}.news-list b{color:var(--blue)}

.social-section{padding:62px 0}.social-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.social-inner h2{margin:0;font-size:32px}.social-links{display:flex;gap:12px}.social-links a{border:1px solid #cfd7e0;min-width:180px;padding:14px 18px;font-weight:800;display:flex;justify-content:space-between}.social-links a:hover{background:#f6f8fa}

@media(max-width:900px){
 .hero{min-height:auto}.hero-media{position:relative;inset:auto;height:340px;background-position:center}.hero-overlay{display:none}.hero-inner{min-height:auto}.hero-copy{width:100%;padding:56px 0}.hero-labels{display:none}
 .pillar-grid{grid-template-columns:repeat(2,1fr)}.future-inner{grid-template-columns:1fr;gap:28px}.quick-grid{grid-template-columns:1fr}.news-grid{grid-template-columns:1fr;gap:18px}.social-inner{display:block}.social-links{margin-top:22px}
}
@media(max-width:600px){
 .hero h1{font-size:40px}.hero-media{height:260px}.hero-actions{display:block}.hero-actions .text-link{display:inline-block;margin-top:20px}.button{min-width:0;width:100%}
 .pillar-grid{grid-template-columns:1fr}.pillar-card{min-height:260px}.news-list a{grid-template-columns:1fr 26px;gap:5px}.news-list time{grid-column:1}.news-list span{grid-column:1}.news-list b{grid-column:2;grid-row:1/3}
 .social-links{display:block}.social-links a{margin-top:10px;width:100%}
}

/* Hero slider */
.hero-slider{position:relative;min-height:600px;overflow:hidden;background:#0d2f54}
.hero-slide{position:absolute;inset:0;opacity:0;transform:scale(1.035);transition:opacity 1.1s ease,transform 6s ease}
.hero-slide.is-active{opacity:1;transform:scale(1)}
.hero-slide img{width:100%;height:100%;object-fit:cover;display:block}
.hero-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,26,58,.86) 0%,rgba(1,26,58,.70) 38%,rgba(1,26,58,.25) 68%,rgba(1,26,58,.08) 100%)}
.hero-slider .hero-inner{position:relative;z-index:4}
.hero-slider .hero-copy{color:#fff}
.hero-slider .hero-copy h1{color:#fff}
.hero-slider .hero-eyebrow{color:#8fd2ff}
.hero-slider .hero-lead,.hero-slider .hero-text{color:#fff}
.hero-slider .hero-text{color:#e7eef6}
.hero-slider .text-link{color:#fff}
.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:6;width:54px;height:54px;border:1px solid rgba(255,255,255,.65);border-radius:50%;background:rgba(2,35,74,.45);color:#fff;font-size:26px;cursor:pointer;backdrop-filter:blur(4px)}
.slider-arrow:hover{background:rgba(2,35,74,.75)}
.slider-prev{left:24px}.slider-next{right:24px}
.slider-dots{position:absolute;z-index:6;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:10px}
.slider-dot{width:11px;height:11px;border:0;border-radius:50%;background:rgba(255,255,255,.55);padding:0;cursor:pointer}
.slider-dot.is-active{background:#1c8ef0;box-shadow:0 0 0 4px rgba(28,142,240,.20)}
.slider-tabs{position:relative;z-index:8;margin-top:-1px;background:#fff;padding:18px 0 8px}
.slider-tab-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.slider-tab{position:relative;min-height:145px;overflow:hidden;border:2px solid transparent;cursor:pointer;background:#0b315e;color:#fff;text-align:left;padding:0}
.slider-tab img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.slider-tab::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,27,58,.88),rgba(2,27,58,.08))}
.slider-tab-inner{position:relative;z-index:2;padding:16px;display:flex;flex-direction:column;justify-content:flex-end;min-height:145px}
.slider-tab small{font-size:11px;opacity:.9}.slider-tab strong{font-size:18px;line-height:1.35}.slider-tab span{font-size:12px;margin-top:4px}
.slider-tab.is-active{border-color:#0b69c7}
.slider-tab.is-active::before{content:"";position:absolute;z-index:3;left:0;right:0;bottom:0;height:4px;background:#0b69c7}
@media(max-width:900px){.hero-slider{min-height:auto}.hero-slide{position:absolute}.hero-slider .hero-inner{min-height:580px}.slider-tab-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.hero-slider .hero-inner{min-height:560px}.slider-arrow{width:44px;height:44px}.slider-prev{left:10px}.slider-next{right:10px}.slider-tab-grid{grid-template-columns:1fr 1fr}.slider-tab strong{font-size:15px}.slider-tab-inner{min-height:118px}.slider-tab{min-height:118px}}

/* preparing navigation items */
.nav-preparing{display:inline-flex;align-items:center;gap:5px;opacity:.72;cursor:default}
.nav-preparing small{font-size:.62em;font-weight:800;color:#c62828;white-space:nowrap}

/* v13: align preparing nav items with normal navigation links */
.nav-preparing{
  font:inherit;
  font-size:inherit;
  font-weight:inherit;
  line-height:inherit;
  letter-spacing:inherit;
  vertical-align:middle;
}
.nav-preparing small{
  font-size:9px;
  line-height:1;
}

/* v14: keep each preparing menu item as one normal nav item */
.nav-preparing{
  display:flex !important;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:1px;
  white-space:nowrap;
}
.nav-preparing small{
  display:block;
  font-size:8px;
  line-height:1;
}

/* v15: dropdown preparing items align with 授業紹介 */
.nav-preparing{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:100%;
  box-sizing:border-box;
  text-align:left !important;
  white-space:nowrap;
}
.nav-preparing small{
  display:inline-block;
  margin-left:7px;
  font-size:8px;
  line-height:1;
}

/* v16: preparing entries exactly match normal dropdown item typography/alignment */
.nav-preparing{
  display:block !important;
  width:auto !important;
  margin:0 !important;
  padding:14px 22px !important;
  box-sizing:border-box !important;
  color:#1d2630 !important;
  font-size:16px !important;
  font-weight:400 !important;
  line-height:1.4 !important;
  letter-spacing:0 !important;
  text-align:left !important;
  white-space:nowrap !important;
  border-top:1px solid #e5e9ed;
}
.nav-preparing small{
  display:inline !important;
  margin-left:7px !important;
  padding:0 !important;
  color:#d84b4b !important;
  font-size:9px !important;
  font-weight:800 !important;
  line-height:1 !important;
  vertical-align:middle !important;
}

/* v17: slightly reduce preparing dropdown item text */
.nav-preparing{
  font-size:15px !important;
}

/* v18: reduce preparing dropdown item text a little more */
.nav-preparing{
  font-size:14px !important;
}

.footer-preparing{color:inherit;opacity:.72;cursor:default}


/* =========================================================
   TOP redesign v2 — keep existing hero slider, redesign below
   ========================================================= */
.top-concept{
  padding:74px 0 66px;
  background:#fff;
}
.top-concept-head{
  text-align:center;
}
.top-kicker{
  margin:0 0 10px;
  color:#1680b7;
  font-size:10px;
  font-weight:900;
  letter-spacing:.18em;
}
.top-concept-head h2{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  margin:0;
  color:#173f62;
  font-size:clamp(30px,4vw,49px);
  line-height:1.25;
  letter-spacing:-.045em;
}
.top-concept-head h2 span:nth-of-type(2),
.top-concept-head h2 span:nth-of-type(3){
  color:#176ca3;
}
.top-concept-head h2 .energy{
  color:#5e8c20;
}
.top-concept-head h2 i{
  color:#4d6577;
  font-style:normal;
  font-weight:400;
  font-size:.75em;
}
.top-concept-lead{
  margin:18px 0 0;
  color:#536d81;
  font-size:14px;
  font-weight:650;
  line-height:1.8;
}
.top-text-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:22px;
  color:#176ca0;
  font-size:11px;
  font-weight:900;
  text-decoration:none;
}
.top-text-link b{font-size:14px}
.top-pillars{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:52px;
  border-top:1px solid #d6e1e8;
  border-bottom:1px solid #d6e1e8;
}
.top-pillar{
  position:relative;
  min-height:190px;
  padding:26px 24px;
  border-right:1px solid #d6e1e8;
}
.top-pillar:last-child{border-right:0}
.top-pillar-no{
  position:absolute;
  top:17px;
  right:19px;
  color:#d2dee6;
  font-size:31px;
  font-weight:950;
}
.top-pillar>p{
  margin:0 0 15px;
  color:#8ba0ad;
  font-size:8px;
  font-weight:900;
  letter-spacing:.16em;
}
.top-pillar h3{
  margin:0;
  color:#214c6c;
  font-size:19px;
}
.top-pillar small{
  display:block;
  margin-top:15px;
  color:#687e8f;
  font-size:10.5px;
  line-height:1.75;
}

.top-future-clean{
  display:grid;
  grid-template-columns:minmax(420px,.78fr) minmax(0,1.22fr);
  min-height:570px;
  background:#f2f8fc;
}
.top-future-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:58px clamp(38px,5vw,78px);
}
.top-future-copy h2{
  margin:0;
  color:#173f62;
  font-size:clamp(31px,4vw,49px);
  letter-spacing:-.05em;
  line-height:1.32;
}
.top-future-rule{
  display:block;
  width:40px;
  height:3px;
  margin-top:22px;
  background:#176ca0;
}
.top-future-text{
  margin:22px 0 0;
  color:#536d81;
  font-size:12.5px;
  line-height:1.95;
}
.top-future-flow{
  margin:26px 0 0;
  padding:0;
  list-style:none;
  border-top:1px solid #c8d8e2;
}
.top-future-flow li{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:14px;
  padding:13px 0;
  border-bottom:1px solid #c8d8e2;
}
.top-future-flow li>b{
  color:#9eb5c4;
  font-size:12px;
  font-weight:950;
}
.top-future-flow strong{
  display:block;
  color:#28526f;
  font-size:14px;
}
.top-future-flow span{
  display:block;
  margin-top:3px;
  color:#738795;
  font-size:10px;
  line-height:1.55;
}

.top-future-visual{
  position:relative;
  overflow:hidden;
  min-height:570px;
  background:linear-gradient(180deg,#53a9df 0%,#8fd0ef 47%,#e9f6ff 48%,#7dc35e 65%,#62ad4f 100%);
}
.future-sky{
  position:absolute;
  inset:0 0 45% 0;
  background:
    radial-gradient(circle at 18% 30%,rgba(255,255,255,.30),transparent 20%),
    radial-gradient(circle at 76% 25%,rgba(255,255,255,.24),transparent 18%);
}
.future-horizon{
  position:absolute;
  left:0;right:0;bottom:0;
  height:48%;
  background:
    linear-gradient(145deg,transparent 0 40%,#eceae4 40% 48%,transparent 48%),
    linear-gradient(215deg,transparent 0 40%,#eceae4 40% 48%,transparent 48%);
}
.future-person{
  position:absolute;
  left:50%;
  bottom:70px;
  width:58px;
  height:145px;
  transform:translateX(-50%);
  z-index:4;
}
.future-head{
  position:absolute;
  left:19px;top:0;
  width:22px;height:22px;
  border-radius:50%;
  background:#263a4b;
}
.future-body{
  position:absolute;
  left:13px;top:20px;
  width:32px;height:90px;
  border-radius:12px 12px 7px 7px;
  background:#eef2f4;
  box-shadow:inset -8px 0 #c8d1d7;
}
.future-body:before,
.future-body:after{
  content:"";
  position:absolute;
  bottom:-34px;
  width:10px;height:40px;
  background:#2c455a;
}
.future-body:before{left:5px}.future-body:after{right:5px}
.future-bag{
  position:absolute;
  left:11px;top:38px;
  width:36px;height:47px;
  border-radius:8px;
  background:#1e3448;
}
.future-lines{
  position:absolute;
  inset:0;
  width:100%;height:100%;
  z-index:2;
  fill:none;
  stroke:#fff;
  stroke-width:7;
  stroke-linecap:round;
  opacity:.95;
}
.future-branch{
  position:absolute;
  z-index:3;
  display:flex;
  flex-direction:column;
  align-items:center;
  color:#fff;
  text-align:center;
}
.branch-left-top{left:14%;top:18%}
.branch-left-bottom{left:13%;bottom:23%}
.branch-top{left:50%;top:10%;transform:translateX(-50%)}
.branch-right-top{right:12%;top:18%}
.branch-right-bottom{right:12%;bottom:23%}
.branch-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;height:42px;
  margin-bottom:6px;
  border:2px solid rgba(255,255,255,.85);
  border-radius:50%;
  font-size:11px;
  font-weight:950;
}
.future-branch strong{font-size:13px}
.future-branch small{margin-top:2px;font-size:9px}

.top-strengths{
  padding:72px 0 70px;
  background:#fff;
}
.top-section-title{
  text-align:center;
}
.top-section-title h2{
  margin:0;
  color:#173f62;
  font-size:clamp(25px,3vw,38px);
  letter-spacing:-.035em;
}
.top-strength-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:40px;
  border-top:1px solid #d6e1e8;
  border-bottom:1px solid #d6e1e8;
}
.top-strength-row article{
  display:grid;
  grid-template-columns:56px 1fr;
  gap:15px;
  min-height:175px;
  padding:26px 28px;
  border-right:1px solid #d6e1e8;
}
.top-strength-row article:last-child{border-right:0}
.top-strength-row article>span{
  color:#176ca0;
  font-size:30px;
  font-weight:450;
  line-height:1;
}
.top-strength-row h3{
  margin:0;
  color:#1d5073;
  font-size:16px;
  line-height:1.5;
}
.top-strength-row p{
  margin:10px 0 0;
  color:#687e8e;
  font-size:10.5px;
  line-height:1.75;
}

.top-discover{
  padding:62px 0 70px;
  background:#f9fbfc;
  border-top:1px solid #e2e9ee;
}
.top-discover-inner{
  display:grid;
  grid-template-columns:280px 1fr;
  gap:55px;
  align-items:start;
}
.top-discover-title h2{
  margin:0;
  color:#173f62;
  font-size:28px;
  line-height:1.45;
}
.top-discover-links{
  border-top:1px solid #cedbe3;
}
.top-discover-links a{
  display:grid;
  grid-template-columns:45px 1fr 30px;
  gap:14px;
  align-items:center;
  min-height:82px;
  padding:10px 4px;
  border-bottom:1px solid #cedbe3;
  color:inherit;
  text-decoration:none;
}
.top-discover-links a:hover{
  background:#fff;
}
.top-discover-links>a>span{
  color:#a6bbc8;
  font-size:11px;
  font-weight:950;
}
.top-discover-links small{
  display:block;
  color:#849aa9;
  font-size:8px;
  font-weight:900;
  letter-spacing:.12em;
}
.top-discover-links strong{
  display:block;
  margin-top:2px;
  color:#234d6b;
  font-size:16px;
}
.top-discover-links em{
  display:block;
  margin-top:3px;
  color:#6d8393;
  font-size:10px;
  font-style:normal;
}
.top-discover-links b{
  color:#176da2;
  font-size:16px;
}

@media(max-width:980px){
  .top-pillars{grid-template-columns:repeat(2,1fr)}
  .top-pillar:nth-child(2){border-right:0}
  .top-pillar:nth-child(-n+2){border-bottom:1px solid #d6e1e8}
  .top-future-clean{grid-template-columns:1fr}
  .top-future-visual{min-height:460px}
  .top-strength-row{grid-template-columns:1fr}
  .top-strength-row article{border-right:0;border-bottom:1px solid #d6e1e8}
  .top-strength-row article:last-child{border-bottom:0}
  .top-discover-inner{grid-template-columns:1fr;gap:30px}
}
@media(max-width:640px){
  .top-concept{padding:54px 0 50px}
  .top-concept-head h2{gap:7px}
  .top-pillars{grid-template-columns:1fr;margin-top:38px}
  .top-pillar,.top-pillar:nth-child(2){border-right:0;border-bottom:1px solid #d6e1e8}
  .top-pillar:last-child{border-bottom:0}
  .top-future-copy{padding:42px 22px}
  .top-future-visual{min-height:390px}
  .future-branch strong{font-size:11px}
  .future-branch small{font-size:8px}
  .branch-left-top{left:7%}
  .branch-left-bottom{left:6%}
  .branch-right-top{right:5%}
  .branch-right-bottom{right:5%}
  .top-strengths{padding:54px 0}
  .top-strength-row article{grid-template-columns:45px 1fr;padding:22px 10px}
  .top-discover{padding:50px 0 58px}
}

/* =========================================================
   TOP redesign v3 — use the actual photo-style future image
   ========================================================= */
.top-future-clean{
  align-items:stretch;
}
.top-future-photo{
  display:flex !important;
  align-items:center;
  justify-content:center;
  min-height:570px !important;
  padding:34px !important;
  background:#edf6fb !important;
  overflow:hidden !important;
}
.top-future-photo img{
  display:block;
  width:100%;
  height:auto;
  max-width:100%;
  max-height:510px;
  object-fit:contain;
  object-position:center;
  border:0;
  box-shadow:none;
}

/* Disable the previous CSS illustration pieces if any remain */
.top-future-photo .future-sky,
.top-future-photo .future-horizon,
.top-future-photo .future-person,
.top-future-photo .future-branch,
.top-future-photo .future-lines{
  display:none !important;
}

@media(max-width:980px){
  .top-future-photo{
    min-height:0 !important;
    padding:28px !important;
  }
  .top-future-photo img{
    max-height:none;
  }
}
@media(max-width:640px){
  .top-future-photo{
    padding:18px !important;
  }
}

/* TOP v4 refinements */
.top-concept .top-text-link{margin-top:26px;font-size:15px!important;font-weight:950!important;gap:12px}
.top-concept .top-text-link b{font-size:18px!important}
.future-heading-fixed span{white-space:nowrap}
.top-future-text strong{color:#294f6b;font-weight:950}
.top-pillar small{font-size:13px!important;line-height:1.75!important;color:#526d80!important;font-weight:700!important}
.top-future-flow span{font-size:12.5px!important;line-height:1.65!important;color:#5b7385!important;font-weight:650!important}
.top-strength-row p{font-size:13px!important;line-height:1.75!important;color:#526d80!important;font-weight:650!important}
.top-discover-links em{font-size:12px!important;color:#587184!important;font-weight:650!important}
.top-concept-lead,.top-future-text{color:#4f687c!important}
.top-concept-head h2{gap:14px!important}
@media(max-width:760px){.future-heading-fixed span{white-space:normal}}

/* =========================================================
   TOP v5 — enlarge FIND YOUR FUTURE text for readability
   ========================================================= */
.top-future-text{
  font-size:14.5px !important;
  line-height:1.9 !important;
}
.top-future-text strong{
  font-size:15.5px !important;
  line-height:1.8 !important;
}

.top-future-flow{
  margin-top:28px !important;
}
.top-future-flow li{
  grid-template-columns:48px 1fr !important;
  gap:16px !important;
  padding:16px 0 !important;
}
.top-future-flow li>b{
  font-size:14px !important;
}
.top-future-flow strong{
  font-size:16px !important;
  line-height:1.45 !important;
}
.top-future-flow span{
  margin-top:5px !important;
  font-size:14px !important;
  line-height:1.7 !important;
  color:#506b7f !important;
  font-weight:650 !important;
}

/* Make the FIND YOUR FUTURE destination link a proper main CTA */
.top-future-copy .top-text-link{
  margin-top:28px !important;
  font-size:15.5px !important;
  font-weight:950 !important;
  gap:12px !important;
}
.top-future-copy .top-text-link b{
  font-size:19px !important;
}

@media(max-width:760px){
  .top-future-text{
    font-size:14px !important;
  }
  .top-future-flow strong{
    font-size:15px !important;
  }
  .top-future-flow span{
    font-size:13.5px !important;
  }
}


/* =========================================================
   TOP v6 — layout refinements
   ========================================================= */

/* NEWS: directly under slider, compact and editorial */
.news-section{
  padding-top:28px !important;
  padding-bottom:28px !important;
  background:#fff !important;
  border-bottom:1px solid #e0e8ee;
}
.news-section .section-heading,
.news-section .news-heading{
  margin-bottom:14px !important;
}
.news-section h2{
  font-size:22px !important;
}
.news-section .news-list,
.news-section [class*="news-list"]{
  margin-top:0 !important;
}

/* FIND YOUR FUTURE: full-width background, normal content width */
.top-future-clean{
  display:block !important;
  min-height:0 !important;
  padding:56px 0 !important;
  background:#f2f8fc !important;
}
.top-future-clean-inner{
  display:grid;
  grid-template-columns:minmax(420px,.82fr) minmax(0,1.18fr);
  gap:34px;
  align-items:stretch;
}
.top-future-clean .top-future-copy{
  padding:18px 20px 18px 0 !important;
}
.top-future-clean .top-future-photo{
  min-height:0 !important;
  padding:0 !important;
  background:transparent !important;
}
.top-future-clean .top-future-photo img{
  width:100% !important;
  height:100% !important;
  max-height:none !important;
  aspect-ratio:16/11;
  object-fit:contain !important;
  object-position:center !important;
}

/* Keep FIND YOUR FUTURE content comfortably sized */
.top-future-copy h2{
  max-width:100%;
}
.top-future-text{
  max-width:640px;
}

/* "自分だけの未来を、ここから。" one line on desktop */
.discover-title-one-line{
  white-space:nowrap;
  font-size:clamp(25px,2.45vw,34px) !important;
  letter-spacing:-.04em !important;
}

/* Bottom navigation: stronger editorial rows, not cards */
.top-discover{
  padding-top:68px !important;
  padding-bottom:76px !important;
}
.top-discover-inner{
  grid-template-columns:320px 1fr !important;
  gap:64px !important;
}
.top-discover-links-large{
  border-top:2px solid #bfcfd9 !important;
}
.top-discover-links-large a{
  grid-template-columns:64px 1fr 52px !important;
  gap:18px !important;
  min-height:112px !important;
  padding:16px 8px !important;
  border-bottom:1px solid #cbd8e0 !important;
  transition:padding-left .2s ease, background .2s ease !important;
}
.top-discover-links-large a:hover{
  padding-left:18px !important;
  background:linear-gradient(90deg,#fff 0%,#f6fafc 100%) !important;
}
.top-discover-links-large > a > span{
  color:#8ca5b5 !important;
  font-size:17px !important;
  font-weight:950 !important;
}
.top-discover-links-large small{
  color:#718c9e !important;
  font-size:10px !important;
  font-weight:950 !important;
  letter-spacing:.15em !important;
}
.top-discover-links-large strong{
  margin-top:4px !important;
  color:#173f62 !important;
  font-size:23px !important;
  line-height:1.3 !important;
  font-weight:900 !important;
}
.top-discover-links-large em{
  margin-top:7px !important;
  color:#536e82 !important;
  font-size:14px !important;
  font-weight:700 !important;
  line-height:1.45 !important;
}
.top-discover-links-large b{
  justify-self:end;
  color:#176ea3 !important;
  font-size:28px !important;
  font-weight:500 !important;
  transition:transform .2s ease !important;
}
.top-discover-links-large a:hover b{
  transform:translateX(6px);
}

/* Improve title block balance */
.top-discover-title{
  padding-top:4px;
}
.top-discover-title .top-kicker{
  margin-bottom:12px;
}

@media(max-width:980px){
  .top-future-clean-inner{
    grid-template-columns:1fr !important;
    gap:28px;
  }
  .top-future-clean .top-future-copy{
    padding:0 !important;
  }
  .top-future-clean .top-future-photo img{
    aspect-ratio:auto;
  }
  .top-discover-inner{
    grid-template-columns:1fr !important;
    gap:28px !important;
  }
  .discover-title-one-line{
    white-space:normal;
  }
}
@media(max-width:640px){
  .top-future-clean{
    padding:42px 0 !important;
  }
  .top-discover-links-large a{
    grid-template-columns:45px 1fr 32px !important;
    min-height:104px !important;
    padding:14px 4px !important;
  }
  .top-discover-links-large strong{
    font-size:19px !important;
  }
  .top-discover-links-large em{
    font-size:12.5px !important;
  }
  .top-discover-links-large b{
    font-size:23px !important;
  }
}

/* =========================================================
   TOP v7 — discover heading above navigation, no overlap
   ========================================================= */
.top-discover .top-discover-title{
  max-width:none !important;
  margin:0 0 28px !important;
  padding:0 !important;
}
.top-discover .top-discover-title h2{
  white-space:nowrap !important;
  font-size:clamp(28px,3vw,40px) !important;
  line-height:1.25 !important;
}
.top-discover-nav-wrap{
  width:100%;
}
.top-discover-links-large{
  width:100%;
}
.top-discover-inner{
  display:block !important;
}

/* redundant inline CTAs removed; keep spacing tidy */
.top-concept-head .top-text-link,
.top-future-copy .top-text-link{
  display:none !important;
}

@media(max-width:760px){
  .top-discover .top-discover-title h2{
    white-space:normal !important;
  }
}

/* =========================================================
   TOP v8 — visually separate NEWS from the concept section
   ========================================================= */
.news-section{
  background:#f4f8fb !important;
  border-top:1px solid #e4edf2 !important;
  border-bottom:1px solid #d6e2e9 !important;
  padding-top:30px !important;
  padding-bottom:30px !important;
}
.news-section .container{
  position:relative;
}
.news-section .section-heading,
.news-section .news-heading{
  margin-bottom:14px !important;
}
.news-section h2{
  color:#173f62 !important;
}
.news-section time,
.news-section .news-date{
  color:#1772a6 !important;
  font-weight:850 !important;
}


/* =========================================================
   TOP v9 — NEWS single-item editorial structure
   ========================================================= */
.news-editorial{
  display:grid;
  grid-template-columns:185px 1fr;
  gap:34px;
  align-items:start;
}
.news-editorial-head{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.news-editorial-kicker{
  margin:0;
  color:#1772a6;
  font-size:9px;
  font-weight:950;
  letter-spacing:.18em;
}
.news-editorial-head h2{
  margin:0;
  color:#173f62;
  font-size:24px !important;
  letter-spacing:-.03em;
}
.news-editorial-note{
  margin-top:5px;
  color:#879aa8;
  font-size:9px;
  font-weight:800;
}
.news-editorial-list{
  border-top:1px solid #cddbe4;
}
.news-editorial-item{
  display:grid;
  grid-template-columns:110px 82px 1fr;
  gap:14px;
  align-items:center;
  min-height:58px;
  padding:10px 0;
  border-bottom:1px solid #d5e1e8;
}
.news-editorial-item time{
  color:#176fa4 !important;
  font-size:11px;
  font-weight:900 !important;
  letter-spacing:.03em;
}
.news-category{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:24px;
  padding:3px 7px;
  border-radius:999px;
  font-size:9px;
  font-weight:900;
  white-space:nowrap;
}
.news-category-site{
  color:#536d80;
  background:#e9f0f4;
}
.news-editorial-item p{
  margin:0 !important;
  color:#344f64;
  font-size:13px;
  font-weight:750;
  line-height:1.6;
}
@media(max-width:760px){
  .news-editorial{
    grid-template-columns:1fr;
    gap:16px;
  }
  .news-editorial-item{
    grid-template-columns:95px 78px 1fr;
  }
}
@media(max-width:540px){
  .news-editorial-item{
    grid-template-columns:1fr auto;
    gap:6px 10px;
  }
  .news-editorial-item p{
    grid-column:1/-1;
  }
}

/* TOP v10: more spacing between FUTURE text and image */
@media(min-width:981px){
 .top-future-clean-inner{gap:52px!important;}
 .top-future-clean .top-future-photo{transform:translateX(10px);}
}

/* TOP v14: subtle right shift only; preserve v10 spacing/layout */
@media(min-width:981px){
 .top-future-clean .top-future-photo{
   transform:translateX(16px)!important;
 }
}

/* TOP v15: another small right shift; image only */
@media(min-width:981px){
 .top-future-clean .top-future-photo{
   transform:translateX(22px)!important;
 }
}

/* TOP v16: continue shifting only the FUTURE image right */
@media(min-width:981px){
 .top-future-clean .top-future-photo{
   transform:translateX(30px)!important;
 }
}

/* RELEASE FINAL v4 — X in FOLLOW US is not yet public */
.sns-button-upcoming{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-height:86px;
  padding:0 26px;
  border:1px solid #d5dfe6;
  border-radius:9px;
  background:#f8fafb;
  color:#7c8791;
  cursor:default;
  user-select:none;
}
.sns-x-mark{
  color:#5e6870;
  font-size:22px;
  font-weight:950;
  line-height:1;
}
.sns-upcoming-text{
  color:#7c8791;
  font-size:15px;
  font-weight:850;
  white-space:nowrap;
}

/* RELEASE FINAL v6 — three distinct colors in the TOP concept heading */
.top-concept-head h2 > span:first-of-type{
  color:#163f63 !important;
}
.top-concept-head h2 > span.energy{
  color:#2f8b57 !important;
}
.top-concept-head h2 > span:last-of-type{
  color:#7656a8 !important;
}

/* RELEASE FINAL v7 — brighter, fresher concept colors */
.top-concept-head h2 > span:first-of-type{
  color:#247fbd !important;
}
.top-concept-head h2 > span.energy{
  color:#45a96b !important;
}
.top-concept-head h2 > span:last-of-type{
  color:#8a6bc2 !important;
}
