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

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

:root {
  --LP_COLOR_WHITE: #fff;
  --LP_COLOR_DARKGRAY: #333;
  --LP_COLOR_GRAY: #555;
  --LP_COLOR_LIGHTGRAY: #f5f5f5;
  --LP_COLOR_BLUE: #006de1;
  --LP_COLOR_RED: #fd3535;
  --LP_COLOR_GREEN: #129e83;
  --LP_COLOR_YELLOW: #ffd44b;
  --LP_COLOR_DARKBLUE: #171e30;
  --LP_COLOR_DARKRED: #e10000;
  --LP_FONT_WEIGHT_BOLD: bold;
  --LP_FONT_WEIGHT_MEDIUM: 500;
  --LP_FONT_WEIGHT_REGULAR: normal;
  --LP_LINE_HEIGHT_PRIMARY: 1.4;
}

.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 152rem;
  margin-inline: auto;
  padding: 2.4rem 4rem;
  gap: 2.4rem;
}
.lp-layout-header-content > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .lp-layout-header-content {
    justify-content: center;
    padding: 1.6rem 2rem;
  }
}
.lp-layout-header-logo {
  flex-shrink: 0;
  margin-bottom: 0;
}
.lp-layout-header-logo > a {
  display: block;
  line-height: 1;
}
.lp-layout-header-logo img {
  width: 12rem;
}
@media screen and (max-width: 768px) {
  .lp-layout-header-logo img {
    width: 9rem;
  }
}
.lp-layout-header-utilityGroup > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .lp-layout-footer {
    border-top: 0.1rem solid #ddd;
  }
}
.lp-layout-footer-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 152rem;
  margin-inline: auto;
  padding: 1.2rem 4rem;
  gap: 1.2rem 2.5rem;
}
.lp-layout-footer-content > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .lp-layout-footer-content {
    padding: 1.2rem;
  }
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  gap: 1.2rem 2.5rem;
}
.lp-layout-footer-list li {
  position: relative;
}
.lp-layout-footer-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1.2rem;
  width: 0.1rem;
  height: 1.6rem;
  transform: translateY(-50%);
  background-color: var(--LP_COLOR_GRAY);
}
.lp-layout-footer-list li:first-child::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .lp-layout-footer-list li:last-child::before {
    content: none;
  }
}
.lp-layout-footer-list a {
  color: var(--LP_COLOR_GRAY);
  text-decoration: none;
}
.lp-layout-footer-copyright {
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .lp-layout-footer-copyright {
    width: 100%;
    text-align: center;
  }
}

.lp-layout-main {
  padding-bottom: min(3.6rem + (1vw - 0.97rem) * (1.2631578947), 4.8rem);
  overflow: hidden;
  background-color: var(--LP_COLOR_LIGHTGRAY);
  color: var(--LP_COLOR_DARKGRAY);
  font-size: 1.8rem;
}
.lp-layout-main > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .lp-layout-main {
    padding-bottom: 0;
    font-size: 1.5rem;
  }
}

