@charset "UTF-8";

* {
    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: 16px;
    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;
}


.sp-only {
    display: none;
}

@media (max-width: 768px) {
    .sp-only {
        display: block;
    }
}

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    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 (max-width: 1024px) {
    .lp-buttonConversion {
        width: 100%;
    }
}

.lp-buttonConversion:hover {
    background-color: #c6002a;
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px;
    min-height: 60px;
}

@media (max-width: 1024px) {
    .lp-buttonConversion-body {
        min-height: auto;
    }
}

.lp-buttonConversion-image {
    margin: -22px 0;
    margin-left: 16px;
    border: 1px solid #ccc;
}

@media (max-width: 768px) {
    .lp-buttonConversion-image {
        margin-left: 8px;
    }
}

.lp-buttonConversion-image>img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body {
    position: relative;
    justify-content: space-between;
    padding-left: 42px;
}

@media (max-width: 768px) {
    .lp-buttonConversion.of-download .lp-buttonConversion-body {
        padding-left: 32px;
    }
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    display: block;
    width: 19px;
    height: 18px;
    margin-right: 10px;
    content: "";
}

@media (max-width: 768px) {
    .lp-buttonConversion.of-download .lp-buttonConversion-body::before {
        width: 17px;
        height: 18px;
    }
}

.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-arrow .lp-buttonConversion-body {
    padding: 12px 32px;
}

@media (max-width: 1024px) {
    .lp-buttonConversion.of-arrow .lp-buttonConversion-body {
        justify-content: center;
    }
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    content: "";
    height: 12px;
    margin-right: 12px;
    margin-bottom: 2px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

.lp-buttonConversion.of-primary:hover {
    background: #116b81;
}

.lp-buttonConversion-text {
    font-size: 18px;
}

.lp-layout-header {
    text-align: left;
}

@media (max-width: 1024px) {
    .lp-layout-header-utilityGroup {
        display: none;
    }
}

.lp-layout-header-utilityList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

@media (max-width: 1024px) {
    .lp-layout-header-utilityList {
        justify-content: center;
        margin-right: 0;
    }
}

.lp-layout-header-utilityList>li>*:last-child {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .lp-layout-header-utilityList>li {
        padding-right: 0;
    }
}

.lp-layout-header-logo {
    display: block;
    margin-bottom: 0;
    line-height: 1;
}

@media (max-width: 1024px) {
    .lp-layout-header-logo {
        width: 110px;
    }
}

.lp-layout-header-logo a {
    display: flex;
    text-decoration: none;
}

.lp-layout-header-logo img {
    width: 160px;
}

.lp-layout-footer {
    background: #000000;
    color: #fff;
    line-height: 1.2;
}

.lp-layout-footer-content {
    max-width: 1920px;
    margin: 0 auto;
    padding: 18px 40px;
}

.lp-layout-footer-content>*:last-child {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .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;
}

.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: #fff;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
}

.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 (max-width: 1024px) {
    .lp-layout-footer-list>li.lp-layout-footer-copyright {
        justify-content: center;

        text-align: center;
    }
}

@media (max-width: 1024px) {
    .lp-layout-footer-list>li.lp-layout-footer-copyright::before {
        content: none;
    }
}

.lp-jumbotron-body {
    flex: 1;
}


@media (max-width: 1024px) {
    .lp-jumbotron-body {
        flex: none;
        width: 100%;
    }
}

.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: 2px;
    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-layout-header-text {
    color: #0065bb;
    font-size: 16px;
    margin: 0;
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    max-width: 1284px;
    margin: 0 auto;
    padding: 28px 20px;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .lp-layout-header-content {
        justify-content: center;
        padding: 24px;
        border-bottom: 1px solid #CCC;
    }
}

