
.ds-svc__price b{ color:var(--red); font-size:18px; }
.ds-svc__cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.2em;
  color:var(--red) !important;
  text-decoration:none !important;
  padding:10px 18px;
  border:1px solid var(--red);
  border-radius:2px;
  transition:background .3s ease,color .3s ease;
}
.ds-svc__cta::after{ content:"→"; }
.ds-svc__cta:hover{
  background:var(--red);
  color:#fff !important;
}

/* ========== "私たちはオフィスを持ちません" リモートバンド ds-remote-band ========== */
.ds-remote-band{
  width:100vw;
  margin-left:calc(-50vw + 50%);
  position:relative;
  height:600px;
  overflow:hidden;
  isolation:isolate;
  display:flex;
  align-items:center;
  justify-content:center;
}
.ds-remote-band__bg{
  position:absolute;
  inset:-28% 0 -28% 0;
  background-image:url(https://dojima.biz/wp-content/uploads/2026/04/cityscape.jpg);
  background-size:cover;
  background-position:center;
  will-change:transform;
  z-index:0;
}
.ds-remote-band__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,rgba(12,14,18,.78),rgba(60,10,16,.58));
  z-index:1;
}
.ds-remote-band__content{
  position:relative;
  z-index:2;
  max-width:920px;
  padding:0 44px;
  text-align:center;
  color:#fff;
}
.ds-remote-band__eyebrow{
  font-size:12px;
  letter-spacing:.4em;
  color:var(--red-lt);
  font-weight:800;
  margin-bottom:18px;
}
.ds-remote-band__title{
  font-family:"Noto Serif JP",serif;
  font-size:clamp(32px,4.2vw,54px);
  line-height:1.35;
  color:#fff;
  margin:0 0 28px;
  font-weight:900;
  text-shadow:0 6px 30px rgba(0,0,0,.4);
}
.ds-remote-band__text{
  font-size:17px;
  line-height:2.1;
  color:rgba(255,255,255,.96);
  letter-spacing:.04em;
  max-width:760px;
  margin:0 auto;
}
.ds-remote-band__text + .ds-remote-band__text{ margin-top:18px; }