/* 震災復興支援ページ (/fukkou) 専用スタイル */

.fp-fukkou-hero {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem 1rem 0;
}

.fp-fukkou-hero img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: .75rem;
  box-shadow: 0 .5rem 1.5rem rgba(41, 69, 107, .12);
}

.fp-fukkou-article {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  color: #2f3a46;
  max-width: 42rem;
  margin: 0 auto;
  padding: 3.5rem 1.25rem 4.5rem;
  font-size: 1.0625rem;
  line-height: 2.2;
}

.fp-fukkou-article p {
  margin-bottom: 1.75rem;
}

.fp-fukkou-title {
  font-family: inherit;
  font-weight: 500;
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1.9;
  color: #29456b;
  margin-bottom: 3rem;
  text-align: center;
}

.fp-fukkou-heading {
  font-family: inherit;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 2;
  color: #29456b;
  margin: 4.5rem 0 1.75rem;
}

.fp-fukkou-heading span {
  background: linear-gradient(transparent 84%, rgba(127, 168, 201, .45) 84%);
}

.fp-fukkou-stanza {
  margin-bottom: 1.75rem;
}

.fp-fukkou-stanza p {
  margin-bottom: .25rem;
}

.fp-fukkou-voices {
  margin: 0 0 1.75rem;
  padding: .25rem 0 .25rem 1.25rem;
  border-left: 3px solid rgba(127, 168, 201, .6);
}

.fp-fukkou-voices p {
  margin-bottom: .5rem;
  color: #43536b;
}

.fp-fukkou-pull {
  font-size: 1.25rem;
  font-weight: 500;
  color: #29456b;
  text-align: center;
  line-height: 2;
  margin: 2.5rem 0;
}

.fp-fukkou-signature {
  margin-top: 3.5rem;
  text-align: right;
  line-height: 2;
}

.fp-fukkou-signature .company {
  font-size: 1rem;
}

.fp-fukkou-signature .name {
  font-size: 1.125rem;
  font-weight: 500;
  color: #29456b;
}

.fp-fukkou-cta {
  background-color: #eef4f8;
}

.fp-fukkou-cta .fp-fukkou-cta-inner {
  max-width: 42rem;
  margin: 0 auto;
  padding: 3.5rem 1.25rem;
  text-align: center;
}

.fp-fukkou-cta h2 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 2;
  color: #29456b;
  margin-bottom: 1.5rem;
}

@media (max-width: 575.98px) {
  .fp-fukkou-article {
    font-size: 1rem;
    padding-top: 2.5rem;
  }

  .fp-fukkou-heading {
    font-size: 1.25rem;
    margin-top: 3.5rem;
  }
}
