.h_logo {
  width: auto;
}

.top_sec_box {
  padding: 10px 0 30px 0;
}
.top_sec_box.about {
  background-color: #F0F5F3;
}
.top_sec_box.work {
  margin-top: 0;
}

.h_ttl {
  font-size: 38px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.h_ttl span {
  font-size: 18px;
}

.top_text {
  text-align: left;
}
.top_text h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
.top_text p {
  font-size: 14px;
}

.top_sec_box.work .top_text {
  text-align: center;
  margin-top: 40px;
}

.top_sec_box.about .icon_name {
  text-align: center;
  margin: 10px 0;
}
.top_sec_box.about .box_float {
  flex-direction: row-reverse;
}

.top_sec_box.contact {
  margin-bottom: 60px;
}

.top_illust_lst {
  width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.top_illust_lst li {
  width: 160px;
  height: 160px;
  max-width: 50%;
  max-height: 100%;
  position: relative;
}
.top_illust_lst li:nth-child(1) {
  width: 100%;
  height: 600px;
  max-width: 100%;
}
.top_illust_lst li:nth-child(1) img {
  max-width: 100%;
  max-height: 100%;
}
.top_illust_lst li img {
  max-width: 160px;
  max-height: 160px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top_illust_lst li:hover img {
  scale: 1.1;
}

.box_inside_pc {
  width: 900px;
  margin: auto;
}

.box_float {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 700px;
  margin: auto;
}
.box_float .top_img {
  width: 40%;
  margin: 0;
}
.box_float .top_text {
  width: 60%;
}
.box_float .normal_btn {
  width: 70%;
  font-size: 16px;
  padding: 15px 0;
  margin: 30px 0;
  background-color: #ffffff;
}
.box_float .normal_btn:hover {
  background-color: #EAE6DB;
}

@media screen and (min-width: 770px) and (max-width: 1000px) {
  .top_illust_lst {
    width: 90%;
  }
  .top_illust_lst li {
    width: 16%;
  }
  .box_inside_pc {
    width: 80%;
  }
}/*# sourceMappingURL=top_pc.css.map */