@charset "UTF-8";
/* p-sec-data01
---------------------------------------------------------------------------- */
.p-sec-data01 {
  padding-bottom: 13rem;
  background-color: #fafafa;
}

.p-sec-data01-wrap {
  margin-top: 8rem;
  display: grid;
  grid-template: "ttl ttl ttl" auto ". . ." 7.07rem "img . ." 5.8rem "img . txt" auto "img . ." 6.8rem/auto 5rem auto;
}

.p-sec-data01-ttl {
  grid-area: ttl;
  display: inline-block;
  font-size: 4.2rem;
  line-height: 1.5714285714;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  width: max-content;
  background: linear-gradient(135deg, #3dabff 0%, #2935e6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-inline: auto;
  position: relative;
  padding-top: 5.9rem;
}

.p-sec-data01-ttl::before {
  content: "DATA CONSULTING";
  font-size: 10.3rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: "Lato";
  font-style: italic;
  width: 120rem;
  background: linear-gradient(135deg, rgba(61, 171, 255, 0.0784313725) 0%, rgba(41, 53, 230, 0.0784313725) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
}

.p-sec-data01-txt {
  grid-area: txt;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.p-sec-data01-txt span {
  font-weight: 700;
  color: #2835E6;
}

.p-sec-data01-img {
  grid-area: img;
  width: 50rem;
  aspect-ratio: 500/333;
}
.p-sec-data01-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-sec-data01 {
    padding-bottom: 13.3866666667vw;
  }
  .p-sec-data01-wrap {
    margin-top: 11.4666666667vw;
    display: grid;
    grid-template: "ttl" auto "." 8vw "img" auto "." 5.3333333333vw "txt" auto/1fr;
  }
  .p-sec-data01-ttl {
    font-size: 8vw;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: left;
    padding-top: 6.6666666667vw;
    width: 100%;
  }
  .p-sec-data01-ttl::before {
    content: "DATA\a CONSULTING";
    white-space: pre-wrap;
    font-size: 13.8666666667vw;
    letter-spacing: 0;
    text-align: center;
    width: 93.3333333333vw;
  }
  .p-sec-data01-txt {
    font-size: 4.2666666667vw;
    width: 100%;
  }
  .p-sec-data01-img {
    width: 89.3333333333vw;
    aspect-ratio: 335/223;
  }
}
/* p-sec-data02
---------------------------------------------------------------------------- */
.p-sec-data02 {
  padding-block: 10rem 13rem;
  background-color: #EBF4FA;
}

.p-sec-data02-wrap > :nth-child(1) {
  margin-bottom: 9.6rem;
}
.p-sec-data02-wrap > :nth-child(2) {
  margin-bottom: 5rem;
}
.p-sec-data02-wrap > :nth-child(3) {
  margin-bottom: 3rem;
}

.p-sec-data02-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 2.8rem;
}

.p-sec-data02-item {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  padding-block: 5.6rem 3.9rem;
  place-content: center;
  filter: drop-shadow(0 0 1rem rgba(15, 93, 145, 0.1098039216));
  position: relative;
}
.p-sec-data02-item span {
  color: #787878;
}
.p-sec-data02-item::before {
  content: "？";
  display: grid;
  place-items: center;
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #fff;
  width: 7.2rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-image: linear-gradient(180deg, #3dabff 0%, #2835e6 100%);
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
.p-sec-data02-item::after {
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 4rem;
  height: 2rem;
  background-color: #fff;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 95%);
}

.p-sec-data02-arrow {
  width: 10.6rem;
  height: 5.9rem;
  margin-inline: auto;
}
.p-sec-data02-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-sec-data02-txt-wrap {
  position: relative;
}

.p-sec-data02-txt {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-block: 1.95rem;
  position: relative;
  z-index: 1;
}

.p-sec-data02-txt-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.p-sec-data02-txt-bg > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-sec-data02 {
    padding-block: 13.3333333333vw;
  }
  .p-sec-data02-wrap > :nth-child(1) {
    margin-bottom: 13.8666666667vw;
  }
  .p-sec-data02-wrap > :nth-child(2) {
    margin-bottom: 8.5333333333vw;
  }
  .p-sec-data02-wrap > :nth-child(3) {
    margin-bottom: 5.3333333333vw;
  }
  .p-sec-data02-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13.0666666667vw 4vw;
  }
  .p-sec-data02-item {
    font-size: 4vw;
    line-height: 1.6;
    padding-block: 11.2vw 9.3333333333vw;
    filter: drop-shadow(0 0 2.6666666667vw rgba(15, 93, 145, 0.1098039216));
  }
  .p-sec-data02-item::before {
    font-size: 7.2vw;
    line-height: 1;
    width: 12vw;
    aspect-ratio: 1;
  }
  .p-sec-data02-item::after {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 6.4vw;
    height: calc(6.4vw / 2 * 1);
    background-color: #fff;
  }
  .p-sec-data02-arrow {
    width: 14.9333333333vw;
    height: 8vw;
  }
  .p-sec-data02-txt {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    padding-block: 5.3333333333vw;
  }
}
/* p-sec-data03
---------------------------------------------------------------------------- */
.p-sec-data03 {
  padding-block: 13rem;
  background-color: #fafafa;
}

.p-sec-data03-wrap > :nth-child(1) {
  margin-bottom: 6rem;
}
.p-sec-data03-wrap > :nth-child(2) {
  margin-bottom: 8rem;
}
.p-sec-data03-wrap > :nth-child(3) {
  margin-bottom: 13rem;
}

.p-sec-data03-img {
  display: block;
  width: 100rem;
  aspect-ratio: 1000/502;
  margin-inline: auto;
}
.p-sec-data03-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-sec-data03-list01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.p-sec-data03-list01-item {
  display: flex;
  flex-direction: column;
  gap: 1.4rem 0;
  height: 22.4rem;
  padding: 4rem 5rem 0;
  background-color: #EBF4FA;
}

.p-sec-data03-list01-item-ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 0 1rem;
  font-size: 2.2rem;
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #3060EF;
}
.p-sec-data03-list01-item-ttl span {
  display: grid;
  place-items: center;
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Lato";
  font-style: italic;
  color: #fff;
  width: 4.8rem;
  aspect-ratio: 1;
  background-color: #3060EF;
  clip-path: polygon(20.8333333333% 0, 100% 0, 100% 79.1666666667%, 79.1666666667% 100%, 0 100%, 0 20.8333333333%);
}

