/* ========================================
Reset
======================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

img {
  width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

button {
  border: none;
  background: transparent;
  cursor: pointer;
}

body {
  font-family:
    "Noto Sans JP",
    "Helvetica Neue",
    Arial,
    sans-serif;
  color: #1f1b17;
  background: #f7f4ee;
  line-height: 1.9;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
}

/* ========================================
Common
======================================== */

.section {
  padding: 120px 0;
}

.section-muted {
  background: #f1ede6;
}

.section-inner {
  width: min(92%, 1120px);
  margin: 0 auto;
}

.section-inner--narrow {
  width: min(92%, 860px);
}

.section-heading {
  margin-bottom: 64px;
}

.section-label {
  margin-bottom: 18px;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #8d7e6a;
  text-transform: uppercase;
}

.section-title {
  font-size: 42px;
  line-height: 1.7;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.section-text-group {
  display: grid;
  gap: 24px;
}

.section-text {
  font-size: 16px;
  line-height: 2;
  color: #4f4941;
}

.section-note {
  margin-top: 18px;
  font-size: 13px;
  color: #7c7469;
}

.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.split-layout__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.split-layout__image img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.point-list {
  display: grid;
  gap: 16px;
}

.point-item {
  padding-left: 1.2em;
  position: relative;
  color: #4f4941;
}

.point-item::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
}

.sp-only {
  display: none;
}

/* ========================================
FV
======================================== */

.fv {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #000;
}

.fv__image {
  position: absolute;
  inset: 0;
}

.fv__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.50) 0%,
      rgba(0, 0, 0, 0.28) 40%,
      rgba(0, 0, 0, 0.10) 100%
    );
}

.fv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv__content {
  position: relative;
  z-index: 1;
  width: min(92%, 1120px);
  margin: 0 auto;
  padding-top: 80px;
  color: #fff;
}

.fv__label {
  margin-bottom: 24px;
  font-size: 12px;
  letter-spacing: 0.24em;
  opacity: 0.84;
}

.fv__title {
  max-width: 620px;
  font-size: clamp(40px, 5vw, 58px);
  line-height: 1.58;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.fv__text {
  margin-top: 34px;
  max-width: 520px;
  font-size: 17px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.92);
}

.fv-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.fv-tags span {
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.12);
}

.fv-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  margin-top: 28px;
  padding: 20px 24px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(0, 0, 0, 0.22);
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.06em;
  transition:
    background 0.3s ease,
    color 0.3s ease;
}

.fv-cta:hover {
  background: rgba(255, 255, 255, 0.92);
  color: #2d241b;
}

/* ========================================
Thanks FV
======================================== */

.thanks-fv {
  position: relative;
  min-height: 82svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #000;
}

.thanks-fv__image {
  position: absolute;
  inset: 0;
}

.thanks-fv__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.18) 0%,
      rgba(0, 0, 0, 0.26) 48%,
      rgba(0, 0, 0, 0.42) 100%
    );
}

.thanks-fv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thanks-fv__content {
  position: relative;
  z-index: 1;
  width: min(92%, 1120px);
  margin: 0 auto;
  color: #fff;
}

.thanks-fv__content .section-label {
  color: rgba(255, 255, 255, 0.78);
}

.thanks-fv__title {
  font-size: clamp(38px, 5vw, 56px);
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.thanks-fv__text {
  margin-top: 30px;
  font-size: 17px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.9);
}

/* ========================================
各セクション
======================================== */

.section-empathy .section-inner--narrow {
  max-width: 760px;
}

.section-empathy .section-title {
  font-size: 44px;
  line-height: 1.8;
}

.section-empathy .section-text-group {
  gap: 30px;
  margin-top: 44px;
}

.section-empathy .section-text {
  font-size: 17px;
  line-height: 2.2;
  color: #5b5348;
}

.section-check {
  overflow: hidden;
}

