/* ========
page-processing
======== */

.page-processing .section-hero-v2 .l-inner {
  max-width: 720px;
}

.page-processing .section-title {
  margin-bottom: 60px;
  color: #02ada9;
  text-align: center;
}

.page-processing .section-title::after {
  display: block;
  max-width: 394px;
  height: 4px;
  margin: 14px auto 0;
  content: '';
  background-color: #02ada9;
}

.page-processing .section-title .num {
  display: block;
  margin-bottom: 10px;
  font-family: "Heebo", sans-serif;
  font-size: 100px;
  font-weight: 100;
  line-height: 1;
}

.page-processing .section-title .text {
  display: block;
  font-size: 30px;
  font-weight: 700;
}

.page-processing .section-lead {
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.875;
}

.page-processing .section-00 {
  padding-bottom: 50px;
}

.page-processing .section-00 .box-lead-text {
  max-width: 800px;
  margin-top: 240px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  color: #017976;
  text-align: left;
}

.page-processing .section-banner {
  margin-top: 100px;
}

.page-processing .plate-item {
  margin: 60px 0;
  overflow: hidden;
  background-color: #ccefee;
  border-radius: 40px;
  box-shadow: 10px 17.321px 20px 0px rgba(0, 0, 0, 0.02);
}

.page-processing .plate-item__body {
  padding: 34px 20px;
}

.page-processing .plate-item__text {
  max-width: 600px;
  margin: 0 auto;
}

.page-processing .plate-item__text p {
  margin-top: 1.2em;
}

.page-processing .plate-item__text p:first-of-type {
  margin-top: 0;
}

.page-processing .section-lead {
  margin-bottom: 90px;
}

.page-processing .section-01 {
  margin-top: 40px;
}

.page-processing .section-02 {
  margin-top: 86px;
}

.page-processing .section-03 {
  margin-top: 96px;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .page-processing .section-00 .box-lead-text {
    text-align: left;
  }

  .page-processing .section-banner {
    margin-top: 60px;
  }

  .page-processing .section-lead {
    margin-bottom: 50px;
  }

  .page-processing .section-02 {
    margin-top: 90px;
  }

  .page-processing .section-03 {
    margin-top: 90px;
  }
}