.diagram2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

.costWrap {
  background: #f8f8f8;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 100px;
}

.costWrap h2 {
  font-size: 2.625rem;
  margin-bottom: 60px;
}

.costWrap > p {
  font-size: 1.125rem;
  line-height: 33px;
  margin-bottom: 80px;
}

.costWrap ul {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #ddd;
  border-radius: 120px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.costWrap ul:before {
  content: '';
  display: block;
  width: 90%;
  height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px dashed #db1212;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.costWrap ul:after {
  content: '';
  display: block;
  width: 1040px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px dashed #db1212;
  border-top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 200px;
}

.costWrap ul li {
  position: relative;
  z-index: 10;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8d0d0;
  color: #fff;
}

.costWrap ul li:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #db1212 url("/img/arrow.png") no-repeat 50% 50%;
  position: absolute;
  right: -40px;
}

.costWrap ul li:nth-of-type(1):after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #db1212 url("/img/arrow.png") no-repeat 50% 50%;
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  bottom: -10px;
}

.costWrap ul li:nth-of-type(2) {
  background: #f1a0a0;
}

.costWrap ul li:nth-of-type(3) {
  background: #e97171;
}

.costWrap ul li:nth-of-type(4) {
  background: #e24141;
}

.costWrap ul li:nth-of-type(5) {
  background: #db1212;
}

.costWrap ul li:nth-of-type(5):before {
  display: none;
}

.costWrap ul li img {
  margin-bottom: 10px;
}

@media (max-width: 1280px) {
  .costWrap {
    background: #f8f8f8;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .costWrap h2 {
    font-size: 2.625rem;
    margin-bottom: 60px;
  }
  .costWrap > p {
    font-size: 1.125rem;
    line-height: 33px;
    margin-bottom: 80px;
  }
  .costWrap ul {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #ddd;
    border-radius: 120px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .costWrap ul:before {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px dashed #db1212;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .costWrap ul:after {
    content: '';
    display: block;
    width: 800px;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px dashed #db1212;
    border-top: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 180px;
  }
  .costWrap ul li {
    position: relative;
    z-index: 10;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f8d0d0;
    color: #fff;
  }
  .costWrap ul li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #db1212 url("/img/arrow.png") no-repeat 50% 50%;
    position: absolute;
    right: -30px;
  }
  .costWrap ul li:nth-of-type(1):after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #db1212 url("/img/arrow.png") no-repeat 50% 50%;
    position: absolute;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    bottom: -10px;
  }
  .costWrap ul li:nth-of-type(2) {
    background: #f1a0a0;
  }
  .costWrap ul li:nth-of-type(3) {
    background: #e97171;
  }
  .costWrap ul li:nth-of-type(4) {
    background: #e24141;
  }
  .costWrap ul li:nth-of-type(5) {
    background: #db1212;
  }
  .costWrap ul li:nth-of-type(5):before {
    display: none;
  }
  .costWrap ul li img {
    margin-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  .costWrap {
    background: #f8f8f8;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .costWrap h2 {
    font-size: 2.625rem;
    margin-bottom: 60px;
  }
  .costWrap > p {
    font-size: 1.125rem;
    line-height: 33px;
    margin-bottom: 80px;
  }
  .costWrap ul {
    width: 720px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #ddd;
    border-radius: 120px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .costWrap ul:before {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px dashed #db1212;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .costWrap ul:after {
    content: '';
    display: block;
    width: 570px;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px dashed #db1212;
    border-top: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 120px;
  }
  .costWrap ul li {
    position: relative;
    z-index: 10;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f8d0d0;
    color: #fff;
  }
  .costWrap ul li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #db1212 url("/img/arrow.png") no-repeat 50% 50%;
    position: absolute;
    right: -25px;
  }
  .costWrap ul li:nth-of-type(1):after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #db1212 url("/img/arrow.png") no-repeat 50% 50%;
    position: absolute;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    bottom: -10px;
  }
  .costWrap ul li:nth-of-type(2) {
    background: #f1a0a0;
  }
  .costWrap ul li:nth-of-type(3) {
    background: #e97171;
  }
  .costWrap ul li:nth-of-type(4) {
    background: #e24141;
  }
  .costWrap ul li:nth-of-type(5) {
    background: #db1212;
  }
  .costWrap ul li:nth-of-type(5):before {
    display: none;
  }
  .costWrap ul li img {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .costWrap {
    background: #f8f8f8;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .costWrap h2 {
    font-size: 2.625rem;
    margin-bottom: 60px;
  }
  .costWrap > p {
    font-size: 1.125rem;
    line-height: 33px;
    margin-bottom: 80px;
    padding: 0 60px;
  }
  .costWrap > p br {
    display: none;
  }
  .costWrap ul {
    width: 200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #ddd;
    border-radius: 120px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .costWrap ul:before {
    content: '';
    display: block;
    width: 1px;
    height: 90%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 0;
    border-left: 1px dashed #db1212;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .costWrap ul:after {
    content: '';
    display: block;
    height: 80%;
    width: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px dashed #db1212;
    border-left: 0;
    position: absolute;
    right: -20px;
    left: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    top: 50%;
  }
  .costWrap ul li {
    position: relative;
    z-index: 10;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f8d0d0;
    margin-bottom: 30px;
    color: #fff;
  }
  .costWrap ul li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #db1212 url("/img/arrow.png") no-repeat 50% 50%;
    position: absolute;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    bottom: -25px;
  }
  .costWrap ul li:nth-of-type(1):after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #db1212 url("/img/arrow.png") no-repeat 50% 50%;
    position: absolute;
    -webkit-transform: rotate(180deg) translateY(-50%);
            transform: rotate(180deg) translateY(-50%);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    bottom: 51%;
    right: -10px;
  }
  .costWrap ul li:nth-of-type(2) {
    background: #f1a0a0;
  }
  .costWrap ul li:nth-of-type(3) {
    background: #e97171;
  }
  .costWrap ul li:nth-of-type(4) {
    background: #e24141;
  }
  .costWrap ul li:nth-of-type(5) {
    background: #db1212;
    margin: 0;
  }
  .costWrap ul li:nth-of-type(5):before {
    display: none;
  }
  .costWrap ul li img {
    margin-bottom: 10px;
  }
}

