﻿/* ── Hero refresh ── */
.hero--kv {
  position: relative;
  min-height: 860px;
  padding: 0;
  overflow: hidden;
  background: #f7f7f8;
}

.hero__media {
  position: absolute;
  inset: 0;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  display: block;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247,247,248,0.96) 0%, rgba(247,247,248,0.90) 6%, rgba(247,247,248,0.55) 46%, rgba(247,247,248,0.10) 70%, rgba(247,247,248,0.02) 100%);
}

.hero__content {
  position: relative;
  z-index: 2;
  /*max-width: 520px;*/
  padding: 150px 24px 90px;
  margin-left: max(24px, calc((100vw - 1100px) / 2));
}

.hero__label {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  color: var(--rose);
  margin-bottom: 22px;
}

.hero__copy {
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  line-height: 1.22;
  letter-spacing: 0.02em;
  color: var(--navy);
  margin-bottom: 24px;
}

.hero__copy em {
  font-style: normal;
  color: var(--navy);
}

.hero__sub {
  font-size: clamp(0.96rem, 1.4vw, 1.08rem);
  line-height: 1.95;
  color: #44505f;
  margin-bottom: 28px;
  max-width: 480px;
}

.hero__sub em {
  font-style: normal;
  color: var(--rose);
}

.hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  list-style: none;
  margin-bottom: 28px;
  padding: 0;
}

.hero__features li {
  font-size: 0.88rem;
  color: var(--navy);
  position: relative;
  padding-left: 18px;
}

.hero__features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rose);
  transform: translateY(-50%);
}

.hero__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.btn--ghost {
  background: rgba(255,255,255,0.78);
  color: var(--navy);
  border: 1.5px solid rgba(36,52,71,0.16);
}

.btn--ghost:hover {
  background: #fff;
  box-shadow: var(--shadow);
}

.hero__region {
  font-size: 0.92rem;
  color: var(--navy);
}

.hero-band {
  position: relative;
  z-index: 3;
  margin-top: -24px;
  padding: 0 0 36px;
  background: transparent;
}

.hero-band__wrap {
  position: relative;
  /*display: grid;
  grid-template-columns: 1.05fr 2.2fr auto;
  gap: 42px;
  align-items: center;*/
  padding: 34px 36px 34px 36px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(207, 213, 220, 0.55);
  box-shadow: 0 14px 34px rgba(36, 52, 71, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero-band__lead {
  /*max-width: 360px;*/
}

.hero-band__label {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  color: var(--rose);
  font-family: var(--serif);
  font-style: italic;
}

.hero-band__lead h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.1vw, 1.9rem);
  line-height: 1.75;
  color: var(--navy);
  letter-spacing: 0.03em;
}

.hero-band__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  padding: 2em 0 0 0;
}

.hero-band__item {
  position: relative;
  padding: 4px 28px 4px 38px;
}

.hero-band__item + .hero-band__item {
  border-left: 1px solid rgba(207, 213, 220, 0.82);
}

.hero-band__item h3 {
  position: relative;
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: normal;
  line-height: 1.6;
  color: var(--navy);
  letter-spacing: 0.03em;
}

.hero-band__item h3::before {
  content: "✓";
  position: absolute;
  left: -26px;
  top: 0.02em;
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--rose);
}

.hero-band__item p {
  margin: 0;
  font-size: 0.87rem;
  line-height: 2;
  color: #4f5b69;
}



@media (max-width: 1100px) {
  .hero-band__wrap {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 30px 28px;
  }

  .hero-band__lead {
    max-width: none;
  }

  .hero-band__list {
    grid-template-columns: 1fr;
  }

  .hero-band__item {
    padding: 18px 0 18px 30px;
  }

  .hero-band__item + .hero-band__item {
    border-left: none;
    border-top: 1px solid rgba(207, 213, 220, 0.82);
  }


}

@media (max-width: 899px) {
  .hero-band {
    margin-top: 0;
    padding: 18px 0 18px;
  }
  
  .hero__media img {
object-position: 44% 50%;
}

  .hero__overlay {
  background:
    linear-gradient(90deg, rgba(247,247,248,0.96) 10%, rgba(247,247,248,0.90) 30%, rgba(247,247,248,0.55) 80%, rgba(247,247,248,0.10) 100%);
}

.hero__content {
  padding: 150px 0px 0px 0px;
}

.hero__sub {
  margin-right: 1em;
}

.hero__region {
  margin-right: 1em;
}

}

