@charset "UTF-8";
.clfl:after {
  content: ".";
  display: block;
  clear: left;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clfr:after {
  content: ".";
  display: block;
  clear: right;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clf:after, #contents > .wrap .projects:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clf, #contents > .wrap .projects {
  min-height: 1px;
}

* html .clf, #contents > .wrap html .projects {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.breadcrumb {
  top: 105px;
}

#contents > .wrap h1 {
  width: 640px;
  margin: 25px auto 60px;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  #contents > .wrap h1 {
    width: 100%;
  }
}
#contents > .wrap h1 img {
  width: 100%;
  height: auto;
}
#contents > .wrap h1 + .col1 {
  margin-bottom: 46px;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  #contents > .wrap h1 + .col1 {
    margin-bottom: 24px;
  }
}
#contents > .wrap h1 + .col1 + img {
  margin-bottom: 63px;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  #contents > .wrap h1 + .col1 + img {
    margin-bottom: 60px;
  }
}
#contents > .wrap h2 {
  font-size: 14px;
  margin-bottom: 23px;
}
#contents > .wrap h2 + .col1 {
  margin-bottom: 88px;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  #contents > .wrap h2 + .col1 {
    margin-bottom: 24px;
  }
}
#contents > .wrap .project {
  color: #262626;
}
#contents > .wrap .project > img {
  width: 100%;
  height: auto;
}
#contents > .wrap .project h3 {
  background-position: center;
  background-size: auto 130px;
  background-repeat: no-repeat;
  height: 130px;
}
#contents > .wrap .project h3 span {
  display: none;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  #contents > .wrap .project h3 {
    background-size: auto 102px;
    height: 102px;
  }
}
#contents > .wrap .project .info {
  background-color: #f5f5f5;
  height: 60px;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  padding-left: 28px;
  font-size: 13px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  #contents > .wrap .project .info {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    font-size: 10px;
    padding-left: 16px;
  }
}
#contents > .wrap .project.border h3 {
  border-right: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  #contents > .wrap .project.border h3 {
    border-color: #e2e2e2;
  }
}
