@charset "UTF-8";
/*-----------------------------------------------
	mixin 
-----------------------------------------------*/
/*-----------------------------------------------
	concept / design / spec / nature / support 
-----------------------------------------------*/
.titBar {
  margin: 0 auto 40px;
  padding: 1.2em;
  text-align: center;
  font-size: 22px;
  line-height: 2.2;
  letter-spacing: 0.15em;
  color: #ffffff;
  background: #253038;
}

.brSm {
  display: none;
}

.hr1720 {
  width: 1720px;
  max-width: 90%;
  margin: 100px auto;
  border-top: 1px solid #dddddd;
}

.btnWrap.center {
  text-align: center;
}

.btnArrowGreen {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 380px;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.57em 1em;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  background: #6eb82b;
  border-radius: 100px;
  border: 1px solid transparent;
}

.btnArrowGreen::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: auto 0 auto 0.5em;
  overflow: hidden;
  background: url("../img/design/iconArrowGreen.png") center/cover no-repeat;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.btnArrowGreen:hover {
  border: 1px solid #6eb82b;
  background: #fff;
  color: #6eb82b;
}

.btnArrowGreen:hover::after {
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
}

.txtNum {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: .05em;
}

.txtNum::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  margin: 0 0 0 10px;
  background: #000;
}

.secInterview {
  margin: 100px auto 96px;
}

.secInterview .boxInterview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.secInterview .boxTxt {
  width: 40%;
}

.secInterview .boxTxt .titQuotation {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.12em;
  position: relative;
  margin: 0 0 36px;
}

.secInterview .boxTxt .titQuotation.center {
  text-align: center;
}

.secInterview .boxTxt .titQuotation::before {
  content: '“';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 140px;
  opacity: 0.1;
  line-height: 1;
  -webkit-transform: translate(-32%, -30%);
  transform: translate(-32%, -30%);
}

.secInterview .boxTxt .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0;
  font-weight: 400;
}

.secInterview .boxTxt .txt.center {
  text-align: center;
}

.secInterview .boxYoutube {
  width: 58%;
}

.secInterview .boxYoutube .boxIframe {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.secInterview .boxYoutube .iframeYoutube {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.secInterview .btnWrap {
  margin: 50px auto 0;
}

.secInterview .btnWrap {
  margin-top: 40px;
}

.secConcept {
  margin: 100px auto 0;
}

.secConcept .titBoxStyle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.secConcept .titBoxStyle .titStyle {
  margin: 0 0 0 10px;
  font-size: 34px;
  font-weight: 700;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.secConcept .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 34px;
}

.secConcept .list .box {
  width: calc(50% - 3px);
  margin-top: 6px;
}

.secSakuraBnr {
  margin: 100px auto 150px;
}

.secLoopSlider .tit {
  font-size: 32px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.15em;
}

.secLoopSlider .tit.center {
  text-align: center;
}

.secLoopSlider .txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin: 40px auto;
  font-weight: 200;
}

.secLoopSlider .txt.center {
  text-align: center;
}

.secLoopSlider .swiper-loop-container {
  margin: 20px 0 0;
}

.secLoopSlider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.secLoopSlider .swiper-slide {
  width: auto !important;
}

.secLoopSlider .swiper-slide .imgLoopSlider {
  width: 300px;
  height: 300px;
}

.secLoopSlider .swiper-slide .imgLoopSlider.w480 {
  width: 480px;
}

.secBnrMain {
  padding-top: 150px;
}

/*-----------------------------------------------
	index
-----------------------------------------------*/
.mainTitBox.lazyloaded {
  width: 100%;
  height: 740px;
  padding: 0;
  background: url(../img/title/bgDesign.jpg) top center/cover no-repeat;
}

.mainTitBox.lazyloaded .boxIn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: calc(100% - 40px);
  height: 100%;
}

.mainTitBox.lazyloaded .topTit {
  width: 100%;
  margin: 0;
}

.mainTitBox.lazyloaded .imgTopTit {
  height: auto;
  -webkit-transform: translateY(-6%);
  transform: translateY(-6%);
}

/* secIndex */
.secIndex {
  margin-top: 80px;
}

.secIndexTop .tit {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 0 auto 1em;
}

.secIndexTop .tit.center {
  text-align: center;
}

