.projectstory {
  font-family: "Noto Sans JP", serif;
  overflow-x: hidden;
  text-align: justify;
}
.projectstory__hero {
  background-image: url(../img/projectstory/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 calc(50% - 50vw);
  height: 500px;
  position: relative;
}
.projectstory__hero__title {
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (min-width: 1012px) {
  .projectstory__hero__title {
    transform: translate(-50%, -25%);
  }
}
.projectstory__hero__title > * {
  margin: 0;
}
.projectstory__hero__title__num {
  font-family: "Noto Serif JP", serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .projectstory__hero__title__num {
    font-size: 9rem;
  }
}
@media (min-width: 1280px) {
  .projectstory__hero__title__num {
    font-size: 10rem;
  }
}
.projectstory__hero__title__sub {
  font-size: 2.2rem;
  font-weight: 700;
  background-color: #36A22B;
  width: fit-content;
  margin: 0 auto;
  text-shadow: none;
  padding: 0 0.75em 0.075em;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .projectstory__hero__title__sub {
    font-size: 2.6rem;
  }
}
.projectstory__hero__title__main {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.125;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .projectstory__hero__title__main {
    font-size: 5rem;
  }
}
@media (min-width: 1280px) {
  .projectstory__hero__title__main {
    font-size: 6rem;
  }
}
.projectstory__hero__title__lead {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .projectstory__hero__title__lead {
    font-size: 2.6rem;
  }
}
.projectstory__hero__title__lead > span {
  position: relative;
  display: inline-block;
}
.projectstory__hero__title__lead > span::before {
  position: absolute;
  top: 50%;
  right: calc(100% + 0.375em);
  transform: translateY(-50%);
  content: "";
  width: 2em;
  height: 1.5px;
  background-color: #FFFFFF;
}
.projectstory__hero__title__lead > span::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 0.375em);
  transform: translateY(-50%);
  content: "";
  width: 2em;
  height: 1.5px;
  background-color: #FFFFFF;
}
.projectstory__copy {
  padding-top: 60px;
}
.projectstory__copy__title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 0.75em;
  position: relative;
}
.projectstory__copy__title::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 4.5em;
  height: 4px;
  background-color: #27881D;
}
.projectstory__copy__text {
  font-size: 1.9rem;
  max-width: 840px;
  margin: 2em auto 0;
}
.projectstory__copy__text > span {
  display: inline-block;
  text-indent: 1em;
}
.projectstory__copy__ph {
  margin: 30px calc(50% - 50vw) 0;
  overflow-x: auto;
  text-align: center;
}
.projectstory__copy__ph img {
  width: 100%;
  min-width: 800px;
  max-width: 1138px;
}
.projectstory__copy__images {
  background-color: #36A22B;
  padding: 20px;
  margin: 30px calc(50% - 50vw) 0;
}
@media (min-width: 768px) {
  .projectstory__copy__images {
    padding: 40px;
  }
}
@media (min-width: 1280px) {
  .projectstory__copy__images {
    padding: 40px 50px;
  }
}
.projectstory__copy__images__inner {
  display: grid;
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .projectstory__copy__images__inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (min-width: 1280px) {
  .projectstory__copy__images__inner {
    gap: 35px;
  }
}
.projectstory__copy__images__inner img {
  width: 100%;
}
.projectstory__nav {
  font-size: 1.8rem;
  padding: 3em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
@media (min-width: 576px) {
  .projectstory__nav {
    font-size: 2rem;
    gap: 2em;
  }
}
@media (min-width: 1024px) {
  .projectstory__nav {
    font-size: 2.3rem;
    gap: 4.75em;
  }
}
.projectstory__nav__btn {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 5.75em;
  border-radius: 100px;
  background-color: #36A22B;
  padding-bottom: 0.875em;
  position: relative;
}
.projectstory__nav__btn::before {
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
  content: url(../img/projectstory/nav-arrow.svg);
  transition: ease-in-out 0.3s;
}
.projectstory__nav__btn:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.projectstory__nav__btn:hover::before {
  transform: translateX(-50%) scale(1.5);
}
.projectstory__outline {
  background-color: #F2F2F2;
  padding: 50px 0 100px;
  overflow: hidden;
}
.projectstory__outline__flow {
  font-size: 2.6rem;
  display: grid;
  grid-template-columns: 4em 3fr;
  margin-top: 2.5em;
}
@media (min-width: 576px) {
  .projectstory__outline__flow {
    display: block;
  }
}
.projectstory__outline__flow__list {
  color: #FFFFFF;
  background: linear-gradient(to bottom, #37A52B, #27841E);
  display: grid;
  gap: 1em;
}
@media (min-width: 576px) {
  .projectstory__outline__flow__list {
    background: linear-gradient(to right, #37A52B, #27841E);
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2.5em;
  }
}
.projectstory__outline__flow__list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  padding: 0.5em;
  text-align: center;
  position: relative;
}
@media (min-width: 576px) {
  .projectstory__outline__flow__list__item {
    display: block;
  }
}
.projectstory__outline__flow__list__item::before {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
}
@media (min-width: 576px) {
  .projectstory__outline__flow__list__item::before {
    top: 0;
    left: 100%;
    right: auto;
  }
}
.projectstory__outline__flow__list__item:not(:last-child)::before {
  transform: translateY(-50%);
  height: 1.5em;
  clip-path: polygon(0 0, 50% 90%, 100% 0, 100% 10%, 50% 100%, 0 10%);
  background-color: #F2F2F2;
}
@media (min-width: 576px) {
  .projectstory__outline__flow__list__item:not(:last-child)::before {
    left: calc(100% + 0.5em);
    width: 0.75em;
    height: 100%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 20% 0, 100% 50%, 20% 100%, 0 100%, 80% 50%);
  }
}
@media (min-width: 768px) {
  .projectstory__outline__flow__list__item:not(:last-child)::before {
    clip-path: polygon(0 0, 30% 0, 100% 50%, 30% 100%, 0 100%, 70% 50%);
  }
}
.projectstory__outline__flow__list__item:last-child::before {
  transform: translateY(-1px);
  height: 1.5em;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #27841E;
}
@media (min-width: 576px) {
  .projectstory__outline__flow__list__item:last-child::before {
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: 0.75em;
    height: 100%;
    transform: none;
  }
}
.projectstory__outline__flow__ph {
  display: grid;
  gap: 1em;
}
@media (min-width: 576px) {
  .projectstory__outline__flow__ph {
    margin-top: 3em;
  }
}
@media (min-width: 576px) {
  .projectstory__outline__flow__ph {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 1.5em;
  }
}
.projectstory__outline__flow__ph li {
  padding-bottom: 1em;
}
@media (min-width: 576px) {
  .projectstory__outline__flow__ph li {
    padding-bottom: 0;
  }
}
.projectstory__outline__step {
  display: grid;
  grid-template-columns: 100%;
  gap: 0.5em;
  margin-top: 80px;
}
@media (min-width: 768px) {
  .projectstory__outline__step {
    grid-template-columns: repeat(3, 1fr);
  }
}
.projectstory__outline__step__nav {
  position: relative;
  z-index: 2;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  padding: 0 1.5em;
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 2px solid #45B035;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}
.projectstory__outline__step__nav.--active {
  color: #FFFFFF;
  background-color: #45B035;
}
.projectstory__outline__step__nav.--active::before {
  background-color: #FFFFFF;
}
.projectstory__outline__step__nav.--active::after {
  content: none;
}
.projectstory__outline__step__nav::before {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  content: "";
  width: 0.5em;
  height: 3px;
  background-color: #45B035;
}
.projectstory__outline__step__nav::after {
  position: absolute;
  top: 50%;
  right: 1.25em;
  transform: translate(50%, -50%);
  content: "";
  width: 3px;
  height: 0.5em;
  background-color: #45B035;
}
.projectstory__outline__step__content {
  display: none;
  opacity: 0;
  height: 0;
  transition: ease-in-out 0.2s;
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .projectstory__outline__step__content {
    grid-row: 2/3;
    grid-column: 1/4;
  }
}
.projectstory__outline__step__content.--visible {
  display: block;
  transform: none;
  opacity: 1;
  height: fit-content;
}
@media (min-width: 768px) {
  .projectstory__outline__step__text {
    text-align: center;
  }
}
.projectstory__outline__step__text:has(a) {
  max-width: 800px;
  margin: 0 auto;
}
.projectstory__outline__step__text a {
  position: relative;
}
.projectstory__outline__step__text a::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 125% -50%;
  rotate: 45deg;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
.projectstory__outline__step__ph {
  width: 100%;
  overflow-x: auto;
  text-align: center;
}
.projectstory__outline__step__ph img {
  width: 100%;
  min-width: 600px;
  max-width: 1000px;
}
.projectstory__title {
  text-align: center;
  margin: 0;
}
.projectstory__title > span {
  font-family: "Anton", serif;
  display: block;
  font-size: 5.4rem;
  line-height: 1;
}
.projectstory__title > small {
  font-size: 1.8rem;
  font-weight: 500;
  color: #27881D;
  display: block;
  margin-top: 0.75em;
}
.projectstory__interview {
  padding-top: 80px;
}
.projectstory__interview__block {
  margin-top: 100px;
  padding: 50px 0;
  position: relative;
}
.projectstory__interview__block::before {
  position: absolute;
  content: "";
  width: calc(100vw - (100vw - 1076px) / 2);
  max-width: 1238px;
  height: 100%;
  z-index: -1;
  top: 0;
  background-color: #F2F2F2;
}
.projectstory__interview__block.--left {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .projectstory__interview__block.--left {
    padding-left: 40px;
  }
}
.projectstory__interview__block.--left::before {
  left: 0;
}
.projectstory__interview__block.--right {
  padding-right: 20px;
}
@media (min-width: 768px) {
  .projectstory__interview__block.--right {
    padding-right: 40px;
  }
}
.projectstory__interview__block.--right::before {
  right: 0;
}
.projectstory__interview__block__heading-1 {
  font-size: 3rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #36A22B;
  padding: 0.125em 0.75em 0.25em;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  margin: 0;
}
.projectstory__interview__block__heading-1.--left {
  left: 20px;
}
@media (min-width: 768px) {
  .projectstory__interview__block__heading-1.--left {
    left: 40px;
  }
}
.projectstory__interview__block__heading-1.--right {
  right: 20px;
}
@media (min-width: 768px) {
  .projectstory__interview__block__heading-1.--right {
    right: 40px;
  }
}
.projectstory__interview__block__heading-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}
@media (min-width: 768px) {
  .projectstory__interview__block__heading-2.--right {
    text-align: right;
  }
}
.projectstory__interview__block__heading-3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #27881D;
  margin-top: 1em;
}
.projectstory__interview__block__text {
  font-size: 1.6rem;
  margin-top: 0.75em;
  text-indent: 1em;
}
.projectstory__interview__block__text:has(> img) {
  text-indent: 0;
  padding-left: 1.75em;
  position: relative;
}
.projectstory__interview__block__text:has(> img) img {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1.5em;
}
@media (min-width: 1024px) {
  .projectstory__interview__block__inner {
    display: grid;
    max-width: 1238px;
  }
}
@media (min-width: 1024px) {
  .projectstory__interview__block__inner.--left {
    grid-template-columns: 5fr 6.5fr;
    margin-left: calc(50% - (50vw + 20px));
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  .projectstory__interview__block__inner.--left {
    margin-left: -202px;
  }
}
@media (min-width: 1024px) {
  .projectstory__interview__block__inner.--left .projectstory__interview__block__inner__item {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
@media (min-width: 1024px) {
  .projectstory__interview__block__inner.--left .projectstory__interview__block__inner__item.--ph {
    grid-column: 1/2;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .projectstory__interview__block__inner.--right {
    grid-template-columns: 6.5fr 5fr;
    margin-right: calc(50% - (50vw + 20px));
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .projectstory__interview__block__inner.--right {
    margin-right: -202px;
  }
}
@media (min-width: 1024px) {
  .projectstory__interview__block__inner.--right .projectstory__interview__block__inner__item {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
@media (min-width: 1024px) {
  .projectstory__interview__block__inner.--right .projectstory__interview__block__inner__item.--ph {
    grid-column: 2/3;
    padding-left: 30px;
  }
}
.projectstory__interview__block__inner__item.--ph {
  margin-top: 20px;
}
.projectstory__interview__block__inner__item.--ph img {
  width: 100%;
}
.projectstory__interview__block__inner__item .projectstory__interview__block__heading-3 + img {
  margin-top: 20px;
}
.projectstory__interview__block__ph {
  overflow-x: auto;
}
.projectstory__interview__block__ph.--doboku {
  margin-top: 20px;
}
.projectstory__interview__block__ph.--doboku img {
  width: 100%;
  min-width: 800px;
  max-width: 1036px;
}
.projectstory__interview__block__fig figcaption {
  width: fit-content;
  margin: 0 auto;
  padding: 0 1em;
  border: 1px solid #000000;
  border-radius: 5px;
  margin-top: 0.375em;
  text-align: center;
}
.projectstory__interview__block__fig figcaption span.color {
  font-weight: 600;
  color: #00A3E4;
}
.projectstory__interview__block__fig__wrap {
  font-size: 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, auto));
  gap: 0.75em;
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  .projectstory__interview__block .row .projectstory__interview__block__heading-3:first-child {
    margin-top: 0;
  }
}
.projectstory__interview__block .row > *:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .projectstory__interview__block .row > *:not(:first-child) {
    margin-top: 0;
  }
}
.projectstory__interview__block :where(img) {
  width: 100%;
}

@media (min-width: 768px) {
  #denki + .projectstory__interview__block__heading-2 {
    text-indent: -7em;
    padding-left: 7em;
  }
}
#denki + .projectstory__interview__block__heading-2 br {
  display: none;
}
@media (min-width: 768px) {
  #denki + .projectstory__interview__block__heading-2 br {
    display: block;
  }
}/*# sourceMappingURL=projectstory.css.map */