@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;
	}






/* mainTitle
--------------------- */
#mainTitle {
	padding: 150px 0 0 0;
	margin-bottom: 200px;
	position: relative;
}

	#mainTitle .title {
		position: absolute;
		top: 300px;
		left: 150px;
		z-index: 100;
	}
	#mainTitle dl {
		position: absolute;
		top: 300px;
		left: 50%;
		margin-left: -100px;
		z-index: 100;
	}
		#mainTitle dl dt {
			width: 8px;
			position: absolute;
			top: 5px;
			right: -10px;
		}
		#mainTitle dl dd {
			font-size: 3.8rem;
			font-family: "Noto Serif JP";
			writing-mode: vertical-rl;
		}
		#mainTitle dl dd p:last-child {
			margin-top: 4em;
		}

#mainTitle .pht01 {
	width: 50%;
	height: calc((100vw / 2) / 4 * 2.5);
}
	#mainTitle .pht01 img {
		width: 100%;
		height: auto;
	}
#mainTitle .pht02 {
	position: absolute;
	top: 400px;
	right: 0;
	width: 35%;
}
	#mainTitle .pht02 img {
		width: 100%;
		height: auto;
	}




.image {
	position: absolute;
	width: 100%;
	opacity: 0;
	animation: change-img-anim 10s infinite;
	animation-iteration-count:infinite;
}

.image:nth-of-type(1) {
	animation-delay: 0s;
}
.image:nth-of-type(2) {
	animation-delay: 5s;
}

@keyframes change-img-anim {
	0%{ opacity: 0;}
	50%{ opacity: 1;}
	100%{ opacity: 0;}
}







/* Read
--------------------- */
#Read {
	position: relative;
	margin-bottom: 300px;
}
#Read .text {
	position: absolute;
	left: 50%;
	margin-left: -650px;
	bottom: -100px;
	font-size: 3.8rem;
	font-family: "Noto Serif JP";
	line-height: 1.6;
	padding: 60px;
	background-color:rgba(255,255,255,0.7);
	z-index: 100;
}
#Read .pht01 {
	width: 35%;
	height: calc((100vw / 2.5) / 3 * 4);
}
	#Read .pht01 img {
		width: 100%;
		height: auto;
	}
#Read .pht02 {
	position: absolute;
	top: 200px;
	right: 0;
	width: 55%;
}
	#Read .pht02 img {
		width: 100%;
		height: auto;
	}




/* Important
--------------------- */
#Important {
	position: relative;
}
	#Important .inner {
		background: url("../img/reform/bg_important.svg") no-repeat;
		height: 880px;
		background-size: cover;
		padding: 80px 100px;
		position: relative;
		margin-bottom: 100px;
	}
		#Important .inner dl {
			text-align: right;
			line-height: 1.6;
			margin-bottom: 20px;
		}
		#Important .inner dl dt {
			font-size: 3rem;
			font-weight: 700;
			letter-spacing: 0.2em;
			
		}
		#Important .inner dl dd {
			font-size: 2.4rem;
			font-family: "Noto Serif JP";
		}
		#Important .inner h3 {
			font-size: 2.4rem;
			font-family: "Noto Serif JP";
			margin-bottom: 10px;
		}
		#Important .inner .text {
			margin-bottom: 30px;
			line-height: 2;
		}
		#Important .inner .ill {
			position: absolute;
			top: -50px;
			right: 100px;
			width: 350px;
		}
			#Important .inner .ill img {
				width: 100%;
				height: auto;
			}



#box {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
	
	width: 1200px;
	height: 880px;
	background-color: #FFF;
	overflow: hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#box.on {
    animation-name: Mekure;
    animation-duration:2s;
    animation-delay:1s;
    animation-fill-mode:forwards;
}


#box.on:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0px;
	height: 0px;
	border: 0px solid #eee;
	border-top-color: #FFF;
	border-right-color: #FFF;
	background-color: #FFF;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
	overflow: hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
    animation-name: Mekure02;
    animation-duration:4s;
    animation-fill-mode:forwards;
}

