:root{
  --bg:#F5F4F0;
  --bg2:#F1EFE8;
  --gold:#A69A45;
  --gold2:#B9AD5D;
  --gold3:#CEC58A;
  --dark:#4F5547;
  --text:#222;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:"Noto Sans JP","Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;
  color:var(--text);
  background:var(--bg);
}
body.ebanat-top #ast-scroll-top{
  display:none !important;
}
.fv{
  position:relative;
  min-height:100vh;
  min-height:100svh;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 45%,rgba(166,154,69,.08),transparent 34%),
    linear-gradient(135deg,var(--bg),var(--bg2));
}
.fv-stage{
  position:relative;
  min-height:100vh;
  min-height:100svh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:110px 80px 88px;
}
.main-copy{
  position:relative;
  z-index:10;
  margin:0;
  text-align:center;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:clamp(38px,4.7vw,72px);
  line-height:1.45;
  letter-spacing:.05em;
  font-weight:500;
  transition:opacity .7s ease,transform .7s ease;
}
.main-copy .accent{color:var(--gold)}
.main-copy.is-hidden{
  opacity:0;
  transform:translateY(-22px) scale(.98);
}
.shape-field{
  position:absolute;
  inset:80px 8% 88px;
  z-index:4;
  pointer-events:none;
}
.falling-shape{
  position:absolute;
  left:50%;
  top:-70px;
  width:var(--w);
  height:var(--h);
  background:var(--c);
  opacity:0;
  filter:drop-shadow(0 10px 12px rgba(80,70,25,.08));
  will-change:transform,opacity;
}
.shape-circle{clip-path:circle(50% at 50% 50%)}
.shape-triangle{clip-path:polygon(50% 0,100% 100%,0 100%)}
.shape-square{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}
.shape-pentagon{clip-path:polygon(50% 0,100% 38%,82% 100%,18% 100%,0 38%)}

.ebanat-runner,
.final-ebanat{
  position:absolute;
  left:50%;
  width:0;
  height:34px;
  transform:translateX(-50%);
  line-height:0;
}
.ebanat-runner img,
.final-ebanat img{
  position:absolute;
  left:50%;
  top:50%;
  width:clamp(140px,11vw,170px);
  max-width:none;
  height:auto;
  transform:translate(-50%,-50%);
}
.ebanat-runner{
  bottom:66px;
  z-index:18;
  opacity:0;
  will-change:transform,opacity;
}
.final-ebanat{
  top:0;
  z-index:14;
  opacity:0;
}
.mosaic{
  position:absolute;
  left:50%;
  top:51%;
  width:clamp(374px,37.4vw,590px);
  aspect-ratio:1.18;
  transform:translate(-50%,-45%);
  z-index:8;
  opacity:0;
}
.mosaic-piece{
  position:absolute;
  box-sizing:border-box;
  background:var(--pc);
  opacity:0;
  transform:translate(var(--sx),var(--sy)) rotate(var(--sr)) scale(.78);
  clip-path:var(--clip);
  outline:3px solid rgba(245,244,240,.98);
  outline-offset:-1px;
  filter:drop-shadow(0 4px 7px rgba(75,66,27,.05));
  will-change:transform,opacity;
}
.subtitle{
  position:absolute;
  left:50%;
  top:0;
  z-index:15;
  width:max-content;
  max-width:92%;
  transform:translate(-50%,16px);
  font-family:"Yu Mincho","Noto Serif JP",serif;
  font-size:clamp(29.04px,2.783vw,42.35px);
  line-height:1.6;
  letter-spacing:.11em;
  font-weight:500;
  color:#7E7540;
  text-align:center;
  opacity:0;
  white-space:nowrap;
}
.side{
  position:absolute;
  right:0;
  top:50%;
  z-index:25;
  width:72px;
  min-height:330px;
  transform:translateY(-50%);
  border-radius:18px 0 0 18px;
  background:var(--gold);
  color:#fff;
  text-decoration:none;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:20px;
}
.side .vertical{
  writing-mode:vertical-rl;
  letter-spacing:.15em;
  font-size:15px;
}

/* ABOUT */
.about-section{
  position:relative;
  overflow:hidden;
  padding:130px 8% 120px;
  background:#fff;
}
.about-bg-word{
  position:absolute;
  right:-1vw;
  top:42px;
  font-family:"Yu Mincho","Noto Serif JP",serif;
  font-size:clamp(100px,18vw,270px);
  line-height:1;
  color:rgba(166,154,69,.045);
  letter-spacing:-.04em;
  pointer-events:none;
  user-select:none;
}
.about-container{
  position:relative;
  z-index:2;
  max-width:1280px;
  margin:0 auto;
}
.about-heading{
  display:grid;
  grid-template-columns:.65fr 1.35fr;
  column-gap:70px;
  align-items:end;
  margin-bottom:60px;
}
.about-kicker{
  grid-column:1/-1;
  margin:0 0 22px;
  color:var(--gold);
  font-size:11px;
  letter-spacing:.22em;
}
.about-heading h2{
  margin:0;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:clamp(34px,3.4vw,48px);
  line-height:1.2;
  font-weight:500;
  letter-spacing:.04em;
}
.about-lead{
  max-width:540px;
  margin:0 0 6px;
  color:#555;
  font-size:13px;
  line-height:1.9;
  letter-spacing:.04em;
}
.about-content{border-top:1px solid rgba(166,154,69,.26)}
.about-item{
  display:grid;
  grid-template-columns:70px 180px minmax(0,1fr);
  gap:28px;
  align-items:start;
  padding:40px 0 44px;
  border-bottom:1px solid rgba(166,154,69,.22);
}
.about-number{
  padding-top:8px;
  color:var(--gold);
  font-family:Georgia,serif;
  font-size:13px;
  letter-spacing:.12em;
}
.about-label{padding-top:2px}
.about-label span{
  display:block;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:20px;
  letter-spacing:.08em;
}
.about-label small{
  display:block;
  margin-top:8px;
  color:var(--gold);
  font-size:8px;
  letter-spacing:.2em;
}
.about-copy{max-width:800px}
.about-copy h3{
  margin:0;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:clamp(20px,2vw,28px);
  line-height:1.6;
  font-weight:500;
  letter-spacing:.04em;
}
.about-copy p{
  max-width:700px;
  margin:26px 0 0;
  color:#555;
  font-size:12.5px;
  line-height:2;
  letter-spacing:.035em;
}
.about-item-simple{align-items:center}
.about-item-simple .about-copy h3{color:var(--gold)}
.about-footer{
  display:flex;
  justify-content:flex-end;
  margin-top:50px;
}
.about-more{
  display:inline-flex;
  align-items:center;
  gap:22px;
  color:var(--text);
  text-decoration:none;
  font-size:14px;
  letter-spacing:.08em;
}
.about-more i{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:50%;
  background:var(--gold);
  color:#fff;
  font-style:normal;
  transition:transform .3s ease;
}
.about-more:hover i{transform:translateX(5px)}

