@charset "UTF-8";


.title {
	line-height: 1.6;
	margin-bottom: 40px;
}


/* mainTitle
--------------------- */
#mainTitle {
	padding-top: 150px;
	height: 800px;
	margin-bottom: 150px;
}
	#mainTitle 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;
	}

	#mainTitle ul li {
		margin-right: 2%;
		text-align: center;
	}
		#mainTitle ul li a {
			padding: 0 30px;
			font-size: 2rem;
			font-weight: 700;
			color: #b90101;
			display: block;
			border: solid 1px #000000;
		}
		#mainTitle ul li a:hover,
		#mainTitle ul li a.on {
			font-size: 2rem;
			font-weight: 700;
			color: #FFF;
			display: block;
			border: none;
			background: #b90101;
		}


	#mainTitle .inner {
		position: relative;
	}
	#mainTitle .inner h2 {
		font-family: "Noto Sans JP";
		font-size: 6rem;
		font-weight: 700;
		letter-spacing: 0.1em;
	}
	#mainTitle .inner p {
		font-family: "Noto Serif JP";
		font-size: 3.8rem;
		font-weight: 600;
	}

	#mainTitle .pht {
		width: 50%;
		position: absolute;
		top: 300px;
		right: 0;
		z-index: -100;
	}
	#mainTitle .read {
		font-size: 1.5rem !important;
		width: 450px;
	}



/* Read
--------------------- */
#Read {
	padding-top: 100px;
	background:url("../img/renovation/bg02.svg") no-repeat top right;
	background-size: 650px;
	margin-bottom: 300px;
}
	#Read dl {
		position: relative;
	}
	#Read dl dt {
		position: absolute;
		top: 0;
		right: 0;
		height: 15em;
		font-size: 3.8rem;
		writing-mode: vertical-rl;
		font-family: "Noto Serif JP";
	}
		#Read dl dt strong {
		}
	#Read dl dd {
		width: 630px;

	}


.cell {
	min-height: 1500px;
	background: url("../img/renovation/bg01.svg") no-repeat;
	background-size: cover;
}
	.cell .inner {
		position: relative;
	}
	.cell .tit {
		background: rgb(197,214,182);
		background: linear-gradient(90deg, rgba(197,214,182,1) 0%, rgba(185,1,1,0.2) 100%);
		text-align: center;
		margin-bottom: 80px;
	}
		.cell .tit h3 {
			font-size: 4.6rem;
		}

.cell .tt {
	position: absolute;
	top: 0;
	right: 0;
	width: 45%;
}
	.cell .tt h4 {
		font-size: 3.6rem;
		float: left;
	}
	.cell .tt p {
		width: 150px;
		float: right;
	}

.cell .before {
	position: absolute;
	top: 0;
	left: 0;
	width: 45%;	
}
	.cell .before img {
		width: 100%;	
	}

.cell dl {
	width: 45%;
}
	.cell dl img {
		width: 100%;
		height: auto;
	}
	.cell dl dt {
		font-size: 3.6rem;
		font-weight: 700;
		margin-bottom: 20px;
	}
	.cell dl dd p {
		margin-bottom: 20px;
	}

.cell dl.after {
	position: absolute;
	top: 200px;
	right: 0;
}
.cell dl.sub {
	position: absolute;
	top: 500px;
	left: 0;
}
.cell .arrow {
	width: 120px;
	position: absolute;
	top: 380px;
	left: 50%;
	margin-left: -90px;
}




.cell:nth-child(2n) {
	background: url("../img/renovation/bg03.svg") no-repeat;
	background-size: cover;
}

.cell:nth-child(2n) .tt {
	position: absolute;
	top: 0;
	right: auto;
	left: 0;
}

.cell:nth-child(2n) .before {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
}

