@charset "utf-8";
/*=====================================================

各ページ用

======================================================*/

/*----------------------------------------------------
* 共通 *
-----------------------------------------------------*/
h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	font-size: 2.2em;
	font-weight: 500;
	letter-spacing: 5px;
}
h2 span {
	display: block;
	margin-top: -10px;
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: 1px;
}

h3.typ1 {
	position: relative;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 2em;
	color: #000;
	font-size: 2.2em;
	font-weight: 500;
	z-index: 1;
}
h3.typ1::before,
h3.typ1::after {
	position: absolute;
	top: 0;
	content: '';
	width: 20px;
	height: 100%;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h3.typ1::before {
	left: 0;
	border-left: 1px solid #555;
}
h3.typ1::after {
	right: 0;
	border-right: 1px solid #555;
}
.h3_typ1_logo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 9em;
	color: #f5f5f5;
	z-index: 0;
}
.h3_typ1_logo.small {
	font-size: 6.5em;
}
.title_sub {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #000;
	font-size: 1.5em;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.35em;
}


/* パンくずリスト
-------------------------------------------*/
#sec_breadcrumb {
	padding-top: 3px;
	font-size: 0.95em;
	text-align: left;
}
.cd-breadcrumb {
	margin: 0;
	padding: 0;
}
.cd-breadcrumb li {
  display: inline-block;
  list-style: none;
}
.cd-breadcrumb li::after {
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-child::after {
  content: '';
}
.cd-breadcrumb li:last-child {
	color: #003f8c;
}
.cd-breadcrumb li a {
	color: #333;
	text-decoration: none;
}
.cd-breadcrumb li a:hover {
	color: #003f8c;
}


/*----------------------------------------------------
* カテゴリータイトル *
-----------------------------------------------------*/
#category {
	height: 60px;
}
.cat_recruit {
	/*background: url(../images/top_recruite_sample01.jpg) left bottom;*/
	background: #00316C;
}
#category .fx-row {
	margin: 0;
	padding: 0;
}
.category_title {
	position: relative;
	height: 60px;	
	margin-top: 0;
	padding: 0;
}
.category_title .category_title_bg {
	position: absolute;
	width: 100%;
	height: 0;
	border-style: solid;
	border-width: 60px 80px 0 0;
	border-color: #003f8c transparent transparent transparent;
	z-index: 0;
}
.category_title h1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	padding-right: 200px;
	color: #fff;
	text-align: right;
	font-size: 1.6em;
	font-weight: 500;
	letter-spacing: 7px;
	line-height: 60px;
	z-index: 10;
}
.category_title h1.category_title_lng {
	padding-right: 100px;
	letter-spacing: normal;
}
.category_title h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #FFF;
}
.ie9 .category_title {
	text-align: center;
}
.ie9 .category_title h1 {
	margin: auto;
}


/*----------------------------------------------------
* ページメインビジュアル *
-----------------------------------------------------*/
#mainvisual {
	position: relative;
	/*margin-top: 25px;*/
	height: 200px;
	background-size: cover;
}
#mainvisual.department_visual {
	background: url(../../../common/img_recruite/department_visual002.jpg) center center no-repeat;
	background-size: cover;
}
#mainvisual.environment_visual {
	background: url(../../../common/img_recruite/environment_visual002.jpg) center center no-repeat;
	background-size: cover;
}
#mainvisual.career_visual {
	background: url(../../../common/img_recruite/career_visual002.jpg) center center no-repeat;
	background-size: cover;
}
#mainvisual.workplace_visual {
	background: url(../../../common/img_workplace/worplace_visual001.jpg) center center no-repeat;
	background-size: cover;
}
#mainvisual.interview_visual {
	background: url(../../../common/img_recruite/interview_visual001.jpg) center center no-repeat;
	background-size: cover;
}
#mainvisual.message_visual {
	background: url(../../../common/img_recruite/message_visual001.jpg) center center no-repeat;
	background-size: cover;
}
#mainvisual .page_title {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 450px;
	height: 5em;
	line-height: 5em;
	margin: auto;
	color: #FFF;
	background: rgba(102,102,102,0.55);
}
#mainvisual .page_title h2 {
	font-size: 1.75em;
	font-weight: 600;
}
#mainvisual .page_title .page_title_line {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30%;
	height: 4px;
	background: #fff;
}

