@charset "utf-8";
/* -------------------------------------------------- */
/* PC */
/* -------------------------------------------------- */
/* スタッフ紹介 */
/* -------------------------------------------------- */
/* 共通 */
.staffPosition {
	margin-bottom: 3px;
	font-size: 1.6rem;
} 

.staffName {
	font-size: 2rem;
}

.staffSub {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #d3d3d3;
}

.staffSubTit {
	font-weight: bold;
}

.staffComment {
	margin-top: 15px;
	padding: 25px;
	background: #f1f5f6;
}

.staffCommentTxt {
	margin-bottom: 10px;
}

.staffCommentTxt:last-child {
	margin-bottom: 0;
}

#staffTop {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#staffTopImg {
	width: 45.5%;
	margin-top: 7px;
}
#staffTopImg img {
	width: 100%;
}
#staffTopTxtBox {
	width: 100%;
/*	width: 49.5%;*/
}

#staffList {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
#staffList li {
	width: 45.5%;
}
#staffList li:nth-of-type(n + 3) {
	margin-top: 50px;
}


/* 会社概要 */
/* -------------------------------------------------- */
#overviewData {
	width: 100%;
	max-width: 690px;
	margin: 0 auto;
	font-size: 1.6rem;
}

#overviewData tr {
	border-top: 1px solid #9e9e9e;
}

#overviewData th,
#overviewData td {
	padding: 22px 0;
	text-align: left;
}

#overviewData th {
	width: 175px;
	padding-right: 10px;
	font-weight: bold;
	vertical-align: middle;
}

#overviewGroup {
	width: 100%;
	max-width: 690px;
	margin: 0 auto;
	padding: 20px 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid #9e9e9e;
}

#overviewGroupTit {
	width: 100%;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.6rem;
}

#overviewGroupInfo {
	width: 38%;
	margin-right: 5%;
}
#overviewGroupLogo {
	margin-bottom: 15px;
}
#overviewGroupLogo img {
	width: 100%;
}
#overviewGroupAccess {
	padding: 10px 15px;
	background: #eee;
}

#overviewGroupTxtBox {
	flex: 1;
}


/* アクセス */
/* -------------------------------------------------- */
#accessBox {
	position: relative;
}

#accessImg img {
	width: 100%;
}

#accessTxtBox {
	width: 45%;
	padding: 40px 20px 0 45px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
}

.accessTxtBoxSub {
	margin-bottom: 20px;
	padding: 0 0 0 20px;
	border-left: 2px solid #01adb0;
}

.accessTxtBoxSub .tit {
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 1.6rem;
}

.accessTxtBoxSub .txt {
	font-size: 1.5rem;
}

.accessTxtBoxSub .train,
.accessTxtBoxSub .bus {
	padding: 7px 0 7px 35px;
	background: no-repeat left center;
}
.accessTxtBoxSub .train {
	background-image: url(../../img/common/icon_train01.svg);
}
.accessTxtBoxSub .bus {
	background-image: url(../../img/common/icon_bus01.svg);
}

#accessBoxParking {
	padding: 9px 15px;
	border: 1px solid #fd504b;
	color: #fd504b;
	font-size: 1.5rem;
}


/* -------------------------------------------------- */
/* PC(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) {
}


/* -------------------------------------------------- */
/* 1025〜1200 */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) and (max-width: 1200px) {
}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	/* スタッフ紹介 */
	/* -------------------------------------------------- */
	/* 共通 */
	.staffPosition {
		font-size: 1.4rem;
	} 

	.staffName {
		font-size: 1.8rem;
	}

	.staffComment {
		padding: 5%;
	}

	#staffTop {
		display: block;
	}
	#staffTopImg {
		width: 100%;
		margin: 0 auto 20px;
	}
	#staffTopTxtBox {
		width: 100%;
	}

	#staffList {
		display: block;
	}
	#staffList li {
		width: 100%;
		margin: 0 auto 50px !important;
	}
	#staffList li:last-of-type {
		margin-bottom: 0 !important;
	}


	/* 会社概要 */
	/* -------------------------------------------------- */
	#overviewData {
		max-width: none;
		font-size: 1.4rem;
	}

	#overviewData th,
	#overviewData td {
		padding: 15px 0;
	}

	#overviewData th {
		width: 130px;
	}

	#overviewGroup {
		max-width: none;
		margin-top: 30px;
		padding: 5%;
		display: block;
	}

	#overviewGroupTit {
		text-align: center;
		font-size: 1.8rem;
	}

	#overviewGroupInfo {
		width: 100%;
		margin: 0 auto 20px;
	}
	#overviewGroupLogo {
		display: table;
		margin: 0 auto 20px;
	}


	/* アクセス */
	/* -------------------------------------------------- */
	#accessImg {
		margin: 0 auto 30px;
	}

	#accessTxtBox {
		width: 100%;
		padding: 0;
		position: static;
	}

	.accessTxtBoxSub .txt {
		font-size: 1.4rem;
	}
	.accessTxtBoxSub .train,
	.accessTxtBoxSub .bus {
		padding-left: 30px;
		background-size: 17px;
	}

	#accessBoxParking {
		padding: 10px 5px;
		font-size: 1.3rem;
		text-align: center;
	}

}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}


/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {

}

@media screen and (max-width: 375px) {
	/* 会社概要 */
	/* -------------------------------------------------- */
	#overviewData th,
	#overviewData td {
		display: block;
		padding: 10px 0;
		width: 100%;
	}

	#overviewData th {
		padding-bottom: 0;
	}

}
