/* 
---------------------------------------------------------------------------- */
.p-3dmapspocket .m-service-deco-ttl {
  margin-top: 0;
}

.p-point-cloud {
  padding-bottom: 12rem;
}

.p-3dmapspocket-txt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.p-3dmapspocket-txt span {
  font-weight: 700;
  padding: 0 0.2em;
}
.p-3dmapspocket-txt:first-child {
  margin-top: 5rem;
}

.p-3dmapspocket-ttl {
  font-size: 3.6rem;
  line-height: 1.8055555556;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Zenkaku Gothic New";
  padding-bottom: 1.5rem;
  margin-bottom: 4rem;
  position: relative;
}
.p-3dmapspocket-ttl::before, .p-3dmapspocket-ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}
.p-3dmapspocket-ttl::before {
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
}
.p-3dmapspocket-ttl::after {
  width: 10rem;
  height: 0.3rem;
  background-color: #00D3BF;
}

.p-3dmapspocket-ttl03 {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.4230769231;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-bottom: 1rem;
  margin: 7rem 0 4rem;
  border-bottom: 1px solid #fff;
}

.p-3dmapspocket-step-list {
  display: flex;
  gap: 2rem;
  width: 100rem;
  margin: 6rem auto 0;
  counter-reset: num;
}
.p-3dmapspocket-step-list li {
  flex: 1;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.p-3dmapspocket-step-list li:nth-child(1) .p-3dmapspocket-step-item-ttl::before {
  background-color: #00D5BD;
}
.p-3dmapspocket-step-list li:nth-child(2) .p-3dmapspocket-step-item-ttl::before {
  background-color: #00BDCC;
}
.p-3dmapspocket-step-list li:nth-child(3) .p-3dmapspocket-step-item-ttl::before {
  background-color: #00A6DA;
}

.p-3dmapspocket-step-item-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Zenkaku Gothic New";
  text-align: center;
  height: auto;
  aspect-ratio: 320/70;
  position: relative;
}
.p-3dmapspocket-step-item-ttl span {
  padding-left: 1rem;
  position: relative;
  z-index: 1;
}
.p-3dmapspocket-step-item-ttl span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 600;
  font-family: "Rajdhani";
  width: 4.4rem;
  height: 4.4rem;
  border: 0.2rem solid #fff;
  border-radius: 9999px;
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
}
.p-3dmapspocket-step-item-ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  aspect-ratio: 320/70;
  mask: url(../../../images/service/viewer/bg_step-ttl.svg) no-repeat center/contain;
}

.p-3dmapspocket-step-item-img {
  margin: 2rem 0 2.5rem;
}

.m-service-flexbox01 p {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-point-cloud {
    padding-bottom: 16vw;
  }
  .p-3dmapspocket-txt {
    font-size: 4.2666666667vw;
  }
  .p-3dmapspocket-txt:first-child {
    margin-top: 8vw;
  }
  .p-3dmapspocket-ttl {
    font-size: 5.3333333333vw;
    padding-bottom: 1.5rem;
    margin-bottom: 10.6666666667vw;
  }
  .p-3dmapspocket-ttl::before {
    height: 0.2666666667vw;
  }
  .p-3dmapspocket-ttl::after {
    width: 13.3333333333vw;
    height: 0.5333333333vw;
  }
  .p-3dmapspocket-ttl03 {
    font-size: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    margin: 10.6666666667vw 0 5.3333333333vw;
    border-bottom: 0.2666666667vw solid #fff;
  }
  .p-3dmapspocket-step-list {
    flex-direction: column;
    gap: 8vw;
    width: 100%;
    margin: 16vw auto 0;
  }
  .p-3dmapspocket-step-list li {
    display: flex;
    gap: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .p-3dmapspocket-step-item-ttl {
    align-items: start;
    font-size: 5.3333333333vw;
    text-align: center;
    width: 100%;
    height: auto;
    aspect-ratio: 50/199;
    padding-top: 14.6666666667vw;
  }
  .p-3dmapspocket-step-item-ttl span {
    width: 1em;
    padding-left: 0;
    padding-top: 1.3333333333vw;
  }
  .p-3dmapspocket-step-item-ttl span::before {
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    font-size: 4.8vw;
    width: 8vw;
    height: 8vw;
    border: 0.5333333333vw solid #fff;
  }
  .p-3dmapspocket-step-item-ttl::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    transform: translate(0);
    width: 100%;
    height: 100%;
    aspect-ratio: 50/199;
    mask: url(../../../images/service/viewer/bg_step-ttl_sp.svg) no-repeat center top/contain;
  }
  .p-3dmapspocket-step-item-img {
    width: 70.6666666667vw;
    margin: 0 0 1.3333333333vw;
  }
  .m-service-flexbox01 p {
    font-size: 4vw;
  }
}
.p-3dmapspocket-usecase {
  margin-top: 6.5rem;
  padding-bottom: 10.5rem;
}

