@charset "utf-8";

/* --------------------------------------------------------------
　　basic
-------------------------------------------------------------- */

html{
	width:100%;
    height: 100%;
	font-size: 62.5%;
}
@media only screen and (max-width: 1200px) {
    html {
        font-size: 0.835vw;
    }
}
@media only screen and (max-width: 767px) {
    html {
        font-size: 2.335vw;
    }
}

body{
    color: #000;
	margin:0;
	text-align: left;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:1.6rem;
	line-height:1.6;
	-webkit-text-size-adjust: 100%;/*for iphone safari added 20171220 astec*/
    height:100%;
	width:100%;
}
@media only screen and (max-fwidth: 1064px) {
    body{
    }
}
@media only screen and (max-width: 767px) {
    body{
        font-size: 1.5rem;
        min-width: auto;
    }
}

img{
	margin:0;
	border:none;
	vertical-align:bottom;
    max-width: 100%;
    height: auto;
}

div, p, ul, li, h1, h2, h3 ,h4,dl,dt,dd,figure{	
	margin:0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

ul{
	list-style: none;
}

*{
    box-sizing: border-box;
}

/* --------------------------------------------------------------
　　head
-------------------------------------------------------------- */

@media only screen and  (min-width: 768px) {
    div.head {
    height: 138px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    }

    div.head p.site_logo{
    position: absolute;
    width: 108px;
    top:16px;
    left:3px;
    }

    div.head p.etc_link{
    position: absolute;
    width: 500px;
    top:22px;
    right:3px;
    text-align: right;
    }

    div.head p.etc_link a{
    margin-right: 1em;
    }
}

@media only screen and  (max-width: 767px) {
    div.head {
    background: #fff;
    }
    
    div.head {
    position:relative;
    margin: 0 auto;
    height: 50px;
    }
    
    div.head .site_logo{
    position: absolute;
    top: 3px;
    left: 13px;
    }
    
    div.head .site_logo img{
    height: 47px;
    width: auto;
    }
    
    div.head .etc_link{
    text-align: center;
    padding: 24px 0 0;
    }
    
    div.head .etc_link a:nth-child(1){
    display: none;
    }
    
    div.head .etc_link a img{
    width:120px;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 2px;
    }
}

/* --------------------------------------------------------------
　　foot
-------------------------------------------------------------- */
@media only screen and  (min-width: 768px) {
    #foot{
        position:relative;
        background-color:#eee;
        padding-bottom:80px;
        margin-top:40px;
        color:#000;
    }
    #foot .lnk{
        position:absolute;
        bottom:30px;
        left:20px;
        font-size:0.7em;
    }
    #foot .lnk li{
        display:inline;
        padding:0 16px 0 10px;
    }
    #foot .lnk li a{
        text-decoration:none;
        color:#000;
    }
    #foot .co{
        position:absolute;
        bottom:30px;
        right:20px;
        font-size:0.55em;
    }
}

@media only screen and  (max-width: 767px) {
    #foot{
        background-color:#dddddd;
        font-size: 3vw;
    }

    #foot .lnk ul,
    #foot>div,
    #foot .lnk{
        margin: 0;
        padding: 0;
    }

    #foot .lnk ul:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    }

    #foot .lnk ul li{
        float:left;
        width:calc( 50% - 1px );
        border-top:solid 1px #fff;
        border-bottom:solid 1px #fff;
    }

    #foot .lnk ul li:nth-child(2){
        border-left:solid 1px #fff;
    }

    #foot .lnk ul li a{
        padding:3vw 0;
        display:block;
        text-align:center;
        color: #000;
    }

    #foot .co{
        padding:4vw 0;
        text-align:center;
    }
}


/* --------------------------------------------------------------
　　common
-------------------------------------------------------------- */

.esp-lp__cmn-btn{
    text-align: center;
    margin: 3rem auto 0;
    max-width: 48rem;
    color: #FFF;
}

.esp-lp__cmn-btn--p{
    color: #FFF;
}
@media only screen and (max-width: 767px) {
    .esp-lp__cmn-btn--p{
        text-shadow: 0 0.3rem 0.3rem rgba(0,0,0,0.5);
    }
}

.esp-lp__cmn-text__h2{
    color: #0675d3;
    font-size: 3.2rem;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .esp-lp__cmn-text__h2{
        font-size: 2.7rem;
    }
}

.esp-lp__cmn-btn--contact{
    background-color: #02a4e3;
    box-shadow: 0 0.5rem 0 #017eae;
    border-radius: 1rem;
    color: #FFF;
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 0.5rem;
    padding: 1.3rem;
    transition: all 0.3s;
}

