:root{
  --green:#028944;
  --green-dark:#075c38;
  --green-deep:#174b38;
  --mint:#eef7f2;
  --ink:#1f2b26;
  --muted:#68736d;
  --line:#dce6e0;
  --white:#fff;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;color:var(--ink);background:#fff;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  line-height:1.8;-webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.site-header{
  position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);
  border-bottom:1px solid rgba(220,230,224,.8);backdrop-filter:blur(12px);
}
.header-inner{max-width:var(--max);height:86px;margin:auto;padding:0 28px;display:flex;align-items:center;gap:34px}
.brand{display:flex;align-items:center;gap:12px;margin-right:auto;font-weight:700;letter-spacing:.06em;font-size:18px}
.brand img{width:54px;height:54px;object-fit:contain}
.nav{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:600}
.nav a{position:relative;white-space:nowrap}
.nav a:not(.nav-contact)::after{content:"";position:absolute;left:0;right:100%;bottom:-5px;height:2px;background:var(--green);transition:.2s}
.nav a:hover::after{right:0}
.nav-contact{padding:11px 17px;border-radius:999px;background:var(--green);color:#fff}
.menu-btn{display:none;border:0;background:none;font:inherit;font-weight:700;color:var(--green-dark)}

.hero{min-height:620px;display:grid;align-items:center;overflow:hidden;background:linear-gradient(120deg,#fff 0%,#fff 53%,#f2f9f5 53%,#edf7f1 100%)}
.hero-inner{width:100%;max-width:var(--max);margin:auto;padding:86px 28px 96px;display:grid;grid-template-columns:1.12fr .88fr;column-gap:32px;align-items:center}
.eyebrow{margin:0 0 12px;color:var(--green);font-size:12px;font-weight:800;letter-spacing:.18em}
.hero h1{margin:0 0 25px;font-size:clamp(42px,4.4vw,62px);line-height:1.25;letter-spacing:.035em;font-weight:700}
.lead{margin:0;color:#4f5c56;font-size:17px}
.hero-actions{display:flex;gap:14px;margin-top:36px}
.btn{display:inline-flex;justify-content:center;align-items:center;min-height:50px;padding:10px 25px;border-radius:4px;font-weight:700;font-size:14px;transition:.2s}
.btn.primary{background:var(--green);color:#fff}
.btn.primary:hover{background:var(--green-dark)}
.btn.ghost{border:1px solid var(--green);color:var(--green-dark);background:#fff}
.hero-line{display:block;white-space:nowrap}
.hero-visual{
  position:relative;
  width:100%;
  max-width:520px;
  justify-self:end;
}
.hero-visual>img:first-child{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  object-position:center center;
  box-shadow:0 22px 55px rgba(20,60,42,.15);
}
.hero-logo-watermark{
  position:absolute;
  width:150px;
  right:-42px;
  bottom:-48px;
  opacity:.10;
  z-index:-1;
}
.contact-title{white-space:nowrap}

.section{padding:100px 28px}
.section-inner,.section-narrow{max-width:var(--max);margin:auto}
.section-narrow{padding:76px 28px}
.soft{background:var(--mint)}
.section-heading{margin-bottom:46px;max-width:760px}
.section-heading h2,.company-block h2,.recruit-band h2,.contact h2{margin:0 0 15px;font-size:clamp(30px,3vw,42px);line-height:1.35}
.section-heading p:last-child{color:var(--muted)}
.centered{text-align:center;margin-left:auto;margin-right:auto}
.row-heading{display:flex;justify-content:space-between;align-items:end;max-width:none}
.text-link{color:var(--green-dark);font-weight:700;font-size:14px}

.news-list{border-top:1px solid var(--line)}
.news-list a{display:grid;grid-template-columns:140px 1fr;gap:20px;padding:18px 8px;border-bottom:1px solid var(--line)}
.news-list time{color:var(--green);font-weight:700;font-size:13px}
.note{font-size:12px;color:#8a948f;margin-top:14px}

.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.service-card{background:#fff;padding:38px;border:1px solid #e1ebe5;min-height:235px}
.service-card.main-service{border-top:4px solid var(--green)}
.service-card .num{color:var(--green);font-size:12px;font-weight:800;letter-spacing:.12em}
.service-card h3{font-size:23px;margin:16px 0 12px}
.service-card p{margin:0;color:var(--muted)}

.works-placeholder{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:14px;margin-bottom:18px}
.work-tile{height:300px;background:linear-gradient(145deg,#dcebe3,#bcd5c8);display:flex;align-items:end;padding:22px;position:relative;overflow:hidden}
.work-tile span{position:relative;background:#fff;padding:7px 13px;font-weight:700;font-size:13px}
.works-note{font-size:13px;color:var(--muted);margin-bottom:24px}

.consultation{background:#fff}
.consult-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.consult-grid div{padding:28px 20px;text-align:center;border:1px solid var(--line);font-weight:700;background:#fff}
.center-copy{text-align:center;color:var(--muted);margin:34px auto 0;max-width:760px}

.company-block{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:start}
.company-copy{font-size:16px}
.company-copy p:first-child{font-size:20px;font-weight:700}
.company-copy .text-link{display:inline-block;margin-top:12px}

details{border-top:1px solid var(--line);padding:19px 4px}
details:last-of-type{border-bottom:1px solid var(--line)}
summary{cursor:pointer;font-weight:700}
details p{color:var(--muted);padding-left:18px}

.recruit-band{max-width:var(--max);margin:20px auto 100px;padding:54px 58px;background:var(--green-deep);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}
.recruit-band .eyebrow{color:#aee0c5}
.recruit-band h2{margin-bottom:8px}
.recruit-band p:last-child{margin:0;color:#dbe8e1}
.btn.light{border-color:#fff;color:#fff;background:transparent}

.contact{padding:100px 28px;background:var(--green);color:#fff;text-align:center}
.contact-inner{max-width:800px;margin:auto}
.contact .eyebrow{color:#c6ead7}
.contact p{color:#e8f5ee}
.btn.white{background:#fff;color:var(--green-dark);margin-top:20px;min-width:230px}

footer{background:#153529;color:#dce9e2;padding:55px 28px 30px}
.footer-inner{max-width:var(--max);margin:auto}
.footer-brand{display:flex;align-items:center;gap:12px;font-size:18px}
.footer-brand img{width:46px;background:#fff;border-radius:50%}
.footer-links{display:flex;flex-wrap:wrap;gap:10px 25px;margin:32px 0 45px;font-size:13px}
footer small{color:#94aa9f}
.sp{display:none}

@media(max-width:900px){
  .header-inner{height:72px;padding:0 20px}
  .brand img{width:44px;height:44px}
  .nav{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;padding:15px 22px 25px;border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;gap:0}
  .nav.open{display:flex}
  .nav a{padding:12px 4px}
  .nav-contact{text-align:center;margin-top:8px}
  .menu-btn{display:block}
  .hero{min-height:auto;background:linear-gradient(160deg,#fff 0%,#fff 60%,#eff8f3 60%)}
  .hero-inner{grid-template-columns:1fr;column-gap:0;padding:68px 22px 60px}
  .hero-copy{position:relative;z-index:1}
  .hero-visual{margin-top:48px;max-width:680px;justify-self:start}
  .hero-logo-watermark{right:-25px;bottom:-32px;width:120px}
  .contact-title{white-space:normal}
  .service-grid{grid-template-columns:1fr}
  .works-placeholder{grid-template-columns:1fr 1fr}
  .work-tile:first-child{grid-column:1/-1}
  .consult-grid{grid-template-columns:1fr 1fr}
  .company-block{grid-template-columns:1fr;gap:18px}
  .recruit-band{margin:0;padding:48px 28px;max-width:none}
}
@media(max-width:600px){
  .brand span{font-size:16px}
  .hero h1{font-size:39px}
  .hero-line{white-space:normal}
  .lead{font-size:15px}
  .pc{display:none}.sp{display:block}
  .hero-actions{flex-direction:column;align-items:stretch}
  .section{padding:72px 20px}
  .section-narrow{padding:62px 20px}
  .section-heading{margin-bottom:30px}
  .row-heading{align-items:center}
  .news-list a{grid-template-columns:1fr;gap:2px;padding:15px 4px}
  .service-card{padding:28px;min-height:0}
  .works-placeholder{grid-template-columns:1fr}
  .work-tile,.work-tile:first-child{grid-column:auto;height:220px}
  .consult-grid{grid-template-columns:1fr 1fr}
  .consult-grid div{padding:20px 10px;font-size:14px}
  .recruit-band{display:block}
  .recruit-band .btn{margin-top:20px}
  .contact{padding:78px 20px}
}

/* --- 03: HERO PHOTO "ドーン" version --- */
@media (min-width:901px){
  .hero{
    min-height:650px;
    position:relative;
    background:#fff;
  }
  .hero-inner{
    max-width:none;
    width:100%;
    min-height:650px;
    padding:0;
    grid-template-columns:minmax(560px, 1fr) minmax(620px, 1fr);
  }
  .hero-copy{
    width:min(590px, calc(100% - 56px));
    justify-self:end;
    padding:82px 56px 82px 28px;
  }
  .hero-visual{
    align-self:stretch;
    justify-self:stretch;
    max-width:none;
    width:100%;
    height:650px;
    margin:0;
    overflow:hidden;
  }
  .hero-visual>img:first-child{
    width:100%;
    height:100%;
    aspect-ratio:auto;
    object-fit:cover;
    object-position:center center;
    box-shadow:none;
  }
  .hero-logo-watermark{
    width:210px;
    right:34px;
    bottom:28px;
    opacity:.10;
    z-index:1;
    filter:drop-shadow(0 0 8px rgba(255,255,255,.45));
  }
}


/* --- COMPANY PAGE --- */
.subhero{
  padding:82px 28px 70px;
  background:linear-gradient(120deg,#fff 0%,#fff 58%,#eef7f2 58%);
  border-bottom:1px solid var(--line);
}
.subhero-inner{max-width:var(--max);margin:auto;position:relative}
.subhero h1{margin:0;font-size:clamp(38px,5vw,58px);line-height:1.25;letter-spacing:.04em}
.subhero p:last-child{max-width:650px;color:var(--muted);margin:20px 0 0}
.company-intro{max-width:900px;margin:auto;text-align:center}
.company-intro .lead-ja{font-size:clamp(23px,3vw,34px);font-weight:700;line-height:1.65;margin:0 0 26px}
.company-intro p:last-child{color:var(--muted);margin:0}
.profile{max-width:960px;margin:auto;border-top:1px solid var(--line)}
.profile-row{display:grid;grid-template-columns:220px 1fr;border-bottom:1px solid var(--line)}
.profile-row dt{margin:0;padding:20px 18px;font-weight:700;background:#f7faf8}
.profile-row dd{margin:0;padding:20px 26px}
.profile-row ul{margin:0;padding-left:1.25em}
.partner-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.partner-box{border:1px solid var(--line);padding:30px;background:#fff}
.partner-box h3{margin:0 0 18px;font-size:19px}
.partner-box ul{margin:0;padding-left:1.2em;color:var(--muted)}
.area-box{max-width:960px;margin:auto;background:var(--green-deep);color:#fff;padding:45px 50px}
.area-box h2{margin:0 0 12px;font-size:30px}
.area-box p{margin:0;color:#dce9e2}
.access-box{max-width:960px;margin:auto;display:grid;grid-template-columns:180px 1fr;gap:28px;align-items:start}
.access-box h2{margin:0;font-size:30px}
.access-box address{font-style:normal}
.access-box .btn{margin-top:18px}
.confirm-note{max-width:960px;margin:25px auto 0;font-size:12px;color:#8a948f}
@media(max-width:700px){
  .subhero{padding:55px 20px 48px;background:linear-gradient(155deg,#fff 0%,#fff 68%,#eef7f2 68%)}
  .profile-row{grid-template-columns:1fr}
  .profile-row dt{padding:13px 16px}
  .profile-row dd{padding:15px 16px 21px}
  .partner-grid{grid-template-columns:1fr}
  .area-box{padding:35px 24px}
  .access-box{grid-template-columns:1fr;gap:10px}
}

/* Works page - mockup 05 */
.works-page{padding-top:72px}.works-intro{max-width:760px;margin:0 auto 42px;text-align:center;color:var(--muted);font-size:16px}.year-nav{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:54px}.year-chip{appearance:none;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:999px;padding:10px 20px;font:inherit;font-weight:700;cursor:pointer;transition:.2s}.year-chip:hover,.year-chip.active{border-color:var(--green);background:var(--green);color:#fff}.past-select-wrap{width:250px;margin:0;text-align:left}.select-shell{position:relative}.select-shell:after{content:"⌄";position:absolute;right:20px;top:50%;transform:translateY(-58%);color:var(--green);font-size:25px;pointer-events:none}.past-select-wrap select{width:100%;height:44px;appearance:none;border:1px solid var(--line);border-radius:10px;background:#fff;padding:0 54px 0 22px;color:var(--ink);font:inherit;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 6px 20px rgba(23,75,56,.06);transition:.2s}.past-select-wrap select:hover,.past-select-wrap select:focus{outline:none;border-color:var(--green);box-shadow:0 8px 24px rgba(23,75,56,.11)}.works-year-head{position:relative;border-top:1px solid var(--line);padding-top:48px;margin-top:0;margin-bottom:28px}.works-year-head h2{font-size:clamp(28px,4vw,40px);margin:0}.works-year-head>p:last-child{position:absolute;right:0;bottom:5px;margin:0;color:var(--muted)}.works-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px 22px}.work-card{appearance:none;border:0;background:none;padding:0;text-align:left;cursor:pointer;color:inherit;font:inherit}.work-photo{display:grid;place-items:center;aspect-ratio:4/3;background:linear-gradient(135deg,#edf3ef,#dfe9e3);overflow:hidden;border-radius:3px}.work-photo span{font-size:13px;letter-spacing:.08em;color:#809087}.work-card:hover .work-photo{box-shadow:0 12px 28px rgba(23,75,56,.13);transform:translateY(-2px)}.work-photo{transition:.2s}.work-title{display:block;padding:12px 2px 0;font-weight:700}.mock-note{margin-top:48px;padding:16px 18px;background:#fff8df;color:#6f6540;font-size:13px;border-radius:8px}.lightbox{display:none;position:fixed;inset:0;z-index:100;background:rgba(7,22,15,.86);padding:50px 24px;align-items:center;justify-content:center}.lightbox.show{display:flex}.lightbox-card{width:min(900px,92vw);background:#fff;padding:10px 10px 14px;box-shadow:0 30px 90px rgba(0,0,0,.35)}.lightbox-photo{display:grid;place-items:center;aspect-ratio:4/3;background:#e8efeb;color:#7b8981;font-size:15px}.lightbox-card p{text-align:center;margin:12px 5px 0;font-weight:700}.lightbox-close{position:fixed;right:24px;top:18px;border:0;background:none;color:#fff;font-size:42px;line-height:1;cursor:pointer}.lightbox-card{animation:boaan .2s ease-out}@keyframes boaan{from{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}
@media(max-width:760px){.works-page{padding-top:55px}.works-grid{grid-template-columns:repeat(2,1fr);gap:22px 12px}.year-nav{justify-content:flex-start;align-items:stretch}.past-select-wrap{width:100%}.past-select-wrap select{height:48px}.works-year-head>p:last-child{position:static;margin-top:5px}.work-title{font-size:13px}.lightbox{padding:55px 12px}.past-select-wrap{margin-bottom:36px}}

/* --- 09: desktop spacing / consultation heading --- */
@media (min-width:901px){
  .hero-inner{
    column-gap:32px;
  }
  .hero h1{
    font-size:54px;
  }
  .consultation .section-heading{
    max-width:none;
  }
  .consultation .section-heading h2{
    white-space:nowrap;
  }
}

/* --- 11: desktop company intro line balance --- */
@media (min-width:901px){
  .company-copy p:first-child{
    font-size:18px;
    white-space:nowrap;
  }
}

/* 12 PRIVACY POLICY */
.privacy-wrap{max-width:900px;margin:auto}
.privacy-lead{margin:0 0 58px;font-size:16px;color:var(--muted)}
.privacy-item{padding:0 0 38px;margin:0 0 38px;border-bottom:1px solid var(--line)}
.privacy-item:last-child{margin-bottom:0}
.privacy-item h2{margin:0 0 18px;font-size:22px;line-height:1.5;letter-spacing:.02em}
.privacy-item h2 span{color:var(--green);margin-right:6px}
.privacy-item p{margin:0 0 12px;color:var(--muted)}
.privacy-item p:last-child{margin-bottom:0}
.privacy-item ul{margin:14px 0 0;padding-left:1.5em;color:var(--muted)}
.privacy-item li{margin:6px 0}
.privacy-contact address{margin:18px 0 20px;padding:22px 26px;background:var(--mint);font-style:normal;line-height:1.9}
@media(max-width:600px){
  .privacy-lead{margin-bottom:42px}
  .privacy-item{padding-bottom:30px;margin-bottom:30px}
  .privacy-item h2{font-size:19px}
  .privacy-contact address{padding:18px 20px}
}

/* --- 13: desktop hero balance --- */
@media (min-width:901px){
  .hero-inner{
    max-width:1280px;
    margin:0 auto;
    padding:0 48px;
    grid-template-columns:minmax(560px, 1.05fr) minmax(0, .95fr);
    column-gap:40px;
  }
  .hero-copy{
    width:100%;
    justify-self:stretch;
    padding:82px 0;
  }
  .hero-visual{
    width:100%;
    height:610px;
    align-self:center;
  }
}

/* --- 14: desktop hero full-photo / no watermark --- */
@media (min-width:901px){
  .hero-inner{
    max-width:1280px;
    margin:0 auto;
    padding:0 64px;
    grid-template-columns:minmax(0, 1fr) minmax(0, 560px);
    column-gap:48px;
  }
  .hero-copy{
    width:100%;
    justify-self:stretch;
    padding:82px 0;
  }
  .hero h1{
    font-size:50px;
  }
  .hero-visual{
    width:100%;
    height:auto;
    align-self:center;
    overflow:visible;
  }
  .hero-visual>img:first-child{
    display:block;
    width:100%;
    height:auto;
    aspect-ratio:auto;
    object-fit:contain;
    box-shadow:0 22px 55px rgba(20,60,42,.15);
  }
}

/* --- 15: desktop hero "DOOOON" / full uncropped photo --- */
@media (min-width:901px){
  .hero{
    min-height:640px;
  }
  .hero-inner{
    max-width:1480px;
    min-height:640px;
    margin:0 auto;
    padding:0 36px;
    grid-template-columns:minmax(0, 540px) minmax(0, 760px);
    justify-content:center;
    column-gap:56px;
  }
  .hero-copy{
    width:100%;
    justify-self:stretch;
    padding:68px 0;
  }
  .hero h1{
    font-size:46px;
  }
  .hero-visual{
    width:100%;
    max-width:760px;
    height:auto;
    align-self:center;
    justify-self:stretch;
    overflow:visible;
  }
  .hero-visual>img:first-child{
    display:block;
    width:100%;
    height:auto;
    aspect-ratio:auto;
    object-fit:contain;
    box-shadow:0 22px 55px rgba(20,60,42,.15);
  }
}

/* Dynamic news */
.news-page,.news-detail{padding-top:70px;padding-bottom:100px}.news-detail time{color:#698078}.news-detail h2{font-size:clamp(26px,3vw,38px);margin:12px 0 30px}.news-body{line-height:2;white-space:normal}.news-empty{padding:20px 0;color:#66756f}

/* --- CONTACT FORM --- */

.contact-page{
  max-width:900px;
  padding-top:70px;
  padding-bottom:100px;
}

.contact-intro{
  margin:0 0 18px;
  color:var(--muted);
}

.required-note{
  margin:0 0 35px;
  font-size:13px;
  color:var(--muted);
}

.required{
  display:inline-block;
  margin-left:7px;
  padding:1px 6px;
  border-radius:2px;
  background:var(--green);
  color:#fff;
  font-size:10px;
  font-weight:700;
  line-height:1.6;
  vertical-align:2px;
}

.form-label{
  display:block;
  padding-top:10px;
  font-weight:700;
}

.contact-form{
  border-top:1px solid var(--line);
}

.contact-form > label{
  display:grid;
  grid-template-columns:210px 1fr;
  align-items:start;
  gap:25px;
  padding:24px 18px;
  border-bottom:1px solid var(--line);
  font-weight:700;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea{
  width:100%;
  padding:12px 14px;
  border:1px solid #cbd8d1;
  border-radius:3px;
  background:#fff;
  color:var(--ink);
  font:inherit;
  font-weight:400;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
  outline:none;
  border-color:var(--green);
  box-shadow:0 0 0 3px rgba(2,137,68,.08);
}

.contact-form textarea{
  resize:vertical;
  min-height:220px;
}

.contact-form .check{
  display:grid;
  grid-template-columns:210px 1fr;
  align-items:center;
  gap:25px;
  padding:24px 18px;
  border-bottom:1px solid var(--line);
  font-weight:400;
}

.contact-form .check .form-label{
  padding-top:0;
}

.check-item{
  display:flex;
  align-items:center;
  gap:10px;
}

.contact-form .check input{
  width:18px;
  height:18px;
  flex:0 0 auto;
}

.contact-form .check a{
  color:var(--green-dark);
  font-weight:700;
  text-decoration:underline;
}

.contact-form .actions{
  text-align:center;
  margin-top:30px;
}

.contact-form .actions .btn{
  min-width:240px;
  border:0;
  cursor:pointer;
  font:inherit;
  font-weight:700;
}

.privacy-guide{
  margin:40px Auto;
  text-align: center;
}

.privacy-guide a {
  color : #009900;
}

.privacy-guide a:hover{
  color : #33cc00;
}

@media(max-width:700px){

  .contact-page{
    padding-top:55px;
    padding-bottom:75px;
  }

  .contact-form > label{
    grid-template-columns:1fr;
    gap:8px;
    padding:20px 4px;
  }

  .contact-form .check{
    grid-template-columns:1fr;
    gap:8px;
    padding:20px 4px;
  }

  .contact-form .actions .btn{
    width:100%;
  }
}

/* --- CONTACT CONFIRM --- */

.contact-errors{
  margin-bottom:35px;
  padding:24px 28px;
  background:#fff4f4;
  border:1px solid #e8caca;
}

.contact-errors p{
  margin:0 0 8px;
  font-weight:700;
}

.contact-errors ul{
  margin:0;
  padding-left:1.4em;
}

.confirm-table{
  margin-top:32px;
  border-top:1px solid var(--line);
}

.confirm-row{
  display:grid;
  grid-template-columns:210px 1fr;
  border-bottom:1px solid var(--line);
}

.confirm-label{
  padding:22px 18px;
  background:#f7faf8;
  font-weight:700;
}

.confirm-value{
  padding:22px 26px;
}

.confirm-message{
  line-height:2;
}

.confirm-actions{
  display:flex;
  justify-content:center;
  gap:18px;
  margin-top:36px;
}

.confirm-actions form{
  margin:0;
}

.confirm-actions .btn{
  min-width:210px;
  border:0;
  cursor:pointer;
  font:inherit;
  font-weight:700;
}

.confirm-actions .btn.ghost{
  border:1px solid var(--green);
}

@media(max-width:700px){

  .confirm-row{
    grid-template-columns:1fr;
  }

  .confirm-label{
    padding:13px 16px;
  }

  .confirm-value{
    padding:15px 16px 21px;
  }

  .confirm-actions{
    flex-direction:column-reverse;
  }

  .confirm-actions form,
  .confirm-actions .btn{
    width:100%;
  }
}

/* --- CONTACT COMPLETE --- */

.contact-complete{
  max-width:760px;
  margin:auto;
  text-align:center;
}

.contact-complete h2{
  margin:0 0 24px;
  font-size:28px;
}

.contact-complete p{
  color:var(--muted);
}

.contact-complete .actions{
  margin-top:36px;
}

/* MailFormPro 必須表示 */
#mailformpro .must {
    display: inline-block;
    min-width: 38px;
    padding: 1px 1px;
    font-size: 10px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #028944;
    border-color: #028944;
    border-radius: 2px;
}

#mailformpro dt.mfp {
    font-size: 13px;
    width: 180px;
    margin-right: 6px;

}

#mailformpro dt.mfp span {
    margin-top: 5px;
}

#mailformpro .mfp,
#mailformpro .mfp dt,
#mailformpro .mfp dd,
#mailformpro .mfp p {
    font-size: 13px;
}

#mailformpro .mfp,
#mailformpro textarea,
#mailformpro select {
    font-size: 13px;
}

/* お問い合わせ完了画面 */
#main .content {
    text-align: center;
}

#main .mfp_thanks {
    text-align: center;
}

#main .mfp_thanks p {
    text-align: center;
}

/* -------------------------
   採用情報
------------------------- */

.recruit-item {
    max-width: 900px;
    margin: 0 auto 60px;
}

.recruit-item h2 {
    margin: 0 0 24px;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--green);
    font-size: 26px;
}

.recruit-table {
    margin: 0;
}

.recruit-table > div {
    display: grid;
    grid-template-columns: 180px 1fr;
    border-bottom: 1px solid var(--line);
}

.recruit-table dt,
.recruit-table dd {
    margin: 0;
    padding: 18px 20px;
}

.recruit-table dt {
    background: var(--mint);
    font-weight: 700;
    color: var(--green-dark);
}

.recruit-table dd {
    line-height: 1.8;
}

.recruit-empty {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}

.recruit-empty h2 {
    margin: 0 0 20px;
}

@media (max-width: 700px) {

    .recruit-table > div {
        display: block;
    }

    .recruit-table dt {
        padding: 12px 15px;
    }

    .recruit-table dd {
        padding: 15px;
    }

    .recruit-item h2 {
        font-size: 22px;
    }
}

.form-note {
    margin: -5px 0 20px;
    padding: 12px 15px;
    background: #f5f7f6;
    border-left: 4px solid #028944;
    font-size: 13px;
    line-height: 1.7;
    color: #555;
}

.form-note strong {
    color: #333;
}

/* ページトップ */
.page-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .25s, visibility .25s, transform .25s, background .25s;
    z-index: 1000;
    box-shadow: 0 4px 14px rgba(0,0,0,.18);
}

.page-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.page-top:hover {
    background: var(--green-dark);
}

@media (max-width: 600px) {
    .page-top {
        right: 16px;
        bottom: 16px;
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 22px;
    }
}

.works-placeholder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 36px;
}

.works-placeholder .work-tile {
    width: auto;
    min-width: 0;
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: none;
}

.works-placeholder .work-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.works-placeholder .work-tile:hover img {
    transform: scale(1.03);
}

.works-placeholder .work-tile span {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 12px 20px;
    background: rgba(255,255,255,.94);
    color: var(--ink);
    font-weight: 700;
    line-height: 1.4;
}

@media (max-width: 850px) {
    .works-placeholder {
        grid-template-columns: 1fr;
    }
}

.service-card{
    background:#fff;
    padding:38px;
    border:1px solid #e1ebe5;
    border-top:4px solid var(--green);
    min-height:235px
}