@media (max-width: 767px) {
  .hero-band__wrap {
    padding: 24px 18px;
    gap: 20px;
  }

  .hero-band__label {
    margin-bottom: 12px;
    font-size: 0.72rem;
  }

  .hero-band__lead h2 {
    font-size: 1.35rem;
    line-height: 1.7;
  }

  .hero-band__item {
    padding: 16px 0 16px 24px;
  }

  .hero-band__item h3 {
    margin-bottom: 8px;
    font-size: 1.02rem;
    line-height: 1.55;
  }

  .hero-band__item h3::before {
    left: -20px;
    font-size: 0.92rem;
  }

  .hero-band__item p {
    font-size: 0.82rem;
    line-height: 1.85;
  }
}

@keyframes grow {
  0%,100% { transform: scaleX(1); }
  50% { transform: scaleX(1.4); }
}

/* ── Problem ── */
.problem {
  background: var(--white);
}

.problem .section-head {
  margin-bottom: 40px;
}

.problem__grid {
  display: grid;
  gap: 16px;
  margin-top: 40px;
  background: transparent;
  border: none;
}

.problem__item {
  background: #fcfcfc;
  padding: 26px 24px 24px 48px;
  position: relative;
  border: 1px solid rgba(207, 213, 220, 0.72);
  box-shadow: 0 4px 18px rgba(36, 52, 71, 0.03);
  transition: border-color var(--tr), transform var(--tr), box-shadow var(--tr);
}

.problem__item:hover {
  transform: translateY(-1px);
  border-color: rgba(185, 106, 93, 0.28);
  box-shadow: 0 8px 22px rgba(36, 52, 71, 0.05);
}

.problem__item::before {
  content: attr(data-num);
  position: absolute;
  left: 18px;
  top: 24px;
  font-family: Georgia, serif;
  font-size: 0.68rem;
  color: rgba(185, 106, 93, 0.58);
  letter-spacing: 0.08em;
}

.problem__item h3 {
  font-size: 0.96rem;
  color: var(--navy);
  font-family: var(--serif);
  font-weight: normal;
  line-height: 1.82;
  letter-spacing: 0.03em;
}

.problem__item p {
  font-size: 0.84rem;
  color: var(--muted);
  margin-top: 6px;
  line-height: 1.85;
}

.problem__closing {
  position: relative;
  margin-top: 30px;
  padding: 30px 32px 28px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 100%);
  border-left: 3px solid var(--rose-lt);
  box-shadow: 0 16px 36px rgba(36, 52, 71, 0.14);
  overflow: hidden;
}

.problem__closing::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -50px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.problem__closing-label {
  margin: 0 0 10px;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
  font-family: Georgia, serif;
}

.problem__closing strong {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  font-weight: normal;
  line-height: 1.85;
  letter-spacing: 0.03em;
  color: var(--white);
  z-index: 1;
}

.problem__closing p:last-child {
  position: relative;
  margin: 0;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.95;
  max-width: 760px;
  z-index: 1;
}

@media (min-width: 768px) {
  .problem__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .problem .section-head {
    margin-bottom: 30px;
  }

  .problem__grid {
    gap: 12px;
    margin-top: 30px;
  }

  .problem__item {
    padding: 22px 18px 20px 42px;
  }

  .problem__item::before {
    left: 16px;
    top: 20px;
    font-size: 0.64rem;
  }

  .problem__item h3 {
    font-size: 0.92rem;
    line-height: 1.75;
  }

  .problem__item p {
    font-size: 0.81rem;
    line-height: 1.78;
  }

  .problem__closing {
    margin-top: 22px;
    padding: 24px 20px 22px;
  }

  .problem__closing-label {
    margin-bottom: 8px;
    font-size: 0.64rem;
  }

  .problem__closing strong {
    font-size: 0.96rem;
    line-height: 1.8;
    margin-bottom: 8px;
  }

  .problem__closing p:last-child {
    font-size: 0.82rem;
    line-height: 1.85;
  }
}
/* ── Strengths ── */
.strength {
  background: var(--cream);
}

.strength .section-head {
  margin-bottom: 48px;
}

.strength__list {
  display: grid;
  gap: 36px;
}

.strength__item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: start;
}

.strength__num {
  font-family: Georgia, serif;
  font-size: 1.6rem;
  color: rgba(185, 106, 93, 0.6);
  line-height: 1;
  padding-top: 4px;
}

.strength__body h3 {
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: normal;
  line-height: 1.8;
  color: var(--navy);
  margin-bottom: 8px;
}

.strength__body p {
  font-size: 0.88rem;
  line-height: 1.95;
  color: var(--muted);
}

.strength__closing {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(207, 213, 220, 0.7);
}

.strength__closing p {
  font-size: 0.9rem;
  line-height: 1.9;
  color: var(--navy);
  max-width: 720px;
}

