@import "./common.css";

.service-kv-wrap {
  width: 100%;
  height: 100vh;
  max-height: 550px;
  background: center / cover no-repeat url(../img/service/service_kv_img.jpg);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.service-kv-catch {
  color: #fff;
  font-weight: 700;
  font-size: 7.5rem;
  padding-bottom: 60px;
}
.service-kv-catch p {
  line-height: 1.17;
}

/* 一気通観して運用 */
.all-operation {
  background: linear-gradient(180deg, #212121 0%, #3c3c45 100%);
  padding-top: 80px;
}
.all-operation-title {
  color: #fff;
  font-weight: 700;
  font-size: 7.5rem;
  padding-bottom: 30px;
}
.all-operation-title .white-bg {
  color: #474747;
  background: #fff;
}
.all-operation-wrap {
  background: center / cover no-repeat url(../img/service/all_operation_bg.png);
  padding: 45px 0 110px;
}
.all-operation-circle-wrap {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.all-operation-circle {
  width: 31%;
  margin: 0 1%;
  position: relative;
}
.all-operation-circle-text {
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 32%;
  transform: translate(-50%, 50%);
}

/* 運用までの流れ */
.operation-flow {
  background: center center / cover no-repeat fixed url(../img/service/operation_flow_bg.png);
  padding: 60px 0 130px;
  position: relative;
}
.operation-flow .bottom-sticky-content {
  z-index: 10;
}
.operation-flow-title {
  font-weight: 700;
  font-size: 7.5rem;
  color: #474747;
  margin-bottom: 150px;
}
.operation-flow-title .large {
  font-size: 150%;
}
.operation-flow-wrap {
  position: relative;
  z-index: 1;
}
.operation-flow-img {
  width: 65%;
  margin-left: -2%;
}
.operation-flow-text {
  font-weight: 700;
  color: #474747;
  max-width: 40%;
  position: absolute;
  transform: translateY(-50%);
}
.operation-flow-text h3 {
  font-size: 3.5rem;
  margin-left: -10px;
}
.operation-flow-text p {
  font-size: 2.7rem;
}
.operation-flow-text01 {
  left: 24%;
  top: 8.5%;
}
.operation-flow-text02 {
  left: 58%;
  top: 30%;
}
.operation-flow-text03 {
  left: 24%;
  top: 50%;
}
.operation-flow-text04 {
  left: 58%;
  top: 71.5%;
}
.operation-flow-text05 {
  left: 24%;
  top: 91%;
}
.operation-flow-bg-img {
  width: 150px;
  position: absolute;
  top: 60px;
  right: 0;
}
.TikTok-live {
  background: #eaeaea;
  padding-bottom: 200px;
}
.TikTok-live-title {
  max-width: 1000px;
  margin: auto;
}
.TikTok-live-title > div:first-of-type {
  width: 75%;
}
.TikTok-live-title > div:last-of-type {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 6rem;
}
.TikTok-live-point-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 120px 0;
}
.TikTok-live-point {
  width: 32%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 3.75rem;
  border: 2px solid #474747;
  border-radius: 50%;
}

/* ノートPC */
@media screen and (max-width: 1279px) {
  .service-kv-catch,
  .all-operation-title,
  .operation-flow-title {
    font-size: 5rem;
  }
  .all-operation-circle-text {
    font-size: 1.3rem;
  }
  .operation-flow-text h3 {
    font-size: 2.3rem;
  }
  .operation-flow-text p {
    font-size: 1.8rem;
  }
  .TikTok-live-title > div:last-of-type {
    font-size: 5rem;
    margin-left: 8%;
  }
  .TikTok-live-point {
    font-size: 3.5rem;
  }
}

/* タブレット */
@media screen and (max-width: 959px) {
  .TikTok-live-title > div:last-of-type {
    font-size: 4rem;
  }
  .TikTok-live-point {
    font-size: 2.5rem;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .service-kv-catch {
    font-size: 3rem;
  }
  .all-operation-title {
    font-size: 2.4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .all-operation-circle {
    width: 48%;
  }
  .all-operation-circle-text {
    font-size: 1rem;
  }
  .operation-flow-title {
    font-size: 2.9rem;
    margin-bottom: 50px;
  }
  .operation-flow-title .large {
    font-size: 100%;
  }
  .operation-flow-text h3 {
    font-size: 1.45rem;
    margin-left: -5px;
  }
  .operation-flow-text p {
    font-size: 1.2rem;
  }
  .operation-flow-text {
    max-width: 70%;
    left: 27%;
    transform: translateY(-85%);
  }
  .operation-flow-text04 {
    top: 68.5%;
  }
  .operation-flow-text05 {
    top: 94%;
  }
  .TikTok-live-title > div:first-of-type {
    width: 80%;
    margin: auto;
  }
  .TikTok-live-title > div:last-of-type {
    font-size: 1.8rem;
    margin-left: 0;
  }
  .TikTok-live-point-wrap {
    padding: 35px 0;
  }
  .TikTok-live-point {
    font-size: 1rem;
  }
}
