@charset "UTF-8";

@font-face {
    src: url("//library.keyence.co.jp/fonts/NotoSansCJKjp-Regular.eot") format("eot"), url("//library.keyence.com/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("//library.keyence.com/fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
}

@font-face {
    src: url("//library.keyence.co.jp/fonts/NotoSansCJKjp-Medium.eot") format("eot"), url("//library.keyence.com/fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("//library.keyence.com/fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
    font-weight: 600;
}

@font-face {
    src: url("//library.keyence.co.jp/fonts/NotoSansCJKjp-Bold.eot") format("eot"), url("//library.keyence.com/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("//library.keyence.com/fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
    font-display: swap;
    font-family: notosans;
    font-weight: bold;
}

@font-face {
    src: url("//library.keyence.co.jp/fonts/NotoSerifJP-Regular.eot") format("eot"), url("//library.keyence.com/fonts/NotoSerifJP-Regular.woff") format("woff"), url("//library.keyence.com/fonts/NotoSerifJP-Regular.ttf") format("truetype");
    font-display: swap;
    font-family: notoserif;
}

@font-face {
    src: url("//library.keyence.co.jp/fonts/NotoSerifJP-Light.eot") format("eot"), url("//library.keyence.com/fonts/NotoSerifJP-Light.woff") format("woff"), url("//library.keyence.com/fonts/NotoSerifJP-Light.ttf") format("truetype");
    font-display: swap;
    font-family: notoserif;
    font-weight: 200;
}

@font-face {
    src: url("//library.keyence.co.jp/fonts/NotoSerifJP-Bold.eot") format("eot"), url("//library.keyence.com/fonts/NotoSerifJP-Bold.woff") format("woff"), url("//library.keyence.com/fonts/NotoSerifJP-Bold.ttf") format("truetype");
    font-display: swap;
    font-family: notoserif;
    font-weight: bold;
}

:root {
    font-size: 10px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    min-width: 320px;
    color: #333;
    font-family: notosans, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    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] {
    -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;
}

video {
    display: block;
    max-width: 100%;
}

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .2s;
    transition-property: color,background-color;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-buttonConversion:hover {
  background-color: #c6002a;
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../../../../../img/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../../../../../img/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    position: absolute;
    top: 50%;
    left: 26px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 13px solid #fff;
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../img/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../img/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../img/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../img/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../img/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

.lp-buttonConversion.of-primary:hover {
  background: #116b81;
}

.lp-buttonConversion.of-secondary {
    background: #1a90db;
}

.lp-navigationSeries {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 20px auto;
    padding: 4px 10px;
    border: 2px solid #e5e5e5;
    color: #999;
}

div#MainContent .lp-navigationSeries {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
    .lp-navigationSeries {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries {
        flex-direction: column;
        align-items: center;
    }
}

.lp-navigationSeries-title {
    max-width: 600px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title {
        width: 100%;
        max-width: none;
        margin-bottom: 3px;
        text-align: center;
    }
}

.lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title + .lp-navigationSeries-linkList {
        margin-left: -10px;
    }
}

div#MainContent .lp-navigationSeries-title {
    margin-bottom: 0;
    color: #999;
    font-size: 11px;
    line-height: 1.3;
    text-transform: none;
}

div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
        display: block;
    }
}

.lp-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    margin: -3px 0 0 -10px;
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList {
    margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-linkList {
        justify-content: center;
        width: 100%;
    }
}

.lp-navigationSeries-linkList > li {
    display: flex;
    position: relative;
    margin-top: 3px;
    margin-left: 10px;
    background: none;
    font-size: 1.1rem;
    line-height: 1.3;
}

div#MainContent .lp-navigationSeries-linkList > li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

.lp-navigationSeries-linkList > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 9px;
    color: #999;
    line-height: 1.3;
    text-decoration: none;
}

.lp-navigationSeries-linkList > li > a::before {
    display: block;
    position: absolute;
    top: 4px;
    left: -2px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: "";
}

div#MainContent .lp-navigationSeries-linkList > li > a:link {
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList > li > a::before {
    top: 0.3em;
}

.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
    text-decoration: underline;
}

