
.section-concept .block01 h1 {
  position: absolute;
  width: 1200px;
  left: 0px;
  top: 559px;
  color: white;
  font-size: 80px;
  font-weight: bold;
  text-shadow: 0 0 10px rgb(0, 37, 100);
}
.section-concept .block01 .catchcopy {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  width: 1200px;
  left: 0px;
  line-height: 1.2em;
  top: 735px;
}
.section-concept .block01 .main-text {
  padding-top: 800px;
}
@media (max-width: 750px){
  .section-concept .block01 h1 {
    position: relative;
    width: auto;
    line-height: 1.25em;
    font-size: 90px;
    left: 0;
  }
  .section-concept .block01 .catchcopy {
    position: relative;
    box-sizing: border-box;
    padding: 0 ;
    width: 100%;
    left: 0px;
    top:550px;
    font-size: 40px;
    line-height: 1.45em;
  }
  .section-concept .block01 .main-text {
    font-size: 28px;
    color: #fff;
    padding-top: 590px;
  }

}