@media screen and (max-width:850px) {

  .topSlideImages .innerline {
    min-height: auto;
  }

  /* スケジュール */
  .scheduleContents .innerline {
    padding: 110px 0;
  }

  /* ワークス */
  .worksContents .efficacyColumn {
    padding: 0;
    /* transform: translateY(-50px) scale(0.6); */
  }
  .worksContents .efficacyColumn .column {
    width: calc(100% / 4);
  }
  .worksContents .efficacyColumn h5 {
    font-size: 8px;
  }
  .worksContents .efficacyColumn .circle {
    width: 55px;
    height: 55px;
    padding: 10px 5px;
  }
  .worksContents .circle .title {
    height: 5px;
    font-size: 4px;
  }
  .worksContents .circle .data {
    height: auto;
    font-size: 6px;
  }
  .worksContents .circle .value {
    font-size: 14px;
  }
  .worksContents p.efficacyComment {
    font-size: 6px;
  }

  /* ギャラリー */
  .galleryContents .column {
    width: calc(100% / 1);
  }

}