@charset "UTF-8";

/* ==========  Worries  ========== */

.p-worries {
  padding: 16px 0 40px;
  background-color: var(--color-bg);
}

.p-worries__heading {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 28px;
  min-height: 120px;
}

.p-worries__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-family: var(--font-fv);
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

.p-worries__title-line {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 8px;
  background-color: var(--color-navy);
  color: var(--color-white);
  font-size: calc(32px + var(--sp-fs-adjust));
  letter-spacing: 0.06em;
}

.p-worries__title-line--strong {
  font-size: calc(40px + var(--sp-fs-adjust));
}

.p-worries__illust {
  position: absolute;
  bottom: 0;
  width: auto;
  pointer-events: none;
}

.p-worries__illust--cane {
  left: -4px;
  height: 104px;
}

.p-worries__illust--wheelchair {
  right: -4px;
  height: 96px;
}

/* ----------  リスト  ---------- */

.p-worries__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 560px;
  margin-inline: auto;
}

.p-worries__item {
  display: flex;
  position: relative;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 24px;
  border-radius: 10px;
  background-color: var(--color-white);
  box-shadow: 0 2px 8px rgba(46, 51, 72, 0.06);
}

.p-worries__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  position: absolute;
  left: -7px;
}

.p-worries__text {
  font-family: var(--font-fv);
  font-size: calc(16px + var(--sp-fs-adjust));
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: var(--color-text);
}

/* ----------  リード・CTA  ---------- */

.p-worries__lead {
  margin-top: 20px;
  color: var(--color-accent);
  font-family: var(--font-fv);
  font-size: calc(24px + var(--sp-fs-adjust));
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-worries__lead span {
  font-size: calc(20px + var(--sp-fs-adjust));
}

.p-worries__cta {
  position: relative;
  max-width: 560px;
  margin: 16px auto 0;
}

.p-worries__cta .c-btn {
  font-family: var(--font-fv);
}

.p-worries__note {
  margin-top: 14px;
  font-size: calc(12px + var(--sp-fs-adjust));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--color-text);
  font-family: var(--font-display);
}
