@charset "utf-8";
#h1_05recruit {
    background-image: linear-gradient(90deg, #436da0, #7dbcb0);
}
#globalmenu .nav_recruit {
    /* background: #7dbcb0; */
    background: #446da1;
    /* opacity: .5; */
    /* background: #e7e7e7; */
	background: #5a8da7;
}

.flame01 h2 {
	padding: 0 20px;
	display: flex;
	align-items: center;
	position: relative;
	background-image: none;
	width: 100%;
	max-width: 738px;
	letter-spacing: 0.05em;
}
.flame01 h2::before {
	content:"";
	width: 12px;
	height: 12px;
	background-color: #293e5c;
	position: absolute;
	left: 0;
	background-color: #446da1;

	height: calc(tan(60deg) * 17px / 2);
	width: 12px;
	clip-path: polygon(0% 0, 100% 50%, 0 100%);
}
.flame01 h2::after {
	content:"";
	width: 100%;
	height: 5px;
	background-color: #293e5c;
	position: absolute;
	left: 0;
	bottom: -5px;
	background-image: gray;
	background-image: linear-gradient(90deg, #436da0, #7dbcb0);
}
#sec_company th {
	background-color: #446da1;
	padding: 20px;
	color: #fff;
}
#sec_company td {
	border-bottom-color: #446da1;
}
.right_con{
	margin-top: 35px;
}