@charset "UTF-8";

h3 {
  font-family: "Prata", serif;
  font-size: 36px;
}
#main {
  /*background-image: url("../images/bg_illust02.png");*/
  background-repeat: repeat-x;
  background-size: 2008px;
  background-position: center bottom;
  padding: 200px 0 0 0;
  width: 100%;
  height: 320px;
  text-align: center;
}

#sub_main {
  background-position: center bottom;
  padding: 60px 0 0 0;
  width: 100%;
  height: 200px;
  text-align: center;
}

#bgimage {
  width: 100%;
}
#bgimage img {
  width: 100%;
}

#main #copy_j {
  font-size: 14px;
}
#main #copy_e {
  font-size: 10px;
}
#company {
  margin: 0 auto 100px auto;
  width: 1200px;
}
td {
  padding: 5px 0;
  vertical-align: top;
}
footer {
  font-size: 10px;
  text-align: center;
}

.square_btn {
  display: inline-block;
  padding: 0.3em 5em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: 0.4s;
}

.square_btn:hover {
  background: #67c5ff;
  color: white;
}

#works {
  margin-bottom: 100px;
}
#works h3 {
  text-align: center;
}
#works_area {
  width: 847px;
  background: url("../images/works_bg.png") no-repeat;
  background-size: 847px 687px;
  padding: 32px;
  margin: 0 auto;
  box-sizing: border-box;
}
.works_box {
  text-align: center;
  outline: none;
}
.works_box img {
  width: 100%;
  margin-bottom: 250px;
}
.works_box h4 {
  font-size: 12px;
  margin: 0;
}
.works_box p {
  font-size: 10px;
  margin: 0;
}
.works_box p a {
  color: #000;
  text-decoration: none;
}
