html {
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden;
}

main {
  margin-top: 13rem;
}

.color-main {
  font-weight: 700;
}

.main-title {
  background-image: url("../img/midashi-business.jpg");
}
.main-title::before {
  content: "business";
}
.main-title h1::after {
  content: "business";
}

.sec1_distress {
  background-color: #f7f7fa;
  padding: 2rem 0;
  margin-top: 3rem;
  width: 100%;
  font-weight: 500;
}
.sec1_distress .midashi {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: -4rem;
  display: flex;
  align-items: center;
}
.sec1_distress .midashi::before {
  content: url(../img/busines_sec1_img1.svg);
  width: 100px;
  display: block;
  padding-right: 1rem;
}
.sec1_distress .midashi h2 {
  font-size: 250%;
  line-height: 150%;
}
.sec1_distress .midashi h2 .color-main {
  font-size: 90%;
  line-height: 0;
}
.sec1_distress ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 1rem 0 2rem 0;
  position: relative;
}
.sec1_distress ul li {
  text-align: left;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 25px;
  margin-top: 0.3rem;
}
.sec1_distress ul li::before {
  content: url(../img/busines_sec1_icon.svg);
  width: 20px;
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0;
}
.sec1_distress .line {
  display: block;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  border-bottom: 2px solid #3d5eb9;
  margin-bottom: 1rem;
  position: relative;
}
.sec1_distress .line:before, .sec1_distress .line:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}
.sec1_distress .line:before {
  border: 14px solid;
  border-color: transparent;
  border-top-color: #3d5eb9;
  margin-left: -14px;
}
.sec1_distress .line:after {
  border: 11px solid;
  border-color: transparent;
  border-top-color: #f7f7fa;
  margin-left: -11px;
}
.sec1_distress p {
  font-size: 250%;
  font-weight: 700;
  color: #3d5eb9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec1_distress p::after {
  content: url(../img/busines_sec1_img2.svg);
  display: block;
  width: 100px;
  padding-left: 1rem;
  margin-top: -2rem;
  position: relative;
  z-index: 1;
}

.sec2_business {
  margin-bottom: 5rem;
}
.sec2_business ul {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.sec2_business ul li {
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec2_business ul li h2 {
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #3d5eb9;
  margin-bottom: 1rem;
}
.sec2_business ul li h2::before {
  content: url(../img/figure1.svg);
  width: 15%;
  max-width: 70px;
  display: block;
}
.sec2_business ul li h2 span::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #3d5eb9;
  transform: rotate(-65deg);
  padding: 0 0.5rem;
}
.sec2_business ul li:nth-child(2) h2::before {
  content: url(../img/figure2.svg);
}
.sec2_business ul li:nth-child(3) h2::before {
  content: url(../img/figure3.svg);
}
.sec2_business ul li .box {
  width: 48%;
}
.sec2_business ul li picture {
  width: 48%;
}
.sec2_business ul li .marker {
  background: linear-gradient(transparent 85%, #fbd63b 85%);
}

.sec3_flow {
  background-color: #f7f7fa;
  padding: 3rem 0;
}
.sec3_flow .wrap {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
}
.sec3_flow .wrap h2 {
  margin-bottom: 2rem;
}
.sec3_flow .wrap h2, .sec3_flow .wrap h3 {
  color: #3d5eb9;
  text-align: center;
}
.sec3_flow ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
}
.sec3_flow ul li {
  width: 29%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  margin: 2rem 1.8%;
  box-sizing: border-box;
  align-items: center;
  position: relative;
  border-bottom: 5px solid #dbe7fc;
  border-right: 5px solid #dbe7fc;
}
.sec3_flow ul li h3 {
  font-size: 125% !important;
  padding-bottom: 0.5rem;
}
.sec3_flow ul li p {
  text-align: justify;
}
.sec3_flow ul li picture {
  width: 100px;
}
.sec3_flow ul li::before {
  content: url(../img/figure1.svg);
  display: block;
  width: 15%;
  position: absolute;
  left: 1rem;
  top: -1.5rem;
}
.sec3_flow ul li:nth-child(2)::before {
  content: url(../img/figure2.svg);
}
.sec3_flow ul li:nth-child(3)::before {
  content: url(../img/figure3.svg);
}
.sec3_flow ul li:nth-child(4)::before {
  content: url(../img/figure4.svg);
}
.sec3_flow ul li:nth-child(5)::before {
  content: url(../img/figure5.svg);
}
.sec3_flow ul li::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #3d5eb9;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -1.2rem;
}
.sec3_flow ul li:last-child::after {
  display: none;
}

