@charset "UTF-8";
.l-pagebody__bg {
  background: linear-gradient(to bottom, #ffffff 10%, #f4f4f5 10%);
}

.pageArticle {
  margin-top: 12rem;
  overflow: hidden;
}

#dx-lp__mv {
  position: relative;
  display: flex;
  width: auto;
  height: 80vh;
  overflow: hidden;
  background: #f4f4f5;
}

@media screen and (max-width: 767px) {
  #dx-lp__mv {
    height: 70vh;
  }
}
.mv__img {
  display: flex;
  width: fit-content;
  animation: scrollLeft 120s linear infinite;
}

.mv__img img {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
  /* 適宜調整 */
  flex-shrink: 0;
}

/* 横スクロールアニメーション */
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.dx-lp__scrolldown {
  position: absolute;
  bottom: 5rem;
  left: 1rem;
  z-index: 5;
}
.dx-lp__scrolldown > span {
  position: relative;
  color: #0361b9;
  font-size: 2rem;
  writing-mode: vertical-rl;
  -webkit-text-stroke: 0.7rem #fff;
  text-stroke: 0.7rem #fff;
  paint-order: stroke;
}
.dx-lp__scrolldown > span::after {
  position: absolute;
  bottom: -6.5rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 5rem;
  background: #0361b9;
}

.visionArea {
  position: relative;
  z-index: 1;
  display: block;
  width: 80%;
  padding: 3rem;
  margin: -15rem auto 0 auto;
  background: #fff;
  text-align: center;
}

.vision__title {
  font-size: 5.3rem;
  line-height: 1.2264150943;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #0361b9;
}

.vision__title__lead {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-top: 4rem;
}

.vision__img {
  margin-top: 10rem;
}
.vision__img img {
  width: 110rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pageArticle {
    margin-top: 16vw;
  }
  .dx-lp__scrolldown {
    bottom: 13.3333333333vw;
    left: 1.3333333333vw;
    z-index: 10;
  }
  .dx-lp__scrolldown > span {
    font-size: 4vw;
    writing-mode: vertical-rl;
    -webkit-text-stroke: 1.8666666667vw #fff;
    text-stroke: 1.8666666667vw #fff;
    paint-order: stroke;
  }
  .dx-lp__scrolldown > span::after {
    bottom: -12vw;
    height: 9.3333333333vw;
  }
  .visionArea {
    width: 90%;
    padding: 8vw 4vw;
    margin: -26.6666666667vw auto 0 auto;
  }
  .vision__title {
    font-size: 9.3333333333vw;
    line-height: 1.2857142857;
    letter-spacing: 0.06em;
    font-weight: 900;
  }
  .vision__title__lead {
    font-size: 4.5333333333vw;
    line-height: 1.4705882353;
    letter-spacing: 0.04em;
    font-weight: 700;
    margin-top: 5.3333333333vw;
  }
  .vision__img {
    margin-top: 8vw;
  }
  .vision__img img {
    width: 100%;
    height: auto;
  }
}
.navArea {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 3rem 0 1rem 0;
  margin-top: 5rem;
  background: #fff;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}

.nav__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1420px;
  padding: 0 1rem;
  margin: 0;
}
.nav__list li {
  width: 20%;
  margin-bottom: 3rem;
  text-align: center;
  transition: all 0.3s ease;
}
.nav__list a {
  position: relative;
  display: inline-block;
  color: #0361b9;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.024em;
  font-weight: 700;
}
.nav__list a:hover::after {
  top: 120%;
}
.nav__list a::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #0361b9;
  border-bottom: 2px solid #0361b9;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .navArea {
    box-shadow: 0 0 0.5333333333vw;
  }
  .nav__list li {
    width: 50%;
  }
  .nav__list a {
    font-size: 4vw;
    line-height: 1.3333333333;
    letter-spacing: 0.024em;
    font-weight: 700;
  }
}
.dx-lp__01 {
  padding: 8rem 4rem;
  color: #fff;
  background: linear-gradient(135deg, #3f9fd1, #005eb8);
  border-radius: 10rem;
  margin-top: 8rem;
  position: relative;
}

.dx-lp__secTitle {
  font-size: 6rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 7rem;
}

.dx-lp__subTitle {
  font-size: 3.5rem;
  line-height: 1.2857142857;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 7rem;
}

.dx-lp__sec__contentsBlock {
  position: relative;
  padding: 8rem 0;
}

.dx-lp__sec__contentsBlock__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  display: block;
  width: 70%;
  max-width: 1344px;
  height: 100%;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 100px;
}

