body[page="home"] section.banner {
  background-color: #f9f9f9;
}
body[page="home"] section.banner centerwrap {
  max-width: 1024px;
}
body[page="home"] section.banner .photo {
  display: block;
  height: 0px;
  padding-bottom: 40%;
  position: relative;
  width: 100%;
  cursor: pointer;
}
body[page="home"] section.banner .photo .in {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
body[page="home"] section.banner[n="1"] .photo .in[n="1"],
body[page="home"] section.banner[n="2"] .photo .in[n="2"],
body[page="home"] section.banner[n="3"] .photo .in[n="3"] {
  opacity: 1;
}
body[page="home"] section.banner .menu {
  background-color: #FFF;
  height: 120px;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  border-bottom: 7px solid #F5EFBD;
  font-family: serif;
}
body[page="home"] section.banner .menu li {
  float: left;
  width: 25%;
  height: 120px;
  line-height: 120px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body[page="home"] section.banner .menu li:hover {
  background-color: #F5EFBD;
}
body[page="home"] section.banner .menu li.left {
  background-color: #000;
  color: #FFF;
  line-height: 27px;
  padding-top: 32px;
  height: 89px;
}
body[page="home"] section.banner .menu li.dots {
  background-image: url(/images/home/dot.png);
  background-repeat: no-repeat;
  background-position: right;
}
body[page="home"] section.projects {
  background-color: #FFF;
  padding: 40px;
  font-family: serif;
  padding-bottom: 100px;
  padding-top: 60px;
}
body[page="home"] section.projects h2 {
  color: #4E4E4E;
  font-family: serif;
  font-size: 43px;
  font-weight: 100;
}
body[page="home"] section.projects h3 {
  color: #4E4E4E;
  font-family: serif;
  margin-bottom: 30px;
}
body[page="home"] section.projects .type_list {
  max-width: 960px;
  margin: auto;
  margin-bottom: 50px;
  display: flex;
}
body[page="home"] section.projects .type_list li {
  border-bottom: 4px solid #f8f8f8;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  flex: 1;
}
body[page="home"] section.projects .type_list li.active {
  border-bottom: 4px solid #000;
}
body[page="home"] section.projects .list {
  max-width: 960px;
  margin: auto;
}
body[page="home"] section.projects .list li {
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body[page="home"] section.projects .list li:hover {
  transform: scale(1.02, 1.02);
}
body[page="home"] section.projects .list li .photo {
  display: inline-block;
  background-color: #e9e9e9;
  width: 45%;
  padding-bottom: 33%;
  text-align: left;
  background-size: cover;
  background-position: center;
  border: 1px solid #eaeaea;
}
body[page="home"] section.projects .list li .content {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  text-align: left;
  margin-left: 4%;
}
body[page="home"] section.projects .list li .content .type {
  color: #41a1b4;
  margin-bottom: 5px;
}
body[page="home"] section.projects .list li .content .title {
  display: inline-block;
  text-align: left;
  font-size: 21px;
  margin-bottom: 15px;
}
body[page="home"] section.projects .list li .content .outline {
  color: #a0a0a0;
  font-size: 14px;
  line-height: 2;
}
body[page="home"] section.services {
  background-color: #FFF;
  padding: 40px;
  font-family: serif;
  padding-bottom: 100px;
  padding-top: 60px;
}
body[page="home"] section.services h2 {
  color: #4E4E4E;
  font-family: serif;
  font-size: 43px;
  font-weight: 100;
}
body[page="home"] section.services h3 {
  color: #4E4E4E;
  font-family: serif;
  margin-bottom: 30px;
}
body[page="home"] section.services .text {
  color: #676767;
  line-height: 2;
  border-top: 2px solid #e9e9e9;
  padding-top: 30px;
  max-width: 700px;
  margin: auto;
}
body[page="home"] section.servicesList {
  background-color: #E0E0E0;
  padding: 0px;
  font-family: serif;
  padding-bottom: 0px;
  color: #0D0D0D;
  padding-top: 0px;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
body[page="home"] section.servicesList centerwrap {
  max-width: 720px;
}
body[page="home"] section.servicesList li {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #efefef;
  margin: -3.5px;
  margin-bottom: 1px;
}
body[page="home"] section.servicesList li .photo {
  height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}
body[page="home"] section.servicesList li .text01 {
  vertical-align: top;
  font-size: 19px;
}
body[page="home"] section.servicesList li .text02 {
  font-size: 14px;
  padding: 30px;
  height: 8em;
}
body[page="home"] section.quotation {
  background-color: #FFF;
  padding: 40px;
  font-family: serif;
  padding-bottom: 100px;
  padding-top: 100px;
}
body[page="home"] section.quotation .btn {
  background-color: #DBB44D;
  width: 125px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 22px;
  color: #FFF;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
}
body[page="home"] section.quotation i {
  color: #f0eab7;
  font-size: 30px;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: -10px;
}
body[page="home"] section.quotation .wrap {
  max-width: 600px;
  margin: auto;
  border-bottom: none;
  margin-top: 80px;
}
body[page="home"] section.quotation .wrap:after {
  content: '';
  display: block;
  clear: both;
}
body[page="home"] section.quotation .wrap a {
  display: block;
}
body[page="home"] section.quotation .wrap li {
  border: 2px solid #efefef;
  float: left;
  width: calc(50% - 3px);
  line-height: 45px;
}
body[page="home"] section.quotation .wrap li:nth-child(2) {
  border-left: none;
}
body[page="home"] section.quotation .wrap li:nth-child(3) {
  border-top: none;
}
body[page="home"] section.quotation .wrap li:nth-child(4) {
  border-top: none;
  border-left: none;
}
body[page="home"] section.servicesList li:nth-child(odd) {
  border-left: 0px;
}
body[page="home"] section.servicesList li:nth-child(even) {
  border-right: 0px;
}
body[page="home"] section.servicesList li:nth-child(1),
body[page="home"] section.servicesList li:nth-child(2) {
  border-top: 0px;
}
body[page="home"] section.servicesList li:nth-last-child(1),
body[page="home"] section.servicesList li:nth-last-child(2) {
  border-bottom: 0px;
}
@media screen and (max-width: 1280px) {
  body[page="home"] section.banner .photo {
    padding-bottom: 65vw;
    margin-bottom: 85px;
  }
  body[page="home"] section.servicesList li {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #efefef;
    margin: -3px;
    margin-bottom: 1px;
    border-left: 0px;
    border-top: 0px;
  }
  body[page="home"] section.servicesList li .text02 {
    font-size: 15px;
    padding: 12px;
    height: 8em;
    padding-top: 9px;
    line-height: 1.5;
  }
  body[page="home"] section.banner .menu {
    height: 80px;
    font-size: 12px;
    letter-spacing: 0;
  }
  body[page="home"] section.banner .menu li {
    width: 23.5%;
    height: 80px;
    line-height: 80px;
    background-size: 2px;
  }
  body[page="home"] section.banner .menu li.left {
    background-color: #000;
    color: #FFF;
    line-height: 27px;
    padding-top: 16px;
    height: 64px;
    text-align: left;
    padding-left: 16px;
    width: 25%;
  }
  body[page="home"] section.banner .menu li.dots {
    height: 80px;
  }
  body[page="home"] section.quotation {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  body[page="home"] section.quotation .wrap li:nth-child(1) {
    border-left: none;
  }
  body[page="home"] section.quotation .wrap li:nth-child(3) {
    border-left: none;
  }
  body[page="home"] section.quotation .wrap li:nth-child(2) {
    border-right: none;
  }
  body[page="home"] section.quotation .wrap li:nth-child(4) {
    border-right: none;
  }
  body[page="home"] section.quotation .wrap li {
    width: calc(50% - 1px);
  }
  body[page="home"] section.projects {
    padding: 20px;
  }
  body[page="home"] section.projects .list li .content .title {
    font-size: 15px;
  }
  body[page="home"] section.projects .list li .content .outline {
    display: none;
  }
  body[page="home"] section.projects .list li .content .type {
    font-size: 12px;
  }
  body[page="home"] section.projects .type_list li {
    font-size: 13px;
  }
}