@media(max-width:980px){
  .header{padding:22px 24px}
  .nav{display:none}
  .fv-stage{padding:100px 24px 90px}
  .shape-field{inset:72px 2% 80px}
  .mosaic{width:min(446px,51.8vw)}
  .side{width:56px;min-height:250px}
}
@media(max-width:900px){
  .about-section{padding:100px 28px 90px}
  .about-heading{
    grid-template-columns:1fr;
    gap:28px;
    margin-bottom:60px;
  }
  .about-item{
    grid-template-columns:48px 130px minmax(0,1fr);
    gap:18px;
  }
}
@media(max-width:640px){
  .about-section{padding:84px 24px 76px}
  .about-bg-word{top:22px;right:-20px}
  .about-heading{margin-bottom:48px}
  .about-heading h2{font-size:30px}
  .about-lead{font-size:12px}
  .about-item{
    grid-template-columns:42px 1fr;
    gap:10px 14px;
    padding:40px 0 44px;
  }
  .about-number{grid-row:1/3}
  .about-label{grid-column:2}
  .about-label span{font-size:16px}
  .about-copy{grid-column:2}
  .about-copy h3{
    margin-top:18px;
    font-size:19px;
  }
  .about-copy p{
    margin-top:20px;
    font-size:11.5px;
  }
  .about-footer{
    justify-content:flex-start;
    margin-top:38px;
  }
}
@media(max-width:560px){
  .ebanat-runner img,
  .final-ebanat img{width:140px}
  .main-copy{font-size:clamp(31px,9.5vw,46px)}
  .shape-field{inset:72px 0 82px}
  .mosaic{width:63.4vw}
  .subtitle{
    width:92%;
    max-width:92%;
    font-size:21.78px;
    white-space:normal;
  }
  .side{display:none}
}
@media(max-height:720px) and (min-width:561px){
  .mosaic{width:min(446px,51.8vw)}
  .subtitle{font-size:clamp(22.99px,2.178vw,32.67px)}
}
@media(prefers-reduced-motion:reduce){
  .main-copy{transition:none}
  .falling-shape{display:none}
}


/* THINK / かんがえ */
.think-section{
  position:relative;
  overflow:hidden;
  padding:138px 8% 126px;
  background:#F8F7F3;
}
.think-bg-word{
  position:absolute;
  left:-.02em;
  top:34px;
  font-family:"Yu Mincho","Noto Serif JP",serif;
  font-size:clamp(110px,18vw,270px);
  line-height:1;
  color:rgba(166,154,69,.045);
  letter-spacing:-.05em;
  pointer-events:none;
  user-select:none;
}
.think-container{
  position:relative;
  z-index:2;
  max-width:1280px;
  margin:0 auto;
}
.think-heading{
  display:grid;
  grid-template-columns:.65fr 1.35fr;
  column-gap:70px;
  align-items:end;
  margin-bottom:78px;
}
.think-kicker{
  grid-column:1/-1;
  margin:0 0 22px;
  color:var(--gold);
  font-size:11px;
  letter-spacing:.22em;
}
.think-heading h2{
  margin:0;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:clamp(34px,3.4vw,48px);
  line-height:1.2;
  font-weight:500;
  letter-spacing:.04em;
}
.think-lead{
  max-width:640px;
  margin:0 0 6px;
  color:#555;
  font-size:13px;
  line-height:2;
  letter-spacing:.04em;
}
.think-hero{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  min-height:510px;
  border-top:1px solid rgba(166,154,69,.35);
  border-bottom:1px solid rgba(166,154,69,.35);
}
.think-statement{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:72px 68px 72px 0;
}
.think-statement-label{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:30px;
  color:var(--gold);
  font-size:10px;
  letter-spacing:.2em;
}
.think-statement-label::before{
  content:"";
  width:42px;
  height:1px;
  background:var(--gold);
}
.think-statement h3{
  margin:0;
  color:#2f302b;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:clamp(30px,2.75vw,42px);
  line-height:1.55;
  font-weight:500;
  letter-spacing:.045em;
}
.think-statement h3 em{
  color:#7E7540;
  font-style:normal;
}
.think-statement p{
  max-width:490px;
  margin:34px 0 0;
  color:#555;
  font-size:12.5px;
  line-height:2.05;
  letter-spacing:.035em;
}
.think-issues{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-content:center;
  gap:0;
  padding:34px 0 34px 44px;
}

.think-issues-heading{
  grid-column:1/-1;
  position:relative;
  padding:4px 30px 34px 48px;
  margin-bottom:4px;
  border-bottom:1px solid rgba(166,154,69,.28);
}
.think-issues-heading::before{
  content:"";
  position:absolute;
  left:18px;
  top:10px;
  width:14px;
  height:14px;
  border:1px solid rgba(166,154,69,.7);
  transform:rotate(45deg);
}
.think-issues-heading span{
  display:block;
  margin-bottom:10px;
  color:var(--gold);
  font-size:9px;
  letter-spacing:.24em;
}
.think-issues-heading h3{
  margin:0;
  color:#2f302b;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:clamp(25px,2.3vw,34px);
  line-height:1.5;
  font-weight:500;
  letter-spacing:.05em;
}
.think-issues-heading p{
  margin:14px 0 0;
  color:#666;
  font-size:11.5px;
  line-height:1.9;
  letter-spacing:.04em;
}
.think-issue{
  opacity:0;
  transform:translateY(18px);
}
.think-hero.is-visible .think-issue{
  animation:thinkIssueIn .72s cubic-bezier(.22,.7,.25,1) forwards;
}
.think-hero.is-visible .think-issue:nth-of-type(1){animation-delay:.16s}
.think-hero.is-visible .think-issue:nth-of-type(2){animation-delay:.24s}
.think-hero.is-visible .think-issue:nth-of-type(3){animation-delay:.32s}
.think-hero.is-visible .think-issue:nth-of-type(4){animation-delay:.40s}
.think-hero.is-visible .think-issue:nth-of-type(5){animation-delay:.48s}
.think-hero.is-visible .think-issue:nth-of-type(6){animation-delay:.56s}
@keyframes thinkIssueIn{
  to{opacity:1;transform:none}
}

