@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-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .2s;
    transition-property: color,background-color;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-buttonConversion:hover {
    background-color: #c6002a;
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image>img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body,
.lp-buttonConversion.of-anchor .lp-buttonConversion-body,
.lp-buttonConversion.of-arrow .lp-buttonConversion-body,
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before,
.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before,
.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before,
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../img/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-primary:hover {
    background: #116b81;
}

.lp-buttonConversion.of-secondary {
    background: #0065bb;
}

.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;
}

* {
    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, notosans, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    font-size: 1.6rem;
    word-break: break-word;
    overflow-wrap: anywhere;
}



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;
}

ul li 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-header {

    text-align: left;
}

.lp-layout-header.of-flex .lp-layout-header-content {
    display: flex;
    align-items: center;
    min-width: 1244px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header.of-flex .lp-layout-header-content {
        align-items: center;
    }
}



.lp-layout-header-content>*:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-header-content {
        padding: 28px 40px calc(2.8rem + ((1vw - 1.024rem) * (2.23464)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-content {
        padding: 24px 20px;
    }
}


.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: 1023px) {
    .lp-layout-header-utilityList {
        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: 1023px) {
    .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: 1023px) {
    .lp-layout-header-logo {
        min-height: 0%;
        text-align: center;
    }
}

.lp-layout-header-logo a {
    text-decoration: none;
}

.lp-layout-header-logo img {
    width: 160px;
}


.lp-layout-footer-content {
    max-width: 1920px;
    margin: 0 auto;
    padding: 18px 40px;
}

.lp-layout-footer-content>*:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-content {
        padding: 18px 20px;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -8px;
    margin-left: -16px;
    min-width: 1244px;
}

.lp-layout-footer-list>li {
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-left: 16px;
    font-size: 14px;
}

.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: white;
    font-size: 14px;
    line-height: 1;
}

.lp-layout-footer-list>li a:hover,
.lp-layout-footer-list>li a:focus {
    text-decoration: none;
}

.lp-layout-footer-list>li:first-child::before {
    content: none;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-list>li.lp-layout-footer-copyright {
        justify-content: center;

        text-align: center;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-list>li.lp-layout-footer-copyright::before {
        content: none;
    }
}

.lp-layout-main {
    position: relative;
    overflow: hidden;
    font-size: 2rem;
    line-height: 1.8;
}

@media only screen and (max-width: 1619px) {
    .lp-layout-main {
        font-size: calc(1.6rem + ((1vw - 1.024rem) * (0.44693)));
    }
}


.lp-layout-container {
    max-width: calc(962px + (20px * 2));
    margin: 0 auto;
    padding: 0 20px;
}

.lp-layout-container>*:last-child {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-container {
        padding: 0;
    }
}




.lp-jumbotron-body {
    flex: 1;
}


@media only screen and (max-width: 1023px) {
    .lp-jumbotron-body {
        flex: none;
        width: 100%;
    }
}






.lp-jumbotron-titleGroup {
    display: block;
    position: relative;
    margin-bottom: 24px;
}

.lp-jumbotron-titleGroup>*:last-child {
    margin-bottom: 0;
}


.lp-jumbotron-series {
    margin-bottom: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-series {
        font-size: calc(1.8rem + ((1vw - 1.024rem) * (0.67039)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-series {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.90361)));
    }
}

.lp-jumbotron-seriesGroup {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -8px;
    margin-left: -16px;
}

.lp-jumbotron-seriesGroup>*:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-seriesGroup {
        flex-direction: column;
        text-align: center;
    }
}

.lp-jumbotron-seriesGroup .lp-jumbotron-series {
    margin-top: 8px;
    margin-left: 16px;
}

.lp-jumbotron-seriesGroup .lp-label {
    margin-top: 8px;
    margin-bottom: 0;
    margin-left: 16px;
    font-size: 3.2rem;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-seriesGroup .lp-label {
        font-size: calc(2.2rem + ((1vw - 1.024rem) * (1.11732)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-seriesGroup .lp-label {
        font-size: 2.2rem;
    }
}

/* 
@keyframes showToHide1 {
    0% {
        opacity: 0;
    }

    3% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    33% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes blur1 {
    0% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }

    3% {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    30% {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    33% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }

    100% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }
}

@keyframes showToHide2 {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    37% {
        opacity: 1;
    }

    64% {
        opacity: 1;
    }

    67% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes blur2 {
    0% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }

    33% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }

    37% {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    64% {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    67% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }

    100% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }
}

@keyframes showToHide3 {
    0% {
        opacity: 0;
    }

    67% {
        opacity: 0;
    }

    70% {
        opacity: 1;
    }

    97% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes blur3 {
    0% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }

    67% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }

    70% {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    97% {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    100% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }
} */

.lp-section {
    /* background: #eee; */
    color: #30353a;
}

.lp-section>*:last-child {
    margin-bottom: 0;
}

.lp-section-content {
    max-width: calc(1600px + 40px * 2);
    margin: 0 auto;
    padding: 120px 40px;
}

@media only screen and (max-width: 1919px) {
    .lp-section-content {
        padding: calc(9.6rem + ((1vw - 1.024rem) * (2.68156))) 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section-content {
        padding: 48px calc(2rem + ((1vw - 0.36rem) * (28.57143))) 80px;
    }
}

.lp-section-header {
    padding-bottom: 64px;
}

.lp-section-header>*:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-section-header {
        padding: 0 24px 32px;
    }
}

.lp-section-body>*:last-child {
    margin-bottom: 0;
}

.lp-section.of-color-primary {
    background: #30353a;
    /* color: #eee; */
}

.lp-section.of-panel .lp-section-content {
    padding: 60px 40px;
}

@media only screen and (max-width: 1919px) {
    .lp-section.of-panel .lp-section-content {
        padding: calc(4.8rem + ((1vw - 1.024rem) * (1.34078))) 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-panel .lp-section-content {
        padding: 32px calc(2.4rem + ((1vw - 0.36rem) * (3.61446)));
    }
}

.lp-section.of-panel .lp-section-body {
    display: flex;
    padding: 80px 104px 96px;
    border-radius: 6px;
    /* background: #eee; */
    box-shadow: 10px 10px 20px #c9c9c9, -10px -10px 20px #fff;
}

.lp-section.of-panel .lp-section-body>*:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-section.of-panel .lp-section-body {
        padding: calc(6.4rem + ((1vw - 1.024rem) * (1.78771))) calc(8rem + ((1vw - 1.024rem) * (2.68156))) calc(7.6rem + ((1vw - 1.024rem) * (2.23464)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-panel .lp-section-body {
        padding: calc(3.2rem + ((1vw - 0.36rem) * (4.81928))) calc(2.4rem + ((1vw - 0.36rem) * (8.43373))) calc(3.2rem + ((1vw - 0.36rem) * (6.62651)));
    }
}

.lp-section.of-panel .lp-section-body.of-primary {
    justify-content: flex-end;
    margin: 0 0 0 calc(50% - 50vw);
    padding: 88px 260px 96px;
}

@media only screen and (max-width: 1919px) {
    .lp-section.of-panel .lp-section-body.of-primary {
        padding: calc(7rem + ((1vw - 1.024rem) * (2.01117))) calc(8rem + ((1vw - 1.024rem) * (20.11173))) calc(7.6rem + ((1vw - 1.024rem) * (2.23464)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-panel .lp-section-body.of-primary {
        padding: calc(3.2rem + ((1vw - 0.36rem) * (5.72289))) calc(2.4rem + ((1vw - 0.36rem) * (3.61446))) calc(3.2rem + ((1vw - 0.36rem) * (6.62651))) calc(4.4rem + ((1vw - 0.36rem) * (7.83133)));
    }
}

.lp-section.of-panel .lp-section-body.of-secondary {
    justify-content: flex-start;
    margin: 0 calc(50% - 50vw) 0 0;
    padding: 88px 172px 96px;
}

@media only screen and (max-width: 1919px) {
    .lp-section.of-panel .lp-section-body.of-secondary {
        padding: calc(7rem + ((1vw - 1.024rem) * (2.01117))) calc(12rem + ((1vw - 1.024rem) * (26.81564))) calc(7.6rem + ((1vw - 1.024rem) * (2.23464))) calc(8rem + ((1vw - 1.024rem) * (15.64246)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-panel .lp-section-body.of-secondary {
        padding: calc(3.2rem + ((1vw - 0.36rem) * (5.72289))) calc(4.4rem + ((1vw - 0.36rem) * (5.42169))) calc(3.2rem + ((1vw - 0.36rem) * (9.63855))) calc(2.4rem + ((1vw - 0.36rem) * (3.61446)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-conversion .lp-section-content {
        padding: 64px calc(1.8rem + ((1vw - 0.36rem) * (20.79365)));
    }
}

.lp-headingLevel2 {
    display: inline-block;
    position: relative;
    margin-bottom: 32px;
    padding-bottom: 32px;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.2;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel2 {
        font-size: calc(3.2rem + ((1vw - 1.024rem) * (0.89385)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2 {
        margin-bottom: 18px;
        padding-bottom: 24px;
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

.lp-headingLevel2::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 4px;
    transform: translateX(-50%);
    border-radius: 8px;
    /* background: #eee; */
    box-shadow: 2px 2px 8px #aaa, -2px -2px 8px #fff;
    content: "";
}

.lp-headingLevel2.of-color-primary::before {
    background: #30353a;
    box-shadow: 2px 2px 8px #0d0f11, -2px -2px 8px #4a4f56;
}

.lp-headingLevel2-outer {
    display: block;
    margin-bottom: 32px;
}

.lp-headingLevel2-outer>*:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2-outer {
        margin-bottom: 18px;
    }
}

.lp-headingLevel3 {
    margin-bottom: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel3 {
        font-size: calc(1.9rem + ((1vw - 1.024rem) * (0.55866)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel3 {
        height: auto !important;
        margin-bottom: 16px;
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.45181)));
    }
}

.lp-label {
    display: block;
    margin-bottom: 16px;
    color: #d90e00;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.2;
}

@media only screen and (max-width: 1919px) {
    .lp-label {
        margin-bottom: calc(0.8rem + ((1vw - 1.024rem) * (0.89385)));
        font-size: calc(2.8rem + ((1vw - 1.024rem) * (0.89385)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-label {
        margin-bottom: 8px;
        font-size: 2.6rem;
    }
}



@media only screen and (max-width: 1023px) {
    .lp-listButton {
        justify-content: center;
        margin: -24px 0 40px -24px;
    }
}





.lp-listButton.of-width-full {
    margin-left: 0;
}

.lp-listButton.of-width-full>li {
    width: 100%;
    margin-left: 0;
}

.lp-buttonConversion.of-shadow {
    box-shadow: 0 6px 10px rgba(220, 0, 47, 0.4);
}

.lp-buttonConversion.of-primary.of-shadow {
    box-shadow: 0 6px 10px rgba(19, 119, 143, 0.4);
}

.lp-card {
    margin-bottom: 40px;
    padding: 32px 32px 40px;
    border-radius: 6px;
    background: #30353a;
    box-shadow: 10px 10px 20px #1a1d21, -10px -10px 20px #3e444b;
}

.lp-card>*:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-card {
        padding: calc(2.4rem + ((1vw - 1.024rem) * (0.89385))) calc(2.4rem + ((1vw - 1.024rem) * (0.89385))) calc(3.2rem + ((1vw - 1.024rem) * (0.89385)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-card {
        padding: 26px 24px 32px;
    }
}

.lp-media {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.lp-media-body>*:last-child {
    margin-bottom: 0;
}

.lp-media-image {
    width: 100%;
    max-width: 432px;
    min-height: 0%;
    margin: 24px auto 0;
}

@media only screen and (max-width: 1023px) {
    .lp-media-image {
        margin: 16px auto 0;
    }
}

.lp-media.of-column-reverse {
    flex-direction: column-reverse;
}

.lp-media.of-column-reverse .lp-media-image {
    margin: 0 auto 24px;
}

@media only screen and (max-width: 1023px) {
    .lp-media.of-column-reverse .lp-media-image {
        margin: 0 auto 16px;
    }
}

.lp-media.of-align-center {
    align-items: center;
}

@media only screen and (max-width: 1023px) {
    .lp-media.lp-smallScreen-column {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media.lp-smallScreen-column .lp-media-body {
        flex: none;
        width: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media.lp-smallScreen-column-reverse {
        flex-direction: column-reverse;
        align-items: center;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media.lp-smallScreen-column-reverse .lp-media-body {
        flex: none;
        width: 100%;
    }
}

.lp-mediaFeature {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaFeature {
        flex-direction: column;
    }
}

.lp-mediaFeature-body {
    flex: 1;
}

.lp-mediaFeature-body>*:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaFeature-body {
        flex: none;
        width: 100%;
    }
}

.lp-mediaFeature-image {
    width: 634px;
    margin-left: 120px;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaFeature-image {
        width: calc(38rem + ((1vw - 1.024rem) * (28.37989)));
        margin-left: calc(4rem + ((1vw - 1.024rem) * (8.93855)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaFeature-image {
        width: calc(27.2rem + ((1vw - 0.36rem) * (54.51807)));
        max-width: 100%;
        min-height: 0%;
        margin: 24px auto 0;
    }
}

.lp-mediaFeature-outer {
    width: 100%;
    max-width: 1254px;
    margin-bottom: 40px;
}

.lp-mediaFeature-outer>*:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaFeature-outer {
        max-width: calc(88rem + ((1vw - 1.024rem) * (41.78771)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaFeature-outer {
        max-width: 100%;
    }
}

.lp-mediaFeature.lp-largeScreen-row-reverse {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaFeature.lp-largeScreen-row-reverse {
        flex-direction: column;
    }
}

.lp-mediaFeature.lp-largeScreen-row-reverse .lp-mediaFeature-image {
    margin-right: 120px;
    margin-left: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaFeature.lp-largeScreen-row-reverse .lp-mediaFeature-image {
        margin-right: calc(4rem + ((1vw - 1.024rem) * (8.93855)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaFeature.lp-largeScreen-row-reverse .lp-mediaFeature-image {
        margin: 24px auto 0;
    }
}

.lp-mediaConversion {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion {
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
        margin-bottom: calc(4rem + ((1vw - 0.36rem) * (0.63492)));
    }
}

.lp-mediaConversion-body {
    flex: 1;
}

.lp-mediaConversion-body>*:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion-body {
        flex: none;
        width: 100%;
        padding: 0;
    }
}

.lp-mediaConversion-image {
    width: 356px;
    margin-right: 64px;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaConversion-image {
        width: calc(28.4rem + ((1vw - 1.024rem) * (8.04469)));
        margin-right: calc(5.2rem + ((1vw - 1.024rem) * (1.34078)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion-image {
        width: calc(18rem + ((1vw - 0.36rem) * (15.66265)));
        min-height: 0%;
        margin: 0 auto 16px;
    }
}

.lp-mediaConversion-text {
    margin-bottom: 40px;
    font-size: 3.2rem;
    line-height: 1.4;
}

@media only screen and (max-width: 1619px) {
    .lp-mediaConversion-text {
        font-size: calc(2.6rem + ((1vw - 1.024rem) * (0.67039)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion-text {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.lp-mediaConversion-text>em {
    font-size: 3.6rem;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion-text>em {
        font-size: 2.6rem;
    }
}

.lp-textPhone {
    display: block;
    margin-bottom: 24px;
}

.lp-textPhone>*:last-child {
    margin-bottom: 0;
}

.lp-textPhone-body>*:last-child {
    margin-bottom: 0;
}

.lp-textPhone-number {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.lp-textPhone-numberGroup {
    display: flex;
    align-items: flex-start;
    margin-top: 0 !important;
    margin-bottom: 8px;
}

.lp-textPhone-note {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 8px;
    font-size: 12px;
    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-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-color-primary {
    color: #d90e00;
}

.lp-utility-color-secondary {
    color: #0078ab;
}

.lp-utility-marginBottom-0 {
    margin-bottom: 0;
}

.lp-utility-marginBottom-1 {
    margin-bottom: 4px;
}

.lp-utility-marginBottom-2 {
    margin-bottom: 8px;
}

.lp-utility-marginBottom-3 {
    margin-bottom: 16px;
}

.lp-utility-marginBottom-4 {
    margin-bottom: 24px;
}

.lp-utility-marginBottom-5 {
    margin-bottom: 32px;
}

.lp-utility-marginBottom-6 {
    margin-bottom: 40px;
}

.lp-utility-marginBottom-7 {
    margin-bottom: 48px;
}

.lp-utility-marginBottom-8 {
    margin-bottom: 56px;
}

.lp-utility-marginBottom-9 {
    margin-bottom: 64px;
}

.lp-utility-marginBottom-10 {
    margin-bottom: 72px;
}

.lp-utility-marginBottom-11 {
    margin-bottom: 80px;
}

.lp-utility-marginBottom-12 {
    margin-bottom: 88px;
}

@media only screen and (max-width: 640px) {
    .lp-extraSmallScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-hide {
        display: none !important;
    }
}

.lp-smallScreen-show {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-show {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-lastChild {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-marginBottom-0 {
        margin-bottom: 0;
    }

    .lp-smallScreen-marginBottom-1 {
        margin-bottom: 4px;
    }

    .lp-smallScreen-marginBottom-2 {
        margin-bottom: 8px;
    }

    .lp-smallScreen-marginBottom-3 {
        margin-bottom: 16px;
    }

    .lp-smallScreen-marginBottom-4 {
        margin-bottom: 24px;
    }

    .lp-smallScreen-marginBottom-5 {
        margin-bottom: 32px;
    }

    .lp-smallScreen-marginBottom-6 {
        margin-bottom: 40px;
    }

    .lp-smallScreen-marginBottom-7 {
        margin-bottom: 48px;
    }

    .lp-smallScreen-marginBottom-8 {
        margin-bottom: 56px;
    }

    .lp-smallScreen-marginBottom-9 {
        margin-bottom: 64px;
    }

    .lp-smallScreen-marginBottom-10 {
        margin-bottom: 72px;
    }

    .lp-smallScreen-marginBottom-11 {
        margin-bottom: 80px;
    }

    .lp-smallScreen-marginBottom-12 {
        margin-bottom: 88px;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-hide {
        display: none;
    }
}

.lp-largeScreen-show {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-show {
        display: block;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-lastChild {
        margin-bottom: 0 !important;
    }
}









/* ━━━━━━━━━━━━━━━━━━━ */
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
}

body>div {
    width: 100%;
    box-sizing: border-box;
}

ul li a {
    text-decoration: none;
}


main {
    display: block;
}

.lp-layout-header-text {
    color: #0065bb;
    font-size: 16px;
    margin: 0;
}

.lp-layout-header-content {
    max-width: 1244px;
    margin: 0 auto;
    padding: 28px 0;
    justify-content: space-between;
}

.lp-jumbotron {
    margin: 0 auto 120px;
    background: linear-gradient(to bottom, #FFF, #D8E0EB, #D8E0EB);

}

.lp-jumbotron-image {
    width: 572px;

}

.lp-jumbotron-title {
    text-align: center;
}

.lp-jumbotron-title p {
    font-size: 67px;

}

.lp-jumbotron-title p:nth-child(2) {
    font-size: 71px;
    margin-bottom: 25px;
    margin-top: -30px;
}

.lp-jumbotron-title span {
    font-size: 126px;
    line-height: 1rem;
    padding-top: 40px;
    display: inline-block;
}

.lp-jumbotron-titleOuter {
    display: block;
    margin-top: 32px;
    margin-bottom: 92px;
    margin-right: 5px;
}

.lp-jumbotron-content {
    display: flex;
    position: relative;
    align-items: center;
    max-width: 1244px;
    margin: 0 auto;
    padding-top: 94px;
    justify-content: space-between;
    width: 1244px;
}

.lp-jumbotron-body {
    max-width: 550px;
}

.lp-listButton {
    display: flex;
    align-items: center;
    width: 550px;
    min-width: 550px;
    margin-bottom: 92px;
}

.lp-jumbotron-balloon-text {
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 0 5px;
    width: 114px;
    height: 114px;
    line-height: 114px;
    text-align: center;
    color: #656565;
    font-size: 20px;
    font-weight: bold;
    background: #FDDA00;
    border-radius: 50%;
    box-sizing: border-box;
    border: 4px solid #FFFFFF;
}

.lp-jumbotron-balloon-text:before,
.lp-jumbotron-balloon-text::after {
    content: '';
    border: 14px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -14px;
}

.balloon-01 .lp-jumbotron-balloon-text::after {
    border-top-color: #FDDA00;
    /* 吹き出しの線の色と同じ色 */
    transform: rotate(30deg);
    bottom: -17px;
    left: 21px;
}

.balloon-02 .lp-jumbotron-balloon-text::after {
    border-top-color: #FDDA00;
    /* 吹き出しの線の色と同じ色 */
    transform: rotate(45deg);
    bottom: -5px;
    left: 6px;
}

.balloon-03 .lp-jumbotron-balloon-text::after {
    border-top-color: #FDDA00;
    /* 吹き出しの線の色と同じ色 */
    transform: rotate(110deg);
    bottom: 61px;
    left: -8px;
}

.balloon-01 .lp-jumbotron-balloon-text:before {
    border-top-color: #FFFFFF;
    /* 吹き出しの背景色と同じ色 */
    transform: rotate(30deg);
    bottom: -21px;
    left: 19px;
}

.balloon-02 .lp-jumbotron-balloon-text:before {
    border-top-color: #FFFFFF;
    /* 吹き出しの背景色と同じ色 */
    transform: rotate(45deg);
    bottom: -8px;
    left: 3px;
}

.balloon-03 .lp-jumbotron-balloon-text:before {
    border-top-color: #FFFFFF;
    /* 吹き出しの背景色と同じ色 */
    transform: rotate(110deg);
    bottom: 62px;
    left: -12px;
}

.balloon-01 {
    position: absolute;
    top: 58px;
    right: 700px;
}

.balloon-02 {
    position: absolute;
    top: 150px;
    right: 550px;
}

.balloon-03 {
    position: absolute;
    top: 322px;
    right: 526px;
}


.lp-jumbotron-main {
    margin: 0 auto;
    max-width: 1244px;
    font-size: 50px;
    color: #FFFFFF;
    font-weight: 900;
    margin-bottom: 24px;
    text-align: center;
    text-shadow: 0px 0px 6px #c4c4c4;
    width: 1244px;
}

.lp-section-container {
    width: 1244px;
    max-width: 1244px;
    margin: 0 auto 60px;
    padding: 110px 168px 0;
    background-color: #F7F7F7;
    border: solid 1px #C4C4C4;
    border-radius: 10px;
}

.lp-jumbotron-3column {
    width: 1244px;
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
    position: relative;
}

.lp-jumbotron-3column-box {
    width: 404px;
}

.lp-jumbotron-3column-box span {
    color: #656565;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 13px;
}

.lp-jumbotron-3column-box p {
    font-weight: bold;
    font-size: 22px;
    border: solid 10px #EFE53A;
    background-color: white;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 47px;
    padding: 10px;
}

.lp-jumbotron-anchor_button {
    margin: 0 auto;
    display: flex;
    position: absolute;
    top: 138px;
    margin-left: 176px;
}

.lp-jumbotron-anchor_circle {
    display: inline-block;
    width: 114px;
    height: 77px;
    line-height: 114px;
    text-align: center;
    background: #D8E0EB;
    box-sizing: border-box;
    position: absolute;
    border-radius: 0 0 57px 57px;
    top: 140px;
    margin-left: 145px;
}

.anchor_button-link {
    border-bottom: solid 15px #FFFFFF;
    border-right: solid 15px #FFFFFF;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    display: inline-block;
}

.lp-section-task {}

/* 3task */
.lp-traditional-task {
    background-color: #D5D3B7;
    width: 1244px;
    max-width: 1244px;
    height: 491px;
    margin: 0 auto 110px;
    border-radius: 10px;
    position: relative;
}

.lp-traditional-task-list {
    display: flex;
    justify-content: space-around;
}

.lp-traditional-task-image {
    display: flex;
    justify-content: center;
}

.lp-traditional-task-image div:nth-of-type(odd) {
    margin-top: 55px;
    margin-bottom: 16px;
}

.lp-traditional-task-image div:nth-of-type(even) {
    margin: 0 32px;
}

.lp-traditional-task-3d,
.lp-traditional-task-gate {
    width: 426px;
}

.lp-traditional-task-3d {
    margin-right: 120px;
}

.lp-traditional-task-gate {
    margin-left: 120px;
}

.lp-traditional-task-people {
    position: absolute;
    top: 228px;
}

.lp-traditional-task-list p {
    background-color: #FFFFFF;
    color: #938062;
    font-weight: bold;
    margin-bottom: 19px;
    text-align: center;
    font-size: 23px;
    border-radius: 10px;
}

.lp-traditional-task-list li {
    background-color: #BCB98D;
    color: #FFFFFF;
    font-weight: bold;
    border: solid 1px #FFFFFF;
    margin-bottom: 5px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    padding: 5px;
}

.lp-section-2column-box {
    display: flex;
    padding: 37px 0 42px;
    border-bottom: dotted 1px black;
    justify-content: space-between;
}

.lp-section-2column-box:nth-child(n+3) {
    border-bottom: none;
    margin-bottom: 60px;
}

.lp-section-2column-box-text {
    width: 516px;
    padding-top: 21px;
}

.lp-section-2column-box-text span {
    font-size: 20px;
    font-weight: bold;
}

.lp-section-2column-box-text br {
    display: block;
    content: "";
    margin: -10px 0;
}

.lp-section-2column-box-text p {
    font-size: 16px;
    margin-top: 26px;
}

h2 {
    font-size: 34px;
    margin-bottom: 78px;
    width: 910px;
}

.h2-sub {
    font-size: 16px;
    background-color: #EFE53A;
    margin: 0 auto;
    width: fit-content;
    padding: 7px 24px 0px;
    border-radius: 10px 10px 0 0;
}

.h2-main {
    width: 910px;
    border: solid 10px #EFE53A;
    background-color: white;
    text-align: center;
    font-weight: bold;
    border-radius: 6px;
    padding: 10px;
}

h2 span {
    color: #C43500;
}

.lp-section-2column-box-bottom ul {
    position: relative;
    left: -104px;
    top: 30px;
}

.lp-section-container-bottom-img, .lp-section-container-bottom-vl{
    position: relative;
    width: fit-content;
}

.lp-section-2column-box:first-child {
    padding-top: 0;
}

#task-resolution-01 .lp-section-container-bottom-img {
    right: -680px;
    bottom: 190px;
}

#task-resolution-02 .lp-section-container-bottom-img {
    right: -660px;
    bottom: 154px;
}

#task-resolution-03 .lp-section-container-bottom-img {
    right: -660px;
    bottom: 123px;
}
#task-resolution-01 .lp-section-container-bottom-vl {
    right: -706px;
    bottom: 140px;
}

#task-resolution-02 .lp-section-container-bottom-vl {
    right: -686px;
    bottom: 140px;
}

#task-resolution-03 .lp-section-container-bottom-vl {
    right: -730px;
    bottom: 140px;
}

.lp-section-2column-box-bottom {
    height: 347px;
}

/* scene */
.lp-section-scene {

    height: 1600px;
    max-width: 1920px;
    background: url(/img/ss/products/measure-sys/vl-700/004/vl-700_2303_01_bg_01.jpg) no-repeat;
    background-position: bottom;
    margin: 0 auto;
}

.lp-section-scene-box {
    width: 1244px;
    margin: 0 auto;
    max-width: 1244px;
}

.h3-main {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
}

.h3-main span {
    color: #FF0000;
}

.h3-sub {
    font-size: 20px;
    font-weight: bold;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    text-align: center;
    width: 1244px;
    margin: 0 auto;
    padding: 5px;
}

.lp-section-scene ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1244px;
    margin: 83px auto 50px;
}

.lp-section-scene li {
    width: 362px;
    height: 357px;
    margin-bottom: 50px;
    background: rgb(255 255 255 / 75%);
}

.lp-section-scene-imge {
    text-align: center;
    margin-top: 27px;
    margin-bottom: 24px;
}

.lp-section-scene-imge img {
    display: inline-block;
}

.lp-section-scene-category {
    border: solid 1px #848484;
    width: 314px;
    border-radius: 20px;
    margin: 0 auto 16px;
}

.lp-section-scene-category span {
    font-weight: bold;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-section-scene-text p {
    font-size: 16px;
    margin: 0 auto;
    width: 314px;
    text-align: center;
    padding-left: 6px;
}

/* bottom */
.lp-section-bottom {

    height: 760px;
    background-color: #E7E7EA;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.lp-section-bottom-box {
    width: 1244px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.lp-section-bottom-text {
    padding-top: 100px;
    width: 627px;
}

.lp-section-bottom-image {
    min-width: 596px;
}

.lp-section-bottom-titleOuter {
    margin-bottom: 30px;
}

.lp-section-bottom-titleOuter p {
    font-size: 50px;
    font-weight: bold;
}

.lp-section-bottom-titleOuter span {
    font-size: 30px;
    font-weight: bold;
}

.lp-listButton li:nth-child(1) {
    width: 326px;
}

.lp-listButton li:nth-child(1) a {
    width: 326px;
    height: 60px;
}

.lp-buttonConversion-body {
    height: 60px;
}

.lp-buttonConversion-text {
    font-size: 18px;
}

.lp-listButton li:nth-child(2) {
    margin-left: 20px;
}

.lp-listButton li:nth-child(2) a {
    height: 60px;
}


/* foter */
.lp-layout-footer {
    background: #000000;
    color: rgb(255, 255, 255);
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 0 auto;
}