@media screen and (min-width: 768px) {
  .header__main--info .items a.sp {
    display: none;
  }
  .cta-box__main .items a.sp {
    display: none;
  }
  .header__main--info .items span.tel a {
    display: block;
    width: 304px;
    height: 40px;
    background: url('../images/tel_header.png') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    font-size: 30px;
    white-space: nowrap;
    line-height: 1;
    padding: 12px 0 0 45px;
    color: #df3a06;
    font-weight: 700;
    font-family: 'Noto Sans',sans-serif;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  .header__main--info .items span.tel a::before {
    position: absolute;
    content: attr(data-schedule);
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    font-family: 'Noto Sans',sans-serif;
    color: #df3a06;
    left: 45px;
    top: 0;
  }
  .cta-box__main .items span.tel a {
    display: block;
    width: 579px;
    height: 76px;
    background: url('../images/tel_cta.png') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    font-size: 50px;
    white-space: nowrap;
    line-height: 1;
    padding: 25px 0 0 95px;
    color: #df3a06;
    font-weight: 700;
    font-family: 'Noto Sans',sans-serif;
    position: relative;
    -webkit-transform: translateZ(z);
    -ms-transform: translateZ(z);
    transform: translateZ(z);
  }
  .cta-box__main .items span.tel a::before {
    position: absolute;
    content: attr(data-schedule);
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 700;
    font-family: 'Noto Sans',sans-serif;
    color: #df3a06;
    left: 95px;
    top: 0;
  }
}