.accessibility-title {
  color: #000;
  background-color: #fff;
}

.accessibility-title * {
  box-sizing: border-box;
}

.accessibility-title__inner {
  width: 37.65625vw;
  margin: 0 auto;
  padding: 3.3333333333vw 0;
  text-align: center;
}

.accessibility-title__image {
  display: block;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  margin: 0 auto;
  object-fit: contain;
}

.accessibility-title__heading {
  margin: 0;
  padding: 1.25vw 0;
  font-size: 2.0833333333vw;
  font-weight: 500;
  line-height: 1.1;
}

.accessibility-title__button {
  min-width: 13.541667vw;
  padding: 0 1.041667vw;
  border: 0;
  border-radius: 1.0416666667vw;
  color: #fff;
  background-color: #000;
  font: inherit;
  font-size: 0.7291666667vw;
  line-height: 2.0833333333vw;
  white-space: nowrap;
  cursor: pointer;
}

.accessibility-title__button:focus-visible {
  outline: 2px solid #1455ff;
  outline-offset: 3px;
}

@media screen and (max-width: 1025px) {
  .accessibility-title__inner {
    width: 100%;
    padding: 12.8vw 0 17.0666666667vw;
  }

  .accessibility-title__image {
    width: 17.0666666667vw;
    height: 17.0666666667vw;
  }

  .accessibility-title__heading {
    width: 70.9333333333vw;
    margin: 0 auto;
    padding: 4.2666666667vw 0;
    font-size: 6.4vw;
    line-height: 1.3;
  }

  .accessibility-title__button {
    min-width: 59.3333333333vw;
    padding: 0 5.555556vw;
    border-radius: 5.3333333333vw;
    font-size: 3.2vw;
    line-height: 10.6666666667vw;
  }
}
