.ddm-wrapper {
  position: relative;
  overflow-x: clip;
  background-color: #D6EEFB;
  font-size: 16px;
}

.ddm-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ddm-wrapper *::before, .ddm-wrapper *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ddm-wrapper sup {
  position: relative;
  font-size: 50%;
  vertical-align: top;
}

.ddm-wrapper sub {
  position: relative;
  font-size: 50%;
}

.ddm-wrapper img {
  max-width: 100%;
  vertical-align: bottom;
}

.ddm-inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.ddm-header {
  z-index: 100;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 83, 148, 0.1);
  box-shadow: 0px 10px 10px -5px rgba(0, 83, 148, 0.1);
}

.ddm-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 960px;
  height: 100px;
  margin: 0 auto;
}

.ddm-header-dSolar {
  position: relative;
}

.ddm-header-dSolar img {
  display: block;
  margin: 0 auto;
}

.ddm-header-dSolar img:first-of-type {
  width: 149px;
}

.ddm-header-dSolar img:last-of-type {
  width: 210px;
  margin-top: 5px;
}

.ddm-header-contact {
  gap: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 110px;
  height: 100%;
  margin-right: 20px;
  margin-left: auto;
  background-color: #ffe100;
  color: #0066b5 !important;
  font-size: 14px;
  font-weight: bold;
}

.ddm-header-contact img {
  width: 70px;
}

.ddm-header-og {
  position: relative;
}

.ddm-attention {
  font-size: 12px;
}

.ddm-attention > li {
  padding-left: 1.0em;
  text-indent: -1.0em;
}

.ddm-attention > li:nth-of-type(n+2) {
  margin-top: 5px;
}

.ddm-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 38.54167cqw;
}

.ddm-mv > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ddm-mv > h1 {
  position: relative;
  width: 51.04167cqw;
}

.ddm-outline {
  position: relative;
  width: 960px;
  margin: 40px auto 0;
  padding: 30px 30px 50px;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
}

.ddm-outline-title {
  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;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 0;
  border-radius: 5px;
  background-color: #0066b5;
  color: #ffe100;
  font-size: 32px;
}

.ddm-outline-copy {
  gap: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.ddm-outline-copy > img {
  width: 40px;
}

.ddm-outline-copy > p {
  padding-top: 0.4em;
  font-size: 30px;
  font-weight: bold;
}

.ddm-outline-copy > p > span {
  text-decoration-thickness: 0.3em;
  text-underline-offset: -0.1em;
  -webkit-text-decoration-color: #ffe100;
  text-decoration-color: #ffe100;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.ddm-outline-cs-list {
  position: relative;
  counter-reset: cnt;
}

.ddm-outline-cs-list > div:nth-of-type(n+2) {
  margin-top: 40px;
}

.ddm-outline-cs-list > div > dt {
  z-index: 5;
  position: relative;
  width: 160px;
  margin: 0 auto;
  margin-bottom: -15px;
  border-radius: 100px;
  background-color: #0066b5;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.ddm-outline-cs-list > div > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  background-color: #c7e8fa;
}

.ddm-outline-cs-list > div > dd > p:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  background-color: #0066b5;
}

.ddm-outline-cs-list > div > dd > p:first-of-type > img {
  width: 40px;
}

.ddm-outline-cs-list > div > dd > p:last-of-type {
  gap: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 30px 20px;
  font-weight: bold;
}

.ddm-outline-cs-list > div > dd > p:last-of-type::before {
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 1px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding-top: 2px;
  border-radius: 100%;
  background-color: #0066b5;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  content: counter(cnt);
  counter-increment: cnt;
}

.ddm-outline-cs-list > div > dd > p:last-of-type > span {
  width: 100%;
}

.ddm-outline-cs-notice {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 30px;
  padding: 10px 50px 0 50px;
  border-bottom: 2px solid #0066b5;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.ddm-outline-cs-subject {
  margin-top: 40px;
  padding: 20px 40px;
  background-color: #0066b5;
  color: #fff;
}

.ddm-outline-cs-subject > h3 {
  font-size: 24px;
  text-align: center;
}

.ddm-outline-cs-subject > dl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}

.ddm-outline-cs-subject > dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ddm-outline-cs-subject > dl > div:nth-of-type(n+2) {
  margin-top: 10px;
}

.ddm-outline-cs-subject > dl > div > dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 6em;
  font-weight: bold;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.ddm-outline-cs-subject > dl > div > dd {
  width: 100%;
}

