@charset "utf-8";
.second_hdr {
  border-bottom: none;
  margin-bottom: 0;
}
.servicetop_hdr {
  max-width: 960px;
  margin: 0 auto 45px;
  padding: 0 20px;
}
.servicetop_hdr_lead {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  color: #384C57;
  margin-left: 35px;
  position: relative;
}
.servicetop_hdr_lead::before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #384C57;
  position: absolute;
  left: -35px;
  top: 26px;
}
.servicetop_feature {
  max-width: 960px;
  margin: 0 auto 80px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 864px;
  min-height: 450px;
  /* display: flex;
  justify-content: flex-end; */
  padding-top: 210px;
}
.servicetop_feature.chatbot {
  background-image: url("../images/servicetop_feature_bg1_pc.jpg");
}
.servicetop_feature.dds {
  background-image: url("../images/servicetop_feature_bg2_pc.jpg");
  background-position: right top;
  /* display: flex;
  justify-content: flex-start; */
}
.servicetop_feature.cloudpaper {
  background-image: url("../images/servicetop_feature_bg3_pc.jpg");
}
.servicetop_feature_caption {
  background: #F5F5F5;
  max-width: 675px;
  box-sizing: border-box;
  padding: 45px 40px 40px 60px;
  margin-left: 310px;
}


.servicetop_all .servicetop_feature:nth-child(even) .servicetop_feature_caption,
.servicetop_feature.dds .servicetop_feature_caption {
  margin-left: 0;
}
.servicetop_all .servicetop_feature:nth-child(even) .servicetop_feature_caption,
.servicetop_feature.dds .servicetop_feature_caption {
  padding: 45px 40px 0 110px;
  max-width: 770px;
}
@media(max-width: 960px) {
  .servicetop_feature_caption {
    width: 80vw;
    margin-left: 20vw;
  }
	.servicetop_all .servicetop_feature:nth-child(even) .servicetop_feature_caption,
  .servicetop_feature.dds .servicetop_feature_caption {
    padding: 45px 40px 0 40px;
    width: 80vw;
  }
}
.servicetop_feature_caption h5 {
  font-size: 22px;
  font-weight: 700;
  color: #384C57;
  margin: 0 0 20px 0;
  position: relative;
}
.servicetop_feature_caption h5::after {
  content: '';
  display: block;
  position: absolute;
  top: 18px;
  left: -15px;
  width: 6px;
  height: 3px;
  background: #384C57;
}
.servicetop_feature_tag_flex {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.servicetop_feature_tag_flex div {
  line-height: 1;
  margin: 0 10px 0 0;
  color: #fff;
  background: #384C57;
  padding: 6px 15px 7px;
  font-weight: 500;
  font-size: 14px;
}
.servicetop_feature_caption p {
  line-height: 1.8;
}
.service_second_hdr {
  padding: 185px 20px 0;
  box-sizing: border-box;
  position: relative;
}
.service_second_hdr::before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 390px;
  z-index: 0;
}



.service_second_hdr_caption {
  max-width: 960px;
  margin: 0 auto 80px;
  box-sizing: border-box;
  padding: 60px 70px;
  background: #F5F5F5;
  position: relative;
  z-index: 5;
}
.service_second_hdr_caption_catch, .service_second_hdr_caption h1 {
  color: #384C57;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.service_second_hdr_caption p.service_second_hdr_caption_catch {
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 40px;
}
.service_second_hdr_caption h1 {
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  font-size: 48px;
}
.service_second_hdr_caption p {
  line-height: 2.0;
  margin-bottom: 70px;
}
.bot-navigator_btn {
  display: flex;
  justify-content: center;
}
.bot-navigator_btn div {}
.bot-navigator_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 60px;
  background: #B6BFC8;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
}
.bot-navigator_btn a span {
  transform: translateY(-1px);
}
@media(max-width: 768px) {

  .servicetop_hdr_lead {
    font-size: 20px;
  }
  .servicetop_feature {
    padding-top: 40vw;
  }
  .servicetop_feature_caption {
    width: calc(100vw - 30px);
    margin-left: 30px;
    padding: 30px;
  }
	.servicetop_all .servicetop_feature:nth-child(even) .servicetop_feature_caption,
  .servicetop_feature.dds .servicetop_feature_caption {
    padding: 30px;
    max-width: inherit;
    width: calc(100vw - 30px);
  }
  .servicetop_feature_caption h5 {
    margin-left: 15px;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .servicetop_feature_tag_flex div {
    font-size: 11px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  /* chat bot */
  .service_second_hdr_caption {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 30px 60px;
  }
  .service_second_hdr_caption p.service_second_hdr_caption_catch {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .service_second_hdr_caption h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}