@media screen and (min-width: 769px), print {
  .student .title_page {
    margin-bottom: 80px;
  }
  .student .title_page .title_inner .mascot {
    left: -webkit-calc(100% + 165px);
    left: -moz-calc(100% + 165px);
    left: calc(100% + 165px);
  }
}