.esp-lp__cmn-btn--contact:hover{
    box-shadow: none;
    transform: translateY(0.5rem);
    filter: brightness(1.1);
    text-decoration: none;
}

.esp-lp__cmn-btn--contact::after{
    content: "";
    display: inline-block;
    background: url(/katsubun/asset/images/lp/esp/interactive_search/icon_contact.svg) no-repeat center;
    background-size: contain;
    width: 2.8rem;
    height: 2.1rem;
    margin-left: 0.6rem;
    transform: translateY(0.2rem);
}

@media only screen and (max-width: 767px) {
    .esp-lp__cmn-pinch-out::after{
        content: "ピンチアウトで拡大をし画像をご確認頂けます";
        background: url(/katsubun/asset/images/lp/esp/interactive_search/icon_pinch_out.svg) no-repeat left;
        background-size: contain;
        padding: 0 0 0 2.5rem;
        display: block;
        margin-top: 1rem;
        font-size: 1.4rem;
    }
}


/* --------------------------------------------------------------
　　rayout
-------------------------------------------------------------- */

.disp-sp{
    display: none;
}
@media only screen and (max-width: 767px) {
    .disp-sp{
        display: block;
    }
    .disp-pc{
        display: none;
    }
}

.esp-lp__cmn-container__l{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
@media only screen and (max-width: 1260px) {
    .esp-lp__cmn-container__l{
        max-width: none;
        padding: 0 3rem;
    }
}
@media only screen and (max-width:767px) {
    .esp-lp__cmn-container__l{
        padding: 0 2rem;
    }
}
.esp-lp__cmn-container__s{
    max-width: 1000px;
    margin: 0 auto;
}
@media only screen and (max-width: 1060px) {
    .esp-lp__cmn-container__s{
        max-width: none;
        padding: 0 3rem;
    }
}
@media only screen and (max-width:767px) {
    .esp-lp__cmn-container__s{
        padding: 0 2rem;
    }
}


/* --------------------------------------------------------------
　　section
-------------------------------------------------------------- */
.esp-lp__hero{
    background: url(/katsubun/asset/images/lp/esp/interactive_search/img_mv.webp) no-repeat center;
    background-size: cover;
    padding: 6.5rem 0 7.5rem;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .esp-lp__hero{
        text-align: center;
        background: url(/katsubun/asset/images/lp/esp/interactive_search/img_mv_sp.webp) no-repeat center;
        background-size: cover;
        padding: 5rem 0;
    }
}

.esp-lp__hero::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;

}

.esp-lp__hero--h1{
    color: #FFF;
    font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
    .esp-lp__hero--h1{
        font-size: 2.3rem;
        text-shadow: 0 0.3rem 0.3rem rgba(0,0,0,0.5);
    }
}

.esp-lp__hero--h1 strong{
    color: #63ecfc;
    font-size: 4rem;
}
@media only screen and (max-width: 767px) {
    .esp-lp__hero--h1 strong{
        font-size: 3.4rem;
    }
}

.esp-lp__hero--p{
    color: #FFF;
    font-size: 1.8rem;
    margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
    .esp-lp__hero--p{
        text-shadow: 0 0.3rem 0.3rem rgba(0,0,0,0.5);
    }
}

.esp-lp__hero--btn{
    max-width: 35rem;
    margin: 5.5rem 0 0;
}
@media only screen and (max-width: 767px) {
    .esp-lp__hero--btn{
        max-width: none;
    }
}

.esp-lp__section01{
    padding: 8rem 0 7rem;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section01{
        padding: 5rem 0;
    }
}

.esp-lp__section01__p{
    font-size: 1.9rem;
    line-height: 2.1;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section01__p{
        font-size: 1.8rem;
    }
}

.esp-lp__section01__sup{
    font-size: 1.4rem;
    margin-top: 2.5rem;
}

.esp-lp__section02{
    background: #4EBFEB;
    background: linear-gradient(90deg,rgba(78, 191, 235, 1) 0%, rgba(78, 149, 209, 1) 100%);
    padding: 9rem 0;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section02{
        padding: 5rem 0;
    }
}

.esp-lp__section02--h2{
    color: #FFF;
}

.esp-lp__section02--slider{
    background: #FFF;
    border-radius: 2rem;
    box-shadow: 0 0.3rem 1rem rgba(0,0,0,0.25);
    padding: 3rem;
    position: relative;
    max-width: 1110px;
    margin: 5rem auto 0;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section02--slider{
        padding: 2rem;
    }
}

