@charset "UTF-8";

#sec-company-message{
  padding: 95px 0 90px;
}

.flex-msg{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.msg-img{
  order: 1;
  width: 38%;
}

.msg-img img{
  width: 100%;
  margin-bottom: 30px;
}

.msg-img .txt{
  font-weight: 600;
}

.msg-img .txt30{
  font-size: 30px;
  margin-left: 20px;
}

.msg-txt{
  order: 2;
  width: 55%;
}

@media only screen and (max-width: 834px){
#sec-company-message {
    padding: 50px 0 60px;
}

.flex-msg{
  display: block;
}

.msg-txt{
  width: 100%;
  margin-bottom: 30px;
}

.msg-img{
  width: 100%;
}

.msg-img img{
  margin: 0 auto 5px;
  width: 80%;
  display: block;
}

.msg-img .txt{
  text-align: center;
}

.msg-img .txt30{
  font-size: 22px;
}

}

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


}