.lp-jumbotron {
  background-color: var(--LP_COLOR_DARKBLUE);
  color: var(--LP_COLOR_WHITE);
}
.lp-jumbotron-content {
  display: flex;
  position: relative;
  align-items: center;
  max-width: 192rem;
  margin-inline: auto;
  padding: 7.2rem 24rem 2.4rem;
  gap: 3.6rem;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-content {
    padding: calc(5.6rem + (1vw - 0.97rem) * (1.6842105263)) max(4rem + (1vw - 1.28rem) * (31.25), 4rem) 2.4rem;
    gap: calc(1.2rem + (1vw - 0.97rem) * (2.5263157895));
  }
}
@media screen and (max-width: 970px) {
  .lp-jumbotron-content {
    flex-direction: column-reverse;
    align-items: center;
    padding: max(2.8rem + (1vw - 0.36rem) * (2.8205128205), 2.8rem) 2rem max(4rem + (1vw - 0.36rem) * (-2.6229508197), 4rem);
    gap: max(2.4rem + (1vw - 0.36rem) * (0.7692307692), 2.4rem);
  }
}
.lp-jumbotron-body {
  z-index: 1;
  flex: 1;
  max-width: 70.2rem;
  padding-bottom: 4.8rem;
}
.lp-jumbotron-body > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-body {
    max-width: calc(56.1rem + (1vw - 1.28rem) * (22.03125));
    padding-bottom: calc(3.2rem + (1vw - 0.97rem) * (1.6842105263));
  }
}
@media screen and (max-width: 1280px) {
  .lp-jumbotron-body {
    max-width: max(42.1rem + (1vw - 0.97rem) * (45.1612903226), 42.1rem);
  }
}
@media screen and (max-width: 970px) {
  .lp-jumbotron-body {
    padding-bottom: 0;
  }
}
.lp-jumbotron-titleGroup {
  margin-bottom: 4.8rem;
  line-height: var(--LP_LINE_HEIGHT_PRIMARY);
  text-align: center;
}
.lp-jumbotron-titleGroup > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: max(3.2rem + (1vw - 0.97rem) * (1.6842105263), 3.2rem);
  }
}
@media screen and (max-width: 970px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 4rem;
    font-weight: var(--LP_FONT_WEIGHT_MEDIUM);
  }
}
.lp-jumbotron-title {
  display: block;
  position: relative;
  width: fit-content;
  margin-bottom: 2.4rem;
  margin-inline: auto;
  font-size: 3.2rem;
  font-weight: var(--LP_FONT_WEIGHT_MEDIUM);
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-title {
    margin-bottom: max(1.6rem + (1vw - 0.97rem) * (0.8421052632), 1.6rem);
    font-size: calc(2.5rem + (1vw - 0.97rem) * (0.7368421053));
  }
}
@media screen and (max-width: 970px) {
  .lp-jumbotron-title {
    margin-bottom: max(1.6rem + (1vw - 0.36rem) * (0.5128205128), 1.6rem);
    font-size: max(1.8rem + (1vw - 0.36rem) * (0.8974358974), 1.8rem);
  }
}
.lp-jumbotron-title::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -1em;
  width: calc(100% + 2em);
  height: 0.375em;
  background: linear-gradient(270deg, rgba(0, 109, 225, 0) 0%, #006de1 50%, rgba(0, 109, 225, 0) 100%);
}
.lp-jumbotron-series {
  display: block;
  margin-bottom: 1.6rem;
  font-size: 5rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-series {
    font-size: calc(4rem + (1vw - 0.97rem) * (1.0526315789));
  }
}
@media screen and (max-width: 970px) {
  .lp-jumbotron-series {
    font-size: max(2.4rem + (1vw - 0.36rem) * (1.6666666667), 2.4rem);
    font-weight: var(--LP_FONT_WEIGHT_MEDIUM);
  }
}
.lp-jumbotron-series em {
  font-size: 7.4rem;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-series em {
    font-size: calc(6rem + (1vw - 0.97rem) * (1.4736842105));
  }
}
@media screen and (max-width: 970px) {
  .lp-jumbotron-series em {
    font-size: max(4.4rem + (1vw - 0.36rem) * (1.9230769231), 4.4rem);
    font-weight: var(--LP_FONT_WEIGHT_MEDIUM);
  }
}
.lp-jumbotron-seriesName {
  display: block;
  font-size: 3.6rem;
  font-weight: var(--LP_FONT_WEIGHT_MEDIUM);
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-seriesName {
    font-size: calc(2.8rem + (1vw - 0.97rem) * (0.8421052632));
  }
}
@media screen and (max-width: 970px) {
  .lp-jumbotron-seriesName {
    font-size: max(2rem + (1vw - 0.36rem) * (1.0256410256), 2rem);
  }
}
.lp-jumbotron-image {
  z-index: 1;
  max-width: 41rem;
}
.lp-jumbotron-image > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-image {
    max-width: calc(28.7rem + (1vw - 0.97rem) * (12.9473684211));
  }
}
@media screen and (max-width: 970px) {
  .lp-jumbotron-image {
    max-width: max(12rem + (1vw - 0.36rem) * (27.3770491803), 12rem);
    margin-right: 14rem;
    padding-top: 0;
  }
}
.lp-jumbotron-video {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 70.4rem;
  mix-blend-mode: lighten;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-video {
    right: calc(-12rem + (1vw - 0.97rem) * (12.6315789474));
    max-width: calc(49.2rem + (1vw - 0.97rem) * (22.3157894737));
  }
}
@media screen and (max-width: 970px) {
  .lp-jumbotron-video {
    right: 0;
    max-width: max(25.6rem + (1vw - 0.36rem) * (46.5573770492), 25.6rem);
  }
}

