@charset "UTF-8";


.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-buttonConversion.of-models {
    position: relative;
    background: #fff;
    color: #06c;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .lp-buttonConversion.of-models {
        font-size: 1.6rem;
    }
}

.lp-buttonConversion.of-models::before {
    position: absolute;
    top: calc(50% - 2px);
    left: 15px;
    width: 13px;
    height: 13px;
    transform: rotate(45deg) translateY(-50%);
    border-top: 3px solid #277ed6;
    border-right: 3px solid #277ed6;
    content: "";
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 15px 24px;
}

@media only screen and (max-width: 768px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion.of-models .lp-buttonConversion-body {
    padding: 13px 8px 14px 55px;
}

.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-arrow .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    background: url("../../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
    content: "";
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 26px;
    width: 19px;
    height: 12px;
    transform: translateY(-50%);
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

.lp-buttonConversion.of-secondary {
    background: #1a90db;
}

@font-face {
    src: url("https://library.keyence.com/fonts/NotoSansCJKjp-Regular.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
}

@font-face {
    src: url("https://library.keyence.com/fonts/NotoSansJP-Light.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansJP-Light.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansJP-Light.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
    font-weight: 300;
}

@font-face {
    src: url("https://library.keyence.com/fonts/NotoSansCJKjp-Medium.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
    font-weight: 600;
}

@font-face {
    src: url("https://library.keyence.com/fonts/NotoSansCJKjp-Bold.eot") format("eot"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("https://library.keyence.com/fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
    font-weight: bold;
}

.theme-KJ {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

.theme-KJ body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    min-width: 320px;
    background: #fff;
    color: #333;
    font-family: notosans, "HiraKakuPro-W3", Meiryo, Osaka, "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before,
*::after {
    box-sizing: border-box;
}

p {
    margin-bottom: 24px;
    font-size: 1.8rem;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    p {
        font-size: 1.5rem;
        line-height: 1.56;
    }
}

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] {
    -webkit-text-decoration: underline dotted;
    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-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -32px 0 40px -48px;
}

@media screen and (max-width: 768px) {
    .lp-layout-grid {
        margin-top: -24px;
        margin-bottom: 32px;
    }
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 32px;
    padding-left: 48px;
}

@media screen and (max-width: 768px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: 24px;
    }
}

.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 > .lp-layout-grid-column.of-align-center {
    -ms-grid-row-align: center;
    align-self: center;
}

.lp-layout-grid > .lp-layout-grid-column.of-direction-column {
    flex-direction: column;
}

.lp-layout-grid > .lp-layout-grid-column.of-direction-column > * {
    max-width: 100%;
    min-height: 0%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid > .lp-layout-grid-column.of-columnMargin-large {
        margin-top: calc(4rem + ((1vw - 0.36rem) * (2.40964)));
    }
}

.lp-layout-grid > .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-column-justify {
    justify-content: space-between;
}

.lp-layout-grid.of-gutter-none {
    margin-left: -2px;
}

.lp-layout-grid.of-gutter-none > .lp-layout-grid-column {
    padding-left: 2px;
}

.lp-layout-grid.of-gutter-narrow {
    margin-left: -8px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-gutter-narrow {
        margin-top: -18px;
        margin-left: -32px;
    }
}

@media screen and (max-width: 768px) {
    .lp-layout-grid.of-gutter-narrow {
        margin-top: -16px;
    }
}

.lp-layout-grid.of-gutter-narrow > .lp-layout-grid-column {
    padding-left: 0;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-gutter-narrow > .lp-layout-grid-column {
        margin-top: 18px;
    }
}

@media screen and (max-width: 768px) {
    .lp-layout-grid.of-gutter-narrow > .lp-layout-grid-column {
        margin-top: 16px;
    }
}

.lp-layout-grid.of-gutter-narrow > .lp-layout-grid-column > .lp-layout-grid-column {
    padding-left: 0;
}

.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.33333%;
}

.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.66667%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

.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.11111%;
}

.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.09091%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

.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.66667%;
}

.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.33333%;
}

.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.66667%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
    width: 83.33333%;
}

.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.57143%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
    width: 42.85714%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
    width: 57.14286%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
    width: 71.42857%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
    width: 85.71429%;
}

.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.22222%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
    width: 44.44444%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
    width: 55.55556%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
    width: 77.77778%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
    width: 88.88889%;
}

.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.18182%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
    width: 27.27273%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
    width: 36.36364%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
    width: 45.45455%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
    width: 54.54545%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
    width: 63.63636%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
    width: 72.72727%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
    width: 81.81818%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
    width: 90.90909%;
}

.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.66667%;
}

.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.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.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.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.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.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .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 screen and (max-width: 1024px) {
    .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.33333%;
    }
}

