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

:root {
  --LP-COLOR-BLACK-PRIMARY: #333;
  --LP-COLOR-BLACK-SECONDARY: #2e3133;
  --LP-COLOR-WHITE: #fff;
  --LP-COLOR-GRAY: #a8a8a8;
  --LP-COLOR-SOFTGRAY: #d0d0d0;
  --LP-COLOR-LIGHTGRAY: #ececec;
  --LP-COLOR-DARKGRAY: #6f6f6f;
  --LP-COLOR-RED: #d40432;
  --LP-COLOR-BLUE: #0752ec;
}

[data-script-enabled=true] .sections[aria-hidden=true] {
  display: revert;
}

[data-script-enabled=true] .lp-layout-container.of-outermost {
  height: 100vh;
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-layout-container.of-outermost {
    height: auto;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  [data-script-enabled=true] .lp-layout-container.of-outermost {
    height: auto;
  }
}

.lp-layout-header {
  z-index: 10;
  border-bottom: 1px solid var(--LP-COLOR-SOFTGRAY);
  background-color: var(--LP-COLOR-WHITE);
  color: var(--LP-COLOR-BLACK-PRIMARY);
}
.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1680px;
  margin-inline: auto;
  padding: 18px 80px;
  gap: 24px;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-header-content {
    justify-content: center;
    padding: 16px 20px;
  }
}
.lp-layout-header-content > *:last-child {
  margin-bottom: 0;
}
.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: 103px;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-header-logo > a > img {
    width: 91px;
  }
}
[data-script-enabled=true] .lp-layout-header {
  position: fixed;
  width: 100%;
}
@media only screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-layout-header {
    position: static;
  }
}

.lp-layout-main {
  background-color: var(--LP-COLOR-LIGHTGRAY);
  color: var(--LP-COLOR-BLACK-SECONDARY);
}
.lp-layout-main > *:last-child {
  margin-bottom: 0 !important;
}

.lp-layout-footer {
  z-index: 10;
  width: 100%;
  background-color: var(--LP-COLOR-LIGHTGRAY);
  color: var(--LP-COLOR-BLACK-PRIMARY);
}
[data-script-enabled=true] .lp-layout-footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-layout-footer {
    position: static;
  }
}
.lp-layout-footer-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1680px;
  margin-inline: auto;
  padding: 16px 80px;
  gap: 12px 33px;
}
@media only screen and (max-width: 1365px) {
  .lp-layout-footer-content {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-layout-footer-content {
    flex-direction: column;
    max-width: none;
    padding: 40px 20px 24px;
  }
}
.lp-layout-footer-content > *:last-child {
  margin-bottom: 0;
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  gap: 12px 33px;
}
.lp-layout-footer-list > li {
  position: relative;
}
.lp-layout-footer-list > li::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -16px;
  width: 1px;
  height: 100%;
  transform: translateY(-50%);
  background-color: var(--LP-COLOR-GRAY);
}
.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;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-footer-list > li:last-child::after {
    display: none;
  }
}
.lp-layout-footer-list > li > *:last-child {
  margin-bottom: 0;
}
.lp-layout-footer-copyright {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1365px) {
  .lp-layout-footer-copyright {
    text-align: center;
  }
}

