.concept {
  letter-spacing: 0.1em;
}

.concept img {
  max-width: 100%;
  height: auto;
}

.concept .pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .concept .pc {
    display: none;
  }
}

.concept .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .concept .sp {
    display: block;
  }
}

.concept .conceptimg {
  width: 100%;
  height: 630px;
  background: url(../images/concept/concept_main.jpg) center center/cover;
}

@media screen and (max-width: 768px) {
  .concept .conceptimg {
    height: 400px;
  }
}

.concept .conceptimg .in_wrap {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  height: 630px;
}

@media screen and (max-width: 768px) {
  .concept .conceptimg .in_wrap {
    width: 90%;
    height: 400px;
  }
}

.concept .conceptimg .in_wrap .block_title {
  background: #fff;
  padding: 45px 50px;
  position: absolute;
  left: 0;
  bottom: -45px;
  text-align: center;
  color: #5BB585;
}

@media screen and (max-width: 768px) {
  .concept .conceptimg .in_wrap .block_title {
    bottom: -20px;
    padding: 22px 25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 90%;
  }
}

.concept .conceptimg .in_wrap .block_title h1.pagetitle {
  font-size: 38px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .concept .conceptimg .in_wrap .block_title h1.pagetitle {
    font-size: 22px;
  }
}

.concept .conceptimg .in_wrap .block_title p {
  letter-spacing: 0.2em;
  font-size: 20px;
  line-height: 2;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .concept .conceptimg .in_wrap .block_title p {
    font-size: 11px;
  }
}

.concept .contents {
  margin-top: 140px;
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .concept .contents {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}

.concept .contents .img_right {
  margin-left: calc((100% - 1100px)/2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .concept .contents .img_right {
    margin: 0 auto;
    display: block;
    width: 90%;
  }
}

.concept .contents .img_right dt {
  width: 440px;
}

@media screen and (max-width: 768px) {
  .concept .contents .img_right dt {
    width: 100%;
    padding-top: 0;
  }
}

.concept .contents .img_right dt p {
  color: #646464;
  font-size: 17px;
  line-height: 2.4;
}

@media screen and (max-width: 768px) {
  .concept .contents .img_right dt p {
    font-size: 14px;
    line-height: 2.2;
  }
}

.concept .contents .img_right dd {
  height: 280px;
  background: url(../images/concept/concept_img01.jpg) center center/cover;
  display: block;
  width: calc(610px + (100% - 1100px));
}

@media screen and (max-width: 768px) {
  .concept .contents .img_right dd {
    width: 100%;
    height: 130px;
    margin-top: 35px;
  }
}

.concept .contents .img_left {
  margin: 110px auto 0;
  width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .concept .contents .img_left {
    width: 90%;
    display: block;
    margin: 50px auto 0;
  }
}

.concept .contents .img_left dt {
  width: 568px;
}

@media screen and (max-width: 768px) {
  .concept .contents .img_left dt {
    width: 100%;
  }
}

.concept .contents .img_left dt p {
  color: #646464;
  font-size: 17px;
  line-height: 2.4;
}

@media screen and (max-width: 768px) {
  .concept .contents .img_left dt p {
    font-size: 14px;
    line-height: 2.2;
  }
}

.concept .contents .img_left dd {
  padding-left: 25px;
  width: 355px;
}

@media screen and (max-width: 768px) {
  .concept .contents .img_left dd {
    width: 90%;
    padding-left: 0;
    margin: 35px auto 0;
  }
}

.concept .contents .img_right2 {
  margin: 110px auto 0;
  width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .concept .contents .img_right2 {
    width: 90%;
    display: block;
    margin: 50px auto 0;
  }
}

.concept .contents .img_right2 dt {
  width: 450px;
}

@media screen and (max-width: 768px) {
  .concept .contents .img_right2 dt {
    width: 100%;
  }
}

.concept .contents .img_right2 dt p {
  color: #646464;
  font-size: 17px;
  line-height: 2.4;
}

@media screen and (max-width: 768px) {
  .concept .contents .img_right2 dt p {
    font-size: 14px;
    line-height: 2.2;
  }
}

.concept .contents .img_right2 dd {
  width: 610px;
}

@media screen and (max-width: 768px) {
  .concept .contents .img_right2 dd {
    width: 100%;
    margin-top: 35px;
  }
}

.concept .contents .biophyllic_design {
  width: 1100px;
  margin: 150px auto 0;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 60px;
  border: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .concept .contents .biophyllic_design {
    width: 90%;
    margin: 60px auto 0;
    padding: 25px 5%;
  }
}

.concept .contents .biophyllic_design h2 {
  font-size: 19px;
  color: #5BB585;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .concept .contents .biophyllic_design h2 {
    font-size: 17px;
    text-align: center;
  }
}

.concept .contents .biophyllic_design p {
  color: #646464;
  font-size: 14px;
  line-height: 2.2;
  margin-top: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px) {
  .concept .contents .biophyllic_design p {
    font-size: 12px;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=concept.css.map */