.think-issue{
  position:relative;
  min-height:144px;
  padding:28px 30px 30px 48px;
  border-bottom:1px solid rgba(166,154,69,.2);
  transition:background .35s ease,transform .35s ease;
}
.think-issue:nth-last-child(-n+2){border-bottom:0}
.think-issue:nth-child(odd){border-right:1px solid rgba(166,154,69,.2)}
.think-issue::before{
  content:attr(data-no);
  position:absolute;
  left:18px;
  top:30px;
  color:var(--gold);
  font-family:Georgia,serif;
  font-size:10px;
  letter-spacing:.08em;
}
.think-issue::after{
  content:"";
  position:absolute;
  left:18px;
  bottom:29px;
  width:12px;
  height:12px;
  border:1px solid rgba(166,154,69,.58);
  transform:rotate(45deg);
}
.think-issue p{
  margin:0;
  color:#333;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:15px;
  line-height:1.9;
  letter-spacing:.035em;
}
.think-issue:hover{
  background:rgba(255,255,255,.62);
  transform:translateY(-3px);
}
.think-answer{
  display:grid;
  grid-template-columns:180px minmax(0,1fr);
  gap:44px;
  align-items:start;
  margin-top:76px;
  padding:62px 0 0;
  border-top:1px solid rgba(166,154,69,.28);
}
.think-answer-index{
  position:relative;
  padding-left:54px;
  color:#7E7540;
  font-family:"Yu Mincho","Noto Serif JP",serif;
  font-size:14px;
  letter-spacing:.09em;
}
.think-answer-index::before{
  content:"";
  position:absolute;
  left:0;
  top:10px;
  width:36px;
  height:1px;
  background:var(--gold);
}
.think-answer-body h3{
  margin:0;
  color:#7E7540;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:clamp(26px,2.6vw,38px);
  line-height:1.55;
  font-weight:500;
  letter-spacing:.05em;
}
.think-answer-copy{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:42px;
  margin-top:34px;
}
.think-answer-copy p{
  margin:0;
  color:#555;
  font-size:12.5px;
  line-height:2.08;
  letter-spacing:.03em;
}
.think-bridge{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  margin-top:68px;
  padding:28px 0 0;
  border-top:1px solid rgba(166,154,69,.28);
}
.think-bridge-copy span{
  display:block;
  margin-bottom:8px;
  color:var(--gold);
  font-size:9px;
  letter-spacing:.22em;
}
.think-bridge-copy strong{
  display:block;
  font-family:"Yu Mincho","Noto Serif JP",serif;
  font-size:17px;
  line-height:1.7;
  font-weight:500;
  letter-spacing:.05em;
}
.think-more{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:22px;
  color:var(--text);
  text-decoration:none;
  font-size:14px;
  letter-spacing:.08em;
}
.think-more i{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:50%;
  background:var(--gold);
  color:#fff;
  font-style:normal;
  transition:transform .3s ease;
}
.think-more:hover i{transform:translateX(5px)}
.think-reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .8s ease,transform .8s ease;
}
.think-reveal.is-visible{
  opacity:1;
  transform:none;
}
@media(max-width:980px){
  .think-hero{grid-template-columns:1fr}
  .think-statement{padding:64px 0;border-right:0;border-bottom:1px solid rgba(166,154,69,.28)}
  .think-issues{padding:18px 0}
}
@media(max-width:900px){
  .think-section{padding:100px 28px 90px}
  .think-heading{grid-template-columns:1fr;gap:28px;margin-bottom:60px}
  .think-answer{grid-template-columns:1fr;gap:22px}
  .think-answer-copy{gap:28px}
}
@media(max-width:680px){
  .think-section{padding:84px 24px 76px}
  .think-bg-word{top:22px;left:-20px}
  .think-heading{margin-bottom:48px}
  .think-heading h2{font-size:30px}
  .think-lead{font-size:12px}
  .think-statement{padding:52px 0}
  .think-statement h3{font-size:29px}
  .think-statement p{font-size:11.5px}
  .think-issues{grid-template-columns:1fr;padding:12px 0}
  .think-issues-heading{padding:8px 18px 28px 46px}
  .think-issues-heading h3{font-size:24px}
  .think-issues-heading p{font-size:11px}
  .think-issue{min-height:0;padding:25px 18px 25px 46px;border-right:0!important;border-bottom:1px solid rgba(166,154,69,.2)!important}
  .think-issue:last-child{border-bottom:0!important}
  .think-issue p{font-size:14px}
  .think-answer{margin-top:58px;padding-top:48px}
  .think-answer-copy{grid-template-columns:1fr;gap:20px}
  .think-answer-copy p{font-size:11.5px}
  .think-bridge{align-items:flex-start;flex-direction:column;margin-top:52px}
}


