
/*css*/
#line{
	position: absolute;
	left: -200px;
	top: 0px;
	z-index: 1;
}
#wrap{
width: 100%;
height: auto;
margin: 0px auto;
/* background: url(../../img_n/cmn/bg1.png) repeat-x; */
}
/*subpage common*/
#title{
	width: 1020px;
	height: 170px;
	margin: 0px 10px 0px 10px;
	overflow: hidden;
	position: relative;
	z-index:5;
}

#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;
}

#contents-area{
	float: left;
	width: 1020px;
	margin-top: 30px;
	position: relative;
	z-index: 6
}

#left-side{
	float: left;
	width: 740px;
	margin: 0px 54px 0px 10px;
}

.subtitle-area{
	width: 740px;
	height: 40px;
	border-bottom: 1px dotted #b4b4b4;
}

.subtitle-text{
	width: 737px;
	height: 35px;
	border-left: 3px solid #1a569e;
	margin-bottom: 5px;
}

.subtitle-text h2{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #555555;
	padding-left: 20px;
	padding-top: 5px;
}

#right-side{
	float: left;
	width: 206px;
	margin: 0px 10px 0px 0px;
}

.right-menu{
	width: 206px;
	height: 116px;
	background: url(../../img_n/recruit/right_menu_bg1.png);
}

.right-menu ul{
	list-style: none;
	width: 206px;
	padding-top: 30px;
}

.right-menu li{
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
}

/*subpage origin*/
.pic1{
	width: 740px;
	height: 74px;
}

.pic2{
	width: 740px;
	height: 80px;
}

.main-area{
	width: 740px;

}

.main-area-left{
	float: left;
	width: 397px;
}

.main-area-left p{
	font-size: 13px;
	font-weight: normal;;
	line-height: 23px;
	color: #333333;
	text-align: left;
}

.main-area-right{
	float: left;
	width: 313px;
	margin-left: 30px;
}

.main-area-link-bn{
	width: 740px;
	height: 120px;
	margin-top: 30px;
}

.main-area-link-bn ul{
	list-style: none;
}

.main-area-link-bn li{
	float: left;
	width: 242px;
	height: 120px;
	display: block;
}

.subtitle-bn{
	width: 740px;
	height: 38px;
	margin-top: 35px;
	background: url(../../img_n/recruit/subtitle.png) no-repeat;
}

.subtitle-bn h3{
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 7px 0px 0px 25px;
}

.con-area{
	width: 740px;
}

.con-area-left{
	float: left;
	width: 476px;
}

.con-area-left-pic-area{
	width: 476px;
}

.con-area-left-text-area{
	width: 476px;
}

.con-area-left-text-area p{
	font-size: 13px;
	font-weight: normal;
	line-height: 23px;
	color: #333333;
	text-align: left;
}

.con-area-right{
	float: left;
	width: 230px;
	margin-left: 34px;
}

.con-area-right-photo-area{
	width: 230px;
	height: 220px;
	margin-top: 20px;
}

.con-area-right-text-area{
	width: 230px;
	margin-top: 10px;

}

.con-area-right-text-area p{
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: right;
}

/*go to top*/
.gototop{
	width: 180px;
	height: 50px;
	margin-top: 40px;
	margin-left: 550px;
	margin-bottom: 50px;
}

/*etc*/
.pl7{padding-left: 7px;}

.mt30{margin-top: 30px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}

