:root {
  --LP-COLOR-BLACK: #000;
  --LP-COLOR-WHITE: #fff;
  --LP-COLOR-GRAY: #6b7280;
  --LP-COLOR-LIGHTGRAY: #8f97a8;
  --LP-COLOR-DARKGRAY: #2c2c2c;
  --LP-COLOR-DARKPRIMARY: #454545;
  --LP-COLOR-DARKSECONDARY: #0c0c0c;
  --LP-COLOR-PRIMARY: #0f2746;
  --LP-COLOR-SECONDARY: #1f5186;
  --LP-COLOR-TERTIARY: #283660;
  --LP-COLOR-QUATERNARY: #2153db;
  --LP-COLOR-RED: #e4002b;
  --LP-FONT-WEIGHT-REGULAR: 400;
  --LP-FONT-WEIGHT-MEDIUM: 500;
  --LP-FONT-WEIGHT-BOLD: 700;
}

:root {
  font-size: 10px;
}

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

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

.theme-KJ {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
.theme-KJ body {
  min-width: 320px;
  background: #fff;
  color: #333;
  font-family: source-han-sans-japanese, "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: 16px;
}

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

.lp-layout-container {
  color: var(--LP-COLOR-PRIMARY);
}

.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 8rem;
  gap: 2.4rem;
}
.lp-layout-header-content > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-header-content {
    justify-content: center;
    padding: 2rem;
  }
}
.lp-layout-header-logo {
  flex-shrink: 0;
  margin-bottom: 0;
  line-height: 1;
}
.lp-layout-header-logo > a {
  display: inline-block;
}
.lp-layout-header-logo > a > img {
  width: 13.6rem;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-header-logo > a > img {
    width: 11.4rem;
  }
}

.lp-layout-footer {
  background: var(--LP-COLOR-DARKSECONDARY);
  color: var(--LP-COLOR-WHITE);
}
.lp-layout-footer-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  padding: 1.5rem 8rem;
}
.lp-layout-footer-content > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-footer-content {
    flex-direction: column;
    padding: 1.2rem 2rem;
  }
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  gap: 0.8rem 2rem;
}
.lp-layout-footer-list > li {
  position: relative;
}
.lp-layout-footer-list > li > *:last-child {
  margin-bottom: 0 !important;
}
.lp-layout-footer-list > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -1rem;
  width: 0.1rem;
  height: 100%;
  transform: translateY(-50%);
  background-color: var(--LP-COLOR-WHITE);
}
.lp-layout-footer-list > li > a {
  color: currentColor;
  text-decoration: none;
}
.lp-layout-footer-list > li > a:hover, .lp-layout-footer-list > li > a:active, .lp-layout-footer-list > li > a:focus {
  color: currentColor;
  text-decoration: underline;
}
.lp-layout-footer-list > li:first-child::before {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-footer-list > li:last-child::before {
    display: none;
  }
}
.lp-layout-footer-copyright {
  font-size: 1.2rem;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-footer-copyright {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.lp-layout-header,
.lp-layout-footer {
  position: relative;
}

.lp-layout-grid {
  gap: 1.6rem;
  display: grid;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-grid {
    margin-bottom: 3.2rem;
  }
}
.lp-layout-grid-column {
  display: flex;
  position: relative;
}
.lp-layout-grid-column > *:last-child {
  margin-bottom: 0 !important;
}
.lp-layout-grid.of-column-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1023px) {
  .lp-layout-grid.of-column-2.of-primary {
    grid-template-columns: auto;
  }
}
.lp-layout-grid.of-column-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1023px) {
  .lp-layout-grid.of-column-3 {
    grid-template-columns: auto;
  }
}

