body {
    font-family: 'Noto Sans JP', sans-serif;
}
img{
    max-width: 100%;
}
@media(max-width:767px) {
    img{
        padding:0 20px;
    }
    
}
img {
    max-width:100%;
}
/*header*/
header{
    position: sticky;
    top:0;
    left:0;
    width: 100%;
    z-index:9;
}
.header-top{
    background-color: #ff8e16;
}
.header-under{
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
}
.header-under ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 40px;
    height: 40px;
    margin-bottom: 0;
}
.header-under a:link,.header-under a:visited{
    color:#333;
    font-size: 14px;
    font-weight: bold;
}
.header-under li{
    margin-bottom: 0;
}
.top-month-price{
    padding:50px 16px 0px 16px;
}
.top-first-price{
    padding-right: 30px;
}
@media(max-width:767px){
    .top-link{
        display: none;    
    }
    .top-month-price{
        padding: 0px 16px;
    }
    .top-first-price{
        padding-right:0;
    }
    .cta{
        display: none;
    }
    .header-under{
        display: none;
        position: fixed;
        top:0;
        right:0;
        z-index: 2;
        width:250px;
        background-color: #fff;
        height: 100%;
        padding-top:50px;
    }
    .header-under ul{
        display: block;
        text-align: left;
        padding-left: 20px;
    }
    .header-under li{
        border-bottom: solid #333 1px;
        padding-bottom:0px;
    }
    /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
    .openbtn1 {
        position: fixed;
        top:0px;
        right:10px;
        /*ボタン内側の基点となるためrelativeを指定*/
        cursor: pointer;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        z-index:3;
    }

    /*ボタン内側*/
    .openbtn1 span {
        display: inline-block;
        transition: all .4s;
        /*アニメーションの設定*/
        position: absolute;
        left: 14px;
        height: 2px;
        border-radius: 2px;
        background: #fff;
        width: 45%;
    }

    .openbtn1 span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn1 span:nth-of-type(2) {
        top: 23px;
    }

    .openbtn1 span:nth-of-type(3) {
        top: 31px;
    }

    /*activeクラスが付与されると線が回転して×に*/
    .openbtn1.active span{
        background-color: #ff8e16;
    }
    .openbtn1.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 40%;
    }

    .openbtn1.active span:nth-of-type(2) {
        opacity: 0;
        /*真ん中の線は透過*/
    }

    .openbtn1.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 40%;
    }

        
}
/*top*/
.top{
    background: url(images/top-bg_02.jpg);
    background-size: cover;
    position: relative;
    top:-40px;
    z-index: -1;
    margin-bottom: -40px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.top-img{
    position: absolute;
    right:0;
    top:50px;
    z-index:1;

}
.top-price{
    display: flex;
    align-items: flex-start;
}
.top::before {
    content: '';
    position: absolute;
    bottom:350px;
    left: 0;
    border-bottom: 20vw solid rgba(62, 62, 62, 0.502);
    /* 三角をグレーにする */
    border-left: 99vw solid transparent;
}
.top::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    height:350px;
    background-color:rgba(62, 62, 62, 0.502);

}
.top-text{
    position: relative;
    z-index:2;
}
.top_3{
    position: relative;
    z-index: 3;
    padding:0 20px;
}
.top_3 img{
    padding:10px;
}
@media(max-width:767px){
    .top_3 img{
        padding:4px;
    }
    .top_3-1{
        width:50%;
    }
    .top::before {
        bottom: 500px;
        z-index:2;
    }
    .top::after {
        height: 500px;
        z-index:1;
       
    }
    .top-price{
        margin-top: 200px;
        z-index:3;
    }
    .top-img{
        top:340px;
    }
    .top{
        padding-bottom: 20px;
    }
}
/*cta*/
.cta{
    background-color: #3e3e3e;
    text-align: center;
    padding:14px 0;
}
.cta p{
    margin-bottom: 4px;
    color: #fff;
}
.cta a img{
    width:90%;
    max-width: 500px;
    margin:auto;
}
.bg-box{
    background: url(images/bg.jpg);
    position: relative;
    z-index:-2;
    background-repeat: repeat;
    background-size: 800px;
}
/*price*/
.price{
    text-align: center;
    position: relative;
    z-index: -1;
    position: relative;
}
.price-top{
    background-color: #ffe400;
    padding-top: 40px;
}
.price-under{
    position: relative;
    z-index:-1;
    background: url(images/bg.jpg);
    background-size: 800px;
}


