@charset "utf-8";

/* *****************************************************************************

  service style

***************************************************************************** */
/* page-title */
.page-title.-service::after{
  background: url(/assets/images/service/img-page-title-service.jpg) center center no-repeat;
  background-size: cover;
}

/* service-catch */
.service-catch > p{
  font-size: 3.6rem;
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4722;  
}

@media screen and (max-width: 760px){
  /* service-catch */
  .service-catch > p{
    font-size: 2.8rem;
  }
}

/* service-text */
.service-text{
  margin-top: 2.2rem;
}
.service-text > p{
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 1040px){
  /* service-text */
  .service-text > p > br.-tablet{
    display: none;
  }
}

@media screen and (max-width: 760px){
  /* service-text */
  .service-text{
    margin-top: 2rem;
  }
}

@media screen and (max-width: 480px){
  /* service-text */
  .service-text > p > br.-sp{
    display: none;
  }
}

/* service-img-list */
.service-img-list{
  display: flex;
  flex-wrap: wrap;
}
.service-img-list > .-item{
  width: calc(100%/3 - 3rem * 2/3);
  margin-top: 3rem;
  margin-right: 3rem;
}
.service-img-list > .-item:nth-child(-n+3){
  margin-top: 0;
}
.service-img-list > .-item:nth-child(3n){
  margin-right: 0;
}
.service-img-list > .-item > img{
  width: 100%;
}
.service-img-list > .-item > .-caption{
  margin-top: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.75;
  position: relative;
  padding-left: 1.6rem;
}
.service-img-list > .-item > .-caption::before{
  border-radius: 50%;
  content: "";
  background-color: #c1272d;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 1.1rem;
  left: 0;
}

@media screen and (max-width: 1000px){
  /* service-img-list */
  .service-img-list > .-item{
    width: calc(100%/3 - 2rem * 2/3);
    margin-top: 2rem;/**/
    margin-right: 2rem;
  }
  .service-img-list.-space > .-item{
    margin-top: 3rem;
  }
  .service-img-list > .-item:nth-child(-n+3){
    margin-top: 0;
  }
}

@media screen and (max-width: 760px){
  /* service-img-list */
  .service-img-list > .-item{
    width: calc(50% - 2rem * 1/2);
  }
  .service-img-list > .-item:nth-child(3){
    margin-top: 2rem;
  }
  .service-img-list.-space > .-item:nth-child(3){
    margin-top: 3rem;
  }
  .service-img-list > .-item:nth-child(3n){
    margin-right: 2rem;
  }
  .service-img-list > .-item:nth-child(2n){
    margin-right: 0;
  }
  .service-img-list > .-item > .-caption{
    margin-top: 0.8rem;
    font-size: 1.4rem;
    padding-left: 1.5rem;
    line-height: 1.55;
  }
  .service-img-list > .-item > .-caption::before{
    top: 0.7rem;
  }
}

@media screen and (max-width: 480px){
  /* service-img-list */
  .service-img-list > .-item{
    width: calc(50% - 1rem * 1/2);
    margin-top: 1rem;
    margin-right: 1rem;
  }
  .service-img-list > .-item:nth-child(3n){
    margin-top: 1rem;
    margin-right: 1rem;
  }
  .service-img-list.-space > .-item:nth-child(3n){
    margin-top: 3rem;
  }
  .service-img-list > .-item:nth-child(2n){
    margin-right: 0;
  }
}

/* features-contents */
.features-contents{
  padding-top: 8rem;
  padding-bottom: 12rem;
  background-color: #333333;
  color: #ffffff;
}
.features-contents ::selection{
	background-color: #ffffff;
	color: #333333;
}
.features-contents ::-moz-selection{
	background-color: #ffffff;
	color: #333333;
}

@media screen and (max-width: 1000px){
  /* features-contents */
  .features-contents{
    padding-bottom: 10rem;
  }
}

@media screen and (max-width: 760px){
  /* features-contents */
  .features-contents{
    padding-bottom: 8rem;
  }
}

/* features-box */
.features-box{
  padding-left: 6rem;
  padding-right: 6rem;
  overflow: hidden;
}
.features-box > .-inner{
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width : 1000px){
  /* features-box */
.features-box{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width : 760px){
  /* features-box */
  .features-box{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* features-box-text */
.features-box-text{
  margin-top: 4.5rem;
  padding-bottom: 445px;
  position: relative;
}
.features-box-text::after{
  content: "";
  width: 1094px;
  height: 407px;
  position: absolute;
  right: -195px;
  bottom: 0;
  background: url(/assets/images/service/illust-global.png) center center no-repeat;
  background-size: contain;
}

@media screen and (max-width : 1000px){
  /* features-box-text */
  .features-box-text{
    padding-bottom: 4rem;
  }
  .features-box-text::after{
    display: none;
  }
}

@media screen and (max-width : 760px){
  /* features-box-text */
  .features-box-text{
    margin-top: 4rem;
  }
}

@media screen and (max-width : 420px){
/* .features-catch */
  .features-catch > p > br.-sp{
    display: none;
  }
}

/* features-global-sp */
.features-global-sp{
  display: none;
}

@media screen and (max-width : 1000px){
  /* features-global-sp */
  .features-global-sp{
    display: block;
    margin-bottom: 2rem;
  }
  .features-global-sp > img{
    width: 100%;
  }
}

/* features-box-img */
.features-box-img{
  padding-top: 1.5rem;
}

@media screen and (max-width : 1000px){
  /* features-box-img */
  .features-box-img{
    padding-top: 0;
  }
}

/* products-box */
.products-box{
  padding-left: 6rem;
  padding-right: 6rem;
}
.products-box > .-inner{
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16rem;
}

@media screen and (max-width : 1000px){
  /* products-box */
  .products-box{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .products-box > .-inner{
    padding-bottom: 12rem;
  }
}

@media screen and (max-width : 760px){
  /* products-box */
  .products-box{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .products-box > .-inner{
    padding-bottom: 10rem;
  }
}

/* products-box-text */
.products-box-text{
  margin-top: 4.5rem;
}

@media screen and (max-width : 760px){
  /* products-box-text */
  .products-box-text{
    margin-top: 4rem;
  }
}

@media screen and (max-width : 520px){
/* products-catch */
  .products-catch > p > br{
    display: none;
  }
}

/* .products-box-img */
.products-box-img{
  padding-top: 6rem;
}
