@charset "utf-8";
.dds_feature_flex {
  max-width: 1160px;
  margin: 0 auto 100px;
  position: relative;
  padding: 205px 0 0 400px;
}
.dds_feature_flex.right {
  padding-left: 100px;
}
.dds_feature_flex::before {
  content: '';
  display: block;
  width: 770px;
  height: 450px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: -100px;
}
.dds_feature_flex.right::before {
  top: 0;
  left: inherit;
  right: -100px
}

.dds_feature_case {
  position: relative;
  z-index: 5;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 74px;
  max-width: 760px;
  box-sizing: border-box;
  padding: 0 50px;
  top: -35px;
}
.dds_feature_case.right {
  display: flex;
  justify-content: flex-end;
}
.dds_feature_caption {
  position: relative;
}
.dds_feature_caption .dds_feature_case_circle {
  position: absolute;
  top: -295px;
  right: -130px;
  width: 440px;
  height: 440px;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 10;
}
.right .dds_feature_caption .dds_feature_case_circle {
  right: inherit;
  left: -30px;
}
.dds_feature_case p {
  line-height: 1;
  text-align: right;
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
}
.dds_feature_case p::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -125px;
  width: 100px;
  height: 1px;
  background: #fff;
}
.dds_feature_case span {
  font-size: 30px;
  margin-right: 35px;
}
.dds_feature_caption {
  max-width: 760px;
  box-sizing: border-box;
  background: #F5F5F5;
  padding: 50px;
  position: relative;
  z-index: 5;
}
.dds_feature_caption p {
  line-height: 1.8;
  position: relative;
  z-index: 20;
}
.dds_feature_catch {
  margin-bottom: 35px;
  position: relative;
  z-index: 20;
}
.dds_feature_catch h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px;
}
.dds_feature_caption .dds_feature_catch p {
  font-size: 24px;
  font-weight: 700;
}
.dds_feature_catch p span {
  display: inline-block;
  position: relative;
}
.dds_feature_catch h3, .dds_feature_catch p {
  color: #384C57;
  font-weight: 700;
}
.dds_feature_catch p span {
  position: relative;
  display: inline-block;
  margin-left: 12px;
}
.dds_feature_catch p span::before, .dds_feature_catch p span::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 2px;
  background: #384C57;
  vertical-align: middle;
  transform: translateY(-1px);
}
.dds_feature_catch p span::before {
  position: absolute;
  left: -12px;
  top: 20px;
}
.dds_feature_catch p span::after {
  margin-left: 4px;
}
.dds_feature_catch h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.dds_feature_catch p {
  font-size: 23px;
  line-height: 1.6;
}
.dds_feature_catch + p {
  line-height: 1.8;
}
@media(max-width: 960px) {
  .dds_feature_flex {
    padding: 205px 0 0 10%;
  }
  .dds_feature_flex.right {
    padding-left: 0;
  }
}
@media(max-width: 768px) {
  .dds_feature_flex {
    padding: 30vw 20px 0 0;
		margin-bottom: 35vw;
  }
  .dds_feature_flex::before {
    width: 100%;
    height: 60vw;
    background-size: 100%;
    left: 0;
  }
  .dds_feature_flex.right::before {
    left: inherit;
    right: 0;
  }
  .dds_feature_caption {
    padding: 20px;
  }
  .dds_feature_catch {
    margin-bottom: 20px;
  }
  .dds_feature_catch h3 {
    font-size: 14px;
  }
  .dds_feature_caption .dds_feature_catch p {
    font-size: 18px;
  }
  .dds_feature_catch p span::before {
    top: 15px;
  }
	.dds_feature_case p::after {
    left: -60px;
    width: 50px;
}
  .service_second_hdr_caption p {
    margin-bottom: 40px;
  }
  .service_second_hdr_caption {
    margin-bottom: 100px;
  }
	
	.dds_feature_case {
    top: -175px;
		right: 40px;
}
  .dds_feature_caption .dds_feature_case_circle {
    top: -274px;
    right: 0px;
    width: 160px;
    height: 160px;
  }
  .dds_feature_case span {
    font-size: 12px;
    margin-right: 30px;
  }
  .dds_feature_case {
    font-size: 24px;
  }
}