*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
html{
    font-size: 62.5%;
}
img{
    width: 100%;
    vertical-align: bottom;
}
@media screen and (min-width:761px) {
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }
}

@media screen and (max-width: 760px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}
@media screen and (min-width:761px){
    .wrapper{
        min-width: 1200px;
    }
}

/* header */
.header_inner {
    display: flex;
    justify-content: space-between;
    margin-left: 5%;
    align-items: center;
}
.head_logo{
    width:235px;
    height:40px;
}
.head_tel{
    width:506px;
}
@media screen and (max-width: 760px){
    .head_logo{
        width: 67%;
        height:auto;
        margin-right: 10px;
    }
}

/* contents */
.fv{
    position:relative;
    z-index:1;
}
.crown_deco{
    position:absolute;
    bottom: -4%;
    left: 7%;
}
.marketing{
    background-image: url(../img/policy_bg_pc.jpg.webp);
    background-repeat: no-repeat;
    background-position: center top;
}
.marketing_ttl{
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 80px;
}
.marke_inner01{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.marke_inner01 img{
    width: 47%;
    height: 100%;
}
.marke_inner02{
    max-width: 1200px;
    margin: 0 auto;
    padding-top:70px;
}
.difference{
    background-image: url(../img/difference_bg_sp.jpg.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding: 100px 0;
}
.difference_inner{
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 90%;
}
.media{
    background-color: #e1f1ff;
    padding: 100px 0;
}
.media_inner{
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 90%;
}
.cta_bg {
    background-image: url(../img/cta_bg_pc.jpg.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 80px 0 40px;
}
.cta_area {
    margin: 0 50px;
}
.cta_ttl {
    max-width: 945px;
    margin: 0 auto;
}
.cta_inner {
    max-width: 950px;
    padding: 30px 40px 20px 50px;
    border: solid 2px #fff;
    margin: 40px auto 50px;
}
.cta_flx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.success{
    background-image: url(../img/success_bg_pc.jpg.webp);
    background-repeat: no-repeat;
    background-position: center top;
    /*margin-top:-11%;*/
    /*padding-bottom: 100px;*/
}
.success_ttl{
    max-width: 520px;
    margin: 0 auto;
    padding: 130px 0 60px;
}
.success_inner01,.success_inner02{
    display: flex;
    justify-content: space-between;
    width:50%;
}
@supports (-ms-ime-align:auto) {
    .success_inner01,.success_inner02 {
        width:100%;
    }
}
@-moz-document url-prefix(){
    .success_inner01,.success_inner02 {
        width:100%;
    }
}

.reason_bg01{
    background-image: url(../img/reason_bg_pc.png.webp);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 110px 0;
}
.reason_ttl01{
    max-width: 1000px;
    margin: 0 auto;
}
.reason_bg02{
    background-image: url(../img/reason_bg02_pc.jpg.webp);
    background-repeat: no-repeat;
    background-position: center top;
    position:relative;
    margin-top:-8%;
    padding:200px 0 30px;
    z-index:-1;
    background-size: cover;
}
.reason01_inner,.reason02_inner,.reason03_inner{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom:70px;
}
.worry_bg01{
    background-image: url(../img/worry_bg_pc.png.webp);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 110px 0 125px;
}
.worry_ttl01{
    max-width: 1000px;
    margin: 0 auto;
}
.worry_bg02{
    background-color: #e1f1ff;
    margin-top: -130px;
    position: relative;
    padding:200px 0 90px;
    z-index:-1;
}
.worry_inner{
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom:20px;
}
.price{
    background-image: url(../img/price_bg_pc.jpg.webp);
    background-repeat: no-repeat;
    background-position: center top;
}
.price_inner{
    max-width: 754px;
    margin: 0 auto;
    padding:100px 0;
}
@media screen and (max-width: 760px){
    .marketing_ttl{
        padding:14% 5%;
    }
    .marke_inner01{
        display: block;
        width:90%;
    }
    .marke_inner01 img{
        height:auto;
        width:100%;
        margin-bottom: 14%;
    }
    .marke_inner02{
        padding:0;
        width:90%;
    }
    .difference{
        background-image: url(../img/difference_bg_sp.jpg.webp);
        background-size: 100%;
        padding: 12% 0% 10%;
    }
    .difference_inner{
        display: block;
        width:90%;
    }
    .media{
        background-color: #dbebf6;
        padding: 12% 0% 10%;
    }
    .media_inner{
        display: block;
        width:90%;
        margin: 0 auto;
    }
    .cta_bg{
        padding: 14% 5%;
    }
    .cta_ttl{
        padding: 0 10%;
    }
    .cta_inner{
        margin: 10% 0 0;
        padding: 9% 4% 5%;
    }
    .cta_flx{
        display: block;
    }
    .cta_area{
        margin:0;
    }
    .cta_btn{
        margin-top:5%;
    }
    .cta_num{
        padding: 0% 5% 0%;
    }
    .success{
        background-image: url(../img/success_bg_sp.jpg.webp);
        background-size: 100%;
        /*margin-top: -31%;*/
        /*padding-bottom:7%;*/
    }
    .success_ttl{
        padding: 17% 5% 25%;
    }
    .success_inner01,.success_inner02{
        display:block;
        width:100%;
    }
    .success_inner01 img,.success_inner02 img{
        margin-top:-13%;
    }
    .reason_bg01{
        background-image: url(../img/reason_bg_sp.png.webp);
        background-size: 100%;
        padding:10% 3% 14%;
    }
    .reason_bg02{
        background-image: url(../img/reason_bg02_sp.jpg.webp);
        background-size: 100%;
        padding:28% 5% 10%;
        margin-top: -20%;
    }
    .reason01_inner, .reason02_inner, .reason03_inner{
        padding-bottom: 6%;
    }
    .worry_bg01{
        background-image: url(../img/worry_bg_sp.png.webp);
        background-size: 100%;
        padding: 11% 3% 13%;
    }
    .worry_bg02{
        background-color: #e1f1ff;
        background-size: 100%;
        padding:28% 5% 10%;
        margin-top: -20%;
    }
    .price{
        background-image: url(../img/price_bg_sp.jpg.webp);
        background-size: 100%;
    }
    .price_inner{
        padding:14% 11%;
    }
}


/* contact_form */
h2{
    font-weight: bold;
    text-align: center;
    font-size: 4rem;
    color: #454545;
    margin: 70px 0 60px;
    /*font-family:serif;*/
}
.error{
    color: #f20000;
    font-size: 1.4rem;
}
#contact .inner{
    width: 70%;
    max-width: 1200px;
    margin: 20px auto;
}
#contact .inner .table .center{
    display: block;
    text-align: center;
    font-size: 2rem;
}
#contact .inner .must,
#contact .inner .must2{
    padding: 1px 5px;
    background-color: #9f1d1d;
    color: #fff;
    font-weight: bold;
}
#contact .inner .must{
    margin-right: 5px;
}
#contact .inner .must2{
    background-color: #9f1d1d;
    margin-right: 5px;
}
#contact .inner .must3{
    display: block;
    margin: 15px auto;
    font-size: 1.4rem;
    text-align: center;
}
#contact .inner .table table{
    margin: 25px auto;
    width: 1000px;
    border-collapse: collapse;
    /*border-spacing: 0 10px;*/
}
#contact .inner .table table th,
#contact .inner .table table td{
    border: 1px solid #ccc;
    padding: 20px 0 20px 10px;
}
#contact .inner .table table th{
    width: 35%;
    font-size: 2.4rem;
    font-weight: normal;
    text-align: left;
    background-color: #ebebeb;
}
#contact .inner .table table td{
    width: 70%;
    text-align: left;
}
#contact .inner .table table td p{
    font-size: 1.6rem;
}
#contact .inner .table table td #email1_error_point{
    margin-top: 10px;
}
#contact .inner .table table td ul{
    list-style: none;
}
#contact .inner .table table td ul+p{
    display: block;
    margin-top: 15px;
    font-size: 1.6rem;
}
#contact .inner .table table td ul li{
    font-size: 1.6rem;
}
#contact .inner .table table td ul li input{
    margin-right: 5px;
}
#contact .inner .table table tr:last-child th{
    border-bottom: 1px solid #ccc;
}

