@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;
}

@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: underline;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: 0;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

em {
    font-style: normal;
    font-weight: bold;
}

dfn,
cite {
    font-style: normal;
}

code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}

small {
    font-size: 100%;
}

i {
    font-style: italic;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    max-width: 100%;
    border-style: none;
    vertical-align: bottom;
}

table {
    width: 100%;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    border-radius: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    border: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.lp-layout-container {
    /* min-width: 1284px; */
    overflow: hidden;
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    max-width: calc(1244px + 40px);
    margin: 0 auto;
    padding: 12px 20px;
}

.lp-layout-header-logo {
    line-height: 1;
}

.lp-layout-header-logo img {
    min-height: 22px;
}

.lp-layout-header-link {
    color: #06c;
}

.lp-layout-header-link:hover, .lp-layout-header-link:focus {
    color: #f00;
    opacity: 0.7;
}

.lp-layout-header-utilityGroup {
    flex: 1;
    margin-left: 20px;
}

.lp-layout-header-utilityList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin: -16px 0 0 -16px;
}

.lp-layout-header-utilityList > li {
    margin-top: 16px;
    padding-left: 16px;
}

.lp-layout-header-utilityList > li .lp-textPhone-group {
    margin-bottom: 0;
}

.lp-layout-main {
    background: #eaeaf0;
}

.lp-layout-main > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer {
    background: #2d2d2d;
    color: #fff;
}

.lp-layout-footer-content {
    max-width: calc(1244px + 40px);
    margin: 0 auto;
    padding: 16px 20px;
    text-align: center;
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: -16px;
}

.lp-layout-footer-list > li {
    display: inline-flex;
    position: relative;
    margin-left: 30px;
    line-height: 1.2;
}

.lp-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -14px;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background: #ccc;
    content: "";
}

.lp-layout-footer-list > li a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
}

.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-copyright {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.2;
}

.lp-layout-footer-copyright > small {
    display: block;
    width: 100%;
}

.lp-jumbotron {
    position: relative;
    overflow: hidden;
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    max-width: calc(1244px + 40px);
    margin: 0 auto;
    padding: 26px 20px 103px;
}

