@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@media (max-width: 767px) {
  .dgx-for-pc {
    display: none;
  }
}

.dgx-for-sp {
  display: none;
}
@media (max-width: 767px) {
  .dgx-for-sp {
    display: block;
  }
}

.dgx-page-kv {
  width: 100%;
  max-width: 1600px;
  max-height: 840px;
  aspect-ratio: 1280/840;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-image: url(/lineup/desio/desio_gx/images/img_kv.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .dgx-page-kv {
    background-image: url(/lineup/desio/desio_gx/images/img_kv_sp.webp);
    width: 100%;
    min-height: 425px;
  }
}
.dgx-page-kv__header {
  position: absolute;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.dgx-page-kv__header img {
  max-width: 360px;
}
@media (max-width: 767px) {
  .dgx-page-kv__header img {
    max-width: 240px;
  }
}

.dgx-page-link {
  position: relative;
  z-index: 99;
  width: 100%;
  margin-top: -60px;
}
@media (max-width: 767px) {
  .dgx-page-link {
    margin-top: -55px;
  }
}
.dgx-page-link__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dgx-page-link__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 25%;
  min-height: 60px;
  color: #000;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
@media (max-width: 767px) {
  .dgx-page-link__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    font-size: 12px;
    min-height: 55px;
  }
}
.dgx-page-link__link:hover {
  background-color: white;
}
.dgx-page-link__link.-blue {
  background-color: #156082;
  color: #fff;
}
.dgx-page-link__link.-blue:hover {
  background-color: rgba(21, 96, 130, 0.6);
}
.dgx-page-link__link.-blue::after {
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
}
.dgx-page-link__link.-blue:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.dgx-page-link__link::after {
  content: "";
  display: inline-block;
  color: #000;
  width: 8px;
  height: 8px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.dgx-section-title {
  color: #156082;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  position: relative;
  display: block;
  padding: 0px 45px;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .dgx-section-title {
    font-size: 18px;
    padding: 0px 45px;
    margin: 0 auto 40px;
  }
}
.dgx-section-title.-mb-0 {
  margin: 0 auto 0;
}
.dgx-section-title::before, .dgx-section-title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5px;
  border-left: solid 1px #156082;
  border-right: solid 1px #156082;
}
.dgx-section-title::before {
  left: 0;
}
.dgx-section-title::after {
  right: 0;
}
.dgx-section-title__sub {
  display: block;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .dgx-section-title__sub {
    font-size: 12px;
  }
}

.dgx-section-header {
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.dgx-section-header__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 767px) {
  .dgx-section-header__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    padding-bottom: 15px;
  }
}
.dgx-section-header__row .section-header__text.-md {
  margin-top: 0;
}
.dgx-section-header__text {
  display: block;
  letter-spacing: 1.2px;
}
.dgx-section-header__text__mark {
  font-size: 16px;
  vertical-align: super;
  line-height: 1;
}
.dgx-section-header__text:not(:first-child) {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .dgx-section-header__text:not(:first-child) {
    margin-top: 5px;
  }
}
.dgx-section-header__text.-sm {
  font-size: 24px;
}
@media (max-width: 767px) {
  .dgx-section-header__text.-sm {
    font-size: 16px;
  }
}
.dgx-section-header__text.-md {
  font-size: 32px;
}
@media (max-width: 767px) {
  .dgx-section-header__text.-md {
    font-size: 20px;
  }
}
.dgx-section-header__text.-lg {
  font-size: 30px;
}
@media (max-width: 767px) {
  .dgx-section-header__text.-lg {
    font-size: 22px;
  }
}
.dgx-section-header__text.-xl {
  font-size: 38px;
}
@media (max-width: 767px) {
  .dgx-section-header__text.-xl {
    font-size: 26px;
  }
}
.dgx-section-header__text.-xxl {
  font-size: 42px;
}
@media (max-width: 767px) {
  .dgx-section-header__text.-xxl {
    font-size: 28px;
  }
}

.dgx-section-lead {
  text-align: center;
  margin-top: 30px;
  letter-spacing: 1.2px;
}
@media (max-width: 767px) {
  .dgx-section-lead {
    font-size: 13px;
  }
}
.dgx-section-lead__annotation {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: 0;
}

.dgx-concept-block {
  padding: 100px 40px 80px;
  position: relative;
}
@media (max-width: 767px) {
  .dgx-concept-block {
    padding: 60px 20px;
  }
}
.dgx-concept-block::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #F8F7F7;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate();
          transform: translate();
}
.dgx-concept-block__inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.dgx-concept-img {
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .dgx-concept-img {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.dgx-concept-img img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .dgx-concept-img img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 20px;
  }
}

