@charset "UTF-8";
.profile_wrap {
	width: 100%;
}
.profile_wrap tr:first-child th {
	padding-top: 0;
}
.profile_wrap th {
	vertical-align: top;
	font-weight: 600;
	letter-spacing: 0.025em;
}
.profile_wrap th .is-bg {
	display: block;
	background: #004D8A;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
}
.profile_wrap td {
	position: relative;
	color: #333333;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0.025em;
}
.map {
	background: #D3D3D3;
	overflow: hidden;
}
.map iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
.servicesLst_wrap li {
	position: relative;
}
.servicesLst_wrap li .is-lb .dot {
	position: absolute;
	left: 0;
}
.profile-txt.is-lb {
	padding-left: 1em;
}
.profile-txt:last-child,
.servicesLst_wrap li:last-child,
.partnerLst_wrap li:last-child {
	margin-bottom: 0;
}
.profileImg_wrap {
	position: absolute;
}
@media (min-width: 896px) {
	.profile_wrap tr:first-child td {
		padding-top: 0;
	}
	.map.sp_map {
		display: none;
	}
	.office_wrap {
		padding: 0 40px;
	}
	.office_in {
		padding-top: 82px;
	}
	.profile_wrap th {
		padding: 18px 25px;
		width: 185px;
		font-size: 18px;
		line-height: 1.5;
	}
	.profile_wrap th .is-bg {
		padding: 5px 10px 5px 10px;
	}
	.profile_wrap th .is-bg.is-nomgn {
		margin-top: 0;
	}
	.profile_wrap td {
		padding: 20px 0;
		font-size: 18px;
	}
	.profile_wrap td.pc_map {
		vertical-align: middle;
		padding: 0 0 0 20px;
	}
	.pc_map .map {
		width: 400px;
		height: 380px;
		display: block;
	}
	.profile-txt,
	.servicesLst_wrap li {
		margin-bottom: 15px;
	}
	.partnerLst_wrap li {
		margin-bottom: 10px;
	}
	.profileImg_wrap {
		right: 240px;
		bottom: 55px;
	}
	.profile-txt .is-br {
		display: block;
		text-align: right;
		padding-right: 45px;
	}
	.partnerLst-txt .is-last {
		padding-left: 90px;
	}
}
@media (min-width: 896px) and (max-width: 1100px) {
	.profile-txt .is-br {
		display: inline-block;
		padding: 0;
	}
} 
@media screen and (min-width:896px) and (max-width:1080px) {
	.profileImg_wrap {
		right: 85px;
	}
}
@media only screen and (max-width: 896px) {
	.profile_wrap tr td.pc_map {
		display: none;
	}
	.office_wrap {
		padding: 0 15px;
	}
	.office_in {
		padding-top: 20px;
	}
	.profile_wrap th .is-bg {
		padding: 5px 10px 5px 10px;
	}
	.profile_wrap tr td {
		padding: 15px 10px 20px;
	}
	.profile_wrap tr:first-child th {
		padding-top: 0;
	}
	.profile_wrap tr th,
	.profile_wrap tr td {
		display: block;
	}
	.profile_wrap th {
		font-size: 14px;
		line-height: 1.536;
	}
	.profile_wrap td {
		font-size: 14px;
	}
	.profile-txt.is-ver2 {
		font-size: 13px;
	}
	.profile-txt .is-br {
		display: block;
	}
	.map {
		margin: 15px 0 20px;
		width: 100%;
		height: 168px;
	}
	.profile-txt,
	.servicesLst_wrap li {
		margin-bottom: 10px;
	}
	.profile_wrap tr:last-child {
		border-bottom: none;
	}
	.profileImg_wrap {
		right: 10px;
		top: -280px;
	}
	.partnerLst_wrap li {
		margin-bottom: 5px;
	}
	.partnerLst-txt .is-last {
		padding-left: min(16vw, 70px);
	}
}
@media only screen and (max-width: 370px) {
	.partnerLst-txt .is-last {
		padding-left: max(5px, 3vw);
	}
}