.prstory .mv_imgWrapper::after {
  opacity: 0.6;
}

.prstory_wrapper {
  margin: 14rem 0 14.4rem;
}
@media screen and (max-width: 767px) {
  .prstory_wrapper {
    margin: 8rem 0 7rem;
  }
}

.prstory_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .prstory_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.prstory_cnt {
  padding: 5.2rem 4.8rem 5.2rem 7rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .prstory_cnt {
    padding: 2rem;
  }
}

.prstory_card + .prstory_card {
  margin-top: 3rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .prstory_card + .prstory_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.prstory_tag {
  font-size: 2.4rem;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.05em;
  background-image: url("../img/project-story/pr-story-tag.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15rem;
  height: 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-transform: uppercase;
}

.prstory_imgBox {
  width: 42.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .prstory_imgBox {
    width: 100%;
  }
}

.prstory_title {
  margin-top: 2.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .prstory_title {
    margin-top: 1.4rem;
    font-size: 2rem;
  }
}

.prstory_text {
  margin-top: 2rem;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.59;
}
@media screen and (max-width: 767px) {
  .prstory_text {
    margin-top: 0.9rem;
    font-size: 1.6rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.prstory .card_btn {
  margin-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .prstory .card_btn {
    margin-top: 1.2rem;
  }
}

.prstory .card_btn .cta3 {
  margin-left: 0;
}

.story .mv_titleEn {
  font-size: 2.4rem;
}

.story .mv_titleJp {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .story .mv_titleJp {
    font-size: 3rem;
    letter-spacing: 0;
  }
}

.story .mv_mainCnt {
  margin-top: -4.6rem;
}
@media screen and (max-width: 767px) {
  .story .mv_mainCnt {
    margin-top: -0.4rem;
  }
}

.story .mv_titleJp {
  margin-top: 0.8rem;
}

.story .mv_imgWrapper::after {
  opacity: 0.6;
}

.whiteBox .title2En {
  text-align: center;
}

.story_box {
  margin: -12.1rem 3rem 0;
  background-color: #fff;
  position: relative;
  z-index: 10;
  border-radius: 10px 10px 0 0;
  padding: 7rem 0 12.6rem;
}
@media screen and (max-width: 767px) {
  .story_box {
    padding: 4.8rem 0 6.5rem;
    margin: -5rem 2rem 0;
  }
}

.whiteBox_overview {
  margin: 3.3rem 0 6.5rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .whiteBox_overview {
    margin: 1.9rem 0 6.2rem;
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

.whiteBox_card {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .whiteBox_card {
    margin-top: 2.7rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.3rem;
  }
}

.whiteBox_card:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .whiteBox_card:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.whiteBox_imgCard {
  width: 34.5%;
  aspect-ratio: 318/221;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .whiteBox_imgCard {
    width: 100%;
    aspect-ratio: 350/243;
  }
}

.whiteBox_jobCard {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 1.1rem;
}

.whiteBox_nameCard {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.3rem;
}

.whiteBox_yearCard {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}

.whiteBox_descCard {
  margin-top: 1.7rem;
  letter-spacing: 0.03em;
}

.story_black {
  margin: 0 3rem 3.2rem;
  background-image: url("../img/project-story/bg-topic.jpg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
  padding: 8.5rem 0 14.4rem;
}
@media screen and (max-width: 767px) {
  .story_black {
    margin: 0 2rem 7rem;
    padding: 5rem 0 6.5rem;
  }
}

@media screen and (max-width: 767px) {
  .story_black .container {
    padding: 0 2rem 0 2.9rem;
  }
}

.blackBox {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .blackBox .title2En {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .blackBox .title2Jp {
    font-size: 2rem;
  }
}

.blackBox_card + .blackBox_card {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .blackBox_card + .blackBox_card {
    margin-top: 5.1rem;
  }
}

.blackBox_card .title2Jp {
  margin-top: 0.9rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .blackBox_card .title2Jp {
    margin-top: 1.3rem;
    line-height: 1.5;
  }
}

.blackBox_wrapCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.1rem;
}
@media screen and (max-width: 767px) {
  .blackBox_wrapCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
}

.blackBox_img {
  margin-top: 4.1rem;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .blackBox_img {
    margin-top: 2.2rem;
  }
}

.blackBox_visualBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40.25%;
}
@media screen and (max-width: 767px) {
  .blackBox_visualBox {
    width: 100%;
  }
}

.blackBox_talkCard + .blackBox_talkCard {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .blackBox_talkCard + .blackBox_talkCard {
    margin-top: 2rem;
  }
}

.blackBox_titleCard {
  padding-left: 5rem;
  position: relative;
  letter-spacing: 0.02em;
  margin-top: 1rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .blackBox_titleCard {
    padding-left: 2.7rem;
    margin-top: 0.8rem;
    line-height: 1.625;
  }
}

.blackBox_titleCard::before {
  position: absolute;
  top: 1.2rem;
  left: 0;
  content: "";
  width: 3.4rem;
  height: 0.1rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .blackBox_titleCard::before {
    top: 1.4rem;
    width: 1.7rem;
  }
}

.blackBox_flexCard {
  margin-top: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .blackBox_flexCard {
    gap: 1.4rem;
    margin-top: 2.3rem;
  }
}

.blackBox_avtCard {
  width: 13.89%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  padding-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .blackBox_avtCard {
    width: 26.9%;
  }
}

.blackBox_nameCard {
  font-weight: 700;
  margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .blackBox_nameCard {
    margin-top: 0.4rem;
    font-size: 1.4rem;
  }
}

.blackBox_descCard {
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .blackBox_descCard {
    font-size: 1.4rem;
  }
}

.story--02 .whiteBox_overview {
  margin: 3.3rem 0 9.5rem;
}
@media screen and (max-width: 767px) {
  .story--02 .whiteBox_overview {
    margin: 2rem -2rem 6.9rem;
  }
}

@media screen and (max-width: 767px) {
  .story--02 .title2Jp {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .story--02 .mv_mainCnt {
    width: calc(100% - 3rem);
  }
}

@media screen and (max-width: 767px) {
  .story--02 .story_box .container {
    padding: 0;
  }
}