@media (max-width: 1024px) {

  .container-top-low {
    width: 100%;
    height: 70vh;
    position: relative;
    background-color: #FFF100;
    flex-direction: column;
    z-index: 10;
  }

    .container-top-low-left {
    width: 100%;
    height: 70vh;
  }

  .container-top-low-right {
    display: none;
  }

  .box {
  width:100%; 
  }

  img {
    width: 100%
  }

  .box-tx-bg-left {
		margin-top: 10px;
		background-size:100%;
		width: 100%;
    height: 200%;
    margin-top: 50px;
		background-image: url(../images/cloud.png);
		background-repeat: no-repeat;
	  }
	  
	  .box-tx-bg-right {
		margin-top: 10px;
		background-size:100%;
		width: 100%;
    height: 200%;
    margin-top: 150px;
    margin-bottom: 150px;
		background-image: url(../images/cloud.png);
		background-repeat: no-repeat;
    }
    
    .parent {
      position: relative;
      font-size: 350%;
      color: #666666;
      text-align: center;
    }

    .container-top {
      height: 5vh;
    }

    .bg01 {
      height: 900%;
    }
    
    .bg02 {
      height: 900vh;
    }
    
    .box-tx {
      font-size: 22px;
    }

}


@media (max-width: 1020px) {

    
.col {
    width: 130%;
  }

.bg01 {
  height: 900%;
}

.bg02 {
  height: 900vh;
}
  .container-top-low-left {
    width: 100%;
    height: 70vh;
  }

  .container-top-low-right {
    display: none;
  }

  .box {
  width:100%;
  }

  img {
    width: 100%
  }

  .box-text {
    font-size: 300%;
  }

  .box-tx-bg-left {
		margin-top: 10px;
    background-size:100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: auto;
    /* background-image: url(../images/cloud.png); */
    background-color: white;
    border-radius: 48px;
    background-repeat: no-repeat;
	  }
	  
	  .box-tx-bg-right {
      margin-top: 10px;
      background-size:100%;
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto;
      width: 80%;
      height: auto;
      /* background-image: url(../images/cloud.png); */
      background-color: white;
      border-radius: 48px;
      background-repeat: no-repeat;
      text-align: center;
    }
    
    .img-box {
      margin-left: auto;
      margin-right: auto;
    }
    .box-cnt-1 {
      margin-bottom: 130px;
    }

    .box-cnt-3 {
      margin-bottom: 130px;
    }

    .container-top {
      height: 5vh;
    }

    .box-text {
      font-size: 430%;
    }

    .box-tx {
      font-size: 60px;
    }


}




@media (max-width: 1020px) and (orientation: landscape){
  .bg01 {
    height: 500%;
  }

  .container-top {
    height: 15vh;
  }

  .img-box {
    width: 50%;
  }
  
  .landscape {
    width: 60%;
    font-size: xx-large;
   text-align: center;
  }

  .box-text, .box-tx {
    text-align: center;
    margin-left: auto;
    margin-right: auto
  }

  .box-cnt-1, .box-cnt-2, .box-cnt-3 {
    text-align: center;
    margin-left: 20%;
    margin-right: auto;
  }

  .box-tx-bg-left, .box-tx-bg-right {
    margin-left: -10%;
    margin-right: auto;
  }
}












  