.lp-jumbotron {
    margin: 0 auto 120px;
    background: linear-gradient(to bottom, #FFF, #D8E0EB, #D8E0EB);
}

@media (max-width: 1024px) {
    .lp-jumbotron {
        margin-bottom: 32px;
    }
}

.lp-jumbotron-image {
    position: relative;
    width: clamp(480px, 374.857px + 10.268vw, 572px);
}

@media (max-width: 768px) {
    .lp-jumbotron-image {
        width: clamp(202px, 108.489px + 24.936vw, 300px);
        margin-right: 4em;
        margin-bottom: 24px;
    }
}

.lp-jumbotron-title {
    font-size: clamp(40px, 33.447px + 1.748vw, 67px);
}

@media (max-width: 1024px) {
    .lp-jumbotron-title {
        text-align: center;
    }
}

.lp-jumbotron-text {
    font-size: clamp(26px, 26.485px + -0.129vw, 24px);
}

@media (max-width: 1024px) {
    .lp-jumbotron-text {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .lp-jumbotron-text {
        font-size: clamp(16px, 11.229px + 1.272vw, 21px);
    }
}

.lp-jumbotron-titleOuter {
    display: block;
    margin-top: 32px;
    margin-bottom: clamp(24px, 7.550px + 4.398vw, 92px);
}

@media (max-width: 1024px) {
    .lp-jumbotron-titleOuter {
        margin-top: 0;
        margin-bottom: 24px;
    }
}

.lp-jumbotron-content {
    display: flex;
    position: relative;
    align-items: center;
    max-width: 1244px;
    margin: 0 auto;
    padding-right: 10px;
    padding-top: clamp(32px, 17.001px + 4.01vw, 94px);
    justify-content: center;
    gap: clamp(80px, 34.286px + 4.464vw, 120px);
    max-width: 1244px;
}

@media (max-width: 1024px) {
    .lp-jumbotron-content {
        flex-direction: column;
        gap: 0;
        padding: clamp(32px, 22.755px + 2.465vw, 48px) 16px;
        overflow: hidden;
    }
}

.lp-jumbotron-body {
    max-width: 550px;
}

.lp-listButton {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: clamp(32px, 17.485px + 3.881vw, 92px);
}

@media (max-width: 1024px) {
    .lp-listButton {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .lp-listButton {
        flex-direction: column;
        margin-bottom: 24px;
        align-items: normal;
        max-width: 352px;
        margin-inline: auto;
    }
}

.lp-jumbotron-balloon-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(100px, 84.000px + 1.563vw, 114px);
    height: clamp(100px, 84.000px + 1.563vw, 114px);
    color: #656565;
    font-size: clamp(16px, 11.429px + 0.446vw, 20px);
    font-weight: bold;
    background: #FDDA00;
    border-radius: 50%;
    border: 4px solid #fff;
}

@media (max-width: 768px) {
    .lp-jumbotron-balloon-text {
        background-color: transparent;
        text-align: center;
        border-radius: 0;
        border: none;
    }

    .balloon-01 .lp-jumbotron-balloon-text {
        width: 90px;
        height: 80px;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='84' height='80' viewBox='0 0 84 80' fill='none'%3E%3Cmask id='m1' fill='white'%3E%3Cpath d='M43.0195 0C65.1109 0 83.0195 17.9086 83.0195 40C83.0195 62.0914 65.1109 80 43.0195 80C31.7448 80 21.5611 75.3339 14.29 67.8291L0 67.4277L6.27344 55.8223C4.18103 50.9693 3.01953 45.6205 3.01953 40C3.01953 17.9086 20.9281 0 43.0195 0Z'/%3E%3C/mask%3E%3Cpath d='M43.0195 0C65.1109 0 83.0195 17.9086 83.0195 40C83.0195 62.0914 65.1109 80 43.0195 80C31.7448 80 21.5611 75.3339 14.29 67.8291L0 67.4277L6.27344 55.8223C4.18103 50.9693 3.01953 45.6205 3.01953 40C3.01953 17.9086 20.9281 0 43.0195 0Z' fill='%23FDDA00'/%3E%3Cpath d='M14.29 67.8291L17.1629 65.0458C16.4365 64.2961 15.4458 63.86 14.4023 63.8307L14.29 67.8291ZM0 67.4277L-3.5188 65.5256C-4.17933 66.7476 -4.15864 68.2247 -3.46415 69.4277C-2.76966 70.6306 -1.5008 71.3872 -0.112305 71.4262L0 67.4277ZM6.27344 55.8223L9.79224 57.7244C10.3745 56.6473 10.4313 55.3629 9.94657 54.2386L6.27344 55.8223ZM43.0195 0V4C62.9018 4 79.0195 20.1177 79.0195 40H83.0195H87.0195C87.0195 15.6995 67.3201 -4 43.0195 -4V0ZM83.0195 40H79.0195C79.0195 59.8823 62.9018 76 43.0195 76V80V84C67.3201 84 87.0195 64.3005 87.0195 40H83.0195ZM43.0195 80V76C32.8721 76 23.7119 71.8054 17.1629 65.0458L14.29 67.8291L11.4172 70.6124C19.4102 78.8624 30.6175 84 43.0195 84V80ZM14.29 67.8291L14.4023 63.8307L0.112305 63.4293L0 67.4277L-0.112305 71.4262L14.1777 71.8275L14.29 67.8291ZM0 67.4277L3.5188 69.3298L9.79224 57.7244L6.27344 55.8223L2.75464 53.9201L-3.5188 65.5256L0 67.4277ZM6.27344 55.8223L9.94657 54.2386C8.06531 49.8753 7.01953 45.0646 7.01953 40H3.01953H-0.980469C-0.980469 46.1764 0.296754 52.0633 2.60031 57.406L6.27344 55.8223ZM3.01953 40H7.01953C7.01953 20.1177 23.1373 4 43.0195 4V0V-4C18.719 -4 -0.980469 15.6995 -0.980469 40H3.01953Z' fill='white' mask='url(%23m1)'/%3E%3C/svg%3E");
    }

    .balloon-02 .lp-jumbotron-balloon-text {
        width: 100px;
        height: 80px;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='92' height='80' viewBox='0 0 92 80' fill='none'%3E%3Cmask id='m2' fill='white'%3E%3Cpath d='M52 0C74.0914 0 92 17.9086 92 40C92 62.0914 74.0914 80 52 80C32.5991 80 16.4256 66.1877 12.7734 47.8604L0 40L12.7734 32.1387C16.4259 13.8118 32.5995 0 52 0Z'/%3E%3C/mask%3E%3Cpath d='M52 0C74.0914 0 92 17.9086 92 40C92 62.0914 74.0914 80 52 80C32.5991 80 16.4256 66.1877 12.7734 47.8604L0 40L12.7734 32.1387C16.4259 13.8118 32.5995 0 52 0Z' fill='%23FDDA00'/%3E%3Cpath d='M12.7734 47.8604L16.6963 47.0786C16.4789 45.9878 15.8171 45.0366 14.8698 44.4537L12.7734 47.8604ZM0 40L-2.09653 36.5935C-3.27948 37.3215 -4.00004 38.6111 -4 40.0001C-3.99996 41.3891 -3.27933 42.6787 -2.09635 43.4067L0 40ZM12.7734 32.1387L14.87 35.5452C15.8172 34.9623 16.4789 34.0113 16.6963 32.9205L12.7734 32.1387ZM52 0V4C71.8822 4 88 20.1177 88 40H92H96C96 15.6995 76.3005 -4 52 -4V0ZM92 40H88C88 59.8823 71.8822 76 52 76V80V84C76.3005 84 96 64.3005 96 40H92ZM52 80V76C34.544 76 19.9829 63.5716 16.6963 47.0786L12.7734 47.8604L8.85057 48.6421C12.8682 68.8038 30.6543 84 52 84V80ZM12.7734 47.8604L14.8698 44.4537L2.09635 36.5933L0 40L-2.09635 43.4067L10.6771 51.267L12.7734 47.8604ZM0 40L2.09653 43.4065L14.87 35.5452L12.7734 32.1387L10.6769 28.7321L-2.09653 36.5935L0 40ZM12.7734 32.1387L16.6963 32.9205C19.9832 16.428 34.5443 4 52 4V0V-4C30.6546 -4 12.8686 11.1957 8.85058 31.3569L12.7734 32.1387Z' fill='white' mask='url(%23m2)'/%3E%3C/svg%3E");
    }

    .balloon-03 .lp-jumbotron-balloon-text {
        width: 84px;
        height: 80px;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='84' height='80' viewBox='0 0 84 80' fill='none'%3E%3Cmask id='m3' fill='white'%3E%3Cpath d='M43.0195 80C65.1109 80 83.0195 62.0914 83.0195 40C83.0195 17.9086 65.1109 0 43.0195 0C31.7448 0 21.5611 4.66611 14.29 12.1709L0 12.5723L6.27344 24.1777C4.18103 29.0307 3.01953 34.3795 3.01953 40C3.01953 62.0914 20.9281 80 43.0195 80Z'/%3E%3C/mask%3E%3Cpath d='M43.0195 80C65.1109 80 83.0195 62.0914 83.0195 40C83.0195 17.9086 65.1109 0 43.0195 0C31.7448 0 21.5611 4.66611 14.29 12.1709L0 12.5723L6.27344 24.1777C4.18103 29.0307 3.01953 34.3795 3.01953 40C3.01953 62.0914 20.9281 80 43.0195 80Z' fill='%23FDDA00'/%3E%3Cpath d='M14.29 12.1709L17.1629 14.9542C16.4365 15.7039 15.4458 16.14 14.4023 16.1693L14.29 12.1709ZM0 12.5723L-3.5188 14.4744C-4.17933 13.2524 -4.15864 11.7753 -3.46415 10.5723C-2.76966 9.36938 -1.5008 8.61284 -0.112305 8.57384L0 12.5723ZM6.27344 24.1777L9.79224 22.2756C10.3745 23.3527 10.4313 24.6371 9.94657 25.7614L6.27344 24.1777ZM43.0195 80V76C62.9018 76 79.0195 59.8823 79.0195 40H83.0195H87.0195C87.0195 64.3005 67.3201 84 43.0195 84V80ZM83.0195 40H79.0195C79.0195 20.1177 62.9018 4 43.0195 4V0V-4C67.3201 -4 87.0195 15.6995 87.0195 40H83.0195ZM43.0195 0V4C32.8721 4 23.7119 8.1946 17.1629 14.9542L14.29 12.1709L11.4172 9.38757C19.4102 1.13764 30.6175 -4 43.0195 -4V0ZM14.29 12.1709L14.4023 16.1693L0.112305 16.5707L0 12.5723L-0.112305 8.57384L14.1777 8.17248L14.29 12.1709ZM0 12.5723L3.5188 10.6702L9.79224 22.2756L6.27344 24.1777L2.75464 26.0799L-3.5188 14.4744L0 12.5723ZM6.27344 24.1777L9.94657 25.7614C8.06531 30.1247 7.01953 34.9354 7.01953 40H3.01953H-0.980469C-0.980469 33.8236 0.296754 27.9367 2.60031 22.594L6.27344 24.1777ZM3.01953 40H7.01953C7.01953 59.8823 23.1373 76 43.0195 76V80V84C18.719 84 -0.980469 64.3005 -0.980469 40H3.01953Z' fill='white' mask='url(%23m3)'/%3E%3C/svg%3E");
    }
}

.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: clamp(51px, 39.571px + 1.116vw, 61px);
    left: -8px;
}

@media (max-width: 768px) {
    .lp-jumbotron-balloon-text::after {
        content: none;
    }
}

.balloon-01 .lp-jumbotron-balloon-text:before {
    border-top-color: #fff;
    transform: rotate(30deg);
    bottom: -21px;
    left: 19px;
}

.balloon-02 .lp-jumbotron-balloon-text:before {
    border-top-color: #fff;
    transform: rotate(45deg);
    bottom: -8px;
    left: 3px;
}

.balloon-03 .lp-jumbotron-balloon-text:before {
    border-top-color: #fff;
    transform: rotate(110deg);
    bottom: clamp(52px, 40.571px + 1.116vw, 62px);
    left: -12px;
}

@media (max-width: 768px) {
    .lp-jumbotron-balloon-text::before {
        content: none;
    }
}


.lp-jumbotron-balloon {
    position: absolute;
}

.balloon-01 {
    top: -40px;
    right: 60px;
}

@media (max-width: 768px) {
    .balloon-01 {
        top: -10px;
        right: -100px;
    }
}

.balloon-02 {
    top: 60px;
    right: -60px;
}

@media (max-width: 768px) {
    .balloon-02 {
        top: 80px;
        right: -120px;
    }
}

.balloon-03 {
    top: 240px;
    right: -50px;
}

@media (max-width: 768px) {
    .balloon-03 {
        top: 170px;
        right: -100px;
    }
}


.lp-jumbotron-main {
    margin: 0 auto;
    font-size: clamp(22px, 15.226px + 1.811vw, 50px);
    color: #fff;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
    text-shadow: 0px 0px 6px #c4c4c4;
}

@media (max-width: 1024px) {
    .lp-jumbotron-main {
        margin-bottom: clamp(10px, 6.533px + 0.924vw, 16px);
    }
}

.lp-section-container {
    max-width: 1244px;
    margin: 0 auto 60px;
    padding: 110px 20px 0;
    background-color: #F7F7F7;
    border: solid 1px #C4C4C4;
    border-radius: 10px;
}

@media (max-width: 1024px) {
    .lp-section-container {
        padding: 32px 16px 0;
        margin-bottom: 32px;
    }
}

.lp-section-container-wrapper {
    max-width: 906px;
    margin-inline: auto;
}

.lp-jumbotron-3column {
    max-width: 1244px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 1024px) {
    .lp-jumbotron-3column {
        gap: 16px;
        grid-template-columns: auto;
        padding: 0 16px 30px 16px;
    }
}

.lp-jumbotron-3column-box {
    position: relative;
    max-width: 410px;
    width: 100%;
    margin-inline: auto;
}

.lp-jumbotron-3column-box span {
    color: #656565;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 13px;
}

@media (max-width: 1024px) {
    .lp-jumbotron-3column-box span {
        margin-bottom: 4px;
    }
}

.lp-jumbotron-3column-box-link {
    display: block;
    font-weight: bold;
    font-size: clamp(16px, 9.143px + 0.67vw, 22px);
    border: solid 10px #EFE53A;
    background-color: #fff;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 47px;
    padding: 10px;
    color: currentColor;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .lp-jumbotron-3column-box-link {
        display: flex;
        align-items: center;
        text-align: left;
        padding: 2px 20px;
        margin-bottom: 0;
        font-size: clamp(16px, 13.689px + 0.616vw, 20px);
    }

    .lp-jumbotron-3column-box-link::before,
    .lp-jumbotron-3column-box-link::after {
        content: '';
        position: absolute;
    }

    .lp-jumbotron-3column-box-link::before {
        display: inline-block;
        background: #D8E0EB;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        right: 20px
    }

    .lp-jumbotron-3column-box-link::after {
        width: 25px;
        height: 15px;
        margin-top: 4px;
        right: 26px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='15' viewBox='0 0 25 15' fill='none'%3E%3Cpath d='M1.41422 1.41406L12.0208 12.0207L22.6274 1.41406' stroke='white' stroke-width='4'/%3E%3C/svg%3E");
    }
}

.lp-jumbotron-anchor_button {
    margin: 0 auto;
    display: flex;
    position: absolute;
    top: 138px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1024px) {
    .lp-jumbotron-anchor_button {
        display: none;
    }
}

.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;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1024px) {
    .lp-jumbotron-anchor_circle {
        display: none;
    }
}

