@charset "UTF-8";
/* CSS Document */
#recruit #menu .hd_menu .btn a{
	color: white;
}
#recruit #menu{
	width: 100%;
	background-color: #003399;
	height: 50px;
 	position: fixed;
  z-index: 1;
}
#recruit #menu .hd_menu{
	width: 100%;
	display: inline-block;
	text-align: right;
	vertical-align: top;
	color: white;
	position: absolute;
	top: 0px;
	right: 0;
	padding-right: 20px;
	padding: 15px 20px 15px 0px;
}
#recruit #menu .hd_menu .btn{
	display: inline-block;
  padding: 0px 20px;
  border-left: solid 1px #FFFFFF;
}
#recruit #menu .hd_menu p{
	font-size: 14px;
  line-height: 20px;
  display: inline-block;
}
#recruit #menu .submenu{
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 1;
	background-color: #344574;
	width: 100%;
	color: white;
	padding: 0 20px 0 0;
	height: 0;
	box-sizing: border-box;
	overflow: hidden;
	background-color: rgba(52,69,116,0.8);
	transition: 0.3s;
}
#recruit #menu .submenu.on{
	padding: 20px 20px 0px 0px;
  height: 60px;
}
/*#recruit #menu .submenu p{
	padding: 0px 20px;
  border-left: solid 1px #FFFFFF;
}*/
#recruit #menu .submenu .re_hd_s_btn{
	padding: 0px 20px;
	display: inline-block;
	border-left: solid 1px #FFFFFF;
}
#recruit #menu .submenu .re_hd_s_btn p:hover{
	border-bottom: solid 2px #FFFFFF;
}
#recruit #menu .submenu .re_hd_s_last{
	border-right: solid 1px #FFFFFF;
}
#recruit #menu .submenu p:last-child{
  /*border-right: solid 1px #FFFFFF;*/	
}
#recruit header#header{
	background: none;
	height: auto;
	width: 100%;
}
#recruit header#header img{
	width: 100%;
	margin-top: 50px;
}
#recruit header#header a.rec_logo {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 8;
  height: calc(100% - 50px);
  width: auto;
}
#recruit header#header a.rec_logo img {
  width: auto;
  height: 100%;
  margin: 0;
}
#recruit header#header .pan{
	width: 100%;
	background-color: #f0f0f0;
}
#recruit header#header .pan .pa_text{
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#recruit header#header .pan .pa_text p{
	font-size: 12px; 
	line-height: 24px;
	color: #333333;
	text-align: left;
	padding: 10px 0px;
	display: inline-block;
}
#recruit header#header .pan .pa_text p.pan_top::before{
	content: url(../img/pc/icon.png);
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
#recruit header#header .pan .pa_text p.pan_txt::before{
	content: ">";
	width: 20px;
	height: 20px;
	margin-left: 20px;
	margin-right: 10px;
	vertical-align: top;
}
#recruit footer{
	background-color: #003399;
}
#recruit #footer{
	background-color: #003399;
}
#recruit #copy{
	background-color: #003399;
}