.lp-jumbotron {
  overflow: hidden;
  background: linear-gradient(90deg, #f8f8fa 13.7%, #bec3d0 86.68%);
}
@media only screen and (min-width: 1024px) {
  .lp-jumbotron {
    position: relative;
  }
  .lp-jumbotron::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    bottom: -8rem;
    background-image: url(../../../../../../img/products/qd/210291001/210291001_bg_01.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1519px) {
  .lp-jumbotron::before {
    bottom: calc(-5rem + (1vw - 1.024rem) * (-6.0483870968));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron {
    background-position: top, center;
  }
}
.lp-jumbotron-content {
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: row-reverse;
  align-items: center;
  max-width: calc(1520px + 4rem);
  margin-inline: auto;
}
@media only screen and (min-width: 1024px) {
  .lp-jumbotron-content {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-content {
    flex-direction: column-reverse;
  }
}
.lp-jumbotron-body {
  flex: 1;
  margin-left: -1.6rem;
  padding: 12rem 0;
}
.lp-jumbotron-body > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1519px) {
  .lp-jumbotron-body {
    margin-left: calc(0rem + (1vw - 1.024rem) * (-3.2258064516));
    padding: calc(10rem + (1vw - 1.024rem) * (4.0322580645)) 0;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-body {
    z-index: 2;
    width: 100%;
    margin-left: auto;
    padding: 3.2rem 2rem 6.4rem;
    background-color: #f4f5f8;
  }
}
.lp-jumbotron-title {
  display: block;
  margin-bottom: 3.2rem;
  color: var(--LP-COLOR-PRIMARY);
  font-size: 6.4rem;
  letter-spacing: -0.204rem;
  line-height: 1.1;
}
@media only screen and (max-width: 1519px) {
  .lp-jumbotron-title {
    font-size: calc(4rem + (1vw - 1.024rem) * (4.8387096774));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-title {
    margin-bottom: 0.8rem;
    font-size: max(3.2rem, 3.2rem + (1vw - 0.36rem) * (1.2048192771));
    line-height: 1.3;
  }
}
.lp-jumbotron-titleGroup {
  margin-bottom: 3.2rem;
}
.lp-jumbotron-titleGroup > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 2.4rem;
    text-align: center;
  }
}
.lp-jumbotron-subtitle {
  display: block;
  margin-bottom: 4rem;
  color: var(--LP-COLOR-PRIMARY);
  font-size: 4rem;
  font-weight: var(--LP-FONT-WEIGHT-REGULAR);
}
@media only screen and (max-width: 1519px) {
  .lp-jumbotron-subtitle {
    font-size: calc(3.2rem + (1vw - 1.024rem) * (1.6129032258));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-subtitle {
    margin-bottom: 2.4rem;
    font-size: max(2rem, 2rem + (1vw - 0.36rem) * (1.8072289157));
  }
}
.lp-jumbotron-series {
  margin-bottom: 1.6rem;
  font-size: 2rem;
}
@media only screen and (max-width: 1519px) {
  .lp-jumbotron-series {
    font-size: calc(1.8rem + (1vw - 1.024rem) * (0.4032258065));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-series {
    font-size: max(1.4rem, 1.4rem + (1vw - 0.36rem) * (0.6024096386));
  }
}
.lp-jumbotron-seriesName {
  display: inline-block;
}
.lp-jumbotron-seriesGroup {
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
  color: var(--LP-COLOR-SECONDARY);
  font-size: 2rem;
  font-weight: var(--LP-FONT-WEIGHT-BOLD);
  gap: 1.2rem;
  letter-spacing: 0.052rem;
}
.lp-jumbotron-seriesGroup > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-seriesGroup {
    justify-content: center;
  }
}
.lp-jumbotron-image {
  margin-bottom: -12rem;
  padding-top: 4rem;
}
@media only screen and (max-width: 1519px) {
  .lp-jumbotron-image {
    max-width: calc(46rem + (1vw - 1.024rem) * (80.6451612903));
    padding-top: calc(0rem + (1vw - 1.024rem) * (8.064516129));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-image {
    position: relative;
    z-index: 1;
    max-width: max(28rem, 28rem + (1vw - 0.36rem) * (78.313253012));
    margin-bottom: -4.6rem;
    padding-top: 2.3rem;
  }
  .lp-jumbotron-image::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1rem;
    left: 50%;
    width: max(64rem, 64rem + (1vw - 0.36rem) * (192.7710843373));
    height: 100%;
    transform: translateX(-50%);
    background-image: url(../../../../../../img/products/qd/210291001/210291001_bg_01.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.lp-section {
  position: relative;
}
.lp-section-content {
  max-width: calc(1440px + 4rem);
  margin-inline: auto;
  padding: 16rem 2rem;
}
.lp-section-content > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1439px) {
  .lp-section-content {
    padding: calc(8rem + (1vw - 1.024rem) * (19.2307692308)) 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-section-content {
    padding-top: 6rem;
    padding-bottom: 14rem;
  }
}
.lp-section.of-primary {
  background-color: #0a1628;
  color: var(--LP-COLOR-WHITE);
}
@media only screen and (max-width: 1023px) {
  .lp-section.of-primary .lp-section-content {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
.lp-section:has(+ .lp-sectionConversion) .lp-section-content {
  padding-bottom: 24rem;
}
@media only screen and (max-width: 1439px) {
  .lp-section:has(+ .lp-sectionConversion) .lp-section-content {
    padding-bottom: calc(14rem + (1vw - 1.024rem) * (24.0384615385));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-section:has(+ .lp-sectionConversion) .lp-section-content {
    padding-bottom: 14rem;
  }
}
.lp-sectionConversion {
  position: relative;
  margin: 0 2rem 8rem;
  border-radius: 0.8rem;
  background: linear-gradient(93deg, #0a1628 0.13%, #112240 100%);
}
.lp-sectionConversion > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .lp-sectionConversion {
    margin: 0 2rem 4rem;
  }
}
.lp-sectionConversion-glow {
  position: absolute;
  top: -20.2rem;
  right: -18.3rem;
  width: 149rem;
  height: 104.2rem;
  border-radius: 41.833rem;
  opacity: 0.7264;
  background: radial-gradient(70.71% 70.71% at 50% 50%, #3f76cf 0%, rgba(59, 130, 246, 0) 70%);
  filter: blur(10rem);
}
@media only screen and (max-width: 1439px) {
  .lp-sectionConversion-glow {
    top: calc(-12rem + (1vw - 1.024rem) * (-19.7115384615));
    right: calc(-12rem + (1vw - 1.024rem) * (-15.1442307692));
    width: calc(86.4rem + (1vw - 1.024rem) * (150.4807692308));
    height: calc(60.4rem + (1vw - 1.024rem) * (105.2884615385));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-sectionConversion-glow {
    top: -29.1rem;
    right: -40rem;
    width: max(86.4rem, 86.4rem + (1vw - 0.36rem) * (94.2771084337));
    height: max(60.4rem, 60.4rem + (1vw - 0.36rem) * (65.9638554217));
  }
}
.lp-sectionConversion-glowOuter {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  isolation: isolate;
  pointer-events: none;
}
.lp-sectionConversion-content {
  max-width: calc(1440px + 8rem);
  margin-inline: auto;
  padding: 0 4rem;
}
.lp-sectionConversion-content > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .lp-sectionConversion-content {
    padding-right: 1.8rem;
    padding-bottom: 4rem;
    padding-left: 1.8rem;
  }
}

.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-buttonConversion {
  position: relative;
  min-width: 17.9rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
  border-radius: 0.8rem;
  background: linear-gradient(135deg, #893537 0%, #cc182a 100%);
  font-size: 2rem;
  font-weight: var(--LP-FONT-WEIGHT-MEDIUM);
}
.lp-buttonConversion::before, .lp-buttonConversion.of-primary::before {
  content: "";
  position: absolute;
  z-index: 0;
  transition: opacity 0.3s ease;
  border-radius: inherit;
  opacity: 0;
  inset: 0;
}
.lp-buttonConversion::before {
  background: linear-gradient(135deg, #5d0e16 0%, #971320 100%);
}
.lp-buttonConversion.of-primary {
  background: linear-gradient(135deg, #283660 0%, #2153db 100%);
}
.lp-buttonConversion.of-primary::before {
  background: linear-gradient(135deg, #16213f 0%, #1b4a70 100%);
}
.lp-buttonConversion.of-primary:hover::before {
  opacity: 1;
}
.lp-buttonConversion:hover::before {
  opacity: 1;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body {
  justify-content: center;
}
.lp-buttonConversion-text {
  position: relative;
  font-weight: var(--FONT_WEIGHT_BOLD);
}

.lp-text {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1439px) {
  .lp-text {
    font-size: calc(1.4rem + (1vw - 1.024rem) * (0.4807692308));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-text {
    font-size: 1.4rem;
  }
}
.lp-textLead {
  margin-bottom: 0.8rem;
  font-size: 3.2rem;
}
@media only screen and (max-width: 1439px) {
  .lp-textLead {
    font-size: calc(2.4rem + (1vw - 1.024rem) * (1.9230769231));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-textLead {
    font-size: max(1.6rem, 1.6rem + (1vw - 0.36rem) * (1.2048192771));
  }
}
.lp-textLead:has(+ .lp-videoGroup) {
  margin-bottom: 5.7rem;
}
@media only screen and (max-width: 1023px) {
  .lp-textLead:has(+ .lp-videoGroup) {
    margin-bottom: 2.4rem;
  }
}

.lp-textPhone {
  display: block;
  margin-bottom: var(--LP-MARGIN-BOTTOM-DEFAULT);
}
a.lp-textPhone-body,
a:hover.lp-textPhone-body {
  color: currentColor;
  text-decoration: none;
  cursor: default;
}

.lp-textPhone-body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.lp-textPhone-body > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .lp-textPhone-body {
    flex-direction: column;
  }
}
.lp-textPhone-body.of-primary .lp-textPhone-number, .lp-textPhone-body.of-primary .lp-textPhone-note {
  color: var(--LP-COLOR-WHITE);
}
.lp-textPhone-numberGroup {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.lp-textPhone-number {
  color: var(--LP-COLOR-DARKPRIMARY);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
.lp-textPhone-note {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--LP-COLOR-BLACK);
  font-size: 1.2rem;
  line-height: 1.2;
}
.lp-textPhone-icon {
  width: 3.6rem;
  min-width: 3.6rem;
  height: 2rem;
  min-height: 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-headingLevel2 {
  margin-bottom: 2.4rem;
  color: var(--LP-COLOR-PRIMARY);
  font-size: 4.8rem;
  font-weight: var(--LP-FONT-WEIGHT-BOLD);
  letter-spacing: -0.08rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1439px) {
  .lp-headingLevel2 {
    font-size: calc(4rem + (1vw - 1.024rem) * (1.9230769231));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-headingLevel2 {
    font-size: max(2.4rem, 2.4rem + (1vw - 0.36rem) * (2.4096385542));
  }
}
.lp-headingLevel2:has(+ .lp-stepFeature) {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 1023px) {
  .lp-headingLevel2:has(+ .lp-stepFeature) {
    margin-bottom: 3.2rem;
  }
}
.lp-headingLevel4 {
  margin-bottom: 2.4rem;
  color: var(--LP-COLOR-PRIMARY);
  font-size: 2.4rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1439px) {
  .lp-headingLevel4 {
    font-size: calc(2rem + (1vw - 1.024rem) * (0.9615384615));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-headingLevel4 {
    font-size: 2rem;
  }
}
.lp-headingLevel4.of-border {
  margin-bottom: 1.6rem;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid var(--LP-COLOR-LIGHTGRAY);
}
.lp-headingLevel4.of-primary {
  background: linear-gradient(135deg, #283660 0%, #2153db 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 4.4rem;
  letter-spacing: -0.072rem;
}
@media only screen and (max-width: 1439px) {
  .lp-headingLevel4.of-primary {
    font-size: calc(3.2rem + (1vw - 1.024rem) * (2.8846153846));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-headingLevel4.of-primary {
    font-size: max(2.6rem, 2.6rem + (1vw - 0.36rem) * (0.9036144578));
  }
}

.lp-stepFeature {
  display: grid;
  grid-template-columns: 42.4rem minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  margin-bottom: 2.4rem;
  column-gap: 2.4rem;
  row-gap: 3.2rem;
}
@media only screen and (max-width: 1439px) {
  .lp-stepFeature {
    grid-template-columns: calc(34rem + (1vw - 1.024rem) * (19.7115384615)) minmax(0, 1fr);
  }
}
@media only screen and (max-width: 1023px) {
  .lp-stepFeature {
    grid-template-columns: 1fr;
    max-width: 42.2rem;
    margin: 0 auto;
    gap: 3.6rem;
  }
}
.lp-stepFeature-column {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
}
.lp-stepFeature-column > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .lp-stepFeature-column {
    display: flex;
    flex-direction: column;
  }
}
.lp-stepFeature-column.of-arrow .lp-stepFeature-title {
  border-radius: 0.8rem;
}
@media only screen and (max-width: 1023px) {
  .lp-stepFeature-column.of-arrow .lp-stepFeature-title {
    border-radius: 0.8rem 0.8rem 0 0;
  }
}
.lp-stepFeature-column.of-arrow .lp-card {
  position: relative;
}
.lp-stepFeature-column.of-arrow .lp-card::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -6rem;
  width: 4.8rem;
  height: 4.8rem;
  transform: translate(-50%, -50%);
  border: 0.3rem solid var(--LP-COLOR-WHITE);
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M2.5 10H15M11.25 5L16.25 10L11.25 15' fill='none' stroke='white' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/2rem 2rem no-repeat, linear-gradient(135deg, var(--LP-COLOR-TERTIARY) 0%, var(--LP-COLOR-QUATERNARY) 100%);
  box-shadow: 0 0.6rem 2.4rem 0 rgba(86, 145, 233, 0.3);
}
@media only screen and (max-width: 1023px) {
  .lp-stepFeature-column.of-arrow .lp-card::before {
    top: auto;
    right: 50%;
    bottom: -0.4rem;
    transform: translate(50%, 50%) rotate(90deg);
  }
}
@media only screen and (max-width: 1023px) {
  .lp-stepFeature-column:not(.lp-stepFeature-column.of-arrow) {
    overflow: hidden;
    border: 0.1rem solid var(--LP-COLOR-TERTIARY);
    border-radius: 0.8rem;
  }
}
.lp-stepFeature-title {
  display: grid;
  place-items: center;
  padding: 0.5rem 1.4rem;
  background-color: var(--LP-COLOR-GRAY);
  color: var(--LP-COLOR-WHITE);
  font-size: 2rem;
  letter-spacing: 0.11rem;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .lp-stepFeature-title {
    border-radius: 0.8rem;
  }
}
@media only screen and (max-width: 1439px) {
  .lp-stepFeature-title {
    font-size: calc(1.8rem + (1vw - 1.024rem) * (0.4807692308));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-stepFeature-title {
    font-size: 1.8rem;
  }
}
.lp-stepFeature-title.of-backGround-primary {
  background: linear-gradient(135deg, var(--LP-COLOR-TERTIARY) 0%, var(--LP-COLOR-QUATERNARY) 100%);
}

.lp-card {
  display: flex;
  margin-bottom: 1.6rem;
  padding: 5.6rem 4.8rem;
  border: 0.1rem solid var(--LP-COLOR-TERTIARY);
  border-radius: 0.8rem;
  background-color: var(--LP-COLOR-WHITE);
  box-shadow: 0 0.6rem 2.4rem 0 rgba(86, 145, 233, 0.2);
}
.lp-card > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1439px) {
  .lp-card {
    padding: calc(4rem + (1vw - 1.024rem) * (3.8461538462)) calc(3.2rem + (1vw - 1.024rem) * (3.8461538462));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-card {
    padding: 0;
    border: none;
    border-radius: 0;
  }
}
.lp-card.of-primary {
  padding: 0;
  border: none;
  background: linear-gradient(180deg, #d1d7df 41.46%, #f2f4f6 100%);
  box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.07), 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.04);
}
@media only screen and (min-width: 1024px) {
  .lp-card.of-primary .lp-media-body {
    padding: 2.4rem 3.2rem 4rem;
  }
}
.lp-media {
  display: flex;
  margin-bottom: 1.6rem;
  border-radius: 0.8rem;
  gap: 4rem;
}
.lp-media > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1439px) {
  .lp-media {
    gap: calc(3.2rem + (1vw - 1.024rem) * (1.9230769231));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-media {
    gap: 0;
  }
}
.lp-media-body {
  flex: 1;
}
.lp-media-body > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .lp-media-body {
    padding: 1.6rem 2.4rem 3.2rem;
  }
}
.lp-media-image.of-primary {
  max-width: 44rem;
}
@media only screen and (max-width: 1439px) {
  .lp-media-image.of-primary {
    max-width: calc(30rem + (1vw - 1.024rem) * (33.6538461538));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-media-image.of-primary {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .lp-media-image.of-primary > img {
    border-radius: 0.8rem;
  }
}
.lp-media-image.of-mask {
  position: relative;
}
.lp-media-image.of-mask::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 4.8rem;
  background: linear-gradient(0deg, #d1d7df 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .lp-media-image.of-mask > img {
    border-radius: 0.8rem 0.8rem 0 0;
  }
}
.lp-media.of-columnReverse {
  flex-direction: column-reverse;
}
.lp-mediaConversion {
  display: grid;
  position: relative;
  grid-template-columns: minmax(0, 1fr) 76rem;
  gap: 4rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 1439px) {
  .lp-mediaConversion {
    grid-template-columns: minmax(0, 1fr) calc(50rem + (1vw - 1.024rem) * (62.5));
    gap: calc(2.4rem + (1vw - 1.024rem) * (3.8461538462));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-mediaConversion {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    align-items: center;
  }
}
.lp-mediaConversion-body {
  position: relative;
  z-index: 1;
  padding: 8rem 0;
  color: var(--LP-COLOR-WHITE);
  line-height: 1.3;
}
.lp-mediaConversion-body > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1439px) {
  .lp-mediaConversion-body {
    padding: calc(4rem + (1vw - 1.024rem) * (9.6153846154)) 0;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-mediaConversion-body {
    padding: 0;
  }
}
.lp-mediaConversion-title {
  margin-bottom: 0.8rem;
  font-size: 6.4rem;
  letter-spacing: -0.088rem;
}
@media only screen and (max-width: 1439px) {
  .lp-mediaConversion-title {
    font-size: calc(4.8rem + (1vw - 1.024rem) * (3.8461538462));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-mediaConversion-title {
    font-size: 4.8rem;
  }
}
.lp-mediaConversion-titleGroup {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 1023px) {
  .lp-mediaConversion-titleGroup {
    text-align: center;
  }
}
.lp-mediaConversion-subtitle {
  font-size: 3.2rem;
  font-weight: var(--LP-FONT-WEIGHT-REGULAR);
  letter-spacing: -0.11rem;
}
@media only screen and (max-width: 1439px) {
  .lp-mediaConversion-subtitle {
    font-size: calc(2.4rem + (1vw - 1.024rem) * (1.9230769231));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-mediaConversion-subtitle {
    font-size: 2.4rem;
  }
}
.lp-mediaConversion-text {
  margin-bottom: 4rem;
  font-size: 2rem;
}
@media only screen and (max-width: 1439px) {
  .lp-mediaConversion-text {
    font-size: calc(1.6rem + (1vw - 1.024rem) * (0.9615384615));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-mediaConversion-text {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
    text-align: center;
  }
}
@media only screen and (max-width: 1439px) {
  .lp-mediaConversion-image {
    max-width: calc(50rem + (1vw - 1.024rem) * (62.5));
  }
}
@media only screen and (min-width: 1024px) {
  .lp-mediaConversion-image {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-mediaConversion-image {
    max-width: max(27.2rem, 27.2rem + (1vw - 0.36rem) * (34.3373493976));
    margin-top: -5rem;
  }
}

.lp-label {
  min-width: 5.4rem;
  max-width: 30rem;
  padding: 0 0.8rem;
  border: 0.1rem solid var(--LP-COLOR-RED);
  color: var(--LP-COLOR-RED);
  font-size: 1.5rem;
  font-weight: var(--LP-FONT-WEIGHT-REGULAR);
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .lp-label {
    min-width: 5rem;
    font-size: 1.3rem;
  }
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin-bottom: 2.4rem;
}
.lp-listButton > li {
  display: flex;
}
.lp-listButton > li > *:last-child {
  margin-bottom: 0 !important;
}
.lp-listFeature {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media only screen and (max-width: 1023px) {
  .lp-listFeature {
    gap: 1.6rem;
  }
}
.lp-listFeature li > *:last-child {
  margin-bottom: 0 !important;
}
.lp-listFeature-title {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  font-weight: var(--LP-FONT-WEIGHT-BOLD);
}
@media only screen and (max-width: 1439px) {
  .lp-listFeature-title {
    font-size: calc(1.6rem + (1vw - 1.024rem) * (0.4807692308));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-listFeature-title {
    font-size: 1.6rem;
  }
}
.lp-listFeature-title.of-primary {
  font-size: 2.4rem;
  font-weight: var(--LP-FONT-WEIGHT-BOLD);
}
@media only screen and (max-width: 1439px) {
  .lp-listFeature-title.of-primary {
    font-size: calc(2rem + (1vw - 1.024rem) * (0.9615384615));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-listFeature-title.of-primary {
    font-size: max(1.6rem, 1.6rem + (1vw - 0.36rem) * (0.6024096386));
  }
}
.lp-listFeature-text {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1439px) {
  .lp-listFeature-text {
    font-size: calc(1.4rem + (1vw - 1.024rem) * (0.4807692308));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-listFeature-text {
    font-size: 1.4rem;
  }
}

.lp-video {
  position: relative;
  border: 0.1rem solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 2.4rem 8rem 0 rgba(86, 145, 233, 0.5);
}
.lp-video > video {
  display: block;
  width: 100%;
  height: 100%;
}
.lp-videoGroup {
  max-width: 127.8rem;
  margin: 0 auto 5.6rem;
}
.lp-videoGroup > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .lp-videoGroup {
    margin-bottom: 4.8rem;
  }
}

.lp-utility-line-break {
  display: block;
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-fontWeight-bold {
  font-weight: var(--LP-FONT-WEIGHT-BOLD);
}
.lp-utility-justifyContent-center {
  justify-content: center;
}
.lp-utility-justifyContent-flexEnd {
  justify-content: flex-end;
}
.lp-utility-alignItem-center {
  align-items: center;
}
.lp-utility-text-emphasis {
  display: block;
  background: linear-gradient(135deg, var(--LP-COLOR-TERTIARY) 0%, var(--LP-COLOR-QUATERNARY) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 9.3rem;
}
@media only screen and (max-width: 1519px) {
  .lp-utility-text-emphasis {
    font-size: calc(7.2rem + (1vw - 1.024rem) * (4.2338709677));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-utility-text-emphasis {
    font-size: max(4.8rem, 4.8rem + (1vw - 0.36rem) * (3.6144578313));
  }
}
.lp-utility-rowGap-none {
  row-gap: 0;
}

@media only screen and (min-width: 1520px) {
  .lp-largeScreen-show {
    display: none;
  }
}
@media only screen and (max-width: 1519px) {
  .lp-largeScreen-marginBottom-0 {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .lp-largeScreen-line-break {
    display: block;
  }
  .lp-largeScreen-hide {
    display: none;
  }
  .lp-largeScreen-lastChild {
    margin-bottom: 0;
  }
  .lp-largeScreen-gridRow-primary {
    grid-row: span 1;
  }
}

@media only screen and (min-width: 1024px) {
  .lp-smallScreen-show {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-smallScreen-hide {
    display: none;
  }
  .lp-smallScreen-line-break {
    display: block;
  }
  .lp-smallScreen-justifyContent-center {
    justify-content: center;
  }
  .lp-smallScreen-columnReverse {
    flex-direction: column-reverse;
  }
  .lp-smallScreen-paddingTop-primary {
    padding-top: 2.4rem;
  }
}
