@charset "UTF-8";
@import url("//use.fontawesome.com/releases/v5.7.2/css/all.css");



/* smp
------------------------------------------------------- */

#design .wrap {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#design .wrap .content {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#design .wrap .content .design {
  letter-spacing: 0.1em;
  padding: 30% 0 4%;
}
#design .wrap .content .design .txtArea {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#design .wrap .content .design .txtArea h2 {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8;
  margin: 0 auto 6%;
}
#design .wrap .content .design .txtArea h3 {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  margin: 0 auto 6%;
}
#design .wrap .content .design .txtArea h5{
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.4rem;
  /*font-family: "Adobe Garamond Pro", serif; */
  color: #877c5e;
}
#design .wrap .content .design .txtArea .txtBlock {
  text-align: justify;
  margin: 0 auto 6%;
  padding: 0;
}

#design .wrap .content .design .facadeBox01{
	width: 80%;
	margin: 6% auto 6%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#design .wrap .content .design .facadeBox01 .leftBox{
	width: 100%;
	margin-bottom: 6%;
}
#design .wrap .content .design .designer {
  position: relative;
  text-align: left;
  background-color: #5a5a59;
  margin: 10% 0;
  padding: 10% 0;
}
#design .wrap .content .design .designer .h3Box {
  position: relative;
  width: 80%;
  margin: 0 auto 6%;
  overflow: hidden;
}
#design .wrap .content .design .designer .h3Box .h3Line {
  position: absolute;
  top: 20px;
  left: 0;
  display: inline-block;
  text-align: right;
  width: 100%;
  height: 1px;
  background: #fff;
  overflow: hidden;
}
#design .wrap .content .design .designer .h3Box h3 {
  position: relative;
  z-index: 2;
  display: inline-block;
  text-align: left !important;
  color: #fff;
  background: #5a5a59;
  margin: 0;
  padding: 5px 15px 5px 0;
}
#design .wrap .content .design .designer .designerBox {
  width: 80%;
  color: #fff;
  margin: 0 auto 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#design .wrap .content .design .designer .designerBox li.designerImg01 {
  width: 100%;
  max-width: 200px;
  margin-bottom: 6%;
}
#design .wrap .content .design .designer .designerBox li:nth-child(2) {
  width: 100%;
  margin-bottom: 6%;
}
#design .wrap .content .design .designer .designerBox li:nth-child(2) .designerTxtSub {
  font-size: 10px;
  font-size: 0.625rem;
}
#design .wrap .content .design .designer .designerBox li:nth-child(2) .name {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 10px 0;
}
#design .wrap .content .design .designer .designerBox li:nth-child(3) {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3% 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 3% 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 3%;
}
#design .wrap .content .design .designer .designerBox li:nth-child(3) > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#design .wrap .content .design .designer .designerBox li:nth-child(3) > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#design .wrap .content .design .designer .designerBox li:nth-child(3) > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
#design .wrap .content .design .designer .designerBox li:nth-child(3) > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
#design .wrap .content .design .designer .designerBox li:nth-child(3) .imgBox.img01 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
#design .wrap .content .design .designer h4 {
  text-align: center;
  color: #fff;
  margin-bottom: 6%;
}
#design .wrap .content .design .designer .desSlide {
  margin: 0 0 30px;
}
#design .wrap .content .design .designer .desSlide li {
  margin: 0 10px;
}
#design .wrap .content .design .designer .arrow_box3 {
  position: relative;
  width: 80%;
  margin: 20px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#design .wrap .content .design .designer .arrow_box3 .prev-arrow {
  display: block;
  width: 102px;
  height: 18px;
  background: url("../../img/arrow1.png") no-repeat top left/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
#design .wrap .content .design .designer .arrow_box3 .next-arrow {
  display: block;
  width: 102px;
  height: 18px;
  background: url("../../img/arrow2.png") no-repeat top right/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
/* design-PC
------------------------------------------------------- */
@media only screen and (min-width: 961px) {
  #design .wrap .content .design {
    padding-top: 13%;
  }
  #design .wrap .content .design .txtArea {
    margin: 50px auto;
  }
  #design .wrap .content .design .txtArea h2 {
    font-size: 2vw;
    margin: 0 auto 30px;
  }
  #design .wrap .content .design .txtArea h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 auto 30px;
  }
#design .wrap .content .design .txtArea h5{
  font-size: 56px;
  font-size: 3.5rem;
  letter-spacing: 0.8rem;
}
  #design .wrap .content .design .txtArea .txtBlock {
    text-align: justify;
    padding: 0;
  }
#design .wrap .content .design .facadeBox01{
	margin: 10% auto 10%;
}
#design .wrap .content .design .facadeBox01 .leftBox{
	width: 46%;
	margin-bottom: 0;
	align-self: center;
}
#design .wrap .content .design .facadeBox01 .imgBox{
	width: 46%;
	align-self: center;
}
#design .wrap .content .design .designer {
    padding: 80px 0;
  }
#design .wrap .content .design .designer .h3Box {
    margin: 0 auto 30px;
  }
#design .wrap .content .design .designer .designerBox {
    margin-bottom: 80px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
#design .wrap .content .design .designer .designerBox li.designerImg01 {
    width: 20%;
    margin-bottom: 0;
  }
#design .wrap .content .design .designer .designerBox li:nth-child(2) {
    width: 45%;
    margin-bottom: 0;
    padding-left: 40px;
  }
#design .wrap .content .design .designer .designerBox li:nth-child(2) .designerTxtSub {
    font-size: 12px;
    font-size: 0.75rem;
  }
#design .wrap .content .design .designer .designerBox li:nth-child(2) .name {
    font-size: 25px;
    font-size: 1.5625rem;
    margin: 10px 0;
  }
#design .wrap .content .design .designer .designerBox li:nth-child(3) {
    width: 35%;
  }
#design .wrap .content .design .designer .designerBox li:nth-child(3) .imgBox img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
#design .wrap .content .design .designer h4 {
    text-align: center;
    color: #fff;
    margin-bottom: 6%;
  }
#design .wrap .content .design .designer .desSlide {
    margin: 0 0 30px;
  }
#design .wrap .content .design .designer .desSlide li {
    margin: 0 10px;
  }
#design .wrap .content .design .designer .arrow_box3 {
    position: relative;
    width: 80%;
    margin: 20px auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
#design .wrap .content .design .designer .arrow_box3 .prev-arrow {
    display: block;
    width: 102px;
    height: 18px;
    background: url("../../img/arrow1.png") no-repeat top left/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
  }
#design .wrap .content .design .designer .arrow_box3 .next-arrow {
    display: block;
    width: 102px;
    height: 18px;
    background: url("../../img/arrow2.png") no-repeat top right/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
  }
}