.lp-section-content {
  max-width: 136rem;
  margin-inline: auto;
  padding: min(3.6rem + (1vw - 0.97rem) * (1.2631578947), 4.8rem) 4rem;
}
.lp-section-content > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .lp-section-content {
    padding: 3.6rem max(2rem + (1vw - 0.36rem) * (14.7058823529), 2rem);
  }
}
.lp-section.of-primary .lp-section-content {
  padding-top: min(7.2rem + (1vw - 0.97rem) * (2.5263157895), 9.6rem);
}
@media screen and (max-width: 768px) {
  .lp-section.of-primary .lp-section-content {
    padding-top: 7.2rem;
  }
}
.lp-section.of-secondary {
  background-color: var(--LP_COLOR_WHITE);
}
@media screen and (max-width: 768px) {
  .lp-section.of-secondary {
    margin-top: 1.2rem;
  }
}
.lp-section.of-secondary .lp-section-content {
  padding: 2rem;
}

.lp-button {
  display: inline-block;
  min-width: 29rem;
  padding: 2rem 4rem;
  transition: box-shadow 0.5s;
  border-radius: 4.5rem;
  background-color: var(--LP_COLOR_DARKBLUE);
  box-shadow: -6px -3px 8px rgb(50, 61, 88), 6px 3px 8px rgba(0, 0, 0, 0.8), inset -2px -2px 2px rgba(0, 0, 0, 0.2), inset 2px 2px 2px rgba(255, 255, 255, 0.05);
  color: var(--LP_COLOR_RED);
  font-size: 2rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: 1.5;
  text-decoration: none;
}
@media screen and (max-width: 1920px) {
  .lp-button {
    min-width: max(23.5rem + (1vw - 0.36rem) * (3.5256410256), 23.5rem);
    padding: max(1.6rem + (1vw - 0.36rem) * (0.2564102564), 1.6rem) max(3.2rem + (1vw - 0.36rem) * (0.8333333333), 3.2rem);
    font-size: max(1.6rem + (1vw - 0.36rem) * (0.2564102564), 1.6rem);
  }
}
.lp-button:hover, .lp-button:focus {
  box-shadow: -6px -6px 12px transparent, 6px 6px 12px transparent, inset 3px 3px 3px rgb(0, 0, 0), inset -3px -2px 3px rgb(50, 61, 88);
}
.lp-button.of-background-primary {
  background-color: var(--LP_COLOR_LIGHTGRAY);
  box-shadow: -6px -3px 8px rgb(255, 255, 255), 6px 3px 8px rgb(199, 199, 199), inset -2px -2px 2px rgba(0, 0, 0, 0.2), inset 2px 2px 2px rgba(255, 255, 255, 0.05);
  color: var(--LP_COLOR_DARKRED);
}
.lp-button.of-background-primary:hover, .lp-button.of-background-primary:focus {
  box-shadow: -6px -6px 12px transparent, 6px 6px 12px transparent, inset 3px 3px 3px rgb(199, 199, 199), inset -3px -2px 3px rgb(255, 255, 255);
}
.lp-button-text {
  display: block;
  text-align: center;
}
.lp-button.of-primary {
  color: var(--LP_COLOR_GREEN);
}