.p-sec-data03-list01-item-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.p-sec-data03-list02-wrap > :nth-child(1) {
  margin-bottom: 3rem;
}

.p-sec-data03-list02-ttl {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #2835E6;
  text-align: center;
}

.p-sec-data03-list02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2rem;
}

.p-sec-data03-list02-item {
  height: 45.6rem;
  padding: 5rem 5rem 0;
  background-color: #EBF4FA;
}
.p-sec-data03-list02-item > :nth-child(1) {
  margin-bottom: 3rem;
}
.p-sec-data03-list02-item > :nth-child(2) {
  margin-bottom: 1.4rem;
}

.p-sec-data03-list02-item-img {
  width: 13rem;
  aspect-ratio: 1;
  margin-inline: auto;
}
.p-sec-data03-list02-item-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-sec-data03-list02-item-ttl {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #3060EF;
  text-align: center;
}

.p-sec-data03-list02-item-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-sec-data03 {
    padding-block: 13.3333333333vw;
  }
  .p-sec-data03-wrap > :nth-child(1) {
    margin-bottom: 8vw;
  }
  .p-sec-data03-wrap > :nth-child(2) {
    margin-bottom: 15.7333333333vw;
  }
  .p-sec-data03-wrap > :nth-child(3) {
    margin-bottom: 13.3333333333vw;
  }
  .p-sec-data03-img {
    width: 100%;
    aspect-ratio: 335/494;
  }
  .p-sec-data03-list01 {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
  }
  .p-sec-data03-list01-item {
    gap: 4vw 0;
    height: auto;
    padding: 8vw 8vw 10.6666666667vw;
  }
  .p-sec-data03-list01-item-ttl {
    align-items: flex-start;
    gap: 0 2.6666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
  .p-sec-data03-list01-item-ttl span {
    font-size: 5.8666666667vw;
    line-height: 1;
    width: 10.6666666667vw;
    aspect-ratio: 1;
    clip-path: polygon(21.25% 0, 100% 0, 100% 78.75%, 78.75% 100%, 0 100%, 0 21.25%);
  }
  .p-sec-data03-list01-item-txt {
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .p-sec-data03-list02-wrap > :nth-child(1) {
    margin-bottom: 8vw;
  }
  .p-sec-data03-list02-ttl {
    font-size: 6.4vw;
    line-height: 1.6;
  }
  .p-sec-data03-list02 {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw 0;
  }
  .p-sec-data03-list02-item {
    height: auto;
    padding: 10.6666666667vw 8vw;
  }
  .p-sec-data03-list02-item > :nth-child(1) {
    margin-bottom: 5.1733333333vw;
  }
  .p-sec-data03-list02-item > :nth-child(2) {
    margin-bottom: 3.8933333333vw;
  }
  .p-sec-data03-list02-item-img {
    width: 26.6666666667vw;
    aspect-ratio: 1;
  }
  .p-sec-data03-list02-item-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
  .p-sec-data03-list02-item-txt {
    font-size: 4.2666666667vw;
  }
}
/* p-sec-data04
---------------------------------------------------------------------------- */
.p-sec-data04 {
  padding-block: 10.8rem 13rem;
  background-color: #fff;
}

.p-sec-data04-layout > :nth-child(1) {
  margin-bottom: 4rem;
}
.p-sec-data04-layout > :nth-child(2) {
  margin-bottom: 4rem;
}

.p-sec-data04-lead-wrap > :nth-child(1) {
  margin-bottom: 6.1rem;
}

.p-sec-data04-lead-speechBubble {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  color: #2835E6;
  margin-inline: auto;
  width: 54rem;
  padding-block: 0.6rem;
  border-radius: 0.2rem;
  position: relative;
  z-index: 1;
}
.p-sec-data04-lead-speechBubble::after {
  content: "";
  width: 54rem;
  height: 6.16rem;
  background-image: url(./../../../images/service/bg_treatment02_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.p-sec-data04-lead-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
}
.p-sec-data04-lead-txt span {
  font-weight: 700;
  color: #2835E6;
}

.p-sec-data04-arrow {
  width: 10.6rem;
  height: 5.9rem;
  margin-inline: auto;
}
.p-sec-data04-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-sec-data04-txt-wrap {
  position: relative;
}

.p-sec-data04-txt {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-block: 2.2rem;
  position: relative;
  z-index: 1;
}

.p-sec-data04-txt-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.p-sec-data04-txt-bg > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-sec-data04 {
    padding-block: 13.3333333333vw 16vw;
  }
  .p-sec-data04-layout > :nth-child(1) {
    margin-bottom: 5.3333333333vw;
  }
  .p-sec-data04-layout > :nth-child(2) {
    margin-bottom: 5.3333333333vw;
  }
  .p-sec-data04-lead-wrap > :nth-child(1) {
    margin-bottom: 8.2666666667vw;
  }
  .p-sec-data04-lead-speechBubble {
    font-size: 4.8vw;
    line-height: 1.3333333333;
    width: 100%;
    padding-block: 2.1333333333vw 2vw;
    border-radius: 0.5333333333vw;
  }
  .p-sec-data04-lead-speechBubble::after {
    width: 89.3333333333vw;
    height: 21.8693333333vw;
    background-image: url(./../../../images/service/bg_treatment02_sp.png);
  }
  .p-sec-data04-lead-txt {
    font-size: 4.2666666667vw;
    text-align: left;
  }
  .p-sec-data04-arrow {
    width: 14.9333333333vw;
    height: 8vw;
  }
  .p-sec-data04-txt {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    padding-block: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
  }
}