/* PROCESS / すすめかた */
.process-section{
  position:relative;
  overflow:hidden;
  padding:138px 8% 126px;
  background:#fff;
}
.process-bg-word{
  position:absolute;
  right:-.03em;
  top:34px;
  font-family:"Yu Mincho","Noto Serif JP",serif;
  font-size:clamp(100px,17vw,255px);
  line-height:1;
  color:rgba(166,154,69,.042);
  letter-spacing:-.06em;
  pointer-events:none;
  user-select:none;
}
.process-container{
  position:relative;
  z-index:2;
  max-width:1280px;
  margin:0 auto;
}
.process-heading{margin-bottom:82px}
.process-kicker{
  margin:0 0 22px;
  color:var(--gold);
  font-size:11px;
  letter-spacing:.22em;
}
.process-heading h2{
  margin:0;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:clamp(34px,3.4vw,48px);
  line-height:1.2;
  font-weight:500;
  letter-spacing:.04em;
}
.process-flow{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:56px;
  padding-top:36px;
}
.process-line{
  position:absolute;
  left:7%;
  right:3%;
  top:92px;
  height:1px;
  background:rgba(166,154,69,.18);
  overflow:visible;
}
.process-line-fill{
  display:block;
  width:0;
  height:100%;
  background:var(--gold);
  transition:width 1.8s cubic-bezier(.22,.7,.25,1);
}
.process-line::before{
  content:"";
  position:absolute;
  left:-3px;
  top:50%;
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--gold);
  transform:translate(-50%,-50%);
  box-shadow:0 0 0 7px rgba(166,154,69,.09);
}
.process-line::after{
  content:"→";
  position:absolute;
  right:-1px;
  top:50%;
  color:var(--gold);
  font-size:24px;
  line-height:1;
  transform:translate(50%,-54%);
}
.process-section.is-visible .process-line-fill{width:100%}
.process-step{
  position:relative;
  text-align:center;
  opacity:0;
  transform:translateY(26px);
}
.process-section.is-visible .process-step{
  animation:processStepIn .8s cubic-bezier(.22,.7,.25,1) forwards;
}
.process-section.is-visible .process-step:nth-of-type(1){animation-delay:.32s}
.process-section.is-visible .process-step:nth-of-type(2){animation-delay:.72s}
.process-section.is-visible .process-step:nth-of-type(3){animation-delay:1.12s}
@keyframes processStepIn{to{opacity:1;transform:none}}
.process-icon{
  position:relative;
  z-index:2;
  display:grid;
  place-items:center;
  width:112px;
  height:112px;
  margin:0 auto 27px;
  border:1px solid rgba(166,154,69,.72);
  border-radius:50%;
  background:#fff;
  color:#8c813c;
  transition:background .35s ease,transform .35s ease,box-shadow .35s ease;
}
.process-step:hover .process-icon{
  background:#faf9f4;
  transform:translateY(-4px);
  box-shadow:0 14px 32px rgba(93,82,35,.08);
}
.process-icon svg{width:48px;height:48px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.process-step-no{
  margin:0 0 14px;
  color:var(--gold);
  font-family:Georgia,serif;
  font-size:11px;
  letter-spacing:.21em;
}
.process-step h3{
  margin:0;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:clamp(21px,2vw,28px);
  line-height:1.55;
  font-weight:500;
  letter-spacing:.055em;
}
.process-step h3::after{
  content:"";
  display:block;
  width:34px;
  height:1px;
  margin:18px auto 20px;
  background:var(--gold);
}
.process-step-copy{
  max-width:330px;
  min-height:122px;
  margin:0 auto;
  color:#555;
  font-size:12.5px;
  line-height:2.05;
  letter-spacing:.035em;
}
.process-role{
  display:flex;
  align-items:center;
  gap:14px;
  max-width:310px;
  margin:28px auto 0;
  padding:18px 20px;
  background:#F8F7F3;
  text-align:left;
}
.process-role-mark{
  flex:0 0 auto;
  display:grid;
  place-items:center;
  width:23px;
  height:23px;
  border:1px solid rgba(166,154,69,.72);
  border-radius:50%;
  color:var(--gold);
  font-size:12px;
}
.process-role small{
  display:block;
  margin-bottom:4px;
  color:var(--gold);
  font-size:9px;
  letter-spacing:.16em;
}
.process-role strong{
  display:block;
  color:#444;
  font-size:11.5px;
  line-height:1.55;
  font-weight:500;
  letter-spacing:.035em;
}
.process-conclusion{
  position:relative;
  margin-top:74px;
  padding:38px 28px 40px;
  border:1px solid rgba(166,154,69,.45);
  text-align:center;
  opacity:0;
  transform:translateY(18px);
}
.process-section.is-visible .process-conclusion{
  animation:processConclusionIn .9s ease 1.55s forwards;
}
@keyframes processConclusionIn{to{opacity:1;transform:none}}
.process-conclusion::after{
  content:"◇";
  position:absolute;
  left:50%;
  bottom:-14px;
  padding:0 16px;
  background:#fff;
  color:var(--gold);
  transform:translateX(-50%);
  font-size:17px;
}
.process-conclusion strong{
  display:block;
  color:#7E7540;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:clamp(20px,2vw,28px);
  line-height:1.7;
  font-weight:500;
  letter-spacing:.07em;
}
.process-conclusion p{
  margin:12px 0 0;
  color:#555;
  font-size:12px;
  line-height:1.9;
  letter-spacing:.04em;
}
.process-next{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  margin-top:48px;
  color:var(--gold);
  text-decoration:none;
  font-size:10px;
  letter-spacing:.22em;
}
.process-next i{font-style:normal;font-size:24px;line-height:1;animation:processArrow 1.7s ease-in-out infinite}
@keyframes processArrow{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}
@media(max-width:900px){
  .process-section{padding:100px 28px 90px}
  .process-flow{gap:26px}
  .process-icon{width:96px;height:96px}
  .process-icon svg{width:42px;height:42px}
  .process-line{top:84px}
}
@media(max-width:720px){
  .process-section{padding:84px 24px 76px}
  .process-bg-word{top:22px;right:-26px}
  .process-heading{margin-bottom:52px}
  .process-heading h2{font-size:30px}
  .process-flow{grid-template-columns:1fr;gap:0;padding-top:0}
  .process-line{left:47px;right:auto;top:48px;bottom:55px;width:1px;height:auto}
  .process-line-fill{width:100%;height:0;transition:height 1.8s cubic-bezier(.22,.7,.25,1)}
  .process-section.is-visible .process-line-fill{width:100%;height:100%}
  .process-line::before{left:50%;top:0}
  .process-line::after{content:"↓";left:50%;right:auto;top:auto;bottom:-4px;transform:translate(-50%,50%)}
  .process-step{display:grid;grid-template-columns:96px minmax(0,1fr);column-gap:24px;text-align:left;padding-bottom:58px}
  .process-icon{grid-row:1/7;width:96px;height:96px;margin:0}
  .process-step-no{margin-top:3px}
  .process-step h3{font-size:21px}
  .process-step h3::after{margin:15px 0 17px}
  .process-step-copy{max-width:none;min-height:0;margin:0;font-size:11.5px}
  .process-role{max-width:none;margin:22px 0 0}
  .process-conclusion{margin-top:10px;padding:32px 18px 34px}
  .process-conclusion p{font-size:11px}
}



/* SERVICE / できること */
.service-section{
  position:relative;
  overflow:hidden;
  padding:138px 8% 126px;
  background:#F8F7F3;
}
.service-bg-word{
  position:absolute;
  left:-.03em;
  top:28px;
  font-family:"Yu Mincho","Noto Serif JP",serif;
  font-size:clamp(100px,17vw,255px);
  line-height:1;
  color:rgba(166,154,69,.042);
  letter-spacing:-.06em;
  pointer-events:none;
  user-select:none;
}
.service-container{
  position:relative;
  z-index:2;
  max-width:1280px;
  margin:0 auto;
}
.service-heading{
  display:grid;
  grid-template-columns:.65fr 1.35fr;
  column-gap:70px;
  align-items:end;
  margin-bottom:72px;
}
.service-kicker{
  grid-column:1/-1;
  margin:0 0 22px;
  color:var(--gold);
  font-size:11px;
  letter-spacing:.22em;
}
.service-heading h2{
  margin:0;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:clamp(34px,3.4vw,48px);
  line-height:1.2;
  font-weight:500;
  letter-spacing:.04em;
}
.service-intro h3{
  margin:0 0 18px;
  color:#7E7540;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:clamp(24px,2.35vw,34px);
  line-height:1.55;
  font-weight:500;
  letter-spacing:.05em;
}
.service-intro p{
  max-width:720px;
  margin:0;
  color:#555;
  font-size:12.5px;
  line-height:2;
  letter-spacing:.035em;
}
.service-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid rgba(166,154,69,.32);
  border-left:1px solid rgba(166,154,69,.24);
}
.service-card{
  position:relative;
  min-height:540px;
  overflow:hidden;
  border-right:1px solid rgba(166,154,69,.24);
  border-bottom:1px solid rgba(166,154,69,.24);
  background:#fff;
  opacity:0;
  transform:translateY(28px);
}
.service-section.is-visible .service-card{
  animation:serviceCardIn .85s cubic-bezier(.22,.7,.25,1) forwards;
}
.service-section.is-visible .service-card:nth-child(1){animation-delay:.14s}
.service-section.is-visible .service-card:nth-child(2){animation-delay:.28s}
.service-section.is-visible .service-card:nth-child(3){animation-delay:.42s}
.service-section.is-visible .service-card:nth-child(4){animation-delay:.56s}
@keyframes serviceCardIn{to{opacity:1;transform:none}}
.service-visual{
  position:relative;
  height:255px;
  overflow:hidden;
  background:
    linear-gradient(145deg,rgba(255,255,255,.94),rgba(235,231,214,.8)),
    #efede4;
}
.service-visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(255,255,255,.12),transparent 45%);
  pointer-events:none;
}
.service-art{
  position:absolute;
  inset:0;
  transition:transform .7s cubic-bezier(.22,.7,.25,1);
}
.service-card:hover .service-art{transform:scale(1.035)}
.service-card:hover .service-arrow{transform:translateX(6px)}
.service-art-strategy{
  background:
    radial-gradient(circle at 24% 34%,rgba(166,154,69,.24) 0 7%,transparent 7.5%),
    radial-gradient(circle at 68% 30%,rgba(79,85,71,.14) 0 9%,transparent 9.5%),
    linear-gradient(120deg,transparent 0 18%,rgba(166,154,69,.18) 18% 19%,transparent 19% 100%);
}
.service-art-strategy::before,
.service-art-strategy::after{
  content:"";
  position:absolute;
  border:1px solid rgba(126,117,64,.45);
  background:rgba(255,255,255,.62);
  box-shadow:0 18px 40px rgba(65,58,28,.06);
}
.service-art-strategy::before{
  width:46%;
  height:48%;
  left:13%;
  top:25%;
  transform:rotate(-4deg);
}
.service-art-strategy::after{
  width:34%;
  height:35%;
  right:12%;
  top:38%;
  transform:rotate(5deg);
}
.service-art-creative{
  background:
    linear-gradient(130deg,transparent 0 52%,rgba(166,154,69,.14) 52% 100%),
    radial-gradient(circle at 72% 30%,rgba(206,197,138,.45),transparent 26%);
}
.service-art-creative::before{
  content:"";
  position:absolute;
  width:155px;
  height:155px;
  left:15%;
  top:18%;
  border-radius:50%;
  border:1px solid rgba(126,117,64,.42);
  box-shadow:
    90px 24px 0 -38px rgba(166,154,69,.22),
    150px 74px 0 -58px rgba(79,85,71,.18);
}
.service-art-creative::after{
  content:"ebanat";
  position:absolute;
  right:13%;
  bottom:17%;
  color:rgba(126,117,64,.55);
  font-family:Georgia,serif;
  font-size:34px;
  letter-spacing:.16em;
}
.service-art-web{
  background:
    linear-gradient(155deg,rgba(255,255,255,.8),rgba(229,226,214,.88)),
    #eee;
}
.service-art-web::before{
  content:"";
  position:absolute;
  left:12%;
  right:12%;
  top:14%;
  bottom:16%;
  border:1px solid rgba(126,117,64,.35);
  border-radius:7px;
  background:
    linear-gradient(#7E7540,#7E7540) 8% 11%/22% 3px no-repeat,
    linear-gradient(rgba(166,154,69,.26),rgba(166,154,69,.26)) 8% 25%/42% 46% no-repeat,
    linear-gradient(rgba(79,85,71,.11),rgba(79,85,71,.11)) 56% 25%/36% 12% no-repeat,
    linear-gradient(rgba(79,85,71,.08),rgba(79,85,71,.08)) 56% 43%/36% 28% no-repeat,
    rgba(255,255,255,.84);
  box-shadow:0 20px 38px rgba(65,58,28,.08);
}
.service-art-web::after{
  content:"";
  position:absolute;
  left:18%;
  right:18%;
  bottom:9%;
  height:4px;
  border-radius:50%;
  background:rgba(79,85,71,.12);
  filter:blur(3px);
}
.service-art-ai{
  background:
    radial-gradient(circle at 50% 48%,rgba(166,154,69,.18),transparent 26%),
    linear-gradient(135deg,#f8f7f2,#ebe8db);
}
.service-art-ai::before{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  left:50%;
  top:50%;
  border:1px solid rgba(126,117,64,.48);
  transform:translate(-50%,-50%) rotate(45deg);
  box-shadow:
    0 0 0 24px rgba(166,154,69,.06),
    0 0 0 48px rgba(166,154,69,.035);
}
.service-art-ai::after{
  content:"AI";
  position:absolute;
  left:50%;
  top:50%;
  color:#7E7540;
  font-family:Georgia,serif;
  font-size:38px;
  letter-spacing:.08em;
  transform:translate(-50%,-50%);
}
.service-card-body{
  position:relative;
  padding:34px 38px 38px;
}
.service-number{
  position:absolute;
  right:24px;
  top:18px;
  color:rgba(166,154,69,.10);
  font-family:Georgia,serif;
  font-size:78px;
  line-height:1;
}
.service-en{
  margin:0 0 12px;
  color:var(--gold);
  font-size:10px;
  letter-spacing:.18em;
}
.service-card h3{
  margin:0;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:clamp(22px,2vw,28px);
  line-height:1.55;
  font-weight:500;
  letter-spacing:.045em;
}
.service-card-copy{
  margin:20px 0 0;
  color:#555;
  font-size:12.5px;
  line-height:2;
  letter-spacing:.03em;
}
.service-link{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:28px;
  padding-top:20px;
  border-top:1px solid rgba(166,154,69,.2);
  color:#333;
  text-decoration:none;
  font-size:12px;
  letter-spacing:.08em;
}
.service-arrow{
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:50%;
  background:var(--gold);
  color:#fff;
  transition:transform .3s ease;
}
.service-footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:36px;
  margin-top:62px;
  padding-top:30px;
  border-top:1px solid rgba(166,154,69,.28);
}
.service-footer strong{
  font-family:"Yu Mincho","Noto Serif JP",serif;
  font-size:18px;
  line-height:1.7;
  font-weight:500;
  letter-spacing:.05em;
}
.service-all{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:20px;
  color:#222;
  text-decoration:none;
  font-size:13px;
  letter-spacing:.08em;
}
.service-all i{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:50%;
  background:var(--gold);
  color:#fff;
  font-style:normal;
  transition:transform .3s ease;
}
.service-all:hover i{transform:translateX(5px)}
@media(max-width:900px){
  .service-section{padding:100px 28px 90px}
  .service-heading{grid-template-columns:1fr;gap:28px;margin-bottom:58px}
}
@media(max-width:720px){
  .service-section{padding:84px 24px 76px}
  .service-bg-word{top:22px;left:-20px}
  .service-heading h2{font-size:30px}
  .service-grid{grid-template-columns:1fr}
  .service-card{min-height:0}
  .service-visual{height:220px}
  .service-card-body{padding:30px 24px 32px}
  .service-number{font-size:62px}
  .service-footer{align-items:flex-start;flex-direction:column;margin-top:48px}
}


/* PEOPLE & COMPANY / ebanatのひと */
.people-section{
  position:relative;
  overflow:hidden;
  padding:138px 8% 126px;
  background:#fff;
}
.people-bg-word{
  position:absolute;
  right:-.03em;
  top:26px;
  font-family:"Yu Mincho","Noto Serif JP",serif;
  font-size:clamp(100px,17vw,255px);
  line-height:1;
  color:rgba(166,154,69,.042);
  letter-spacing:-.06em;
  pointer-events:none;
  user-select:none;
}
.people-container{
  position:relative;
  z-index:2;
  max-width:1280px;
  margin:0 auto;
}
.people-heading{
  display:grid;
  grid-template-columns:.65fr 1.35fr;
  column-gap:70px;
  align-items:end;
  margin-bottom:76px;
}
.people-kicker{
  grid-column:1/-1;
  margin:0 0 22px;
  color:var(--gold);
  font-size:11px;
  letter-spacing:.22em;
}
.people-heading h2{
  margin:0;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:clamp(34px,3.4vw,48px);
  line-height:1.2;
  font-weight:500;
  letter-spacing:.04em;
}
.people-heading p{
  max-width:620px;
  margin:0 0 6px;
  color:#555;
  font-size:13px;
  line-height:2;
  letter-spacing:.04em;
}
.people-heading .people-kicker{
  color:var(--gold);
}

/* Representative */
.people-representative{
  display:grid;
  grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);
  min-height:560px;
  border-top:1px solid rgba(166,154,69,.3);
  border-bottom:1px solid rgba(166,154,69,.3);
}
.people-portrait{
  position:relative;
  overflow:hidden;
  min-height:560px;
  background:
    radial-gradient(circle at 50% 30%,rgba(206,197,138,.22),transparent 28%),
    linear-gradient(145deg,#f6f4ed,#e8e3d5);
  border-right:1px solid rgba(166,154,69,.24);
}
.people-portrait::before{
  content:"";
  position:absolute;
  left:50%;
  top:18%;
  width:160px;
  height:160px;
  border-radius:50%;
  background:rgba(126,117,64,.15);
  transform:translateX(-50%);
}
.people-portrait::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-30px;
  width:300px;
  height:360px;
  border-radius:48% 48% 12% 12%;
  background:rgba(79,85,71,.12);
  transform:translateX(-50%);
}
.people-portrait-label{
  position:absolute;
  left:28px;
  bottom:24px;
  z-index:2;
  color:rgba(126,117,64,.74);
  font-size:10px;
  letter-spacing:.2em;
}
.people-message{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:70px 0 70px 72px;
}
.people-message-label{
  margin:0 0 24px;
  color:var(--gold);
  font-size:10px;
  letter-spacing:.2em;
}
.people-message blockquote{
  margin:0;
  color:#2f302b;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:clamp(27px,2.8vw,40px);
  line-height:1.7;
  font-weight:500;
  letter-spacing:.045em;
}
.people-name{
  margin-top:42px;
  padding-top:24px;
  border-top:1px solid rgba(166,154,69,.22);
}
.people-name small{
  display:block;
  margin-bottom:8px;
  color:var(--gold);
  font-size:10px;
  letter-spacing:.16em;
}
.people-name strong{
  display:block;
  font-family:"Yu Mincho","Noto Serif JP",serif;
  font-size:24px;
  font-weight:500;
  letter-spacing:.07em;
}