.visual22 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  height: 280px;
  margin-bottom: 80px;
  position: relative;
}

.visual22 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.visual22 ul {
  width: 90%;
  max-width: 1000px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -60px;
  background: #fff;
  padding: 30px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.visual22 ul li {
  width: 33.333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 70px;
  line-height: 24px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .visual22 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    height: 200px;
    margin-bottom: 80px;
    position: relative;
  }
  .visual22 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .visual22 ul {
    width: auto;
    max-width: 1000px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -60px;
    background: #fff;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .visual22 ul li {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 24px;
    font-weight: 500;
    padding-left: 20px;
  }
}

.itWrap {
  background: #f8f8f8;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 100px;
}

.itWrap h2 {
  font-size: 2.625rem;
  margin-bottom: 60px;
}

.itWrap > p {
  font-size: 1.125rem;
  line-height: 33px;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .itWrap > p {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 60px;
  }
}

.itWrap table {
  border-top: 2px solid #db1212;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}

.itWrap table th {
  background: #f2f2f2;
  vertical-align: middle;
  font-weight: 500;
  width: 32%;
  border: 1px solid #ddd;
}

.itWrap table td {
  text-align: left;
  border: 1px solid #ddd;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
  padding-left: 20px;
}

.itWrap table td ul li {
  margin-bottom: 10px;
}

.itWrap table td ul li:last-of-type {
  margin-bottom: 0;
}

.businessWrap {
  background: #f8f8f8;
  text-align: center;
  padding-top: 80px;
}

.businessWrap h2 {
  font-size: 2.625rem;
  margin-bottom: 60px;
}

.businessWrap > p {
  font-size: 1.125rem;
  line-height: 33px;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .businessWrap > p {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 60px;
  }
}

.businessWrap > ul {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.businessWrap > ul > li:not(:last-of-type) {
  width: 50%;
  height: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 120px;
}

.businessWrap > ul > li:not(:last-of-type):nth-of-type(2n) {
  padding-left: 340px;
}

.businessWrap > ul > li:not(:last-of-type) h3 {
  text-align: left;
  color: #db1212;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.businessWrap > ul > li:not(:last-of-type) h3 b {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.5rem;
  padding-right: 10px;
  font-weight: 500;
}

.businessWrap > ul > li:not(:last-of-type) ul {
  text-align: left;
}

.businessWrap > ul > li:not(:last-of-type) ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 70px;
  margin-bottom: 10px;
}

.businessWrap > ul > li:not(:last-of-type) ul li:last-of-type {
  margin-bottom: 0;
}

.businessWrap > ul li.img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1280px) {
  .businessWrap {
    background: #f8f8f8;
    text-align: center;
    padding-top: 80px;
  }
  .businessWrap h2 {
    font-size: 2.625rem;
    margin-bottom: 60px;
  }
  .businessWrap > p {
    font-size: 1.125rem;
    line-height: 33px;
    margin-bottom: 80px;
  }
}

@media (max-width: 1280px) and (max-width: 768px) {
  .businessWrap > p {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 60px;
  }
}