.p-3dmapspocket-ttl02 {
  font-size: 3.2rem;
  line-height: 1.59375;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Zenkaku Gothic New";
  padding: 1.5rem 2.6rem;
  margin-bottom: 6rem;
  border-bottom: 1px solid #fff;
  position: relative;
}
.p-3dmapspocket-ttl02::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 5rem;
  background: linear-gradient(to bottom, #00D3BF 0%, #00A8D8 100%);
}

.p-3dmapspocket-usecase-wrap:not(:last-child) {
  margin-bottom: 12rem;
}

.p-3dmapspocket-usecase-body {
  display: flex;
  align-items: flex-start;
  gap: 7rem;
  margin-bottom: 14rem;
}

.p-3dmapspocket-usecase-img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 48rem;
}

.p-3dmapspocket-usecase-num {
  display: inline-block;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 600;
  font-family: "Rajdhani";
  padding: 0.5rem 2.5rem 0.5rem 1.6rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(to right, #00D3BF 0%, #00A8D8 100%);
  clip-path: polygon(0 0, calc(100% - 1.4rem) 0, 100% 50%, calc(100% - 1.4rem) 100%, 0 100%);
}
.p-3dmapspocket-usecase-num span {
  font-size: 3.7rem;
  margin-left: 0.3rem;
}

.p-3dmapspocket-usecase-lead {
  font-size: 3.2rem;
  line-height: 1.59375;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Zenkaku Gothic New";
  margin-bottom: 2.5rem;
}

.p-3dmapspocket-usecase-list li {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-left: 3.8rem;
  position: relative;
}
.p-3dmapspocket-usecase-list li span {
  padding: 0 0.5rem;
}
.p-3dmapspocket-usecase-list li:not(:last-child) {
  margin-bottom: 2rem;
}
.p-3dmapspocket-usecase-list li::before {
  position: absolute;
  content: "";
  top: 0.6rem;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../../../images/common/icn_check_wh.svg) no-repeat center/contain;
}
.p-3dmapspocket-usecase-list._gr li::before {
  background: url(../../../images/common/icn_check_gr-lb.svg) no-repeat center/contain;
}

.p-3dmapspocket-effect-wrap {
  padding: 1rem;
  border-radius: 2rem;
  background: linear-gradient(135deg, #00D3BF 0%, #00A8D8 100%);
  position: relative;
}
.p-3dmapspocket-effect-wrap._row {
  width: calc(100% + 5rem);
}
.p-3dmapspocket-effect-wrap::before {
  position: absolute;
  content: "";
  top: -4rem;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 8rem;
  height: auto;
  aspect-ratio: 80/67;
  background: url(../../../images/common/icn_arw02_lb.svg) no-repeat center/contain;
}
.p-3dmapspocket-effect-wrap iframe {
  width: 48rem;
  min-width: 48rem;
  height: auto;
  aspect-ratio: 480/270;
  border-radius: 2rem;
}

.p-3dmapspocket-effect {
  border-radius: 2rem;
  background-color: #3E4547;
  padding: 5.5rem 9rem 7rem;
}
.p-3dmapspocket-effect._row {
  display: flex;
  align-items: center;
  gap: 5rem;
  padding: 4.5rem 4rem 3.5rem !important;
}
.p-3dmapspocket-effect._row img {
  width: 48rem;
  min-width: 48rem;
}

.p-3dmapspocket-effect-head {
  color: #00D2BE;
  font-size: 3.2rem;
  line-height: 1.59375;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Zenkaku Gothic New";
  width: fit-content;
  padding-right: 4rem;
  margin-bottom: 4rem;
  position: relative;
}
.p-3dmapspocket-effect-head::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2.4rem;
  height: auto;
  aspect-ratio: 206/212;
  background: url(../../../images/service/3dmapspocket/img_arw-double.svg) no-repeat center/contain;
}

.p-3dmapspocket-effect-item {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}

.p-3dmapspocket-effect-item + .p-3dmapspocket-effect-item {
  margin-top: 5rem;
}

.p-3dmapspocket-effect-icon {
  width: 13rem;
  min-width: 13rem;
}

.p-3dmapspocket-effect-item-ttl {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Zenkaku Gothic New";
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #fff;
}

.p-3dmapspocket-effect-list-sub li {
  padding-left: 2rem;
  position: relative;
}
.p-3dmapspocket-effect-list-sub li::before {
  position: absolute;
  content: "";
  top: 0.5rem;
  left: -0.6rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../../../images/common/icn_blur-circle_lb.png) no-repeat center/contain;
}
.p-3dmapspocket-effect-list-sub li span {
  font-weight: 700;
  padding: 0.3rem 0.6rem;
}