.sec4_tool {
  padding: 4rem 0;
  text-align: center;
  color: #3d5eb9;
}
.sec4_tool h2 {
  margin-bottom: 2rem;
}
.sec4_tool ul {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.sec4_tool ul li {
  width: 45%;
  margin-bottom: 3.5rem;
  position: relative;
}
.sec4_tool ul li:first-child {
  margin-right: 2rem;
}
.sec4_tool ul li h3 {
  background-color: #dbe7fc;
  font-size: 120% !important;
  letter-spacing: 0;
  border-bottom-left-radius: 0.7rem;
  border-bottom-right-radius: 0.7rem;
  position: absolute;
  width: 100%;
  bottom: -1rem;
  left: 0;
}
.sec4_tool p {
  background-color: #3d5eb9;
  font-size: 1.75rem;
  color: #fff;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.5;
  font-weight: 500;
}

.sec5_record {
  width: 100%;
}
.sec5_record .bgcolor {
  width: 100%;
  background-image: url(../img/busines_sec5_topimg.jpg);
  background-size: 145%;
  background-position: 0 55%;
  background-repeat: no-repeat;
  padding: 3rem 0;
  position: relative;
  z-index: 1;
  color: #fff;
}
.sec5_record .bgcolor::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 94, 185, 0.5);
  z-index: -1;
}
.sec5_record .bgcolor h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.sec5_record .bgcolor p {
  font-weight: 700;
  line-height: 150%;
  font-size: 150%;
  padding-left: 15%;
}
.sec5_record .bgcolor ul {
  padding-left: 15%;
  margin: 1.5rem 0 0 0;
}
.sec5_record .bgcolor ul li {
  display: flex;
  align-items: center;
}
.sec5_record .bgcolor ul li::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  line-height: 200px;
  background-color: #fbd63b;
  border-radius: 50%;
  margin-right: 0.6rem;
}
.sec5_record .pic {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.sec5_record .pic li {
  width: 32%;
}

@media screen and (min-width: 1300px) {
  .sec5_record .bgcolor p {
    padding-left: 25%;
  }
  .sec5_record .bgcolor ul {
    padding-left: 25%;
  }
}
@media screen and (max-width: 856px) {
  .sec2_business ul,
.sec3_flow .wrap {
    width: 90%;
  }
  .sec2_business {
    margin-bottom: 3.5rem;
  }
  .sec3_flow, .sec4_tool {
    padding: 2rem 0;
  }
  .sec1_distress .midashi::before {
    display: none;
  }
  .sec1_distress ul li {
    font-size: 90%;
    padding-left: 20px;
  }
  .sec1_distress ul li::before {
    width: 15px;
  }
  .sec1_distress p {
    font-size: 160%;
  }
  .sec1_distress p::after {
    width: 65px;
  }
  .sec2_business ul li {
    flex-direction: column;
    width: 100%;
    margin-top: 3rem;
  }
  .sec2_business ul li .box,
.sec2_business ul li picture {
    width: 100%;
  }
  .sec2_business ul li .box p {
    margin-bottom: 1.5rem;
  }
  .sec3_flow ul li::before {
    width: 45px;
    top: -2.3rem;
  }
  .sec3_flow ul {
    flex-direction: column;
  }
  .sec3_flow ul li {
    width: 100%;
  }
  .sec3_flow ul li::after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -1.5rem;
    top: auto;
    border-color: #3d5eb9 transparent transparent transparent;
    border-width: 10px 10px 0 10px;
  }
  .sec4_tool ul {
    flex-direction: column;
  }
  .sec4_tool ul li {
    width: 100%;
  }
  .sec4_tool ul li:first-child {
    margin-right: 0;
  }
  .sec5_record .bgcolor {
    background-size: 177%;
    background-position: 0 100%;
    padding: 2rem 0;
    margin-top: 3rem;
  }
  .sec5_record .bgcolor ul,
.sec5_record .bgcolor p {
    text-align: center;
    padding-left: 0;
  }
  .sec5_record .bgcolor ul li {
    justify-content: center;
  }
  .sec5_record .pic {
    flex-direction: column;
  }
  .sec5_record .pic li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .sec5_record .pic li:last-child {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=business.css.map */