.cell:nth-child(2n) dl.after {
	position: absolute;
	top: 200px;
	left: 0;
	right: auto;
}
.cell:nth-child(2n) dl.sub {
	position: absolute;
	top: 500px;
	right: 0;

	left: auto;
}
.cell:nth-child(2n) .arrow {
	width: 120px;
	position: absolute;
	top: 380px;
	left: 50%;
	margin-left: -40px;
	transform: rotate(90deg);
}





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



}





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




/* mainTitle
--------------------- */
#mainTitle {
	padding-top: 100px;
	height: auto;
	margin-bottom: 0px;
}
	#mainTitle ul {
		margin-left: 0%;
		margin-bottom: 5%;
		width: 100%;
		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;

	}

	#mainTitle ul li {
		width: 32%;
		text-align: center;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	#mainTitle ul li:nth-child(2n) {
		margin-right: 2%;
	}
	#mainTitle ul li:nth-child(3n) {
		margin-right: 0%;
	}
		#mainTitle ul li a {
			padding: 10px 30px;
			font-size: 1.4rem;
			font-weight: 700;
			color: #b90101;
			display: block;

		}
		#mainTitle ul li a:hover,
		#mainTitle ul li a.on {
			font-size: 1.4rem;
			font-weight: 700;
			color: #FFF;
			display: block;
			border: none;
			background: #b90101;
		}


	#mainTitle .inner {
		position: relative;
	}
	#mainTitle .inner h2 {
		font-family: "Noto Sans JP";
		font-size: 3rem;
		font-weight: 700;
		letter-spacing: 0.1em;
	}
	#mainTitle .inner p {
		font-family: "Noto Serif JP";
		font-size: 1.4rem !important;
		font-weight: 600;
	}

	#mainTitle .pht {
		width: 100%;
		position: relative;
		top: 0;
		right: 0;
		z-index: -100;
	}

	#mainTitle .read {
		font-size: 1.4rem !important;
		width: 100%;
		margin-bottom: 5%;
	}
	
	


/* Read
--------------------- */
#Read {
	padding-top: 10%;
	background:url("../img/renovation/bg02.svg") no-repeat top right;
	background-size: 650px;
	margin-bottom: 10%;
}
	#Read dl {
		position: relative;
	}
	#Read dl dt {
		position: relative;
		top: 0;
		right: 0;
		height: 13em;
		font-size: 2.4rem;
		writing-mode: vertical-rl;
		font-family: "Noto Serif JP";
		margin: 0 auto;
	}
		#Read dl dt strong {
		}
	#Read dl dd {
		width: 100%;

	}


.cell {
	min-height: auto;
	background: url("../img/renovation/bg01.svg") no-repeat center;
	background-size: cover;
	padding-bottom: 10%;
}
	.cell .inner {
		position: relative;
	}
	.cell .tit {
		background: rgb(197,214,182);
		background: linear-gradient(90deg, rgba(197,214,182,1) 0%, rgba(185,1,1,0.1) 100%);
		text-align: center;
		margin-bottom: 5%;
		padding: 5%;
	}
		.cell .tit h3 {
			font-size: 2rem;
		}

.cell .tt {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
}
	.cell .tt h4 {
		font-size: 2.4rem;
		float: left;
	}
	.cell .tt p {
		width: 30%;
		float: right;
	}

.cell .before {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin-bottom: 10%;
}
	.cell .before img {
		width: 100%;	
	}

.cell dl {
	width: 100%;
}
	.cell dl img {
		width: 100%;
		height: auto;
	}
	.cell dl dt {
		font-size: 2rem;
		font-weight: 700;
		margin-bottom: 5%;
	}
	.cell dl dd p {
		margin-bottom: 20px;
	}

.cell dl.after {
	position: relative;
	top: 0;
	right: 0;
}
.cell dl.sub {
	position: relative;
	top: 0;
	left: 0;
}
.cell .arrow {
	display: none;
}




.cell:nth-child(2n) {
	background: url("../img/renovation/bg03.svg") no-repeat;
	background-size: cover;
}

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

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

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

	left: auto;
}


}