.check-scroll {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.check-card {
  min-height: 360px;
  padding: 40px;
  background: #fff;
  border: 1px solid #ddd3c5;
}

.check-card__number {
  display: inline-block;
  margin-bottom: 32px;
  font-size: 14px;
  letter-spacing: 0.18em;
  color: #9a8c78;
}

.check-card__label {
  margin-bottom: 12px;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: #8d7e6a;
}

.check-card__title {
  margin-bottom: 22px;
  font-size: 25px;
  line-height: 1.7;
  font-weight: 500;
}

.check-card__text {
  font-size: 15px;
  line-height: 2;
  color: #5b5348;
}

.section-consultation {
  padding-top: 0;
}

.consultation-image {
  margin-bottom: 56px;
}

.consultation-image img {
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.consultation-content {
  max-width: 720px;
}

.section-consultation .section-title {
  margin-bottom: 32px;
}

.section-consultation .section-text-group {
  gap: 18px;
}

.section-information {
  background: #f1ede6;
}

.information-box {
  display: grid;
  border: 1px solid #ddd3c5;
  background: #fff;
}

.information-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 32px;
  padding: 28px 32px;
  border-bottom: 1px solid #e5ded4;
}

.information-row:last-child {
  border-bottom: none;
}

.information-label {
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #8d7e6a;
}

.information-text {
  font-size: 16px;
  color: #2d241b;
}

.information-note {
  margin-top: 36px;
  gap: 8px;
}

.official-link {
  margin-top: 24px;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #7b7164;
}

/* ========================================
Form
======================================== */

.booking-area {
  display: grid;
  gap: 40px;
}

.booking-area--calendar-first {
  align-items: start;
}

.form-step {
  display: none;
  gap: 40px;
}

.form-step.is-active {
  display: grid;
}

.form-actions {
  display: grid;
  gap: 20px;
}

/* ========================================
Form Info
======================================== */

.form-info {
  padding: 36px;
  border: 1px solid #ddd3c5;
  background: #faf8f4;
}

.form-info p {
  font-size: 15px;
  line-height: 2;
  color: #5f584d;
}

/* ========================================
Booking Calendar
======================================== */

.calendar-box {
  padding: 40px;
  border: 1px solid #ddd3c5;
  background: #fff;
}

.calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.calendar-title {
  font-size: 24px;
  font-weight: 500;
}

.calendar-prev,
.calendar-next {
  width: 42px;
  height: 42px;
  border: 1px solid #ddd3c5;
  color: #5f584d;
}

.calendar-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 13px;
  color: #8a8176;
}

.calendar-week span {
  padding: 12px 0;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  border-top: 1px solid #ddd3c5;
  border-left: 1px solid #ddd3c5;
}

.calendar-day {
  min-height: 64px;
  padding: 8px;
  border-right: 1px solid #ddd3c5;
  border-bottom: 1px solid #ddd3c5;
  background: #f7f4ee;
  text-align: left;
  transition: background 0.3s ease;
}

.calendar-day:hover {
  background: #f1ede6;
}

.calendar-day.is-disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.calendar-day.is-selected {
  background: #2d241b;
  color: #fff;
}

.calendar-day__date {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  color: #9c958c;
}

.calendar-day.is-selected .calendar-day__date {
  color: rgba(255, 255, 255, 0.78);
}

.calendar-day__status {
  display: block;
  text-align: right;
  font-size: 12px;
}

.calendar-legend {
  display: flex;
  gap: 24px;
  margin-top: 24px;
  font-size: 13px;
  color: #6f675d;
}

/* ========================================
Booking Summary
======================================== */

.booking-summary {
  padding: 32px;
  border: 1px solid #ddd3c5;
  background: #fff;
}

.summary-lead {
  margin-bottom: 18px;
  font-size: 13px;
  letter-spacing: 0.16em;
  color: #8d7e6a;
  text-transform: uppercase;
}

.summary-box {
  display: grid;
  gap: 12px;
}

.summary-box p {
  font-size: 16px;
}

.reset-dates {
  margin-top: 24px;
  padding: 0;
  font-size: 14px;
  color: #7b7164;
}

/* ========================================
Slot Panel
======================================== */

.slot-panel {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.42);
  z-index: 100;
}

.slot-panel.is-active {
  display: flex;
}

.slot-card {
  width: min(92%, 520px);
  padding: 48px;
  background: #fff;
}

.slot-date {
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 500;
}

.slot-help {
  margin-bottom: 28px;
  color: #5f584d;
  line-height: 2;
}

.slot-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.slot-btn {
  padding: 14px 24px;
  border: 1px solid #2d241b;
  transition:
    background 0.3s ease,
    color 0.3s ease;
}

.slot-btn:hover {
  background: #2d241b;
  color: #fff;
}

.slot-back {
  margin-top: 28px;
  font-size: 14px;
  color: #7b7164;
}

