@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@700&display=swap");
/*
main{
	overflow: hidden;
}
*/
.manrope {
  font-family: "Manrope", sans-serif;
}

div.cm-page-hero div.concept-img-wrap {
  position: relative;
  overflow: hidden;
}
div.cm-page-hero div.concept-img02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
div.cm-page-hero div.illust01 {
  position: absolute;
  width: 45%;
  top: 26%;
  left: -7%;
  animation: illust01 30s 0s linear infinite;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  div.cm-page-hero div.illust01 {
    width: 30%;
    top: 5%;
    left: 0;
  }
}
@keyframes illust01 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
div.cm-page-hero div.illust02 {
  position: absolute;
  width: 24%;
  top: 65%;
  left: 0;
  z-index: 1;
  animation: illust02-sp 25s 0s linear infinite;
}
@media screen and (min-width: 768px) {
  div.cm-page-hero div.illust02 {
    width: 12%;
    animation: illust02-pc 30s 0s linear infinite;
  }
}
@keyframes illust02-sp {
  0% {
    transform: translate(-100%);
    top: 65%;
  }
  50% {
    top: 65%;
  }
  100% {
    transform: translate(600%, 0);
    top: 77%;
  }
}
@keyframes illust02-pc {
  0% {
    transform: translate(-100%);
    top: 65%;
  }
  50% {
    top: 65%;
  }
  100% {
    transform: translate(1000%, 0);
    top: 77%;
  }
}
div.cm-page-hero div.illust05 {
  position: absolute;
  width: 13%;
  bottom: 10.6%;
  left: 46%;
  animation: illust05-sp 13s 1s ease infinite, illust05-b-sp 0.1s 0s ease infinite;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  div.cm-page-hero div.illust05 {
    width: 7%;
    left: 5%;
    bottom: 10.6%;
    animation: illust05-pc 10s 1s ease infinite, illust05-b-pc 0.1s 0s ease infinite;
  }
}
@keyframes illust05-sp {
  0% {
    transform: translate(0);
  }
  45% {
    transform: translate(-600%, 0);
  }
  46% {
    transform: translate(-600%, 0) scale(-1, 1);
  }
  70% {
    transform: translate(0) scale(-1, 1);
  }
  71% {
    transform: translate(0);
  }
}
@keyframes illust05-pc {
  0% {
    transform: translate(0);
  }
  45% {
    transform: translate(-250%, 0);
  }
  46% {
    transform: translate(-250%, 0) scale(-1, 1);
  }
  70% {
    transform: translate(0) scale(-1, 1);
  }
  71% {
    transform: translate(0);
  }
}
@keyframes illust05-b-sp {
  0% {
    bottom: 16.6%;
  }
  50% {
    bottom: 16.8%;
  }
  100% {
    bottom: 16.6%;
  }
}
@keyframes illust05-b-pc {
  0% {
    bottom: 12.6%;
  }
  50% {
    bottom: 12.7%;
  }
  100% {
    bottom: 12.6%;
  }
}
div.cm-page-hero div.illust06 {
  position: absolute;
  width: 17%;
  bottom: 12.6%;
  left: 5%;
  z-index: 4;
}

.cm-sec-sticky {
  background: #e8947e;
  padding: 15% 0 55%;
}
@media screen and (min-width: 768px) {
  .cm-sec-sticky {
    padding: 150px 0 400px;
  }
}
.cm-sec-sticky h2.quicksand {
  letter-spacing: 0;
  line-height: 0.8em;
  font-size: 3em;
}
@media screen and (min-width: 768px) {
  .cm-sec-sticky h2.quicksand {
    font-size: 90px;
  }
}
@media screen and (min-width: 1280px) {
  .cm-sec-sticky h2.quicksand {
    font-size: 110px;
  }
}
.cm-sec-sticky div.sticky-bg {
  background-image: url("../img/concept/sticky-bg_sp.png");
  height: 10vw;
}
@media screen and (min-width: 768px) {
  .cm-sec-sticky div.sticky-bg {
    background-image: url("../img/concept/sticky-bg_pc.png");
    height: 140px;
  }
}
.cm-sec-sticky div.sticky-bg02 {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: -45vw;
}
@media screen and (min-width: 768px) {
  .cm-sec-sticky div.sticky-bg02 {
    width: 70%;
    bottom: -370px;
    right: 0;
  }
}

