@charset "UTF-8";
:root {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  color: #333;
  font-family: source-han-sans-japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}

main {
  display: block;
}

p {
  margin-bottom: 0;
}

ul,
ol {
  list-style: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: bold;
}

dfn,
cite {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 100%;
}

i {
  font-style: italic;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  border: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

video {
  display: block;
  max-width: 100%;
}

@property --COLOR_DARK {
  syntax: "<color>";
  inherits: false;
  initial-value: #000;
}
@property --COLOR_LIGHT {
  syntax: "<color>";
  inherits: false;
  initial-value: #fff;
}
@property --COLOR_LIGHTGRAY {
  syntax: "<color>";
  inherits: false;
  initial-value: #e4e4e4;
}
@property --COLOR_PRIMARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #dc002f;
}
@property --COLOR_SECONDARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #4f525b;
}
@property --COLOR_TERTIARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #463f6d;
}
@property --COLOR_BACKGROUND_DARK {
  syntax: "<color>";
  inherits: false;
  initial-value: #000;
}
@property --COLOR_BACKGROUND_LIGHT {
  syntax: "<color>";
  inherits: false;
  initial-value: #fff;
}
@property --COLOR_BACKGROUND_PRIMARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #f4f4f4;
}
@property --COLOR_BACKGROUND_SECONDARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #b4b4b4;
}
@property --COLOR_BACKGROUND_TERTIARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #dc002f;
}
@property --COLOR_BACKGROUND_QUATERNARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #4f525b;
}
@property --COLOR_BACKGROUND_QUINARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #d9d9d9;
}
@property --FONT_WEIGHT_BOLD {
  syntax: "<number>";
  inherits: false;
  initial-value: 700;
}
@property --FONT_WEIGHT_SEMIBOLD {
  syntax: "<number>";
  inherits: false;
  initial-value: 500;
}
@property --FONT_WEIGHT_NORMAL {
  syntax: "<number>";
  inherits: false;
  initial-value: 400;
}
.lp-buttonConversion {
  display: inline-block;
  max-width: 100%;
  background: #dc002f;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 640px) {
  .lp-buttonConversion {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .lp-buttonConversion:hover {
    background-color: #c6002a;
  }
}
.lp-buttonConversion-body {
  display: flex;
  align-items: center;
  padding: 12px 8px 12px 24px;
}
@media only screen and (max-width: 640px) {
  .lp-buttonConversion-body {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.lp-buttonConversion-text {
  margin-right: 16px;
}
.lp-buttonConversion-image {
  margin: -22px 0;
  border: 1px solid #ccc;
}
.lp-buttonConversion-image > img {
  min-width: 42px;
  max-width: 60px;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}
.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}
.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  left: 26px;
  height: 12px;
  border-width: 7px 0 7px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}
.lp-buttonConversion.of-primary {
  background: #13778f;
}
@media (hover: hover) {
  .lp-buttonConversion.of-primary:hover {
    background-color: #116b81;
  }
}
.lp-buttonConversion.of-secondary {
  background: #0065bb;
}

.lp-navigationSeries {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1240px;
  margin: 20px auto;
  padding: 4px 10px;
  border: 2px solid #e5e5e5;
  color: #999;
}
div#MainContent .lp-navigationSeries {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media only screen and (max-width: 1279px) {
  .lp-navigationSeries {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries {
    flex-direction: column;
    align-items: center;
  }
}
.lp-navigationSeries-title {
  max-width: 600px;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.3;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title {
    width: 100%;
    max-width: none;
    margin-bottom: 3px;
    text-align: center;
  }
}
.lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: -10px;
  }
}
div#MainContent .lp-navigationSeries-title {
  margin-bottom: 0;
  color: #999;
  font-size: 11px;
  line-height: 1.3;
  text-transform: none;
}
div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
    display: block;
  }
}
.lp-navigationSeries-linkList {
  display: flex;
  flex-wrap: wrap;
  margin: -3px 0 0 -10px;
  color: #999;
}
div#MainContent .lp-navigationSeries-linkList {
  margin: -3px 0 0 -10px;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-linkList {
    justify-content: center;
    width: 100%;
  }
}
.lp-navigationSeries-linkList > li {
  display: flex;
  position: relative;
  margin-top: 3px;
  margin-left: 10px;
  background: none;
  font-size: 1.1rem;
  line-height: 1.3;
}
div#MainContent .lp-navigationSeries-linkList > li {
  margin: 3px 0 0 10px;
  padding: 0;
  background: none;
  font-size: 11px;
}
.lp-navigationSeries-linkList > li > a {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 9px;
  color: #999;
  line-height: 1.3;
  text-decoration: none;
}
.lp-navigationSeries-linkList > li > a::before {
  display: block;
  position: absolute;
  top: 4px;
  left: -2px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  content: "";
}
div#MainContent .lp-navigationSeries-linkList > li > a:link {
  color: #999;
}
div#MainContent .lp-navigationSeries-linkList > li > a::before {
  top: 0.3em;
}
.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
  text-decoration: underline;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center !important;
}

.lp-disclosure-group > *:last-child, .lp-textPhone-body > *:last-child, .lp-textPhone > *:last-child, .lp-textLink > *:last-child, .lp-buttonConversion.of-secondary > .lp-buttonConversion-body > *:last-child, .lp-cardLink > *:last-child, .lp-cardFeature-content > *:last-child, .lp-cardFeature > *:last-child, .lp-card > *:last-child, .lp-figure-image > *:last-child, .lp-figure > *:last-child, .lp-mediaDisclosure-imageGroup > *:last-child, .lp-mediaDisclosure-image > *:last-child, .lp-mediaDisclosure-body > *:last-child, .lp-mediaFeature-body > *:last-child, .lp-mediaFeature > *:last-child, .lp-mediaProducts-body > *:last-child, .lp-media-image > *:last-child, .lp-media-body > *:last-child, .lp-media > *:last-child, .lp-listButton > li > *:last-child, .lp-listButton > *:last-child, .lp-layout-grid > .lp-layout-grid-column > *:last-child, .lp-layout-grid > *:last-child, .lp-navigationLink > li > *:last-child, .lp-navigationLink > *:last-child, .lp-headingLevel2-group > *:last-child, .lp-sectionConversion-body > *:last-child, .lp-sectionConversion-content > *:last-child, .lp-sectionConversion > *:last-child, .lp-section-content.of-primary > *:last-child, .lp-section-content:not(.of-primary) > *:last-child, .lp-section > *:last-child, .lp-jumbotron-series-outer > *:last-child, .lp-jumbotron-seriesGroup > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-jumbotron-image > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-content > *:last-child, .lp-layout-footer-list > li > *:last-child, .lp-layout-footer-content > *:last-child, .lp-layout-footer > *:last-child, .lp-layout-header-content > *:last-child, .lp-layout-container > *:last-child {
  margin-bottom: 0 !important;
}

