@charset "utf-8";
/*------------------------------------------------------------
	construction
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 19.5rem;
}
#main .sec01 {
	margin-bottom: 10rem;
}
#main .sec01 .text {
	margin-bottom: 9.5rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main .sec01 .imgBox .textBox {
	flex: 1;
}
#main .sec01 .imgBox .textBox .headLine03 {
	margin-bottom: 3rem;
}
#main .sec01 .imgBox .textBox .txt {
	text-align: justify;
	line-height: 2;
	letter-spacing: 0.1em;
}
#main .sec01 .imgBox .photoBox {
	margin-left: 8rem;
	width: 54rem;
}
#main .sec02 {
	margin-bottom: 12rem;
}
#main .sec02 h3 {
	margin-bottom: 5.2rem;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
#main .sec02 .photoList li {
	width: 27rem;
}
#main .sec02 .photoList .photoBox {
	margin-bottom: 0.8rem;
}
#main .sec02 .textBox h4 {
	margin-bottom: 0.9rem;
	display: flex;
	align-items: center;
}
#main .sec02 .textBox .num {
	display: inline-block;
	margin-right: 1rem;
	color: #666;
	font-size: 1.9rem;
} 
#main .sec02 .textBox .jp {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
}
#main .sec02 .textBox .text {
	text-align: justify;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
#main .secBox {
	padding: 14.5rem 0 22.7rem;
	background-color: #F2F2F2;
}
#main .secBox .headLine01 {
	text-align: left;
}
#main .secBox .slideBox {
	position: relative;
}
#main .secBox .slideBox .photoBox {
	margin-bottom: 1.5rem;
}
#main .secBox .slideBox .slick-slide {
	margin: 0 2rem;
	width: 80rem;
}
#main .secBox .slideBox .txt  {
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
#main .secBox .slick-dots {
	position: absolute;
	left: 0;
	bottom: -7.6rem;
	width: 100%;
	text-align: center;
}
#main .secBox .slick-dots li {
	position: relative;
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	margin: 0 0.5rem;
	padding: 0;
	cursor: pointer;
	background-color: #CCCCCC;
	border-radius: 100%;
}
#main .secBox .slick-dots li button {
	display: none;
}
#main .secBox .slick-dots li.slick-active {
	background-color: #1A1A1A;
}
#main .comRelateLink {
	margin-top: 0;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 5rem;
	}
	#main .sec01 {
		margin-bottom: 5rem;
	}
	#main .sec01 .text {
		margin-bottom: 3rem;
		font-size: 1.5rem;
	}
	#main .sec01 .imgBox {
		display: block;
	}
	#main .sec01 .imgBox .textBox {
		margin-bottom: 2rem;
	}
	#main .sec01 .imgBox .photoBox {
		margin-left: 0;
		width: auto;
	}
	#main .sec01 .imgBox .photoBox img {
		width: 100%;
	}
	#main .sec02 {
		margin-bottom: 5rem;
	}
	#main .sec02 h3 {
		margin-bottom: 3rem;
		font-size: 1.7rem;
	}
	#main .sec02 .photoList {
		display: block;
	}
	#main .sec02 .photoList li {
		width: auto;
	}
	#main .sec02 .photoList li:not(:last-of-type) {
		margin-bottom: 3rem;
	}
	#main .sec02 .photoList .photoBox img {
		width: 100%;
	}
	#main .sec02 .textBox .num {
		margin-top: 0.2rem;
		font-size: 1.5rem;
	}
	#main .sec02 .textBox .jp {
		font-size: 2rem;
	}
	#main .secBox {
		padding: 5rem 0 8rem;
	}
	#main .secBox .slideBox .slick-slide {
		margin: 0 1rem;
		width: 30rem;
	}
	#main .secBox .slideBox .txt {
		font-size: 1.4rem;
	}
	#main .secBox .slick-dots {
		bottom: -3rem;
	}
	#main .secBox .slick-dots li {
		margin: 0 0.4rem;
		width: 0.9rem;
		height: 0.9rem;
	}
}