@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20,400,1,0&icon_names=article,touch_app');
/* =========================================================
   馬橋福祉会 採用サイト リニューアル — デザインシステム
   warm sakura × watercolor / Zen Maru Gothic + Noto Sans JP
   ========================================================= */

:root {
  --sakura:      #e7689a;   /* logo vivid pink */
  --sakura-deep: #d34d84;
  --sakura-mid:  #f29bbb;
  --pink-soft:   #f9d7e2;
  --pink-bg:     #fdeef4;
  --yellow:      #f3d96a;
  --yellow-soft: #faf0bd;
  --peach:       #f6c9a4;
  --green:       #a6cd57;
  --green-deep:  #7fae3a;
  --teal:        #7cc3d4;
  --cream:       #fdfaf2;
  --cream-2:     #fbf4e6;
  --ink:         #4f4942;
  --ink-soft:    #8a8279;
  --line:        #ece3d4;
  --white:       #ffffff;

  --maxw: 1180px;
  --radius: 22px;
  --shadow: 0 18px 40px -22px rgba(120, 80, 70, 0.45);
  --shadow-soft: 0 10px 30px -18px rgba(120, 80, 70, 0.4);

  --jp: "Zen Maru Gothic", "Noto Sans JP", system-ui, sans-serif;
  --body: "Noto Sans JP", system-ui, sans-serif;

  --petal: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c2 4 7 5 9 4-1 2-1 7 2 9-4 0-8 3-9 7-1-4-5-7-9-7 3-2 3-7 2-9 2 1 7 0 9-4z'/%3E%3C/svg%3E");
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; overflow-x: hidden; }
body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.85;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { word-break: keep-all; overflow-wrap: break-word; }
p { overflow-wrap: break-word; }

.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }

/* ---------- section label (EN script-ish + JP) ---------- */
.sec-head { text-align: center; margin-bottom: 48px; }
.sec-head.left { text-align: left; }
.sec-head .en {
  display: inline-block;
  font-family: var(--jp);
  font-weight: 700;
  letter-spacing: .22em;
  font-size: 14px;
  color: var(--sakura);
  position: relative;
  padding-left: 4px;
}
.sec-head .en::before {
  content: "";
  display: inline-block;
  width: 16px; height: 16px;
  margin-right: 10px;
  vertical-align: -2px;
  background: radial-gradient(circle at 42% 40%, var(--sakura-mid) 30%, var(--sakura) 72%);
  -webkit-mask: var(--flower) center/contain no-repeat;
          mask: var(--flower) center/contain no-repeat;
  --flower: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='4.6' r='3.4'/%3E%3Ccircle cx='19.05' cy='9.72' r='3.4'/%3E%3Ccircle cx='16.36' cy='18' r='3.4'/%3E%3Ccircle cx='7.64' cy='18' r='3.4'/%3E%3Ccircle cx='4.95' cy='9.72' r='3.4'/%3E%3Ccircle cx='12' cy='11.6' r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.sec-head h2 {
  font-family: var(--jp);
  font-weight: 700;
  font-size: clamp(26px, 3.4vw, 40px);
  letter-spacing: .04em;
  margin-top: 12px;
  line-height: 1.4;
}
.sec-head .lead {
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 15px;
}
.sec-head h2 .mk {
  background: linear-gradient(transparent 62%, var(--pink-soft) 62%);
  padding: 0 .1em;
}

/* script svg headings */
.script { height: 64px; width: auto; }
.script.sm { height: 44px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--jp); font-weight: 700;
  padding: 16px 34px 16px 28px;
  border-radius: 999px;
  font-size: 16px;
  position: relative;
  white-space: nowrap;
  transition: transform .25s, box-shadow .25s, background .25s;
  box-shadow: var(--shadow-soft);
}
.btn .ico { width: 22px; height: 24px; flex: none; display: flex; align-items: center; justify-content: center; }
.btn .ico img { width: 100%; height: 100%; }
.btn .ico .material-symbols-rounded { font-size: 22px; line-height: 1; }
.btn .arw { width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,.3);
  display: grid; place-items: center; margin-left: 4px; transition: transform .25s; }