@keyframes fade-work-01 {
    0% {
        opacity: 0;
    }
    3.6% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-diagram-01 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    18% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-arrow-01 {
    0% {
        opacity: 0;
    }
    14.5% {
        opacity: 0;
    }
    21.8% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-work-02 {
    0% {
        opacity: 0;
    }
    3.6% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-diagram-02 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    18% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-arrow-02 {
    0% {
        opacity: 0;
    }
    3.6% {
        opacity: 1;
    }
    10.9% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-work-03 {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 0;
    }
    6% {
        opacity: 1;
    }
    97.5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-diagram-03 {
    0% {
        opacity: 0;
    }
    6% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    97.5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-arrow-end {
    0% {
        opacity: 0;
    }
    4% {
        opacity: 1;
    }
    12% {
        opacity: 1;
    }
    97.5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-text-bold {
    font-weight: bold;
}

.lp-utility-color-primary {
    color: #e61000;
}

.lp-buttonConversion.of-download {
    margin: 8px 0;
}

@media screen and (max-height: 900px) {
    .lp-buttonConversion-text {
        font-size: 1.6rem;
    }
}

.lp-smallScreen-show {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-show {
        display: block !important;
    }
}

.lp-smallScreen-hide {
    display: block !important;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-hide {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-lastChild {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 677px) {
    .lp-extraSmallScreen-textAlign-left {
        text-align: left;
    }
}

.lp-largeScreen-show {
    display: block !important;
}

@media screen and (max-width: 1200px) {
    .lp-largeScreen-show {
        display: none !important;
    }
}

.lp-largeScreen-hide {
    display: none !important;
}

@media screen and (max-width: 1200px) {
    .lp-largeScreen-hide {
        display: block !important;
    }
}

@media screen and (min-width: 1024px) {
    .lp-largeScreen-lastChild {
        margin-bottom: 0 !important;
    }
}

[data-script-enabled="true"] .lp-layout-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    min-height: 625px;
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-layout-container {
        display: block;
    }
}

.lp-layout-header {
    z-index: 1;
    position: relative;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1024px) {
    .lp-layout-header {
        box-shadow: none;
    }
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    max-width: calc(1200px + 40px);
    min-height: 70px;
    margin: 0 auto;
    padding: 21px 20px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-content {
        flex-direction: column;
        min-height: inherit;
        padding: 20px;
        text-align: center;
    }
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-logo {
    line-height: 1;
}

.lp-layout-header-logo img {
    width: 126px;
}

@media screen and (max-width: 677px) {
    .lp-layout-header-logo img {
        width: 90px;
    }
}

.lp-layout-header-utilityGroup {
    flex: 1;
    margin-left: 20px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-utilityGroup {
        display: none;
    }
}

.lp-layout-header-utilityList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.lp-layout-header-utilityList > li {
    width: 100%;
    margin-bottom: 16px;
}

.lp-layout-header-utilityList > *:last-child {
    margin-bottom: 0;
}

.lp-layout-main {
    flex: 1;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer {
        border-top: #c5c5c5 solid 1px;
    }
}

.lp-layout-footer-content {
    display: flex;
    flex-wrap: wrap;
    max-width: calc(1200px + 40px);
    margin: 0 auto;
    padding: 12px 20px;
}

@media screen and (max-width: 1200px) {
    .lp-layout-footer-content {
        padding: calc(1rem + ((1vw - 1.024rem) * (1.13636))) calc(1.6rem + ((1vw - 1.024rem) * (2.27273)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-content {
        flex-direction: column-reverse;
        align-items: center;
        padding: calc(0.9rem + ((1vw - 0.36rem) * (1.65663))) 20px;
    }
}

@media screen and (max-width: 677px) {
    .lp-layout-footer-content {
        padding: 9px 20px;
    }
}

.lp-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer-utilityGroup {
    flex: 1;
    width: 100%;
    margin-left: 20px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-utilityGroup {
        flex: inherit;
        margin-left: 0;
    }
}

.lp-layout-footer-utilityList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-top: -8px;
    margin-left: -28px;
    font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-utilityList {
        justify-content: center;
        margin-bottom: 8px;
    }
}

.lp-layout-footer-utilityList > li {
    position: relative;
    margin-top: 8px;
    margin-left: 28px;
}

.lp-layout-footer-utilityList > li::before {
    display: block;
    position: absolute;
    top: 50%;
    right: -14px;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background-color: #dedede;
    content: "";
}

.lp-layout-footer-utilityList > li:last-child::before {
    display: none;
}

.lp-layout-footer-utilityList a {
    color: #06c;
    text-decoration: none;
}

.lp-layout-footer-utilityList a:hover, .lp-layout-footer-utilityList a:active, .lp-layout-footer-utilityList a:focus {
    color: #f00;
    text-decoration: underline;
    opacity: 0.7;
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 1.4rem;
    text-decoration: none;
}

.lp-layout-footer-list > li {
    position: relative;
    margin-left: 28px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-list > li {
        margin-left: 16px;
    }
}

.lp-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 56%;
    left: -14px;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background-color: #666;
    content: "";
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-list > li::before {
        left: -8px;
        height: 12px;
    }
}

.lp-layout-footer-list > li:first-child {
    margin-left: 0;
}

.lp-layout-footer-list > li:first-child::before {
    content: none;
}

.lp-layout-footer-list > li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-list > li.lp-layout-footer-copyright {
        width: 100%;
        margin-top: 4px;
        margin-left: 0;
        text-align: center;
    }
    .lp-layout-footer-list > li.lp-layout-footer-copyright::before {
        content: none;
    }
}

.lp-layout-footer-list a {
    text-decoration: none;
}

.lp-layout-footer-list a:hover, .lp-layout-footer-list a:focus {
    text-decoration: underline;
}

.lp-layout-footer-list a:link {
    color: #666;
}

.lp-layout-footer-copyright {
    margin-bottom: 0;
    font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-copyright {
        width: 100%;
        text-align: center;
    }
}

.lp-layout-grid {
    display: flex;
    margin: -45px 0 64px -48px;
}

@media screen and (max-width: 1200px) {
    .lp-layout-grid {
        margin-top: calc(-1.6rem + ((1vw - 1.024rem) * (-4.54545)));
        margin-bottom: calc(3.2rem + ((1vw - 1.024rem) * (18.18182)));
        margin-left: calc(-4rem + ((1vw - 1.024rem) * (-4.54545)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid {
        flex-direction: column-reverse;
        margin-top: calc(-1.6rem + ((1vw - 0.36rem) * (-1.20482)));
        margin-bottom: calc(1.8rem + ((1vw - 0.36rem) * (2.10843)));
    }
    .lp-layout-grid * {
        max-width: 100%;
    }
}

@media screen and (max-width: 360px) {
    .lp-layout-grid {
        margin-bottom: 18px;
    }
}

.lp-layout-grid.of-primary .lp-layout-grid-column {
    flex-shrink: 1;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-primary .lp-layout-grid-column {
        flex-shrink: 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-primary {
        flex-direction: column-reverse;
    }
}

.lp-layout-grid.of-primary > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-secondary .lp-layout-grid-column {
    flex-shrink: 1;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-secondary .lp-layout-grid-column {
        flex-shrink: 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-secondary {
        flex-direction: column;
    }
}

.lp-layout-grid.of-secondary > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid-column {
    flex-shrink: 0;
    margin-top: 45px;
    padding-left: 48px;
}

@media screen and (max-width: 1200px) {
    .lp-layout-grid-column {
        margin-top: calc(1.6rem + ((1vw - 1.024rem) * (4.54545)));
        padding-left: calc(4rem + ((1vw - 1.024rem) * (4.54545)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid-column {
        margin-top: calc(1.6rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid-column.lp-largeScreen-flexible {
    flex: 1;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid-column.lp-largeScreen-flexible {
        flex: none;
    }
}

.lp-layout-grid-column.lp-largeScreen-flexible-auto {
    flex: 0 1 auto;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid-column.lp-largeScreen-flexible-auto {
        flex: none;
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid-column.lp-smallScreen-flexible-disable {
        flex: none;
    }
}

.lp-layout-grid.of-alignItems-center {
    align-items: center;
}

.lp-layout-grid.of-justifyContent-center {
    justify-content: center;
}

.lp-jumbotron {
    background-image: linear-gradient(0deg, #dfe9f3 0%, white 100%);
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(1200px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-content {
        justify-content: center;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        padding-bottom: calc(4rem + ((1vw - 0.36rem) * (6.0241)));
    }
    .lp-jumbotron-content * {
        max-width: 100%;
    }
}

@media screen and (max-width: 677px) {
    .lp-jumbotron-content {
        padding-bottom: 40px;
    }
}

.lp-jumbotron-body {
    position: relative;
    flex: 0 1 532px;
    width: 100%;
    margin-top: -20px;
    padding: 24px 0;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-body {
        flex: 0 1 calc(38rem + ((1vw - 1.024rem) * (86.36364)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-body {
        flex: auto;
        margin-top: 0;
        margin-left: 0;
        padding: 0;
    }
}

@media screen and (max-height: 900px) {
    .lp-jumbotron-body {
        flex: auto;
    }
}

.lp-jumbotron-image {
    flex: 0 1 auto;
    flex-shrink: 0;
    max-width: 620px;
    margin-bottom: -97px;
    margin-left: 56px;
    padding-top: 32px;
}

[data-script-enabled="true"] .lp-jumbotron-image {
    position: relative;
    right: -19px;
    opacity: 0;
}

@media screen and (max-width: 1200px) {
    [data-script-enabled="true"] .lp-jumbotron-image {
        right: -9.5px;
    }
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-jumbotron-image {
        right: 0;
        padding-top: 0;
    }
}

[data-script-enabled="true"] .lp-jumbotron-image.is-active {
    right: 0;
    opacity: 1;
    transition: opacity 1s, right 0.8s;
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-jumbotron-image.is-active {
        transition: opacity 1s;
    }
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-image {
        width: calc(50rem + ((1vw - 1.024rem) * (68.18182)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-image {
        width: 360px;
        margin-bottom: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 677px) {
    .lp-jumbotron-image {
        width: calc(22rem + ((1vw - 0.36rem) * (44.16404)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-image {
        width: 220px;
    }
}

@media screen and (max-height: 900px) {
    .lp-jumbotron-image {
        width: calc(600vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-jumbotron-image {
        width: calc(500vh * 100 / 800);
        margin-bottom: -60px;
    }
}

@media screen and (max-height: 700px) {
    .lp-jumbotron-image {
        width: 360px;
        margin-bottom: -50px;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-jumbotron-image {
        width: 360px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 677px) and (max-height: 900px) {
    .lp-jumbotron-image {
        width: calc(22rem + ((1vw - 0.36rem) * (44.16404)));
    }
}

.lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 8px;
    color: #0b9658;
    font-family: notoserif;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.52;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-subtitle {
        margin-bottom: 8px;
        font-size: calc(3.2rem + ((1vw - 1.024rem) * (4.54545)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-subtitle {
        margin-bottom: calc(0.6rem + ((1vw - 0.36rem) * (0.3012)));
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.80723)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-subtitle {
        margin-bottom: 6px;
        font-size: 2rem;
    }
}

@media screen and (max-height: 900px) {
    .lp-jumbotron-subtitle {
        font-size: calc(40vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-jumbotron-subtitle {
        font-size: calc(32vh * 100 / 800);
    }
}

@media screen and (max-height: 700px) {
    .lp-jumbotron-subtitle {
        font-size: 2rem;
    }
}

@media screen and (max-width: 1200px) and (max-height: 900px) {
    .lp-jumbotron-subtitle {
        font-size: calc(3.2rem + ((1vw - 1.024rem) * (4.54545)));
    }
}

@media screen and (max-width: 1200px) and (max-height: 700px) {
    .lp-jumbotron-subtitle {
        font-size: 2rem;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-jumbotron-subtitle {
        font-size: calc(2rem + ((1vw - 0.677rem) * (3.45821)));
    }
}

@media screen and (max-width: 677px) and (max-height: 900px) {
    .lp-jumbotron-subtitle {
        font-size: 2rem;
    }
}

.lp-jumbotron-subtitle span {
    font-size: 6.8rem;
    line-height: 1;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-subtitle span {
        font-size: calc(5.4rem + ((1vw - 1.024rem) * (7.95455)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-subtitle span {
        font-size: calc(4rem + ((1vw - 0.36rem) * (2.10843)));
    }
}

@media screen and (max-width: 360px) {
    .lp-jumbotron-subtitle span {
        font-size: 4rem;
    }
}

@media screen and (max-height: 900px) {
    .lp-jumbotron-subtitle span {
        font-size: calc(68vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-jumbotron-subtitle span {
        font-size: calc(53vh * 100 / 800);
    }
}

@media screen and (max-height: 700px) {
    .lp-jumbotron-subtitle span {
        font-size: 4rem;
    }
}

@media screen and (max-width: 1200px) and (max-height: 900px) {
    .lp-jumbotron-subtitle span {
        font-size: calc(5.4rem + ((1vw - 1.024rem) * (7.95455)));
    }
}

@media screen and (max-width: 1200px) and (max-height: 700px) {
    .lp-jumbotron-subtitle span {
        font-size: 4rem;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-jumbotron-subtitle span {
        font-size: calc(4rem + ((1vw - 0.36rem) * (2.10843)));
    }
}

@media screen and (max-width: 360px) and (max-height: 900px) {
    .lp-jumbotron-subtitle span {
        font-size: 4rem;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 38px;
    color: #222323;
    font-family: notoserif;
    font-size: 11rem;
    font-weight: normal;
    line-height: 1.2;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-title {
        font-size: calc(8rem + ((1vw - 1.024rem) * (17.04545)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title {
        margin-bottom: calc(2.7rem + ((1vw - 0.36rem) * (1.65663)));
        font-size: calc(3.8rem + ((1vw - 0.36rem) * (6.3253)));
    }
}

@media screen and (max-height: 900px) {
    .lp-jumbotron-title {
        font-size: calc(110vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-jumbotron-title {
        font-size: calc(80vh * 100 / 800);
    }
}

@media screen and (max-height: 700px) {
    .lp-jumbotron-title {
        font-size: 6rem;
    }
}

@media screen and (max-width: 1200px) and (max-height: 900px) {
    .lp-jumbotron-title {
        font-size: calc(8rem + ((1vw - 1.024rem) * (17.04545)));
    }
}

@media screen and (max-width: 1200px) and (max-height: 800px) {
    .lp-jumbotron-title {
        font-size: calc(7rem + ((1vw - 0.677rem) * (2.88184)));
    }
}

@media screen and (max-width: 1200px) and (max-height: 700px) {
    .lp-jumbotron-title {
        font-size: 6rem;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-jumbotron-title {
        margin-bottom: calc(2.7rem + ((1vw - 0.36rem) * (1.65663)));
        font-size: calc(3.8rem + ((1vw - 0.36rem) * (6.3253)));
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 32px;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (1.90476)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-titleGroup {
        text-align: center;
    }
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-text {
    margin-bottom: 20px;
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 1.3;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-text {
        font-size: calc(2.4rem + ((1vw - 1.024rem) * (6.81818)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-text {
        font-size: 24px;
    }
}

@media screen and (max-width: 677px) {
    .lp-jumbotron-text {
        font-size: 22px;
    }
}

.lp-jumbotron-series {
    display: block;
    margin-bottom: 20px;
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 1.3;
}

.lp-jumbotron-series > span {
    display: inline-block;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-series {
        margin-bottom: calc(1.6rem + ((1vw - 1.024rem) * (2.27273)));
        font-size: calc(2.2rem + ((1vw - 1.024rem) * (5.68182)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-series {
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (1.20482)));
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.90361)));
    }
}

@media screen and (max-width: 677px) {
    .lp-jumbotron-series {
        margin-bottom: 8px;
    }
}

@media screen and (max-height: 900px) {
    .lp-jumbotron-series {
        font-size: calc(32vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-jumbotron-series {
        font-size: calc(22vh * 100 / 800);
    }
}

@media screen and (max-height: 700px) {
    .lp-jumbotron-series {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1200px) and (max-height: 900px) {
    .lp-jumbotron-series {
        font-size: calc(2.2rem + ((1vw - 1.024rem) * (5.68182)));
    }
}

@media screen and (max-width: 1200px) and (max-height: 700px) {
    .lp-jumbotron-series {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-jumbotron-series {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.90361)));
    }
}

@media screen and (max-width: 677px) and (max-height: 700px) {
    .lp-jumbotron-series {
        font-size: 1.6rem;
    }
}

.lp-jumbotron-seriesGroup {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-seriesGroup {
        margin-bottom: calc(0.8rem + ((1vw - 1.024rem) * (4.54545)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-seriesGroup {
        flex-direction: column;
        align-items: center;
        margin-bottom: 8px;
    }
    .lp-jumbotron-seriesGroup * {
        max-width: 100%;
    }
}

.lp-jumbotron-seriesGroup .lp-label {
    margin: 3px 20px 0 0;
}

@media screen and (max-width: 1200px) {
    .lp-jumbotron-seriesGroup .lp-label {
        margin: calc(0.2rem + ((1vw - 1.024rem) * (2.27273))) calc(1.6rem + ((1vw - 1.024rem) * (2.27273))) 0 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-seriesGroup .lp-label {
        margin: 0 0 calc(0.8rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.lp-jumbotron-seriesGroup > *:last-child {
    margin-bottom: 0;
}

[data-script-enabled="true"] .lp-jumbotron,
[data-script-enabled="true"] .lp-section {
    display: none;
    position: relative;
    height: 100%;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-jumbotron,
    [data-script-enabled="true"] .lp-section {
        display: block;
    }
}

[data-script-enabled="true"] .lp-jumbotron.is-show,
[data-script-enabled="true"] .lp-section.is-show {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] .lp-jumbotron.is-show,
    [data-script-enabled="true"] .lp-section.is-show {
        display: block;
    }
}

.lp-section {
    overflow: hidden;
}

.lp-section.of-primary {
    background: #19191a;
    color: #fff;
}

.lp-section.of-secondary {
    background: #ecf4f7;
}

.lp-section.of-conversion .lp-section-content {
    padding-bottom: 70px;
}

@media screen and (max-width: 1200px) {
    .lp-section.of-conversion .lp-section-content {
        padding-bottom: calc(6rem + ((1vw - 1.024rem) * (5.68182)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-section.of-conversion .lp-section-content {
        padding-bottom: calc(3rem + ((1vw - 0.36rem) * (4.51807)));
    }
}

@media screen and (max-width: 677px) {
    .lp-section.of-conversion .lp-section-content {
        padding-bottom: 30px;
    }
}

.lp-section-content {
    z-index: 0;
    position: relative;
    width: 100%;
    max-width: calc(1200px + 40px);
    margin: 0 auto;
    padding: 44px 20px 53px;
}

@media screen and (max-width: 1200px) {
    .lp-section-content {
        padding: calc(3rem + ((1vw - 1.024rem) * (17.04545))) 20px calc(3rem + ((1vw - 1.024rem) * (36.93182)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-section-content {
        padding: calc(2.2rem + ((1vw - 0.36rem) * (1.20482))) calc(2rem + ((1vw - 0.36rem) * (3.01205))) calc(2.6rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

@media screen and (max-width: 360px) {
    .lp-section-content {
        padding: 22px 20px 30px;
    }
}

@media screen and (max-height: 900px) {
    .lp-section-content {
        padding: calc(44vh * 100 / 900) 20px calc(44vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-section-content {
        padding: calc(30vh * 100 / 800) calc(20vh * 100 / 800) calc(25vh * 100 / 800);
    }
}

@media screen and (max-height: 700px) {
    .lp-section-content {
        padding: 22px 20px 30px;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-section-content {
        padding: calc(2.2rem + ((1vw - 0.36rem) * (1.20482))) calc(2rem + ((1vw - 0.36rem) * (3.01205))) calc(2.6rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-navigation {
    display: none;
    background: #333;
    color: #fff;
}

[data-script-enabled="true"] .lp-navigation {
    display: block;
}

.lp-navigation-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.lp-navigation-list {
    display: flex;
    min-height: 70px;
}

@media screen and (max-width: 1200px) {
    .lp-navigation-list {
        min-height: 60px;
    }
}

@media screen and (max-height: 900px) {
    .lp-navigation-list {
        min-height: 60px;
    }
}

.lp-navigation-list > li {
    width: calc(100% / 5);
    border-left: solid 1px #666;
}

.lp-navigation-list > li:last-child {
    border-right: solid 1px #666;
}

.lp-navigation-button {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 2px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.lp-navigation-button.of-text-small {
    font-size: 1.6rem;
    line-height: 1.4;
}

@media screen and (max-width: 1200px) {
    .lp-navigation-button.of-text-small {
        font-size: 1.4rem;
    }
}

.lp-navigation-button:hover {
    background: #2d3e33;
}

@media screen and (max-width: 1200px) {
    .lp-navigation-button {
        font-size: 1.6rem;
    }
}

@media screen and (max-height: 900px) {
    .lp-navigation-button {
        font-size: 1.6rem;
    }
}

.lp-navigation-buttonContent {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.lp-navigation-buttonContent.of-column {
    flex-direction: column;
    justify-content: flex-start;
}

.lp-navigation-button.is-current {
    background: #258452;
}

.lp-navigation-button.is-current .lp-LabelEmphasis {
    background-color: #fff;
    color: #e61000;
}

.lp-navigation-button.of-download {
    background: #dc002f;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .2s;
    transition-property: color,background-color;
}

.lp-navigation-button.of-download:hover {
    background-color: #c6002a;
}

.lp-navigation-button.of-download .lp-navigation-buttonContent {
    position: relative;
}

.lp-navigation-buttonInner {
    display: flex;
    flex: 1 0 auto;
    max-width: 100%;
}

.lp-navigation-buttonText {
    margin-right: 12px;
}

.lp-navigation-buttonImage {
    flex: 0 0 auto;
    width: 46px;
    height: 65px;
}

@media screen and (max-width: 1200px) {
    .lp-navigation-buttonImage {
        width: calc(3.9rem + ((1vw - 1.024rem) * (3.97727)));
        height: calc(5.5rem + ((1vw - 1.024rem) * (5.68182)));
    }
}

@media screen and (max-height: 900px) {
    .lp-navigation-buttonImage {
        width: 39px;
        height: 55px;
    }
}

.lp-navigation-buttonImage > img {
    max-width: 100%;
}

.lp-headingLevel2 {
    margin-bottom: 32px;
    font-family: notoserif;
    font-size: 6rem;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .lp-headingLevel2 {
        font-size: calc(4rem + ((1vw - 1.024rem) * (11.36364)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2 {
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (1.80723)));
    }
}

@media screen and (max-width: 360px) {
    .lp-headingLevel2 {
        font-size: 2.8rem;
    }
}

@media screen and (max-height: 900px) {
    .lp-headingLevel2 {
        margin-bottom: calc(32vh * 100 / 900);
        font-size: calc(48vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-headingLevel2 {
        font-size: calc(48vh * 100 / 800);
    }
}

@media screen and (max-height: 700px) {
    .lp-headingLevel2 {
        font-size: 4.4rem;
    }
}

@media screen and (max-width: 1200px) and (max-height: 900px) {
    .lp-headingLevel2 {
        font-size: calc(4rem + ((1vw - 1.024rem) * (11.36364)));
    }
}

@media screen and (max-width: 1200px) and (max-height: 800px) {
    .lp-headingLevel2 {
        margin-bottom: 16px;
        font-size: 4.4rem;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-headingLevel2 {
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (1.80723)));
    }
}

@media screen and (max-width: 360px) and (max-height: 900px) {
    .lp-headingLevel2 {
        font-size: 2.8rem;
    }
}

.lp-headingLevel2.of-primary {
    margin-bottom: 40px;
    line-height: 1.5;
}

.lp-headingLevel2.of-primary span {
    color: #2dd981;
}

@media screen and (max-width: 1200px) {
    .lp-headingLevel2.of-primary {
        margin-bottom: calc(3rem + ((1vw - 1.024rem) * (1.13636)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2.of-primary {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (2.40964)));
    }
}

@media screen and (max-width: 360px) {
    .lp-headingLevel2.of-primary {
        margin-bottom: 16px;
    }
}

@media screen and (max-height: 900px) {
    .lp-headingLevel2.of-primary {
        margin-bottom: calc(32vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-headingLevel2.of-primary {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-headingLevel2.of-primary {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (2.40964)));
    }
}

.lp-headingLevel2 span {
    font-size: 8.4rem;
    line-height: 1;
}

@media screen and (max-width: 1200px) {
    .lp-headingLevel2 span {
        font-size: calc(5.6rem + ((1vw - 1.024rem) * (15.90909)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2 span {
        font-size: calc(4.2rem + ((1vw - 0.36rem) * (2.10843)));
    }
}

@media screen and (max-height: 900px) {
    .lp-headingLevel2 span {
        font-size: calc(70vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-headingLevel2 span {
        font-size: 6rem;
    }
}

@media screen and (max-width: 1200px) and (max-height: 900px) {
    .lp-headingLevel2 span {
        font-size: calc(5.6rem + ((1vw - 1.024rem) * (7.95455)));
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-headingLevel2 span {
        font-size: calc(4.2rem + ((1vw - 0.36rem) * (2.10843)));
    }
}

.lp-figure {
    position: relative;
    margin-bottom: 60px;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .lp-figure {
        margin-bottom: calc(3.2rem + ((1vw - 1.024rem) * (9.09091)));
    }
}

.lp-figure > *:last-child {
    margin-bottom: 0;
}

.lp-figure-body {
    display: flex;
    position: relative;
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 25px;
}

@media screen and (max-width: 1200px) {
    .lp-figure-body {
        max-width: calc(44rem + ((1vw - 1.024rem) * (90.90909)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-figure-body {
        display: block;
        max-width: calc(56.7rem + ((1vw - 0.677rem) * (-61.95965)));
    }
}

@media screen and (max-width: 677px) {
    .lp-figure-body {
        max-width: 567px;
    }
}

@media screen and (max-height: 900px) {
    .lp-figure-body {
        max-width: calc(567vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-figure-body {
        max-width: calc(451vh * 100 / 800);
    }
}

@media screen and (max-height: 700px) {
    .lp-figure-body {
        max-width: 400px;
    }
}

.lp-figure-body > *:last-child {
    margin-bottom: 0;
}

.lp-figure-image {
    width: 100%;
    margin-right: 33px;
}

@media screen and (max-width: 1200px) {
    .lp-figure-image {
        margin-right: calc(2.2rem + ((1vw - 1.024rem) * (6.25)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-figure-image {
        position: static;
        max-width: none;
        margin-right: 0;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 677px) {
    .lp-figure-image {
        margin: 0 auto 16px;
    }
}

.lp-figure-imageAdditional {
    bottom: 70px;
    flex-shrink: 0;
    max-width: 160px;
    margin-bottom: 16px;
}

@media screen and (max-width: 1200px) {
    .lp-figure-imageAdditional {
        right: calc(-19rem + ((1vw - 1.024rem) * (-36.93182)));
        bottom: calc(3.8rem + ((1vw - 1.024rem) * (18.18182)));
        max-width: calc(13rem + ((1vw - 1.024rem) * (17.04545)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-figure-imageAdditional {
        position: static;
        max-width: calc(16rem + ((1vw - 0.677rem) * (11.81556)));
        margin: 0 auto;
    }
}

@media screen and (max-width: 677px) {
    .lp-figure-imageAdditional {
        max-width: calc(11rem + ((1vw - 0.36rem) * (28.70662)));
    }
}

@media screen and (max-height: 900px) {
    .lp-figure-imageAdditional {
        max-width: 110px;
    }
}

@media screen and (max-width: 1200px) and (max-height: 900px) {
    .lp-figure-imageAdditional {
        max-width: 110px;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-figure-imageAdditional {
        max-width: calc(16rem + ((1vw - 0.677rem) * (11.81556)));
    }
}

@media screen and (max-width: 1200px) {
    .lp-figure-imageAdditional.of-arrow {
        bottom: calc(17rem + ((1vw - 1.024rem) * (39.77273)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-figure-imageAdditional.of-arrow {
        display: none;
    }
}

.lp-figure-imageGroup {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 42px;
}

@media screen and (max-width: 1200px) {
    .lp-figure-imageGroup {
        padding-bottom: calc(1.6rem + ((1vw - 1.024rem) * (14.77273)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-figure-imageGroup {
        display: block;
        padding-bottom: 0;
    }
}

@media screen and (max-height: 900px) {
    .lp-figure-imageGroup {
        padding-bottom: calc(36vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-figure-imageGroup {
        padding-bottom: calc(25vh * 100 / 800);
    }
}

@media screen and (max-height: 700px) {
    .lp-figure-imageGroup {
        padding-bottom: 16px;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-figure-imageGroup {
        padding-bottom: 0;
    }
}

.lp-figure-imageGroup > *:last-child {
    margin-bottom: 0;
}

.lp-figureMotion {
    position: relative;
    width: 100%;
    max-width: 784px;
    margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
    .lp-figureMotion {
        left: -20px;
    }
}

@media screen and (max-width: 1200px) {
    .lp-figureMotion img {
        max-width: calc(60rem + ((1vw - 1.024rem) * (45.45455)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-figureMotion img {
        max-width: calc(36rem + ((1vw - 0.36rem) * (63.85542)));
    }
}

@media screen and (max-height: 900px) {
    .lp-figureMotion img {
        max-width: 600px;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-figureMotion img {
        max-width: calc(36rem + ((1vw - 0.36rem) * (48.19277)));
    }
}

.lp-figureMotion > *:last-child {
    margin-bottom: 0;
}

.lp-figureMotion-image.of-rotate {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity;
}

.lp-figureMotion.is-active .lp-figureMotion-image.of-rotate {
    animation-fill-mode: none;
    animation-play-state: running;
}

.lp-figureMotion.is-active .lp-figureMotion-image.of-rotate:nth-child(2) {
    animation: fade-work-01 2.2s linear forwards 0s;
}

.lp-figureMotion.is-active .lp-figureMotion-image.of-rotate:nth-child(3) {
    animation: fade-diagram-01 2.2s linear forwards 0s;
}

.lp-figureMotion.is-active .lp-figureMotion-image.of-rotate.of-arrow-01 {
    animation: fade-arrow-01 2.2s linear forwards 0s;
}

.lp-figureMotion.is-active .lp-figureMotion-image.of-rotate:nth-child(4) {
    animation: fade-work-02 2.2s linear forwards 2s;
}

.lp-figureMotion.is-active .lp-figureMotion-image.of-rotate:nth-child(5) {
    animation: fade-diagram-02 2.2s linear forwards 2s;
}

.lp-figureMotion.is-active .lp-figureMotion-image.of-rotate.of-arrow-02 {
    animation: fade-arrow-02 2.2s linear forwards 2s;
}

.lp-figureMotion.is-active .lp-figureMotion-image.of-rotate:nth-child(6) {
    animation: fade-work-03 4s linear forwards 4s;
}

.lp-figureMotion.is-active .lp-figureMotion-image.of-rotate:nth-child(7) {
    animation: fade-diagram-03 4s linear forwards 4s;
}

.lp-figureMotion.is-active .lp-figureMotion-image.of-rotate.of-arrow-03 {
    animation: fade-arrow-end 4s linear forwards 4s;
}

.lp-figureStep {
    position: relative;
    width: 472px;
    margin-bottom: 16px;
    overflow: hidden;
}

.lp-figureStep[role="tabpanel"] {
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    .lp-figureStep {
        width: calc(42rem + ((1vw - 1.024rem) * (29.54545)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-figureStep {
        width: calc(26.8rem + ((1vw - 0.36rem) * (43.9759)));
    }
}

@media screen and (max-height: 900px) {
    .lp-figureStep {
        width: calc(472vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-figureStep {
        width: calc(400vh * 100 / 800);
    }
}

@media screen and (max-height: 700px) {
    .lp-figureStep {
        width: 268px;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-figureStep {
        width: calc(26.8rem + ((1vw - 0.36rem) * (43.9759)));
    }
}

[data-script-enabled="true"] .lp-figureStep {
    display: none;
    opacity: 0;
}

[data-script-enabled="true"] .lp-figureStep.is-active {
    display: block;
    animation: fadeIn 1s linear both;
    opacity: 1;
}

.lp-figureStep-text {
    position: absolute;
    top: 0;
    right: 0;
    padding: 19px 24px;
    background: #467e8b;
    color: #fff;
    font-family: notoserif;
    font-size: 4.2rem;
    line-height: 1.3;
}

@media screen and (max-width: 1200px) {
    .lp-figureStep-text {
        padding: calc(1.3rem + ((1vw - 1.024rem) * (3.40909))) calc(1.8rem + ((1vw - 1.024rem) * (3.40909)));
        font-size: calc(3.2rem + ((1vw - 1.024rem) * (5.68182)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-figureStep-text {
        padding: calc(1.5rem + ((1vw - 0.36rem) * (0.60241))) calc(2rem + ((1vw - 0.36rem) * (0.60241)));
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

@media screen and (max-height: 900px) {
    .lp-figureStep-text {
        padding: calc(13vh * 100 / 900) calc(23vh * 100 / 900);
        font-size: calc(42vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-figureStep-text {
        font-size: calc(34vh * 100 / 800);
    }
}

@media screen and (max-height: 700px) {
    .lp-figureStep-text {
        padding: 10px 14px;
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-figureStep-text {
        padding: calc(1rem + ((1vw - 0.36rem) * (1.35542))) calc(1.4rem + ((1vw - 0.36rem) * (1.50602)));
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

.lp-figureStep-group > *:last-child {
    margin-bottom: 0;
}

.lp-card {
    width: 220px;
    border: 1px solid #64f2a9;
    background-image: linear-gradient(-135deg, #1b2d25 0%, #19191a 100%);
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .lp-card {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .lp-card {
        width: calc(26rem + ((1vw - 0.677rem) * (17.29107)));
    }
}

@media screen and (max-width: 677px) {
    .lp-card {
        width: calc(26rem + ((1vw - 0.36rem) * (18.92744)));
    }
}

@media screen and (max-width: 677px) {
    .lp-card {
        width: 260px;
    }
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

.lp-card-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 6px 9px 3px;
}

@media screen and (max-width: 1024px) {
    .lp-card-content {
        padding: calc(0.5rem + ((1vw - 0.36rem) * (47.43976))) 18px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-card-content {
        padding: 5px 18px;
    }
}

.lp-card-content > *:last-child {
    margin-bottom: 0;
}

.lp-card-text {
    color: #64f2a9;
    font-size: 1.8rem;
    line-height: 1.5;
    text-shadow: 0 2px 11px #19191a;
}

.lp-card-text > b {
    display: inline-block;
}

.lp-card-group {
    display: flex;
    justify-content: center;
    margin-bottom: 29px;
}

@media screen and (max-width: 677px) {
    .lp-card-group {
        flex-direction: column;
        align-items: center;
        margin-bottom: 22px;
    }
    .lp-card-group * {
        max-width: 100%;
    }
}

.lp-card-group .lp-card {
    position: relative;
    margin-top: 0;
    margin-right: 0;
    margin-left: 30px;
}

@media screen and (max-width: 1200px) {
    .lp-card-group .lp-card {
        margin-left: calc(2rem + ((1vw - 0.677rem) * (1.91205)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-card-group .lp-card {
        margin-top: 0;
        margin-right: 0;
        margin-left: calc(3.7rem + ((1vw - 0.677rem) * (3.63289)));
    }
    .lp-card-group .lp-card:first-child {
        margin: 0;
    }
}

@media screen and (max-width: 677px) {
    .lp-card-group .lp-card {
        margin-top: 37px;
        margin-left: 0;
    }
    .lp-card-group .lp-card:first-child {
        margin-top: 0;
    }
}

.lp-card-group .lp-card::before, .lp-card-group .lp-card::after {
    display: block;
    position: absolute;
    top: 50%;
    left: -16px;
    width: 2px;
    height: 30px;
    transform-origin: top center;
    background: #64f2a9;
    content: "";
}

@media screen and (max-width: 1200px) {
    .lp-card-group .lp-card::before, .lp-card-group .lp-card::after {
        left: calc(-0.9rem + ((1vw - 0.677rem) * (-1.33843)));
        height: calc(2rem + ((1vw - 0.677rem) * (1.91205)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-card-group .lp-card::before, .lp-card-group .lp-card::after {
        left: calc(-1.8rem + ((1vw - 0.677rem) * (-2.59366)));
        height: calc(4rem + ((1vw - 0.677rem) * (2.88184)));
    }
}

@media screen and (max-width: 677px) {
    .lp-card-group .lp-card::before, .lp-card-group .lp-card::after {
        top: -37px;
        left: 50%;
        width: 1px;
        height: 35px;
        transform: translateX(-50%);
        transform-origin: center;
    }
}

.lp-card-group .lp-card::before {
    transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 677px) {
    .lp-card-group .lp-card::before {
        transform: rotate(45deg) translateX(-50%);
    }
}

.lp-card-group .lp-card::after {
    transform: rotate(-45deg) translateY(-50%);
}

@media screen and (max-width: 677px) {
    .lp-card-group .lp-card::after {
        transform: rotate(-45deg) translateX(-50%);
    }
}

.lp-card-group .lp-card:first-child {
    margin: 0;
}

.lp-card-group .lp-card:first-child::before, .lp-card-group .lp-card:first-child::after {
    content: none;
}

.lp-cardPhoneLink {
    display: flex;
    justify-content: flex-end;
    background-color: #fff;
    color: inherit;
    text-decoration: none;
    cursor: inherit;
}

@media screen and (max-width: 1024px) {
    .lp-cardPhoneLink {
        display: block;
        padding: 1.8rem 2rem;
        border-bottom: 1px solid #c5c5c5;
        text-align: center;
    }
}

.lp-cardPhoneLink-notes {
    display: flex;
    flex: 0 1 auto;
    align-items: center;
    margin-right: 6px;
    font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
    .lp-cardPhoneLink-notes {
        display: block;
        margin-right: 0;
    }
}

.lp-cardPhoneLink-number {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
}

.lp-cardPhoneLink-numberGroup {
    display: flex;
    flex: 0 0 206px;
    align-items: flex-start;
}

@media screen and (max-width: 1024px) {
    .lp-cardPhoneLink-numberGroup {
        justify-content: center;
        margin-bottom: 6px;
    }
}

.lp-cardPhoneLink-numberGroup > img {
    display: block;
    max-width: 36px;
    margin-top: 0.2rem;
    margin-right: 1rem;
}

.lp-listButton {
    margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
    .lp-listButton {
        text-align: center;
    }
}

.lp-listButton > *:last-child {
    margin-bottom: 0;
}

.lp-listButton > li {
    margin-bottom: 16px;
}

.lp-media {
    width: 100%;
    margin-bottom: 18px;
}

@media screen and (max-width: 1024px) {
    .lp-media {
        max-width: calc(32rem + ((1vw - 0.36rem) * (42.16867)));
    }
}

.lp-media-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lp-media-content * {
    max-width: 100%;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-text {
    margin-bottom: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

@media screen and (max-width: 1200px) {
    .lp-media-text {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.2381)));
    }
}

@media screen and (max-width: 360px) {
    .lp-media-text {
        font-size: 1.4rem;
    }
}

@media screen and (max-height: 900px) {
    .lp-media-text {
        font-size: calc(16vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-media-text {
        font-size: 1.4rem;
    }
}

.lp-media-image {
    flex-shrink: 0;
    order: -1;
    max-width: 264px;
    margin-bottom: 16px;
}

.lp-media-image > img {
    border: solid 1px #606060;
}

@media screen and (max-width: 1200px) {
    .lp-media-image {
        max-width: calc(21rem + ((1vw - 1.024rem) * (30.68182)));
        margin-bottom: calc(1.2rem + ((1vw - 0.36rem) * (0.47619)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-media-image {
        max-width: calc(28rem + ((1vw - 0.36rem) * (13.55422)));
    }
}

@media screen and (max-width: 360px) {
    .lp-media-image {
        margin-bottom: 12px;
    }
}

@media screen and (max-height: 900px) {
    .lp-media-image {
        max-width: calc(264vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-media-image {
        max-width: 235px;
    }
}

@media screen and (max-height: 700px) {
    .lp-media-image {
        max-width: 200px;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-media-image {
        max-width: calc(28rem + ((1vw - 0.36rem) * (13.55422)));
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    max-width: 1260px;
    margin: 0 auto 24px;
}

.lp-mediaAsset * {
    max-width: 100%;
}

@media screen and (max-width: 1200px) {
    .lp-mediaAsset {
        max-width: calc(88rem + ((1vw - 1.024rem) * (215.90909)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
        max-width: none;
    }
}

.lp-mediaAsset-body {
    flex: 1;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-body {
        flex: auto;
    }
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-text {
    margin-bottom: 30px;
    font-size: 4rem;
    line-height: 1.3;
}

@media screen and (max-width: 1200px) {
    .lp-mediaAsset-text {
        font-size: calc(2.6rem + ((1vw - 1.024rem) * (7.95455)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-text {
        margin-bottom: calc(1.4rem + ((1vw - 0.36rem) * (2.40964)));
        font-size: 2.6rem;
    }
}

@media screen and (max-width: 677px) {
    .lp-mediaAsset-text {
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.89274)));
    }
}

.lp-mediaAsset-image {
    flex-shrink: 0;
    max-width: 500px;
}

@media screen and (max-width: 1200px) {
    .lp-mediaAsset-image {
        max-width: calc(38rem + ((1vw - 1.024rem) * (68.18182)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaAsset-image {
        max-width: 380px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 677px) {
    .lp-mediaAsset-image {
        max-width: calc(25rem + ((1vw - 0.36rem) * (41.00946)));
    }
}

@media screen and (max-width: 360px) {
    .lp-mediaAsset-image {
        max-width: 250px;
    }
}

.lp-label {
    display: inline-block;
    padding: 3.5px 24px 5.5px;
    background-color: #e61000;
    color: #fff;
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 1.2;
}

@media screen and (max-width: 1200px) {
    .lp-label {
        font-size: calc(2.2rem + ((1vw - 1.024rem) * (5.68182)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-label {
        padding-right: calc(1rem + ((1vw - 0.677rem) * (4.03458)));
        padding-left: calc(1rem + ((1vw - 0.677rem) * (4.03458)));
        font-size: calc(1.6rem + ((1vw - 0.677rem) * (1.72911)));
    }
}

@media screen and (max-width: 677px) {
    .lp-label {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 1.6rem;
    }
}

@media screen and (max-height: 900px) {
    .lp-label {
        padding-right: calc(24vh * 100 / 900);
        padding-left: calc(24vh * 100 / 900);
        font-size: calc(32vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-label {
        padding-right: 10px;
        padding-left: 10px;
        font-size: calc(22vh * 100 / 800);
    }
}

@media screen and (max-height: 700px) {
    .lp-label {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1200px) and (max-height: 900px) {
    .lp-label {
        font-size: calc(2.2rem + ((1vw - 1.024rem) * (5.68182)));
    }
}

@media screen and (max-width: 1200px) and (max-height: 700px) {
    .lp-label {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-label {
        padding-right: calc(1rem + ((1vw - 0.677rem) * (4.03458)));
        padding-left: calc(1rem + ((1vw - 0.677rem) * (4.03458)));
        font-size: calc(1.6rem + ((1vw - 0.677rem) * (1.72911)));
    }
}

@media screen and (max-width: 677px) and (max-height: 900px) {
    .lp-label {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 1.6rem;
    }
}

.lp-label-outer {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

@media screen and (max-width: 1200px) {
    .lp-label-outer {
        margin-bottom: calc(0.8rem + ((1vw - 1.024rem) * (4.54545)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-label-outer {
        flex-direction: column;
        align-items: center;
        margin-bottom: 8px;
    }
    .lp-label-outer * {
        max-width: 100%;
    }
}

.lp-label-outer .lp-label {
    margin: 3px 20px 0 0;
}

@media screen and (max-width: 1200px) {
    .lp-label-outer .lp-label {
        margin: calc(0.2rem + ((1vw - 1.024rem) * (2.27273))) calc(1.6rem + ((1vw - 1.024rem) * (2.27273))) 0 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-label-outer .lp-label {
        margin: 0 0 calc(0.8rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.lp-label-outer > *:last-child {
    margin-bottom: 0;
}

.lp-step {
    margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
    .lp-step {
        margin-bottom: calc(3rem + ((1vw - 1.024rem) * (5.68182)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-step {
        margin-bottom: calc(1.6rem + ((1vw - 0.677rem) * (4.03458)));
    }
}

@media screen and (max-width: 677px) {
    .lp-step {
        margin-bottom: 16px;
    }
}

.lp-step > li {
    margin-bottom: 56px;
    counter-increment: number;
}

.lp-step > li:last-child {
    margin-bottom: 0;
}

.lp-step > li:last-child .lp-stepButton::after {
    content: none;
}

@media screen and (max-width: 1200px) {
    .lp-step > li {
        margin-bottom: calc(3.2rem + ((1vw - 1.024rem) * (13.63636)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-step > li {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

@media screen and (max-height: 800px) {
    .lp-step > li {
        margin-bottom: calc(32vh * 100 / 800);
    }
}

@media screen and (max-height: 700px) {
    .lp-step > li {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-step > li {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

.lp-step > li > *:last-child {
    margin-bottom: 0;
}

.lp-stepButton {
    z-index: 1;
    position: relative;
    margin-bottom: 16px;
    margin-left: 63px;
    outline: none;
    color: #7b8085;
    font-family: notoserif;
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
}

@media screen and (max-width: 1200px) {
    .lp-stepButton {
        margin-left: calc(5.2rem + ((1vw - 1.024rem) * (6.25)));
        font-size: calc(3.2rem + ((1vw - 1.024rem) * (5.68182)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-stepButton {
        margin-left: calc(2.8rem + ((1vw - 0.36rem) * (3.61446)));
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (2.10843)));
    }
}

@media screen and (max-height: 900px) {
    .lp-stepButton {
        font-size: calc(42vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-stepButton {
        font-size: calc(32vh * 100 / 800);
    }
}

@media screen and (max-height: 700px) {
    .lp-stepButton {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 1200px) and (max-height: 900px) {
    .lp-stepButton {
        margin-left: calc(5.2rem + ((1vw - 1.024rem) * (6.25)));
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-stepButton {
        margin-left: calc(2.8rem + ((1vw - 0.36rem) * (3.61446)));
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (2.10843)));
    }
}

.lp-stepButton:focus {
    box-shadow: 0 0 2px #000;
}

.lp-stepButton:focus::before {
    box-shadow: 0 0 2px #000;
}

.lp-stepButton::before {
    position: absolute;
    top: 10px;
    left: -62px;
    padding: 8px;
    background: #a1aab2;
    color: #fff;
    font-family: notoserif;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    content: counter(number, decimal-leading-zero);
}

@media screen and (max-width: 1200px) {
    .lp-stepButton::before {
        top: calc(0.3rem + ((1vw - 1.024rem) * (5.11364)));
        left: calc(-5.2rem + ((1vw - 1.024rem) * (-5.68182)));
        font-size: calc(1.8rem + ((1vw - 1.024rem) * (3.40909)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-stepButton::before {
        top: calc(0.1rem + ((1vw - 0.36rem) * (0.45181)));
        left: calc(-2.8rem + ((1vw - 0.36rem) * (-3.61446)));
        padding: calc(0.4rem + ((1vw - 0.36rem) * (0.60241))) calc(0.2rem + ((1vw - 0.36rem) * (0.90361)));
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

@media screen and (max-height: 900px) {
    .lp-stepButton::before {
        top: calc(12vh * 100 / 900);
        left: calc(-62vh * 100 / 900);
        font-size: calc(24vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-stepButton::before {
        top: calc(4vh * 100 / 800);
        left: calc(-52vh * 100 / 800);
        padding: 7px;
        font-size: calc(18vh * 100 / 800);
    }
}

@media screen and (max-height: 700px) {
    .lp-stepButton::before {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-stepButton::before {
        top: calc(0.1rem + ((1vw - 0.36rem) * (0.45181)));
        left: calc(-2.8rem + ((1vw - 0.36rem) * (-3.61446)));
        padding: calc(0.4rem + ((1vw - 0.36rem) * (0.60241))) calc(0.2rem + ((1vw - 0.36rem) * (0.90361)));
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.lp-stepButton::after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 13px;
    left: -40px;
    width: 1px;
    height: calc(100% + 56px);
    outline: none !important;
    background: #a1aab2;
    content: "";
}

@media screen and (max-width: 1200px) {
    .lp-stepButton::after {
        left: calc(-3.5rem + ((1vw - 1.024rem) * (-2.84091)));
        height: calc(100% + 5vw);
    }
}

@media screen and (max-width: 1024px) {
    .lp-stepButton::after {
        left: calc(-1.8rem + ((1vw - 0.36rem) * (-2.56024)));
    }
}

@media screen and (max-height: 900px) {
    .lp-stepButton::after {
        left: calc(-40vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-stepButton::after {
        left: calc(-35vh * 100 / 800);
        height: calc(100% + 2vw);
    }
}

@media screen and (max-width: 1200px) and (max-height: 800px) {
    .lp-stepButton::after {
        height: calc(100% + 4vw);
    }
}

@media screen and (max-width: 1200px) and (max-height: 700px) {
    .lp-stepButton::after {
        height: calc(100% + 3vw);
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-stepButton::after {
        left: calc(-1.8rem + ((1vw - 0.36rem) * (-2.56024)));
        height: calc(100% + 6vw);
    }
}

@media screen and (max-width: 1024px) and (max-height: 800px) {
    .lp-stepButton::after {
        height: calc(100% + 5vw);
    }
}

.lp-stepButton.is-active {
    color: #222323;
}

.lp-stepButton.is-active::before {
    background: #467e8b;
}

.lp-text {
    margin-bottom: 32px;
    font-size: 1.8rem;
    line-height: 1.5;
}

@media screen and (max-width: 1200px) {
    .lp-text {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (0.95238)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-text {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.3012)));
    }
}

@media screen and (max-width: 360px) {
    .lp-text {
        font-size: 16px;
    }
}

@media screen and (max-height: 900px) {
    .lp-text {
        margin-bottom: calc(32vh * 100 / 900);
        font-size: calc(18vh * 100 / 900);
    }
}

@media screen and (max-height: 800px) {
    .lp-text {
        margin-bottom: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1200px) and (max-height: 900px) {
    .lp-text {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (0.95238)));
    }
}

@media screen and (max-width: 1024px) and (max-height: 900px) {
    .lp-text {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.3012)));
    }
}

.lp-textPhoneLink {
    margin-bottom: 6px;
    font-size: 1.78rem;
    font-weight: bold;
}

.lp-textPhoneLink-number {
    position: relative;
    padding-left: 45px;
    color: #373838;
    font-size: 3.1rem;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    cursor: default;
}

.lp-textPhoneLink-numberImage {
    display: inline-flex;
    position: absolute;
    top: 6px;
    left: 0;
}

.lp-textPhoneLink-numberGroup {
    display: inline-block;
    position: relative;
    align-items: center;
    margin-bottom: 8px;
    text-decoration: none;
}

.lp-textPhoneLink-notes {
    font-size: 1.4rem;
}

.lp-textPhoneLink-group {
    margin-bottom: 16px;
}

.lp-textPhoneLink-group > *:last-child {
    margin-bottom: 0;
}
