@charset "utf-8";
/* -----------------------------------------
header_footer.css
旧ページ・新ページ共通　ヘッダー・フッター設定
※旧ページがなくなればcommon.cssへ統合可能
----------------------------------------- */

/* ページフレーム
----------------------------------------- */

body {
	position: relative;
	padding-top: 126px;
}
@media screen and (max-width: 767px) {
	body {
		padding-top: 0;
	}
}

img {
	max-width: 100%;
}

.f_header {
	height: 80px;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.05em;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.f_header .p_logo {
	float: left;
	margin-top: 12px;

	width: 43.74%;
	max-width: 384px;
}
.f_header .p_logo:hover {
	opacity: 0.6;
}
.f_header .p_spMenuBtn {
	display: none;
}

/* 固定時のスタイル */
.s_fixed .f_header {
	position: fixed;

	height: 50px;
}
.s_fixed .f_header .p_logo {
	width: 24.2452%;
	margin-top: 9px;
}
@media screen and (max-width: 767px) {
	.f_header {
		height: 56px;
		background-color: #fff;
		position: relative;
		z-index: 50;
	}
	.f_header .p_logo,
	.s_fixed .f_header .p_logo  {
		width: 214px;
	}
	.f_header .p_spMenuBtn {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 56px;
		height: 56px;
		cursor: pointer;
		overflow: hidden;
	}
	.f_header .p_spMenuBtn::before,
	.f_header .p_spMenuBtn::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 25px;
		height: 3px;
		margin: auto;
		background-color: #333;
		transition: all 0.3s;
	}
	.f_header .p_spMenuBtn::before {
		bottom: 18px;
		box-shadow: 0 9px 0 #333;
	}
	.f_header .p_spMenuBtn::after {
		top: 18px;
	}
	.f_header .p_spMenuBtn.s_close::before,
	.f_header .p_spMenuBtn.s_close::after {
		width: 30px;
		height: 2px;
	}
	.f_header .p_spMenuBtn.s_close::before {
		bottom: 0;
		box-shadow: none;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.f_header .p_spMenuBtn.s_close::after {
		top: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.s_fixed .f_header {
		border-bottom: 1px solid #ccc;
	}
}

.f_gnavi {
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.05em;

	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 1000;
	height: 48px;
	-webkit-transition: 0.1s top;
			transition: 0.1s top;
}
.f_gnavi a {
	text-decoration: none;  /* 旧サイト用調整 */
}
.f_gnavi a:hover {
	opacity: 1;  /* 旧サイト用調整 */
}
.f_gnavi .p_navOut {
	position: relative;
}
.f_gnavi .p_navOutInn {
	position: absolute;
	top: -60px;
	right: 0;
	width: 50.05%;
	max-width: 587px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	-webkit-transition: 0.1s top;
			transition: 0.1s top;
}
.f_gnavi .p_tel {
	/*width: 20.9%;*/
	width: 63.05%;
	max-width: 244px;
}
.f_gnavi .p_contact {
	/*margin-left: 18px;*/
	margin-left: 3.14%;
}
.f_gnavi .p_company {
	/*margin-left: 5px;*/
	margin-left: 0.85%;
}
.f_gnavi .p_contact,
.f_gnavi .p_company {
	width: 27.26%;
	max-width: 160px;
	-webkit-transition: 0.2s all;
			transition: 0.2s all;
}

.f_gnavi .p_contact a,
.f_gnavi .p_company a {
/*	position: absolute;
	top: -60px;
	right: 0;*/
	display: block;
	/*width: 160px;*/
	background-color: #0c0a5d;
	padding: 11px 0;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
}

.f_gnavi .p_contact a:hover,
.f_gnavi .p_company a:hover {
	opacity: 0.6;
}
.f_gnavi .p_sub {
	display: none;
}
.f_menuModal {
	display: none;
}
/* 固定時のスタイル */
.s_fixed .f_gnavi {
	position: fixed;
	top: 50px;
	border-bottom: 1px solid #ccc;
}
@media print {
	.s_fixed .f_gnavi {
		position: absolute;
	}
}
.s_fixed .f_gnavi .p_navOutInn {
	top: -40px;
}
.s_fixed .f_gnavi .p_contact,
.s_fixed .f_gnavi .p_company {
	max-width: 108px;
}
.s_fixed .f_gnavi .p_contact a,
.s_fixed .f_gnavi .p_company a {
	font-size: 1.3rem;
	padding-top: 8px;
	padding-bottom: 8px;
}
@media screen and (min-width: 768px),print {
	.f_gnavi {
		/*position: relative;*/
		position: absolute;
		z-index: 1000;
		background-color: #0c8ed1;
		display: block !important;
		overflow: visible !important;
	}
	.f_gnavi {
		background-color: #fff;
		/*color: #333;*/
	}
	.f_gnavi .p_main {
		display: flex;
	}
	.f_gnavi .p_main > li {
		flex-grow: 1;
	}
	.f_gnavi .p_main > li > a {
		position: relative;
		display: block;
		padding: 13px 5px;
		/*color: #fff;*/
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
	}
/*	.f_gnavi .p_main > li > a:hover {
		background-color: rgba(255,255,255,0.2);
	}*/
	.s_top .f_gnavi .p_main > li > a {
		color: #333;
	}
	.f_gnavi .p_main > li > a::before,
	.f_gnavi .p_main > li:first-child > a::after {
/*		content: "";
		position: absolute;
		top: 13px;
		right: 0;
		bottom: 13px;
		border-right: 1px solid red;
*/
	}
	.f_gnavi .p_main > li:first-child > a::after {
		left: 0;
		right: auto;
	}
	.f_gnavi .p_main > li > a.s_hasLower::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: -3px;
		width: 0;
		margin: 0 auto;
		/*border-bottom: 7px solid #fff;*/
		border-bottom: 7px solid #f5f5f5;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		opacity: 0;
		-webkit-transition: opacity 0.3s;
				transition: opacity 0.3s;
	}
	.f_gnavi .p_main > li > a.s_showMegaMenu::after {
		opacity: 1;
	}
/*	.f_gnavi .p_main > li.s_current > a .p_text,
	.f_gnavi .p_main > li > a:hover .p_text {
		border-bottom: 2px solid #fff;
		padding-bottom: 5px;
	}*/
/*	.s_top .f_gnavi .p_main > li.s_current > a .p_text,
	.s_top .f_gnavi .p_main > li > a:hover .p_text {
		border-bottom: 5px solid #0c8ed1;
		padding-bottom: 8px;
	}*/
	.f_gnavi .p_main > li > a .p_text {
		/*display: inline-block;*/
	}
	.f_gnavi .p_main > li.s_current > a .p_text,
	.f_gnavi .p_main > li > a:hover .p_text {
		border-bottom: 5px solid #0c8ed1;
		padding-bottom: 8px;
	}
	.f_gnavi .p_megamenu {
		position: absolute;
		/*top: 100%;*/
		top: 48px;
		left: 0;
		right: 0;
		/*background-color: #fff;*/
		background-color: #f5f5f5;
		box-shadow: 0 3px 6px rgba(0,0,0,0.2);
		display: none;
	}
	.f_gnavi .p_megamenu a {
		text-decoration: none;  /* 旧サイト用調整 */
	}
	.f_gnavi .p_megamenu a:hover {
		opacity: 1;  /* 旧サイト用調整 */
		text-decoration: underline;
	}
	.f_gnavi .p_megamenu .p_inner {
		max-width: 1100px;
		margin: 0 auto;
		padding: 4% 15px;
	}
	.f_gnavi .p_megamenu .p_title {
		float: left;
		width: 26%;
		font-size: 2.4rem;
		color: #0c8ed1;
	}
	.f_gnavi .p_megamenu.s_cando .p_title {
		width: 28.5454%;
	}
	.f_gnavi .p_megamenu .p_title span {
		display: none;
	}
	.f_gnavi .p_megamenu .p_linkArea {
		overflow: hidden;
		border-left: 1px solid #dfdfdf;
		padding-left: 3.5%;
		font-size: 1.3rem;
	}
	.f_gnavi .p_megamenu .p_column01 {
		float: left;
		width: 55%;
		margin-right: 5%;
	}
	.f_gnavi .p_megamenu .p_column02 {
		float: left;
		width: 40%;
	}
	.f_gnavi .p_megamenu.s_cando .p_column02 {
		margin-top: 28px;
	}
	.f_gnavi .p_megamenu .p_subTitle {
		margin-bottom: 15px;
		font-weight: bold;
	}
	.f_gnavi .p_megamenu .p_linkArea li + li {
		margin-top: 12px;
	}

}
@media screen and (max-width: 1000px) {
	.f_gnavi .p_main > li > a {
		font-size: 1.5rem;
	}
	.f_gnavi .p_contact a,
	.f_gnavi .p_company a,
	.s_fixed .f_gnavi .p_contact a,
	.s_fixed .f_gnavi .p_company a {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 767px) {
	.f_gnavi {
		display: none;
		position: absolute;
		top: 56px;
		left: 0;
		right: 0;
		z-index: 1000;
		border-top: 1px solid #dadada;
		background-color: #fff;
		box-shadow: 0 4px 8px rgba(0,0,0,0.3);
		min-width: 320px;
		height: auto;
	}
	.s_fixed .f_gnavi {
		border-top: none;
	}
	.f_gnavi .m_maxW {
		padding: 0;
		overflow-y: auto;
	}
	.f_gnavi .m_maxW {
		height: 100vh;
		max-height: 666px;
		/*min-height: 666px;*/
	}
	.f_gnavi .p_navWrap {
		padding-bottom: 30px;
		min-height: 640px;
	}
	.f_gnavi .p_navOut {
		z-index: 50;
	}
	.f_gnavi .p_navOutInn {
		position: static;
		display: block;
		text-align: center;
		width: auto;
		max-width: none;
		padding: 20px 0;
		background-color: #fff;
	}
	.f_gnavi .p_tel {
		text-align: center;
		width: auto;
		max-width: none;
	}
	.f_gnavi .p_tel img {
		width: 244px;
	}
	/*.f_gnavi .p_tel,*/
	.f_gnavi .p_contact,
	.f_gnavi .p_company,
	.s_fixed .f_gnavi .p_contact,
	.s_fixed .f_gnavi .p_company {
		display: inline-block;
		width: 120px;
		/*margin-top: 13px;*/
		margin: 0 6px;
		max-width: none;


	}
/*	.f_gnavi .p_contact a {
		position: static;
		width: 200px;
		margin: 20px auto;
		border-radius: 18px;
		padding: 11px 0;
		font-size: 14px;
	}*/
	.f_gnavi .p_main {
		border-top: 1px solid #dadada;
		position: relative;
		background-color: #fff;
		z-index: 50;
	}
	.f_gnavi .p_main a {
		position: relative;
		display: block;
		border-bottom: 1px solid #dadada;
		padding: 12px 30px;
		margin-bottom: 0;
		font-size: 12px;
	}
	.s_fixed .f_gnavi .p_contact a,
	.s_fixed .f_gnavi .p_company a {
		padding: 11px 0;
	}
	.f_gnavi .p_contact a:hover,
	.f_gnavi .p_company a:hover {
		opacity: 1;
	}
	.f_gnavi .p_main a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 16px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #999;
		border-right: 2px solid #999;
		-webkit-transform-origin: right top;
		transform-origin: right top;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.f_gnavi .p_main a.s_hasLower::before {
		display: none;
	}
	.f_gnavi .p_main a.s_hasLower::after {
		content: "＋";
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		color: #999;
		font-size: 2.4rem;
	}
	.f_gnavi .p_main a.s_open::after {
		content: "－";
	}
	.f_gnavi .p_main > li > a {
		padding: 18px 16px;
		font-size: 14px;
	}
	.f_gnavi .p_main > li > a::before {
		width: 10px;
		height: 10px;
	}
	.f_gnavi .p_megamenu {
		display: none;
	}
	.f_gnavi .p_megamenu .p_subTitle {
		display: none;
	}
	.f_gnavi .p_sub {
		display: block;
		padding: 20px 35px 50px;
		background-color: #fff;
		position: relative;
		z-index: 50;
	}
	.f_gnavi .p_sub > li + li {
		margin-top: 10px;
	}
	.f_gnavi .p_sub > li > a {
		display: block;
		font-size: 1.4rem;
		padding: 13px 30px 12px 15px;
		/*background-color: #0c8ed1;*/
		color: #fff;
		font-weight: bold;
		position: relative;
	}
	.f_gnavi .p_sub > li > a.s_bg01 {
		background-color: #0c8ed1;
	}
	.f_gnavi .p_sub > li > a.s_bg02 {
		background-color: #656565;
	}
	.f_gnavi .p_sub > li > a::before {
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	.f_menuModal {
		position: fixed;
		background-color: rgba(0,0,0,0.75);
		width: 100%;
		top: 0;
		left: 0;
		bottom: -100px;
		z-index: 1;
	}
}

.f_pageTitle {
	/*background-color: #fff9b5;*/
	padding: 50px 0 0;
}
.f_pageTitle h1 {
	color: #0c8ed1;
	font-size: 3.6rem;

	font-weight: normal; /* 旧サイト用調整 */
}
@media screen and (max-width: 1000px) {
	.f_pageTitle h1 {
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 767px) {
	.f_pageTitle {
		padding: 15px 0;
	}
	.f_pageTitle h1 {
		font-size: 2.4rem;
	}
}

.f_breadcrumb {
	background-color: #f5f5f5;
	/*border-bottom: 1px solid #ccc;*/
	padding: 10px 0;
}
.f_breadcrumb .m_maxW {
	/*max-width: 1100px;*/
}
.f_breadcrumb li {
	display: inline;
	font-size: 1.2rem;
}
.f_breadcrumb li + li::before {
	content: ">";
	margin: 0 3px;
}
@media screen and (max-width: 767px) {
	.f_breadcrumb {
		padding: 6px 0;
	}
	.f_breadcrumb li {
		font-size: 1.1rem;
	}
}

.f_footerNavi {
	padding: 30px 0 20px;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.05em;
	background-color: #f5f5f5;
}
.f_footerNavi * {
	box-sizing: border-box;  /* 旧サイト用調整 */
}
.f_footerNavi a {
	color: inherit;  /* 旧サイト用調整 */
	text-decoration: none;
}
.f_footerNavi a:hover {
	text-decoration: underline;
	opacity: 1;  /* 旧サイト用調整 */
}
.f_footerNavi .m_maxW {
	padding-left: 15px;
	padding-right: 15px;
}
.f_footerNavi .p_col3 {
	position: relative;
	overflow: hidden;
}
.f_footerNavi .p_col3 > .p_colL,
.f_footerNavi .p_col3 > .p_colC,
.f_footerNavi .p_col3 > .p_colR {
	width: 29.5327%;
	float: left;
}
.f_footerNavi .p_col3 > .p_colL {
	margin-right: 3.7383%;
	padding-bottom: 100px;
}
.f_footerNavi .p_col3 > .p_colC {
	margin-right: 3.7383%;
	padding-right: 3.7383%;
	border-right: 1px solid #ccc;

}
.f_footerNavi .p_main {
	overflow: hidden;
}
.f_footerNavi .p_main > li {
	/*float: left;*/
	/*width: 33.33%;*/
	/*padding-right: 15px;*/
	overflow: hidden;
	/*display: inline-block;*/
	vertical-align: top;
	/*margin-right: -0.3em;*/

}
.f_footerNavi .p_main > li.s_wide {
	width: 66.66%;
	padding-right: 0;
}

.f_footerNavi .p_main > li > a {
	/*border-bottom: 1px solid #ccc;*/
	display: inline-block;
	padding-top: 16px;
	padding-bottom: 8px;
	font-size: 1.5rem;
	font-weight: bold;
	/*display: block;*/
}
.f_footerNavi .p_main > li > a[target="_blank"]::after,
.f_footerNavi .p_btnArea  a[target="_blank"] .p_text::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 12px;
	background: url(/kcc/talent-management/common/img/ico_blank_02.png) no-repeat 0 0;
	margin-left: 10px;
}
.f_footerNavi .p_subMenu {
	overflow: hidden;
}
.f_footerNavi .s_spTop {
	display: none;
}
.f_footerNavi .p_sub {
	margin-top: 15px;
	font-size: 1.3rem;
}
.f_footerNavi .p_sub p {
	margin-bottom: 10px;
	font-weight: bold;
}
.f_footerNavi .p_sub li {
	margin-bottom: 10px;
}
.f_footerNavi .p_sub li > a {
	position: relative;
	padding-left: 12px;
	display: block;
}
.f_footerNavi .p_sub li > a::after,
.f_footerNavi .s_spTop::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid #969696;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	position: absolute;
	top: 4px;
	left: 0;
}
.f_footerNavi .p_btnArea {
	font-size: 1.5rem;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 29.5327%;

}
.f_footerNavi .p_btnArea a {
	display: block;
	text-align: center;
	padding: 36px 10px 34px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.f_footerNavi .p_btnArea a:hover {
	opacity: 0.7;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.f_footerNavi .p_subMenu {
		display: block !important;
	}
}
@media screen and (max-width: 767px) {
	.f_footerNavi {
		padding: 0;
		border-top: 1px solid #dadada;
		background-color: #fff;
	}
	.f_footerNavi .m_maxW {
		padding-left: 0;
		padding-right: 0;
	}
	.f_footerNavi a,
	.f_footerNavi .p_sub li > a {
		position: relative;
		display: block;
		border-bottom: 1px solid #dadada;
		padding: 12px 30px;
		margin-bottom: 0;
	}
	.f_footerNavi a:hover {
		text-decoration: none;
	}
	.f_footerNavi a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 16px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #999;
		border-right: 2px solid #999;
		-webkit-transform-origin: right top;
		transform-origin: right top;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.f_footerNavi a.s_hasLower::before {
		display: none;
	}
	.f_footerNavi a.s_hasLower::after {
		content: "＋";
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		color: #999;
		font-size: 2.4rem;
	}
	.f_footerNavi a.s_open::after {
		content: "－";
	}
	.f_footerNavi .p_col3 > .p_colL,
	.f_footerNavi .p_col3 > .p_colC,
	.f_footerNavi .p_col3 > .p_colR {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
		padding: 0;
		border-right: none;
	}
	.f_footerNavi .p_col3 > .p_colL {
		padding-bottom: 0;
	}
	.f_footerNavi .p_main > li {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.f_footerNavi .p_main > li > a {
		display: block;
		margin-bottom: 0;
		padding: 18px 36px 18px 16px;
		font-size: 14px;
	}
	.f_footerNavi .p_main > li > a::before {
		width: 10px;
		height: 10px;
	}
	.f_footerNavi .p_subMenu {
		display: none;
	}
	.f_footerNavi .s_spTop {
		display: block;
		font-size: 12px;
	}
	.f_footerNavi .p_sub {
		float: none;
		width: auto;
		padding-right: 0;
		margin-bottom: 0;
		font-size: 12px;
	}
	.f_footerNavi .p_sub p {
		display: none;
	}
	.f_footerNavi .p_sub li {
		margin-bottom: 0;
	}
	.f_footerNavi .p_sub {
		margin-top: 0;
	}
	.f_footerNavi .p_sub li > a::after,
	.f_footerNavi .s_spTop::after {
		top: 15px;
		left: 20px;
	}
	.f_footerNavi .p_btnArea {
		position: static;

	}
	.f_footerNavi .p_btnArea {
		width: 250px;
		margin: 20px auto;
	}
	.f_footerNavi .p_btnArea a {
		padding: 15px 10px 13px;
	}
	.f_footerNavi .p_btnArea a:hover {
		opacity: 1;
	}
}

.f_footer {
	position: relative;
	border-top: 1px solid #f5f5f5;
	padding: 20px 0;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.05em;
}
.f_footer a {
	color: inherit;  /* 旧サイト用調整 */
}
.f_footer .p_pageTop {
	position: fixed;
	right: 30px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	background-color: #969696;
	display: none;
	transition: background-color 0.2s;
}
.f_footer .p_pageTop:hover {
	background-color: #aaa;
}
.f_footer .p_pageTop.s_stop {
	position: absolute;
	top: -40px;
	bottom: auto;
}
.f_footer .p_pageTop::after {
	content: "";
	position: absolute;
	top: 40%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.f_footer .p_link {
	float: right;
	margin-top: 10px;
}
.f_footer .p_link li {
	display: inline-block;
	padding: 0 20px;
}
.f_footer .p_link li + li {
	border-left: 1px solid #333;
}
.f_footer .p_link a {
	font-size: 1.2rem;
	text-decoration: underline;
}
.f_footer .p_link a:hover {
	text-decoration: none;
}
.f_footer .p_logo {
	width: 250px;
	margin: 0 0 10px;
}
.f_footer .p_logo img {
	max-width: 100%;
}
.f_footer .p_copyright {
	font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
	.f_footer {
		padding: 20px 0 15px;
	}
	.f_footer .p_pageTop {
		right: 15px;
		bottom: 30px;
		width: 30px;
		height: 30px;
	}
	.f_footer .p_pageTop.s_stop {
		position: fixed;
		top: auto;
		bottom: 30px;
	}
	.f_footer .p_pageTop::after {
		top: 30%;
	}
	.f_footer .p_link {
		float: none;
		margin: 0 -16px;
		border-bottom: 1px solid #dadada;
		padding: 0 0 18px;
		text-align: center;
	}
	.f_footer .p_link li {
		padding: 0 10px;
	}
	.f_footer .p_logo {
		width: 210px;
		margin: 10px auto;
	}
	.f_footer .p_copyright {
		text-align: center;
		font-size: 1rem;
	}
}

.f_contactArea {
	background-color: #fff9b5;
	padding: 65px 0 60px;
}
.f_contactArea > .p_inner {
	max-width: 1100px;
	padding: 0 15px;
	margin: 0 auto;
	overflow: hidden;
}
.f_contactArea .p_lead {
	margin-bottom: 45px;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
.f_contactArea .p_box {
	float: left;
	background-color: #fff;
	padding: 30px;
	text-align: center;
}
.f_contactArea .s_box01 {
	width: 58.7%;
	margin-right: 3.5%;
	box-sizing: border-box; /* 旧サイト用調整 */
}
.f_contactArea .s_box02 {
	width: 37.8%;
	margin-bottom: 20px;
	box-sizing: border-box; /* 旧サイト用調整 */
}
.f_contactArea .s_box03 {
	width: 37.8%;
	box-sizing: border-box; /* 旧サイト用調整 */
}
.f_contactArea .p_box h3 {
	margin-bottom: 15px;
}
.f_contactArea .p_box h3 span {
	display: inline-block;
	padding-left: 40px;
	font-size: 2.4rem;
	font-weight: bold;
}
.f_contactArea .s_box01 h3 span {
	background: url(/kcc/talent-management/common/img/contact_icon_tel.png) no-repeat 0 40%;
}
.f_contactArea .s_box02 h3 span {
	background: url(/kcc/talent-management/common/img/contact_icon_mail.png) no-repeat 0 40%;
}
.f_contactArea .p_box .p_text {
	margin-bottom: 35px;
	font-size: 1.8rem;
}
.f_contactArea .p_telBox {
	background-color: #0c8ed1;
	padding: 20px 10px;
	color: #fff;
	font-size: 1.4rem;
}
.f_contactArea .p_telBox h4 {
	font-size: 1.8rem;
	font-weight: bold;
}
.f_contactArea .p_telBox .p_tel {
	margin: 10px 0 6px;
	display: inline-block;
	background: url(/kcc/talent-management/common/img/contact_icon_freedial.png) no-repeat 0 40%;
	padding-left: 40px;
	font-size: 2.8rem;
	font-weight: bold;
}
@media screen and (max-width: 1000px) {
	.f_contactArea {
		padding: 50px 0 40px;
	}
	.f_contactArea .p_lead {
		margin-bottom: 35px;
	}
	.f_contactArea .p_box {
		padding: 20px;
	}
	.f_contactArea .s_box03 {
		padding: 37px 20px;
	}
	.f_contactArea .p_box .p_text {
		margin-bottom: 15px;
	}
	.f_contactArea .p_telBox {
		padding: 15px 10px;
	}
	.f_contactArea .p_telBox .p_tel {
		margin: 8px 0 4px;
	}
}
@media screen and (max-width: 767px) {
	.f_contactArea {
		padding: 27px 0 50px;
	}
	.f_contactArea .p_lead {
		margin-bottom: 16px;
		font-size: 15px;
	}
	.f_contactArea .p_box {
		float: none;
		padding: 15px;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.f_contactArea .s_box01 {
		width: auto;
		margin: 0 auto 20px;
	}
	.f_contactArea .s_box02 {
		width: auto;
	}
	.f_contactArea .s_box03 {
		width: auto;
		padding: 15px;
	}
	.f_contactArea .p_box h3 {
		margin-bottom: 15px;
	}
	.f_contactArea .p_box h3 span {
		padding: 0 15px 0 25px;
		font-size: 17px;
	}
	.f_contactArea .s_box01 h3 span {
		background-size: 19px auto;
 	}
	.f_contactArea .s_box02 h3 span {
		background-size: 19px auto;
	}
	.f_contactArea .p_box .p_text {
		font-size: 13px;
	}
	.f_contactArea .p_telBox {
		font-size: 11px;
	}
	.f_contactArea .p_telBox h4 {
		font-size: 12px;
		line-height: 1.5;
	}
	.f_contactArea .p_telBox .p_tel {
		margin: 8px 0;
		background-size: 24px auto;
		padding-left: 30px;
		font-size: 19px;
	}
}


/* SATORI */

#satori__creative_container h3 {
	margin-top: 5px;
	font-size: 1.4rem;
}
#satori__creative_container td {
	padding: 5px 0;
}


/* 汎用モジュール
----------------------------------------- */

/* section */

.m_maxW {
	/*max-width: 1213px;*/
	max-width: 1100px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.m_maxW {
		padding: 0 16px;
	}
}
.m_btnWrap {
	text-align: center;
}
.m_linkBtn {
	position: relative;
	display: inline-block;
	width: 380px;
	max-width: 100%;
	background-color: #0c8ed1;
	/*padding: 15px 25px 15px 10px;*/
	padding: 15px 35px 15px 20px;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;

	box-sizing: border-box; /* 旧サイト用調整 */
	text-decoration: none; /* 旧サイト用調整 */
}
.m_linkBtn.s_w100 {
	width: 100%;
}
.m_linkBtn.s_wAuto {
	width: auto;
}
.m_linkBtn:hover {
	opacity: 0.8;
}
.m_linkBtn::after {
	content: "";
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	height: 0;
	margin: auto 0;
	border-left: 6px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
.m_linkBtn:visited {
	color: #fff;  /* 旧サイト用調整 */
}
@media screen and (max-width: 767px) {
	.m_linkBtn {
		font-size: 16px;
	}
}