@charset "utf-8";
img {
	width: 100%;
}
/*ーーーーーーーーーー
スタッフ紹介詳細部分
ーーーーーーーーーー*/
.contents01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
}
.contents01 .contents01-01 {
	width: 100%;
	height: auto;
	margin: 60px auto 0;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.contents01 .contents01-01 img {
	width: 50%;
	height: auto;
}
.contents01 .contents01-01 .text_area {
	width: 45%;
	height: auto;
	text-align: left;
}
.contents01 .contents01-01 .text_area .position {
	font-size: 16px;
	line-height: 26px;
	color: #e85504;
}
.contents01 .contents01-01 .text_area .name {
	font-size: 27px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 1px;
	margin-top: 10px;
}
.contents01 .contents01-01 .text_area .kana {
	font-size: 15px;
	line-height: 25px;
}
.contents01 .contents01-01 .text_area table {
	width: 100%;
	height: auto;
	border-collapse: collapse;
}
.contents01 .contents01-01 .text_area table tr {
	width: 100%;
	height: auto;
	border-bottom: 2px dotted #ddd;
}
.contents01 .contents01-01 .text_area table tr:last-child {
	border-bottom: 0;
}
.contents01 .contents01-01 .text_area table tr th {
	width: 36%;
	height: auto;
	text-align: center;
	padding: 3% 1% 3% 0;
}
.contents01 .contents01-01 .text_area table tr th p {
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1px;
	color: #fff;
	background-color: #e85504;
}
.contents01 .contents01-01 .text_area table tr td {
	width: 55%;
	height: auto;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	padding: 2% 0 2% 5%;
}
/*ーーーーーーーーーー
ブログ記事一覧部分
ーーーーーーーーーー*/
.contents01-02 {
	width: 100%;
	height: auto;
	margin: 60px auto 0;
	position: relative;
}
.contents01-02 #staffblog_area {
	position: absolute;
	top: -139px;
}
.contents01-02 .blog_title {
	padding: 10px 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 2px;
	color: #fff;
	background-color: #e85504;
}
.contents01-02 .blog_area {
	width: 100%;
	height: auto;
	display: block;
	overflow-x: scroll;
}
.contents01-02 ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
.contents01-02 ul li {
	width: 90%;
	height: auto;
	border-bottom: 1px dotted #000;
	padding: 20px 0;
	text-align: left;
}
.contents01-02 ul li:nth-of-type(1) {
	width: 10%;
}
.contents01-02 ul li a {
	display: inline-block;
	width: auto;
	color: #000;
}
.contents01-02 ul li a p {
	font-size: 14px;
	line-height: 24px;
}
.contents01-02 ul .title a h3 {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
}
/*ーーーーーーーーーー
挨拶部分
ーーーーーーーーーー*/
.contents02 {
	width: 800px;
	height: auto;
	margin: 75px auto 0;
	background-color: #fff;
}
.contents02 p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
}
/*ーーーーーーーーーー
ページ内リンク部分
ーーーーーーーーーー*/
.contents03 {
	width: 100%;
	height: auto;
	margin: 25px auto 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.contents03 li {
	width: auto;
	height: auto;
	display: block;
	margin: 20px 20px 0 0;
}
.contents03 li a {
	width: auto;
	height: auto;
	font-size: 16px;
	line-height: 33px;
	letter-spacing: 1px;
	color: #000;
	border: 2px solid #f0f0f0;
	padding: 5px 20px;
	border-radius: 70px;
	display: block;
}

.contents03 li a:hover,
a.selected {
	text-decoration: none;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
/*ーーーーーーーーーー
ページ内リンク中身部分
ーーーーーーーーーー*/
.contents04 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 88px;
	margin-top: -88px;
}
.contents04 h3 {
	font-size: 20px;
	line-height: 50px;
	letter-spacing: 1px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-top: 50px;
	padding-left: 10px;
}
.contents04 p {
	margin-top: 25px;
	font-size: 14px;
	line-height: 24px;
}
/*ーーーーーーーーーー
実績部分
ーーーーーーーーーー*/
/*代表取締役のみ実績非表示*/
.contents05 {
	width: 980px;
	height: auto;
	margin: 0 auto;
}
main .id_239 {
	display: none;
}
.contents05-inner {
	width: 100%;
	margin: 0 auto;
}
.contents05 h3 {
	font-size: 20px;
	line-height: 50px;
	letter-spacing: 1px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-top: 50px;
	padding-left: 10px;
}
.contents05-inner table {
	border-collapse: collapse;
	width: 100%;
	height: auto;
	border: 1px solid #000;
	margin-top: 30px;
}
.contents05-inner table thead {
	width: 100%;
	height: auto;
}
.contents05-inner table thead tr {
	width: 100%;
	height: auto;
	background-color: #e5e5e5;
	font-weight: 800;
}
.contents05-inner table thead tr th {
	width: auto;
	height: auto;
	font-size: 14px;
	font-weight: 800;
	line-height: 26px;
	letter-spacing: 1px;
	padding: 15px;
	border-right: 1px solid #000;
}
.contents05-inner table tbody {
	width: 100%;
	height: auto;
}
.contents05-inner table tbody tr {
	width: 100%;
	height: auto;
	border-top: 1px solid #000;
}
.contents05-inner table tbody tr th {
	width: auto;
	height: auto;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 1px;
	padding: 15px;
	border-right: 1px solid #000;
}
.text_bottoms {
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 2px;
	text-align: right;
	margin-top: 10px;
}
.to_staff {
	height: auto;
	margin: 90px auto 60px;
	text-align: center;
}

.to_staff a {
	margin: 0 auto;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	width: 217px;
	text-align: left;
	padding-left: 30px;
}

@media only screen and (max-width: 767px) {
	/*ーーーーーーーーーー
	スタッフ紹介詳細部分
	ーーーーーーーーーー*/
	.contents01 {
		width: 100%;
		padding-bottom: 15px;
	}
	.contents01 .contents01-01 {
		width: 90%;
		margin: 30px auto 0;
		display: block;
	}
	.contents01 .contents01-01 img {
		width: 100%;
		height: auto;
	}
	.contents01 .contents01-01 .text_area {
		width: 100%;
		margin-top: 5px;
	}
	.contents01 .contents01-01 .text_area .position {
		font-size: 13px;
		line-height: 23px;
	}
	.contents01 .contents01-01 .text_area .name {
		font-size: 30px;
		line-height: 33px;
	}
	.contents01 .contents01-01 .text_area .kana {
		font-size: 13px;
		line-height: 23px;
	}
	.contents01 .contents01-01 .text_area table tr {
		border: 0;
	}
	.contents01 .contents01-01 .text_area table tr th {
		display: block;
		width: 98%;
		padding: 3% 1% 1%;
	}
	.contents01 .contents01-01 .text_area table tr th p {
		font-size: 12px;
		line-height: 24px;
		letter-spacing: 1px;
		color: #fff;
		background-color: #e85504;
	}
	.contents01 .contents01-01 .text_area table tr td {
		display: block;
		width: 100%;
		font-size: 14px;
		font-weight: 400;
		line-height: 22px;
		padding: 1% 1% 3%;
	}
	/*ーーーーーーーーーー
	ブログ記事一覧部分
	ーーーーーーーーーー*/
	.contents01-02 {
		width: 90%;
		margin-top: 30px;
		position: relative;
	}
	.contents01-02 #staffblog_area {
		position: absolute;
		top: -80px;
	}
	.contents01-02 .blog_title {
		font-size: 13px;
		line-height: 24px;
		letter-spacing: 1px;
		padding: 0;
	}
	.contents01-02 .blog_area {
		width: 100%;
		height: auto;
		display: block;
		overflow-x: scroll;
	}
	.contents01-02 ul {
		margin-top: 10px;
		flex-wrap: wrap;
		border-bottom: 1px dotted #000;
	}
	.contents01-02 ul li {
		width: 100%;
		padding: 0 0 7px;
		border-bottom: 0;
	}
	.contents01-02 ul li:nth-of-type(1) {
		width: 100%;
	}
	.contents01-02 ul li a {
		display: block;
	}
	.contents01-02 ul li a p {
		font-size: 12px;
		line-height: 14px;
	}
	.contents01-02 ul .title a h3 {
		letter-spacing: 0;
	}

	/*ーーーーーーーーーー
	挨拶部分
	ーーーーーーーーーー*/
	.contents02 {
		width: 90%;
		margin: 30px auto 0;
	}

	/*ーーーーーーーーーー
	ページ内リンク部分
	ーーーーーーーーーー*/
	.contents03 {
		width: 90%;
		height: auto;
		margin: 25px auto;
	}
	.contents03 li {
		margin: 0 10px 10px 0;
	}
	.contents03 li a {
		font-size: 13px;
	}

	.contents03 li a:hover,
	a.selected {
		text-decoration: none;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	/*ーーーーーーーーーー
	ページ内リンク中身部分
	ーーーーーーーーーー*/
	.contents04 {
		width: 90%;
		padding-top: 30px;
		margin-top: -30px;
	}
	.contents04 h3 {
		font-size: 18px;
		line-height: 25px;
		margin-top: 15px;
		padding: 10px 0 10px 5px;
	}
	/*ーーーーーーーーーー
	実績部分
	ーーーーーーーーーー*/
	/*代表取締役のみ実績非表示*/
	.contents05 {
		width: 90%;
	}
	main .id_239 {
		display: none;
	}
	.contents05 h3 {
		font-size: 18px;
		line-height: 25px;
		margin: 15px auto 25px;
		padding: 10px 0 10px 5px;
	}
	.contents05-inner {
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto;
		height: 400px;
		border: 2px solid #000;
		overflow: scroll;
	}
	.contents05-inner table {
		width: 95%;
		margin: 3% auto;
		border: 0;
	}
	.contents05-inner table tbody tr {
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	.contents05-inner table tbody .space {
		height: 20px;
		background-color: transparent;
		border-left: 0;
		border-right: 0;
	}
	.contents05-inner table tbody .space th,
	.contents05-inner table tbody .space td {
		border: 0;
		background-color: transparent;
	}
	.contents05-inner table tbody tr th {
		width: 40%;
		font-weight: 800;
		line-height: 20px;
		text-align: left;
		padding: 2% 3%;
		background-color: #e5e5e5;
	}
	.contents05-inner table tbody tr td {
		width: auto;
		height: auto;
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
		letter-spacing: 1px;
		text-align: left;
		padding: 2% 3%;
		background-color: #fff;
	}
	.contents05-inner .text_bottoms {
		box-sizing: border-box;
		width: 95%;
		text-align: left;
		margin: -10px auto 10px;
		padding-left: 5px;
	}
	.to_staff {
		margin-top: 40px;
		width: 100%;
		margin-bottom: 0px;
	}
	.to_staff a {
		margin: 0 auto;
	}
}

/* single-staff css by Dinh */
.page-bg {
	width: 100%;
}

.page-bg img {
	min-height: 252px;
	object-fit: cover;
}

.path {
	margin-top: 10px;
}

.path a {
	font-size: 11px;
	line-height: 21px;
}

.path span {
	font-size: 11px;
	line-height: 21px;
}

/* =====staff-content===== */
.staff-content {
	margin-top: 20px;
}

.staff-content__inner {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.staff-content__inner img {
	width: 50%;
}

.inner-desc {
	width: 50%;
	padding-left: 36px;
	font-family: MiGoMB1Std-DeBold-83pv-RKSJ-H;
}

.position {
	color: #da5411;
	font-size: 15px;
}

.staff-name {
	font-size: 25px;
	line-height: 35px;
	margin-top: 5px;
}

.staff-name__desc {
	font-size: 14px;
	line-height: 24px;
}

.staff-info {
	margin-top: 10px;
}

.staff-info li {
	padding: 9px 0px;
	border-bottom: 1px dotted #ccc;
	display: flex;
	align-items: flex-start;
}

.staff-info span:first-child {
	color: #fff;
	background-color: #da5411;
	padding: 5px 0px;
	font-size: 11px;
	width: 130px;
	text-align: center;
}

.staff-info span:last-child {
	flex: 1;
	padding-left: 20px;
	font-size: 14px;
	line-height: 20px;
}

.staff-content__text {
	font-family: DFHSGothic-W3-WING-RKSJ-H;
	font-size: 14px;
	line-height: 24px;
	margin-top: 55px;
}

.staff-tag {
	margin-top: 30px;
}

.staff-tag span {
	font-size: 14px;
	padding: 8px 25px 8px 15px;
	margin: 0 20px 20px 0px;
	display: inline-block;
	box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 35%);
	border-radius: 20px;
}

/* section my-work */

.my-work {
	margin-top: 50px;
	padding: 60px 0 80px;
	background-color: #f5f2ef;
}

.work__block {
	margin-bottom: 65px;
}

.work__block:last-child {
	margin-bottom: 0px;
}

.work__block h3 {
	font-size: 23px;
	line-height: 33px;
	padding: 10px 0;
	border-top: 1px solid #8b8b8b;
	border-bottom: 1px solid #8b8b8b;

	font-weight: 400;
}

.work__block p {
	margin-top: 28px;
	font-size: 14px;
	line-height: 24px;
}
/* =====staff-content===== */

.banner-top {
	margin-bottom: 0px;
}

.contact,
.banner-qualification {
	margin-top: 75px;
}

@media only screen and (max-width: 767px) {
	.page-bg img {
		min-height: 110px;
	}
	.path {
		margin-top: 5px;
	}
	.banner-qualification {
		margin-top: 40px;
	}
}
