@charset "utf-8";
/* CSS Document */
.ppc{
	color: #008490;
	margin-bottom: -6.3rem;
}
/*----------------------------------
	mv
------------------------------------*/
.ppc .mv{
	position: relative;
	text-align: center;
	padding-top: 2.5rem;
}
.ppc .mv h1{
	width: 63%;
	margin: 0 auto;
}
.ppc .mv .nayami1{
	position: absolute;
	width: 17%;
	top: -1%;
	left: 2%;
}
.ppc .mv .nayami2{
	position: absolute;
	width: 18%;
	top: 150px;
	left: 0;
}
.ppc .mv .nayami3{
	position: absolute;
	width: 19%;
	top: 70px;
	right: 1%;
}
.ppc .mv .img{
	width: 75%;
	margin: -8rem auto 2rem;
}
.ppc .mv .txt{
	font-weight: bold;
	position: relative;
}
.ppc .mv .txt span{
	font-size: 2.5rem;
	background: #faf595;
	padding: 2px;
}
.ppc .mv .txt::before,
.ppc .mv .txt::after{
	content: "";
	position: absolute;
	top: 0;
	background: url("../images/img_deco_001.png") no-repeat;
	width: 90px;
	height: 90px;
	background-size: contain;
}
.ppc .mv .txt::before{
	left: 10%;
}
.ppc .mv .txt::after{
	right: 10%;
	transform: scale(-1,1);
}
@media all and (max-width: 768px) {
	.ppc .mv h1{
		width: 100%;
		margin-top: 4.5rem;
	}
	.ppc .mv .nayami1{
		width: 30%;
		top: -16%;
	}
	.ppc .mv .nayami2{
		width: 33%;
		top: -12%;
		left: 35%;
	}
	.ppc .mv .nayami3{
		width: 30%;
		top: -17%;
	}
	.ppc .mv .img{
		width: 100%;
		margin-top: 0;
	}
	.ppc .mv .txt span{
		font-size: 1.8rem;
	}
	.ppc .mv .txt::before,
	.ppc .mv .txt::after{
		width: 60px;
	}
	.ppc .mv .txt::before{
		left: 0;
	}
	.ppc .mv .txt::after{
		right: 0;
	}

}

/*----------------------------------
	point
------------------------------------*/
.ppc .point{
	margin-top: 8rem;
	background: url("../images/bg_wave.png"), url("../images/bg_wave_2.png") #faef50;
	background-repeat: repeat-x;
	background-position: top,bottom;
	position: relative;
	text-align: center;
	padding: 5rem 0 3rem;
}
.ppc .point::after{
	position: absolute;
	content: "";
	background: url("../images/bg_wave.png") repeat-x #faef50;
	transform: scale(1,-1);
	bottom: 0;
}
.ppc h2.title{
	width: 60%;
	margin: 4rem auto -12rem;
	position: relative;
	z-index: 1;
}
.ppc ul{
	display: flex;
	/*gap:20px;*/
}
.ppc li{
	background-image: radial-gradient(circle, #008490 2.5px, transparent 2.5px);
	background-position: right top;
	background-repeat: repeat-y;
	background-size: 5px 16px;
	width: 33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: bold;
}
.ppc li:last-child{
	background: none;
}
.ppc .point li img{
	width: 15%;
	margin-bottom: 2rem;
}
.ppc li span{
	font-size: 1.2rem !important;
	
}
.ppc .point li span span{
	background: #fff;
}
@media all and (max-width: 768px) {
	.ppc h2.title{
		width: 90%;
		margin-bottom: -11rem;
	}
	.ppc .point{
		padding: 2rem 0 1rem;
	}
	.ppc ul{
		flex-wrap: wrap;
	}
	.ppc li{
		width: 100%;
		background-position: left bottom;
		background-repeat: repeat-x;
		background-size: 16px 5px;
		padding: 1rem 0 2rem;
	}
	.ppc .point li img{
		width: 13%;
		margin-bottom: 1rem;
	}
}

/*----------------------------------
	plan
------------------------------------*/
.ppc .plan{
	text-align: center;
	margin: 4rem auto;
}
.ppc .plan h2{
	text-align: center;
	font-size: 2rem;
	position: relative;
	display: inline-block;
}
.ppc .plan h2::before,
.ppc .plan h2::after{
	position: absolute;
	content: "";
	display: inline-block;
	background: url("../images/img_deco_002.png") no-repeat;
	background-size: contain;
	width: 90px;
	height: 90px;
	bottom: 0;
}
.ppc .plan h2::before{
	left: -5rem;
}
.ppc .plan h2::after{
	right: -5.2rem;
	transform: scale(1,-1);
}
.ppc .plan .inner div{
	width: 85%;
	margin: 2rem auto;
}
@media all and (max-width: 768px) {
	.ppc .plan{
		margin: 2rem auto;
	}
	.ppc .plan h2{
		font-size: 1.8rem;
	}
	.ppc .plan h2::before,
	.ppc .plan h2::after{
		width: 80px;
		height: 80px;
	}
	.ppc .plan h2::before{
		left: -3.7rem;
	}
	.ppc .plan h2::after{
		right: -4.2rem;
	}
	.ppc .plan .inner div{
		width: 100%;
		margin: 1rem auto;
	}
}

/*----------------------------------
	check
------------------------------------*/
.ppc .check{
	margin-top: 8rem;
	background: url("../images/bg_wave.png") #faef50;
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	text-align: center;
	padding: 5rem 0 3rem;
}
.ppc .title_txt{
	background: #faef50;
	border-radius: 999px;
	width: 55%;
	margin: 4rem auto -12rem;
	position: relative;
	z-index: 1;
	font-size: 2rem;
	padding: 1rem 0;
	text-align: center;
}
.ppc .check li{
	font-size: 1.2rem;
	position: relative;
	padding-top: 5rem;
}
.ppc .check li span{
	font-size: 1.5rem !important;
}
.ppc .check li::before{
	position: absolute;
	background: url("../images/icon_check.png") no-repeat;
	content: "";
	top: 0;
	left: 42%;
	width: 60px;
	height: 60px;
	background-size: contain;
}
@media all and (max-width: 768px) {
	.ppc .title_txt{
		font-size: 1.8rem;
		width: 90%;
	}
	.ppc .check li{
		margin-top: 25px;
		padding-top: 4rem;
	}
	.ppc .check li:first-child{
		margin-top: 0;
	}
	.ppc .check li::before{
		width: 50px;
		height: 50px;
	}
}