@charset "utf-8";
/* 全体の背景 */
main { background: #f1f7ef; }

.contets_message { padding-top:0; }
.contets_message p{text-align: justify;line-height: 1.8;}

/* 社長の画像 */
.message_img img { width:100%; margin-top:60px; }
.message_name img { width:100px; }
.name_wrap { display:flex; align-items:center; margin-top:10px; }
.name_wrap img { margin-left:20px; }

@media (min-width: 767px) {
  .dot_bounce { padding-bottom:80px; }
  .contents { width: min(90%, 960px); margin: 0 auto; }
  footer .contents { width: min(90%, 1200px); margin: 0 auto; }
  .contets_message p{line-height:2.2em; }
  .contets_message p .pc { line-height:0;}

    /* 社長 */
    .message_img img { width: 447px; justify-content: center; display: flex; text-align: center; margin: 60px auto; }
    .message_name { margin: 0 auto; justify-content: center; display: grid; }

  }