.lp-layout-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -40px 0 48px -40px;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-grid {
    margin: -24px 0 32px -24px;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 899px) {
  .lp-layout-grid {
    max-width: max(1024px, 102.4rem + (1vh - 0.59rem) * (110.3225806452));
    margin-bottom: 24px;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  .lp-layout-grid {
    max-width: 1024px;
  }
}
.lp-layout-grid > .lp-layout-grid-column {
  margin-top: 40px;
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-grid > .lp-layout-grid-column {
    margin-top: 24px;
    padding-left: 24px;
  }
}
.lp-layout-grid > .lp-layout-grid-column > *:last-child {
  margin-bottom: 0;
}
.lp-layout-grid > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 100%;
}
.lp-layout-grid > .lp-layout-grid-column.of-flex {
  display: flex;
  flex-wrap: wrap;
}
.lp-layout-grid > .lp-layout-grid-column.of-flex > * {
  width: 100%;
}
.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 50%;
}
.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 33.3333333333%;
}
.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 25%;
}
.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 20%;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 16.6666666667%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 14.2857142857%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 12.5%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 11.1111111111%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 10%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 9.0909090909%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 8.3333333333%;
}
.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
  width: 100%;
}
.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
  width: 66.6666666667%;
}
.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
  width: 100%;
}
.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
  width: 50%;
}
.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
  width: 75%;
}
.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
  width: 100%;
}
.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
  width: 40%;
}
.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
  width: 60%;
}
.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
  width: 80%;
}
.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
  width: 100%;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
  width: 33.3333333333%;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
  width: 50%;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
  width: 66.6666666667%;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
  width: 83.3333333333%;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
  width: 100%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
  width: 28.5714285714%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
  width: 42.8571428571%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
  width: 57.1428571429%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
  width: 71.4285714286%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
  width: 85.7142857143%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
  width: 100%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
  width: 25%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
  width: 37.5%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
  width: 50%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
  width: 62.5%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
  width: 75%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
  width: 87.5%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
  width: 100%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
  width: 22.2222222222%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
  width: 33.3333333333%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
  width: 44.4444444444%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
  width: 55.5555555556%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
  width: 66.6666666667%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
  width: 77.7777777778%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
  width: 88.8888888889%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
  width: 100%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
  width: 20%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
  width: 30%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
  width: 40%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
  width: 50%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
  width: 60%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
  width: 70%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
  width: 80%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
  width: 90%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
  width: 100%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
  width: 18.1818181818%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
  width: 27.2727272727%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
  width: 36.3636363636%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
  width: 45.4545454545%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
  width: 54.5454545455%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
  width: 63.6363636364%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
  width: 72.7272727273%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
  width: 81.8181818182%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
  width: 90.9090909091%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
  width: 100%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
  width: 16.6666666667%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
  width: 25%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
  width: 33.3333333333%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
  width: 41.6666666667%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
  width: 50%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
  width: 58.3333333333%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
  width: 66.6666666667%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
  width: 75%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
  width: 83.3333333333%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
  width: 91.6666666667%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-grid[class*=of-column-] > .lp-layout-grid-column:not([class*=of-column-]),
  .lp-layout-grid[class*=of-column-] > .lp-layout-grid-column[class*=of-column-] {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column:not([class*=of-column-]),
  .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column[class*=of-column-] {
    width: 50%;
  }
  .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column:not([class*=of-column-]),
  .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column[class*=of-column-] {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .lp-layout-grid.lp-extraSmallScreen-column-1 > .lp-layout-grid-column:not([class*=of-column-]),
  .lp-layout-grid.lp-extraSmallScreen-column-1 > .lp-layout-grid-column[class*=of-column-] {
    width: 100%;
  }
  .lp-layout-grid.lp-extraSmallScreen-column-2 > .lp-layout-grid-column:not([class*=of-column-]),
  .lp-layout-grid.lp-extraSmallScreen-column-2 > .lp-layout-grid-column[class*=of-column-] {
    width: 100%;
  }
  .lp-layout-grid.lp-extraSmallScreen-column-3 > .lp-layout-grid-column:not([class*=of-column-]),
  .lp-layout-grid.lp-extraSmallScreen-column-3 > .lp-layout-grid-column[class*=of-column-] {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .lp-layout-grid.lp-largeScreen-column-2 > .lp-layout-grid-column:not([class*=of-column-]),
  .lp-layout-grid.lp-largeScreen-column-2 > .lp-layout-grid-column[class*=of-column-] {
    width: 50%;
  }
  .lp-layout-grid.lp-largeScreen-column-3 > .lp-layout-grid-column:not([class*=of-column-]),
  .lp-layout-grid.lp-largeScreen-column-3 > .lp-layout-grid-column[class*=of-column-] {
    width: 33.3333333333%;
  }
  .lp-layout-grid.lp-largeScreen-column-4 > .lp-layout-grid-column:not([class*=of-column-]),
  .lp-layout-grid.lp-largeScreen-column-4 > .lp-layout-grid-column[class*=of-column-] {
    width: 25%;
  }
}

.lp-jumbotron {
  margin-bottom: 128px;
  background-color: var(--LP-COLOR-LIGHTGRAY);
  color: var(--LP-COLOR-BLACK-SECONDARY);
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron {
    margin-bottom: 56px;
  }
}
[data-script-enabled=true] .lp-jumbotron {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-jumbotron {
    margin-bottom: 56px;
  }
}
.lp-jumbotron-content {
  display: flex;
  max-width: 1680px;
  margin-inline: auto;
  padding: 100px 80px;
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-content {
    flex-direction: column-reverse;
    align-items: center;
    padding: 20px 20px 0;
  }
}
.lp-jumbotron-content > *:last-child {
  margin-bottom: 0;
}
[data-script-enabled=true] .lp-jumbotron-content {
  align-items: center;
  min-height: 100vh;
  padding: 140px 80px 70px;
}
@media only screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-jumbotron-content {
    min-height: auto;
    padding: 100px 80px;
  }
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-jumbotron-content {
    padding: 20px 20px 0;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 899px) {
  [data-script-enabled=true] .lp-jumbotron-content {
    padding: 90px 80px 80px;
  }
}
.lp-jumbotron-body {
  flex: 1;
}
.lp-jumbotron-body > *:last-child {
  margin-bottom: 0;
}
.lp-jumbotron-image {
  width: 740px;
  margin-left: 40px;
}
@media only screen and (max-width: 1559px) {
  .lp-jumbotron-image {
    width: calc(48rem + (1vw - 1.024rem) * (48.5074626866));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-image {
    width: calc(32rem + (1vw - 0.36rem) * (24.0963855422));
    margin-left: 0;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 899px) {
  .lp-jumbotron-image {
    width: max(520px, 52rem + (1vh - 0.59rem) * (70.9677419355));
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  .lp-jumbotron-image {
    width: 520px;
  }
}
.lp-jumbotron-title {
  display: block;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1559px) {
  .lp-jumbotron-title {
    width: calc(48rem + (1vw - 1.024rem) * (26.1194029851));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-title {
    width: calc(32rem + (1vw - 0.36rem) * (24.0963855422));
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 899px) {
  .lp-jumbotron-title {
    width: max(520px, 52rem + (1vh - 0.59rem) * (32.2580645161));
    margin-bottom: max(16px, 1.6rem + (1vh - 0.59rem) * (2.5806451613));
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  .lp-jumbotron-title {
    width: 520px;
    margin-bottom: 16px;
  }
}
.lp-jumbotron-titleGroup {
  margin-bottom: 48px;
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 899px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: max(16px, 1.6rem + (1vh - 0.59rem) * (2.5806451613));
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 16px;
  }
}
.lp-jumbotron-titleGroup > *:last-child {
  margin-bottom: 0;
}
.lp-jumbotron-series {
  display: block;
  margin-bottom: 16px;
  color: var(--LP-COLOR-BLACK-PRIMARY);
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.45;
}
@media only screen and (max-width: 1559px) {
  .lp-jumbotron-series {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.6666666667));
  }
}

.lp-section {
  position: relative;
  margin-bottom: 110px;
  background-color: var(--LP-COLOR-LIGHTGRAY);
  color: var(--LP-COLOR-BLACK-SECONDARY);
  font-size: 2.5rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1559px) {
  .lp-section {
    font-size: calc(1.8rem + (1vw - 1.024rem) * (1.3059701493));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-section {
    margin-bottom: 56px;
    font-size: calc(1.4rem + (1vw - 0.36rem) * (0.9036144578));
  }
}
@media only screen and (min-width: 1366px) and (max-height: 899px) {
  .lp-section {
    font-size: max(1.8rem, 1.8rem + (1vh - 0.59rem) * (2.2580645161));
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  .lp-section {
    font-size: 1.8rem;
  }
}
[data-script-enabled=true] .lp-section {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-section {
    margin-bottom: 56px;
  }
}
.lp-section-content {
  max-width: 1680px;
  margin-inline: auto;
  padding: 80px;
}
@media only screen and (max-width: 1023px) {
  .lp-section-content {
    padding-inline: calc(2rem + (1vw - 0.36rem) * (5));
  }
}
.lp-section-content > *:last-child {
  margin-bottom: 0;
}
[data-script-enabled=true] .lp-section-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 140px 80px 70px;
}
@media only screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-section-content {
    min-height: auto;
    padding: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-section-content {
    padding: 0 calc(2rem + (1vw - 0.36rem) * (5));
  }
}
@media only screen and (min-width: 1366px) and (max-height: 899px) {
  [data-script-enabled=true] .lp-section-content {
    padding: 90px 80px 80px;
  }
}
@media only screen and (max-width: 1365px) {
  .lp-section:has(.lp-layout-footer) .lp-section-content {
    padding-bottom: 0;
  }
}

.lp-headingLevel2 {
  margin-bottom: 48px;
  font-size: 4.8rem;
  line-height: 1.25;
}
@media only screen and (max-width: 1559px) {
  .lp-headingLevel2 {
    font-size: calc(3.6rem + (1vw - 1.024rem) * (2.2388059701));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-headingLevel2 {
    margin-bottom: 24px;
    font-size: calc(2.4rem + (1vw - 0.36rem) * (1.8072289157));
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 899px) {
  .lp-headingLevel2 {
    margin-bottom: max(18px, 1.8rem + (1vh - 0.59rem) * (9.6774193548));
    font-size: max(3.8rem, 3.8rem + (1vh - 0.59rem) * (3.2258064516));
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  .lp-headingLevel2 {
    margin-bottom: 18px;
    font-size: 3.8rem;
  }
}
.lp-headingLevel2-group {
  display: grid;
  grid-template-columns: auto 160px;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  gap: 32px;
}
@media only screen and (max-width: 1023px) {
  .lp-headingLevel2-group {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    margin-bottom: 24px;
    gap: 0;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 899px) {
  .lp-headingLevel2-group {
    grid-template-columns: auto max(120px, 12rem + (1vh - 0.59rem) * (12.9032258065));
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  .lp-headingLevel2-group {
    grid-template-columns: auto 120px;
  }
}
.lp-headingLevel2-group .lp-headingLevel2 {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .lp-headingLevel2-group .lp-headingLevel2 {
    order: 1;
    text-align: center;
  }
}
.lp-headingLevel2-group .lp-figure {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .lp-headingLevel2-group .lp-figure {
    max-width: 106px;
    margin-inline: auto;
  }
}
.lp-headingLevel2-group > *:last-child {
  margin-bottom: 0;
}

.lp-headingLevel3 {
  margin-bottom: 24px;
  font-size: 4rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1559px) {
  .lp-headingLevel3 {
    font-size: calc(2.3rem + (1vw - 1.024rem) * (3.171641791));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-headingLevel3 {
    margin-bottom: 16px;
    font-size: calc(2.1rem + (1vw - 0.36rem) * (1.0542168675));
  }
}
@media only screen and (min-width: 1366px) and (max-height: 899px) {
  .lp-headingLevel3 {
    font-size: max(2.8rem, 2.8rem + (1vh - 0.59rem) * (3.8709677419));
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  .lp-headingLevel3 {
    font-size: 2.8rem;
  }
}
.lp-headingLevel3-subtext {
  display: block;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1559px) {
  .lp-headingLevel3-subtext {
    font-size: calc(2rem + (1vw - 1.024rem) * (2.2388059701));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-headingLevel3-subtext {
    font-size: calc(1.8rem + (1vw - 0.36rem) * (0.3012048193));
  }
}
@media only screen and (min-width: 1366px) and (max-height: 899px) {
  .lp-headingLevel3-subtext {
    font-size: max(2.4rem, 2.4rem + (1vh - 0.59rem) * (2.5806451613));
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  .lp-headingLevel3-subtext {
    font-size: 2.4rem;
  }
}

.lp-textSeries {
  margin-bottom: 48px;
  color: var(--LP-COLOR-BLACK-PRIMARY);
  font-size: 4.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 1559px) {
  .lp-textSeries {
    margin-bottom: 24px;
    font-size: calc(2.8rem + (1vw - 1.024rem) * (2.9850746269));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-textSeries {
    font-size: calc(1.8rem + (1vw - 0.36rem) * (2.1084337349));
  }
}

.lp-textScroll {
  display: none;
}
[data-script-enabled=true] .lp-textScroll {
  display: block;
  position: absolute;
  bottom: 24px;
  left: 50%;
  margin-bottom: 0;
  padding-bottom: 22px;
  transform: translateX(-50%);
  color: var(--LP-COLOR-BLUE);
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-textScroll {
    display: none;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 899px) {
  [data-script-enabled=true] .lp-textScroll {
    bottom: 4px;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  [data-script-enabled=true] .lp-textScroll {
    display: none;
  }
}
[data-script-enabled=true] .lp-textScroll > span {
  display: block;
  position: relative;
}
[data-script-enabled=true] .lp-textScroll > span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -22px;
  left: 50%;
  width: 20px;
  height: 16px;
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.029' height='17.025' viewBox='0 0 21.029 17.025'%3E%3Cg id='icon' transform='translate(-20.982 -29.724)'%3E%3Cpath d='M-4968-8204.584l-10.429-6.311,1.035-1.711,9.4,5.689,9.568-5.693,1.022,1.719Z' transform='translate(4999.416 8251.333)' fill='%230752ec'/%3E%3Cpath d='M-4968-8204.584l-10.429-6.311,1.035-1.711,9.4,5.689,9.568-5.693,1.022,1.719Z' transform='translate(4999.416 8242.333)' fill='%230752ec'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.lp-media {
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .lp-media {
    flex-direction: column-reverse;
  }
}
.lp-media-body {
  flex: 1;
}
.lp-media-body > *:last-child {
  margin-bottom: 0;
}
.lp-media-image {
  width: 740px;
  margin-left: 40px;
}
@media only screen and (max-width: 1559px) {
  .lp-media-image {
    width: calc(48rem + (1vw - 1.024rem) * (48.5074626866));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-media-image {
    width: calc(32rem + (1vw - 0.36rem) * (24.0963855422));
    margin: 0 auto 16px;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 899px) {
  .lp-media-image {
    width: max(480px, 48rem + (1vh - 0.59rem) * (83.8709677419));
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  .lp-media-image {
    width: 480px;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-media-image.of-small {
    width: calc(24rem + (1vw - 0.36rem) * (36.1445783133));
  }
}
.lp-media.of-alignItems-center {
  align-items: center;
}

.lp-mediaFeature {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .lp-mediaFeature {
    margin-bottom: 24px;
  }
}
.lp-mediaFeature-body {
  flex: 1 0 auto;
}
.lp-mediaFeature-body > *:last-child {
  margin-bottom: 0;
}
.lp-mediaFeature-image {
  margin: 24px auto 0;
}
@media only screen and (max-width: 1023px) {
  .lp-mediaFeature-image {
    width: calc(32rem + (1vw - 0.36rem) * (13.3333333333));
  }
}
@media only screen and (min-width: 1366px) and (max-height: 899px) {
  .lp-mediaFeature-image {
    margin-top: max(8px, 0.8rem + (1vh - 0.59rem) * (5.1612903226));
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  .lp-mediaFeature-image {
    margin-top: 8px;
  }
}
.lp-mediaFeature-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 1559px) {
  .lp-mediaFeature-title {
    font-size: calc(1.8rem + (1vw - 1.024rem) * (1.1194029851));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-mediaFeature-title {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.6024096386));
  }
}
@media only screen and (min-width: 1366px) and (max-height: 899px) {
  .lp-mediaFeature-title {
    font-size: max(1.8rem, 1.8rem + (1vh - 0.59rem) * (1.935483871));
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  .lp-mediaFeature-title {
    font-size: 1.8rem;
  }
}

.lp-figure {
  margin-bottom: 40px;
}

.lp-button {
  display: inline-block;
  min-width: 364px;
  padding: 18px 20px;
  transition: box-shadow 0.5s;
  border-radius: 40px;
  background-color: var(--LP-COLOR-LIGHTGRAY);
  box-shadow: -6px -6px 6px rgba(255, 255, 255, 0.4), 6px 6px 6px rgba(92, 113, 226, 0.4), inset -2px -2px 2px transparent, inset 2px 2px 2px transparent;
  color: var(--LP-COLOR-RED);
  font-size: 2rem;
  line-height: 1.5;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .lp-button {
    min-width: 320px;
    padding: 12px 20px;
    font-size: 1.6rem;
  }
}
.lp-button:hover, .lp-button:active, .lp-button:focus {
  box-shadow: -6px -6px 6px transparent, 6px 6px 6px transparent, inset -2px -2px 2px rgba(255, 255, 255, 0.4), inset 2px 2px 2px rgba(92, 113, 226, 0.4);
}
.lp-button-text {
  display: block;
  text-align: center;
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 32px;
  gap: 24px;
}
@media only screen and (max-width: 1365px) {
  .lp-listButton {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-listButton {
    gap: 16px;
  }
}
.lp-listButton > li > *:last-child {
  margin-bottom: 0;
}
.lp-listButton-outer {
  margin-top: 80px;
}
@media only screen and (max-width: 1023px) {
  .lp-listButton-outer {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 899px) {
  .lp-listButton-outer {
    margin-top: max(24px, 2.4rem + (1vh - 0.59rem) * (18.064516129));
  }
}
@media only screen and (min-width: 1366px) and (max-height: 589px) {
  .lp-listButton-outer {
    margin-top: 24px;
  }
}
.lp-listButton-outer > *:last-child {
  margin-bottom: 0;
}

.lp-textPhone {
  display: block;
  margin-bottom: 40px;
}
a.lp-textPhone-body,
a:hover.lp-textPhone-body {
  color: currentColor;
  text-decoration: none;
  cursor: default;
}

.lp-textPhone-body {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media only screen and (max-width: 1023px) {
  .lp-textPhone-body {
    flex-direction: column;
    gap: 0;
  }
}
.lp-textPhone-body > *:last-child {
  margin-bottom: 0;
}
.lp-textPhone-numberGroup {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lp-textPhone-number {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.45;
}
.lp-textPhone-note {
  display: block;
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: 1.41;
}
.lp-textPhone-icon {
  width: 36px;
  min-width: 36px;
  height: 20px;
  min-height: 20px;
}
.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-utility-line-break {
  display: block;
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-justifyContent-center {
  justify-content: center;
}
.lp-utility-marginBottom-0 {
  margin-bottom: 0;
}

@media only screen and (min-width: 1366px) {
  .lp-extraLargeScreen-hidden {
    display: none !important;
  }
  .lp-extraLargeScreen-marginBottom-0 {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .lp-largeScreen-hidden {
    display: none !important;
  }
  .lp-largeScreen-marginBottom-0 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .lp-smallScreen-hidden {
    display: none !important;
  }
  .lp-smallScreen-line-break {
    display: block;
  }
  .lp-smallScreen-marginBottom-0 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .lp-extraSmallScreen-textAlign-center {
    text-align: center;
  }
  .lp-extraSmallScreen-line-break {
    display: block;
  }
  .lp-extraSmallScreen-inline {
    display: inline-block;
  }
  .lp-extraSmallScreen-hidden {
    display: none !important;
  }
}

/* ========== FullScreen plugin ========== */
html,
body {
  margin: 0;
}

.fs {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.fs *,
.fs *::after,
.fs *::before {
  box-sizing: border-box;
}

.fs-section {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: none;
}

.fs-section.fs-table {
  display: table;
  table-layout: fixed;
}

.fs-sectionInner {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 16px;
}

.fs-tableCell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.fs-nav {
  position: fixed;
  z-index: 15;
  top: 0;
  right: 10px;
  width: 40px;
  height: 100%;
}

.fs-nav .fs-navList {
  position: fixed;
  top: 50%;
  right: 28px;
  margin: 0;
  padding: 0;
  list-style-image: none;
  transform: translateY(-50%);
}

.fs-nav .fs-navList > li {
  list-style: none;
}

.fs-arrow {
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
}

.fs-arrow.fs-arrowHide {
  visibility: hidden;
  opacity: 0;
}

.fs-arrowBtn {
  display: block;
}

.fs-arrowBtn:focus {
  outline: solid 1px #00f;
}

.fs-navBtn {
  display: block;
}

.fs-navBtn:focus {
  outline: solid 1px #00f;
}

/* ========== Navigation Elements ========== */
.fs-nav {
  right: 7px;
  width: 50px;
}

.fs-nav * {
  box-sizing: border-box;
}

.fs-nav .fs-navList > li {
  margin-top: 10px;
}

.fs-nav .fs-navList > li:first-child {
  margin-top: 0;
}

.fs-navBtn {
  display: block;
  width: 7px;
  height: 7px;
  margin: 13px auto;
  transition: background-color 0.2s, border-color 0.2s;
  border: 1px solid #4b5558;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.fs-navBtn:hover {
  border: 1px solid rgba(0, 0, 0, 0);
  background: var(--LP-COLOR-BLUE);
}

.fs-navBtn:focus {
  outline: none;
}

.fs-navBtn.is-active {
  border: 1px solid rgba(0, 0, 0, 0);
  background: var(--LP-COLOR-BLUE);
}

.fs-arrow {
  position: absolute;
  left: 50%;
  width: 36px;
  height: 36px;
  transform: translateX(-50%);
}

.fs-arrow .fs-arrowBtn {
  position: relative;
  box-sizing: border-box;
  width: 38px;
  height: 38px;
  transition: background-color 0.3s;
  border: 1px solid var(--LP-COLOR-DARKGRAY);
  cursor: pointer;
}

.fs-arrow .fs-arrowBtn:focus {
  outline: none;
}

.fs-arrow .fs-arrowBtn::before,
.fs-arrow .fs-arrowBtn::after {
  content: "";
  position: absolute;
  transition: top 0.3s;
}

.fs-arrow .fs-arrowBtn::before {
  top: 11px;
  left: 12px;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
  border-top: 2px solid var(--LP-COLOR-BLUE);
  border-right: 2px solid var(--LP-COLOR-BLUE);
}

.fs-arrow .fs-arrowBtn::after {
  top: 10px;
  left: 17px;
  width: 2px;
  height: 18px;
  background: var(--LP-COLOR-BLUE);
}

.fs-arrowUp {
  top: 35%;
}
@media only screen and (max-height: 900px) {
  .fs-arrowUp {
    top: 30%;
  }
}

.fs-arrow .fs-arrowBtn:hover::before {
  top: 9px;
}

.fs-arrow .fs-arrowBtn:hover::after {
  top: 8px;
}

.fs-arrowDown {
  display: block;
  bottom: 35%;
  transform: translateX(-50%) scale(1, -1);
}
@media only screen and (max-height: 900px) {
  .fs-arrowDown {
    bottom: 30%;
  }
}

.fs-nav.AnotherPattern .fs-navBtn {
  border: 1px solid var(--LP-COLOR-DARKGRAY);
  background-color: transparent;
  box-shadow: none;
}

.fs-nav.AnotherPattern .fs-navBtn:hover {
  border-color: rgba(0, 0, 0, 0);
  background-color: #5374c9;
}

.fs-nav.AnotherPattern .fs-navBtn.is-active {
  border-color: rgba(0, 0, 0, 0);
  background-color: #5374c9;
}

.fs-nav.AnotherPattern .fs-arrow .fs-arrowBtn {
  border: 1px solid #435688;
  background-color: transparent;
  box-shadow: none;
}

.fs-nav.AnotherPattern .fs-arrow .fs-arrowBtn::before {
  background-image: url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_ico_01.png");
}
