@charset "utf-8";
/* CSS Document */

.lp-font-en{
font-family: "futura-pt", sans-serif;
}


#lp-kojin{
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom:100px;
  background:#fff;
  font-size:16px;
}
#lp-kojin *{
	box-sizing: border-box;
}

.lp-yellow{color:#FFD800;}
.lp-blue{color:#02a1e9;}
.lp-red{color:#D21E43;}


.lp-box640{
	width:640px;
	margin:0 auto;
}


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



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


.lp-box640{
}

}




/* : mainimg
----------------------------------------------- */



/*
===== top =====
*/

#lp-kojin .mainimg .top-group{
	background:url(img/mainimg/bg.png) center top no-repeat;
	background-size:100% auto;
	padding:30px 45px 0 45px;
	position:relative;
	height:310px;

}

#lp-kojin .mainimg .top-group:before{
	background: url(img/mainimg/border.png)  center no-repeat;
	background-size:contain;
	width:calc(100% - 90px);
	height:33px;
	content:"";
	
	position:absolute;
	left:45px;
	bottom:-13px;


}

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

#lp-kojin .mainimg .top-group{
	padding:10px 10px 10px 10px;
	height:auto;
    display:flex;
	align-items:flex-end;
	justify-content:space-between;

}
#lp-kojin .mainimg .top-group:before{
	bottom:-13px;
}


#lp-kojin .mainimg .top-grou h1{
	flex:1;
}

#lp-kojin .mainimg .top-group .img{
	width:35%;
}


}

#lp-kojin .mainimg h1{
	font-size:50px;
}
#lp-kojin .mainimg h1 .text1{
	font-size:58px;
	background:#fff;
	display:inline-block;
	border:1px solid #3080bf;
	color:#3080bf;
	padding:2px 5px;
	margin-right:10px;
}
#lp-kojin .mainimg h1 .size1{
	font-size:80%;
}

.lp-highlight{
	display:inline-block;
	background: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 70%, #ffd800 70%,#ffd800);

	background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 70%, #ffd800 70%,#ffd800);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),color-stop(0.7,rgba(0,0,0,0)),color-stop(0.7,#ffd800),to(#ffd800));
	background: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 70%, #ffd800 70%,#ffd800);
}


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

#lp-kojin .mainimg .top-group .img{
	position:absolute;
	right:45px;
	bottom:20px;
}

}


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


#lp-kojin .mainimg h1{
	font-size:4.5vw;
	padding-bottom:10px;
}
#lp-kojin .mainimg h1 .text1{
	font-size:6vw;
}



}


/*
===== point =====
*/

#lp-kojin .mainimg .point{
    display:flex;
    flex-wrap:wrap;
	column-gap: 25px;
	padding:30px 0 25px 0;
	justify-content:center;

}

#lp-kojin .mainimg .point .group{
	text-align:center;
}
#lp-kojin .mainimg .point .group .title{
    display:flex;
    flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	font-weight:bold;
	font-size:18px;
	min-height:60px;
	margin-bottom:15px;

}



#lp-kojin .mainimg .button{
	text-align:center;
}
#lp-kojin .mainimg .button a{
	display: inline-block;
	padding:7px;
	color:#fff;
	background:#02A1E9;
	width:200px;
	border-radius:25px;
	font-weight:bold;
}
#lp-kojin .mainimg .button a:hover{
	text-decoration:none;
}

#lp-kojin .mainimg .button a:after{

	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(135deg);
	margin-left:10px;
	position:relative;
	top:-2px;


}




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



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

#lp-kojin .mainimg .point .group{
	margin-bottom:30px;
}
#lp-kojin .mainimg .point .group .title{
	min-height: initial;
	margin-bottom:10px;

}

}



/* : intro
----------------------------------------------- */

.lp-section{
	padding:50px 0;
}

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

.lp-section{
	padding:20px 15px;
}

}


#lp-kojin .intro{
	background:#F2F8F8;
}

.lp-section-header{
	text-align:center;
	margin-bottom:45px;
}

.lp-section-header h2{
	font-size:34px;
	font-weight:900;
}


.lp-section-header .top-subtitle{
	margin-bottom:20px;
}
.lp-section-header .top-subtitle div{
	display:inline-block;
	position:relative;
	font-size:22px;
	font-weight:bold;
}
.lp-section-header .top-subtitle div:before,
.lp-section-header .top-subtitle div:after{
	position:absolute;
	height:44px;
	width:2px;
	content:"";
	background:#02a1e9;
	top:-3px;
}
.lp-section-header .top-subtitle div:before{
	left:-25px;
	transform: rotate(-45deg);

}
.lp-section-header .top-subtitle div:after{
	right:-25px;
	transform: rotate(45deg);
}


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

