.page .service {
  margin-top: 24rem;
  padding-top: 0;
}
.page .service:before {
  top: -20rem;
}
@media only screen and (max-width: 860px) {
  .page .service {
    margin-top: 8rem;
  }
  .page .service:before {
    top: -8rem;
  }
}
.page .service section {
  margin-bottom: 24rem;
}
.page .service section h2 {
  top: 24svh;
  padding-left: 6rem;
  font-size: 3.5rem;
  line-height: 1;
}
.page .service section h2 img {
  width: auto;
  width: 20rem;
}
.page .service section .wrap {
  width: 70%;
}
.page .service section .wrap .kv .image {
  width: 60%;
}
.page .service section .wrap .kv .image .ratio {
  padding-top: 80%;
}
.page .service section .wrap .kv .description {
  width: 31.5%;
  font-size: 1.3rem;
}
.page .service section .wrap ul {
  margin-top: 8rem;
  border-top: 1px solid #cccccc;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page .service section .wrap ul {
    border-width: 0.5px;
  }
}
.page .service section .wrap ul li {
  border-bottom: 1px solid #cccccc;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page .service section .wrap ul li {
    border-width: 0.5px;
  }
}
.page .service section .wrap ul li a {
  position: relative;
}
.page .service section .wrap ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #222222;
  pointer-events: none;
  transition: all 0.2s 0.1s ease-in-out;
  z-index: 0;
}
.page .service section .wrap ul li a .thumbnail {
  display: block;
  width: 12rem;
}
.page .service section .wrap ul li a .thumbnail .ratio {
  padding-top: 100%;
}
.page .service section .wrap ul li a .text {
  width: calc(100% - 12rem - 4.8rem);
}
.page .service section .wrap ul li a .text span {
  display: block;
  line-height: 1.5;
}
.page .service section .wrap ul li a .text .title {
  display: inline;
  margin-top: 1.2rem;
}
.page .service section .wrap ul li a:hover:before {
  opacity: 0.05;
}
.page .service section .wrap .back_number {
  display: block;
  margin-top: 4.8rem;
  margin-left: auto;
  padding: 1.6rem 2rem;
  width: 20rem;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 0.4rem;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.page .service section .wrap .back_number i {
  right: 2rem;
}
@media only screen and (max-width: 860px) {
  .page .service section {
    margin-bottom: 16rem;
    padding: 0 2rem;
  }
  .page .service section h2 {
    position: relative;
    top: initial;
    padding-left: 0;
    font-size: 3rem;
  }
  .page .service section h2 img {
    width: 60%;
  }
  .page .service section .wrap {
    margin-top: 6rem;
    width: 100%;
  }
  .page .service section .wrap .kv .image {
    width: 100%;
  }
  .page .service section .wrap .kv .description {
    margin-top: 3.5rem;
    width: 100%;
    font-size: 1.3rem;
  }
  .page .service section .wrap ul {
    margin-top: 6rem;
  }
  .page .service section .wrap ul li a .thumbnail {
    width: 10rem;
  }
  .page .service section .wrap ul li a .text {
    width: calc(100% - 10rem - 2.4rem);
  }
  .page .service section .wrap ul li a .text .title {
    margin-top: 0.8rem;
  }
  .page .service section .wrap ul li a:hover:before {
    opacity: 0;
  }
  .page .service section .wrap .back_number {
    margin-top: 3.5rem;
    width: 16rem;
    font-size: 1.3rem;
  }
  .page .service section .wrap .back_number i {
    right: 1.6rem;
  }
}
.black .page .service section .wrap ul li a:before {
  background-color: #ffffff;
}
.black .page .service section .wrap .back_number {
  color: #ffffff;
  box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.1);
}
.black .page .service section .wrap .back_number i:before, .black .page .service section .wrap .back_number i:after {
  background-image: url("../images/icon/arrow_w.svg");
}