@media (max-width: 1280px) {
  .businessWrap > ul {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .businessWrap > ul > li:not(:last-of-type) {
    width: 50%;
    height: 320px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 120px;
  }
  .businessWrap > ul > li:not(:last-of-type):nth-of-type(2n) {
    padding-left: 200px;
  }
  .businessWrap > ul > li:not(:last-of-type) h3 {
    text-align: left;
    color: #db1212;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .businessWrap > ul > li:not(:last-of-type) h3 b {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    padding-right: 10px;
    font-weight: 500;
  }
  .businessWrap > ul > li:not(:last-of-type) ul {
    text-align: left;
  }
  .businessWrap > ul > li:not(:last-of-type) ul li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 70px;
    margin-bottom: 10px;
  }
  .businessWrap > ul > li:not(:last-of-type) ul li:last-of-type {
    margin-bottom: 0;
  }
  .businessWrap > ul li.img {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (max-width: 1024px) {
  .businessWrap {
    background: #f8f8f8;
    text-align: center;
    padding-top: 80px;
  }
  .businessWrap h2 {
    font-size: 2.625rem;
    margin-bottom: 60px;
  }
  .businessWrap > p {
    font-size: 1.125rem;
    line-height: 33px;
    margin-bottom: 80px;
  }
}

@media (max-width: 1024px) and (max-width: 768px) {
  .businessWrap > p {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 60px;
  }
}

@media (max-width: 1024px) {
  .businessWrap > ul {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .businessWrap > ul > li:not(:last-of-type) {
    width: 50%;
    height: 320px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 120px;
    position: relative;
  }
  .businessWrap > ul > li:not(:last-of-type):after {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background: #e97171 url("/img/icon231.png") no-repeat 50% 50%;
    position: absolute;
    left: 60px;
    border-radius: 50%;
    top: 60px;
  }
  .businessWrap > ul > li:not(:last-of-type):nth-of-type(2n) {
    padding-left: 120px;
  }
  .businessWrap > ul > li:not(:last-of-type):nth-of-type(2):after {
    background: #e97171 url("/img/icon232.png") no-repeat 50% 50%;
  }
  .businessWrap > ul > li:not(:last-of-type):nth-of-type(3):after {
    background: #e97171 url("/img/icon233.png") no-repeat 50% 50%;
  }
  .businessWrap > ul > li:not(:last-of-type):nth-of-type(4):after {
    background: #e97171 url("/img/icon234.png") no-repeat 50% 50%;
  }
  .businessWrap > ul > li:not(:last-of-type) h3 {
    text-align: left;
    color: #db1212;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .businessWrap > ul > li:not(:last-of-type) h3 b {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    padding-right: 10px;
    font-weight: 500;
  }
  .businessWrap > ul > li:not(:last-of-type) ul {
    text-align: left;
  }
  .businessWrap > ul > li:not(:last-of-type) ul li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 70px;
    margin-bottom: 10px;
  }
  .businessWrap > ul > li:not(:last-of-type) ul li:last-of-type {
    margin-bottom: 0;
  }
  .businessWrap > ul li.img {
    width: 80%;
    display: none;
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (max-width: 768px) {
  .businessWrap {
    background: #f8f8f8;
    text-align: center;
    padding-top: 80px;
  }
  .businessWrap h2 {
    font-size: 2.625rem;
    margin-bottom: 60px;
  }
  .businessWrap > p {
    font-size: 1.125rem;
    line-height: 33px;
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .businessWrap > p {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 60px;
  }
}

@media (max-width: 768px) {
  .businessWrap > ul {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .businessWrap > ul > li:not(:last-of-type) {
    width: 330px;
    height: 200px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 60px;
    position: relative;
  }
  .businessWrap > ul > li:not(:last-of-type):after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background: #e97171 url("/img/icon231.png") no-repeat 50% 50%/60%;
    position: absolute;
    left: 60px;
    border-radius: 50%;
    top: 60px;
  }
  .businessWrap > ul > li:not(:last-of-type):nth-of-type(2n) {
    padding-left: 120px;
  }
  .businessWrap > ul > li:not(:last-of-type):nth-of-type(2n):after {
    left: 60px;
  }
  .businessWrap > ul > li:not(:last-of-type):nth-of-type(2n-1):after {
    left: 20px;
  }
  .businessWrap > ul > li:not(:last-of-type):nth-of-type(2):after {
    background: #e97171 url("/img/icon232.png") no-repeat 50% 50%/60%;
  }
  .businessWrap > ul > li:not(:last-of-type):nth-of-type(3):after {
    background: #e97171 url("/img/icon233.png") no-repeat 50% 50%/60%;
  }
  .businessWrap > ul > li:not(:last-of-type):nth-of-type(4):after {
    background: #e97171 url("/img/icon234.png") no-repeat 50% 50%/60%;
  }
  .businessWrap > ul > li:not(:last-of-type) h3 {
    text-align: left;
    color: #db1212;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .businessWrap > ul > li:not(:last-of-type) h3 b {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    padding-right: 10px;
    font-weight: 500;
  }
  .businessWrap > ul > li:not(:last-of-type) ul {
    text-align: left;
  }
  .businessWrap > ul > li:not(:last-of-type) ul li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 70px;
    margin-bottom: 10px;
  }
  .businessWrap > ul > li:not(:last-of-type) ul li:last-of-type {
    margin-bottom: 0;
  }
  .businessWrap > ul li.img {
    width: 80%;
    display: none;
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
/*# sourceMappingURL=sub2.css.map */