@charset "UTF-8";
/* CSS Document */

/*=========================================-====*/
.point--01 {
	position: relative;
	
}
.point01 {
	background-color: rgba(255,255,255,0.90);
/*	background-image:url("../img/point_bg.png");*/
	background-size: cover;
	position:absolute;
	bottom: 0;
	right: 0;
	width: 42%;
	
}
.point--01-box {
	display: flex;
/*	justify-content: right;*/
	background-image: url(../img/point_001.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 550px;
	margin-bottom: 70px;
	
}
.point--01-box__inner {
	width: 40%;
	position: relative;
	display: inline-block;
	padding-top: 210px;
	height: 100%;
}
.point--01-box__inner:before {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
}
.point--01-box__inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 60vw;
	height: 100%;
	background-color: rgba(255,255,255,0.90);
/*	background-color: rgba(0,0,0,0.8);*/
}
.point--01__title {
/*	padding-bottom: 20px;*/
	padding: 5% 0 3% 7%;
	font-size: 2.5rem;
	line-height: 1.4;
	font-weight: bold;
}
.point--01__title:after {
	right: auto;
	left: 0;
	width: 100vw;
}
.point--01__text {
	font-size: 1.8rem;
	padding: 0 15% 5% 7%;
}
/*=====================================*/
.point--02 {
	position: relative;
	margin-bottom: 150px;
/*
	background-image: url(../img/point_002.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
*/
}
.point--02-box {
	display: flex;
	position: relative;
	background-image: url(../img/point_002.jpg);
	background-repeat: no-repeat;
	background-position: center center;
/*	background-size:contain;*/
	background-size: cover;
	right: -12%;
	height: 550px;
	color: #000;
	
}
.point--02-box__inner {
	width: 38.878842676311031%;
	position: relative;
	display: inline-block;
	padding-top: 210px;
	height: 100%;
}
.point--02-box__inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 190px;
	height: 100%;
}
.point--02-box__inner:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50vw;
	height: 100%;
}
.point02 {
/*	background-image:url("../img/point_bg.png");*/
	background-color: rgba(255,255,255,0.90);
	background-size: cover;
	position:absolute;
/*	bottom: 0;*/
	left: -13%;
	width: 50%;
	bottom: 0;
}

.point--02__title:after {
	right: auto;
	left: 0;
	width: 100vw;
}
.point--02__text {
	font-size: 1.8rem;
	padding: 0 5% 5% 10%;
}
.point--02__title {
/*	padding-bottom: 20px;*/
	padding: 8% 0 3% 10%;
	font-size: 2.5rem;
	line-height: 1.4;
	font-weight: bold;
}

/*=======*/



@media screen and (max-width: 767px) {
	
	.point--01:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 420px;
		background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.1));
		background: linear-gradient(to top, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0.1));
	}
	
	.point--01-box {
		height: 420px;
		margin-bottom: 60px;
		
	}
	
	.point01 {
		background: rgba(0,0,0,0.00);
		position:absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		padding:5%;
		text-align: center;
	}
	
	
	
	
/*
	.point--01-box__inner {
		width: inherit;
		height: auto;
		position: absolute;
		bottom: 0;
		padding: 0 4.166666666666667% 0;
		
	}
*/
	
	.point--01__title {
		padding: 0 0 10px 0;
		display: inline-block;
		font-size: 2rem;
		text-align:center;
		width: 100%;
	}

	.point--01__title:after {
		left: 0;
		right: auto;
		width: 100%;
	}

	.point--01__text {
		font-size: 1.3rem;
		padding: 0;
		text-align:left;
		width: 80%;
		margin: 0 auto;
	}
	
	
	.point--01-box__inner:before {
		content: none;
	}
	.point--01-box__inner:after {
		content: none;
	}
	
	
/*=====================*/
	.point02 {
	background: rgba(0,0,0,0.00);
	top:auto;
	left: 0;
	width: 100%;
	padding:5%;
	text-align: center;
	}
	.point--02 {
	margin-bottom: 50px;
	}
	.point--02-box {
		height: 420px;
		right: 0;
		top: 0;
	}
	.point--02:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 420px;
		background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.1));
		background: linear-gradient(to top, rgba(255, 255, 255, 1) 30%, rgba(225, 225, 225, 0.1));
	}
/*
	.point--02-box__inner {
		width: inherit;
		height: auto;
		position: absolute;
		bottom: 0;
		padding: 0 4.166666666666667% 0;
	}
	.point--02-box__inner:before {
		content: none;
	}
	.point--02-box__inner:after {
		content: none;
	}
*/
	.point--02__title {
		display: inline-block;
		font-size: 2rem;
		padding: 0 0 10px 0;
		width: 100%;
		text-align: center;
	}
/*
	.point--02__title:after {
		left: 0;
		right: auto;
		width: 100%;
	}
*/
	.point--02__text {
		margin: 0 auto;
		font-size: 1.3rem;
		padding: 0;
		width: 80%;
		text-align: left;
	}
}