#contact .inner .must{
    font-size: 1.6rem;
}

#contact .inner input[type="text"],
#contact .inner input[type="email"]{
    width: 400px;
}

#contact .inner .submit{
    text-align: center;
    margin-top: 20px;
}
#contact .inner .submit input{
    width: 300px;
    height: 60px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    box-shadow: #726224 0 7px 0;
    background: #a99442;
    border-radius: 10px;
    border: none;
    -webkit-appearance: none;
    font-size: 2.0rem;
}
#contact .inner .submit input:hover{
    opacity:.8;
}
#contact .inner .table table textarea{
    width: 90%;
    height: 50px;
}

/* 遷移後 */
#contents .section h2{
    margin: 30px auto;
}
#contents .section .table>p{
    display: block;
    text-align: center;
    font-size: 1.6rem;
}
#contents .section .inner .table table td{
    font-size: 1.8rem;
}

footer{
    background:#052256;
    margin-top: 100px;
    padding: 40px 5%;
    text-align: center;
}
footer>a,
footer>p{
    font-size: 1.6rem;
    color: #fff;
}
footer>p{
    display: block;
    margin-top: 20px;
}

@media screen and (max-width:760px){
    h2{
       font-size: 2.4rem;
       margin-bottom: 30px;
    }

    #contact .inner{
        width: 95%;
        max-width: 95%;
    }
    #contact .inner .table table{
        width: 100%;
    }
    #contact .inner .table table th{
        font-size: 1.4rem;
    }
    #contact .inner .must,
    #contact .inner .must2{
        font-size: 1.2rem;
    }
    #contact .inner input[type="text"],
    #contact .inner .table table textarea{
        width: 95%;
    }
    #contact .inner input[type="text"]{
        height: 30px;
    }
    #contact .inner input[type="email"],
    #contact .inner .table table textarea{
        width: 95%;
    }
    #contact .inner .table table textarea{
        height: 100px;
    }
    #contact .inner .table table td ul li,
    #contact .inner .table table td p{
        font-size: 1.4rem;
    }
    #contact .inner .table table th,
    #contact .inner .table table td{
        padding: 10px 0 10px 10px;
    }
    #contact .inner .table table th{
        padding-left: 5px;
    }
    #contact .inner .table table .mb{
        margin-bottom: 10px;
        margin-top: 15px;
    }
}