/*recruit_TOP*/
#recruit #re_cont{
	background-color: white;
}
#recruit #re_cont .cnt{
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0px;
}
#recruit #re_cont .cnt .cnt_main{
	position: relative;
	text-align: center;
}
#recruit #re_cont .cnt .cnt_main .cnt_main_tit{
	font-size: 56px;
  line-height: 24px;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 76px;
  left: 15px;
}
#recruit #re_cont .cnt .cnt_main .cnt_main_tit p{
	font-weight: bold;
}
#recruit #re_cont .cnt .cnt_main .tit_txt{
	font-size: 19px;
	line-height: 36px;
	margin: 45px 0px 50px;
}
#recruit #re_cont .cnt .cnt_main .main_btn{
	position: absolute;
  top: 50%;
  left: 0;
  margin-left: 82px;
  display: inline-block;
  margin-top: 39px;
  width: 84%;
}
#recruit #re_cont .cnt .cnt_main .main_btn img{
	margin-right: 20px;
	margin-bottom: 20px;
}
#recruit #re_cont .cnt .cnt_main .main_btn img:nth-child(3){
	margin-right: 0px;
} 
#recruit #re_cont .cnt .cnt_main .main_btn img:last-child{
	/*margin-right: 0px;*/
}
#recruit #re_cont .cnt .tit_img{
	text-align: center;
  margin: 60px 0px 30px;
}
#recruit #re_cont .cnt .aisatsu .aisatsu_txt{
	font-size: 17px;
	line-height: 24px;
	display: inline-block;
	text-align: left;
	/*width: 56%;*/
	width: 100%;
	margin-right: 20px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 26px;
}
#recruit #re_cont .cnt .aisatsu .aisatsu_txt p.ai_mein{
	font-size: 37px;
	line-height: 50px;
	color: #003399;
	margin: 20px 0px 40px;
	font-weight:  bold;
}
#recruit #re_cont .cnt .aisatsu .aisatsu_txt p.txt2{
	margin-top: 10px;
  margin-bottom: 0px;
}
#recruit #re_cont .cnt .aisatsu .aisatsu_txt p.daihyo_name{
	font-size: 22px;
	line-height: 28px;
	margin: 28px 0px;
	color: #003399;
}
#recruit #re_cont .cnt .aisatsu .daihyo_img{
	display: inline-block;
	vertical-align: top;
	width: 42%;
}
#recruit #re_cont .cnt .aisatsu .daihyo_img img{
	width: 100%;
	margin-top: 65px;
}
#recruit #re_cont .cnt .aisatsu2{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
}
#recruit #re_cont .cnt .shyousai_btn .gyoumu{ 
	background: url(../img/pc/gyoumu_bg.png);
	height: 400px;
	position: relative;
}
#recruit #re_cont .cnt .shyousai_btn .gyoumu .gyoumu_btn{
	position: absolute;
	right: 0;
  bottom: 0;
  margin-bottom: 45px;
  margin-right: 250px;
}
#recruit #re_cont .cnt .shyousai_btn .interview{ 
	background: url(../img/pc/interview_bg.png);
	height: 400px;
	margin: 50px 0px;
	position: relative;
}
#recruit #re_cont .cnt .shyousai_btn .interview .interview_btn{
	position: absolute;
	left: 0;
  bottom: 0;
  margin-bottom: 45px;
  margin-left: 35px;
}
#recruit #re_cont .cnt .shyousai_btn .fukuri{ 
	background: url(../img/pc/fukuri_bg.png);
	height: 400px;
	position: relative;
}
#recruit #re_cont .cnt .shyousai_btn .fukuri .fukuri_btn{
	position: absolute;
	right: 0;
  bottom: 0;
  margin-bottom: 45px;
  margin-right: 250px;
}
#recruit .bosyu{
	background-color: #f0f0f0;
}
#recruit .bosyu .bosyu_cnt{
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0px;
	text-align: center;
}
#recruit .bosyu .bosyu_cnt .bosyu_btn{
	margin: 40px 0px 70px;
}
#recruit .bosyu .bosyu_cnt .bosyu_btn img:nth-child(1){
	margin-right: 20px;
}
#recruit .bosyu .bosyu_cnt .bosyu_btn img:nth-child(2){
	margin-left: 20px;
}
#recruit .bosyu .bosyu_cnt .form{
	width: 600px;
  background-color: white;
  border: solid 1px #cccccc;
  padding: 37px 0px;
  margin: 0 auto;
}
#recruit .bosyu .bosyu_cnt .form .form_txt{
	text-align: center;
}
#recruit .bosyu .bosyu_cnt .form .form_txt p.f_tit{
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 30px;
}
#recruit .bosyu .bosyu_cnt .form .form_txt p{
	font-size: 16px;
	line-height: 27px;
}
#recruit .bosyu .bosyu_cnt .form_btn{
	width: 600px;
	padding: 15px 0px;
	margin: 0 auto;
	background-color: #003399;
}
#recruit .bosyu .bosyu_cnt .form_btn p{
	font-size: 16px;
	line-height: 39px;
	color: white;
}

