@charset "UTF-8";

.lp-jumbotron-content, .lp-jumbotron-body, .lp-jumbotron-title, .lp-jumbotron-title-group {
    margin-bottom: 16px;
}

.lp-textPhone > *:last-child, .lp-textPhone-body > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-textGroup > *:last-child, .lp-jumbotron-series > *:last-child, .lp-jumbotron-title > *:last-child, .lp-jumbotron-title-group > *:last-child, .lp-listButton > *:last-child {
    margin-bottom: 0;
}

.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;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.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;
}

.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-download .lp-buttonConversion-body::before {
    background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

:root {
    font-size: 10px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

.theme-KJ {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

.theme-KJ body {
    -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, "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: none;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: 0;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

em {
    font-style: normal;
    font-weight: bold;
}

dfn,
cite {
    font-style: normal;
}

code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}

small {
    font-size: 100%;
}

i {
    font-style: italic;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    max-width: 100%;
    border-style: none;
    vertical-align: bottom;
}

table {
    width: 100%;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    border-radius: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    border: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.lp-layout-header {
    background: #fff;
    text-align: left;
}

.lp-layout-header.of-flex .lp-layout-header-content {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 968px) {
    .lp-layout-header.of-flex .lp-layout-header-content {
        flex-direction: column;
        align-items: center;
    }
}

.lp-layout-header-content {
    max-width: 1920px;
    margin: 0 auto;
    padding: 10px 40px;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-header-content {
        max-width: 100%;
    }
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 968px) {
    .lp-layout-header-content {
        padding: 17px 20px;
    }
}

.lp-layout-header-utilityGroup {
    flex: 1;
    padding-left: 40px;
}

@media only screen and (max-width: 968px) {
    .lp-layout-header-utilityGroup {
        flex: none;
        padding-top: 24px;
        padding-left: 0;
    }
}

.lp-layout-header-utilityList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: -16px;
    margin-right: -24px;
}

@media only screen and (max-width: 968px) {
    .lp-layout-header-utilityList {
        flex-direction: column;
        justify-content: center;
        margin-right: 0;
    }
}

.lp-layout-header-utilityList > li {
    margin-top: 16px;
    padding-right: 24px;
}

.lp-layout-header-utilityList > li > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 968px) {
    .lp-layout-header-utilityList > li {
        padding-right: 0;
    }
}

.lp-layout-header-logo {
    display: block;
    margin-bottom: 0;
    line-height: 1;
}

@media only screen and (max-width: 968px) {
    .lp-layout-header-logo {
        min-height: 0%;
        text-align: center;
    }
}

.lp-layout-header-logo a {
    text-decoration: none;
}

.lp-layout-header-logo img {
    width: 114px;
}

@media only screen and (max-width: 968px) {
    .lp-layout-header-logo img {
        width: 91px;
    }
}

.lp-layout-footer {
    background: #fff;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.2;
}

.lp-layout-footer-content {
    max-width: calc(1600px + (40px * 2));
    margin: 0 auto;
    padding: 18px 40px;
}

.lp-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 968px) {
    .lp-layout-footer-content {
        padding: 24px 20px;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -8px;
    margin-left: -16px;
}

.lp-layout-footer-list > li {
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-left: 16px;
}

.lp-layout-footer-list > li::before {
    display: block;
    width: 1px;
    height: 13px;
    margin-right: 16px;
    background: #333;
    content: "";
}

.lp-layout-footer-list > li a {
    color: #333;
    font-size: 1.2rem;
    line-height: 1;
}

.lp-layout-footer-list > li a:hover, .lp-layout-footer-list > li a:focus {
    text-decoration: underline;
}

.lp-layout-footer-list > li:first-child::before {
    content: none;
}

.lp-layout-footer-list > li.lp-layout-footer-copyright {
    font-size: 1.2rem;
}

@media only screen and (max-width: 968px) {
    .lp-layout-footer-list > li.lp-layout-footer-copyright {
        justify-content: center;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 968px) {
    .lp-layout-footer-list > li.lp-layout-footer-copyright::before {
        content: none;
    }
}

.lp-layout-main {
    position: relative;
    flex: 1;
    overflow: hidden;
    background: #fff;
    font-size: 2rem;
    line-height: 1.8;
}

@media only screen and (max-width: 1279px) {
    .lp-layout-main {
        font-size: calc(1.6rem + ((1vw - 0.969rem) * (1.28617)));
    }
}

@media only screen and (max-width: 968px) {
    .lp-layout-main {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.32841)));
        line-height: 1.5;
    }
}

