@charset "UTF-8";

body {
    background: #F8F8F8;
}

.lpheader .headerR {
    background-color: inherit;
}

.lpheader .headerR ul li {
    padding: 0 6px;
}

.lpmv {
    background-image: url(../img/lp/lp_mv@2x.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.lpmvin {
    width: 1100px;
    margin: 0 auto;
    padding: 120px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lpmvin .txarea {
    width: 580px;
}

.lpmvin .txarea .lpmvtx {
    padding: 24px 0;
}

.lpmvin .txarea .txareacircle {
    display: flex;
    justify-content: space-between;
}

.lpmvin .txarea .txareacircle img {
    width: 180px;
}

.lpmvin .formarea {
    width: 448px;
    background: #fff;
    padding: 24px;
    border-radius: 16px;
}

.container_ba {
    text-align: center;
    padding: 0 0 24px;
    background: #fff;
    border-radius: 24px;
    max-width: 600px;
    margin: 0 auto;
}

.balloon {
    display: inline-block;
    background-color: #5b2b06;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 28px;
    border-radius: 8px;
    position: relative;
}

.balloon::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #5b2b06;
}

.big-text {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-top: 16px;
    text-align: center;
}

.lpmvin .formarea .Form-Item {
    display: block;
    padding-top: 0;
    padding-bottom: 12px;
}

.lpmvin .formarea .Form-Item .inputbox {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.lpmvin .formarea .Form-Item .inputbox .Inputshort {
    height: 48px;
    width: 48%;
    margin-right: 0;
}

.lpmvin .formarea .Form-Item .Form-Item-Label {
    width: 100%;
    max-width: inherit;
    margin-bottom: 8px;
}

.lpmvin .formarea .Form-Item .Form-Item-Input {
    height: 48px;
}

.lpmvin .btn a {
    margin: 16px auto 0;
}



@media screen and (max-width: 959px) {

    .lpheader .headerR {
        padding: 16px 0 16px;
    }

    .lpheader .headerR ul li .btn a {
        padding: 8px;
        width: 120px;
        font-size: 14px;
    }

    .lpheader .headerR ul li {
        padding: 0 6px;
    }

    .lpmv {
        background-image: url(../img/lp/lp_mv@2x.jpg);
    }

    .lpheader .headerL {
        padding: 0;
    }

    .headerL a img {
        width: 72px;
        left: 16px;
        position: relative;
    }

    .lpmvin {
        width: 92%;
        padding: 100px 0 40px;
        display: block;
    }

    .lpmvin .txarea {
        width: 100%;
    }

    .lpmvin .txarea h1 img {
        width: 300px !important;
    }

    .lpmvin .txarea .lpmvtx {
        padding: 16px 0 8px;
    }

    .lpmvin .txarea .txareacircle {
        display: flex;
        justify-content: space-between;
    }

    .lpmvin .txarea .txareacircle img {
        width: 33%;
    }

    .lpmvin .formarea {
        width: 100%;
        padding: 16px;
        margin-top: 24px;
    }

    .container_ba {
        padding: 0 0 24px;
        background: #fff;
        border-radius: 24px;
        max-width: 600px;
        margin: 0 auto;
    }

    .balloon {
        font-size: 14px;
        padding: 8px;
    }

    .balloon::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #5b2b06;
    }

    .big-text {
        font-size: 24px;
        margin-top: 12px;
    }

    .lpmvin .formarea .Form-Item {
        display: block;
        padding-top: 0;
        padding-bottom: 12px;
    }

    .lpmvin .formarea .Form-Item .inputbox {
        margin-top: 4px;
    }


    .lpmvin .formarea .Form-Item .Form-Item-Input {
        height: 48px;
    }


    .lpmvin .btn a {
        margin: 12px auto 0;
    }

}




/*---------------------------------------------------------
lpreadarea
---------------------------------------------------------*/


.lpreadarea {
    padding: 80px 0;
    width: 960px;
    margin: 0 auto;
}

.lpreadarea .lpreadareain {
    display: flex;
    justify-content: space-between;
}

.lpreadarea .lpreadareain .txarea {
    width: 440px;
}

.container {
    display: inline-block;
    font-weight: bold;
    line-height: 1.6;
    font-size: 32px;
    color: #000;
}

.highlight-wrapper {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.highlight-text {
    font-weight: bold;
    font-size: 48px;
    position: relative;
    z-index: 1;
}

.underline {
    content: "";
    position: absolute;
    bottom: 16px;
    left: -8px;
    right: -8px;
    height: 28px;
    background: #FEEE6A;
    z-index: 0;
}

.quote {
    font-size: 40px;
    font-weight: bold;
}

.lpreadarea .lpreadareain .txarea .tx {
    margin-top: 24px;
}


.lpreadarea .lpreadareain .imgbox {
    width: 500px;
}



.whitebox {
    padding: 40px;
    display: flex;
    background: #fff;
    border-radius: 16px;
    justify-content: space-between;
    margin-top: 24px;
}

.whitebox .txbox {
    width: 420px;
}

.whitebox .txbox .title {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 40px;
    margin-bottom: 16px;
}


.whitebox .imgbox {
    width: 420px;
}

.main-message {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin-top: 40px;
}

.orange {
    color: #f15a00;
    font-weight: bold;
    font-size: 48px;
}

.subtext {
    font-size: 16px;
    margin-top: 24px;
    text-align: center;
}

.yellow-highlight {
    background-color: #fff066;
    font-weight: bold;
    padding: 0 4px;
    display: inline-block;
    margin: 0 2px;
}

.small-note {
    margin-top: 8px;
    font-size: 14px;
}




@media screen and (max-width: 959px) {
    .lpreadarea {
        padding: 40px 0;
        width: 92%;
    }

    .lpreadarea .lpreadareain {
        display: block;
        padding: 0 0 24px;
    }

    .lpreadarea .lpreadareain .txarea {
        width: 100%;
    }

    .container {
        font-size: 24px;
        text-align: center;
        display: block;
    }


    .highlight-text {
        font-size: 40px;
    }

    .underline {
        bottom: 12px;
        left: -8px;
        right: -8px;
        height: 16px;
    }

    .quote {
        font-size: 40px;
        font-weight: bold;
    }

    .lpreadarea .lpreadareain .txarea .tx {
        margin-top: 24px;
    }

    .lpreadarea .lpreadareain .imgbox {
        width: 100%;
        margin-top: 24px;
    }

    .whitebox {
        padding: 24px;
        display: block;
        margin-top: 8px;
    }

    .whitebox .txbox {
        width: 100%;
    }

    .whitebox .txbox .title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 8x;
    }

    .whitebox .imgbox {
        width: 100%;
        margin-top: 16px;
    }

    .main-message {
        font-size: 24px;
        line-height: 1.6;
        margin-top: 24px;
    }

    .orange {
        font-size: 32px;
    }
}

/*---------------------------------------------------------
lpcta
---------------------------------------------------------*/

.triangle-up {
    width: 0;
    height: 0;
    margin: -38px auto;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 40px solid #F8F8F8;
    position: relative;
    z-index: 1;
}

.triangle-up_e {
    border-top: 40px solid #FFFBCC;
}

.lpcta {
    background-image: url(../img/lp/bg_inpage_cta@2x.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 80px;
    text-align: center;
}

.lpcta .ctatitle {
    font-size: 32px;
    font-weight: bold;
}

.lpcta .tx {
    padding: 24px 0;
}

.lpcta .btnbox {
    display: flex;
    justify-content: center;
}

.lpcta .btnbox .btn a {
    margin: 0 8px;
    width: 320px;
    line-height: 1.2;
    font-size: 20px;
    max-height: 80px;
    min-height: 80px;
    display: grid;
}

.lpcta .btnbox .btn a span {
    font-size: 14px;
}




@media screen and (max-width: 959px) {
    .lpcta {
        padding: 64px 0 40px;
    }

    .lpcta .ctatitle {
        font-size: 24px;
    }

    .lpcta .tx {
        padding: 16px 0;
    }

    .lpcta .btnbox {
        display: block;
        justify-content: center;
    }

    .lpcta .btnbox .btn a {
        margin: 0 auto 16px;
        width: 320px;
    }
}


/*---------------------------------------------------------
onestop
---------------------------------------------------------*/

.onestop {
    background: #FFFBCC;
    padding: 120px 0;
}

.main-copy-wrapper::before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto 16px;
    background-image: url(../img/lp/img_lptitle_flower.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

h2.main-copy {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.04em;
    line-height: 46px;
    text-align: center;
}

.onestop .tx {
    text-align: center;
    margin-top: 40px;
}

.onestop .onestop_step_box {
    width: 960px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
}

.onestop_step {
    width: 280px;
    background: #fff;
    border-top: 6px solid #F4A73A;
    border-radius: 0 0 16px 16px;
    padding: 32px 16px;
    text-align: center;
}

.numbercircle {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    color: #fff;
    padding: 8px;
    background-color: #F4A73A;
    border-radius: 50px;
}

.onestop_step h3 {
    padding: 24px 0 16px;
    font-size: 20px;
}

.onestop_step p {
    text-align: left;
}

.onestoparrow {
    width: 32px;
}

.btnbigg {
    margin: 40px auto 0;
    display: flex;
    text-align: center;
    justify-content: center;
}

.btnbigg a {
    max-width: 420px;
    min-width: 420px;
}


@media screen and (max-width: 959px) {

    .onestop {
        padding: 40px 0;
    }


    h2.main-copy {
        font-size: 24px;
        line-height: 40px;
    }

    .onestop .tx {
        margin-top: 24px;
    }

    .onestop .onestop_step_box {
        width: 100%;
        margin: 24px auto 0;
        display: block;
        text-align: center;
    }

    .onestop_step {
        width: 92%;
        padding: 24px 16px;
        margin: 16px auto;
    }

    .numbercircle {
        font-size: 20px;
    }

    .onestop_step h3 {
        padding: 16px 0 8px;
        font-size: 20px;
    }

    .onestoparrow {
        width: 24px;
        transform: rotate(90deg);
    }

    .btnbigg {
        margin: 24px auto 0;
    }

    .btnbigg a {
        max-width: 320px;
        min-width: 320px;
    }
}


/*---------------------------------------------------------
reson
---------------------------------------------------------*/

.reson {
    padding: 120px 0;
}

.reson .tx {
    text-align: center;
    margin-top: 40px;
}

.reson_flex {
    width: 960px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto 0;
}

.reson_flex .reson_small {
    width: 293px;
    margin-bottom: 40px;
}

.reson_flex .reson_small .numbercircle {
    margin: 0 auto;
    position: relative;
    left: 40%;
    top: 12px;
}

.reson_flex .reson_small h3 {
    padding: 12px 0;
    font-size: 20px;
    line-height: 32px;
}

.youtubearea {
    background-image: url(../img/lp/bg_youtube_banner@2x.jpg);
    background-size: contain;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    width: 960px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 40px;
    border-radius: 40px;
    align-items: center;
}

.youtubearea .imgbox {
    width: 48%;
}

.youtubearea .txbox {
    width: 48%;
}

.youtubearea .txbox h3 {
    font-size: 32px;
}

.youtubearea .txbox p {
    padding: 16px 0;
    font-size: 20px;
    line-height: 32px;
}


@media screen and (max-width: 959px) {

    .reson {
        padding: 40px 0;
    }

    .reson .tx {
        margin-top: 24px;
    }

    .reson_flex {
        width: 92%;
        display: block;
        margin: 24px auto 0;
    }

    .reson_flex .reson_small {
        width: 100%;
        margin-bottom: 24px;
    }

    .reson_flex .reson_small .numbercircle {
        left: 45%;
    }

    .reson_flex .reson_small h3 {}

    .youtubearea {
        display: block;
        width: 92%;
        padding: 24px;
    }

    .youtubearea .imgbox {
        width: 100%;
    }

    .youtubearea .txbox {
        width: 100%;
    }

    .youtubearea .txbox h3 {
        font-size: 24px;
    }

    .youtubearea .txbox p {
        padding: 4px 0 16px;
        font-size: 16px;
        line-height: 32px;
    }
}

/*---------------------------------------------------------
trust
---------------------------------------------------------*/

.trust {
    padding: 120px 0;
    background: #FFFBCC;
}

.trustinbg {
    background-image: url(../img/lp/bg_trust_hp@2x.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.trust p.tx {
    margin-top: 40px;
    text-align: center;
}

.lpimg {
    width: 960px;
    margin: 40px auto 0;
    display: block;
}

.trustin {
    width: 960px;
    margin: 24px auto 0;
}


.faq-item {
    margin-bottom: 32px;
}

.faq-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 32px 60px 32px 32px;
    position: relative;
    cursor: pointer;
}

.question {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.enlabel {
    font-family: "Arial", sans-serif;
    margin-right: 8px;
    font-weight: bold;
    color: #F4A73A;
    font-size: 24px;
}

.caret {
    position: absolute;
    top: 42%;
    right: 20px;
    width: 12px;
    height: 12px;
}

.caret::before,
.caret::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #f15a00;
    transition: transform 0.3s ease;
}

.caret::before {
    transform: rotate(45deg);
    top: 5px;
    left: -4px;
}

.caret::after {
    transform: rotate(-45deg);
    top: 5px;
    right: 0;
}

/* ⬇️ 正しいセレクタに修正！ */
.faq-item.open .caret::before {
    transform: rotate(-45deg);
}

.faq-item.open .caret::after {
    transform: rotate(45deg);
}

.answer {
    font-size: 15px;
    line-height: 1.8;
    padding: 16px 32px;
    display: none;
}

.faq-item.open .answer {
    display: block;
}

.line1 {
    font-size: 32px;
    line-height: 1.8;
    text-align: center;
}

.highlight-box {
    display: ruby;
    position: relative;
    font-weight: bold;
}

.highlight-box::before {
    content: "";
    position: absolute;
    left: -4px;
    right: 6px;
    bottom: 2px;
    height: 14px;
    background-color: #fff066;
    z-index: 0;
}

.highlight-text {
    position: relative;
    z-index: 1;
}


.highlight-text small {
    font-size: 32px;
}

.line2 {
    font-size: 32px;
    font-weight: bold;
    margin-top: 12px;
    text-align: center;
}

.dotted-underline {
    border-bottom: 2px dotted #000;
    display: inline-block;
    padding-bottom: 16px;
}

@media screen and (max-width: 959px) {
    .trust {
        padding: 40px 0;
    }

    .trustinbg {
        background-image: url(../img/lp/bg_trust_hp@2x.png);
        background-size: contain;
        background-position: center bottom;
    }

    .trust p.tx {
        margin-top: 24px;
    }

    .lpimg {
        width: 100%;
        margin: 24px auto 0;
    }

    .trustin {
        width: 92%;
        margin: 16px auto 0;
    }

    .faq-item {
        margin-bottom: 16px;
    }

    .faq-box {
        padding: 16px 60px 16px 16px;
    }

    .question {
        font-size: 16px;
    }

    .enlabel {}

    .caret {}

    .caret::before,
    .caret::after {}

    .caret::before {}

    .caret::after {}

    .faq-item.open .caret::before {}

    .faq-item.open .caret::after {}

    .answer {
        line-height: 1.8;
        padding: 8px 16px;
        display: none;
    }

    .faq-item.open .answer {
        display: flex;
    }

    .line1 {
        font-size: 20px;
    }

    .highlight-box {}

    .highlight-box::before {
        left: -4px;
        right: 6px;
        bottom: 4px;
        height: 14px;
    }

    .highlight-text {
        font-size: 36px;
    }


    .highlight-text small {
        font-size: 24px;
    }

    .line2 {
        font-size: 20px;
        margin-top: 12px;
        text-align: center;
    }

    .dotted-underline {
        padding-bottom: 8px;
    }
}

.privacy-policy__box {
    margin-bottom: 8px;
}

.privacy-policy__head {
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 16px;
}

/*---------------------------------------------------------
ドキュメント
---------------------------------------------------------*/
.inpagetitleLP {
    padding: 80px 0;
}

.inpagetitleen .documenth1 {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.04em;
    line-height: 46px;
    text-align: center;
    color: #0d0100;
}

.contactform_document {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}

.contactform_document .document_sample_area {
    width: 42%;
}


.contactform_document .formarea {
    width: 54%;
}


.contactform_document .Form {
    margin-top: 0;
}

.contactform_document .Form-Item-Label {
    max-width: 180px;
}

.contactform_document .Inputshort {
    width: 200px;
}

.contactform_document h2 {
    margin-top: 40px;
}

h3.custom-heading {
    background-color: #F0F0F0;
    padding: 12px 16px;
    margin: 24px 0 16px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

h3.custom-heading::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background-color: #f79b1c;
}

ul.custom-list {
    list-style-type: disc !important;
    padding-left: 1.5em;
    font-size: 16px;
    line-height: 2;
    margin-top: 24px;
}

ul.custom-list li {
    list-style-type: disc !important;
}


@media screen and (max-width: 959px) {

    .contactform_document {
        display: block;
        width: 92%;
    }

    .contactform_document .document_sample_area {
        width: 100%;
    }


    .contactform_document .formarea {
        width: 100%;
        margin-top: 24px;
    }


    .contactform_document .Form {
        margin-top: 0;
    }

    .contactform_document .Form-Item-Label {
        max-width: 180px;
    }

    .contactform_document .Inputshort {
        width: 166px;
    }

    .contactform_document h2 {
        margin-top: 40px;
    }

    h3.custom-heading {
        background-color: #F0F0F0;
        padding: 12px 16px;
        margin: 24px 0 16px;
        font-size: 18px;
        font-weight: bold;
        position: relative;
    }

    h3.custom-heading::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 4px;
        background-color: #f79b1c;
    }

    ul.custom-list {
        list-style-type: disc !important;
        padding-left: 1.5em;
        font-size: 16px;
        line-height: 2;
        margin-top: 24px;
    }

    ul.custom-list li {
        list-style-type: disc !important;
    }
}