@charset "UTF-8";
/* CSS Document */

.title li {
  list-style: none;
}
.title_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title_img {
  width: 75%;
  transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  margin-right: -10px;
}
.title_img-line {
  margin-left: -30px;
}

.message_staff {
  display: flex;
  width: 75%;
  margin: 0 auto 80px;
}
.message_img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.message_img img {
  max-width: 168px;
}
.message_img p {
  padding-top: 10px;
  font-weight: 600;
}
.message_text {
  text-align: left;
  padding-left: 50px;
}
.message_text p {
  font-size: 1.4rem;
  padding-bottom: 30px;
}
.message_text p span {
  color: #ee0077;
}


.line {
  border: dotted 2px #efefef;
  width: 75%;
  margin: 0 auto 80px;
}
.sakakibara {
  width: 125%;
}




@media (max-width:960px) {
  .message_staff {
    flex-direction: column;
  }
  .message_text {
    padding-left: 0;
  }
  .message_text p {
    font-size: 1.3rem;
    max-width: 650px;
    margin: 0 auto;
  }
  .message_staff {
    width: 87%;
  }
  .message_img p {
    padding: 10px;
  }
  
  .sakakibara {
    width: 100%;
  }
  
  
  
  
  
  
  
}