/* CSS Document */

/*scrollify*/

.scrollify{
	width: 100%;
	height: 100vh;
	max-height: 100vh;
}

section{
	height: 100vh;
	max-height: 100vh;
}

.page_wrap{
	position: fixed;
	right: 30px;
	top:50%;
	transform: translateY(-50%);
}

.page_wrap li{
	margin-bottom: 20px;
}

.page_wrap a{
	border: 1px solid #000;
	border-radius:  50%;
	display: block;
	width: 10px;
	height: 10px;
}

.page_wrap a.active{
	background: #000;
}

/*scrollify*/

.top-img{
	position: absolute;
	top:0px;
	width: 100%;
	height: 100vh;
	min-height: 100vh;
	max-height: 100vh;
	background: url("../img/top-img.jpg") center/cover;
}

.section01 .p1,.section01 .p2{
	margin-left: 30vw;
}

.section01 .p1 {
	font-size: 30px;
	margin-top: 45vh;
	font-weight: bold;
}

.section01 .p2{
	margin-top: 2vh;
}

.section02{
	background-color: #0793E2;
	text-align: center;
	line-height: 2em;
}

.section02 .p1{
	display: inline-block;
	font-size: 30px;
	margin-top: 45vh;
	color:white;
	margin-bottom: 3vh;
	font-weight: bold;
}

.section02 .p2{
	padding: 0 20px;
}

.section03{
	text-align: center;
	background-color: white;
}

.section03 .p1{
	display: inline-block;
	font-size: 30px;
	margin-top: 20vh;
	color:#0793E2;
	margin-bottom: 3vh;
	font-weight: bold;
}

.section04{
	text-align:center;
	background-color: #0793E2;
}

.section04 .p1{
	display: inline-block;
	font-size: 30px;
	margin-top: 20vh;
	color:white;
	margin-bottom: 3vh;
	font-weight: bold;
}

.section05{
	text-align: center;
}

.section05 .p1{
	display: inline-block;
	font-size: 30px;
	margin-top: 20vh;
	color:#0793E2;
	margin-bottom: 8vh;
	font-weight: bold;
}

.section05 .p2{
	font-size: 20px;
	margin-top: 2vh;
}

.table{
	width: 80%;
	margin: 0 auto;
}

table{
	text-align:left;
	margin: 0 auto;
}

td{
	border: 1px solid gray;
	padding: 1vh;
}

.section06{
	background-color: #0793E2;
	text-align: center;
}

.section06 .p1{
	display: inline-block;
	font-size: 30px;
	margin-top: 20vh;
	color:white;
	margin-bottom: 3vh;
	font-weight: bold;
}

.section06 td{
	border: 1px solid white;
	color: white;
}

.footer{
	width: 100%;
	position:fixed;
	bottom: 4vh;
	font-weight: bold;
}

/*スライダー*/
.slider-1 .slick-slide{
	width: 600px;
	height: 400px;
	margin: 0 40px;
	position: relative;
	overflow: hidden;
}

.slider-1 .slick-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-1 .slick-arrow{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	border: none;
	outline: none;
	font-size: 0;
	position: absolute;
	top:180px;
	z-index: 1;
	filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
}

.slider-1 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slider-1 .slick-next {
  right: 0;
}
.slider-1 .slick-prev {
  left: 0;
}
.slider-1 .slick-next::before {
  left: 20px;
}
.slider-1 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.dots-1 .slick-dots {
  text-align: center;
}
.dots-1 .slick-dots li {
  display: inline-block;
}
.dots-1 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-1 .slick-dots .slick-active button {
  background: #0a467d;
}
.slider-2 .slick-slide{
	width: 600px;
	height: 400px;
	margin: 0 40px;
	position: relative;
	overflow: hidden;
}

.slider-2 .slick-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-2 .slick-arrow{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	border: none;
	outline: none;
	font-size: 0;
	position: absolute;
	top:180px;
	z-index: 1;
	filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
}

.slider-2 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slider-2 .slick-next {
  right: 0;
}
.slider-2 .slick-prev {
  left: 0;
}
.slider-2 .slick-next::before {
  left: 20px;
}
.slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.dots-2 .slick-dots {
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}
/*スライダー*/

/*ココカラモバイル版###########################*/

@media screen and (max-width:600px){
	
	.header{
		top:5vw;
		left:0px;
	}

	.header img{
		width:100%;
	}
	
	
	.scrollify,section{
		max-height: 100%;
	}
	.section01 .p1{
		margin-left: 0vw;
		text-align: center;
		margin-top: 25vh;
	}
	
	.section01 .p2{
		margin-left: 0vw;
		text-align: center;
	}
	
	.section02 .p1{
		margin-left: 0vw;
		text-align: center;
		margin-top: 30vh;
	}
	.section03 .p1{
		margin-top: 15vh;
	}
	
	.section04 .p1{
		margin-top: 15vh;
	}
	
	.section05 .p1{
		margin-top: 20vh;
	}
	.section05 .p2{
		font-size: 15px;
	}
	.footer{
		bottom: 1vh;
	}
	
}