@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 lower common
==================================================================================*/
/*==================================================================================
 design
==================================================================================*/
#design .intro {
  text-align: center;
}
#design .intro .tit {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 40px;
}
#design .intro .lead {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 120px;
}
#design .sections {
  text-align: center;
  margin-bottom: 200px;
}
#design .sections .img01 {
  margin: 0 auto 200px;
}
#design .sections ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#design .sections ul li {
  text-align: left;
  margin: auto;
}
#design .sections ul li:last-child {
  width: 50%;
  margin: inherit;
}
#design .sections ul .txt {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 70px;
}
#design .sections ul .lead {
  font-size: 14px;
  line-height: 2;
}
#design .sec02 ul li {
  width: 36%;
  margin: auto;
}
#design .sec02 ul li:last-child {
  width: 52%;
  margin: inherit;
}
#design .sec03 {
  text-align: center;
  background: #abb5ad;
  padding: 200px 0;
}
#design .sec03 .tit {
  color: #fff;
  font-size: 32px;
  line-height: 1.8;
  margin-bottom: 40px;
}
#design .sec03 .list {
  text-align: left;
}
#design .sec03 .list li {
  display: inline-block;
  max-width: 180px;
  vertical-align: middle;
  width: 30%;
  margin-right: 6%;
}
#design .sec03 .list li:last-child {
  max-width: inherit;
  width: 62%;
  margin-right: auto;
}
#design .sec03 .list .office,
#design .sec03 .list .position {
  font-size: 11px;
  margin-bottom: 10px;
}
#design .sec03 .list .logo {
  max-width: 180px;
  margin: 0 0 14px;
}
#design .sec03 .list .name {
  font-size: 24px;
  margin-bottom: 20px;
}
#design .sec03 .list .info {
  font-size: 11px;
  line-height: 1.6;
}
#design .sec03 .wrap {
  display: flex;
  justify-content: space-between;
}
#design .sec03 .lists {
  width: 49%;
}
#design .sec04 {
  text-align: center;
  max-width: 900px;
  margin: auto;
  padding: 200px 0;
}
#design .sec04 .tit {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 40px;
}
#design .sec04 .lead {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 80px;
}
/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  /*==================================================================================
   design
  ==================================================================================*/
  #design .intro {
    text-align: center;
  }
  #design .intro .tit {
    text-align: left;
    font-size: 22px;
    margin-bottom: 40px;
  }
  #design .intro .lead {
    text-align: left;
    margin-bottom: 80px;
  }
  #design .sections {
    text-align: center;
    margin-bottom: 80px;
  }
  #design .sections .img01 {
    margin: 0 auto 80px;
  }
  #design .sections ul {
    display: block;
  }
  #design .sections ul li {
    width: 94%;
    text-align: left;
    margin: auto;
  }
  #design .sections ul li:last-child {
    width: 100%;
    margin: auto;
  }
  #design .sections ul .txt {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  #design .sections ul .lead {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 40px;
  }
  #design .sections ul .lead br {
    display: none;
  }
  #design .sec02 ul li {
    width: 94%;
    margin: auto;
  }
  #design .sec02 ul li:last-child {
    width: 100%;
    margin: auto;
  }
  #design .sec03 {
    padding: 80px 0;
  }
  #design .sec03 .tit {
    text-align: left;
    color: #1c3333;
    font-size: 30px;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  #design .sec03 .list {
    text-align: center;
  }
  #design .sec03 .list li {
    display: block;
    max-width: 180px;
    width: 100%;
    margin: 0 auto 30px;
  }
  #design .sec03 .list li:last-child {
    max-width: inherit;
    width: auto;
    margin-right: auto;
  }
  #design .sec03 .list .logo {
    max-width: 180px;
    margin: 0 auto 14px;
  }
  #design .sec03 .list .info {
    text-align: left;
  }
  #design .sec03 .wrap {
    display: block;
    justify-content: space-between;
  }
  #design .sec03 .lists {
    width: 100%;
  }
  #design .sec04 {
    padding: 80px 0;
  }
  #design .sec04 .tit {
    text-align: left;
    font-size: 22px;
  }
  #design .sec04 .tit br {
    display: none;
  }
  #design .sec04 .lead {
    text-align: left;
    margin-bottom: 40px;
  }
  #design .sec04 .lead br {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */