@charset "utf-8";

/**************************************************************/
/* リクルートページ共通部分(PC用) ------------- */

/** モバイルサブメニュー部分(非表示設定） **/
#mobile_submenu{
	display:none;
}

/** PC用マイナビアイコン 2022/01/05 平林更新 **/
.mynavi{
	text-align:left;
	margin-top:5px;
}
@media screen and (max-width: 767px) {
/** スマホ用マイナビアイコン **/
	.mynavi{
		width:160px;
		text-align:left;
	}
}
/** PC用ヘッダーメニュー固定部分 **/
#btn_menu{
	position: fixed;
	display:none;
	width:100%;
	margin:0 auto;
	padding:0 0;
	top:70px;
	left:0;
	z-index:9999;
	background-color:#003366;
}
#btn_menu ul{
	display: flex;
	justify-content: space-between;
	width:1200px;
	margin:0 auto;
}
#btn_menu ul li{
	flex-grow:1;
}

#btn_menu ul li a{
	color:#FFFFFF;
}
#btn_menu ul li a:hover{
	color:#FF0033;
}
/* TOP背景 */
#redline{
	width:100%;
	position:absolute;
	top:50px;
	z-index:-1;
}
#redline img{
	width:100%;
	height:100%;
	object-fit: cover;
}


/** PC用サブメニュー部分 **/
#recruit_menu{
	position: absolute;
	right:30px;
	bottom:15px;
	width:200px;
	background-color:#003366;
	color:#FFFFFF;
	border-radius: 10px;
	opacity: 0.7;
	z-index:10;
}
#recruit_menu div{
	border-bottom:1px dotted #FFFFFF;
	padding: 3px !important;
	margin: 0 5px;
}
#recruit_menu div a{
	display: block;
	color:#ffffff;
}
#recruit_menu div a:hover{
	color:#ff0033;
}
#recruit_menu div:last-child{
	border-style: none;
}
/** エントリーボタン **/
#btn_entry{
	position: fixed;
	bottom: 200px;
	right: 0;
	background-color:#ff0000;
	width:50px;
	height:200px;
	border-radius: 10px 0 0 10px;
	display: none;
	z-index:9999;
}
#btn_entry a{
	width:100%;
	height:100%;	
	border-radius: 10px 0 0 10px;
	text-align:center;
	line-height:50px;
	font-size:20px;
	display: block;
	color:#FFFFFF;
	padding:0 0;
	writing-mode: vertical-rl;
}
#btn_entry a:hover{
	background-color:#ff9999;
}
.undersns-all p{
    text-align:left;
}

/* 見出しデザイン */
h2{
	border-left: solid 5px #003366;
	border-bottom: dotted 3px #003366;
	color: #003366;
	text-align:left;
	padding:10px 10px;
	font-size:24px;
	margin-top:50px!important;
	margin-bottom:10px!important;
}

/** ページ内ジャンプ時サブメニュー高さ分調整 **/
.a_target{
    padding-top:10px;
	margin-top:-10px;
}

/* リクルートページ共通部分(スマホ用) ------------- */
@media screen and (max-width: 767px) {

	/** モバイルサブメニュー部分(固定表示） **/
	#mobile_submenu{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		width:100%;
	}
	#mobile_submenu div{
		width:50%;
		box-sizing:border-box;
		background-color:#003366;
		height:40px;
		border-bottom:1px solid #000000;
	}
	#mobile_submenu div:nth-child(odd){
		border-right:1px solid #000000;
	}
	#mobile_submenu div a{
		display:block;
		color:#FFF;
		line-height:40px;
	}
	#mobile_submenu div a:hover{
		opacity: 0.33;
	}
	#mobile_submenu{
	left: 0;
	position: relative;
	top: 0;
	z-index:999;
	}

	#mobile_submenu.hide{
    	transform: translateY(-100%);
	}
	/** ページ内ジャンプ時サブメニュー高さ分調整 **/
	.a_target{
    	padding-top: 120px;
		margin-top:-120px;
	}

	/** PC用サブメニュー部分(非表示設定) **/
	#recruit_menu{
		display:none;
	}

	/* 見出しデザイン */
	h2{
		/* margin-left:10px!important;
		margin-right:10px!important; */
	}
}