.price-under::before{
    content: "";
    position: absolute;
    top:0px;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border-right: 49vw solid transparent;
    border-left: 49vw solid transparent;
    border-top: 140px solid #ffe400;
    left: 0%;
    z-index:-1;
    
}
.price-under p{
    display: inline;
    background-color: #fff;
    padding:4px ;
    line-height: 40px;
    
}
@media(max-width:767px){
    .price-under::before{
        top:150px;
        border-top: 100px solid #ffe400;
    }
    .price-under::after{
        content: "";
        width:100%;
        position:absolute;
        top:0;
        left:0;
        height:150px;
        background-color: #ffe400;
        z-index:-1;
    }
}
/*zisseki*/
.zisseki{
    background-color: #3e3e3e;
    position: relative;
}
.slider-pc .slick-slide {
    margin: 0 -20px;
    position: relative;
}
.slider-pc{
    padding-left: 0;
}
.slider-pc .slick-slide .slide-img {
    width: 720px;
    height: auto;
    transition: all 0.6s ease 0.4s;
    opacity: 0.8;
    box-shadow: 7px 7px 15px -5px #666;
    overflow: hidden;
    position: relative;
    margin-top:100px;
    opacity: 0.6;
    background-color: #333;
    transition: 1s;
}
.slider-pc .slick-slide .slide-img:after{
    content:"";
    width:720px;
    height:100%;
    position: absolute;
    background-color: #656464;
    opacity: 0.6;
    left:0;
    top:0px;
    transition: 1s;
    z-index:2;
} 
.slider-pc .slick-slide.slick-current .slide-img {
    margin-top:0;  
    background-color: none;
    position: relative;
    z-index:3;
    opacity: 1;
    padding-top:0;
    transition: 1s;
}
.slider-pc .slick-slide.slick-current .slide-img::after{
    content: none;
}
.slider-pc .slick-slide .slide-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}



.slider-pc .slick-next {
    right: calc((100% - 840px) / 2);
    height:200px;
    width:50px;
    opacity: 0.8;
    z-index:1;
}

.slider-pc .slick-prev {
    left: calc( (100% - 840px) / 2);
    height: 200px;
    width: 50px;
    opacity: 0.8;
    z-index: 1;
}

.slider-pc .slick-next::before {
    left: 20px;
}