.anchor_button-link {
    border-bottom: solid 15px #fff;
    border-right: solid 15px #fff;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    display: inline-block;
}

@media (max-width: 1024px) {
    .lp-section-task {
        padding: 0 16px;
    }
}


.lp-traditional-task {
    background-color: #D5D3B7;
    max-width: 1244px;
    height: 491px;
    margin: 0 auto 110px;
    border-radius: 10px;
    position: relative;
}

@media (max-width: 1024px) {
    .lp-traditional-task {
        height: auto;
        margin-bottom: 32px;
    }
}

.lp-traditional-task-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 38px;
    height: 100%;
}

@media (max-width: 1024px) {
    .lp-traditional-task-list {
        padding: 0 16px 32px 16px;
        flex-direction: column;
        align-items: center;
    }
}

.lp-traditional-task-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(400px, -129.356px + 51.695vw, 522px);
}

@media (max-width: 1024px) {
    .lp-traditional-task-image {
        position: static;
        transform: none;
        margin-inline: auto;
        margin-bottom: 24px;
        width: auto;
        text-align: center;
        padding: 0 26px;
    }
}

.lp-traditional-task-item {
    flex-basis: 426px;
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .lp-traditional-task-item {
        flex: 1;
        margin-bottom: 24px;
        max-width: 500px;
        width: 100%;
    }

    .lp-traditional-task-item:last-child {
        margin-bottom: 0;
    }
}