/*部門紹介*/
.bumon #re_cont .cnt .cnt_main .main_btn{
	top: 0 !important;
}
.bumon .bumon_syoukai{
	max-width: 1000px;
	margin: 0 auto 53px;
	text-align: center;
}
.bumon .bumon_naiyou{
	max-width: 1000px;
	margin: 0 auto 53px;
	text-align: center;
}
.bumon .bumon_tit img.gyomu{
	margin-left: 120px;
}
/*.bumon .bumon_naiyou .bu_cnt{
	display: inline-block;
	width: 41%;
	border: solid 1px #cccccc;
	padding: 70px 20px 40px;
	vertical-align: top;
}
.bumon .bumon_naiyou .bu_cnt1{
	margin-right: 45px;
	position: relative;
}
.bumon .bumon_naiyou .bu_cnt2{
	margin-left: 45px;
	position: relative;
}
.bumon .bumon_naiyou .bu_cnt1 .bu_name{
	padding: 20px 0px;
	font-size: 24px;
	color: white;
	width: 320px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -20px;
 	margin-left: 65px;
}
.bumon .bumon_naiyou .bu_cnt1 .bu_name::before{
	content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #00278b transparent transparent transparent;
  position: absolute;
  top: 0;
	margin-top: 40px;
}
.bumon .bumon_naiyou .bu_cnt2 .bu_name{
	padding: 20px 0px;
	font-size: 24px;
	color: white;
	width: 320px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -20px;
 	margin-left: 65px;
}
.bumon .bumon_naiyou .bu_cnt2 .bu_name::before{
	content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #298deb transparent transparent transparent;
  position: absolute;
  top: 0;
	margin-top: 40px;
}
.bumon .bumon_naiyou .bu_name span{
	font-size: 16px;
}
.bumon .bumon_naiyou .bu_cnt1 .bu_name{
	background-color: #00278b;
}
.bumon .bumon_naiyou .bu_cnt2 .bu_name{
	background-color: #298deb;
}
.bumon .bumon_naiyou .bu_cnt .bu_naiyou table{
	width: 100%;
  border: none;
  border-collapse: collapse;
  text-align: left;
	line-height: 24px;
}
.bumon .bumon_naiyou .bu_cnt .bu_naiyou table th.txt_name{
	font-size: 18px;
	vertical-align: top;
	padding-bottom: 0px;
}
.bumon .bumon_naiyou .bu_cnt .bu_naiyou table th.txt_name::before{
	content: url(../img/pc/check.png);
	width: 23px;
	height: 20px;
	vertical-align: bottom;
	padding-right: 10px;
}
.bumon .bumon_naiyou .bu_cnt .bu_naiyou table th.txt_naiyou{
	font-size: 16px;
	width: 69%;
	font-weight:  100;
	padding-left: 15px;
}*/
.bumon .bumon_naiyou img{
	margin-bottom: 50px;
}
.bumon .bumon_naiyou img:nth-last-child(even){
	margin-right: 40px;
}
.bumon .bumon_naiyou img:nth-last-child(odd){
	margin-left: 40px;
}

/*キャリア採用*/
.career .career_bosyu p.bosyu_tit{
	font-size: 24px;
	text-align: center;
	color: #00278b;
	margin: 63px 0px 32px;
}
.career .career_naiyou img.genzai{
	margin: 100px 0px;
}
.career .career_naiyou table{
	width: 100%;
	border: solid 1px #7f93c5;
	border-left: none;
	border-right: none;
	margin-bottom: 60px;
	margin-top: 30px;
}
.career .career_naiyou table tr{
	font-size: 14px;
	line-height: 26px;
	text-align: left;
}
.career .career_naiyou table tr th{
	background-color: #d2ddfb;
	border-bottom: solid 1px #7f93c5;
	text-align: center;
	width: 20%;
 	font-weight: 100;
}
.career .career_naiyou table tr td{
	border-bottom: solid 1px #7f93c5;
	padding: 20px 0px 20px 40px;
	vertical-align: top;
}
.career .career_naiyou table tr td.koumoku{
	width: 16%;
}
.career .career_naiyou table tr td.koumoku2{
	width: 19%;
}
.career .career_naiyou table tr td.syousai{
	padding-left: 0px;
}
.career .career_naiyou table tr td.syo1{
	border-bottom: none; 
	padding-bottom:0px;
}
.career .career_naiyou table tr td.syo2{
	border-bottom: none;
	padding-bottom:0px;
}
.career .career_naiyou table tr td.syo3{
	padding-top: 0px;
}
.career .career_naiyou table tr th.tr_last,.career .career_naiyou table tr td.tr_last{
	border-bottom: none;
}