/* 追加2024/3/8 */
.line_area{
	width: auto;
	margin-left: 20px;
	margin-bottom: 50px;
	margin-top:60px;
}
.line_area .form_h3{
width:740px;

}
.form_h3{
	font-size:20px;
	color:#002E7D;
	text-align: left;
	border-bottom:1px solid #002E7D;
	margin-bottom:30px;
	margin-top:30px;
}
.recruit_line_img{
	width:70px;
}
.recruit_line_qr{
	width:70px;
	margin-left:20px;
}
.rectuit_line_pho{
    margin-top: 20px;
    text-align: left;
}
@media screen and (max-width: 767px) {
	#title{
		height: auto;
	}
	#left-side {
	    float: none;
	    width: auto;
	    margin: 0 10px;
	    z-index: 6;
	}
	.pic1,
	.pic2 {
	    width: 100%;
	    height: auto; 
	}
	.pic1 img,
	.pic2 img{width: 100%;}
	/* .main-area{
		width: 100%;
	} */
	.main-area-left{
		float: none;
		width: auto;
	}
	/* .main-area-right{
		margin-left: 0;
	} */
	.main-area-link-bn{
		width: auto;
    	height: auto;
	}
	.main-area-link-bn li{
		float: none;
	    max-width: 242px;
	    width: 100%;
	    height: auto;
	    display: inline-block;
	    margin: 10px 0;
	}
	.main-area-link-bn li.pl7{
		padding-left: 0;
	}
	.main-area{
		width: 100%;
	}
	.main-area-right{
		float: none;
		width: auto;
	}
	.main-area-right{
		margin-left: 0;
	}
	.main-area-right img{
		max-width: 252px;
    	width: 100%;
	}
	.con-area{width: 100%;}
	.con-area-left{
		float: none;
		width: 100%;
	}
	.con-area-left-pic-area{
		width: 100%;
		text-align: left;
	    max-width: 252px;
    	width: 100%;
}
	.con-area-left-pic-area img{width: 100%;}
	.con-area-left-text-area{
		width: 100%;
	}
	.con-area-right{
		float: none;
    	width: 100%;
    	margin-left: 0;
	}
	.con-area-right-photo-area{
		margin: 20px auto 0;
	}
	.subtitle-bn{
		width: auto;
		background: rgba(0,72,154,1);
		background: -moz-linear-gradient(top, rgba(0,72,154,1) 0%, rgba(0,72,154,1) 46%, rgba(0,66,142,1) 47%, rgba(0,66,142,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,72,154,1)), color-stop(46%, rgba(0,72,154,1)), color-stop(47%, rgba(0,66,142,1)), color-stop(100%, rgba(0,66,142,1)));
		background: -webkit-linear-gradient(top, rgba(0,72,154,1) 0%, rgba(0,72,154,1) 46%, rgba(0,66,142,1) 47%, rgba(0,66,142,1) 100%);
		background: -o-linear-gradient(top, rgba(0,72,154,1) 0%, rgba(0,72,154,1) 46%, rgba(0,66,142,1) 47%, rgba(0,66,142,1) 100%);
		background: -ms-linear-gradient(top, rgba(0,72,154,1) 0%, rgba(0,72,154,1) 46%, rgba(0,66,142,1) 47%, rgba(0,66,142,1) 100%);
		background: linear-gradient(to bottom, rgba(0,72,154,1) 0%, rgba(0,72,154,1) 46%, rgba(0,66,142,1) 47%, rgba(0,66,142,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00489a', endColorstr='#00428e', GradientType=0 );
		border: 1px solid #ccc;
		border-radius: 3px;
		height: auto;
    	padding: 4px 10px 4px 10px;
	}
	.subtitle-bn h3{
		padding: 4px 0px 4px 10px;
		border-left: 3px solid #fff;
	}
}
@media screen and (max-width: 766px){
	

}

/*??????CSS??????????????????????????????????????????????????????????*/
#title{
	width:1000px;
	height:476px;
	background-image: url("../../img_n/recruit/bg_main.jpg");
	background-size: cover;
	/*border:1px solid #000000;*/
	margin-bottom: 10px;
}

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

#recruit_menu{
	position: absolute;
	right:30px;
	bottom:15px;
	width:200px;
	background-color:#003366;
	color:#FFFFFF;
	border-radius: 10px;
	opacity: 0.7;
}
#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:last-child{
	border-style: none;
}
#mobile_submenu{
	display:none;
}
/* ???????????? */
.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/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;
}
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;
}

.contents_block{
	display: flex;
	justify-content: space-between;
}

.contents_block p{
	padding:10px 10px;
}

.contents_block p span{
	font-size:25px;
	font-weight:bold;
}

/* ????????? */
.sub_copy{
	text-align: left;
	font-size: 22px;
}

.flex_area{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.flex_item{
	width:50%;
	margin-top:20px;
	margin-bottom:20px;
}

.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;
}

/* ?????? */
table, th, td {
	text-align:left;
	padding:5px;
}

.sub_block h3{
	font-size:20px;
	margin-top:60px;
	margin-bottom:20px;
}

/* ???????? */
.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:20px;
}

.jinzai_block{
	background-color:#003366;
	margin-top: 20px;
	margin-bottom: 100px;
	padding:20px;
}
.jinzai_block p{
	color: #FFFFFF;
	text-align:center;
	font-size:18px;
}

/* ??????????? */
#btn_entry{
	position: fixed;
	bottom: 200px;
	right: 0;
	background-color:#ff0000;
	writing-mode: vertical-rl;
	width:50px;
	height:200px;
	border-radius: 10px 0 0 10px;
	display: none;
	z-index:10;
}
#btn_entry a{
	padding-right:5px;
	font-size:20px;
	display: block;
	color:#FFFFFF;
}