.lp-layout-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    min-height: 700px;
}

@media only screen and (max-width: 1279px) {
    .lp-layout-container {
        min-height: calc(66rem + ((1vw - 0.969rem) * (12.86174)));
    }
}

@media only screen and (max-width: 968px) {
    .lp-layout-container {
        height: 100%;
    }
}

.lp-textPhone {
    display: block;
    margin-bottom: 24px;
}

.lp-textPhone-number {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
}

.lp-textPhone-numberGroup {
    display: flex;
    margin-bottom: 8px;
}

.lp-textPhone-numberGroup.of-justifyContent-center {
    justify-content: center;
}

.lp-textPhone-note {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 8px;
    font-size: 1.2rem;
    line-height: 1.2;
}

.lp-textPhone-icon {
    width: 36px;
    min-width: 36px;
    height: 20px;
    min-height: 20px;
    margin-top: 0.2rem;
    margin-right: 8px;
}

.lp-textPhone-icon .of-iconColor-primary {
    fill: #00a23f;
}

.lp-textPhone-icon .of-iconColor-secondary {
    fill: #fe8800;
}

.lp-textPhone-icon .of-iconColor-tertiary {
    fill: #0086b1;
}

.lp-textPhone-icon .of-iconColor-quaternary {
    fill: #838079;
}

.lp-textPhone-icon .of-iconColor-quinary {
    fill: #1e1c1c;
}

.lp-textPhone.of-center {
    text-align: center;
}

.lp-textPhone.of-center .lp-textPhone-numberGroup {
    justify-content: center;
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
    display: inline-block;
    color: #333;
    text-decoration: none;
    cursor: default;
    opacity: 1;
}

.lp-jumbotron {
    height: 100%;
    background: #eaeaf0;
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 2560px;
    height: 100%;
    margin: 0 auto;
    padding: 200px 240px 144px 365px;
}

@media only screen and (max-width: 2559px) {
    .lp-jumbotron-content {
        max-width: calc(192rem + ((1vw - 1.92rem) * (100)));
        padding: calc(0rem + ((1vw - 1.92rem) * (31.25))) calc(0rem + ((1vw - 1.92rem) * (37.5))) calc(0rem + ((1vw - 1.92rem) * (22.5))) calc(0rem + ((1vw - 1.92rem) * (57.03125)));
    }
}

@media only screen and (max-width: 968px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        max-width: 969px;
    }
}

.lp-jumbotron-body {
    width: 100%;
    max-width: 622px;
    margin: 0;
}

