@charset "utf-8";
#h1_03company {
    background-image: linear-gradient(90deg, #436da0, #7dbcb0);
}
#globalmenu .nav_company {
    /* 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;
}

.ikebukuro{
	margin: 10px 0px 0px 20px;
}

.saitama{
	margin: 10px 0px 0px 20px;
}
.hisi li{
	line-height: 1.4;
	width: 30%;
	margin: 5px 0;
}
.hisi li::before{
	content: "◆";
	padding-right: 10px;
	color: #436da0;
}
.hisi li:nth-child(even)::before{
	color: #7dbcb0;
}
.enkaku{
	text-align: center;
}
.enkaku img{
	width: 100%;
	max-width: 550px;
}
.torihiki{
	width: 676px;
	margin-right: 20px;
	margin-left: auto;
}
.torihiki_ttl{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.torihiki_ttl p{
	padding: 10px 0;
	margin-bottom: 10px;
}
.kokunai_ttl{
	background-color: #293e5c;
}
.kaigai_ttl{
	background-color: #7dbcb0;
	margin-top: 20px;
}
.keisyou{
	font-size: 14px;
	margin-top: 30px;
	text-align: right;
}
.torihiki_tex{
	font-size: 15.5px;
}
.torihiki_tex p{
	line-height: 1.8;
	letter-spacing: 0em;
}
.gyoukai{
	width: 676px;
	margin-left: auto;
	margin-right: 20px;
}
.gyouflex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mapflex{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	overflow: hidden;
	margin-right: 20px;
	margin-left: 20px;
}
#sec_company li {
	margin-bottom: 5px;
	width: 100%;
}
.hankaku{
	padding-left: 4px;
}
.telawase{
	padding-left: 2px;
}