.item-inner {
  padding: 0 50px;
  margin: 0 50px;
  position: relative;
}
.item-inner:after {
  content: "";
  width: 100%;
  height: calc(100% - 40px);
  background: #222;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.item-title {
  text-align: center;
}
.item-title:before {
  content: "";
  width: 1px;
  height: 80px;
  background: #e3d8c5;
  display: block;
  margin: 0px auto 50px;
}
.item-list {
  padding-bottom: 50px;
  max-width: 1300px;
  margin: 0 auto;
}
.item-list li {
  padding-bottom: 50px;
  margin-bottom: 50px;
  font-size: 0.875rem;
  border-bottom: 1px solid #444;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.item-type {
  width: 95px;
  margin: 0 10% 0 5%;
}
.item-img {
  width: 45px;
  margin: 0 auto;
  padding: 25px;
  background: #1a1a1a;
  border-radius: 50%;
  opacity: 0;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}
.item-img.show {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.item-img img {
  width: 100%;
}
.item-name {
  color: #ccc;
  text-align: center;
  padding-top: 10px;
}
.item-text {
  width: 75%;
  opacity: 0;
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}
.item-text.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.item-text p {
  width: 190px;
  margin: 5px 0;
  float: left;
}

.bg-img {
  background-image: url(../images/service/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 25% 80%;
  width: 100%;
  height: 80vh;
}

.process-inner {
  padding: 0 50px;
  max-width: 1300px;
  margin: 0 auto;
}
.process-title {
  text-align: right;
}
.process-list li {
  padding: 50px 0;
  border-bottom: 1px dotted #c9b9a0;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.process-list li:nth-child(1) {
  border-top: 1px dotted #c9b9a0;
}
.process-img {
  width: 30%;
}
.process-img img {
  width: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.9;
}
.process-step {
  width: 95px;
  margin: 0 9%;
  padding-right: 60px;
  text-align: right;
  position: relative;
}
.process-en {
  font-size: 0.875rem;
  color: #c9b9a0;
}
.process-num {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #444;
  font-size: 100px;
  font-family: "Italiana", Arial, Helvetica;
  line-height: 75px;
}
.process-subtitle {
  color: #ccc;
  font-size: 0.875rem;
}
.process-content {
  width: 40%;
}
.process-text {
  font-size: 0.875rem;
}
.process-text p {
  margin-top: 3px;
}

@media screen and (max-width: 1100px) {
  .item {
    padding-top: 120px;
  }
  .item-type {
    margin: 0 10% 0 0;
  }
  .item-text p {
    width: calc(100% / 3);
  }

  .process-img {
    width: 35%;
  }
}
@media screen and (max-width: 900px) {
  .item-type {
    margin: 0 13% 0 0;
  }
  .item-text p {
    width: calc(100% / 2);
  }

  .process-list li {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .process-list li:last-child .process-step {
    padding-top: 30px;
  }
  .process-img {
    width: 80%;
    padding-bottom: 30px;
  }
  .process-step {
    margin: 0 10% 0 0;
  }
}
@media screen and (max-width: 800px) {
  .process-list li {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .process-list li:last-child .process-step {
    padding: 20px 0 0 60px;
  }
  .process-img {
    width: 100%;
  }
  .process-step {
    padding: 20px 0 0 60px;
    text-align: left;
  }
  .process-num {
    left: 0;
    right: unset;
  }
  .process-content {
    width: calc(100% - 60px);
    padding: 30px 0 0 60px;
  }
}
@media screen and (max-width: 760px) {
  .item-type {
    margin: 0 15% 0 0;
  }
  .item-text p {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .item-inner {
    padding: 0 30px;
    margin: 0 30px;
  }
  .item-title:before {
    height: 70px;
    margin: 0 auto 30px;
  }
  .item-list {
    padding-bottom: 35px;
  }
  .item-list li {
    display: block;
    overflow: hidden;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .item-type {
    margin: 0 auto;
  }
  .item-type:after {
    content: "";
    width: 10px;
    height: 1px;
    background: #c9b9a0;
    display: block;
    margin: 25px auto;
  }
  .item-img {
    width: 35px;
    padding: 20px;
  }
  .item-text {
    width: calc(100% - 15px);
    text-align: center;
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
  .item-text.show {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .item-text p {
    margin: 3px 0;
  }

  .bg-img {
    background-attachment: scroll;
    height: 60vh;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    -moz-transition: clip-path 0.6s;
    -o-transition: clip-path 0.6s;
    -webkit-transition: clip-path 0.6s;
    transition: clip-path 0.6s;
  }
  .bg-img.show {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .process-inner {
    padding: 0 30px;
  }
  .process-list li {
    padding: 35px 0;
  }
  .process-list li:last-child .process-step {
    padding: 10px 0 0 55px;
  }
  .process-step {
    padding: 10px 0 0 55px;
  }
  .process-num {
    font-size: 70px;
    line-height: 56px;
    color: #666;
  }
  .process-content {
    padding: 25px 0 0 55px;
    width: calc(100% - 55px);
  }
}