.lp-section-header{
	margin-bottom:30px;
}

.lp-section-header h2{
	font-size:24px;
}


.lp-section-header .top-subtitle{
	margin-bottom:15px;
}
.lp-section-header .top-subtitle div{
	font-size:18px;
}
.lp-section-header .top-subtitle div:before,
.lp-section-header .top-subtitle div:after{
	height:30px;
}
.lp-section-header .top-subtitle div:before{
	left:-20px;

}
.lp-section-header .top-subtitle div:after{
	right:-20px;
}


}


#lp-kojin .intro h2{
	text-align:center;
	font-size:30px;
	margin-bottom:30px;
}

#lp-kojin .intro h2 strong{
	font-size:140%;
}



#lp-kojin .intro h3{
	text-align:center;
	font-size:30px;
	margin-bottom:30px;
	position:relative;
}
#lp-kojin .intro h3:before{
	position:absolute;
	left:0;
	top:50%;
	height:2px;
	content:"";
	width:100%;
	background:#02a1e9;
}

#lp-kojin .intro h3 div{
	display:inline-block;
	background:#F2F8F8;
	position:relative;
	z-index:2;
	padding:0 10px;
}

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

#lp-kojin .intro h2{
	font-size:24px;
	margin-bottom:25px;
}

#lp-kojin .intro h3{
	font-size:24px;
}

}


#lp-kojin .intro .merit{
	width:900px;
	margin:0 auto;
    display:flex;
    flex-wrap:wrap;
	column-gap: 30px;

}
#lp-kojin .intro .merit .group{
	border:2px solid #02a1e9;
	background:#fff;
	width:calc( (100% - 60px) / 3);
	text-align:center;
	padding:20px;
	border-radius: 15px;

}
#lp-kojin .intro .merit .title{
	margin-bottom:15px;
	font-size:22px;
	font-weight:bold;
}



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



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

#lp-kojin .intro .merit{
	width:auto;
	margin:0 15px;
	display:block;
}
#lp-kojin .intro .merit .group{
	width:100%;
	margin-bottom:20px;
	padding:15px;
}
#lp-kojin .intro .merit .img img{
	width:90px!important;
}


}




/* : movie-area
----------------------------------------------- */

#lp-kojin .movie-area .movie-box{
	color:#fff;
	position:relative;
	background:#02A1E9;
	border-radius: 10px;
	margin-top:20px;
	text-align:center;
	padding:20px;

}

#lp-kojin .movie-area .movie-box .icon{
	position:absolute;
	left:-25px;
	top:15px;
}

#lp-kojin .movie-area .movie-box .title1{
	font-size:22px;
}
#lp-kojin .movie-area .movie-box .title1 div{
	display:inline-block;
	position:relative;
}
#lp-kojin .movie-area .movie-box .title1 div:before,
#lp-kojin .movie-area .movie-box .title1 div:after{
	position:absolute;
	height:30px;
	width:2px;
	content:"";
	background:#fff;
	top:5px;
}
#lp-kojin .movie-area .movie-box .title1 div:before{
	left:-20px;
	transform: rotate(-45deg);

}
#lp-kojin .movie-area .movie-box .title1 div:after{
	right:-20px;
	transform: rotate(45deg);
}


#lp-kojin .movie-area .movie-box h2{
	font-size:30px;
	margin-bottom:15px;
}

#lp-kojin .movie-area .movie-box iframe{
	width:100%;
}



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



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

#lp-kojin .movie-area .movie-box{
	padding:15px;
}

#lp-kojin .movie-area .movie-box .icon img{
	width:70px!important;
}
#lp-kojin .movie-area .movie-box .title1{
	font-size:15px;
}
#lp-kojin .movie-area .movie-box .title1 div:before,
#lp-kojin .movie-area .movie-box .title1 div:after{
	display:none;
}

#lp-kojin .movie-area .movie-box h2{
	font-size:24px;
}


}




/* : lp-feature
----------------------------------------------- */

.lp-feature{
	background:#E4F8F6;
}

.lp-feature .feature-child:nth-child(even){
	background:#F2F8F8;

}

.lp-feature .feature-child .title-img{
	text-align:center;
}
.lp-feature .feature-child .subtitle{
	text-align:center;
	font-size:26px;
	font-weight:bold;
	margin-bottom:35px;
}
.lp-feature .feature-child .subtitle div{
	display:inline-block;
	padding:10px 20px;
	position:relative;
	background:#02a1e9;
	border-radius: 10px;

}
.lp-feature .feature-child .subtitle div:before{

	border:11px solid transparent;
	border-top:19px solid #02a1e9;

	content:"";
	display:inline-block;

	position:absolute;
	left:50%;
	bottom:-28px;
	margin-left:-11px;


}

