@charset "UTF-8";
.rct {}
.rct_title {}
.rctNav {
	background-color: #eaf0f5;
	padding-top: 34px;
	padding-bottom: 35px;
	margin-bottom: 81px;
}
.rctNav_list {
	list-style: none;
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rctNav_list > li {
	width: 48%;
}
.rctNav_list > li:first-child {}
.rctNav_list > li:last-child {}
.rctNav_list > li:nth-child(2n+1) {}
.rctNav_list > li:nth-child(n+3) {}
.rctNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 75px;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.rctNav_list > li > a::before {
	content: "";
}
.rctNav_list > li > a::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 24px;
	margin-top: auto;
	margin-bottom: auto;
	border: 2px solid #73a2c8;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border-bottom: none;
	border-left: none;
	transition-duration: .3s;
	transition-property: border-color;
}
.staff {
	margin-bottom: 165px;
}
.staff:last-child {
	margin-bottom: 0;
}
.staff_title {
	margin-bottom: 50px;
}
.staff_table {}
.staff_table > tbody {}
.staff_table > tbody > tr {}
.staff_table > tbody > tr:first-child {}
.staff_table > tbody > tr:last-child {}
.staff_table > tbody > tr > th {
	white-space: nowrap;
}
.staff_table > tbody > tr > td {
	line-height: 1.62;
}
.staff_dList {
	list-style: none;
	margin-bottom: 23px;
}
.staff_dList:last-child {
	margin-bottom: 0;
}
.staff_dList > dt {}
.staff_dList > dd {}
@media screen and (min-width:1000px) {
	.rctNav_list > li > a:hover {
		background-color: #73a2c8;
		color: #fff;
	}
	.rctNav_list > li > a:hover::after {
		border-color: #fff;
	}
}
@media screen and (max-width:999px) {
	.rct {}
	.rct_title {}
	.rctNav {
		margin-bottom: 60px;
	}
	.rctNav_list {}
	.rctNav_list > li {}
	.rctNav_list > li:first-child {}
	.rctNav_list > li:last-child {}
	.rctNav_list > li:nth-child(2n+1) {}
	.rctNav_list > li:nth-child(n+3) {}
	.rctNav_list > li > a {}
	.rctNav_list > li > a::before {}
	.rctNav_list > li > a::after {}
	.staff {
		margin-bottom: 80px;
	}
	.staff:last-child {}
	.staff_title {
		margin-bottom: 35px;
	}
	.staff_table {}
	.staff_table > tbody {}
	.staff_table > tbody > tr {}
	.staff_table > tbody > tr:first-child {}
	.staff_table > tbody > tr:last-child {}
	.staff_table > tbody > tr > th {}
	.staff_table > tbody > tr > td {}
	.staff_dList {}
	.staff_dList:last-child {}
	.staff_dList > dt {}
	.staff_dList > dd {}
}
@media screen and (max-width:767px) {
	.rct {}
	.rct_title {}
	.rctNav {
		margin-bottom: 40px;
	}
	.rctNav_list {}
	.rctNav_list > li {}
	.rctNav_list > li:first-child {}
	.rctNav_list > li:last-child {}
	.rctNav_list > li:nth-child(2n+1) {}
	.rctNav_list > li:nth-child(n+3) {}
	.rctNav_list > li > a {
		height: 55px;
	}
	.rctNav_list > li > a::before {}
	.rctNav_list > li > a::after {
		width: 6px;
		height: 6px;
	}
	.staff {
		margin-bottom: 50px;
	}
	.staff:last-child {}
	.staff_title {
		margin-bottom: 20px;
	}
	.staff_table {}
	.staff_table > tbody {}
	.staff_table > tbody > tr {}
	.staff_table > tbody > tr:first-child {}
	.staff_table > tbody > tr:last-child {}
	.staff_table > tbody > tr > th {}
	.staff_table > tbody > tr > td {}
	.staff_dList {
		margin-bottom: 15px;
	}
	.staff_dList:last-child {}
	.staff_dList > dt {}
	.staff_dList > dd {}
}