.dgx-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .dgx-button {
    margin-top: 30px;
  }
}
.dgx-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 400px;
  min-height: 56px;
  padding: 0 24px;
  background-color: #156082;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 767px) {
  .dgx-button__link {
    padding: 0 16px;
    max-width: 285px;
  }
}
.dgx-button__link:hover {
  background-color: rgba(21, 96, 130, 0.6);
}
.dgx-button__link::after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.dgx-button__label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .dgx-button__label {
    font-size: 14px;
  }
}

.dgx-features-01 {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .dgx-features-01 {
    padding-top: 60px;
  }
}
.dgx-features-01__contents-01 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .dgx-features-01__contents-01 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.dgx-features-01__contents-02 {
  background-color: #FEFAF5;
  padding: 0 40px 60px;
  margin: 50px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .dgx-features-01__contents-02 {
    padding: 110px 20px 60px;
    margin-top: -80px;
  }
}
.dgx-features-01__contents-02::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-color: #FEFAF5;
  clip-path: polygon(0 100%, 60% 0, 100% 100%);
  position: absolute;
  left: 0;
  top: -200px;
  z-index: -1;
}
@media (max-width: 767px) {
  .dgx-features-01__contents-02::before {
    height: 60px;
    top: -60px;
  }
}
.dgx-features-01__header {
  text-align: center;
}
@media (max-width: 767px) {
  .dgx-features-01__header img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}