/* Story */
.people-story{
  margin-top:90px;
}
.people-subheading{
  display:grid;
  grid-template-columns:180px minmax(0,1fr);
  gap:42px;
  align-items:start;
  margin-bottom:42px;
}
.people-subheading-index{
  position:relative;
  padding-left:50px;
  color:#7E7540;
  font-family:"Yu Mincho","Noto Serif JP",serif;
  font-size:14px;
  letter-spacing:.09em;
}
.people-subheading-index::before{
  content:"";
  position:absolute;
  left:0;
  top:10px;
  width:34px;
  height:1px;
  background:var(--gold);
}
.people-subheading h3{
  margin:0;
  color:#7E7540;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:clamp(26px,2.5vw,38px);
  line-height:1.55;
  font-weight:500;
  letter-spacing:.05em;
}
.story-timeline{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid rgba(166,154,69,.26);
  border-left:1px solid rgba(166,154,69,.2);
}
.story-item{
  position:relative;
  min-height:390px;
  padding:36px 30px 38px;
  border-right:1px solid rgba(166,154,69,.2);
  border-bottom:1px solid rgba(166,154,69,.2);
  opacity:0;
  transform:translateY(24px);
}
.people-section.is-visible .story-item{
  animation:storyItemIn .78s cubic-bezier(.22,.7,.25,1) forwards;
}
.people-section.is-visible .story-item:nth-child(1){animation-delay:.18s}
.people-section.is-visible .story-item:nth-child(2){animation-delay:.34s}
.people-section.is-visible .story-item:nth-child(3){animation-delay:.50s}
.people-section.is-visible .story-item:nth-child(4){animation-delay:.66s}
@keyframes storyItemIn{to{opacity:1;transform:none}}
.story-number{
  display:block;
  margin-bottom:28px;
  color:var(--gold);
  font-family:Georgia,serif;
  font-size:12px;
  letter-spacing:.18em;
}
.story-item h4{
  margin:0;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:20px;
  line-height:1.65;
  font-weight:500;
  letter-spacing:.04em;
}
.story-item h4::after{
  content:"";
  display:block;
  width:32px;
  height:1px;
  margin:20px 0 22px;
  background:var(--gold);
}
.story-item p{
  margin:0;
  color:#555;
  font-size:12px;
  line-height:2.05;
  letter-spacing:.03em;
}
.story-nowrap{
  white-space:nowrap;
}