@media only screen and (max-width: 2559px) {
    .lp-jumbotron-body {
        margin: calc(15.4rem + ((1vw - 1.92rem) * (-24.0625))) 0 calc(15.4rem + ((1vw - 1.92rem) * (-24.0625))) calc(18rem + ((1vw - 1.92rem) * (-28.125)));
    }
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-body {
        max-width: 622px;
        margin: 0 0 0 calc(2rem + ((1vw - 1.28rem) * (25)));
        padding: calc(4rem + ((1vw - 1.28rem) * (17.8125))) 0;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-body {
        max-width: calc(29rem + ((1vw - 0.969rem) * (100.32154)));
        margin: 0 0 0 20px;
        padding: 45px 0;
    }
}

@media only screen and (max-width: 968px) {
    .lp-jumbotron-body {
        max-width: 570px;
        margin: 0 auto 48px;
        padding: 0 30px;
    }
}

.lp-jumbotron-image {
    flex: 1;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

@media only screen and (max-width: 2559px) {
    .lp-jumbotron-image {
        flex: inherit;
        max-width: 100%;
        margin-top: calc(-2rem + ((1vw - 1.92rem) * (3.125)));
        margin-right: calc(-8rem + ((1vw - 1.92rem) * (12.5)));
        margin-bottom: calc(-5rem + ((1vw - 1.92rem) * (7.8125)));
        padding-left: calc(4.8rem + ((1vw - 1.92rem) * (-7.5)));
    }
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-image {
        flex: 1;
        max-width: calc(1150vh * 100 / 930);
        margin-top: calc(-5rem + ((1vw - 1.28rem) * (-1.5625)));
        margin-right: calc(-9rem + ((1vw - 1.28rem) * (1.5625)));
        margin-bottom: calc(0rem + ((1vw - 1.28rem) * (-7.8125)));
        padding-left: calc(2.4rem + ((1vw - 1.28rem) * (3.75)));
    }
}

@media screen and (max-width: 1920x) and (max-height: 930px) {
    .lp-jumbotron-image {
        max-width: calc(1150vh * 100 / 930);
    }
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-image {
        max-width: calc(800vh * 100 / 700);
        margin-top: -40px;
        margin-right: calc(-5rem + ((1vw - 0.969rem) * (-3.21543)));
        margin-bottom: 0;
        padding-left: calc(2rem + ((1vw - 0.969rem) * (1.28617)));
    }
}

@media screen and (max-width: 1280x) and (max-height: 700px) {
    .lp-jumbotron-image {
        max-width: calc(800vh * 100 / 800);
    }
}

@media screen and (max-height: 700px) {
    .lp-jumbotron-image {
        max-width: 830px;
    }
}

@media only screen and (max-width: 968px) {
    .lp-jumbotron-image {
        width: 830px;
        min-width: inherit;
        margin-top: 0;
        margin-right: calc(-6rem + ((1vw - 0.767rem) * (29.70297)));
        padding-bottom: 32px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 766px) {
    .lp-jumbotron-image {
        width: calc(39rem + ((1vw - 0.36rem) * (108.10811)));
        margin-right: calc(-3rem + ((1vw - 0.36rem) * (-9.09091)));
        padding-bottom: calc(2.4rem + ((1vw - 0.36rem) * (1.9656)));
    }
}

.lp-jumbotron-textGroup {
    margin-bottom: 80px;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-textGroup {
        margin-bottom: calc(4rem + ((1vw - 0.969rem) * (4.2061)));
    }
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-textGroup {
        margin-bottom: calc(2.4rem + ((1vw - 0.969rem) * (5.14469)));
    }
}

@media only screen and (max-width: 968px) {
    .lp-jumbotron-textGroup {
        margin-bottom: 64px;
    }
}

@media only screen and (max-width: 766px) {
    .lp-jumbotron-textGroup {
        margin-bottom: calc(4rem + ((1vw - 0.36rem) * (5.89681)));
    }
}

.lp-jumbotron-series {
    display: block;
    margin-bottom: 18px;
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-series {
        margin-bottom: calc(1.6rem + ((1vw - 0.969rem) * (0.64309)));
    }
}

@media only screen and (max-width: 968px) {
    .lp-jumbotron-series {
        margin-bottom: 16px;
    }
}

.lp-jumbotron-title {
    display: block;
    font-size: 46px;
    line-height: 1.67;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title {
        font-size: calc(4.2rem + ((1vw - 1.28rem) * (0.625)));
    }
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-title {
        font-size: calc(2.1rem + ((1vw - 0.969rem) * (6.75241)));
    }
}

@media only screen and (max-width: 968px) {
    .lp-jumbotron-title {
        font-size: calc(3.6rem + ((1vw - 0.767rem) * (0.9901)));
        line-height: 1.61;
    }
}

@media only screen and (max-width: 766px) {
    .lp-jumbotron-title {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (3.4398)));
        line-height: 1.59;
    }
}

.lp-divider {
    display: block;
    height: 2px;
    border-bottom: 1px solid #fff;
    background-color: #b4b4c7;
}

.lp-dividerGroup {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1279px) {
    .lp-dividerGroup {
        margin-bottom: calc(3.2rem + ((1vw - 0.969rem) * (2.57235)));
    }
}

@media only screen and (max-width: 766px) {
    .lp-dividerGroup {
        margin-bottom: calc(3.2rem + ((1vw - 0.36rem) * (1.9656)));
    }
}

@media only screen and (max-width: 359px) {
    .lp-dividerGroup {
        margin-bottom: 32px;
    }
}

.lp-text {
    font-size: 15px;
    line-height: 1.6;
}

@media only screen and (max-width: 1279px) {
    .lp-text {
        font-size: calc(1.4rem + ((1vw - 0.969rem) * (0.32154)));
        line-height: 1.6;
    }
}

@media only screen and (max-width: 968px) {
    .lp-text {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.1642)));
        line-height: 1.64;
    }
}

