header {
  position: relative;
  
}

a {
  text-decoration: none;
}

.serviceBlockDiv {
  width: 100%;
  background: #f2f2f3;
  position: relative;
}

.serviceBlockDiv > div {
  position: relative;
  z-index: 5;
}

.serviceBlockDiv img:not(.serviceLine) {
  width: 75%;
  display: block;
  z-index: 5;
}

.serviceBlockDiv .chTitle {
  position: absolute;
  top: 20%;
  left: 63%;
  font-size: 1.3em;
  letter-spacing: 2px;
  line-height: 1.3em;
  color: #595757;
  font-weight: 500;
  z-index: 9;
}

.serviceBlockDiv .enTitle {
  position: absolute;
  top: 33%;
  left: 63%;
  font-size: 1.3em;
  color: #813e54;
  font-family: 'lora';
  z-index: 9;
}

.serviceBlockDiv h2 {
  color: #813e54;
  letter-spacing: 15px;
  font-weight: 700;
  position: absolute;
  bottom: 30%;
  left: 63%;
  z-index: 9;
}

.serviceBlockDiv h3 {
  color: #813e54;
  font-family: 'lora';
  position: absolute;
  bottom: 24%;
  left: 64%;
  font-size: 1.3em;
  z-index: 9;
}

.serviceBlockDiv .horizontal {
  width: 80px;
  position: absolute;
  bottom: 29%;
  left: 73.5%;
  border: 1px solid #813e54;
  z-index: 9;
}

.serviceContentBlock {
  position: relative;
  width: 100%;
  height: 1100px;
  overflow: hidden;
}

.serviceLine {
  width: 70%;
  position: absolute;
  bottom: 16%;
  left: 25%;
  z-index: 1;
}

.serviceBlock {
  background: #fff;
  opacity: 0.8;
  display: flex;
  width: 64%;
  padding: 4em 3.5em;
  border-top-left-radius: 100px;
  position: absolute;
  left: 29%;
  bottom: 21%;
  z-index: 10;
  box-shadow: 0 10px 10px -10px #999999;
}

.serviceItemDiv {
  display: flex;
  width: 100%;
}

.serviceItemDiv .serviceItemLeft {
  width: calc(100%/2);
  border-right: 2px solid #ccc;
  padding: 0px 2em;
}

.serviceItemDiv .serviceItemLeft > div {
  display: flex;
  align-items: center ;
  margin: 1em 0;
}

.serviceItemDiv .serviceItemRight > div {
  display: flex;
  align-items: center ;
  margin: 1em 0;
}

.serviceItemDiv .serviceItemRight {
  width: calc(100%/2);
  padding: 0 6em;
}

.serviceItemLeft img {
  width: 60px;
  height: 60px;
  display: block;
}

.serviceItemLeft img:hover {
  animation-name: shaking;
  animation-duration: 0.35s;
  animation-iteration-count: 3;
  transform: scale(1.5);
}

.serviceItemRight img {
  width: 60px;
  height: 60px;
  display: block;
}

.serviceItemRight img:hover {
  animation-name: shaking;
  animation-duration: 0.35s;
  animation-iteration-count: 3;
  transform: scale(1);
}

@keyframes shaking{
  0% {transform:scale(1)}
  50% {transform:rotate(20deg) scale(1)}
  100% {transform:rotate(-20deg) scale(1)}
}


.serviceItemLeft .title {
  margin: 0 1em 0;
  letter-spacing: 2px;
  color: #000;
}

.serviceItemRight .title {
  margin: 0 1em 0;
  letter-spacing: 2px;
  color: #000;
}

.serviceItemLeft .enTitle {
  margin: 0 1em 0;
  color: #9A9898;
  margin-top: .5em;
  font-family: 'lora';
}

.serviceItemRight .enTitle {
  margin: 0 1em 0;
  color: #9A9898;
  margin-top: .5em;
  font-family: 'lora';
}

.thisPage {
  font-weight: 700;
  color: #3e3d3d !important;
}

@media screen and (max-width: 1024px) {
  .serviceBlockDiv .enTitle {
    top: 35%;
  }
  .serviceBlock {
    width: 80%;
    left: 14%;
    bottom: 35%;
  }
  .serviceLine {
    left: 7%;
    width: 88%;
    bottom: 30%;
  }
}

@media screen and (max-width: 820px) {
  .serviceBlockDiv .enTitle {
    top: 39%;
    font-size: 1em;
  }
  .serviceBlockDiv h3 {
    font-size: 1em;
  } 
  .serviceBlockDiv .chTitle, .serviceBlockDiv h2 {
    font-size: 1.2em;
  } 
  .serviceContentBlock {
    height: 880px;
  }
  .serviceBlock {
    width: 90%;
    left: 10%;
    bottom: 30%;
    padding: 3em 2em;
  }
  .serviceItemDiv .serviceItemRight {
    padding: 0 3em;
  }
  .serviceLine {
    left: 3%;
    width: 95%;
    bottom: 26%;
  }
}

@media screen and (max-width: 768px) {
  .serviceBlockDiv .enTitle {
    top: 39%;
    font-size: 0.8em;
  }
  .serviceBlockDiv h3 {
    font-size: 0.8em;
  } 
  .serviceBlockDiv .chTitle, .serviceBlockDiv h2 {
    font-size: 1em;
  } 
  .serviceBlockDiv .horizontal {
    display: none;
  }
  .serviceContentBlock {
    height: 800px;
  }
  .serviceBlockDiv .chTitle, .serviceBlockDiv .enTitle, .serviceBlockDiv h2, .serviceBlockDiv h3 {
    left: 55%;
  }
  .serviceBlock {
    bottom: 25%;
  }
}

@media screen and (max-width: 428px) {
  .serviceBlockDiv .chTitle, .serviceBlockDiv .enTitle, .serviceBlockDiv h2, .serviceBlockDiv h3 {
      left: 7%;
  }
  .serviceBlockDiv h2 {
    font-size: 19.2px;
    bottom: 36%;
  }
  .serviceBlockDiv h3 {
    font-size: 16px;
    bottom: 28%;
  }
  .serviceBlockDiv .chTitle {
    font-size: .8em;
    top: 63%;
  }

  .serviceBlockDiv .enTitle {
    top: 78%;
  }
  .serviceLine {
    display: none;
  }
  .serviceBlockDiv img:not(.serviceLine) {
    min-height: 250px;
    width: 100%;
    object-fit: cover;
  }
  .serviceContentBlock {
    height: 513px;
  }
  .serviceItemDiv .serviceItemLeft, .serviceItemDiv .serviceItemRight {
    padding: 0;
  }
  .serviceItemDiv .serviceItemRight {
    padding-left: 1em;
  }
  .serviceBlock {
    padding: 2em 1em;
    position: relative;
    left: 0;
    bottom: 0;
    width: calc(100% - 2em);
    border-top-left-radius: 0;
  }
  .serviceItemLeft img, .serviceItemRight img {
    width: 40px;
    height: 40px;
  }
  .serviceItemLeft .enTitle, .serviceItemRight .enTitle {
    font-size: .8em;
  }
}