@keyframes Mekure {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes Mekure02 {
	from {
		opacity: 1;
		border-width: 0;
	}
	to {
		opacity: 0;
		border-width: 1200px;
	}
}







.cell {
	position: relative;
	margin-bottom: 100px;
}
	.cell img {
		width: 100%;
		height: auto;
	}
	.cell .tit {
		background: url("../img/reform/bg_title.svg") no-repeat center top;
		background-size: cover;
		padding: 30px 10px 80px 60px;
		line-height: 1;
		margin-bottom: 60px;
	}
		.cell .tit p {
			font-size: 5rem;
			display: inline;
			margin-right: 30px;
			font-weight: 500;
		}
		.cell .tit h3 {
			font-size: 3.8rem;
			font-family: "Noto Serif JP";
			display: inline;
		}
		.cell .left {
			float: left;
			width: 40%;
		}
		.cell .right {
			float: right;
			width: 40%;
		}

		.cell dl {
			margin-bottom: 100px;
			position: relative;
		}
			.cell dl dt {
				position: absolute;
				top: 30px;
				left: 20px;
				transform: rotate(90deg);
				font-size: 1rem;

			}
			.cell dl dd {
				font-size: 3.8rem;
				font-family: "Noto Serif JP";
				writing-mode: vertical-rl;
			}

		.cell .pht01 {
			margin-bottom: 100px;
		}
		.cell .pht02 {
			margin-bottom: 100px;
		}
		.cell .pht03 {
			margin-bottom: 100px;
		}
		.cell .ill {
			width: 350px;
			position: absolute;
			top: 350px;
			left: 22%;
		}


		.cell .text01 {
			margin-bottom: 100px;
		}
		.cell .text02 {
			margin-bottom: 100px;
		}

		.cell .btn {
			float: right;
			width: 150px;
			text-align: center;
		}
			.cell .btn a {
				padding: 10px 30px;
				font-size: 2rem;
				font-weight: 700;
				color: #b90101;
				display: block;
				border: solid 1px #000000;
			}
			.cell .btn a:hover,
			.cell .btn a.on {
				font-size: 2rem;
				font-weight: 700;
				color: #FFF;
				display: block;
				border: solid 1px #b90101;
				background: #b90101;
			}





		.cell:nth-child(2n) .left {
			float: right;
		}
		.cell:nth-child(2n) .right {
			float: left;
		}










#STEP {
	
}
	#STEP .inner {
		border-top: solid 1px #000;
		padding: 100px 0;
		position: relative;
	}

		#STEP .inner .tit {
			position: absolute;
			top: 100px;
			left: 0;
			height: 500px;
			
		}
			#STEP .inner .tit p {
				position: absolute;
				top: 90px;
				right: -100px;
				transform: rotate(90deg);
				font-size: 1rem;
				width: 200px;

			}
			#STEP .inner .tit h3 {
				font-size: 3.8rem;
				font-family: "Noto Serif JP";
				writing-mode: vertical-rl;
			}

	#STEP .inner .box {
		padding-left: 150px;
	}
	#STEP .inner dl {
		padding-bottom: 50px;
		margin-bottom: 50px;
		position: relative;
		border-bottom:  solid 1px #b90101;
	}
	#STEP .inner dl:last-child {
		margin-bottom: 100px;
		border-bottom: none;
	}
	/*#STEP .inner dl::before {
		content: url("../img/reform/arrow.svg");
		width: 60px;
		position: absolute;
		bottom: -100px;
		left: 200px;
	}
	#STEP .inner dl:last-child::before {
		content: none;
		width: 60px;
		position: absolute;
		bottom: -100px;
		left: 350px;
	}*/
		#STEP .inner dl dt {
			float: left;
			width: 45%;
		}
		#STEP .inner dl dt img {
			width: 100%;
			height: auto;
		}
		#STEP .inner dl dd {
			float: right;
			width: 45%;
		}
			#STEP .inner dl dd p:nth-child(1) {
				font-size: 3rem;
				font-weight: 500;
				line-height: 1.4;
				color: #b90101;
			}
			#STEP .inner dl dd p:nth-child(2) {
				font-size: 4rem;
				font-weight: 500;
				line-height: 1.4;
			}
			#STEP .inner dl dd p:nth-child(3) {
				margin-top: 30px;
			}

