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

/*-----------------
message
-----------------*/
.message {
  margin-bottom: 70px;
}
.message .inner {
  width: 1000px;
  height: 259px;
  margin: 0 auto;
  background: url(../img/bg01.png) no-repeat right top;
}
.message h3 {
  padding: 15px 0 25px;
}
.message p {
  font-size: 18px;
  line-height: 1.8;
}
/*-----------------
works
-----------------*/
.works {
  margin-bottom: 70px;
}
.works .inner {
  width: 1000px;
  margin: 0 auto;
}
.works dl {
  display: flex;
  align-items: center;
  width: 100%;
  height: 400px;
  margin: 0 0 20px;
  background: url(../img/bg02.png) no-repeat left center;
}
.works dt {
  box-sizing: border-box;
  width: 400px;
  padding: 0 0 0 50px;
  line-height: 1.2;
}
.works dt strong {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: normal;
}
.works dt span {
  display: block;
  margin-bottom: 10px;
  color: #929292;
  font-size: 20px;
}
.works dt small {
  display: block;
  font-size: 17px;
}
.works dd {
  width: 600px;
}