.slider-pc .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 22px;
}
.slider_sp{
    display: none;
}
@media(max-width:767px){
    .slider-pc{
        display: none;
    }
    .slider_sp{
        margin-bottom: 40px;
        display:block;
        padding-left:20px;
    }
}
/*trouble*/
.trouble{
    background-color: #ff8e16;
}
.trouble-con{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.trouble-box{
    width: 190px;
    text-align: center;

}
.trouble-box img{
    margin-bottom: 30px;
    height:200px;
    padding-top:20px;
}
.trouble-box p{
    background-color: #3e3e3e;
    color: #fff;
    padding:20px;
    text-align: center;
    line-height: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height:180px;
    position: relative;
}
.trouble-box p::after{
    content:"";
    position: absolute;
    bottom:-20px;
    left:calc(50% - 20px);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #3e3e3e;
}
@media(max-width:767px) {
    .trouble-con{
        display: block;
    }
    .trouble-box{
        margin:auto;
        width:240px;
    }
    .trouble-box img{
        height: auto;
        margin-bottom: 50px;
    }
    .trouble-box p{
        height:220px;
    }
    }
.answer{
    padding:60px 0;
    position: relative;
}
.answer h2{
    font-size:36px;
    font-weight: bold;
    line-height: 1.4;
}
.answer p{
    font-size: 18px;
    line-height: 2;
    font-weight:600;
}
.answer-arrow{
    position: absolute;
    top: 0px;
    left: calc(50% - 50px);
    width: 100px;
    height: 50px;
    z-index: 1;
    background: #ff8e16;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.reason{
    background: url(images/or-bg@2x.png);
    background-size: cover;
}
.reason p{
    font-weight: 600;
    line-height: 2;
    font-size: 18px;
    text-align: justify;
}
@media(max-width:767px){
    .reason img{
        padding:0;
    }
    .reason .col-md-10{
        padding:0;
    }
}
/*voice*/
.voice-text{
    color: #fff;
    width:65%;
    padding:20px 20px 35px 0;
}
.voice-text p{
    font-size: 14px;
}
.voice-text h3{
    font-size:16px;
    padding:10px 0;
}
.v-slide{
    padding:50px 0;
}
.v-box{
    display:flex;
    background-color: #3e3e3e;
    margin:0 20px;
    position: relative;
    top:20px;
    left:20px;
    height: 100%;
}

.voice-img{
    width:35%;
    height:140px;
    position: relative;
    top:-20px;
    left:-20px;
    padding:30px;
    border: solid #333 1px;
    background-color: #fff;
    box-sizing: content-box;
}
.voice-img img{
    width: 100%;
    height: auto;
}

.slick-track {
    display: flex;
}

.slick-slide {
    height: auto !important;
}

.v-slide .slick-prev{
    left:20%;
    z-index:3;
    height: 150px;
    width: 50px;
    opacity: 0.8;
}
.v-slide .slick-next {
    right: 20%;
    z-index: 3;
    height: 150px;
    width: 50px;
    opacity: 0.8;
}
.v-slide .slick-slide {
    opacity: 0.6;
}
.v-slide .slick-current {
    opacity: 1;
}
@media(max-width:767px){
    .v-box{
        left:30px;
        margin:0 30px;
    }
    .voice-img{
        width:25%;
        padding:0;
        left:-10px;
    }
    .voice-text{
        width:65%;
        text-align:justify;
    }
    .voice-img img{
        padding:10px 2px;
        height: 100%;
        object-fit: cover;
        object-position: 50% 0;
    }
    .v-slide .slick-prev {
        left: 10px;
        width:40px;
    }
    .v-slide .slick-next{
        right:10px;
        width:40px;
    }
}
/*fee*/
.fee{
    background:url(images/fee-bg.png);
    background-size: cover;
    background-repeat: repeat;
}
.fee h2,.form h2{
    font-weight: bold;
    position: relative;
    margin-bottom: 50px;
}
.fee h2:after ,.form h2:after{
    content: "";
    width: 80px;
    height: 3px;
    background-color: #333;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 50px);
}
.fee p{
    font-weight: bold;
}
.qa{
    background: url(images/q-bg.png);
    background-size: cover;
}
.qa h2{
    color: #fff;
    font-weight: bold;
    position: relative;
    margin-bottom: 50px;
}
.qa h2:after{
    content: "";
    width:80px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom:-30px;
    left:calc(50% - 50px);
}
.qa-content{
    list-style: none;
}
.q-box{
    color: #fff;
    background-color: #3e3e3e;
    padding:8px 24px;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.q-text,.a-text{
    font-size: 24px;
    padding-right:16px;
}
.a-text{
    position:relative;
    bottom:4px;
}
.mainasu{
    font-size: 24px;
    cursor: pointer;
}
.a-box {
    color: #bc0000;
    background-color: #fff;
    padding: 14px 60px 14px 24px;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: flex-start;
    display: none;
}
.q-list{
    margin-bottom: 30px;
}
@media(max-width:767px){
    .a-box{
        padding:14px 24px;
    }
}
/*form*/
.c-form{
    background-color: #ff8e16;
    padding:30px;
    position: relative;
    bottom:80px;
    margin-bottom: 50px;;
}
form{
    width: 100%;
}
.c-form tr{
    border-bottom: solid #ff8e16 10px;
}
.c-form th{
    background-color: #ffc588;
}
.c-form td{
    background-color: #fff;
    padding-bottom: 30px;
}
.c-form tr{
    width: 100%;
}
input [type="text"] ,select{
    display: inline-block;
    width: 100%;
    padding: 0.5em;
}
.form-btn{
    display: block;
    width:250px;
    margin:auto;
    border: 0px;
    height: 57px;
    background: url(images/formbutton.png) left top no-repeat;
    background-size: cover;
}

footer{
    background-color: #ff8e16;
    padding:20px;
    text-align: center;
}
footer p{
    font-weight: bold;
}
.copyright{
    font-size: 12px;
}
@media(max-width:767px){
    .fee img{
        padding:0;
    }
    .c-form{
        bottom:60px;
    }
    .form .col-md-8{
        padding:0;
    }
    .c-form td,.c-form th{
        width:100%;
        display:block;
    }
}
