.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/* ================================================================
Additional Style
================================================================ */
[lang=en] {
  font-weight: 600;
  font-size: 1.15em;
  font-family: "Noto Sans", sans-serif;
  vertical-align: -1px;
  letter-spacing: unset;
}

.lp04 #topVisualSection {
  position: relative;
  z-index: 1;
  display: block;
  margin-inline: auto;
  padding: unset;
  max-width: 1512px;
  width: 100%;
  min-height: 500px;
  height: auto;
  background-color: transparent;
  background-image: unset;
}
@media screen and (max-width: 768px) {
  .lp04 #topVisualSection {
    width: 100vw;
    height: 155vw;
    background-image: url("../img/bg_firstview.webp");
    background-image: -webkit-image-set(url("../img/bg_firstview.webp") type("image/webp"));
    background-image: image-set(url("../img/bg_firstview.webp") type("image/webp"));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
  }
}
.lp04 #topVisualSection .topVisualSectionInner {
  position: relative;
  z-index: 2;
  margin-inline: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  -moz-column-gap: 12px;
       column-gap: 12px;
  flex-basis: 1014px;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 auto;
  padding: unset;
  max-width: unset;
  max-width: 1512px;
  width: 100%;
  min-height: 500px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .lp04 #topVisualSection .topVisualSectionInner {
    inset-block-start: unset;
    inset-block-end: 4px;
    flex-direction: column;
    padding: 0;
    min-height: unset;
    height: auto;
  }
}
.lp04 #topVisualSection .topVisualSectionInner .box-marks {
  flex-basis: 763px;
  flex-grow: 2;
  flex-shrink: 1;
  display: block;
  aspect-ratio: 763/500;
  max-width: 962px;
  min-height: 500px;
  height: auto;
  text-align: end;
  background-image: url("../img/bg_firstview.webp");
  background-image: -webkit-image-set(url("../img/bg_firstview.webp") type("image/webp"));
  background-image: image-set(url("../img/bg_firstview.webp") type("image/webp"));
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
@media screen and (max-width: 768px) {
  .lp04 #topVisualSection .topVisualSectionInner .box-marks {
    flex-basis: 85vw;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin: unset;
    padding: 0;
    width: 100vw;
    min-height: unset;
    height: 85vw;
    background-image: unset;
  }
}
.lp04 #topVisualSection .topVisualSectionInner .box-marks .container-marks {
  list-style-type: none;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-inline-end: auto;
  padding: 0;
  max-width: 373px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .lp04 #topVisualSection .topVisualSectionInner .box-marks .container-marks {
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    width: 100vw;
    margin-inline: auto;
    padding: 0;
    height: -moz-fit-content;
    height: fit-content;
    background: linear-gradient(to bottom, transparent 50%, #fff 50%);
  }
}
.lp04 #topVisualSection .topVisualSectionInner .box-marks .container-marks .marks-item {
  flex-basis: 220px;
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 768px) {
  .lp04 #topVisualSection .topVisualSectionInner .box-marks .container-marks .marks-item {
    flex-basis: 40%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: unset;
  }
}
.lp04 #topVisualSection .topVisualSectionInner .box-marks .container-marks .marks-item img.mark {
  display: inline-block;
  width: 100%;
  height: auto;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  white-space: pre-line;
}
.lp04 #topVisualSection .topVisualSectionInner .box-marks .container-marks .marks-item img.mark::first-line {
  font-size: 16px;
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner {
  box-sizing: border-box;
  flex-basis: 550px;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-between;
  padding: 24px 24px 0;
  width: 550px;
  height: auto;
  margin-block: 0;
  margin-inline: 0;
  background: white;
}
@media screen and (max-width: 768px) {
  .lp04 #topVisualSection .topVisualSectionInner .box-banner {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 16px;
    width: 100%;
    background: white;
  }
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner > *:last-child {
  align-self: flex-end;
  flex-basis: 25%;
  flex-grow: 10;
  flex-shrink: 1;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .lp04 #topVisualSection .topVisualSectionInner .box-banner > *:last-child {
    height: -moz-max-content;
    height: max-content;
  }
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .heading-page {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-block-end: 24px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lp04 #topVisualSection .topVisualSectionInner .box-banner .heading-page {
    margin-block-end: 0;
  }
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .heading-page .box-heading-page:nth-of-type(2) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center;
  font-weight: bold;
  font-size: 44px;
  font-size: 42.5375px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .lp04 #topVisualSection .topVisualSectionInner .box-banner .heading-page .box-heading-page:nth-of-type(2) {
    font-size: calc((100vw - 24px) / 12 * 1);
  }
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .heading-page .box-heading-page > span:nth-of-type(1) {
  display: inline-block;
  margin-inline-end: 0.05em;
  background: linear-gradient(to top, #9cc415 0%, #019e8b 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .heading-page .box-heading-page > span:nth-of-type(2) {
  font-size: 0.75em;
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .heading-page .box-heading-page > span:nth-of-type(3) {
  display: inline-block;
  background: linear-gradient(to top, #2041A7 0%, #EC3EB9 78.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .heading-page .box-heading-page .kana {
  display: inline-block;
  margin-inline-end: 0.1em;
  letter-spacing: -0.05em;
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .heading-page .part-heading-page {
  display: inline-block;
  width: 100%;
  height: -moz-min-content;
  height: min-content;
  font-size: 12px;
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .heading-page .part-heading-page img {
  width: 100%;
  height: auto;
  color: #343434;
  font-weight: bold;
  font-size: 18px;
  white-space: pre-line;
  vertical-align: bottom;
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .heading-page .part-heading-page img#logo-heading-page {
  margin-block: 24px;
  color: #ff7800;
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .container-copy-catch {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: #fff;
  background-color: #f4bd40;
  border: solid 2px #f4bd40;
}
@media screen and (max-width: 768px) {
  .lp04 #topVisualSection .topVisualSectionInner .box-banner .container-copy-catch {
    margin-block-start: 12px;
  }
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .container-copy-catch .text-copy-catch {
  padding-block: 12px 16px;
  padding-inline: 12px;
  font-weight: bold;
  line-height: 0.9;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 0 1px rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 768px) {
  .lp04 #topVisualSection .topVisualSectionInner .box-banner .container-copy-catch .text-copy-catch {
    padding-block: 10px 12px;
    padding-inline: 8px;
  }
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .container-copy-catch .text-copy-catch:nth-of-type(1) {
  font-size: 29.1764705882px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .lp04 #topVisualSection .topVisualSectionInner .box-banner .container-copy-catch .text-copy-catch:nth-of-type(1) {
    font-size: calc((100vw - 32px - 16px) / 17 * 1);
    letter-spacing: normal;
  }
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .container-copy-catch .text-copy-catch:last-of-type {
  padding-block-start: 16px;
  color: #f4bd40;
  background-color: #fff;
  font-size: 27.8823529412px;
  letter-spacing: 0.025em;
  text-shadow: 0 0 1px rgba(51, 51, 51, 0.1333333333);
}
@media screen and (max-width: 768px) {
  .lp04 #topVisualSection .topVisualSectionInner .box-banner .container-copy-catch .text-copy-catch:last-of-type {
    padding-block-start: 10px;
    font-size: calc((100vw - 32px - 16px - 6px) / 16 * 0.95);
    letter-spacing: normal;
  }
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .container-copy-catch .text-copy-catch .text-hyphen {
  display: inline-block;
  margin-inline: -0.2em;
}
@media screen and (max-width: 768px) {
  .lp04 #topVisualSection .topVisualSectionInner .box-banner .container-copy-catch .text-copy-catch .text-hyphen {
    margin-inline: -0.05em;
  }
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .container-copy-catch .text-copy-catch small {
  display: inline-block;
  padding-inline-start: 0.2em;
  font-size: 0.75em;
  vertical-align: 0.125em;
}
@media screen and (max-width: 768px) {
  .lp04 #topVisualSection .topVisualSectionInner .box-banner .container-copy-catch .text-copy-catch small {
    letter-spacing: normal;
  }
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .container-copy-catch .text-copy-catch .kerning-kana {
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  .lp04 #topVisualSection .topVisualSectionInner .box-banner .container-copy-catch .text-copy-catch .kerning-kana {
    letter-spacing: normal;
  }
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .list-keypoint {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-block: 24px;
  padding: unset;
  font-weight: bold;
  font-size: 14.5px;
  line-height: 0.9;
}
@media screen and (max-width: 768px) {
  .lp04 #topVisualSection .topVisualSectionInner .box-banner .list-keypoint {
    -moz-column-gap: 2px;
         column-gap: 2px;
    margin-block: 12px 0;
    font-size: 11px;
  }
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .list-keypoint .keypoint {
  flex-basis: calc((100% - 32px) / 5);
  flex-grow: 2;
  flex-shrink: 2;
  padding-block: 8px;
  color: #fff;
  background-color: #8db6d7;
  border: solid 2px #78a3cd;
  border-radius: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp04 #topVisualSection .topVisualSectionInner .box-banner .list-keypoint .keypoint {
    padding-block: 4px;
    border-width: 1px;
  }
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .list-keypoint .keypoint > span {
  display: inline-block;
  padding-inline: 2px;
  white-space: nowrap;
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .list-keypoint .keypoint:nth-of-type(2) > span {
  transform: scaleX(0.95);
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .list-keypoint .keypoint*:nth-of-type(5) > span {
  transform: scaleX(0.9);
}
@media screen and (max-width: 768px) {
  .lp04 #topVisualSection .topVisualSectionInner .box-banner .list-keypoint .keypoint {
    transform: scale(0.95, 0.9);
  }
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .container-call-to-action {
  list-style-type: none;
  flex-basis: 25%;
  flex-grow: 10;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: flex-end;
  padding: unset;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .lp04 #topVisualSection .topVisualSectionInner .box-banner .container-call-to-action {
    gap: 8px;
    align-items: unset;
    margin-block-start: 24px;
  }
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .container-call-to-action .call-to-action {
  position: relative;
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .lp04 #topVisualSection .topVisualSectionInner .box-banner .container-call-to-action .call-to-action {
    flex-basis: calc(50% - 4px);
    height: auto;
  }
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .container-call-to-action .call-to-action picture {
  display: inline-block;
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .container-call-to-action .call-to-action span {
  position: absolute;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .lp04 #topVisualSection .topVisualSectionInner .box-banner .container-call-to-action .call-to-action span {
    font-size: 15px;
    line-height: 18px;
  }
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .container-call-to-action .call-to-action span.cta-object {
  inset-block-start: 0;
  inset-inline-start: 0;
  height: -moz-fit-content;
  height: fit-content;
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .container-call-to-action .call-to-action span.cta-label {
  inset-block-start: 22px;
  inset-inline-start: 90px;
}
@media screen and (max-width: 768px) {
  .lp04 #topVisualSection .topVisualSectionInner .box-banner .container-call-to-action .call-to-action span.cta-label {
    inset-block-start: unset;
    inset-block-end: 24px;
    inset-inline-start: 64px;
    white-space: nowrap;
    transform: scale(0.95);
    transform-origin: bottom left;
  }
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .container-call-to-action .call-to-action span small {
  font-size: 10px;
  line-height: 9px;
}
@media screen and (max-width: 768px) {
  .lp04 #topVisualSection .topVisualSectionInner .box-banner .container-call-to-action .call-to-action span small {
    display: block;
    font-size: 9px;
    line-height: 8px;
    transform: scale(0.75);
    transform-origin: top left;
  }
}
.lp04 #topVisualSection .topVisualSectionInner .box-banner .container-call-to-action a {
  position: relative;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  color: unset;
}
.lp04 .notation {
  color: rgba(51, 51, 51, 0.8666666667);
}
@media screen and (min-width: 1080px) {
  .lp04 header#header {
    height: 80px;
  }
}
.lp04 header#header #logo {
  box-sizing: border-box;
  padding: 0;
  height: 64px;
}
@media screen and (min-width: 769px) {
  .lp04 header#header #logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100vw - 700px);
    height: 80px;
  }
}
.lp04 header#header #logo picture, .lp04 header#header #logo img {
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  min-width: 200px;
  width: 100%;
  max-height: 60px;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .lp04 header#header #logo picture, .lp04 header#header #logo img {
    margin-inline-end: 24px;
    max-height: 60px;
  }
}
.lp04 a[id] {
  display: block;
}
@media screen and (min-width: 769px) {
  .lp04 .lpGlnav {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    -moz-column-gap: 12px;
         column-gap: 12px;
    margin-block: unset;
    margin-inline: 0 24px;
    padding: unset;
    width: calc(100vw - 650px);
  }
}
@media screen and (max-width: 1080px) {
  .lp04 .lpGlnav {
    display: none;
  }
}
.lp04 .lpGlnav li {
  margin-inline-end: unset;
  text-align: end;
}
.lp04 .lpGlnav li a {
  font-size: 14.5px;
}
@media screen and (max-width: 1200px) {
  .lp04 .lpGlnav li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 800px) {
  .lp04 .lpGlnav li a {
    font-size: 12px;
  }
}
.lp04 .headerNavButton {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.lp04 .headerNavButton .lpDownloadBtn {
  margin-inline-end: unset;
}
@media screen and (max-width: 768px) {
  .lp04 .siteHome .main {
    margin-block-start: 2em;
    padding-block-start: 45px;
  }
}
@media screen and (max-width: 768px) {
  .lp04 .siteHome .main .recruitmentSection {
    padding-block-end: 10px;
  }
}
.lp04 .siteHome .main .recruitmentSection h2 {
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lp04 .siteHome .main .recruitmentSection h2 {
    position: relative;
    margin-block-end: 20px;
    font-size: 20px;
    line-height: 1.25;
  }
}
.lp04 .siteHome .main .recruitmentSection h2 em {
  font-style: normal;
}
.lp04 .siteHome .main .recruitmentSection h2 .success {
  display: inline-block;
  margin-inline: 0.1em;
  color: #c63856;
  font-size: 1.05em;
}
@media screen and (max-width: 768px) {
  .lp04 .siteHome .main .recruitmentSection h2 .success {
    padding-block-start: 0.25em;
  }
}
.lp04 .siteHome .main .recruitmentSection h2 .mark {
  display: inline-block;
  margin-inline-start: -0.2em;
  font-weight: normal;
  font-size: 1.15em;
  vertical-align: -0.05em;
}
.lp04 .siteHome .main .recruitmentSection h2::before, .lp04 .siteHome .main .recruitmentSection h2::after {
  content: "|";
  display: inline-block;
  padding-inline: 0.75em;
  color: #e57c00;
  font-style: normal;
  font-weight: bold;
  font-size: 1.25em;
}
@media screen and (max-width: 768px) {
  .lp04 .siteHome .main .recruitmentSection h2::before, .lp04 .siteHome .main .recruitmentSection h2::after {
    position: absolute;
    display: block;
    color: rgba(229, 124, 0, 0.4);
    font-size: 1.5em;
  }
}
.lp04 .siteHome .main .recruitmentSection h2::before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .lp04 .siteHome .main .recruitmentSection h2::before {
    inset-block-start: -0.05em;
    inset-inline-start: -0.5em;
    transform-origin: top center;
    transform: rotate(-25deg) scale(0.5, 2.5);
  }
}
.lp04 .siteHome .main .recruitmentSection h2::after {
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .lp04 .siteHome .main .recruitmentSection h2::after {
    inset-block-start: -0.05em;
    inset-inline-end: -0.5em;
    transform-origin: top center;
    transform: rotate(25deg) scale(0.5, 2.5);
  }
}
.lp04 #aboutSection .sectionTitle span, .lp04 #aboutSection .sectionTitle img {
  vertical-align: middle;
}
.lp04 #aboutSection .aboutBox_item {
  padding-block: unset;
  min-height: unset;
  background: transparent;
}
.lp04 #aboutSection .aboutBox_item .heading-aboutBox_item {
  box-sizing: border-box;
  margin: unset;
  padding: 16px;
  color: #fff;
  font-size: 22px;
  line-height: 0.9;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
.lp04 #aboutSection .aboutBox_item:nth-of-type(1) .heading-aboutBox_item {
  background-color: #16a085;
}
.lp04 #aboutSection .aboutBox_item:nth-of-type(2) .heading-aboutBox_item {
  background-color: #ce5347;
}
.lp04 #aboutSection .aboutBox_item:nth-of-type(3) .heading-aboutBox_item {
  background-color: #1c68ae;
}
.lp04 #aboutSection .aboutBox_item .image {
  margin: unset;
  max-width: 100%;
  height: auto;
}
.lp04 #aboutSection .about_catch {
  margin-block-start: 50px;
  padding: 24px;
  font-weight: normal;
  color: #343434;
  font-size: 28px;
  line-height: 22px;
  border: solid 2px #343434;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp04 #aboutSection .about_catch {
    margin-block-start: 24px;
    padding-block: 0.45em;
    padding-inline: 0.45em;
    font-size: 17px;
    line-height: 1.25;
  }
}
.lp04 #aboutSection .about_catch p {
  margin: unset;
}
.lp04 #aboutSection .about_catch em {
  color: #e57c00;
  font-style: normal;
  font-weight: bold;
}
.lp04 #recommendSection {
  padding-block: 100px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .lp04 #recommendSection {
    padding-block: 48px;
  }
}
.lp04 #recommendSection .heading-section {
  position: relative;
  margin-block: 0 50px;
  margin-inline: auto;
  width: -moz-max-content;
  width: max-content;
  color: #343434;
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .lp04 #recommendSection .heading-section {
    font-size: 22px;
  }
}
.lp04 #recommendSection .heading-section::before {
  content: "";
  position: absolute;
  display: inline-block;
  inset-block-end: -20px;
  inset-inline-start: calc(50% - 30px);
  width: 60px;
  height: 5px;
  border-radius: 3px;
  background-color: #fd9c28;
}
.lp04 #recommendSection .recommend-sample {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 24px;
       column-gap: 24px;
  padding: unset;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .lp04 #recommendSection .recommend-sample {
    flex-direction: column;
    row-gap: 24px;
    margin-inline: auto;
    width: 92%;
  }
}
.lp04 #recommendSection .recommend-sample .sample-item {
  position: relative;
  flex-basis: calc((100% - 48px) / 3);
  flex-grow: 1;
  flex-shrink: 1;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .lp04 #recommendSection .recommend-sample .sample-item {
    flex-basis: 100%;
  }
}
.lp04 #recommendSection .recommend-sample .sample-item .heading-sample-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: unset;
  height: 92px;
  color: #fff;
  background-color: #6597ef;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .lp04 #recommendSection .recommend-sample .sample-item .heading-sample-item {
    padding-block: 8px;
    height: auto;
    font-size: 17px;
  }
}
.lp04 #recommendSection .recommend-sample .sample-item::before {
  content: "";
  position: absolute;
  inset-block-start: 117px;
  inset-inline-start: calc((100% - 170px) / 2);
  width: 170px;
  height: 170px;
}
@media screen and (max-width: 768px) {
  .lp04 #recommendSection .recommend-sample .sample-item::before {
    inset-block-start: 59px;
  }
}
.lp04 #recommendSection .recommend-sample .sample-item:nth-of-type(1)::before {
  background: url("/img/lp/03/image-recommend-01.svg") no-repeat;
}
.lp04 #recommendSection .recommend-sample .sample-item:nth-of-type(2)::before {
  background: url("/img/lp/03/image-recommend-02.svg") no-repeat;
}
.lp04 #recommendSection .recommend-sample .sample-item:nth-of-type(3)::before {
  background: url("/img/lp/03/image-recommend-03.svg") no-repeat;
}
.lp04 #recommendSection .recommend-sample .sample-item .sample-balloon {
  margin-block-start: 225px;
}
.lp04 #recommendSection .recommend-sample .sample-item .sample-balloon ul {
  position: relative;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  margin: 25px;
  padding: 28px 15px;
  min-height: 186px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.625;
  text-align: start;
  color: #343434;
  background-color: #e1effc;
}
@media screen and (max-width: 768px) {
  .lp04 #recommendSection .recommend-sample .sample-item .sample-balloon ul {
    margin: 0 16px 16px;
    padding: 1em;
    min-height: unset;
    font-size: 14px;
  }
}
.lp04 #recommendSection .recommend-sample .sample-item .sample-balloon ul::before {
  content: "";
  position: absolute;
  inset-block-start: -24px;
  inset-inline-start: calc(50% - 10px);
  display: inline-block;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: transparent transparent #e1effc transparent;
  transform: scale(0.75, 1.5);
}
.lp04 #recommendSection .recommend-catch {
  margin-block-start: 50px;
  padding: 30px 15px;
  color: #fff;
  background-color: #426087;
  font-weight: bold;
  font-size: 28.4px;
  line-height: 0.9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp04 #recommendSection .recommend-catch {
    margin-block-start: 24px;
    margin-inline: 2%;
    padding: 0.75em 0.5em;
    font-size: 18px;
    line-height: 1.45;
  }
}
.lp04 #recommendSection .recommend-catch p {
  margin: unset;
}
.lp04 #reasonSection {
  padding-block-end: 180px;
}
@media screen and (max-width: 768px) {
  .lp04 #cvr-01 {
    margin-block-start: 175px;
  }
}
.lp04 #allInOneSection {
  padding-block-start: 100px;
  text-align: center;
}
.lp04 #allInOneSection .container-image-figure {
  margin-inline: auto;
  max-width: 737px;
  width: 100%;
}
.lp04 #allInOneSection .container-image-figure img {
  margin-block-end: 40px;
  width: 100%;
  height: auto;
}
.lp04 #allInOneSection .container-catch-text {
  color: #343434;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.4;
}
.lp04 #allInOneSection .container-catch-text p {
  font-size: inherit;
}
.lp04 #allInOneSection .container-catch-text:has(+ .container-balloon) {
  margin-block-end: 80px;
}
.lp04 #allInOneSection .container-balloon {
  display: block;
  margin-block: 0 100px;
  margin-inline: auto;
  padding: 30px;
  min-width: 733px;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  color: white;
  background-color: #0bbd73;
  font-weight: bold;
  font-size: 40px;
  border-radius: 30px;
  text-shadow: 0 0 1px rgba(17, 51, 34, 0.4666666667);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1333333333);
  filter: contrast(95%) opacity(0.9);
  transition: all 0.25s ease-out;
}
.lp04 #allInOneSection .container-balloon:hover, .lp04 #allInOneSection .container-balloon:active {
  text-shadow: 0 0 4px rgba(17, 51, 34, 0.6666666667);
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2666666667);
  filter: contrast(100%) opacity(1);
  scale: 99.75%;
}
.lp04 #allInOneSection .container-balloon em {
  margin-inline-end: 20px;
  padding: 10px 30px 10px;
  height: 60px;
  color: inherit;
  background: #ef851b;
  font-style: normal;
  line-height: 1;
  border-radius: 40px;
}
.lp04 #allInOneSection .container-balloon .shift-kerning.mark {
  display: inline-block;
  margin-inline: -0.25em;
  font-size: 1.2em;
  translate: 0 0.075em;
}
.lp04 #allInOneSection .container-balloon .text-request {
  font-size: 67px;
}
.lp04 #pagenavSection .pagenavBox .pagenavBox_inner {
  justify-content: flex-start;
}
.lp04 #featured-functions {
  padding-block-start: 50px;
  /*
  		content-visibility: auto;
  		contain-intrinsic-size: 1000px;
  */
}
@media screen and (max-width: 768px) {
  .lp04 #featured-functions {
    padding-block-start: 40px;
  }
}
.lp04 #featured-functions .container {
  max-width: 1024px;
  width: 100%;
}
.lp04 #featured-functions .sectionTitle {
  position: relative;
  display: block;
  margin-block-end: 80px;
  margin-inline: auto;
}
.lp04 #featured-functions .sectionTitle span::before {
  content: "";
  position: absolute;
  inset-block-end: -110px;
  inset-inline-start: 50%;
  display: inline-block;
  margin-block-end: 80px;
  width: 60px;
  height: 5px;
  border-radius: 3px;
  transform: translate(-50%);
  background-color: #ff8800;
}
@media screen and (max-width: 768px) {
  .lp04 #featured-functions .sectionTitle {
    margin-block-end: -20px;
  }
}
.lp04 #featured-functions .functions-steps {
  list-style-type: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  margin: unset;
  margin-block-end: 150px;
  padding: unset;
}
@media screen and (max-width: 768px) {
  .lp04 #featured-functions .functions-steps {
    row-gap: 1px;
    margin-block: 50px;
    margin-inline: 20px;
  }
}
.lp04 #featured-functions .functions-steps-item {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  margin-block-end: 5px;
}
.lp04 #featured-functions .functions-steps-item > *:last-child {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .lp04 #featured-functions .functions-steps-item > *:last-child {
    position: static;
    margin-block-start: 0px;
    margin-inline: -20px;
  }
}
@media screen and (max-width: 768px) {
  .lp04 #featured-functions .functions-steps-item {
    row-gap: unset;
  }
}
.lp04 #featured-functions .step-item-leading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
  width: 100%;
  height: 140px;
}
@media screen and (max-width: 768px) {
  .lp04 #featured-functions .step-item-leading {
    flex-direction: column;
    margin-block-start: 50px;
    margin-inline: -20px;
    padding: 20px 20px 0;
    width: calc(100vw - 40px);
    height: auto;
    background-color: #f5f5f5;
  }
}
.lp04 #featured-functions .step-item-leading > * {
  display: flex;
  align-items: center;
  margin: unset;
}
.lp04 #featured-functions .step-item-leading .step-heading {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 220px;
  justify-content: center;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .lp04 #featured-functions .step-item-leading .step-heading {
    flex-basis: 50px;
    font-size: 22px;
  }
}
.lp04 #featured-functions .step-item-leading .description {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 1fr;
  padding-inline: 30px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .lp04 #featured-functions .step-item-leading .description {
    padding: 20px;
    font-size: 14px;
  }
}
.lp04 #featured-functions #function-step-01 .step-heading {
  color: white;
  background-color: #16a085;
}
.lp04 #featured-functions #function-step-01 .description {
  color: #343434;
  background-color: #e5f3f1;
}
.lp04 #featured-functions #function-step-02 .step-heading {
  color: white;
  background-color: #1c68ae;
}
.lp04 #featured-functions #function-step-02 .description {
  color: #343434;
  background-color: #e9effe;
}
.lp04 #featured-functions #function-step-03 .step-heading {
  color: white;
  background-color: #ce5347;
}
.lp04 #featured-functions #function-step-03 .description {
  color: #343434;
  background-color: #f3e5e5;
}
.lp04 #featured-functions .container-step-slider {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  width: 100%;
  height: 420px;
}
@media screen and (max-width: 768px) {
  .lp04 #featured-functions .container-step-slider {
    height: auto;
  }
}
.lp04 #featured-functions .container-step-slider::before {
  content: "";
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 5px;
  display: block;
  margin-inline: 107.5px;
}
@media screen and (max-width: 768px) {
  .lp04 #featured-functions .container-step-slider::before {
    display: none;
  }
}
.lp04 #featured-functions .container-step-slider > *:last-child {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 800px;
}
.lp04 #featured-functions #function-step-01 .container-step-slider::before {
  background-image: linear-gradient(to top, #1c68ae 0, #16a085 100%);
}
.lp04 #featured-functions #function-step-02 .container-step-slider::before {
  background-image: linear-gradient(to top, #ce5347 0, #1c68ae 100%);
}
.lp04 #featured-functions .splide__slide__container {
  box-sizing: border-box;
  display: grid;
  grid-template-areas: "grid-slide-heading grid-slide-heading" "grid-slide-image grid-slide-description" "grid-slide-image grid-slide-column";
  padding: 20px;
  max-width: 800px;
  height: 395px;
  background-color: #f5f5f5;
}
.lp04 #featured-functions .splide__slide__container > * {
  margin: unset;
  padding: unset;
}
@media screen and (max-width: 768px) {
  .lp04 #featured-functions .splide__slide__container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
}
.lp04 #featured-functions .grid-slide-heading {
  grid-area: grid-slide-heading;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  box-sizing: border-box;
  margin-block-end: 20px;
  padding: 5px;
  width: 100%;
  height: 70px;
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .lp04 #featured-functions .grid-slide-heading {
    height: 60px;
    font-size: 20px;
  }
}
.lp04 #featured-functions .grid-slide-heading svg {
  box-sizing: border-box;
  margin-inline-end: 20px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: solid 5px #fff;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .lp04 #featured-functions .grid-slide-heading svg {
    width: 50px;
    height: 50px;
  }
}
.lp04 #featured-functions .grid-slide-image {
  grid-area: grid-slide-image;
  margin-inline-end: 15px;
  width: 365px;
}
@media screen and (max-width: 768px) {
  .lp04 #featured-functions .grid-slide-image {
    aspect-ratio: 365/265;
    margin: 0 auto;
    width: 100%;
    height: auto;
    text-align: center;
  }
}
.lp04 #featured-functions .grid-slide-image picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 365px;
  height: 265px;
}
@media screen and (max-width: 768px) {
  .lp04 #featured-functions .grid-slide-image picture {
    aspect-ratio: 365/265;
    width: 100%;
    height: auto;
  }
  .lp04 #featured-functions .grid-slide-image picture img {
    width: auto;
    height: 100%;
  }
}
.lp04 #featured-functions .grid-slide-image picture.vector#picture-2-2 {
  background-color: #fff4fb;
}
.lp04 #featured-functions .grid-slide-image picture.vector#picture-2-2 img {
  width: 238px;
}
@media screen and (max-width: 768px) {
  .lp04 #featured-functions .grid-slide-image picture.vector#picture-2-2 img {
    width: 180px;
  }
}
.lp04 #featured-functions .grid-slide-image picture.vector#picture-2-4 {
  background-color: #fffdf4;
}
.lp04 #featured-functions .grid-slide-image picture.vector#picture-2-4 img {
  width: 365px;
}
@media screen and (max-width: 768px) {
  .lp04 #featured-functions .grid-slide-image picture.vector#picture-2-4 img {
    width: 220px;
  }
}
.lp04 #featured-functions .grid-slide-image picture.vector#picture-3-1 {
  background-color: #f4fff6;
}
.lp04 #featured-functions .grid-slide-image picture.vector#picture-3-1 img {
  width: 266px;
}
@media screen and (max-width: 768px) {
  .lp04 #featured-functions .grid-slide-image picture.vector#picture-3-1 img {
    width: 200px;
  }
}
.lp04 #featured-functions .grid-slide-image picture.vector#picture-3-3 {
  background-color: #f4fcff;
}
.lp04 #featured-functions .grid-slide-image picture.vector#picture-3-3 img {
  width: 268px;
}
@media screen and (max-width: 768px) {
  .lp04 #featured-functions .grid-slide-image picture.vector#picture-3-3 img {
    width: 200px;
  }
}
.lp04 #featured-functions .grid-slide-description {
  grid-area: grid-slide-description;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-inline: 20px 25px;
  width: 100%;
  color: #343434;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.56;
}
@media screen and (max-width: 768px) {
  .lp04 #featured-functions .grid-slide-description {
    display: none;
    align-items: flex-start;
    margin: 0;
    padding: 5px 2px 5px;
    font-weight: normal;
    font-size: 14px;
  }
}
.lp04 #featured-functions .grid-slide-column {
  grid-area: grid-slide-column;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-block-start: 10px;
  padding: 20px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  color: #343434;
  background-color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.56;
  box-shadow: 0 0 1px rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 768px) {
  .lp04 #featured-functions .grid-slide-column {
    padding: 4px;
    font-weight: normal;
    font-size: 14px;
    background-color: unset;
    box-shadow: unset;
  }
}
.lp04 #featured-functions .grid-slide-column::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset-block-start: -30px;
  inset-inline-start: 50%;
  margin-inline-start: -15px;
  border: 15px solid transparent;
  border-block-end-color: #fff;
  box-shadow: 0 0 1px rgba(51, 51, 51, 0.2);
  transform: scale(0.6, 1);
}
@media screen and (max-width: 768px) {
  .lp04 #featured-functions .grid-slide-column::before {
    display: none;
  }
}
.lp04 #featured-functions #function-step-01 .grid-slide-heading {
  background-color: #68b187;
}
.lp04 #featured-functions #function-step-02 .grid-slide-heading {
  background-color: #86a5e9;
}
.lp04 #featured-functions #function-step-03 .grid-slide-heading {
  background-color: #ce6d7f;
}
.lp04 .eventos-arrows .eventos-arrow {
  width: 50px;
  height: 50px;
  background-color: rgba(51, 51, 51, 0.5333333333);
  border-radius: unset;
}
.lp04 .eventos-arrows .eventos-arrow.eventos-prev {
  inset-inline-start: 0;
  margin-inline-start: 0;
}
@media screen and (max-width: 768px) {
  .lp04 .eventos-arrows .eventos-arrow.eventos-prev {
    inset-inline-start: 5px;
  }
}
.lp04 .eventos-arrows .eventos-arrow.eventos-next {
  inset-inline-end: 0;
  margin-inline-end: 0;
}
@media screen and (max-width: 768px) {
  .lp04 .eventos-arrows .eventos-arrow.eventos-next {
    inset-inline-end: 5px;
  }
}
.lp04 .eventos-arrows .eventos-arrow:disabled {
  opacity: 0.2;
  transition: opacity 0.15s ease-in;
}
@media screen and (max-width: 768px) {
  .lp04 .eventos-arrows .eventos-arrow {
    inset-block-start: 225px;
    width: 30px;
    height: 30px;
  }
}
.lp04 .eventos-arrows svg {
  fill: #fff;
}
.lp04 .splide__pagination {
  -moz-column-gap: 15px;
       column-gap: 15px;
  inset-block-end: 0;
}
@media screen and (max-width: 768px) {
  .lp04 .splide__pagination {
    inset-block-end: 20px;
  }
}
.lp04 .splide__pagination__page {
  margin: unset;
  width: 10px;
  height: 10px;
  background-color: #c4c4c4;
  opacity: 1;
}
.lp04 .splide__pagination__page.is-active {
  background-color: #525252;
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .lp04 .splide__pagination__page {
    width: 7px;
    height: 7px;
  }
}
.lp04 .container-function-lead {
  text-align: center;
}
.lp04 .container-function-lead .image-all-in-ove {
  width: 737px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .lp04 .container-function-lead .image-all-in-ove {
    width: 100%;
  }
}
.lp04 .container-function-lead figure {
  margin-inline: 0;
  margin-block-end: 80px;
}
@media screen and (max-width: 768px) {
  .lp04 .container-function-lead figure {
    margin-block: 0 20px;
    margin-inline: 20px;
  }
}
.lp04 .container-function-lead figcaption {
  padding-block-start: 60px;
  color: #343434;
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .lp04 .container-function-lead figcaption {
    padding-block-start: 10px;
    font-size: 22px;
  }
}
.lp04 .button-function-lead {
  box-sizing: border-box;
  display: block;
  margin-block-end: 100px;
  margin-inline: auto;
  padding: 40px 60px;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  background-color: #0bbd73;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  border-radius: 30px;
  text-shadow: 0 0 1px rgba(51, 51, 51, 0.1333333333);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.45s ease-out;
}
@media screen and (max-width: 768px) {
  .lp04 .button-function-lead {
    box-sizing: border-box;
    margin-block: 50px;
    margin-inline: 10px;
    padding: 20px 20px;
    max-width: 100%;
    width: calc(100% - 20px);
    font-size: 20px;
  }
}
.lp04 .button-function-lead #rightnow {
  margin-inline-end: 20px;
  padding-block: 0 4px;
  padding-inline: 30px;
  background-color: #ef851b;
  border-radius: 30px;
  filter: brightness(105%);
}
@media screen and (max-width: 768px) {
  .lp04 .button-function-lead #rightnow {
    margin-inline-end: 10px;
    padding-inline: 15px;
  }
}
.lp04 .button-function-lead #text-request {
  font-size: 70px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .lp04 .button-function-lead #text-request {
    font-size: 40px;
  }
}
.lp04 .button-function-lead .mark {
  display: inline-block;
  margin-inline: -0.2em -0.35em;
  font-weight: normal;
  font-size: 1.2em;
  vertical-align: -0.075em;
  transform: rotate(3deg);
}
.lp04 .button-function-lead .shift-start {
  display: inline-block;
  margin-inline-end: -0.1em;
}
.lp04 .button-function-lead:hover, .lp04 .button-function-lead:active {
  text-shadow: 0 0 4px rgba(51, 51, 51, 0.2);
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);
  filter: contrast(110%) brightness(101.5%);
}
.lp04 .button-function-lead:hover #rightnow, .lp04 .button-function-lead:active #rightnow {
  box-shadow: 0 0 4px rgba(51, 51, 51, 0.2);
}

.reason-block .img picture {
  display: block;
  width: 100%;
}

.reason-block.block05 {
  align-items: flex-start;
}

.reason-block .desc .head {
  font-size: 22px;
}

/* [EOF] *//*# sourceMappingURL=lp04.css.map */