@-webkit-keyframes fadezoom {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadezoom {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes textfade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  16% {
    opacity: 1;
    visibility: visible;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes textfade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  16% {
    opacity: 1;
    visibility: visible;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes imageFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes imageFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .m-content-description {
    margin-bottom: 9.3333333333vw;
  }
}
/* process
---------------------------------------------------------------------------- */
.p-process {
  padding: 0 0 35px 0;
}

.p-process-item {
  padding: 0 0 0 30px;
  position: relative;
}
.p-process-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 36px;
  width: 2px;
  height: 100%;
  background: #E6E6E6;
}
.p-process-item.p-process-item-noBorder::before {
  display: none;
}
.p-process-item.p-process-item-noBorder .p-process-item-wrap {
  padding-bottom: 100px;
}

.p-process-item-ttl-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 40px;
}
.p-process-item-ttl-wrap::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: -37px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #EC6C00;
  border-radius: 50%;
  z-index: 2;
}

.p-process-item-ttl-num {
  font-size: 2.8rem;
  line-height: 2;
  font-weight: 400;
  margin-right: 40px;
  color: #EC6C00;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-family: arial, serif;
}
.p-process-item-ttl-num span {
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-left: 5px;
}

.p-process-item-ttl {
  font-size: 4.3rem;
  line-height: 1.4418604651;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.p-process-item-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 0 0 70px;
  padding-bottom: 70px;
}

.p-process-item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 510px;
          flex: 0 1 510px;
  margin-right: 30px;
}

.p-process-item-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 590px;
          flex: 0 1 590px;
}

.p-process-item-content-ttl {
  font-size: 3rem;
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-bottom: 30px;
}

.p-process-job-sh {
  margin-top: 55px;
  font-size: 2.2rem;
  line-height: 1.1818181818;
  letter-spacing: 0.02em;
  font-weight: 500;
  background: #F5F5F5;
  padding: 17px 20px;
}

.p-process-job-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 22px 15px;
  border-bottom: 1px solid #E6E6E6;
}

.p-process-job-txt {
  font-size: 2rem;
  line-height: 2.1;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.p-process-job-txt span {
  color: #EC6C00;
}

.p-process-job-link-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.p-process-job-link {
  display: block;
  color: #EC6C00;
  padding-left: 15px;
  margin-left: 30px;
  position: relative;
}
.p-process-job-link::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #EC6C00;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-br1350 {
  display: none;
}

@media screen and (max-width: 1600px) {
  .p-process-job-sh {
    font-size: 1.8rem;
  }

  .p-process-job-wrap {
    padding: 22px 10px;
  }

  .p-process-job-txt {
    font-size: 1.6rem;
  }

  .p-process-job-link {
    font-size: 1.4rem;
    margin-left: 25px;
  }
}
@media screen and (max-width: 1350px) {
  .p-process-item-wrap {
    margin: 0 0 0 40px;
  }

  .p-br1350 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-process {
    padding: 0 0 4.6666666667vw 0;
  }

  .p-process-item {
    padding: 0 0 0 4vw;
  }
  .p-process-item::before {
    top: 5.8666666667vw;
    width: 0.2666666667vw;
  }
  .p-process-item.p-process-item-noBorder .p-process-item-wrap {
    padding-bottom: 13.3333333333vw;
  }

  .p-process-item-ttl-wrap {
    margin-bottom: 4vw;
  }
  .p-process-item-ttl-wrap::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    left: -4.9333333333vw;
  }

  .p-process-item-ttl-num {
    font-size: 5.3333333333vw;
    margin-right: 5.3333333333vw;
  }
  .p-process-item-ttl-num span {
    font-size: 10.6666666667vw;
    margin-left: 0.6666666667vw;
  }

  .p-process-item-ttl {
    font-size: 7.4666666667vw;
    margin-bottom: 2.1333333333vw;
  }
  .p-process-item-ttl-mr {
    margin-right: -10vw;
  }

  .p-process-item-wrap {
    display: block;
    margin: 0 5.3333333333vw 0 2.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }

  .p-process-item-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4vw;
  }

  .p-process-item-content {
    width: 100%;
    min-width: 100%;
  }

  .p-process-item-content-ttl {
    font-size: 5.8666666667vw;
    margin-bottom: 4vw;
  }

  .p-process-job-sh {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
    padding: 4vw 4vw;
  }

  .p-process-job-wrap {
    display: block;
    padding: 2.6666666667vw 2.6666666667vw 4.6666666667vw;
  }

  .p-process-job-txt {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }

  .p-process-job-link {
    padding-left: 4vw;
    margin-left: 5.3333333333vw;
    font-size: 3.2vw;
  }
  .p-process-job-link::before {
    border-width: 1.3333333333vw 0 1.3333333333vw 1.6vw;
  }

  .p-br1350 {
    display: none;
  }
}