@media screen and (max-width: 767px) {
	#title{
		width:480px;
		height:auto;
		background-size: percentage;
	}
	.entry_area{
		display:block;
	}
	.entry_button{
		margin:15px auto;
	}

}



/*????CSS??????????????????????????????????????????????????????????????????????????????????????????????*/
.new_subtitle-text 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;
}

/*?????????CSS??????????????????????????????????????????????????????????????????????*/

/*????CSS*/
#title{
	content:"";
	background-color: rgba(0,66,142);
	width:1000px;
	height:200px;
	background-image: url("../../img_n/recruit/test/newhead11.png");
	position:relative;
	z-index:5;
	opacity:1;
	margin: 0px 10px 10px 10px!important;
	box-shadow:2px 2px 5px #595452;

}
.subtitle1{
	position:absolute;
	z-index:999;
}
.subtitle1 img{
	color:rgb(255, 255, 255);
	opacity:0;
}
.new_topflex{
	width:100%;
	display:flex;
	justify-content: space-between;
}
.youtube_movie iframe{
width:300px!important;
height:200px!important;
margin-top:40px!important;
margin-left:20px;
}
.new_front{
	margin-top:50px;
	margin-bottom:0px;
	font-size:16px;
	margin-left:40px;
}
.new_front p{
	text-align:left;
	letter-spacing: 0.1em;
	color:#000000;
	font-weight:bold;
	font-style: oblique;
	line-height: 2em;
}
.new_topphoto{
width:100px;
height:40px;
margin: 0px 0px 20px auto;

}
.new_topphoto img{
	width:100%;
	height:100%;
	}
.new_top{
	color:#002E7D;
	font-size:20px;
	font-weight:bold;
}

#title-new #recruit_menu{
	background-color:#003366;
	opacity:0.8;
}



/*?罸???*/
.new_about_flex{
	display:flex;
	margin-top:30px;
	height:400px;
	flex-direction: row;
}

.new_about_sentence{
	margin-top:0px;
	width:60%;
	margin-right:20px;
}

.new_about_top{
	margin-bottom:30px;
	font-size:21px;
}
.new_about{
	margin-bottom:50px;
}
.new_about a{
	font-size:20px;
	margin-left:210px;
	color:#002E7D;
	width:100px;
}
.new_about a:hover{
	opacity:0.7
}
.new_about p{
line-height:25px;
margin-top:30px;
}
.new_about_link{
	text-align:right;
	margin-right:10%;
	margin-top:66px;
	margin-bottom:60px;
	width:100%;
	justify-content:space-between;
}
.new_about_link a{
	text-align:left;
	margin-top:80px;
	font-size:18px;
	color:#ffffff;
	border:1px solid #002E7D;
	background-color:#002E7D; ;
	padding:10px;
	border-radius: 10px;
}

.new_about_photo{
	width:500px;
	height:400px;
}
.new_about_photo img{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: 40%0%;
}

/*?????????????????????????????????????????????????????????????????????????*/
.new_voice .new_subtitle-text{
	margin-bottom:0;
}
#new_rec .new_voice {
    margin-right:0px;
}

.new_voice_set{
	display:flex;
	justify-content: space-around;
	width:1150px;
	margin-right:-150px;
}
.new_voice_sentence{
	width:423px;
	margin-top:30px;
margin-bottom:70px;
}
.new_voice_set img{
margin-top:0px;
}

.weight{
	font-size:21px;
	font-weight:bold;
	color:rgba(0,66,142,1);
}
/*??´?????*/
.entry_new{
	width:400px;
	height:auto;
	margin-top:50px;
	margin-bottom:50px;
}

/*????ΰ???*/
#new_day{
	height:auto;
	margin-bottom:50px;
}
.daytime-wide{
	background-repeat:no-repeat;
	position:relative;
	width:100%;
	margin-top:80px;
	margin-bottom:80px;
	height:1000px;
}
.dayimg1 img{
	left:20px;
	position:absolute;
	height:1000px;
}
.bo{
	font-weight: bold;
	font-size:18px;
}
.mo{
	display:none;
}
.moimg{
	display: none;
}
.daytime_1{
	left:150px;
	position:absolute;
	top:6px;
	width:90%;
}