.lp-feature .feature-child .subtitle strong{
	color:#fff;
}


.lp-feature .feature-child h2{
	text-align:center;
	font-size:38px;
	margin-bottom:25px;
}

.lp-feature .feature-child .img{
	text-align:center;
	margin-bottom:30px;
}

.lp-feature .feature-child p{
	font-size:18px;
}


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



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

.lp-feature .feature-child .subtitle{
	font-size:18px;
	margin-bottom:30px;
}
.lp-feature .feature-child .subtitle div{
	padding:10px;
}
.lp-feature .feature-child h2{
	font-size:24px;
}
.lp-feature .feature-child .img{
	margin-bottom:25px;
}


}




/* : flow
----------------------------------------------- */

#lp-kojin .flow{
	margin-bottom:40px;
}

#lp-kojin .flow .step{
	margin-bottom:10px;
}

#lp-kojin .flow .step .label{
	text-align:center;
	font-weight:bold;
	font-size:18px;
	background:#02A1E9;
	border-radius: 10px 10px 0 0;
	padding:10px;
	color:#fff;

}
#lp-kojin .flow .step .body{
	background:#F2F8F8;
	padding:20px 40px 30px 40px;
	border-radius: 0 0 10px 10px;
}
#lp-kojin .flow .step .title{
	text-align:center;
	color:#02A1E9;
	font-size:26px;
	font-weight:bold;
	margin-bottom:20px;
}


#lp-kojin .flow .arrow{
	text-align:center;
	margin-bottom:10px;
}

#lp-kojin .flow p:last-child{
	margin-bottom:0;
}


.a{
	text-decoration:underline;
}
.a:hover{
	text-decoration:none;
}




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



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

#lp-kojin .flow .step .label{
	padding:5px;
}
#lp-kojin .flow .step .body{
	padding:15px;
}

#lp-kojin .flow .step .title{
	font-size:22px;
	margin-bottom:15px;
}


}



#lp-kojin .flow-section .kaihou{
	width:890px;
	margin:0 auto;
	background:url(img/kaihou-bg.png) center top no-repeat;
	background-size:cover;
	padding:10px 0 40px 0;

}

#lp-kojin .flow-section .kaihou .top{
    display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:30px;
	column-gap: 5px;

}

#lp-kojin .flow-section .kaihou .top .title{
	font-weight:bold;
	font-size:24px;
	text-align:center;
}
#lp-kojin .flow-section .kaihou .top .title strong{
	font-size:125%;
}


#lp-kojin .flow-section .kaihou .text{
	width:690px;
	margin:0 auto;
}
#lp-kojin .flow-section .kaihou .text p{
	font-size:18px;
}
#lp-kojin .flow-section .kaihou .text p strong{
	font-size:123%;
}

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

#lp-kojin .flow-section .kaihou{
	padding:0 15px 15px 15px;
}
#lp-kojin .flow-section .kaihou .top{
	margin-bottom:20px;
}


#lp-kojin .flow-section .kaihou .top .title{
	font-size:18px;
}
#lp-kojin .flow-section .kaihou .img img{
	width:90px!important;
}


}



/* : osusume
----------------------------------------------- */

#lp-kojin .osusume .group{
	margin-bottom:20px;
	border:3px solid #02A1E9;
    display:flex;
    flex-wrap:wrap;
	column-gap: 20px;
	align-items:center;
	border-radius: 10px;
	padding:25px;

}

#lp-kojin .osusume .group .text{
	flex:1;
}

#lp-kojin .osusume .group h3{
	font-size:26px;
	margin-bottom:20px;
}
#lp-kojin .osusume .group p:last-child{
	margin-bottom:0;
}





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



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

#lp-kojin .osusume .group{
	display:block;
	padding:15px;
}
#lp-kojin .osusume .group h3{
	font-size:22px;
}

#lp-kojin .osusume .group .img{
	text-align:center;
	width:120px;
	margin:15px auto 0 auto;
}



}



/* : keikaku
----------------------------------------------- */

#lp-kojin .keikaku{
	background:#02a1e9;
	padding:60px 0;
}

#lp-kojin .keikaku h2{
	text-align:center;
	font-size:30px;
	margin-bottom:30px;
	color:#fff;
}


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

#lp-kojin .keikaku{
	padding:30px 15px;
}

#lp-kojin .keikaku h2{
	font-size:24px;
}


}

