.m-hero-wrap {
  display: block;
  color: #354341;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 110px;
}

.m-hero-wrap-sp{
  display: none;
}

.m-hero-wrap .hero-container{
 display: flex;
 max-width: 1400px;
 padding: 100px 90px 0px 90px;
 margin: auto;
}

.m-hero-wrap .hero-container .left-col{
  width: 100%;
  padding-top: 45px;
  padding-bottom: 75px;
  position: relative;
}

.m-hero-wrap .hero-container .left-col .text-container{
  background: rgba(255, 255, 255, 0.9);
  padding: 40px;
  margin-bottom: 50px;
  display: inline-block;
}

.m-hero-wrap .hero-container .left-col .description{
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 18px;
}

.m-hero-wrap .hero-container .left-col .sml-title{
  font-weight: 500;
  font-size: 26px;
  line-height: 38px;
  color: #144da0;
  margin-bottom: 15px;
}

.m-hero-wrap .hero-container .left-col .title{
  font-weight: 500;
  font-size: 41px;
  margin-bottom: 25px;
}

.m-hero-wrap .hero-container .left-col .logo{
  font-weight: 700;
  font-size: 100px;
  color: #144da0;
}

.m-hero-wrap .hero-container .phone-image img{
  position: absolute;
  top: 0px;
  right: -320px;
  max-width: unset !important;
  width: 800px !important;
}

.m-hero-wrap .btns-container{
  display: block;
}

.m-hero-wrap .btns-container .left{
  display: inline-block;
}

.m-hero-wrap .btns-container .right{
  display: inline-block;
}