.lp-traditional-task-item-image {
    text-align: center;
    margin-bottom: 16px;
}

@media (max-width: 1024px) {
    .lp-traditional-task-item-image {
        margin-bottom: 12px;
    }
}

.lp-traditional-task-list p {
    background-color: #fff;
    color: #938062;
    font-weight: bold;
    margin-bottom: 19px;
    text-align: center;
    font-size: 23px;
    border-radius: 10px;
}

@media (max-width: 1024px) {
    .lp-traditional-task-list p {
        margin-bottom: 12px;
        font-size: clamp(18px, 14.533px + 0.924vw, 24px);
        padding: 4px 0;
    }
}

.lp-traditional-task-list li {
    background-color: #BCB98D;
    color: #fff;
    font-weight: bold;
    border: solid 1px #fff;
    margin-bottom: 4px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    padding: 6px;
}

@media (max-width: 1024px) {
    .lp-traditional-task-list li {
        font-size: clamp(16px, 12.533px + 0.924vw, 22px);
    }
}

.lp-traditional-task-list li:last-child {
    margin-bottom: 0;
}

.lp-section-2column-box {
    display: flex;
    padding: 37px 0 42px;
    border-bottom: dotted 1px black;
    gap: 40px;
}

@media (max-width: 768px) {
    .lp-section-2column-box {
        padding: 0;
        margin-bottom: clamp(24px, 16.366px + 2.036vw, 32px);
        gap: clamp(16px, 10.275px + 1.527vw, 22px);
        border-bottom: none;
    }
}