#lp-kojin .keikaku .fukidashi{
	text-align:center;
}

#lp-kojin .keikaku .box{
	background:#fff;
	width:640px;
	margin:0 auto;
	padding:40px 0;
	text-align:center;
	border-radius: 25px;
}

#lp-kojin .keikaku .box .title{
	font-weight:bold;
	font-size:24px;
	margin-bottom:5px;
}

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

#lp-kojin .keikaku .box{
	padding:15px;
}
#lp-kojin .keikaku .box .title{
	font-size:22px;
}


}

#lp-kojin .keikaku .box .tel{
	margin-bottom:10px;
}

#lp-kojin .keikaku .box .tel a{
	font-weight:bold;
	font-size:66px;
	color:#02a1e9;
	line-height:1;
}
#lp-kojin .keikaku .box .tel a:hover{
	text-decoration:none;
}


#lp-kojin .keikaku .box .tsuwa{
    display:flex;
	column-gap: 10px;
	justify-content:center;
	align-items:center;

	font-size:20px;
	margin-bottom:25px;
}

#lp-kojin .keikaku .box .tsuwa .label{
	color:#fff;
	font-weight:bold;
	background:#02a1e9;
	padding:2px 25px;
	border-radius: 25px;

}
#lp-kojin .keikaku .box .tsuwa .time strong{
	font-size:24px;
}

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

#lp-kojin .keikaku .box .tel a{
	font-size:30px;
}
#lp-kojin .keikaku .box .tsuwa{
	display:block;
	font-size:18px;
}
#lp-kojin .keikaku .box .tsuwa .label{
	display:inline-block;
}
#lp-kojin .keikaku .box .tsuwa .time{
	display:block;
	margin-top:5px;
}



}


#lp-kojin .keikaku .box .form a{
	display:inline-block;
	padding:15px 25px;
	border:2px solid #02a1e9;
	font-weight:bold;
	font-size:23px;
	border-radius: 15px;

}
#lp-kojin .keikaku .box .form a:hover{
	text-decoration:none;
}

#lp-kojin .keikaku .box .form a:before{
	background: url(img/keikaku/mail.png) center no-repeat;
	background-size:contain;
	width:51px;
	height:64px;
	content:"";
	
	position:relative;
	vertical-align:middle;
	display:inline-block;
	margin-right:15px;
	

}


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



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


#lp-kojin .keikaku .box .form a{
	font-size:18px;
	padding:15px 10px;
}
#lp-kojin .keikaku .box .form a:before{
	width:30px;
	height:30px;
}


}



/* : faq
----------------------------------------------- */

#lp-kojin .faq{
	background:#E4F8F6;
}



.lp-faq-contents .item{
	margin-bottom:15px;
}

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



}


.lp-faq-contents .item .title{
	position:relative;
	cursor:pointer;
	padding:15px 60px 15px 75px;
	font-size:18px;
	color:#fff;
	background:#02A1E9;
	min-height:80px;
	font-weight:bold;
	border-radius: 15px;

    display:flex;
	align-items:center;

}

.lp-faq-contents .item .title div{
}


.lp-faq-contents .item .title:after{
	background-image: url(img/faq-q.png);
	background-size:contain;
	width:50px;
	height:50px;
	content:"";
	position:absolute;
	left:16px;
	top:50%;
	transform: translate(-0%, -50%);
}

.lp-faq-contents .item .title:before{
	background-image: url(img/faq-open.png);
	background-size:contain;
	width:23px;
	height:23px;
	content:"";
	position:absolute;
	right:25px;
	top:50%;
	transform: translate(-0%, -50%);

}
.lp-faq-contents .item.open .title:before{
	background-image: url(img/faq-close.png);
}



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

.lp-faq-contents .item .title{
	padding:15px 40px 15px 50px;
	font-size:16px;
}


.lp-faq-contents .item .title:after{
	width:30px;
	height:30px;
	left:10px;
	top:15px;
	transform: translate(-0%, -0%);
}
.lp-faq-contents .item .title:before{
	right:10px;
	width:18px;
	height:18px;
}




}

.lp-faq-contents .item .body{
	margin-top:15px;
	position:relative;
	padding-left:75px;
	display:none;

}

.lp-faq-contents .item.open .body{
	display:block;
}
.lp-faq-contents .item.open-lock .body{
	display:block!important;
}


.lp-faq-contents .item .body:before{
	background-image: url(img/faq-a.png);
	background-size:contain;
	width:50px;
	height:50px;
	content:"";
	position:absolute;
	left:15px;
	top:0px;
}


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


