@charset "UTF-8";

body {
    font-family: A1明朝;
    letter-spacing: 0.05em;
    overflow-x: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    /*IE Forefox fallback*/
    hanging-punctuation: force-end;
    /*ios safari*/
}

#contents {
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    #contents {
        margin-top: 0;
    }
}



#main {
    padding: 0;
}

#main .remote_KV {
    position: relative;
}

#main .remote_KV .kv_copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 68%;
    max-width: 1000px;
    margin: auto;
}

#main .remote_KV .kv_scroll {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    max-width: 100px;
    margin: auto;
}

@media screen and (max-width: 767px) {
    #main .remote_KV .kv_copy {
        width: 98%;
    }
}

@media screen and (max-width: 1030px) {
    .anchor {
        display: block;
        padding-top: 100px;
        margin-top: -100px;
    }

}

@media screen and (max-width: 800px) {
    .anchor {
        display: block;
        padding-top: 80px;
        margin-top: -80px;
    }

}

@media screen and (max-width: 600px) {
    .anchor {
        display: block;
        padding-top: 60px;
        margin-top: -60px;
    }

}


#main .remote_KV .amazon_bnr {
    position: absolute;
    bottom: 5%;
    right: 2%;
    width: 80%;
    max-width: 250px;
}

@media screen and (max-width: 1000px) {
    #main .remote_KV .amazon_bnr {
        position: absolute;
        bottom: 5%;
        right: 5%;
        width: 80%;
        max-width: 150px;
    }
}

@media screen and (max-width: 767px) {
    #main .remote_KV .amazon_bnr {
        bottom: -2%;
    }
}

@media screen and (max-width: 350px) {
    #main .remote_KV .amazon_bnr {
        max-width: 120px;
    }
}




#main .remote_KV video {
    width: 100vw;
}

@media screen and (max-width: 767px) {
    #main .remote_KV video {
        width: 100vh;
        overflow: hidden;
    }
}


.container {
    max-width: 1080px;
}


.tb-only {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .tb-only {
        display: block;
    }
}

.pc-only {
    display: none;
}

@media screen and (min-width: 768px) {
    .pc-only {
        display: block;
    }
}

.sp-only {
    display: block;
}

@media screen and (min-width: 768px) {
    .sp-only {
        display: none;
    }
}

.sp_tb-only {
    display: none;
}

@media screen and (max-width: 1000px) {
    .sp_tb-only {
        display: block;
    }
}

/* btn */
.btn__wrap {
    text-align: center;
    z-index: 20;
    margin: 20px 0;
    width: 49%;
    padding: 0 5px;
}

@media screen and (max-width: 767px) {
    .btn__wrap {
        margin: 0;
        width: 100%;
        padding: 0;
    }
}

.btn__wrap .btn--apply {
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border: solid 1px #0275C2;
}