.secIndexTop .txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-weight: 200;
}

.secIndexTop .txt.center {
  text-align: center;
}

.secIndexIdeal .tit {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.15em;
}

.secIndexIdeal .tit.center {
  text-align: center;
}

.secIndexIdeal .bgBox {
  position: relative;
  width: 100%;
  margin: 80px 0 0;
}

.secIndexIdeal .bgBox .imgBg {
  width: 100%;
  height: auto;
}

.secIndexIdeal .bgBox .imgTit {
  position: absolute;
  top: 12%;
  left: 62%;
}

.secIndexMessage {
  padding: 74px 0;
  text-align: center;
  background: url(../img/design/bgDesignRealization.jpg) top center/cover no-repeat;
}

.secIndexMessage .tit {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.15em;
  margin: 0 auto 24px;
}

.secIndexMessage .tit.center {
  text-align: center;
}

.secIndexMessage .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.3;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.secIndexMessage .txt.center {
  text-align: center;
}

.secIndexUnder .tit {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.15em;
  margin: 0 auto 60px;
}

.secIndexUnder .tit.center {
  text-align: center;
}

.secIndexUnder .titSub {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin: 32px auto 20px;
}

.secIndexUnder .titSub.center {
  text-align: center;
}

.secIndexUnder .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.3;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.secIndexUnder .txt.center {
  text-align: center;
}

.secIndexUnder .boxList .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 70px auto 0;
  padding: 90px 50px;
  border: 1px solid #000;
}

