body {
  background-color: #F5F5F5;
}

.m-scroll-bg {
  position: relative;
  z-index: 2;
  margin-top: 5rem;
  padding-bottom: 3rem;
}
.m-scroll-bg img {
  opacity: 0.8;
}

.p-bg {
  background-color: #00051a;
  padding-bottom: 0;
  position: relative;
  margin-top: -1px;
}
.p-bg::before {
  content: "";
  position: absolute;
  width: 57.34375vw;
  height: 23.0729166667vw;
  left: 0;
  bottom: 5.2083333333vw;
  background: url(../../../images/business/surveying/bg_outline.png);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 1;
}

.m-scroll-bg-slider-item {
  height: 5.625vw;
  margin-right: 2.6041666667vw;
}

@media screen and (max-width: 767px) {
  .m-scroll-bg-slider-item {
    height: 13.3333333333vw;
    margin-right: 8vw;
  }
  .m-scroll-bg {
    margin-top: 13.3333333333vw;
    padding-bottom: 8vw;
  }
  .p-bg::before {
    width: 83.2vw;
    height: 33.6vw;
    bottom: 13.3333333333vw;
  }
}
/* p-surveying-outline
---------------------------------------------------------------------------- */
.p-surveying-outline {
  position: relative;
}

.p-surveying-outline-content {
  position: relative;
  z-index: 2;
  width: 88rem;
  padding-top: 8rem;
}

.p-surveying-outline-title {
  font-size: 5.1rem;
  line-height: 1.4509803922;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  margin-top: 2rem;
}

.p-surveying-outline-body {
  margin-top: 5.5rem;
}

.p-surveying-outline-text {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
}
.p-surveying-outline-text + .p-surveying-outline-text {
  margin-top: 5rem;
}

