@charset "utf-8";
.second_hdr {
  border-bottom: none;
}
.service_top_flex {
  max-width: 960px;
  margin: 0 auto 200px;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
}
.service_top_flex.first {
  padding-top: 30px;
}
.service_top_flex_caption p {
  line-height: 1.8;
}
.service_top_flex_figure {
  width: 480px;
}
.service_top_flex_figure img {
  width: 100%;
  height: auto;
}
.service_top_flex_caption {
  padding-right: 80px;
  flex: 1;
}
.reverse .service_top_flex_caption {
  padding-right: 0;
  padding-left: 80px;
}
@media(max-width: 960px) {
  .service_top_flex_figure {
    width: calc(50% - 30px);
  }
  .service_top_flex_caption {
    padding-right: 30px;
  }
  .reverse .service_top_flex_caption {
    padding-left: 30px;
  }
}
.service_top_flex_caption_title {
  margin-bottom: 50px;
}
.service_top_flex_caption_title .en {
  color: #B2C1C9;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}
.service_top_flex_caption_title h4 {
  font-size: 23px;
  font-weight: 700;
  color: #384C57;
  position: relative;
}
.service_top_flex_caption_title h4::before {
  content: '-';
  display: block;
  position: absolute;
  left: -0.5em;
  top: 0;
}
.service_top_flex_caption_title h4 span {
  position: relative;
  display: inline-block
}
.service_top_flex_caption_title h4 span::after {
  content: '';
  display: block;
  background: #F69602;
  height: 1px;
  width: 20px;
  transform: translateY(12px)
}
.service_second_hdr_section {
  overflow: hidden;
}
.service_second_hdr {
  max-width: 960px;
  margin: 0 auto 140px;
  padding: 0 20px;
}
.service_second_hdr .en {
  color: #B2C1C9;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.service_second_hdr h3 {
  font-size: 42px;
  font-weight: 700;
  color: #384C57;
  position: relative;
  margin-bottom: 25px;
}
.service_second_hdr h3 span {
  position: relative;
  z-index: 5;
}
.service_second_hdr h3::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 10px;
  height: 1px;
  background: #fff;
  left: -50vw;
  width: 150vw;
  z-index: 0;
}
.service_second_catch {
  font-size: 26px;
  font-weight: 700;
  color: #384C57;
  line-height: 1.5;
  margin-left: 30px;
  position: relative;
}
.service_second_catch::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  width: 20px;
  height: 1px;
  background: #384C57;
}
.service_second_visual {
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-bottom: 140px;
}
.service_second_visual_bg {
  width: 65%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.service_second_visual .service_second_visual_caption {
  position: absolute;
  bottom: 0;
  left: calc(calc(100vw - 600px) * 0.5);
  background: #F5F5F5;
  box-sizing: border-box;
  padding: 40px 0px 40px 75px;
  max-width: 800px;
}
.service_second_visual_caption p {
  line-height: 1.8;
  margin: 0 0 1em;
}
.service_second_visual_caption .en {
  color: #B2C1C9;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1;
}
.section_en {
  font-family: 'Poppins', sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.section_en::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.outsourcing_section {
  max-width: 960px;
  margin: 0 auto 90px;
  padding: 0 20px;
}
.outsourcing_section h4 {
  max-width: 960px;
  margin: 0 auto 45px;
  text-align: center;
  color: #384C57;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}
.outsourcing_section h4 span {
  position: relative;
  z-index: 5;
  background: #F5F5F5;
  padding: 0 30px;
}
.outsourcing_section h4::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #BCCCD5;
}
.outsourcing_lead {
  text-align: center;
  line-height: 1.8;
}
.outsourcing_section h5 {
  margin: 40px 0 15px;
  color: #384C57;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.outsourcing_section h5 span {
  position: relative;
  display: inline-block;
}
.outsourcing_section h5 span::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -12px;
  width: 5px;
  height: 2px;
  background: #384C57;
}
.list_flex {
  display: flex;
  justify-content: center;
}
.list_flex ul {
  margin-left: 1em;
}
.list_flex li {
  position: relative;
  line-height: 1.6;
  margin-bottom: 5px;
  list-style: none;
}
.list_flex li::after {
  content: '・';
  display: block;
  position: absolute;
  top: 0;
  left: -1em;
}
.outsourcing_result_hdr {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  height: 280px;
}
.outsourcing_result_hdr_left {
  width: 53%;
  padding-right: 30px;
  padding-left: calc(calc(100vw - 760px) * 0.5);
  box-sizing: border-box;
}
.outsourcing_result_hdr_left h3 {
  font-size: 30px;
  font-weight: 700;
  color: #384C57;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
}
.outsourcing_result_hdr_left h3::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -37px;
  width: 20px;
  height: 1px;
  background: #384C57;
}
.outsourcing_result_en {
  color: #B2C1C9;
  font-size: 14px;
  font-weight: 500;
}
.outsourcing_result_hdr_right {
  width: 47%;
  height: 280px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.system-integration_feature_section {
  overflow: hidden;
}
.system-integration_feature {
  max-width: 960px;
  margin: 0 auto 200px;
}
.integration_feature_caption {
  width: 60%;
}
.integration_feature_caption p {
  line-height: 1.8;
  margin-bottom: 40px;
}
.integration_feature_caption dt {
  font-weight: 500;
  color: #384C57;
  margin-bottom: 10px;
  position: relative;
}
.integration_feature_caption dt::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -12px;
  width: 5px;
  height: 2px;
  background: #384C57;
}
.integration_feature_caption dd {
  line-height: 1.8;
  margin-bottom: 50px;
}
.system-integration_feature {
  position: relative;
}
.system-integration_feature_figure {
  position: relative;
  width: 425px;
  height: 650px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  right: -200px;
  z-index: 10;
  float: right;
}
.integration_title .title_back {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  margin-bottom: 40px;
}
.integration_title .title_back::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  left: -50vw;
  width: 150vw;
  height: 1px;
  background: #fff;
  z-index: 0;
}
.integration_title h3 {
  font-size: 24px;
  font-weight: 700;
  color: #384C57;
  margin-bottom: 45px;
}
@media(max-width: 768px) {
  .service_top_flex_caption_title h4, .service_second_hdr h3 {
    font-size: 20px;
  }
  .service_second_hdr .en {
    font-size: 10px;
  }
  .service_top_flex_caption_title h4 br {
    display: none;
  }
  .service_second_hdr {
    margin-bottom: 60px;
  }
  .service_second_catch {
    font-size: 20px;
  }
  .service_second_catch::before {
    top: 14px;
  }
  .service_second_visual_bg {
    width: 100%;
    height: 53vw;
    box-sizing: border-box;
    padding: 0 0 0 40px;
    background-size: 100%;
    background-position: center top;
  }
  .service_second_visual_bg.outsourcing {
    background-image: url("../images/outsourcing_hdr_bg_sp.jpg")
  }
  .service_second_visual {
    padding: 0 0 0 0;
    display: block;
    margin-bottom: 80px;
  }
  .service_second_visual .service_second_visual_caption {
    max-width: inherit;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
    bottom: inherit;
    top: -20vw;
    left: 40px;
    width: calc(100% - 40px);
    margin-bottom: -36vw;
  }
  .section_en {
    font-size: 40px;
  }
  .outsourcing_section h4 {
    margin: 0 auto 30px;
    font-size: 14px;
  }
  .outsourcing_lead {
    text-align: left;
  }
  .outsourcing_section h5 {
    text-align: left;
    margin-left: 15px;
  }
  .outsourcing_result_hdr {
    margin-bottom: 0;
    display: block;
    height: inherit;
    padding: 0
  }
  .outsourcing_result_hdr_left h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .outsourcing_result_hdr_left {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-left: 60px;
  }
  .outsourcing_result_hdr_right {
    width: calc(100vw - 40px);
    height: 53vw;
    margin: 30px 0 0 40px;
  }
  .list_flex {
    display: block;
  }
  .service_top_flex_figure {
    width: calc(100vw - 40px);
  }
  .service_top_flex.reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .service_top_flex_caption_title {
    margin-bottom: 30px;
  }
  /* system integration */
  .system-integration_feature_figure {
    position: relative;
    width: calc(100vw - 40px);
    height: 54vw;
    right: inherit;
    float: none;
    margin: 0 0 30px 40px;
  }
}
@media(min-width: 961px) {
  .spObj {
    display: none;
  }
}
.integration_title .title_back {
  font-size: 40px;
}
.integration_feature_caption {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
.integration_feature_caption dt {
  margin-left: 12px;
}
.integration_feature_caption dd {
  margin-bottom: 30px;
}
.integration_title h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
.system-integration_feature {
  margin-bottom: 100px;
}
@media(max-width: 960px) {
  .service_top_flex {
    display: block;
    margin: 0 0 80px;
  }
  .service_top_flex_caption .detaillink_wrap_right {
    display: none;
  }
  .service_top_flex_caption, .reverse .service_top_flex_caption {
    padding-right: 0;
    padding-bottom: 30px;
  }
  .service_top_flex_caption_title {
    margin-left: 10px;
  }
  .reverse .service_top_flex_caption {
    padding-left: 0px;
  }
  .service_top_flex_figure {
    width: calc(100vw - 60px);
    margin-left: 60px;
  }
  .reverse .service_top_flex_figure {
    width: calc(100vw - 60px);
    margin-left: -60px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .service_second_catch {
    font-size: 18px;
  }
  .integration_feature_caption .detaillink_wrap_right {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
}
@media (max-width: 375px) {
  .service_second_catch br {
    display: none;
  }
}