.daytime_2{
	left:150px;
	position:absolute;
	top:96px;
	width:45%;

}
.daytime_3{
	left:150px;
	position:absolute;
	top:188px;
	width:45%;
}
.daytime_4{
	left:150px;
	position:absolute;
	top:340px;
	width:50%;
}
.daytime_5{
	left:150px;
	position:absolute;
	top:520px;
	width:auto;
}
.daytime_6{
	left:150px;
	position:absolute;
	top:670px;
	width:45%;
}
.daytime_7{
	left:150px;
	position:absolute;
	top:820px;
	width:45%;
}
.daytime_8{
	left:150px;
	position:absolute;
	top:950px;
	width:45%;
}
.dayimg2{
	width:300px;
	height:auto;
	position:absolute;
	right:50px;
	top:10px;

}
.dayimg2 img{
	width:100%;
	height:auto;
}
.dayimg3{
	width:300px;
	height:auto;
	position:absolute;
	right:10px;
	top:250px;

}
.dayimg3 img{
	width:100%;
	height:auto;

}
.dayimg4{
	width:350px;
	height:auto;
	position:absolute;
	right:10px;
	top:710px;

}
.dayimg4 img{
	width:100%;
	height:auto;

}
.dayimg2_mo{
	display:none;
}
.dayimg3_mo{
	display:none;
}
.dayimg4_mo{
	display:none;
}
/*?????????????????????????????????????????????????????????????????????????*/
.new_q{
background-image: url(../../img_n/recruit/test/question1.png);
background-repeat:no-repeat;
line-height: 55px;
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;
}
/*??????*/
.entry_sentence{
	margin-left:20px;
	margin-right:10px;
	margin-top:30px;
}
.new_about_link2{
	text-align:right;
	margin-right:10%;
	margin-top:40px;
	margin-bottom:60px;
	display:flex;
	width:100%;
	justify-content:space-between;
}
.new_about_link2 a{
	font-size:18px;
	color:#ffffff;
	border:1px solid #002E7D;
	background-color:#002E7D; ;
	padding:10px;
	border-radius: 10px;
}
.new_about_link2 a:hover{
opacity:0.7
}

#mailform{
	width: 740px;
	margin-top: 30px;
	position: relative;
	margin-left:20px;
}
select{
	height: 1.5em;
}
.trl img{
	margin-right:0;
	vertical-align: bottom;
	text-align:right;
}
.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;
}
.inq-hissu8{
	padding-left:38px !important;
}
.inq-hissu9{
	padding-left:51px !important;
}
/*??CSS*/
#line{
	position: absolute;
	left: -200px;
	top: 0px;
	z-index: 1;
}

#title{
	width: 1000px;
	/*height: 170px;*/
	margin: 0px 10px 0px 10px;
	overflow: hidden;
	position: relative;
	z-index:5;
}

#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;
}

#contents-area{
	float: left;
	width: 1020px;
	margin-top: 30px;
	position: relative;
	z-index: 6
}

#left-side{
	float: left;
	width: 740px;
	margin: 0px 54px 0px 10px;
}

.subtitle-area{
	width: 740px;
	height: 40px;
	border-bottom: 1px dotted #b4b4b4;
}

.subtitle-text{
	width: 737px;
	height: 35px;
	border-left: 3px solid #1a569e;
	margin-bottom: 5px;
}

.subtitle-text h2{
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #555555;
	padding-left: 20px;
	padding-top: 5px;
}

.message-area{
	width: 740px;
	margin-top: 30px;
}

.message-area p{
	font-size: 13px;
	font-weight: normal;
	line-height: 23px;
	color: #333333;
	text-align: left;
}

#mailform{
	width: 740px;
	margin-top: 30px;
	position: relative;
}

#right-side{
	float: left;
	width: 206px;
	margin: 0px 10px 0px 0px;
}

/*form set*/
form {
    margin: 0;
}

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

button,
input {
    line-height: normal; /* 1 */
    *overflow: visible;  /* 2 */
}

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* input{
height: 1.5em;
} */

table{
width: 740px;
font-size: 13px;
line-height: 1.5em;
font-weight: normal;
border-top: 1px solid #a9a8a8;
border-bottom: 1px solid #a9a8a8;
table-layout: fixed;
border-collapse: collapse;
}

table tbody tr td{
table-layout: fixed;
}

.trl{
/*width: 135px;*/
padding: 15px 0px 15px 20px;
border-bottom: 1px solid #b4b4b4;
background-color: #f5f8fa;
color: #595452;
text-align: left;
vertical-align: middle;
table-layout: fixed;
}

