/*------------page-title--------------*/
.page-title {
  width: 100vw;
  background: url(../img/page-title-bg.png) no-repeat;
  background-size: cover;
  border-bottom: #ccc solid 1px;
}
.page-title .page-title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/page-title-service.png) no-repeat;
  background-size: 280px;
  background-position: center center;
}
.page-title .page-title-container img {
  margin-top: 160px;
  width: 56px;
  height: auto;
}
.page-title .page-title-container h2 {
  font-size: 42px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 64px;
  padding-top: 16px;
}
.page-title .page-title-container p {
  color: #888;
  font-size: 16px;
  margin-bottom: 120px;
}

/*------------content--------------*/
.service-container {
  display: flex;
  border-bottom: #ccc solid 1px;
  padding: 80px 70px;
}
.service-container .s-left {
  margin-right: 60px;
}
.service-container .s-left .s-header {
  padding-bottom: 56px;
  display: flex;
  align-items: stretch;
  gap: 2rem;
  border-bottom: #ccc solid 1px;
}
.service-container .s-left .s-header .s-bar {
  width: 20px;
  background-color: #333;
}
.service-container .s-left .s-header .s-title-text .s-header-number {
  color: #aaa;
  font-size: 12px;
}
.service-container .s-left .s-header .s-title-text .s-header-title-en {
  font-size: 46px;
  line-height: 56px;
  letter-spacing: -0.01em;
}
.service-container .s-left .s-item {
  padding: 36px 0;
  border-bottom: #ccc solid 1px;
}
.service-container .s-left .s-item ul li {
  padding: 2px 0;
  position: relative;
  padding-left: 24px;
}
.service-container .s-left .s-item ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  width: 10px;
  height: 1px;
  background: #ccc;
}
.service-container .s-left .s-description {
  padding: 36px 0 42px 0;
}
.service-container .s-left .s-description .s-description-title {
  font-size: 10px;
  color: #aaa;
}
.service-container .s-left .s-footer {
  display: flex;
  align-items: stretch;
  background: #E4E4E4;
}
.service-container .s-left .s-footer .s-result {
  width: 120px;
  min-height: 120px;
  background: #82A2DB;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 14px;
}
.service-container .s-left .s-footer .s-result p {
  color: #eee;
}
.service-container .s-left .s-footer .s-result .result-number {
  font-size: 36px;
}
.service-container .s-left .s-footer .s-case {
  width: 120px;
  min-height: 120px;
  background: #82A2DB;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #333;
  margin: 14px 14px 14px 0;
}
.service-container .s-left .s-footer .s-case p {
  color: #eee;
}
.service-container .s-left .s-footer ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px;
}
.service-container .s-left .s-footer ul li {
  padding: 2px 0;
  position: relative;
  padding-left: 24px;
}
.service-container .s-left .s-footer ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  width: 10px;
  height: 1px;
  background: #ccc;
}
.service-container .s-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  min-width: 460px;
  background: #eaeaea;
}
.service-container .s-amuse img {
  width: 70%;
  max-width: 280px;
}
.service-container .s-ai img {
  width: 70%;
  max-width: 220px;
}
.service-container .s-game img {
  width: 70%;
  max-width: 300px;
}
.service-container .s-system img {
  width: 82%;
  max-width: 560px;
}

/*----------------------------responsive--------------------------*/
@media screen and (max-width: 960px) {
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .break {
    flex-basis: 100%;
  }
  .service-container {
    flex-direction: column-reverse;
    padding: 80px 30px;
  }
  .service-container .s-left {
    margin-right: 0;
  }
  .service-container .s-left .s-header {
    padding-bottom: 46px;
  }
  .service-container .s-left .s-header .s-bar {
    display: none;
  }
  .service-container .s-left .s-header .s-title-text .s-header-title-en {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -0.01em;
  }
  .service-container .s-left .s-footer {
    flex-wrap: wrap;
  }
  .service-container .s-left .s-footer .s-result {
    flex: 1;
  }
  .service-container .s-left .s-footer .s-case {
    flex: 1;
  }
  .service-container .s-left .s-footer ul {
    flex: 1;
    flex-basis: 100%;
  }
  .service-container .s-right {
    width: 100%;
    min-width: 220px;
    padding: 60px 0;
    margin-bottom: 40px;
  }
  .service-container .s-ai img {
    width: 70%;
    max-width: 200px;
  }
  .service-container .s-game img {
    width: 70%;
    max-width: 320px;
  }
}
@media screen and (max-width: 560px) {
  .service-container .s-ai img {
    width: 70%;
    max-width: 160px;
  }
  .service-container .s-amuse img {
    width: 70%;
    max-width: 220px;
  }
  .service-container .s-game img {
    width: 70%;
    max-width: 220px;
  }
  .service-container .s-system img {
    width: 90%;
    max-width: 320px;
  }
}/*# sourceMappingURL=service.css.map */