.p-surveying-outline-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50rem;
  height: auto;
  z-index: 1;
}
.p-surveying-outline-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-surveying-outline-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 0;
  }
  .p-surveying-outline-title {
    font-size: 7.4666666667vw;
    line-height: 1.25;
    font-weight: 700;
    margin-top: 0;
  }
  .p-surveying-outline-body {
    margin-top: 14.6666666667vw;
  }
  .p-surveying-outline-text {
    font-size: 4vw;
    line-height: 1.6666666667;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
  .p-surveying-outline-text + .p-surveying-outline-text {
    margin-top: 5.3333333333vw;
  }
  .p-surveying-outline-img {
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
}
.p-mv-title-wrap {
  margin-bottom: 5rem;
}

.p-mv-title {
  color: #2F61E1;
  padding-left: 2.5rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .p-mv-title-wrap {
    margin-bottom: 8vw;
  }
  .p-mv-title {
    color: #2F61E1;
    padding-left: 7.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
/* p-surveying-job
---------------------------------------------------------------------------- */
.p-surveying-job {
  padding: 10rem 0;
  background: url(../../../images/business/surveying/bg_job.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: auto;
}

.p-surveying-job-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6.7rem 6rem;
  width: 110rem;
  margin: 0 auto;
}

.p-surveying-job-item {
  width: 52rem;
}

.p-surveying-job-card-img {
  overflow: hidden;
}
.p-surveying-job-card-img img {
  display: block;
  width: 100%;
  height: 32.2rem;
  object-fit: cover;
  object-position: center;
}

.p-surveying-job-card-body {
  margin-top: 2rem;
}

.p-surveying-job-card-head {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  min-height: 7.5rem;
  padding: 2.1rem 2.4rem;
  background-color: #fff;
  background-image: url(../../../images/common/icn_headline-top-left.svg), url(../../../images/common/icn_headline-top-right.svg), url(../../../images/common/icn_headline-bottom-left.svg), url(../../../images/common/icn_headline-bottom-right.svg);
  background-repeat: no-repeat;
  background-position: left top, right top, left bottom, right bottom;
  background-size: 1.3rem 1.3rem;
}

.p-surveying-job-card-num {
  flex-shrink: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: 2.6rem;
  line-height: 1.2692307692;
  font-weight: 700;
  position: relative;
  top: -0.2rem;
}

.p-surveying-job-card-title {
  font-size: 2.6rem;
  line-height: 1.2692307692;
  font-weight: 700;
}

.p-surveying-job-card-text {
  margin: 3rem 0 0;
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-surveying-job {
    padding: 8vw 0;
    background: url(../../../images/business/surveying/bg_job_sp.png) no-repeat center center;
    background-size: cover;
  }
  .p-surveying-job-list {
    flex-direction: column;
    gap: 10.6666666667vw;
    width: 100%;
  }
  .p-surveying-job-item {
    width: 100%;
  }
  .p-surveying-job-card-img img {
    height: 53.3333333333vw;
  }
  .p-surveying-job-card-body {
    margin-top: 4vw;
  }
  .p-surveying-job-card-head {
    min-height: 16vw;
    padding: 4vw 5.3333333333vw;
    gap: 2.1333333333vw;
    background-size: 2.6666666667vw 2.6666666667vw;
  }
  .p-surveying-job-card-num {
    font-size: 5.8666666667vw;
    line-height: 1.2727272727;
    font-weight: 700;
  }
  .p-surveying-job-card-title {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    font-weight: 700;
  }
  .p-surveying-job-card-text {
    margin-top: 5.3333333333vw;
    font-size: 4vw;
    line-height: 1.6666666667;
    font-weight: 500;
  }
}
/* p-surveying-compensation
---------------------------------------------------------------------------- */
.p-surveying-compensation {
  margin-top: 8.8rem;
}

.p-surveying-compensation-inner {
  position: relative;
  min-height: 32.6rem;
  background-image: url(../../../images/business/surveying/bg_compensation.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2rem;
  background-color: #fff;
  box-shadow: 0 0 5rem rgba(106, 106, 106, 0.16);
  overflow: hidden;
}

.p-surveying-compensation-bg {
  position: absolute;
  top: -4rem;
  right: 0;
  width: 63.1rem;
  margin: 0;
  pointer-events: none;
}
.p-surveying-compensation-bg img {
  display: block;
  width: 100%;
  height: auto;
}

.p-surveying-compensation-content {
  position: relative;
  z-index: 1;
  padding: 5rem 9.3rem;
}

.p-surveying-compensation-head {
  position: relative;
  width: 38rem;
  margin: 0 auto 3rem;
  padding-bottom: 1rem;
}

.p-surveying-compensation-title-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding-left: 1.5rem;
}

.p-surveying-compensation-title {
  font-size: 2.6rem;
  line-height: 1.4615384615;
  font-weight: 700;
}

.p-surveying-compensation-icon {
  flex-shrink: 0;
  width: 4.2rem;
  height: 4.2rem;
}
.p-surveying-compensation-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.p-surveying-compensation-head-line {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #001336;
}
.p-surveying-compensation-head-line::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1rem;
  transform: translateX(-50%);
  border-left: 0.9rem solid transparent;
  border-right: 0.9rem solid transparent;
  border-top: 1rem solid #001336;
}

.p-surveying-compensation-body {
  max-width: 100.5rem;
  margin: 0 auto;
}

.p-surveying-compensation-text {
  font-size: 1.8rem;
  line-height: 1.8333333333;
  font-weight: 500;
}

.p-surveying-compensation-mark {
  background: linear-gradient(-48deg, #0843DC 39%, #001336 100%);
  color: #fff;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

@media screen and (max-width: 767px) {
  .p-surveying-compensation {
    margin-top: 13.3333333333vw;
  }
  .p-surveying-compensation-inner {
    min-height: auto;
    box-shadow: 0 0 8vw rgba(106, 106, 106, 0.16);
    border-radius: 2.6666666667vw;
    background-image: url(../../../images/business/surveying/bg_compensation_sp.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .p-surveying-compensation-bg {
    top: -5.3333333333vw;
    width: 74.6666666667vw;
    opacity: 0.5;
  }
  .p-surveying-compensation-content {
    padding: 8vw 5.3333333333vw;
  }
  .p-surveying-compensation-head {
    width: 100%;
    margin-bottom: 6.6666666667vw;
    padding-bottom: 2.1333333333vw;
  }
  .p-surveying-compensation-title-wrap {
    padding-left: 0;
  }
  .p-surveying-compensation-title {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    font-weight: 700;
  }
  .p-surveying-compensation-icon {
    width: 9.6vw;
    height: 9.6vw;
  }
  .p-surveying-compensation-head-line::after {
    border-left-width: 1.8666666667vw;
    border-right-width: 1.8666666667vw;
    border-top-width: 2.1333333333vw;
    bottom: -2vw;
  }
  .p-surveying-compensation-body {
    max-width: 100%;
  }
  .p-surveying-compensation-text {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
    font-weight: 500;
  }
  .p-surveying-compensation-mark {
    padding: 0.2666666667vw 1.0666666667vw;
  }
}
/* p-surveying-technology
---------------------------------------------------------------------------- */
.p-surveying-technology {
  padding: 4rem 0 12rem;
  background: url(../../../images/business/surveying/bg_technology.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: auto;
}
.p-surveying-technology .p-mv-title {
  color: #fff;
}
.p-surveying-technology .m-mv-title::before {
  filter: brightness(0) invert(1);
}

.p-surveying-technology-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 6rem;
}

.p-surveying-technology-head-inner {
  flex-shrink: 0;
}

.p-surveying-technology-head-text {
  width: 60rem;
  font-size: 1.8rem;
  line-height: 1.8333333333;
  font-weight: 500;
  color: #fff;
  padding-top: 8rem;
}

.p-surveying-technology-content {
  width: 120rem;
  margin: 0 auto;
}

.p-surveying-technology-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.25%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-surveying-technology-item {
  width: 32.5%;
}

.p-surveying-technology-card {
  height: 100%;
  padding: 3rem;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  border-radius: 1rem;
}

.p-surveying-technology-card-img {
  margin: 0;
  overflow: hidden;
}
.p-surveying-technology-card-img img {
  display: block;
  width: 100%;
  height: 20.5rem;
  object-fit: cover;
  object-position: center;
}

.p-surveying-technology-card-body {
  margin-top: 2rem;
}

.p-surveying-technology-card-head {
  min-height: 7.5rem;
  padding: 2.2rem 2rem;
  background-color: #1F2C46;
  background-image: url(../../../images/common/icn_headline-top-left-w.svg), url(../../../images/common/icn_headline-top-right-w.svg), url(../../../images/common/icn_headline-bottom-left-w.svg), url(../../../images/common/icn_headline-bottom-right-w.svg);
  background-repeat: no-repeat;
  background-position: left top, right top, left bottom, right bottom;
  background-size: 1.3rem 1.3rem;
}

.p-surveying-technology-card-head.is-tall {
  min-height: 9.5rem;
  padding: 1.6rem 2rem;
}

.p-surveying-technology-card-title {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 700;
  color: #fff;
}

.p-surveying-technology-card-text {
  margin: 2.2rem 0 0;
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-surveying-technology {
    padding: 16vw 0;
    background: url(../../../images/business/surveying/bg_technology_sp.png) no-repeat center center;
    background-size: cover;
  }
  .p-surveying-technology-head {
    align-items: baseline;
    gap: 5.3333333333vw;
    margin-bottom: 8vw;
    flex-direction: column;
  }
  .p-surveying-technology-head-inner {
    flex-shrink: 0;
  }
  .p-surveying-technology-head-text {
    width: 100%;
    font-size: 4vw;
    line-height: 1.6666666667;
    font-weight: 500;
    color: #fff;
    padding-top: 0;
  }
  .p-surveying-technology-content {
    width: 100%;
  }
  .p-surveying-technology-list {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-surveying-technology-item {
    width: 100%;
  }
  .p-surveying-technology-card {
    padding: 5.3333333333vw;
  }
  .p-surveying-technology-card-img img {
    height: 48vw;
  }
  .p-surveying-technology-card-body {
    margin-top: 4vw;
  }
  .p-surveying-technology-card-head {
    min-height: 16vw;
    padding: 4vw 4.2666666667vw;
    background-size: 2.6666666667vw 2.6666666667vw;
  }
  .p-surveying-technology-card-head.is-tall {
    min-height: 20vw;
    padding: 3.2vw 4.2666666667vw;
  }
  .p-surveying-technology-card-title {
    font-size: 4.8vw;
    line-height: 1.5555555556;
    font-weight: 700;
  }
  .p-surveying-technology-card-text {
    margin-top: 4vw;
    font-size: 4vw;
    line-height: 1.6666666667;
    font-weight: 500;
  }
}
.p-surveying-flow {
  padding: 12rem 0 12rem;
}

.p-surveying-flow-list {
  display: flex;
  justify-content: center;
  gap: 8.3rem;
}

.p-surveying-flow-item {
  position: relative;
  width: 24.4rem;
  flex-shrink: 0;
}
.p-surveying-flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 9.1rem;
  right: -5.2rem;
  background: url(../../../images/common/icn_double-arrow.svg) no-repeat center center;
  background-size: cover;
  width: 2.058rem;
  height: 2.866rem;
}

.p-surveying-flow-circle {
  position: relative;
  width: 22rem;
  height: 22rem;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #001336;
}

.p-surveying-flow-num {
  position: absolute;
  top: 0.6rem;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.7rem;
  height: 5.7rem;
  margin: 0;
  border-radius: 50%;
  background-color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 2.9rem;
  line-height: 1.275862069;
  font-weight: 700;
  color: #001336;
  border: 0.2rem solid #001336;
}

.p-surveying-flow-icon {
  position: absolute;
  top: 5.5rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  width: 4.6rem;
  height: 4.6rem;
}
.p-surveying-flow-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-surveying-flow-title {
  position: absolute;
  left: 50%;
  bottom: 4.6rem;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0 2rem;
  font-size: 1.9rem;
  line-height: 1.4736842105;
  font-weight: 700;
  color: #fff;
  text-align: center;
  transform: translateX(-50%);
}

.p-surveying-flow-text {
  margin: 2.8rem 0 0;
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-surveying-flow {
    padding: 16vw 0;
  }
  .p-surveying-flow-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4vw;
  }
  .p-surveying-flow-list {
    flex-direction: column;
    align-items: center;
    gap: 21.3333333333vw;
  }
  .p-surveying-flow-item {
    width: 100%;
    max-width: 100%;
  }
  .p-surveying-flow-item:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -14.6666666667vw;
    left: 50%;
    width: 5.488vw;
    height: 7.6426666667vw;
    transform: rotate(90deg);
  }
  .p-surveying-flow-circle {
    width: 40vw;
    height: 40vw;
  }
  .p-surveying-flow-num {
    top: 0.2666666667vw;
    width: 11.2vw;
    height: 11.2vw;
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.025em;
    font-weight: 700;
  }
  .p-surveying-flow-icon {
    top: 8vw;
    width: 9.6vw;
    height: 9.6vw;
  }
  .p-surveying-flow-title {
    bottom: 6.6666666667vw;
    padding: 0;
    font-size: 4vw;
    line-height: 1.6666666667;
    font-weight: 700;
  }
  .p-surveying-flow-text {
    margin-top: 0;
    font-size: 4vw;
    line-height: 1.6666666667;
    font-weight: 500;
    width: 45.3333333333vw;
  }
}
.p-service-buttons {
  width: 72.2rem;
  margin: 10.8rem auto 0;
}

.p-service-btn {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 4rem;
  position: relative;
  z-index: 1;
}
@media (any-hover: hover) {
  .p-service-btn:hover .p-service-btn-wrap::after {
    background-position: left bottom;
  }
  .p-service-btn:hover .p-service-btn-box {
    scale: 1.25;
  }
  .p-service-btn:hover .p-service-btn-box .p-service-btn-arrow {
    scale: 0.8;
  }
  .p-service-btn:hover .p-service-btn-box .p-service-btn-arrow ._arrow-before {
    transform: translate(100%, -100%);
  }
  .p-service-btn:hover .p-service-btn-box .p-service-btn-arrow ._arrow-after {
    transform: translate(0, 0);
  }
}

.p-service-btn-img {
  width: 13.2rem;
  aspect-ratio: 132/176;
  border-radius: 0.6rem;
  overflow: hidden;
}
.p-service-btn-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-service-btn-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem 1rem;
  padding-bottom: 3rem;
  position: relative;
}

.p-service-btn-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #2F61E1 0, #2F61E1 50%, #CCCCCC 50%, #CCCCCC 100%);
  background-size: 200% 1px;
  background-position: right bottom;
  transition: background-position 0.3s ease 0s;
}

.p-service-btn-num {
  grid-column: span 2;
  font-family: "Rajdhani", sans-serif;
  font-size: 2.6rem;
  line-height: 1.2307692308;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: rgba(106, 106, 106, 0.5);
}

.p-service-btn-ttl {
  font-size: 3.6rem;
  line-height: 1.3888888889;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #2F61E1;
}

.p-service-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7rem;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #2F61E1;
  border: 1px solid currentColor;
  position: relative;
  transition: scale 0.3s ease 0s;
}

.p-service-btn-arrow {
  display: block;
  position: relative;
  width: 2.2rem;
  aspect-ratio: 1;
  overflow: hidden;
}

.p-service-btn-arrow span {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../../../images/common/icn_arrow_diagonal_wh.svg);
  background-color: currentColor;
  transition: transform 0.3s ease-in-out;
}

.p-service-btn-arrow ._arrow-before {
  transform: translate(0, 0);
}

.p-service-btn-arrow ._arrow-after {
  transform: translate(-100%, 100%);
}

@media screen and (max-width: 767px) {
  .p-service-buttons {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
  .p-service-btn {
    gap: 0 3.2vw;
  }
  .p-service-btn-img {
    width: 18.6666666667vw;
    border-radius: 1.6vw;
  }
  .p-service-btn-wrap {
    gap: 0.8vw 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
  .p-service-btn-num {
    font-size: 4.2666666667vw;
    line-height: 1;
  }
  .p-service-btn-ttl {
    font-size: 4.2666666667vw;
    line-height: 1.625;
  }
  .p-service-btn-box {
    width: 9.6vw;
  }
  .p-service-btn-arrow {
    width: 3.2vw;
  }
}
