@charset "UTF-8";
/* # =================================================================
   # Global selectors
   # ================================================================= */

.sp {
  display: none;
}

.message-index .common-box {
  display: flex;
  justify-content: space-between;
  padding: 0 2.66% 0 5.75%;
  background: #f1f1f1;
}

.message-index .common-box .img-area {
  display: flex;
  align-items: flex-end;
}

.message-index .common-box figure {
  margin-top: 35px;
}

.message-index .common-box figure img {
  vertical-align: bottom;
}

.message-title-area {
  align-self: center;
}

.message-title {
  margin-bottom: 22px;
}

.message-title img {
    vertical-align: top;
}

.message-name {
  margin-bottom: 50px;
  font-size: 1.6rem;
  margin-left: 20px;
  line-height: 1.6;
  font-weight: 700;
}

.message-name strong {
  font-size: 2.4rem;
}

.message-txt {
  max-width: 1000px;
  width: 83.5%;
  margin: 70px auto 0;
}

.message-txt p {
  line-height: 1.6;
  font-family: 'Noto Serif JP', serif;
}

.message-txt .sig {
  text-align: right;
}


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

}

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

}

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

  .message-title {
    width: 53.33vw;
  }

  .message-index .common-box figure {
    max-width: 25.166vw;
  }
  
  .message-name {
    font-size: 1.333vw;
  }

  .message-name strong {
    font-size: 2vw;
  }

}

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

  .message-title {
    width: 50vw;
  }

}

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


}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }


  .main-width {
    padding-top: 0;
  }

  .message-index {
    padding-top: 35px;
  }
  
  .message-index .common-box {
    display: block;
    padding: 27px 0 0;
    max-width: 320px;
    margin: 0 auto;
  }

  .message-index .common-box .img-area {
    width: 293px;
    margin: 0 auto;
    justify-content: center;
    position: relative;
  }

  .message-index .common-box figure {
    max-width: 150px;
    margin: 0 10px 0 0;
  }

  .message-title-area {
    margin: 0 auto;
    max-width: 265px;
  }

  .message-title {
    width: auto;
    margin-bottom: 10px;
  }

  .message-name {
    font-size: 1rem;
    margin-bottom: 8px;
    position: absolute;
    right: 0;
  }

  .message-name strong {
    font-size: 1.6rem;
  }

  .message-txt {
    margin: 35px auto 0;
    width: 100%;
  }
  
  .message-txt p {
    font-size: 15px;
  }

  .message-txt .sig img {
    width: 75px;
  }

}

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

  .message-index .common-box {
    padding: 7.5vw 0 0;
  }

  .message-index .common-box .img-area {
    width: 81.388vw;
  }

  .message-index .common-box figure {
    max-width: 41.667vw;
    margin: 0 2.777vw 0 0;
  }

  .message-title-area {
    max-width: 73.611vw;
  }

  .message-title {
    margin-bottom: 2.777vw;
  }

  .message-name {
    font-size: 2.777vw;
    margin-bottom: 2.222vw;
  }

  .message-name strong {
    font-size: 4.444vw;
  }




}