/*福利厚生*/
.fuku_img img{
	text-align:left;
	margin-right: 0px;
	margin-bottom: 0px;
}
.fuku_img img:nth-child(3n){
	margin-right: 0px;
}

/*先輩社員インタビュー*/
.senpai_btn img{
	text-align: left;
	margin: 65px 0px 40px;
	margin-right: 20px;
}
.senpai_btn img:last-child{
	/*margin-right: 0px;*/
}
.senpai_btn a.last img{
	margin-right: 0px;
}
.senpai_interview{
	background-color: #f6f6f6;
	border: solid 1px #cccccc;
	padding: 40px;
	margin-bottom: 50px;
}
.senpai_interview .cnt1_txt {
	display: inline-block;
	vertical-align: top;
	/*width: 44%;*/
	width: 70%;
 	margin-right: 45px;
}
.senpai_interview .cnt1_img{
	display: inline-block;
	vertical-align: top;
	/*width: 49%;*/
	width: 25%;
}
.senpai_interview .cnt1_img img{
	width: 100%;
}
.senpai_interview .cnt1_txt p{
	font-size: 14px;
  line-height: 26px;
	text-align: left;
}
.senpai_interview .cnt1_txt p.txt_tit1{
	font-size: 28px;
	line-height: 24px;
	color: #00278b;
	text-align: center;
	margin-bottom: 25px;
	font-weight: bold;
}
.senpai_interview .cnt1_txt p.in_name{
	text-align: center;
}
.senpai_interview .cnt1_txt p.txt_main{
	font-size: 31px;
	line-height: 44px;
	color: #00278b;
	text-align: center;
	margin: 45px 0px 40px;
	font-weight: bold;
}


/*20180911*/
.senpai_interview .in_tit{
	font-size: 14px;
	width: 70%;
}
.senpai_interview .in_tit p.txt_tit1{
	font-size: 28px;
	line-height: 24px;
	color: #00278b;
	text-align: center;
	margin-bottom: 25px;
	font-weight: bold;
}
.senpai_interview .in_tit p.in_name{
	text-align: center;
	line-height: 25px;
  font-size: 16px;
}
.senpai_interview .in_tit p.txt_main{
	font-size: 31px;
	line-height: 44px;
	color: #00278b;
	text-align: center;
	margin: 20px 0px 40px;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	.senpai_interview .in_tit{
		font-size: 25px;
    line-height: 50px;
		width: 100%;
	}
	.senpai_interview .in_tit p.txt_tit1{
		font-size: 42px;
    line-height: 50px;
	}
	.senpai_interview .in_tit p.txt_main{
		font-size: 52px;
		line-height: 70px;
		margin: 20px 0px;
	}
}



.senpai_interview .cnt1_txt p.sub_tit{
	font-size: 18px;
	line-height: 32px;
	color: #00278b;
	text-align: center;
	font-weight: bold;
}
.senpai_interview .in_r{
	text-align: left;
	margin-top: 40px;
}
.senpai_interview .in_r .cnt1_txt{
	margin-right: 0px;
	margin-left: 45px;
}

#recruit #re_cont .cnt .aisatsu_txt .daihyo_sp_img{
	display: none;
}
#header .hd_list{
	display: none;
}
.senpai_interview .cnt1_img_sp{
	display: none;
}
.senpai_interview .in_r .cnt1_img_sp{
	display: inline-block;
}
p.daihyo_name{
	text-align: right;
}
img.name{
	margin-bottom: 10px;
}

.b_pc{
	display: block;
}
.b_sp{
	display: none;
}