/**************************************************************/
/* 人材募集TOPページ(PC用) ------------- */

/** ヘッダー画像部分（PC) **/
#title{
	position: relative;
	max-width:1300px;
	height:450px;
	background-image: url("../../img_n/recruit/top_img/bg_main.jpg");
	background-size: cover;
	margin-bottom: 10px;
	z-index:-99999;
}
.title-top{
    background-position: 50%;
}
/** ヘッダーコピー部分（PC) **/
#recruit_copy{
	position: relative;
	text-align:center;
	margin-top:10px;
}
#recruit_copy2 h1{
	position:absolute;
	font-size:40px;
	color:#FFFFFF;
	text-align:center;
	text-shadow: 2px 2px 3px #000000;
	top:200px;
	left:45%;
	transform: translate(-45%);
	-webkit-transform: translate(-45%);
	-ms-transform: translate(-45%);
}

/** エントリーボタン部分（PC) **/
.entry_area{
	display: flex;
	justify-content: space-between;
	margin-top:20px;
	margin-bottom:20px;
	position:relative;
	z-index:999;
}
.entry_area a{
	color: #FFFFFF;
}
.entry_area a:hover{
		opacity: 0.7;
}
.entry_button{
	position: relative;
	width: 310px;
	height:120px;
	background-image: url("../../img_n/recruit/top_img/btn_entry_bg.png");
	margin-bottom: 30px;
	/* z-index:999; */
}
.entry_title{
	position: absolute;
	font-size: 25px;
	top: 20px;
    left: 0;
    right: 0;
    margin: auto;
}
.entry_messeage{
	position: absolute;
	font-size: 16px;
	bottom:10px;
    left: 0;
    right: 0;
    margin: auto;
}

/** コンテンツブロック **/
.contents_block{
	display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
	width:100%;
}
.co{
	background-color: rgba(220, 220, 220, 0.421);
    padding: 20px;
    border-radius: 10px;
}
.co_fsen{
	padding-top:30px;
}
.co_f{
width:70%;
}
.co_p{
	background-color: rgba(220, 220, 220, 0.421);
    border-radius: 10px;
	padding:0 20px 20px 20px;
}
.co_img{
	float:right;
	width:400px;
}
.co_img img{
	width:100%;
	height:100%;
	object-fit: contain;
}
.flex_contents{
	flex-grow: 1;
	margin:10px;
}
.flex_contents img{
	max-width:400px;
	height:auto;
}

.contents_block p{
	padding:10px 0px;
}
.contents_block .bsize{
	font-size:25px;
	font-weight:bold;
}
.title{
	font-weight:bold;
}
/** 社長メッセージエリア **/
.sign_img{
	text-align:right;
}
.sign_img img{
	width:200px;
	height:auto;
}

/* 魅力・やりがい */
.sub_copy{
	text-align: left;
	font-size: 22px;
	margin:20px 0;
	font-weight:bold;
}
.flex_area{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.flex_item{
	width:48%;
	margin-bottom:10px;
}
.flex_item .title{
	font-size:20px;
	text-align:left;
	padding-left:10px;
	margin:10px 0;
}
.flex_item p{
	padding:10px;
}
.text_bold{
	font-weight:bold;
	font-size:20px;
}
.yarigai_sen{
	margin:20px 0 30px 0;
	padding:10px;
}
.yarigai_title{
	font-size:22px;
	font-weight:bold;
	color:#002E7D;
	border-bottom: dotted 3px #003366;
margin-bottom:30px;
}
.star{
	text-shadow:0 2px 4px rgb(254, 255, 239);
}

/** 社員の声エリア **/
.shain_koe{
	flex-wrap:wrap;
	justify-content: space-between;
	width:100%;
}
.shain_koe div{
	position: relative;
	margin-bottom:10px;
}
.shain_koe p{
	position: absolute;
	color:#FFFFFF;
	padding:5px 0;
	width:100%;
	text-align:center;
	bottom:0;
	z-index:999;
	background-color:#003366;
	opacity:0.7;
}
.shain_koe a{
	display:block;
}
.shain_koe a:hover{
	opacity:0.8;
}

/* 会社概要 */
table.tbl_gaiyou th,
table.tbl_gaiyou td {
	text-align:left;
	padding:5px;
}
table.tbl_gaiyou td a{
	color: #0000EE;
 	text-decoration: underline;
}
table.tbl_gaiyou td a:hover{
	color:#FF0033;
}
.sub_block h3{
	font-size:20px;
	margin:60px 10px 20px 10px;
}
table .qrcode{
	text-align:right;
	padding-right:20px;
}
table .qrcode img{
	width:100px;
	height:auto;
}

/** 福利厚生 **/
.fukuri{
	flex-wrap:wrap;
	justify-content: space-between;
}
.fukuri h3{
	font-size:20px;
	padding:5px;
	background: linear-gradient(transparent 40%, #e6e6e6 0%);
	margin-bottom:10px;
}
.fukuri .item1,
.fukuri .item2{
	width:48%;
	margin-top:20px;
	margin-bottom:50px;
	padding:20px 5px;
	border-radius:15px;
	background-color:#8ecdf0;
}
.fukuri .item3,
.fukuri .item4,
.fukuri .item5{
	width:30%;
	margin-bottom:20px;
	padding:20px 5px;
	border-radius:15px;
	background-color:#8ecdf0;
}
.fukuri ul{
	list-style-type:disc;
}
.fukuri li{
	text-align:left;
	margin-left:30px;
}

/* メンター制度 */
.mentor_parts p{
	text-align:center;
}
.bold_red{
	font-size: 40px;
	font-weight:bold;
	color: #FF0000;
}
.mentor_messege{
	border:1px dotted #000000;
	background-color: #cccccc;
	border-radius: 10px;
}
.jinzai p{
	text-align:center;
	font-size:30px;
	font-weight:bold;
	margin:50px;
}
.jinzai_block{
	background-color:#003366;
	margin-top: 20px;
	margin-bottom: 100px;
	padding:20px;
}
.jinzai_block p{
	color: #FFFFFF;
	text-align:center;
	font-size:18px;
}

/* 人材募集TOPページ(スマホ用) ------------- */
@media screen and (max-width: 767px) {
	img{
		width:100%;
		height:auto;
	}
	#title{
		display:block;
		width:100% !important;
		height:150px;
		margin:0;
	}
	.title-top{
		height:200px !important;
	}
/*
	#title{
		width:480px;
		height:auto;
		background-size: percentage;
	}
*/
	/* #recruit_copy2{
		position: static;
		font-size:25px;
		color:#FFFFFF;
		text-align:left;
		text-shadow: 2px 2px 3px #000000;
		margin-top:10px;
	} */
	#recruit_copy2 h1{
		position:absolute;
		font-size:20px;
		width:100%;
		color:#FFFFFF;
		text-align:center;
		text-shadow: 2px 2px 3px #000000;
		top:100px;
		left:45%;
		transform: translate(-45%);
		-webkit-transform: translate(-45%);
		-ms-transform: translate(-45%);
	}
	.entry_area{
		display:block;
		padding-top:0;
	}
	.entry_button{
		margin:15px auto;
	}

	/** コンテンツブロック **/
	 .contents_block{
		display:block;
		width:100%;
		margin:10px auto;
	}
	.contents_block .bsize{
		font-size:5.5vw;
	}

	/** 社員の声 **/
	.shain_koe{
		display: flex;
	}
	.shain_koe div{
		width:49%
	}

	/** 福利厚生 **/
	.fukuri .item1,
	.fukuri .item2{
		width:95%;
		margin:5px auto;
		border:1px solid #000;
		margin-bottom:20px;
		padding:10px 5px;
	}
	.fukuri .item3,
	.fukuri .item4,
	.fukuri .item5{
		width:95%;
        margin:5px auto;
		border:1px solid #000;
		margin-bottom:20px;
		padding:10px 5px;
	}

	/** 会社概要 **/
	table.tbl_gaiyou{
		display:block;
		width:95%;
        margin-left: 10px;
		margin-right:10px;
	}
	table.tbl_gaiyou tr{
		display:block;
	}
	table.tbl_gaiyou th,
	table.tbl_gaiyou td {
		display:block;
		border: 1px solid #cbced2;
		border-collapse: collapse;
		text-align: center;
	}
	table.tbl_gaiyou th {
		background: #01214d;
		color: #fff;
		padding: 4px 12px;
		display: block;
		width: 100%
	}
	table.tbl_gaiyou td {
		background: #f5f6f8;
		padding: 4px 12px;
		display: block;
		width: 100%;
		word-break: break-all;
	}
	.flex_area{
		width:95%;
		margin:5px auto;
	}
	.bold_red{
		font-size: 8vw;
	}
	table .qrcode{
		text-align:right;
		padding-right:50px;
	}
	/* メンター制度 */
	.jinzai p{
		font-size:6vw;
		font-weight:bold;
		margin:15px 5px;
	}
	.mentor_parts p{
		text-align:left;
	}
}


/**************************************************************/
/* スタッフ登録ページ(PC用) ------------- */

.new_front{
	margin-top:50px;
	margin-bottom:50px;
	font-size:22px;
}
.new_front p{
	text-align:left;
}
.new_front ul{
	margin:15px 10px;
}
.new_front li{
	text-align:left;
	margin:10px 0;
}
.new_top{
	color:red;
	font-size:25px;
	font-weight:bold;
}
.rec_staff #title{
	width:1000px;
	height:200px;
}
.rec_staff #title h1 span{
	font-size:20px;
	color:#FFFFFF;
}
.rec_staff #recruit_menu{
	background-color:#0064C8;
}
#staff_flex{
	display: flex;
	justify-content: space-between;
	margin-top:20px;
	margin-bottom:20px;
}
#staff_flex div{
	background-color:#003366;
	width:220px;
	height:100px;
	border-radius: 10px;
}
#staff_flex div p{
	color:#ffffff;
	font-size:20px;
	text-align:center;
	margin-top:35px;
}
#staff_flex .last_messe p{
	margin-top:20px;
}
.youkou{
	width:95%;
	margin:20px auto;
}
.youkou h3{
	box-sizing:border-box;
	background-color:#3071cf;
	color:#ffffff;
	padding:10px;
	text-align:left;
	font-size:18px;
}
.youkou div{
	box-sizing:border-box;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:10px;
}
.youkou p.syousai{
	margin-top:10px;
	text-align:right;
}
	 .sub_block img{
		max-width:800px;
		margin:10px auto;
	}

/********* スタッフ登録詳細ページ *********************/
#title_mid{
	background-image: url("../../img_n/recruit/test/staff_header.png");
}
.new_detail_sentence p{
	padding:10px 0;
}
.new_detail_sentence ul{
	display: flex;
	flex-wrap:wrap;
	padding:0 15px;
}
.new_detail_sentence li{
    padding-right:  20px;
    padding-bottom:10px; 
}
.new_detail_sentence dt{
	text-align:left;
    padding:20px 10px 10px 0;
	font-weight:bold;
}
.new_detail{
	margin-bottom:50px;
}
/*---------------- 原田さんCSS -----------------------------*/
.new_rec{
	margin-right:10px;
	margin-left:10px;
}

.new_detail{
	margin-left:20px;
	margin-right:20px;
}
.new_h3title h3{
	font-size:20px;
	text-align:left;
}
.new_h3title{
	width: 100%;
	height: 35px;
	border-bottom: solid 1px #003366;
	margin-bottom: 5px;
	margin-top:50px;
}
/*フッターの上*/
.footer-back{
	max-width:1000px;
	width:80%;
	margin:0 auto;
}
.ricnavi img{
	width:200px;
	margin-top:224px;
}
.eng{
	width:200px;
	margin-top:200px;
	margin-left:-100px;
}
.eng img{
	width:200px;
}
.facebook{
	width:200px;
	margin-top:240px;
	margin-left:-50px;
}
.twitter{
	width:200px;
	margin-top:240px;
	margin-left:-50px;
}
.t-facebook{
	width:200px;
	margin-top:-30px!important;
	margin-left:50px!important;
}
.t-twitter{
	width:200px;
	margin-top:-100px!important;
	margin-left:50px!important;
}
.t-blog{
	width: 200px;
    margin-top: -70px!important;
    margin-left: 700px!important;
}
.c-facebook{
	width:200px;
	margin-top:-50px!important;
	margin-left:150px!important;
}
.c-twitter{
	width: 200px;
    margin-top: -100px!important;
    margin-left: 150px!important;
}
.c-eng{
	padding-top:200px!important;
	padding-left: 500px!important;
	margin-top:0!important;
}
.c-blog{
	width: 200px;
    margin-top: -70px!important;
    margin-left: 1000px!important;
}
.ricnavi a,.ricnavi img{
	width:200px;
}
.facebook a,.facebook img{
	width:200px;
	z-index: 99;
}
.twitter a,.twitter img{
	width:200px;
}
.blog{
	width:200px;
	margin-top:150px;
}
.trl img{
	margin-right:0;
	vertical-align: bottom;
	text-align:right;
}
/*0810原田追加＿フォームの必須の調整*/
.inq-hissu2 {
padding-left:50px !important;
}
.inq-hissu3 {
	padding-left:88px !important;
}
.inq-hissu4 {
		padding-left:0px !important;
}
.inq-hissu5 {
	padding-left:89px !important;
}
.inq-hissu6{
	padding-left:88px !important;
}
/*よくある質問ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.new_q{
	background-image: url(../../img_n/recruit/test/question1.png);
	background-repeat:no-repeat;
	line-height: 55px;
	font-size:21px;
	color:rgb(255, 255, 255);
	margin-top:50px;
}
.new_q p{
	color:rgb(255, 255, 255);
	margin-left:20px;
	}
.new_a{
	margin-top:20px;
	margin-left:50px;
}
.footer-all a:hover,
.entry_new a:hover{
	opacity: 0.7;
}
@media screen and (max-width: 1160px) and (min-width:768px){
	.ricnavi img{
		width:200px;
		margin-top:224px;
	}
	.eng{
		width:200px;
		margin-top:200px;
	}
	.eng img{
		width:200px;
	}
	.facebook{
		width:150px;
		margin-top:250px;
		margin-left:-100px;
	}
	.twitter{
		width:150px;
		margin-top:250px;
		margin-left:-100px;
	}
	.ricnavi img{
		width:200px;
	}
	.facebook img{
		width:150px;
	}
	.twitter img{
		width:150px;
	}
	}
/* スタッフ募集ページ(スマホ用) ------------- */
@media screen and (max-width: 767px) {
	.t-blog{
		width: 200px;
		margin-top: 150px!important;
		margin-left: auto!important;
	}
	.c-blog{
		width: 200px;
		margin-top: 150px!important;
		margin-left: auto!important;
	}
	.re-wrap h2{
		margin-left:10px!important;
		margin-right:10px!important;
	}
	.pc_only{
display:none;
	}
	.mo_only{
		display:block;
	}
	#mailform img{
		width:33px;
		height:auto;
	}
	.sub_copy{
		margin-left:10px;
		margin-right:10px;
		font-size:20px;
	}
	.text_bold{
	font-size:18px;
	padding:0;
	margin:0;
	}
	.yarigai_sen p{
		padding-top:20px;
		font-weight: normal;
	}

	 .sub_block img{
		width:95%;
		margin:10px auto;
	}
	#btn_menu{
		display:none;
	}
	.co{
		margin-bottom:0;
	}
	.co_f{
		display:block;
		width:100%;
	}
	.co_img{
		float:none;
		display: block;
		width:100%;
		margin:0 auto;
		padding:20px 0;
	}
	.co_p{
		margin-top:0;
	}
	.co_img2{
		width:90%;
		height:200px;
		margin:0 auto;
	}
	.co_img2 img{
		width:100%;
		height:100%;
		object-fit: cover;
	}