.m-hero-wrap .btns-container .cta-btn{
  width: 370px;
  height: 62px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-hero-wrap .btns-container .left .cta-btn{
  background: #EE8800;
  border: 1px solid #EE8800;
  margin-right: 30px;
}

.m-hero-wrap .btns-container .left .cta-btn .btn-text{
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
}

.m-hero-wrap .btns-container .right .cta-btn{
  background: #FFFFFF;
  border: 1px solid #EE8800;
}

.m-hero-wrap .btns-container .right .cta-btn .btn-text{
  font-weight: 600;
  font-size: 22px;
  color: #EE8800;
}

.m-hero-wrap .btns-container .left .cta-btn:hover{
  background-color: #EDC48E;
  border: 1px solid #EDC48E;
}

.m-hero-wrap .btns-container .right .cta-btn:hover{
  background-color: #f3bf88;
}


/*-------- For SP ------*/
.m-hero-wrap-sp .bg{
  position: relative;
}

.m-hero-wrap-sp .bg .bg-image{
  width: 100%;
}

.m-hero-wrap-sp .phone-image{
  position: absolute;
  top: 120px;
  left: calc(50% - 150px);
}

.m-hero-wrap-sp .phone-image img {
  /* width: 300px !important; */
  width: auto;
}

.m-hero-wrap-sp .text-container{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.m-hero-wrap-sp .text-container,
.m-hero-wrap-sp .description,
.m-hero-wrap-sp .btns-container{
  padding: 0 30px;
}


.m-hero-wrap-sp .text-container .sml-title{
  font-weight: 500;
  font-size: 26px;
  line-height: 38px;
  color: #144da0;
  margin-bottom: 15px;
}

.m-hero-wrap-sp .text-container .title{
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 25px;
}

.m-hero-wrap-sp .text-container .logo{
  font-weight: 700;
  font-size: 90px;
  color: #144da0;
}

.m-hero-wrap-sp .description{
  display: inline-block;
  margin: auto;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 30px;
} 

.m-hero-wrap-sp .description .hide-tablet{
  display: none;
}

.m-hero-wrap-sp .btns-container{
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-hero-wrap-sp .btns-container .left,
.m-hero-wrap-sp .btns-container .right{
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  height: 60px;
}

.m-hero-wrap-sp .btns-container .left{
  width: 50%;
  background: #EE8800;
  border: 1px solid #EE8800;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-hero-wrap-sp .btns-container .left .btn-text{
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
}

.m-hero-wrap-sp .btns-container .right{
  margin-left: 20px;
  width: 50%;
  background: #FFFFFF;
  border: 1px solid #EE8800;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-hero-wrap-sp .btns-container .right .btn-text{
  font-weight: 600;
  font-size: 22px;
  color: #EE8800;
}


/*-------- Phone img position ------*/
@media (max-width: 2200px){
  .m-hero-wrap .hero-container .phone-image img{
    right: -0px;
  }
}

@media (max-width: 2100px){
  .m-hero-wrap .hero-container .phone-image img{
    right: -0px;
  }
}

@media (max-width: 2000px){
  .m-hero-wrap .hero-container .phone-image img{
    right: -150px;
  }
}

@media (max-width: 1900px){
  .m-hero-wrap .hero-container .phone-image img{
    right: -80px;
  }
}

@media (max-width: 1700px){
  .m-hero-wrap .hero-container .phone-image img{
    right: 0px;
  }
}

@media (max-width: 1550px){
  .m-hero-wrap {
    background-size: contain;
  }

  .m-hero-wrap .hero-container {
    padding: 100px 70px 0;
  }

  .m-hero-wrap .hero-container .phone-image img{
    width: 500px !important;
    top: 200px;
  }

  .m-hero-wrap .hero-container .left-col{
    padding-bottom: 80px;
    padding-top: 40px;
  }

  .m-hero-wrap .hero-container .left-col .logo{
    font-size: 80px;
  }
}

@media (max-width: 1470px){
  .m-hero-wrap .hero-container .left-col .description{
    font-size: 18px;
  }
}

@media (max-width: 1400px){
  .m-hero-wrap .hero-container .left-col .description{
    font-size: 18px;
  }

  .m-hero-wrap .hero-container .phone-image img{
    right: -40px;
  }
}

/*-------- ipad pro ------*/
@media (max-width: 1366px){
  .m-hero-wrap .hero-container{
    padding: 0px 70px 0;
  }

  .m-hero-wrap .hero-container .left-col .description {
      font-size: 16px;
  }

  .m-hero-wrap .hero-container .phone-image img {
    width: 350px !important;
    top: 70px;
  }

  .m-hero-wrap .hero-container .left-col .logo {
    font-size: 70px;
  }

  .m-hero-wrap .hero-container .left-col .title{
    font-size: 35px;
  }

  .m-hero-wrap .hero-container .left-col{
    padding-top: 100px;
  }

  .m-hero-wrap .hero-container .left-col .text-container {
    margin-bottom: 30px;
  }

  .m-hero-wrap .btns-container .cta-btn{
    width: 320px;
  }
}

@media (max-width: 1260px){
  .m-hero-wrap .hero-container .left-col .title {
    font-size: 35px;
  }

  .m-hero-wrap .hero-container .phone-image img {
    width: 320px !important;
    right: -20px;
  }

  .m-hero-wrap .hero-container .left-col .text-container{
    padding: 25px;
  }

  .m-hero-wrap .hero-container .left-col .logo {
    font-size: 60px;
  }

  .m-hero-wrap .hero-container .left-col {
    padding-bottom: 70px;
  }

  .m-hero-wrap .hero-container .left-col .description{
    font-size: 15.5px;
  }
}

@media (max-width: 1200px){
  .m-hero-wrap .hero-container .left-col .description {
    font-size: 14.5px;
  }

  .m-hero-wrap .hero-container .phone-image img {
    width: 300px !important;
    right: -20px;
  }
}

@media (max-width: 1180px){
  .m-hero-wrap .hero-container .left-col{
    padding-top: 80px;
  }
  .m-hero-wrap .btns-container{
    margin-bottom: 40px;
  }
  .m-hero-wrap .hero-container .phone-image img{
    width: 300px !important;
    margin-right: 30px;
  }

  .m-hero-wrap .hero-container{
    padding-left: 40px;
    padding-right: 40px;
  }

  .m-hero-wrap .hero-container .left-col .sml-title{
    font-size: 24px ;
  }

  .m-hero-wrap .hero-container .left-col .title{
    font-size: 32px ;
  }

  .m-hero-wrap .hero-container .left-col .logo{
    font-size: 50px ;
  }

  .m-hero-wrap .hero-container .left-col .description {
    font-size: 14.0px;
  }
}

@media (max-width: 1080px){
  .m-hero-wrap .hero-container .phone-image img {
    width: 270px!important; 
    margin-right: 20px;
  }

  .m-hero-wrap .hero-container .left-col .description {
    margin-bottom: 10px;
    line-height: 30px;
  }
  .m-hero-wrap .hero-container .left-col .sml-title {
    margin-bottom: 7px;
  }

  .m-hero-wrap .hero-container .left-col .title {
    margin-bottom: 15px;
  }

  .m-hero-wrap .btns-container .cta-btn {
    width: 290px;
    height: 50px;
    }

    .m-hero-wrap .btns-container .left .cta-btn .btn-text,
    .m-hero-wrap .btns-container .right .cta-btn .btn-text {
      font-size: 18px;
    }

    .m-hero-wrap .hero-container .left-col{
      padding-bottom: 100px;
    }

}

@media (max-width: 1024px){
  .m-hero-wrap .hero-container .phone-image img {
    margin-right: 0;
  }

  .m-hero-wrap .hero-container .left-col .description {
    margin-bottom: 10px;
  }
  .m-hero-wrap .hero-container .left-col .sml-title {
    margin-bottom: 7px;
  }

  .m-hero-wrap .hero-container .left-col .title {
    margin-bottom: 15px;
  }

}  

@media (max-width: 1023px){
  .m-hero-wrap {
    display: none;
  }
  
  .m-hero-wrap-sp{
    display: block;
    margin-bottom: 70px;
  }

  .m-hero-wrap-sp .bg .bg-image{
    height: 600px !important;
  }

  .m-hero-wrap-sp .phone-image img{
    width: 300px;
    height: auto;
  }

  .m-hero-wrap-sp .text-container {
    margin-top: 120px;
  }

  .m-hero-wrap-sp .btns-container .left .btn-text,
  .m-hero-wrap-sp .btns-container .right .btn-text {
    font-size: 18px; 
  }
}

@media (max-width: 470px){
  .m-hero-wrap-sp .text-container{
    margin-top: 120px;
  }

  .m-hero-wrap-sp .text-container .sml-title{ 
    font-size: 15px;
    margin-bottom: 0px;
  }
  
  .m-hero-wrap-sp .text-container .title{
    font-size: 17px;
    margin-bottom: 15px;
  }
  
  .m-hero-wrap-sp .text-container .logo{
    font-size: 35px;
    margin-bottom: 15px;
  }
}

/*-------- sp ------*/
@media (max-width: 450px){
  .m-hero-wrap-sp .phone-image{
    position: absolute;
    top: 100px;
    left: calc(50% - 80px);
  }
  
  .m-hero-wrap-sp .phone-image img{
    width: 160px !important;
    height: 100% !important;
  }

  .m-hero-wrap-sp .bg .bg-image{
    height: 350px !important;
  }

  .m-hero-wrap-sp .text-container   
    margin-top: 80px;
  }

  .m-hero-wrap-sp .text-container .sml-title{ 
    font-size: 15px;
    margin-bottom: 0px;
  }
  
  .m-hero-wrap-sp .text-container .title{
    font-size: 17px;
    margin-bottom: 15px;
  }
  
  .m-hero-wrap-sp .text-container .logo{
    font-size: 35px;
    margin-bottom: 15px;
  }
  
  .m-hero-wrap-sp .description{
    width: 350px !important;
    font-size: 14.5px;
  } 

  .m-hero-wrap-sp .text-container,
  .m-hero-wrap-sp .description,
  .m-hero-wrap-sp .btns-container{
    padding: 0 10px;
  }

  .m-hero-wrap-sp .text-container{
    margin-bottom: 30px;
    margin-top: 60px;
  }

  .m-hero-wrap-sp .btns-container{
    flex-wrap: wrap;
  }

  .m-hero-wrap-sp .btns-container .left{
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: 0;
  }

  .m-hero-wrap-sp .btns-container .right{
    width: 80%;
    margin: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 400px){
  .m-hero-wrap-sp .text-container{
    margin-top: 70px;
  }
}

@media (max-width: 350px){
  .m-hero-wrap-sp .text-container .title{
    font-size: 15px;
  }
}
