.grafto .page_mv .kv .text h1 svg {
  width: 18rem;
}
.grafto .service section {
  margin-bottom: 24rem;
}
.grafto .service section h2 {
  top: 16svh;
  padding-left: 6rem;
  font-size: 3.5rem;
  line-height: 1;
}
.grafto .service section .wrap {
  width: 70%;
}
.grafto .service section .wrap .kv .image {
  width: 55%;
}
.grafto .service section .wrap .kv .image .ratio {
  padding-top: 130%;
}
.grafto .service section .wrap .kv .text {
  width: 35%;
}
.grafto .service section .wrap .kv .text .description {
  font-size: 1.3rem;
}
.grafto .service section .wrap .kv .text button {
  position: relative;
  margin-top: 3.5rem;
  padding: 1.6rem 2.4rem;
  width: 15.2rem;
  font-size: 1.1rem;
  line-height: 1;
  background-color: #ffffff;
  border-radius: 4.8rem;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.grafto .service section .wrap .kv .text button img {
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  display: block;
  margin: auto;
  width: 1.6rem;
}
.grafto .service section .wrap .kv .text .attention {
  margin-top: 4.8rem;
  font-size: 1.1rem;
  color: #E37979;
  color: #F52828;
}
.grafto .service section .endless {
  margin: 8rem -9.3rem 0;
  width: calc(100% + 18.6rem);
}
.grafto .service section .endless .endless_item li {
  margin-right: 1rem;
}
.grafto .service section .endless .endless_item li .image {
  display: block;
  width: 20rem;
}
.grafto .service section .endless .endless_item li .image .ratio {
  padding-top: 100%;
}
@media only screen and (max-width: 860px) {
  .grafto .service section {
    margin-bottom: 16rem;
  }
  .grafto .service section h2 {
    position: relative;
    top: initial;
    padding-left: 2rem;
    font-size: 3rem;
  }
  .grafto .service section .wrap {
    margin-top: 6rem;
    padding: 0 2rem;
    width: calc(100% - 4rem);
  }
  .grafto .service section .wrap .kv .image {
    width: 100%;
  }
  .grafto .service section .wrap .kv .text {
    margin-top: 3.5rem;
    width: 100%;
  }
  .grafto .service section .wrap .kv .text .description {
    font-size: 1.3rem;
  }
  .grafto .service section .wrap .kv .text button {
    position: relative;
    margin-top: 3.5rem;
    padding: 1.6rem 2.4rem;
    width: 15.2rem;
    font-size: 1.1rem;
    line-height: 1;
    border-radius: 4.8rem;
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
  }
  .grafto .service section .wrap .kv .text button img {
    position: absolute;
    top: 0;
    right: 2rem;
    bottom: 0;
    display: block;
    margin: auto;
    width: 1.6rem;
  }
  .grafto .service section .wrap .kv .text .attention {
    margin-top: 2.4rem;
  }
  .grafto .service section .endless {
    margin: 6rem auto 0;
    width: 100%;
  }
  .grafto .service section .endless .endless_item li {
    margin-right: 1rem;
  }
  .grafto .service section .endless .endless_item li .image {
    display: block;
    width: 20rem;
  }
}

.black .grafto .page_mv .kv .text h1 svg path {
  fill: #ffffff;
}
.black .grafto .service section .wrap .kv button {
  color: #222222;
}