/* SP */
@media (max-width: 767px) {
  .strength__list {
    gap: 28px;
  }

  .strength__item {
    grid-template-columns: 36px 1fr;
    gap: 14px;
  }

  .strength__num {
    font-size: 1.3rem;
  }

  .strength__body h3 {
    font-size: 0.98rem;
  }

  .strength__body p {
    font-size: 0.84rem;
  }

  .strength__closing {
    margin-top: 28px;
    padding-top: 16px;
  }

  .strength__closing p {
    font-size: 0.85rem;
  }
}

/* ── Flow ── */
.flow { background: var(--cream2); }

.flow__steps {
  margin-top: 40px;
  display: grid;
}

.flow__step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0 20px;
  position: relative;
}

.flow__step-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flow__circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Georgia, serif;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}

.flow__line {
  width: 1px;
  background: var(--beige);
  flex: 1;
  margin: 8px 0;
  min-height: 40px;
}

.flow__step:last-child .flow__line { display: none; }

.flow__step-right { padding: 6px 0 40px; }
.flow__step:last-child .flow__step-right { padding-bottom: 0; }

.flow__step-right h3 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ink);
  margin-bottom: 6px;
}

.flow__step-right p { font-size: 0.85rem; }

/* ── Price ── */
.price { background: var(--white); }

.price__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}

@media (max-width: 539px) {
  .price__cards { grid-template-columns: 1fr; }
}

.price__card {
  padding: 32px 28px;
  border: 1px solid var(--beige);
  background: var(--cream);
  position: relative;
}

.price__card--main {
  border-color: var(--rose-lt);
  background: var(--white);
  box-shadow: 0 8px 24px rgba(36,52,71,0.04);
}

.price__badge {
  position: absolute;
  top: -1px;
  right: 20px;
  background: var(--rose);
  color: var(--white);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  padding: 4px 12px;
}

.price__card .label {
  margin-bottom: 16px;
  display: block;
}

.price__amount {
  font-family: Georgia, serif;
  font-size: 2.2rem;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 4px;
}

.price__amount span {
  font-size: 0.9rem;
  color: var(--muted);
}

.price__note {
  font-size: 0.78rem;
  color: var(--taupe);
  margin-bottom: 20px;
}

.price__feats {
  list-style: none;
  margin-top: 20px;
  border-top: 1px solid var(--beige);
  padding-top: 20px;
}

.price__feats li {
  font-size: 0.82rem;
  color: var(--muted);
  padding: 6px 0 6px 16px;
  position: relative;
}

.price__feats li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 1px;
  background: var(--taupe);
}

.price__note-box {
  margin-top: 24px;
  padding: 20px 22px;
  background: var(--rose-bg);
  border-left: 2px solid var(--rose-lt);
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.8;
}

.price__lead {
  margin-top: 12px;
  font-size: 0.88rem;
  line-height: 1.9;
}

.price__sublead {
  margin-top: 12px;
  font-size: 0.85rem;
  line-height: 1.9;
}

.price__small-note {
  margin-top: 12px;
  font-size: 0.8rem;
  line-height: 1.8;
}
/* ── Works ── */
.works { background: var(--white); }

.works__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}

@media (max-width: 699px) {
  .works__grid { grid-template-columns: 1fr; }
}

.works__card {
  background: var(--cream);
  border: 1px solid var(--beige);
  overflow: hidden;
  transition: transform var(--tr), box-shadow var(--tr), border-color var(--tr);
}

.works__card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  border-color: var(--beige2);
}

.works__thumb,
.works-thumb {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--cream);
  padding: 18px;
}

.works__thumb img,
.works-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
    filter: drop-shadow(0 10px 24px rgba(36,52,71,0.10));
}



.works__body {
  padding: 22px 20px 24px;
}

.works__cat {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--rose);
  margin-bottom: 12px;
}

.works__body h3 {
  font-size: 1.02rem;
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 600;
  margin-bottom: 10px;
}

.works__body p {
  font-size: 0.86rem;
  line-height: 1.8;
  margin-bottom: 16px;
}

.works__link {
  font-size: 0.8rem;
  color: var(--navy);
  text-decoration: none;
  border-bottom: 1px solid rgba(36,52,71,0.25);
  padding-bottom: 2px;
  transition: color var(--tr), border-color var(--tr);
}

.works__link:hover {
  color: var(--navy2);
  border-color: var(--navy2);
}

/* ── About ── */
.about { background: var(--cream); }

.about__inner {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 40px;
  align-items: start;
}

.about__img-wrap {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: var(--beige);
  overflow: hidden;
  border: 3px solid var(--white);
  box-shadow: var(--shadow);
  flex-shrink: 0;
}

