:root {
  --cl01: #aa56bc;
  --cl02: #813591;
}

.p_projectstory02__item .item_ttl {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p_projectstory02__item .item_ttl {
    font-size: 1.5rem;
  }
}

.p_projectstory__ttl {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p_projectstory__ttl {
    font-size: 2.5rem;
  }
}

.c_mv03 {
  width: 100%;
}
.c_mv03__inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .c_mv03__inner {
    padding-right: 0;
    margin-left: auto;
    display: flex;
    width: calc(1180px + (100vw - 1160px) * 0.5);
  }
}
.c_mv03__content {
  display: flex;
}
.c_mv03__desc {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c_mv03__desc {
    width: 100%;
    max-width: clamp(23.75rem, 48.0769230769vw + 0.6730769231rem, 48.75rem);
  }
}
.c_mv03__sub {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .c_mv03__sub {
    margin-top: clamp(3.75rem, 16.5865384615vw + -4.2115384615rem, 12.375rem);
  }
}
.c_mv03__sub .sub_txt {
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  padding: 10px;
  background: var(--cl01);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c_mv03__sub .sub_txt {
    font-size: clamp(1.875rem, 1.2019230769vw + 1.2980769231rem, 2.5rem);
    padding: 8px 10px 8px 13px;
  }
}
.c_mv03__sub .sub_txt + .sub_txt {
  margin-top: 8px;
}
.c_mv03__img {
  margin-top: 40px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_mv03__img {
    width: 67.7966101695%;
    display: flex;
    justify-content: flex-start;
    margin-left: clamp(-13.75rem, -26.4423076923vw + 12.6923076923rem, 0rem);
    max-width: clamp(25rem, 92.5925925926vw + -19.4444444444rem, 50rem);
    margin-top: clamp(5.5625rem, -3.7259615385vw + 9.2884615385rem, 7.5rem);
  }
}
.c_mv03__img img {
  width: 100%;
}

.c_bg {
  height: 100vh;
}

