.whats {
  letter-spacing: 0.1em;
}

.whats h1, .whats h2, .whats h3 {
  font-weight: 400;
}

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

.whats .pc {
  display: block;
}

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

.whats .sp {
  display: none;
}

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

.whats .whatsimg {
  width: 100%;
  height: 380px;
  background: url(../images/whats/whats_main.jpg) center center/cover;
  position: relative;
}

@media screen and (max-width: 768px) {
  .whats .whatsimg {
    height: 250px;
  }
}

.whats .whatsimg .block_title {
  background: #fff;
  padding: 35px 0;
  width: 800px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -120px;
  text-align: center;
  color: #5BB585;
}

@media screen and (max-width: 768px) {
  .whats .whatsimg .block_title {
    width: 88%;
    bottom: -70px;
  }
}

.whats .whatsimg .block_title h1.pagetitle {
  font-size: 38px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  .whats .whatsimg .block_title h1.pagetitle {
    font-size: 21px;
  }
}

.whats .whatsimg .block_title p {
  letter-spacing: 0.2em;
  font-size: 20px;
  line-height: 2;
  margin-bottom: 10px;
}

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

.whats #contents {
  margin-top: 200px;
}

@media screen and (max-width: 768px) {
  .whats #contents {
    margin-top: 110px;
  }
}

.whats #contents .biophyllic_design {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.whats #contents .biophyllic_design h2 {
  font-size: 26px;
  line-height: 1.92;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  .whats #contents .biophyllic_design h2 {
    font-size: 17px;
  }
}

.whats #contents .biophyllic_design p.sub {
  font-size: 15px;
  line-height: 2.5;
  margin-top: 50px;
  color: #646464;
}

@media screen and (max-width: 768px) {
  .whats #contents .biophyllic_design p.sub {
    font-size: 14px;
    margin-top: 25px;
  }
}

.whats #contents ul.design {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 972px;
  margin: 60px auto 0;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .whats #contents ul.design {
    width: 90%;
    margin: 40px auto 0;
    display: block;
  }
}

.whats #contents ul.design li {
  width: 260px;
  padding: 108px 0 45px;
}

@media screen and (max-width: 768px) {
  .whats #contents ul.design li {
    margin: 0 auto;
    padding: 108px 0 30px;
  }
}

.whats #contents ul.design li:first-of-type {
  background: url(../images/whats/design_box.png) top left/100% auto no-repeat;
}

.whats #contents ul.design li:nth-of-type(3) {
  background: url(../images/whats/evidence_box.png) top left/100% auto no-repeat;
}

.whats #contents ul.design li:nth-of-type(5) {
  background: url(../images/whats/visualization_box.png) top left/100% auto no-repeat;
}

.whats #contents ul.design li:nth-of-type(2n) {
  width: 50px;
  margin: 0 23px;
  padding-top: 140px;
}

@media screen and (max-width: 768px) {
  .whats #contents ul.design li:nth-of-type(2n) {
    padding-top: 25px;
    margin: 0 auto;
    width: 40px;
  }
}

.whats #contents ul.design li h3 {
  font-size: 22px;
  color: #fff;
}

.whats #contents ul.design li p.eng {
  font-size: 12px;
  margin-top: 8px;
  color: #5BB585;
}

.whats #contents ul.design li p.txt {
  font-size: 14px;
  line-height: 2;
  margin-top: 15px;
  color: #fff;
}

.whats #contents .arrow_bottom {
  width: 67px;
  margin: 28px auto 0;
}

@media screen and (max-width: 768px) {
  .whats #contents .arrow_bottom {
    width: 50px;
    margin: 20px auto 0;
  }
}

.whats #contents p.designtxt {
  margin: 30px 0 0;
  font-size: 20px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .whats #contents p.designtxt {
    margin: 20px 0 0;
    font-size: 17px;
  }
}

.whats .elements {
  padding: 110px 0 100px;
  background: #fff;
  margin-top: 140px;
}

