@charset "utf-8";

/*	共通レイアウト
---------------------------------*/
.main-content {
	width: 70%;
}

.side-content {
	width: 26%;
}

.page-wrap {
	padding-bottom: 70px;
}

@media screen and (max-width:1023px) {
	.main-content {
		width: 100%;
		margin-bottom: 50px;
	}

	.side-content {
		width: 100%;
	}

	.page-wrap {
		padding-bottom: 50px;
	}
}

/*	共通パーツ
---------------------------------*/
/*下層タイトル*/
.page-ttl {
	font-size: 3.2rem;
	font-weight: 500;
	margin-bottom: 25px;
	text-align: center;
	line-height: 1;
}

.page-ttl span {
	font-size: 1.6rem;
	color: #2d7ac7;
	font-weight: 500;
	display: block;
	margin-top: 15px;
}

@media screen and (max-width:767px) {
	.page-ttl {
		font-size: 2.2rem;
	}

	.page-ttl span {
		font-size: 1.4rem;
	}
}

/*ページナビボタン*/
.page-nav {
	margin-bottom: 30px;
}

.page-nav li {
	width: calc(97% / 4);
	margin-right: 1%;
	margin-bottom: 20px;
}

.page-nav li:nth-of-type(4n), .page-nav li:last-of-type {
	margin-right: 0;
}

.page-nav li a {
	display: block;
	border: 1px solid #084a81;
	font-weight: 500;
	color: #084a81;
	text-align: center;
	padding: 15px 5px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
	font-size: 1.5rem;
	line-height: 1.4;
}

.page-nav li a:hover {
	border: 1px solid #084a81;
	background: #084a81;
	color: #fff;
	opacity: 1;
}

.page-nav li a.current {
	border: 1px solid #084a81;
	background: #084a81;
	color: #fff;
}

.page-nav li a.current:hover {
	opacity: 0.7;
}