.p_projectstory {
  padding-top: 120px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p_projectstory {
    padding-top: clamp(8.75rem, 12.2596153846vw + 2.8653846154rem, 15.125rem);
  }
}
.p_projectstory__ttl {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  line-height: 1.375;
  color: var(--cl01);
}
.p_projectstory01 {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .p_projectstory01 {
    margin-top: clamp(-16rem, -33.1730769231vw + 17.1730769231rem, 1.25rem);
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
}
.p_projectstory01__img {
  display: none;
}
@media screen and (min-width: 768px) {
  .p_projectstory01__img {
    width: 36.2068965517%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .p_projectstory01__img img {
    width: calc(100% + 13.75vw);
    max-width: calc(100% + 13.75vw);
  }
}
.p_projectstory01__desc {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_projectstory01__desc {
    width: 55.0862068966%;
    margin-top: clamp(9.375rem, 33.4134615385vw + -6.6634615385rem, 26.75rem);
  }
}
.p_projectstory01__txt {
  line-height: 2;
  font-weight: 500;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .p_projectstory01__txt {
    padding-top: 20px;
  }
}
.p_projectstory02 {
  background-color: #e9f1f4;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p_projectstory02 {
    padding: clamp(2.5rem, 5.9523809524vw + -0.3571428571rem, 5rem) clamp(2.5rem, 12.6488095238vw + -3.5714285714rem, 7.8125rem) clamp(2.5rem, 12.6488095238vw + -3.5714285714rem, 7.8125rem) clamp(2.5rem, 14.1369047619vw + -4.2857142857rem, 8.4375rem);
    margin-top: clamp(5rem, 1.9230769231vw + 4.0769230769rem, 6rem);
  }
}
.p_projectstory02 .p_projectstory__ttl {
  text-align: center;
  padding-right: 10px;
}
.p_projectstory02__content {
  display: grid;
  padding-top: 20px;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p_projectstory02__content {
    padding-top: 50px;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 60px;
  }
}
.p_projectstory02__item .item_ttl {
  color: #2f3a4c;
  font-weight: 700;
  padding: 19px 0 9px;
}
.p_projectstory02__item .item_txt,
.p_projectstory02__item .item_author {
  color: #4a4a4a;
  line-height: 2;
}
.p_projectstory03 {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .p_projectstory03 {
    margin-top: 66px;
  }
}
.p_projectstory03 .c_scroll03 {
  position: relative;
}
.p_projectstory03 .c_scroll03__item {
  position: relative;
}
.p_projectstory03 .c_scroll03__item:nth-child(1) {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p_projectstory03 .c_scroll03__item:nth-child(1) {
    padding-bottom: clamp(5rem, 24.0384615385vw + -6.5384615385rem, 17.5rem);
  }
}
@media screen and (min-width: 768px) {
  .p_projectstory03 .c_scroll03__item:nth-child(1).is_top .c_scroll03__content {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p_projectstory03 .c_scroll03__item:nth-child(1).is_fixed .c_scroll03__content {
    position: fixed;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p_projectstory03 .c_scroll03__item:nth-child(1).is_bottom .c_scroll03__content {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p_projectstory03 .c_scroll03__item.vl .c_scroll03__content {
    position: fixed;
    bottom: calc(var(--top) * 1px);
  }
}
@media screen and (min-width: 768px) {
  .p_projectstory03 .c_scroll03__item + .c_scroll03__item {
    margin-top: -10vh;
  }
}
@media screen and (min-width: 768px) {
  .p_projectstory03 .c_scroll03 .c_scroll03__content {
    width: 100%;
    position: absolute;
    left: 0;
  }
}
.p_projectstory03__item {
  padding: 80px 0;
  background-color: #e9f1f4;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p_projectstory03__item {
    border-top-left-radius: clamp(3.75rem, 11.8990384615vw + -1.9615384615rem, 9.9375rem);
    border-top-right-radius: clamp(3.75rem, 11.8990384615vw + -1.9615384615rem, 9.9375rem);
    padding: clamp(5rem, 7.2115384615vw + 1.5384615385rem, 8.75rem) 0 clamp(5rem, 9.6153846154vw + 0.3846153846rem, 10rem);
    padding-bottom: 30vh;
  }
}
.p_projectstory03__item:last-child {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media screen and (min-width: 768px) {
  .p_projectstory03__item:last-child {
    border-bottom-left-radius: clamp(3.75rem, 11.8990384615vw + -1.9615384615rem, 9.9375rem);
    border-bottom-right-radius: clamp(3.75rem, 11.8990384615vw + -1.9615384615rem, 9.9375rem);
  }
}
.p_projectstory03__item.reverse {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p_projectstory03__item.reverse .item_inner {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p_projectstory03__item.reverse .item_txt::after {
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    left: 100%;
  }
}
.p_projectstory03__item.reverse .item_desc {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .p_projectstory03__item.reverse .item_desc {
    padding-right: 40px;
  }
}
.p_projectstory03__item .c_ttl01 {
  text-align: center;
}
.p_projectstory03__item .c_ttl01__en {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p_projectstory03__item .c_ttl01__en {
    font-size: clamp(1.875rem, 4.0865384615vw + -0.0865384615rem, 4rem);
  }
}
@media screen and (min-width: 768px) {
  .p_projectstory03__item .c_ttl01__jp {
    font-size: clamp(1.25rem, 0.9615384615vw + 0.7884615385rem, 1.75rem);
    padding-top: clamp(0.625rem, 3.9663461538vw + -1.2788461538rem, 2.6875rem);
  }
}
.p_projectstory03__item .item_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_projectstory03__item .item_inner {
    flex-direction: row;
    padding-top: clamp(2.5rem, 4.3981481481vw + 0.3888888889rem, 3.6875rem);
  }
}
.p_projectstory03__item .item_img {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p_projectstory03__item .item_img {
    margin: 0;
    width: 41.3793103448%;
  }
}
.p_projectstory03__item .item_desc {
  width: 100%;
  margin: 0 auto;
  max-width: 480px;
}
@media screen and (min-width: 768px) {
  .p_projectstory03__item .item_desc {
    max-width: 620px;
    margin: 0;
    padding-top: 5px;
    padding-left: 40px;
    width: 53.4482758621%;
  }
}
.p_projectstory03__item .item_ttl {
  font-size: 1.5rem;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p_projectstory03__item .item_ttl {
    font-size: clamp(1.25rem, 2.4038461538vw + 0.0961538462rem, 2.5rem);
    padding-bottom: clamp(0.625rem, 7.8125vw + -3.125rem, 1.875rem);
  }
}
.p_projectstory03__item .item_sub,
.p_projectstory03__item .item_author {
  color: #4a4a4a;
  line-height: 2;
}
.p_projectstory03__item .item_txt {
  margin-top: 40px;
  padding: 36px 40px;
  color: #4a4a4a;
  background-color: #f6f8fa;
  font-weight: 500;
  line-height: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_projectstory03__item .item_txt {
    padding: clamp(1.25rem, 6.25vw + -1.75rem, 2.25rem) clamp(1.25rem, 7.8125vw + -2.5rem, 2.5rem);
    margin-top: clamp(1.875rem, 3.125vw + 0.375rem, 3.5rem);
  }
}
.p_projectstory03__item .item_txt:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 40px;
  height: 40px;
  background-color: #f6f8fa;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .p_projectstory03__item .item_txt:after {
    width: clamp(1.875rem, 3.90625vw + 0rem, 2.5rem);
    height: clamp(1.875rem, 3.90625vw + 0rem, 2.5rem);
    top: 40px;
    left: clamp(-2.5rem, -1.2019230769vw + -1.2980769231rem, -1.875rem);
    transform: translateX(0) rotate(0);
  }
}
.p_projectstory04 {
  width: 100%;
  position: relative;
  margin-top: -30px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p_projectstory04 {
    margin-top: -166px;
  }
}
.p_projectstory04__img {
  --scale: 1;
}
.p_projectstory04__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: var(--scale);
  transition: 100ms linear;
}
.p_projectstory04__desc {
  position: absolute;
  bottom: 13px;
  left: 0;
  width: max-content;
  display: flex;
  white-space: nowrap;
}
.p_projectstory04__inner {
  display: inline-flex;
  animation: marquee 20s linear infinite;
}
.p_projectstory04__txt {
  color: #f6f8fa;
  font-size: 3.75rem;
  padding-right: 10px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
}
@media screen and (min-width: 768px) {
  .p_projectstory04__txt {
    font-size: clamp(5rem, 4.8076923077vw + 2.6923076923rem, 7.5rem);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*# sourceMappingURL=projectstory.css.map */
