body
	{
	width: 100%;
	font-family:'Noto Sans JP', sans-serif	!important;
	background-color: #b3c3bb;
	background-repeat: repeat;
	}
img{
		width: 100%;
	}

.first
	{
	background-image: url(../images/);
	background-position: 80% bottom;
	background-repeat: no-repeat;
	position:relative;
	width: 100%;
	overflow:hidden;
	}
.first img{
	width: 100%;
}

.first div
	{
	width: 100%;
	}


.second
	{
	position: relative;
	width: 100%;
	padding: 8% 0%;
	text-align: center;
	background-position: top center;
	background-repeat: no-repeat;
	}

.second img
	{
	margin-bottom: 30px;
	}

.second p
	{
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.6;
	}

.third
	{
	width: 100%;
	padding: 10% 0%;
	text-align: center;
	background-position: top center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #e4dae7;
	}

.third img
	{
	margin-bottom: 20px;
	}

.third div
	{
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	}

.third ul
	{
	margin-top: 10px;
	letter-spacing: 1px;
	font-size: 14px;
	}

.third ul li
	{
	padding: 15px 100px 15px 100px;
	border-bottom: 1px solid #ffffff;
	}

.third ul li span
	{
	width: 150px;
	float: left;
	display: block;
	}

.third ul li p
	{
	width: 500px;
	float: left;
	}

.fourth
	{
	width: 100%;
	padding: 8% 0%;
	background-color: #ffffff;
	text-align: center;
	background-position: top center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #e4dae7;
	}

.fourth img
	{
	margin-bottom: 30px;
	}

.fourth div
	{
	width: 1000px;
	margin: 0px auto;
	}

.fourth div table
	{
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
	}

.fourth p
	{
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.6;
	}

.fifth
	{
	width: 100%;
	padding: 8% 0%;
	text-align: center;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	}

.fifth img
	{
	margin-bottom: 30px;
	}

.fifth div
	{
	width: 1000px;
	margin: 0px auto;
	}

.fifth div table
	{
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
	}

.fifth div table th
	{
	width: 200px;
	text-align: right;
	color: #57907a;
	border-bottom: 1px solid #57907a;
	padding: 10px 20px 10px 0px;
	}

.fifth div table td
	{
	padding: 10px 0px 10px 50px;
	border-bottom: 1px solid #57907a;
	}

.fifth p
	{
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.6;
	}

.sixth
	{
	width: 100%;
	padding: 8% 0%;
	text-align: center;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #f2f4f3;
	}

.sixth img
	{
	margin-bottom: 30px;
	}

.sixth p
	{
	font-size: 14px;
	}

.sixth p strong
	{
	margin-top: 30px;
	display: block;
	font-weight: bold;
	font-size: 30px;
	}

.foot
	{
	padding: 40px 0px;
	text-align: center;
	font-size: 14px;
	}

/* PC用のCSSはメディアクエリの外に記述する */

@media screen and (min-width: 521px) {
	/* 959px以上に適用されるCSS（タブレット用） */
	.SP
	{
	display: none;
	}
	.second img, .fifth img, .sixth img {
		width: 30%;
	}
}
@media screen and (max-width: 520px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	.PC
	{
	display: none;
	}
	.SP
	{
	display: block;
	}
	.fifth div
	{
	width: 100%;
	margin: 0px auto;
	}
	.absolute img {
		width: 70%;
	}
	.absolute{
	position: absolute;
	z-index: 10;
	}
	.first .absolute{
		top: 50%;
		transform: translate(16%, -50%);
		-webkit-transform: translate(16%, -50%);
		-ms-transform: translate(16%, -50%);
	}
	.second .absolute{
		top: 50%;
		transform: translate(16%, -50%);
		-webkit-transform: translate(16%, -50%);
		-ms-transform: translate(16%, -50%);
	}
	.second img, .fifth img, .sixth img{
		width: 60%;
	}
	.second div{
		padding: 0px 10px 0px 10px;
	}
	.second img, .fifth img, .sixth img {
		margin-bottom: 20px;
	}
	.slick-dotted.slick-slider {
		margin-bottom: 0px;
	}
	.fifth div table th {
		width: 75px;
		text-align: left;
		padding: 10px 20px 10px 15px;
	}
	.fifth div table td {
		padding: 10px 0px 10px 0px;
	}
	.sixth p strong
	{
	margin-top: 10px;
	}
	.foot {
		padding: 10px 0px;
	}
}


/* slick */
.slick-prev, .slick-next {
	display: none;
    }
.slide-items {
	width: 100%;
	height: 100%;
}
.slide-items img {
	width: 100%;
	object-fit: cover;
}