@media only screen and (max-width: 359px) {
    .lp-text {
        font-size: 14px;
    }
}

.lp-textOfficeHour {
    margin-bottom: 0;
    font-size: 12px;
}

.lp-button {
    display: inline-block;
    min-width: 290px;
    padding: 20px 55px;
    border-radius: 33px;
    background: transparent linear-gradient(278deg, #f2f3f6 0%, #e5e6ec 100%) 0% 0% no-repeat;
    box-shadow: -6px -6px 30px white, 3px 3px 20px rgba(36, 65, 93, 0.3), inset -2px -2px 1px transparent, -1px -1px 5px transparent;
    color: #c43958;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    transition: box-shadow 0.5s;
}

.lp-button-text {
    display: block;
    text-align: center;
}

.lp-button:hover, .lp-button:focus {
    box-shadow: -6px -6px 30px transparent, 3px 3px 20px transparent, inset -2px -2px 1px rgba(255, 255, 255, 0.5), -1px -1px 5px rgba(36, 65, 93, 0.3);
}

.lp-button.of-primary {
    color: #129e83;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 16px -42px;
}

@media only screen and (max-width: 1919px) {
    .lp-listButton {
        margin: -30px 0 16px calc(-2.1rem + ((1vw - 0.969rem) * (-2.2082)));
    }
}

@media only screen and (max-width: 1279px) {
    .lp-listButton {
        justify-content: center;
        margin-top: calc(-1.6rem + ((1vw - 0.969rem) * (-4.50161)));
    }
}

@media only screen and (max-width: 968px) {
    .lp-listButton {
        margin: -24px 0 64px 0;
    }
}

@media only screen and (max-width: 766px) {
    .lp-listButton {
        margin-bottom: calc(4.8rem + ((1vw - 0.36rem) * (3.9312)));
    }
}

.lp-listButton > li {
    margin-top: 30px;
    margin-left: 42px;
}

@media only screen and (max-width: 1919px) {
    .lp-listButton > li {
        margin-left: calc(2.1rem + ((1vw - 0.969rem) * (2.2082)));
    }
}

@media only screen and (max-width: 1279px) {
    .lp-listButton > li {
        margin-top: calc(1.6rem + ((1vw - 0.969rem) * (4.50161)));
    }
}

@media only screen and (max-width: 968px) {
    .lp-listButton > li {
        margin-top: 24px;
        margin-left: 0;
    }
}

.lp-listButton.of-marginTop-primary {
    margin-top: 114px;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-line-break {
    display: block;
}

@media screen and (min-width: 969px) {
    .lp-largeScreen-hide {
        display: none;
    }
}

@media screen and (min-width: 969px) {
    .lp-largeScreen-lastChild {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 968px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (max-width: 968px) {
    .lp-smallScreen-hide {
        display: none;
    }
}
