@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: 728px;
}
@media screen and (max-width: 1024px) {
  .p-mv__head {
    max-width: 594px;
    width: 80%;
  }
}
@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;
    max-width: 460px;
  }
}
@media screen and (max-width: 1024px) {
  .p-mv__head-lead {
    font-size: var(--font-size-xl);
    max-width: 460px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__head-lead {
    font-size: var(--font-size-xs);
  }
}

.p-worry-body__inner {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-worry-body__inner {
    align-items: stretch;
  }
}

.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;
  }
}