@charset "utf-8";

/***************************************
　　　　　　 基本設定
***************************************/
body{
	width:100%;
    /*min-width: 1400px;*/
}

*{
	padding:0;
	margin:0;
}

.PC { display: block !important; }
.SP { display: none !important; }

#warpper{
	width:100%;
	margin:0 auto;
	padding:0;
	overflow: hidden;
	background:#FFF;
}

/***************************************
　　　　　　 header
***************************************/
header{
	max-width:1400px;
	/*height:676px;*/
	margin:0 auto;
	padding:0;
	background:url("../images/main_pc.png") no-repeat;
	background-size:cover;
	position:relative;
}

header::before{
	content:"";
	display: block;
	padding-top:48%;
}

#header_top{
	width:260px;
	margin:0;
	position: absolute;
	top: 5%;
	left: 5%;
}

#header_top p{
	font-size:14px;
	font-weight:900;
	margin-bottom:10px;
	color: #484848;
}

#header_top h1{
	width:254px;
}

#header_bottom{
	width: 30%;
	position: absolute;
	bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}

#header_bottom span{ font-size:0.8em; }

#header_bottom a{
	padding: 4% 8%;
	color: #FFF;
	background-color: #DA1E79;
	box-shadow: 0 6px 0 #B70A65;
	border-radius: 100vh;
	display: block;
	font-size: 1.2em;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	line-height: 1.3em;
	position: relative;
}

#header_bottom a:hover{
	margin: 0;
	box-shadow: 0 1px 0 #B70A65;	
}

#header_bottom a::after{
	content:url("../images/bnr_icn.png");
	display: inline-block;
	position: absolute;
	top: 35px;
	right: 35px;
}

@media only screen and (min-width: 767px) and (max-width: 1090px) {
	#header_top p{
		font-size:12px;
		font-weight:900;
		margin-bottom:5px;
	}
	
	#header_top h1 img{ width:90%; }

	#header_bottom span{ font-size:0.8em; }
	
	#header_bottom a{
		font-size: 1em;
	}
	
	#header_bottom a::after{
		/*content:url("../images/bnr_icn.png");
		display: inline-block;
		position: absolute;
		top: 35%;
		right: 5%;*/
		display:none;
	}
}

@media only screen and (min-width: 767px) and (max-width: 790px) {
	#header_bottom a{font-size: 0.9em;}
	#header_bottom a::after{ display:none; }
}



/***************************************
　　　　　　コンテンツ
***************************************/
#main{
	max-width:1400px;
	margin:0 auto;
	padding:0;
}

.sec-img{
	max-width:1400px;
	margin: 0 auto;
	text-align:center;
}

.sec-img img{ max-width:100%; }

.sec-img2{
	max-width:1400px;
	margin: 0 auto 50px auto;
	text-align:center;
}

.sec-if{
	max-width:1400px;
	margin:0 auto;
	padding:70px 0;
	background:#DCF084;
}

.sec-if ul{
	max-width:1000px;
	margin:0 auto;
	list-style:none;
}

.sec-if ul li{
	display:inline-block;
	margin:0;
}

.sec-if ul li:nth-child(2){
	margin-left:25px;
}


@media only screen and (min-width: 767px) and (max-width: 1090px) {
	.sec-if{
		max-width:100%;
		margin:0 auto;
		padding:5% 0;
		background:#DCF084;
	}
	
	.sec-if ul{
		max-width:94%;
		margin:0 auto;
		list-style:none;
	}
	
	.sec-if ul li{
		width: 45%;
		display:inline-block;
		vertical-align: middle;
		margin:0;
	}
	
	.sec-if ul li > img{
		max-width: 100%;
	}
	
	.sec-if ul li:nth-child(2){
		margin-left:4%;
	}
}

.sec-deadline{
	max-width:1400px;
	margin:0 auto;
	padding:50px 0;
	background:#DCF084;
}

.sec-deadline p{
	width:auto;
	margin:25px auto;
	text-align:center;
}


.inner{
	max-width:1240px;
	margin:0 auto;
	text-align:center;
}

.otoiawase{
	width:530px;
	margin:40px auto 15px auto;
}