@media screen and (min-width: 768px) {
    .btn__wrap .btn--apply {
        padding: 20px 0;
        max-width: 520px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .btn__wrap .btn--apply {
        padding: 5vw 0;
        width: 87.5%;
    }

    .btn__wrap .btn--apply.btn02 {
        padding: 3vw 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {

    .btn__wrap .btn--apply.btn02 {
        padding: 9px 0;
    }
}



.btn__wrap .btn--apply::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 28px;
    width: 25px;
    height: 10px;
    margin-top: -4px;
    -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
    transition: all 0.6s cubic-bezier(1, 0, 0, 1);
    background-image: url(../../../images/lp/remote/btn_arrow-blue.png);
    background-repeat: no-repeat;
    z-index: 2;
}

.btn__wrap .btn--apply::after {
    content: '';
    position: absolute;
    -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
    transition: all 0.6s cubic-bezier(1, 0, 0, 1);
    width: 100%;
    height: 100%;
    left: 0;
    right: auto;
    bottom: 0;
    background: #0275C2;
}

@media screen and (max-width: 767px) {
    .btn__wrap .btn--apply::before {
        right: 5vw;
    }
}

.btn__container {
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .btn__container {
        display: block;
        margin-bottom: 20px;
    }

    .btn__container>*+* {
        margin-top: 12px;
    }

}

.btn__wrap .btn--apply::after {
    content: '';
    position: absolute;
    -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
    transition: all 0.6s cubic-bezier(1, 0, 0, 1);
    width: 100%;
    height: 100%;
    left: 0;
    right: auto;
    bottom: 0;
    background: #0060a7;
}

.btn__wrap .btn--apply:hover {
    cursor: pointer;
    border: solid 1px #0275C2;
    background-color: #fff;
}

.btn__wrap .btn--apply:hover::after {
    width: 0;
    right: 0;
}

.btn__wrap .btn--apply span.btn__txtbox {
    font-size: 16px;
    line-height: 1.4;
    font-family: リュウミン R-KL;
    color: #fff;
    letter-spacing: 3px;
    -webkit-transition: color 0.5s cubic-bezier(1, 0, 0, 1);
    transition: color 0.5s cubic-bezier(1, 0, 0, 1);
    display: block;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .btn__wrap .btn--apply span.btn__txtbox {
        font-size: 16px;
    }



}



.btn__wrap .btn--apply span.btn__txtbox::before {
    opacity: 0;
    content: '';
    position: absolute;
    top: 50%;
    right: 28px;
    width: 25px;
    height: 7px;
    margin-top: -4px;
    -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
    transition: all 0.6s cubic-bezier(1, 0, 0, 1);
    background-image: url(../../../images/lp/remote/btn_arrow-blue.png);
    background-repeat: no-repeat;
    z-index: 3;
}

.btn__wrap .btn--apply span.btn__txtbox--small {
    font-size: 12px;
    display: block;
    padding-bottom: 0.5em;
}

.btn__wrap .btn--apply:hover span.btn__txtbox {
    color: #0275C2;
}

.btn__wrap .btn--apply:hover span.btn__txtbox::before {
    opacity: 1;
}

.btn--type--02 .btn--apply {
    border: solid 1px #ef4024;
}

.btn--type--02 .btn--apply::before {
    background-image: url(../../../images/common2/btn_arrow-white.svg);
}

.btn--type--02 .btn--apply::after {
    background: #ef4024;
}

.btn--type--02 .btn--apply:hover {
    cursor: pointer;
    border: solid 1px #ef4024;
}

.btn--type--02 .btn--apply span.btn__txtbox {
    color: #fff;
}

.btn--type--02 .btn--apply span.btn__txtbox::before {
    background-image: url(../../../images/common2/btn_arrow-red.svg);
}

.btn--type--02 .btn--apply:hover span.btn__txtbox {
    color: #ef4024;
}


@keyframes slideOut {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(100%, 0, 0);
    }
}

.fixNav--pc {
    display: block;
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
}

.fixNav--pc__item {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 270px;
    width: 62px;
    position: relative;
}

.fixNav--pc__btn {
    padding: 64px 23px 16px;
    background-color: #0275C2;
    border: solid 1px #0275C2;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 3px;
    position: relative;
    display: block;
    box-sizing: border-box;
}

.fixNav--pc__btn::before {
    content: '';
    position: absolute;
    top: 38px;
    left: 24px;
    width: 16px;
    height: 7px;
    background-size: 100%;
    background-image: url(../../../images/common2/btn_arrow-white.svg);
    background-repeat: no-repeat;
    z-index: 2;
}

.fixNav--pc__btn:hover {
    background-color: #fff;
    color: #0275C2;
}

.fixNav--pc__btn:hover::before {
    background-image: url(../../../images/common2/btn_arrow-blue.svg);
    width: 16px;
    height: 7px;
}


.fixNav {
    opacity: 0;
}

@media screen and (max-width: 767px) {
    .fixNav--pc {
        display: none;
    }

    .back-to-top {
        opacity: 0;
    }

    #fixNav {
        height: 70px;
        background: rgba(0, 0, 0, 0.7);
        z-index: 20;
        color: #fff;
        text-align: center;
        left: 0;
    }

    #fixNav .btn__wrap .btn--apply {
        width: 100%;
        height: 56px;
        line-height: 54px;
        padding: 1vw 0;
        border: solid 1px #0275C2;
        color: #fff;
    }

    #fixNav .btn__wrap .btn--apply span {
        letter-spacing: 3px;
        position: relative;
        font-size: 16px;
        line-height: 1.4;
        z-index: 2;
    }

    #fixNav .btn__wrap .btn--apply::before {
        background-image: url(../../../images/common2/btn_arrow-white.svg);
    }

    #fixNav .btn__wrap .btn--apply::after {
        background-color: #0275C2;
    }

    .fixNav_inner {
        padding: 4px 2.666666667vw;
        box-sizing: border-box;
        display: flex;
    }

    .fixNav_col {
        padding: 4px 0;
        box-sizing: border-box;
        flex-basis: auto;
        flex-grow: 1;
    }

    .fixNav_col.btn__wrap {
        margin: 0;
    }

    #copyright-wrap {
        padding: 20px 0 110px;
    }
}

.fixNav-up {
    -webkit-animation: fadeInUp .5s ease 0s 1 forwards;
    animation: fadeInUp .5s ease 0s 1 forwards;
}

