.d--d1 {
  background: url("../../../img/layout/d-header-bg.webp") center center no-repeat;
  background-size: cover;
  min-height: 18.5rem;
}

.d--d1.d--d1-with-icon {
  min-height: 18rem;
  position: relative;
}

.d--d1.d--d1-with-icon .d__contents {
  padding-top: 2.8125rem;
}

.d--d1.d--d1-with-icon .d__icon {
  height: 5rem;
  margin: 0 0 0.9375rem;
}

.d--d1::after {
  background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.28) 50%, rgba(92, 92, 92, 0.28) 83%, rgba(0, 0, 0, 0.28) 100%);
  content: '';
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  mix-blend-mode: multiply;
}

.d--d1 .d__contents {
  padding-top: 4.6875rem;
  position: relative;
  z-index: 2;
}

.d--d1 .d__title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  text-shadow: 0 0.125rem 0.25rem #4a4a4a;
}

.d--d1 .d__intro {
  text-shadow: 0 0.125rem 0.25rem #4a4a4a;
}

.d--d1 .dropdown__label-text {
  text-shadow: 0 0.125rem 0.25rem rgba(74, 74, 74, 0.5);
}

@media screen and (min-width: 26.5625em) {
  .d--d1 {
    min-height: 16.5rem;
  }
}

@media screen and (min-width: 48em) {
  .d--d1.d--d1-with-icon {
    min-height: 22.5rem;
  }

  .d--d1.d--d1-with-icon .d__contents {
    padding-top: 6.25rem;
  }

  .d--d1.d--d1-with-icon .d__icon {
    height: 6rem;
  }

  .d--d1 .d__contents {
    padding-top: 8.125rem;
  }

  .d--d1 .d__title {
    font-size: 2rem;
    margin-bottom: 0.3125rem;
  }
}

@media screen and (min-width: 80em) {
  .d--d1.d--d1-with-icon {
    min-height: 22.5rem;
  }

  .d--d1.d--d1-with-icon .d__contents {
    padding-top: 6rem;
  }

  .d--d1 .d__contents {
    padding-top: 10.625rem;
  }

  .d--d1 .d__title {
    font-size: 2.25rem;
  }
}
