@charset "UTF-8";


.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

@media (hover: hover) {
    .lp-buttonConversion:hover {
        background-color: #c6002a;
    }
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

@media (hover: hover) {
    .lp-buttonConversion.of-primary:hover {
        background-color: #116b81;
    }
}

.lp-buttonConversion.of-secondary {
    background: #0065bb;
}

.lp-navigationSeries {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 20px auto;
    padding: 4px 10px;
    border: 2px solid #e5e5e5;
    color: #999;
}

div#MainContent .lp-navigationSeries {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
    .lp-navigationSeries {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries {
        flex-direction: column;
        align-items: center;
    }
}

.lp-navigationSeries-title {
    max-width: 600px;
    font-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;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../../../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center !important;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

:root {
    font-size: 62.5%;
}

* {
    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;
    background: #fff;
    color: #333;
    font-family: source-han-sans-japanese, "ヒラギノ角ゴ 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;
}

:root {
    --color-white: #fff;
    --color-white-rgb: 255, 255, 255;
    --color-black: #333;
    --color-black-rgb: 51, 51, 51;
    --color-red-primary: #dc002f;
    --color-red-secondary: #ac0025;
    --color-red-tertiary: #ff0000;
    --color-green-primary: #228da7;
    --color-green-secondary: #004c5e;
    --color-green-tertiary: #00bfb3;
    --color-blue-primary: #1c6ee9;
    --color-background-primary: #d3dfec;
    --color-background-secondary: #ddebee;
    --color-background-tertiary: #263c5a;
    --color-grey-primary: #bac6ce;
    --color-grey-primary-rgb: 186, 198, 206;
    --color-grey-secondary: #f2f4f5;
    --color-grey-tertiary: #eef0f2;
    --shadow-red-primary: #840017;
    --shadow-green-primary: #003d4b;
    --fontFamily-primary: source-han-serif-japanese, serif;
    --animation-duration: 4s;
    --animation-delay: 0;
}

@keyframes monitorFadeOut {
    0% {
        opacity: 1;
    }
    15% {
        opacity: 1;
    }
    40% {
        z-index: 0;
        opacity: 0;
    }
    100% {
        z-index: 0;
        opacity: 0;
    }
}

@keyframes monitorFadeIn {
    0% {
        z-index: 0;
        opacity: 0;
    }
    68% {
        z-index: 20;
        opacity: 0;
    }
    78% {
        z-index: 20;
        opacity: 1;
    }
    100% {
        z-index: 20;
        opacity: 1;
    }
}

@keyframes panelFadeOutAnimation {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes panelFadeInAnimation {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes workFadeOut {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }
    10% {
        transform: translate(0, 0);
        opacity: 1;
    }
    45% {
        transform: translate(-40%, 20%);
        opacity: 0;
    }
    100% {
        transform: translate(-40%, 20%);
        opacity: 0;
    }
}

@keyframes workFadeIn {
    0% {
        transform: translate(40%, -20%);
        opacity: 0;
    }
    30% {
        transform: translate(40%, -20%);
        opacity: 0;
    }
    58% {
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes LightOn {
    0% {
        opacity: 0;
    }
    68% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.lp-layout-footer-content {
    margin-inline: auto;
    max-width: 1640px;
    padding: 3.2rem 2rem 3rem;
}

.lp-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-layout-footer-content {
        padding: 2.4rem 2rem;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -1.2rem 0 0 -2.5rem;
    font-size: 1.2rem;
}

@media only screen and (max-width: 969px) {
    .lp-layout-footer-list {
        margin: -0.8rem 0 0 -3.3rem;
    }
}

.lp-layout-footer-list > li {
    position: relative;
    margin: 1.2rem 0 0 2.5rem;
    color: var(--color-black);
}

.lp-layout-footer-list > li::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -1.3rem;
    width: 0.1rem;
    height: 1.6rem;
    transform: translateY(-50%);
    background-color: var(--color-black);
    content: "";
}

@media only screen and (max-width: 969px) {
    .lp-layout-footer-list > li::before {
        left: -1.7rem;
    }
}

.lp-layout-footer-list > li:first-child::before {
    display: none;
}

.lp-layout-footer-list > li a {
    color: var(--color-black);
    text-decoration: none;
}

@media (hover: hover) {
    .lp-layout-footer-list > li a:hover {
        text-decoration: underline;
    }
}

@media only screen and (max-width: 969px) {
    .lp-layout-footer-list > li {
        margin: 0.8rem 0 0 3.3rem;
    }
    .lp-layout-footer-list > li:last-child {
        flex-shrink: 0;
        width: calc(100% - 4rem);
    }
    .lp-layout-footer-list > li:last-child::before {
        content: none;
    }
}

.lp-layout-footer-copyright {
    font-size: 1.2rem;
}

@media only screen and (max-width: 969px) {
    .lp-layout-footer-copyright {
        text-align: center;
    }
}

.lp-layout-header {
    z-index: 10;
    position: relative;
}

.lp-layout-header-content {
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 4rem;
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-header-content {
        justify-content: center;
        padding-bottom: 2.4rem;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 900px) {
    .lp-layout-header-content {
        padding-bottom: calc(2.4rem + ((1vh - 0.625rem) * (5.81818)));
    }
}

@media only screen and (min-width: 1366px) and (max-height: 625px) {
    .lp-layout-header-content {
        padding-bottom: 2.4rem;
    }
}

.lp-layout-header-logo {
    margin-right: 2.5rem;
    margin-bottom: 0;
}

.lp-layout-header-logo > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .lp-layout-header-logo {
        margin-right: 0;
    }
}

.lp-layout-header-logo img {
    width: 12.5rem;
}

.lp-layout-header-utilityGroup, .lp-layout-header-utilityList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: -0.8rem 0 0.8rem -0.8rem;
}

.lp-layout-header-utilityGroup > *:last-child, .lp-layout-header-utilityList > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-utilityGroup > *, .lp-layout-header-utilityList > * {
    margin-top: 0.8rem;
    padding-left: 0.8rem;
}

.lp-layout-header-utilityGroup > * > *:last-child, .lp-layout-header-utilityList > * > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-utilityGroup {
    flex: 1;
}

.theme-KC .lp-layout-header-logo img {
    width: 22.9rem;
}

@media only screen and (max-width: 969px) {
    .theme-KC .lp-layout-header-logo img {
        width: 23.1rem;
    }
}

.lp-layout-main {
    overflow: hidden;
    color: var(--color-black);
}

.lp-layout-main.of-fixedBackground::before, .lp-layout-main.of-fixedBackground::after {
    inset: 0;
    display: block;
    z-index: -20;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: var(--color-background-primary);
    content: "";
    transition: opacity 1s, background-color 1s, color 1s;
}

.lp-layout-main.of-fixedBackground::after {
    opacity: 0;
}

[data-script-enabled="true"] .lp-layout-main.of-fixedBackground[data-color="section-1"]::after {
    background-image: linear-gradient(270deg, var(--color-background-primary) 0%, var(--color-background-secondary) 100%);
    opacity: 1;
}

[data-script-enabled="true"] .lp-layout-main.of-fixedBackground[data-color="section-2"] {
    color: var(--color-white);
}

[data-script-enabled="true"] .lp-layout-main.of-fixedBackground[data-color="section-2"]::before {
    background-color: var(--color-background-tertiary);
}

[data-script-enabled="true"] .lp-layout-main.of-fixedBackground[data-color="section-2"] + .lp-layout-footer .lp-layout-footer-list > li {
    color: var(--color-white);
}

[data-script-enabled="true"] .lp-layout-main.of-fixedBackground[data-color="section-2"] + .lp-layout-footer .lp-layout-footer-list > li::before {
    background-color: var(--color-white);
}

[data-script-enabled="true"] .lp-layout-main.of-fixedBackground[data-color="section-2"] + .lp-layout-footer .lp-layout-footer-list a {
    color: var(--color-white);
}

[data-script-enabled="true"] .lp-layout-main.of-fixedBackground[data-color="section-3"]::after {
    background-image: linear-gradient(270deg, var(--color-background-primary) 0%, var(--color-background-secondary) 100%);
    opacity: 1;
}

.lp-jumbotron {
    position: relative;
    overflow: hidden;
    border-radius: 1.6rem;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron {
        border-radius: 0.8rem;
    }
}

.lp-jumbotron-outer {
    margin-bottom: 1.4rem;
    padding: 1rem 1rem 0;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-outer {
        margin-bottom: 0;
    }
}

.lp-jumbotron-content {
    margin-inline: auto;
    max-width: calc(1640px + 20px * 2);
    padding: 2rem 4rem 5.8rem;
    background-color: rgba(var(--color-white-rgb), 0.4);
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1640px) {
    .lp-jumbotron-content {
        padding: 2rem calc(2rem + ((1vw - 0.969rem) * (2.98063))) calc(4rem + ((1vw - 0.969rem) * (2.68256)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-jumbotron-content {
        padding-top: 2.4rem;
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-content {
        padding: 2.4rem 1rem calc(3.2rem + ((1vw - 0.36rem) * (1.31363)));
        background-color: rgba(var(--color-white-rgb), 0.6);
    }
}

.lp-jumbotron-content::before {
    inset: 0;
    display: block;
    z-index: -10;
    position: absolute;
    background-color: rgba(var(--color-white-rgb), 0.85);
    content: "";
}

.lp-jumbotron-inner {
    grid-gap: 4rem;
    display: flex;
    position: relative;
    align-items: center;
    max-width: calc(1640px + 20px * 2);
}

.lp-jumbotron-inner > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-inner {
        flex-direction: column-reverse;
    }
}

.lp-jumbotron-body {
    max-width: 100rem;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-body {
        z-index: 10;
        text-align: center;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 16rem;
    font-feature-settings: "palt";
    font-size: 8rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
}

@media only screen and (max-width: 1920px) {
    .lp-jumbotron-title {
        margin-bottom: calc(4rem + ((1vw - 0.969rem) * (12.6183)));
        font-size: calc(4.8rem + ((1vw - 0.969rem) * (3.36488)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title {
        margin-bottom: 1.6rem;
        font-size: calc(3rem + ((1vw - 0.36rem) * (4.92611)));
    }
}

@media only screen and (min-width: 1366px) and (max-height: 900px) {
    .lp-jumbotron-title {
        margin-bottom: calc(4rem + ((1vh - 0.625rem) * (43.63636)));
    }
}

@media only screen and (min-width: 1366px) and (max-height: 625px) {
    .lp-jumbotron-title {
        margin-bottom: 4rem;
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 4.8rem;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1920px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(3.6rem + ((1vw - 0.969rem) * (1.26183)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 1.6rem;
    }
}

.lp-jumbotron-subtitle {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
    font-size: 4rem;
}

@media only screen and (max-width: 1920px) {
    .lp-jumbotron-subtitle {
        font-size: calc(2.6rem + ((1vw - 0.969rem) * (1.47213)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-subtitle {
        justify-content: center;
        font-size: calc(2rem + ((1vw - 0.36rem) * (2.29885)));
    }
}

.lp-jumbotron-seriesGroup {
    grid-gap: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 64rem;
    margin-bottom: 2.4rem;
}

.lp-jumbotron-seriesGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1920px) {
    .lp-jumbotron-seriesGroup {
        max-width: calc(40rem + ((1vw - 0.969rem) * (25.23659)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-seriesGroup {
        grid-gap: 0.8rem;
        flex-direction: column;
        max-width: none;
    }
}

.lp-jumbotron-image {
    position: absolute;
    right: 0;
    bottom: -5.8rem;
}

@media only screen and (max-width: 1920px) {
    .lp-jumbotron-image {
        max-width: calc(60rem + ((1vw - 0.969rem) * (47.10831)));
    }
}

@media only screen and (max-width: 1640px) {
    .lp-jumbotron-image {
        bottom: calc(-4rem + ((1vw - 0.969rem) * (-2.68256)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-image {
        padding-inline: 1rem;
        position: relative;
        bottom: 0;
        max-width: 66rem;
    }
    .lp-jumbotron-image::before {
        display: block;
        position: absolute;
        bottom: calc(-8rem + ((1vw - 0.36rem) * (22.98851)));
        width: 100vw;
        height: 12rem;
        margin: calc(50% - 50vw);
        background-image: linear-gradient(180deg, transparent 0%, rgba(var(--color-white-rgb), 0.6) 20%, rgba(var(--color-white-rgb), 0.6) 100%);
        content: "";
    }
}

@media only screen and (min-width: 1366px) and (max-height: 900px) {
    .lp-jumbotron-image {
        bottom: calc(-2rem + ((1vh - 0.625rem) * (-13.81818)));
    }
}

@media only screen and (min-width: 1366px) and (max-height: 625px) {
    .lp-jumbotron-image {
        bottom: 2.4rem;
    }
}

.lp-jumbotron-image > img {
    -webkit-filter: drop-shadow(30px 30px 25px rgba(var(--color-black-rgb), 0.3));
    filter: drop-shadow(30px 30px 25px rgba(var(--color-black-rgb), 0.3));
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-image > img {
        -webkit-filter: drop-shadow(5px 5px 10px rgba(var(--color-black-rgb), 0.3));
        filter: drop-shadow(5px 5px 10px rgba(var(--color-black-rgb), 0.3));
    }
}

[data-script-enabled="true"] .lp-jumbotron-image {
    opacity: 0;
    transition: opacity 1.2s 0.5s;
}

[data-script-enabled="true"] .lp-jumbotron.is-shown .lp-jumbotron-image {
    opacity: 1;
}

[data-script-enabled="true"] .lp-jumbotron.is-shown .lp-video {
    opacity: 1;
}

[data-script-enabled="true"] .lp-video {
    opacity: 0;
    transition: opacity 0.5s;
}

.lp-section-content {
    margin-inline: auto;
    max-width: 1640px;
    padding: 22rem 2rem;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1920px) {
    .lp-section-content {
        padding-block: calc(8rem + ((1vw - 0.36rem) * (8.97436)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-section-content {
        padding-block: 8rem;
    }
}

@media only screen and (max-width: 1024px) {
    .lp-section-content.of-primary {
        max-width: 80rem;
    }
}

.lp-section-content.of-secondary {
    max-width: calc(1640px - 10px * 2);
    padding: 18rem 1rem 0;
}

@media only screen and (max-width: 1920px) {
    .lp-section-content.of-secondary {
        padding-top: calc(8rem + ((1vw - 0.36rem) * (6.41026)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-section-content.of-secondary {
        padding: 8rem 1rem 0;
    }
}

.lp-buttonConversion {
    position: relative;
    margin-bottom: 2.4rem;
    padding: 0.8rem;
    background-color: transparent;
}

.lp-buttonConversion::before {
    inset: 0.8rem;
    display: inline-block;
    position: absolute;
    border-radius: 5.2rem;
    background-image: linear-gradient(102deg, var(--color-red-primary) 0%, var(--color-red-secondary) 100%);
    content: "";
    transition: inset 0.5s ease, box-shadow 0.5s ease;
}

.lp-buttonConversion::after {
    inset: 0;
    display: inline-block;
    position: absolute;
    border: 0.8rem solid rgba(var(--color-grey-primary-rgb), 0.4);
    border-radius: 6rem;
    content: "";
    transition: border-width 0.5s ease;
}

.lp-buttonConversion:hover {
    background-color: transparent;
}

.lp-buttonConversion:hover::before {
    inset: 0;
}

.lp-buttonConversion:hover::after {
    border-width: 0;
}

.lp-buttonConversion.of-shadow::before {
    box-shadow: 0 0.2rem 0 var(--shadow-red-primary);
}

.lp-buttonConversion.of-shadow:hover::before {
    box-shadow: none;
}

.lp-buttonConversion.of-primary {
    background-color: transparent;
}

.lp-buttonConversion.of-primary::before {
    background-image: linear-gradient(109deg, var(--color-green-primary) 0%, var(--color-green-secondary) 100%);
}

.lp-buttonConversion.of-primary.of-shadow::before {
    box-shadow: 0 0.2rem 0 var(--shadow-green-primary);
}

.lp-buttonConversion.of-primary.of-shadow:hover::before {
    box-shadow: none;
}

.lp-buttonConversion.of-primary:hover {
    background-color: transparent;
}

.lp-buttonConversion-body {
    padding-block: 1.6rem;
    z-index: 1;
    position: relative;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body,
.lp-buttonConversion.of-arrow .lp-buttonConversion-body {
    padding-left: 4.9rem;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    left: 2rem;
}

.lp-card {
    position: relative;
    margin-bottom: 2.4rem;
    border-radius: 1.6rem 0 0 1.6rem;
    background-color: var(--color-white);
}

@media only screen and (max-width: 1024px) {
    .lp-card {
        padding: 0;
        border-radius: unset;
        background-color: transparent;
    }
}

.lp-card::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: calc((100vw - 160rem) / 2);
    min-width: 12rem;
    background-color: var(--color-white);
    content: "";
}

@media only screen and (max-width: 1024px) {
    .lp-card::after {
        display: none;
    }
}

.lp-card-content {
    padding: 9.4rem 5.8rem 12.6rem;
}

.lp-card-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1920px) {
    .lp-card-content {
        padding: calc(4rem + ((1vw - 1.024rem) * (6.02679))) calc(0rem + ((1vw - 1.024rem) * (6.47321))) calc(4rem + ((1vw - 1.024rem) * (9.59821))) calc(2rem + ((1vw - 1.024rem) * (4.24107)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-card-content {
        padding: 0;
    }
}

.lp-card-inner {
    grid-gap: 4rem 5.8rem;
    display: grid;
    grid-template-columns: auto 39.1rem;
    grid-template-rows: auto auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem;
}

@media only screen and (max-width: 1920px) {
    .lp-card-inner {
        grid-gap: calc(2.4rem + ((1vw - 1.024rem) * (1.78571))) calc(3.6rem + ((1vw - 1.024rem) * (2.45536)));
        grid-template-columns: auto calc(30rem + ((1vw - 1.024rem) * (10.15625)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-card-inner {
        grid-template-columns: auto;
        grid-template-rows: auto auto;
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (2.40964)));
    }
}

.lp-card-body {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    max-width: 48.2rem;
}

.lp-card-body > *:last-child {
    margin-bottom: 0;
}

.lp-card-imageGroup {
    position: relative;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

@media only screen and (max-width: 1024px) {
    .lp-card-imageGroup {
        margin-inline: auto;
        max-width: calc(22rem + ((1vw - 0.36rem) * (39.45783)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-card-imageGroup {
        max-width: 22rem;
    }
}

.lp-card-image.of-primary {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
}

.lp-card-navigation {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

.lp-card-navigation > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .lp-card-navigation {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }
}

[data-script-enabled="true"] .lp-card-image.of-primary {
    opacity: 0;
}

[data-script-enabled="true"] .lp-card-image.of-primary.is-monitorImage-prev {
    animation: monitorFadeOut var(--animation-duration) var(--animation-delay) forwards;
}

[data-script-enabled="true"] .lp-card-image.of-primary.is-monitorImage-current {
    animation: monitorFadeIn var(--animation-duration) var(--animation-delay) forwards;
}

.lp-cardPanel {
    position: relative;
    margin-bottom: 4.8rem;
}

.lp-cardPanel > *:last-child {
    margin-bottom: 0;
}

.lp-cardPanel::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -4.8rem;
    width: 44rem;
    transform: translateY(-50%);
    color: var(--color-grey-tertiary);
    font-family: var(--fontFamily-primary);
    font-size: 36rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    mix-blend-mode: multiply;
    content: attr(data-number);
}

@media only screen and (max-width: 1920px) {
    .lp-cardPanel::before {
        right: calc(-3rem + ((1vw - 1.024rem) * (-2.00893)));
        width: calc(34rem + ((1vw - 1.024rem) * (11.16071)));
        font-size: calc(28rem + ((1vw - 1.024rem) * (8.92857)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-cardPanel::before {
        width: 28rem;
        font-size: 22rem;
    }
}

.lp-cardPanel-group {
    grid-gap: 3.2rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 2.4rem;
}

.lp-cardPanel-group > *:last-child {
    margin-bottom: 0;
}

[data-script-enabled="true"] .lp-cardPanel {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    align-self: center;
    margin-bottom: 0;
    opacity: 0;
}

[data-script-enabled="true"] .lp-cardPanel.is-tabPanel-fadeOut {
    animation: panelFadeOutAnimation var(--animation-duration) var(--animation-delay) forwards;
}

[data-script-enabled="true"] .lp-cardPanel.is-tabPanel-fadeIn {
    animation: panelFadeInAnimation var(--animation-duration) var(--animation-delay) forwards;
}

.lp-figureAnimation {
    margin-bottom: 0;
}

.lp-figureAnimation-image.of-primary, .lp-figureAnimation-image.of-secondary, .lp-figureAnimation-image.of-tertiary, .lp-figureAnimation-image.of-quaternary, .lp-figureAnimation-image.of-quinary {
    position: absolute;
    top: 0;
    left: 0;
}

.lp-figureAnimation-image.of-primary, .lp-figureAnimation-image.of-secondary, .lp-figureAnimation-image.of-tertiary, .lp-figureAnimation-image.of-quinary {
    opacity: 0;
}

.lp-figureAnimation-image.of-tertiary {
    z-index: 10;
}

.lp-figureAnimation-image.of-quaternary {
    z-index: 20;
}

.lp-figureAnimation-image.of-quinary {
    z-index: 30;
}

.lp-figureMoveAnimation {
    margin-bottom: 0;
}

.lp-figureMoveAnimation-image {
    position: absolute;
    top: 0;
    left: 0;
}

[data-script-enabled="true"] .lp-figureMoveAnimation-imageGroup .lp-figureMoveAnimation-image {
    opacity: 0;
}

[data-script-enabled="true"] .lp-figureMoveAnimation-imageGroup.is-workImage-prev .lp-figureMoveAnimation-image {
    animation: workFadeOut var(--animation-duration) var(--animation-delay) forwards;
}

[data-script-enabled="true"] .lp-figureMoveAnimation-imageGroup.is-workImage-prev .lp-figureMoveAnimation-image.of-primary {
    animation: none;
    opacity: 0;
}

[data-script-enabled="true"] .lp-figureMoveAnimation-imageGroup.is-workImage-current .lp-figureMoveAnimation-image {
    animation: workFadeIn var(--animation-duration) var(--animation-delay) forwards;
}

[data-script-enabled="true"] .lp-figureMoveAnimation-imageGroup.is-workImage-current .lp-figureMoveAnimation-image.of-primary {
    animation: LightOn var(--animation-duration) var(--animation-delay) forwards;
}

.lp-headingLevel2 {
    margin-bottom: 4rem;
    font-size: 6.4rem;
}

@media only screen and (max-width: 1920px) {
    .lp-headingLevel2 {
        font-size: calc(4.8rem + ((1vw - 1.024rem) * (1.78571)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-headingLevel2 {
        margin-bottom: 1.6rem;
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (3.31325)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-headingLevel2 {
        font-size: 2.6rem;
    }
}

.lp-headingLevel2.of-primary {
    font-feature-settings: "palt";
    font-size: 8rem;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 1920px) {
    .lp-headingLevel2.of-primary {
        font-size: calc(6.4rem + ((1vw - 1.024rem) * (1.78571)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-headingLevel2.of-primary {
        margin-bottom: 1.6rem;
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (6.0241)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-headingLevel2.of-primary {
        font-size: 2.4rem;
    }
}

.lp-headingLevel2-outer {
    margin-bottom: 22.2rem;
}

.lp-headingLevel2-outer > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1920px) {
    .lp-headingLevel2-outer {
        margin-bottom: calc(4rem + ((1vw - 0.36rem) * (11.66667)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-headingLevel2-outer {
        margin-bottom: 4rem;
    }
}

.lp-headingLevel3 {
    display: block;
    margin-bottom: 0.8rem;
    font-size: 4.8rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1920px) {
    .lp-headingLevel3 {
        font-size: calc(2.8rem + ((1vw - 1.024rem) * (2.23214)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-headingLevel3 {
        margin-bottom: 0;
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (1.50602)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-headingLevel3 {
        font-size: 2.2rem;
    }
}

.lp-headingLevel3-subtitle {
    display: block;
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
}

@media only screen and (max-width: 1024px) {
    .lp-headingLevel3-subtitle {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.lp-headingLevel3-group {
    margin-bottom: 2.4rem;
}

.lp-headingLevel3-group > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .lp-headingLevel3-group {
        margin-bottom: 1.6rem;
    }
}

.lp-label {
    display: block;
    margin-bottom: 2.4rem;
    padding: 0.2rem 1.2rem;
    border: 0.1rem solid var(--color-red-tertiary);
    background-color: var(--color-white);
    color: var(--color-red-tertiary);
    font-size: 2rem;
    font-weight: bold;
}

@media only screen and (max-width: 1920px) {
    .lp-label {
        font-size: calc(1.4rem + ((1vw - 0.969rem) * (0.63091)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-label {
        padding: 0.4rem 0.8rem;
        font-size: 1.4rem;
    }
}

.lp-label-outer > *:last-child {
    margin-bottom: 0;
}

.lp-listButton {
    margin: -1.6rem 0 3.2rem -1.6rem;
}

@media only screen and (max-width: 969px) {
    .lp-listButton {
        margin: -0.8rem 0 3.2rem -0.8rem;
    }
}

.lp-listButton > li {
    margin-top: 1.6rem;
    padding-left: 1.6rem;
}

.lp-listButton > li > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-listButton > li {
        margin-top: 0.8rem;
        padding-left: 0.8rem;
    }
}

.lp-listButton.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-listButton.of-justifyContent-center {
    justify-content: center;
}

.lp-listButton.of-flexDirection-column {
    flex-direction: column;
}

.lp-listButton.of-small {
    max-width: 60rem;
}

@media only screen and (max-width: 1920px) {
    .lp-listButton.of-small {
        max-width: calc(31.2rem + ((1vw - 0.969rem) * (30.28391)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-listButton.of-small {
        max-width: none;
    }
}

.lp-media {
    margin-bottom: 2.4rem;
}

@media only screen and (max-width: 1024px) {
    .lp-media {
        background: var(--color-white);
    }
}

.lp-media-content {
    grid-gap: 2.8rem;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    .lp-media-content {
        grid-gap: 3.2rem;
        flex-direction: column;
        padding: calc(3.2rem + ((1vw - 0.36rem) * (4.81928))) 2rem;
    }
}

.lp-media-header {
    margin-top: 12rem;
}

.lp-media-header > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .lp-media-header {
        margin-top: 0;
    }
}

.lp-media-body {
    flex: 1;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset {
    margin-bottom: 2.4rem;
    border-radius: 0.8rem;
    background-color: var(--color-white);
    color: var(--color-black);
}

.lp-mediaAsset-content {
    grid-gap: 5.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5.6rem 20rem;
}

@media only screen and (max-width: 1920px) {
    .lp-mediaAsset-content {
        grid-gap: calc(2.4rem + ((1vw - 0.969rem) * (3.36488)));
        padding: calc(4rem + ((1vw - 0.969rem) * (1.68244))) calc(1rem + ((1vw - 0.969rem) * (19.97897)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-content {
        grid-gap: 2.4rem;
        flex-direction: column-reverse;
        padding: 4rem 1rem;
    }
}

.lp-mediaAsset-body {
    max-width: 51.2rem;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-image {
    max-width: 62.6rem;
}

@media only screen and (max-width: 1920px) {
    .lp-mediaAsset-image {
        max-width: calc(39rem + ((1vw - 0.969rem) * (24.81598)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-image {
        padding-inline: 1rem;
        max-width: 64rem;
    }
}

.lp-mediaFeature {
    margin-bottom: 2.4rem;
}

.lp-mediaFeature-content {
    grid-gap: 5.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1920px) {
    .lp-mediaFeature-content {
        grid-gap: calc(2.4rem + ((1vw - 1.024rem) * (3.57143)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-mediaFeature-content {
        grid-gap: 2.4rem;
        flex-direction: column-reverse;
    }
}

.lp-mediaFeature-body {
    flex: 1;
}

.lp-mediaFeature-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1920px) {
    .lp-mediaFeature-image {
        max-width: calc(52rem + ((1vw - 1.024rem) * (50.22321)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-mediaFeature-image {
        max-width: none;
    }
}

.lp-mediaNavigation {
    margin-bottom: 2.4rem;
}

.lp-mediaNavigation-content {
    display: flex;
}

@media only screen and (max-width: 1024px) {
    .lp-mediaNavigation-content {
        grid-gap: 0.4rem;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
    }
}

.lp-mediaNavigation-body {
    z-index: 10;
    position: relative;
    flex: 1;
    max-width: 40rem;
    background-color: var(--color-white);
}

.lp-mediaNavigation-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaNavigation-image {
    position: relative;
}

.lp-mediaNavigation-image > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1920px) {
    .lp-mediaNavigation-image {
        max-width: calc(30rem + ((1vw - 1.024rem) * (21.875)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-mediaNavigation-image {
        max-width: calc(9.6rem + ((1vw - 0.36rem) * (27.71084)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-mediaNavigation-image {
        max-width: 9.6rem;
        margin-left: -1.6rem;
    }
}

.lp-navigationTab {
    margin-bottom: 2.4rem;
}

.lp-navigationTab > *:last-child {
    margin-bottom: 0;
}

.lp-navigationTab-list {
    grid-gap: 3.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.4rem;
}

.lp-navigationTab-list > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1920px) {
    .lp-navigationTab-list {
        grid-gap: calc(2rem + ((1vw - 1.024rem) * (1.33929)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-navigationTab-list {
        grid-gap: 0.6rem;
    }
}

.lp-navigationTab-list.of-numbering > li {
    counter-increment: number;
}

.lp-navigationTab-list.of-numbering > li .lp-navigationTab-buttonSubText {
    position: relative;
    padding-bottom: 2.8rem;
}

@media only screen and (max-width: 1024px) {
    .lp-navigationTab-list.of-numbering > li .lp-navigationTab-buttonSubText {
        padding-bottom: calc(1.8rem + ((1vw - 0.36rem) * (1.50602)));
    }
}

.lp-navigationTab-list.of-numbering > li .lp-navigationTab-buttonSubText::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    font-family: var(--fontFamily-primary);
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    content: "0" counter(number);
}

@media only screen and (max-width: 1920px) {
    .lp-navigationTab-list.of-numbering > li .lp-navigationTab-buttonSubText::before {
        font-size: calc(2.4rem + ((1vw - 1.024rem) * (0.22321)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-navigationTab-list.of-numbering > li .lp-navigationTab-buttonSubText::before {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-navigationTab-list > li {
        width: 100%;
    }
}

.lp-navigationTab-button, .lp-navigationTab-button:link, .lp-navigationTab-button:visited {
    grid-gap: 1.6rem;
    -webkit-backdrop-filter: blur(0.8rem);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32.8rem;
    padding: 0.8rem 1.6rem;
    border-radius: 0.4rem;
    backdrop-filter: blur(0.8rem);
    background-color: var(--color-grey-tertiary);
    transition: width 0.3s;
}

@media only screen and (max-width: 1920px) {
    .lp-navigationTab-button, .lp-navigationTab-button:link, .lp-navigationTab-button:visited {
        width: calc(26rem + ((1vw - 1.024rem) * (7.58929)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-navigationTab-button, .lp-navigationTab-button:link, .lp-navigationTab-button:visited {
        grid-gap: 0.8rem;
        width: 100%;
    }
}

.lp-navigationTab-button:link, .lp-navigationTab-button:visited {
    color: var(--color-black);
    text-decoration: none;
}

.lp-navigationTab-button:hover, .lp-navigationTab-button:active {
    width: 39.1rem;
    background-image: linear-gradient(99deg, var(--color-blue-primary) 0%, var(--color-green-tertiary) 100%);
    color: var(--color-white);
}

@media only screen and (max-width: 1920px) {
    .lp-navigationTab-button:hover, .lp-navigationTab-button:active {
        width: calc(30rem + ((1vw - 1.024rem) * (10.15625)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-navigationTab-button:hover, .lp-navigationTab-button:active {
        width: 100%;
    }
}

.lp-navigationTab-button.is-tab-current {
    width: 39.1rem;
    background-image: linear-gradient(99deg, var(--color-blue-primary) 0%, var(--color-green-tertiary) 100%);
    color: var(--color-white);
}

@media only screen and (max-width: 1920px) {
    .lp-navigationTab-button.is-tab-current {
        width: calc(30rem + ((1vw - 1.024rem) * (10.15625)));
    }
}

@media only screen and (max-width: 1024px) {
    .lp-navigationTab-button.is-tab-current {
        width: 100%;
    }
}

.lp-navigationTab-buttonText {
    display: inline-block;
    flex: 1;
    font-size: 1.8rem;
    line-height: 1.95;
}

@media only screen and (max-width: 1920px) {
    .lp-navigationTab-buttonText {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.25641)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-navigationTab-buttonText {
        font-size: 1.4rem;
    }
}

.lp-navigationTab-buttonSubText {
    display: inline-block;
    font-size: 1.2rem;
}

@media only screen and (max-width: 1920px) {
    .lp-navigationTab-buttonSubText {
        font-size: calc(0.8rem + ((1vw - 0.36rem) * (0.25641)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-navigationTab-buttonSubText {
        font-size: 0.8rem;
    }
}

.lp-text {
    margin-bottom: 4rem;
    font-size: 1.7rem;
    line-height: 1.7;
}

@media only screen and (max-width: 1024px) {
    .lp-text {
        margin-bottom: calc(3.2rem + ((1vw - 0.36rem) * (1.20482)));
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.3012)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-text {
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

.lp-textConversion {
    margin-bottom: 3.2rem;
    font-size: 3.2rem;
}

@media only screen and (max-width: 1920px) {
    .lp-textConversion {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.89744)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-textConversion {
        margin-bottom: 2.4rem;
        font-size: 1.8rem;
    }
}

.lp-textPhone {
    grid-gap: 0.8rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.4rem;
}

.lp-textPhone-header > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-textPhone-header {
        font-size: 1.8rem;
    }
}

.lp-textPhone-body > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink {
    margin-bottom: 2.4rem;
}

.lp-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink-body > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink-number {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 0 !important;
    margin-bottom: 0.8rem;
}

.lp-textPhoneLink-note {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
}

.lp-textPhoneLink-icon {
    width: 3.6rem;
    min-width: 3.6rem;
    height: 2rem;
    min-height: 2rem;
    margin-top: 0.2rem;
    margin-right: 0.8rem;
}

.lp-textPhoneLink-icon .of-iconColor-primary {
    fill: #00a23f;
}

.lp-textPhoneLink-icon .of-iconColor-secondary {
    fill: #fe8800;
}

.lp-textPhoneLink-icon .of-iconColor-tertiary {
    fill: #0086b1;
}

.lp-textPhoneLink-icon .of-iconColor-quaternary {
    fill: #838079;
}

.lp-textPhoneLink-icon .of-iconColor-quinary {
    fill: #1e1c1c;
}

a.lp-textPhoneLink-body,
a:hover.lp-textPhoneLink-body {
    display: inline-block;
    color: var(--color-black);
    text-decoration: none;
    cursor: default;
}

.lp-textScroll {
    position: absolute;
    bottom: 25rem;
    left: 3.8rem;
    width: auto;
    margin-bottom: 2.4rem;
    color: var(--color-black);
    font-size: 1.4rem;
}

@media only screen and (max-width: 1920px) {
    .lp-textScroll {
        left: calc(-0.7rem + ((1vw - 1.64rem) * (16.07143)));
    }
}

@media only screen and (max-width: 1640px) {
    .lp-textScroll {
        display: none;
    }
}

.lp-textScroll > span {
    display: inline-flex;
    position: relative;
    transform: rotate(90deg);
}

.lp-textScroll > span::after {
    position: absolute;
    bottom: 0.8rem;
    left: 6rem;
    width: 14.4rem;
    height: 0.8rem;
    transform: skew(45deg);
    border-right: 0.1rem solid var(--color-black);
    border-bottom: 0.1rem solid var(--color-black);
    content: "";
}

.lp-textSeries {
    display: block;
    margin-bottom: 2.4rem;
    font-size: 2.6rem;
}

@media only screen and (max-width: 1920px) {
    .lp-textSeries {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.64103)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-textSeries {
        font-size: 1.6rem;
    }
}

.lp-video {
    -o-object-fit: cover;
    z-index: -10;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    min-width: 60rem;
    height: 100%;
    object-fit: cover;
    transform: translateX(-50%);
}

@media only screen and (max-width: 969px) {
    .lp-video {
        height: auto;
    }
}

.lp-video-button {
    position: relative;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    background-color: var(--color-grey-secondary);
    text-indent: -999rem;
}

@media only screen and (max-width: 969px) {
    .lp-video-button {
        width: 4rem;
        height: 4rem;
    }
}

.lp-video-button::before, .lp-video-button::after {
    display: block;
    position: absolute;
    top: 50%;
    width: 0.4rem;
    height: 1.6rem;
    transform: translateY(-50%);
    background-color: var(--color-background-tertiary);
    content: "";
}

@media only screen and (max-width: 969px) {
    .lp-video-button::before, .lp-video-button::after {
        width: 0.3rem;
        height: 1.5rem;
    }
}

.lp-video-button::before {
    left: 1.7rem;
}

@media only screen and (max-width: 969px) {
    .lp-video-button::before {
        left: 1.4rem;
    }
}

.lp-video-button::after {
    right: 1.7rem;
}

@media only screen and (max-width: 969px) {
    .lp-video-button::after {
        right: 1.4rem;
    }
}

.lp-video-button.is-paused::before {
    left: 2rem;
    width: 0;
    height: 0;
    border-width: 0.8rem 0 0.8rem 1.1rem;
    border-style: solid;
    border-color: transparent transparent transparent var(--color-background-tertiary);
    background: none;
}

@media only screen and (max-width: 969px) {
    .lp-video-button.is-paused::before {
        left: 1.6rem;
    }
}

.lp-video-button.is-paused::after {
    display: none;
}

.lp-video-buttonOuter {
    z-index: 10;
    position: absolute;
    right: 4.4rem;
    bottom: 9rem;
    mix-blend-mode: multiply;
}

@media only screen and (max-width: 1920px) {
    .lp-video-buttonOuter {
        bottom: calc(4.4rem + ((1vw - 0.969rem) * (4.83701)));
    }
}

@media only screen and (max-width: 1640px) {
    .lp-video-buttonOuter {
        right: calc(2rem + ((1vw - 0.969rem) * (3.57675)));
    }
}

@media only screen and (max-width: 969px) {
    .lp-video-buttonOuter {
        top: calc(24.4rem + ((1vw - 0.36rem) * (31.8555)));
        right: 2rem;
        bottom: auto;
    }
}

.lp-utility-fontColor-primary {
    -webkit-background-clip: text;
    display: inline-block;
    background-clip: text;
    background-image: linear-gradient(117deg, var(--color-blue-primary) 0%, var(--color-green-tertiary) 100%);
    color: transparent;
}

.lp-utility-fontSize-small {
    font-size: 6rem;
}

@media only screen and (max-width: 1920px) {
    .lp-utility-fontSize-small {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.30769)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-utility-fontSize-small {
        font-size: 2.4rem;
    }
}

.lp-utility-fontSize-extraSmall {
    font-size: 4rem;
}

@media only screen and (max-width: 1920px) {
    .lp-utility-fontSize-extraSmall {
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.28205)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-utility-fontSize-extraSmall {
        font-size: 2rem;
    }
}

.lp-utility-fontWeight-bold {
    font-weight: bold;
}

.lp-utility-fontWeight-normal {
    font-weight: normal;
}

.lp-utility-letterSpacing-primary {
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textShadow-primary {
    text-shadow: 0 0 1.5rem var(--color-white);
}

.lp-utility-textShadow-secondary {
    text-shadow: 0 0 0.6rem var(--color-white);
}

@media only screen and (min-width: 1025px) {
    .lp-largeScreen-hide {
        display: none;
    }
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .lp-smallScreen-hide {
        display: none;
    }
    .lp-smallScreen-width-full {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
    .lp-smallScreen-justifyContent-center {
        justify-content: center;
    }
}

@media only screen and (max-width: 969px) {
    .lp-extraSmallScreen-hide {
        display: none;
    }
    .lp-extraSmallScreen-justifyContent-center {
        justify-content: center;
    }
}
