@charset "UTF-8";

#header , .Hicon-box {
	display: none;
}
footer {
	display: none;
}
main {
	margin-top: 0;
}

.header-re {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
    left: 0;
	z-index: 10;
	background: #fff;
}
.logo-re {
	width: 200px;
}
.btn-contact a {
	display: block;
	background: #173C8E;
	color: #fff;
	padding: 0 50px;
	height: 80px;
	line-height: 80px;
}
.btn-contact a:hover {
	background: #000;
}


.top-re {
	width: 100%;
	height: 600px;
}
.top-catch01 {
	position: absolute;
	top: 130px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	writing-mode: vertical-rl;
	color: #fff;
}
.top-catch02 {
	position: absolute;
	top: 510px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	width: 50%;
	max-width: 650px;
}
.top-bg01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -2;
}
.top-bg02 {
	position: absolute;
	top: 150px;
	right: 0;
	width: 100%;
	z-index: -1;
	mix-blend-mode: multiply;
}
.pt-01 {
	padding-top: 190px;
}
.c-reblue {
	color: #3A4C9E;
}
.box01 {
	border: solid 10px #F4F4F4;
	background: #fff;
}
.box02 {
	border: solid 5px #3A4C9E;
	background: #fff;
	color: #3A4C9E;
	padding: 10px;
}
.box03 {
	border: solid 2px #3A4C9E;
	background: #fff;
	padding: 10px;
	height: 100%;
}
.box04 {
	background: #3A4C9E;
	color: #fff;
	padding: 10px;
}
.icon-pen {
	width: 35px;
	height: 35px;
}
.position01 {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}
.catch01 {
	background: url(/assets/images/redevelop/bg-ribon.svg) no-repeat center center / 100%;
	text-align: center;
	color: #fff;
	width: 100%;
	padding: 10px;
}
.catch02 {
	background: url(/assets/images/redevelop/bg-obi.svg) no-repeat center center / 100%;
	text-align: center;
	width: 100%;
	padding: 10px;
}
.kakko {
	position: relative;
}
.kakko::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	content: "";
	background: url(/assets/images/redevelop/icon-kakko01.svg) no-repeat top left / 30px;
}
.kakko::after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 30px;
	content: "";
	background: url(/assets/images/redevelop/icon-kakko02.svg) no-repeat bottom right / 30px;
}
.merit {
	background: #3A4C9E;
	padding: 5px;
	border-radius: 0 15px 15px 0;
	color: #fff;
	width: 50%;
}
.cap {
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 30px;
	background: #3A4C9E;
	border-radius: 3px;
	color: #fff;
}
.Flogo {
	width: 230px;
}


/*PCのみ*/
@media (min-width: 768px) {




}



@media (max-width: 768px) {

	.header-re {
		height: 60px;
	}
	.logo-re {
		width: 150px;
	}
	.btn-contact a {
		padding: 0 20px;
		height: 60px;
		line-height: 60px;
	}


	.top-re {
		height: 450px;
	}
	.top-catch01 {
		top: 50px;
	}
	.top-catch02 {
		top: 410px;
		width: 80%;
	}
	.pt-01 {
		padding: 90px 15px 0;
	}
	.top-bg02 {
		position: unset;
		margin-top: 20px;
	}
	.catch01 {
		background-size: cover;
	}
	.catch02 {
		background-size: cover;
	}

}