.btn .arw::after { content: "›"; font-size: 18px; line-height: 1; transform: translateY(-1px); }
.btn:hover { transform: translateY(-3px); box-shadow: 0 22px 36px -18px rgba(200,80,120,.6); }
.btn:hover .arw { transform: translateX(3px); }
.btn--entry { background: linear-gradient(135deg, var(--sakura) 0%, var(--sakura-deep) 100%); color: #fff; }
.btn--line  { background: linear-gradient(135deg, #06C755 0%, #03a948 100%); color: #fff; }
.btn--ghost { background: #fff; color: var(--sakura-deep); border: 2px solid var(--pink-soft); }
.btn--lg { font-size: 18px; padding: 20px 40px 20px 34px; }

/* "more" leaf button */
.more {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--jp); font-weight: 700; color: var(--sakura-deep);
  font-size: 15px;
}
.more .leaf { width: 30px; height: 26px; background: var(--sakura);
  -webkit-mask: url("assets/btn-more.svg") center/contain no-repeat;
          mask: url("assets/btn-more.svg") center/contain no-repeat;
  transition: transform .25s; }
.more:hover .leaf { transform: translateX(5px) rotate(-8deg); }

/* =========================================================
   HEADER
   ========================================================= */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px clamp(16px, 3vw, 36px);
  background: rgba(255,255,255,0);
  transition: background .3s, box-shadow .3s, padding .3s;
}
.header.scrolled { background: #fff; box-shadow: 0 6px 20px -14px rgba(120,80,70,.5); backdrop-filter: blur(8px); padding-block: 10px; }
.header__logo { display: flex; align-items: center; gap: 12px; }
.header__logo-tag { font-size: 12px; font-weight: 700; letter-spacing: .08em; color: #fff; background: var(--sakura); padding: 4px 9px; border-radius: 999px; line-height: 1; white-space: nowrap; }
.header__logo img { height: 46px; width: auto; transition: height .3s; }
.header.scrolled .header__logo img { height: 40px; }

.gnav { display: flex; align-items: center; gap: clamp(10px, 1.6vw, 26px); }
.gnav a { font-family: var(--jp); font-weight: 500; font-size: 14px; position: relative; padding: 6px 2px; white-space: nowrap; }
.gnav a .en { display: block; font-size: 10px; letter-spacing: .12em; color: var(--sakura); font-weight: 700; text-align: center; }
.gnav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px;
  background: var(--sakura); transform: scaleX(0); transform-origin: center; transition: transform .25s; border-radius: 2px; }
.gnav a:hover::after { transform: scaleX(1); }
.gnav a.is-active { color: var(--sakura-deep); }
.gnav a.is-active::after { transform: scaleX(1); }

.header__cta { display: flex; gap: 10px; align-items: center; flex: none; }
.header__logo { flex: none; }
.gnav { flex: none; }
.header__cta .btn { padding: 11px 20px; font-size: 14px; box-shadow: none; }
.header__cta .btn .ico { width: 17px; height: 19px; }

.gnav .m-cta { display: none; }

.gnav__close { display: none; position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border: 1.5px solid var(--line); background: #fff; border-radius: 50%; cursor: pointer; font-size: 16px; line-height: 1; color: var(--ink-soft); align-items: center; justify-content: center; transition: all .2s; z-index: 2; }
.gnav__close:hover { background: var(--pink-bg); color: var(--sakura); border-color: var(--pink-soft); }

.burger { display: none; width: 44px; height: 44px; border: 1.5px solid var(--sakura-mid); background: #fff; border-radius: 10px; cursor: pointer; position: relative; flex-shrink: 0; box-shadow: 0 2px 10px -6px rgba(200,80,120,.3); transition: background .25s, border-color .25s, box-shadow .25s; }
.burger span, .burger::before, .burger::after { content: ""; position: absolute; left: 10px; right: 10px; height: 2px; background: var(--sakura); border-radius: 2px; transition: all .3s cubic-bezier(.23,1,.32,1); }
.burger span { top: 20px; }
.burger::before { top: 13px; }
.burger::after  { top: 27px; }
body.menu-open .burger { background: var(--sakura); border-color: var(--sakura); box-shadow: 0 4px 14px -8px rgba(200,80,120,.6); }
body.menu-open .burger span { opacity: 0; transform: scaleX(0); }
body.menu-open .burger::before { background: #fff; top: 20px; transform: rotate(45deg); }
body.menu-open .burger::after  { background: #fff; top: 20px; transform: rotate(-45deg); }

/* =========================================================
   HERO
   ========================================================= */
.hero { position: relative; padding: 150px 0 90px; overflow: hidden; }
.hero__bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(60% 50% at 82% 18%, var(--pink-bg) 0%, transparent 60%),
    radial-gradient(55% 45% at 12% 80%, #fef6dd 0%, transparent 65%),
    var(--cream);
}
.hero__bg img.band { position: absolute; left: 0; right: 0; width: 100%; bottom: 4%; opacity: .5; }
.hero .wrap { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; }
.hero__copy { position: relative; }
.hero__catch {
  font-family: var(--jp); font-weight: 700;
  font-size: clamp(30px, 4.6vw, 56px); line-height: 1.5; letter-spacing: .02em;
}
.hero__catch .pink { color: var(--sakura); }
.hero__catch .mk { background: linear-gradient(transparent 60%, var(--yellow-soft) 60%); }
.hero__script { margin: 6px 0 18px; }
.hero__script img { height: clamp(56px, 8vw, 92px); width: auto; }
.hero__sub { font-size: 16px; color: var(--ink); max-width: 460px; margin-bottom: 30px; }
.hero__btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* hero collage */
.hero__art { position: relative; height: 520px; }
.hero__art .photo { position: absolute; border-radius: 50%; overflow: hidden; box-shadow: var(--shadow); border: 6px solid #fff; }
.hero__art .p1 { width: 300px; height: 300px; right: 0; top: 20px; z-index: 2; }
.hero__art .p2 { width: 185px; height: 185px; left: 8px; top: 70px; z-index: 3; }
.hero__art .p3 { width: 170px; height: 170px; left: 70px; bottom: 8px; z-index: 3; }
.hero__art .p1 img,.hero__art .p2 img,.hero__art .p3 img { width: 100%; height: 100%; object-fit: cover; }
.hero__art .fl { position: absolute; z-index: 1; }
.hero__art .fl1 { width: 150px; right: -20px; bottom: 30px; }
.hero__art .fl2 { width: 95px;  left: -10px; top: 0; }

/* hero single lead photo */
.hero__art.lead { height: auto; }
.hero__art .hero-photo { position: relative; z-index: 2;
  border-radius: 46% 54% 52% 48% / 54% 50% 50% 46%; overflow: hidden;
  box-shadow: var(--shadow); aspect-ratio: 3 / 2; }
.hero__art .hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

.floaty { animation: floaty 6s ease-in-out infinite; }
.floaty.d { animation-delay: -3s; }
@keyframes floaty { 0%,100%{ transform: translateY(0) rotate(0); } 50%{ transform: translateY(-14px) rotate(6deg);} }

.scrollcue { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); z-index: 3; font-family: var(--jp); font-size: 11px; letter-spacing: .2em; color: var(--sakura); text-align: center; }
.scrollcue::after { content: ""; display: block; width: 1px; height: 40px; margin: 8px auto 0; background: linear-gradient(var(--sakura), transparent); animation: cue 1.8s infinite; }
@keyframes cue { 0%{ transform: scaleY(0); transform-origin: top;} 50%{ transform: scaleY(1); transform-origin: top;} 51%{ transform-origin: bottom;} 100%{ transform: scaleY(0); transform-origin: bottom;} }

/* =========================================================
   generic section
   ========================================================= */
.section { padding: 96px 0; position: relative; }
.section--cream { background: var(--cream-2); }
.section--pink { background: linear-gradient(180deg, #fff 0%, var(--pink-bg) 100%); }
.deco-petal { position: absolute; z-index: 0; pointer-events: none; opacity: .85; }

/* ---------- ABOUT ---------- */
.about { position: relative; }
.about .grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; position: relative; z-index: 2; }
.about__lead { font-family: var(--jp); font-weight: 700; font-size: clamp(22px, 2.6vw, 30px); line-height: 1.7; margin-bottom: 22px; }
.about__lead .mk { background: linear-gradient(transparent 62%, var(--pink-soft) 62%); }
.about p.txt { color: var(--ink); margin-bottom: 14px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.tag { font-family: var(--jp); font-weight: 500; font-size: 13px; color: var(--sakura-deep);
  background: #fff; border: 1.5px solid var(--pink-soft); padding: 6px 16px; border-radius: 999px; }
.about__photo { position: relative; }
.about__photo .frame { border-radius: 46% 54% 52% 48% / 54% 50% 50% 46%; overflow: hidden; box-shadow: var(--shadow); border: 8px solid #fff; }
.about__photo .frame img { width: 100%; aspect-ratio: 4/3.2; object-fit: cover; }
.about__photo .fl { position: absolute; width: 110px; right: -18px; bottom: -26px; }

/* ---------- NUMBERS ---------- */
.numbers { position: relative; overflow: hidden; }
.num-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; position: relative; z-index: 2; }
.num-card { background: #fff; border-radius: var(--radius); padding: 30px 20px 26px; text-align: center;
  box-shadow: var(--shadow-soft); position: relative; overflow: hidden; }
.num-card::before { content: ""; position: absolute; right: -16px; top: -16px; width: 56px; height: 56px; opacity: .35;
  background: radial-gradient(circle at 42% 40%, var(--sakura-mid) 30%, var(--sakura) 72%);
  -webkit-mask: var(--petal) center/contain no-repeat; mask: var(--petal) center/contain no-repeat; }
.num-card .lbl { font-family: var(--jp); font-weight: 500; font-size: 14px; color: var(--ink-soft); }
.num-card .val { font-family: var(--jp); font-weight: 700; line-height: 1; margin: 10px 0 4px; color: var(--sakura); }
.num-card .val b { font-size: clamp(46px, 6vw, 66px); }
.num-card .val .u { font-size: 20px; margin-left: 3px; }
.num-card .sub { font-size: 12px; color: var(--ink-soft); }

/* ---------- VOICE ---------- */
.voice { position: relative; }
.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 24px; position: relative; z-index: 2; }
.vcard { background: #fff; border-radius: var(--radius); padding: 0 26px 28px; box-shadow: var(--shadow-soft);
  position: relative; transition: transform .3s, box-shadow .3s; }
.vcard:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.vcard__pic { width: 168px; height: 168px; margin: -34px auto 0; position: relative; }
.vcard__pic img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 10px 18px rgba(150,90,90,.25)); }
.vcard__role { text-align: center; font-family: var(--jp); font-weight: 700; color: var(--sakura-deep); font-size: 14px; margin-top: 6px; }
.vcard__name { text-align: center; font-size: 12px; color: var(--ink-soft); margin-bottom: 14px; }
.vcard__q { font-family: var(--jp); font-weight: 700; font-size: 17px; line-height: 1.7; }
.vcard__q .mk { background: linear-gradient(transparent 62%, var(--yellow-soft) 62%); }
.vcard__more { margin-top: 16px; }

/* ---------- CAREER ---------- */
.career { position: relative; overflow: hidden; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 56px; position: relative; z-index: 2; }
.step { background: #fff; border-radius: 18px; padding: 26px 18px; text-align: center; box-shadow: var(--shadow-soft); position: relative; }
.step .no { font-family: var(--jp); font-weight: 700; color: var(--sakura); font-size: 13px; letter-spacing: .1em; }
.step .grade { font-family: var(--jp); font-weight: 700; font-size: 20px; margin: 6px 0; }
.step .role { font-size: 12.5px; color: var(--ink-soft); }
.step:not(:last-child)::after { content: "›"; position: absolute; right: -13px; top: 50%; transform: translateY(-50%); color: var(--sakura-mid); font-size: 26px; z-index: 3; }
.step.lv1 { background: #fff6f9; } .step.lv2 { background: #fff1f5; } .step.lv3 { background: #ffeaf1; } .step.lv4 { background: #ffe1ec; }

.courses { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; position: relative; z-index: 2; }
.course { background: #fff; border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-soft); border-top: 5px solid var(--sakura-mid); }
.course .ic { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--pink-bg); margin-bottom: 14px; }
.course .ic img { width: 30px; height: 30px; }
.course .en { font-family: var(--jp); font-weight: 700; color: var(--sakura); font-size: 12px; letter-spacing: .12em; }
.course h4 { font-family: var(--jp); font-weight: 700; font-size: 18px; margin: 4px 0 10px; line-height: 1.5; }
.course p { font-size: 13.5px; color: var(--ink-soft); }
.course .eg { margin-top: 14px; padding: 12px 14px; background: var(--cream-2); border-radius: 12px; font-size: 12px; line-height: 1.7; }
.course .eg b { color: var(--sakura-deep); }

/* ---------- WELFARE / DX ---------- */
.dx { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; margin-bottom: 64px; position: relative; z-index: 2; }
.dx__photo { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.dx__photo img { width: 100%; aspect-ratio: 16/11; object-fit: cover; }
.dx h3 { font-family: var(--jp); font-weight: 700; font-size: clamp(22px,2.6vw,30px); line-height: 1.6; margin-bottom: 16px; }
.dx h3 .mk { background: linear-gradient(transparent 60%, var(--yellow-soft) 60%); }
.dx ul.dxlist { display: grid; gap: 12px; margin-top: 18px; }
.dx ul.dxlist li { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; }
.dx ul.dxlist li::before { content: ""; flex: none; width: 22px; height: 22px; margin-top: 2px;
  background: var(--green); border-radius: 50%;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/16px no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/16px no-repeat; }

.welfare-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; position: relative; z-index: 2; }
.wcard { background: #fff; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-soft); transition: transform .3s; }
.wcard:hover { transform: translateY(-5px); }
.wcard img { width: 100%; aspect-ratio: 16/11; object-fit: cover; }
.wcard .body { padding: 14px 16px 18px; }
.wcard h4 { font-family: var(--jp); font-weight: 700; font-size: 15px; }
.wcard p { font-size: 12px; color: var(--ink-soft); margin-top: 4px; }
.welfare-feat { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; position: relative; z-index: 2; }
.wfeatcard { background: #fff; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-soft); display: grid; grid-template-columns: 42% 1fr; transition: transform .3s; }
.wfeatcard:hover { transform: translateY(-5px); }
.wfeatcard img { width: 100%; height: 100%; object-fit: cover; }
.wfeatcard .body { padding: 22px 24px; align-self: center; }
.wfeatcard h4 { font-family: var(--jp); font-weight: 700; font-size: 17px; line-height: 1.45; }
.wfeatcard h4 .pp { color: var(--sakura); }
.wfeatcard p { font-size: 13px; color: var(--ink-soft); margin-top: 9px; line-height: 1.8; }
.wcard--txt { padding: 20px 22px; }
.wcard--txt h4 { font-size: 15px; line-height: 1.5; }
.wcard--txt p { font-size: 12.5px; line-height: 1.75; margin-top: 7px; }
@media (max-width: 760px) { .welfare-feat { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .wfeatcard { grid-template-columns: 1fr; } .wfeatcard img { aspect-ratio: 16/10; } }

/* ---------- FACILITY ---------- */
.fac-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; position: relative; z-index: 2; }
.fcard { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); transition: transform .3s, box-shadow .3s; }
.fcard:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.fcard .ph { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.fcard .ph img { width: 100%; height: 100%; object-fit: cover; }
.fcard .ph.ph--ph { background: repeating-linear-gradient(135deg,#f6eee0,#f6eee0 10px,#fbf5ea 10px,#fbf5ea 20px); display: grid; place-items: center; }
.fcard .ph.ph--ph span { font-family: var(--jp); font-size: 13px; color: var(--ink-soft); background: #fff; padding: 4px 14px; border-radius: 999px; box-shadow: var(--shadow-soft); }
.fcard .no { position: absolute; left: 14px; top: 14px; font-family: var(--jp); font-weight: 700; font-size: 12px; color: #fff;
  background: var(--sakura); padding: 4px 12px; border-radius: 999px; }
.fcard .body { padding: 18px 20px 22px; }
.fcard h4 { font-family: var(--jp); font-weight: 700; font-size: 17px; line-height: 1.5; }
.fcard .cap { font-size: 12px; color: var(--sakura-deep); margin-top: 4px; font-weight: 700; }
.fcard p { font-size: 13px; color: var(--ink-soft); margin-top: 8px; }

/* ---------- MOVIE & SNS ---------- */
.movie { position: relative; overflow: hidden; }
.movie .feature { display: grid; grid-template-columns: 1.5fr 1fr; gap: 26px; align-items: center; margin-bottom: 28px; position: relative; z-index: 2; }
.vthumb { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); cursor: pointer; }
.vthumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vthumb::after { content: ""; position: absolute; inset: 0; background: rgba(40,30,30,.12); transition: background .3s; }
.vthumb:hover::after { background: rgba(40,30,30,.02); }
.vthumb .play { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 72px; height: 72px; border-radius: 50%;
  background: rgba(255,255,255,.92); display: grid; place-items: center; z-index: 2; box-shadow: var(--shadow-soft); transition: transform .3s; }
.vthumb:hover .play { transform: translate(-50%,-50%) scale(1.08); }
.vthumb .play::after { content: ""; border-left: 20px solid var(--sakura); border-top: 13px solid transparent; border-bottom: 13px solid transparent; margin-left: 5px; }
.vthumb.small .play { width: 50px; height: 50px; } .vthumb.small .play::after { border-left-width: 14px; border-top-width: 9px; border-bottom-width: 9px; }
.movie .feature .meta h3 { font-family: var(--jp); font-weight: 700; font-size: 22px; line-height: 1.5; }
.movie .feature .meta p { font-size: 13px; color: var(--ink-soft); margin-top: 8px; }
.vsub { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; position: relative; z-index: 2; }
.vsub .ttl { font-family: var(--jp); font-weight: 700; font-size: 13.5px; margin-top: 10px; }
.vsub .cat { font-size: 11px; color: var(--sakura-deep); font-weight: 700; }

.sns { margin-top: 60px; position: relative; z-index: 2; }
.sns__row { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; max-width: 760px; }
.sns__card { display: flex; align-items: center; gap: 14px; background: #fff; border-radius: 18px; padding: 18px 20px; box-shadow: var(--shadow-soft); transition: transform .3s; }
.sns__card:hover { transform: translateY(-4px); }
.sns__ic { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; color: #fff; font-weight: 700; font-family: var(--jp); flex: none; font-size: 13px; }
.sns__ic.ig { background: linear-gradient(45deg,#f9a03f,#e7689a,#9b4bd6); }
.sns__ic.yt { background: #ff0000; }
.sns__ic.tt { background: #111; }
.sns__ic.ln { background: #06c755; }
.sns__card .nm { font-family: var(--jp); font-weight: 700; font-size: 14px; }
.sns__card .hd { font-size: 11px; color: var(--ink-soft); }

/* ---------- MESSAGE (TOP) ---------- */
.message { text-align: center; }
.message__inner { max-width: 720px; margin: 0 auto; }
.message__lead { font-family: var(--jp); font-weight: 700; line-height: 1.7;
  font-size: clamp(24px, 3vw, 34px); }
.message__lead .mk { background: linear-gradient(transparent 62%, var(--pink-soft) 62%); }
.message__body { color: var(--ink); font-size: 15px; margin: 22px 0 26px; }
.msg-photos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.msg-photos img { width: 100%; aspect-ratio: 1/1; object-fit: cover;
  border-radius: 46% 54% 52% 48% / 54% 50% 50% 46%; box-shadow: var(--shadow-soft); }
.msg-photos img:nth-child(2) { border-radius: 52% 48% 46% 54% / 48% 54% 46% 52%; }

/* ---------- FEATURE (TOP) ---------- */
.feat3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; position: relative; z-index: 2; }
.feat { display: block; background: #fff; border-radius: var(--radius); padding: 34px 28px 28px;
  box-shadow: var(--shadow-soft); position: relative; transition: transform .3s, box-shadow .3s; }
.feat:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.feat__no { font-family: var(--jp); font-weight: 700; font-size: 36px; color: var(--pink-soft); line-height: 1; }
.feat h3 { font-family: var(--jp); font-weight: 700; font-size: 19px; margin: 10px 0 10px; line-height: 1.5; }
.feat p { font-size: 13.5px; color: var(--ink-soft); margin-bottom: 16px; }
.feat .more { font-size: 14px; }

/* INFORMATION label on entry */
.entry .en { display: block; font-family: var(--jp); font-weight: 700; letter-spacing: .22em;
  font-size: 13px; color: rgba(255,255,255,.85); margin-bottom: 12px; }

@media (max-width: 880px) {
  .msg-photos { gap: 12px; }
  .feat3 { grid-template-columns: 1fr; }
}

/* ---------- ENTRY CTA ---------- */
.entry { position: relative; padding: 90px 0; text-align: center; overflow: hidden;
  background: linear-gradient(135deg, var(--sakura) 0%, var(--sakura-deep) 60%, #c43f78 100%); color: #fff; }
.entry::before, .entry::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.1); }
.entry::before { width: 320px; height: 320px; left: -120px; top: -120px; }
.entry::after  { width: 240px; height: 240px; right: -90px; bottom: -90px; }
.entry .wrap { position: relative; z-index: 2; }
.entry h2 { font-family: var(--jp); font-weight: 700; font-size: clamp(26px, 3.6vw, 42px); line-height: 1.5; }
.entry p { margin: 16px 0 30px; font-size: 15px; opacity: .92; }
.entry .btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.entry .btn--entry { background: #fff; color: var(--sakura-deep); }
.entry .btn--entry .arw { background: var(--pink-bg); }
.entry .btn--entry .arw::after { color: var(--sakura-deep); }
.entry .btn--entry .ico { background: transparent; -webkit-mask: none; mask: none; }
.entry .btn--entry .ico img { display: none; }
.entry .btn--line { background: linear-gradient(135deg, #06C755 0%, #03a948 100%); border: 2px solid rgba(255,255,255,.5); color: #fff; }

/* ---------- FOOTER ---------- */
.footer { position: relative; background: #fff; padding: 90px 0 30px; }
.footer__band { position: absolute; left: 0; right: 0; top: -1px; height: 36px; background: url("assets/bg-foot.png") repeat-x center/auto 100%; }
.footer .grid { display: grid; grid-template-columns: 1.2fr 2fr; gap: 40px; align-items: start; }
.footer__logo img { height: 56px; margin-bottom: 16px; }
.footer__addr { font-size: 13px; color: var(--ink-soft); line-height: 1.9; }
.fnav { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px 24px; }
.fnav a { font-family: var(--jp); font-size: 13.5px; padding: 6px 0; border-bottom: 1px dashed var(--line); transition: color .2s; }
.fnav a:hover { color: var(--sakura); }
.footer__copy { text-align: center; margin-top: 50px; font-size: 12px; color: var(--ink-soft); }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1240px) {
  .gnav a .en { display: none; }
  .gnav { gap: 16px; }
}
@media (max-width: 1080px) {
  html { scroll-padding-top: 72px; }
  .gnav, .header__cta .btn span.txt { display: none; }
  .burger { display: block; }
  .header__cta { display: none; }

  /* slide menu */
  .gnav { position: fixed; inset: 0 0 0 auto; width: min(80vw, 320px); background: #fff;
    flex-direction: column; align-items: stretch; gap: 0; padding: 80px 26px 30px;
    transform: translateX(100%); transition: transform .35s; box-shadow: -10px 0 40px -20px rgba(0,0,0,.4); z-index: 95; overflow-y: scroll; -webkit-overflow-scrolling: touch; }
  body.menu-open .gnav { display: flex; transform: translateX(0); }
  body.menu-open { overflow: hidden; }
  .gnav__close { display: flex; }
  .gnav a { padding: 13px 4px; border-bottom: 1px dashed var(--line); font-size: 15px; white-space: nowrap; }
  .gnav a .en { display: inline; font-size: 10px; margin-left: 8px; }
  body.menu-open .gnav .m-cta { display: flex; gap: 10px; margin-top: 16px; }
  .gnav .m-cta .btn { flex: 1; justify-content: center; padding: 12px 10px; }
  body.menu-open::after { content: ""; position: fixed; inset: 0; background: rgba(20,10,10,.85); z-index: 90; }

  .hero .wrap { grid-template-columns: 1fr; gap: 10px; }
  .hero__art { height: 380px; order: -1; max-width: 460px; margin-inline: auto; }
  .hero__art .p1 { width: 230px; height: 230px; }
  .hero__art .p2 { width: 140px; height: 140px; }
  .hero__art .p3 { width: 130px; height: 130px; }

  .about .grid { grid-template-columns: 1fr; gap: 36px; }
  .num-grid { grid-template-columns: repeat(2,1fr); }
  .voice-grid { grid-template-columns: repeat(2,1fr); }
  .steps { grid-template-columns: repeat(2,1fr); gap: 26px 16px; }
  .step:nth-child(2)::after { display: none; }
  .courses { grid-template-columns: 1fr; }
  .dx { grid-template-columns: 1fr; gap: 24px; }
  .welfare-grid { grid-template-columns: repeat(2,1fr); }
  .fac-grid { grid-template-columns: repeat(2,1fr); }
  .movie .feature { grid-template-columns: 1fr; }
  .vsub { grid-template-columns: 1fr; }
  .sns__row { grid-template-columns: repeat(2,1fr); }
  .footer .grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .wrap { padding-inline: 18px; }
  .section { padding: 64px 0; }
  .num-grid { grid-template-columns: repeat(2,1fr); gap: 14px; }
  .voice-grid { grid-template-columns: 1fr; }
  .welfare-grid, .fac-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 120px; }
  .hero__art { height: 320px; }
  .fnav { grid-template-columns: repeat(2,1fr); }
  .entry .btns { flex-direction: column; align-items: center; }
  .entry .btns .btn { width: min(100%, 340px); justify-content: center; }
  .num-card .val b { font-size: 56px; }
}
