@charset "utf-8";


@media screen and (min-width: 801px){
  .sec01{
    padding-bottom: 0;
  }
  .sec01 .message{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 27vw;
    max-height: 342px;
    background-image: url(../img/message_obj01_pc.jpg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .sec01 .message .message_text{
    padding: 0 20px;
    font-size: 39.5px;
    letter-spacing: 0.12em;
    line-height: 1.6;
    text-align: center;
  }

  .sec02{
    padding: 102px 0 140px;
  }
  .sec02 .message{
    margin: 0 auto;
    width: 80%;
    max-width: 848px;
  }
  .sec02 .text_wrapper p{
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 2.58;
  }
  .sec02 .text_wrapper p:not(:first-of-type){
    margin-top: 57px;
  }
  .sec02 .signArea{
    margin-top: 36px;
  }
  .sec02 .aboutTxt{
    margin-right: 6px;
    text-align: right;
    font-size: 16px;
    line-height: 1.68;
    letter-spacing: 0.04em;
  }
  .sec02 .sign{
    margin: 28px 0 0 auto;
    width: 386px;
  }
  .sec02 .sign img{
    width: 100%;
  }

}@media screen and (max-width: 800px) {
  .sec01{
    padding-bottom: 0;
  }
  .sec01 .message{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36vw;
    background-image: url(../img/message_obj01_sp.jpg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .sec01 .message .message_text{
    font-size: 6.13vw;
    line-height: 1.63;
    letter-spacing: 0.06em;
    text-indent: -0.9em;
    text-align: center;
  }

  .sec02{
    padding: 12.93vw 0 19.2vw;
  }
  .sec02 .text_wrapper p{
    font-size: 3.47vw;
    letter-spacing: 0.12em;
    line-height: 1.53;
  }
  .sec02 .text_wrapper p:not(:first-of-type){
    margin-top: 6.93vw;
  }
  .sec02 .signArea{
    margin-top: 7.47vw;
  }
  .sec02 .aboutTxt{
    margin-right: 6px;
    text-align: right;
    font-size: 3.2vw;
    line-height: 1.58;
    letter-spacing: 0.04em;
  }
  .sec02 .sign{
    margin: 3.2vw 0 0 auto;
    width: 51.07vw;
  }
  .sec02 .sign img{
    width: 100%;
  }

}