#main_visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

#company-name-change-notice {
  position: absolute;
  top: calc(50vh + clamp(120px, 112.718px + 1.94vw, 150px));
  left: 50%;
  width: 90%;
  max-width: 660px;
  padding: clamp(15px, 7.718px + 1.94vw, 45px);
  font-size: clamp(14px, 13.515px + .13vw, 16px);
  font-weight: 700;
  line-height: 2;
  background: #fff;
  border-radius: 20px;
  transform: translateX(-50%);
}

@media screen and (max-width: 600px) {
  #company-name-change-notice {
    line-height: 1.75;
  }
}

#company-name-change-notice span {
  color: #df0017;
}

.mt-60 {
  margin-top: 60px;
}

.mt-120 {
  margin-top: 120px;
}

.ta-center {
  text-align: center;
}
