#section-01{
	background: url("../images/main/sec-01-bg.png") no-repeat;
}

#section-02{
	background: url("../images/main/sec-02-bg.png") no-repeat;
}

#section-03{
	background: url("../images/main/sec-03-bg.png") no-repeat;
}

#section-04{
	background: url("../images/main/sec-04-bg.png") no-repeat;
}

#section-05{

}

#section-06{
	background: url("../images/main/sec-06-bg.png") no-repeat;
}

#section-01 .tit{
	margin-top: 150px;
}

#section-01 .tit p:first-child{
	font-size: 100px;
	color: #232542;
}

#section-01 .tit p{
	font-size: 35px;
}

.btn-st{
	display: block;
	width: 250px;
}

.btn-st.btn-st-01{
	background: #232542;
}

.btn-st.btn-st-01 > span{
	color: #fff;
}

.btn-st.btn-st-02{
	background: #d3d3d9;
}

#section-02 .tit p:nth-child(2){
	font-size: 80px;
	color: #232542;
}

#section-02 .tit p:nth-child(3){
	width: 800px;
	font-size: 20px;
}

#section-02 .do-list{
	margin-top: 100px;
}

#section-02 .do-list li{
	float: left;
	width: 300px;
	margin-left: 100px;
}

#section-02 .do-list li:first-child{
	margin-left: 0;
}

#section-02 .do-list li h3{
	color: #c5c5c9;
	font-size: 35px;
	margin-bottom: 30px;
}

#section-03 .tit p:nth-child(2){
	font-size: 80px;
	color: #232542;
}

#section-03 .tit p:nth-child(3){
	font-size: 20px;
}

#section-03 .mem-list{
}

#section-03  .mem-item{
	float: left;
}

#section-03  .mem-item  .img{
	width: 280px;
	height: 280px;
	background: #3d3db5;
}

#section-03  .mem-item  .con{
	width: 190px;
	margin: 80px 0 0 50px;
}

#section-04 .tit p:first-child{
	font-size: 16px;
}

#section-04 .tit p{
	font-size: 80px;
	color: #232542;
}

#section-05 .tit p:nth-child(2){
	font-size: 80px;
	color: #232542;
}

#section-05 .tit p:nth-child(3){
	width: 600px;
}

#section-05 .with-list{
	margin-top: 100px;
}

#section-06{
	position: relative;
	height: 1300px;
}

#section-06 .tit p:first-child{
	font-size: 16px;
}

#section-06 .tit p{
	font-size: 80px;
	color: #232542;
}

#section-06 .img{
	position: absolute;
	bottom:0;
	right: 0;
	width: 1500px;
	height: 800px;
	background: url("../images/main/howto-img.png") no-repeat;
	background-size: cover;
}

#section-07{
	display: none;
}

#section-07 p{
	font-size: 80px;
	color: #232542;
}

#section-07 p:first-child{
	font-size: 16px;
}

#messages-form{
	background: #f1f1f1;
}

#messages-form .tit{
	text-align: center;
}

#messages-form .tit p:first-child{
	font-size: 50px;
	color: #232542;
}

#messages-form .btn-st{
	margin: 30px auto;
}

@media screen and (max-width: 768px) {

	#section-01{
		background: #fff;
	}
	#section-01 .tit p:first-child{
		font-size: 30px;
	}

	#section-01 .tit p{
		font-size: 16px;
	}

	#section-01 .btn-st.btn-st-01{
		margin:0 0 20px 0;
	}

	#section-02 .tit p:nth-child(2) {
		font-size: 30px;
	}

	#section-02 .tit p:nth-child(3) {
		width: 100%;
		font-size: 16px;
	}
	#section-02 .do-list li {
		float: none;
		width: 100%;
		margin: 0 0 30px 0;
	}

	#section-02 .do-list li h3{
		font-size: 20px;
	}

	#section-03 .tit p:nth-child(2) {
		font-size: 30px;
	}

	#section-03 .mem-item .con {
		width: 100%;
		margin: 30px 0;
		float: none;
	}

	#section-03 .mem-item .img {
		width: 100%;
		height: 280px;
		float: none;
	}

	#section-03 .mem-item{
		float: none;
	}

	#section-04 .tit p {
		font-size: 30px;
	}

	#section-05 .tit p:nth-child(2) {
		font-size: 30px;
	}

	#section-05 .slick-slide img{
		width: 100%;
	}

	#section-05 .tit p:nth-child(3){
		width: 100%;
	}

	#section-06{
		height: auto;
	}

	#section-06 .tit{
		margin-bottom: 30px;
	}

	#section-06 .tit p {
		font-size: 30px;
	}

	#section-06 .img {
		position: relative;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 300px;
	}

	#messages-form .tit p:first-child{
		font-size: 30px;
	}

	

}