.lp-layout-container {
  margin-bottom: 24px;
  margin-inline: auto;
  color: var(--COLOR_SECONDARY);
}
.lp-layout-container.of-outermost {
  margin-bottom: 0;
  background-color: var(--COLOR_BACKGROUND_PRIMARY);
  line-height: 1.3;
}
.lp-layout-container.of-small {
  max-width: 1160px;
}
@media screen and (max-width: 1759px) {
  .lp-layout-container.of-small {
    max-width: calc(102.4rem + (1vw - 1.366rem) * (34.5177664975));
  }
}

.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  margin-inline: auto;
  padding: 16px 40px;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .lp-layout-header-content {
    justify-content: center;
    padding: 18px 40px 20px;
  }
}
.lp-layout-header-logo {
  flex-shrink: 0;
}
.lp-layout-header-logo > a {
  display: block;
  line-height: 1;
}
.lp-layout-header-logo img {
  width: 114px;
}
@media screen and (max-width: 1024px) {
  .lp-layout-header-logo img {
    width: 92px;
  }
}

.lp-layout-footer-content {
  max-width: 1920px;
  margin-inline: auto;
  padding: 40px 20px 16px;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .lp-layout-footer-content {
    padding: 16px 20px;
  }
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .lp-layout-footer-list {
    column-gap: 20px;
    row-gap: 8px;
  }
}
.lp-layout-footer-list > li {
  position: relative;
  color: var(--COLOR_DARK);
}
.lp-layout-footer-list > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background-color: var(--COLOR_BACKGROUND_DARK);
}
.lp-layout-footer-list > li:first-child::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp-layout-footer-list > li:last-child::before {
    display: none;
  }
}
.lp-layout-footer-list > li a {
  color: var(--COLOR_DARK);
  text-decoration: none;
}
@media (hover) {
  .lp-layout-footer-list > li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1024px) {
  .lp-layout-footer-copyright {
    width: calc(100% - 256px);
    max-width: fit-content;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .lp-layout-footer-copyright {
    width: 100%;
    max-width: 100%;
  }
}

.lp-jumbotron-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  max-width: 1840px;
  margin-inline: auto;
  padding: 40px 40px 120px;
  gap: 40px;
}
@media screen and (max-width: 1759px) {
  .lp-jumbotron-content {
    padding: 40px calc(3.2rem + (1vw - 1.366rem) * (2.0304568528)) 120px;
  }
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-content {
    gap: calc(2rem + (1vw - 1.025rem) * (5.8651026393));
    padding: 40px calc(4rem + (1vw - 1.025rem) * (35.1906158358)) 80px;
  }
}
@media screen and (max-width: 1024px) {
  .lp-jumbotron-content {
    flex-direction: column-reverse;
    max-width: 1024px;
    padding: 0 calc(8rem + (1vw - 0.769rem) * (31.25)) 40px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lp-jumbotron-content {
    padding: 0 calc(2rem + (1vw - 0.36rem) * (14.6699266504)) 40px;
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-content {
    padding: 0 20px 40px;
  }
}
.lp-jumbotron-body {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .lp-jumbotron-body {
    width: 100%;
  }
}
.lp-jumbotron-image {
  width: 100%;
  max-width: 1010px;
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-image {
    max-width: calc(66.6rem + (1vw - 1.366rem) * (62.0938628159));
  }
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-image {
    max-width: calc(54.6rem + (1vw - 1.025rem) * (19.3548387097));
  }
}
@media screen and (max-width: 1024px) {
  .lp-jumbotron-image {
    max-width: 100%;
  }
}
.lp-jumbotron-title {
  display: block;
  margin-bottom: 40px;
  font-size: 7.2rem;
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-title {
    font-size: calc(4.8rem + (1vw - 1.366rem) * (4.3321299639));
  }
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-title {
    margin-bottom: 20px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-jumbotron-title {
    font-size: calc(3.2rem + (1vw - 0.769rem) * (3.125));
  }
}
@media screen and (max-width: 768px) {
  .lp-jumbotron-title {
    font-size: 3.2rem;
  }
}
.lp-jumbotron-titleGroup {
  margin-bottom: 40px;
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .lp-jumbotron-titleGroup {
    text-align: center;
  }
}
.lp-jumbotron-series {
  display: inline-block;
  margin-bottom: 16px;
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-series {
    display: block;
  }
}
.lp-jumbotron-seriesName {
  display: inline-block;
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-seriesName {
    display: block;
  }
}
.lp-jumbotron-seriesGroup {
  display: block;
  margin-bottom: 16px;
  font-size: 2rem;
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-seriesGroup {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 1.4rem;
  }
}
.lp-jumbotron-series-outer {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .lp-jumbotron-series-outer {
    align-items: center;
  }
}

.lp-section {
  margin-inline: auto;
}
.lp-section:not(.of-primary) {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .lp-section:not(.of-primary) {
    padding: 40px calc(8rem + (1vw - 0.769rem) * (31.25)) 24px;
  }
}
@media screen and (max-width: 768px) {
  .lp-section:not(.of-primary) {
    padding: 40px calc(2rem + (1vw - 0.36rem) * (14.6699266504)) 24px;
  }
}
@media screen and (max-width: 360px) {
  .lp-section:not(.of-primary) {
    padding: 40px 20px 24px;
  }
}
.lp-section.of-primary {
  padding: 0 40px;
  background: linear-gradient(90deg, #d5dee7 0%, #e8ebf2 50%, #e2e7ed 100%);
}
@media screen and (max-width: 1365px) {
  .lp-section.of-primary {
    padding: 40px calc(4rem + (1vw - 1.025rem) * (35.1906158358));
  }
}
@media screen and (max-width: 1024px) {
  .lp-section.of-primary {
    padding: 40px calc(8rem + (1vw - 0.769rem) * (31.25));
  }
}
@media screen and (max-width: 768px) {
  .lp-section.of-primary {
    padding: 40px calc(2rem + (1vw - 0.36rem) * (14.6699266504));
  }
}
@media screen and (max-width: 360px) {
  .lp-section.of-primary {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1365px) {
  .lp-section.of-primary > .lp-section-content:not(.of-primary) {
    padding: 0;
  }
}
.lp-section-content:not(.of-primary) {
  max-width: 1422px;
  margin: 0 auto 60px;
  padding: 64px 131px 80px;
}
@media screen and (max-width: 1024px) {
  .lp-section-content:not(.of-primary) {
    margin-bottom: 40px;
  }
}
.lp-section-content.of-primary {
  max-width: 1760px;
  margin: 0 auto;
  padding: 78px 148px;
  border: 2px solid var(--COLOR_LIGHT);
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1759px) {
  .lp-section-content.of-primary {
    padding: 78px calc(3.8rem + (1vw - 1.366rem) * (27.9187817259));
  }
}
@media screen and (max-width: 1365px) {
  .lp-section-content.of-primary {
    padding: 38px 78px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .lp-section-content.of-primary {
    padding: calc(1.8rem + (1vw - 0.36rem) * (4.8899755501)) calc(1.8rem + (1vw - 0.36rem) * (14.6699266504));
  }
}
@media screen and (max-width: 360px) {
  .lp-section-content.of-primary {
    padding: 18px;
  }
}
.lp-section-content.of-primary:has(+ .lp-section-content) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .lp-section-content.of-primary:has(+ .lp-section-content) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .lp-section-content {
    max-width: 704px;
    margin: 0 auto 20px;
    padding: 24px 80px;
  }
}
.lp-section-content.of-small {
  max-width: 1620px;
  margin-bottom: 0;
  padding: 40px 80px;
}
@media screen and (max-width: 1365px) {
  .lp-section-content.of-small {
    padding: 40px calc(4rem + (1vw - 1.025rem) * (35.1906158358)) 40px;
  }
}
@media screen and (max-width: 1024px) {
  .lp-section-content.of-small {
    padding: 0;
  }
}
.lp-sectionConversion {
  background: linear-gradient(90deg, #d5dee7 0%, #e8ebf2 50%, #e2e7ed 100%);
}
.lp-sectionConversion-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 48px;
  max-width: 1067px;
  margin-inline: auto;
  padding: 82px 0 106px;
}
@media screen and (max-width: 1365px) {
  .lp-sectionConversion-content {
    max-width: calc(70.3rem + (1vw - 1.025rem) * (106.7448680352));
    padding: 20px 20px 60px;
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .lp-sectionConversion-content {
    flex-direction: column-reverse;
    max-width: 1024px;
    padding: 0 calc(8rem + (1vw - 0.769rem) * (31.25)) 60px;
    text-align: center;
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .lp-sectionConversion-content {
    padding: 0 calc(2rem + (1vw - 0.36rem) * (14.6699266504)) 60px;
  }
}
@media screen and (max-width: 360px) {
  .lp-sectionConversion-content {
    padding: 0 20px 60px;
  }
}
.lp-sectionConversion-body {
  flex: 1;
}
@media screen and (max-width: 1365px) {
  .lp-sectionConversion-body {
    max-width: 645px;
  }
}
@media screen and (max-width: 1024px) {
  .lp-sectionConversion-body {
    width: 100%;
  }
}
.lp-sectionConversion-text {
  margin-bottom: 24px;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 1365px) {
  .lp-sectionConversion-text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-sectionConversion-text {
    font-size: 2rem;
  }
}

.lp-label {
  max-width: fit-content;
  margin-bottom: 16px;
  padding: 5px 16px;
  border-radius: 4px;
  background-color: var(--COLOR_BACKGROUND_TERTIARY);
  color: var(--COLOR_LIGHT);
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 1365px) {
  .lp-label {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .lp-label {
    margin-bottom: 4px;
    font-size: 1.2rem;
  }
}

.lp-headingLevel2 {
  margin-bottom: 40px;
  font-size: 4rem;
  line-height: 1.5;
}
@media screen and (max-width: 1365px) {
  .lp-headingLevel2 {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-headingLevel2 {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}
.lp-headingLevel2-group {
  margin-bottom: 40px;
}
.lp-headingLevel2-group.of-first, .lp-headingLevel2-group.of-second, .lp-headingLevel2-group.of-third {
  position: relative;
  margin-top: 92px;
  padding-top: 20px;
  border-top: 2px solid var(--COLOR_LIGHTGRAY);
}
@media screen and (max-width: 1365px) {
  .lp-headingLevel2-group.of-first, .lp-headingLevel2-group.of-second, .lp-headingLevel2-group.of-third {
    margin-top: 48px;
    padding-top: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .lp-headingLevel2-group.of-first, .lp-headingLevel2-group.of-second, .lp-headingLevel2-group.of-third {
    margin-top: 32px;
    padding-top: 8px;
  }
}
.lp-headingLevel2-group.of-first::before, .lp-headingLevel2-group.of-second::before, .lp-headingLevel2-group.of-third::before {
  display: block;
  position: absolute;
  top: -94px;
  font-size: 7.2rem;
  line-height: 1;
}
@media screen and (max-width: 1365px) {
  .lp-headingLevel2-group.of-first::before, .lp-headingLevel2-group.of-second::before, .lp-headingLevel2-group.of-third::before {
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-headingLevel2-group.of-first::before, .lp-headingLevel2-group.of-second::before, .lp-headingLevel2-group.of-third::before {
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.4rem;
  }
}
.lp-headingLevel2-group.of-first::before {
  content: "01";
  background: linear-gradient(90deg, #0acffe 0%, #495aff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lp-headingLevel2-group.of-second::before {
  content: "02";
  background: linear-gradient(90deg, #9be15d 0%, #00e3ae 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lp-headingLevel2-group.of-third::before {
  content: "03";
  background: linear-gradient(90deg, #ac32e4 0%, #7918f2 48%, #4801ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lp-headingLevel2-group > .lp-textAnnotation {
  font-weight: var(--FONT_WEIGHT_NORMAL);
}
@media screen and (max-width: 1365px) {
  .lp-headingLevel2-group > .lp-textAnnotation {
    margin-inline: auto;
    padding-left: 14px;
  }
}
.lp-headingLevel2.of-primary {
  display: block;
  margin-bottom: 8px;
  font-size: 4rem;
}
@media screen and (max-width: 1365px) {
  .lp-headingLevel2.of-primary {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-headingLevel2.of-primary {
    margin-bottom: 8px;
    font-size: 2.4rem;
  }
}
.lp-headingLevel2-series {
  display: block;
  margin-bottom: 8px;
  font-size: 2rem;
}
@media screen and (max-width: 1365px) {
  .lp-headingLevel2-series {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-headingLevel2-series {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-headingLevel2-seriesName {
    display: block;
  }
}
.lp-headingLevel2-series.of-primary {
  margin-bottom: 0;
}

.lp-navigationLink {
  display: flex;
  gap: 16px;
  margin: 0 auto 40px;
}
.lp-navigationLink > li {
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 1024px) {
  .lp-navigationLink > li {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .lp-navigationLink {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.lp-layout-grid {
  display: grid;
  gap: 20px;
  margin-bottom: 16px;
}
.lp-layout-grid.of-column-1 {
  grid-template-columns: repeat(1, 1fr);
}
.lp-layout-grid.of-column-2 {
  grid-template-columns: repeat(2, 1fr);
}
.lp-layout-grid.of-column-3 {
  grid-template-columns: repeat(3, 1fr);
}
.lp-layout-grid.of-column-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 1366px) {
  .lp-layout-grid.lp-largeScreen-column-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .lp-layout-grid.lp-largeScreen-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-layout-grid.lp-largeScreen-column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .lp-layout-grid.lp-largeScreen-column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .lp-layout-grid.lp-largeScreen-vertical-center {
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .lp-layout-grid {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .lp-layout-grid.lp-extraSmallScreen-column-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .lp-layout-grid.lp-extraSmallScreen-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-layout-grid.lp-extraSmallScreen-column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.lp-layout-grid > .lp-layout-grid-column {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.lp-list {
  display: flex;
  flex-direction: column;
}
.lp-list > li {
  position: relative;
  padding-left: 32px;
  font-size: 2rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
  line-height: 2;
}
.lp-list > li::before {
  content: "";
  display: block;
  position: absolute;
  top: calc((1lh - 0.5rem) / 2);
  left: 16px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--COLOR_BACKGROUND_QUATERNARY);
}
@media screen and (max-width: 1024px) {
  .lp-list > li::before {
    left: 8px;
  }
}
@media screen and (max-width: 1365px) {
  .lp-list > li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-list > li {
    padding-left: 24px;
    font-size: 1.4rem;
  }
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .lp-listButton {
    flex-direction: column;
  }
}
@media screen and (max-width: 1365px) {
  .lp-listButton > li {
    width: 100%;
  }
}
.lp-listButton.of-primary {
  justify-content: center;
}
@media screen and (max-width: 1365px) {
  .lp-listButton.of-primary > li {
    width: calc(50% - 4px);
  }
}
@media screen and (max-width: 1024px) {
  .lp-listButton.of-primary > li {
    width: 100%;
  }
}

.lp-media {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  gap: 24px;
}
@media screen and (max-width: 1365px) {
  .lp-media {
    gap: 24px;
  }
}
.lp-media.of-row-reverse {
  flex-direction: row-reverse;
}
.lp-media.of-column-reverse {
  flex-direction: column-reverse;
}
.lp-media-body {
  flex: 1;
}
.lp-media-body:has(+ .lp-media-body) {
  margin-bottom: 40px;
}
.lp-media-image {
  object-fit: cover;
  height: fit-content;
}
.lp-media-image.of-primary {
  width: 100%;
  max-width: 544px;
}
@media screen and (max-width: 768px) {
  .lp-media-image.of-primary {
    max-width: calc(28.8rem + (1vw - 0.36rem) * (62.5916870416));
  }
}
@media screen and (max-width: 360px) {
  .lp-media-image.of-primary {
    max-width: 288px;
  }
}
.lp-mediaProducts {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
  justify-content: start;
}
@media screen and (max-width: 1365px) {
  .lp-mediaProducts {
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .lp-mediaProducts {
    flex-direction: row-reverse;
    width: auto;
  }
}
@media screen and (max-width: 360px) {
  .lp-mediaProducts {
    justify-content: left;
    width: 100%;
  }
}
.lp-mediaProducts-body {
  width: 100%;
  min-width: 240px;
}
@media screen and (max-width: 1024px) {
  .lp-mediaProducts-body {
    min-width: calc(20.9rem + (1vw - 0.36rem) * (4.6616541353));
  }
}
@media screen and (max-width: 360px) {
  .lp-mediaProducts-body {
    min-width: auto;
  }
}
.lp-mediaProducts-body > .lp-textAnnotation {
  margin-left: auto;
  color: var(--COLOR_SECONDARY);
}
@media screen and (max-width: 1365px) {
  .lp-mediaProducts-body > .lp-textAnnotation {
    padding-left: 14px;
  }
}
@media screen and (max-width: 1365px) {
  .lp-mediaProducts-image {
    min-width: 200px;
    max-width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .lp-mediaProducts-image {
    min-width: 64px;
    max-width: 64px;
  }
}
.lp-mediaFeature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min-content 1fr;
  margin-bottom: 80px;
  column-gap: 40px;
}
@media screen and (max-width: 1365px) {
  .lp-mediaFeature {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .lp-mediaFeature {
    grid-template-columns: minmax(0, 1fr);
    margin-bottom: 40px;
  }
}
.lp-mediaFeature-body {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 1365px) {
  .lp-mediaFeature-body {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .lp-mediaFeature-body {
    grid-column: auto;
    grid-row: auto;
    margin-bottom: 20px;
    text-align: center;
  }
}
.lp-mediaFeature-body.of-primary {
  grid-row: 2/3;
  align-self: flex-start;
}
@media screen and (max-width: 1024px) {
  .lp-mediaFeature-body.of-primary {
    grid-row: auto;
    order: 2;
    margin-bottom: 0;
    padding-top: 40px;
  }
}
.lp-mediaFeature-body:has(+ .lp-mediaFeature-body) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1365px) {
  .lp-mediaFeature-body:has(+ .lp-mediaFeature-body) {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .lp-mediaFeature-body:has(+ .lp-mediaFeature-body) {
    margin-bottom: 20px;
  }
}
.lp-mediaFeature-image {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 1024px) {
  .lp-mediaFeature-image {
    grid-column: auto;
    grid-row: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.lp-mediaFeature-image > .videoJs-outer {
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.21);
}
.lp-mediaDisclosure {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .lp-mediaDisclosure {
    flex-direction: column;
    gap: 20px;
  }
}
.lp-mediaDisclosure.of-row-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .lp-mediaDisclosure.of-row-reverse {
    flex-direction: column;
  }
}
.lp-mediaDisclosure-body {
  flex: 1;
}
.lp-mediaDisclosure-image {
  max-width: 560px;
}
@media screen and (max-width: 1919px) {
  .lp-mediaDisclosure-image {
    max-width: calc(49.2rem + (1vw - 1.366rem) * (12.274368231));
  }
}
@media screen and (max-width: 1365px) {
  .lp-mediaDisclosure-image {
    max-width: calc(37.25rem + (1vw - 1.025rem) * (14.6627565982));
  }
}
@media screen and (max-width: 1024px) {
  .lp-mediaDisclosure-image {
    max-width: 100%;
  }
}
.lp-mediaDisclosure-image img {
  padding: 8px;
  border-radius: 8px;
  background-color: var(--COLOR_BACKGROUND_QUINARY);
}
@media screen and (max-width: 1024px) {
  .lp-mediaDisclosure-image img {
    padding: 4px;
    border-radius: 4px;
  }
}
.lp-mediaDisclosure-imageGroup {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 24px;
  max-width: fit-content;
}

.lp-figure {
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 100%;
  margin-bottom: 24px;
  gap: 8px;
}
.lp-figure.of-column-reverse {
  flex-direction: column-reverse;
}
.lp-figure:not(.of-column-reverse) {
  justify-content: space-between;
}
.lp-figure-caption {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1365px) {
  .lp-figure-caption {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-figure-caption {
    text-align: center;
  }
}
.lp-figure-image {
  display: grid;
  justify-content: center;
}

.lp-cardFeature {
  margin-bottom: 16px;
  padding: 38px;
  border: 2px solid var(--COLOR_LIGHT);
  border-radius: 24px;
  background-color: #fafdff;
  background-image: radial-gradient(at 20% 20%, rgba(210, 210, 255, 0.7) 0px, transparent 70%), radial-gradient(at 100% 0%, rgba(180, 225, 255, 0.6) 0px, transparent 70%), radial-gradient(at 50% 100%, rgba(224, 195, 252, 0.4) 0px, transparent 60%), radial-gradient(at 100% 100%, rgba(255, 253, 235, 0.4) 0px, transparent 60%), radial-gradient(at 0% 100%, rgba(200, 240, 255, 0.6) 0px, transparent 60%);
}
@media screen and (max-width: 1365px) {
  .lp-cardFeature {
    padding: 38px 78px;
  }
}
@media screen and (max-width: 1024px) {
  .lp-cardFeature {
    background-image: radial-gradient(at 0% 0%, rgba(255, 255, 200, 0.4) 0px, transparent 15%), radial-gradient(at 10% 10%, rgba(240, 250, 255, 0.5) 0px, transparent 40%), radial-gradient(at 25% 25%, rgba(235, 225, 255, 0.4) 0px, transparent 75%), radial-gradient(at 100% 0%, rgba(150, 245, 235, 0.7) 0px, transparent 65%), radial-gradient(at 100% 50%, rgba(170, 220, 255, 0.6) 0px, transparent 55%), radial-gradient(at 50% 50%, rgba(220, 210, 255, 0.5) 0px, transparent 70%), radial-gradient(at 50% 100%, rgba(235, 225, 255, 0.3) 0px, transparent 50%), radial-gradient(at 100% 100%, rgba(255, 250, 210, 0.5) 0px, transparent 80%), radial-gradient(at 0% 100%, rgba(200, 240, 255, 0.6) 0px, transparent 60%);
  }
}
@media screen and (max-width: 768px) {
  .lp-cardFeature {
    padding: 38px calc(1.8rem + (1vw - 0.36rem) * (14.6699266504));
  }
}
@media screen and (max-width: 360px) {
  .lp-cardFeature {
    padding: 38px 18px;
  }
}
.lp-cardFeature-title {
  margin-bottom: 24px;
  font-size: 3.2rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
  text-align: center;
}
@media screen and (max-width: 1365px) {
  .lp-cardFeature-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-cardFeature-title {
    font-size: 2rem;
  }
}
.lp-cardLink {
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: center;
  height: 100%;
  padding: 8px 8px 24px 8px;
  transition: background 0.4s ease;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
@media screen and (max-width: 1365px) {
  .lp-cardLink {
    padding: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .lp-cardLink {
    padding: 13px 16px;
  }
}
@media screen and (max-width: 360px) {
  .lp-cardLink {
    padding: 8px;
  }
}
.lp-cardLink::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  padding: 2px;
  transition: opacity 0.4s ease;
  border-radius: 10px;
  opacity: 0;
  background: linear-gradient(90deg, #0acffe, #495aff);
  -webkit-mask: linear-gradient(var(--COLOR_BACKGROUND_LIGHT) 0 0) content-box, linear-gradient(var(--COLOR_BACKGROUND_LIGHT) 0 0);
  mask: linear-gradient(var(--COLOR_BACKGROUND_LIGHT) 0 0) content-box, linear-gradient(var(--COLOR_BACKGROUND_LIGHT) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.lp-cardLink::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.4s ease 0.1s;
  border-radius: 8px;
  opacity: 0;
  background-color: var(--COLOR_BACKGROUND_LIGHT);
}
.lp-cardLink:hover {
  background-color: var(--COLOR_BACKGROUND_LIGHT);
}
.lp-cardLink:hover::after, .lp-cardLink:hover::before {
  opacity: 1;
}
.lp-cardLink:hover::after {
  transition: opacity 0.4s ease 0s;
}
.lp-cardLink.of-primary::before {
  background: linear-gradient(90deg, #9be15d, #00e3ae);
}
.lp-cardLink.of-secondary::before {
  background: linear-gradient(90deg, #ac32e4 0%, #7918f2 48%, #4801ff 100%);
}

.lp-buttonConversion {
  min-width: 284px;
  border-radius: 4px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1365px) {
  .lp-buttonConversion {
    width: 100%;
    min-width: auto;
  }
}
.lp-buttonConversion.of-download .lp-buttonConversion-body {
  justify-content: center;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  content: none;
}
.lp-buttonConversion.of-download .lp-buttonConversion-text::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -32px;
  width: 18px;
  height: 17px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 10C17.2652 10 17.5196 10.1054 17.7071 10.2929C17.8946 10.4804 18 10.7348 18 11V15C18 15.5304 17.7893 16.0391 17.4142 16.4142C17.0391 16.7893 16.5304 17 16 17H2C1.46957 17 0.960859 16.7893 0.585786 16.4142C0.210714 16.0391 0 15.5304 0 15V11C0 10.7348 0.105357 10.4804 0.292893 10.2929C0.48043 10.1054 0.734784 10 1 10C1.26522 10 1.51957 10.1054 1.70711 10.2929C1.89464 10.4804 2 10.7348 2 11V15H16V11C16 10.7348 16.1054 10.4804 16.2929 10.2929C16.4804 10.1054 16.7348 10 17 10ZM9 0C9.26522 0 9.51957 0.105357 9.70711 0.292893C9.89464 0.48043 10 0.734784 10 1V8.243L12.536 5.707C12.6282 5.61149 12.7386 5.53531 12.8606 5.4829C12.9826 5.43049 13.1138 5.4029 13.2466 5.40175C13.3794 5.4006 13.5111 5.4259 13.634 5.47618C13.7568 5.52646 13.8685 5.60071 13.9624 5.6946C14.0563 5.7885 14.1305 5.90015 14.1808 6.02305C14.2311 6.14594 14.2564 6.27762 14.2553 6.4104C14.2541 6.54318 14.2265 6.6744 14.1741 6.7964C14.1217 6.91841 14.0455 7.02875 13.95 7.121L9.884 11.187C9.76792 11.3031 9.63011 11.3952 9.47843 11.4581C9.32675 11.5209 9.16418 11.5532 9 11.5532C8.83582 11.5532 8.67325 11.5209 8.52157 11.4581C8.36989 11.3952 8.23208 11.3031 8.116 11.187L4.05 7.121C3.95449 7.02875 3.87831 6.91841 3.8259 6.7964C3.77349 6.6744 3.7459 6.54318 3.74475 6.4104C3.7436 6.27762 3.7689 6.14594 3.81918 6.02305C3.86946 5.90015 3.94371 5.7885 4.0376 5.6946C4.1315 5.60071 4.24315 5.52646 4.36605 5.47618C4.48894 5.4259 4.62062 5.4006 4.7534 5.40175C4.88618 5.4029 5.0174 5.43049 5.1394 5.4829C5.26141 5.53531 5.37175 5.61149 5.464 5.707L8 8.243V1C8 0.734784 8.10536 0.48043 8.29289 0.292893C8.48043 0.105357 8.73478 0 9 0Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.lp-buttonConversion.of-price .lp-buttonConversion-body, .lp-buttonConversion.of-secondary .lp-buttonConversion-body {
  justify-content: center;
  padding-left: 53px;
}
.lp-buttonConversion.of-price .lp-buttonConversion-text::before, .lp-buttonConversion.of-secondary .lp-buttonConversion-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -24px;
  width: 12px;
  height: 14px;
  transform: translateY(-50%);
  background-color: var(--COLOR_BACKGROUND_LIGHT);
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}
.lp-buttonConversion.of-secondary {
  position: relative;
  z-index: 1;
  min-width: 320px;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(90deg, #0acffe 0%, #495aff 100%);
}
@media screen and (max-width: 1365px) {
  .lp-buttonConversion.of-secondary {
    width: 100%;
    min-width: auto;
  }
}
.lp-buttonConversion.of-secondary::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px;
  opacity: 0;
  background: linear-gradient(90deg, #0db4db 0%, #1928b8 100%);
}
.lp-buttonConversion.of-secondary:hover::before {
  opacity: 1;
}
.lp-buttonConversion.of-secondary > .lp-buttonConversion-body {
  display: flex;
  gap: 11px;
  flex-direction: row-reverse;
  align-items: center;
  padding: 12px 8px;
}
.lp-buttonConversion.of-secondary .lp-buttonConversion-text {
  margin-right: 0;
}
@media screen and (max-width: 1365px) {
  .lp-buttonConversion.of-secondary .lp-buttonConversion-text {
    font-size: 1.8rem;
  }
}
.lp-buttonConversion.of-secondary .lp-buttonConversion-text::before {
  content: "";
  display: none;
}
.lp-buttonConversion-text {
  position: relative;
  font-size: 1.8rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media screen and (max-width: 1365px) {
  .lp-buttonConversion-text {
    font-size: 1.5rem;
  }
}

.lp-newWindow-icon {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 1px;
}

.lp-text {
  margin-bottom: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 1365px) {
  .lp-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-text {
    margin-bottom: 16px;
  }
}
.lp-text.of-center {
  text-align: center;
}
.lp-textAnnotation {
  display: block;
  position: relative;
  max-width: fit-content;
  margin-bottom: 16px;
  padding-left: 18px;
  font-size: 1.4rem;
}
.lp-textAnnotation::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1365px) {
  .lp-textAnnotation {
    font-size: 1rem;
  }
}

.lp-textLink {
  display: flex;
  position: relative;
  flex-direction: column;
  max-width: fit-content;
  margin-bottom: 16px;
  margin-inline: auto;
  padding-left: 40px;
  color: var(--COLOR_TERTIARY);
  font-size: 2rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
  gap: 4px;
}
@media screen and (max-width: 1365px) {
  .lp-textLink {
    padding-left: 24px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-textLink {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 360px) {
  .lp-textLink {
    padding-left: 24px;
  }
}
.lp-textLink::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 5.6px;
  width: 21px;
  height: 21px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.3 17.3737C0.955219 17.3737 0.624559 17.5121 0.380761 17.7583C0.136964 18.0046 0 18.3386 0 18.6869C0 19.0351 0.136964 19.3691 0.380761 19.6154C0.624559 19.8617 0.955219 20 1.3 20L19.5 20C19.8448 20 20.1754 19.8617 20.4192 19.6154C20.663 19.3691 20.8 19.0351 20.8 18.6869C20.8 18.3386 20.663 18.0046 20.4192 17.7583C20.1754 17.5121 19.8448 17.3737 19.5 17.3737L1.3 17.3737ZM16.835 7.25869C16.7143 7.1366 16.5709 7.03974 16.4131 6.97366C16.2553 6.90758 16.0861 6.87356 15.9152 6.87356C15.7444 6.87356 15.5752 6.90758 15.4174 6.97366C15.2596 7.03974 15.1162 7.1366 14.9955 7.25869L11.7 10.5888L11.7 1.31313C11.7 0.964867 11.563 0.630867 11.3192 0.384607C11.0754 0.138347 10.7448 0 10.4 0C10.0552 0 9.72456 0.138347 9.48076 0.384607C9.23696 0.630867 9.1 0.964867 9.1 1.31313L9.1 10.5888L5.8032 7.25869C5.55927 7.01246 5.22849 6.87421 4.88364 6.87433C4.53879 6.87445 4.20811 7.01295 3.96435 7.25934C3.72059 7.50574 3.58371 7.83986 3.58384 8.18819C3.58396 8.53653 3.72107 8.87055 3.965 9.11677L9.4809 14.6871C9.72469 14.9332 10.0553 15.0715 10.4 15.0715C10.7447 15.0715 11.0753 14.9332 11.3191 14.6871L16.835 9.11677C16.9559 8.99481 17.0518 8.84999 17.1172 8.69058C17.1826 8.53117 17.2163 8.36029 17.2163 8.18773C17.2163 8.01516 17.1826 7.84429 17.1172 7.68488C17.0518 7.52547 16.9559 7.38064 16.835 7.25869Z' fill='%23463F6D'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 1365px) {
  .lp-textLink::before {
    top: 12px;
    left: 3px;
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 1024px) {
  .lp-textLink {
    margin-left: 0;
    font-size: 1.4rem;
  }
}

.lp-textPhone {
  display: block;
  max-width: fit-content;
  margin-bottom: 24px;
}
.lp-textPhone-number {
  font-size: 2rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
  line-height: 1.2;
}
.lp-textPhone-numberGroup {
  display: flex;
  align-items: flex-start;
  margin-top: 0 !important;
  gap: 8px;
}
.lp-textPhone-note {
  display: block;
  margin-top: 0 !important;
  margin-bottom: 16px;
  font-size: 1.2rem;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
  line-height: 1.5;
}
.lp-textPhone-icon {
  width: 36px;
  min-width: 36px;
  height: 20px;
  min-height: 20px;
  margin-top: 0.2rem;
}
.lp-textPhone-icon .of-iconColor-primary {
  fill: #00a23f;
}
.lp-textPhone-icon .of-iconColor-secondary {
  fill: #fe8800;
}
.lp-textPhone-icon .of-iconColor-tertiary {
  fill: #0086b1;
}
.lp-textPhone-icon .of-iconColor-quaternary {
  fill: #838079;
}
.lp-textPhone-icon .of-iconColor-quinary {
  fill: #1e1c1c;
}
.lp-textPhone.of-primary {
  margin-inline: auto;
}
.lp-textPhone.of-primary > .lp-textPhone-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-textPhone.of-center {
  text-align: center;
}
.lp-textPhone.of-center .lp-textPhoneLink-numberGroup {
  justify-content: center;
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
  display: inline-block;
  opacity: 1;
  color: var(--COLOR_SECONDARY);
  text-decoration: none;
  cursor: default;
}

.lp-disclosure {
  margin-bottom: 16px;
}
.lp-disclosure-summary {
  position: relative;
  padding: 9px 8px 9px 48px;
  transition: 0.3s ease;
  border-radius: 4px;
  background: linear-gradient(90deg, #d8e0eb 0%, #f3f3f3 100%);
  list-style: none;
}
@media screen and (max-width: 1365px) {
  .lp-disclosure-summary {
    padding: 8px 8px 8px 32px;
  }
}
@media screen and (max-width: 360px) {
  .lp-disclosure-summary {
    padding: 8px 8px 8px 32px;
  }
}
.lp-disclosure-summary:hover {
  cursor: pointer;
}
.lp-disclosure-summary::before, .lp-disclosure-summary::after {
  content: "";
  position: absolute;
}
.lp-disclosure-summary::before {
  top: 17px;
  left: 13px;
  width: 21.33px;
  height: 21.33px;
  border-radius: 50%;
  background: var(--COLOR_TERTIARY);
}
@media screen and (max-width: 1365px) {
  .lp-disclosure-summary::before {
    top: 14px;
    width: 10.67px;
    height: 10.67px;
  }
}
.lp-disclosure-summary::after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  bottom: 0px;
  left: 19px;
  width: 8px;
  height: 8px;
  transform: translate(0, 0) rotate(45deg) translateZ(0);
  transform-origin: 70% 30%;
  transition: transform 0.3s ease-out;
  border-top: 2px solid var(--COLOR_LIGHT);
  border-right: 2px solid var(--COLOR_LIGHT);
  border-radius: 1px;
}
@media screen and (max-width: 1365px) {
  .lp-disclosure-summary::after {
    top: 18px;
    left: 16px;
    width: 4px;
    height: 4px;
    border-top: 1px solid var(--COLOR_LIGHT);
    border-right: 1px solid var(--COLOR_LIGHT);
  }
}
.lp-disclosure-summary::-webkit-details-marker {
  display: none;
}
.lp-disclosure-inner {
  padding-top: 40px;
}
@media screen and (max-width: 1365px) {
  .lp-disclosure-inner {
    padding-top: 20px;
  }
}
.lp-disclosure-body {
  overflow: hidden;
}
.lp-disclosure-title {
  display: inline-block;
  color: var(--COLOR_TERTIARY);
  font-size: 2.6rem;
}
@media screen and (max-width: 1365px) {
  .lp-disclosure-title {
    font-size: 1.6rem;
  }
}
.lp-disclosure.is-opened {
  margin-bottom: 48px;
}
@media screen and (max-width: 1365px) {
  .lp-disclosure.is-opened {
    margin-bottom: 36px;
  }
}
.lp-disclosure.is-opened > .lp-disclosure-summary::after {
  transform: translate(-1px, 1px) rotate(135deg) translateZ(0);
}
@media screen and (max-width: 1365px) {
  .lp-disclosure.is-opened > .lp-disclosure-summary::after {
    transform: translate(-0.5px, 0.5px) rotate(135deg) translateZ(0);
  }
}

.lp-utility-line-break {
  display: block;
}
.lp-utility-inline-block {
  display: inline-block;
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-justifyContent-center {
  justify-content: center;
}
.lp-utility-alignItem-center {
  align-items: center;
}
.lp-utility-fontWeight-bold {
  font-weight: var(--FONT_WEIGHT_BOLD);
}
.lp-utility-textColor-primary {
  color: var(--COLOR_SECONDARY);
}
.lp-utility-marginBottom-primary {
  margin-bottom: 40px;
}
@media screen and (max-width: 1919px) {
  .lp-utility-marginBottom-primary {
    margin-bottom: calc(1rem + (1vw - 0.36rem) * (1.9230769231));
  }
}
@media screen and (max-width: 360px) {
  .lp-utility-marginBottom-primary {
    margin-bottom: 10px;
  }
}
.lp-utility-maxWidth-primary {
  max-width: 400px;
}
@media screen and (max-width: 1365px) {
  .lp-utility-maxWidth-primary {
    max-width: calc(38.05rem + (1vw - 1.025rem) * (14.6627565982));
  }
}
@media screen and (max-width: 1024px) {
  .lp-utility-maxWidth-primary {
    max-width: 100%;
  }
}
.lp-utility-maxWidth-secondary {
  max-width: 284px;
}
.lp-utility-maxWidth-fitContent {
  max-width: fit-content;
}
.lp-utility-background-primary {
  background: linear-gradient(90deg, #d8ebdf 0%, #e4f5ec 100%);
}
.lp-utility-background-secondary {
  background: linear-gradient(90deg, #dbd8eb 0%, #e5e9ff 100%);
}
.lp-utility-color-primary {
  background: linear-gradient(90deg, #0acffe 0%, #495aff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lp-utility-color-secondary {
  background: linear-gradient(90deg, #0acffe 0%, #495aff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lp-utility-border-primary {
  border: 1px solid var(--COLOR_LIGHT);
}

.lp-extraLargeScreen-line-break {
  display: block;
}
@media screen and (max-width: 1365px) {
  .lp-extraLargeScreen-line-break {
    display: inline;
  }
}

.lp-largeScreen-show {
  display: none;
}
@media screen and (min-width: 1366px) {
  .lp-largeScreen-show {
    display: block;
  }
}
@media screen and (min-width: 1366px) {
  .lp-largeScreen-textAlign-center {
    text-align: center !important;
  }
  .lp-largeScreen-textAlign-left {
    text-align: left !important;
  }
  .lp-largeScreen-line-break {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .lp-largeScreen-alignItems-center {
    align-items: center;
  }
}

@media screen and (max-width: 1024px) {
  .lp-smallScreen-hide {
    display: none;
  }
  .lp-smallScreen-flexDirection-column {
    flex-direction: column !important;
  }
  .lp-smallScreen-flexDirection-columnReverse {
    flex-direction: column-reverse !important;
  }
  .lp-smallScreen-alignItem-center {
    align-items: center;
  }
}
@media screen and (max-width: 1365px) {
  .lp-smallScreen-textAlign-center {
    text-align: center !important;
  }
}
@media screen and (max-width: 1365px) {
  .lp-smallScreen-maxWidth-primary {
    max-width: calc(28.4rem + (1vw - 1.025rem) * (10.5571847507)) !important;
  }
}
@media screen and (max-width: 1024px) {
  .lp-smallScreen-maxWidth-primary {
    max-width: 284px !important;
  }
}

@media screen and (max-width: 768px) {
  .lp-extraSmallScreen-line-break {
    display: block;
  }
  .lp-extraSmallScreen-textAlign-center {
    text-align: center !important;
  }
  .lp-extraSmallScreen-textAlign-left {
    text-align: left !important;
  }
}

[data-script-enabled=true] .lp-layout-main {
  position: relative;
}
