@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:0;
	left:0;
	z-index:999;
	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;
}
#pan-area {
    width: 1000px;
    height: 16px;
    margin: 0px 10px 0px 10px;
    position: relative;
    z-index: 5;
}
#pan-area li.pan-icon1 {
    float: left;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    background: url(../../img_n/icon1.png) no-repeat;
}
#pan-area li.pan-icon2 {
    float: left;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    margin-left: 10px;
    background: url(../../img_n/icon2.png) no-repeat;
}
/** PC???????塼??? **/
#recruit_menu{
	position: absolute;
	right:30px;
	bottom:15px;
	width:200px;
	background-color:#003366;
	color:#FFFFFF;
	border-radius: 10px;
	opacity: 0.7;
	z-index:99;
}
#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;
}

/* ???Ф???????? */
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;
	margin-bottom:10px;
}

/** ??????????????????塼???Ĵ?? **/
.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.mobile_fixed{
	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;
		margin-right:10px;
	}
}

/**************************************************************/
/* ????罸TOP?????(PC??) ------------- */

/** ??å????????????PC) **/
#title{
	position: relative;
	/*width:1000px;*/
	height:476px;
	background-image: url("../img_n/recruit/top_img/bg_main.jpg");
	background-size: cover;
	margin-bottom: 10px;
}

/** ??å?????????????PC) **/
#recruit_copy{
	position: relative;
	font-size:36px;
	color:#FFFFFF;
	text-align:center;
	text-shadow: 2px 2px 3px #000000;
	margin-top:10px;
}

/** ????????????????PC) **/
.entry_area{
	display: flex;
	justify-content: space-between;
	margin-top:20px;
	margin-bottom:20px;
}
.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;
}
.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%;
}
.flex_contents{
	flex-grow: 1;
	margin:10px;
}
.flex_contents img{
	max-width:400px;
	height:auto;
}
.contents_block p{
	padding:10px 10px;
}
.contents_block .bsize{
	font-size:25px;
	font-weight:bold;
}

/** ??Ĺ??å????????? **/
.sign_img{
	text-align:right;
}
.sign_img img{
	width:200px;
	height:auto;
}

/* ????????? */
.sub_copy{
	text-align: left;
	font-size: 22px;
	margin-bottom:10px;
}
.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;
	margin-bottom: 30px;
}


/** ??????????? **/
.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:99999;
	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;
		margin:0;
	}
/*
	#title{
		width:480px;
		height:auto;
		background-size: percentage;
	}
*/
	#recruit_copy{
		position: static;
		font-size:25px;
		color:#FFFFFF;
		text-align:left;
		text-shadow: 2px 2px 3px #000000;
		margin-top:10px;
	}
	.entry_area{
		display:block;
		padding-top:0;
	}
	.entry_button{
		margin:15px auto;
	}

	/** ??????ĥ???å? **/
	 .contents_block{
		display:block;
		width:95%;
		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%;
		border:1px solid #000;
		margin-bottom:20px;
		padding:10px 5px;
	}

	/** ?????? **/
	table.tbl_gaiyou{
		display:block;
		width:95%;
		margin-left:-5px;
		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;
	}
}


/**************************************************************/
/* ?????å?????????(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;
}


/********* ?????å??????????? *********************/
#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:20px;
	margin-left:20px;
}

.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-all{
	position:relative;
	background-color:#002E7D;
	width:1000px;
	height:300px;
	margin-top:100px;
	margin-bottom:-80px;
	margin-left:auto;
	margin-right:auto;
}
.footer-top img{
	width:1000px;

}
.only_s{
	display: none;
}
.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;
}

.left-blue-btn{
	text-align: left!important;
}
.mo-blue-btn{
	display: none;
}
.left20{
	margin-left:20px;
}
/* ?????å??罸?????(???????) ------------- */
@media screen and (max-width: 767px) {
	#mailform img{
		width:33px;
		height:auto;
	}
	.sub_copy{
		margin-left:10px;
		margin-right:10px;

	}
	.text_bold{
		margin-left:10px;
		margin-right:10px;

	}
	 .sub_block img{
		width:95%;
		margin:10px auto;
	}
	#btn_menu{
		display:none;
	}

/*?????å???????????????????????????????????????????????????????*/
	.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;
	}

/*??å????ξ塼????????????????????????????????????????????????*/
	.footer-all{
		position: relative;
		background-image:none;
		background-color: #002e7d;
		width:100%;
		height:auto;
		padding-top:20px;
		padding-bottom:20px;
		margin-top:100px;
		margin-bottom:-80px;
	}
	.footer-top img{
		width:100%;
	}
	.facebook img{
		width:150px;
		position: static;
		margin:20px auto;
	}
	.twitter img{
		width:150px;
		position: static;
	}
	.blog{
		position: static;
		width:200px;
		margin:30px auto;
		padding-bottom:20px;
	}
	.only_s{
		display:block;
		width:100%;
		position: static;
		z-index:999;
	}
	.only_s p{
		color:rgb(255, 255, 255);
		text-align:center;
		font-size:16px;
		width:100%;
		padding-top:20px;
		border-bottom: solid 2px #FFFFFF;
	}
	.left-blue-btn{
	display: none;
}
.mo-blue-btn{
display: block;
text-align: left!important;
margin-top: 0px!important;
    margin-left: 10px!important;
}
	
}
