@charset "UTF-8";


.title {
	line-height: 1.6;
	margin-bottom: 40px;
}
	.title h1 {
		font-family: "Noto Sans JP";
		font-size: 5rem;
		font-weight: 700;
		letter-spacing: 0.1em;
	}
	.title p {
		font-size: 2.4rem !important;
		font-weight: 500;
	}


#header {
	top: -150px;
}

/* mainTitle
--------------------- */
#mainTitle {
	margin-top: 150px;
	padding-top: 150px;
	position: relative;
	height: 500px;
	background: url("../img/reform/title_ill.jpg") no-repeat right bottom;
	background-size: 515px;
}
	#mainTitle .title {
		padding-top: 100px;
	}
	#mainTitle .bg {
		position: absolute;
		top: 150px;
		left: 0;
		z-index: -100;
	}
		#mainTitle .bg img {
			width: auto;
			height: 345px;
		}


#Anchor {
	position: absolute;
	top: 0;
	right: 0;
}
#Anchor ul {
	margin-left: 20%;
	margin-bottom: 60px;
	width: 80%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: right;
}

#Anchor ul li {
	margin-right: 2%;
	text-align: center;
	border: solid 1px #000000;
	max-width: 15%;
}
	#Anchor ul li a {
		padding: 10px 15px;
		font-size: 1.8rem;
		font-weight: 700;
		color: #b90101;
		display: block;
		line-height: 1.4;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		background: #FFF;
	}
	#Anchor ul li a:hover,
	#Anchor ul li a.on {
		font-size: 1.8rem;
		font-weight: 700;
		color: #FFF;
		display: block;
		border: solid 1px #b90101;
		background: #b90101;
	}





.article {
	padding: 100px 0 200px 0;
	background: url("../img/reform/bg.svg") no-repeat center top;
	background-size: cover;
}
	.article .inner {
		position: relative;
	}



.inner .tit {
	background: url("../img/reform/bg_title.svg") no-repeat center top;
	background-size: contain;
	padding: 10px 10px 80px 60px;
	line-height: 1;
	margin-bottom: 60px;
}
	.inner .tit p {
		font-size: 3rem;
		font-weight: 500;
		margin-bottom: 20px;
	}
	.inner .tit h3 {
		font-size: 3.8rem;
		font-family: "Noto Serif JP";
	}



.readArea {
	margin-bottom: 100px;
}
	.readArea dl {
		width: 40%;
		float: right;
	}
		.readArea dl dt {
			font-size: 3.8rem;
			font-family: "Noto Serif JP";
			margin-bottom: 40px;
		}


	.readArea .phtArea {
		position: relative;
		width: 50%;
		float: left;
	}
		.readArea .phtArea img {
			width: 100%;
			height: auto;
		}
		.readArea .phtArea p {
			position: absolute;
			top: 0;
			right: -1.5em;
			line-height: 1;
			margin-top: 0px;
			font-size: 3.8rem;
			font-family: "Noto Serif JP";
			-ms-writing-mode: tb-rl;
			writing-mode: vertical-rl;
		}

	.readArea p {
		margin-top: 20px;
	}




.container {

}
	.ill {
		width: 190px;
		position: absolute;
		bottom: 300px;
		right: -50px;
	}
		.ill img {
			width: 100%;
			height: auto;
		}
	.slider02 {
		width: 60%;
		margin: 0 auto;
		margin-bottom: 60px;
		position: relative;
	}
	.slider02 img {
		width: 100%;
		height: 800px;
		object-fit: contain;
	}
		.slider02 span {
			display: block;
			margin-top: 30px;
		}

.slick-slider {
	position: inherit !important;
}
	.container .thumbnail {
	}
	.container .thumbnail .thumbnail-img {
		margin: 0 10px;
	}
	.container .thumbnail img {
		width: 100%;
		height: 250px;
		object-fit: cover;
	}

.slick-prev02 {
	background: url("../img/reform/arrow_left.svg") no-repeat;
	background-size: cover;
	width: 84px;
	height: 168px;
	
	position: absolute;
	top: 300px;
	left: 0px;
}
.slick-next02 {
	background: url("../img/reform/arrow_right.svg") no-repeat;
	background-size: cover;
	width: 84px;
	height: 168px;
	
	position: absolute;
	top: 300px;
	right: 0px;
}