.otoiawase a{
	width:530px;
	padding:25px 0;
	color: #FFF;
	background-color: #DA1E79;
	box-shadow: 0 6px 0 #B70A65;
	border-radius: 100vh;
	display:block;
	font-size:24px;
	font-weight:900;
	text-align:center;
	text-decoration:none;
	line-height:1.3em;
	position:relative;
}

.otoiawase a:hover{
	margin: 0;
	box-shadow: 0 1px 0 #B70A65;	
}

.otoiawase a::after{
	content:url("../images/bnr_icn2.png");
	display: inline-block;
	position: absolute;
	top: 45px;
	right: 50px;
}

.sec-merit{
	max-width:1400px;
	margin:0 auto;
	padding:100px 0;
	background:#FCFAF3;
	position:relative;
}

.sec-merit::after{
	content:url("../images/point_bak.png");
	display: inline-block;
	position: absolute;
	top: 100px;
	right: 10px;
}

.sec-merit .inner > h2{
	width:624px;
	margin:0 auto 50px auto;
}


h2.sec-no1-tit{
	max-width:1400px;
	margin:0 auto;
}

h2.sec-no1-tit >  img {
  width: 100%;
  margin: 0 auto;
}

.sec-no1{
	max-width:1400px;
	margin:0 auto;
	padding:0 0 100px 0;
	background:#DCF084;
}

.sec-no1 p > img{ max-width:100%; }

.repletion{
	max-width:1096px;
	margin:0 auto;
	text-align:right;
	font-size:9px;
}

.no1-box{
	max-width:1096px;
	margin:50px auto;
	background:#FFF;
	border-radius: 8px;
}

.no1-left01{
	width:302px;
	height:441px;
	margin-right: 25px;
	background:url("../images/no1_tit01.jpg") no-repeat;
	border-radius:8px 0 0 8px;
	float:left;	
}
	
.no1-right01{
	width:740px;
	display: inline-block;
	margin: 0 auto;
}

.no1-left02{
	width:680px;
	display: inline-block;
}
	
.no1-right02{
	width:329px;
	height:402px;
	margin-left: 25px;
	background:url("../images/no1_tit02.jpg") no-repeat;
	border-radius:0 8px 8px 0;
	float:right;
}

.no1-left03{
	width:303px;
	height:492px;
	margin-right: 25px;
	background:url("../images/no1_tit03.jpg") no-repeat;
	border-radius:8px 0 0 8px;
	float:left;
}
	
.no1-right03{
	width:720px;
	/*float:right;*/
	display: inline-block;

}

.no1-head{
	display:flex;
	justify-content:space-around;
	margin:50px auto 25px auto;
}

.no1-tit{
	text-align:left;
	font-size:1.6em;
	font-weight:900;
}

.no1-tit p{ margin-bottom:20px; }

.tss{ font-size:0.5em; }
.ts{ font-size:0.7em; }
.ts2{ font-size:0.8em; }
.tl{ font-size:1.4em; }

.no1-txt01{
	width:700px;
	text-align:left;
	line-height:180%;
	padding-left: 10px;
}

.no1-txt02{
	width:700px;
	text-align:left;
	line-height:180%;
	padding-left: 10px;
	margin-top: -15px;
}

.no1-txt03{
	width:700px;
	text-align:left;
	line-height:180%;
	margin-top: -15px;
}


