@media (max-width: 750px) {
  .key_visual .kv_container {
    width: 100%;
  }

  .key_visual {
    background: url(../images/person_main_visual_sp.png)
      no-repeat center / cover;
    height: 300px;
  }

  .key_visual .title {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .key_visual .title .text {
    margin-left: auto;
    margin-right: auto;
  }
  .key_visual .title .text h1 {
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 12px;
  }

  .key_visual .title .text dl {
    font-size: 14px;
  }

  .key_visual .title img {
    width: 95px;
  }

  .button-box .button + p {
    width: 100%;
  }

  .enquete dt {
    font-size: 21px;
    margin-bottom: 30px;
    margin-left: 25px;
    text-indent: -25px;
  }

  .enquete dt::before {
    margin-right: 10px;
  }
  .enquete dd {
    margin-bottom: 40px;
    margin-left: 25px;
  }

  .message {
    padding: 20px;
    margin-bottom: 50px;
  }

  .person-controls {
    margin-top: 50px;
    padding-bottom: 80px;
  }

  .person-controls .control-left,
  .person-controls .control-right,
  .person-controls .control-list span {
    color: transparent;
    user-select: none;
    font-size: 0;
  }

  /* .page-menu {
    width: 100%;
  }

  .voices-box .new::before {
    border-width: 55px 55px 0 0;
  }

  .voices-box .new::after {
    transform: rotate(-45deg) translate(-20%, 40%);
  } */
}
