@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: 624px;
    width: 82%;
  }
}
@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;
    margin-right: -20px;
  }
}
@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);
  }
}
.p-worry-group__list {
  flex-direction: row;
  flex-wrap: wrap;
}
.p-worry-group__item {
  width: calc(50% - 4px);
}
@media screen and (max-width: 768px) {
  .p-worry-group__item {
    width: calc(50% - 2px);
  }
}
.p-worry-group__list-title {
  text-align: center;
  letter-spacing: 0;
}
.p-worry-group__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
}

@media screen and (max-width: 768px) {
  .p-worry-group__logo {
    min-height: 40px;
  }
  .p-worry-group__logo-img1 {
    max-width: 105px;
  }
  .p-worry-group__logo-img2 {
    max-width: 84px;
  }
  .p-worry-group__logo-img3 {
    max-width: 77px;
  }
  .p-worry-group__logo-img4 {
    max-width: 87px;
  }
}