
.mainWrap {
	background: url(../img/newcomer/header.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

h2 {color: #649e3a;}




.stepWrap dt {line-height: 1em;}

.stepWrap dt .num {
	display: inline-block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-image: linear-gradient(
		-45deg,
		#77aa53 25%,
		#649e3a 25%, #649e3a 50%,
		#77aa53 50%, #77aa53 75%,
		#649e3a 75%, #649e3a
	);
	background-size: 6px 6px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding-top: 12px;
}
.stepWrap dt .num:first-child {margin-left: 10px;}
.stepWrap dt .num:nth-child(2) {margin-left: -13px;}

.stepWrap dt .num span {
	display: block;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0 3px;
}

.stepWrap dt strong {
	font-size: 34px;
	font-weight: bold;
	color: #649e3a;
	margin-left: 10px;
	vertical-align: sub;
}

.stepWrap dd {
	font-size: 14px;
	border-top: 6px solid #ffd563;
	border-bottom: 6px solid #ffd563;
	margin-top: -5px;
}


.stepWrap .img {
	position: relative;
	margin: 25px 0;
}
.stepWrap .img:before {
	content: '';
	display: block;
	background-image: linear-gradient(
		-45deg,
		#ffe18e 25%,
		#ffd563 25%, #ffd563 50%,
		#ffe18e 50%, #ffe18e 75%,
		#ffd563 75%, #ffd563
	);
	background-size: 7px 7px;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -10px;
	left: -20px;
	z-index: -1;
	transform: rotate( 8deg );
}
.stepWrap .img img {
	width: 100%;
	transform: rotate( 8deg );
}

.stepWrap>div:nth-child(even) .img:before {
	transform: rotate( -8deg );
	left: auto;
	right: -20px;
}
.stepWrap>div:nth-child(even) .img img {transform: rotate( -8deg );}


.endWrap {
	background-image: linear-gradient(
		-45deg,
		#fff8ef 25%,
		#fff8f0 25%, #fff8f0 50%,
		#fff8ef 50%, #fff8ef 75%,
		#fff8f0 75%, #fff8f0
	);
	background-size: 5px 5px;
	position: relative;
	z-index: -2;
}

.endWrap h3 {
	background: url(../img/newcomer/end_bg.png) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin-bottom: 50px;
}

.endWrap h3 p {
	text-align: center;
	transform: rotate( -6deg );
	font-size: 14px;
}

.endWrap h3 .title {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: url(../img/newcomer/end_text.svg) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin: 0 auto;
	line-height: 1em;
}


.endWrap .img {position: relative;}
.endWrap .img:before {
	content: '';
	display: block;
	background-image: linear-gradient(
		-45deg,
		#ffe18e 25%,
		#ffd563 25%, #ffd563 50%,
		#ffe18e 50%, #ffe18e 75%,
		#ffd563 75%, #ffd563
	);
	background-size: 7px 7px;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -10px;
	right: -20px;
	z-index: -1;
}

.endWrap img {width: 100%;}

.endWrap .text {position: relative;}

.endWrap .text .subImg:before {position: absolute;}

.endWrap .text .subImg {
	transform: rotate( 6deg );
	z-index: -1;
}

.endWrap .text .subImg:before {
	content: '';
	display: block;
	background-image: linear-gradient(
		-45deg,
		#ffe18e 25%,
		#ffd563 25%, #ffd563 50%,
		#ffe18e 50%, #ffe18e 75%,
		#ffd563 75%, #ffd563
	);
	background-size: 7px 7px;
	z-index: -2;
	right: -15px;
	bottom: -15px;
}


.endWrap .text p {margin-bottom: 20px;}



/*	pc	*/
@media screen and (min-width: 896px) {
	
	.stepWrap .subTitle {margin-bottom: 100px;}
	
	.stepWrap>div {margin: 30px 0;align-items: center}
	
	.stepWrap dl {width: 60%;}
	.stepWrap .img {width: 35%;}
	
	.stepWrap dd {padding: 30px 20px;}
	
	
	.endWrap {
		padding: 30px 0;
		margin-bottom: 100px;
	}
	
	.endWrap h3 {padding: 55px 0;}
	.endWrap h3 .title {
		width: 386px;
		height: 52px;
	}
	
	.endWrap .img {width: 43%;}
	.endWrap .text {width: 50%;}
	
	.endWrap .text .subImg {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		margin:  auto;
	}
	
	.endWrap .text .subImg,
	.endWrap .text .subImg:before {
		width: 270px;
		height: 200px;
	}
	
	.endWrap .text p {font-size: 13px;}
	
}

/*	sp	*/
@media screen and (max-width: 896px) {
	
	.stepWrap dl {order: 1}
	.stepWrap .img {order: 2}
	
	.stepWrap dd {
		padding: 20px 10px;
		margin-bottom: 20px;
	}
	
	
	.endWrap h3 {padding: 9vw 0;}
	
	.endWrap .img {margin-bottom: 15px;}
	
	.endWrap .text p {font-size: 14px;}
	
	.endWrap .text .subImg:before {
		width: 100%;
		height: 100%;
	}
	
}


/*	モバイル縦長	*/
@media screen and (max-width: 896px) and (orientation: portrait) {
	
	.stepWrap>div {margin-bottom: 40px;}
	
	.stepWrap dt .num {
		width: 45px;
		height: 45px;
		padding-top: 6px;
	}
	.stepWrap dt .num span {
		font-size: 24px;
		padding: 2px 0;
	}
	
	.stepWrap dt strong {
		font-size: 21px;
		margin-left: 5px;
	}
	
	.stepWrap .img {width: 83%;margin: 25px auto;}
	
	
	.endWrap h3 .title {
		width: 90%;
		height: 9.6vw;
	}
	
	.endWrap .text .subImg {
		width: 85%;
		margin: 5vw auto 10vw;
	}
	
	
}


/*	モバイル横長	*/
@media screen and (max-width: 896px) and (orientation: landscape) {
	
	.stepWrap>div {margin-bottom: 40px;}
	
	.stepWrap .img {width: 75%;margin: 38px auto;}
	
	
	.endWrap h3 {margin-bottom: 20px;}
	
	.endWrap h3 .title {
		width: 90%;
		height: 9.6vw;
	}
	
	.endWrap .text .subImg {
		width: 55%;
		margin: 2vw auto 10vw;
	}
	
}

