@charset "UTF-8";
/* 
  関数
*/
/*$fc-black:#707070;
$bc-black:#707070;*/
/*$header-bgc:#EAEAE9;*/
/* underpages */
/* about */
/* contact*/
/* service */
/* btn */
/* job */
/* numbers */
/* 
  関数  end
*/
main {
  color: #000000;
  /*background-image: url(images/bg-gray03.jpg);
  background-size: cover;
  background-attachment: fixed;*/
  background-color: #fff;
}

.under-top .under-top-container .under-top-wrapper-01 {
  background-image: url(images/service.png);
  background-size: cover;
}

.service .service-container .service-wrapper-01 {
  /* フレックスボックスに指定 */
  display: flex;
  /* 横に並べる */
  flex-direction: row;
  /* 子要素を水平方向に中央に配置 */
  justify-content: center;
  /* 子要素を垂直方向に中央に配置 */
  align-items: center;
  padding-bottom: 40px;
}
.service .service-container .service-wrapper-01 .service-item {
  /* フレックスボックスに指定 */
  display: flex;
  /* 横に並べる */
  flex-direction: row;
  /* 子要素を水平方向に中央に配置 */
  justify-content: center;
  /* 子要素を垂直方向に中央に配置 */
  align-items: center;
}
.service .service-container .service-wrapper-01 .service-item p {
  font-size: 17px;
  text-align: center;
  line-height: 1.4;
}
.service .service-container .service-wrapper-02 {
  /* フレックスボックスに指定 */
  display: flex;
  /* 横に並べる */
  flex-direction: row;
  /* 子要素を水平方向に中央に配置 */
  justify-content: center;
  /* 子要素を垂直方向に中央に配置 */
  align-items: center;
  padding-top: 20px;
  padding-bottom: 120px;
}
.service .service-container .service-wrapper-02 .service-item {
  /* フレックスボックスに指定 */
  display: flex;
  /* 縦に並べる */
  flex-direction: column;
  /* 子要素を水平方向に中央に配置 */
  justify-content: center;
  /* 子要素を垂直方向に中央に配置 */
  align-items: center;
  width: 230px;
  height: 230px;
  position: relative;
}
.service .service-container .service-wrapper-02 .service-item .service-text {
  z-index: 100;
  /* フレックスボックスに指定 */
  display: flex;
  /* 縦に並べる */
  flex-direction: column;
  /* 子要素を水平方向に中央に配置 */
  justify-content: center;
  /* 子要素を垂直方向に中央に配置 */
  align-items: center;
}
.service .service-container .service-wrapper-02 .service-item .service-text p {
  font-size: 15px;
  text-align: center;
  line-height: 1.4;
}
.service .service-container .service-wrapper-02 .service-item .service-cicle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  background-color: rgba(245, 244, 244, 0.5);
  border: 1px solid rgb(131, 128, 121);
  border-radius: 50%;
}

@media screen and (max-width: 960px) {
  .service .service-container .service-wrapper-02 {
    /* フレックスボックスに指定 */
    display: flex;
    /* 縦に並べる */
    flex-direction: column;
    /* 子要素を水平方向に中央に配置 */
    justify-content: center;
    /* 子要素を垂直方向に中央に配置 */
    align-items: center;
  }
}/*# sourceMappingURL=service.css.map */