.esp-lp__section02--slider__item{
    text-align: center;
}

.esp-lp__section02 .slick-slider{
    -ms-touch-action: auto;
    touch-action: auto;
}

.esp-lp__section02--slider .slick-arrow{
    background: url(/katsubun/asset/images/lp/esp/interactive_search/arrow_slider.svg);
    background-size: contain;
    border: none;
    text-indent: -9999px;
    font-size: 0;
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section02--slider .slick-arrow{
        width: 3rem;
        height: 3rem;
    }
}

.esp-lp__section02--slider .slick-arrow.slick-prev{
    left: -2.4rem;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section02--slider .slick-arrow.slick-prev{
        left: -1.5rem;
    }
}

.esp-lp__section02--slider .slick-arrow.slick-next{
    right: -2.4rem;
    transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 767px) {
    .esp-lp__section02--slider .slick-arrow.slick-next{
        right: -1.5rem;
    }
}

.esp-lp__section03{
    padding: 9rem 0 10rem;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section03{
        padding: 5rem 0;
    }
}

.esp-lp__section03--p{
    font-size: 1.7rem;
    margin-top: 4rem;
    line-height: 2.1;
}

.esp-lp__section03__flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 7rem;
}

.esp-lp__section03__flex--box{
    width: calc(50% - 2rem);
    position: relative;
    padding: 6rem 3.5rem 4rem;
    border-radius: 2rem;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section03__flex--box{
        width: 100%;
        padding: 5rem 2rem 3rem;
    }
}

.esp-lp__section03__flex--box.-left{
    background-color: #eeeeee;
}

@media only screen and (max-width: 767px) {
    .esp-lp__section03__flex--box.-left{
        position: relative;
    }
    .esp-lp__section03__flex--box.-left::after{
        content: "";
        position: absolute;
        bottom: -3.2rem;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 5.1rem solid transparent;
        border-left: 5.1rem solid transparent;
        border-top: 3.2rem solid #ff5603;
        border-bottom: 0;
    }
}

.esp-lp__section03__flex--box.-right{
    background-color: #fdf8f4;
    border: 0.4rem solid #ff5603;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section03__flex--box.-right{
        margin-top: 7rem;
    }
}

.esp-lp__section03__flex--title{
    font-size: 3rem;
    font-weight: bold;
    position: absolute;
    top: -2.8rem;
    color: #FFF;
    border-radius: 100px;
    line-height: 1rem;
    padding: 2.2rem;
    min-width: 27rem;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
    .esp-lp__section03__flex--title{
        font-size: 2.6rem;
        top: -2.5rem;
        padding: 2rem 3rem;
        min-width: auto;
    }
}

.-left .esp-lp__section03__flex--title{
    font-weight: bold;
    background-color: #6e6d6d;
}

.-right .esp-lp__section03__flex--title{
    font-weight: bold;
    background-color: #ff5603;
}

.esp-lp__section03__flex--h3{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section03__flex--h3{
        margin-bottom: 3rem;
    }
}

.-right .esp-lp__section03__flex--h3{
    color: #ff5603;
}

.esp-lp__section03__flex--list{
    background-color: #FFF;
    padding: 2.5rem 3rem 1.5rem;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section03__flex--list{
        padding: 2.5rem 2rem 1.5rem;
    }
}

.esp-lp__section03__flex--list.-first{
    border-radius: 2rem 2rem 0 0;
}

.esp-lp__section03__flex--list:last-child{
    border-radius: 0 0 2rem 2rem;
}

.esp-lp__section03__flex--h4{
    width: 100%;
    border-radius: 100px;
    text-align: center;
    color: #FFF;
    padding: 0.5rem;
    font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section03__flex--h4{
        font-size: 1.7rem;
    }
}

.-left .esp-lp__section03__flex--h4{
    background-color: #6e6d6d;
}

.-right .esp-lp__section03__flex--h4{
    background-color: #ff5603;
}

.esp-lp__section03__flex--h4 span{
    background-color: #FFF;
    border-radius: 100%;
    display: inline-block;
    margin-right: 0.5rem;
    width: 2.4rem;
    height: 2.4rem;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section03__flex--h4 span{
        transform: translateY(0.1rem);
    }
}

.-left .esp-lp__section03__flex--h4 span{
    color: #000;
}

.-right .esp-lp__section03__flex--h4 span{
    color: #ff5603;
}

.esp-lp__section03__flex--item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section03__flex--item{
        align-items: flex-start;
    }
}

