:root {
  --bg: #ffffff;
  --text: #262626;
  --muted: #4b4760;
  --line: #231815;
  --blue: #4f6dff;
  --blue-soft: #eaf5fb;
  --yellow: #b9a200;
  --yellow-soft: #ece7bf;
  --card: #ffffff;
  --shadow-yellow: #f1efbb;
  --shadow-blue: #cae7f5;
  --max: 1200px;
  --radius: 24px;
  --section-space: clamp(72px, 9vw, 120px);
  --container-pad: clamp(20px, 4vw, 40px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

a:hover {
  opacity: 0.8;
}

.container {
  width: min(var(--max), calc(100% - var(--container-pad) * 2));
  margin: 0 auto;
}

.pattern-bg {
  background-image: url("/wakeari-signage/img/back.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}

.section {
  padding: 5vw 0;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 72px);
}

.section-title h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.point-icon {
  width: clamp(34px, 5vw, 52px);
  aspect-ratio: 1;
  object-fit: contain;
  flex: 0 0 auto;
}

.hero {
  /* min-height: 100svh; */
  display: flex;
  align-items: start;
  overflow: clip;
  padding-top: 2vw;
}

.hero__container {
  width:;
  margin: 0 auto;
  padding: 0 var(--container-pad);
}

.hero__inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 4vw, 60px);
  align-items: start;
}

.hero__logo {
  width: clamp(150px, 20vw, 260px);
  margin-bottom: 50px;
}

.hero__title-img {
  width: min(100%, 620px);
  margin-bottom: 40px;
}

.hero__lead {
  margin: 0;
  font-size: clamp(1.5rem, 3.5vw, 4rem);
  line-height: 1.55;
  font-weight: 500;
}

.hero__visual {
  position: relative;
  min-height: 620px;
}

.hero__content {
  margin-left: 100px;
}

.hero__signage {
  position: absolute;
  right: 12%;
  top: 0;
  width: min(78%, 460px);
}
@media (max-width: 1024px) {
  .hero {
    min-height: auto;
    padding-top: 40px;
  }
  .hero__inner,
  .spec__images {
    grid-template-columns: 1fr;
  }

  .hero__content {
    text-align: center;
    margin-left: 0;
  }

  .hero__logo {
    margin-bottom: 30px;
  }
  .hero__title-img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero__visual {
    min-height: 520px;
  }

  .hero__signage {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
    width: min(74%, 420px);
  }
}

@media (max-width: 768px) {
  .hero__inner {
    grid-template-columns: 1fr;
  }

  .hero__content {
    text-align: center;
  }
  .hero__lead br {
    display: none;
  }

  .hero__visual {
    min-height: 500px;
    margin-top: 8px;
  }

  .hero__signage {
    width: min(72%, 320px);
  }
}

@media (max-width: 480px) {
  .hero__visual {
    min-height: 430px;
  }
}

.bubble-circle {
  position: absolute;
  width: clamp(130px, 18vw, 200px);
  aspect-ratio: 1;
  border: 3px solid #202020;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 18px;
  font-weight: 700;
  line-height: 1.35;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
}

.bubble-circle--top {
  top: 2%;
  left: 2%;
}
.bubble-circle--right {
  right: 0;
  top: 42%;
}
.bubble-circle--bottom {
  left: 6%;
  bottom: 4%;
}

.voices__stack {
  display: grid;
  gap: 42px;
}

.voice {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) 160px;
  align-items: center;
  gap: 22px;
}
@media (max-width: 780px) {
}

.section.voices {
  max-width: 1100px;
  margin: 0 auto;
}

.voice--left {
  grid-template-columns: 160px minmax(0, 1fr);
}

.voice--right {
  grid-template-columns: minmax(0, 1fr) 160px;
}

.voice__avatar {
  width: clamp(88px, 12vw, 150px);
  aspect-ratio: 1;
  object-fit: cover;
}

.voice__bubble {
  position: relative;
  background: rgba(255, 255, 255, 0.92);
  border: 3px solid var(--line);
  border-radius: 20px;
  padding: clamp(22px, 3vw, 34px) clamp(22px, 3vw, 40px);
  font-size: clamp(1rem, 1.8vw, 1.9rem);
  font-weight: 700;
  box-shadow: 8px 8px 0 var(--shadow-yellow);
}

.pricing {
  padding-top: calc(var(--section-space) - 12px);
}

.pricing__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.price-card {
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(36px, 5vw, 56px);
}

.price-card--blue {
  background: #e2f2f8;
}
.price-card--yellow {
  background: #ece8bf;
}

.price-card__inner {
  max-width: 420px;
}

.price-card__mark {
  width: 80px;
  margin: 0 auto 0px;
}

.price-card__label {
  margin: 0 0 5px;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
}

.price-card--blue .price-card__label,
.price-card--blue .price-card__price {
  color: var(--blue);
}
.price-card--yellow .price-card__label,
.price-card--yellow .price-card__price {
  color: var(--yellow);
}