@media screen and (max-width: 768px) {
  .whats .elements {
    padding: 60px 0 50px;
    margin-top: 50px;
  }
}

.whats .elements .in_wrap {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .whats .elements .in_wrap {
    width: 90%;
  }
}

.whats .elements .in_wrap h2 {
  background: #5BB585;
  color: #fff;
  padding: 25px 0;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: 400;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .whats .elements .in_wrap h2 {
    padding: 15px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}

.whats .elements .in_wrap p.elementstxt {
  font-size: 20px;
  line-height: 2.15;
  margin-top: 40px;
  letter-spacing: 0.2em;
  color: #646464;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .whats .elements .in_wrap p.elementstxt {
    font-size: 14px;
    margin-top: 20px;
    letter-spacing: 0.1em;
  }
}

.whats .elements .in_wrap h3 {
  font-size: 25px;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #5BB585;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .whats .elements .in_wrap h3 {
    font-size: 20px;
  }
}

.whats .elements .in_wrap dl.three_elements {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .whats .elements .in_wrap dl.three_elements {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
  }
}

.whats .elements .in_wrap dl.three_elements:last-of-type {
  margin-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .whats .elements .in_wrap dl.three_elements:last-of-type {
    margin-bottom: 60px;
  }
}

.whats .elements .in_wrap dl.three_elements dt {
  padding: 10px 0;
  width: 160px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .whats .elements .in_wrap dl.three_elements dt {
    width: 100px;
  }
}

.whats .elements .in_wrap dl.three_elements dd {
  width: 940px;
  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;
}

.whats .elements .in_wrap dl.three_elements dd.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .whats .elements .in_wrap dl.three_elements dd {
    width: 100%;
    display: block;
    padding-bottom: 15px;
  }
  .whats .elements .in_wrap dl.three_elements dd.sp {
    display: block;
    width: calc(100% - 100px);
    border-bottom: none;
  }
  .whats .elements .in_wrap dl.three_elements dd.sp ul {
    display: block;
  }
}

.whats .elements .in_wrap dl.three_elements dd ul {
  list-style: none;
  width: 314px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .whats .elements .in_wrap dl.three_elements dd ul {
    display: none;
    padding-left: 10px;
    width: 100%;
  }
}

.whats .elements .in_wrap dl.three_elements dd ul li {
  font-size: 17px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .whats .elements .in_wrap dl.three_elements dd ul li {
    font-size: 14px;
  }
}

.whats .elements .in_wrap dl.three_elements dd ul li span.green {
  color: #ACD5BF;
}

.whats .elements .in_wrap dl.three_elements dd ul li span.pink {
  color: #F2D6E6;
}

.whats .elements .in_wrap dl.three_elements dd ul li span.yellow {
  color: #F2DEBD;
}

.whats .elements .in_wrap dl.three_elements dd p {
  width: 626px;
  font-size: 15px;
  line-height: 2;
  color: #646464;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px) {
  .whats .elements .in_wrap dl.three_elements dd p {
    width: 100%;
    font-size: 12px;
  }
}

.whats .elements .in_wrap p.subtxt {
  color: #646464;
  font-size: 20px;
  line-height: 2;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .whats .elements .in_wrap p.subtxt {
    font-size: 14px;
    margin-top: 20px;
  }
}

.whats ul.effects {
  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;
  list-style: none;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .whats ul.effects {
    display: block;
    margin-top: 40px;
  }
}

.whats ul.effects li {
  width: 500px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .whats ul.effects li {
    width: 100%;
    margin-bottom: 40px;
  }
}

.whats ul.effects li img {
  width: 100%;
  height: auto;
}

.whats ul.effects li h3.effectstitle {
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
  color: #000;
}

@media screen and (max-width: 768px) {
  .whats ul.effects li h3.effectstitle {
    font-size: 16px;
    margin-top: 15px;
  }
}

.whats ul.effects li p {
  font-size: 15px;
  line-height: 2.2;
  margin-top: 15px;
  color: #646464;
  text-align: justify;
  text-justify: inter-ideograph;
}

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