/* Name origin */
.name-origin{
  margin-top:90px;
  padding:74px 0;
  border-top:1px solid rgba(166,154,69,.28);
  border-bottom:1px solid rgba(166,154,69,.28);
}
.name-origin-inner{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:76px;
  align-items:center;
}
.name-origin-visual{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:300px;
}
.origin-word{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(52px,6vw,86px);
  color:#7E7540;
  letter-spacing:.03em;
}
.origin-plus{
  margin:0 28px;
  color:var(--gold);
  font-size:34px;
  font-weight:300;
}
.origin-line{
  position:absolute;
  left:13%;
  right:13%;
  top:50%;
  height:1px;
  background:rgba(166,154,69,.26);
}
.origin-line span{
  display:block;
  width:0;
  height:100%;
  background:var(--gold);
  transition:width 1.8s cubic-bezier(.22,.7,.25,1);
}
.people-section.is-visible .origin-line span{width:100%}
.name-origin-copy h3{
  margin:0 0 26px;
  color:#7E7540;
  font-family:"Yu Mincho","Noto Serif JP",serif;
  font-size:clamp(25px,2.5vw,36px);
  font-weight:500;
  letter-spacing:.05em;
}
.origin-meanings{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin-bottom:28px;
}
.origin-meanings div{
  padding:20px 22px;
  background:#F8F7F3;
}
.origin-meanings strong{
  display:block;
  margin-bottom:8px;
  color:var(--gold);
  font-family:Georgia,serif;
  font-size:18px;
  font-weight:400;
}
.origin-meanings span{
  color:#555;
  font-size:11.5px;
  line-height:1.8;
}
.name-origin-copy p{
  margin:0;
  color:#555;
  font-size:12.5px;
  line-height:2.05;
  letter-spacing:.03em;
}