section.sec-co2 {
  padding: 20% 0;
}
@media screen and (min-width: 768px) {
  section.sec-co2 {
    padding: 100px 0;
  }
}
section.sec-co2 div.sec-co2-inner {
  width: 85.4%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-co2 div.sec-co2-inner {
    width: 90%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-co2 div.co2-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-co2 div.co2-box div.co2-box-txt-wrap {
    width: 305px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-co2 div.co2-box div.co2-box-txt-wrap {
    width: 385px;
  }
}
section.sec-co2 div.co2-box div.co2-box-txt-wrap h3 {
  font-size: 1.6em;
  line-height: 1.4em;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  section.sec-co2 div.co2-box div.co2-box-txt-wrap h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-co2 div.co2-box div.co2-box-txt-wrap h3 {
    font-size: 34px;
  }
}
section.sec-co2 div.co2-box div.co2-box-txt-wrap p {
  line-height: 2.2em;
}
@media screen and (min-width: 768px) {
  section.sec-co2 div.co2-box div.co2-box-txt-wrap p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-co2 div.co2-box div.co2-box-txt-wrap p {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-co2 div.co2-box div.co2-img01 {
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-co2 div.co2-box div.co2-img01 {
    width: calc(100% - 450px);
  }
}
section.sec-co2 div.co2-sticky-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  section.sec-co2 div.co2-sticky-area {
    padding: 0 0 140px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-co2 div.co2-sticky-area div.co2-img-wrap {
    width: 45.8%;
    position: sticky;
    top: 120px;
  }
}
section.sec-co2 div.co2-sticky-area div.co2-img-wrap div.co2-img03, section.sec-co2 div.co2-sticky-area div.co2-img-wrap div.co2-img04, section.sec-co2 div.co2-sticky-area div.co2-img-wrap div.co2-img05 {
  position: absolute;
  top: 0;
  opacity: 0;
}
section.sec-co2 div.co2-sticky-area div.co2-txt-wrap {
  margin-top: 20%;
}
@media screen and (min-width: 768px) {
  section.sec-co2 div.co2-sticky-area div.co2-txt-wrap {
    width: 45.8%;
    margin-top: 0;
  }
}
section.sec-co2 div.co2-sticky-area div.co2-txt-wrap div.co2-txt-inner {
  position: relative;
  padding: 18% 0;
  border-top: solid 1px #dadada;
}
@media screen and (min-width: 768px) {
  section.sec-co2 div.co2-sticky-area div.co2-txt-wrap div.co2-txt-inner {
    margin-top: 0;
    margin-bottom: 100px;
    padding: 0;
    border: none;
  }
}
section.sec-co2 div.co2-sticky-area div.co2-txt-wrap div.co2-txt-inner:last-child {
  margin-bottom: 0;
}
section.sec-co2 div.co2-sticky-area div.co2-txt-wrap div.co2-txt-inner h3 {
  line-height: 1.4em;
  margin-bottom: 1em;
  font-size: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-co2 div.co2-sticky-area div.co2-txt-wrap div.co2-txt-inner h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-co2 div.co2-sticky-area div.co2-txt-wrap div.co2-txt-inner h3 {
    font-size: 28px;
  }
}
section.sec-co2 div.co2-sticky-area div.co2-txt-wrap div.co2-txt-inner p.co2-txt {
  line-height: 2.2em;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  section.sec-co2 div.co2-sticky-area div.co2-txt-wrap div.co2-txt-inner p.co2-txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-co2 div.co2-sticky-area div.co2-txt-wrap div.co2-txt-inner p.co2-txt {
    font-size: 20px;
  }
}
section.sec-co2 div.co2-sticky-area div.co2-txt-wrap div.co2-txt-inner div.co2-img {
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  section.sec-co2 div.co2-sticky-area div.co2-txt-wrap div.co2-txt-inner div.co2-img {
    margin-top: 0;
  }
}

section.sec-carbon {
  background: #f4eddf;
  border-radius: 2em 2em 0 0;
  padding: 20% 0;
  /*ul{
  	li{
  		background: #fff;
  		border-radius: 1em;
  		@include mq(pc) {
  			width: 40%;
  			padding: 50px 0;
  		}
  		dl{
  			text-align: center;
  			dt{
  				position: relative;
  				font-weight: 600;
  				@include mq(pc) {
  					font-size: 23px;
  					margin-bottom: 35px;
  				}
  				&::after{
  					content: "";
  					display: block;
  					background: #111;
  					width: 4em;
  					height: 1px;
  					position: absolute;
  					bottom: -0.6em;
  					left: 0;
  					right: 0;
  					margin: auto;
  				}
  			}
  			dd{
  				letter-spacing: 0;
  				line-height: 1em;
  				@include mq(pc) {
  					font-size: 86px;
  				}
  			}
  		}
  	}
  }*/
}
@media screen and (min-width: 768px) {
  section.sec-carbon {
    padding: 160px 0;
  }
}
section.sec-carbon div.sec-carbon-inner {
  width: 85.4%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-carbon div.sec-carbon-inner {
    width: 90%;
    max-width: 1100px;
  }
}
section.sec-carbon div.number-box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.sec-carbon div.number-box-wrap div.number-box {
  background: #fff;
  border-radius: 1em;
  padding: 1em;
  height: 60vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 2%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.sec-carbon div.number-box-wrap div.number-box {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-carbon div.number-box-wrap div.number-box:nth-of-type(1) {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-carbon div.number-box-wrap div.number-box:nth-of-type(2) {
    width: 48%;
  }
}
section.sec-carbon div.number-box-wrap dl {
  text-align: center;
  line-height: 1.2em;
}
section.sec-carbon div.number-box-wrap dl dt {
  position: relative;
  font-weight: 600;
  font-size: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  section.sec-carbon div.number-box-wrap dl dt {
    font-size: 23px;
    margin-bottom: 35px;
  }
}
section.sec-carbon div.number-box-wrap dl dt::after {
  content: "";
  display: block;
  background: #111;
  width: 4em;
  height: 1px;
  position: absolute;
  bottom: -0.6em;
  left: 0;
  right: 0;
  margin: auto;
}
section.sec-carbon div.number-box-wrap dl dd {
  line-height: 1.2em;
}
section.sec-carbon div.number-box-wrap dl dd span {
  line-height: 1em;
}
section.sec-carbon div.number-box-wrap dl dd span.number {
  font-family: "Barlow", serif;
  font-size: 6.8em;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  section.sec-carbon div.number-box-wrap dl dd span.number {
    font-size: 120px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-carbon div.number-box-wrap dl dd span.number {
    font-size: 150px;
  }
}
section.sec-carbon div.number-box-wrap dl dd span.small {
  font-weight: 700;
  font-size: 6vw;
}
@media screen and (min-width: 768px) {
  section.sec-carbon div.number-box-wrap dl dd span.small {
    font-size: 32px;
  }
}/*# sourceMappingURL=concept.css.map */