/*----------------------------------------------------
* ページ内リンク *
-----------------------------------------------------*/
#page_nav {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: left;
}
#page_nav ul,
#page_nav ul.nav_typ02 {
	margin: 0;
	padding: 0;
	letter-spacing: -.4em;
	border: 1px solid #e0e0e0;
	border-width: 1px 0 0 1px;
	overflow: hidden;
}
#page_nav ul li {
	display: inline-block;
	width: 25%;
	padding: 10px 10px;
	list-style: none;
	text-align: left;
	letter-spacing: normal;
	border: 1px solid #e0e0e0;
	border-width: 0 1px 1px 0;
}
#page_nav ul.nav_typ02 li {
	display: inline-block;
	width: 33%;
	padding: 10px 10px;
	list-style: none;
	text-align: left;
	letter-spacing: normal;
	border: 1px solid #e0e0e0;
	border-width: 0 1px 1px 0;
}
#page_nav a i {
	padding-right: 10px;
	color: #003f8c;
	font-weight: 600;
}
#page_nav a {
	display: block;
	text-decoration: none;
	color: #333;
}

/*----------------------------------------------------
* イントロダクション *
-----------------------------------------------------*/
#introduction {
	padding-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#introduction .introduction_topics {
	font-size: 1.75em;
}
#introduction .type_title_sub {
	font-size: 1.45em;
	letter-spacing: 2px;
}
#introduction .type_title {
	font-size: 1.95em;
	letter-spacing: 5px;
}

/*----------------------------------------------------
* コンテンツ *
-----------------------------------------------------*/
.page_contents {
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: left;
}
h3.page_title {
	position: relative;
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	font-size: 1.55em;
	font-weight: 600;
	letter-spacing: 5px;
}
h3.page_title::after {
	position: absolute;
	width: 20%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: '';
	height: 2px;
	background-color: #003f8c;
}

.page_title .page_title_line {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
	/*background: #e0f2fc;*/
	z-index: 80;
}
.page_title .page_title_icon {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: 0 auto;
	width: 20%;
	height: 2px;
	background: #003f8c;
	z-index: 80;
	
}
.page_content {
	margin-top: 35px;
	margin-bottom: 35px;
}
.page_content.bdr01 {
	padding: 20px;
	border: 2px solid #ECEFF1;
}
h4.page_subtitle {
	position: relative;
	margin: 0;
	padding: 10px 0 10px 30px;
	font-size: 1.25em;
	font-weight: 600;
}
h4.page_subtitle.bdr_btm {
	border-bottom: 3px solid #ECEFF1;
}
h4.page_subtitle::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 20px;
	height: 3px;
	margin: auto 0;
	background: #4678B0;
	content: '';
}
.page_content_main {
	padding-top: 15px;
}
.page_content_main .page_content_topics {
	margin-bottom: 10px;
	font-size: 1.2em;
}
.page_content_main img.pict_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 25px;
}
.sec_content_picts {
	margin-left: auto;
	margin-right: auto;
}
.sec_content_picts .content_picts_list {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
}
.sec_content_picts .content_picts_list img {
	vertical-align: bottom;
}

.bdr_typ01 {
		border-top: 1px solid #ECEFF1;
}

/*
　拠点紹介
-----------------------------------------*/
.sec_workplace_list {
	margin-bottom: 35px;
	font-size: 0.9em;
}
.sec_workplace_list > div {
	position: relative;
	text-align: center;
}
.sec_workplace_list > div i {
	padding-right: 10px;
}
.sec_workplace_list > div a {
	position: absolute;
	top:0;
    left:0;
	width: 100%;
	height: 100%;
	font-size: 0;
	text-indent: -999999px;
}
.sec_workplace_list > div:hover a {
	background: rgba(255,255,255,0.7);
}

/*.sec_workplace_list > div.workplace_wakayama:hover a {
	background: url(../img_workplace/wakayama_map1.png) top center no-repeat;
	background-size: contain;
}
.sec_workplace_list > div.workplace_tokyo:hover a {
	background: url(../img_workplace/tokyo_map1.png) top center no-repeat;
	background-size: contain;
}
.sec_workplace_list > div.workplace_matsumoto:hover a {
	background: url(../img_workplace/matsumoto_map1.png) top center no-repeat;
	background-size: contain;
}*/


/*
　テーブル
-----------------------------------------*/
table.table-01 {
    width: 100%;
	margin: 0;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
table.table-01 th {
	width: 200px;
    padding: 15px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
	font-size: 0.95em;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table.table-01 td {
    padding: 15px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	font-size: 0.95em;
}
table.table-01 ul {
	margin: 0;
	padding-left: 1em;
}

/*
　リンクボタン
-----------------------------------------*/
.btn_link01 {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: rgba(1,63,140,1);
}
.btn_link01:hover {
	background: rgba(1,63,140,0.8);
}
.btn_link01 a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 1.15em;
	font-weight: 500;
	line-height: 4em;
	letter-spacing: 2px;
	text-decoration: none;
}


/*======================================================
* media screen *
======================================================*/
/*----------------------------------------------------
* 共通 *
-----------------------------------------------------*/
@media screen and (max-width: 1400px) {	
.h3_typ1_logo.small {
	padding-top: 15px;
	font-size: 5.5em;
}
}

@media screen and (min-width: 960px) {	

/*----------------------------------------------------
* 部門紹介 *
-----------------------------------------------------*/
#page_nav li:hover {
	/*background: #FCE4EC;*/
	background: #edf3f9;
}


}

