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

.main {
  position: relative;
}

.pager {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0;
}
.pager li {
  display: block;
  margin: 20px;
}
.pager li a {
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
.pager .is-current a {
  background: #232323;
}

.section {
	width: 100%;
	height: 100%;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section2 {
	width: 100%;
	height: auto;
	background-position:center center;
	background-size: cover;
}

.section-content {
	max-width: 900px;
  	margin: 0 auto;
  	padding: 40px 60px;
  	text-align: center;
}

.section-red {
	background-color: #000;
	background-image: url("../image/top06.png");
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-blue {
	background-color: #000;
	background-image: url("../image/top07.png");
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-yellow {
	height: auto;
	background-image: url("../image/top08.png");
	background-color: #000;
	background-position:center center;
	background-size: cover;
	display: block;
	align-items: center;
	justify-content: center;
}
.black{
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}
.black h2{
	text-align: left;
	letter-spacing: 1pt;
	font-size: 21pt;
}
.black p{
	text-align: left;
	line-height: 24pt;
}
.white{
	color: #fff;
}


@media(max-width:640px) {
	.black h2{
		text-align: left;
		letter-spacing: 0pt;
		font-size: 18pt;
	}
	.black p{
		text-align: left;
		line-height: 18pt;
	}
}