/* 追従バナー */
.pc_cta1 {
    margin: 2px;
}

.pc_cta2 {
    margin: 2px;
}

#flyin {
z-index:100;
border-radius:10px 0 0;
-moz-border-radius:10px 0 0;
-webkit-border-radius:10px 0 0;
position:fixed;
-webkit-backface-visibility:visible!important;
-ms-backface-visibility:visible!important;
backface-visibility:visible!important;
-webkit-animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
-moz-animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
-o-animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
-webkit-transition:bottom .5s ease,background-position .5s ease;
transition:bottom .5s ease,background-position .5s ease;
padding:0;
filter: drop-shadow(0px 0px 7px #aaa);
transition: 0.3s ease-in-out;
}

#flyin .flyin-man {
position:absolute;
right:5%;
top:110px;
z-index:3;
width:82px;
height:130px;
display:block;
background-image:url(//cdn.elegantthemes.com/images/flyin-man.png);
-webkit-animation:float 3s infinite;
-moz-animation:float 3s infinite;
-o-animation:float 3s infinite;
animation:float 3s infinite;
-webkit-transition:top 1s ease,opacity 1s ease;
transition:top 1s ease,opacity 1s ease;
}

#flyin #flying_subscribe {
-webkit-transition:opacity .5s ease,background-color .5s ease;
transition:opacity .5s ease,background-color .5s ease;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:none;
width:100%;
color:#fff;
font-size:16px;
font-family:'Goudy Bookletter 1911',arial,sans-serif;
background:#55a753;
text-align:center;
cursor:pointer;
padding:11px 0 10px;
}

#flyin #flying_subscribe:hover,#flyin .flyinbutton:hover {
background-color:#408c3f;
}

#flyin #exit_emailinput {
-webkit-transition:opacity .5s;
transition:opacity .5s;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
width:220px;
background:#f8fafa;
border:1px solid #e4e9e9;
color:#b3b3b3;
font-size:13px;
margin:0 0 10px;
padding:11px 20px;
}

#flyin .flyinclose {
-webkit-transition:0 .5s ease .2s,opacity .5s ease,top .5s ease .2s;
transition:transform .5s ease .2s,opacity .5s ease,top .5s ease .2s;
content:'';
display:block;
z-index:2;
box-shadow:0 0 10px rgba(0,0,0,.2);
cursor:pointer;
width:30px;
height:30px;
border-radius:30px;
background:#fff url(//cdn.elegantthemes.com/img/exitpopup-x.png) no-repeat center center;
position:absolute;
top:-10px;
left:-5px;
margin:0;
padding:0;
}