.lp-card {
  position: relative;
  margin-bottom: min(4.8rem + (1vw - 0.97rem) * (1.6842105263), 6.4rem);
  border-radius: 0.8rem;
  background-color: var(--LP_COLOR_WHITE);
  color: var(--LP_COLOR_BLACK);
}
.lp-card > *:last-child {
  margin-bottom: 0 !important;
}
.lp-card:has(.lp-card-label) {
  margin-top: 3.8rem;
}
@media screen and (max-width: 1280px) {
  .lp-card:has(.lp-card-label) {
    margin-top: max(3.3rem + (1vw - 0.36rem) * (0.5434782609), 3.3rem);
  }
}
@media screen and (max-width: 768px) {
  .lp-card:has(.lp-card-label) {
    margin-top: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .lp-card {
    width: 100%;
    margin-bottom: 3.2rem;
    margin-inline: auto;
  }
  .lp-card:has(.lp-card-label.of-circle) {
    margin-top: 3.3rem;
  }
}
.lp-card-content {
  padding: 2.4rem;
}
.lp-card-content > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1280px) {
  .lp-card-content {
    padding: max(1.6rem + (1vw - 0.36rem) * (0.8695652174), 1.6rem);
  }
}
.lp-card-content.of-primary {
  padding: 6.4rem 6.4rem 3.2rem;
}
@media screen and (max-width: 1280px) {
  .lp-card-content.of-primary {
    padding: 6.4rem max(1.6rem + (1vw - 0.36rem) * (5.2173913043), 1.6rem) 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .lp-card-content.of-primary {
    padding-bottom: 4rem;
  }
}
.lp-card-body {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
}
.lp-card-body:not(.of-column-reverse) > *:last-child {
  margin-bottom: 0 !important;
}
.lp-card-body.of-column-reverse {
  flex-direction: column-reverse;
}
.lp-card-body.of-column-reverse > :first-child {
  margin-bottom: 0;
}
.lp-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: min(4.8rem + (1vw - 0.97rem) * (1.6842105263), 6.4rem);
  gap: 3.2rem 4rem;
}
.lp-card-list > *:last-child {
  margin-bottom: 0 !important;
}
.lp-card-list .lp-card {
  margin-bottom: 0;
}
.lp-card-list .lp-card,
.lp-card-list .lp-card .lp-card-content {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  gap: 0;
  align-items: baseline;
}
@media screen and (max-width: 1280px) {
  .lp-card-list {
    gap: 3.2rem max(2rem + (1vw - 0.768rem) * (3.90625), 2rem);
  }
}
@media screen and (max-width: 970px) {
  .lp-card-list {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .lp-card-list {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 3.2rem;
  }
}
.lp-card-list:has(.lp-card-label) .lp-headingLevel2 {
  z-index: 1;
  max-width: 20rem;
  margin-inline: auto;
}
@media screen and (max-width: 1280px) {
  .lp-card-list:has(.lp-card-label) .lp-headingLevel2 {
    max-width: max(14rem + (1vw - 0.97rem) * (19.3548387097), 14rem);
  }
}
.lp-card-label {
  display: flex;
  position: absolute;
  top: 0;
  left: 1.1rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding: 2.4rem 4rem;
  transform: translateY(-50%);
  border: 0.5rem solid var(--LP_COLOR_LIGHTGRAY);
  border-radius: 3.8rem;
  background-color: var(--LP_COLOR_WHITE);
  font-size: 1.8rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: 1.3;
}
@media screen and (max-width: 1280px) {
  .lp-card-label {
    font-size: max(1.6rem + (1vw - 0.36rem) * (0.2173913043), 1.6rem);
  }
}
@media screen and (max-width: 768px) {
  .lp-card-label {
    top: 1.2rem;
    left: 0.7rem;
    padding: 2rem 2.4rem;
  }
}
.lp-card-label.of-circle {
  width: 8.4rem;
  height: 8.4rem;
  padding: 2.4rem 0.8rem;
  border-radius: 50%;
}
@media screen and (max-width: 1280px) {
  .lp-card-label.of-circle {
    width: max(7.4rem + (1vw - 0.36rem) * (1.0869565217), 7.4rem);
    height: max(7.4rem + (1vw - 0.36rem) * (1.0869565217), 7.4rem);
    padding: 2rem 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .lp-card-label.of-circle {
    top: 0;
  }
}

.lp-cardAsset {
  margin-bottom: 4rem;
  border-radius: 1rem;
  background-color: var(--LP_COLOR_DARKBLUE);
  color: var(--LP_COLOR_WHITE);
}
.lp-cardAsset-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  padding: 4.8rem 4rem;
  gap: 4rem;
}
.lp-cardAsset-content > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1280px) {
  .lp-cardAsset-content {
    gap: max(1.4rem + (1vw - 0.768rem) * (5.078125), 1.4rem);
  }
}
@media screen and (max-width: 768px) {
  .lp-cardAsset-content {
    flex-direction: column-reverse;
    padding: 4.8rem 2rem;
  }
}
.lp-cardAsset-body > *:last-child {
  margin-bottom: 0 !important;
}
.lp-cardAsset-image {
  flex-shrink: 0;
  max-width: 33rem;
}
@media screen and (max-width: 1280px) {
  .lp-cardAsset-image {
    max-width: max(18rem + (1vw - 0.36rem) * (16.3043478261), 18rem);
  }
}
.lp-cardAsset-text {
  display: inline-block;
  position: relative;
  margin-bottom: 2.4rem;
  font-size: 3.2rem;
  font-weight: var(--LP_FONT_WEIGHT_MEDIUM);
}
@media screen and (max-width: 1280px) {
  .lp-cardAsset-text {
    font-size: max(1.8rem + (1vw - 0.36rem) * (1.5217391304), 1.8rem);
  }
}
@media screen and (max-width: 768px) {
  .lp-cardAsset-text {
    margin-bottom: 1.6rem;
  }
}
.lp-cardAsset-text::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -1em;
  width: calc(100% + 2em);
  height: 0.375em;
  transform: translateY(-50%);
  background: linear-gradient(270deg, rgba(0, 109, 225, 0) 0%, #006de1 50%, rgba(0, 109, 225, 0) 100%);
}
.lp-cardAsset-textGroup {
  position: relative;
  z-index: 0;
  margin-bottom: 4.8rem;
  line-height: var(--LP_LINE_HEIGHT_PRIMARY);
  text-align: center;
}
.lp-cardAsset-textGroup > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .lp-cardAsset-textGroup {
    margin-bottom: 4rem;
    font-weight: var(--LP_FONT_WEIGHT_MEDIUM);
  }
}
.lp-cardAsset-series {
  display: block;
  margin-bottom: 1.6rem;
  font-size: 5rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
}
@media screen and (max-width: 768px) {
  .lp-cardAsset-series {
    font-weight: var(--LP_FONT_WEIGHT_MEDIUM);
  }
}
@media screen and (max-width: 1280px) {
  .lp-cardAsset-series {
    font-size: max(2.4rem + (1vw - 0.36rem) * (2.8260869565), 2.4rem);
  }
}
.lp-cardAsset-series em {
  font-size: 7.4rem;
}
@media screen and (max-width: 1280px) {
  .lp-cardAsset-series em {
    font-size: max(4.4rem + (1vw - 0.36rem) * (3.2608695652), 4.4rem);
  }
}
@media screen and (max-width: 768px) {
  .lp-cardAsset-series em {
    font-weight: var(--LP_FONT_WEIGHT_MEDIUM);
  }
}
.lp-cardAsset-seriesName {
  display: block;
  font-size: 3.6rem;
  font-weight: var(--LP_FONT_WEIGHT_MEDIUM);
}
@media screen and (max-width: 1280px) {
  .lp-cardAsset-seriesName {
    font-size: max(2rem + (1vw - 0.36rem) * (1.7391304348), 2rem);
  }
}

