@charset "UTF-8";
.manifest {
  font-size: min(1.389vw, 20px);
}
@media only screen and (max-width: 779px) {
  .manifest {
    font-size: 4.108vw;
  }
}
.manifest .inner {
  position: relative;
  padding: 0 0 100px;
}
.manifest__grid {
  display: grid;
  margin-bottom: min(2.639vw, 38px);
}
@media only screen and (max-width: 779px) {
	.manifest .inner {
	  padding: 0 5.135vw 100px;
	}
  .manifest__grid {
    display: block;
    margin-bottom: 10.27vw;
  }
}
.manifest__point, .manifest__copy, .manifest__txt {
    width: 100%;
}
@media only screen and (max-width: 779px) {
  .manifest__point, .manifest__copy, .manifest__txt {
    width: 100%;
  }
}
.manifest__point {
  font-size: min(3.056vw, 44px);
  font-weight: bold;
  position: relative;
  color: #00a4a7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-bottom: 0.8em;
  grid-column: 1;
}
@media only screen and (max-width: 779px) {
  .manifest__point {
    font-size: 7.189vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 779px) {
  .manifest__point:before {
    width: 8.729vw;
    height: 11.297vw;
    background-size: contain;
  }
}
.manifest__copy {
  font-size: min(2.083vw, 30px);
  color: #00a4a7;
  line-height: 1.6;
  margin-bottom: 0.8em;
  grid-column: 1;
}
@media only screen and (max-width: 779px) {
  .manifest__copy {
    font-size: 5.392vw;
    text-align: center;
    margin-bottom: 0.6em;
  }
}
.manifest__illust {
  grid-column: 2;
  grid-row: 1/4;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 779px) {
  .manifest__illust {
    margin: 0 auto 3.851vw;
  }
}
.manifest__illust img {
  width: min(20.556vw, 296px);
}
@media only screen and (max-width: 779px) {
  .manifest__illust img {
    width: 57.125vw;
  }
}
.manifest__txt {
  line-height: 1.9;
  grid-column: 1;
}
.manifest .flame {
  background-color: #fcdde2;
  position: relative;
  padding: min(3.472vw, 50px) min(5.556vw, 80px) min(3.472vw, 50px);
}
@media only screen and (max-width: 779px) {
  .manifest .flame {
    margin-left: -5.135vw;
    margin-right: -5.135vw;
    padding: 8.344vw 5.135vw 5.135vw;
  }
}
.manifest .flame ul li {
  text-align: left;
  margin-bottom: 0.5em;
  line-height: 1.6;
  position: relative;
  padding-left: 1.25em;
  font-size: min(1.528vw, 22px);
  display: inline-flex;
  margin-right: 1em;
}
@media only screen and (max-width: 779px) {
  .manifest .flame ul li {
    margin-bottom: 0.3em;
    font-size: 4.108vw;
  }
}
.manifest .flame ul li:last-child {
  margin-bottom: 0;
}
.manifest .flame ul li:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #e9536c;
}
.manifest .flame ul li span {
  background-color: #fff600;
}
.manifest .pdf {
  padding-top: min(4.306vw, 62px);
}
@media only screen and (max-width: 779px) {
  .manifest .pdf {
    padding-top: 6.418vw;
  }
}
.manifest .pdf .flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 779px) {
  .manifest .pdf .flex {
    display: block;
  }
}
.manifest .pdf .flex .left {
  width: min(20.486vw, 295px);
  margin-right: min(2.778vw, 40px);
}
@media only screen and (max-width: 779px) {
  .manifest .pdf .flex .left {
    width: 74.84vw;
    margin: 0 auto 3.851vw;
  }
}
.manifest .pdf .flex .right .txt {
  font-size: min(1.667vw, 24px);
  font-weight: bold;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 1em;
}
@media only screen and (max-width: 779px) {
  .manifest .pdf .flex .right .txt {
    font-size: 4.878vw;
    text-align: center;
    margin-bottom: 0.6em;
  }
}
.manifest .pdf .flex .right .txt strong {
  background: #fff440;
}
.manifest .pdf .flex .right .btn a {
  width: min(19.444vw, 280px);
  padding: 1.2em 0;
  font-size: min(1.528vw, 22px);
  background: #00a4a7;
}
@media only screen and (max-width: 779px) {
  .manifest .pdf .flex .right .btn a {
    font-size: 4.621vw;
    width: 69.32vw;
  }
}
.manifest .pdf .flex .right .btn a:after {
  background: url(../img/arrow_pink02.svg) no-repeat;
}
.manifest .pdf__02 .txt {
  font-size: min(1.667vw, 24px);
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 1em;
}
@media only screen and (max-width: 779px) {
  .manifest .pdf__02 .txt {
    font-size: 4.878vw;
    text-align: center;
    margin-bottom: 0.6em;
  }
}
.manifest .pdf__02 .txt strong {
  background: #fff440;
}
.manifest .pdf__02 .flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.manifest .pdf__02 .flex .left, .manifest .pdf__02 .flex .right {
  width: min(20.486vw, 295px);
  margin-right: min(2.778vw, 40px);
}
@media only screen and (max-width: 779px) {
  .manifest .pdf__02 .flex .left, .manifest .pdf__02 .flex .right {
    width: 74.84vw;
    margin: 0 auto 3.851vw;
  }
}
.manifest .pdf__02 .flex .left img, .manifest .pdf__02 .flex .right img {
  margin-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 779px) {
  .manifest .pdf__02 .flex .left img, .manifest .pdf__02 .flex .right img {
    margin-bottom: 3.851vw;
  }
}
.manifest .pdf__02 .flex .left .btn a, .manifest .pdf__02 .flex .right .btn a {
  width: min(19.444vw, 280px);
  padding: 1.2em 0;
  font-size: min(1.528vw, 22px);
}
@media only screen and (max-width: 779px) {
  .manifest .pdf__02 .flex .left .btn a, .manifest .pdf__02 .flex .right .btn a {
    font-size: 4.621vw;
    width: 69.32vw;
  }
}
@media only screen and (max-width: 779px) {
  .manifest .pdf__02 .flex .left {
    margin-bottom: 7.702vw;
  }
}
.manifest .intro {
  padding: min(8.333vw, 120px) 0;
}
@media only screen and (max-width: 779px) {
  .manifest .intro {
    padding: 19.255vw 0 14.506vw;
  }
}
.manifest .intro figure {
  margin-bottom: min(2.083vw, 30px);
}
@media only screen and (max-width: 779px) {
  .manifest .intro figure img {
    width: 63.415vw;
    display: block;
    margin: 0 auto;
  }
}
.manifest .intro figure figcaption {
  font-weight: 600;
  font-size: min(1.806vw, 26px);
  line-height: 1.8;
  padding-top: 0.8em;
}
@media only screen and (max-width: 779px) {
  .manifest .intro figure figcaption {
    font-size: 4.621vw;
  }
}
.manifest .intro .img {
  margin-bottom: min(4.167vw, 60px);
}
@media only screen and (max-width: 779px) {
  .manifest .intro .img {
    padding-top: 2.567vw;
    margin-bottom: 9.243vw;
  }
}
.manifest .intro h2, .manifest .intro h3 {
  color: #e9536c;
  font-weight: bold;
}
.manifest .intro h2 {
  font-size: min(3.056vw, 44px);
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 779px) {
  .manifest .intro h2 {
    font-size: 7.189vw;
  }
}
.manifest .intro h3 {
  font-size: min(2.083vw, 30px);
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 779px) {
  .manifest .intro h3 {
    font-size: 5.392vw;
    line-height: 1.5;
  }
}
.manifest .intro h4 {
  text-align: left;
  line-height: 2;
  margin-bottom: 1.2em;
}
@media only screen and (max-width: 779px) {
  .manifest .intro h4 {
    margin-bottom: 9.884vw;
  }
}
.manifest .intro .pdf .flex .right .btn a {
  background-color: #e9536c;
}
.manifest .intro .pdf .flex .right .btn a:after {
  background: url(../img/arrow_orange.svg) no-repeat;
}
.manifest .sec01 .inner .flame {
  background-color: #cceded;
}
.manifest .sec01 .inner .flame ul li:before {
  color: #00a4a7;
}
.manifest .sec01,
.manifest .sec02,
.manifest .sec03,
.manifest .sec04,
.manifest .sec05,
.manifest .sec06,
.manifest .sec07 {
  padding-top: min(6.944vw, 100px);
}
@media only screen and (max-width: 779px) {
  .manifest .sec02, .manifest .sec03, .manifest .sec04, .manifest .sec05 {
    padding-top: 12.837vw;
  }
}
.manifest .sec02 .inner .manifest__point {
  color: #e95550;
}
.manifest .sec02 .inner .manifest__copy {
  color: #e95550;
}
.manifest .sec02 .inner .flame {
  background-color: #fbdddc;
}
.manifest .sec02 .inner .flame ul li:before {
  color: #e95550;
}
.manifest .sec02 .inner .pdf .flex .right .btn a {
  background-color: #e95550;
}
.manifest .sec02 .inner .pdf .flex .right .btn a:after {
  background: url(../img/arrow_green.svg) no-repeat;
}
.manifest .sec03 .inner .manifest__point {
  color: #036eb7;
}
.manifest .sec03 .inner .manifest__copy {
  color: #036eb7;
}
.manifest .sec03 .inner .flame {
  background-color: #cde2f1;
}
.manifest .sec03 .inner .flame ul li:before {
  color: #036eb7;
}
.manifest .sec03 .inner .pdf .flex .left .btn a, .manifest .sec03 .inner .pdf .flex .right .btn a {
  background-color: #036eb7;
  background-image: none;
}
.manifest .sec03 .inner .pdf .flex .left .btn a:after, .manifest .sec03 .inner .pdf .flex .right .btn a:after {
  background: url(../img/manifest/arrow_blue.svg) no-repeat;
}
.manifest .sec04 .inner .manifest__point {
  color: #ec6d45;
}
.manifest .sec04 .inner .manifest__copy {
  color: #ec6d45;
}
.manifest .sec04 .inner .flame {
  background-color: #fbe2da;
}
.manifest .sec04 .inner .flame ul li:before {
  color: #ec6d45;
}
.manifest .sec04 .inner .pdf .flex .right .btn a {
  background-color: #ec6d45;
}
.manifest .sec04 .inner .pdf .flex .right .btn a:after {
  background: url(../img/arrow_purple.svg) no-repeat;
}