.-left .esp-lp__section03__flex--item::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -9.7rem;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5.1rem solid transparent;
    border-bottom: 5.1rem solid transparent;
    border-left: 3.2rem solid #ff5603;
    border-right: 0;
}
@media only screen and (max-width: 767px) {
    .-left .esp-lp__section03__flex--item::after{
        display: none;
    }
}

.esp-lp__section03__flex--image{
    width: 42.5%;
}

.esp-lp__section03__flex--item dl{
    width: calc(100% - 42.5% - 2rem);
}

.esp-lp__section03__flex--item dt{
    font-size: 1.8rem;
    font-weight: bold;
}

.esp-lp__section03__flex--item dd{
    margin-top: 1rem;
}

.-left .esp-lp__section03__flex--item dd strong{
    color: #ed0606;
}

.-right .esp-lp__section03__flex--item dd strong{
    color: #ff5603
}

.esp-lp__section04{
    padding: 7rem 0 12rem;
    background-color: #e8f2fb;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section04{
        padding: 5rem 0;
    }
}

.esp-lp__section04__wrap{
    margin-top: 7rem;
    padding: 5rem 2rem;
    position: relative;
    background-color: #FFF;
    border: 4px solid #0675d3;
    border-radius: 2rem;
}
@media only screen and (max-width: 1260px) {
    .esp-lp__section04__wrap{
        padding: 5rem 3rem;
    }
}
@media only screen and (max-width: 767px) {
    .esp-lp__section04__wrap{
        margin-top: 7rem;
        padding: 5rem 0;
    }
}

.esp-lp__section04__wrap--title{
    background-color: #0675d3;
    font-size: 2rem;
    font-weight: bold;
    position: absolute;
    top: -3rem;
    color: #FFF;
    border-radius: 100px;
    line-height: 1rem;
    padding: 2rem 2rem 1.6rem;
    min-width: 27rem;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
    .esp-lp__section04__wrap--title{
        padding: 1.5rem 1.5rem 1.1rem;
    }
}


.esp-lp__section04__wrap--title span{
    background-color: #FFF;
    padding: 0.8rem 0 0;
    color: #0675d3;
    font-size: 1.8rem;
    border-radius: 100%;
    display: inline-block;
    margin: 0 0.5rem;
    width: 2.3rem;
    height: 2.3rem;
    vertical-align: middle;
    transform: translateY(-0.2rem);
}

.esp-lp__section04__wrap--h3{
    font-size: 2.4rem;
    color: #0675d3;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section04__wrap--h3{
        font-size: 2.1rem;
    }
}

.esp-lp__section04__wrap--box{
    background-color: #f5f5f5;
    padding: 3rem 6rem 4rem;
    border-radius: 1.5rem;
    margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section04__wrap--box{
        padding: 3rem 2rem;
    }
}

.esp-lp__section04__wrap--h4{
    text-align: center;
    font-size: 2rem;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section04__wrap--h4{
        font-size: 1.8rem;
    }
}

.esp-lp__section04__wraop--check{
    margin-top: 3rem;
}

.esp-lp__section04__wrap--check li{
    position: relative;
    margin-top: 2.5rem;
    padding-left: 2.5rem;
}

.esp-lp__section04__wrap--check li::before{
    content: "";
    background: url(/katsubun/asset/images/lp/esp/interactive_search/icon_check.svg) no-repeat center;
    background-size: contain;
    display: block;
    width: 1.9rem;
    height: 1.9rem;
    position: absolute;
    left: 0;
    top: 0.3rem;
}

.esp-lp__section04__wrap--sup{
    margin-top: 2.4rem;
    margin-left: 3rem;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section04__wrap--sup{
        margin-left: 0;
    }
}

.esp-lp__section04__wrap--sup li{
    display: flex;
    font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section04__wrap--sup li{
        display: block;
    }
}

.esp-lp__section04__wrap--sup li span:first-child{
    min-width: 11.5rem;
}

.esp-lp__section04__image{
    margin-top: 4rem;
}

.esp-lp__section04__wrap--inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section04__wrap--inner{
        flex-direction: column;
    }
}

.esp-lp__section04__wrap--inner .esp-lp__section04__wrap--box{
    width: calc(50% - 2rem);
    padding: 2.5rem 3.5rem;
    margin-top: 0;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section04__wrap--inner .esp-lp__section04__wrap--box{
        width: 100%;
    }
}

.esp-lp__section04__wrap--inner .esp-lp__section04__image{
    width: calc(50% - 2rem);
    margin-top: 0;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section04__wrap--inner .esp-lp__section04__image{
        width: 100%;
        margin-top: 4rem;
    }
}

