.u-section-1 {
  background:
    radial-gradient(circle at 82% 18%, rgba(162, 191, 172, 0.22), transparent 18%),
    linear-gradient(180deg, rgba(255, 248, 240, 0.9), rgba(243, 235, 221, 0.9));
}

.u-section-1 .u-sheet-1 {
  min-height: 320px;
  padding-top: 132px;
  padding-bottom: 44px;
}

.u-section-1 .u-text-1 {
  font-weight: 700;
  font-family: "Noto Serif";
  font-size: clamp(2.9rem, 5vw, 4.6rem);
  margin: 0 auto;
  color: #2c241e !important;
  letter-spacing: -0.04em;
}

.u-section-2 {
  padding-bottom: 72px;
}

.u-section-2 .u-sheet-1 {
  width: min(calc(100% - 40px), 900px);
  min-height: auto;
  margin-top: -34px;
  padding: 38px 42px 44px;
  border-radius: 30px;
  border: 1px solid rgba(101, 78, 58, 0.1);
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(248, 243, 235, 0.96));
  box-shadow: 0 20px 48px rgba(73, 53, 38, 0.1);
}

.u-section-2 [class*="u-text-"] {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.u-section-2 .u-text-2,
.u-section-2 .u-text-5,
.u-section-2 .u-text-7,
.u-section-2 .u-text-9,
.u-section-2 .u-text-11,
.u-section-2 .u-text-13,
.u-section-2 .u-text-15,
.u-section-2 .u-text-17 {
  font-family: "Noto Serif";
  font-size: 1.36rem;
  line-height: 1.45;
  color: #2d251f;
  margin-top: 28px;
}

.u-section-2 .u-text-1,
.u-section-2 .u-text-3,
.u-section-2 .u-text-4,
.u-section-2 .u-text-6,
.u-section-2 .u-text-8,
.u-section-2 .u-text-10,
.u-section-2 .u-text-12,
.u-section-2 .u-text-14,
.u-section-2 .u-text-16,
.u-section-2 .u-text-18 {
  font-size: 1.08rem;
  line-height: 1.86;
  color: #4e3e33;
}

.u-section-2 .u-text-1 {
  margin-top: 0;
}

.u-section-2 .u-btn-1,
.u-section-2 .u-btn-2 {
  background-image: none;
  padding: 0;
  font-weight: 700;
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 260px;
    padding-top: 120px;
  }

  .u-section-2 .u-sheet-1 {
    margin-top: -22px;
    padding: 28px 24px 30px;
    border-radius: 24px;
  }

  .u-section-2 .u-text-2,
  .u-section-2 .u-text-5,
  .u-section-2 .u-text-7,
  .u-section-2 .u-text-9,
  .u-section-2 .u-text-11,
  .u-section-2 .u-text-13,
  .u-section-2 .u-text-15,
  .u-section-2 .u-text-17 {
    font-size: 1.2rem;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 220px;
  }

  .u-section-2 {
    padding-bottom: 52px;
  }

  .u-section-2 .u-text-1,
  .u-section-2 .u-text-3,
  .u-section-2 .u-text-4,
  .u-section-2 .u-text-6,
  .u-section-2 .u-text-8,
  .u-section-2 .u-text-10,
  .u-section-2 .u-text-12,
  .u-section-2 .u-text-14,
  .u-section-2 .u-text-16,
  .u-section-2 .u-text-18 {
    font-size: 1rem;
  }
}
