@charset "UTF-8";
/* color
-------------------------------------------------*/
.clrOrg {
  color: #eb6133;
}
.clrblue {
  color: #147CCC;
}
/* btn
-------------------------------------------------*/
.linkBtn a {
  background-color: #0072B5;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 50px auto 80px;
  width: 100%;
  max-width: 100%;
  height: 60px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 768px) {
  .linkBtn a {
    width: 350px;
  }
}
.linkBtn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}
.linkBtn a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: 0.4s;
  text-decoration: none;
}
.col2.btn2 {
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 50px;
}
.col2.btn2 > .linkBtn {
  width: auto;
}
.col2.btn2 > .linkBtn a {
  text-align: center;
  height: 85px;
  margin-bottom: 0;
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .col2.btn2 > .linkBtn a {
    height: 60px;
  }
}
/* wrapper
-------------------------------------------------*/
.sec {
  width: 100%;
}
/* mainvisual
-------------------------------------------------*/
.mainvisual {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  min-height: 430px;
}
@media print, screen and (min-width: 768px) {
  .mainvisual {
    height: 500px;
    background-position: center;
  }
}
.mainvisual:before {
  content: "";
  display: block;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
  .mainvisual:before {
    width: clamp(380px, -35.377px + 54.086vw, 519px);
    background-size: cover;
    opacity: 1;
    background-color: transparent !important;
    background-position: right;
  }
}
@media print, screen and (min-width: 1200px) {
  .mainvisual:before {
    width: clamp(520px, -111.928px + 52.705vw, 900px);
  }
}
.mainTitle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
  max-width: 1270px;
  margin: auto;
  padding: 0 35px;
}
.mainTitle h1 {
  color: #fff;
  font-size: 26px;
  /*font-size: clamp(25px, 20.000px + 1.25vw, 35px);*/
  padding-top: 65px;
}
@media print, screen and (min-width: 768px) {
  .mainTitle h1 {
    font-size: 30px;
    /*font-size: clamp(22px, 7.778px + 1.852vw, 30px);*/
    padding-top: 50px;
  }
}
.mainTitle.mainTitleL h1 {
  padding-top: 25px;
}
@media print, screen and (min-width: 768px) {
  .mainTitle.mainTitleL h1 {
    padding-top: 40px;
  }
}
.mainTitleSub {
  position: absolute;
  width: 80%;
  bottom: 55px;
  height: auto;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-top: 5px;
  text-align: right;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0;
}
@media print, screen and (min-width: 768px) {
  .mainTitleSub {
    width: clamp(310px, -95.000px + 52.734vw, 445px);
    bottom: 75px;
    padding-top: 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .mainTitleSub {
    width: clamp(446px, 422.571px + 2.286vw, 450px);
  }
}
@media print, screen and (min-width: 1200px) {
  .mainTitleSub {
    width: clamp(451px, -130.667px + 48.472vw, 800px);
  }
}
.mainTitleSubInner {
  color: #fff;
  font-size: 20px;
  /*font-size: clamp(20px, 1.2vw, 20px);*/
  font-weight: 700;
  height: clamp(25px, 2vw, 29px);
}
.mainTitleSubBottom {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  width: 80%;
  bottom: 15px;
  text-align: right;
  padding-right: 1em;
}
@media print, screen and (min-width: 768px) {
  .mainTitleSubBottom {
    width: clamp(310px, -95.000px + 52.734vw, 445px);
    bottom: 27px;
  }
}
@media print, screen and (min-width: 1025px) {
  .mainTitleSubBottom {
    width: clamp(446px, 422.571px + 2.286vw, 450px);
  }
}
@media print, screen and (min-width: 1200px) {
  .mainTitleSubBottom {
    width: clamp(451px, -130.667px + 48.472vw, 800px);
  }
}
/* mainvisualページごとの画像
---------------------------*/
.labor_saving .mainvisual {
  background-image: url("../../img/business/labor_saving/mv_sp.webp");
}
.labor_saving .mainvisual:before {
  background-color: #579F73;
}
@media print, screen and (min-width: 768px) {
  .labor_saving .mainvisual {
    background-image: url("../../img/business/labor_saving/mv.webp");
  }
  .labor_saving .mainvisual:before {
    background-image: url(../../img/business/labor_saving/title_bg.svg);
  }
}
.labor_saving .mainTitleSub {
  background-image: url("../../img/business/labor_saving/title_sub_bg.svg");
}
.local_business .mainvisual {
  background-image: url("../../img/business/local_business/mv_sp.webp");
}
.local_business .mainvisual:before {
  background-color: #eb6133;
}
@media print, screen and (min-width: 768px) {
  .local_business .mainvisual {
    background-image: url("../../img/business/local_business/mv.webp");
  }
  .local_business .mainvisual:before {
    background-image: url(../../img/business/local_business/title_bg.svg);
  }
}
.local_business .mainTitleSub {
  background-image: url("../../img/business/local_business/title_sub_bg.svg");
}
.total_solution .mainvisual {
  background-image: url("../../img/business/total_solution/mv_sp.webp");
}
.total_solution .mainvisual:before {
  background-color: #0072B5;
}
@media print, screen and (min-width: 768px) {
  .total_solution .mainvisual {
    background-image: url("../../img/business/total_solution/mv.webp");
  }
  .total_solution .mainvisual:before {
    background-image: url(../../img/business/total_solution/title_bg.svg);
  }
}
.total_solution .mainTitleSub {
  background-image: url("../../img/business/total_solution/title_sub_bg.svg");
}
.waste_reduction .mainvisual {
  background-image: url("../../img/business/waste_reduction/mv_sp.webp");
}
.waste_reduction .mainvisual:before {
  background-color: #579F73;
}
@media print, screen and (min-width: 768px) {
  .waste_reduction .mainvisual {
    background-image: url("../../img/business/waste_reduction/mv.webp");
  }
  .waste_reduction .mainvisual:before {
    background-image: url(../../img/business/waste_reduction/title_bg.svg);
  }
}
.waste_reduction .mainTitleSub {
  background-image: url("../../img/business/waste_reduction/title_sub_bg.svg");
}
.gas .mainvisual:before, .power1 .mainvisual:before, .power2 .mainvisual:before {
  background-color: #579F73;
}
@media print, screen and (min-width: 768px) {
  .gas .mainvisual:before, .power1 .mainvisual:before, .power2 .mainvisual:before {
    background-image: url(../../img/business/decarbonization/title_bg.svg);
  }
}
.gas .mainTitleSub, .power1 .mainTitleSub, .power2 .mainTitleSub {
  background-image: url("../../img/business/decarbonization/title_sub_bg.svg");
}
.gas .mainvisual {
  background-image: url("../../img/business/decarbonization/gas/mv_sp.webp");
}
@media print, screen and (min-width: 768px) {
  .gas .mainvisual {
    background-image: url("../../img/business/decarbonization/gas/mv.webp");
  }
}
.power1 .mainvisual {
  background-image: url("../../img/business/decarbonization/power1/mv_sp.webp");
}
@media print, screen and (min-width: 768px) {
  .power1 .mainvisual {
    background-image: url("../../img/business/decarbonization/power1/mv.webp");
  }
}
.power1 .mainvisual {
  background-image: url("../../img/business/decarbonization/power1/mv_sp.webp");
}
@media print, screen and (min-width: 768px) {
  .power1 .mainvisual {
    background-image: url("../../img/business/decarbonization/power1/mv.webp");
  }
}
.power2 .mainvisual {
  background-image: url("../../img/business/decarbonization/power2/mv_sp.webp");
}
@media print, screen and (min-width: 768px) {
  .power2 .mainvisual {
    background-image: url("../../img/business/decarbonization/power2/mv.webp");
  }
}
.cn_roadmap .mainvisual {
  background-image: url("../../img/company/cn_roadmap/mv.webp");
}
@media print, screen and (min-width: 768px) {
  .cn_roadmap .mainvisual {
    background-image: url("../../img/company/cn_roadmap/mv.webp");
  }
}
/* cont
-------------------------------------------------*/
.contWrapper {
  padding: 0 25px;
  max-width: 1270px;
  margin: 30px auto 0;
}
@media print, screen and (min-width: 768px) {
  .contWrapper {
    padding: 0 35px;
    margin-top: 50px;
  }
}
.cont {
  width: 100%;
  margin-bottom: 80px;
  width: 100%;
}
.cont:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .cont {
    margin-bottom: 130px;
  }
  .cont:last-child {
    margin-bottom: 0;
  }
}
.contInner {
  margin-bottom: 60px;
}
.cont h2 {
  font-size: clamp(16px, 15.091px + 0.242vw, 18px);
  margin-bottom: 15px;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .cont h2 {
    margin-bottom: 20px;
  }
}
.cont h2.labelGrad {
  color: #fff;
  background: linear-gradient(to right, #0071bc, #8ecd9c);
  width: 220px;
  margin-bottom: 20px;
  padding-left: 10px;
}
.cont .labelGradLogo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.cont .labelGradLogo h2.labelGrad {
  margin-bottom: 0;
}
.cont .labelGradLogo span {
  display: block;
  margin-top: 10px;
  height: 30px;
}
@media print, screen and (min-width: 768px) {
  .cont .labelGradLogo {
    flex-direction: row;
    margin-bottom: 20px;
    width: auto;
  }
  .cont h2.labelGrad {
    width: 250px;
  }
  .cont .labelGradLogo span {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .cont .labelGradLogo .labelGrad {
    margin-right: 50px;
  }
}
.cont .labelGradLogo img {
  width: auto;
}
.cont h3 {
  font-size: clamp(23px, 14.111px + 1.157vw, 28px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
}
.readBox {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 50px;
}
.readBox p {
  font-size: 16px;
}
.readBox ol.annot {
  font-size: 14px;
  margin-top: 20px;
  padding-left: 2.0em;
  text-indent: -2.0em;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .readBox {
    margin: 60px auto 80px;
    padding: 0 35px;
    max-width: 1270px;
  }
}
.readBoxInner {
  background-color: #579F73;
  padding: 35px;
}
@media print, screen and (min-width: 768px) {}
.readBox .readTitle {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.readBox .readTitle h2 {
  font-size: 25px;
  margin-bottom: 0;
}
.contTxt {
  margin-bottom: 20px;
}
.col2 .contTxt {
  margin-bottom: 0;
}
.contTxt p {
  font-size: 16px;
}
.contTxt .annot {
  font-size: 14px;
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.contTxt p.annot {
  padding-left: 1.0em;
  text-indent: -1.0em;
}
ol.annot li {
  padding-left: 2.0em;
  text-indent: -2.0em;
  list-style: none;
  font-size: 14px;
}
.contImg {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .contImg, .contImg1000 {
    max-width: 1000px;
    margin: 40px auto 0;
  }
  .contImg100 {
    max-width: 100%;
  }
  .col2 .contImg {
    margin-top: 0;
  }
  .contTxt + .col2 {
    margin-top: 40px;
  }
}
.contImg img {
  width: auto;
  height: auto;
  margin: auto;
}
.contImg figcaption {
  display: inline-block;
  width: auto;
  font-size: 14px;
  text-align: left;
  margin: 15px auto 0;
}
/* columns
-------------------------------------------------*/
.col2 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}
@media print, screen and (min-width: 768px) {
  .col2 {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 768px) {
  .col2.noGap {
    gap: 0;
  }
}
.col2.alignItemC {
  align-items: center;
}
.col2 > div {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .col2 > div {
    width: 50%;
  }
}
.col3 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}
@media print, screen and (min-width: 768px) {
  .col3 {
    flex-direction: row;
    align-items: start;
  }
}
.col3 > div {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .col3 > div {
    width: 33%;
  }
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------- each page style -------------------------------------------------*/
/*business/local_business/
-------------------------------------------------*/
.local_business .cont h2 {
  font-size: clamp(23px, 14.111px + 1.157vw, 28px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
}
/*business/decarbonization/gas/
-------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .gas .readBox .col3 {
    flex-wrap: wrap;
  }
  .gas .readBox .col3 > div:first-child {
    width: 100%;
  }
  .gas .readBox .col3 > div:nth-child(2), .gas .readBox .col3 > div:nth-child(3) {
    width: 47%;
  }
}
@media screen and (min-width: 1025px) {
  .gas .readBox .col3 {
    flex-wrap: nowrap;
  }
  .gas .readBox .col3 > div:first-child {
    width: 42%;
  }
  .gas .readBox .col3 > div:nth-child(2), .gas .readBox .col3 > div:nth-child(3) {
    width: 29%;
  }
  .gas .readBox .col3 > div:nth-child(2) .contImg, .gas .readBox .col3 > div:nth-child(3) .contImg {
    margin-top: 0;
  }
}
.gas .col3.btn2 {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media screen and (min-width: 1025px) {
  .gas .col3.btn2 {
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
  }
}
.gas .col3.btn2 > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .gas .col3.btn2 > div {
    width: 33%;
  }
}
.gas .col3.btn2 > div .contImg {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .gas .col3.btn2 > div .contImg {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .gas .col3.btn2 > div:last-child .contImg .sp {
    display: block;
  }
  .gas .col3.btn2 > div:last-child .contImg .pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .gas .col3.btn2 > div:last-child .contImg .sp {
    display: none;
  }
  .gas .col3.btn2 > div:last-child .contImg .pc {
    display: block;
  }
}
.gas .col3.btn2 > div .linkBtn a {
  margin-top: 15px;
  margin-bottom: 60px;
  max-width: 100%;
  height: 85px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .gas .col3.btn2 > div .linkBtn a {
    max-width: 350px;
    width: auto;
    height: 60px
  }
}
@media screen and (min-width: 1028px) {
  .gas .col3.btn2 > div .linkBtn a {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.gas .col3.btn2 > div:last-child .linkBtn a {
  margin-bottom: 0;
}
/*business/decarbonization/power1/
-------------------------------------------------*/
.power1 .cont h2 {
  font-size: clamp(23px, 14.111px + 1.157vw, 28px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
}
.cont h3.stepTitle {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-image: url("../../img/business/decarbonization/power1/step_bg.webp");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  padding-left: 10px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .cont h3.stepTitle {
    padding-left: 15px;
    font-size: 18px;
  }
}
.cont h3.stepTitle span {
  border-right: solid 1px #fff;
  padding-right: 8px;
  margin-right: 8px;
}
@media print, screen and (min-width: 768px) {
  .cont h3.stepTitle span {
    padding-right: 15px;
    margin-right: 15px;
  }
}
.stepLead {
  margin-bottom: 20px;
}
.stepLead .contImg {
  margin: 0 0 20px;
  text-align: left;
}
.stepLead .contImg img {
  margin-left: 0;
}
.stepLead p {
  font-size: 18px;
  color: #0063A5;
}
.stepLead p span {
  font-weight: 700;
}
/*business/total_solution/
-------------------------------------------------*/
.total_solution .cont:first-child h2 {
  font-size: clamp(23px, 14.111px + 1.157vw, 28px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
}
.total_solution .exBox {
  background-color: #DCDDDD;
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 15px;
}
@media print, screen and (min-width: 768px) {
  .total_solution .exBox {
    margin: 30px 100px 50px;
    background-color: #DCDDDD;
    padding: 30px 50px;
  }
}
.total_solution .exBox h3 {
  display: inline-block;
  background-color: #221E1F;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  width: auto;
  padding: 0 10px;
  margin-bottom: 15px;
  line-height: 1.7;
}
@media print, screen and (min-width: 768px) {
  .total_solution .exBox h3 {
    font-size: 20px;
  }
}
.total_solution .exBox .clrblue {
  margin-top: 15px;
}
/*business/waste_reduction/
-------------------------------------------------*/
.waste_reduction .readBox img {
  border-radius: 5px;
}
/*company/
-------------------------------------------------*/
.company h2 {
  font-size: 18px;
  color: #0066b4;
  font-weight: 700;
  background: url("../../img/common/icon02.svg") left center no-repeat;
  background-size: 14px auto;
  padding-left: 20px;
  margin-bottom: 5px;
  margin-bottom: 15px;
}
/* .mainvisual */
.company .mainvisual {
  background: url("../../img/company/mv.webp") center center no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25vw;
  margin-bottom: 10vw;
  background-position: center top;
  min-height: 150px;
}
.company .mainvisual h1 {
  font-size: 6vw;
  color: #fff;
  letter-spacing: 0.5em;
  padding-left: 0.5em;
  font-weight: 700;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 768px) {
  .company .mainvisual {
    height: 500px;
    margin-bottom: 75px;
  }
  .company .mainvisual h1 {
    font-size: 32px;
    letter-spacing: 1em;
    padding-left: 1em;
  }
}
.company .cont table {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.company .cont table th {
  width: 8em;
  background-color: #3385c3;
  color: #fff;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  padding: .5em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .company .cont table th {
    width: 185px;
    padding: 16px 30px;
  }
}
.company .cont table td {
  background-color: #ededed;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  padding: .5em;
}
@media screen and (min-width: 768px) {
  .company .cont table td {
    padding: 16px 30px;
  }
}
.company .cont table tr:nth-child(2n) th {
  background-color: #66a3d2;
}
.company .cont table tr:nth-child(2n) td {
  background-color: #fff;
}
.company #company3.cont {
  margin-bottom: 80px;
}
.company .sbox {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
/*company/cn_roadmap/
-------------------------------------------------*/
.cn_roadmap .mainvisual:before {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .cn_roadmap .mainvisual {
    position: static;
    height: auto;
    width: auto;
  }
}
.cn_roadmap .mainTitleWrapper {
  position: static;
  width: 1070px;
  max-width: 100%;
  margin: auto;
  padding: 25px;
}
@media print, screen and (min-width: 768px) {
  .cn_roadmap .mainTitleWrapper {
    padding: 45px 35px;
  }
}
.cn_roadmap .mainTitle {
  position: relative;
  background-color: rgba(51, 161, 219, 0.8);
  left: 0;
  transform: translateX(0);
  padding: 20px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .cn_roadmap .mainTitle {
    padding: clamp(20px, -15.556px + 4.63vw, 40px);
  }
}
.cn_roadmap .mainTitle h1 {
  display: inline-block;
  width: 100%;
  position: static;
  border-bottom: 2px solid #fff;
  padding: 0 0 20px;
  margin-bottom: 15px;
  font-size: clamp(24px, 13.333px + 1.389vw, 30px);
  line-height: 1.5;
}
.cn_roadmap .mainTitle p {
  color: #fff;
  font-size: clamp(16px, 12.444px + 0.463vw, 18px);
}
.cn_roadmap .featTitle {
  font-size: clamp(18px, 10.889px + 0.926vw, 22px);
  font-weight: 700;
  color: #fff;
  margin-top: 1.5em;
}
.cn_roadmap .mainTitleFeat {
  display: flex;
  flex-direction: column;
}
.cn_roadmap .mainTitleFeat p {
  display: inline-block;
  position: relative;
  margin-top: 0.5em;
  background-color: #22ac38;
  margin-left: 0.7em;
  padding-left: 0.5em;
  max-width: 370px;
  font-size: clamp(15px, 10.217px + 1.276vw, 20px);
}
@media print, screen and (min-width: 768px) {
  .cn_roadmap .mainTitleFeat p {
    width: clamp(535px, 375.000px + 20.833vw, 625px);
    max-width: 620px;
    font-size: clamp(18px, 12.667px + 0.694vw, 21px);
  }
}
.cn_roadmap .mainTitleFeat p:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 3.4em;
  width: 0.7em;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background-color: #22ac38;
  left: -0.65em;
}
.cn_roadmap .mainTitleFeat p:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 3.4em;
  width: 0.7em;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background-color: #22ac38;
  right: -0.65em;
  bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .cn_roadmap .mainTitleFeat p:before {
    height: 1.7em;
  }
  .cn_roadmap .mainTitleFeat p:after {
    height: 1.7em;
  }
}
.cn_roadmap .cont h2 {
  font-size: clamp(23px, 14.111px + 1.157vw, 28px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
}
.cn_roadmap .cont h3 {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}