.lp-jumbotron-body {
    flex: 1;
    z-index: 1;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-image {
    margin-right: 0;
    margin-left: -114px;
}

.lp-section {
    margin-bottom: 206px;
}

.lp-section-content {
    max-width: calc(1244px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-primary {
    margin-bottom: 0;
}

.lp-section.of-primary .lp-section-content {
    padding-bottom: 206px;
}

.lp-headingLevel2 {
    display: block;
    margin-bottom: 40px;
    font-size: 38px;
    line-height: 1.4;
}

.lp-headingSeries {
    display: block;
}

.lp-headingSeries > img {
    vertical-align: top;
}

.lp-headingSeries-group {
    margin-bottom: 80px;
}

.lp-headingSeries-subtitle {
    display: block;
}

.lp-headingSeries-subtitle > img {
    vertical-align: top;
}

.lp-headingUnique {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 1.5;
}

.lp-headingUnique::before {
    width: 68px;
    margin-right: 24px;
    border-top: 4px solid #333;
    content: "";
}

.lp-headingUnique::after {
    width: 68px;
    margin-left: 24px;
    border-top: 4px solid #333;
    content: "";
}

.lp-headingUnique-titleText {
    max-width: calc(100% - 184px);
}

.lp-headingUnique-group {
    margin-bottom: 32px;
}

.lp-headingUnique-group > *:last-child {
    margin-bottom: 0;
}

.lp-headingUnique-subtitle {
    display: block;
    margin-bottom: 24px;
}

.lp-textPhone {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    cursor: default;
}

.lp-textPhone-group {
    display: inline-block;
    margin-bottom: 48px;
}

.lp-textPhone-number {
    margin-bottom: 0;
}

.lp-textPhone img {
    display: block;
    width: 40px;
    min-width: 40px;
    margin-right: 2px;
}

.lp-textOfficeHour {
    margin-bottom: 0;
    font-size: 12px;
}

.lp-textLead {
    font-size: 20px;
    line-height: 2;
}

.lp-button {
    display: inline-block;
    min-width: 366px;
    padding: 18px 90px;
    border-radius: 40px;
    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;
    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-secondary {
    color: #129e83;
}

.lp-listButton {
    z-index: 1;
    position: relative;
    margin-bottom: 40px;
}

.lp-listButton--flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.lp-listButton > li {
    margin-bottom: 30px;
}

.lp-listButton--flex > li {
    margin-bottom: 0;
}

.lp-listButton > li:last-child {
    margin-bottom: 0;
}

.lp-listButton.of-marginTop-primary {
    margin-top: 64px;
}

.lp-listButton-balloon {
    position: relative;
    margin-bottom: 32px;
    text-align: center;
}

.lp-listButton-balloon::after {
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 366px;
    height: 12px;
    transform: translateX(-50%) translateY(100%);
    background-image: url("../../../../../../img/ss/products/software/rk/005/2092_01_img_01_bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: "";
}

.lp-media {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
}

.lp-media--narrow {
    margin-bottom: 30px;
}

.lp-media-body {
    flex: 1;
}

.lp-media-body--offset {
    flex: initial;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-text {
    margin-bottom: 24px;
}

.lp-mediaText-group {
    margin-bottom: 64px;
}

.lp-mediaText-group > *:last-child {
    margin-bottom: 0;
}

.onlyPc {
    display: block;
}

@media screen and (max-width: 1284px) {

    .lp-section {
        margin-bottom: calc(206 / 1284 * 100vw);
    }


    .lp-section.of-primary .lp-section-content {
        padding-bottom: calc(206 / 1284 * 100vw);;
    }
    
    .lp-headingSeries-group {
        margin-bottom: calc(80 / 1284 * 100vw);
    }

    .lp-jumbotron-content {
        padding: 26px 20px calc(103 / 1284 * 100vw);
    }
    
    .lp-headingUnique {
        font-size: calc(4rem + ((1vw - 1.284rem) * 1.1628));
        margin-bottom: calc(32 / 1284 * 100vw);
    }

    .lp-headingUnique::before,.lp-headingUnique::after {
        width: calc(68 / 1284 * 100vw);
    }

    .lp-headingUnique-subtitle {
        margin-bottom: calc(24 / 1284 * 100vw);
    }
    
    .lp-media {
        column-gap: calc(30 / 1284 * 100vw);
    }

    .lp-media-image {
        flex-shrink: 0;
        max-width: calc(740 / 1284 * 100vw);
    }
    
    .lp-headingLevel2 {
        font-size: calc(3.4rem + ((1vw - 1.284rem) * 1.938));
    }

    .lp-button {
        min-width: 20.3em;
        padding: 18px calc(90 / 1284 * 100vw);
        font-size: calc(1.8rem + ((1vw - 1.284rem) * 0.3876));;
    }

    .lp-listButton-balloon {
        font-size: 1.4rem;
    }

    .lp-media-text,.lp-list > li {
        font-size: calc(1.6rem + ((1vw - 1.284rem) * 0.3876));
    }
}

.lp-list {
    margin-bottom: 24px;
}

.lp-list > li {
    position: relative;
    margin-bottom: 4px;
    padding-left: 14px;
}

.lp-list > li::before {
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 4px;
    height: 4px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #333;
    content: "";
}

.lp-list > *:last-child {
    margin-bottom: 0;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-fontWeight-bold {
    font-weight: bold;
}

.lp-utility-line-break {
    display: block;
}

@media only screen and (max-width: 990px) {
    .onlyPc {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    
    .lp-listButton {
        text-align: center;
        gap: 0;
    }

    .lp-listButton > li {
        margin-bottom: 20px;
    }

    .lp-jumbotron-content {
        flex-direction: column;
        padding: 3em 2em;
    }

    .lp-headingSeries-group {
        margin-bottom: 30px;
    }

    .lp-section {
        margin-bottom: 100px;
    }

    .lp-jumbotron-image {
        margin-top: 10px;
    }

    .lp-headingUnique {
        font-size: 1.8rem;
    }

    .lp-headingUnique::before,.lp-headingUnique::after {
        width: 30px;
    }

    .lp-headingUnique-titleText {
        max-width: none;
    }

    .lp-media {
        flex-direction: column;
    }

    .lp-media-body {
        margin-bottom: 40px;
    }

    .lp-headingLevel2 {
        font-size: 2.8rem;
        margin-bottom: 20px;
    }

    .lp-media-text,.lp-list > li {
        font-size: 1.6rem;
    }
    
    .lp-media-image {
        width: 100%;
        max-width: none;
    }

    .lp-layout-header-content {
        justify-content: center;
    }

    .lp-layout-header-utilityGroup {
        display: none;
    }

    .lp-layout-footer-list {
        row-gap: 15px;
    }

    .lp-layout-footer-list > li:first-child {
        margin-left: 0;
    }

    .lp-layout-footer-list > li.lp-layout-footer-copyright {
        margin-left: 0;
        display: block;
        width: 100%;
    }

    .lp-layout-footer-list > li.lp-layout-footer-copyright::before {
        content: none;
    }

}