.dgx-features-01__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 2px auto 0;
  max-width: 940px;
}
@media (max-width: 767px) {
  .dgx-features-01__body {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 20px;
  }
}
.dgx-features-01__item {
  width: 100%;
}
.dgx-features-01__item__img {
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.dgx-features-01__item__img img {
  width: 100%;
  height: auto;
}
.dgx-features-01__item__header {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .dgx-features-01__item__header {
    margin-top: 10px;
    font-size: 14px;
  }
}
.dgx-features-01__item__annotation {
  text-align: center;
  font-size: 10px;
  margin-top: 10px;
  line-height: 1;
}
.dgx-features-02 {
  background: #F8F7F7;
  padding: 80px 40px;
}
@media (max-width: 767px) {
  .dgx-features-02 {
    padding: 60px 20px;
  }
}
.dgx-features-02__inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.dgx-features-02__img {
  display: block;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .dgx-features-02__img {
    margin-top: 30px;
  }
}
.dgx-features-02__img img {
  max-width: 762px;
  height: auto;
}
@media (max-width: 767px) {
  .dgx-features-02__img img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
}
.dgx-features-02-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .dgx-features-02-list {
    grid-template-columns: 1fr;
    gap: 70px;
    margin-top: 40px;
  }
}
.dgx-features-02-list__item {
  position: relative;
}
.dgx-features-02-list__item:not(:last-child)::after {
  content: "";
  background: url(/lineup/desio/desio_gx/images/icon-plus.svg) no-repeat;
  width: 40px;
  height: 40px;
  z-index: 20;
  position: absolute;
  top: calc(50% - 40px);
  right: -30px;
}
@media (max-width: 767px) {
  .dgx-features-02-list__item:not(:last-child)::after {
    top: auto;
    bottom: -52px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
.dgx-features-02-list__item__header {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 767px) {
  .dgx-features-02-list__item__header {
    font-size: 14px;
  }
}
.dgx-features-02-list__item__img {
  line-height: 1;
}
.dgx-features-02-list__item__img img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .dgx-features-02-list__item__img.-sp-sm img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.dgx-features-03 {
  padding: 100px 40px;
}
@media (max-width: 767px) {
  .dgx-features-03 {
    padding: 60px 20px 80px;
  }
}
.dgx-features-03__inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.dgx-features-03__main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 65px;
}
@media (max-width: 767px) {
  .dgx-features-03__main {
    grid-template-columns: 1fr;
    margin-top: 55px;
  }
}
.dgx-features-03__main__img {
  position: relative;
}
.dgx-features-03__main__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dgx-features-03__main__img::before {
  content: "";
  background: url(/lineup/desio/desio_gx/images/features-icon-03_1.svg) no-repeat;
  width: 90px;
  height: 90px;
  z-index: 20;
  position: absolute;
  top: -45px;
  left: -45px;
}
@media (max-width: 767px) {
  .dgx-features-03__main__img::before {
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 0;
  }
}
.dgx-features-03__main__textarea {
  background-color: #F0F6FC;
  padding: 40px 45px 30px 0;
  text-align: left;
  position: relative;
}
@media (max-width: 767px) {
  .dgx-features-03__main__textarea {
    text-align: center;
    padding: 20px 15px 40px;
  }
}
.dgx-features-03__main__textarea::before {
  content: "";
  background: url(/lineup/desio/desio_gx/images/features-03-polygon.svg) no-repeat;
  width: 42px;
  height: 42px;
  z-index: 20;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .dgx-features-03__main__textarea::before {
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
.dgx-features-03__main__header {
  color: #65AADD;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #65AADD;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .dgx-features-03__main__header {
    font-size: 18px;
    padding-left: 0;
  }
}
.dgx-features-03__main__text {
  padding-left: 45px;
  margin-top: 25px;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .dgx-features-03__main__text {
    margin-top: 10px;
    padding-left: 0;
    font-size: 30px;
  }
}
.dgx-features-03__main__text__sm {
  font-size: 24px;
}
@media (max-width: 767px) {
  .dgx-features-03__main__text__sm {
    font-size: 18px;
  }
}
.dgx-features-03__main__text__lg {
  font-size: 52px;
}
@media (max-width: 767px) {
  .dgx-features-03__main__text__lg {
    font-size: 46px;
  }
}
.dgx-features-03__body {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
}
@media (max-width: 767px) {
  .dgx-features-03__body {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.dgx-features-03__item__header {
  color: #65AADD;
  font-size: 24px;
  font-weight: 500;
  padding-left: 65px;
  text-align: left;
}
@media (max-width: 767px) {
  .dgx-features-03__item__header {
    font-size: 18px;
    padding-left: 70px;
  }
}
.dgx-features-03__item__header__sm {
  font-size: 18px;
}
@media (max-width: 767px) {
  .dgx-features-03__item__header__sm {
    font-size: 14px;
  }
}
.dgx-features-03__item__img {
  position: relative;
  width: 100%;
  display: inline-block;
}
.dgx-features-03__item__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .dgx-features-03__item__img img {
    width: 100%;
    height: auto;
  }
}
.dgx-features-03__item__img::before {
  content: "";
  width: 90px;
  height: 90px;
  z-index: 20;
  position: absolute;
  top: -45px;
  left: -45px;
}
@media (max-width: 767px) {
  .dgx-features-03__item__img::before {
    width: 60px;
    height: 60px;
    top: -30px;
    left: 0px;
  }
}
.dgx-features-03__item__img.-hems::before {
  background: url(/lineup/desio/desio_gx/images/features-icon-03_2.svg) no-repeat;
  background-size: contain;
}
.dgx-features-03__item__img.-battery::before {
  background: url(/lineup/desio/desio_gx/images/features-icon-03_3.svg) no-repeat;
  background-size: contain;
}
.dgx-features-03__item__battery {
  position: absolute;
  right: -32px;
  bottom: -32px;
}
@media (max-width: 767px) {
  .dgx-features-03__item__battery {
    bottom: -32px;
    right: -16px;
  }
}
@media (max-width: 767px) {
  .dgx-features-03__item__battery img {
    max-width: 160px;
    height: auto;
  }
}
.dgx-features-01__number, .dgx-features-02__number, .dgx-features-03__number {
  color: #156082;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  line-height: 1.5;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .dgx-features-01__number, .dgx-features-02__number, .dgx-features-03__number {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.dgx-features-01__number::after, .dgx-features-02__number::after, .dgx-features-03__number::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background-color: #156082;
}

.dgx-annotation {
  text-align: center;
  font-size: 11px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .dgx-annotation {
    font-size: 12px;
    text-align: left;
  }
}
.dgx-annotation.-c {
  text-align: center;
}

.dgx-plan-block {
  background: #F8F7F7;
  padding: 100px 40px 80px;
}
@media (max-width: 767px) {
  .dgx-plan-block {
    padding: 60px 20px 50px;
  }
}
.dgx-plan-block__inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.dgx-model-plan {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .dgx-model-plan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    max-height: none;
  }
}
.dgx-model-plan__header {
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .dgx-model-plan__header {
    margin-bottom: 10px;
  }
}
.dgx-model-plan__header__lg {
  font-size: 30px;
}
.dgx-model-plan__img-wrapper {
  position: relative;
}
@media (max-width: 767px) {
  .dgx-model-plan__img-wrapper {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
.dgx-model-plan__img {
  display: block;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .dgx-model-plan__img img {
    width: 100%;
    height: auto;
  }
}
.dgx-model-plan-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 980px;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .dgx-model-plan-details {
    display: none;
  }
}
.dgx-model-plan-detail__img {
  width: 100%;
}
.dgx-model-plan-detail__img img {
  width: 100%;
  height: auto;
}
.dgx-model-plan-detail__textarea {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 15px;
}
.dgx-model-plan-detail__text {
  text-align: left;
  line-height: 1.4;
}
.dgx-model-plan-detail__point {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  width: 30px;
  height: 30px;
  background-color: #005024;
  color: #fff;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dgx-point {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  width: 20px;
  height: 20px;
  background-color: #005024;
  color: #fff;
  line-height: 1.5;
  display: inline-block;
}

.dgx-modal-button {
  all: unset;
  border: none;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  background-color: #005024;
  color: #fff;
  line-height: 1;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 15px #005024;
          box-shadow: 0 0 15px #005024;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  pointer-events: none;
  -webkit-animation: glowing 3s ease-in-out infinite;
          animation: glowing 3s ease-in-out infinite;
  position: absolute;
}
@media (max-width: 767px) {
  .dgx-modal-button {
    pointer-events: auto;
  }
}

.dgx-map-button {
  width: 30px;
  height: 30px;
  z-index: 10;
  position: absolute;
}
.dgx-map-button::after {
  content: "";
  background-color: #005024;
  display: inline-block;
  position: absolute;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-animation: glowing 3s linear infinite;
          animation: glowing 3s linear infinite;
}
.dgx-map-button.-button-01-01 {
  right: 125px;
  bottom: 145px;
}
@media (max-width: 767px) {
  .dgx-map-button.-button-01-01 {
    right: 35%;
    bottom: 30%;
  }
}
.dgx-map-button.-button-02-01 {
  left: 90px;
  top: 310px;
}
@media (max-width: 767px) {
  .dgx-map-button.-button-02-01 {
    left: 32%;
    top: 37%;
  }
}
.dgx-map-button.-button-02-02 {
  right: 145px;
  bottom: 150px;
}
@media (max-width: 767px) {
  .dgx-map-button.-button-02-02 {
    right: 39%;
    bottom: 34%;
  }
}
.dgx-map-button.-button-02-03 {
  left: 90px;
  bottom: 140px;
}
@media (max-width: 767px) {
  .dgx-map-button.-button-02-03 {
    left: 32%;
    bottom: 22%;
  }
}
.dgx-map-button.-button-03-01 {
  left: 40px;
  bottom: 140px;
}
@media (max-width: 767px) {
  .dgx-map-button.-button-03-01 {
    left: 17%;
    bottom: 18%;
  }
}
.dgx-map-button.-button-03-02 {
  right: 55px;
  bottom: 120px;
}
@media (max-width: 767px) {
  .dgx-map-button.-button-03-02 {
    right: 37%;
    bottom: 10%;
  }
}

.dgx-plan-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  background: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dgx-plan-modal__container {
  background-color: #fff;
  width: 95vw;
  max-width: 1080px;
  max-height: 95dvh;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  position: relative;
}
.dgx-plan-modal__container-inner {
  padding: 25px 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dgx-plan-modal__close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000;
  border: 1px solid #000;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: absolute;
  right: 10px;
  top: -15px;
}
.dgx-plan-modal__close::before, .dgx-plan-modal__close::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: absolute;
  left: 50%;
  top: 50%;
}
.dgx-plan-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.dgx-plan-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.dgx-plan-modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

@-webkit-keyframes glowing {
  0% {
    -webkit-box-shadow: 0 0 2px #005024;
            box-shadow: 0 0 2px #005024;
  }
  50% {
    -webkit-box-shadow: 0 0 15px #005024;
            box-shadow: 0 0 15px #005024;
  }
  100% {
    -webkit-box-shadow: 0 0 2px #005024;
            box-shadow: 0 0 2px #005024;
  }
}

@keyframes glowing {
  0% {
    -webkit-box-shadow: 0 0 2px #005024;
            box-shadow: 0 0 2px #005024;
  }
  50% {
    -webkit-box-shadow: 0 0 15px #005024;
            box-shadow: 0 0 15px #005024;
  }
  100% {
    -webkit-box-shadow: 0 0 2px #005024;
            box-shadow: 0 0 2px #005024;
  }
}
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .dgx-plan-modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .dgx-plan-modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .dgx-plan-modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .dgx-plan-modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .dgx-plan-modal__container,
.micromodal-slide .dgx-plan-modal__overlay {
  will-change: transform;
}