p.re_dihyo{
	font-size: 17px;
	font-weight: 500px;
	text-align: right;
	margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
	.b_pc{
		display: none;
	}
	.b_sp{
		display: block;
	}
	
	
	#header .hd_list{
		display: block;
		box-shadow: none;
		border-color: #003399 transparent transparent transparent;
		border-width: 396px 420px 0 0;
	}
	#header .sp_hd_menu{
		background-color: #003399;
		position: fixed;
	}
	#recruit #menu{
		display: none;
	}
	#recruit header#header{
		background-image: url(../img/sp/sp_main.png);
    height: 692px;
	}
	#recruit header#header img{
		width:auto;
		margin-top: 30px;
	}
	
	#recruit #re_cont{
		padding: 0px 20px;
	}
	#recruit #re_cont .cnt{
		max-width: 750px;
	}
	#recruit #re_cont .cnt .cnt_main img{
		width: 100%;
	}
	#recruit #re_cont .cnt .cnt_main .cnt_main_tit{
		left: 27px;
    font-size: 60px;
    line-height: 24px;
    width: 93%;
    margin-top: 30px;
	}
	#recruit #re_cont .cnt .cnt_main .main_btn{
    left: 0px;
    margin-left: 26px;
    display: inline-block;
    margin-top: 24px;
    width: 95%;
	}
	#recruit #re_cont .cnt .cnt_main .main_btn img{
		width: auto;
	}
	#recruit #re_cont .cnt .cnt_main .tit_txt{
		font-size: 28px;
		line-height: 42px;
	}
	#recruit #re_cont .cnt .tit_img img{
		width: 80%;
	}
	#recruit #re_cont .cnt .aisatsu .daihyo_img img{
		display: none;
	}
	#recruit #re_cont .cnt .aisatsu .aisatsu_txt p.ai_mein{
		font-size: 45px;
		line-height: 58px;
		margin: 20px 0px 20px;
	}
	#recruit #re_cont .cnt .aisatsu .aisatsu_txt{
		width: 100%;
		font-size: 28px;
    line-height: 50px;
		margin: 0px 0px 20px;
	}
	#recruit #re_cont .cnt .aisatsu .aisatsu_txt img{
		width: 50%;
	}
	#recruit #re_cont .cnt .aisatsu2{
		font-size: 28px;
		line-height: 42px;
	}
	#recruit #re_cont .cnt .aisatsu_txt .daihyo_sp_img{
		display: block;
	}
	#recruit #re_cont .cnt .aisatsu_txt .daihyo_sp_img img{
		width: 100%;
	}
	#recruit #re_cont .cnt .shyousai_btn .gyoumu{
		background: url(../img/sp/gyoumu_bg_sp.png);
    height: 821px;
		background-repeat: no-repeat;
	}
	#recruit #re_cont .cnt .shyousai_btn .interview{
		background: url(../img/sp/interview_bg_sp.png);
    height: 821px;
		background-repeat: no-repeat;
	}
	#recruit #re_cont .cnt .shyousai_btn .fukuri{
		background: url(../img/sp/fukuri_bg_sp.png);
    height: 821px;
		background-repeat: no-repeat;
	}
	#recruit #re_cont .cnt .shyousai_btn{
		margin-top: 50px;
	}
	#recruit #re_cont .cnt .shyousai_btn .gyoumu .gyoumu_btn{
		margin-bottom: 51px;
    margin-right: 237px;
	}
	#recruit #re_cont .cnt .shyousai_btn .interview .interview_btn{
		margin-bottom: 40px;
    margin-left: 139px;
	}
	#recruit #re_cont .cnt .shyousai_btn .fukuri .fukuri_btn{
		position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin-bottom: 61px;
    margin-right: 0px;
    left: 137px;
	}
	#recruit .bosyu .bosyu_cnt{
		width: 750px;
		padding-bottom: 130px;
	}
	#recruit .bosyu .bosyu_cnt img{
		width: 50%;
		margin: 0 auto;
	}
	#recruit .bosyu .bosyu_cnt .bosyu_btn{
		margin-top: 20px;
	}
	#recruit .bosyu .bosyu_cnt .bosyu_btn img{
		width: 80%;
		margin-top: 0px;
	}
	#recruit .bosyu .bosyu_cnt .bosyu_btn img:nth-child(1){
		margin-right: 0px;
		margin-top: 20px;
	}
	#recruit .bosyu .bosyu_cnt .form{
		padding: 37px 20px;
	}
	#recruit .bosyu .bosyu_cnt .form .form_txt p.f_tit{
		font-size: 38px;
		line-height: 50px;
	}
	#recruit .bosyu .bosyu_cnt .form .form_txt p{
		font-size: 24px;
		line-height: 42px;
	}
	#recruit .bosyu .bosyu_cnt .form_btn{
		width: 640px;
	}
	#recruit .bosyu .bosyu_cnt .form_btn p{
		font-size: 28px;
    line-height: 42px;
	}
	
	.bumon #re_cont .cnt .cnt_main .main_btn{
		top: 71px !important;
	}
	.bumon .bumon_syoukai{
		max-width: 750px;
		margin-bottom: 100px;
	}
	.bumon .bumon_syoukai img{
		width: 100%;
	}
	.bumon .bumon_tit img.gyomu{
		margin-left: 120px;
    width: 80%;
	}
	.bumon .bumon_naiyou{
		max-width: 750px;
	}
	.bumon .bumon_naiyou img{
		width: 100%;
	}
	.bumon .bumon_naiyou img:nth-last-child(even){
		margin-right: 0px;
	}
	.bumon .bumon_naiyou img:nth-last-child(odd){
		margin-left: 0px;
	}
	
	#fukuri .bumon_tit img{
		width: 40%;
	}
	.career .career_naiyou table tr th{
		width: 25%;
	}
	.career .career_naiyou table tr{
		font-size: 28px;
    line-height: 50px;
	}
	.career .career_bosyu p.bosyu_tit{
		font-size: 38px;
		line-height: 50px;
	}
	#interview .senpai_btn{
		margin: 30px 0px;
	}
	#interview .senpai_btn img{
		width: 30%;
		margin: 0px 20px 0px 0px;
	}
	#interview .senpai_btn img.se_btn{
		margin: 20px 20px 20px 0px;
	}
	#interview .senpai_btn img.se_none,#interview .senpai_btn img.last{
		margin-right: 0px;
	}
	.senpai_interview .cnt1_txt{
		width: 100%;
		margin-right: 0px;
	}
	.senpai_interview .in_r .cnt1_txt{
		margin-left: 0px;
	}
	.senpai_interview .cnt1_img{
		display: none;
	}
	.senpai_interview .cnt1_img_sp{
		display: block;
		width: 100%;
	}
	.senpai_interview .cnt1_img_sp img{
		width: 100%;
	}
	.senpai_interview .cnt1_txt p.txt_tit1{
		font-size: 42px;
		line-height: 50px;
	}
	.senpai_interview .cnt1_txt p{
		font-size: 28px;
		line-height: 50px;
	}
	.senpai_interview .cnt1_txt p.txt_main{
		font-size: 52px;
		line-height: 70px;
		margin: 20px 0px;
	}
	.senpai_interview .cnt1_txt p.sub_tit{
		font-size: 32px;
		line-height: 48px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.career .career_naiyou table{
		margin-bottom: 100px;
	}
	.bumon .bumon_syoukai img.inter{
		width: 80%;
    margin-left: 79px;
		margin-bottom: 100px;
	}
	
	.career .career_naiyou table tr td.koumoku2{
		width: 40%;
	}
	#fukuri .career_naiyou .fuku_img img{
		width: 100%;
	}
	
	#recruit #re_cont .cnt .aisatsu .aisatsu_txt img.name{
		width: 80%;
    margin-top: 20px;
	}
	
	#recruit .bosyu .bosyu_cnt img.toi{
		width: 80%;
	}
	
	p.re_dihyo{
		margin-top: 10px;
		font-size: 32px;
		font-weight: 500px;
		text-align: right;
		margin-bottom: 20px;
	}
	
	.senpai_interview .in_tit p.in_name{
		line-height: 35px;
    font-size: 26px;
	}
}


