main {
  letter-spacing: 0;
}

.pjstoryfv__content {
  position: absolute;
  bottom: 28px;
  z-index: 3;
  left: 10px;
}
.pjstoryfv__subTtl {
  background-color: #fff;
  color: #006EC9;
  width: -moz-max-content;
  width: max-content;
  font-size: 2.1rem;
  padding: 11px 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.pjstoryfv__subTtl span {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #006EC9;
  margin-left: 3%;
}
.pjstoryfv .page-fv__ttl {
  position: relative;
  left: auto;
  top: auto;
  transform: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px;
}

.pjstoryintroduction {
  padding: 55px 0 60px;
}
.pjstoryintroduction__inner {
  width: 90%;
  max-width: 480px;
  margin: 45px auto 0;
  margin: 0 auto;
  text-align: center;
}
.pjstoryintroduction__inner h2 {
  color: #006EC9;
  font-weight: bold;
  position: relative;
  font-size: 2.1rem;
  text-align: center;
  line-height: 1.5;
}
.pjstoryintroduction__inner h2::before, .pjstoryintroduction__inner h2::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 25%;
  background-color: #3E7BE3;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.pjstoryintroduction__inner h2::before {
  left: 0;
}
.pjstoryintroduction__inner h2::after {
  right: 0;
}
.pjstoryintroduction__inner h3 {
  color: #006EC9;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.8rem;
  margin-top: 20px;
}
.pjstoryintroduction__inner p {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 20px;
}
.pjstoryintroduction__content {
  position: relative;
  margin-top: 50px;
}
.pjstoryintroduction__content h4 {
  position: absolute;
  color: #006EC9;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  top: -25px;
  left: 10px;
}
.pjstoryintroduction__content h4 span {
  font-size: 2rem;
  margin-left: 10px;
}
.pjstoryintroduction__content ul {
  background-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(235, 235, 235));
  padding: 38px 0 38px 15px;
  border-radius: 26px;
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.1);
}
.pjstoryintroduction__content ul li {
  display: flex;
  align-items: center;
  gap: 13px;
  text-align: left;
}
.pjstoryintroduction__content ul li .pjstoryintroduction__itemImg {
  width: 130px;
}
.pjstoryintroduction__content ul li h5 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}
.pjstoryintroduction__content ul li h5 span {
  font-size: 1.4rem;
}
.pjstoryintroduction__content ul li p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.pjstoryintroduction__content ul li + li {
  margin-top: 25px;
}

.crosstalkcontent {
  padding-top: 50px;
}
.crosstalkcontent h2 {
  text-align: center;
  color: #fff;
  background-color: #006EC9;
  font-weight: bold;
  padding: 15px;
  font-size: 2rem;
}
.crosstalkcontent h3 {
  margin-top: 30px;
}
.crosstalkcontent__inner {
  margin-top: 0;
}
.crosstalkcontent .pjstorySwiper {
  margin-top: 70px;
}
.crosstalkcontent .pjstorySwiper .swiper-wrapper {
  transition-timing-function: linear;
}
.crosstalkcontent .pjstorySwiper .swiper-slide:nth-child(even) {
  margin-top: 30px;
}

.crosstalkcontentWrapper {
  background: linear-gradient(to bottom, rgba(87, 87, 87, 0.1), rgba(166, 166, 166, 0.1));
}

.crosstalkcontent + .crosstalkcontent {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .pjstoryfv__content {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 10.5%;
    left: 4.5%;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  .pjstoryfv__subTtl {
    padding: 1% 2%;
    font-size: clamp(0.1rem, 1.9791667vw, 3.8rem);
  }
  .pjstoryfv__subTtl span {
    width: 7vw;
    max-width: 117px;
  }
  .pjstoryfv__ttl {
    margin-top: 3%;
  }
  .pjstoryintroduction {
    padding: 5% 0 0;
  }
  .pjstoryintroduction__inner {
    width: 68.75%;
    max-width: 1320px;
    margin: 0 auto;
  }
  .pjstoryintroduction__inner h2 {
    font-size: clamp(0.1rem, 1.875vw, 3.6rem);
  }
  .pjstoryintroduction__inner h2::before, .pjstoryintroduction__inner h2::after {
    width: 38%;
  }
  .pjstoryintroduction__inner h3 {
    font-size: clamp(0.1rem, 1.875vw, 3.6rem);
    margin-top: 3%;
  }
  .pjstoryintroduction__inner p {
    font-size: clamp(0.1rem, 0.8333333vw, 1.6rem);
    margin-top: 2.5%;
  }
  .pjstoryintroduction__content {
    margin-top: 7%;
  }
  .pjstoryintroduction__content h4 {
    font-size: clamp(0.1rem, 2.239vw, 4.3rem);
    font-weight: bold;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    text-align: left;
    display: flex;
    align-items: center;
    left: 5%;
    top: -11%;
  }
  .pjstoryintroduction__content h4 span {
    font-size: clamp(0.1rem, 1.25vw, 2.4rem);
    margin-left: 2%;
    margin-top: 0.5%;
  }
  .pjstoryintroduction__content ul {
    display: flex;
    justify-content: space-between;
    background-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(235, 235, 235));
    padding: 4% 4%;
    border-radius: 54px;
  }
  .pjstoryintroduction__content ul li {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 3%;
    width: 32%;
  }
  .pjstoryintroduction__content ul li h5 {
    font-size: clamp(0.1rem, 1.5625vw, 3rem);
    display: flex;
    align-items: end;
  }
  .pjstoryintroduction__content ul li h5 span {
    font-size: clamp(0.1rem, 0.78125vw, 1.5rem);
  }
  .pjstoryintroduction__content ul li p {
    margin-top: 10%;
    font-size: clamp(0.1rem, 0.937vw, 1.8rem);
  }
  .pjstoryintroduction__content ul li .pjstoryintroduction__itemImg {
    width: 44%;
  }
  .pjstoryintroduction__content ul li .pjstoryintroduction__itemContent {
    width: 55%;
  }
  .pjstoryintroduction__content ul li + li {
    margin-top: 0;
  }
  .crosstalkcontent {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .crosstalkcontent h2 {
    padding: 2.5%;
    font-size: clamp(0.1rem, 1.66666vw, 3.2rem);
  }
  .crosstalkcontent h3 {
    margin-top: 5%;
  }
  .crosstalkcontent__inner {
    margin-top: 0;
  }
  .crosstalkcontent .pjstorySwiper {
    margin-top: 8.698%;
  }
  .crosstalkcontent .pjstorySwiper .swiper-slide:nth-child(even) {
    margin-top: 4%;
  }
}/*# sourceMappingURL=pjstory.css.map */