@media only screen and (min-width: 767px) and (max-width: 1090px) {
	h2.sec-no1-tit{
		max-width:1400px;
		margin:0 auto;
	}
	
	h2.sec-no1-tit >  img {
	  width: 100%;
	  margin: 0 auto;
	}
	
	.sec-no1{
		max-width:1400px;
		margin:0 auto;
		padding:20px 0 100px 0;
		background:#DCF084;
	}
	
	.repletion{
		max-width:94%;
		margin:0 auto;
		text-align:right;
		font-size:9px;
	}
	
	.no1-box{
		max-width:90%;
		margin:5% auto;
		background:#FFF;
		border-radius: 8px;
	}
	
	.no1-head{
		display:flex;
		justify-content:space-around;
		margin:5% auto 3% auto;
	}

	.no1-left01{
		width:100%;
		height: auto;
		background:url("../images/no1_tit01_sp.jpg") no-repeat;
		border-radius:8px 8px 0 0;
		background-size:cover;
	}
	
	.no1-left01::before{
		content:"";
		display: block;
		padding-top:25%;
	}
		
	.no1-right02{
		width:100%;
		height: auto;
		background:url("../images/no1_tit02_sp.jpg") no-repeat;
		border-radius:8px 8px 0 0;
		background-size:cover;
	}

	.no1-right02::before{
		content:"";
		display: block;
		padding-top:25%;
	}

	.no1-left03{
		width:100%;
		height: auto;
		background:url("../images/no1_tit03_sp.jpg") no-repeat;
		border-radius:8px 8px 0 0;
		background-size:cover;

	}
	
	.no1-left03::before{
		content:"";
		display: block;
		padding-top:25%;
	}
	

	.no1-right01{
		width:94%;
		margin: 0 auto;
	}
	
	.no1-left02{
		width:94%;
		margin: 0 auto;
	}
		
	.no1-right03{
		width:94%;
		margin: 0 auto;
	}

	.no1-txt01,.no1-txt02,.no1-txt03{
		width:100%;
		margin:0 auto 5% auto;
		padding:0;
		text-align:left;
		line-height:180%;
	}

	.tss{ font-size:0.4em; }
	.ts{ font-size:0.6em; }
	.ts2{ font-size:0.7em; }
	.tl{ font-size:1.1em; }


}



/* sec-voice
********************************************/
.sec-voice{
	max-width:1400px;
	margin:0 auto;
	padding:100px 0 50px 0;
	background:#FCFAF2;
}

.sec-voice h2{
	margin:0 auto;
	text-align:center;
}

.voice-box{
	width:1180px;
	margin:35px auto 0 auto;
	display:flex;
}

.voice-box-list,.voice-box-list2{
	width:590px;
	margin: 0 auto;
	text-align:center;
}

.voice-box-list ul li:nth-child(2) { margin:50px 0; }



.sec-restless{
	max-width:1400px;
	margin:0 auto;
	padding:30px 0 100px 0;
	background:url("../images/restless_bk.png");
}

.check{
	max-width:1050px;
	width: 96%;
	margin: 0 auto;
	padding: 2% 0;
	border-radius:12px;
	background:#FFEBD2;
}

.check > h2{
	max-width:915px;
	margin:0 auto;
}

.check h2 img{ max-width:100%; }

.check-box{
	max-width:85%;
	margin:25px auto;
	padding:40px 30px;
	border-radius:12px;
	background:#FFF;
}

.check-box ul{
	width: 700px;
	margin: 0 auto;
	list-style: none;
}

.check-box ul li{
	margin-bottom: 15px;
	padding-left: 50px;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.6em;
	background: url("../images/check_list_icn.png") left 0px top 3px no-repeat;
	background-size: 30px auto;
	font-family:"Hiragino Maru Gothic ProN W4", sans-serif;
}
.check-box ul li:last-child{
	margin-bottom:0;
}

.fixing{
	max-width:1130px;
	width: 96%;
	margin:100px auto;
	padding:80px 0 40px 0;
	background:#FFF;
	border-radius:18px;
	box-shadow:16px 8px 19px -8px #7BE6FF;
	position:relative;
}

.fixing h2{
	position:absolute;
	top:-45px;
	left:25%;/*280px;*/
}

.fixing::before{
	content:url("../images/fixing_pao.png");
	display: inline-block;
	position: absolute;
	top: 100px;
	left: 10%;/*130px;*/
}


.fixing::after{
	content:url("../images/fixing_staff.png");
	display: inline-block;
	position: absolute;
	top: -30px;
	right: 30px;
}

@media only screen and (min-width: 767px) and (max-width: 1090px) {
	.fixing h2{
		position:absolute;
		top:-45px;
		left:10%;/*280px;*/
	}

	.fixing::before{
		content:url("../images/fixing_pao.png");
		display: inline-block;
		transform: scale(0.8);
		position: absolute;
		top: 100px;
		left: 10%;/*130px;*/
	}
	
	
	.fixing::after{
		content:url("../images/fixing_staff.png");
		display: inline-block;
		transform: scale(0.8);
		position: absolute;
		top: -20%;
		right: 0%;
	}
}

@media only screen and (min-width: 767px) and (max-width: 790px) {
	.fixing h2{
		position:absolute;
		top:-45px;
		left:10%;/*280px;*/
	}

	.fixing::before{ display:none; }
	.fixing::after{
		content:url("../images/fixing_staff.png");
		display: inline-block;
		transform: scale(0.6);
		position: absolute;
		top: 5%;
		right: 0%;
	}

}

