/* =========================================================================================================
 　　base
========================================================================================================= */

/* =====================
  main
===================== */

/*-- common --*/

/*-- area-intro --*/
.area-intro {}


/*-- area-feature --*/
.area-feature {
  margin-top: 100px;
}

.area-feature.bg-title::before {
  left: 20px;
  content: "OUR SERVICE";
}

.area-feature .feature-cont {
  display: flex;
}

.area-feature .feature-cont .item {
  width: 25%;
}

.area-feature .feature-cont .item figure {
  position: relative;
}

.area-feature .feature-cont .item figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 3.2rem;
  color: #fff;
  z-index: 10;
}

.area-feature .feature-list {
  margin-top: 40px;
}


/*-- area-service --*/
.area-service {
  margin-top: 100px;
}

.area-service.bg-title::before {
  left: 20px;
  content: "OUR SERVICE";
}

.area-service .service-list {
  display: flex;
  flex-wrap: wrap;
}

.area-service .service-list .item {
  width: 100%;
  margin-right: 0%;
}

.area-service .service-list .item figure {
  max-width: 420px;
  margin: auto;

}

.area-service .service-list .item:nth-of-type(2n) {
  margin-right: 0;
}

.area-service .service-list .item + .item {
  margin-top: 6%;
}

.area-service .service-list .item h4 {
  margin-top: 8px;
}

.area-service .service-list .item p {
  margin-top: 12px;
}


/*-- area-feature --*/
.area-feature {
  margin-top: 100px;
}

.area-feature.bg-title::before {
  left: 20px;
  content: "OUR SERVICE";
}

/* ====================================================================================
		tablet
==================================================================================== */
@media screen and (min-width: 768px) {

  /*-- area-intro --*/
  .area-intro {}


  /*-- area-feature --*/
  .area-feature {
    margin-top: 100px;
  }

  .area-feature.bg-title::before {
    left: 20px;
    content: "OUR SERVICE";
  }

  .area-feature .feature-cont {
    display: flex;
  }

  .area-feature .feature-cont .item {
    width: 25%;
  }

  .area-feature .feature-cont .item figure {
    position: relative;
  }

  .area-feature .feature-cont .item figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 3.2rem;
    color: #fff;
    z-index: 10;
  }

  .area-feature .feature-list {
    margin-top: 40px;
  }


  /*-- area-service --*/
  .area-service {
    margin-top: 100px;
  }

  .area-service.bg-title::before {
    left: 20px;
    content: "OUR SERVICE";
  }

  .area-service .service-list {
    display: flex;
    flex-wrap: wrap;
  }

  .area-service .service-list .item {
    width: 32%;
    margin-right: 2%;
  }

  .area-service .service-list .item:nth-of-type(2n) {
    margin-right: 2%;
  }

  .area-service .service-list .item:nth-of-type(3n) {
    margin-right: 0;
  }

  .area-service .service-list .item + .item {
    margin-top: 0%;
  }

  .area-service .service-list .item + .item + .item + .item {
    margin-top: 6%;
  }

  .area-service .service-list .item h4 {
    margin-top: 8px;
  }

  .area-service .service-list .item p {
    margin-top: 12px;
  }


  /*-- area-feature --*/
  .area-feature {
    margin-top: 100px;
  }

  .area-feature.bg-title::before {
    left: 20px;
    content: "OUR SERVICE";
  }

}



/* ====================================================================================
		PC
==================================================================================== */

@media screen and (min-width: 1024px) {}
