@media screen and (min-width:768px) and (max-width:991px) {
  #business .container {
    width: 90%;
  }
}
#business .container.-limit {
  max-width: 1040px;
}

.btn {
  --btn-line: #D6D9E1;
  max-width: 300px;
}
.btn .text {
  color: #0A2747;
  font-weight: 400;
}
.btn .arrow {
  border: solid 1px #91ABC1;
}
.btn .arrow::before {
  border: 1px solid #0A2747;
}
.btn .arrow::after {
  border-top: 1px solid #0A2747;
  border-right: 1px solid #0A2747;
}

.c-sub-section-header {
  gap: 15px;
  margin-bottom: 5px;
}
@media screen and (min-width:768px) {
  .c-sub-section-header {
    font-size: clamp(16px, 13.742px + 0.645vw, 26px);
    margin-bottom: 15px;
    gap: 20px;
  }
}
.c-sub-section-header:has(.c-sub-section-header__sub-title .num), .c-sub-section-header:has(.c-sub-section-header__sub-title .text) {
  gap: 10px;
}
.c-sub-section-header:has(.c-sub-section-header__sub-title .num) .c-sub-section-header__title, .c-sub-section-header:has(.c-sub-section-header__sub-title .text) .c-sub-section-header__title {
  line-height: 1.5;
}
.c-sub-section-header__title {
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
}
.c-sub-section-header__title span {
  font-size: clamp(16px, 13.742px + 0.645vw, 26px);
}
.c-sub-section-header__sub-title {
  font-size: clamp(16px, 14.645px + 0.387vw, 22px);
  font-weight: bold;
}
.c-sub-section-header__sub-title:has(.num), .c-sub-section-header__sub-title:has(.text) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(16px, 15.097px + 0.258vw, 20px);
}
.c-sub-section-header__sub-title:has(.num) .num, .c-sub-section-header__sub-title:has(.text) .num {
  font-weight: 400;
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 1px #C2D1D5;
}
.c-sub-section-header__sub-title:has(.num) .text, .c-sub-section-header__sub-title:has(.text) .text {
  letter-spacing: 0;
  font-weight: 500;
}

.business-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px 0;
}
@media screen and (min-width:768px) {
  .business-section__grid {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width:768px) {
  .business-section__grid.-reverse .business-section__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 0 clamp(50px, 45.484px + 1.29vw, 70px);
  }
}
@media screen and (max-width:767px) {
  .business-section__grid .btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width:767px) {
  .business-section__text {
    display: contents;
  }
}
@media screen and (min-width:768px) {
  .business-section__text {
    margin: 0 clamp(50px, 45.484px + 1.29vw, 70px) 0 0;
  }
}
.business-section__des {
  font-size: clamp(14px, 13.548px + 0.129vw, 16px);
  color: #0A2747;
}
@media screen and (max-width:767px) {
  .business-section__des {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width:768px) {
  .business-section__des {
    margin-bottom: 30px;
  }
}

.business-head__inner {
  background: #fff;
  padding: 60px;
}
@media screen and (max-width:767px) {
  .business-head__inner {
    padding: 35px 30px;
  }
}
.business-head__title {
  font-size: clamp(24px, 21.29px + 0.774vw, 36px);
  font-weight: bold;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .business-head__title {
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: left;
  }
}
.business-head__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: #0490B3;
}
.business-head__desc {
  font-size: clamp(14px, 13.548px + 0.129vw, 16px);
  text-align: center;
}
@media screen and (max-width:767px) {
  .business-head__desc {
    text-align: left;
  }
}

.business-reason__title {
  font-size: clamp(30px, 28.194px + 0.516vw, 38px);
  font-weight: bold;
  padding-bottom: 30px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width:768px) {
  .business-reason__title {
    padding-bottom: 45px;
  }
}
@media screen and (min-width:992px) {
  .business-reason__title {
    padding-bottom: 60px;
  }
}
.business-reason-section .c-sub-section-header__title {
  font-size: clamp(23px, 21.419px + 0.452vw, 30px);
}/*# sourceMappingURL=style-business.css.map */