.lp-section-2column-box:nth-of-type(odd) {
    flex-direction: row-reverse;
}

@media (max-width: 768px) {

    .lp-section-2column-box:nth-of-type(odd),
    .lp-section-2column-box {
        align-items: center;
        flex-direction: column;
    }
}

.lp-section-2column-box:last-child {
    border-bottom: none;
    margin-bottom: 60px;
}

@media (max-width: 1024px) {
    .lp-section-2column-box:last-child {
        margin-bottom: 0;
    }
}

.lp-section-2column-box-text {
    padding-top: 21px;
}

@media (max-width: 768px) {
    .lp-section-2column-box-text {
        padding-top: 0;
    }
}

.lp-section-2column-box-text-title {
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .lp-section-2column-box-text-title {
        font-size: clamp(16px, 12.183px + 1.018vw, 20px);
        text-align: center;
    }
}

.lp-section-2column-box-text p {
    font-size: 16px;
    margin-top: 26px;
}

@media (max-width: 768px) {
    .lp-section-2column-box-text p {
        font-size: clamp(16px, 12.183px + 1.018vw, 20px);
        margin-top: 16px;
        margin-bottom: 0;
    }
}

.lp-section-image {
    flex-shrink: 0;
}

.lp-heading {
    font-size: 34px;
    margin-bottom: 78px;
    max-width: 910px;
}

