:root {
  --color-black: #333;
  --color-light-black: #575757;
  --color-dark-black: #090909;
  --color-pure-black: #000;
  --color-white: #fff;
  --color-gray: #c9c9c9;
  --color-light-gray: #efefef;
  --color-dark-gray: #909090;
  --color-dark-gray-2: #8e8e8e;
}

.image {
  padding: 60px 0;
  overflow: hidden;
}
.image.--skew {
  transform: skew(0, -5deg);
}
.image.--skew > div {
  transform: skew(0, 5deg);
}
.image__inner {
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .image__inner {
    width: 82.98%;
  }
}
.image__inner.--wide {
  max-width: 1180px;
}
@media screen and (max-width: 767px) {
  .image__inner.--wide {
    width: 100%;
  }
}
.image__inner.--full {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .image__inner.--full {
    width: 100%;
  }
}
.image__text {
  font: 500 16px/2 "Noto Sans JP", "sans-serif";
  letter-spacing: 1.28px;
  text-align: center;
  margin-bottom: 80px;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .image__text {
    margin-bottom: 0;
  }
}

.solution {
  padding: 60px 0;
}
.solution.--skew {
  transform: skew(0, -5deg);
}
.solution.--skew > div {
  transform: skew(0, 5deg);
}
.solution__inner {
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .solution__inner {
    width: 82.98%;
  }
}
.solution__inner.--wide {
  max-width: 1180px;
}
@media screen and (max-width: 767px) {
  .solution__inner.--wide {
    width: 100%;
  }
}
.solution__inner.--full {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .solution__inner.--full {
    width: 100%;
  }
}
.solution__problem-wrap {
  border: 1px solid var(--color-black);
  padding: 49px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .solution__problem-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 33px;
  }
}
.solution__problem-wrap::after {
  background: url("../images/problem.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  width: 425px;
  height: 323px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .solution__problem-wrap::after {
    right: initial;
    left: 50%;
    top: initial;
    transform: translateX(-50%);
    position: relative;
    width: 254px;
    height: 194px;
  }
}
.solution__problem {
  align-items: center;
  display: flex;
  font: 500 16px/3.125 "Noto Sans JP", "sans-serif";
  gap: 9px;
}
@media screen and (max-width: 767px) {
  .solution__problem {
    font: 500 16px/1.75 "Noto Sans JP", "sans-serif";
    letter-spacing: 1.28px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .solution__problem svg {
    flex: none;
    margin-top: 6px;
  }
}

.feature {
  padding: 60px 0;
}
.feature.--skew {
  transform: skew(0, -5deg);
}
.feature.--skew > div {
  transform: skew(0, 5deg);
}
.feature__inner {
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .feature__inner {
    width: 82.98%;
  }
}
.feature__inner.--wide {
  max-width: 1180px;
}
@media screen and (max-width: 767px) {
  .feature__inner.--wide {
    width: 100%;
  }
}
.feature__inner.--full {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .feature__inner.--full {
    width: 100%;
  }
}
.feature__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.feature__item {
  display: flex;
  gap: 47px;
}
@media screen and (max-width: 767px) {
  .feature__item {
    flex-direction: column;
    gap: 30px;
  }
}
.feature__item-image {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .feature__item-image {
    width: 100%;
  }
}
.feature__item-title {
  font: 500 18px/1.5555555556 "Noto Sans JP", "sans-serif";
  letter-spacing: 1.44px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .feature__item-title {
    font: 500 16px/1.625 "Noto Sans JP", "sans-serif";
    letter-spacing: 1.28px;
  }
}

.project {
  padding: 60px 0;
}
.project.--skew {
  transform: skew(0, -5deg);
}
.project.--skew > div {
  transform: skew(0, 5deg);
}
.project .parts-btn {
  margin: 0 auto;
}
.project__inner {
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .project__inner {
    width: 82.98%;
  }
}
.project__inner.--wide {
  max-width: 1180px;
}
@media screen and (max-width: 767px) {
  .project__inner.--wide {
    width: 100%;
  }
}
.project__inner.--full {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .project__inner.--full {
    width: 100%;
  }
}
.project__text {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .project__text {
    margin-bottom: 48px;
  }
}
.project__penetrate {
  font: 500 16px/3.125 "Noto Sans JP", "sans-serif";
  letter-spacing: 1.28px;
  position: relative;
  opacity: 0;
  overflow: hidden;
  transform: translateY(20px);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .project__penetrate {
    font: 500 14px/1.4285714286 "Noto Sans JP", "sans-serif";
    letter-spacing: 1.12px;
  }
}
.project__penetrate::before, .project__penetrate::after {
  background: var(--color-black);
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .project__penetrate::before, .project__penetrate::after {
    content: none;
  }
}
.project__penetrate::before {
  right: 0;
  transform-origin: right;
  width: 28px;
  opacity: 0;
  transition: 0.6s;
  transition-delay: 0.9s;
}
.project__penetrate::after {
  left: -100%;
  width: 100%;
  transition: 0.6s;
  transition-delay: 0.3s;
}
.project__penetrate + .project__penetrate {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .project__penetrate + .project__penetrate {
    margin-top: 10px;
  }
}
.project__penetrate.--animate {
  transform: translateY(0);
  opacity: 1;
}
.project__penetrate.--animate::after {
  left: 0;
}
.project__penetrate.--animate::before {
  transform: rotate(20deg);
  opacity: 1;
}
.project__flow-row {
  display: flex;
  margin: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .project__flow-row {
    flex-direction: column;
    gap: 40px;
    margin: 20px 0 85px;
    padding-left: 22px;
    position: relative;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .project__flow-row::before, .project__flow-row::after {
    position: absolute;
    background: var(--color-black);
    content: "";
    width: 1px;
    position: absolute;
    bottom: 0;
    transition: 0.6s;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .project__flow-row::before {
    top: -100%;
    height: 100%;
    transition-delay: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .project__flow-row::after {
    height: 23px;
    opacity: 0;
    transform-origin: bottom;
    transition-delay: 0.9s;
  }
}
.project__flow-row.--animate .project__flow-row-contents {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .project__flow-row.--animate .project__flow-row-contents {
    transform: translateY(0);
  }
}
.project__flow-row.--animate::before {
  top: 0;
}
.project__flow-row.--animate::after {
  transform: rotate(20deg);
  opacity: 1;
}
.project__flow-row-contents {
  width: 25%;
  opacity: 0;
  transform: translateX(-20px);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .project__flow-row-contents {
    width: 100%;
    transform: translateY(-20px);
  }
}
.project__flow-row-contents:nth-child(1) {
  z-index: 4;
  transition-delay: 0.3s;
}
.project__flow-row-contents:nth-child(2) {
  z-index: 3;
  transition-delay: 0.6s;
}
.project__flow-row-contents:nth-child(3) {
  z-index: 2;
  transition-delay: 0.9s;
}
.project__flow-row-contents:nth-child(4) {
  z-index: 1;
  transition-delay: 1.2s;
}
.project__flow-row-contents .project__flow-row-arrow::after {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  content: "";
  height: 100%;
  position: absolute;
  right: -30px;
  top: 0;
  width: 30px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .project__flow-row-contents .project__flow-row-arrow::after {
    bottom: -19.5px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    height: 20px;
    left: 0;
    top: initial;
    width: 100%;
  }
}
.project__flow-row-contents:last-child .project__flow-row-arrow::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .project__flow-row-contents:last-child .project__flow-row-arrow::after {
    content: "";
  }
}
.project__flow-row-contents:nth-child(even) .project__flow-row-arrow {
  background: var(--color-dark-gray);
}
.project__flow-row-contents:nth-child(even) .project__flow-row-arrow::after {
  background: var(--color-dark-gray);
}
.project__flow-row-contents:nth-child(odd) .project__flow-row-arrow {
  background: var(--color-light-black);
}
.project__flow-row-contents:nth-child(odd) .project__flow-row-arrow::after {
  background: var(--color-light-black);
}
.project__flow-row-arrow {
  align-items: center;
  background: var(--color-black);
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 110px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .project__flow-row-arrow {
    gap: 6px;
    height: 80px;
    margin-bottom: 30px;
    padding-top: 20px;
  }
}
.project__flow-row-arrow::after {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  content: "";
  height: 100%;
  position: absolute;
  right: -30px;
  top: 0;
  width: 30px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .project__flow-row-arrow::after {
    bottom: -20px;
    -webkit-clip-path: polygon(0% -1%, 100% -1%, 50% 100%);
            clip-path: polygon(0% -1%, 100% -1%, 50% 100%);
    height: 20px;
    left: 0;
    top: initial;
    width: 100%;
  }
}
.project__flow-row-phase {
  font: italic 700 11px/1.2727272727 "Caudex", "sans-serif";
  letter-spacing: 0.22px;
}
@media screen and (max-width: 767px) {
  .project__flow-row-phase {
    font: italic 700 12px/1.3333333333 "Caudex", "sans-serif";
    letter-spacing: 0.24px;
  }
}
.project__flow-row-name {
  font: 500 16px/1.75 "Noto Sans JP", "sans-serif";
  letter-spacing: 1.12px;
}
@media screen and (max-width: 767px) {
  .project__flow-row-name {
    letter-spacing: 0.64px;
  }
}
.project__flow-row-works {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
}
.project__flow-row-work {
  font: 500 12px/2 "Noto Sans JP", "sans-serif";
  letter-spacing: 0.96px;
  padding-left: 12px;
  position: relative;
}
.project__flow-row-work::before {
  background: var(--color-black);
  border-radius: 100%;
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  left: 6px;
  transform: translate(-50%, -50%);
  top: 50%;
}
.project__flow-col {
  margin-bottom: 80px;
}
.project__flow-col.--animate .project__flow-col-contents {
  opacity: 1;
  transform: translateY(0);
}
.project__flow-col.--animate .project__flow-col-contents::before {
  width: 100%;
}
.project__flow-col.--animate .project__flow-col-contents::after {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.project__flow-col-contents {
  align-items: center;
  display: flex;
  gap: 58px;
  padding: 40px 0;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .project__flow-col-contents {
    gap: 22px;
  }
}
.project__flow-col-contents::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--color-black);
  transition: 0.3s;
}
.project__flow-col-contents:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 23px solid var(--color-light-black);
  position: absolute;
  bottom: -23px;
  transform: translate(-50%, calc(-23px - 50%));
  left: 50%;
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .project__flow-col-contents:last-child::before {
    content: none;
  }
}
.project__flow-col-contents:nth-child(1) {
  transition-delay: 0s;
}
.project__flow-col-contents:nth-child(1)::before {
  transition-delay: 0.3s;
}
.project__flow-col-contents:nth-child(1)::after {
  transition-delay: 0.6s;
}
.project__flow-col-contents:nth-child(2) {
  transition-delay: 1.2s;
}
.project__flow-col-contents:nth-child(2)::before {
  transition-delay: 1.5s;
}
.project__flow-col-contents:nth-child(2)::after {
  transition-delay: 1.8s;
}
.project__flow-col-contents:nth-child(3) {
  transition-delay: 2.4s;
}
.project__flow-col-contents:nth-child(3)::before {
  transition-delay: 2.7s;
}
.project__flow-col-contents:nth-child(3)::after {
  transition-delay: 3s;
}
.project__flow-col-contents:nth-child(4) {
  transition-delay: 3.6s;
}
.project__flow-col-contents:nth-child(4)::before {
  transition-delay: 3.9s;
}
.project__flow-col-contents:nth-child(4)::after {
  transition-delay: 4.2s;
}
.project__flow-col-contents:nth-child(5) {
  transition-delay: 4.8s;
}
.project__flow-col-contents:nth-child(5)::before {
  transition-delay: 5.1s;
}
.project__flow-col-contents:nth-child(5)::after {
  transition-delay: 5.4s;
}
.project__flow-col-image {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .project__flow-col-image {
    margin-left: 0;
  }
}
.project__flow-col-name-wrap {
  align-items: center;
  display: flex;
  gap: 21px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .project__flow-col-name-wrap {
    margin-bottom: 13px;
  }
}
.project__flow-col-phase {
  font: italic 700 11px/1.2727272727 "Caudex", "sans-serif";
  letter-spacing: 0.22px;
}
@media screen and (max-width: 767px) {
  .project__flow-col-phase {
    font: italic 700 12px/1.3333333333 "Caudex", "sans-serif";
    letter-spacing: 0.24px;
  }
}
.project__flow-col-name {
  font: 500 16px/1.5 "Noto Sans JP", "sans-serif";
  letter-spacing: 1.28px;
}
@media screen and (max-width: 767px) {
  .project__flow-col-name {
    letter-spacing: 0.64px;
  }
}/*# sourceMappingURL=style.css.map */