#pageMv::after {
  content: "SERVICE";
}

#serviceList .listBlock {
  padding-top: 0;
}
#serviceList .newItem {
  background: #cae5f7;
  padding: 80px;
  margin-bottom: 90px;
}
@media (max-width: 960px) {
  #serviceList .newItem {
    padding: 40px 40px 10px 40px;
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  #serviceList .newItem {
    padding: 30px 15px 0px;
  }
}
#serviceList .newItem h3 {
  margin-bottom: 70px;
  line-height: 2;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 960px) {
  #serviceList .newItem h3 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #serviceList .newItem h3 {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
#serviceList .newItem ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 960px) {
  #serviceList .newItem ul {
    flex-wrap: wrap;
  }
}
#serviceList .newItem ul li {
  width: 22.5%;
}
@media (max-width: 960px) {
  #serviceList .newItem ul li {
    width: 48.5%;
    margin-bottom: 30px;
  }
}
@media (max-width: 520px) {
  #serviceList .newItem ul li {
    width: 100%;
  }
}
#serviceList .newItem ul li img {
  width: 100%;
  height: auto;
}
#serviceList .newItem ul li p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}
#serviceList .newItem ul li p span {
  display: block;
  padding: 30px 0 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 960px) {
  #serviceList .newItem ul li p span {
    padding: 15px 0 10px;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  #serviceList .newItem ul li p span {
    font-size: 1.6rem;
  }
}