.slick-img img {
	transform: scale(0.6);
	transition: .3s ease-in-out;
}
.slick-active img {
	transform: scale(1);
	transition: .3s ease-in-out;
}




/* 1200px */
@media screen and (max-width: 1200px) {



}





/* max 1023px */
@media screen and (max-width: 1023px) {


.title {
	line-height: 1.6;
	margin-bottom: 40px;
}
	.title h1 {
		font-family: "Noto Sans JP";
		font-size: 3rem;
		font-weight: 700;
		letter-spacing: 0.1em;
	}
	.title p {
		font-size: 1.6rem !important;
		font-weight: 500;
	}




/* mainTitle
--------------------- */
#mainTitle {
	margin-top: 0px;
	padding-top: 50px;
	position: relative;
	height: 300px;
	background: none;
}
	#mainTitle .title {
		padding-top: 100px;
	}
	#mainTitle .bg {
		position: absolute;
		top: 100px;
		left: 0;
		z-index: -100;
	}
		#mainTitle .bg img {
			width: 100%;
			height: auto;
		}

#Anchor {
	position: relative;
	top: 0;
	right: 0;
	margin-top: 10%;
}
#Anchor ul {
	margin-left: 0%;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: left;
	
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#Anchor ul li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	text-align: center;
	border: solid 1px #000000;
	max-width: 49%;
}
#Anchor ul li:nth-child(2n) {
	margin-right: 0%;
}
	
	
	
	#Anchor ul li a {
		padding: 10px 5px;
		font-size: 1.2rem;
		font-weight: 700;
		color: #b90101;
		display: block;
	}
	#Anchor ul li a:hover,
	#Anchor ul li a.on {
		font-size: 1.2rem;
		font-weight: 700;
		color: #FFF;
		display: block;
		background: #b90101;
	}
	
	
	
	

.article {
	padding: 10% 0 10% 0;
	background: url("../img/reform/bg.svg") no-repeat center top;
	background-size: cover;
}
	.article .inner {
		position: relative;
	}



.inner .tit {
	background: none;
	padding: 0;
	line-height: 1;
	margin-bottom: 5%;
	padding-bottom: 5%;
	border-bottom:  solid 1px #000;
}
	.inner .tit p {
		font-size: 1.4rem;
		font-weight: 500;
		margin-bottom: 20px;
	}
	.inner .tit h3 {
		font-size: 2rem;
		font-family: "Noto Serif JP";
	}


	
	
.readArea {
	margin-bottom: 10%;
}
	.readArea dl {
		width: 100%;
		float: none;
		margin-bottom: 10%;
	}
		.readArea dl dt {
			font-size: 2rem;
			margin-bottom: 5%;
		}


	.readArea .phtArea {
		position: relative;
		width: 100%;
		float: none;
	}
		.readArea .phtArea img {
			width: 100%;
			height: auto;
		}
		.readArea .phtArea p {
			margin-bottom: 5%;
			position: relative;
			top: 0;
			right: 0;
			line-height: 1;
			margin-top: 0px;
			font-size: 2rem;
			font-family: "Noto Serif JP";
			-ms-writing-mode: tb-rl;
			writing-mode: horizontal-tb;
		}

	.readArea p {
		margin-top: 20px;
	}
	
	
	

.container {

}
	.ill {
		display: none;
	}
	.slider02 {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 5%;
	}
	.slider02 img {
		width: 100%;
		height: 500px;
		object-fit: contain;
	}
		.slider02 span {
			display: block;
			padding-right: 0;
			margin-top: 10px;
		}


	.container .thumbnail {
	}
	.container .thumbnail .thumbnail-img {
		margin: 0 10px;
	}
	.container .thumbnail img {
		width: 100%;
		height: 100px;
		object-fit: cover;
	}

.slick-prev02 {
	display: none !important;
	background: url("../img/reform/arrow_left.svg") no-repeat;
	background-size: cover;
	width: 84px;
	height: 168px;
	
	position: absolute;
	top: -750px;
	left: -100px;
}
.slick-next02 {
	display: none !important;
	background: url("../img/reform/arrow_right.svg") no-repeat;
	background-size: cover;
	width: 84px;
	height: 168px;
	
	position: absolute;
	top: -750px;
	right: -100px;
}

}