.lp-headingLevel2 {
  margin-bottom: 1.6rem;
  font-size: 2.2rem;
  line-height: var(--LP_LINE_HEIGHT_PRIMARY);
}
@media screen and (max-width: 1280px) {
  .lp-headingLevel2 {
    font-size: max(1.8rem + (1vw - 0.36rem) * (0.4347826087), 1.8rem);
  }
}
@media screen and (max-width: 768px) {
  .lp-headingLevel2 {
    margin-bottom: 1.2rem;
  }
}
.lp-headingLevel2.of-borderLeft {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 1.2rem;
}
@media screen and (max-width: 768px) {
  .lp-headingLevel2.of-borderLeft {
    margin-bottom: 1.2rem;
  }
}
.lp-headingLevel2.of-borderLeft::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4rem;
  height: 100%;
  background-color: var(--LP_COLOR_BLUE);
}

.lp-image {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .lp-image {
    margin-bottom: 1.2rem;
  }
}

.lp-label {
  display: inline-block;
  padding-inline: 6.4rem;
  background-color: var(--LP_COLOR_YELLOW);
  color: var(--LP_COLOR_DARKBLUE);
  font-size: 4rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
}
@media screen and (max-width: 1920px) {
  .lp-label {
    padding-inline: max(4rem + (1vw - 0.97rem) * (2.5263157895), 4rem);
    font-size: max(3.2rem + (1vw - 0.97rem) * (0.8421052632), 3.2rem);
  }
}
@media screen and (max-width: 970px) {
  .lp-label {
    padding-inline: max(4rem + (1vw - 0.36rem) * (1.5384615385), 4rem);
    font-size: max(2.4rem + (1vw - 0.36rem) * (1.0256410256), 2.4rem);
    font-weight: var(--LP_FONT_WEIGHT_MEDIUM);
  }
}
.lp-label-outer {
  display: flex;
  justify-content: center;
  max-width: 32rem;
  margin-bottom: 1.6rem;
  margin-inline: auto;
}
.lp-label-outer > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1920px) {
  .lp-label-outer {
    margin-bottom: max(1rem + (1vw - 0.97rem) * (0.6315789474), 1rem);
  }
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
}
.lp-listButton > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1920px) {
  .lp-listButton {
    gap: calc(1.6rem + (1vw - 0.768rem) * (2.0833333333));
  }
}
@media screen and (max-width: 768px) {
  .lp-listButton {
    justify-content: center;
    gap: 2.4rem;
    text-align: center;
  }
}
.lp-listButton > li > *:last-child {
  margin-bottom: 0 !important;
}