.trr{
width: 510px;
padding: 15px 0px 15px 20px;
border-bottom: 1px solid #b4b4b4;
background-color: #FFFFFF;
color: #595452;
text-align: left;
table-layout: fixed;
vertical-align: middle;
}

.inq-hissu1{
	padding-left: 100px;
}

.inq-hissu2{
	padding-left: 23px;
}

.inq-hissu3{
	padding-left: 86px;
}

.inq-hissu4{
	padding-left: 112px;
}

.inq-hissu5{
	padding-left: 87px;
}

.inq-hissu6{
	padding-left: 87px;
}

#bt-area{
	width: 354px;
	height: 62px;
	margin: 30px 193px 0px 193px;
}

#bt-area-1{
	float: left;
	width: 164px;
	height: 62px;
	overflow: hidden;
	display: block;
}

#bt-area-2{
	float: left;
	width: 164px;
	height: 62px;
	margin-left: 26px;
	overflow: hidden;
	display: block;
}

.bt-reset{
	width: 164px;
	height: 62px;
	background: url(../../img_n/recruit/entry/bt_reset.png) no-repeat;
	overflow: hidden;
	display: inline;
	border: 0;
}

.bt-check{
	width: 164px;
	height: 62px;
	background: url(../../img_n/recruit/entry/bt_check.png) no-repeat;
	overflow: hidden;
	display: inline;
	border: 0;
}

.bt-back{
	width: 164px;
	height: 62px;
	background: url(../../img_n/recruit/entry/bt_back.png) no-repeat;
	overflow: hidden;
	display: inline;
	border: 0;
}

.bt-send{
	width: 164px;
	height: 62px;
	background: url(../../img_n/recruit/entry/bt_send.png) no-repeat;
	overflow: hidden;
	display: inline;
	border: 0;
}

/*etc*/
span{
	color: #333333;
}
.bot{
font-size:14px;
}


.mb10{
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	#title{
		height: auto;
	}
	#left-side{
	    float: none;
	    width: auto;
	    margin: 0 10px;
	    z-index: 6;
	}
	.message-area{
		width: 100%;
	}
	#mailform{
		width: 100%;
	}
	#mailform table{
		width: 100%;
	}
	#mailform table tr td textarea{
		max-width: 432px;
		width: 100%;
	}
	.trl{
		width: 35%;
	}
	.trr{
		width: auto;
	}
	#bt-area{
		width: auto;
	    height: auto;
	    margin: 30px 0 0px 0;
	}
	#bt-area-1{
		float: none;
	    width: auto;
	    display: inline-block;
	}
	#bt-area-2 {
	    float: none; 
	    width: auto;
	    display: inline-block;
	    margin-left: 0;
	}
}
@media screen and (max-width: 639px) {
	#mailform table tbody tr td{
		display: block;
	}
	#mailform{
		overflow: hidden;
	}
	#mailform table tr td textarea{
		max-width: 432px;
		width: 90%;
	}
	.trl{
		width: 100%;
	}
}

/*??å????ξ?*/
.foot-all-re {
    margin-top: 20px!important;
}
.footer-all{
	position:relative;
	/* background-image: url("../../img_n/recruit/test/foot-top.png"); */
	background-color:#002E7D!important;
	width:100%;
	height:300px;
	margin-top:100px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	z-index:0;
}
.footer-top img{
	width:1000px;
}

.footer-back{
	display:flex;
	justify-content: space-between;
	position:relative;
	max-width:1000px;
	width:80%;
	margin:0 auto;
}

.only_s{
	display:block;
	width:100%;
	position:absolute;
	z-index:99;
	top:50px;
	font-weight:bold;
}
.only_s p{
	color:rgb(255, 255, 255);
	text-align:center;
	font-size:40px;
	width:100%;
	border-bottom: solid 2px #FFFFFF;
	width:80%;
	margin:0 auto;
}
/*?罸?????*/
.new_detail{
	margin-left:50px;
	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;
}
.entry_new{
	width:50%;
	height:auto;
	margin-right:auto;
	margin-left:auto;
}
.entry_new img{
	width:100%;
	height:100%;
}

.intern_detail{
	margin-top:10px;
	border:1px solid black;
	padding:30px 20px 20px;
}
.intern_detail p{
	margin:10px;
}
.intern_detail img{
	margin-top:20px;
}
.intern_detail p:first-of-type{
	margin-bottom:30px;
	font-size:18px;
}
.trr_radio input{
	-webkit-appearance: radio;
}

