@charset "UTF-8";
.service_wrap {
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  font-weight: bold;
}
.service_listbox {
  max-width: 1200px;
  margin: 0 auto;
}
.service_listtitle {
    font-size: 36px;
    text-align: center;
    color: #4b83b9;
    margin-bottom: 60px;
}
.service_list {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 70px 0 70px 0;
}
.service_img {
  padding: 0 100px 0 70px;
}
.service_title {
  font-size: 30px;
  color: #4b83b9;
  margin-bottom: 30px;
}
.service_descrip {
  margin-bottom: 20px;
}
.service_tag {
  color: #4b83b9;
}
.service_list_link {
  position: relative;
  width: 100%;
  text-align: right;
}
.service_list_link a {
  position: absolute;
  bottom: -40px;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #4b83b9;
  border-radius: 40px;
}
.service_list_link a:hover {
  opacity: 0.7;
}
.service_list_link a:before {
    content: "";
    display: inline-block;
    height: 7px;
    width: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    top: 16px;
    left: 14px;
    border-top: 1px solid #4b83b9;
    border-right: 1px solid #4b83b9;
}
.cnts2_btn_list {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 100px;
  text-align: center;
}
.cnts2_btn_docDownload, .cnts2_btn_consul {
    position: relative;
    padding: 25px 50px;
    margin: 0 15px;
    border-radius: 50px;
    width: calc(50% - 30px);
    font-size: 22px;
    font-weight: bold;
}
.cnts2_btn_docDownload:after, .cnts2_btn_consul:after {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    right: 30px;
    margin: 5px;
    z-index: 3;
}
.service_flow {
  padding: 100px 0;
  background:#f4fcff;
}
.flow_wrap {
  display: flex;
}
.flow_leftbox {
  min-width: 730px;
  margin-right: 40px;
}
.flow_rightbox {
  min-width: 430px;
}
.service_flow_innerbox {
  max-width: 1200px;
  margin: 0 auto;
}
.service_flowtitle {
    font-size: 36px;
    text-align: center;
    color: #4b83b9;
    margin-bottom: 100px;
}
.flowblock {
  position: relative;
  color: #4b83b9;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(75, 131, 185, 0.1);
  border-radius: 10px;
  padding-bottom: 20px;
}
.flowblock h3 {
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 24px;
  padding: 10px;
  margin-bottom: 15px;
  background: linear-gradient(to bottom right, #96c8da 0%, #4e8eca 50%, #014d8e);
  border-radius: 10px 10px 0 0;
}
.flowblock h3 i {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.flow_hardware h3 i {
  background-image: url('/s-gok/service/img/icon_1.png');
}
.flow_masspro h3 i {
  background-image: url('/s-gok/service/img/icon_2.png');
}
.flow_webapp h3 i {
  background-image: url('/s-gok/service/img/icon_3.png');
}
.flowblockinner {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 20px;
  margin: 0 40px;
  border-bottom: 1px solid #eee;
}

.flowblockinner h4 {
  width: 16px;
  line-height: 1;
  writing-mode: vertical-rl;
  margin-right: 20px;
}
.flowblockinner ul {
  margin: 0 20px;
}
.flowblockinner ul li {
  min-width: 150px;
  line-height: 24px;
  position: relative;
  border-radius: 5px;
  padding: 5px;
  background: #fafafa;
  margin-bottom: 25px;
}
.flow_masspro ul li {
  min-width: 530px;
}
.flow_webapp ul li {
  min-width: 265px;
}
.flowblockinner ul li:after {
  content: '';
}
.flow_hardware {
  margin-bottom: 100px;
}
.flow_hardware:after {
  content: '';
  display: block;
  width: 80px;
  height: 40px;
  background-image: url('/s-gok/service/img/arrow.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -70px;
  left: calc(50% - 40px);
}
.flow_hardware_trialpro,
.flow_masspro_fact,
.flow_webapp_release {
  border-bottom: 0;
}
.flow_hardware_trialpro ul li,
.flow_masspro_fact ul li,
.flow_webapp_release ul li {
  background: #f4fcff;
}
.flow_hardware_trialpro ul li:last-child,
.flow_masspro_fact ul li:last-child,
.flow_webapp_release ul li:last-child {
  margin-bottom: 0;
}
.flowblockinner ul li.bgColorNone {
  background: #fff;
}
.flowblockinner ul li.bottomArrow {
}
.flowblockinner ul li.bottomArrow:after {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #4b83b9 transparent transparent transparent;
  position: absolute;
  bottom: -17px;
  left: calc(50% - 8px);
}
.service_step {
  background: #fafafa;
  padding: 100px 0;
}
.service_step_innerbox {
  max-width: 1200px;
  margin: 0 auto;
}
.service_steptitle {
    font-size: 36px;
    text-align: center;
    color: #4b83b9;
    margin-bottom: 100px;
}
.service_step_box {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-bottom: 60px;
}
.service_step_img {
  position: relative;
  min-width: 120px;
  margin-right: 30px;
}
.service_step_img:before,
.service_step_img:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  width: 1px;
  height: 50px;
  background: #4b83b9;
}
.service_step_box:nth-child(2) .service_step_img:before {
  display: none;
}
.service_step_box:last-child .service_step_img:after {
  display: none;
}
.service_step_box:first-child .service_step_img {
  text-align: center;
}
.service_step_img:before {
  top: -60px;
}
.service_step_img:after {
  bottom: -50px;
}
.service_step_img img {
  width: 100%;
}
.service_step_text {
  padding: 30px 40px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.service_step_text h4 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
}
/* SP ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 767px){
  .service_wrap {
    font-size: 14px;
    line-height: 28px;
    padding: 20px 0;
  }
  .service_listbox {
    padding: 0 20px;
  }
  .service_flow {
    padding: 30px 20px;
  }
  .service_step {
    padding: 30px 20px 0;
  }
  .service_listtitle {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .service_list {
    display: block;
    padding: 30px 0 60px 0;
  }
  .service_img {
    padding: 0 0 20px 0;
    text-align: center;
  }
  .service_title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .cnts2_btn_list {
    display: block;
    padding: 50px 0 50px;
  }
  .cnts2_btn_docDownload,
  .cnts2_btn_consul {
    display: block;
    padding: 15px;
    font-size: 14px;
    width: 80%;
    margin: 0 auto 20px;
  }
  .cnts2_btn_docDownload {
    border: 1px solid #4b83b9;
  }
  .cnts2_btn_docDownload:after, 
  .cnts2_btn_consul:after {
    width: 7px;
    height: 7px;
  }
  .cnts2_btn_consul {
    margin: 0 auto 0;
  }
  .service_flowtitle {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .flow_wrap {
    display: block;
  }
  .flowblock {
    padding-bottom: 0;
  }
  .flowblock h3 {
    margin-bottom: 0;
  }
  .flow_leftbox {
    min-width: 100%;
    margin-right: 0;
  }
  .flowblockinner {
    margin: 0 20px;
    padding: 20px 0;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .flow_masspro {
    margin-bottom: 30px;
  }
  .flowblock h3 {
    font-size: 16px;
  }
  .flowblock h3 i {
    width: 35px;
    height: 35px;
    border-radius: 35px;
  }
  .flowblockinner h4 {
    width: 100%;
    writing-mode: inherit;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .flowblockinner ul {
    width: calc(33% - 10px);
    margin: 0 5px;
  }
  .flowblockinner ul li {
    box-sizing: border-box;
    font-size: 11px;
    min-width: 100%;
    margin: 0 0 25px 0;
  }
  .flow_hardware {
    margin-bottom: 60px;
  }
  .flow_hardware:after {
    width: 40px;
    height: 20px;
    bottom: -40px;
    left: calc(50% - 20px);
  }
  .flow_masspro ul,
  .flow_webapp ul {
    width: 100%;
  }
  .flow_rightbox {
    min-width: 100%;
  }
  .service_steptitle {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .service_step_img {
    min-width: 80px;
    margin-right:15px;
  }
  .service_step_box {
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .service_step_text {
    padding: 20px;
  }
  .service_step_text h4 {
    font-size: 16px;
  }
  .service_step_img:before,
  .service_step_img:after {
    height: 100px;
  }
  .service_step_img:before {
    top: -110px;
  }
  .service_step_img:after {
    bottom: -100px;
  }
}