@media screen and (max-width: 676px) {
    .lp-layout-grid.lp-extraSmallScreen-column > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

.lp-layout-header {
    background-color: #1a2223;
}

.lp-layout-header-content {
    display: flex;
    max-width: calc(1600px + 40px);
    margin: 0 auto;
    padding: 24px 20px;
}

@media screen and (max-width: 1365px) {
    .lp-layout-header-content {
        flex-direction: column;
        align-items: center;
    }
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-utilityGroup {
    flex: 1;
    padding-left: 40px;
}

@media screen and (max-width: 1365px) {
    .lp-layout-header-utilityGroup {
        display: none;
    }
}

.lp-layout-header-utilityList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: -16px -24px 0 0;
}

.lp-layout-header-utilityList > li {
    margin-top: 16px;
    padding-right: 24px;
}

.lp-layout-header-utilityList > li > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-logo {
    margin: 0 20px 0 0;
    line-height: 1;
}

@media screen and (max-width: 1365px) {
    .lp-layout-header-logo {
        margin-right: 0;
        text-align: center;
    }
}

.lp-layout-header-logo img {
    width: 126px;
    height: 22px;
}

.lp-cardFloating {
    display: none;
    visibility: hidden;
    z-index: 100;
    position: fixed;
    top: -15%;
    left: 0;
    width: 100%;
    background: #000;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s, top 0.5s, visibility 0.5s;
}

@media screen and (max-width: 1024px) {
    .lp-cardFloating {
        display: none;
    }
}

[data-script-enabled="true"] .lp-cardFloating {
    display: block;
}

[data-script-enabled="true"] .lp-cardFloating.is-active {
    visibility: visible;
    top: 0%;
    opacity: 1;
}

.lp-cardFloating-content {
    display: flex;
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 20px;
}

.lp-cardFloating-content > * {
    padding: 24px 0;
}

.lp-cardFloating-content > *:last-child {
    margin-bottom: 0;
}

.lp-cardFloating-body {
    display: flex;
    align-items: center;
    min-width: 124px;
}

.lp-cardFloating-body > *:last-child {
    margin-bottom: 0;
}

.lp-cardFloating-body.of-primary {
    flex: 1;
    min-width: 340px;
    margin-left: 22px;
    padding-right: 22px;
    padding-left: 22px;
    border-left: 1px solid #333;
}

.lp-cardFloating-body.of-secondary {
    width: 100%;
    min-width: auto;
}

.lp-cardFloating-body.of-secondary .lp-listButton,
.lp-cardFloating-body.of-secondary .lp-listLink {
    display: flex;
    flex: 1 0 auto;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: calc(100% + 16px);
}

.lp-cardFloating-body.of-secondary .lp-listButton > li,
.lp-cardFloating-body.of-secondary .lp-listLink > li {
    flex: 0 0 auto;
    max-width: calc(100% - 16px);
    margin-right: 16px;
}

.lp-cardFloating-logo {
    display: flex;
    align-items: center;
}

.lp-cardFloating-logo img {
    width: 126px;
    height: 22px;
}

.lp-cardFloating-text {
    font-size: 1.8rem;
}

.lp-cardFloating-text > em {
    display: block;
}

.lp-jumbotron {
    overflow: hidden;
    background-color: #1a2223;
    color: #fff;
}

.lp-jumbotron-content {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    max-width: calc(1600px + 40px);
    min-height: 778px;
    margin: 0 auto;
    padding: 20px calc(970px + 55px) 20px 20px;
}

@media screen and (max-width: 1640px) {
    .lp-jumbotron-content {
        min-height: calc(77.8rem + ((1vw - 1.64rem) * (45.12987)));
        padding-right: calc(101.5rem + ((1vw - 1.64rem) * (81.98052)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-content {
        min-height: auto;
        padding: 8px 20px 40px;
    }
}

.lp-jumbotron-header {
    margin-bottom: 70px;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-header {
        margin-bottom: 32px;
        padding: 0 60px;
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-header {
        margin-bottom: 24px;
        padding: 0 calc(6rem + ((1vw - 0.768rem) * (14.70588)));
    }
}

.lp-jumbotron-header > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-body {
        order: 1;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0 !important;
}

.lp-jumbotron-titleGroup {
    margin-bottom: 70px;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 32px;
    }
}

.lp-jumbotron-titleGroup > * {
    display: block;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    margin-bottom: 40px;
    font-size: 4.8rem;
}

@media screen and (max-width: 1640px) {
    .lp-jumbotron-title {
        font-size: calc(4.8rem + ((1vw - 1.64rem) * (2.5974)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title {
        margin-bottom: 16px;
        font-size: 32px;
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-title {
        margin-bottom: 12px;
        font-size: calc(3.2rem + ((1vw - 0.768rem) * (1.96078)));
    }
}

.lp-jumbotron-series {
    margin-bottom: 8px;
    font-size: 2.4rem;
    font-weight: normal;
}

@media screen and (max-width: 1640px) {
    .lp-jumbotron-series {
        font-size: calc(2.4rem + ((1vw - 1.64rem) * (0.97403)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-series {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-series {
        font-size: calc(2.4rem + ((1vw - 0.768rem) * (1.47059)));
    }
}

.lp-jumbotron-image {
    display: flex;
    position: absolute;
    top: 0;
    right: 20px;
    flex-direction: column;
    justify-content: center;
    width: 960px;
    height: 100%;
}

@media screen and (max-width: 1640px) {
    .lp-jumbotron-image {
        width: calc(96rem + ((1vw - 1.64rem) * (76.2987)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-image {
        display: block;
        position: static;
        width: calc(100% + 40px);
        margin: 0 -20px;
        margin-bottom: 40px;
        transform: none;
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron-image {
        margin-bottom: 28px;
    }
}

.lp-jumbotron-image > *:last-child {
    margin-bottom: 0;
}

.lp-figureOverlay {
    position: relative;
    margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
    .lp-figureOverlay {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 1024px) {
    .lp-figureOverlay-image {
        margin-bottom: 8px;
        text-align: center;
    }
}

.lp-figureOverlay-caption {
    position: absolute;
    right: 124px;
    bottom: 24px;
    margin-bottom: 0;
    padding-left: 124px;
    text-shadow: 0 0 10px #000;
}

@media screen and (max-width: 1640px) {
    .lp-figureOverlay-caption {
        right: calc(12.4rem + ((1vw - 1.64rem) * (10.38961)));
        padding-left: calc(12.4rem + ((1vw - 1.64rem) * (10.38961)));
        font-size: calc(1.8rem + ((1vw - 1.64rem) * (0.64935)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-figureOverlay-caption {
        position: static;
        align-self: flex-end;
        padding: 0 calc(12rem + ((1vw - 1.024rem) * (12.6506)));
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 768px) {
    .lp-figureOverlay-caption {
        font-size: calc(1.6rem + ((1vw - 0.768rem) * (0.98039)));
    }
}

.lp-jumbotron .lp-listButton,
.lp-jumbotron .lp-listLink {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 16px);
    margin-left: -16px;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron .lp-listButton,
    .lp-jumbotron .lp-listLink {
        justify-content: center;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .lp-jumbotron .lp-listButton,
    .lp-jumbotron .lp-listLink {
        margin-bottom: 24px;
    }
}

.lp-jumbotron .lp-listButton > li,
.lp-jumbotron .lp-listLink > li {
    flex: 0 0 auto;
    max-width: calc(100% - 16px);
    margin-left: 16px;
}

.lp-listButton,
.lp-listLink {
    margin-top: -25px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
    .lp-listButton,
    .lp-listLink {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-listButton,
    .lp-listLink {
        text-align: center;
    }
}

.lp-listButton > li,
.lp-listLink > li {
    padding-top: 25px;
}

.lp-listButton.of-primary {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 35px;
    margin-left: -16px;
}

@media screen and (max-width: 1024px) {
    .lp-listButton.of-primary {
        flex-direction: column;
        margin-top: -25px;
    }
}

.lp-listButton.of-primary > * {
    padding-left: 16px;
}

.lp-section {
    overflow: hidden;
    background-color: #f4f7fc;
}

.lp-section-content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 80px;
}

@media screen and (max-width: 1024px) {
    .lp-section-content {
        padding: calc(4rem + ((1vw - 0.767rem) * (6.22568))) 80px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .lp-section-content {
        padding: 40px 20px 46px;
        text-align: left;
    }
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-primary .lp-section-content {
    max-width: 1576px;
    padding-bottom: 0;
}

.lp-section.of-primary .lp-section-header {
    padding-bottom: 199px;
}

@media screen and (max-width: 1365px) {
    .lp-section.of-primary .lp-section-header {
        padding-bottom: calc(11rem + ((1vw - 0.767rem) * (14.88294)));
    }
}

@media screen and (max-width: 768px) {
    .lp-section.of-primary .lp-section-header {
        padding-bottom: 95px;
    }
}

.lp-section.of-primary .lp-section-body {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 1px calc(50vw - 50%) 80px;
    background: linear-gradient(to bottom, #bed4d6, #1a2223) 0% 0% no-repeat;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .lp-section.of-primary .lp-section-body {
        padding-bottom: 46px;
        background: linear-gradient(to bottom, #bed4d6 0%, #1a2223 49%, #1a2223 100%) 0% 0% no-repeat;
    }
}

.lp-section.of-secondary {
    background-color: #dfe4e7;
}

.lp-section.of-secondary .lp-section-content {
    max-width: 1402px;
}

.lp-section.of-tertiary {
    background-color: #dfe4e7;
}

.lp-section.of-tertiary .lp-section-content {
    max-width: 1600px;
}

.lp-section.of-conversion {
    background-color: #fff;
}

.lp-section.of-conversion .lp-section-content {
    max-width: 1360px;
    margin: 0 auto;
}

.lp-headingLevel2 {
    margin-bottom: 48px;
    font-size: 5.4rem;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 1365px) {
    .lp-headingLevel2 {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (2.38806)));
        font-size: calc(4rem + ((1vw - 1.024rem) * (4.10557)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2 {
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (1.80723)));
    }
}

.lp-headingLevel3 {
    margin-bottom: 8px;
    color: #238770;
    font-size: 2.6rem;
    line-height: 1.3;
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel3 {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

@media screen and (max-width: 768px) {
    .lp-headingLevel3 {
        line-height: 1.4;
        text-align: center;
    }
}

.lp-headingLevel3.of-primary {
    flex: 1 0 auto;
    min-height: 44px;
    margin-bottom: 16px;
    padding: 6px 24px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .lp-headingLevel3.of-primary {
        min-height: auto;
        font-size: 1.5rem;
    }
}

.lp-headingLevel3.of-secondary {
    flex: 1 0 auto;
    min-height: 44px;
    margin-bottom: 16px;
    padding: 6px 24px;
    background: linear-gradient(to bottom, #01ab84, #007459) 0% 0% no-repeat;
    color: #fff;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .lp-headingLevel3.of-secondary {
        min-height: auto;
        font-size: 1.5rem;
    }
}

.lp-headingLevel3.of-tertiary {
    margin-bottom: 6px;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.2;
}

.lp-headingLevel3.of-color-emphasis {
    border-color: #238770;
    color: #238770;
}

.lp-headingLevel3.of-color-white {
    border-color: #fff;
    color: #fff;
}

.lp-headingLevel3.of-marginTop-large {
    margin-top: 72px;
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel3.of-marginTop-large {
        margin-top: calc(5.3rem + ((1vw - 0.36rem) * (0.45181)));
    }
}

.lp-media {
    display: flex;
    margin: 0 0 40px -48px;
}

@media screen and (max-width: 1024px) {
    .lp-media {
        flex-direction: column;
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .lp-media {
        margin-bottom: 32px;
    }
}

.lp-media > * {
    margin-left: 48px;
}

@media screen and (max-width: 1024px) {
    .lp-media > * {
        margin-left: 0;
    }
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
    .lp-media.of-row-reverse {
        flex-direction: column-reverse;
    }
    .lp-media.of-row-reverse > * {
        max-width: 100%;
    }
}

.lp-media.of-align-center {
    align-items: center;
}

.lp-media-body {
    flex: 1;
}

@media screen and (max-width: 1024px) {
    .lp-media-body {
        flex: 0 1 auto;
        min-height: 0%;
    }
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-imageGroup {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    min-height: 0%;
}

@media screen and (max-width: 1024px) {
    .lp-media-imageGroup {
        flex-direction: row;
    }
}

.lp-media-image {
    width: 448px;
    min-height: 0%;
}

@media screen and (max-width: 1365px) {
    .lp-media-image {
        width: calc(25rem + ((1vw - 1.024rem) * (58.06452)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-media-image {
        width: calc(25rem + ((1vw - 0.36rem) * (29.81928)));
        margin-bottom: 27px;
    }
}

.lp-media.of-primary {
    flex-direction: column;
    margin: 0 0 16px 0;
}

.lp-media.of-primary > * {
    max-width: 100%;
    margin-left: 0;
}

.lp-media.of-primary .lp-media-body {
    flex: 1 0 auto;
    padding: 10px 20px;
    background-color: #3f4a4c;
    color: #fff;
    text-align: center;
}

.lp-media.of-primary .lp-media-text {
    color: #c5c5c5;
    font-size: 1.5rem;
}

.lp-media.of-primary .lp-media-image {
    width: 100%;
    min-height: 0%;
}

@media screen and (max-width: 1024px) {
    .lp-media.of-primary .lp-media-image {
        margin-bottom: 0;
    }
}

.lp-media.of-secondary {
    flex-direction: column;
    margin: 0 0 16px 0;
}

.lp-media.of-secondary-imageGroup {
    min-height: 0%;
    margin: 0 0 0 -8px;
}

@media screen and (max-width: 1024px) {
    .lp-media.of-secondary-imageGroup {
        margin-left: -36px;
    }
}

.lp-media.of-secondary > * {
    max-width: 100%;
    margin-left: 8px;
}

@media screen and (max-width: 1024px) {
    .lp-media.of-secondary > * {
        margin-left: 32px;
    }
}

.lp-media.of-secondary .lp-media-body {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    justify-content: center;
    padding: 8px 20px 10px;
    background-color: #3f4a4c;
    color: #fff;
    text-align: center;
}

.lp-media.of-secondary .lp-media-body > * {
    max-width: 100%;
}

.lp-media.of-secondary .lp-media-text {
    color: #c5c5c5;
    font-size: 1.5rem;
    line-height: 1.3;
}

.lp-media.of-secondary .lp-media-image {
    width: 100%;
    min-height: 0%;
}

@media screen and (max-width: 1024px) {
    .lp-media.of-secondary .lp-media-image {
        width: 50%;
        margin-bottom: 0;
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-left: -80px;
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset {
        margin-left: -36px;
    }
}

@media screen and (max-width: 768px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
        margin: 0;
    }
}

.lp-mediaAsset > * {
    flex: 1;
    margin-left: 80px;
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset > * {
        margin-left: 36px;
    }
}

@media screen and (max-width: 768px) {
    .lp-mediaAsset > * {
        flex: 0 1 auto;
        max-width: 100%;
        margin-left: 0;
    }
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-text {
    margin-bottom: 48px;
    font-size: 4.2rem;
}

@media screen and (max-width: 1365px) {
    .lp-mediaAsset-text {
        font-size: calc(3.2rem + ((1vw - 1.024rem) * (2.93255)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-text {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .lp-mediaAsset-text {
        margin-bottom: 32px;
        font-size: 2rem;
        text-align: center;
    }
}

.lp-mediaAsset-image {
    max-width: 448px;
    min-height: 0%;
}

@media screen and (max-width: 1365px) {
    .lp-mediaAsset-image {
        max-width: calc(25rem + ((1vw - 0.767rem) * (33.11037)));
    }
}

@media screen and (max-width: 768px) {
    .lp-mediaAsset-image {
        max-width: 320px;
        margin-bottom: 6px;
    }
}

.lp-mediaAsset .lp-listButton,
.lp-mediaAsset .lp-listLink {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 16px);
    margin-left: -16px;
}

@media screen and (max-width: 768px) {
    .lp-mediaAsset .lp-listButton,
    .lp-mediaAsset .lp-listLink {
        justify-content: center;
    }
}

.lp-mediaAsset .lp-listButton > li,
.lp-mediaAsset .lp-listLink > li {
    flex: 0 0 auto;
    max-width: calc(100% - 16px);
    margin-left: 16px;
}

.lp-figureSeries {
    margin-bottom: 0;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-figureSeries {
        margin-bottom: 32px;
    }
}

.lp-figureSeries.of-marginTop-negative {
    margin-top: -200px;
}

@media screen and (max-width: 1365px) {
    .lp-figureSeries.of-marginTop-negative {
        margin-top: calc(-10.2rem + ((1vw - 0.767rem) * (-16.38796)));
    }
}

@media screen and (max-width: 768px) {
    .lp-figureSeries.of-marginTop-negative {
        margin-top: -94px;
    }
}

.lp-step {
    margin-bottom: 16px;
}

.lp-step > *:last-child {
    margin-bottom: 0;
}

.lp-step-body {
    display: flex;
    flex-wrap: wrap;
    margin: -8px 0 0 -48px;
}

@media screen and (max-width: 768px) {
    .lp-step-body {
        justify-content: center;
        margin-left: -40px;
    }
}

.lp-step-body > *:last-child {
    margin-bottom: 0;
}

.lp-step-body > .lp-step-column {
    width: 50%;
    margin-bottom: 8px;
    padding: 8px 0 0 48px;
}

@media screen and (max-width: 768px) {
    .lp-step-body > .lp-step-column {
        width: calc(10rem + ((1vw - 0.36rem) * (17.19902)));
        margin-bottom: 10px;
        padding-left: 40px;
    }
}

@media screen and (max-width: 676px) {
    .lp-step-body > .lp-step-column {
        width: calc(18rem + ((1vw - 0.36rem) * (6.32911)));
    }
}

@media screen and (max-width: 360px) {
    .lp-step-body > .lp-step-column {
        width: calc(180vw * 100 / 360);
    }
}

.lp-step-body > .lp-step-column > .lp-step-image {
    position: relative;
    min-height: 0%;
    border: 1px solid #414141;
}

.lp-step-body > .lp-step-column > .lp-step-image::after {
    display: block;
    position: absolute;
    top: 50%;
    right: -66px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-width: 30px 27px;
    border-style: solid;
    border-color: transparent transparent transparent #09b992;
    content: "";
}

@media screen and (max-width: 676px) {
    .lp-step-body > .lp-step-column > .lp-step-image::after {
        right: -63px;
    }
}

.lp-step-body > .lp-step-column:last-child > .lp-step-image::after {
    display: none;
}

.lp-step-body > .lp-step-column > *:last-child {
    margin-bottom: 0;
}

.lp-step-caption {
    margin-bottom: 8px;
    font-size: 1.6rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .lp-step-caption {
        font-size: 1.5rem;
    }
}

.lp-step.of-primary {
    padding: 0 50px;
}

@media screen and (max-width: 1365px) {
    .lp-step.of-primary {
        padding: 0 calc(3rem + ((1vw - 1.024rem) * (5.8651)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-step.of-primary {
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-step.of-primary > .lp-step-body {
        justify-content: center;
        margin-left: -48px;
    }
}

@media screen and (max-width: 768px) {
    .lp-step.of-primary > .lp-step-body {
        flex-direction: column;
        margin: 0;
    }
}

.lp-step.of-primary > .lp-step-body > *:last-child {
    margin-bottom: 0 !important;
}

.lp-step.of-primary > .lp-step-body > .lp-step-column {
    display: flex;
    position: relative;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 48px;
}

@media screen and (max-width: 1024px) {
    .lp-step.of-primary > .lp-step-body > .lp-step-column {
        width: 318px;
    }
}

@media screen and (max-width: 768px) {
    .lp-step.of-primary > .lp-step-body > .lp-step-column {
        width: 100%;
        min-height: 0%;
        margin-bottom: 36px;
        padding: 0 calc(4rem + ((1vw - 0.36rem) * (27.02703)));
    }
}

.lp-step.of-primary > .lp-step-body > .lp-step-column::after {
    display: block;
    position: absolute;
    top: calc(50% + 4px);
    right: -66px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-width: 30px 27px;
    border-style: solid;
    border-color: transparent transparent transparent #09b992;
    content: "";
}

@media screen and (max-width: 768px) {
    .lp-step.of-primary > .lp-step-body > .lp-step-column::after {
        top: auto;
        bottom: -42px;
        left: 50%;
        transform: translateX(-50%) translateY(0);
        border-width: 20px 22px;
        border-color: #09b992 transparent transparent transparent;
    }
}

.lp-step.of-primary > .lp-step-body > .lp-step-column:last-child::after {
    display: none;
}

.lp-step.of-secondary {
    margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
    .lp-step.of-secondary {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-step.of-secondary > .lp-step-body {
        justify-content: center;
        margin-left: -48px;
    }
}

@media screen and (max-width: 676px) {
    .lp-step.of-secondary > .lp-step-body {
        margin-left: -26px;
    }
}

.lp-step.of-secondary > .lp-step-body > .lp-step-column {
    position: relative;
    margin-bottom: 0;
    padding-left: 48px;
}

@media screen and (max-width: 1024px) {
    .lp-step.of-secondary > .lp-step-body > .lp-step-column {
        width: 314px;
    }
}

@media screen and (max-width: 676px) {
    .lp-step.of-secondary > .lp-step-body > .lp-step-column {
        width: calc(16rem + ((1vw - 0.36rem) * (40.50633)));
        padding-left: 26px;
    }
}

@media screen and (max-width: 360px) {
    .lp-step.of-secondary > .lp-step-body > .lp-step-column {
        width: calc(145vw * 100 / 320);
    }
}

.lp-step.of-secondary > .lp-step-body > .lp-step-column::after {
    display: block;
    position: absolute;
    top: calc(50% + 4px);
    right: -66px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-width: 30px 27px;
    border-style: solid;
    border-color: transparent transparent transparent #09b992;
    content: "";
}

@media screen and (max-width: 676px) {
    .lp-step.of-secondary > .lp-step-body > .lp-step-column::after {
        right: -37px;
        border-width: 17px 15px;
    }
}

.lp-step.of-secondary > .lp-step-body > .lp-step-column:last-child::after {
    display: none;
}

.lp-figure {
    min-height: 0%;
}

.lp-figure > *:last-child {
    margin-bottom: 0 !important;
}

.lp-figure > .lp-figure-image {
    min-height: 0%;
    margin-bottom: 8px;
}

.lp-figure > .lp-figure-image.of-border {
    border: 1px solid #626262;
}

.lp-figure > .lp-figure-caption {
    margin-bottom: 8px;
    font-size: 1.6rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .lp-figure > .lp-figure-caption {
        font-size: 1.5rem;
    }
}

.lp-figure.of-primary {
    height: 100%;
    padding-bottom: 8px;
    background-color: #161616;
}

.lp-figure.of-primary > .lp-figure-image {
    min-height: 0%;
    padding: 0 8px;
    text-align: center;
}

.lp-figure.of-primary > .lp-figure-caption {
    margin-bottom: 8px;
    padding: 4px 10px;
    background: linear-gradient(to bottom, #6a6a6a, #232323) 0% 0% no-repeat;
    color: #fff;
    line-height: 1.76;
}

@media screen and (max-width: 768px) {
    .lp-figure.of-primary > .lp-figure-caption {
        margin-bottom: 6px;
        padding: 1px 10px;
    }
}

.lp-figure.of-secondary {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 8px;
    background-color: #050505;
}

.lp-figure.of-secondary > .lp-figure-image {
    min-height: 0%;
    padding: 0 8px;
    text-align: center;
}

.lp-figure.of-secondary > .lp-figure-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    padding: 4px 10px;
    background: linear-gradient(to bottom, #6a6a6a, #232323) 0% 0% no-repeat;
    color: #fff;
    line-height: 1.76;
}

@media screen and (max-width: 768px) {
    .lp-figure.of-secondary > .lp-figure-caption {
        min-height: auto;
        margin-bottom: 6px;
        padding: 3px 10px 1px;
    }
}

.lp-figure.of-tertiary {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    padding-bottom: 8px;
    background-color: #050505;
}

@media screen and (max-width: 1024px) {
    .lp-figure.of-tertiary {
        height: 100%;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .lp-figure.of-tertiary {
        height: auto;
        margin-bottom: 16px;
    }
}

.lp-figure.of-tertiary > .lp-figure-image {
    min-height: 0%;
    padding: 0 8px;
    text-align: center;
}

.lp-figure.of-tertiary > .lp-figure-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    padding: 4px 10px;
    background: linear-gradient(to bottom, #6a6a6a, #232323) 0% 0% no-repeat;
    color: #fff;
    line-height: 1.76;
}

@media screen and (max-width: 768px) {
    .lp-figure.of-tertiary > .lp-figure-caption {
        min-height: auto;
        margin-bottom: 6px;
        padding: 3px 10px 1px;
    }
}

.lp-figure.of-boxSizing-content {
    box-sizing: content-box;
}

.lp-listFigure {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 0 -18px;
}

@media screen and (max-width: 1365px) {
    .lp-listFigure {
        margin-left: -30px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-listFigure {
        margin-left: -18px;
    }
}

@media screen and (max-width: 768px) {
    .lp-listFigure {
        margin: -16px 0 0 -22px;
    }
}

.lp-listFigure > li {
    width: 33.333333%;
    margin-top: 24px;
    padding-left: 18px;
}

@media screen and (max-width: 1365px) {
    .lp-listFigure > li {
        width: 50%;
        padding-left: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-listFigure > li {
        width: 33.333333%;
        padding-left: 18px;
    }
}

@media screen and (max-width: 768px) {
    .lp-listFigure > li {
        width: 50%;
        margin-top: 16px;
        padding-left: 22px;
    }
}

.lp-listFigure.of-primary {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 0 -48px;
}

@media screen and (max-width: 1365px) {
    .lp-listFigure.of-primary {
        margin-left: -30px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-listFigure.of-primary {
        margin-left: -10px;
    }
}

@media screen and (max-width: 768px) {
    .lp-listFigure.of-primary {
        margin: -16px 0 0 -20px;
    }
}

.lp-listFigure.of-primary > li {
    display: flex;
    flex-direction: column;
    width: 25%;
    margin-top: 24px;
    padding-left: 48px;
}

@media screen and (max-width: 1365px) {
    .lp-listFigure.of-primary > li {
        padding-left: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-listFigure.of-primary > li {
        width: 33.333333%;
        padding-left: 10px;
    }
}

@media screen and (max-width: 768px) {
    .lp-listFigure.of-primary > li {
        width: 50%;
        margin-top: 16px;
        padding-left: 20px;
    }
}

.lp-listFigure.of-primary > li > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-listFigure.of-primary > li:last-child {
        flex-direction: row;
        width: calc(100% - 20px);
    }
    .lp-listFigure.of-primary > li:last-child > * {
        width: 33.333333%;
        margin-left: 10px;
    }
    .lp-listFigure.of-primary > li:last-child > *:first-child {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .lp-listFigure.of-primary > li:last-child {
        flex-direction: column;
        width: 50%;
    }
    .lp-listFigure.of-primary > li:last-child > * {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer {
        border-top: 1px solid #949494;
    }
}

.lp-layout-footer-content {
    max-width: 1232px;
    margin: 0 auto;
    padding: 0 20px 9px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-content {
        padding: 11px 20px 12px;
    }
}

.lp-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -2px 0 16px -6px;
    padding: 0 20px;
    font-size: 1.2rem;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .lp-layout-footer-list {
        font-size: 1.4rem;
    }
}

.lp-layout-footer-list > li {
    margin-top: 2px;
    padding: 0 6px 0;
    border-left: 1px solid #707070;
}

.lp-layout-footer-list > li > a {
    color: #707070;
    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: #707070;
}

.lp-layout-footer-list > li:first-child {
    margin-left: 0;
    border-left: 0;
}

@media screen and (max-width: 768px) {
    .lp-layout-footer-list > li:last-child {
        border-left: 0;
    }
}

.lp-layout-footer-copyright {
    color: #707070;
}

@media screen and (max-width: 768px) {
    .lp-layout-footer-copyright {
        width: 100%;
        line-height: 1.5;
        text-align: center;
    }
}

.lp-utility-text-small {
    font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
    .lp-utility-text-small {
        font-size: 1.5rem;
    }
}

.lp-utility-text-large {
    font-size: 2.2rem !important;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-text-shadow {
    text-shadow: 0 0 5px rgba(17, 50, 67, 0.3);
}

.lp-utility-marginBottom-extraLarge {
    margin-bottom: 48px;
}

@media screen and (max-width: 1024px) {
    .lp-utility-marginBottom-extraLarge {
        margin-bottom: 24px;
    }
}

.lp-utility-layout-center {
    padding: 0 180px;
}

@media screen and (max-width: 1024px) {
    .lp-utility-layout-center {
        padding: 0;
    }
}

.lp-utility-justify-center {
    justify-content: center;
}

.lp-utility-line-break {
    display: block;
}

@media screen and (min-width: 1025px) {
    .lp-largeScreen-lastChild {
        margin-bottom: 0;
    }
}

.lp-extraLargeScreen-hide {
    display: none;
}

@media screen and (max-width: 1024px) {
    .lp-extraLargeScreen-hide {
        display: block;
    }
}

.lp-largeScreen-hide {
    display: none;
}

@media screen and (max-width: 768px) {
    .lp-largeScreen-hide {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-hide {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .lp-extraSmallScreen-hide {
        display: none;
    }
}

.lp-largeScreen-line-break {
    display: block;
}

@media screen and (max-width: 1024px) {
    .lp-largeScreen-line-break {
        display: inline;
    }
}

.lp-largeScreen-alignCenter {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .lp-largeScreen-alignCenter {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-alignCenter {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .lp-smallScreen-alignCenter {
        text-align: left;
    }
}

@media screen and (max-width: 676px) {
    .lp-smallScreen-width-narrow {
        width: 400px !important;
        margin: 0 auto 16px;
    }
}

@media screen and (max-width: 360px) {
    .lp-smallScreen-width-narrow {
        width: 100% !important;
    }
}

@media screen and (max-width: 650px) {
    .lp-extraSmallScreen-line-connect {
        display: inline !important;
    }
}

@media screen and (max-width: 650px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    [class*="heightLine-middleScreen"] {
        height: auto !important;
    }
}

@media screen and (max-width: 676px) {
    [class*="heightLine-smallScreen"] {
        height: auto !important;
    }
}

.lp-textPhone {
    display: block;
    margin-bottom: 24px;
}

.lp-textPhone > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-body > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-body.of-fontColor-primary {
    color: #fff;
}

.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 {
    margin-top: 0 !important;
    padding-left: 24px;
    font-size: 1.2rem;
    line-height: 1.2;
}

.lp-textPhone-icon {
    width: 36px;
    min-width: 36px;
    height: 20px;
    min-height: 20px;
    margin-top: 0.2rem;
    margin-right: 8px;
}

.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 {
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    cursor: default;
    opacity: 1;
}

a.lp-textPhone-body.of-fontColor-primary,
a:hover.lp-textPhone-body.of-fontColor-primary {
    color: #fff;
}

@media screen and (max-width: 1365px) {
    .lp-section.of-phone .lp-mediaAsset {
        margin-bottom: 56px;
    }
}

@media screen and (max-width: 768px) {
    .lp-section.of-phone .lp-mediaAsset {
        margin-bottom: 56px;
        margin-left: 0;
    }
}

.lp-section.of-phone .lp-textPhone {
    display: none;
}

@media screen and (max-width: 1365px) {
    .lp-section.of-phone .lp-textPhone {
        display: block;
    }
    .lp-section.of-phone .lp-textPhone-body {
        display: inline-block;
    }
    .lp-section.of-phone .lp-textPhone-note {
        padding-left: 0;
    }
}

.lp-textPhone.of-primary {
    margin-bottom: 0;
}

.lp-textPhone.of-primary .lp-textPhone-body {
    display: inline-block;
}

.lp-textPhone.of-primary .lp-textPhone-body > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone.of-primary .lp-textPhone-numberGroup {
    margin-bottom: 8px;
}

.lp-textPhone.of-primary .lp-textPhone-note {
    display: block;
    margin-bottom: 8px;
    padding-left: 0;
}

.lp-mediaSeries {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: calc(100% + 16px);
    margin: 0 0 24px -16px;
}

@media screen and (max-width: 768px) {
    .lp-mediaSeries {
        flex-direction: column;
        width: 100%;
        margin-left: 0;
    }
}

.lp-mediaSeries > * {
    padding-left: 16px;
}

@media screen and (max-width: 768px) {
    .lp-mediaSeries > * {
        padding-left: 0;
    }
}

.lp-mediaSeries > *:last-child {
    margin-bottom: 0;
}

.lp-mediaSeries-body {
    flex-shrink: 1;
    font-family: source-han-sans-japanese, notosans, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
    .lp-mediaSeries-body {
        display: flex;
        align-items: center;
        width: calc(100% + 12px);
        margin-left: -12px;
    }
    .lp-mediaSeries-body > * {
        margin-left: 12px;
    }
}

.lp-mediaSeries-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaSeries-image {
    width: 160px;
    min-width: 160px;
    min-height: 0%;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .lp-mediaSeries-image {
        margin-top: 4px;
    }
}

.lp-mediaSeries-text {
    font-size: 1.6rem;
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
    .lp-mediaSeries-textGroup {
        flex-shrink: 1;
        max-width: 100%;
    }
}

.lp-mediaSeries-textGroup > *:last-child {
    margin-bottom: 0;
}

@keyframes fade-product {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slide-work {
    0% {
        transform: translateX(516px) translateY(-149px);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        transform: translateX(-408px) translateY(120px);
        opacity: 0;
    }
}

@keyframes fade-shadow {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    12% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-projection {
    0% {
        opacity: 0;
    }
    45% {
        opacity: 0;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-result {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-multiWork {
    0% {
        opacity: 0;
    }
    45% {
        transform: translate(55px, -15px);
        opacity: 0;
    }
    95% {
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.lp-link {
    font-size: 18px;
    text-decoration: underline;
}

.lp-link:link, .lp-link:visited {
    color: #fff;
}

.lp-link.of-arrow {
    position: relative;
    padding-left: 22px;
}

.lp-link.of-arrow > .lp-link-text::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 14px;
    transform: translateY(-50%);
    border-width: 7px 0 7px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}
