@charset "UTF-8";
/**************************************

custom.css

***************************************/
/*
**************/
body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
.header{
    position: fixed;
    z-index: 500;
    background: #FFF;
    padding: 10px 0 10px;
}
.header .header__btn{
	width:41.6%;
	max-width: 300px;
	top: 0px;
}
.main{
    padding-top: 88px;
}
.main .hero .hero__visual{
    padding-top: 0;
    max-width: 750px;
}
.main .about .about__heading{
    margin-bottom: 30px;
}
.main .about .about__heading.mb-after{
    margin-bottom: 120px;
}
.main .cv1.cv1--01 .about__logo {
    top: -32%;
}
.main .cv1.cv1--02 .about__logo{
    top: -14%;
}    
.main .works{
    padding: 100px 0 320px
}

.main .cv1 .cv1__btn.cv1__btn-green::after{
content: none;
}

.hero .container{
    width: 100%;
    max-width: 750px;
}
.main .about .about__zeros{
    width: 79.6%;
    margin-bottom: 30px;
}


/*points
**************/
.main .points .pointItem.point1 .pointItem__titWrap .pointItem__title {
    width: 94.4%;
 }
.main .points .pointItem.point2 .pointItem__titWrap .pointItem__title {
    width: 74.4%;
 }
.main .points .pointItem.point3 .pointItem__titWrap .pointItem__title {
    width: 85.07%;
 }
.main .points .pointItem.point4 .pointItem__titWrap .pointItem__title {
    width: 75.73%;
 }


@media screen and (max-width: 768px) {
   .hero .container{
    width: 100%;
   }
   .main{
        padding-top: 60px;
    }
    .main .works{
            padding: 80px 0 200px;
    }
    .main .about .about__heading.mb-after{
        margin-bottom: 40px;
    }
    .main .cv1.cv1--01 .about__logo {
        top: -24%;
    }
    .main .cv1--02{
        padding: 80px 0 10px;
    }
    .main .cv1.cv1--02 .about__logo{
        top: -12%;
    }    
    .main .points .pointItem .pointItem__checks .pointItem__check.font{
        padding-top: 6px;
        padding-bottom: 6px;
        line-height: 1.5;
    }
}

/*cv
**************/
.main .cv1 .cv1__figure{
	margin-bottom: 0px;
}
.main .cv1 .cv1__btn.cv1__btn-green{
	border: none;
	max-width: 420px;
	margin: 0 auto;
}
.main .cv1 .cv1__btn.cv1__btn-green a{
	background: none;
}
.cv1.cv1--01{
	padding-bottom: 10px;
}
.cv1.cv1-line{
	background-color: #FFF;
	padding: 30px 0 0;
}
.cv1.cv1-line .cv1__btn a{
    letter-spacing: 0.05rem;
}


/*works
**************/
.works .container{
    width: 74.4%;
}
.works .lead{
	font-size: 16px;
	line-height: 1.75;
}
.works .catch{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}

.slide{
	margin-bottom: 20px;	
}
.slide_box{
	max-width: 786px;
    margin: 0 auto;
}
.slide_box + .slide_box{
	margin-top: 40px;
}

.slick-initialized .slick-slide{
    margin: 0 20px;
}
.slick-prev,.slick-next{ z-index: 100;}
.slick-prev:before,
.slick-next:before{
    color: #000;
}
.slick-prev{left: 30px;}
.slick-next{right: 30px;}
.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-arrow{
    z-index:2!important;
    width:14px!important;
    height:20px!important;
}
.slick-next:before{
    background: url(../images/top/works_ico_02.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat;
}

.slick-prev:before{
    background: url(../images/top/works_ico_01.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat;
}


/*ehomepoint
**************/
.ehomepoint{
	margin-bottom: 60px;
}
.ehomepointHeading{
	margin-bottom: 45px;
}
.ehomepoint .num{
	max-width: 80px;
	margin-bottom: 10px;
}

.ehomepoint .tit{
	font-size: 18px;
	font-weight: bold;	
	line-height: 1.5;
	margin-bottom: 10px;
}
.ehomepoint .tit span{
	display: block;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.75;
}
.ehomepoint .pic{
	margin-bottom: 15px;
}

.ehomepoint .lead{
	font-size: 16px;
	line-height: 1.75;
}

.ehomepointItem + .ehomepointItem{
	margin-top: 32px;
}



/*points
**************/
.main .points{
    margin-top: 0px;
    padding-top: 0px;
}

/*problem
**************/
.main .problem{
    margin-bottom: 280px;
}

@media screen and (max-width: 768px) {
.main .problem{
    margin-bottom: 180px;
}

}
/*
**************/
.footer{
	background: #E2E2E2;
    margin-top: 60px;
    text-align: center;
}
.footer__logo{
    max-width: 160px;
    margin: 0 auto 40px;
}

.footer__tit{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 30px;
}
.footer__list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.footer__list .lead{
    font-size: 14px;
    width: 59%;
    text-align: left;
    line-height: 1.5;
}
.footer__list .lead a{
    text-decoration: underline;
    color: #000;
}
.footer__list .pic{
    width: 40%;
}
.footer .copy{
    font-size: 10px;
}

/*
**************/
.form .main{
    background: #E2E2E2;
    padding: 100px 0 80px;
    margin-bottom: 60px;
}
.form .main .cv1{
    margin-bottom: 0px;
}
.form_tit{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.form .form__submit .form__submitBtn{
    background: #1EA626;
}
@media screen and (max-width: 640px) {
.form .main{
    padding: 60px 0 40px;
}
.form .main .cv1{
    padding: 70px 0 10px;
    margin-bottom: 40px;
}