/*スタッフぼしゅうーーーーースマホーーーーーーーーーーーーーーーーーー*/
	.s-twitter img{
		top:160px!important;
	}
	.new_front{
		width:95%;
		margin:10px auto;
	}
	.staff_comment{
		width:95%;
		margin:10px auto;
	}
	#staff_flex{
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin: 20px auto;
		width:98%;
	}
	#staff_flex div{
		background-color:#003366;
		flex-basis:calc((100% - 10px) / 2);
		max-width:calc((100% - 10px) / 2);
		margin-top:10px;
		height:100px;
		border-radius: 10px;
	}
	#staff_flex div p{
		color:#ffffff;
		font-size:20px;
		text-align:center;
		margin-top:35px;
	}
	#staff_flex .last_messe p{
		margin-top:20px;
	}
	.rec_staff #title{
		width:100%;
		height:200px;
		background-image: url("../../img_n/recruit/top_img/bg_main2.png");
		background-color:#003366;
	}
	.rec_staff #title h1{
		position: absolute;;
		text-align:center;
		font-size:30px;
		color:#FFFFFF;
		top: 50%;
		left: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
	}
	.entry_new img{
		width:80%;
		height:all;
	}

/*よくある質問ーーーーースマホーーーーーーーーーーーーーーーーーー*/
	.new_q{
		background-image: url(../../img_n/recruit/test/question_s.png);
		background-repeat:no-repeat;
		line-height: 50px;
		font-size:21px;
		color:rgb(255, 255, 255);
		margin-top:50px;
		}
	.new_q p{
		color:rgb(255, 255, 255);
		margin-left:10px;
	}	
	.new_a{
		margin-top:20px;
		margin-left:0px;
	}

/*エントリーフォームーーーーースマホーーーーーーーーーーーーーーーーーー*/
	.entry_sentence{
		margin-left:0px;
		margin-right:0px;
		margin-top:30px;
	}
	#mailform{
		margin-left:0;
	}
	.trr{
		width:100%;
		margin-left:0;
		padding-left:0;
	}
    .graf{
        margin-top:0px;
    }

/*フッターの上ーーーーースマホーーーーーーーーーーーーーーーーーー*/
.footer-all{
	position:relative;
	background-color:#002E7D;
	background-image:none;
	width:100%;
	height:400px;
	margin-top:100px;
	margin-bottom:-20px;
}

.footer-top img{
	width:100%;

}
.only_s{
	display:block;
	width:100%;
	position:absolute;
	z-index:999;
	top:50px;
}
.only_s p{
	color:rgb(255, 255, 255);
	text-align:center;
	font-size:16px;
	width:100%;
	border-bottom: solid 2px #FFFFFF;
}
.footer-back{
	display:block;
	position:relative;
	max-width:1000px;
	width:80%;
	margin:0 auto;
}
.ricnavi img{
	width:200px;
	top:150px;
	left:50%;
	transform: translateX(-50%);
	position:absolute;
	margin-top:0
}
.ricnavi,.eng,.twitter,.facebook{
	margin-top:0;
}
.eng img{
	width:200px;
	top:120px;
	left:50%;
	transform: translateX(-50%);
	position:absolute;
}
.facebook img{
	width:150px;
	top:100px;
	position:absolute;
	left:50%;
	transform: translateX(-50%);
}
.twitter img{
	width:150px;
	top:150px;
	position:absolute;
	left:50%;
	transform: translateX(-50%);
}
.blog{
	position:absolute;
	top:50px;
	left:50%;
	transform: translateX(-50%);
	width:200px;
}
    .flex_area{
        display: block;
        flex-wrap:wrap;
        justify-content: space-between;
    }
    .flex_item{
        width:100%;
    }
}

