@charset "utf-8";

/* ****************************************************
Title: top.css
***************************************************** */


/* -------------------------------------------------------------------- 
 トップ
-------------------------------------------------------------------- */

.mainContBlock01 {
	position: relative;
	padding: 30px 30px 0px 30px;
}
.mainContBlock01::before {
	content: "";
	width: 100%;
	height: 500px;
	background-color: #003478;
	position: absolute;
	left: 0px;
	top: 330px;
}

.mainvisual01 {
	position: relative;
	background-image: url("../images/top_mainvisual01.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 30px;
	height: 500px;
}
.mainTit01 img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.topContBox01 {
	position: relative;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 50px 40px 40px;
	margin-top: 90px;
}
.enTit01 {
	font-size: 120px;
	line-height: 1.0em;
	color: #EEEFF0;
	position: absolute;
	left: 0px;
	top: -45px;
}
.enTit01.enTit02 {
	font-size: 100px;
	top: -55px;
}

/*--------------------*/

.enTit01 {
	color: #D3D6DF;
}
/*.enTit01.enTit02 {
	color: #D3D6DF;
}*/
.enTit01.enTit03 {
	color: #EEEFF0;
}


/*--------------------*/

.topContH201 {
	color: #003478;
	font-size: 28px;
	line-height: 1.4em;
	font-weight: 500;
	padding-bottom: 20px;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}
.topContH201::after {
	content: "";
	width: 44px;
	height: 2px;
	background-color: #003478;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.contListBox01 {
	max-width: 920px;
	margin: auto;
}

.contList01 li {
	border-top: 1px solid #DFDFDF;
}
.contList01 li:first-child {
	border-top: none;
}
.contList01 li a {
	position: relative;
	display: flex;
	gap: 0px 15px;
	text-align: left;
	padding: 25px 0px;
}
.contList01 li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

.contList01 li a .p01 {
	color: #003478;
	font-size: 18px;
	line-height: 1.9em;
	flex-shrink: 0;
}
.contList01 li a .p02 {
	font-size: 20px;
	line-height: 1.6em;
	
}
.contListNew01 {
	background-color: #EE2424;
	border-radius: 2px;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.6em;
	font-weight: 600;
	padding: 2px 5px 1px;
	display: flex;
	box-sizing: border-box;
	width: 40px;
	position: absolute;
	left: -55px;
	top: 28px;
}
.contListPdf01 {
	background-color: #F1F1F1;
	border-radius: 2px;
	color: #003478;
	font-size: 15px;
	line-height: 1.6em;
	font-weight: 600;
	padding: 2px 5px 1px;
	display: inline-block;
	box-sizing: border-box;
	width: auto;
	margin-left: 10px;
}
.topContFlex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.topContFlex01 .topContBox01 {
	width: 47.84%;
	padding-bottom: 72px;
}
.topContLink01 {
	position: absolute;
	right: 40px;
	bottom: 40px;
}
.topContLink01 a {
	font-size: 20px;
	line-height: 1.0em;
}
.topContLink01 a:link {	color: #003478;	text-decoration: underline;}
.topContLink01 a:visited {	color: #003478;	text-decoration: underline;}
.topContLink01 a:hover {	color:#003478;	text-decoration: none;}
.topContLink01 a:active {	color:#003478;	text-decoration: none;}

.contBtn01 {
	margin-top: 50px;
}
.contBtn01 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 20px;
	width: 100%;
	height: 60px;
	font-size: 20px;
	line-height: 1.2em;
	border: 1px solid #003478;
	color: #003478;
}
.contBtn01 a::after {
	content: "";
	background-image: url("../images/btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px auto;
	width: 10px;
	height: 16px;
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
}
.topContBox01.box02 {
	padding: 70px;
}
.enTit01.enTit03 {
	left: 50%;
	transform: translateX(-50%);
	top: -60px;
}
.contactBox01 {
	text-align: center;
	margin-top: 30px;
}
.topContactText01 {
	color: #003478;
	font-size: 22px;
	line-height: 1.6em;
}
.topContactBoxIn01 {
	margin-top: 30px;
	font-size: 20px;
	line-height: 1.6em;
}
.topContactTable01 {
	margin: auto;
}
.topContactTable01 th {
	text-align: right;
	vertical-align: top;
}
.topContactTable01 td {
	text-align: left;
	vertical-align: top;
}

/*---------------------*/

.bottomBg01 {
	position: relative;
}
.bottomBg01::before {
	content: "";
	width: 100%;
	height: 910px;
	background-color: #D5D6D6;
	position: absolute;
	left: 0px;
	bottom: -160px;
	z-index: 0;
}

.posiReZ1 {
	position: relative;
	z-index: 1;
}

p.topContNoLink{
	margin-block: 3rem;
	font-size: 18px;
}


/* 404 */
.contBtn01404{
    width: 18rem;
    margin: 0 auto;
}

@media screen and (max-width: 1025px) {

	.mainContBlock01 {
		position: relative;
		padding: 15px 15px 0px 15px;
	}
	.mainContBlock01::before {
		content: "";
		width: 100%;
		height: 376px;
		background-color: #003478;
		position: absolute;
		left: 0px;
		top: 215px;
	}

	.mainvisual01 {
		position: relative;
		background-image: url("../images/top_mainvisual01_sp.jpg");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 30px;
		height: 300px;
	}
	.mainTit01 img {
		max-width: 100%;
		width: auto;
		height: auto;
	}

	.topContBox01 {
		position: relative;
		background-color: #ffffff;
		box-sizing: border-box;
		padding: 40px 15px 20px;
		margin-top: 70px;
	}
	.enTit01 {
		font-size: 80px;
		line-height: 1.0em;
		color: #D3D6DF;
		position: absolute;
		left: 0px;
		top: -40px;
	}
	.enTit01.enTit02 {
		font-size: 70px;
		top: -40px;
	}

	.topContH201 {
		color: #003478;
		font-size: 24px;
		line-height: 1.4em;
		font-weight: 500;
		padding-bottom: 15px;
		text-align: center;
		position: relative;
		margin-bottom: 10px;
	}
	.topContH201::after {
		content: "";
		width: 44px;
		height: 2px;
		background-color: #003478;
		position: absolute;
		bottom: 0px;
		left: 50%;
		transform: translateX(-50%);
	}
	.contListBox01 {
		max-width: 920px;
		margin: auto;
	}

	.contList01 li {
		border-top: 1px solid #DFDFDF;
	}
	.contList01 li:first-child {
		border-top: none;
	}
	.contList01 li a {
		position: relative;
		display: block;
		text-align: left;
		padding: 20px 0px;
	}
	.contList01 li a:hover {
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity:0.7;
		transition-duration: 0.3s;
	}

	.contList01 li a .p01 {
		color: #003478;
		font-size: 16px;
		line-height: 1.4em;
		flex-shrink: 0;
	}
	.contList01 li a .p02 {
		font-size: 18px;
		line-height: 1.6em;

	}
	.contListNew01 {
		background-color: #EE2424;
		border-radius: 2px;
		color: #ffffff;
		font-size: 12px;
		line-height: 1.6em;
		font-weight: 600;
		padding: 2px 5px 1px;
		display: inline-flex;
		box-sizing: border-box;
		width: auto;
		position: relative;
		left: 0px;
		top: 0px;
		margin-left: 10px;
	}
	.contListPdf01 {
		background-color: #F1F1F1;
		border-radius: 2px;
		color: #003478;
		font-size: 13px;
		line-height: 1.6em;
		font-weight: 600;
		padding: 2px 5px 1px;
		display: inline-block;
		box-sizing: border-box;
		width: auto;
		margin-left: 10px;
	}
	.topContFlex01 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.topContFlex01 .topContBox01 {
		width: 100%;
		padding-bottom: 30px;
	}
	.topContLink01 {
		position: relative;
		right: 0px;
		bottom: 0px;
		text-align: right;
		margin-top: 15px;
	}
	.topContLink01 a {
		font-size: 18px;
		line-height: 1.0em;
	}
	.topContLink01 a:link {	color: #003478;	text-decoration: underline;}
	.topContLink01 a:visited {	color: #003478;	text-decoration: underline;}
	.topContLink01 a:hover {	color:#003478;	text-decoration: none;}
	.topContLink01 a:active {	color:#003478;	text-decoration: none;}

	.contBtn01 {
		margin-top: 40px;
	}
	.contBtn01 a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		padding: 10px 20px;
		width: 100%;
		height: 58px;
		font-size: 18px;
		line-height: 1.2em;
		border: 1px solid #003478;
		color: #003478;
	}
	.contBtn01 a::after {
		content: "";
		background-image: url("../images/btn_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 10px auto;
		width: 10px;
		height: 16px;
		position: absolute;
		right: 13px;
		top: 50%;
		transform: translateY(-50%);
	}
	.topContBox01.box02 {
		padding: 40px 15px 30px;
	}
	.enTit01.enTit03 {
		left: 50%;
		transform: translateX(-50%);
		top: -40px;
		color: #EEEFF0;
	}
	.contactBox01 {
		text-align: center;
		margin-top: 20px;
	}
	.topContactText01 {
		color: #003478;
		font-size: 20px;
		line-height: 1.6em;
	}
	.topContactBoxIn01 {
		margin-top: 30px;
		font-size: 18px;
		line-height: 1.6em;
	}
	.topContactTable01 {
		margin: auto;
	}
	.topContactTable01 th {
		text-align: right;
		vertical-align: top;
	}
	.topContactTable01 td {
		text-align: left;
		vertical-align: top;
	}

	/*---------------------*/

	.bottomBg01 {
		position: relative;
	}
	.bottomBg01::before {
		content: "";
		width: 100%;
		height: 768px;
		background-color: #D5D6D6;
		position: absolute;
		left: 0px;
		bottom: -100px;
		z-index: 0;
	}

	.posiReZ1 {
		position: relative;
		z-index: 1;
	}



}



@media screen and (max-width: 750px) {



}



/*-----*/