@media (max-width: 1024px) {
    .lp-heading {
        margin-bottom: 24px;
    }
}

@media (max-width: 768px) {
    .lp-heading {
        font-size: clamp(24px, 16.366px + 2.036vw, 32px);
    }
}

.lp-heading-sub {
    font-size: 16px;
    background-color: #EFE53A;
    margin: 0 auto;
    width: fit-content;
    padding: 7px 24px 0px;
    border-radius: 10px 10px 0 0;
}

.lp-heading-main {
    border: solid 10px #EFE53A;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 6px;
    padding: 10px;
}

.lp-heading span {
    color: #C43500;
}

@media (max-width: 768px) {
    .lp-section-2column-box-bottom {
        margin-top: clamp(24px, 16.366px + 2.036vw, 32px);
    }
}

.lp-section-2column-box-bottom ul {
    margin-bottom: 0;
}

.lp-section-container-inner {
    position: relative;
    padding-bottom: 256px;
}

@media (max-width: 1024px) {
    .lp-section-container-inner {
        padding-bottom: 32px;
    }
}

.lp-section-container-bottom-vl {
    position: absolute;
}

@media (max-width: 1024px) {
    .lp-section-container-bottom-vl {
        position: static;
        text-align: center;
    }
}

.lp-section-container-bottom-vl {
    right: clamp(-230px, calc(-230px + (1920px - 100vw) * 230 / (1920 - 1024)), 0px);
    bottom: -30px;
}