.price-card__term {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
}

.price-card__sub {
  margin: 22px 0 5px;
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
}

.price-card__price {
  margin: 0;
  font-size: clamp(3.3rem, 5vw, 5rem);
  font-weight: 800;
  line-height: 1.1;
}

.price-card__price small {
  color: var(--text);
  font-size: 0.4em;
  margin-left: 0.1em;
}

.price-card__note,
.price-card__total {
  margin: 20px 0 0;
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
}
.price-card__total {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.terms-of-service {
  text-align: center;
  padding: 20px;
  background-color: #f5f5f5;
}
.terms-of-service a {
  color: var(--text);
  text-decoration: none;
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
  font-weight: 500;
}

.service__box {
  /* background: #e2f2f8; */
  padding: 1% 2% 5%;
}
.back_blue {
  background: #e2f2f8;
  padding: clamp(34px, 5vw, 72px) 0;
}
.service__lead {
  margin: 0 0 55px;
  font-size: clamp(1.2rem, 2.2vw, 2.2rem);
  line-height: 1.5;
}

.emphasis {
  color: var(--blue);
  font-weight: 800;
}

.service__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: start;
}

.service__col {
  padding: 0 clamp(10px, 2vw, 30px);
}

.service__col + .service__col {
  border-left: 1px solid rgba(0, 0, 0, 0.35);
}

.service__col h3 {
  margin: 0 0 28px;
  font-size: clamp(1.7rem, 2.6vw, 2.6rem);
  line-height: 1.3;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 26px;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: clamp(1.2rem, 2.1vw, 2.1rem);
  font-weight: 700;
}

.check-list img {
  width: clamp(25px, 2.5vw, 42px);
  flex: 0 0 auto;
}

.reason__box {
  background: #ece8bf;
  padding: 5% 3%;
  /* text-align: center; */
}

.reason__text {
  max-width: 1000px;
  margin: 0 auto;
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  line-height: 1.9;
}

.reason__icon {
  width: clamp(120px, 15vw, 180px);
  margin: 42px auto 0;
}

.spec__images {
  margin-bottom: 42px;
}

.spec__drawing,
.spec__photo {
  width: 100%;
  object-fit: contain;
}

.spec__table-wrap {
  background: rgba(255, 255, 255, 0.44);
  padding: clamp(28px, 4vw, 48px);
}

.spec__table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(1.05rem, 1.9vw, 1.8rem);
}

.spec__table th,
.spec__table td {
  padding: 12px 6px;
  vertical-align: top;
  text-align: left;
}

.spec__table th {
  width: 22%;
  font-weight: 800;
}

.spec__notes {
  margin-top: 24px;
  font-size: clamp(0.95rem, 1.5vw, 1.3rem);
  line-height: 1.8;
  color: #444;
}

.smple__image__title {
  margin: 0 0 1em;
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  font-weight: 800;
  text-align: center;
}
.smple__images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 48px);
  padding-bottom: 2em;
}

.contact {
  position: relative;
  overflow: hidden;
  background: var(--bg);
}

.contact::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 160%;
  height: 100%;
  transform: translateX(-50%);
  background: #ece8bf;
  border-top-left-radius: 50% 160px;
  border-top-right-radius: 50% 160px;
}

.contact__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: clamp(88px, 14vw, 150px);
  padding-bottom: clamp(72px, 10vw, 120px);
}

.contact__title {
  margin: 0 0 36px;
  font-size: clamp(1.2rem, 3vw, 2.6rem);
  font-weight: 500;
}

.contact__label {
  margin: 28px 0 10px;
  font-size: clamp(1.1rem, 1.8vw, 1.8rem);
  font-weight: 800;
}

.contact__value {
  display: inline-block;
  color: var(--yellow);
  text-decoration: none;
  font-weight: 800;
  font-size: clamp(1.5rem, 4vw, 4rem);
  line-height: 1.2;
  word-break: break-word;
}

.contact__site {
  margin-top: 58px;
}

.contact__logo {
  width: clamp(160px, 22vw, 300px);
  margin: 16px auto 10px;
}

.contact__company {
  margin: 0;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
}

.contact__site a {
  color: var(--text);
  text-decoration: none;
}