.manifest .sec05 .inner .manifest__point {
  color: #1eaa39;
}
.manifest .sec05 .inner .manifest__copy {
  color: #1eaa39;
}
.manifest .sec05 .inner .flame {
  background-color: #d2eed7;
}
.manifest .sec05 .inner .flame ul li:before {
  color: #1eaa39;
}
.manifest .sec05 .inner .pdf .flex .right .btn a {
  background-color: #1eaa39;
}

.manifest .sec06 .inner .manifest__point {
  color: #a42f8b;
}
.manifest .sec06 .inner .manifest__copy {
  color: #a42f8b;
}
.manifest .sec06 .inner .flame {
  background-color: #edd5e8;
}
.manifest .sec06 .inner .flame ul li:before {
  color: #a42f8b;
}
.manifest .sec06 .inner .pdf .flex .right .btn a {
  background-color: #a42f8b;
}

.manifest .sec07 .inner .manifest__point {
  color: #a38a77;
}
.manifest .sec07 .inner .manifest__copy {
  color: #a38a77;
}
.manifest .sec07 .inner .flame {
  background-color: #ede8e4;
}
.manifest .sec07 .inner .flame ul li:before {
  color: #a38a77;
}
.manifest .sec07 .inner .pdf .flex .right .btn a {
  background-color: #a38a77;
}