.page-nav--3column {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.page-nav--3column li {
	width: calc(94% / 3);
	margin-right: 2%;
}

.page-nav--3column li:nth-of-type(4n) {
	margin-right: 2%;
}

.page-nav--3column li:nth-of-type(3n) {
	margin-right: 0;
}

.page-nav--5column li {
	width: calc(96% / 5);
	margin-right: 1%;
}

.page-nav--5column li:nth-of-type(4n) {
	margin-right: 1%;
}

.page-nav--5column li:nth-of-type(5n) {
	margin-right: 0;
}

.page-nav--6column li {
	width: calc(95% / 6);
	margin-right: 1%;
}

.page-nav--6column li:nth-of-type(4n) {
	margin-right: 1%;
}

.page-nav--6column li:nth-of-type(6n) {
	margin-right: 0;
}

@media screen and (max-width:1023px) {
	.page-nav li {
		width: calc(96% / 3);
		margin-right: 2%;
	}

	.page-nav li:nth-of-type(4n) {
		margin-right: 2%;
	}

	.page-nav li:nth-of-type(3n), .page-nav li:last-of-type {
		margin-right: 0;
	}

	.page-nav--5column li:nth-of-type(3n) {
		margin-right: 1%;
	}
}

@media screen and (max-width:767px) {
	.page-nav {
		margin-bottom: 30px;
	}

	.page-nav.flex-cnt {
		display: block;
	}

	.page-nav li {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 15px;
		margin-right: auto;
	}

	.page-nav li a {
		font-size: 1.4rem;
		padding: 10px 5px;
	}

	.page-nav li:nth-of-type(3n), .page-nav li:last-of-type {
		margin-right: auto;
	}

	.page-nav--5column li, .page-nav--sp-2column li, .page-nav--3column li, .page-nav--6column li {
		width: 49%;
		margin-right: 2%;
	}

	.page-nav--5column.flex-cnt, .page-nav--sp-2column.flex-cnt, .page-nav--3column.flex-cnt, .page-nav--6column.flex-cnt {
		max-width: 600px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 auto;
	}

	.page-nav--5column li:nth-of-type(3n), .page-nav--sp-2column li:nth-of-type(3n), .page-nav--3column li:nth-of-type(3n), .page-nav--6column li:nth-of-type(3n) {
		margin-right: 2%;
	}

	.page-nav--5column li:nth-of-type(2n), .page-nav--sp-2column li:nth-of-type(2n), .page-nav--3column li:nth-of-type(2n), .page-nav--6column li:nth-of-type(2n) {
		margin-right: 0;
	}
}

/* 関連リンク */
.related-link__wrap:not(:last-of-type) {
	margin-bottom: 30px;
}

.related-link__wrap {
	border: 1px solid #ccc;
	padding: 20px;
}

.related-link__item+.related-link__item {
	margin-top: 25px;
	border-top: 1px solid #ccc;
	padding-top: 25px;
}

.related-link__ttl {
	font-size: 1.7rem;
	font-weight: 700;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.related-link-list li {
	padding-left: 15px;
	position: relative;
	color: #084a81;
	line-height: 1.5;
	margin-bottom: 5px;
}

.related-link-list li:before {
	content: '▶';
	position: absolute;
	top: 0;
	left: 0;
	color: #666;
	font-size: 1rem;
	line-height: 2.4;
}

.related-link__book-left {
	width: 100px;
}

.related-link__book-right {
	width: calc(100% - 130px);
	line-height: 1.5;
}

.related-link__book-ttl {
	font-weight: 500;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	color: #084a81;
}

.related-link__ttl {
	font-size: 1.7rem;
	font-weight: 700;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 2px solid #ccc;
	position: relative;
}

.related-link__ttl:after {
	content: '';
	width: 70px;
	height: 2px;
	background: #2d7ac7;
	position: absolute;
	bottom: -2px;
	left: 0;
}

@media screen and (max-width:767px) {
	.related-link__wrap {
		padding: 15px;
	}

	.related-link__wrap:not(:last-of-type) {
		margin-bottom: 20px;
	}

	.related-link__ttl {
		font-size: 1.5rem;
	}

	.related-link-list li:before {
		line-height: 2.1;
	}

	.related-link__item+.related-link__item {
		margin-top: 15px;
		border-top: 1px solid #ccc;
		padding-top: 15px;
	}

	.related-link__book-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.related-link__book-left img {
		width: 100px;
	}

	.related-link__book-right {
		width: 100%;
		line-height: 1.5;
	}
}

/*ドット箇条書きリスト*/
ul.dot>li {
	position: relative;
	padding-left: 1em;
	margin-bottom: 5px;
	line-height: 1.5;
}

ul.dot>li:before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

/*ドット箇条書きリスト*/
ul.double-circle>li {
	position: relative;
	padding-left: 1em;
	margin-bottom: 5px;
	line-height: 1.5;
}

ul.double-circle>li:before {
	content: '◎';
	position: absolute;
	top: 0;
	left: 0;
}

/*数字とドット*/
ol.number>li {
	padding-left: 1.3em;
	line-height: 1.5;
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
	margin-bottom: 10px;
}

ol.number>li:nth-of-type(n+10) {
	padding-left: 1.6em;
}

ol.number>li:before {
	content: counter(cnt) ".";
	position: absolute;
	top: 0;
	left: 0;
}

ol.number--bold>li:before {
	font-weight: 700;
}

/*丸数字とドット最初文字インデント*/
ol.number-circle>li {
	padding-left: 1.3em;
	line-height: 1.5;
	list-style-type: none;
	margin-bottom: 10px;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

ol.number-circle>li ul {
	text-indent: 0;
}

ol.number-circle.number-circle--bold>li {
	font-weight: 700;
}

/*グレー三角　青文字テキストリンクリスト*/
.link-list01>li {
	position: relative;
	padding-left: 15px;
	line-height: 1.5;
	color: #084a81;
	margin-bottom: 1em;
}

.link-list01>li:last-of-type {
	margin-bottom: 0;
}

.link-list01>li:before {
	content: '▶';
	color: #666666;
	font-size: 1rem;
	line-height: 2.4;
	position: absolute;
	top: 0;
	left: 0;
}

.link-list01>li a {
	display: inline;
	color: #084a81;
	font-size: 1.5rem;
	padding-bottom: .1em;
	background: linear-gradient(#084a81, #084a81) 0 100%/0 1px no-repeat;
	transition: background .4s;
	text-decoration: none;
}

.link-list01>li a:hover {
	background-size: 100% 1px;
	opacity: 1;
}

@media screen and (max-width:1079px) {
	.link-list01>li a {
		text-decoration: underline;
	}

	.link-list01>li a:hover {
		background-size: 0;
	}
}

@media screen and (max-width:767px) {

	.link-list01>li:before {
		line-height: 2.1;
	}
}

/*イメージ注釈*/
.txt-annotation {
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
	line-height: 1.5;
}

.txt-annotation.mb20 {
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.txt-annotation {
		font-size: 1.5rem;
	}
}

/*フォントサイズ15px*/
.fs15 {
	font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
	.fs15 {
		font-size: 1.4rem;
	}
}

/*赤文字*/
.txt-red {
	color: #cc0000;
}

/*青文字*/
.txt-blue {
	color: #084a81;
}

/*白文字*/
.txt-white {
	color: #fff;
}

/*リンク*/
.txt-link {
	color: #084a81;
	text-decoration: underline;
}

/*水色アンダーライン*/
.under-line-lightblue {
	padding-bottom: 5px;
	border-bottom: 1px solid #2d7ac7;
}

/*ミディアム太字*/
.txt-m {
	font-weight: 500;
}

/*文字間*/
.ls75 {
	letter-spacing: 0.075em;
}

.ls50 {
	letter-spacing: 0.05em;
}

/*最大幅500px*/
.max-500 {
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
}

/*横スクロールさせる(PC)*/
.scroll-cmn-otr-pc {
	position: relative;
}

.scroll-cmn-otr-pc:before {
	content: '※横スクロールでご覧いただけます';
	display: block;
	margin-bottom: 10px;
	font-size: 1.4rem;
	color: rgb(243, 29, 22);
}

.scroll-cmn-pc {
	overflow-x: scroll;
}

.scroll-cmn-pc img {
	width: auto;
	max-width: 1000px;
}

/*横スクロールさせる*/
@media screen and (max-width: 767px) {
	.scroll-cmn-otr {
		position: relative;
	}

	.scroll-cmn-otr:before {
		content: '※横スクロールでご覧いただけます';
		display: block;
		margin-bottom: 10px;
		font-size: 1.4rem;
		color: rgb(243, 29, 22);
	}

	.scroll-cmn {
		overflow-x: scroll;
	}

	.scroll-cmn>table {
		width: 800px;
		max-width: 800px;
	}

	.scroll-cmn table.max-500 {
		width: 500px;
		max-width: 500px;
	}

	.scroll-cmn img {
		width: auto;
		max-width: 800px;
	}
}

/*２カラム*/
.item-2column{
	width: 48%;
}
@media screen and (max-width: 767px) {
.item-2column{
	width: 100%;
	max-width: 480px;
	margin:0 auto 30px;
}
.item-2column:last-of-type{
	margin-bottom: 0;
}
}

/*サイドナビ(ドロップダウン)*/
.sidenav {
	border-top: 1px solid #ccc;
	font-size: 1.5rem;
}

.sidenav-drop {
	cursor: pointer;
	padding: 10px 30px 10px 15px;
	position: relative;
	border-bottom: 1px solid #ccc;
	line-height: 1.25;
}

.sidenav__list--nodrop li a {
	display: block;
	padding: 10px 30px 10px 15px;
	position: relative;
	border-bottom: 1px solid #ccc;
	line-height: 1.25;
}

.sidenav-drop:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 12px;
	height: 1px;
	background-color: #084a81;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.sidenav-drop:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 12px;
	height: 1px;
	background-color: #084a81;
	transition: .3s;
}

.sidenav-drop.opened:before {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.sidenav-dropopened:after {
	background-color: transparent;
}

.sidenav-drop__list {
	background: #f8f8f8;
	display: none;
}

.sidenav-drop__ttl {
	font-weight: 700;
	padding: 10px 20px 10px 30px;
	border-bottom: 1px solid #ccc;
	line-height: 1.25;
}

.pdt-25 {
	padding-top: 25px;
}

.sidenav-drop__list li a {
	display: block;
	padding: 10px 20px 10px 30px;
	color: #084a81;
	border-bottom: 1px solid #ccc;
	line-height: 1.25;
}

/*最初が開いている*/
.sidenav-drop__list.default-open {
	display: block;
}

/*サイドバナー*/
@media screen and (max-width: 1023px) {
	.side-nav-bnr {
		max-width: 260px;
		margin: 0 auto 20px;
	}

	.side-nav-bnr:last-of-type {
		margin-bottom: 0;
	}
}

/*	トップ
---------------------------------*/
.top-wrap {
	margin-bottom: 70px;
}

/*---メインコンテンツ---*/

/*セミナー*/
.top-seminar {
	padding-top: 20px;
}

.top-seminar__btn-otr {
	background: #f6f6f6;
	padding: 3px 5px;
}

.top-seminar__list {
	padding: 15px 20px 8px;
}

.top-seminar__list li {
	margin-bottom: 7px;
}

.top-seminar__list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.top-seminar__date {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	width: 75px;
	line-height: 1.57;
}

.top-seminar__venue {
	border: 1px solid #666;
	width: 80px;
	height: 22px;
	line-height: 20px;
	text-align: center;
	font-size: 1.3rem;
	margin-right: 10px;
}

.top-seminar__ttl {
	font-size: 1.4rem;
	width: calc(100% - 185px);
	line-height: 1.57;
}

.top-seminar .ondemand .top-seminar__date {
	width: 250px;
}

.top-seminar .ondemand .top-seminar__ttl {
	width: calc(100% - 250px);
}

/*タブ切り替え*/
.tab-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	flex-wrap: wrap;
}

.tab-label {
	font-size: 1.4rem;
	background: #fff;
	color: #666;
	border: 1px solid #999;
	border-bottom: none;
	order: -1;
	text-align: center;
	padding: 5px;
	max-width: 300px;
	width: 100%;
	line-height: 1.25;
	font-weight: 500;
	cursor: pointer;
	cursor: hand;
}

.tab-label:not(:last-of-type) {
	margin-right: 10px;
}

.tab-label span {
	display: block;
	font-weight: inherit;
	font-size: 1.3rem;
}

.tab-content {
	width: 100%;
	display: none;
	border: 1px solid #ccc;
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
	background: #333;
	color: #fff;
	border-color: #333;
}

.tab-switch:checked+.tab-label+.tab-content {
	display: block;
}

/* ラジオボタン非表示 */
.tab-switch {
	display: none;
}

/* 人事制度策定・運用ノウハウ */
.top-knowhow {
	background: linear-gradient(90deg, rgba(8, 74, 129, 1) 0%, rgba(2, 31, 61, 1) 100%);
	padding: 10px 20px 15px;
}

.top-knowhow__ttl {
	margin-bottom: 8px;
}

.top-knowhow__txt {
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
	line-height: 1.5;
}

.top-knowhow__item {
	width: 48.5%;
}

.top-knowhow__item-ttl a {
	display: block;
	font-weight: 500;
	padding: 3px 15px 5px;
	color: #fff;
}

.top-knowhow__item-ttl--industry {
	background: #1c8cb0;
}

.top-knowhow__item-ttl--theme {
	background: #2d7ac7;
}

.top-knowhow__list li {
	margin-bottom: 3px;
}

.top-knowhow__list li:last-of-type {
	margin-bottom: 10px;
}

.top-knowhow__list li a {
	display: block;
	background: #fff;
	padding: 5px 35px 5px 10px;
	position: relative;
	font-size: 1.45rem;
	line-height: 1.5;
}

.top-knowhow__list li a:after {
	content: "";
	background: no-repeat center center / contain;
	background-image: url(../images/common/icon_arw02.png);
	position: absolute;
	top: 0;
	right: 10px;
	width: 17px;
	height: 100%;
}

/* 小冊子 */
.top-booklet__wrap {
	padding: 20px 15px 30px;
	background: #f0f1f2;
}

.top-booklet__item {
	width: 45%;
	margin-bottom: 20px;
}

.top-booklet__item figure.ojf-cover {
	width: 70px;
}

.top-booklet__item figure.ojf-cover:before {
	padding-top: 100%;
}

.top-booklet__ttl {
	font-size: 1.5rem;
	width: calc(100% - 90px);
	font-weight: 500;
	line-height: 1.5;
}

/* 動画 */
.top-video__item {
	width: 31%;
	margin-right: 3%;
}

.top-video__item a {
	display: block;
}

.top-video__item:nth-of-type(3n) {
	margin-right: 0;
}

.top-video__item figure {
	margin-bottom: 10px;
}

.top-video__item .ojf-cover:before {
	padding-top: 65%;
}

.top-video__ttl {
	font-size: 1.4rem;
	position: relative;
	padding-right: 25px;
	line-height: 1.5;
}

.top-video__ttl:after {
	content: "";
	background: no-repeat center center / contain;
	background-image: url(../images/common/icon_arw02.png);
	position: absolute;
	top: 0;
	right: 0;
	width: 17px;
	height: 100%;
}

/* 評価表・賃金表サンプル */

.top-samplesheet__item {
	width: 49%;
}

.top-samplesheet__item figure {
	width: 23%;
}

.top-samplesheet__txt {
	width: 73%;
}

.top-samplesheet__txt ul.dot {
	margin-bottom: 20px;
}

.top-samplesheet__txt ul.dot li {
	font-size: 1.4rem;
	line-height: 2;
}

.top-samplesheet__btn {
	margin-left: 32%;
}

@media screen and (max-width:767px) {
	.tab-label {
		font-size: 1.3rem;
		padding: 10px 5px;
	}

	.tab-label:not(:last-of-type) {
		margin-right: 5px;
	}

	.tab-label span {
		font-size: 1.2rem;
	}

	.tab-label01 {
		width: 140px;
	}

	.tab-label02 {
		width: calc(100% - 145px);
	}

	.top-seminar__list {
		padding: 5px 15px 8px;
	}

	.top-seminar__list li {
		padding-bottom: 10px;
		border-bottom: 1px solid #e0e0e0;
	}

	.top-seminar__ttl {
		width: 100%;
		margin-top: 5px;
	}

	.top-seminar .ondemand .top-seminar__ttl {
		width: 100%;
	}

	.top-seminar__btn-otr {
		padding: 20px 15px;
	}

	.top-knowhow {
		padding: 20px 15px 30px;
	}

	.top-knowhow__item {
		width: 100%;
		margin: 0 auto 40px;
	}

	.top-knowhow__item:last-of-type {
		margin-bottom: 0;
	}

	.top-knowhow__txt {
		font-size: 1.4rem;
	}

	.top-knowhow__list {
		margin-bottom: 30px;
	}

	.top-knowhow__item-ttl a {
		font-size: 1.5rem;
	}

	.top-booklet__list {
		margin-bottom: 10px;
	}

	.top-booklet__item {
		width: 100%;
	}

	.top-booklet__ttl {
		font-size: 1.4rem;
	}

	.top-video__item {
		width: 100%;
		max-width: 260px;
		margin: 0 auto 20px;
	}

	.top-video__item:nth-of-type(3n) {
		margin-right: auto;
	}

	.top-samplesheet {
		margin-bottom: 0;
	}

	.top-samplesheet__item-inr {
		margin-bottom: 20px;
	}

	.top-samplesheet__item {
		width: 100%;
		max-width: 425px;
		margin: 0 auto 40px;
	}

	.top-samplesheet__item:last-of-type {
		margin-bottom: 0;
	}

	.top-samplesheet__btn {
		margin: 0 auto;
	}
}

@media screen and (max-width:374px) {
	.tab-label01, .tab-label02 {
		width: 100%;
		margin-bottom: 20px;
	}

	.tab-label {
		border-bottom: 1px solid #999;
	}
}

/*---サイドコンテンツ---*/

/*バナー*/
.top-bnr {
	padding-top: 20px;
}

.top-bnr__item {
	margin-bottom: 15px;
}

.top-bnr__item:last-of-type {
	margin-bottom: 0px;
}

/*人事ブログ*/
.top-hrblog__item:not(:last-of-type) {
	margin-bottom: 15px;
}

.top-hrblog__item figure.ojf-cover {
	width: 50px;
}

.top-hrblog__txt {
	width: calc(100% - 60px);
}

/*投稿*/
.top-post-item:not(:last-of-type) {
	margin-bottom: 10px;
}

.top-post-ttl {
	font-size: 1.4rem;
	line-height: 1.28;
}

.top-post-date {
	font-size: 1.2rem;
	color: #999999;
}

/*LINK*/
.side-link__item {
	margin-bottom: 15px;
}

.side-link__item:last-of-type {
	margin-bottom: 0;
}

@media screen and (max-width:1023px) {
	.top-bnr__item, .side-link__item {
		max-width: 260px;
		margin: 0 auto 15px;
	}

	.top-bnr {
		padding-top: 0;
	}
}

/*	セミナー
---------------------------------*/
.btn2-wrap .btn-cmn02:nth-of-type(1) {
	margin-right: 50px;
}

@media screen and (max-width:767px) {
	.btn2-wrap .btn-cmn02 {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}

	.btn2-wrap .btn-cmn02:nth-of-type(1) {
		margin-right: auto;
		margin-bottom: 20px;
	}
}

/*受付中*/
.seminar-top .page-nav, .seminar-detai .page-nav {
	margin-bottom: 0;
}

.seminar-topics-link {
	margin-bottom: 50px;
	text-align: center;
	color: #cc6633;
}

.seminar-top__list li {
	border: 1px solid #ccc;
	padding: 20px 30px;
}

.seminar-top__list li:not(:last-of-type) {
	margin-bottom: 40px;
}

.seminar-top__venue {
	display: inline-block;
	height: 27px;
	line-height: 25px;
	background: #084a81;
	border: 1px solid #084a81;
	color: #fff;
	padding: 0 15px;
	margin-bottom: 5px;
}

.ondemand-wrap .seminar-top__venue {
	background: #cc6633;
	border: 1px solid #cc6633;
}

.seminar-top__organizer {
	display: inline-block;
	height: 27px;
	line-height: 25px;
	color: #2d7ac7;
	border: 1px solid #2d7ac7;
	padding: 0 15px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.seminar-top__ttl {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 10px;
}

.seminar-top .tbl-cmn03 th {
	width: 100px;
	text-align: center;
}

.seminar-top__table {
	margin-bottom: 20px;
}

.seminar-topics-inr {
	background: #f8f8f8;
	padding: 30px 40px 20px;
}

.seminar-topics dl {
	margin-bottom: 20px;
}

.seminar-topics dl:last-of-type {
	margin-bottom: 0;
}

.seminar-topics dt {
	font-size: 1.8rem;
	color: #cc6633;
	font-weight: 500;
}

.seminar-topics dd {
	padding-left: 2.2em;
}

.seminar-top__btn-wrap {
	margin-bottom: 70px;
}

.seminar-top__inst span+span::before {
	content: "・ ";
}

.participative-wrap, .ondemand-wrap {
	margin-bottom: 70px;
}

.another-wrap {
	margin-bottom: 70px;
}

@media screen and (max-width:1023px) {
	.participative-wrap, .ondemand-wrap, .another-wrap, .seminar-top__btn-wrap {
		margin-bottom: 50px;
	}

	.seminar-top__list li {
		padding: 20px 15px;
	}

	.seminar-topics-inr {
		padding: 30px;
	}

	.seminar-topics dt {
		font-size: 1.5rem;
	}

	.seminar-topics dd {
		padding-left: 0;
	}
}

@media screen and (max-width:767px) {
	.seminar-topics-link {
		font-size: 1.3rem;
		margin-bottom: 30px;
	}

	.seminar-top .tbl-cmn03 th {
		width: 100%;
		text-align: left;
		border-bottom: 1px solid #ccc;
	}

	.seminar-top .tbl-cmn03 th:nth-of-type(2) {
		border-top: 1px solid #ccc;
	}

	.tbl-cmn03 table td {
		border-left: none;
	}

	.seminar-top__ttl {
		font-size: 1.6rem;
	}

	.seminar-top__list li:not(:last-of-type) {
		margin-bottom: 20px;
	}

	.seminar-topics-inr {
		padding: 20px 15px;
	}
}

/*過去*/
.seminar-past__date {
	width: 23%;
}

.seminar-past__venue {
	width: 20%;
}

.seminar-past__instructor {
	width: 20%;
}

.seminar-past table a {
	text-decoration: underline;
	color: #0364BD;
}

.archive .ttl-cmn02 {
	margin-bottom: 20px;
}

.archive li {
	line-height: 2.25;
	font-weight: 500;
	padding-left: 10px;
}

@media screen and (max-width:1023px) {

	.seminar-past .another-wrap {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:767px) {
	.seminar-past table td span {
		display: inline-block;
	}

	.archive li {
		font-size: 1.6rem;
	}
}

/*__詳細__*/
.txt-seminar-caution {
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #cc0000;
}

/*概要*/
.seminar-single-box {
	padding: 30px 40px 50px;
	border: 1px solid #ccc;
	word-wrap: break-word;
}

.seminar-detail-top {
	background: #f0f1f2;
	padding: 20px 30px;
	margin-bottom: 40px;
}

.seminar-detail-top strong {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
}

/*内容*/
.seminar-detail-content01, .seminar-detail-content02 {
	margin-bottom: 50px;
}

.seminar-detail-content01 strong {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
	color: #084a81;
	margin-bottom: 5px;
}

.seminar-detail-content01 mark {
	background-color: rgba(0, 0, 0, 0);
	color: #333;
	font-style: normal;
	font-weight: 700;
}

.seminar-detail-content01 a, .seminar-detail-content02 a {
	color: #0066cc;
	border-bottom: 1px solid #0066cc;
}

/*講師*/
.ir-detail .ir__wrap+.ir__wrap {
	margin: 20px 0 0;
}

.ir-detail .ttl-cmn05 {
	margin-bottom: 5px;
}

.ir-detail figure {
	width: 20%;
	border: 1px solid #ccc;
}

.ir-detail figure.ojf-cover:before {
	padding-top: 115%;
}

.ir-detail figure.ojf-cover img {
	object-position: center top;
}

.ir-detail__txt {
	width: 76%;
}

.ir-detail__introduction {
	font-size: 1.5rem;
}

@media screen and (max-width:1023px) {
	.seminar-single-box {
		padding: 30px;
	}

	.seminar-detail-top {
		padding: 20px 15px;
	}
}

@media screen and (max-width:767px) {
	.ir-detail .ir__wrap+.ir__wrap {
		margin: 30px 0 0;
	}

	.seminar-single-box {
		padding: 30px 15px;
	}

	.txt-seminar-caution {
		font-size: 1.6rem;
	}

	.seminar-detail-top {
		margin-bottom: 30px;
	}

	.seminar-detail-content01, .seminar-detail-content02 {
		margin-bottom: 30px;
	}

	.seminar-detail-top strong {
		font-size: 1.6rem;
	}

	.seminar-detail-content01 strong {
		font-size: 1.6rem;
	}

	.ir-detail figure {
		width: 100%;
		max-width: 160px;
		margin: 0 auto 10px;
	}

	.ir-detail__txt {
		width: 100%;
	}

	.ir-detail__introduction {
		font-size: 1.4rem;
	}
}

/*	講師派遣について
---------------------------------*/
@media screen and (max-width:767px) {}


/*	お問い合わせ
---------------------------------*/

/*　電話　*/

.contact-tel {
	padding: 100px 0;
	text-align: center;
}

.contact-tel__number {
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #ea5432;
	padding-left: 45px;
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}

.contact-tel__number:before {
	content: '';
	background: no-repeat center center / contain;
	background-image: url(../images/common/icon_tel02.png);
	width: 31px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.contact-tel__time {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}

@media screen and (max-width:767px) {
	.contact-tel {
		padding: 50px 0;
	}

	.contact-tel__number {
		font-size: 2.7rem;
		padding-left: 35px;
	}

	.contact-tel__number:before {
		width: 24px;
	}
}

.contact-mail {
	padding: 100px 0;
	background: #f9f7f5;
}

/*　フォーム　*/
.contact-form-wrap {
	padding: 70px 0;
	background: #f8f8f8;
}

.contact-form {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.contact-form-otr {
	background: #fff;
	padding: 70px 15px;
}

.contact-form__privacy-txt {
	border: 1px solid #999999;
	background: #f8f8f8;
	padding: 20px;
}

.contact-form__example {
	font-size: 1.3rem;
	color: #666666;
	display: block;
}

.privacy-link a, .post-single .privacy-link a {
	color: #084a81;
	text-decoration: underline;
}

.contact-form .tbl-cmn01 {
	margin-bottom: 50px;
}

.contact-form .tbl-cmn01 th {
	width: 320px;
	position: relative;
	padding-right: 70px;
}

.contact-form .tbl-cmn01 td {
	width: calc(100% -320px);
}

/*2カラムページのフォーム*/
.main-content .contact-form .tbl-cmn01 th {
	width: 230px;
	position: relative;
	padding-right: 70px;
	vertical-align: middle;
}

.main-content .contact-form .tbl-cmn01 td {
	width: calc(100% -230px);
}

.tbl-cmn01 th span.required {
	display: inline-block;
	background: #cc0000;
	color: #fff;
	font-size: 1.3rem;
	height: 20px;
	line-height: 19px;
	width: 40px;
	text-align: center;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	transform: translateY(-45%);
	right: 20px;
}

.contact-form .tbl-cmn01 td input[type="email"], .contact-form .tbl-cmn01 td input[type="text"], .contact-form .tbl-cmn01 td input[type="tel"], .contact-form .tbl-cmn01 td textarea {
	min-height: 30px;
	vertical-align: middle;
	border: 1px solid #ccc;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-appearance: none;
	background: #f8f8f8;
}

.contact-form .tbl-cmn01 td select {
	min-height: 30px;
}

.contact-form .tbl-cmn01 .field-s {
	width: 40%;
}

.contact-form .tbl-cmn01 .field-m {
	width: 60%;
}

.contact-form .tbl-cmn01 .field-l {
	width: 100%;
}

.mwform-checkbox-field input, .mwform-radio-field input {
	margin: 0 5px 0 0;
}

.mwform-radio-field.horizontal-item {
	display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
	margin-left: 20px !important;
}

.contact-form__btnbox {
	text-align: center;
	margin-bottom: 50px;
}

.contact-form__btnbox input.send-btn {
	display: inline-block;
	font-family: 'Noto Sans JP';
	width: 100%;
	max-width: 300px;
	line-height: 60px;
	border-radius: 0;
	background: #000000;
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	letter-spacing: 0.1em;
	border: none;
}

.contact-form__btnbox input.return-btn {
	display: inline-block;
	font-family: 'Noto Sans JP';
	margin: 0 15px 0 0;
	width: 100%;
	max-width: 300px;
	line-height: 60px;
	border-radius: 0;
	background: #ccc;
	font-size: 1.6rem;
	border: none;
	font-weight: 600;
	color: #666;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	letter-spacing: 0.1em;
	border: none;
}

/*.mw_wp_form_error:before{
content: "入力にエラーがあります。";
}*/

@media screen and (max-width:1079px) {
	.privacy-link {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1023px) {
	.mw_wp_form .horizontal-item {
		display: block;
	}

	.mw_wp_form .horizontal-item+.horizontal-item {
		margin-left: 0 !important;
	}

	.contact-form .tbl-cmn01 th {
		width: 250px;
	}

	.contact-form .tbl-cmn01 td {
		width: calc(100% - 250px);
	}

	.contact-form .tbl-cmn01 th, .main-content .contact-form .tbl-cmn01 th {
		width: 250px;
	}

	.contact-form .tbl-cmn01 td, .main-content .contact-form .tbl-cmn01 td {
		width: calc(100% - 250px);
	}
}

@media screen and (max-width:767px) {
	.contact-form-wrap {
		padding: 50px 0;
	}

	.contact-form-otr {
		padding: 30px 15px;
	}

	.contact-mail {
		padding: 50px 0;
	}

	.contact-form .tbl-cmn01 {
		margin-bottom: 40px;
	}

	.contact-form .tbl-cmn01 th span {
		font-size: 1.4rem;
	}

	.contact-form .tbl-cmn01 .field-s {
		width: 100%;
	}

	.contact-form .tbl-cmn01 .field-m {
		width: 100%;
	}

	.mwform-radio-field.horizontal-item {
		display: block;
	}

	.contact-form .tbl-cmn01 th span {
		font-size: 1.2rem;
		top: auto;
		right: auto;
		margin-left: 15px;
		width: 35px;
		height: 18px;
		line-height: 16px;
		bottom: 0;
	}

	.contact-form .tbl-cmn01 td select {
		width: 100%;
	}

	.contact-form__btnbox {
		margin-bottom: 40px;
	}

	.contact-form__btnbox input.send-btn {
		display: block;
		font-size: 1.5rem;
		line-height: 50px;
		margin: 0 auto;
	}

	.contact-form__btnbox input.return-btn {
		display: block;
		margin: 0 auto 30px;
		font-size: 1.5rem;
		line-height: 50px;
	}

	.contact-form__privacy-txt {
		padding: 15px;
	}

	.contact-form .tbl-cmn01 th, .main-content .contact-form .tbl-cmn01 th {
		width: 100%;
	}

	.contact-form .tbl-cmn01 td, .main-content .contact-form .tbl-cmn01 td {
		width: 100%;
	}
}

/*	お役立ちライブラリー
---------------------------------*/
/* 動画 */
.library-video__wrap {
	border: 1px solid #ccc;
	padding: 30px 40px;
}

.library-video__item {
	width: 30%;
	margin-right: 5%;
}

.library-video__item a {
	display: block;
}

.library-video__item:nth-of-type(3n) {
	margin-right: 0;
}

.library-video__item figure {
	margin-bottom: 10px;
}

.library-video__item .ojf-cover:before {
	padding-top: 65%;
}

.library-video__ttl {
	position: relative;
	padding-right: 40px;
	line-height: 1.5;
}

.library-video__ttl:after {
	content: "";
	background: no-repeat center center / contain;
	background-image: url(../images/common/icon_arw02.png);
	position: absolute;
	top: 0;
	right: 0;
	width: 17px;
	height: 100%;
}

/* 小冊子 */
.booklet-list-wrap {
	padding: 30px 40px;
	background: #f0f1f2;
}

.booklet .booklet-list-wrap {
	padding: 30px 40px 10px;
}

.booklet-list li {
	width: 45%;
	margin-bottom: 20px;
}

.booklet-list li figure.ojf-cover {
	width: 70px;
}

.booklet-list li figure.ojf-cover:before {
	padding-top: 100%;
}

.booklet-list__ttl {
	width: calc(100% - 90px);
	line-height: 1.5;
}

@media screen and (max-width:1023px) {
	.booklet-list-wrap {
		padding: 30px 15px;
	}

	.booklet .booklet-list-wrap {
		padding: 30px 15px 10px;
	}
}

@media screen and (max-width:767px) {
	.booklet-list li {
		width: 100%;
	}

	.booklet-list-wrap {
		padding: 20px 15px 30px;
	}

	.booklet .booklet-list-wrap {
		padding: 20px 15px 0px;
	}
}

/*人事ブログ*/
.library-hrblog__wrap {
	border: 1px solid #ccc;
	padding: 10px 40px 30px;
}

.library-hrblog__item {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}

.library-hrblog__item:last-of-type {
	margin-bottom: 20px;
}

.library-hrblog__item figure.ojf-cover {
	width: 17%;
}

.library-hrblog__item figure.ojf-cover:before {
	padding-top: 67%;
}

.library-hrblog__txt {
	width: 80%;
}

.library-hrblog__date {
	display: inline-block;
	font-size: 1.4rem;
	margin-right: 10px;
}

.library-hrblog__cate {
	display: inline-block;
	font-size: 1.4rem;
	color: #084a81;
	border: 1px solid #084a81;
	height: 20x;
	line-height: 18px;
	padding: 0 10px;
	margin-right: 20px;
}

.library-hrblog__writer {
	display: inline-block;
	font-size: 1.4rem;
	color: #123073;
}

.library-hrblog__ttl {
	line-height: 1.66;
}

.library-hrblog__content {
	line-height: 1.5;
}

/*人事の統計資料*/
.library-document__item {
	border: 1px solid #ccc;
	padding: 10px 20px 20px;
	width: 47.9%;
	margin-bottom: 40px;
}

.library-document__item:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}

.library-document__item .ttl-cmn05 {
	margin-bottom: 10px;
}

.library-document__list {
	background: #f0f1f2;
	padding: 15px;
	margin-bottom: 20px;
	min-height: 170px;
}

@media screen and (max-width:1023px) {
	.library-video__wrap {
		padding: 30px 15px;
	}

	.booklet__wrap {
		padding: 30px 15px;
	}

	.library-hrblog__wrap {
		padding: 0 15px 30px;
	}
}

@media screen and (max-width:767px) {
	.library-video__wrap {
		padding: 20px 15px 30px;
	}

	.library-video__item {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 20px;
	}

	.library-video__item:nth-of-type(3n) {
		margin-right: auto;
	}

	.library-video__item:last-of-type {
		margin-bottom: 0;
	}

	.booklet__item {
		width: 100%;
	}

	.library-hrblog__item figure.ojf-cover {
		width: 100%;
		max-width: 200px;
		margin: 0 auto 20px;
	}

	.library-hrblog__txt {
		width: 100%;
	}

	.library-hrblog__ttl {
		margin: 10px 0;
	}

	.library-hrblog__item:last-of-type {
		margin-bottom: 30px;
	}

	.library-document__item {
		width: 100%;
		padding: 10px 15px 20px;
		margin-bottom: 30px;
	}

	.library-document__item:nth-last-of-type(-n+2) {
		margin-bottom: 30px;
	}

	.library-document__item:last-of-type {
		margin-bottom: 0
	}

	.library-document__list {
		min-height: auto;
	}
}

/*	動画
---------------------------------*/
/*一覧*/
.video__item {
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}

.video__item>a {
	display: block;
}

.video__item figure {
	width: 26%;
}

.video__item figure.ojf-cover:before {
	padding-top: 66%;
}

.video__right {
	width: 70%;
}

.video__txt01 {
	margin-bottom: 10px;
	font-weight: 500;
}

.video__txt02 {
	font-size: 1.5rem;
}

.video__item .btn-cmn01 {
	margin-top: 20px;
}

@media screen and (max-width:767px) {
	.video__item figure {
		width: 100%;
		max-width: 260px;
		margin: 0 auto 20px;
	}

	.video__right {
		width: 100%;
	}

	.video__item .btn-cmn01 {
		margin-top: 30px;
	}

	.video__txt02 {
		font-size: 1.4rem;
	}
}

/*詳細*/
.time-txt {
	position: relative;
	padding-left: 25px;
	margin-top: 10px;
}

.time-txt:before {
	content: "";
	background: no-repeat center center / contain;
	background-image: url(../images/common/icon_timer.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 100%;
}

.video-detail__wrap {
	border: 1px solid #ccc;
	padding: 20px;
}

.video-detail__right {
	width: 48%;
}

.video-detail__left {
	width: 50%;
}

.video-frame {
	position: relative;
	padding-top: 56%;
	overflow: hidden;
}

.video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-link-box {
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 10px;
	display: inline-block;
	text-align: center;
}

@media screen and (max-width:767px) {
	.video-detail__wrap {
		padding: 20px 15px;
	}

	.video-detail__right {
		width: 100%;
		margin-bottom: 20px;
	}

	.video-detail__left {
		width: 100%;
	}
}

/*	小冊子一覧
---------------------------------*/
.bookle-item:not(:last-of-type) {
	margin-bottom: 30px;
}


/*	小冊子詳細
---------------------------------*/
.booklet-theme figure {
	width: 170px;
}

.booklet-theme__right {
	width: calc(100% - 190px);
}

.booklet-theme__ttl01 {
	font-size: 2.4rem;
	color: #cc0000;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
	background: #fff3f3;
	margin-bottom: 20px;
}

.booklet-industry__box {
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 30px;
}

.booklet-industry__box figure {
	width: 160px;
}

.booklet-industry__toc {
	width: calc(100% - 180px);
}

.booklet-industry__toc ol.number li {
	line-height: 1.5;
	margin-bottom: 5px;
}

.booklet-industry__digest {
	padding: 15px;
	background: #f8f8f8;
}

.booklet-industry__ttl01 {
	background: #023764;
	color: #fff;
	font-weight: 500;
	padding: 3px 10px;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 20px;
	position: relative;
}

.booklet-industry__ttl01:before {
	content: '▼';
	font-size: 1.5rem;
	line-height: 1;
	color: #023764;
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width:767px) {
	.booklet-theme figure {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.booklet-theme__right {
		width: 100%;
	}

	.booklet-theme__ttl01 {
		font-size: 1.8rem;
	}

	.booklet-industry__box figure {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.booklet-industry__toc {
		width: 100%;
	}
}

/*	人事コンサルティングトップ
---------------------------------*/
/*体系図*/
.hrconsul-service01__content:nth-of-type(odd) {
	flex-direction: column;
	width: 22%;
}

.hrconsul-service01__content:nth-of-type(even) {
	width: 48%;
}

.hrconsul-service01__content:nth-of-type(odd) .hrconsul-service01__item01 {
	padding: 45px 20px;
}

.hrconsul-service01__content:nth-of-type(odd) .hrconsul-service01__item01 {
	flex-basis: 46%;
}

.hrconsul-service01__content:nth-of-type(odd) .hrconsul-service01__item01:nth-of-type(1) {
	background: #2081b4;
}

.hrconsul-service01__content:nth-of-type(odd) .hrconsul-service01__item01:nth-of-type(2) {
	background: #29b89e;
}

.hrconsul-service01__content:nth-of-type(even) {
	padding: 30px 20px 0;
	background: rgb(2, 31, 61);
	background: linear-gradient(-90deg, rgba(2, 31, 61, 1) 0%, rgba(8, 74, 129, 1) 100%);
}

.hrconsul-service__inrbox {
	border: 1px solid #fff;
	padding: 15px 15px 5px;
	margin-bottom: 20px;
}

.hrconsul-service01__content:nth-of-type(odd) .hrconsul-service01__list01 li:not(:last-of-type) {
	margin-bottom: 30px;
}

.hrconsul-service01__content:nth-of-type(even) .hrconsul-service01__list01 li {
	width: 48%;
	margin-bottom: 10px;
}

.hrconsul-service01__content:nth-of-type(even) .hrconsul-service01__list01 li.full {
	width: 100%;
}

.hrconsul-service01__list01 li a {
	display: block;
	padding: 5px;
	font-weight: 500;
	color: #084a81;
	background: #fff;
	border: 1px solid #084a81;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.hrconsul-service01__list01 a:hover {
	background: #ccc;
}

.hrconsul-service01__list01.bg-blue {
	padding: 15px 15px 5px;
	margin-bottom: 10px;
	background: rgb(53, 77, 103);
	background: linear-gradient(-90deg, rgba(53, 77, 103, 1) 0%, rgba(57, 108, 150, 1) 100%);
}

.hrconsul-service01__list01.bg-blue li:not(:first-of-type) a {
	border-color: #fff;
	color: #fff;
	background: rgba(0, 0, 0, 0);
}

.hrconsul-service01__list01.bg-blue li:first-of-type {
	font-size: 1.8rem;
}

.hrconsul-service01__item01 {
	position: relative;
}

.hrconsul-service01__content:nth-of-type(1) .hrconsul-service01__item01:after {
	content: '';
	background: no-repeat center center / contain;
	background-image: url(../images/hrconsulting/top/icon_arw.png);
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 50;
	right: -50px;
}

.hrconsul-service01__content:nth-of-type(3) .hrconsul-service01__item01:before {
	content: '';
	background: no-repeat center center / contain;
	background-image: url(../images/hrconsulting/top/icon_arw.png);
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 50;
	left: -40px;
}

.hrconsul-service01__wrap .ttl-cmn04 {
	line-height: 1.3;
}

/*100%表示コンテンツ*/
.hrconsul-service01__item02 {
	padding: 20px;
	background: #f0f1f2;
	border: 1px solid #084a81;
}

.hrconsul-service01__item02-ttl {
	width: 220px;
}

.hrconsul-service01__list02 {
	width: calc(100% - 220px);
}

.hrconsul-service01__list02--5column li {
	width: calc(97% / 5);
}

.hrconsul-service01__list02--4column li {
	width: calc(97% / 4);
}

.hrconsul-service01__list02 li a {
	display: block;
	text-align: center;
	font-weight: 500;
	padding: 5px;
	background: #084a81;
	color: #fff;
}

@media screen and (max-width:1030px) {
	.hrconsul-service01__content:nth-of-type(odd) {
		flex-direction: row;
		width: 100%;
	}

	.hrconsul-service01__content:nth-of-type(even) {
		width: 100%;
	}

	.hrconsul-service01__content:not(:last-of-type) {
		margin-bottom: 40px;
	}

	.hrconsul-service01__content:nth-of-type(1) .hrconsul-service01__item01:after {
		content: '';
		background-image: url(../images/hrconsulting/top/icon_arw_sp.png);
		width: 100%;
		height: 50px;
		position: absolute;
		top: 100%;
		z-index: 50;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	.hrconsul-service01__content:nth-of-type(3) .hrconsul-service01__item01:before {
		content: '';
		background-image: url(../images/hrconsulting/top/icon_arw_sp.png);
		width: 100%;
		height: 50px;
		position: absolute;
		top: 0;
		z-index: 50;
		left: 50%;
		transform: translate(-50%, -40px);
	}

	.hrconsul-service01__item02-ttl {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	.hrconsul-service01__list02.flex-around {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.hrconsul-service01__list02--5column li {
		width: 150px;
		margin: 0 10px 15px;
	}

	.hrconsul-service01__list02--4column li {
		width: 180px;
		margin: 0 10px 15px;
	}
}

@media screen and (max-width:767px) {
	.hrconsul-service01__content:nth-of-type(odd) .hrconsul-service01__item01 {
		flex-basis: 49%;
	}

	.hrconsul-service01__content:nth-of-type(odd) .hrconsul-service01__item01 {
		padding: 30px 10px;
	}

	.hrconsul-service01__content:nth-of-type(odd) .hrconsul-service01__item01 .ttl-cmn04 {
		min-height: 45px;
	}

	.hrconsul-service01__content:nth-of-type(odd) .hrconsul-service01__list01 li:not(:last-of-type) {
		margin-bottom: 20px;
	}

	.hrconsul-service01__content:not(:last-of-type) {
		margin-bottom: 30px;
	}

	.hrconsul-service01__content:nth-of-type(1) .hrconsul-service01__item01:after {
		height: 30px;
	}

	.hrconsul-service01__content:nth-of-type(even) .hrconsul-service01__list01 li {
		width: 100%;
		margin-bottom: 20px;
	}

	.hrconsul-service01__content:nth-of-type(even) .hrconsul-service01__list01.bg-blue li {
		width: 48%;
	}

	.hrconsul-service01__content:nth-of-type(even) .hrconsul-service01__list01.bg-blue li.full {
		width: 100%;
	}

	.hrconsul-service01__list01.bg-blue {
		margin-bottom: 20px;
	}

	.hrconsul-service01__content:nth-of-type(3) .hrconsul-service01__item01:before {
		height: 30px;
		transform: translate(-50%, -30px);
	}

	.hrconsul-service01__list01 li a {
		padding: 10px 5px;
	}

	.hrconsul-service01__list02--5column li {
		width: 250px;
		margin: 0 10px 20px;
	}

	.hrconsul-service01__list02--4column li {
		width: 250px;
		margin: 0 10px 20px;
	}

	.hrconsul-service01__list02 li a {
		padding: 10px 5px;
	}
}

/*一覧*/
.hrconsul-service02__content {
	width: 47.9%;
}

.hrconsul-service02__item {
	margin-bottom: 20px;
}

.hrconsul-service02__item .ttl-cmn01 {
	margin-bottom: 20px;
}

.hrconsul-service02__box {
	border: 1px solid #ccc;
	padding: 20px;
}

.hrconsul-service02__list {
	background: #f0f1f2;
	padding: 10px 15px 5px;
}

.hrconsul-service02__item .ttl-cmn07 {
	margin-bottom: 10px;
}

.hrconsul-service02__list li {
	margin-bottom: 5px;
}

.hrconsul-service02__list li a {
	display: inline;
	color: #084a81;
	font-size: 1.5rem;
	padding-bottom: .25em;
	background: linear-gradient(#084a81, #084a81) 0 100%/0 1px no-repeat;
	transition: background .4s;
	text-decoration: none;
}

.hrconsul-service02__list li a:hover {
	background-size: 100% 1px;
	opacity: 1;
}

@media screen and (max-width:1079px) {
	.hrconsul-service02__list li a:hover {
		background-size: 0;
	}

	.hrconsul-service02__list li a {
		text-decoration: underline;
	}
}

@media screen and (max-width:767px) {
	.hrconsul-service02__box {
		padding: 20px 15px;
	}

	.hrconsul-service02__content {
		width: 100%;
	}

	.hrconsul-service02__item {
		margin-bottom: 30px;
	}
}

/*流れ*/
.hrconsul-flow__wrap {
	position: relative;
	padding-top: 60px;
}

.hrconsul-flow__list {
	overflow: hidden;
	padding-right: 40px;
}

.hrconsul-flow__list li {
	position: relative;
	color: #fff;
	line-height: 1.3;
	padding: 30px 0;
}

.hrconsul-flow__list li:nth-of-type(1) {
	background: #639fbe;
	width: 20%;
	padding: 40px 0 20px 30px;
}

.hrconsul-flow__list li:nth-of-type(2) {
	width: 27%;
	background: #2081b4;
	padding: 40px 0px 20px 70px;
}

.hrconsul-flow__list li:nth-of-type(3) {
	width: 27%;
	background: #025c93;
	padding: 40px 0px 20px 70px;
}

.hrconsul-flow__list li:nth-of-type(4) {
	width: 26%;
	background: #29b89e;
	padding: 40px 10px 20px 70px;
}

.hrconsul-flow__list li:not(:last-of-type):before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 180px 0 180px 60px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 50%;
	right: -50px;
	transform: translateY(-50%);
	z-index: 10;
}

.hrconsul-flow__list li:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 180px 0 180px 60px;
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
	z-index: 20;
}

.hrconsul-flow__list li:nth-of-type(1):after {
	border-color: transparent transparent transparent #639fbe;
}

.hrconsul-flow__list li:nth-of-type(2):after {
	border-color: transparent transparent transparent #2081b4;
}

.hrconsul-flow__list li:nth-of-type(3):after {
	border-color: transparent transparent transparent #025c93;
}

.hrconsul-flow__list li:nth-of-type(4):after {
	border-color: transparent transparent transparent #29b89e;
}

.agreement {
	position: absolute;
	z-index: 10;
	right: 25%;
	top: 10px;
	font-size: 1.8rem;
	font-weight: 700;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	background: #f0b06f;
	color: #fff;
	box-shadow: 1px 1px 8px rgba(153, 153, 153, 0.33), -1px -1px 8px rgba(153, 153, 153, 0.33);
	z-index: 50;
}

.agreement:after {
	content: '▼';
	font-size: 2.2rem;
	line-height: 1;
	color: #f0b06f;
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translateX(-50%);
}

.hrconsul-flow__ttl {
	position: relative;
	z-index: 50;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 40px;
	line-height: 1.2;
	text-align: center;
}

.hrconsul-flow__list li:nth-of-type(2) .hrconsul-flow__ttl {
	margin-bottom: 20px;
}

.hrconsul-flow__ttl span {
	font-size: 1.6rem;
}

.hrconsul-flow__txt {
	font-size: 1.4rem;
	position: relative;
	z-index: 50;
}

@media screen and (max-width:1030px) {
	.hrconsul-flow__scroll-otr {
		position: relative;
	}

	.hrconsul-flow__scroll-otr:before {
		content: '※横スクロールでご覧いただけます';
		display: block;
		margin-bottom: 10px;
		font-size: 1.4rem;
		color: rgb(243, 29, 22);
	}

	.hrconsul-flow__scroll {
		overflow-x: scroll;
	}

	.hrconsul-flow__wrap {
		width: 1000px;
		max-width: 1000px;
	}
}

@media screen and (max-width:767px) {
	.hrconsul-flow__ttl {
		font-size: 1.8rem;
	}

	.agreement {
		font-size: 1.6rem;
	}
}

/*ステップ*/
.hrconsul-step .ttl-cmn01 {
	margin-bottom: 50px;
}

.hrconsul-step__left {
	position: relative;
	width: 130px;
}

.hrconsul-step__left:before {
	content: '';
	width: 3px;
	height: 100%;
	background: #5c8aad;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 0;
	transform: translateX(-50%);
}

.hrconsul-step__item:last-of-type .hrconsul-step__left:before {
	height: 150px;
}

.hrconsul-step__circle {
	background: #2081b4;
	color: #fff;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 30px 5px 20px;
	margin-bottom: 20px;
}

.hrconsul-step__english {
	font-family: 'Noto Serif JP';
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.hrconsul-step__number {
	font-family: 'Noto Serif JP';
	font-size: 4.8rem;
	font-weight: 500;
	line-height: 1;
}

.hrconsul-step__ttl {
	width: 120px;
	margin: 0 auto;
	border: 1px solid #5c8aad;
	background: #fff;
	padding: 0px 10px;
	text-align: center;
	font-size: 1.8rem;
	color: #5c8aad;
	font-weight: 700;
	position: relative;
	z-index: 10;
}

.hrconsul-step__right {
	width: calc(100% - 200px);
	padding: 30px 0 10px;
	border-bottom: 1px solid #ccc;
}

.hrconsul-step__right dt {
	font-weight: 700;
}

.hrconsul-step__right dd {
	margin-bottom: 20px;
}

@media screen and (max-width:767px) {
	.hrconsul-step .ttl-cmn01 {
		margin-bottom: 30px;
	}

	.hrconsul-step__left {
		width: 80px;
	}

	.hrconsul-step__circle {
		width: 80px;
		height: 80px;
		padding: 15px 5px;
		margin-bottom: 20px;
	}

	.hrconsul-step__english {
		font-size: 1.5rem;
		padding-bottom: 5px;
	}

	.hrconsul-step__number {
		font-size: 3.2rem;
	}

	.hrconsul-step__left:before {
		width: 2px;
	}

	.hrconsul-step__item:last-of-type .hrconsul-step__left:before {
		height: 100px;
	}

	.hrconsul-step__ttl {
		width: 80px;
		font-size: 1.5rem;
		padding: 0 5px;
	}

	.hrconsul-step__right {
		width: calc(100% - 95px);
	}

	.hrconsul-step__right {
		padding: 20px 0 10px;
	}
}

/*	人事コンサルティング詳細
---------------------------------*/
.hrconsul-detail__box01 {
	margin-bottom: 50px;
}

.hrconsul-detail figure {
	text-align: center;
}

.hrconsul-detail__2column-item {
	width: 48%;
}

.hrconsul-detail .ttl-cmn07 {
	margin-bottom: 15px;
}

.hrconsul-detail__content01 {
	border: 1px solid #bfdefb;
	padding: 15px 20px;
	background: rgb(230, 240, 250);
	background: linear-gradient(180deg, rgba(230, 240, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.hrconsul-detail__content02 {
	border: 1px solid #ccc;
	padding: 20px;
}

.hrconsul-detail__content03 {
	border: solid 1px #a4d2dd;
	background: #eff9f9;
	padding: 15px;
}

.hrconsul-detail ul.dot li {
	margin-bottom: 10px;
}

.arrow-right {
	width: 100px;
	text-align: center;
	vertical-align: middle;
}

/*人事制度策定・構築コンサルティング*/
.hrmsystem-schedule-table th:not(:first-of-type) {
	width: 30px;
}

.hrmsystem-occupation-evaluation-table td {
	word-break: break-word;
}

/*有期社員の無期転換に向けたコンサルティング*/

@media screen and (max-width:767px) {
	.scroll-cmn table.terminablestaff-simulation-table {
		width: 500px;
		max-width: 500px;
	}

	.scroll-cmn table.terminablestaff-simulation-table tr td table {
		width: 100%;
		max-width: 100%;
	}

	.hrconsul-detail__2column-item {
		width: 100%;
	}

	.hrconsul-detail__content01 {
		padding: 15px;
	}

	.hrconsul-detail__content02 {
		padding: 20px 15px;
	}
}

/*「同一労働同一賃金コンサルティング*/
.equalwork-figure02 .scroll-cmn-pc img {
	max-width: 1321px;
}

/*「定年再雇用・定年延長」人事制度コンサルティング*/
.tbl-cmn04.retirement-age-lineup-table td {
	width: 50%;
	border-right: 1px solid #bfdefb;
}

@media screen and (max-width:767px) {
	.tbl-cmn04.retirement-age-lineup-table table {
		border: none;
		border-bottom: 1px solid #bfdefb;
	}

	.tbl-cmn04.retirement-age-lineup-table table tr {
		border: none;
	}

	.tbl-cmn04.retirement-age-lineup-table td {
		display: block;
		width: 100%;
		border-bottom: none;
	}

	.tbl-cmn04.retirement-age-lineup-table td {
		display: block;
		width: 100%;
	}
}

/*パート・アルバイト戦力化コンサルティング*/
.tbl-cmn04.parttimer-curriculum-table tr:not(:last-of-type) {
	border-bottom: none;
}

/*グループ企業（子会社・関連会社）向け人事制度コンサルティング*/
.group-study-table-box {
	width: 40%;
}

.group-study-table-box:first-of-type {
	margin-right: 50px;
}

@media screen and (max-width:767px) {
	.group-study-table-box {
		width: 100%;
		max-width: 400px;
	}

	.group-study-table-box:first-of-type {
		margin-right: 0px;
		margin-bottom: 20px;
	}
}

/*被評価者研修*/
.be_evaluation-patern-table.tbl-cmn04 table {
	border-left: none;
}

.be_evaluation-patern-table th {
	border-left: 1px solid #ccc;
}

.be_evaluation-patern-table tbody tr:last-of-type, .be_evaluation-patern-table tbody tr:last-of-type td {
	border: none;
}

.be_evaluation-patern-table tbody tr:last-of-type th {
	border-right: none;
}

/*役員報酬コンサルティング*/
.remuneration-table-left {
	margin-right: 100px;
}

@media screen and (max-width:767px) {
	.remuneration-table-left {
		margin-right: 30px;
	}
}

/*新卒採用コンサルティング*/
.ngrconsulting-detail-left {
	width: 40%;
}

.ngrconsulting-detail-right {
	width: 55%;
}

@media screen and (max-width:767px) {
	.ngrconsulting-detail-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.ngrconsulting-detail-right {
		width: 100%;
	}
}

/*人事制度診断*/
.diagnosis-analysis-table table td.bg-lightblue {
	vertical-align: middle;
	text-align: center;
}

/*	評価表・賃金表一覧
---------------------------------*/
.samplesheet__item {
	width: 48.5%;
	margin-bottom: 40px;
}

.samplesheet__item:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}

.samplesheet__txt {
	line-height: 1.5;
	font-size: 1.5rem;
}

.samplesheet__content {
	border: 1px solid #ccc;
	padding: 15px;
}

.samplesheet__content-left {
	width: calc(100% - 150px);
}

.samplesheet__list {
	padding: 15px 10px 5px;
	background: #f0f1f2;
}

.samplesheet__list li {
	position: relative;
	color: #084a81;
	line-height: 1.3;
	margin-bottom: 15px;
	padding-left: 25px;
	font-size: 1.4rem;
}

.samplesheet__list li:before {
	content: "";
	background: no-repeat center top / contain;
	background-image: url(../images/common/icon_pdf.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 100%;
}

.samplesheet__list li a {
	display: inline;
	color: #084a81;
	font-size: 1.5rem;
	padding-bottom: .1em;
	background: linear-gradient(#084a81, #084a81) 0 100%/0 1px no-repeat;
	transition: background .4s;
	text-decoration: none;
}

.samplesheet__list li a:hover {
	background-size: 100% 1px;
	opacity: 1;
}

.samplesheet__content-right {
	width: 130px;
}

@media screen and (max-width:1079px) {
	.samplesheet__list li a {
		text-decoration: underline;
	}

	.samplesheet__list li a:hover {
		background-size: 0;
	}
}

@media screen and (max-width:1023px) {
	.samplesheet__item {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 40px;
	}

	.samplesheet__item:nth-last-of-type(-n+2) {
		margin-bottom: 30px;
	}

	.samplesheet__item:last-of-type {
		margin-bottom: 0;
	}
}

@media screen and (max-width:767px) {
	.samplesheet__content-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.samplesheet__content-right {
		width: 100%;
	}

	.samplesheet__content-right figure {
		text-align: center;
	}

	.samplesheet__list li {
		font-size: 1.5rem;
	}

	.samplesheet__content {
		padding: 20px 10px;
	}
}

/*	評価表・賃金表詳細
---------------------------------*/
.samplesheet-detail__content:not(:last-of-type) {
	margin-bottom: 50px;
}

.samplesheet-link-txt {
	position: relative;
	color: #084a81;
	line-height: 1.3;
	padding-left: 25px;
}

.samplesheet-link-txt:before {
	content: "";
	background: no-repeat center top / contain;
	background-image: url(../images/common/icon_pdf.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 100%;
}

.video-link {
	position: relative;
	color: #084a81;
	padding-left: 25px;
}

.video-link:before {
	content: "";
	background: no-repeat center center / contain;
	background-image: url(../images/common/icon_video.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 100%;
}

@media screen and (max-width:767px) {
	.samplesheet-detail__content:not(:last-of-type) {
		margin-bottom: 40px;
	}
}

/*　よくある質問
---------------------------------*/
.faq-content .ttl-cmn01 {
	margin-bottom: 20px;
}

.faq-content:not(:first-of-type) {
	padding-top: 70px;
}

.question-wrap {
	padding: 15px 50px 15px 0;
	position: relative;
	border-bottom: 1px solid #2d7ac7;
	cursor: pointer;
}

.question-wrap:before {
	display: block;
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 10px;
	width: 20px;
	height: 2px;
	background-color: #666;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.question-wrap:after {
	display: block;
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 10px;
	width: 20px;
	height: 2px;
	background-color: #666;
	transition: .3s;
}

.question-wrap.opened:before {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.question-wrap.opened:after {
	background-color: transparent;
}

.question {
	padding-left: 40px;
	position: relative;
	font-weight: 500;
	line-height: 1.56;
}

.question:before {
	content: "Q";
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	background: #123073;
	color: #fff;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
}

.answer-wrap {
	background: #f0f1f2;
	padding: 20px;
	display: none;
	margin: 20px 0 30px 50px;
}

.answer {
	padding-left: 40px;
	position: relative;
}

.answer:before {
	content: "A";
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	background: #cc6633;
	color: #fff;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
}

@media screen and (max-width:767px) {
	.faq-content:not(:first-of-type) {
		padding-top: 40px;
	}

	.question {
		font-size: 1.4rem;
	}

	.question-wrap {
		padding-right: 30px;
	}

	.question-wrap:before, .question-wrap:after {
		width: 15px;
	}

	.answer-wrap {
		margin: 20px 0 10px 0px;
		padding: 20px 15px;
	}
}

/*	テーマ別人事制度ノウハウ 
---------------------------------*/
.knowhow-theme__item {
	padding: 20px 50px 30px;
	border: 1px solid #ccc;
}

.knowhow-theme__item:not(:last-of-type) {
	margin-bottom: 30px;
}

.knowhow-theme__item .ttl-cmn05 {
	margin-bottom: 10px;
}

.knowhow-theme__wrap figure {
	width: 220px;
}

.knowhow-theme__right {
	width: calc(100% - 260px);
}

@media screen and (max-width:767px) {
	.knowhow-theme__item {
		padding: 20px 15px;
	}

	.knowhow-theme__item .ttl-cmn05 {
		margin-bottom: 20px;
	}

	.knowhow-theme__wrap figure {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.knowhow-theme__right {
		width: 100%;
	}
}

/*	業種別人事制度ノウハウ 
---------------------------------*/
.knowhow-industry__item {
	width: 49%;
	margin-bottom: 30px;
}

.knowhow-industry__item a {
	border: 1px solid #ccc;
	padding: 20px 20px 30px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	height: 100%;
}

.knowhow-industry__item a:hover {
	background: #f7f7f7;
	opacity: 1;
}

.knowhow-industry__item .ttl-cmn05, .knowhow-industry__item02-ttl {
	display: inline;
	color: #084a81;
	padding-bottom: .1em;
	background: linear-gradient(#084a81, #084a81) 0 100%/0 1px no-repeat;
	transition: background .4s;
	text-decoration: none;
}

.knowhow-industry__item a:hover .ttl-cmn05, .knowhow-industry__item02 a:hover .knowhow-industry__item02-ttl {
	background-size: 100% 1px;
	opacity: 1;
}

.knowhow-industry__item-left {
	width: 45%;
}

.knowhow-industry__item-right {
	width: 50%;
}

.knowhow-industry__item-left figure {
	margin-top: 20px;
}

.knowhow-industry__item02 {
	width: 32%;
	margin-bottom: 30px;
	margin-right: 2%;
}

.knowhow-industry__item02:nth-of-type(3n) {
	margin-right: 0;
}

.knowhow-industry__item02 a {
	border: 1px solid #ccc;
	padding: 20px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	height: 100%;
}

.knowhow-industry__item02 a:hover {
	background: #f7f7f7;
	opacity: 1;
}

.knowhow-industry__item02 figure {
	width: 80px;
}

.knowhow-industry__item02-right {
	width: calc(100% - 100px);
}

.knowhow-industry__item02-ttl {
	font-weight: 700;
	color: #084a81;
}

.knowhow-industry-booklet {
	border: 1px solid #ccc;
	padding: 30px;
}

.knowhow-industry-booklet .ttl-cmn02 {
	padding-bottom: 10px;
}

.knowhow-industry-booklet .ttl-cmn02 h4 {
	font-weight: 700;
	margin-right: 40px;
}

.knowhow-industry-booklet__wrap {
	position: relative;
}

.knowhow-industry-booklet__etc {
	font-weight: 700;
	position: absolute;
	right: 0;
	bottom: 0;
}

.knowhow-industry-booklet__list {
	width: 234px;
}

.knowhow-industry-booklet__list li {
	font-weight: 700;
}

@media screen and (max-width:1079px) {
	.knowhow-industry__list {
		margin-bottom: 20px;
	}

	.knowhow-industry__item .ttl-cmn05, .knowhow-industry__item02-ttl {
		text-decoration: underline;
	}

	.knowhow-industry__item a:hover .ttl-cmn05, .knowhow-industry__item02 a:hover .knowhow-industry__item02-ttl {
		background-size: 0;
	}
}

@media screen and (max-width:1023px) {
	.knowhow-industry__item {
		width: 100%;
		max-width: 600px;
		margin: 0 auto 30px;
	}

	.knowhow-industry__item02 {
		width: 48%;
		margin-right: 4%;
	}

	.knowhow-industry__item02:nth-of-type(3n) {
		margin-right: 4%;
	}

	.knowhow-industry__item02:nth-of-type(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width:767px) {
	.knowhow-industry__item {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px;
	}

	.knowhow-industry__item a {
		padding: 20px 15px;
	}

	.knowhow-industry__item a.flex-btw {
		display: block;
	}

	.knowhow-industry__item-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.knowhow-industry__item-left figure {
		text-align: center;
	}

	.knowhow-industry__item-right {
		width: 100%;
		margin-bottom: 20px;
	}

	.knowhow-industry__item02 {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px;
	}

	.knowhow-industry__item02:nth-of-type(3n), .knowhow-industry__item02:nth-of-type(2n) {
		margin-right: auto;
	}

	.knowhow-industry-booklet {
		padding: 20px 15px 30px;
	}

	.knowhow-industry-booklet__list {
		width: 100%;
	}

	.knowhow-industry-booklet__wrap {
		margin-bottom: 20px;
	}

	.knowhow-industry-booklet__list li {
		margin-bottom: 5px;
	}
}

/*	人事制度ノウハウ詳細　共通
---------------------------------*/
.knowhow-detail__wrap {
	margin-bottom: 50px;
}

.knowhow-detail__wrap ul.dot>li {
	line-height: 1.7;
	margin-bottom: 10px;
}

.knowhow-detail-box01 {
	margin-bottom: 50px;
}

.knowhow-detail-box01:last-of-type {
	margin-bottom: 0;
}

.knowhow-detail-content01 {
	padding: 30px;
	border: 1px solid #a4a4a4;
	max-width: 600px;
	margin: 0 auto;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
}

.knowhow-detail-content02 {
	border: 1px solid #ccc;
	background-color: #f4fbff;
	padding: 20px;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
}

.knowhow-detail-content03 {
	border: solid 1px #a4d2dd;
	background: #eff9f9;
	padding: 15px;
}

.knowhow-detail-content04 dl {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.knowhow-detail-content04 dt {
	font-size: 1.8rem;
	width: 19%;
	background: #00396b;
	color: #fff;
	font-weight: 700;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;

}

.knowhow-detail-content04 dd {
	width: 80%;
	border: 1px solid #ccc;
	padding: 20px;
}

.knowhow-detail-content05 {
	border: solid 1px #ccc;
	background: #f8f8f8;
	padding: 15px;
}

.knowhow-detail-content06 {
	border: solid 1px #ccc;
	padding: 15px;
}

.box-after-arrow {
	position: relative;
	margin-bottom: 40px;
}

.box-after-arrow:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #00396b transparent transparent transparent;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}

.knowhow-detail-list01 li {
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

.knowhow-toc {
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 50px;
}

.knowhow-toc .ttl-cmn05 {
	margin-bottom: 10px;
}

.knowhow-toc ol {
	padding-left: 40px;
	color: #084a81;
}

.knowhow-toc ol li {
	font-weight: 500;
}

.knowhow-toc ol ul {
	padding-top: 10px;
}

.current-page {
	color: #cc6633;
	font-weight: 500;
}

.knowhow-detail__wrap .ttl-cmn07 {
	margin-bottom: 15px;
}

.knowhow-detail__wrap figure {
	text-align: center;
}

.knowhow-detail__wrap figure.leftOn {
	text-align: left;
}

/*同一労働同一賃金の対応ポイント*/

.epew-bonus-table-box {
	width: 40%;
}

.epew-bonus-table-box:first-of-type {
	margin-right: 50px;
}

@media screen and (max-width:767px) {
	.epew-bonus-table-box {
		width: 100%;
		max-width: 400px;
	}

	.epew-bonus-table-box:first-of-type {
		margin-right: 0px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:767px) {
	.knowhow-detail__wrap {
		margin-bottom: 30px;
	}

	.knowhow-detail-box01 {
		margin-bottom: 40px;
	}

	.knowhow-detail-content01 {
		padding: 20px 15px;
	}

	.knowhow-detail-content02 {
		padding: 20px 15px;
	}

	.knowhow-toc {
		padding: 15px;
		margin-bottom: 30px;
	}

	.knowhow-toc ol {
		padding-left: 10px;
	}

	.knowhow-detail-content03 th {
		display: block;
	}

	.knowhow-detail-content03 td {
		display: block;
		margin-bottom: 10px;
	}

	.knowhow-detail-content03 tr:last-of-type td {
		margin-bottom: 0;
	}

	.knowhow-detail-content04 dt {
		font-size: 1.6rem;
		width: 100%;
		padding: 10px;
	}

	.knowhow-detail-content04 dd {
		width: 100%;
		padding: 20px 15px;
	}
}

/*	人事の統計資料
---------------------------------*/
.document__list li {
	border-bottom: 1px dashed #ccc;
	padding: 0 0 20px 1.5rem;
	margin-bottom: 20px;
}

.popup-ps {
	color: #cc0000;
	text-align: right;
	font-size: 1.4rem;
	margin-top: 10px;
}

.document-detail__item:not(:last-of-type) {
	margin-bottom: 30px;
}

/*	書籍
---------------------------------*/
.book-list li {
	width: 47%;
	margin-bottom: 30px;
}

.book-list li:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}

.book-list li a {
	display: block;
}

.book-img-otr {
	background: #f6f6f6;
	padding: 15px;
	text-align: center;
	margin-bottom: 10px;
}

.book-list__img-otr img {
	max-width: 100px;
}

.book-ttl {
	line-height: 1.3;
}

.book-list .book-ttl {
	display: inline;
	padding-bottom: .1em;
	background: linear-gradient(#084a81, #084a81) 0 100%/0 1px no-repeat;
	transition: background .4s;
	text-decoration: none;
}

.book-list li a:hover {
	opacity: 1;
}

.book-list li a:hover .book-ttl {
	background-size: 100% 1px;
}

.book-table {
	margin-top: 10px;
}

.book-table th {
	width: 65px;
}

.book-table th, .book-table td {
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 0;
}

.book-table th:after {
	content: '：';
}

/*詳細*/
.book-detail-content__left {
	width: 38%;
}

.book-detail-content__right {
	width: 54%;
}

.book-detail-content__img-otr {
	margin-bottom: 20px;
}

.book-detail-content__img-otr img {}

.btn-amazon a {
	display: block;
	background: #000000;
	border-radius: 3px;
	padding: 15px 5px;
	font-size: 1.8rem;
	line-height: 1;
	color: #f9bd05;
	text-align: center;
}

.btn-amazon a span {
	font-size: 2rem;
	font-weight: 700;
}

.book-detail-content__txt {
	padding-top: 15px;
	border-top: 1px solid #ccc;
	margin-top: 15px;
	line-height: 1.5;
}

.book-structure__dropdown {
	padding: 8px 5px 18px;
	background: #fff;
	border: 1px solid #084a81;
	color: #084a81;
	font-size: 1.4rem;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.book-structure__dropdown:after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 1px solid #084a81;
	border-right: 1px solid #084a81;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg), translateX(-50%);
	position: absolute;
	bottom: 10px;
	left: 50%;
}

.book-structure__content {
	background: #f6f6f6;
	padding: 20px;
	font-size: 1.4rem;
	line-height: 1.5;
	display: none;
}

.book-structure__back {
	text-align: right;
	cursor: pointer;
	color: #084a81;
	font-size: 1.4rem;
}

@media screen and (max-width:1079px) {
	.book-list .book-ttl {
		text-decoration: underline;
	}

	.book-list li a:hover .book-ttl {
		background-size: 0;
	}
}

@media screen and (max-width:767px) {
	.book-list li {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 30px;
	}

	.book-list li:nth-last-of-type(-n+2) {
		margin-bottom: 30px;
	}

	.book-list li:last-of-type {
		margin-bottom: 0;
	}

	.book-detail-content__left {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 30px;
	}

	.book-detail-content__right {
		width: 100%;
	}
}

/*	コンサルタント紹介
---------------------------------*/
.consultant-list li:not(:last-of-type) {
	margin-bottom: 50px;
}

.consultant-list figure {
	width: 20%;
	margin-top: 10px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.consultant-list .ojf-cover:before {
	padding-top: 139%;
}

.consultant-right {
	width: 75%;
}

.consultant-right .ttl-cmn02 {
	margin-bottom: 5px;
}

.consultant-position {
	margin-bottom: 20px;
}

.consultant-txt {
	margin-bottom: 10px;
}

.consultant-comment {
	padding: 10px 20px;
	background: #f6f6f6;
	min-height: 80px;
}

@media screen and (max-width:767px) {
	.consultant-list li:not(:last-of-type) {
		margin-bottom: 40px;
	}

	.consultant-list figure {
		max-width: 230px;
		width: 60%;
		margin: 0 auto 20px;
	}

	.consultant-right {
		width: 100%;
	}

	.consultant-comment {
		padding: 10px 15px;
	}
}

/*	コンサルティング実績
---------------------------------*/
@media screen and (max-width:767px) {}

/*	執筆・レポート
---------------------------------*/
.pr-content {
	margin-bottom: 30px;
}

.pr-list li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 40px;
	line-height: 1.4;
}

.pr-list li:nth-of-type(3n) {
	margin-right: 0;
}

.pr-list figure {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

.pr-list .ojf-cover:before {
	padding-top: 71%;
}

.pr-date {
	font-size: 1.4rem;
	color: #666666;
}

.pr-txt {
	font-size: 1.4rem;
}

/*詳細*/
.pr-past-content:not(:last-of-type) {
	margin-bottom: 50px;
}

.pdf-link-txt {
	position: relative;
	color: #084a81;
	line-height: 1.3;
	padding-left: 25px;
}

.pdf-link-txt:before {
	content: "";
	background: no-repeat center top / contain;
	background-image: url(../images/common/icon_pdf.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 100%;
}

.pr-table {
	line-height: 1.3;
	word-break: break-all;
}

.pr-table td {
	padding: 15px 10px;
}

.pr-table .th1 {
	width: 20%;
}

.pr-table .th3 {
	width: 120px;
}

@media screen and (max-width:767px) {
	.pr-content {
		margin-bottom: 20px;
	}

	.pr-list li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}

	.pr-list li:nth-of-type(3n) {
		margin-right: 4%;
	}

	.pr-list li:nth-of-type(2n) {
		margin-right: 0;
	}

	.pr-past-content:not(:last-of-type) {
		margin-bottom: 40px;
	}

	.pr-table.tbl-cmn02 table {
		border-bottom: 1px solid #ccc;
	}

	.pr-table.tbl-cmn02 table tr {
		margin-bottom: 0;
	}

	.pr-table.tbl-cmn02 table td {
		border-bottom: none;
	}

	.pr-table.tbl-cmn02 table td.textTop {
		background: #efefef;
		border-bottom: 1px solid #ccc;
	}

	.pr-table td:last-of-type {
		padding-top: 0;
	}
}

/*	コンサルティング実績
---------------------------------*/
.fact-content {
	margin-bottom: 30px;
}

.fact-item {
	border: 1px solid #ccc;
	width: calc(100% / 3);
}

.fact-item:not(:last-of-type) {
	border-right: none;
}

.fact-item__ttl {
	background: #f0f1f2;
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
}

.fact-item__txt {
	padding: 15px;
}

@media screen and (max-width:767px) {
	.fact-content {
		margin-bottom: 0;
	}

	.fact-item {
		width: 100%;
	}

	.fact-item:not(:last-of-type) {
		border-right: 1px solid #ccc;
		margin-bottom: 20px;
	}
}


/*	人事戦略研究所とは
---------------------------------*/
.about-top__wrap figure {
	width: 33%;
}

.about-top__txt {
	width: 62%;
}

.about-bland__wrap figure {
	width: 50%;
}

.about-bland__txt {
	width: 50%;
	background: #f6f6f6;
	align-items: center;
	padding-left: 20px;
}

.about-bland__txt p {
	font-size: 1.8rem;
	font-weight: 700;
	color: #084a81;
	line-height: 2.2;
	letter-spacing: 0.075em;
	text-shadow: 1px 1px 4px #fff, -1px 1px 4px #fff, 1px -1px 4px #fff, -1px -1px 4px #fff, 3px 3px 10px #fff, -3px 3px 10px #fff, 3px -3px 10px #fff, -3px -3px 10px #fff, 8px 8px 20px #fff, -8px 8px 20px #fff, 8px -8px 20px #fff, -8px -8px 20px #fff;
}

.about-bland__flow-item {
	width: 31%;
	border: 1px solid #cccccc;
	position: relative;
}

.about-bland__flow-item:not(:last-of-type):after {
	content: '';
	background: no-repeat center center / contain;
	background-image: url(../images/hrconsulting/top/icon_arw.png);
	width: 36px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 50;
	right: -36px;
}

.about-bland__flow-ttl {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	line-height: 50px;
}

.about-bland__flow-item:nth-of-type(1) .about-bland__flow-ttl {
	background: #2081b4;
}

.about-bland__flow-item:nth-of-type(2) .about-bland__flow-ttl {
	background: #025c93;
}

.about-bland__flow-item:nth-of-type(3) .about-bland__flow-ttl {
	background: #29b89e;
}

.about-bland__flow-txt {
	padding: 20px 20px 30px;
	height: calc(100% - 50px);
	line-height: 1.5;
}

.about-bland__flow-txt dl:not(:last-of-type) {
	margin-bottom: 20px;
}

.about-bland__flow-txt dt {
	font-weight: 700;
	margin-bottom: 5px;
}

.about-bland__flow-item:last-of-type .about-bland__flow-txt dt {
	margin-bottom: 40px;
}

.about-bland__flow-txt dd {
	margin-bottom: 30px;
}

.about-bland__flow-txt dl:last-of-type dd {
	margin-bottom: 0;
}

@media screen and (max-width:1023px) {
	.about-bland__wrap figure {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.about-bland__txt {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		padding: 30px;
	}

	.about-bland__flow-item:not(:last-of-type):after {
		background-image: url(../images/hrconsulting/top/icon_arw_sp.png);
		transform: translateX(-50%);
		width: 100%;
		height: 30px;
		position: absolute;
		top: 100%;
		z-index: 50;
		right: auto;
		left: 50%;
	}

	.about-bland__flow-item {
		width: 100%;
		margin: 0 auto 30px;
	}

	.about-bland__flow-item:last-of-type {
		margin-bottom: 0;
	}
}

@media screen and (max-width:767px) {
	.about-top__wrap figure {
		width: 70%;
		text-align: center;
		margin: 0 auto 20px;
	}

	.about-top__txt {
		width: 100%;
	}

	.about-bland__txt {
		padding: 20px;
	}

	.about-bland__txt p {
		font-size: 1.5rem;
	}

	.about-bland__flow-ttl {
		font-size: 1.6rem;
		line-height: 40px;
	}

	.about-bland__flow-txt dd {
		margin-bottom: 20px;
	}

	.about-bland__flow-item:last-of-type .about-bland__flow-txt dt {
		margin-bottom: 20px;
	}

	.about-bland__flow-txt {
		padding: 20px 15px 30px;
	}
}

/*	会社概要
---------------------------------*/
.companyt-top .tbl-cmn01 table th {
	font-weight: 700;
	padding-left: 20px;
}

.company-access__map-left {
	border: 1px solid #ccc;
	padding: 20px;
	width: 47.5%;
}

.company-access__map-right {
	width: 47.5%;
	height: 600px;
}

.company-access__map-right iframe {
	width: 100%;
	height: 100%;
}

.company-access__traffic {
	border: 1px solid #ccc;
	padding: 30px;
}

.company-access__traffic-item {
	width: 47%;
}

.company-access__traffic-item .ttl-cmn02 {
	margin-bottom: 15px;
}

.company-access__traffic-item dl {
	line-height: 1.5;
}

.company-access__traffic-item dt {
	font-weight: 700;
	margin-bottom: 5px;
}

@media screen and (max-width:1023px) {
	.company-access__map-left {
		width: 100%;
		max-width: 475px;
		margin: 0 auto 30px;
	}

	.company-access__map-right {
		width: 100%;
		height: 500px;
	}
}

@media screen and (max-width:767px) {
	.companyt-top .tbl-cmn01 table th {
		padding-left: 0;
	}

	.company-access__map-right {
		height: 400px;
	}

	.company-access__traffic {
		padding: 20px 15px;
	}

	.company-access__traffic-item {
		width: 100%;
		margin-bottom: 20px;
	}

	.company-access__traffic-item:last-of-type {
		margin-bottom: 0;
	}
}

/*	小冊子・セミナー動画フォーム完了画面
-------------------------------------------*/
.completion-booklet__content figure {
	width: 180px;
}

.completion-booklet__content-right {
	width: calc(100% - 180px);
}

.completion__video {
	max-width: 700px;
	margin: 0 auto;
}

.completion__video .video-frame+.video-frame {
	margin-top: 30px;
}

.btn-pdf-download {
	max-width: 400px;
	margin: 0 auto 40px;
}

.btn-pdf-download a {
	display: block;
	border: 1px solid #084a81;
	color: #084a81;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.btn-pdf-download a p {
	position: relative;
	display: inline-block;
	padding: 15px 0 15px 50px;
	font-weight: 500;
}

.btn-pdf-download a p:before {
	content: "";
	background: no-repeat center center / contain;
	background-image: url(../images/common/icon_pdf.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
}

.btn-pdf-download a:hover {
	border: 1px solid #084a81;
	background: #efefef;
	opacity: 1;
}

@media screen and (max-width:767px) {
	.completion-booklet__content figure {
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}

	.completion-booklet__content-right {
		width: 100%;
	}

	.btn-pdf-download {
		margin: 0 auto;
	}
}

/*	個人情報保護方針
---------------------------------*/
.privacy dl {
	margin-bottom: 30px;
}

.privacy dt.ttl-cmn02 {
	margin-bottom: 15px;
}

.privacy-name {
	font-weight: 500;
	line-height: 1.5;
}

/*	サイトマップ
--------------------------------*/
.sitemap-content {
	width: 30%;
}

.sitemap-item>ul {
	background: #f8f8f8;
	padding: 15px;
}

.sitemap-content .link-list01>li {
	margin-bottom: .5em;
}

.sitemap-content .link-list01>li:last-of-type {
	margin-bottom: 0;
}

.sitemap-item:not(:last-of-type) {
	margin-bottom: 40px;
}

.sitemap-content .ttl-cmn09 a {
	display: inline;
	color: #084a81;
	padding-bottom: .1em;
	background: linear-gradient(#084a81, #084a81) 0 100%/0 1px no-repeat;
	transition: background .4s;
	text-decoration: none;
}

.sitemap-content .ttl-cmn09 a:hover {
	background-size: 100% 1px;
	opacity: 1;
}

@media screen and (max-width:767px) {
	.sitemap-content {
		width: 100%;
		margin-bottom: 30px;
	}

	.sitemap-content:last-of-type {
		margin-bottom: 0;
	}

	.sitemap-item:not(:last-of-type) {
		margin-bottom: 30px;
	}

	.sitemap-content .ttl-cmn09 a:hover {
		background-size: 0;
	}
}

.mw_wp_form_error .tbl-cmn01::before {
	content: "※入力内容に誤りがあります。";
	color: #cc0000;
	margin: 0 0 15px;
	display: block;
	text-align: left;
	font-size: 1.125em;
}

.mw_wp_form_preview .tbl-cmn01::before {
	content: "※以下の内容でお間違いなければ送信ボタンを押してください。";
	color: #cc0000;
	margin: 0 0 15px;
	display: block;
	text-align: left;
	font-size: 1.125em;
}