#Pager {
	margin-bottom: 100px;
}
/* 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 {
	padding: 100px 0 0 0;
	margin-bottom: 100px;
	position: relative;
}

	#mainTitle .title {
		position: absolute;
		top: 150px;
		left: 5%;
	}
	#mainTitle dl {
		width: 22%;
		position: absolute;
		top: 100px;
		left: 50%;
		margin-left: -11%;
		z-index: 100;
		background-color:rgba(255,255,255,0.7);
		padding: 0 30px 0 0px;
	}
		#mainTitle dl dt {
			width: 6px;
			position: absolute;
			top: 0;
			right: 5px;
		}
		#mainTitle dl dd {
			font-size: 2rem;
			font-family: "Noto Serif JP";
			writing-mode: vertical-rl;
		}
		#mainTitle dl dd p {
			line-height: 1.6;
		}
		#mainTitle dl dd p:last-child {
			margin-top: 4em;
		}

#mainTitle .pht01 {
	width: 50%;
}
	#mainTitle .pht01 img {
		width: 100%;
		height: auto;
	}
#mainTitle .pht02 {
	position: absolute;
	top: 200px;
	right: 0;
	width: 35%;
}
	#mainTitle .pht02 img {
		width: 100%;
		height: auto;
	}




/* Read
--------------------- */
#Read {
	position: relative;
	margin-bottom: 150px;
}
#Read .text {
	position: absolute;
	left: 0%;
	margin-left: 0;
	bottom: -100px;
	font-size: 2rem;
	font-family: "Noto Serif JP";
	line-height: 1.6;
	padding: 30px;
	background-color:rgba(255,255,255,0.7);
	z-index: 100;
}
#Read .pht01 {
	width: 35%;
}
	#Read .pht01 img {
		width: 100%;
		height: auto;
	}
#Read .pht02 {
	position: absolute;
	top: 0px;
	right: 0;
	width: 55%;
}
	#Read .pht02 img {
		width: 100%;
		height: auto;
	}




/* Important
--------------------- */
#Important {
}
	
	
	#box {
		display: none;
	}
	#Important .inner {
		background: none;
		height: auto;
		background-size: cover;
		padding: 0;
		position: relative;
		margin-bottom: 100px;
	}
		#Important .inner dl {
			text-align: left;
			line-height: 1.6;
			margin-bottom: 5%;
		}
		#Important .inner dl dt {
			font-size: 2rem;
			font-weight: 700;
			letter-spacing: 0.2em;
		}
		#Important .inner dl dd {
			font-size: 1.4rem;
			font-family: "Noto Serif JP";
		}
		#Important .inner h3 {
			font-size: 1.6rem;
			font-family: "Noto Serif JP";
			margin-bottom: 20px;
			background: #f5f5f5;
			text-align: center;
			padding: 6px 0;
		}
		#Important .inner .text {
			margin-bottom: 30px;
		}
		#Important .inner .ill {
			position: relative;
			top: 0;
			right: 0;
			width: 60%;
			margin: 0 auto;
		}
			#Important .inner .ill img {
				width: 100%;
				height: auto;
			}



	
#box {
	position: absolute;
	top: 0;
	left: 0%;
	margin-left: 0;
	
	width: 100%;
	height: 600px;
	background-color: #FFF;
	overflow: hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#box.on {
    animation-name: Mekure;
    animation-duration:2s;
    animation-delay:1s;
    animation-fill-mode:forwards;
}


#box.on:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0px;
	height: 0px;
	border: 0px solid #eee;
	border-top-color: #FFF;
	border-right-color: #FFF;
	background-color: #FFF;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
	overflow: hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
    animation-name: Mekure02;
    animation-duration:4s;
    animation-fill-mode:forwards;
}
	
	
	
	
	