.secIndexUnder .boxList .list:nth-child(even) .boxImg {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.secIndexUnder .boxList .list:nth-child(even) .boxTxt {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.secIndexUnder .boxList .boxImg {
  width: 50%;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.secIndexUnder .boxList .boxTxt {
  width: 50%;
  padding-left: 30px;
}

.secIndexUnder .boxList .titList {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin: 20px 0 32px;
}

.secIndexUnder .boxList .titList.center {
  text-align: center;
}

.secIndexUnder .boxList .last {
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  border: none;
}

.secIndexUnder .boxList .last .txtNum {
  display: block;
}

.secIndexUnder .boxList .last .txtNum::after {
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.secIndexUnder .boxList .listIcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin: 30px auto;
}

.secIndexUnder .boxList .boxIcons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 15%;
  height: 200px;
  padding: 30px 0;
  border-radius: 5px;
  border: 1px solid #000;
}

.secIndexUnder .boxList .titIco {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.secIndexUnder .boxList .titIco.center {
  text-align: center;
}

.secIndexUnder .boxList .iconDots {
  display: block;
  margin: 0 auto 30px;
}

.secIndexUnder .boxList .txtBold {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.secIndexUnder .boxList .txtBold.center {
  text-align: center;
}

.secIndexUnder .boxList .boxIllust {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto 0;
  padding: 22px 100px 0;
  background: #fffcd3;
}

.secIndexUnder .boxList .imgIllust {
  width: 160px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .titBar {
    margin-bottom: 20px;
    padding: 0.75em 1em;
    font-size: 13px;
    font-weight: 700;
    border-radius: 100px;
  }
  .hr1720 {
    width: 89.334%;
    margin: 60px auto;
  }
  .hr1720.mMin {
    margin: 32px auto;
  }
  .btnArrowGreen {
    padding: 1.2em 1em;
    font-size: 15px;
    letter-spacing: 0.02em;
  }
  .txtNum {
    font-size: 32px;
  }
  .txtNum::after {
    width: 15px;
    margin-left: 5px;
  }
  .secInterview {
    margin: 42px auto 41px;
  }
  .secInterview .boxInterview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .secInterview .boxTxt {
    width: 100%;
  }
  .secInterview .boxTxt .titQuotation {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .secInterview .boxTxt .titQuotation::before {
    font-size: 50px;
    -webkit-transform: translate(-10px, -12px);
    transform: translate(-10px, -12px);
  }
  .secInterview .boxTxt .txt {
    font-size: 13px;
    font-weight: 400;
  }
  .secInterview .boxYoutube {
    width: 100%;
    margin-top: 13px;
  }
  .secLoopSlider .tit {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .secLoopSlider .tit.center {
    text-align: center;
  }
  .secLoopSlider .txt {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin: 10px auto 30px;
  }
  .secLoopSlider .txt.center {
    text-align: center;
  }
  .secConcept {
    margin-top: 60px;
  }
  .secConcept .titBoxStyle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .secConcept .titBoxStyle .imgBox .imgLogoStyle {
    width: 142px;
    height: auto;
  }
  .secConcept .titBoxStyle .titStyle {
    margin: 10px auto 0;
    font-size: 18px;
    line-height: 2;
    text-align: center;
  }
  .secConcept .list {
    margin-top: 20px;
  }
  .secConcept .list .box {
    width: 100%;
    margin: 0 0 10px;
  }
  .secSakuraBnr {
    margin: 15px auto 10px;
  }
  .secLoopSlider .swiper-loop-container {
    height: 132px;
    overflow: hidden;
    margin: 10px 0 0;
  }
  .secLoopSlider .swiper-slide .imgLoopSlider {
    width: 132px;
    height: auto;
  }
  .secLoopSlider .swiper-slide .imgLoopSlider.w480 {
    width: 210px;
  }
  .secBnrMain {
    padding-top: 60px;
  }
  .mainTitBox.lazyloaded {
    height: 380px;
    padding: 0 10px;
    background: url(../img/title/bgDesignSp.jpg) top center/cover no-repeat;
  }
  .mainTitBox.lazyloaded .boxIn {
    width: 100%;
  }
  .mainTitBox.lazyloaded .imgTopTit {
    max-width: 90%;
    width: 300px;
    -webkit-transform: translateY(14%);
    transform: translateY(14%);
  }
  .secIndex {
    margin-top: 40px;
  }
  .secIndexTop .tit {
    font-size: 19px;
  }
  .secIndexTop .txt {
    font-size: 13px;
    font-weight: 400;
  }
  .secIndexIdeal .tit {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .secIndexIdeal .bgBox {
    margin-top: 26px;
  }
  .secIndexIdeal .bgBox .imgTit {
    left: auto;
    right: 20px;
  }
  .secIndexMessage {
    padding: 40px 0;
    text-align: left;
  }
  .secIndexMessage .tit {
    margin-bottom: 14px;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .secIndexMessage .txt {
    font-size: 13px;
  }
  .secIndexUnder .tit {
    margin: 0 auto 30px;
    font-size: 20px;
    letter-spacing: .05em;
  }
  .secIndexUnder .titSub {
    margin: 20px 0 10px;
    font-size: 20px;
    letter-spacing: .05em;
  }
  .secIndexUnder .txt {
    font-size: 13px;
  }
  .secIndexUnder .boxList .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    margin-top: 30px;
    padding: 0;
  }
  .secIndexUnder .boxList .list:nth-child(even) .boxImg {
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .secIndexUnder .boxList .boxImg {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 0;
    border: 1px solid #000;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .secIndexUnder .boxList .boxTxt {
    width: 100%;
    padding: 0;
  }
  .secIndexUnder .boxList .titList {
    font-size: 20px;
    margin: 4px 0 10px;
  }
  .secIndexUnder .boxList .last {
    padding-top: 30px;
    text-align: left;
    border-top: 1px solid #dddddd;
  }
  .secIndexUnder .boxList .last .txtNum {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .secIndexUnder .boxList .last .txtNum::after {
    position: static;
    margin: 0 0 0 5px;
  }
  .secIndexUnder .boxList .listIcon {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px auto 24px;
  }
  .secIndexUnder .boxList .boxIcons {
    width: calc((100% - 10px) / 2);
    margin-top: 10px;
    height: 140px;
    padding: 14px 0;
    text-align: center;
  }
  .secIndexUnder .boxList .imgIco {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .secIndexUnder .boxList .titIco {
    font-size: 15px;
    line-height: 1.4;
  }
  .secIndexUnder .boxList .iconDots {
    display: block;
    margin: 24px auto 20px;
  }
  .secIndexUnder .boxList .txtBold {
    font-size: 16px;
    text-align: center;
    letter-spacing: .05em;
  }
  .secIndexUnder .boxList .boxIllust {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    padding: 10px 30px 0;
  }
  .secIndexUnder .boxList .imgIllust {
    display: block;
    width: 120px;
    width: 44%;
    height: auto;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 360px) {
  .brSm {
    display: inline;
  }
}