@media (max-width: 1024px) {
  .bubble-circle--top {
    left: 10%;
    top: 0;
  }
  .bubble-circle--right {
    right: 8%;
    top: 38%;
  }
  .bubble-circle--bottom {
    left: 14%;
    bottom: 3%;
  }

  .voice,
  .voice--left,
  .voice--right {
    grid-template-columns: 110px minmax(0, 1fr) 110px;
  }

  .voice--left .voice__avatar:last-child,
  .voice--right .voice__avatar:first-child,
  .voice--center .voice__avatar:first-child {
    display: none;
  }

  .voice--left {
    grid-template-columns: 110px minmax(0, 1fr);
  }
  .voice--right,
  .voice--center {
    grid-template-columns: minmax(0, 1fr) 110px;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
  .section-title {
    margin-bottom: 34px;
    gap: 10px;
  }

  .voice {
    gap: 0;
  }

  .voice__bubble {
    position: relative;
    background: rgba(255, 255, 255, 0.92);
    border: 2px solid var(--line);
    border-radius: 15px;
    padding: 15px;
    font-size: 17px;
    font-weight: 500;
    box-shadow: 2px 2px 0 var(--shadow-yellow);
  }

  .pricing__grid,
  .service__grid,
  .spec__images {
    grid-template-columns: 1fr;
  }

  .bubble-circle {
    font-size: 1rem;
    border-width: 3px;
    padding: 14px;
  }

  .voices__stack {
    gap: 28px;
  }

  .voice--right,
  .voice--center {
    justify-items: end;
  }

  .voice__avatar {
    width: 80px;
  }

  .voice--left {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .voice--left .voice__bubble::before,
  .voice--right .voice__bubble::after,
  .voice--center .voice__bubble::after {
    top: auto;
    bottom: -14px;
    left: 0px;
    right: auto;
    border-left: 4px solid var(--line);
    border-right: 0;
  }

  .voice--right .voice__bubble::after,
  .voice--center .voice__bubble::after {
    left: auto;
    right: 30px;
    border-left: 0;
    border-right: 4px solid var(--line);
  }

  .price-card {
    min-height: auto;
  }
  .service__box {
    padding: 28px 20px;
  }
  .service__col {
    padding: 0;
  }
  .service__col + .service__col {
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.35);
    padding-top: 28px;
  }

  .spec__table,
  .spec__table tbody,
  .spec__table tr,
  .spec__table th,
  .spec__table td {
    display: block;
    width: 100%;
  }

  .spec__table tr {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }

  .spec__table th {
    padding-bottom: 0;
  }
  .spec__table td {
    padding-top: 4px;
  }

  .contact::before {
    width: 220%;
    border-top-left-radius: 50% 80px;
    border-top-right-radius: 50% 80px;
  }
}

@media (max-width: 480px) {
  .bubble-circle--top {
    left: 0;
    top: 0;
  }
  .bubble-circle--right {
    right: 0;
    top: 35%;
  }
  .bubble-circle--bottom {
    left: 4%;
    bottom: 0;
  }
  .contact__value {
    font-size: clamp(2.4rem, 11vw, 3.5rem);
  }
}


/* ==================================================
   Contact Form
================================================== */
#contact__form {
  max-width: 680px;
  margin: 32px auto 0;
  background: var(--bg);
  padding: clamp(32px, 5vw, 56px);
  border: 3px solid var(--line);
  border-radius: 20px;
  text-align: left;
  box-shadow: 8px 8px 0 var(--shadow-yellow);
}

.form__group {
  margin-bottom: clamp(24px, 3.5vw, 32px);
}

.form__label {
  display: flex;
  align-items: center;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 700;
  margin-bottom: 10px;
}

.form__required {
  background: var(--blue);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 12px;
}

.form__input {
  width: 100%;
  padding: 16px;
  font-size: clamp(1rem, 1.6vw, 1.1rem);
  font-family: inherit;
  color: var(--text);
  background: #f9f9f9;
  border: 2px solid #ddd;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.form__input::placeholder {
  color: #aaa;
}

.form__input:focus {
  outline: none;
  border-color: var(--blue);
  background: #fff;
}

.form__submit-wrap {
  text-align: center;
  margin-top: clamp(32px, 5vw, 48px);
}

.form__submit-btn {
  display: inline-block;
  background: var(--blue);
  color: #fff;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 800;
  font-family: inherit;
  padding: 18px 64px;
  border: 3px solid var(--line);
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 6px 6px 0 var(--shadow-blue);
  transition: transform 0.2s, box-shadow 0.2s;
}

.form__submit-btn:hover {
  transform: translate(2px, 2px);
  box-shadow: 4px 4px 0 var(--shadow-blue);
}

/* スマホ用微調整 (既存の @media (max-width: 768px) の中に追加してもOKです) */
@media (max-width: 768px) {
  #contact__form {
    border-width: 2px;
    border-radius: 15px;
    box-shadow: 4px 4px 0 var(--shadow-yellow);
    padding: 24px 20px;
  }
  
  .form__submit-btn {
    border-width: 2px;
    box-shadow: 4px 4px 0 var(--shadow-blue);
    padding: 14px 40px;
    width: 100%;
  }

  .form__submit-btn:hover {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0 var(--shadow-blue);
  }
}
.confirm__group {
  margin-bottom: 20px;
  text-align: left;
}
.confirm__label {
  font-weight: bold;
  display: block;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 5px;
}
.confirm__value {
  font-size: 1.1rem;
  word-break: break-all;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.confirm__btns {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}
.btn-back {
  background: #ccc;
  color: #fff;
  border: none;
  padding: 10px 0px;
  border-radius: 85px;
  cursor: pointer;
  width: 6em;
  font-size: 1em;
}