.heading--en {
  height: 24px;
  margin-bottom: 15px;
}
.heading--en img {
  width: auto;
  height: 100%;
}
.heading--ja {
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1200px) {
  .heading--en {
    height: 32px;
  }
  .heading--ja {
    font-size: 18px;
  }
}

.manifest {
  padding: 140px 0 80px;
}
.manifest__heading {
  margin-bottom: 60px;
  text-align: center;
}
.manifest__heading .heading--ja {
  text-indent: 0.2em;
}
.manifest__subheading {
  margin-bottom: 1em;
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.manifest__list--01 {
  margin-bottom: 70px;
}
.manifest__list--01 .manifest__item:nth-of-type(2) .manifest__title img:last-of-type, .manifest__list--01 .manifest__item:nth-of-type(3) .manifest__title img:last-of-type {
  width: auto;
  height: 48px;
}
.manifest__list--02 .manifest__item:first-of-type .manifest__title img:last-of-type, .manifest__list--02 .manifest__item:nth-of-type(3) .manifest__title img:last-of-type {
  width: auto;
  height: 48px;
}
.manifest__item:not(:last-of-type) {
  margin-bottom: 50px;
}
.manifest__item:last-of-type {
  margin-bottom: 0;
}
.manifest__title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.manifest__title img:first-of-type {
  width: 50px;
  margin-right: 10px;
}
.manifest__title img:last-of-type {
  width: auto;
  height: 22px;
}
.manifest__detail {
  padding: 20px;
  border-radius: 15px;
  background: #fff8ef;
  color: #fa931c;
}
.manifest__detail p {
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .manifest__subheading {
    font-size: 25px;
    text-align: center;
    text-indent: 0.1em;
  }
  .manifest__subheading--01 br:nth-of-type(2) {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .manifest {
    padding: 180px 0 100px;
  }
  .manifest__heading {
    margin-bottom: 75px;
  }
  .manifest__subheading {
    font-size: 30px;
    margin-bottom: 2em;
  }
  .manifest__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .manifest__item {
    width: 30.5%;
  }
  .manifest__title img:first-of-type {
    width: 70px;
  }
  .manifest__detail {
    padding: 30px;
  }
  .manifest__detail p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1440px) {
  .manifest {
    padding-top: 200px;
  }
  .manifest__inner {
    width: 90%;
    max-width: 1350px;
  }
  .manifest__list--02 .manifest__item {
    width: 23.5%;
  }
  .manifest__detail p {
    line-height: 2;
  }
}/*# sourceMappingURL=manifest.css.map */