#flyin .flyinbutton {
-webkit-transition:top .5s ease,opacity .5s ease,background-color .5s ease;
transition:top .5s ease,opacity .5s ease,background-color .5s ease;
width:300px;
height:20px;
top:400px;
opacity:0;
position:absolute;
left:10px;
z-index:5;
display:block;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:none;
color:#fff;
font-size:16px;
font-family:'Goudy Bookletter 1911',arial,sans-serif;
background:#55a753;
text-align:center;
cursor:pointer;
padding:11px 0 10px;
}

#flyin .free,#flyin .present_bottom,#flyin .present_top {
display:block;
position:absolute;
left:50%;
}

#flyin .present_top {
-webkit-transition:all .5s ease .5s;
transition:all .5s ease .5s;
width:100px;
height:42px;
margin-left:-50px;
top:114px;
background-image:url(//cdn.elegantthemes.com/images/flyin-present-top.png);
}

#flyin .present_bottom {
width:108px;
height:74px;
margin-left:-54px;
top:182px;
background-image:url(//cdn.elegantthemes.com/images/flyin-present-bottom.png);
}

#flyin .free {
-webkit-transition:all .5s ease 1s;
transition:all .5s ease 1s;
width:175px;
height:82px;
margin-left:-87px;
top:133px;
background-image:url(//cdn.elegantthemes.com/images/flyin-free.png);
}

.target.is-hidden {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  pointer-events: none;
  display:none;
}
div#flyin:hover {
    transform: translateY(-5px);
    transition: all .5s;
}

@media screen and (max-width:760px){
	#contact .inner {
    padding: 10px;
    width: 98%;
}
	#flyin {
		width: 90%;
    margin: 0 auto;
    bottom: 0;
    right: 18px;
	}
}

@media screen and (min-width: 640px){
	.pc_cta1 {
		margin-bottom: 10px;
	}
	#flyin {
		width: 330px;
		bottom:20px;
        right:30px;
	}
}

/* フォームCTA */
.cta_sales {
    max-width: 500px;
    width: 100%;
    margin: 10px auto 30px;
    text-align: center;
    height: 60px;
    font-weight: 700;
    cursor: pointer;
    background-image: linear-gradient(90deg, #14498c, #07376d);
    border-radius: 0px;
    border: none;
    letter-spacing: 1px;
    line-height: 3em;
    position: relative;
    box-shadow: 2px 5px 8px #80808082;
}

.cta_sales a {
    color: #fff !important;
    text-decoration: none;
    opacity: 1;
    position: relative;
    display: inline-block;
    font-size: 17px;
    padding: 15px;
    padding-right: 25px;
}

.cta_sales a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-40%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
}

@media screen and (max-width: 756px) {
    .cta_sales {
        font-size: 16px;
        margin: 0 auto 30px;
        letter-spacing: 1px;
        line-height: 1.5em;
    }
    .cta_sales a {
         padding: 10px 25px 10px 15px;
         line-height: 1.4;
        font-size: 15px;
    }
}


#priv{
    margin-bottom: 30px;
}
#priv .privacy_policy{
    max-width: 1000px;
    margin-inline: auto;
}
#priv .privacy_policy p{
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
}
#priv .privacy_policy h3{
    margin: 35px 0 10px;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
}

#priv .privacy_policy .date,
#priv .privacy_policy .sign{
    text-align: right;
}
#priv .privacy_policy .table_first,
#priv .privacy_policy .table_second{
    width: 100%;
    border-collapse: collapse;
    margin: 15px auto;
}
#priv .privacy_policy .table_first th,
#priv .privacy_policy .table_first td,
#priv .privacy_policy .table_second th,
#priv .privacy_policy .table_second td{
    border: 1px solid #000;
    font-size: 16px;
}
#priv .privacy_policy .table_first .row_blend{
    width: 3%;
}
#priv .privacy_policy .table_first .ttl{
    text-align: center;
}
#priv .privacy_policy .table_first th,
#priv .privacy_policy .table_second th{
    padding: 8px 0;
    text-align: center;
    font-size: 16px;
}
#priv .privacy_policy .table_second th{
    width: 35%;
}
#priv .privacy_policy .table_first td,
#priv .privacy_policy .table_second td{
    padding: 8px;
    font-weight: 400;
}
#priv .privacy_policy p.sign{
    text-align: right;
}
#priv .submit{
    font-size: 17px;
}