.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;
}

.lp02 .notation {
  color: rgba(51, 51, 51, 0.8666666667);
}
@media screen and (min-width: 1080px) {
  .lp02 header#header {
    height: 80px;
  }
}
.lp02 header#header #logo {
  box-sizing: border-box;
  padding: 0;
  height: 64px;
}
@media screen and (min-width: 769px) {
  .lp02 header#header #logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100vw - 700px);
    height: 80px;
  }
}
.lp02 header#header #logo picture, .lp02 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) {
  .lp02 header#header #logo picture, .lp02 header#header #logo img {
    margin-inline-end: 24px;
    max-height: 60px;
  }
}
.lp02 a[id] {
  display: block;
}
@media screen and (min-width: 769px) {
  .lp02 .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) {
  .lp02 .lpGlnav {
    display: none;
  }
}
.lp02 .lpGlnav li {
  margin-inline-end: unset;
  text-align: end;
}
.lp02 .lpGlnav li a {
  font-size: 14.5px;
}
@media screen and (max-width: 1200px) {
  .lp02 .lpGlnav li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 800px) {
  .lp02 .lpGlnav li a {
    font-size: 12px;
  }
}
.lp02 .headerNavButton {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.lp02 .headerNavButton .lpDownloadBtn {
  margin-inline-end: unset;
}
.lp02 #allInOneSection {
  padding-block-start: 100px;
  text-align: center;
}
.lp02 #allInOneSection .container-image-figure {
  margin-inline: auto;
  max-width: 737px;
  width: 100%;
}
.lp02 #allInOneSection .container-image-figure img {
  margin-block-end: 40px;
  width: 100%;
  height: auto;
}
.lp02 #allInOneSection .container-catch-text {
  color: #343434;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.4;
}
.lp02 #allInOneSection .container-catch-text p {
  font-size: inherit;
}
.lp02 #allInOneSection .container-catch-text:has(+ .container-balloon) {
  margin-block-end: 80px;
}
.lp02 #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;
}
.lp02 #allInOneSection .container-balloon:hover, .lp02 #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%;
}
.lp02 #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;
}
.lp02 #allInOneSection .container-balloon .shift-kerning.mark {
  display: inline-block;
  margin-inline: -0.25em;
  font-size: 1.2em;
  translate: 0 0.075em;
}
.lp02 #allInOneSection .container-balloon .text-request {
  font-size: 67px;
}
.lp02 #pagenavSection .pagenavBox .pagenavBox_inner {
  justify-content: flex-start;
}
.lp02 #featured-functions {
  padding-block-start: 128px;
  /*
  		content-visibility: auto;
  		contain-intrinsic-size: 1000px;
  */
}
@media screen and (max-width: 768px) {
  .lp02 #featured-functions {
    margin-block-start: 0;
    padding-block-start: 24px;
  }
}
.lp02 #featured-functions .container {
  max-width: 1024px;
  width: 100%;
}
.lp02 #featured-functions .sectionTitle {
  position: relative;
  display: block;
  margin-block-end: 80px;
  margin-inline: auto;
}
.lp02 #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) {
  .lp02 #featured-functions .sectionTitle {
    margin-block-end: -20px;
  }
}
.lp02 #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) {
  .lp02 #featured-functions .functions-steps {
    row-gap: 1px;
    margin-block: 50px;
    margin-inline: 20px;
  }
}
.lp02 #featured-functions .functions-steps-item {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  margin-block-end: 5px;
}
.lp02 #featured-functions .functions-steps-item > *:last-child {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .lp02 #featured-functions .functions-steps-item > *:last-child {
    position: static;
    margin-block-start: 0px;
    margin-inline: -20px;
  }
}
@media screen and (max-width: 768px) {
  .lp02 #featured-functions .functions-steps-item {
    row-gap: unset;
  }
}
.lp02 #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) {
  .lp02 #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;
  }
}
.lp02 #featured-functions .step-item-leading > * {
  display: flex;
  align-items: center;
  margin: unset;
}
.lp02 #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) {
  .lp02 #featured-functions .step-item-leading .step-heading {
    flex-basis: 50px;
    font-size: 22px;
  }
}
.lp02 #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) {
  .lp02 #featured-functions .step-item-leading .description {
    padding: 20px;
    font-size: 14px;
  }
}
.lp02 #featured-functions #function-step-01 .step-heading {
  color: white;
  background-color: #16a085;
}
.lp02 #featured-functions #function-step-01 .description {
  color: #343434;
  background-color: #e5f3f1;
}
.lp02 #featured-functions #function-step-02 .step-heading {
  color: white;
  background-color: #1c68ae;
}
.lp02 #featured-functions #function-step-02 .description {
  color: #343434;
  background-color: #e9effe;
}
.lp02 #featured-functions #function-step-03 .step-heading {
  color: white;
  background-color: #ce5347;
}
.lp02 #featured-functions #function-step-03 .description {
  color: #343434;
  background-color: #f3e5e5;
}
.lp02 #featured-functions .container-step-slider {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  width: 100%;
  height: 420px;
}
@media screen and (max-width: 768px) {
  .lp02 #featured-functions .container-step-slider {
    height: auto;
  }
}
.lp02 #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) {
  .lp02 #featured-functions .container-step-slider::before {
    display: none;
  }
}
.lp02 #featured-functions .container-step-slider > *:last-child {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 800px;
}
.lp02 #featured-functions #function-step-01 .container-step-slider::before {
  background-image: linear-gradient(to top, #1c68ae 0, #16a085 100%);
}
.lp02 #featured-functions #function-step-02 .container-step-slider::before {
  background-image: linear-gradient(to top, #ce5347 0, #1c68ae 100%);
}
.lp02 #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;
}
.lp02 #featured-functions .splide__slide__container > * {
  margin: unset;
  padding: unset;
}
@media screen and (max-width: 768px) {
  .lp02 #featured-functions .splide__slide__container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
}
.lp02 #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) {
  .lp02 #featured-functions .grid-slide-heading {
    height: 60px;
    font-size: 20px;
  }
}
.lp02 #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) {
  .lp02 #featured-functions .grid-slide-heading svg {
    width: 50px;
    height: 50px;
  }
}
.lp02 #featured-functions .grid-slide-image {
  grid-area: grid-slide-image;
  margin-inline-end: 15px;
  width: 365px;
}
@media screen and (max-width: 768px) {
  .lp02 #featured-functions .grid-slide-image {
    aspect-ratio: 365/265;
    margin: 0 auto;
    width: 100%;
    height: auto;
    text-align: center;
  }
}
.lp02 #featured-functions .grid-slide-image picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 365px;
  height: 265px;
}
@media screen and (max-width: 768px) {
  .lp02 #featured-functions .grid-slide-image picture {
    aspect-ratio: 365/265;
    width: 100%;
    height: auto;
  }
  .lp02 #featured-functions .grid-slide-image picture img {
    width: auto;
    height: 100%;
  }
}
.lp02 #featured-functions .grid-slide-image picture.vector#picture-2-2 {
  background-color: #fff4fb;
}
.lp02 #featured-functions .grid-slide-image picture.vector#picture-2-2 img {
  width: 238px;
}
@media screen and (max-width: 768px) {
  .lp02 #featured-functions .grid-slide-image picture.vector#picture-2-2 img {
    width: 180px;
  }
}
.lp02 #featured-functions .grid-slide-image picture.vector#picture-2-4 {
  background-color: #fffdf4;
}
.lp02 #featured-functions .grid-slide-image picture.vector#picture-2-4 img {
  width: 330px;
}
@media screen and (max-width: 768px) {
  .lp02 #featured-functions .grid-slide-image picture.vector#picture-2-4 img {
    width: 220px;
  }
}
.lp02 #featured-functions .grid-slide-image picture.vector#picture-3-1 {
  background-color: #f4fff6;
}
.lp02 #featured-functions .grid-slide-image picture.vector#picture-3-1 img {
  width: 266px;
}
@media screen and (max-width: 768px) {
  .lp02 #featured-functions .grid-slide-image picture.vector#picture-3-1 img {
    width: 200px;
  }
}
.lp02 #featured-functions .grid-slide-image picture.vector#picture-3-3 {
  background-color: #f4fcff;
}
.lp02 #featured-functions .grid-slide-image picture.vector#picture-3-3 img {
  width: 268px;
}
@media screen and (max-width: 768px) {
  .lp02 #featured-functions .grid-slide-image picture.vector#picture-3-3 img {
    width: 200px;
  }
}
.lp02 #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) {
  .lp02 #featured-functions .grid-slide-description {
    display: none;
    align-items: flex-start;
    margin: 0;
    padding: 5px 2px 5px;
    font-weight: normal;
    font-size: 14px;
  }
}
.lp02 #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) {
  .lp02 #featured-functions .grid-slide-column {
    padding: 4px;
    font-weight: normal;
    font-size: 14px;
    background-color: unset;
    box-shadow: unset;
  }
}
.lp02 #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) {
  .lp02 #featured-functions .grid-slide-column::before {
    display: none;
  }
}
.lp02 #featured-functions #function-step-01 .grid-slide-heading {
  background-color: #68b187;
}
.lp02 #featured-functions #function-step-02 .grid-slide-heading {
  background-color: #86a5e9;
}
.lp02 #featured-functions #function-step-03 .grid-slide-heading {
  background-color: #ce6d7f;
}
.lp02 .eventos-arrows .eventos-arrow {
  width: 50px;
  height: 50px;
  background-color: rgba(51, 51, 51, 0.5333333333);
  border-radius: unset;
}
.lp02 .eventos-arrows .eventos-arrow.eventos-prev {
  inset-inline-start: 0;
  margin-inline-start: 0;
}
@media screen and (max-width: 768px) {
  .lp02 .eventos-arrows .eventos-arrow.eventos-prev {
    inset-inline-start: 5px;
  }
}
.lp02 .eventos-arrows .eventos-arrow.eventos-next {
  inset-inline-end: 0;
  margin-inline-end: 0;
}
@media screen and (max-width: 768px) {
  .lp02 .eventos-arrows .eventos-arrow.eventos-next {
    inset-inline-end: 5px;
  }
}
.lp02 .eventos-arrows .eventos-arrow:disabled {
  opacity: 0.2;
  transition: opacity 0.15s ease-in;
}
@media screen and (max-width: 768px) {
  .lp02 .eventos-arrows .eventos-arrow {
    inset-block-start: 225px;
    width: 30px;
    height: 30px;
  }
}
.lp02 .eventos-arrows svg {
  fill: #fff;
}
.lp02 .splide__pagination {
  -moz-column-gap: 15px;
       column-gap: 15px;
  inset-block-end: 0;
}
@media screen and (max-width: 768px) {
  .lp02 .splide__pagination {
    inset-block-end: 20px;
  }
}
.lp02 .splide__pagination__page {
  margin: unset;
  width: 10px;
  height: 10px;
  background-color: #c4c4c4;
  opacity: 1;
}
.lp02 .splide__pagination__page.is-active {
  background-color: #525252;
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .lp02 .splide__pagination__page {
    width: 7px;
    height: 7px;
  }
}
.lp02 .container-function-lead {
  text-align: center;
}
.lp02 .container-function-lead .image-all-in-ove {
  width: 737px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .lp02 .container-function-lead .image-all-in-ove {
    width: 100%;
  }
}
.lp02 .container-function-lead figure {
  margin-inline: 0;
  margin-block-end: 80px;
}
@media screen and (max-width: 768px) {
  .lp02 .container-function-lead figure {
    margin-block: 0 20px;
    margin-inline: 20px;
  }
}
.lp02 .container-function-lead figcaption {
  padding-block-start: 60px;
  color: #343434;
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .lp02 .container-function-lead figcaption {
    padding-block-start: 10px;
    font-size: 22px;
  }
}
.lp02 .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) {
  .lp02 .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;
  }
}
.lp02 .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) {
  .lp02 .button-function-lead #rightnow {
    margin-inline-end: 10px;
    padding-inline: 15px;
  }
}
.lp02 .button-function-lead #text-request {
  font-size: 70px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .lp02 .button-function-lead #text-request {
    font-size: 40px;
  }
}
.lp02 .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);
}
.lp02 .button-function-lead .shift-start {
  display: inline-block;
  margin-inline-end: -0.1em;
}
.lp02 .button-function-lead:hover, .lp02 .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%);
}
.lp02 .button-function-lead:hover #rightnow, .lp02 .button-function-lead:active #rightnow {
  box-shadow: 0 0 4px rgba(51, 51, 51, 0.2);
}

@media screen and (max-width: 768px) {
  #reasonSection {
    margin-block-end: 300px;
  }
}

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

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

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