.lp-media {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .lp-media {
    margin-bottom: 3.6rem;
  }
}
.lp-media-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 2rem max(2rem + (1vw - 0.768rem) * (3.90625), 2rem);
}
.lp-media-content > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .lp-media-content {
    gap: 1.2rem;
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
}
.lp-media-header {
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: flex-end;
}
.lp-media-header > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .lp-media-header {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.lp-media-body {
  grid-column: 1/2;
  grid-row: 2/3;
  align-self: flex-start;
}
.lp-media-body > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .lp-media-body {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.lp-media-image {
  grid-column: 2/3;
  grid-row: 1/3;
  align-self: center;
  max-width: 55.6rem;
}
@media screen and (max-width: 768px) {
  .lp-media-image {
    grid-column: 1/2;
    grid-row: 2/3;
    padding-bottom: 0.8rem;
  }
}

.lp-mediaFeature {
  margin-bottom: 2.4rem;
}
.lp-mediaFeature-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.lp-mediaFeature-content > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1280px) {
  .lp-mediaFeature-content {
    gap: max(2rem + (1vw - 0.768rem) * (3.90625), 2rem);
  }
}
@media screen and (max-width: 768px) {
  .lp-mediaFeature-content {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.lp-mediaFeature-body {
  flex: 1;
}
.lp-mediaFeature-body > *:last-child {
  margin-bottom: 0 !important;
}
.lp-mediaFeature-image {
  max-width: 51rem;
}
@media screen and (max-width: 1280px) {
  .lp-mediaFeature-image {
    max-width: max(25.5rem + (1vw - 0.36rem) * (27.7173913043), 25.5rem);
  }
}
.lp-mediaFeature-title {
  position: relative;
  margin-bottom: 3.2rem;
  padding-bottom: 1.2rem;
  font-size: 3.2rem;
  line-height: 1.68;
}
@media screen and (max-width: 1280px) {
  .lp-mediaFeature-title {
    font-size: max(2.4rem + (1vw - 0.36rem) * (0.8695652174), 2.4rem);
  }
}
@media screen and (max-width: 768px) {
  .lp-mediaFeature-title {
    margin-bottom: 2.4rem;
    padding-bottom: 0.8rem;
    line-height: var(--LP_LINE_HEIGHT_PRIMARY);
  }
}
.lp-mediaFeature-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.4rem;
  width: 100%;
  height: 0.4rem;
  background: transparent linear-gradient(270deg, rgba(0, 109, 225, 0) 0%, #006de1 100%) 0% 0% no-repeat;
}
.lp-mediaFeature-text {
  margin-bottom: 3.2rem;
  font-size: 1.8rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: var(--LP_LINE_HEIGHT_PRIMARY);
}
@media screen and (max-width: 768px) {
  .lp-mediaFeature-text {
    margin-bottom: 2.4rem;
    font-size: 1.5rem;
  }
}
.lp-mediaFeature-text > b {
  font-size: 2.4rem;
}
@media screen and (max-width: 1280px) {
  .lp-mediaFeature-text > b {
    font-size: max(1.8rem + (1vw - 0.36rem) * (0.652173913), 1.8rem);
  }
}
.lp-mediaFeature-textIntro {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--LP_COLOR_BLUE);
}
@media screen and (max-width: 768px) {
  .lp-mediaFeature-textIntro {
    margin-bottom: 0.3rem;
  }
}

.lp-textPhone {
  display: block;
}
.lp-textPhone > *:last-child {
  margin-bottom: 0 !important;
}
.lp-textPhone-body {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}
.lp-textPhone-body > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 970px) {
  .lp-textPhone-body {
    flex-direction: column;
  }
}
.lp-textPhone-number {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
.lp-textPhone-numberGroup {
  display: flex;
  align-items: flex-start;
  margin-top: 0 !important;
}
.lp-textPhone-note {
  display: block;
  margin-top: 0 !important;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.2;
}
.lp-textPhone-icon {
  width: 3.6rem;
  min-width: 3.6rem;
  height: 2rem;
  min-height: 2rem;
  margin-top: 0.2rem;
  margin-right: 0.8rem;
}
.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-center {
  text-align: center;
}
.lp-textPhone.of-center .lp-textPhone-numberGroup {
  justify-content: center;
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
  color: var(--LP_COLOR_DARKGRAY);
  text-decoration: none;
  cursor: default;
}

.lp-utility-line-break {
  display: block;
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-justifyContent-center {
  justify-content: center;
}

@media not screen and (max-width: 768px) {
  .lp-largeScreen-textAlign-center {
    text-align: center;
  }
  .lp-largeScreen-hide {
    display: none;
  }
  .lp-largeScreen-lastChild {
    margin-bottom: 0 !important;
  }
  .lp-largeScreen-line-break {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .lp-smallScreen-textAlign-center {
    text-align: center;
  }
  .lp-smallScreen-hide {
    display: none;
  }
  .lp-smallScreen-line-break {
    display: block;
  }
}