/* Company */
.company-profile{
  margin-top:90px;
}
.company-table{
  border-top:1px solid rgba(166,154,69,.3);
}
.company-row{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  border-bottom:1px solid rgba(166,154,69,.22);
}
.company-row dt,
.company-row dd{
  margin:0;
  padding:24px 26px;
}
.company-row dt{
  color:var(--gold);
  font-size:11px;
  letter-spacing:.12em;
  border-right:1px solid rgba(166,154,69,.2);
}
.company-row dd{
  color:#444;
  font-size:13px;
  line-height:1.9;
}
.company-row dd span{display:block}

.people-reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .8s ease,transform .8s ease;
}
.people-reveal.is-visible{
  opacity:1;
  transform:none;
}

@media(max-width:980px){
  .people-representative{grid-template-columns:1fr}
  .people-portrait{min-height:430px;border-right:0;border-bottom:1px solid rgba(166,154,69,.24)}
  .people-message{padding:58px 0}
  .story-timeline{grid-template-columns:repeat(2,minmax(0,1fr))}
  .name-origin-inner{grid-template-columns:1fr;gap:32px}
}
@media(max-width:900px){
  .people-section{padding:100px 28px 90px}
  .people-heading{grid-template-columns:1fr;gap:28px;margin-bottom:58px}
  .people-subheading{grid-template-columns:1fr;gap:20px}
}
@media(max-width:680px){
  .people-section{padding:84px 24px 76px}
  .people-bg-word{top:20px;right:-24px}
  .people-heading h2{font-size:30px}
  .people-portrait{min-height:360px}
  .people-message blockquote{font-size:26px}
  .story-timeline{grid-template-columns:1fr}
  .story-item{min-height:0}
  .origin-word{font-size:48px}
  .origin-plus{margin:0 14px}
  .origin-meanings{grid-template-columns:1fr}
  .company-row{grid-template-columns:1fr}
  .company-row dt{border-right:0;border-bottom:1px solid rgba(166,154,69,.16);padding-bottom:12px}
  .company-row dd{padding-top:14px}
}

/* PEOPLE section size/alignment refinements */
.people-representative{
  grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);
  min-height:430px;
}
.people-portrait{
  min-height:430px;
}
.people-portrait::before{
  width:132px;
  height:132px;
  top:17%;
}
.people-portrait::after{
  width:250px;
  height:295px;
  bottom:-24px;
}
.people-message{
  padding:52px 0 52px 58px;
}
.people-message blockquote{
  font-size:clamp(23px,2.25vw,32px);
  line-height:1.75;
}
.people-name{
  margin-top:32px;
  padding-top:20px;
}
.people-name strong{
  font-size:21px;
}

/* Keep all founder-story text aligned from the same baseline */
.story-item{
  display:flex;
  flex-direction:column;
}
.story-item h4{
  min-height:108px;
}
.story-item h4::after{
  flex:0 0 auto;
}
.story-item p{
  margin-top:0;
}

@media(max-width:980px){
  .people-portrait{min-height:360px}
  .people-message{padding:48px 0}
}
@media(max-width:680px){
  .people-portrait{min-height:320px}
  .people-message blockquote{font-size:24px}
  .story-item h4{min-height:0}
}


/* founder story alignment */
.story-item h4{
  min-height:5.8em !important;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.story-item h4 br{content:"";}
.story-item p{
  margin-top:0 !important;
}
@media(max-width:680px){
  .story-item h4{min-height:auto !important;}
}


/* NEWS / お知らせ */
.news-section{
  position:relative;
  overflow:hidden;
  padding:138px 8% 126px;
  background:#F8F7F3;
}
.news-bg-word{
  position:absolute;
  left:-.03em;
  top:26px;
  font-family:"Yu Mincho","Noto Serif JP",serif;
  font-size:clamp(100px,17vw,255px);
  line-height:1;
  color:rgba(166,154,69,.042);
  letter-spacing:-.06em;
  pointer-events:none;
  user-select:none;
}
.news-container{
  position:relative;
  z-index:2;
  max-width:1280px;
  margin:0 auto;
}
.news-heading{
  display:grid;
  grid-template-columns:.65fr 1.35fr;
  column-gap:70px;
  align-items:end;
  margin-bottom:72px;
}
.news-kicker{
  grid-column:1/-1;
  margin:0 0 22px;
  color:var(--gold);
  font-size:11px;
  letter-spacing:.22em;
}
.news-heading h2{
  margin:0;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:clamp(34px,3.4vw,48px);
  line-height:1.2;
  font-weight:500;
  letter-spacing:.04em;
}
.news-heading p{
  max-width:620px;
  margin:0 0 6px;
  color:#555;
  font-size:13px;
  line-height:2;
  letter-spacing:.04em;
}
.news-heading .news-kicker{
  color:var(--gold);
}
.news-list{
  border-top:1px solid rgba(166,154,69,.34);
}
.news-item{
  display:grid;
  grid-template-columns:150px 130px minmax(0,1fr) 48px;
  align-items:center;
  gap:24px;
  min-height:112px;
  padding:22px 0;
  border-bottom:1px solid rgba(166,154,69,.22);
  color:inherit;
  text-decoration:none;
  opacity:0;
  transform:translateY(18px);
  transition:background .35s ease,padding .35s ease;
}
.news-section.is-visible .news-item{
  animation:newsItemIn .72s cubic-bezier(.22,.7,.25,1) forwards;
}
.news-section.is-visible .news-item:nth-child(1){animation-delay:.15s}
.news-section.is-visible .news-item:nth-child(2){animation-delay:.28s}
.news-section.is-visible .news-item:nth-child(3){animation-delay:.41s}
@keyframes newsItemIn{to{opacity:1;transform:none}}
.news-item:hover{
  background:rgba(255,255,255,.62);
  padding-left:18px;
  padding-right:18px;
}
.news-date{
  color:#777;
  font-family:Georgia,"Times New Roman",serif;
  font-size:13px;
  letter-spacing:.08em;
}
.news-category{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width:112px;
  min-height:30px;
  border:1px solid rgba(166,154,69,.48);
  color:#7E7540;
  font-size:10px;
  letter-spacing:.12em;
}
.news-title{
  margin:0;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:17px;
  line-height:1.75;
  font-weight:500;
  letter-spacing:.035em;
}
.news-arrow{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:50%;
  background:var(--gold);
  color:#fff;
  transition:transform .3s ease;
}
.news-item:hover .news-arrow{transform:translateX(5px)}
.news-item.is-static{
  cursor:default;
}
.news-item.is-static:hover{
  padding-left:0;
  padding-right:0;
  background:transparent;
}
.news-section.is-visible .news-item:nth-child(4){animation-delay:.54s}
.news-section.is-visible .news-item:nth-child(5){animation-delay:.67s}
.news-empty{
  margin:0;
  padding:36px 0;
  border-bottom:1px solid rgba(166,154,69,.22);
  color:#777;
  font-size:14px;
}
.news-footer{
  display:flex;
  justify-content:flex-end;
  margin-top:44px;
}
.news-all{
  display:inline-flex;
  align-items:center;
  gap:20px;
  color:#222;
  text-decoration:none;
  font-size:13px;
  letter-spacing:.08em;
}
.news-all i{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:50%;
  background:var(--gold);
  color:#fff;
  font-style:normal;
  transition:transform .3s ease;
}
.news-all:hover i{transform:translateX(5px)}
.news-reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .8s ease,transform .8s ease;
}
.news-reveal.is-visible{
  opacity:1;
  transform:none;
}
@media(max-width:900px){
  .news-section{padding:100px 28px 90px}
  .news-heading{grid-template-columns:1fr;gap:28px;margin-bottom:58px}
  .news-item{grid-template-columns:120px 110px minmax(0,1fr) 42px;gap:18px}
}
@media(max-width:680px){
  .news-section{padding:84px 24px 76px}
  .news-bg-word{top:20px;left:-24px}
  .news-heading h2{font-size:30px}
  .news-item{
    grid-template-columns:1fr 42px;
    gap:10px 14px;
    padding:24px 0;
  }
  .news-date{grid-column:1;font-size:12px}
  .news-category{
    grid-column:1;
    justify-self:start;
    width:auto;
    min-width:92px;
    padding:0 12px;
  }
  .news-title{
    grid-column:1;
    font-size:15px;
  }
  .news-arrow{
    grid-column:2;
    grid-row:1/4;
    align-self:center;
  }
  .news-footer{justify-content:flex-start}
}