@media screen and (max-width: 768px) {	

/*----------------------------------------------------
* 共通 *
-----------------------------------------------------*/
.category_title h1 {
	padding-right: 0;
	text-align: center;
}
h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	font-size: 2.15em;
	font-weight: 500;
	letter-spacing: 5px;
}
h2 span {
	display: block;
	margin-top: -10px;
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: 1px;
}
h3.typ1 {
	font-size: 1.4em;
}
.h3_typ1_logo {
	font-size: 4em;
}
.h3_typ1_logo.small {
	font-size: 3em;
}
.title_sub {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #000;
	font-size: 1.5em;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.35em;
}

/* パンくずリスト
-------------------------------------------*/
#sec_breadcrumb {
	display: none;
}

/*----------------------------------------------------
* ページメインビジュアル *
-----------------------------------------------------*/
#mainvisual {
	margin-top: 0;
	height: 185px;
}
#mainvisual .page_title {
	width: 70%;
	margin: auto;
}
#mainvisual .page_title h2 {
	font-size: 1.25em;
}
#mainvisual .page_title .page_title_line {
	height: 3px;
}


/*----------------------------------------------------
* ページ内リンク *
-----------------------------------------------------*/
#page_nav {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
#page_nav ul li,
#page_nav ul.nav_typ02 li {
	width: 50%;
}

#page_nav li:hover {
	/*background: #FCE4EC;*/
	background: #edf3f9;
}



/*----------------------------------------------------
* コンテンツ *
-----------------------------------------------------*/
.page_title h3 {
	font-size: 1.4em;
}
.page_title .page_title_line {
	bottom: -8px;
}
h4.page_subtitle {
	font-size: 1.1em;
}
.page_content_main .page_content_topics {
	font-size: 1.05em;
}
.sec_content_picts .content_picts_list {
	width: 100%;
}

/*----------------------------------------------------
* カテゴリータイトル *
-----------------------------------------------------*/
#category {
	/*margin-top: 56px;*/
	height: 50px;
}
.category_title {
	height: 50px;
}
.category_title .category_title_bg {
	border-width: 50px 50px 0 0;
}
.category_title h1 {
	font-size: 1.2em;
	line-height: 50px;
}
.category_title h1.category_title_lng {
	margin-left: -10px;
	padding-right: 0;
	font-size: 1.2em;
	line-height: 50px;
}

/*----------------------------------------------------
* イントロダクション *
-----------------------------------------------------*/
#introduction {
	padding-bottom: 20px;
}
#introduction .introduction_topics {
	font-size: 1.3em;
}

#introduction .type_title_sub {
	font-size: 1.25em;
	letter-spacing: 2px;
	text-align: center;
}
#introduction .type_title {
	font-size: 1.3em;
	letter-spacing: 5px;
	text-align: center;
}

}

@media screen and (max-width: 568px) {	

/*----------------------------------------------------
* イントロダクション *
-----------------------------------------------------*/
#introduction {
	/*text-align: left;*/
}

/*----------------------------------------------------
* コンテンツ *
-----------------------------------------------------*/

h3.page_title {
	font-size: 1.3em;
	letter-spacing: 2px;
}
.page_content_main img.pict_right {
	float: none;
	display: block;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*----------------------------------------------------
* ページ内リンク *
-----------------------------------------------------*/
#page_nav ul.nav_typ02 li {
	width: 100%;
}

/*
　拠点紹介
-----------------------------------------*/
.sec_workplace_list div > img {
}
.sec_workplace_list > div.workplace_wakayama:hover a,
.sec_workplace_list > div.workplace_tokyo:hover a,
.sec_workplace_list > div.workplace_matsumoto:hover a {
	background-size: 70%;
}


/*
　テーブル
-----------------------------------------*/
table.table-01 {
    width: 100%;
    border: 1px #E3E3E3 solid;
	border-width: 1px 1px 0 1px;
    border-collapse: collapse;
    border-spacing: 0;
}
table.table-01 th {
	display: block;
	width: 100%;
    padding: 7px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 0;
    background: #F5F5F5;
	font-size: 0.9em;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table.table-01 td {
	display: block;
	width: 100%;
    padding: 7px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 0;
	font-size: 0.9em;
    text-align: left;
}

/*
　リンクボタン
-----------------------------------------*/
.btn_link01 {
	width: 80%;
}
.btn_link01 a {
	color: #fff;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 3em;
	letter-spacing: 2px;
	text-decoration: none;
}

}

@media screen and (max-width: 350px) {	

/*----------------------------------------------------
* ページ内リンク *
-----------------------------------------------------*/

#page_nav ul li {
	width: 100%;
}

}