.sec_ttl_wrap .sec_ttl_en {
  font-size: 1.5rem;
  font-weight: bold;
  color: #EC6C00;
  margin-bottom: 16px;
}
.sec_ttl_wrap h2 {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  text-wrap: inherit;
}

@media screen and (min-width: 768px) {
  .sec_ttl_wrap .sec_ttl_en {
    font-size: 1.9rem;
    margin-bottom: 18px;
  }
  .sec_ttl_wrap h2 {
    font-size: 3.4rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
/*====================
  page_mv
====================*/
.page_mv {
  position: relative;
}
.page_mv #mv {
  min-height: 313px;
  width: 100%;
  background: url("../img/business/mv_bg_sp.webp") no-repeat;
  background-size: cover;
  background-position: center;
}
.page_mv .mv_ttl {
  position: absolute;
  left: 15px;
  top: 47px;
  max-width: 70%;
}

@media screen and (min-width: 768px) {
  .page_mv #mv {
    min-height: 328px;
    background: url("../img/business/mv_bg_pc.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .page_mv .mv_ttl {
    left: 5vw;
    top: 50%;
    transform: translateY(-50%);
    width: 377px;
  }
}
/*====================
  sec_lead
====================*/
.sec_lead {
  padding: 30px 0 50px;
}
.sec_lead .inner {
  padding: 0 15px;
}
.sec_lead p {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .sec_lead {
    padding: 60px 0 50px;
  }
  .sec_lead .inner {
    padding: 0 38px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .sec_lead p {
    font-size: 1.6rem;
  }
}
/*====================
  sec_reasons
====================*/
.sec_reasons {
  padding: 30px 0 80px;
}
.sec_reasons .inner {
  padding: 0 15px;
}
.sec_reasons h3 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 28px;
  text-wrap: inherit;
  position: relative;
  margin-bottom: 20px;
}
.sec_reasons h3 span {
  font-size: 2rem;
  color: #EC6C00;
  margin-right: 10px;
  position: absolute;
  top: -2px;
  left: 0;
}
.sec_reasons ul {
  margin: 40px auto 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}
.sec_reasons p {
  margin: 0 auto 30px;
  font-size: 1.4rem;
  line-height: 2;
}
.sec_reasons ._img {
  overflow-x: scroll;
}
.sec_reasons ._img .img_wrap {
  width: 962px;
}

@media screen and (min-width: 768px) {
  .sec_reasons {
    padding: 50px 0 100px;
  }
  .sec_reasons .inner {
    padding: 0 38px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .sec_reasons h3 {
    font-size: 2.8rem;
    padding-left: 40px;
    margin-bottom: 40px;
  }
  .sec_reasons h3 span {
    font-size: 3rem;
    color: #EC6C00;
    margin-right: 12px;
    top: -2px;
  }
  .sec_reasons ul {
    margin: 60px auto 0;
    gap: 110px 0;
    max-width: 928px;
  }
  .sec_reasons p {
    margin: 0 auto 80px;
  }
  .sec_reasons ._img {
    overflow-x: inherit;
  }
  .sec_reasons ._img .img_wrap {
    width: 100%;
  }
  .sec_reasons ._img .img_wrap img {
    width: 100%;
  }
}
/*====================
  sec_introflow
====================*/
.sec_introflow {
  padding: 60px 0 80px;
  background-color: #F5F5F5;
}
.sec_introflow .inner {
  padding: 0 38px;
  max-width: 1100px;
  margin: 0 auto;
}
.sec_introflow ul {
  margin: 40px auto 0;
}
.sec_introflow li {
  background-color: #FFFFFF;
  border: solid 2px #EC6C00;
  padding: 12px 16px 14px;
  margin-bottom: 40px;
  position: relative;
}
.sec_introflow li::after {
  content: '';
  display: inline-block;
  background: url("../img/business/arrow_introflow.svg") no-repeat;
  background-size: contain;
  width: 26px;
  height: 37px;
  position: absolute;
  bottom: -47px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.sec_introflow li:last-child {
  margin-bottom: 0;
}
.sec_introflow li:last-child::after {
  display: none;
}
.sec_introflow li p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .sec_introflow {
    padding: 100px 0 120px;
  }
  .sec_introflow .inner {
    padding: 0 38px;
  }
  .sec_introflow ul {
    margin: 80px auto 0;
    max-width: 928px;
  }
  .sec_introflow li {
    padding: 21px 16px 23px;
    margin-bottom: 66px;
  }
  .sec_introflow li::after {
    width: 37px;
    height: 55px;
    bottom: -75px;
  }
  .sec_introflow li p {
    font-size: 1.8rem;
    text-align: center;
  }
}

/*# sourceMappingURL=business.css.map */
