@charset "EUC-JP";



/* ------------------------------
	.head_ttl_box
------------------------------ */
.head_ttl_box{
	background: url(../img/point/head_img.png) no-repeat center center;
	background-size: 100%;
}

.head_ttl_box .head_ttl{
	color: #000;
	text-shadow: none;
}


@media screen and (max-width: 768px){
	.head_ttl_box{
		background: url(../img/point/head_img_sp.png) no-repeat center center;
		background-size: cover;
	}
}



/* ------------------------------
	.sec_ttl
------------------------------ */
.sec_ttl{
	text-align: center;
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.6;
}


@media screen and (max-width: 768px){
	.sec_ttl{
		font-size: 2.0rem;
	}
}


/* ------------------------------
	.point
------------------------------ */
.point{
	padding: 35px 0 0;
}

.point .sec_ttl{
	margin: 70px 0 40px;
}

.point .lead{
	margin-bottom: 35px;
	line-height: 2;
	font-size: 1.5rem;
	letter-spacing: -0.02em;
}

.point_bg{
	height: 252px;
	background: url(../img/point/point_bg.png) no-repeat center center;
	background-size: 100%;
}

.point .bg_line{
	margin-top: 120px;
	padding: 90px 0 185px;
}

.point_sec{
	width: 100%;
	padding: 75px 75px 60px;
	border: 1px solid #a1925d;
	border-radius: 20px;
	background-color: #fff;
}

.point_sec + .point_sec{
	margin-top: 15px;
}

.point_sec .point_box{
	display: flex;
}

.point .point_ttl{
	margin-bottom: 40px;
	text-align: center;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.5;
}

.point .point_ttl + p{
	font-size: 1.8rem;
	font-weight: bold;
}

.point_box .txt_box{
	flex-shrink: 0;
	width: 500px;
}

.point_box .txt_box .txt{
	line-height: 2;
	font-size: 1.5rem;
}

.point_box .txt_box .txt + .txt{
	margin-top: 1em;
}

.point_box .line_txt{
	background: linear-gradient(transparent 60%, rgba(220, 128, 115, 0.3) 0);
}

.point_sec .point_img{
	width: 100%;
}
.point_sec .point_img img{
	vertical-align: middle;
}

.point_sec:nth-of-type(1) .point_img p{
	text-align: right;
}
.point_sec:nth-of-type(1) .point_img img{
	width: 312px;
}

.point_sec:nth-of-type(2) .point_img p{
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
}
.point_sec:nth-of-type(2) .point_img p + p{
	margin-top: 15px;
}
.point_sec:nth-of-type(2) .point_img img{
	width: 194px;
}

.point_sec:nth-of-type(3) .point_img{
	margin-top: -65px;
	margin-right: -100px;
}
.point_sec:nth-of-type(3) .point_img p{
	text-align: right;
}
.point_sec:nth-of-type(3) .point_img img{
	width: 410px;
}


@media screen and (max-width: 768px){
	.point{
		padding: 20px 0 0;
	}

	.point .sec_ttl{
		margin: 40px auto 25px;
	}

	.point .lead{
		margin-bottom: 30px;
		line-height: 1.6;
		text-align: left;
	}

	.point_bg{
		height: 25.3vw;
	}

	.point .bg_line{
		margin-top: 0;
		padding: 35px 0 60px;
	}

	.point_sec{
		padding: 25px 3%;
		border-radius: 8px;
	}

	.point_sec + .point_sec{
		margin-top: 25px;
	}

	.point_sec .point_box{
		flex-wrap: wrap;
	}

	.point .point_ttl{
		width: 100%;
		margin-bottom: 20px;
		font-size: 1.8rem;
	}

	.point_sec .point_img{
		order: 1;
		margin-bottom: 15px;
	}

	.point_sec:nth-of-type(1) .point_img img{
		width: 100%;
	}

	.point_sec:nth-of-type(2) .point_img img{
		width: 144px;
	}

	.point_sec:nth-of-type(3) .point_img{
		margin-top: 0;
		right: 0;
	}
	.point_sec:nth-of-type(3) .point_img p{
		text-align: center;
	}
	.point_sec:nth-of-type(3) .point_img img{
		width: 90%;
	}

	.point_box .txt_box{
		order: 2;
		width: 100%;
	}

	.point_box .txt_box .txt{
		margin-top: 7px;
		line-height: 1.6;
	}

	.point_box .txt_box .txt + .txt{
		margin: 0;
	}

	.point_box .txt_box .note{
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
		margin-top: 1em;
		line-height: 1.6;
	}
}