.ddm-outline-grp {
  margin-top: 80px;
}

.ddm-outline-grp-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  background-color: #c7e8fa;
}

.ddm-outline-grp-list > div:nth-of-type(n+2) {
  margin-top: 30px;
}

.ddm-outline-grp-list > div > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  background-color: #0066b5;
}

.ddm-outline-grp-list > div > dt > img {
  width: 50px;
}

.ddm-outline-grp-list > div > dd {
  width: 100%;
  padding: 30px 20px;
}

.ddm-outline-grp-list > div > dd > h3 {
  margin-bottom: 10px;
  color: #0066b5;
  font-size: 20px;
}

.ddm-outline-grp-list > div > dd .ddm-attention {
  margin-top: 10px;
}

.ddm-cv {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
  background-color: #0066b5;
}

.ddm-cv-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 400px;
  height: 80px;
  margin: 0 auto;
  border-radius: 100px;
  background-color: #ffe100;
  -webkit-box-shadow: 0px 0 4px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0 4px 4px rgba(0, 0, 0, 0.15);
  color: #0066b5 !important;
  font-size: 28px;
  font-weight: bold;
}

.ddm-cv > h2 {
  margin-top: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.ddm-cv-flow {
  gap: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.ddm-cv-flow > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.ddm-cv-flow > div:nth-of-type(n+2)::before {
  aspect-ratio: 1 / 2;
  translate: 0 -50%;
  display: block;
  position: relative;
  top: 50%;
  height: 20px;
  margin-right: 5px;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  content: "";
}

.ddm-cv-flow > div > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  border-radius: 5px 0 0 5px;
  background-color: #48a4dc;
}

.ddm-cv-flow > div > dt > img {
  width: 25px;
}

.ddm-cv-flow > div > dd {
  width: 200px;
  padding: 10px 0;
  border-radius: 0 5px 5px 0;
  background-color: #c7e8fa;
  color: #0066b5;
  font-weight: bold;
  text-align: center;
}

.ddm-sv {
  z-index: 5;
  position: relative;
  width: 960px;
  margin: 60px auto 0;
}

.ddm-sv > h2 {
  margin-bottom: 30px;
  font-size: 32px;
  text-align: center;
}

.ddm-sv > h2 > img {
  width: 300px;
  margin-right: 0.3em;
  margin-bottom: 0.1em;
}

.ddm-sv-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 320px;
  height: 100px;
  margin: 0 auto -50px;
  border: 4px solid #0066b5;
  border-radius: 10px;
  background-color: #fff;
}

.ddm-sv-logo > img {
  width: 250px;
}

.ddm-sv-inner {
  position: relative;
  padding: 80px 60px 60px;
  border-radius: 20px;
  background-color: #0066b5;
  color: #fff;
}

.ddm-sv-copy {
  font-weight: bold;
  text-align: center;
}

.ddm-sv-copy > p > span {
  display: inline-block;
  position: relative;
  margin: 0 0.1em;
  color: #ffe100;
}

.ddm-sv-copy > p:first-of-type {
  font-size: 28px;
}

.ddm-sv-copy > p:first-of-type > span {
  text-underline-offset: 0.2em;
  font-size: 32px;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.ddm-sv-copy > p:last-of-type {
  font-size: 32px;
}

.ddm-sv-copy > p:last-of-type > span {
  font-size: 80px;
  line-height: 1.3;
}

.ddm-sv-copy > p:last-of-type > span > sup {
  position: absolute !important;
  top: 1.0em !important;
  right: -1.0em;
  color: #fff;
  font-size: 15% !important;
}

.ddm-sv-text {
  margin-top: 30px;
  text-align: center;
}

.ddm-sv-outline {
  margin: 60px 0 40px;
  text-align: center;
}

.ddm-sv-outline > p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 30px;
  border: 2px solid #fff;
  font-size: 20px;
  font-weight: bold;
}

.ddm-sv-outline > img {
  width: 600px;
  margin-top: 30px;
}

.ddm-sv-btn {
  display: block;
  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;
  width: 400px;
  height: 80px;
  margin: 40px auto 0;
  border-radius: 100px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0 4px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0 4px 4px rgba(0, 0, 0, 0.15);
  color: #0066b5 !important;
  font-size: 28px;
  font-weight: bold;
}

.ddm-foot {
  position: relative;
  margin-top: -40px;
}