.cell {
	position: relative;
	min-height: auto;
	margin-bottom: 40%;
}
	.cell img {
		width: 100%;
		height: auto;
	}
	.cell .tit {
		background: none;
		background-size: cover;
		padding: 0;
		line-height: 1;
		margin-bottom: 5%;
		padding-bottom: 5%;
		border-bottom: solid 1px #000;
	}
		.cell .tit p {
			font-size: 2rem;
			display: inline;
			margin-right: 30px;
			font-weight: 500;
		}
		.cell .tit h3 {
			font-size: 2rem;
			font-family: "Noto Serif JP";
			display: inline;
		}

	
		.cell .left {
			float: none;
			width: 100%;
		}
		.cell .right {
			float: none;
			width: 100%;
		}
	
		.cell:nth-child(2n) .left {
			float: none;
		}
		.cell:nth-child(2n) .right {
			float: none;
		}
	

		.cell dl {
			position: relative;
			top: 0;
			left: 0;
			margin-bottom: 5%;
		}
			.cell dl dt {
				position: relative;
				top: 0;
				right: 0;
				transform: rotate(0);
				font-size: 1rem;

			}
			.cell dl dd {
				font-size: 2rem;
				font-family: "Noto Serif JP";
				writing-mode: horizontal-tb;
			}

		.cell .pht01 {
			width: 100%;
			position: relative;
			top: 0;
			left: 0;
			margin-bottom: 5%
		}
		.cell .pht02 {
			width: 100%;
			position: relative;
			top: 0;
			right: 0;
			margin-bottom: 5%

		}
		.cell .pht03 {
			width: 100%;
			position: relative;
			top: 0;
			left: 0;
			margin-bottom: 5%;
			margin-left: 0%;

				
		}
		.cell .ill {
			display: none;
			width: 60%;
			margin: 0 auto;
			position: relative;
			top: 0;
			left: 0;
		}


		.cell .text01 {
			width: 100%;
			position: relative;
			top: 0;
			right: 0;
			margin-bottom: 5%
		}
		.cell .text02 {
			width: 100%;
			position: relative;
			bottom: 0;
			right: 0;
			margin-bottom: 5%
		}

		.cell .btn {
			position: relative;
			top: 0;
			left: 0%;
			width: 100%;
			text-align: center;
		}
			.cell .btn a {
				font-size: 1.4rem;
				font-weight: 700;
				color: #b90101;
				display: block;
			}
			.cell .btn a:hover,
			.cell .btn a.on {
				font-size: 1.4rem;
				font-weight: 700;
				color: #FFF;
				display: block;
				background: #b90101;
			}


		.cell:nth-child(2n) dl {
			position: relative;
			top: 0;
			left: auto;
			right: 0;
		}
		.cell:nth-child(2n) .pht01 {
			position: relative;
			top: 0;
			left: auto;
			right: 0;
		}
		.cell:nth-child(2n) .pht02 {
			position: relative;
			top: 0;
			right: auto;
			left: 0;
		}
		.cell:nth-child(2n) .pht03 {
			position: relative;
			top: 0;
			left: auto;
			right: 0%;

		}
		.cell:nth-child(2n) .ill {
			position: relative;
			top: 0;
			left: auto;
			right: 0%;
		}


		.cell:nth-child(2n) .text01 {
			position: relative;
			top: 0;
			right: auto;
			left: 0;
		}
		.cell:nth-child(2n) .text02 {
			position: relative;
			bottom: 0;
			right: auto;
			left: 0;
		}

		.cell:nth-child(2n) .btn {
			position: relative;
			top: 0;
			left: auto;
			right: 0%;
		}



#STEP {
	
}
	#STEP .inner {
		border-top: solid 1px #000;
		padding: 10% 0;
		position: relative;
	}

		#STEP .inner .tit {
			position: relative;
			top: 0;
			left: 0;
			height: auto;
			margin-bottom: 10%;
			background: #f3e3da;
			padding: 5%;
			
		}
			#STEP .inner .tit p {
				position: relative;
				top: 0;
				right: 0;
				transform: rotate(0);
				font-size: 1rem;
				width: 200px;

			}
			#STEP .inner .tit h3 {
				font-size: 2rem;
				font-family: "Noto Serif JP";
				writing-mode: horizontal-tb;
			}

	#STEP .inner .box {
		padding-left: 0;
	}
	#STEP .inner dl {
		position: relative;
	}
	/*#STEP .inner dl::before {
		content: url("../img/reform/arrow.svg");
		width: 60px;
		position: absolute;
		bottom: -100px;
		left: calc(50% - 30px);
	}
	#STEP .inner dl:last-child::before {
		content: none;
		width: 60px;
		position: absolute;
		bottom: -100px;
		left: 350px;
	}*/
		#STEP .inner dl dt {
			float: none;
			width: 100%;
			margin-bottom: 5%;
		}
		#STEP .inner dl dt img {
			width: 100%;
			height: auto;
		}
		#STEP .inner dl dd {
			float: none;
			width: 100%;
		}
			#STEP .inner dl dd p:nth-child(1) {
				font-size: 2rem;
				font-weight: 500;
				line-height: 1.4;
				color: #b90101;
			}
			#STEP .inner dl dd p:nth-child(2) {
				font-size: 2rem;
				font-weight: 500;
				line-height: 1.4;
			}
			#STEP .inner dl dd p:nth-child(3) {
				margin-top: 30px;
			}


}