@charset "UTF-8";
.partner-main-image{
  width:100%;
  max-height:420px;
  object-fit: cover;
  position: relative;
}
.main-contents{
  width: 1040px;
  margin: 0 auto;
}
.contents-title{
  font-size: 20px;
  text-align: center;
  margin: 16px 0;
  position: relative;
}
.massage{
  margin-bottom: 80px;
}
.message-contents{
  width: 960px;
  margin: 0 auto;
}
.massage-text{
  text-align: left;
  line-height: 1.8em;
}
.massage-text p{
  margin-bottom: 16px;
}
.contact-link-text{
  display: block;
  font-size: 20px;
  width: 60%;
  background-color: #779d00;
  margin: 80px auto;
  height: 44px;
  line-height: 44px;
  border-radius: 12px;
  color:#fff;
  transition: all 500ms 0s ease;
}
.contact-link-text:hover{
  background-color: #aabd00;
  font-size: 22px;
}
