@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 198px;
    width: 100%;
    margin-right: 16px;
    flex: 1;
  }
}
.p-mv {
  background: url(../img/mv.webp) no-repeat center/cover;
}
@media screen and (max-width: 1280px) {
  .p-mv {
    background: url(../img/mv-tab.webp) no-repeat 85% 0/cover;
  }
}
@media screen and (max-width: 768px) {
  .p-mv {
    background: url(../img/mv-sp-wide.webp) no-repeat center/cover;
  }
}
@media screen and (max-width: 460px) {
    .p-mv {
    background: url(../img/mv-sp.webp) no-repeat center/cover;
  }
}
.p-mv__head {
  max-width: 780px;
}
@media screen and (max-width: 1024px) {
  .p-mv__head {
    max-width: 624px;
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__head {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .p-mv__cta {
    flex-direction: row;
    max-width: 728px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__cta {
    flex-direction: column;
    max-width: 352px;
    margin-left: auto;
  }
}

.p-mv__head-title {
  font-size: var(--heading2);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-mv__head-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .p-mv__head-lead {
    max-width: 540px;
    font-size: var(--font-size-xl);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__head-lead {
    font-size: var(--font-size-xs);
    padding-right: 20px;
  }
}
.p-worry-group__list-title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-worry-group__logo-img1 {
    max-width: 163px;
  }
  .p-worry-group__logo-img2 {
    max-width: 162px;
  }
}