.p-3dmapspocket-effect-btn-wrap .m-btn01 {
  font-size: 1.8rem;
  width: 28.7rem;
  margin: auto;
  margin-top: 4.5rem;
}

@media screen and (max-width: 767px) {
  .p-3dmapspocket-usecase {
    margin-top: 8vw;
    padding-bottom: 13.3333333333vw;
  }
  .p-3dmapspocket-ttl02 {
    font-size: 5.3333333333vw;
    padding: 2.6666666667vw 5.3333333333vw;
    margin-bottom: 8vw;
    border-bottom: 0.2666666667vw solid #fff;
  }
  .p-3dmapspocket-ttl02::before {
    width: 1.3333333333vw;
    height: 8vw;
  }
  .p-3dmapspocket-usecase-wrap:not(:last-child) {
    margin-bottom: 16vw;
  }
  .p-3dmapspocket-usecase-body {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-bottom: 21.3333333333vw;
  }
  .p-3dmapspocket-usecase-img {
    max-width: 100%;
  }
  .p-3dmapspocket-usecase-num {
    font-size: 5.3333333333vw;
    padding: 1.3333333333vw 6.6666666667vw 1.3333333333vw 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-3dmapspocket-usecase-num span {
    font-size: 7.4666666667vw;
    margin-left: 0.8vw;
  }
  .p-3dmapspocket-usecase-lead {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-3dmapspocket-usecase-list li {
    font-size: 4vw;
    padding-left: 8vw;
  }
  .p-3dmapspocket-usecase-list li span {
    padding: 0 1.3333333333vw;
  }
  .p-3dmapspocket-usecase-list li:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
  .p-3dmapspocket-usecase-list li::before {
    top: 0.8vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .p-3dmapspocket-effect-wrap {
    padding: 1.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .p-3dmapspocket-effect-wrap._row {
    width: 100%;
  }
  .p-3dmapspocket-effect-wrap::before {
    top: -5.3333333333vw;
    width: 13.3333333333vw;
  }
  .p-3dmapspocket-effect-wrap iframe {
    width: 100%;
    min-width: 100%;
    border-radius: 2.6666666667vw;
  }
  .p-3dmapspocket-effect {
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw 5.3333333333vw 8vw;
  }
  .p-3dmapspocket-effect._row {
    flex-direction: column;
    gap: 5.3333333333vw;
    padding: 8vw 5.3333333333vw !important;
  }
  .p-3dmapspocket-effect._row img {
    width: 100%;
    min-width: 100%;
  }
  .p-3dmapspocket-effect-head {
    font-size: 5.8666666667vw;
    padding-right: 8vw;
    margin-bottom: 8vw;
  }
  .p-3dmapspocket-effect-head::before {
    width: 5.3333333333vw;
  }
  .p-3dmapspocket-effect-item {
    flex-direction: column;
    align-items: center;
    gap: 5.3333333333vw;
  }
  .p-3dmapspocket-effect-item + .p-3dmapspocket-effect-item {
    margin-top: 8vw;
  }
  .p-3dmapspocket-effect-icon {
    width: 21.3333333333vw;
    min-width: 21.3333333333vw;
  }
  .p-3dmapspocket-effect-item-ttl {
    font-size: 4.8vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
    border-bottom: 0.2666666667vw solid #fff;
  }
  .p-3dmapspocket-effect-list-sub li {
    padding-left: 5.3333333333vw;
  }
  .p-3dmapspocket-effect-list-sub li::before {
    top: 0;
    left: -1.6vw;
    width: 6.4vw;
    height: 6.4vw;
  }
  .p-3dmapspocket-effect-list-sub li span {
    padding: 0.2666666667vw 1.0666666667vw;
  }
  .p-3dmapspocket-effect-btn-wrap .m-btn01 {
    font-size: 4.2666666667vw;
    width: 100%;
    margin: auto;
    margin-top: 8vw;
  }
}
.p-3dmapspocket-coverage .m-ttl03 {
  text-align: center;
  margin: 6rem 0 4rem;
}

.p-3dmapspocket-coverage-flexbox {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}

@media screen and (max-width: 767px) {
  .p-3dmapspocket-coverage .m-ttl03 {
    text-align: center;
    margin: 8vw 0 5.3333333333vw;
  }
  .p-3dmapspocket-coverage-flexbox {
    flex-direction: column;
    gap: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .p-3dmapspocket-coverage-flexbox img {
    width: 100%;
  }
}
.p-3dmapspocket-news-wrap .m-ttl03 {
  margin-top: 5rem;
}
.p-3dmapspocket-news-wrap .m-bg-box {
  padding: 4rem 5rem;
}
.p-3dmapspocket-news-wrap .m-news-item {
  padding-bottom: 2rem;
  border-bottom: 1px solid #6B7477;
}

@media screen and (max-width: 767px) {
  .p-3dmapspocket-news-wrap .m-ttl03 {
    margin-top: 13.3333333333vw;
  }
  .p-3dmapspocket-news-wrap .m-bg-box {
    padding: 8vw 5.3333333333vw;
  }
  .p-3dmapspocket-news-wrap .m-news-item {
    padding-bottom: 4.8vw;
    border-bottom: 0.2666666667vw solid #6B7477;
  }
}
.p-3dtiles {
  padding: 6rem 0 10rem;
}
.p-3dtiles .p-3dmapspocket-usecase {
  padding-bottom: 0;
}
.p-3dtiles .p-3dmapspocket-effect {
  padding: 4.5rem 9rem 7rem;
}
.p-3dtiles .p-3dmapspocket-effect-head {
  margin-bottom: 2rem;
}

.p-3dtiles-txt span {
  font-weight: 700;
  padding: 0 0.2em;
}

.p-3dmapspocket-effect-txt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-left: 3.8rem;
  position: relative;
}
.p-3dmapspocket-effect-txt span {
  padding: 0 0.5rem;
}
.p-3dmapspocket-effect-txt::before {
  position: absolute;
  content: "";
  top: 0.6rem;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../../../images/common/icn_check_gr-lb.svg) no-repeat center/contain;
}

.p-3dmapspocket-effect-img-wrap {
  display: flex;
  gap: 1.6rem;
  margin-top: 3.5rem;
}

.p-3dmapspocket-effect-img {
  width: 48rem;
  margin: 5rem auto 0;
}

@media screen and (max-width: 767px) {
  .p-3dtiles {
    padding: 13.3333333333vw 0;
  }
  .p-3dtiles .p-3dmapspocket-effect {
    padding: 5.3333333333vw 5.3333333333vw 8vw;
  }
  .p-3dtiles .p-3dmapspocket-effect-head {
    margin-bottom: 2rem;
  }
  .p-3dmapspocket-effect-txt {
    font-size: 4.2666666667vw;
    padding-left: 8vw;
  }
  .p-3dmapspocket-effect-txt span {
    padding: 0 1.3333333333vw;
  }
  .p-3dmapspocket-effect-txt::before {
    top: 1.0666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .p-3dmapspocket-effect-img-wrap {
    flex-direction: column;
    gap: 2.6666666667vw;
    margin: 0;
  }
  .p-3dmapspocket-effect-img {
    width: 100%;
    margin: 0;
  }
}
.p-download {
  padding: 10rem 0 12rem;
}

@media screen and (max-width: 767px) {
  .p-download {
    padding: 13.3333333333vw 0 16vw;
  }
}
.p-3dmapspocket-trial-cta {
  font-size: 1.7rem;
  line-height: 1.8235294118;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
  padding: 8rem 0;
}
.p-3dmapspocket-trial-cta span {
  padding: 0 1rem;
}

.p-3dmapspocket-trial-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: 67rem;
  height: 10rem;
  margin: 6rem auto 1.5rem;
  border-radius: 1rem;
  position: relative;
}
.p-3dmapspocket-trial-cta-btn::before, .p-3dmapspocket-trial-cta-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.p-3dmapspocket-trial-cta-btn::before {
  position: absolute;
  content: "";
  right: 2.5rem;
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  border-radius: 9999px;
}
.p-3dmapspocket-trial-cta-btn::after {
  right: 3.8rem;
  width: 2.2rem;
  height: auto;
  aspect-ratio: 1833/1333;
  background: url(../../../images/common/icn_arw01_bl.png) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .p-3dmapspocket-trial-cta {
    font-size: 3.7333333333vw;
    padding: 13.3333333333vw 0;
  }
  .p-3dmapspocket-trial-cta .m-ttl03 {
    white-space: nowrap;
  }
  .p-3dmapspocket-trial-cta span {
    padding: 0 1.3333333333vw;
  }
  .p-3dmapspocket-trial-cta-btn {
    font-size: 5.8666666667vw;
    width: 100%;
    height: 21.3333333333vw;
    padding-right: 10.6666666667vw;
    margin: 8vw auto 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .p-3dmapspocket-trial-cta-btn::before {
    right: 4vw;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
  .p-3dmapspocket-trial-cta-btn::after {
    right: 6.4vw;
    width: 4.8vw;
  }
}
