*{margin:0;padding:0;box-sizing:border-box}
:root{
  --pr:#D85A30;
  --pr-light:#FAECE7;
  --pr-dark:#993C1D;
  --text:#2C2C2A;
  --text-sub:#5F5E5A;
  --bg:#FFFDF9;
  --bg2:#F7F4EF;
  --border:#D3D1C7;
}
body{
  font-family:'Noto Sans JP',sans-serif;
  color:var(--text);
  background:var(--bg);
  font-size:15px;
  line-height:1.7;
}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;object-fit:cover}

.btn-pr{
  background:var(--pr);
  color:#fff;
  padding:11px 24px;
  border-radius:7px;
  font-size:14px;
  font-weight:700;
  border:none;
  cursor:pointer;
  display:inline-block;
}
.btn-pr:hover{background:var(--pr-dark)}

.btn-ghost{
  border:1.5px solid rgba(255,255,255,.55);
  color:#fff;
  padding:11px 24px;
  border-radius:7px;
  font-size:14px;
  font-weight:500;
  display:inline-block;
  background:transparent;
}

.sec-label{
  font-size:11px;
  color:var(--pr);
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.1em;
  margin-bottom:6px;
}
.sec-title{
  font-family:'Outfit',sans-serif;
  font-size:clamp(20px,3vw,28px);
  font-weight:700;
  margin-bottom:6px;
}
.sec-sub{
  color:var(--text-sub);
  font-size:14px;
  margin-bottom:32px;
}

/* HEADER */
header{
  background:#fff;
  border-bottom:1px solid var(--border);
  position:sticky;
  top:0;
  z-index:100;
}
.h-in{
  max-width:1100px;
  margin:0 auto;
  padding:0 24px;
  height:64px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.logo{
  font-family:'Outfit',sans-serif;
  font-size:20px;
  font-weight:700;
  color:var(--pr);
}
.logo small{
  font-size:11px;
  color:var(--text-sub);
  display:block;
  margin-top:-3px;
}
nav{
  display:flex;
  gap:28px;
  font-size:14px;
}
nav a{
  color:var(--text-sub);
  transition:color .2s;
}
nav a:hover{color:var(--pr)}

/* HERO */
.hero{position:relative;min-height:500px;overflow:hidden}
.hero-bg{position:absolute;inset:0}
.hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:brightness(.42);
}
.hero-over{
  position:relative;
  z-index:2;
  max-width:1100px;
  margin:0 auto;
  padding:80px 24px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:center;
}
.badge{
  display:inline-block;
  background:rgba(255,255,255,.13);
  border:.5px solid rgba(255,255,255,.3);
  color:#fff;
  font-size:12px;
  padding:5px 14px;
  border-radius:20px;
  margin-bottom:18px;
}
.hero-over h1{
  font-family:'Outfit',sans-serif;
  font-size:clamp(26px,4vw,44px);
  font-weight:700;
  line-height:1.25;
  color:#fff;
  margin-bottom:14px;
}
.hero-over h1 em{
  color:#F5A87A;
  font-style:normal;
}
.hero-over p{
  font-size:15px;
  color:rgba(255,255,255,.78);
  margin-bottom:26px;
  line-height:1.8;
}
.hero-btns{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.hero-grid img{
  border-radius:10px;
  border:.5px solid rgba(255,255,255,.15);
}
.hero-grid img:first-child{
  grid-column:1/-1;
  height:200px;
}
.hero-grid img:not(:first-child){
  height:96px;
}

/* FEAT BAR */
.feat-bar{
  background:#fff;
  border-bottom:1px solid var(--border);
}
.feat-in{
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.feat{
  display:flex;
  align-items:center;
  gap:12px;
  padding:16px 20px;
  border-right:1px solid var(--border);
}
.feat:last-child{border-right:none}
.feat-ic{
  width:36px;
  height:36px;
  background:var(--pr-light);
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:17px;
}
.feat strong{
  display:block;
  font-size:13px;
  font-weight:700;
}
.feat span{
  font-size:11px;
  color:var(--text-sub);
}

/* GALLERY */
.gal-sec{
  padding:64px 24px;
  max-width:1100px;
  margin:0 auto;
}
.gal-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:12px;
}
.gal-item{
  border-radius:12px;
  overflow:hidden;
  position:relative;
  background:var(--bg2);
}
.gal-item img{
  transition:transform .4s;
}
.gal-item:hover img{
  transform:scale(1.05);
}
.gal-item.big{
  grid-column:1/2;
  grid-row:1/3;
}
.gal-item.big img{
  height:400px;
}
.gal-item:not(.big) img{
  height:190px;
}
.gal-cap{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  background:linear-gradient(transparent,rgba(20,8,2,.75));
  color:#fff;
  padding:24px 14px 12px;
  font-size:13px;
  font-weight:700;
}

/* SERVICES */
.srv-sec{
  background:var(--bg2);
  padding:64px 24px;
}
.srv-in{
  max-width:1100px;
  margin:0 auto;
}
.srv-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:16px;
  margin-top:36px;
}
.srv-card{
  background:#fff;
  border-radius:12px;
  border:1px solid var(--border);
  overflow:hidden;
}
.srv-card img{
  height:160px;
}
.srv-body{
  padding:18px;
}
.srv-body h3{
  font-size:15px;
  font-weight:700;
  margin-bottom:6px;
  color:var(--pr-dark);
}
.srv-body p{
  font-size:13px;
  color:var(--text-sub);
  margin-bottom:12px;
  line-height:1.7;
}
.tags{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
}
.tag{
  background:var(--pr-light);
  color:var(--pr-dark);
  font-size:11px;
  padding:3px 9px;
  border-radius:20px;
}

