.jwell-company_intro_bigpic {
  position: relative;
  background: #1872c4;
}

.jwell-company_intro_bigpic .pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jwell-company_intro_bigpic .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.jwell-company_intro_bigpic .txt .container {
  height: 100%;
  padding: clamp(30px, calc( (80 / 1920) * 100vw ), 80px) 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 1750px;
}

.jwell-company_intro_bigpic .tit {
  text-align: center;
}
.jwell-company_intro_bigpic .tit h3 {
  font-size: clamp(24px, 2.5vw, 48px);
  color: #fff;
  padding-bottom: 29px;
  background: url("./pics/tit.png") no-repeat center bottom;
}
.jwell-company_intro_bigpic .tit p {
  font-size: clamp(14px, 1.31vw, 25px);
  color: #fff;
  line-height: 30px;
  max-width: 1200px;
  margin: 28px auto 0;
  font-weight: 300;
}

.jwell-company_intro_bigpic ul {
  padding: 50px 0;
  border: 1px solid rgba(255, 255, 255, 0.46);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.jwell-company_intro_bigpic ul li {
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  position: relative;
}
.jwell-company_intro_bigpic ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.46);
  display: block;
}
.jwell-company_intro_bigpic ul li h5 {
  color: #fff;
  font-size: clamp(24px, 2.5vw, 48px);
  line-height: 1;
  display: inline-block;
  position: relative;
}
.jwell-company_intro_bigpic ul li h5 span {
  font-family: Impact;
}
.jwell-company_intro_bigpic ul li h5::after {
  content: attr(date-txt);
  position: absolute;
  right: -80px;
  top: 20px;
  color: #fff;
  font-size: clamp(14px, 1.05vw, 20px);
}
.jwell-company_intro_bigpic ul li:nth-child(2) h5::after {
  right: -42px;
  font-size: 24px;
  top: auto;
  bottom: 25px;
  font-weight: 300;
}
.jwell-company_intro_bigpic ul li:nth-child(4) h5::after {
  right: -100px;
  font-size: clamp(14px, 1.05vw, 20px);
  top: auto;
  bottom: 21px;
  font-weight: 300;
}
.jwell-company_intro_bigpic ul li p {
  font-weight: 300;
  font-size: clamp(12px, 0.85vw, 16px);
  color: #fff;
  margin: 5px 0 0;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .jwell-company_intro_bigpic .tit h3,
  .indexE .top .tit h3,
  .indexC .tit h3 {
    background-size: 320px auto;
  }
  .jwell-company_intro_bigpic .tit p,
  .indexE .top .tit p,
  .indexC .tit p {
    margin: 25px auto 0;
  }

  .jwell-company_intro_bigpic ul {
    margin: 50px 0 0;
    padding: 40px 0;
  }

  .jwell-company_intro_bigpic ul li h5::after {
    right: -65px;
  }
  .jwell-company_intro_bigpic ul li:nth-child(2) h5::after {
    font-size: 18px;
  }

  .jwell-company_intro_bigpic ul li:nth-child(4) h5::after {
    right: -82px;
  }

}

@media screen and (max-width: 1400px) {
  .jwell-company_intro_bigpic .tit h3,
  .indexE .top .tit h3,
  .indexC .tit h3 {
    background-size: 280px auto;
  }
  .jwell-company_intro_bigpic .tit p,
  .indexE .top .tit p,
  .indexC .tit p {
    margin: 20px auto 0;
  }

  .jwell-company_intro_bigpic ul li h5::after {
    right: -60px;
  }
}

@media screen and (max-width: 991px) {
  .jwell-company_intro_bigpic .tit h3,
  .indexE .top .tit h3,
  .indexC .tit h3 {
    background-size: 220px auto;
    padding-bottom: 25px;
  }
  .jwell-company_intro_bigpic .tit p,
  .indexE .top .tit p,
  .indexC .tit p {
    margin: 15px auto 0;
    line-height: 24px;
  }

  .jwell-company_intro_bigpic .txt {
    position: static;
  }
  .jwell-company_intro_bigpic .txt .container {
    height: auto;
  }
  .jwell-company_intro_bigpic ul {
    margin: 30px 0 0;
    padding: 20px 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jwell-company_intro_bigpic ul li {
    -webkit-flex: none;
    flex: none;
    width: 50%;
    padding: 10px 0;
  }
  .jwell-company_intro_bigpic ul li:not(:nth-child(2n + 1))::after {
    display: none;
  }

  .jwell-company_intro_bigpic ul li h5::after {
    right: -50px;
    top: 11px;
  }
  .jwell-company_intro_bigpic ul li:nth-child(2) h5::after {
    font-size: 16px;
  }
  .jwell-company_intro_bigpic ul li:nth-child(4) h5::after {
    right: -69px;
  }
  .jwell-company_intro_bigpic ul li:nth-child(5) h5::after {
    right: -60px;
  }
}

@media screen and (max-width: 480px) {
  .jwell-company_intro_bigpic .tit h3,
  .indexE .top .tit h3,
  .indexC .tit h3 {
    background-size: 160px auto;
    padding-bottom: 20px;
  }

}


