@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("../../") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

.lp-buttonConversion.of-secondary {
    background: #0065bb;
}

.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;
    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 {
    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;
    background: #eaeaf0;
}

.lp-jumbotron::before {
    position: absolute;
    bottom: 106px;
    left: 0;
    min-width: 1284px;
    height: auto;
    border-width: 238px 0 0 100vw;
    border-style: solid;
    border-color: transparent #fff transparent;
    background-color: transparent;
    content: "";
}

.lp-jumbotron::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 106px;
    background-color: #fff;
    content: "";
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    width: calc(1244px + 40px);
    margin: 0 auto;
    padding: 50px 20px;
}

.lp-jumbotron-body {
    flex: 1;
    padding-bottom: 270px;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-image {
    margin-right: -124px;
    margin-left: -30px;
}

.lp-section {
    margin-bottom: 208px;
}

.lp-section-content {
    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;
    background: linear-gradient(180deg, #fff 0%, #fff 36%, #eaeaf0 100%);
}

.lp-section.of-primary .lp-section-content {
    padding-top: 20px;
    padding-bottom: 260px;
}

.lp-section.of-secondary {
    margin-bottom: 0;
    background: #0a0a0a;
    color: #fff;
}

.lp-section.of-tertiary {
    padding-top: 196px;
    padding-bottom: 30px;
}

.lp-headingLevel2 {
    display: block;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 1.4;
}

.lp-headingLevel2-group {
    margin-bottom: 40px;
}

.lp-headingLevel2-subtitle {
    display: block;
    font-size: 20px;
}

.lp-headingSeries {
    display: block;
    margin-bottom: 22px;
}

.lp-headingSeries > img {
    vertical-align: top;
}

.lp-headingSeries-group {
    margin-bottom: 40px;
}

.lp-headingSeries-subtitle {
    display: block;
}

.lp-headingSeries-subtitle > img {
    vertical-align: top;
}

.lp-headingUnique {
    display: block;
    font-size: 40px;
    letter-spacing: 20px;
}

.lp-headingUnique-group {
    margin-bottom: 36px;
    padding-bottom: 28px;
    border-bottom: 1px solid #bfbfbf;
}

.lp-headingUnique-subtitle {
    display: block;
    margin-bottom: 72px;
}

.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: 370px;
    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 {
    margin-bottom: 40px;
}

.lp-listButton > li {
    margin-bottom: 30px;
}

.lp-listButton > li:last-child {
    margin-bottom: 0;
}

.lp-listButton.of-marginTop-primary {
    margin-top: 114px;
}

.lp-figure {
    margin-bottom: 40px;
}

.lp-figure.of-marginTop-primary {
    margin-top: 72px;
}

.lp-media {
    display: flex;
    margin-bottom: 40px;
}

.lp-media-body {
    flex: 1;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-text {
    margin-bottom: 40px;
}

.lp-media-image {
    margin-bottom: 0;
    margin-left: 40px;
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
}

.lp-media.of-row-reverse .lp-media-image {
    margin-right: 40px;
    margin-left: 0;
}

.lp-media.of-alignItems-center {
    align-items: center;
}

.lp-media.of-primary .lp-media-body {
    padding-top: 88px;
    padding-bottom: 88px;
}

.lp-media.of-primary .lp-media-image {
    margin-right: 32px;
    margin-left: -163px;
}

.lp-media.of-secondary .lp-media-body {
    padding-bottom: 190px;
}

.lp-media.of-secondary .lp-media-image {
    margin-right: -40px;
    margin-left: 80px;
}

.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;
}