.esp-lp__section05{
    padding: 7rem 0;
    background: url(/katsubun/asset/images/lp/esp/interactive_search/img_section05_01.webp) no-repeat center;
    background-size: cover;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section05{
        padding: 6rem 0;
        background: url(/katsubun/asset/images/lp/esp/interactive_search/img_mv_sp.webp) no-repeat top center;
        background-size: cover;
    }
}

.esp-lp__section05--p{
    color: #FFF;
    text-align: center;
    font-size: 2rem;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section05--p{
        text-shadow: 0 0.3rem 0.3rem rgba(0,0,0,0.5);
    }
}


.esp-lp__section05--btn{
    margin-top: 4.5rem;
}

.esp-lp__section05--btn__p{
    font-size: 1.4rem;
}

.esp-lp__section06{
    padding: 6rem 0 8rem;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section06{
        padding: 5rem 0;
    }
}

.esp-lp__section06--h2{
    color: #000;
}

.esp-lp__section06--flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4rem;
    margin-top: 4rem;
}

.esp-lp__section06--item{
    width: calc(50% - 2rem);
    background-color: #e8f2fb;
    padding: 4rem 3rem 5rem;
    text-align: center;
    border-radius: 2rem;
}
@media only screen and (max-width: 767px) {
    .esp-lp__section06--item{
        padding: 3rem 2rem;
        width: 100%;
    }
}

.esp-lp__section06--item:first-child{
    width: 100%;
}

.esp-lp__section06--item dt{
    font-size: 2.4rem;
    color: #0675d3;
    font-weight: bold;
}

.esp-lp__cmn-text__p{
    margin-top: 1.5rem;
}

.esp-lp__section06--btn{
    margin: 3.5rem auto 0;
    max-width: 20rem;
}

.esp-lp__section06--btn__detail{
    background-color: #403f3f;
    border-radius: 1rem;
    color: #FFF !important;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 2rem auto 0;
    padding: 1rem;
    transition: all 0.3s;
}

.esp-lp__section06--btn__detail:hover{
    box-shadow: none;
    transform: translateY(0.2rem);
    filter: brightness(1.6);
    text-decoration: none;
}

.esp-lp__section06--btn__detail::after{
    content: "";
    display: inline-block;
    background: url(/katsubun/asset/images/lp/esp/interactive_search/icon_link.svg) no-repeat center;
    background-size: contain;
    width: 0.8rem;
    height: 1.4rem;
    margin-left: 0.6rem;
    transform: translateY(0.1rem);
}

.esp-lp__section06--sup{
    font-size: 1.4rem;
    margin-top: 3rem;
}
@media only screen and  (max-width: 767px) {
    .esp-lp__section06--sup{
        text-align: left;
    }
}


.esp-lp__cta--fixed{
    background-color: #403f3f;
    padding: 1rem 0 2rem;
    position: fixed;
    bottom: -10rem;
    width: 100%;
    z-index: 100;
    transition: bottom 0.5s;
}
@media only screen and  (max-width: 767px) {
    .esp-lp__cta--fixed{
        bottom: -25rem;
    }
}

.esp-lp__cta--fixed.-show{
    bottom: 0;
}

.esp-lp__cta--fixed__btn{
    margin: 0 auto;
    width: 35rem;
}
@media only screen and  (max-width: 767px) {
    .esp-lp__cta--fixed__btn{
        margin: 0;
        width: 30rem;
    }
}

.esp-lp__cta--fixed__btn--contact{
    font-size: 2.2rem;
    padding: 0.8rem;
}

.esp-lp__cta--fixed__pagetop{
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and  (max-width: 1480px) {
    .esp-lp__cta--fixed__pagetop{
        right: 2rem;
    }
}

.esp-lp__cta--fixed__pagetop--btn{
    background-color: #FFF;
    display: block;
    text-align: center;
    width: 6.3rem;
    height: 5rem;
    border-radius: 1rem;
    padding: 0.5rem;
    font-weight: bold;
    color: #333;
    font-size: 1.3rem;
    box-shadow: 0 0.5rem 0 #dddddd;
    transition: all 0.3s;
}

.esp-lp__cta--fixed__pagetop--btn::before{
    content: "";
    width: 3.1rem;
    height: 1.7rem;
    background: url(/katsubun/asset/images/lp/esp/interactive_search/arrow_pagetop.svg) no-repeat center;
    display: inline-block;
}

.esp-lp__cta--fixed__pagetop--btn:hover{
    box-shadow: none;
    transform: translateY(0.5rem);
    filter: brightness(1.1);
    text-decoration: none;
}