/*????*/
#title_mid{
	content:"";
	background-color: rgba(0,66,142);
	width:1000px;
	height:200px;
	background-image: url("../../img_n/recruit/test/midhead11.png");
	position:relative;
	z-index:5;
	opacity:1;
	margin: 0px 10px 10px 10px!important;
	box-shadow:2px 2px 5px #595452;
}
.detailh2{
	margin-right:20px;
}
.mid_top{
	display:flex;
	width:100%;
	height:250px;
	flex-direction: row;
	align-items: flex-end;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
}

.mid_front{
	margin-top:0px;
	margin-bottom:0px;
	font-size:16px;
	margin-left:20px;
	
}
.mid_front p{
	text-align:left;
	letter-spacing: 0.1em;
	color:#000000;
	font-weight:bold;
	font-style: oblique;
	line-height: 2em;
}
.mid_topphoto{
	width:auto;
	height:200px;
	margin-right:10px;
	z-index: 999;
}
.mid_topphoto img{
	width:100%;
	height:100%;
	object-position: 50%0%;

}
.mob{
	display:none;
}

.new_subtitle-text{
margin-bottom:50px;
}

.mid_abouth3{
background-color:#3071CF;
padding-top:5px;
padding-bottom:5px;
}
.mid_abouth3 h3{
	text-align:left;
	font-size:18px;
	color:rgb(255, 255, 255);
	font-weight:normal;
	margin-left:10px;
}
.mid_aboutp{
	margin-top:-5px;
	margin-bottom:40px;
	border:solid 2px #3071CF;
}
.mid_aboutp p{
	margin-top:5px;
	margin-left:10px;
}
.mid_aboutp a{
text-align:right;
font-weight:bold;
margin-left:0px;
margin-right:14px;
}
.mid_abouta{
	text-align:right;
}
.mid_voice_photo{
 width:350px;
 height:350px;

}
.mid_voice_photo img{
	width:100%;
	height:100%;
}
.mid_voice_sentence{
	width:60%;
	margin-left:50px;
	margin-right:30px;
	margin-top:50px;
}
.mid_name{
	text-align:left;
	font-weight:bold;
}
.mid_voice_flex{
	display:flex;
	vertical-align: middle;
	margin-top:50px;
}
.mid_movie video{
	width:100%;
	height:auto;
}


/*??å????ξ?*/
.en{	
	width:200px;
	top:245px;
	left:50px;
	position:absolute;
}
.en p{	
	color:#FFFFFF;
	font-size:28px;
}


/*??????*/
@media screen and (max-width: 1020px) and (min-width:768px){
	.new_rec{
		background-color: rgb(255, 255, 255);
	}
	}
/*??????????*/
@media screen and (max-width: 767px){
 
/*????????????*/
/*???????????*/
#mobile_submenu{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#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;
}





/*?????????*/

#new_day{
	margin-bottom:0px;
}

.new_rec{
	margin-right:10px;
	margin-left:10px;
}
.new_rec h2{
	font-size:20px;
	}
.new_front{
	margin-top:20px;
	margin-bottom:20px;
	font-size:16px;
	margin-right:10px;
	margin-left:10px;
}
.new_front p{
	margin-top:0px;
	margin-bottom:0px;
	font-size:14px;
}
.new_top{
	color:#002E7D;
	font-size:15px;
	font-weight:bold;
}
/*?罸?????????*/
.new_about_flex{
	display:block;
	margin-top:30px;
	margin-bottom:50px;
	height:auto;
}
.new_about a{
	margin-left:0;
}
.new_about_link{
	text-align:center;
	margin-top:30px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}
.new_about_link2{
	display:block;
}
.new_about_link a{
	font-size:16px;
	padding:10px;
}
.new_about_link p{
	text-align:center;
}
.new_about_sentence{
	margin-top:20px;
	width:100%;
}
.new_about_photo{
	width:100%;
	height:300px;
	margin-bottom:30px;
}
.new_about_photo img{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: 50% 0%;
}

.new_about_link2{
	display:block;
	margin-right:auto;
	margin-right:auto;
}
.new_about_link2 a{
	font-size:16px;
	line-height:50px;
	padding:6px;
}
.new_about_link2 p{
text-align:center;
}
/*??????????????*/

.new_voice_set{
	display:block;
	width:100%;
        margin-left:0px;
        margin-right:0px;

}

.new_voice_photo{
	width:100%;
	height:auto;
	margin-top:0;
        margin-left:0px;
        margin-right:0px;
}
.new_voice_photo img{
	width:100%;
	height:auto;
	object-fit: cover;
	object-position: 50%50%;
        margin-left:0px;
        margin-right:0px;
	}