@media (max-width: 599px) {
  .about__inner { grid-template-columns: 1fr; }
  .about__img-wrap { width: 120px; height: 120px; }
}

.about__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.about__tag {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--rose);
  border: 1px solid var(--rose-lt);
  padding: 4px 12px;
  background: var(--rose-bg);
}

.about__text-lead {
  font-family: var(--serif);
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--navy);
  margin-bottom: 18px;
}

.about__text {
  font-size: 0.9rem;
  line-height: 1.95;
  color: var(--muted);
}

/* ── FAQ ── */
.faq { background: var(--cream2); }

.faq__list { margin-top: 40px; }

.faq__item {
  border-top: 1px solid var(--beige);
}

.faq__item:last-child {
  border-bottom: 1px solid var(--beige);
}

.faq__q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 22px 0;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 0.9rem;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.6;
}

.faq__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--beige2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  transition: transform var(--tr), background var(--tr), border-color var(--tr);
  font-size: 0.7rem;
  color: var(--taupe);
}

.faq__item.open .faq__icon {
  transform: rotate(45deg);
  background: var(--rose);
  border-color: var(--rose);
  color: var(--white);
}

.faq__a {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1);
}

.faq__a-inner {
  padding: 0 0 22px 36px;
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.9;
}

/* ── CTA ── */
.cta-section {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy2) 100%);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 60vw;
  max-width: 400px;
  height: 60vw;
  max-height: 400px;
  border-radius: 50%;
  background: rgba(255,255,255,0.03);
  pointer-events: none;
}

.cta-section .container {
  position: relative;
  z-index: 1;
}

.cta-section .label {
  color: rgba(255,255,255,0.45);
  margin-bottom: 16px;
  display: block;
}

.cta-section h2 {
  color: var(--white);
  margin-bottom: 16px;
  font-size: clamp(1.4rem, 4vw, 1.9rem);
}

.cta-section p {
  color: rgba(255,255,255,0.7);
  max-width: 560px;
  margin: 0 auto 28px;
  font-size: 0.9rem;
  line-height: 1.9;
}

.contact-form {
  margin-top: 2em;
  padding: 28px 24px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-align: left;
}

.form-group + .form-group {
  margin-top: 18px;
}

.form-label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.9);
  letter-spacing: 0.04em;
}

.form-required,
.form-optional {
  margin-left: 6px;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.form-required { color: #f3c2b8; }
.form-optional { color: rgba(255,255,255,0.48); }

.form-input,
.form-textarea {
  width: 100%;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(255,255,255,0.18);
  color: var(--ink);
  padding: 14px 16px;
  font-size: 0.95rem;
  font-family: var(--sans);
  outline: none;
  transition: border-color var(--tr), box-shadow var(--tr), background var(--tr);
}

.form-input:focus,
.form-textarea:focus {
  border-color: var(--rose-lt);
  box-shadow: 0 0 0 3px rgba(212,162,154,0.18);
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #8c96a2;
}

.form-textarea {
  resize: vertical;
  min-height: 160px;
  line-height: 1.8;
}

.form-submit { margin-top: 22px; }

.btn--form {
  width: 100%;
  min-height: 52px;
  font-size: 0.86rem;
  letter-spacing: 0.12em;
}

.form-privacy {
  margin-top: 16px;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.52);
  line-height: 1.8;
  text-align: center;
}

.contact-sent {
  margin-top: 20px;
  padding: 20px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  text-align: center;
}

.contact-sent-message {
  color: rgba(255,255,255,0.88);
  font-size: 0.9rem;
  line-height: 1.8;
}

@media (max-width: 599px) {
  .contact-form { padding: 22px 16px; }

  .contact-options {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-options .btn {
    width: 100%;
  }
}


/* =========================
   タイポ最適化パッチ（追加）
========================= */

/* 本文統一 */
.problem__item p,
.strength__body p,
.flow__step-right p,
.works__body p,
.faq__a-inner,
.about__text {
  font-size: 0.86rem;
  line-height: 1.9;
}

/* 補足 */
.price__note,
.price__note-box,
.price__note-box p {
  font-size: 0.82rem;
  line-height: 1.85;
}

/* hero-band弱める */
.hero-band__item h3 {
  font-size: 1.08rem;
}

.hero-band__item p {
  font-size: 0.84rem;
}

/* 見出しバランス微調整 */
.strength__body h3,
.works__body h3 {
  font-size: 1rem;
}

/* section-head説明文 */
.section-head p {
  font-size: 0.9rem;
  line-height: 1.9;
}

/* CTA */
.cta-section p {
  font-size: 0.88rem;
}

/* フォーム */
.form-input,
.form-textarea {
  font-size: 0.9rem;
}