/* ===== 支援ページ ===== */
.support-page{
  background:#f3f6f9;
  padding: clamp(24px, 4vw, 48px) 16px;
}

/* 1ページ目 */
.support-hero__inner{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(24px, 3vw, 40px);
  background: transparent;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: clamp(18px, 3vw, 36px);
  align-items: start;
}

.support-hero__title{
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
}

.support-hero__text{
  font-size: 15px;
  line-height: 2.1;
  color:#222;
  margin: 0 0 18px;
}
.support-hero__text p{ margin: 0 0 6px; }

.support-hero__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 44px;
  padding: 0 18px;
  background: #0b8bd4;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 800;
}
.support-hero__btn:active{ filter: brightness(.92); }

.support-hero__right{
  justify-self: end;
}
.support-hero__img{
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
  border: 1px solid rgba(0,0,0,.5);
  background: #fff;
}

/* “2ページ” の薄い文字（ウォーターマーク） */
.support-page__watermark{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -20%);
  font-size: clamp(80px, 12vw, 160px);
  font-weight: 900;
  color: rgba(0,0,0,.22);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

/* 2ページ目 */
.support-detail{
  margin-top: clamp(26px, 4vw, 44px);
}

.support-detail__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(6px, 1vw, 12px);
}

.support-detail__title{
  margin: 0 0 10px;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 900;
}

.support-detail__rule{
  border: none;
  border-top: 1px solid rgba(0,0,0,.35);
  margin: 0 0 14px;
}

.support-detail__text{
  font-size: 15px;
  line-height: 2.1;
  color:#222;
}
.support-detail__text p{ margin: 0 0 8px; }

/* ===== スマホ/タブレット ===== */
@media (max-width: 1023px){
  .support-hero__inner{
    grid-template-columns: 1fr;
  }
  .support-hero__right{
    justify-self: start;
  }
  /* .support-page__watermark{
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
  } */
}