/* ========================================
Form Fields
======================================== */

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.form-field {
  display: flex;
  flex-direction: column;
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-field label {
  margin-bottom: 12px;
  font-size: 14px;
  color: #5b5348;
}

.form-field label span {
  margin-left: 10px;
  font-size: 12px;
  color: #9b2c2c;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 18px;
  border: 1px solid #ddd3c5;
  background: #fff;
  appearance: none;
}

.form-field textarea {
  resize: vertical;
}

.form-next,
.form-submit {
  width: 100%;
  padding: 24px;
  background: #2d241b;
  color: #fff;
  transition: opacity 0.3s ease;
}

.form-next:hover,
.form-submit:hover {
  opacity: 0.88;
}

.form-back {
  padding: 0;
  text-align: left;
  font-size: 14px;
  color: #7b7164;
}

/* ========================================
Closing
======================================== */

.closing {
  padding: 120px 20px 80px;
  text-align: center;
}

.closing p {
  margin-bottom: 40px;
  color: #5f584d;
}

.closing img {
  width: 220px;
  margin: 0 auto;
}

/* ========================================
Fixed CTA
======================================== */

.fixed-cta {
  position: fixed;
  right: 32px;
  bottom: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 28px;
  background: #2d241b;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.08em;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease;
  z-index: 90;
}

.fixed-cta.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ========================================
Tablet
======================================== */

@media screen and (max-width: 1024px) {

  .section {
    padding: 100px 0;
  }

  .section-title {
    font-size: 36px;
  }

  .split-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .check-scroll {
    grid-template-columns: repeat(2, 1fr);
  }

  .form-grid {
    grid-template-columns: 1fr;
  }
}

/* ========================================
Mobile
======================================== */

@media screen and (max-width: 768px) {

  .sp-only {
    display: inline;
  }

  .section {
    padding: 72px 0;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .section-title {
    font-size: 30px;
    line-height: 1.7;
  }

  .section-text {
    font-size: 15px;
    line-height: 2;
  }

  .fv {
    min-height: 92svh;
    align-items: flex-start;
  }

  .fv__image img {
    object-position: 64% center;
  }

  .fv__image::after {
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.52) 0%,
        rgba(0, 0, 0, 0.30) 48%,
        rgba(0, 0, 0, 0.16) 100%
      );
  }

  .fv__content {
    padding-top: 96px;
  }

  .fv__label {
    margin-bottom: 20px;
    font-size: 11px;
  }

  .fv__title {
    font-size: 34px;
    line-height: 1.7;
  }

  .fv__text {
    margin-top: 26px;
    font-size: 15px;
    line-height: 2;
  }

  .fv-tags {
    gap: 8px;
    margin-top: 28px;
  }

  .fv-tags span {
    padding: 7px 10px;
    font-size: 11px;
  }

  .fv-cta {
    width: 100%;
    margin-top: 22px;
    padding: 18px;
    font-size: 14px;
  }

  .thanks-fv {
    min-height: 78svh;
    align-items: flex-end;
  }

  .thanks-fv__image img {
    object-position: 32% center;
  }

  .thanks-fv__image::after {
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.10) 0%,
        rgba(0, 0, 0, 0.28) 45%,
        rgba(0, 0, 0, 0.52) 100%
      );
  }

  .thanks-fv__content {
    padding-bottom: 88px;
  }

  .thanks-fv__title {
    font-size: 34px;
    line-height: 1.7;
  }

  .thanks-fv__text {
    font-size: 15px;
    line-height: 2;
  }

  .section-empathy .section-title {
    font-size: 32px;
    line-height: 1.8;
  }

  .section-empathy .section-text-group {
    margin-top: 40px;
  }

  .check-scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
  }

  .check-scroll::-webkit-scrollbar {
    display: none;
  }

  .check-card {
    flex: 0 0 84%;
    min-height: auto;
    padding: 32px;
  }

  .check-card__title {
    font-size: 24px;
  }

  .consultation-image {
    margin-bottom: 40px;
  }

  .consultation-image img {
    aspect-ratio: 4 / 3;
  }

  .information-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 24px;
  }

  .calendar-box {
    padding: 24px 18px;
  }

  .calendar-title {
    font-size: 20px;
  }

  .calendar-prev,
  .calendar-next {
    width: 38px;
    height: 38px;
  }

  .calendar-week span {
    padding: 10px 0;
    font-size: 12px;
  }

  .calendar-day {
    min-height: 48px;
    padding: 6px;
  }

  .calendar-day__date,
  .calendar-day__status {
    font-size: 10px;
  }

  .calendar-legend {
    flex-wrap: wrap;
    gap: 10px 18px;
  }

  .booking-summary {
    padding: 24px;
  }

  .slot-card {
    padding: 32px 24px;
  }

  .slot-date {
    font-size: 22px;
  }

  .slot-buttons {
    flex-direction: column;
  }

  .slot-btn {
    width: 100%;
  }

  .form-info {
    padding: 24px;
  }

  .form-grid {
    gap: 22px;
  }

  .form-field input,
  .form-field select,
  .form-field textarea {
    padding: 16px;
  }

  .form-next,
  .form-submit {
    padding: 20px;
  }

  .closing {
    padding: 80px 20px 120px;
  }

  .closing img {
    width: 180px;
  }

  .fixed-cta {
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 18px;
    font-size: 13px;
    letter-spacing: 0.06em;
  }
}