.new_voice_sentence{
	margin-top:30px;
	width:100%;
	margin-left:0px;
	margin-right:0px;
}
.weight{
	font-size:18px;
	font-weight:bold;
	color:rgba(0,66,142,1);
}
/*??????????????????????????????????????????????????????????????????*/
.entry_new{
	width:80%;
	margin-top:50px;
	margin-bottom:50px;
}
/*?????????????????????????????????????????????????????????????????*/
.new_q{
	background-image: url(../../img_n/recruit/test/question_s.png);
	background-repeat:no-repeat;
	line-height: 50px;
	color:rgb(255, 255, 255);
	margin-top:50px;
	}
.new_q p{
	color:rgb(255, 255, 255);
	margin-left:10px;
	}	
.new_a{
	margin-top:10px;
	margin-left:20px;
}

/*????ΰ???*/
#new_day{
	height:auto;
	padding-bottom:30px;
}
.daytime-wide{
	background-repeat:no-repeat;
	position:relative;
	width:100%;
	margin-top:0px;
	height:auto;
	margin-bottom:0px;
}
.daytime-wide p{
font-size:16px;
}
.dayimg1 img{
	display:none;
}
.bo{
	font-weight: bold;
	color: #fff;
	font-size:18px;
	background-color:rgba(0,72,154,1);
	text-align:center;
	margin-left:0;
	line-height:35px;
	margin-bottom:10px;
}
.mo{
	display:inline;
	font-weight: bold;
	color:#FFFFFF;
	font-size:18px;
}
.moimg{
	display:block;
	width:50px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
}
.daytime_1{
	position:relative;
	top:0px;
	right:0px;
	padding-bottom:20px;
	left:0px;
	/*border: 2px solid rgba(48,113,207,1);*/
	margin-right:0px;
	width:auto;
	margin-bottom:10px;
	background: #f5f6f8;
}
.daytime_1 p{
	padding:10px;
}
.daytime_2 p{
	padding:10px;
}
.daytime_3 p{
	padding:10px;
}
.daytime_4 p{
	padding:10px;
}
.daytime_5 p{
	padding:10px;
}
.daytime_6 p{
	padding:10px;
}
.daytime_7 p{
	padding:10px;
}
.daytime_8 p{
	padding:10px;
}
.daytime_2{
	position:relative;
	top:0px;
	right:0px;
	padding-bottom:20px;
	left:0px;
	margin-right:0px;
	width:auto;
	margin-bottom:10px;
	background: #f5f6f8;
}
.daytime_3{
	position:relative;
	top:0px;
	right:0px;
	padding-bottom:10px;
	left:0px;
	margin-right:0px;
	width:auto;
	margin-bottom:10px;
	background: #f5f6f8;
}
.daytime_4{
	position:relative;
	top:0px;
	right:0px;
	padding-bottom:20px;
	left:0px;
	margin-right:0px;
	width:auto;
	margin-bottom:10px;
	background: #f5f6f8;
}
.daytime_5{
	position:relative;
	top:0px;
	right:0px;
	padding-bottom:10px;
	left:0px;
	margin-right:0px;
	width:auto;
	margin-bottom:10px;
	background: #f5f6f8;
}
.daytime_6{
	position:relative;
	top:0px;
	right:0px;
	padding-bottom:20px;
	left:0px;
	margin-right:0px;
	width:auto;
	margin-bottom:10px;
	background: #f5f6f8;
}
.daytime_7{
	position:relative;
	top:0px;
	right:0px;
	padding-bottom:10px;
	left:0px;
	margin-right:0px;
	width:auto;
	margin-bottom:10px;
	background: #f5f6f8;
}
.daytime_8{
	position:relative;
	top:0px;
	right:0px;
	padding-bottom:20px;
	left:0px;
	margin-right:0px;
	width:auto;
	background: #f5f6f8;
}
.dayimg2{
	display:none;
}
.dayimg3{
	display:none;
}
.dayimg4{
	display:none;
}
.dayimg2_mo{
	display:block;
	width:95%;
	margin-top:10px;
	margin:auto;
}
.dayimg2_mo img{
	width:100%;
}
.dayimg3_mo{
	display:block;
	width:95%;
	margin-top:10px;
	margin:auto;
}
.dayimg3_mo img{
	width:100%;
}
.dayimg4_mo{
	display:block;
	width:95%;
	margin-top:10px;
	margin:auto;
}
.dayimg4_mo img{
	width:100%;
}
.intern_detail{
	margin-top:0px;
	padding:10px;
}
.intern_detail p{
	margin:0px;
	margin-top: 10px;
}
.intern_detail img{
	width:60%;
	max-width:300px;
	margin-top:0px;
}
.intern_detail p:first-of-type{
	margin-bottom:16px;
	font-size:16px;
}