/* TALK / かたりあう */
.talk-section{
  position:relative;
  overflow:hidden;
  padding:148px 8% 80px;
  background:#fff;
}
.talk-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 80% 26%,rgba(166,154,69,.10),transparent 30%),
    linear-gradient(135deg,rgba(248,247,243,.2),rgba(255,255,255,.95));
  pointer-events:none;
}
.talk-bg-word{
  position:absolute;
  right:-.03em;
  top:18px;
  font-family:"Yu Mincho","Noto Serif JP",serif;
  font-size:clamp(110px,18vw,270px);
  line-height:1;
  color:rgba(166,154,69,.045);
  letter-spacing:-.06em;
  pointer-events:none;
  user-select:none;
}
.talk-container{
  position:relative;
  z-index:2;
  max-width:1280px;
  margin:0 auto;
}
.talk-heading{
  margin-bottom:74px;
}
.talk-kicker{
  margin:0 0 22px;
  color:var(--gold);
  font-size:11px;
  letter-spacing:.22em;
}
.talk-heading h2{
  margin:0;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:clamp(34px,3.4vw,48px);
  line-height:1.2;
  font-weight:500;
  letter-spacing:.04em;
}
.talk-main{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,.9fr);
  gap:78px;
  padding:72px 0;
  border-top:1px solid rgba(166,154,69,.32);
  border-bottom:1px solid rgba(166,154,69,.28);
}
.talk-copy h3{
  margin:0;
  color:#7E7540;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:clamp(36px,4.2vw,62px);
  line-height:1.5;
  font-weight:500;
  letter-spacing:.06em;
}
.talk-copy p{
  max-width:560px;
  margin:34px 0 0;
  color:#555;
  font-size:13px;
  line-height:2.1;
  letter-spacing:.04em;
}
.talk-panel{
  align-self:end;
  padding-left:54px;
  border-left:1px solid rgba(166,154,69,.24);
}
.talk-panel p{
  margin:0;
  color:#555;
  font-size:13px;
  line-height:2.15;
  letter-spacing:.035em;
}
.talk-actions{
  display:flex;
  flex-direction:column;
  gap:16px;
  margin-top:34px;
}
.talk-button{
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:76px;
  padding:0 24px 0 28px;
  border:1px solid rgba(166,154,69,.6);
  color:#2f302b;
  text-decoration:none;
  font-size:13px;
  letter-spacing:.06em;
  transition:background .35s ease,color .35s ease,transform .35s ease;
}
.talk-button i{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:var(--gold);
  color:#fff;
  font-style:normal;
  transition:transform .3s ease;
}
.talk-button-primary{
  background:var(--gold);
  color:#fff;
}
.talk-button-primary i{
  background:#fff;
  color:var(--gold);
}
.talk-button:hover{
  transform:translateY(-3px);
}
.talk-button:hover i{
  transform:translateX(5px);
}
.talk-footer{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:40px;
  padding-top:54px;
}
.talk-footer-copy span{
  display:block;
  margin-bottom:12px;
  color:var(--gold);
  font-size:10px;
  letter-spacing:.2em;
}
.talk-footer-copy strong{
  display:block;
  font-family:"Yu Mincho","Noto Serif JP",serif;
  font-size:clamp(22px,2.4vw,34px);
  line-height:1.6;
  font-weight:500;
  letter-spacing:.05em;
}
.talk-brand{
  color:#7E7540;
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px;
  letter-spacing:.16em;
}
.talk-reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .8s ease,transform .8s ease;
}
.talk-reveal.is-visible{
  opacity:1;
  transform:none;
}
@media(max-width:900px){
  .talk-section{padding:110px 28px 72px}
  .talk-main{grid-template-columns:1fr;gap:48px}
  .talk-panel{padding-left:0;border-left:0;border-top:1px solid rgba(166,154,69,.2);padding-top:42px}
}
@media(max-width:680px){
  .talk-section{padding:90px 24px 58px}
  .talk-bg-word{top:12px;right:-22px}
  .talk-heading{margin-bottom:50px}
  .talk-heading h2{font-size:30px}
  .talk-main{padding:52px 0}
  .talk-copy h3{font-size:36px}
  .talk-copy p,.talk-panel p{font-size:11.5px}
  .talk-button{min-height:68px;padding:0 18px;font-size:12px}
  .talk-footer{align-items:flex-start;flex-direction:column;padding-top:42px}
}


@media(max-width:680px){
  /* Smartphone: portrait → message → title/name */
  .people-representative{
    display:flex;
    flex-direction:column;
    min-height:0;
  }
  .people-portrait{
    order:1;
    width:100%;
    min-height:320px;
    border-right:0;
    border-bottom:1px solid rgba(166,154,69,.24);
  }
  .people-message{
    order:2;
    display:flex;
    flex-direction:column;
    padding:38px 0 0;
  }
  .people-message-label{
    order:1;
    margin-bottom:18px;
  }
  .people-message blockquote{
    order:2;
    font-size:22px;
    line-height:1.75;
  }
  .people-name{
    order:3;
    margin-top:32px;
    padding:22px 0 34px;
    border-top:1px solid rgba(166,154,69,.22);
  }

}