@media screen and (min-width: 768px), print {
  .page-top {
    z-index: 10;
  }
  .ddm-wrapper {
    container-type: inline-size;
    min-width: 960px;
  }
  .ddm-wrapper .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .ddm-wrapper {
    font-size: 14px;
  }
  .ddm-wrapper .pc {
    display: none;
  }
  .ddm-inner {
    width: 100%;
  }
  .ddm-header-inner {
    width: 100%;
    height: 65px;
    padding-left: 10px;
  }
  .ddm-header-dSolar img:first-of-type {
    width: 100px;
  }
  .ddm-header-dSolar img:last-of-type {
    width: 115px;
  }
  .ddm-header-contact {
    width: 90px;
    margin: 0;
    font-size: 11px;
  }
  .ddm-header-contact img {
    width: 50px;
  }
  .ddm-header-og {
    display: none;
  }
  .ddm-attention {
    font-size: 11px;
  }
  .ddm-mv {
    height: 73.33333vw;
  }
  .ddm-mv > h1 {
    width: 85.33333vw;
  }
  .ddm-outline {
    width: calc(100% - 30px);
    margin-top: 30px;
    padding: 20px 15px 30px;
    border-radius: 10px 10px 0 0;
  }
  .ddm-outline-title {
    margin-bottom: 25px;
    font-size: 4.8vw;
  }
  .ddm-outline-copy {
    gap: 0 10px;
    margin-bottom: 25px;
  }
  .ddm-outline-copy > img {
    width: 10.66667vw;
  }
  .ddm-outline-copy > p {
    font-size: 4.8vw;
    line-height: 1.4;
  }
  .ddm-outline-cs-list > div:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .ddm-outline-cs-list > div > dt {
    width: 120px;
    margin-bottom: -12px;
    font-size: 16px;
  }
  .ddm-outline-cs-list > div > dd > p:first-of-type {
    width: 60px;
  }
  .ddm-outline-cs-list > div > dd > p:first-of-type > img {
    width: 30px;
  }
  .ddm-outline-cs-list > div > dd > p:last-of-type {
    padding: 25px 15px 20px;
  }
  .ddm-outline-cs-list > div > dd > p:last-of-type::before {
    top: 2px;
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .ddm-outline-cs-notice {
    margin: 30px auto 20px;
    padding: 10px 30px 0 30px;
    font-size: 20px;
  }
  .ddm-outline-cs-subject {
    margin-top: 30px;
    padding: 15px;
  }
  .ddm-outline-cs-subject > h3 {
    font-size: 18px;
  }
  .ddm-outline-cs-subject > dl {
    margin-top: 15px;
  }
  .ddm-outline-cs-subject > dl > div {
    font-size: 12px;
  }
  .ddm-outline-grp {
    margin-top: 50px;
  }
  .ddm-outline-grp-list > div:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .ddm-outline-grp-list > div > dt {
    width: 60px;
  }
  .ddm-outline-grp-list > div > dt > img {
    width: 40px;
  }
  .ddm-outline-grp-list > div > dd {
    padding: 15px 15px;
  }
  .ddm-outline-grp-list > div > dd > h3 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .ddm-outline-grp-list > div > dd .ddm-attention {
    margin-top: 5px;
  }
  .ddm-cv {
    width: calc(100% - 30px);
    padding: 30px 0;
  }
  .ddm-cv-btn {
    width: 300px;
    height: 60px;
    font-size: 22px;
  }
  .ddm-cv > h2 {
    margin-top: 30px;
    font-size: 18px;
  }
  .ddm-cv-flow {
    gap: 20px 0;
    -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;
    width: 300px;
    margin: 15px auto 0;
  }
  .ddm-cv-flow > div:nth-of-type(n+2)::before {
    aspect-ratio: 2 / 1;
    translate: -50%;
    position: absolute;
    top: -15px;
    left: 50%;
    height: 10px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  }
  .ddm-cv-flow > div > dd {
    padding: 10px 20px;
    text-align: left;
  }
  .ddm-sv {
    width: calc(100% - 30px);
    margin-top: 50px;
  }
  .ddm-sv > h2 {
    margin-bottom: 20px;
    font-size: 5.33333vw;
  }
  .ddm-sv > h2 > img {
    width: 48vw;
    margin-bottom: 0.2em;
  }
  .ddm-sv-logo {
    width: 53.33333vw;
    height: 13.33333vw;
    margin-bottom: -6.66667vw;
  }
  .ddm-sv-logo > img {
    width: 37.33333vw;
  }
  .ddm-sv-inner {
    padding: 10.66667vw 15px 30px;
    border-radius: 10px;
  }
  .ddm-sv-copy > p:first-of-type {
    font-size: 3.73333vw;
  }
  .ddm-sv-copy > p:first-of-type > span {
    font-size: 4.26667vw;
  }
  .ddm-sv-copy > p:last-of-type {
    margin-top: 2.66667vw;
    font-size: 5.86667vw;
    line-height: 1.3;
  }
  .ddm-sv-copy > p:last-of-type > span {
    font-size: 16vw;
    line-height: 1.0;
  }
  .ddm-sv-text {
    margin-top: 20px;
    text-align: left;
  }
  .ddm-sv-outline {
    margin: 40px 0 30px;
  }
  .ddm-sv-outline > p {
    font-size: 3.73333vw;
  }
  .ddm-sv-outline > img {
    width: 75vw;
    margin-top: 5.33333vw;
  }
  .ddm-sv-btn {
    width: 300px;
    height: 60px;
    margin-top: 30px;
    font-size: 22px;
  }
  .ddm-foot {
    translate: -50%;
    left: 50%;
    width: 200vw;
    margin-top: -10vw;
  }
}

@media (any-hover: hover) and (pointer: fine) {
  .ddm-cv-btn:hover {
    opacity: 0.8;
  }
  .ddm-sv-btn:hover {
    opacity: 0.8;
  }
}

/* cta_fixed */
.cta_fixed {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 10000;
  display: none;
}
.cta_fixed.is-show {
  display: block;
}
.cta_fixed__inner {
  width: 19vw;
  max-width: 320px;
  min-width: 264px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  position: relative;
}
.cta_fixed__block.cta_fixed__block--sem:hover {
  opacity: 0.8;
}
.cta_fixed__block + .cta_fixed__block {
  border-top: 1px solid #ddd;
}
.cta_fixed__block--sim {
  --color: #16B513;
  --bg: linear-gradient(90deg, rgba(1, 155, 110, 1), rgba(79, 176, 82, 1));
  --icon: url(/cp/lp/dsolar_ppa/img/icon_sim.svg);
}
.cta_fixed__title {
  margin-bottom: 10px;
  font-size: clamp(16px, 1.0417vw, 20px);
  font-weight: bold;
  color: var(--color);
  line-height: 1.4;
}
.cta_fixed__text {
  margin-bottom: 15px;
  font-size: clamp(13px, 0.7292vw, 14px);
}
.cta_fixed__img {
  width: 100%;
  height: auto;
  background-color: #EBF7FF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
}
.cta_fixed__img img {
  width: 100%;
  height: auto;
}
.cta_fixed__btn {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  height: 50px;
}
.cta_fixed__btn--sem {
  margin: 0 auto;
  width: 100%;
  max-width: 190px;
  height: 45px;
  position: relative;
  top: 144px;
}
.cta_fixed__btn--sem p {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background-image: var(--bg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
}
.cta_fixed__btn--sem p::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: var(--icon);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.cta_fixed__btn a {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: bold;
  color: #fff;
  background-image: var(--bg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
}
.cta_fixed__btn a::before {
  content: "";
  display: block;
  width: clamp(20px, 1.25vw, 24px);
  height: clamp(20px, 1.25vw, 24px);
  background-image: var(--icon);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.cta_fixed__btn a:hover {
  opacity: 0.8;
}
.cta_fixed__close {
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background-color: #000;
  position: absolute;
  top: -28px;
  left: -28px;
  cursor: pointer;
}
.cta_fixed__close::before, .cta_fixed__close::after {
  content: "";
  display: block;
  width: 3px;
  height: 18px;
  background-color: #fff;
  position: absolute;
}
.cta_fixed__close::before {
  transform: rotate(45deg);
}
.cta_fixed__close::after {
  transform: rotate(-45deg);
}
.cta_fixed__close:hover {
  background-color: #c00;
}
@media screen and (max-width: 767px) {
  .cta_fixed {
    padding-top: 60px;
    inset: 0;
    justify-content: center;
    align-items: center;
  }
  .cta_fixed.is-show {
    display: flex;
    display: none;
  }
  .cta_fixed__inner {
    z-index: 9;
  }
  .cta_fixed__bg {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.75);
  }
}