.lp-section-2column-box-bottom .lp-listButton {
    justify-content: flex-start;
}

@media (max-width: 1024px) {
    .lp-section-2column-box-bottom .lp-listButton {
        justify-content: center;
        margin-bottom: 24px;
    }
}

@media (max-width: 768px) {
    .lp-section-2column-box-bottom .lp-buttonConversion.of-download .lp-buttonConversion-body {
        padding-left: 22px;

    }
}

.lp-section-scene {
    max-width: 1920px;
    background: url("/img/products/vl-800/201275001/201275001_bg_01.jpg") no-repeat;
    background-position: bottom;
    background-size: contain;
    margin: 0 auto;
    padding-bottom: clamp(200px, -165.714px + 35.714vw, 520px);
}

@media (max-width: 1024px) {
    .lp-section-scene {
        padding-bottom: clamp(140px, 82.219px + 15.408vw, 240px);
    }
}

.lp-section-scene-box {
    margin: 0 auto;
    max-width: 1284px;
    padding: 0 20px;
}

.h3-main {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
}

@media (max-width: 1024px) {
    .h3-main {
        font-size: clamp(22px, 6.977px + 4.006vw, 48px);
    }
}

.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;
    margin: 0 auto;
    padding: 5px;
}

@media (max-width: 1024px) {
    .h3-sub {
        font-size: clamp(18px, 16.844px + 0.308vw, 20px);
    }
}

.lp-section-scene ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px clamp(20px, -46.286px + 6.473vw, 78px);
    margin: 83px 0 50px;
}

@media (max-width: 1024px) {
    .lp-section-scene ul {
        margin-top: 24px;
        margin-bottom: 0;
        padding-bottom: 24px;
    }
}

@media (max-width: 768px) {
    .lp-section-scene ul {
        gap: 24px;
    }
}

.lp-section-scene li {
    padding: 0 clamp(16px, 6.857px + 0.893vw, 24px);
    width: clamp(280px, 186.286px + 9.152vw, 362px);
    min-height: 357px;
    background: rgb(255 255 255 / 75%);
}

@media (max-width: 768px) {
    .lp-section-scene li {
        max-width: 343px;
        width: 100%;
        min-height: auto;
        padding: 16px 0;
    }
}

@media (max-width: 1024px) {
    .lp-section-scene ul {
        min-height: auto;
    }
}

.lp-section-scene-imge {
    text-align: center;
    margin-top: 27px;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .lp-section-scene-imge {
        margin-top: 0;
        margin-bottom: 16px;
    }
}

.lp-section-scene-imge img {
    display: inline-block;
}

.lp-section-scene-category {
    border: solid 1px #848484;
    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;
}

@media (max-width: 768px) {
    .lp-section-scene-category span {
        font-size: 18px;
    }
}

.lp-section-scene-text p {
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 768px) {
    .lp-section-scene-text p {
        text-align: left;
    }
}

.lp-section-bottom {
    padding: 110px 0;
    background-color: #E7E7EA;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .lp-section-bottom {
        padding: 32px 0;
    }
}

.lp-section-bottom-box {
    max-width: 1284px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

@media (max-width: 768px) {
    .lp-section-bottom-box {
        flex-direction: column;
        padding: 0 16px
    }
}

.lp-section-bottom-image {
    display: flex;
    max-width: 596px;
}

@media (max-width: 768px) {
    .lp-section-bottom-image {
        max-width: 343px;
    }
}

.lp-section-bottom-titleOuter {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .lp-section-bottom-titleOuter {
        margin-bottom: 24px;
    }
}

.lp-section-bottom-titleOuter p {
    font-size: 50px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .lp-section-bottom-titleOuter p {
        text-align: center;
        font-size: 22px;
        margin-bottom: 0;
    }
}

.lp-section-bottom-titleOuter span {
    display: block;
    font-size: 30px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .lp-section-bottom-titleOuter span {
        text-align: center;
        font-size: 22px;
    }
}