@charset "UTF-8";

/* ==========  Features（できること）  ========== */

.p-features {
  padding: 40px 0;
  background-color: var(--color-bg);
}

.p-features__inner {
  width: 100%;
  max-width: calc(var(--inner-width) + 16px * 2);
  margin-inline: auto;
  padding-inline: 16px;
}

/* ----------  見出し  ---------- */

.p-features__heading {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  margin-bottom: 28px;
}

.p-features__illust {
  flex-shrink: 0;
  width: 72px;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.p-features__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
  font-family: var(--font-fv);
  font-weight: 500;
  line-height: 1.3;
  position: relative;
}

.p-features__title-line {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 10px;
  background-color: var(--color-primary-deep);
  color: var(--color-white);
  font-size: calc(28px + var(--sp-fs-adjust));
  letter-spacing: 0.04em;
}

.p-features__title-line--strong {
  align-self: center;
  padding-inline: 22px;
  font-size: calc(32px + var(--sp-fs-adjust));
}

/* ----------  リスト  ---------- */

.p-features__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 560px;
  margin-inline: auto;
}

.p-features__item {
  padding: 18px 20px;
  border-radius: 18px;
  background-color: var(--color-white);
  box-shadow: 0 2px 8px rgba(46, 51, 72, 0.05);
}

.p-features__item--icon {
  display: flex;
  align-items: center;
  gap: 12px;
}

.p-features__icon {
  flex-shrink: 0;
  width: 40px;
  height: auto;
  margin-top: 2px;
}

.p-features__body {
  min-width: 0;
}

.p-features__item-title {
  margin-bottom: 0px;
  color: var(--color-primary-deep);
  font-family: var(--font-display);
  font-size: calc(20px + var(--sp-fs-adjust));
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.p-features__num {
  letter-spacing: 0.02em;
}

.p-features__item-text {
  color: var(--color-primary-deep);
  font-family: var(--font-display);
  font-size: calc(16px + var(--sp-fs-adjust));
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.02em;
}

.p-features__more {
  margin: 24px;
  color: var(--color-text);
  font-family: var(--font-fv);
  font-size: calc(16px + var(--sp-fs-adjust));
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

/* ----------  CTA  ---------- */

.p-features__cta {
  position: relative;
  max-width: 560px;
  margin: 16px auto 0;
}

.p-features__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);
}
