.section_message  .main_catch.center{
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .section_message .main_catch.center {
    text-align: left;
    margin-bottom: 30px;
  } 
}

.section_message .msg_block .text_area p{
  margin-bottom: 2em;
}

.section_message .msg_block .box{
  width: 290px;
  background: transparent;
  float: right;
  margin-left: 60px;
}

.section_message .msg_block .box .img{
  margin-bottom: 24px;
}

.section_message .msg_block .box p.corp{
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: bold;
}
.section_message .msg_block .box dl{
  display: flex;
  align-items: center;
  gap:10px;
}

.section_message .msg_block .box dl>dt{
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2;
}

.section_message .msg_block .box dl>dd{
  font-size: 2.5rem;
  line-height: 1;
}

.section_vision .img02 {
  max-width: 569px;
  margin: 0 auto 60px;
}

.section_vision .vision_block p{
  margin-bottom: 2em;
}

.section_message {
  padding-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .section_message .msg_block .box{
    width: 230px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1024px) {

  .section_message {
    padding-bottom: 60px;
  }

  .section_message .msg_block .box {
    width: 100%;
    margin-left: 0px;
    float: none;
  }

  .section_message .msg_block .box .img{
    max-width: 400px;
    margin: 0 auto;
  }

  .section_message .msg_block .box_sp{
    width: 247px;
    margin-left: auto;
  }

  .section_message .msg_block .box_sp p.corp{
    font-size: 1.6rem;
    white-space: nowrap;
    letter-spacing: 0.1em;
    line-height: 2;
    font-weight: bold;
    padding-right: 0em;
  }
  .section_message .msg_block .box_sp dl{
    display: flex;
    align-items: center;
    gap:10px;
    justify-content: flex-end;
  }

  .section_message .msg_block .box_sp dl>dt{
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2;
  }

  .section_message .msg_block .box_sp dl>dd{
    font-size: 2.5rem;
    line-height: 1;
  }
}