.fixNav-down {
    -webkit-animation: fadeInDown .5s ease 0s 1 forwards;
    animation: fadeInDown .5s ease 0s 1 forwards;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.text_box>* {
    color: #000;
}

.myfirstplan__ttl {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.myfirstplan__note {
    font-size: 14px;
    text-align: center;
    margin-bottom: 60px;
}

.myfirstplan__caption {
    font-size: 12px;
    margin: 5px 0;
}

.kv {
    padding-top: 54%;
    padding-bottom: 100px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.kv__img {
    position: absolute;
    right: 0;
    top: 0;
    width: 88vw;
}

.kv__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kv__catch {
    background: #fff;
    padding: 6vw 7vw 6vw 7vw;
    margin-left: 1vw;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fadcd6;
}

.kv__heading {
    margin: 0;
    max-width: 344px;
    margin-bottom: 50px;
}

.kv__logo {
    display: block;
    max-width: 120px;
    margin: 50px auto 60px;
}

.kv__txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.kv__note {
    font-size: 14px;
    font-weight: normal;
}

.underline {
    position: relative;
}

.underline_txt {
    padding: 0 2px 0 5px;
    position: relative;
    z-index: 10;
}

.underline::before {
    content: '';
    position: absolute;
    bottom: -4px;
    background-color: #f4af0a;
    width: 100%;
    height: 10px;
    z-index: 1;
}

.advice {
    margin-top: 4%;
}

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

    .advice {
        margin-bottom: 100px;
    }
}

.advice__items {
    margin: 10% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.advice__item {
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
    text-align: center;

    width: 260px;
    height: 260px;
    margin: 0 3% 0;
    border-radius: 130px;
    border: solid 2px #f3e59a;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

@media only screen and (max-width: 625px) {
    .advice__item {
        margin: 3%;
        font-size: 12px;
        width: 150px;
        height: 150px;
    }
}

@media only screen and (max-width: 375px) {}

@media only screen and (max-width: 320px) {
    .advice__item {
        font-size: 11px;
        width: 130px;
        height: 130px;
    }
}



.trouble_container {
    position: relative;
    width: 88%;
    max-width: 1080px;
    padding: 30px 0;
    margin: 60px auto;
}

.trouble.myfirstplan__ttl {
    margin: 0;
}

.trouble__items {
    width: 88%;
    margin: 30px auto 0;
}

.trouble__item {
    position: relative;
    width: 100%;
}

.trouble__item:nth-of-type(n+2) {
    margin-top: 18%;
}

.trouble__item:nth-of-type(n+2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 0;
    padding-top: 4.75%;
    margin-top: -9.5%;
    background: url(../../../images/lp/ouchi/trouble_arrow.svg) 50% 0 no-repeat;
    background-size: contain;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
    .trouble__container {
        padding: 60px 0;
        margin: 80px auto 60px;
    }

    .trouble__items {
        margin: 60px auto 40px;
    }

    .trouble__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
    }

    .troubleitem__img {
        width: 46%;
    }

    .troubleitem__txt {
        width: 47.5%;
    }

    .troubleitem__heading {
        margin: 20px 0 0;
    }
}

.cpn-banner {
    bottom: calc(50% - 350px);
}

@media screen and (max-width: 767px) {
    .cpn-banner {
        bottom: 80px;
    }

}


.fixNav--pc a,
.fixNav--pc a:visited {
    color: #fff
}


.advice__box p {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .advice__box p {
        line-height: 1.4;
    }
}

.advice__box .advice__note {
    font-size: 18px;
    line-height: 1.7;
    font-weight: normal;
}

.fz24 {
    font-size: 24px;
}

.fz30 {
    font-size: 30px;
}

.fz38 {
    font-size: 38px;
}

.fz42 {
    font-size: 42px;
}

/*
.y_line {
    background: linear-gradient(transparent 60%, #fbe383 60%);
}*/

.trouble__container {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 88%;
    max-width: 1080px;
    padding: 20px 0 30px 0;
    margin: 0 auto;
    margin-bottom: 3%;
}

@media screen and (max-width: 767px) {
    .trouble__container {
        display: block;
        justify-content: space-between;
        position: relative;
        width: 100%;
        max-width: 1080px;
        padding: 20px 0 30px 0;
        margin: 0 auto;
        margin-bottom: 3%;
    }
}

.trouble__ttl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    line-height: 1.7;
    font-size: 28px;
    margin-left: 40px;
}

@media screen and (max-width: 767px) {
    .trouble__ttl {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        color: #fff;
        line-height: 1.7;
        position: absolute;
        right: 10%;
        top: -121px;
    }
}

@media screen and (max-width: 450px) {
    .trouble__ttl {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        color: #fff;
        line-height: 2.2;
        font-size: 6vw;
        position: absolute;
        right: 10%;
        top: -76px;
    }

}

.trouble__img {
    margin-top: 60px;
    margin-left: 20px;
}


.trouble__ttl .phrase1 {
    /* background-color: #000;*/
    padding: 8px;
}

.trouble__ttl .phrase2 {
    /*background-color: #000;*/
    padding: 8px;
    margin-top: 1.5em;
}

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

    .trouble__ttl .phrase2 {
        /*background-color: #000;*/
        padding: 8px;
        margin-top: 0;
    }
}

.trouble__items p {
    font-size: 1.2vw;
    text-align: center;
}

.trouble__item01 {
    position: absolute;
    top: 67%;
    left: 11%;

}

.trouble__item02 {
    position: absolute;
    top: 10%;
    left: 10%;
}

.trouble__item03 {
    position: absolute;
    top: 15%;
    left: 5%;
}
.online {
    background: url(../../../images/lp/remote/remote_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .online {
        background: url(../../../images/lp/remote/remote_bg_sp.jpg);
    }
}

.online__heading {
    display: inline-block;
    position: relative;
    margin-bottom: 30px
}

.online__heading h2 {
    text-align: center;
    line-height: 1.4;
    font-size: 43px;
    margin: 0 auto;
    margin-bottom: 40px;
    display: inline-block;
}

.online__heading:before {
    content: "";
    position: absolute;
    background-image: url(../../../images/lp/remote/remote_hd_bg.png);
    background-repeat: no-repeat;
    width: 440px;
    height: 85px;
    left: -27px;
    top: -14px;
}

.online__heading:after {
    content: "";
    position: absolute;
    background-image: url(../../../images/lp/remote/remote_hd_bg_after.png);
    background-repeat: no-repeat;
    width: 440px;
    height: 85px;
    left: 266px;
    top: -14px;
}

/*safari*/
_::-webkit-full-page-media,
_:future,
:root .online__heading:before {
    left: -27px;
}

_::-webkit-full-page-media,
_:future,
:root .online__heading:after {
    left: 267px;
}

/*firefox*/

@-moz-document url-prefix() {
    .online__heading:before {
        left: -26px;
    }

    .online__heading:after {
        left: 277px;
    }
}



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

    .online__heading h2 {
        text-align: center;
        line-height: 1.4;
        font-size: 43px;
        position: relative;
        margin: 0 auto;
        width: 100%;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 450px) {
    .online__heading h2 {
        font-size: 30px;
    }

    .online__heading:before {
        width: 440px;
        height: 85px;
        left: -27px;
        top: -22px;
    }

    .online__heading:after {
        width: 440px;
        height: 85px;
        left: 153px;
        top: -22px;
    }

    /*safari*/
    _::-webkit-full-page-media,
    _:future,
    :root .online__heading:before {
        left: -27px;
    }

    _::-webkit-full-page-media,
    _:future,
    :root .online__heading:after {
        left: 154px;
    }




}

.online__items>*+* {
    margin-top: 70px;
}

@media screen and (max-width: 767px) {
    .online__items>*+* {
        margin-top: 40px;
    }

}

.online__item {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 767px) {
    .online__item {
        display: block;
    }

}

.ouchi.online__item:before,
.seminar.online__item:before,
.visit.online__item:before {
    content: "";
    position: absolute;
    left: -27px;
    top: -27px;
    background-image: url(../../../images/lp/remote/left_top.png);
    background-repeat: no-repeat;
    width: 142px;
    height: 142px;
}



.ouchi.online__item:after,
.seminar.online__item:after,
.visit.online__item:after {
    content: "";
    position: absolute;
    right: -27px;
    top: -27px;
    background-image: url(../../../images/lp/remote/right_top.png);
    background-repeat: no-repeat;
    width: 142px;
    height: 142px;
}


.ouchi .left__box:before,
.seminar .left__box:before {
    content: "";
    position: absolute;
    left: -27px;
    bottom: -27px;
    background-image: url(../../../images/lp/remote/left_top.png);
    background-repeat: no-repeat;
    width: 142px;
    height: 142px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.ouchi .right__box:before,
.seminar .right__box:before {
    content: "";
    position: absolute;
    right: -27px;
    bottom: -27px;
    background-image: url(../../../images/lp/remote/right_top.png);
    background-repeat: no-repeat;
    width: 142px;
    height: 142px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}


.online__item.walkthrough:before {
    content: "";
    position: absolute;
    left: -47px;
    bottom: -49px;
    background-image: url(../../../images/lp/remote/left_top.png);
    background-repeat: no-repeat;
    width: 142px;
    height: 142px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}



.online__item.walkthrough:after {
    content: "";
    position: absolute;
    right: -47px;
    bottom: -49px;
    background-image: url(../../../images/lp/remote/right_top.png);
    background-repeat: no-repeat;
    width: 142px;
    height: 142px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
    .online__item.walkthrough:before {
        left: -43px;
        bottom: -45px;
    }

    .online__item.walkthrough:after {
        right: -43px;
        bottom: -45px;
    }
}

.modelhouse {
    background-color: #fff;
    padding-bottom: 1px;
}

.online__item.walkthrough {
    margin: 20px;
    background-color: #eee;
    border: 1px solid #bfbfbf;
    border-radius: 8px;
}



@media screen and (max-width: 767px) {
    .online__item.walkthrough {
        margin: 15px;
    }
}

.online__item.walkthrough h3 {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 22px;
}

@media screen and (max-width: 870px) {
    .online__item.walkthrough h3 {
        margin-top: 15px;
        margin-bottom: 5px;
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .online__item.walkthrough h3 {
        margin: 35px 15px 15px 15px;

    }
}

.walkthrough.online__item .right__box p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
    .walkthrough.online__item .right__box p {
        font-size: 1.2vw;
    }
}

@media screen and (max-width: 767px) {
    .walkthrough.online__item .right__box p {
        font-size: 16px;
    }
}


#main .online__item .left__box img {
    width: 100%;
}

.online__item.walkthrough .left__box img {
    border-radius: 8px 0 0 8px;
}

@media screen and (max-width: 767px) {
    .online__item.walkthrough .left__box img {
        border-radius: 8px 8px 0 0;
    }
}

.online__item h3 {
    font-size: 28px;
    line-height: 1.2;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 30px;
    letter-spacing: 0.01em;
}

@media screen and (min-width: 768px) {
    .seminar.online__item h3 {
        margin-top: 90px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .seminar.online__item h3 {
        margin-top: 50px;
        margin-bottom: 25px;
    }
}


@media screen and (max-width: 767px) {
    .online__item h3 {
        margin-top: 45px;
        margin-bottom: 25px;
    }
}


/*
.y-line2 {
    background: linear-gradient(transparent 80%, #fbe383 80%);
}*/

.online__item .right__box {
    width: 52.8%;
}

@media screen and (max-width: 767px) {
    .online__item .right__box {
        width: 100%;
        padding-bottom: 60px;
    }

    .modelhouse .online__item .right__box {
        width: 100%;
        padding-bottom: 30px;
    }

}

.online__item .right__box p {
    font-size: 16px;
    line-height: 1.7;
    font-family: リュウミン R-KL;
}

@media screen and (max-width: 1000px) {
    .online__item .right__box p {
        font-size: 1.2vw;
    }
}

@media screen and (max-width: 767px) {
    .online__item .right__box p {
        font-size: 16px;
        margin: 0 15px;
    }
}


.online__item .detail__btn {
    margin-top: 40px;
    height: 40px;
}



@media screen and (max-width: 1000px) {
    .online__item .detail__btn {
        margin-top: 25px;

    }
}


@media screen and (min-width: 768px) {

    .seminar.online__item .detail__btn,
    .modelhouse .online__item .detail__btn {
        margin-top: 25px;
    }
}

.walkthrough.online__item .detail__btn {
    margin-top: 15px;
}


@media screen and (min-width: 768px) and (max-width: 810px) {
    .walkthrough.online__item .detail__btn {
        margin-top: 4px;
    }

}

.online__item .detail__btn p {
    color: #0f4a76;
    margin-bottom: 0;
    font-size: 16px;
    font-family: リュウミン R-KL;
}

.online__item .detail__btn a {
    color: #fff;
    text-decoration: none;
    background-color: #0b72be;
    font-size: 16px;
    padding: 0 70px;
    font-family: リュウミン R-KL;
    display: inline-block;
    line-height: 42px;
    border: 1px solid #0074c5;
    border-radius: 2px;
}


@media screen and (min-width: 768px) and (max-width: 1000px) {
    .walkthrough.online__item .detail__btn a {
        line-height: 22px;
        padding: 6px 60px;
    }
}

@media screen and (max-width: 767px) {
    .online__item .detail__btn a {
        color: #fff;
        text-decoration: none;
        background-color: #0b72be;
        font-size: 16px;
        padding: 0 20px;
        font-family: リュウミン R-KL;
        display: inline-block;
        line-height: 38px;
    }
}




@media screen and (max-width: 767px) {
    .walkthrough.online__item .detail__btn a {
        color: #fff;
        text-decoration: none;
        background-color: #0b72be;
        border: 1px solid #0b72be;
        font-size: 16px;
        font-family: リュウミン R-KL;
        line-height: 38px;
    }
}

@media screen and (max-width: 360px) {
    .walkthrough.online__item .detail__btn a {
        font-size: 14px;
    }
}


.online__item .detail__btn a:hover {
    opacity: 1;
    background-color: #fff;
    color: #0074c5;
    border: 1px solid #0074c5;
}

/* counsel */
.counsel {
    background-image: url(../../../images/lp/remote/remote_bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    font-size: 14px;
    line-height: 1.7;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

.counsel .container {
    max-width: 1080px;
    padding: 0 10px;
}

@media screen and (max-width: 767px) {
    .counsel {
        background-image: url(../../../images/lp/remote/remote_bg2_sp.jpg);
        padding: 20px 0;
    }
}

.counsel__heading {
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .counsel__heading {
        margin-bottom: 30px;
    }
}
.counsel__heading h2 {
    color: #01355c;
    text-align: center;
    line-height: 1.4;
    font-size: 28px;
    position: relative;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .counsel__heading h2 {
        font-size: 22px;
    }
}
.counsel__heading p {
    text-align: center;
}

.fzUp {
    font-size: 120%;
}

/* prevention */
.prevention {
    text-align: center;
    background-color: #eeefef;
    border-radius: 5px;
    position: relative;
    padding: 35px 30px 20px 30px;
}

@media screen and (max-width: 767px) {
    .prevention {
        padding: 15px 20px 20px 20px;
    }
}

.prevention__heading p {
    position: absolute;
    width: 100%;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
    .prevention__heading p {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        margin-bottom: 5px;
    }
}

.prevention__heading h3 {
    color: #fff;
    background-color: #3b2828;
    margin: 5px auto 20px auto;
    font-weight: 700;
    font-size: 20px;
    width: 500px;
    text-align: center;
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    border-radius: 5px;
    padding: 3px 0;
}

@media screen and (max-width: 767px) {
    .prevention__heading h3 {
        width: 100%;
        text-align: center;
        position: relative;
        top: 0;
        border-radius: 5px;
        padding: 8px 0;
        margin-bottom: 0;
        line-height: 1.2;
        font-size: 15px;
    }
}

.prevention__items {
    background-color: #fff;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
    .prevention__items {
        background-color: #fff;
        border-radius: 5px 5px 0 0;
        display: inline-block;
        margin: 0;
        vertical-align: top;
    }
}

.prevention__list {
    display: flex;
    justify-content: space-between;
    padding-top: 32px;
    margin-top: 28px;
    padding: 40px 30px 15px 30px;
}

.scroll_cap {
    display: none;
}
@media screen and (max-width: 767px) {
    .prevention__list {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-top: 32px;
        margin-top: 0;
        padding: 10px 30px 15px 30px;
    }


    .scroll-wrap {
        width: 90%;
        padding: 5%;
        overflow-x: scroll;
    }

    .scroll-wrap::-webkit-scrollbar {
        height: 10px;
    }

    .scroll-wrap::-webkit-scrollbar-thumb {
        background: #b2b2b2;
        border-radius: 5px;
    }

    .scroll-wrap::-webkit-scrollbar-track-piece {
        background: #fff;
    }

    .scroll_cap {
        text-align: left;
        display: block;
        font-size: 12px;
        margin: 0 0 0 10px;
        color:#005ec7;
    }


}

.prevention .notes {
    font-size: 12px;
    text-align: left;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .prevention .notes {
        margin-top: 5px;
    }
}

/* search */
.search__container {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    flex-wrap: nowrap;
    margin: 30px auto;
}

@media screen and (max-width: 767px) {
    .search__container {
        display: block;
        margin: 20px auto;
    }

    .search__container>*+* {
        margin-top: 20px;
    }
}

.search__box {
    background-color: #0b72be;
    border-radius: 5px;
    width: 49%;
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .search__box {
        width: 100%;
        padding-bottom: 3%;
    }
}
.search__box a{
    line-height: 1.2;
    padding: 10px 0;
    font-size: 15px;
    letter-spacing: 0;
}
@media screen and (max-width: 767px) {
    .search__box a{
        font-size: 13.5px;
        
    }
}

.search__heading h3 {
    color: #fff;
    margin: 5px auto;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    padding: 3px 0;
}

@media screen and (max-width: 767px) {
    .search__heading h3 {
        font-size: 20px;
        padding: 5px 0 1px 0;
    }
}

.search__inner {
    background-color: #fff;
    border-radius: 5px;
    margin: 0 20px 0 20px;
    padding: 20px;
    min-height: 310px;
}

@media screen and (max-width: 767px) {
    .search__inner {
        margin: 0 3%;
        padding: 15px;
        min-height: auto;
    }
}
.search__inner > p{
    font-weight: bold;
    margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
    .search__inner > p{
        font-size: 13px;
    }
}
.btn__items1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.btn__items1 .btn__item {
    width: calc(33.33% - 7px);
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}


.btn__items2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}

.btn__items2 .btn__item {
    width: calc(33.33% - 7px);
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
.btn__items2 .btn__item:last-child{
    margin-bottom: 0!important;
}
.btn__items1 .near{
    width: 100%;
}
.btn__items1 .near .btn-near{
    display: block;
    width: 100%;
    background: #fff;
    border: solid 1px #ffa745;
    color: #e89841;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .btn__items1 .near .btn-near:hover{
        color: #fff;
        background: #ffa745;
        opacity: 1;
    }
}
.btn__items3 {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    min-height: 50px
}

.btn__items3 .btn__item {
    width: calc(50% - 5px);
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}


.search__box .btn__item:nth-child(3n) {
    margin-right: 0;
}

.search__box .btn__item.btn_or {
    background-color: #ffa745;
    border: 1px solid #ffa745;
}

.search__box .btn__item.btn_or a {
    color: #fff;
    display: block;
}

.search__box .btn__item.btn_or:hover {
    background-color: #fff;
    color: #e89841;
    border: 1px solid #ffa745;
    opacity: 1;
}

.search__box .btn__item.btn_or a:hover {
    color: #e89841;
    opacity: 1;
}


.search__box .btn__item.btn_blank {
    opacity: 0;
}

.search__box .btn__item.btn_wh {
    width: calc(33.33% - 7px);
    text-align: center;
    color: #0074c5;
    margin-bottom: 10px;
    border: 1px solid #0074c5;
}

.search__box .btn__item.btn_wh a {
    color: inherit;
}

.search__box .btn__item.btn_wh2 {
    width: calc(50% - 5px);
    text-align: center;
    color: #0074c5;
    margin-bottom: 10px;
    border: 1px solid #0074c5;
}

.search__box .btn__item.btn_wh a,
.search__box .btn__item.btn_wh2 a {
    display: block;
}

.search__box .btn__item.btn_wh a:hover,
.search__box .btn__item.btn_wh2 a:hover {
    color: #fff;
    opacity: 1;
}

.search__box .btn__item.btn_gr {
    background-color: #4fc1b5;
    border: 1px solid #4fc1b5;
}
.search__box .btn__item.btn_gr.others {
    background-color: #4ca3a8;
    border: 1px solid #4ca3a8;
}
.search__box .btn__item.btn_gr a {
    color: #fff;
    display: block;
}

.search__box a:hover {
    opacity: 0.6;
}


.search__box .btn__item.btn_gr:hover {
    background-color: #fff;
    color: #4fc1b5;
    border: 1px solid #4fc1b5;
    opacity: 1;
}

.search__box .btn__item.btn_gr a:hover {
    color: #4fc1b5;
    opacity: 1;
}

.search__box .btn_wh:hover {
    opacity: 1;
    background-color: #0074c5;
    color: #fff;
}

.search__box .btn_wh2:hover {
    opacity: 1;
    background-color: #0074c5;
    color: #fff;
}

.btn__items4 .btn__item {
    width: 100%;
    display: block;
    text-align: center;
}

.btn__items4 .btn__item a {
    color: #fff;
    display: block;
    background-color: #0069b2;
    border: 1px solid #0069b2;
}


.search-point a {
    cursor: pointer;
}


/*スクロール時エフェクト*/

.Text-Span4 {
    position: relative;
    z-index: 1;
}

.Text-Span4:after {
    content: '';
    position: absolute;
    left: 0;
    top:
        14px;
    width: 100%;
    height: 0;
    background: #000;
    z-index: -1;
    transition: all 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
}

.phrase2.Text-Span4:after {
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
}




.Text-Span4.isActive:after {
    top: 14px;
    height: 100%;
    width: 100%;
    transform: translateY(-14px);
}

/*マーカーアニメーション イエローマーカー*/
.marker-animation.active {
    background-position: -100% .5em;
}



.marker-animation {
    background-image:
        -webkit-linear-gradient(left, transparent 50%, rgb(251, 227, 131) 50%);
    background-image: -moz-linear-gradient(left,
            transparent 50%, rgb(251, 227, 131) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%,
            rgb(251, 227, 131) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(251, 227, 131) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(251, 227, 131) 50%);
    background-repeat: repeat-x;
    background-size: 200% .4em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}

/*IE11 調整*/
@media all and (-ms-high-contrast: none) {

    .marker-animation {
        background-position: 0 .9em;
    }

    .marker-animation.active {
        background-position: -100% .9em;
    }
}
    _:-ms-lang(x)::-ms-backdrop,
    .marker-animation {
        background-position: 0 .9em;
    }

    _:-ms-lang(x)::-ms-backdrop,
    .marker-animation.active {
        background-position: -100% .9em;
    }

/*IE調整　END*/

/*マーカーアニメーション ブラックマーカー*/
.marker-animation2.active {
    background-position: -100% .5em;
    background: #000;
}

.marker-animation2 {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(0, 0, 0) 50%);
    background-image:
        -moz-linear-gradient(left, transparent 50%, rgb(0, 0, 0) 50%);
    background-image: -ms-linear-gradient(left,
            transparent 50%, rgb(0, 0, 0) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(0, 0,
                0) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(0, 0, 0) 50%);
    background-repeat:
        repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}

/*safari　位置調整*/


::-webkit-full-page-media,
_:future,
:root #main .remote_KV .kv_scroll {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    max-width: 50px;
    margin: auto;
}

_::-webkit-full-page-media,
_:future,
:root .phrase1 {
    padding: 8px;
    /*margin-top: 1.5em;*/
    position: relative;
}

_::-webkit-full-page-media,
_:future,
:root .Text-Span4 {
    position: relative;
    z-index: 1;
}


_::-webkit-full-page-media,
_:future,
:root .phrase1.Text-Span4:after {
    content: '';
    position: absolute;
    left: -2px;
    top: 0;
    width: 100%;
    height: 0%;
    background: #fff;
    z-index: -1;

}

_::-webkit-full-page-media,
_:future,
:root .phrase1.Text-Span4.isActive:after {
    height: 100%;
    width: 100%;
    transform: translateY(0);
    left: -2px;
    top: 0;
    background: #000;
}

_::-webkit-full-page-media,
_:future,
:root .phrase2 {
    padding: 8px;
    position: relative;
}

_::-webkit-full-page-media,
_:future,
:root .phrase2.Text-Span4:after {
    content: '';
    position: absolute;
    left: -96px;
    top: -2px;
    width: 43px;
    height: 0%;
    background: #fff;
    z-index: -1;

}

_::-webkit-full-page-media,
_:future,
:root .phrase2.Text-Span4.isActive:after {
    height: 100%;
    width: 100%;
    transform: translateY(0);
    left: -96px;
    background: #000;
    top: -2px;
}

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

    _::-webkit-full-page-media,
    _:future,
    :root .phrase1 {
        padding: 8px;
        /*margin-top: 1.5em;*/
        position: relative;
    }

    _::-webkit-full-page-media,
    _:future,
    :root .phrase1.Text-Span4:after {
        content: '';
        position: absolute;
        left: -8px;
        top: 0;
        width: 100%;
        height: 0%;
        background: #fff;
        z-index: -1;

    }

    _::-webkit-full-page-media,
    _:future,
    :root .phrase1.Text-Span4.isActive:after {
        height: 100%;
        width: 100%;
        transform: translateY(0);
        left: -8px;
        top: 0;
        background: #000;
    }

    _::-webkit-full-page-media,
    _:future,
    :root .trouble__ttl .phrase2 {
        margin-top: 24px;
        padding: 8px;
        position: relative;
    }

    _::-webkit-full-page-media,
    _:future,
    :root .phrase2.Text-Span4:after {
        content: '';
        position: absolute;
        left: -46px;
        top: 0;
        width: 100%;
        height: 0%;
        background: #fff;
        z-index: -1;

    }

    _::-webkit-full-page-media,
    _:future,
    :root .phrase2.Text-Span4.isActive:after {
        height: 100%;
        width: 100%;
        transform: translateY(0);
        left: -46px;
        background: #000;
        top: 0;
    }


}


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

    _::-webkit-full-page-media,
    _:future,
    :root .phrase1.Text-Span4:after {
        left: -10px;
    }

    _::-webkit-full-page-media,
    _:future,
    :root .phrase1.Text-Span4.isActive:after {
        left: -10px;
    }

    _::-webkit-full-page-media,
    _:future,
    :root .phrase2.Text-Span4:after {
        left: -110px;
    }

    _::-webkit-full-page-media,
    _:future,
    :root .phrase2.Text-Span4.isActive:after {
        left: -110px;
    }
}


/*winのみ*/
/*マーカーアニメーション イエローマーカー*/
.win .marker-animation.active {
    background-position: -100% 0.9em;
}

.win .marker-animation {
    background-position: 0 0.9em;
}






.img-wrap {
  overflow: hidden;
  position: relative;
}

.img-wrap:before,
.img-wrap:after {
  animation: 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}

.img-wrap:before {
  animation-name: img-wrap-before;
  left: 0;
  right: 50%;
}

.img-wrap:after {
  animation-name: img-wrap-after;
  left: 50%;
  right: 0;
}

@keyframes img-wrap-before {
  100% {
    transform: translateY(100%);
  }
}

@keyframes img-wrap-after {
  100% {
    transform: translateY(-100%);
  }
}


@media screen and (max-width:768px) {
.spslideimg img {
    height: 70%;
    top: -50px;
    position: relative;
}
}
