@charset "UTF-8";
/* fv lead  */
.fv-lead {
  font-size: 23px;
  color: #5f647d;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 768px) {
  .fv-lead {
    font-size: 16px;
  }
}

/* h1 */
h1 {
  color: #2b2f4a;
}

/* バンド背景 */
.full-width-band {
  position: relative;
  padding: 3rem 0;
}

.full-width-band::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background-color: var(--clr-base, #f7f8ff);
  z-index: -1;
}

/* lead  */
.lead {
  font-size: 20px;
  color: #2b2f4a;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 768px) {
  .fv-lead {
    font-size: 16px;
  }
}

/* lead2  */
.lead2 {
  font-size: 34px;
  color: #2b2f4a;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 768px) {
  .fv-lead {
    font-size: 18px;
  }
}

/* 余白調整 */
#contents .inner{
  padding-top: 0 !important;
  margin-top: 0 !important;
}
#contents .inner > *:first-child{
  margin-top: 0 !important;
}
#contents .inner > *:first-child > *:first-child{
  margin-top: 0 !important;
}