@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 lower common
==================================================================================*/
/*==================================================================================
 design
==================================================================================*/
#design .content {
  display: flex;
  justify-content: space-between;
  padding-left: 6%;
  align-items: center;
}
#design .content .header {
  width: 29.75%;
  padding-bottom: 150px;
}
#design .content .header .title {
  font-size: 20px;
  font-weight: normal;
  line-height: 2;
  padding-bottom: 40px;
}
#design .content .header .lead {
  font-size: 14px;
  line-height: 2;
  padding-bottom: 25px;
}
#design .content .header .designer {
  position: relative;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  z-index: 1;
}
#design .content .header .designer .image {
  width: 50%;
  min-width: 240px;
  margin-left: 10px;
}
#design .content .header .designer .image.img01 {
  min-width: 180px;
}
#design .content .header .designer .texts .text01 {
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 10px;
}
#design .content .header .designer .texts .text02 {
  font-size: 14px;
  line-height: 2;
  padding-bottom: 10px;
}
#design .content .header .designer .texts .text03 {
  font-size: 11px;
  line-height: 1.8;
}
#design .content .big-image {
  width: 70%;
}
#design .sec01 {
  text-align: center;
}
#design .sec01 .tit {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 50px;
}

/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  /*==================================================================================
   design
  ==================================================================================*/
  #design .content {
    padding-left: 0%;
    flex-wrap: wrap;
  }
  #design .content .header {
    order: 2;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 100px;
  }
  #design .content .header .title {
    font-size: 20px;
    padding-bottom: 30px;
    text-align: left;
  }
  #design .content .header .title br {
    display: inherit;
  }
  #design .content .header .lead {
    padding-bottom: 30px;
  }
  #design .content .header .texts-box {
    padding-top: 30px;
  }
  #design .content .header .texts-box .text01 {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 6px;
  }
  #design .content .header .texts-box .text02 {
    font-size: 14px;
    line-height: 2;
    padding-bottom: 10px;
  }
  #design .content .header .designer {
    padding-top: 20px;
  }
  #design .content .header .designer .image {
    width: 46.5%;
    min-width: inherit;
    margin-left: auto;
  }
  #design .content .header .designer .image.img01 {
    min-width: inherit;
  }
  #design .content .header .designer .texts {
    width: 48.5%;
  }
  #design .content .header .designer .texts .text03 {
    font-size: 11px;
    line-height: 2;
  }
  #design .content .big-image {
    width: 100%;
    margin-bottom: 30px;
  }
  #design .sec01 {
    text-align: left;
  }
  #design .sec01 .wrap {
    width: 90%;
  }
}/*# sourceMappingURL=style.css.map */