/*re20180925*/
.cnt_bumon{
	width: 100%;
	background-image:linear-gradient(60deg, #a0bef2 50%, #bbdbfc 50%, #bbdbfc);
	padding: 20px 0px 54px;
}
.cnt_bumon_mir{
	width: 100%;
	background-image:linear-gradient(60deg, #bbdbfc 50%, #a0bef2 50%, #a0bef2);
	padding: 20px 0px 54px;
}
.re_bumon{
	margin: 0 auto;
	position: relative;
}
.cnt_bumon .gyomu{
	max-width: 1000px;
	background-image: url(../img/pc/gyomu_bg.png);
	height: 311px;
}
.re_inter{
	max-width: 1000px;
	background-image: url(../img/pc/inter_bg.png);
	height: 296px;
}
.fukuri{
  max-width: 1000px;
	background-image: url(../img/pc/fuku_bg.png);
	height: 293px;
}
.b_ma{
	margin: 50px 0px;
}
.re_bumon .gyomu_fuki{
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -10px;
  margin-right: -50px;
}
.re_bumon .gyoumu_btn{
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 263px;
  margin-right: 186px;
}
.re_bumon .interview_btn{
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 250px;
  margin-left: 20px;
}
.re_bumon .fukuri_btn{
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 244px;
  margin-right: 180px;
}

/*20180927*/
.re_center{
	width: 58%;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	.re_center{
		width: 100%;
	}
}


/*20210922追加*/
.table{
	text-align: left;
	width: 80%;
	margin: 0 auto;
}
.table .txt p{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 1;
}
.table .txt p:first-child{
	font-weight: bold;
	margin-top: 0px;
	margin-bottom:20px;
}
.career .career_naiyou .table .table_txt{
	width: 100%;
	margin-top: 20px;
}
.career .career_naiyou .table .table_txt p{
	margin: 10px 0 0;
	text-align: right;
	font-size: 14px;
	line-height: 1;
}
.career .career_naiyou .table .table_txt table{
	margin-top: 10px;
	border: solid 1px #000000;
	border-bottom: none;
	width: 100%;
}
.career .career_naiyou .table .table_txt table tr{
	border: solid 1px #000000;
}
.career .career_naiyou .table .table_txt table tr td{
	border: none;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	text-align: center;
	padding: 10px;
}
.career .career_naiyou .table .table_txt table tr:nth-child(2) td{
	padding: 20px;
}
.career .career_naiyou .table .table_txt table tr td:last-child{
	border-right: none;
	/*border-left: solid 1px #000000;*/
}
@media screen and (max-width: 750px) {
	.table{
		width: 100%;
	}
	.table .txt p{
		font-size: 28px;
		line-height: 1.4;
	}
	.table .txt p:first-child{
		font-size: 2.4rem;
    	margin-bottom: 30px;
	}
	.table .txt p:nth-child(2){
		margin-top: 10px;
	}
	.career .career_naiyou .table .table_txt{
		margin-top: 40px;
	}
	.career .career_naiyou .table .table_txt p{
		font-size: 28px;
	}
	.career .career_naiyou .table .table_txt table{
		margin-top: 20px;
	}
	.career .career_naiyou .table .table_txt table tr td{
		padding: 30px;
	}
	.career .career_naiyou .table .table_txt table tr:first-child td{
		padding: 15px;
	}
	.career .career_naiyou .table .table_txt table tr:nth-child(2) td{
		padding: 30px;
	}
}

/*20240213*/
.txt0{
	font-size: 18px;
    line-height: 1.6;
    text-align: left;
    width: 80%;
	margin: 100px auto 50px;
}
.txt0 p{
}
.table .txt p{
	font-size: 18px;
    line-height: 1.6;
}
.table .txt p:first-child{
	font-size: 21px;
}
@media screen and (max-width: 768px) {
	.txt0{
		width: 100%;
		font-size: 28px;
	}
	.table .txt p:first-child{
		font-size: 31px;
	}
	.table .txt p{
		font-size: 28px;
		line-height: 1.6;
	}
}