.h_logo {
  display: block;
  margin: auto;
  width: 24vw;
}

.top_sec_box {
  padding: 6vw;
}
.top_sec_box.about {
  background-color: #F0F5F3;
}
.top_sec_box.work {
  margin-top: 16vw;
}

.h_ttl {
  font-family: "Lusitana", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6vw;
  text-align: center;
  margin: 6vw 0;
}
.h_ttl span {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 4vw;
}

.top_text {
  text-align: center;
}
.top_text h3 {
  font-size: 3.5vw;
  font-weight: bold;
  margin-bottom: 2vw;
}
.top_text p {
  line-height: 130%;
}

.top_illust_lst {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.top_illust_lst li {
  width: 45vw;
  height: 45vw;
  max-width: 50%;
  max-height: 100%;
  position: relative;
}
.top_illust_lst li:nth-child(1) {
  width: 100%;
  height: 90vw;
  max-width: 100%;
}
.top_illust_lst li:nth-child(1) img {
  max-width: 100%;
  max-height: 100%;
}
.top_illust_lst li img {
  max-width: 50vw;
  max-height: 43vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.box_float .top_img {
  width: 80%;
  margin: 4vw auto;
}

.top_sec_box.about .icon_name {
  text-align: center;
  margin: 10px 0;
}/*# sourceMappingURL=top.css.map */