.lp-faq-contents .item .body:before{
	width:30px;
	height:30px;
	left:0px;
}
.lp-faq-contents .item .body{
	padding-left:40px;
}


}

.lp-faq-contents .item .body a{
	text-decoration:underline;
}
.lp-faq-contents .item .body a:hover{
	text-decoration:none;
}



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



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



}



/* : works
----------------------------------------------- */

#lp-kojin .works{
	padding-left:40px;
	padding-right:40px;
}

.lp-works-group{
	margin-bottom:50px;
	background:#f2f8f8;
	border:2px solid #02A1E9;
	position:relative;
	border-radius: 15px;
	padding:35px;

}
.lp-works-group:last-child{
	margin-bottom:0;
}

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

#lp-kojin .works{
	padding-left:15px;
	padding-right:15px;
}

.lp-works-group{
	padding:35px 15px 15px 15px;
}



}

.lp-works-group .no{
	position:absolute;
	left:20px;
	top:0;
	transform: translate(-0%, -50%);
	
	color:#fff;
	background:#02A1E9;
	font-size:18px;
	padding:5px 15px;
	border-radius: 8px;
	font-weight:bold;
}

.lp-works-group .meta{
    display:flex;
    flex-wrap:wrap;
	align-items:center;
	font-size:20px;
	column-gap: 10px;
	margin-bottom:15px;

}

.lp-works-group .meta .label{
	font-size:18px;
	background:#fff;
	color:#02A1E9;
	border:2px solid #02A1E9;
	padding:4px 10px;
	font-weight:bold;
}
.lp-works-group .meta .data{
	font-weight:bold;
}

.lp-works-group .comment{
	margin-bottom:15px;
}



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



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

.lp-works-group .meta{
	font-size:16px;
}

.lp-works-group .meta .label{
	font-size:18px;
}

.lp-works-group .meta .data{
	margin-top:5px;
	width:100%;
}




}

.lp-works-group .kingaku{
    display:flex;
    flex-wrap:wrap;
	justify-content:space-between;

}
.lp-works-group .kingaku .group{
	width:calc( (100% - 20px) / 2);
	background:#fff;
	border:2px solid #02A1E9;
	border-radius: 8px;
	margin-bottom:20px;

}
.lp-works-group .kingaku .title{
	color:#fff;
	font-weight:bold;
	background:#02A1E9;
	padding:5px;
	text-align:center;
	font-size:18px;
}
.lp-works-group .kingaku .group-body{
	padding:15px;
    display:flex;
    flex-wrap:wrap;
	position:relative;
	justify-content:space-between;

}

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

.lp-works-group .kingaku{
	display:block;
}
.lp-works-group .kingaku .group{
	width:100%;
	margin-bottom:15px;
}


}

.lp-works-group .kingaku .group-body:before{
	background: url(img/works-arrow.png) center no-repeat;
	background-size:contain;
	width:25px;
	height:25px;
	content:"";
	
	position:absolute;
	left:50%;
	bottom:0px;
	
	transform: translate(-50%, -20px);

}


.lp-works-group .kingaku .child{
	width:calc( (100% - 30px) / 2);
	text-align:center;

}

.lp-works-group .kingaku .child-title{
	font-weight:bold;
	font-size:16px;
	position:relative;
	padding:5px;
	margin-bottom:10px;
	text-align:center;
}
.lp-works-group .kingaku .child-title:before,
.lp-works-group .kingaku .child-title:after{
	background: url(img/works-child-title.png) left no-repeat;
	background-size:100% 100%;
	width:12px;
	height:100%;
	content:"";
	
	position:absolute;
	top:0;
}
.lp-works-group .kingaku .child-title:before{
	left:0;
}
.lp-works-group .kingaku .child-title:after{
	right:0;
	background-position:right;
	transform: scale(-1,1);
}



.lp-works-group .kingaku .amount {
	font-weight:bold;
	line-height:1;
}

.lp-works-group .kingaku .amount span{
	font-family: "din-2014-narrow", sans-serif;
	font-size:45px;
}
.lp-works-group .kingaku .after .amount{
	color:#d21e43;
}


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

.lp-works-group .kingaku .amount span{
	font-size:36px;
}

}


.lp-works-group .button{
	text-align:center;
}
.lp-works-group .button a{
	display: inline-block;
	padding:10px;
	color:#fff;
	background:#02A1E9;
	width:240px;
	border-radius:25px;
}
.lp-works-group .button a:hover{
	text-decoration:none;
}

.lp-works-group .button a:after{

	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left:5px;


}



/* : xx
----------------------------------------------- */

#lp-kojin .xx{
}




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



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



}




