@charset "UTF-8";
@media screen and (min-width: 768px), print {
  .p-project__summary {
    padding: 20rem 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .p-project__summary-body {
    padding-left: 610rem;
  }
}
.p-project__summary-heading {
  font-size: 12rem;
  font-weight: 400;
  color: #EF7C03;
  margin-bottom: 20rem;
}
@media screen and (min-width: 768px), print {
  .p-project__summary-heading {
    margin-bottom: 40rem;
  }
}
.p-project__summary-figure {
  margin: 60rem -24rem 0;
}
@media screen and (min-width: 768px), print {
  .p-project__summary-figure {
    margin: 80rem 0 0;
  }
}
.p-project__member-list {
  display: grid;
  margin: 30rem 0 0;
  gap: 24rem;
}
@media screen and (min-width: 768px), print {
  .p-project__member-list {
    gap: 0;
  }
}
.p-project__member-item {
  position: relative;
  padding: 0 24rem 0 100rem;
}
@media screen and (min-width: 768px), print {
  .p-project__member-item {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 32rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-project__member-item::before {
    position: absolute;
    left: 40rem;
    bottom: 0;
    font-size: 12rem;
  }
  .p-project__member-item:nth-of-type(1)::before {
    content: "｜左｜";
  }
  .p-project__member-item:nth-of-type(2)::before {
    content: "｜右｜";
  }
}
.p-project__member-team {
  color: #EF7C03;
  font-size: 12rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px), print {
  .p-project__member-team {
    font-size: 17rem;
    margin: 0;
    transform: translateY(2rem);
  }
}
.p-project__member-name {
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .p-project__member-name {
    font-size: 20rem;
  }
}
.p-project__member-position {
  font-size: 12rem;
  display: inline-block;
  margin-right: 0.5em;
}
@media screen and (min-width: 768px), print {
  .p-project__member-position {
    font-size: 20rem;
  }
}
.p-project__story {
  margin: 80rem 0 0;
}
@media screen and (min-width: 768px), print {
  .p-project__story {
    margin: 130rem 0 0;
  }
}
.p-project__story-header {
  margin: 0 -24rem 40rem;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .p-project__story-header {
    margin: 0 0 70rem;
  }
}
.p-project__story-label {
  position: absolute;
  top: 30rem;
  left: 24rem;
  color: #EF7C03;
}
@media screen and (min-width: 768px), print {
  .p-project__story-label {
    font-size: 20rem;
    top: 60rem;
    left: 60rem;
  }
}
.p-project__story-heading {
  position: absolute;
  bottom: 30rem;
  left: 24rem;
  color: #ffffff;
  font-size: 26rem;
  margin: 0;
}
@media screen and (min-width: 768px), print {
  .p-project__story-heading {
    font-size: 48rem;
    bottom: 50rem;
    left: 60rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-project__story-lead-text {
    width: 940rem;
    font-size: 17rem;
  }
}
.p-project__impact {
  margin: 40rem 0;
}
@media screen and (min-width: 768px), print {
  .p-project__impact {
    margin: 80rem 0;
  }
}
.p-project__impact-frame {
  background: linear-gradient(to bottom right, #ea9900 0%, #ef7c03 100%);
  padding: 24rem 16rem;
  color: #171717;
}
@media screen and (min-width: 768px), print {
  .p-project__impact-frame {
    padding: 140rem 316rem;
  }
}
.p-project__impact-heading {
  font-size: 24rem;
}
@media screen and (min-width: 768px), print {
  .p-project__impact-heading {
    font-size: 28rem;
  }
}
.p-project__impact-text {
  font-size: 16rem;
}
@media screen and (min-width: 768px), print {
  .p-project__impact-text {
    font-size: 20rem;
  }
}

.p-project-related {
  background-color: #fff;
  padding: 40rem 0;
}
@media screen and (min-width: 768px), print {
  .p-project-related {
    padding: 80rem 0;
  }
}
.p-project-related__heading {
  font-size: 14rem;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .p-project-related__heading {
    font-size: 17rem;
    margin-bottom: 50rem;
  }
}
.p-project-related__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 40rem;
}
@media screen and (min-width: 768px), print {
  .p-project-related__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-project-related__link {
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  .p-project-related__link:hover .p-project-related__img {
    transform: scale(1.05);
  }
}
.p-project-related__figure {
  overflow: hidden;
  position: relative;
}
.p-project-related__img {
  transition: transform 0.3s;
  will-change: transform;
}
@media screen and (max-width: 767.98px) {
  .p-project-related__img {
    aspect-ratio: 335/160;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-project-related__icon {
  background: #EF7C03;
  color: #fff;
  width: 44rem;
  height: 44rem;
  position: absolute;
  right: 10rem;
  bottom: 10rem;
  display: grid;
  place-content: center;
}
.p-project-related__icon svg {
  width: 8rem;
}
.p-project-related__tag-list {
  display: flex;
  font-size: 12rem;
  gap: 4rem 20rem;
  flex-wrap: wrap;
  margin: 16rem 0 0;
}
.p-project-related__title {
  font-size: 14rem;
  font-weight: 400;
  margin: 16rem 0 0;
}
@media screen and (min-width: 768px), print {
  .p-project-related__title {
    font-size: 17rem;
  }
}/*# sourceMappingURL=project.css.map */