.servicePage {
  position: relative;
}
.servicePage--black {
background-color: #231815;
z-index: -2;
}
.servicePage--gray {
  background-color: #ededee;
  z-index: -2;
}
.servicePage--blue {
  background-color: #0057A8;
  z-index: -2;
}
.servicePageContents {
  padding: 5% 8%;
}
.serviceMask {
will-change: animation, position, -webkit-mask-position, transition;
  mask-image:url('../images/v-small.png');
  -webkit-mask-image:url('../images/v-small.png');
  mask-type: alpha;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 40%;
  -webkit-mask-size: 80%;
  -webkit-mask-position: 100vw 0;
  width:45%;
  height: 55%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: -webkit-mask-size 1s;
}
.serviceSlideAnime {
  animation: serviceSlideIn 1s ease-out forwards;
}
@keyframes serviceSlideIn {
  100% {
    -webkit-mask-position:100%, 0;
  }
}
.smallTitle {
  margin: 0;
  font-size: 2.3rem;
  color: #231815;
}
.smallTitle--white {
color: #fff;
}
.pageTitle {
  line-height: 1;
  margin-bottom: 8%;
}
.pageTitle--white {
color: #fff;
}
.subTitle {
  margin-bottom: 10%;
}
.subTitle--white {
color: #fff;
}
.serviceContents {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5%;
}
.serviceContentItem {
  display: block;
  margin-right: 5px;
}
.serviceContentItem:last-child {
  margin-right: 0;
}
.serviceContentItem--service {
  padding-right: 6%;
  flex: 0 0 33%;
}
.serviceContentItem--restaurant {
flex: 0 0 33%;
}
.serviceLink {
  width: 180px;
  display: inline-block;
  border: 1px solid #231815;
}
.serviceLink--white {
border: 1px solid #fff;
}
.serviceLinkContents {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5%;
}
.serviceLinkText {
  font-size: 1.4rem;
  padding-right: 2rem;
  color: #231815;
}
.serviceLinkText--white {
color: #fff;
}
.serviceLinkImage {
  padding-bottom: 1%;
  flex: 0 0 30%;
}
.serviceItemSubTitle {
  font-size: 1.5vw;
}
.serviceItemSubTitle--white {
  color: #fff;
}
.serviceItemTitle {
  background-color: #0555ac;
  font-size: 1.5vw;
  color: #fff;
  padding: 5px 8px;
  line-height: 1;
  font-weight: bold;
}
.serviceItemTitle--blue {
 background-color: #231815;
}
.serviceItemTextList {
  height: 150px;
  margin-top: 3%;
  padding: 5%;
  border-left: 1px solid #231815;
}
.serviceItemTextList--white {
  border-left: 1px solid #fff;
}
.serviceTextItem--white {
  color: #fff;
}
/* SP　*/
@media screen and (max-width: 780px) {
  .servicePageContents {
    padding: 6%;
  }
  .smallTitle {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
  }
  .title {
    font-size: 3rem;
    margin-bottom: 20%;
  }
  .subTitle {
    margin-bottom: 10%;
    font-size: 1.3rem;
  }
  .serviceContents {
    margin-bottom: 8%;
  }
  .serviceContents--block {
    display: block;
    padding: 2% 13%;
    margin-bottom: 0;
  }
  .serviceContentItem:nth-child(2) {
   margin-right: 0;
  }
  .serviceLink {
    width: 100%;
  }
  .serviceLinkContents {
    padding: 3% 0;
  }
  .serviceLinkText {
    font-size: 1.6rem;
  }
  .serviceLinkImage {
    flex: 0 0 25%;
  }
  .serviceMask {
    width: 80%;
   }
 .serviceMask--small {
    height: 25%;
   }
  .serviceMask--middle {
    height: 40%;
  }
  @keyframes serviceSlideIn {
  100% {
    -webkit-mask-position:150%, 0;
  }
  }
  .serviceItemSubTitle {
    font-size: 5.5vw;
  }
  .serviceItemTitle {
    font-size: 5vw;
  }
  .serviceItemTextList {
    padding: 5% 0;
   border-left: 0;
   height: auto;
  }
  .serviceContentItem--restaurant {
   flex: 0 0 50%;
   }
}
