#main {
  background: url(../images/concept/main.webp) no-repeat 100% 100%;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#main h1 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #main h1 {
    width: 100%;
  }
}
#main .sub {
  width: 50%;
  font-size: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #main .sub {
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
}

#contents .wrap {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  #contents .wrap {
    width: 95%;
  }
}
#contents .project {
  background: url(../images/concept/bg-blue.png) no-repeat 0 0;
  background-size: 100%;
  position: relative;
  z-index: 3;
  padding: 130px 0;
}
@media screen and (max-width: 768px) {
  #contents .project {
    background: url(../images/concept/bg-blue.png) no-repeat 0 0;
    background-size: cover;
    padding: 30px 0 0;
  }
}
#contents .project .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  #contents .project .bg {
    display: none;
  }
}
#contents .project .bg video {
  width: 100%;
  height: 100%;
}
#contents .project .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents .project h2 {
  width: 100%;
  text-align: center;
  font-weight: normal;
  color: #fff;
  font-size: 48px;
  margin: 0 0 2em;
}
@media screen and (max-width: 768px) {
  #contents .project h2 {
    font-size: 4.5vw;
    margin: 0 0 1em;
  }
}
#contents .project h3 {
  width: 11.479%;
  margin: 0 0 120px 8%;
}
@media screen and (max-width: 768px) {
  #contents .project h3 {
    width: 18%;
    margin: 0 0 0 2%;
  }
}
#contents .project .right {
  width: 74.733%;
}
@media screen and (max-width: 768px) {
  #contents .project .right {
    width: 77%;
  }
}
#contents .project .right .corp {
  width: 100%;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  #contents .project .right .corp {
    width: 100%;
    margin: 0 auto 30px;
  }
}
#contents .project .right dl {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #contents .project .right dl {
    margin: 0 0 0 -28%;
  }
}
#contents .project .right dl dt {
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  #contents .project .right dl dt {
    font-size: 16px;
  }
}
#contents .project .right dl dd {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #contents .project .right dl dd {
    font-size: 10px;
  }
}
#contents .future {
  text-align: center;
  color: #fff;
  padding: 0 0 130px 0;
}
@media screen and (max-width: 768px) {
  #contents .future {
    padding: 0 0 30px 0;
  }
}
#contents .future .wrap {
  max-width: 1360px;
}
@media screen and (max-width: 768px) {
  #contents .future .wrap {
    padding: 0;
  }
}
#contents .future .photo .cap {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 12px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 768px) {
  #contents .future .photo .cap {
    bottom: 5px;
    right: 5px;
    font-size: 10px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7), 0 0 5px rgba(0, 0, 0, 0.7), 0 0 5px rgba(0, 0, 0, 0.7);
  }
}
#contents .future dl {
  margin: -3em 0 2em;
}
@media screen and (max-width: 768px) {
  #contents .future dl {
    margin: -1em 0 1em;
  }
}
#contents .future dl dt {
  font-size: 32px;
  margin: 0 0 0.5em;
  color: #000;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.7), 0 0 10px rgba(255, 255, 255, 0.7), 0 0 10px rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  #contents .future dl dt {
    font-size: 4.5vw;
  }
}
#contents .future dl dd {
  font-size: 24px;
  color: #000;
}
@media screen and (max-width: 768px) {
  #contents .future dl dd {
    font-size: 13px;
  }
}
#contents .future .txt {
  font-size: 48px;
  color: #000;
}
@media screen and (max-width: 768px) {
  #contents .future .txt {
    font-size: 4vw;
  }
}
#contents .inheritance {
  background: url(../images/concept/bg-inheritance.webp) no-repeat 0 0;
  background-size: cover;
  position: relative;
  padding: 130px 0;
}
@media screen and (max-width: 768px) {
  #contents .inheritance {
    padding: 30px 0 0;
  }
}
#contents .inheritance .wrap {
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#contents .inheritance h2 {
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-weight: normal;
  margin: 0 0 2em;
  color: #000;
}
@media screen and (max-width: 768px) {
  #contents .inheritance h2 {
    font-size: 4.5vw;
    margin: 0 0 1em;
  }
}
#contents .inheritance .txt {
  width: 40%;
  float: right;
  color: #fff;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 768px) {
  #contents .inheritance .txt {
    width: 100%;
    font-size: 12px;
    margin: 0 0 20px;
  }
}
#contents .inheritance .img01 {
  float: left;
  width: 50%;
  margin: 0;
  position: relative;
  z-index: 5;
}
#contents .inheritance .img02 {
  float: right;
  width: 66%;
  margin: -80px 0 0 0;
  position: relative;
  z-index: 4;
}
#contents .inheritance .img03 {
  float: left;
  width: 41%;
  margin: -130px 0 0 0;
  position: relative;
  z-index: 3;
}
#contents .inheritance .img04 {
  float: right;
  width: 41%;
  margin: 140px 10% 0 0;
  position: relative;
  z-index: 2;
}
#contents .inheritance .img01,
#contents .inheritance .img02,
#contents .inheritance .img03,
#contents .inheritance .img04 {
  font-size: 0;
}
@media screen and (max-width: 768px) {
  #contents .inheritance .img01,
  #contents .inheritance .img02,
  #contents .inheritance .img03,
  #contents .inheritance .img04 {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
}
#contents .inheritance .img01 span.cap,
#contents .inheritance .img02 span.cap,
#contents .inheritance .img03 span.cap,
#contents .inheritance .img04 span.cap {
  position: absolute;
  bottom: 1em;
  right: 1em;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #contents .inheritance .img01 span.cap,
  #contents .inheritance .img02 span.cap,
  #contents .inheritance .img03 span.cap,
  #contents .inheritance .img04 span.cap {
    font-size: 10px;
  }
}
#contents .inheritance .img01 span.cap,
#contents .inheritance .img03 span.cap {
  right: auto;
  left: 1em;
}/*# sourceMappingURL=concept.css.map */