.fixing ul{
	width: 500px;
	margin: 25px auto 0 auto;
	list-style: none;
}

.fixing ul li{
	margin-bottom: 15px;
	padding-left: 50px;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.6em;
	background: url("../images/check_list_icn.png") left 0px top 3px no-repeat;
	background-size: 30px auto;
	font-family:"Hiragino Maru Gothic ProN W4", sans-serif;	
}
.fixing ul li:last-child{ margin-bottom:0; }

.sec-form{
	width:800px;
	margin:50px auto;
}

.sec-form p{
	width:auto;
	margin:25px auto;
	text-align:center;
}


#about{
	max-width:1400px;
	margin:0 auto;
	padding:0;/*2% 0 18% 0;*/
	background:#FFF;
}

.sec-about{
	max-width:1200px;
	margin:25px auto;
	padding:15px 0;
	background:#FFF;
}

.about-left{
	width:305px;
	text-align:center;
	float:left;
}

.about-right{
	width:850px;
	text-align:left;
	float:right;
	font-size: 14px;
}

.about-right p{ margin-bottom:10px; }

.about-foot{
	max-width:1400px;
	/*height:302px;*/
	background:url("../images/about_bk_pc.png")no-repeat;
	background-size:cover;
}

.about-foot::before{
	content:"";
	display: block;
	padding-top:21%;
}


@media only screen and (min-width: 767px) and (max-width: 1177px) {
	.sec-about{
		width:100%;
		margin:0 auto;
		padding:3% 0;
		background:#FFF;
	}
	
	.about-left{
		width: 80%;
		text-align: center;
		margin: 0 auto 2% auto;
		float:none;
	}
	
	.about-right{
		width: 80%;
		margin: 0 auto;
		text-align: left;
		font-size: 14px;
		line-height: 1.8em;
		float:none;
	}
	
	.about-right p{ margin-bottom:10px; }

}




/***************************************
　　　　　　 form
***************************************/
#form{
	max-width:1400px;
	margin:0 auto;
	padding:50px 0;
	background:url("../images/form_bk.png");
}

#form h2{
	width:100%;
	margin:0 auto;
	text-align: center;
}


.form-tel{
	width:100%;
	display:flex;
	justify-content:center;
}

.form-tel-tit{
	margin: 0 25px 0 0 !important;
	font-size:1.6em;
	font-weight:900;
	line-height:140%;
	text-align:left !important;
	padding-top: 15px;
}

.form-tel-right{
	max-width:409px;
	margin:0 !important;
}

.tel-text{
	font-size:1.1em;
	font-weight:900;
	text-align:left !important;
	margin:10px 0 0 0 !important;
}


.form-inner{
	margin: 30px auto;
	padding:10px 0;
	background:#90C31E;
}

.form-titimg{
	width:100%;
	margin:25px auto;
	text-align:center;
}

.form-wrap{
	width:700px;
	margin:15px auto;
	padding-bottom: 10px;
	background:#FFF;
}

.form-wrap h3{
	margin: 0 auto;
	padding:15px 0;
	background:#F4F9E9;
	font-size:22px;
	font-weight:900;
	text-align:center;
}



.form-sec{
	display:flex;
}

.fs-left,.fs-left02{
	width:250px;
	padding:25px 0 25px 20px;
	background:#F4F3E1;
	font-size:16px;
	color:#000;
	font-family:"Hiragino Maru Gothic ProN W4", sans-serif;
	border-bottom:2px solid #E1E1E1;
}

.fs-left span{
	padding-left:45px;
	font-size:12px;
	font-weight:100;
}

.fs-left::before{
	content:'必須';
	display: inline-block;
	width:40px;
	margin-right:5px;
	padding: 5px 0;
	font-size:12px;
	font-weight:900;
	text-align: center;
	color:#FFF;
	background:#4AA34A;
	border-radius:8px;
	vertical-align:middle;
}

.fs-left02::before{
	content:'任意';
	display: inline-block;
	width:40px;
	margin-right:5px;
	padding: 5px 0;
	font-size:12px;
	font-weight:900;
	text-align: center;
	color:#FFF;
	background:#ACACAC;
	border-radius:8px;
	vertical-align:middle;
}


