/* process
======================================= */
.process {
  background: url(../img/service/disposal/disposal_bg.png) no-repeat top center/cover;
}
.process__inner {
  padding-top: 6.25em;
  padding-bottom: 13em;
}
.process__lead {
  max-width: 750px;
  margin: 0 auto 2.25em;
  text-align: center;
}
.process__img {
  max-width: 900px;
  margin: 0 auto 2em;
}
.process__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4em 0;
  border-bottom: 1px solid #E0E5B6;
}
.process__item:last-child {
  border-bottom: none;
}
.process__item-contents {
  width: 60%;
}
.process__item-point {
  margin-bottom: 1rem;
}
.process__item-title {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.process__item-img {
  width: 33%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.process__text {
  font-size: 1.25em;
  font-weight: bold;
  color: #758309;
  text-align: center;
  margin-bottom: 2.1875em;
}
.process__arrow {
  width: 6.4375em;
  height: 3.5em;
  margin: 0 auto 2.1875em;
}

.can {
  background: url(../img/service/disposal/can_bg.png) no-repeat top center/cover;
}
.can__inner {
  padding: 10em 3.75em 16em;
}
.can__title-jp {
  color: #fff;
}
.can__title-en {
  color: #fff;
}

.cant {
  background: url(../img/service/disposal/cant_bg.png) no-repeat top center/cover;
  margin-top: -7em;
}
.cant__inner {
  padding: 10em 3.75em 9em;
}
.cant__list {
  margin-bottom: 4em;
}
.cant__precautions {
  background: url(../img/service/disposal/precautions_bg.png) no-repeat center center/cover;
  text-align: center;
  padding: 3em 3.7%;
  max-width: 800px;
  margin: 0 auto 3.125em;
}
.cant__precautions-lead {
  font-size: 1.125em;
}
.cant__precautions-lead span {
  color: #D73502;
  font-weight: bold;
}
.cant__others {
  text-align: center;
  margin-bottom: 3.125em;
}
.cant__arrow {
  margin: auto;
  width: 6.4375em;
  height: 3.5em;
}