/* METHODS */
.mth-sec{
  padding:64px 24px;
  max-width:1100px;
  margin:0 auto;
}
.mth-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:16px;
  margin-top:36px;
}
.mth-card{
  background:#fff;
  border-radius:12px;
  border:1px solid var(--border);
  overflow:hidden;
}
.mth-card img{
  height:140px;
}
.mth-body{
  padding:16px 18px;
}
.mth-num{
  font-family:'Outfit',sans-serif;
  font-size:28px;
  font-weight:700;
  color:var(--pr);
  line-height:1;
}
.mth-body h3{
  font-size:14px;
  font-weight:700;
  margin:6px 0 4px;
}
.mth-body p{
  font-size:12px;
  color:var(--text-sub);
}

/* FLOW */
.flow-sec{
  background:var(--bg2);
  padding:64px 24px;
}
.flow-in{
  max-width:1100px;
  margin:0 auto;
}
.flow{
  display:flex;
  flex-wrap:wrap;
  margin-top:36px;
}
.fstep{
  flex:1;
  min-width:140px;
  text-align:center;
  padding:18px 10px;
  position:relative;
}
.fstep:not(:last-child)::after{
  content:'→';
  position:absolute;
  right:-10px;
  top:28px;
  color:var(--border);
  font-size:18px;
}
.fnum{
  width:40px;
  height:40px;
  border-radius:50%;
  background:var(--pr);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:16px;
  margin:0 auto 10px;
}
.fstep h3{
  font-size:13px;
  font-weight:700;
  margin-bottom:4px;
}
.fstep p{
  font-size:11px;
  color:var(--text-sub);
}

/* CONTACT */
.con-sec{
  padding:64px 24px;
  max-width:1100px;
  margin:0 auto;
}
.con-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:start;
}
.con-img{
  border-radius:14px;
  overflow:hidden;
  margin-bottom:20px;
}
.con-img img{
  height:280px;
}
.con-info strong{
  display:block;
  font-size:15px;
  font-weight:700;
  margin-bottom:8px;
}
.con-info p{
  font-size:13px;
  color:var(--text-sub);
  line-height:1.8;
}
.form-box{
  background:var(--bg2);
  border-radius:14px;
  border:1px solid var(--border);
  padding:28px;
}
.frow{
  margin-bottom:14px;
}
.frow label{
  display:block;
  font-size:12px;
  font-weight:500;
  margin-bottom:5px;
  color:var(--text-sub);
}
.frow input,
.frow textarea,
.frow select{
  width:100%;
  border:1px solid var(--border);
  border-radius:8px;
  padding:10px 12px;
  font-size:14px;
  background:#fff;
  color:var(--text);
}
.frow input:focus,
.frow textarea:focus,
.frow select:focus{
  outline:none;
  border-color:var(--pr);
}
.frow textarea{
  height:90px;
  resize:vertical;
}
.btn-full{
  width:100%;
  background:var(--pr);
  color:#fff;
  border:none;
  padding:13px;
  border-radius:8px;
  font-size:15px;
  font-weight:700;
  cursor:pointer;
}
.btn-full:hover{
  background:var(--pr-dark);
}
.fnote{
  font-size:11px;
  color:var(--text-sub);
  margin-top:10px;
}

/* FOOTER */
footer{
  background:#2C2C2A;
  color:#B4B2A9;
  font-size:13px;
  padding:40px 24px 24px;
}
.f-in{
  max-width:1100px;
  margin:0 auto;
}
.f-top{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:24px;
  margin-bottom:24px;
}
.f-logo{
  font-family:'Outfit',sans-serif;
  font-size:18px;
  font-weight:700;
  color:#fff;
  margin-bottom:5px;
}
.f-links{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
}
.f-links a{
  color:#B4B2A9;
  transition:color .2s;
}
.f-links a:hover{color:#fff}
.f-bot{
  border-top:1px solid #444;
  padding-top:18px;
  text-align:center;
  font-size:12px;
}

/* =========================
   MOBILE RESPONSIVE
   ========================= */
@media (max-width: 768px){

  .h-in{
    flex-wrap:wrap;
    height:auto;
    padding:12px 20px;
    gap:12px;
  }
  nav{
    width:100%;
    justify-content:space-between;
    gap:12px;
    font-size:13px;
  }

  .hero-over{
    grid-template-columns:1fr;
    padding:50px 20px;
    gap:32px;
  }
  .hero-grid img:first-child{
    height:160px;
  }
  .hero-grid img:not(:first-child){
    height:80px;
  }

  .feat-in{
    grid-template-columns:1fr 1fr;
  }

  .gal-grid{
    grid-template-columns:1fr 1fr;
  }
  .gal-item.big{
    grid-column:1/-1;
    grid-row:auto;
  }
  .gal-item.big img{
    height:260px;
  }
  .gal-item:not(.big) img{
    height:150px;
  }

  .srv-grid{
    grid-template-columns:1fr;
  }
  .srv-card img{
    height:140px;
  }

  .mth-grid{
    grid-template-columns:1fr;
  }
  .mth-card img{
    height:120px;
  }

  .flow{
    flex-direction:column;
    gap:20px;
  }
  .fstep:not(:last-child)::after{
    display:none;
  }

  .con-grid{
    grid-template-columns:1fr;
    gap:32px;
  }
  .con-img img{
    height:200px;
  }

  .f-top{
    flex-direction:column;
    gap:20px;
  }
  .f-links{
    flex-wrap:wrap;
    gap:12px;
  }
}