.fs-right{
	width:650px;
	padding:25px 0 25px 25px;
	background:#FFF;
	border-bottom:2px solid #E1E1E1;
}

.form-sec-foot{
	width:790px;
	margin:0 auto;
	padding:30px 0;
}

.form-sec-foot p{
	width:600px;
	margin:0 auto;
	font-size:14px;
	color:#000;
	line-height:1.8em;
	text-align:left;
}

.fsf{ color:#4AA34A !important; }


input{
	padding:0 0 0 5px;
	background:#FFFFE4;
	border-radius:12px;
}

input[type="tel"] {
	width:100% !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="email"] {
	width:100% !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

select{ color:#000; }
.sl-width{ width: 150px; }


textarea {
    width: 400px !important;
    height: 150px !important;
	border-radius:12px;
}















.form-wrap table{
	width:700px;
	margin:0 auto;
	border:none !important;
}

.form-wrap th{
	width:130px;
	padding:10px 0 10px 5px;
	background:#F4F3E1;
	border-bottom:solid #DDD;
	border-width:0 0 1px 0;
	vertical-align:middle;
	text-align:left;
	font-size: 14px;
}

.form-wrap td{
	width:400px;
	padding:10px 0 10px 5px;
	border-bottom:solid #DDD;
	border-width:0 0 1px 0;
	font-size: 14px;
}

.bno{ border: none !important; }

.button02 {
	display: inline-block !important;
	font-size : 20px !important;
	font-weight: 900;
	text-align: center !important;
	cursor: pointer !important;
	padding: 20px 60px !important;
	background: #DA1E79 !important;
	color: #ffffff !important;
	line-height: 1em !important;
	transition: .3s !important;
	border: 2px solid #DA1E79 !important;
	position:relative;
}

.button02::after{
	content:url("../images/button02_icn.png");
	display: inline-block;
	position: absolute;
    top: 27%;
    right: 5%;
}


.button02:hover {
	opacity: 0.6;
}

.b-span{
	margin-right:15px;
	padding:5px 8px;
	background:#FFF;
	font-size: 22px;
	font-weight: 900;
	color: #DA1E79;
	border-radius: 4px;
}

.form-end{
	width: 550px;
	margin: 15px auto;
	font-size: 12px;
	text-align: left;
	line-height: 180%;
}

.form-end > a:link{
	color:#01A73C;
	text-decoration: underline;
}



/***************************************
　　　　　　追従バナー
***************************************/
#foot-btn{ display:none !important; }
.foot-btn_contetns{ display:none !important; }
.btn_activ{ display:none !important; }

#side-btn{
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:99999;
	display: none;
}

#side-btn:hover{ opacity: .7; }

/*.img-on{ position:relative; }*/

.img-on{
	width: 180px;
	height: 180px;
	background:linear-gradient(30deg,#ff774d,#ff4986);
	border-radius: 50%;
	text-align:center;
	position:relative;
}

.close-btn{
	position:absolute;
	top: 3px;
	right: 5px;
}

.img-off{
	width: 110px;
	height: 110px;
	background:linear-gradient(30deg,#ff774d,#ff4986);
	border-radius: 50%;
	text-align:center;
}

.img-off img{
	margin-top:15px;
}



/***************************************
　　　　　　scroll表示
***************************************/
.fade {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 500ms;
}
 
.fade.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


/***************************************
　　　　　　thanks
***************************************/
#thanks_contents{
	max-width: 1100px;
	margin: 200px auto;
	background: #fffced;
	padding: 50px;
	border-radius: 18px;
}

.thanks_box{ 
	display:flex;
	align-items: center;
}

.thanks-txt{
	width:800px;
	margin:0 35px 0 0;
}

.thanks-txt p{
	line-height: 180%;
	text-align: left;
	margin-bottom: 10px;
}

.thanks-img{ width:300px; }

.thanks-txt > h3{
	margin: 0 auto 25px auto;
	text-align: left;
	color: #f00;
	font-size: 28px;
	font-weight: 900;	
}




/***************************************
　　　　　　 footer
***************************************/
footer{
	width:100%;
	margin: 0 auto;
	padding:15px 0;
	background:#DA1E79;
}

.footer_inner{
	width:1000px;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	color:#FFF;
}