.dx-lp__01__list {
  position: relative;
  z-index: 1;
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1640px;
  padding: 0;
  margin: 0 auto;
}
.dx-lp__01__list li {
  position: relative;
  width: 32%;
  background: #fff;
  padding: 7rem 2%;
  border-radius: 50px;
  color: #0361b9;
  text-align: center;
  overflow: hidden;
}

.nendo {
  display: block;
  margin-bottom: 2rem;
  color: #333;
  font-size: 2.2rem;
  line-height: 1.1363636364;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.num img {
  width: auto;
  height: 100%;
}

.dx-lp__01__list > li .num {
  height: clamp(5rem, 4.1666666667vw, 8rem);
  display: block;
}

.dx-lp__01__list > li:last-of-type .num {
  height: clamp(4.6rem, 3.6458333333vw, 7rem);
  display: block;
}

.dx-lp__note {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.024em;
  font-weight: 400;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .dx-lp__01 {
    margin-top: 8vw;
    padding: 13.3333333333vw 5.3333333333vw;
    color: #fff;
    background: linear-gradient(135deg, #3f9fd1, #005eb8);
    border-radius: 13.3333333333vw;
    position: relative;
  }
  .dx-lp__secTitle {
    font-size: 8vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 700;
    margin-bottom: 8vw;
  }
  .dx-lp__subTitle {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 8vw;
  }
  .dx-lp__sec__contentsBlock {
    padding: 8vw 0;
  }
  .dx-lp__sec__contentsBlock__bg {
    width: 90%;
    max-width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 13.3333333333vw;
  }
  .dx-lp__01__list {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .dx-lp__01__list li {
    width: 100%;
    padding: 5.3333333333vw 2%;
    border-radius: 13.3333333333vw;
  }
  .nendo {
    margin-bottom: 2.6666666667vw;
    font-size: 4vw;
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
  .dx-lp__note {
    font-size: 3.2vw;
    line-height: 1.6666666667;
    letter-spacing: 0.024em;
    font-weight: 400;
    margin-top: 5.3333333333vw;
  }
}
.dx-lp__01__arrow {
  width: 100%;
  padding: 6rem 0;
  text-align: center;
}
.dx-lp__01__arrow img {
  display: inline-block;
  width: 9rem;
  height: auto;
}

.cate {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 4em;
  color: #fff;
  background: #0260b9;
  border-radius: 0 0 50px 0;
  font-size: clamp(1.8rem, 1.6666666667vw, 3.2rem);
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.cate-title {
  margin-top: 3rem;
  font-size: 2.7rem;
  line-height: 1.2962962963;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.cate-img {
  height: 100%;
}
.cate-img img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 266px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .cate-title {
    margin-top: 2.6666666667vw;
    font-size: 4.5333333333vw;
    line-height: 1.4705882353;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
  .cate-img {
    height: 100%;
  }
  .cate-img img {
    display: block;
    width: auto;
    height: 100%;
    max-height: 266px;
    margin: 0 auto;
  }
}
.dx-lp__01__03 {
  display: flex;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 5rem;
}
.dx-lp__01__03 .dx-lp__subTitle {
  text-align: left;
  width: 50%;
  padding-left: 6%;
}

.dx-lp__01__03__img {
  width: calc(50% + 40px);
  margin-right: -4rem;
  border-radius: 348px 0 0 348px;
  overflow: hidden;
}

.dx-lp__01__03_title {
  font-size: 4.2rem;
  line-height: 1.1904761905;
  letter-spacing: 0.06em;
  font-weight: 700;
  display: block;
  margin-bottom: 4rem;
}

.dx-lp__01__03_title_sub {
  font-size: 2.7rem;
  line-height: 1.4074074074;
  letter-spacing: 0.06em;
  font-weight: 400;
  display: block;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .dx-lp__01__03 {
    flex-direction: column;
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
  .dx-lp__01__03 .dx-lp__subTitle {
    width: 100%;
    padding-left: 0;
  }
  .dx-lp__01__03__img {
    width: 100%;
    margin-right: -10.6666666667vw;
    border-radius: 80vw 0 0 80vw;
  }
  .dx-lp__01__03_title {
    font-size: 7.2vw;
    line-height: 1.4074074074;
    letter-spacing: 0.06em;
    font-weight: 700;
    display: block;
    margin-bottom: 10.6666666667vw;
  }
  .dx-lp__01__03_title_sub {
    font-size: 5.6vw;
    line-height: 1.5238095238;
    letter-spacing: 0.06em;
    font-weight: 400;
    display: block;
    margin-bottom: 10.6666666667vw;
  }
}
.dx-lp__02 {
  margin-top: 12rem;
}
.dx-lp__02 .dx-lp__secTitle {
  color: #0361b9;
  margin-bottom: 10rem;
}

.dx-lp__contentsBar--left,
.dx-lp__contentsBar--right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  color: #333;
  background: #fff;
  border-top-right-radius: 187px;
  border-bottom-right-radius: 187px;
  margin-bottom: 10rem;
}
.dx-lp__contentsBar--left::after,
.dx-lp__contentsBar--right::after {
  position: absolute;
  top: 0;
  right: 100%;
  width: 50vw;
  height: 100%;
  display: block;
  content: "";
  background: #fff;
}
.dx-lp__contentsBar--left figure,
.dx-lp__contentsBar--right figure {
  width: auto;
  height: clamp(20rem, 17.8125vw, 34.2rem);
  transform: translateY(-12%);
  padding-right: clamp(2rem, 3.125vw, 6rem);
  margin: 0;
}
.dx-lp__contentsBar--left figure img,
.dx-lp__contentsBar--right figure img {
  width: auto;
  height: 100%;
}

.dx-lp__contentsBar--right {
  flex-direction: row-reverse;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 187px;
  border-bottom-left-radius: 187px;
}
.dx-lp__contentsBar--right::after {
  right: auto;
  left: 100%;
}

.textArea-ttl {
  font-size: 2.7rem;
  line-height: 1.2962962963;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 3rem;
}

.textArea-text {
  font-size: 2.3rem;
  line-height: 1.5217391304;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 3rem;
}

.textArea-list {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-left: 2rem;
}
.textArea-list li {
  list-style-type: disc;
}

@media screen and (max-width: 767px) {
  .dx-lp__02 {
    margin-top: 13.3333333333vw;
  }
  .dx-lp__02 .dx-lp__secTitle {
    color: #0361b9;
    margin-bottom: 13.3333333333vw;
  }
  .dx-lp__contentsBar--left,
  .dx-lp__contentsBar--right {
    width: 95%;
    border-top-right-radius: 49.8666666667vw;
    border-bottom-right-radius: 49.8666666667vw;
    margin-bottom: 13.3333333333vw;
  }
  .dx-lp__contentsBar--right {
    flex-direction: row-reverse;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 49.8666666667vw;
    border-bottom-left-radius: 49.8666666667vw;
  }
  .textArea {
    width: 55%;
  }
  .textArea-ttl {
    font-size: 4.2666666667vw;
    line-height: 1.25;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 5.3333333333vw;
  }
  .textArea-text {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-bottom: 5.3333333333vw;
  }
  .textArea-list {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-left: 5.3333333333vw;
  }
  .textArea-list li {
    list-style-type: disc;
  }
}
.dx-lp__02__conclusion {
  text-align: center;
  font-size: 5rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 10rem;
}
.dx-lp__02__conclusion small {
  font-size: 2.7rem;
  line-height: 1.2962962963;
  letter-spacing: 0.06em;
  font-weight: 400;
  display: block;
  margin-bottom: 2rem;
}
.dx-lp__02__conclusion strong {
  font-weight: 700;
  margin-top: 0.5rem;
}

.dx-lp__03 {
  padding: 8rem 4rem;
  color: #fff;
  background: linear-gradient(135deg, #3f9fd1, #005eb8);
  border-radius: 10rem;
}

.dx-lp__03__text {
  font-size: 2.7rem;
  line-height: 1.4074074074;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10rem;
}
.dx-lp__03__text strong {
  font-weight: 700;
}

.whiteBox {
  position: relative;
  z-index: 1;
  display: block;
  width: 86%;
  max-width: 1640px;
  padding: 6vw 8vw;
  margin: 0 auto;
  background: #fff;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .dx-lp__02__conclusion {
    font-size: 8.8vw;
    line-height: 1.3636363636;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-bottom: 13.3333333333vw;
  }
  .dx-lp__02__conclusion small {
    font-size: 5.3333333333vw;
    line-height: 1.4;
    letter-spacing: 0.06em;
    font-weight: 400;
    display: block;
    margin-bottom: 5.3333333333vw;
  }
  .dx-lp__02__conclusion strong {
    font-weight: 700;
    margin-top: 1.3333333333vw;
  }
  .dx-lp__03 {
    padding: 13.3333333333vw 5.3333333333vw;
    color: #fff;
    background: linear-gradient(135deg, #3f9fd1, #005eb8);
    border-radius: 13.3333333333vw;
  }
  .dx-lp__03__text {
    font-size: 5.3333333333vw;
    line-height: 1.4;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-bottom: 13.3333333333vw;
  }
  .dx-lp__03__text strong {
    font-weight: 700;
  }
  .whiteBox {
    width: 100%;
    border-radius: 13.3333333333vw;
  }
}
.dx-lp__04 {
  margin-top: 12rem;
}
.dx-lp__04 .dx-lp__secTitle {
  color: #0361b9;
}

.dx-lp__04-text {
  font-size: 2.7rem;
  line-height: 1.4074074074;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10rem;
}
.dx-lp__04-text strong {
  font-weight: 700;
}

.dx-lp__04__imgArea {
  display: block;
  width: 100%;
  padding: 10rem 1rem;
  background: url(/digital/assets_new/images/dx-solution-provider/dx-lp_04_bg.jpg) no-repeat center/cover;
}
.dx-lp__04__imgArea img {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .dx-lp__04 {
    margin-top: 13.3333333333vw;
  }
  .dx-lp__04 .dx-lp__secTitle {
    color: #0361b9;
  }
  .dx-lp__04-text {
    font-size: 4.8vw;
    line-height: 1.7777777778;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-bottom: 13.3333333333vw;
  }
  .dx-lp__04__imgArea {
    display: block;
    width: 100%;
    padding: 13.3333333333vw 1rem;
    background: url(/digital/assets_new/images/dx-solution-provider/dx-lp_04_bg.jpg) no-repeat center/cover;
  }
  .dx-lp__04__imgArea img {
    display: block;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.dx-lp__05 {
  margin-top: 12rem;
  padding: 8rem 4rem;
  color: #fff;
  background: linear-gradient(135deg, #3f9fd1, #005eb8);
  border-radius: 10rem;
}

.dx-lp__05-text {
  font-size: 2.7rem;
  line-height: 1.4814814815;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
  margin-top: 5rem;
}
.dx-lp__05-text strong {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .dx-lp__05 {
    margin-top: 13.3333333333vw;
    padding: 13.3333333333vw 5.3333333333vw;
    color: #fff;
    background: linear-gradient(135deg, #3f9fd1, #005eb8);
    border-radius: 13.3333333333vw;
  }
  .dx-lp__05-text {
    font-size: 4.8vw;
    line-height: 1.3888888889;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-top: 8vw;
  }
}
.dx-lp__06 {
  margin-top: 12rem;
}
.dx-lp__06 .dx-lp__secTitle {
  color: #0361b9;
  margin-bottom: 8rem;
}
.dx-lp__06 .textArea {
  padding: 5rem 0 2rem;
  width: 120rem;
  margin: 0 auto;
}

.dx-lp__06__imgArea {
  width: 56%;
  max-width: 1070px;
  margin: 10rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .dx-lp__06 {
    margin-top: 16vw;
  }
  .dx-lp__06 .dx-lp__secTitle {
    margin-bottom: 8vw;
  }
  .dx-lp__06 .textArea {
    padding: 8vw 8vw 5.3333333333vw;
    width: 100%;
  }
  .dx-lp__06__imgArea {
    width: 80%;
    max-width: 1070px;
    margin: 13.3333333333vw auto 0 auto;
  }
}
.dx-lp__07 {
  margin-top: 12rem;
  padding: 8rem 4rem;
  color: #fff;
  background: linear-gradient(135deg, #3f9fd1, #005eb8);
  border-radius: 10rem;
}

.dx-lp__07__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10rem;
  gap: 4rem;
}
.dx-lp__07__list li {
  width: calc(50% - 2rem);
}
.dx-lp__07__list h3 {
  position: relative;
  color: #0361b9;
  padding-left: 2.5rem;
  font-size: 2.7rem;
  line-height: 1.3703703704;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 3rem;
}
.dx-lp__07__list h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(135deg, #3f9fd1, #005eb8);
}
.dx-lp__07__list span {
  display: block;
  margin-bottom: 0.5em;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.dx-lp__07__list p {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #333;
}

@media screen and (max-width: 767px) {
  .dx-lp__07 {
    margin-top: 16vw;
    padding: 13.3333333333vw 5.3333333333vw;
    color: #fff;
    background: linear-gradient(135deg, #3f9fd1, #005eb8);
    border-radius: 13.3333333333vw;
  }
  .dx-lp__07__list {
    flex-direction: column;
    margin-top: 13.3333333333vw;
    gap: 10.6666666667vw;
  }
  .dx-lp__07__list li {
    width: 100%;
  }
  .dx-lp__07__list h3 {
    font-size: 7.2vw;
    line-height: 1.3703703704;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 8vw;
  }
  .dx-lp__07__list h3::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 1.3333333333vw;
    height: 100%;
    border-radius: 1.3333333333vw;
    background: linear-gradient(135deg, #3f9fd1, #005eb8);
  }
  .dx-lp__07__list span {
    margin-bottom: 0;
    font-size: 4vw;
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
  .dx-lp__07__list p {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
.dx-lp__08 {
  margin-top: 12rem;
}
.dx-lp__08 .dx-lp__secTitle {
  color: #0361b9;
  margin-bottom: 12rem;
}
.dx-lp__08 .dx-lp__secTitle small {
  color: #333;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: 400;
  display: block;
  margin-bottom: 1rem;
}

.dx-lp__08__list {
  max-width: 140rem;
  margin-top: 0;
  transform: translateY(-10%);
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.dx-lp__08__list p {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-top: 3rem;
}

.dx-lp__08__text {
  font-size: 2.7rem;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #333;
  text-align: center;
}
.dx-lp__08__text strong {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .dx-lp__08 {
    margin-top: 16vw;
  }
  .dx-lp__08 .dx-lp__secTitle {
    margin-bottom: 8vw;
  }
  .dx-lp__08 .dx-lp__secTitle small {
    font-size: 5.3333333333vw;
    line-height: 1.25;
    letter-spacing: 0.06em;
    font-weight: 400;
    display: block;
    margin-bottom: 2.6666666667vw;
  }
  .dx-lp__08__list {
    max-width: 100%;
    margin: 8vw 0;
    flex-wrap: wrap;
    transform: translateY(0);
    display: flex;
    justify-content: space-between;
    gap: 10.6666666667vw 2%;
  }
  .dx-lp__08__list li {
    width: 48%;
  }
  .dx-lp__08__list p {
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-top: 4vw;
  }
  .dx-lp__08__text {
    font-size: 6.6666666667vw;
    line-height: 1.4;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin: 0 5.3333333333vw;
  }
}
.dx-lp__09 {
  margin-top: 12rem;
  margin-bottom: 12rem;
  padding: 8rem 4rem;
  color: #fff;
  background: linear-gradient(135deg, #3f9fd1, #005eb8);
  border-radius: 10rem;
}
.dx-lp__09 small {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: 400;
  display: block;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .dx-lp__09 {
    margin-top: 16vw;
    margin-bottom: 16vw;
    padding: 13.3333333333vw 5.3333333333vw;
    color: #fff;
    background: linear-gradient(135deg, #3f9fd1, #005eb8);
    border-radius: 13.3333333333vw;
  }
  .dx-lp__09 small {
    font-size: 5.3333333333vw;
    line-height: 1.25;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-bottom: 2.6666666667vw;
  }
}