/*?????????????*/
.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-color:#002E7D;
	background-image:none;
	width:100%;
	height:500px;
	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:210px;
	position:absolute;
	left:50%;
	transform: translateX(-50%);
}
.twitter img{
	width:150px;
	top:280px;
	position:absolute;
	left:50%;
	transform: translateX(-50%);
}
.blog{
	position:absolute;
	top:170px;
	left:50%;
	transform: translateX(-50%);
	width:200px;
}
.re-blog{
	position:absolute;
	top:300px;
	left:50%;
	transform: translateX(-50%);
	width:200px;
}
/*新卒*/
.new_detail{
	margin-left:20px;
	margin-right:20px;
}
.new_detail_sentence p{
font-size:16px;
}
/*中途*/
.mid_top{
	display: block;
	margin-bottom: 50px;
	margin-top:30px;
	height:auto;
	margin-left:0px;
	margin-right:0px;

}
.mid_front{
	margin-top:50px;
	margin-bottom:30px;
	font-size:14px;
	margin-right:10px;
	margin-left:10px;
	
}
.mid_front p{
	text-align: left;
    letter-spacing: 0.1em;
    color: #000000;
    font-weight: bold;
    font-style: oblique;
    line-height: 2em;
	font-size:14px;
}
.mid_topphoto{
	width:auto;
	height:300px;
	margin-bottom:30px;
	margin-right:10px;
	margin-left:10px;
}
.mid_topphoto img{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: 100%0%;

}
.mob{
	display:block;
}
.pc{
	display:none;
}
.onlypc{
	display:none;
}
.mid_voice_flex{
	display:block;
	margin-top:50px;
}
.mid_voice_sentence{
	width:100%;
	margin-left:0px;
	margin-right:0px;
	margin-top:20px;
}
.mid_voice_photo{
margin-right:5%;
margin-left:5%;
width:250px;
height:250px;
}
.mid_aboutp a{
	text-align:left;
	font-weight:bold;
	margin-left:10px;
	margin-right:auto;
	display:block;
	margin-bottom:6px;
}

.en {
		width:200px;
		top:120px;
		left:50%;
		transform: translateX(-50%);
		position:absolute;
}
/*??????????????å??????????*/
	#title_mid{
		content:"";
		background-color: rgba(0,66,142);
		width:100% !important;
		height:150px;
		background-image: url("../../img_n/recruit/test/midhead1.png");
		position:relative;
		z-index:5;
		opacity:1;
		margin-right:0 !important;
		margin-left:0 !important;
		margin-bottom:0  !important;
		background-size:cover;
		
	}
	#title{
		content:"";
		/*background-color: rgba(0,66,142);*/
		width:100% !important;
		height:150px;
		background-image: url("../../img_n/recruit/test/newhead.png");
		position:relative;
		z-index:5;
		opacity:1;
		margin-right:0 !important;
		margin-left:0 !important;
		margin-bottom:0  !important;
		background-size:cover;
		border:none;
	}
	#recruit_menu{
		display:none;
	}
	.trans-thank{
		padding-left:20px;
	}
	.new_topflex{
		display:block;
	}
	.new_topflex{
		display:block;
	}	
	.youtube_movie{
		position: relative;
		padding-bottom: 56.25%; /* 16:9 の比率 */
		height: 0;
		overflow: hidden;
		max-width: 100%;
	}
	.youtube_movie iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%!important;
		height: 100%!important;
		border: 0;
		margin-top:0px!important;
margin-left:0px;
	}
/* 追加2024/3/8 */
.line_area{
	width:auto;
	margin-left: 0px;
	margin-bottom:0px;
}

.form_h3{
	font-size:20px;
	color:#002E7D;
	text-align: left;
	border-bottom:1px solid #002E7D;
	margin-bottom:30px;
	margin-top:30px;
}
.recruit_line_img{
	width:60px;
}
.recruit_line_qr{
	width:60px;
	margin-left:20px;
}
.rectuit_line_pho{
	float:none;
    margin-top: 10px;
    margin-right:auto;
	text-align: left;
}
}
