@charset "UTF-8";
.areaCorp {}
.areaCorp_text {
	font-size: 16px;
	color: #082f47;
	text-align: center;
	margin-bottom: 70px;
}
.corp {
	margin-bottom: 146px;
}
.corp:last-child {
	margin-bottom: 0;
}
.corp_title {
	height: 176px;
	white-space: nowrap;
	width: 100%;
	justify-content: center;
	display: inline-flex;
}
.corp_title > b {}
.corp_title > small {}
.corp_table {}
.corp_table > tbody {}
.corp_table > tbody > tr {}
.corp_table > tbody > tr:first-child {}
.corp_table > tbody > tr:last-child {}
.corp_table > tbody > tr > th {}
.corp_table > tbody > tr > td {}
.corp_table > tbody > tr > td.-add {
	border-color: #ced5da;
	padding-top: 26px;
}
.corp_table > tbody > tr > th[rowspan] + td.-add {
	border-top-color: #082f47;
}
.corp_table > tbody > tr > td.-content {
	padding-top: 37px;
}
.corp_dList {
	list-style: none;
	margin-bottom: 33px;
}
.corp_dList:last-child {
	margin-bottom: 0;
}
.corp_dList > dt {
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 6px;
}
.corp_dList > dd {
	line-height: 2;
}
.corp_dList > dd > a {
	text-decoration: none;
	color: inherit;
}
.corp_dList > dd > a::before {
	content: "";
}
.corp_dList > dd > a::after {
	content: "";
}
.corp_dList > dd.-map > a > .icon {
	display: block;
	padding-right: 9px;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.corp_dList > dd > a > b {
	font-weight: normal;
	text-decoration: underline;
}
.corp_dList > dd.-map {}
.corp_dList > dd.-map > a {
	display: flex;
	align-items: center;
}
.client {}
.client_title {}
.client_title > b {}
.client_title > small {}
.client_headline {
	font-size: 22px;
	color: #093753;
	font-weight: normal;
	line-height: 1.4;
	padding-bottom: 10px;
	border-bottom: 2px solid #093753;
	margin-bottom: 25px;
	letter-spacing: 0.1em;
}
.client_cols {
	display: flex;
	margin-bottom: 80px;
}
.client_cols:last-child {
	margin-bottom: 0;
}
.client_col {}
.client_col-no1 {
	width: 49%;
}
.client_list {
	list-style: none;
}
.client_list > li {}
.client_list > li:first-child {}
.client_list > li:last-child {}
.client_list > li:nth-child(2n+1) {}
.client_list > li:nth-child(n+3) {}
.client_list > li > a {
	display: block;
	font-size: 16px;
	padding: 6px 0;
}
.client_list > li > a::before {
	content: "";
}
.client_list > li > a::after {
	content: "";
}
.client_col-no2 {
	padding-left: 40px;
	position: relative;
	z-index: 1;
}
.client_col-no2::before {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 30px);
	position: absolute;
	z-index: 1;
	background: #ced5da;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (min-width:1000px) {
	.corp_dList > dd > a:hover {
		text-decoration: underline;
	}
	.corp_dList > dd.-map > a:hover > .icon {
		-webkit-transform: translateX(7px);
		transform: translateX(7px);
		text-decoration: none;
	}
	.client_list > li > a:hover {}
}
@media screen and (max-width:999px) {
	.areaCorp {}
	.areaCorp_text {
		margin-bottom: 50px;
	}
	.corp {
		margin-bottom: 90px;
	}
	.corp_title {
		height: 141px;
	}
	.corp_title > b {}
	.corp_title > small {
		font-size: 13px;
		margin-left: 10px;
	}
	.corp_table {}
	.corp_table > tbody {}
	.corp_table > tbody > tr {}
	.corp_table > tbody > tr:first-child {}
	.corp_table > tbody > tr:last-child {}
	.corp_table > tbody > tr > th {}
	.corp_table > tbody > tr > td {}
	.corp_table > tbody > tr > td.-add {
		padding-top: 20px;
	}
	.corp_table > tbody > tr > th[rowspan] + td.-add {}
	.corp_table > tbody > tr > td.-content {
		padding-top: 25px;
	}
	.corp_dList {
		margin-bottom: 20px;
	}
	.corp_dList:last-child {}
	.corp_dList > dt {}
	.corp_dList > dd {}
	.corp_dList > dd > a {}
	.corp_dList > dd > a::before {}
	.corp_dList > dd > a::after {}
	.corp_dList > dd.-map > a > .icon {}
	.corp_dList > dd > a > b {}
	.corp_dList > dd.-map {}
	.corp_dList > dd.-map > a {}
	.client {}
	.client_title {}
	.client_title > b {}
	.client_title > small {}
	.client_headline {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.client_cols {}
	.client_cols:last-child {}
	.client_col {}
	.client_col-no1 {}
	.client_list {}
	.client_list > li {}
	.client_list > li:first-child {}
	.client_list > li:last-child {}
	.client_list > li:nth-child(2n+1) {}
	.client_list > li:nth-child(n+3) {}
	.client_list > li > a {}
	.client_list > li > a::before {}
	.client_list > li > a::after {}
	.client_col-no2 {}
	.client_col-no2::before {}
}
@media screen and (max-width:767px) {
	.areaCorp {}
	.areaCorp_text {
		text-align: left;
		margin-bottom: 25px;
	}
	.corp {
		margin-bottom: 50px;
	}
	.corp_title {
		height: 120px;
	}
	.corp_title > b {}
	.corp_title > small {
		font-size: 12px;
		margin-left: 5px;
	}
	.corp_table {}
	.corp_table > tbody {}
	.corp_table > tbody > tr {}
	.corp_table > tbody > tr:first-child {}
	.corp_table > tbody > tr:last-child {}
	.corp_table > tbody > tr > th {}
	.corp_table > tbody > tr > td {}
	.corp_table > tbody > tr > td.-add {}
	.corp_table > tbody > tr > th[rowspan] + td.-add {}
	.corp_table > tbody > tr > td.-content {}
	.corp_dList {
		margin-bottom: 12px;
	}
	.corp_dList:last-child {}
	.corp_dList > dt {
		margin-bottom: 3px;
	}
	.corp_dList > dd {}
	.corp_dList > dd > a {}
	.corp_dList > dd > a::before {}
	.corp_dList > dd > a::after {}
	.corp_dList > dd.-map > a > .icon {}
	.corp_dList > dd > a > b {}
	.corp_dList > dd.-map {}
	.corp_dList > dd.-map > a {}
	.client {}
	.client_title {}
	.client_title > b {}
	.client_title > small {}
	.client_headline {}
	.client_cols {
		display: block;
		margin-bottom: 40px;
	}
	.client_cols:last-child {}
	.client_col {
		width: auto;
	}
	.client_col-no1 {}
	.client_list {}
	.client_list > li {}
	.client_list > li:first-child {}
	.client_list > li:last-child {}
	.client_list > li:nth-child(2n+1) {}
	.client_list > li:nth-child(n+3) {}
	.client_list > li > a {}
	.client_list > li > a::before {}
	.client_list > li > a::after {}
	.client_col-no2 {
		padding-left: 0;
	}
	.client_col-no2::before {
		display: none;
	}
}
