.inside_outside{
/*padding-bottom: 70px;*/
/*background-color: yellow;
*/}



/* 中面共通見出し ------------------------------*/
.inside_title_wrap{
    text-align: center;
    font-weight: 700;
    background-image: -webkit-linear-gradient(rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 0%), 
        url(../img/common_img/inside_title_bg.png);
    background-position: center center;
    
    padding-top: 50px;
    padding-bottom: 50px;
    background-repeat: repeat;
}



/* 共通見出し ------------------------------*/

.inside_title {
color: #1F2C5C;
font-weight: 700;
font-size: 200%;
line-height: 1.4;
}

.inside_title_sub {
font-size: 125%;
font-family: 'Rubik', sans-serif;
line-height: 1.6;
font-weight: 400;
}
 

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.inside_title_wrap{
    padding-top: 30px;
    padding-bottom: 30px;
}
    
.inside_title {
font-size: 160%;
}

.inside_title_sub {
font-size: 100%;
}
}
/* -------------end------------- */

/* 中面BOX ------------------------------*/
.box{margin-bottom: 50px;}

.box_last{margin: 0px}

/* 中面中央揃えタイトル ------------------------------*/

.inside_center_title_wrap {
text-align: center;
}


.inside_center_title {
  position: relative;
  display: inline-block;
  padding: 0 55px;
    font-size: 150%;
    margin-bottom: 20px;
    color: #1F2C5C;
    font-weight: 500;
}

.inside_center_title:before, .inside_center_title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px #1F2C5C;
  border-bottom: solid 1px #1F2C5C;
}

.inside_center_title:before {
  left:0;
}
.inside_center_title:after {
  right: 0;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){

.inside_center_title {
 font-size: 125%;
    line-height: 1.4;
}



}
/* -------------end------------- */

/* 中面見出しバー ------------------------------*/
.inside_headline {
    font-size: 138%;
    margin-bottom: 20px;
    position: relative;
    padding-left: 0rem;
    border-bottom: 3px solid #feebcc;
    color: #FC9B00;
    font-weight: 500;
    
}

.inside_headline:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  content: '';
  background: #FC9B00;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.inside_headline {
font-size: 113%;
margin-bottom: 15px;
ine-height: 1.4;
border-bottom: 2px solid #cccccc;
}

.inside_headline:before {
bottom: -2px;
height: 2px;
}
}
/* -------------end------------- */


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

.common_flex_box_r{flex-direction: row-reverse;}

.common_flex_box_ad{align-items: center;}
.common_flex_box li{width: 48%;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.common_flex_box{flex-wrap: wrap;}

.common_flex_box li{width: 100%;}
    
.common_flex_box li:first-child{margin-bottom: 15px;}
}
/* -------------end------------- */



/* ========================================

    ■ 代表message

======================================== */
.move_wrap{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
 	border: 3px solid #CCCCCC;
}

.move{
position:relative;
width:100%;
padding-top:56.25%;
	
	
}
.move iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}

video {
display: block;
}



/* ========================================

    ■ 会社の強み

======================================== */



/* ========================================

    ■ 業務内容

======================================== */

/*================================================
 *  １日の流れ　内容と画像のFLEX
 ================================================*/
.work_komidashi{font-size: 113%;
    color: #FC9B00;
    margin-bottom: 5px;
    font-weight: 500;
}
.work_flex_box{display: flex;
justify-content: space-between;
align-items: center;}

.work_flex_box > li:first-child{width: 75%;
text-align: justify;}
.work_flex_box > li:last-child{width: 23%;}


/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.work_flex_box > li{width: 100%;}
.work_flex_box > li:first-child{margin-bottom: 20px;}
	}
/* -------------end------------- */



.work_dl dt {
font-size: 113%;
font-weight: 500;
}

.work_dl dt::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f111";
    color: #FC9B00;
    margin-right: .5em;
}

.work_dl dd {
    margin-bottom: 10px;
}
    


.tab_area{
overflow:hidden;
max-width: 1000px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}

.tab_area li{
/*Tabの装飾*/
cursor: pointer;
width: 32%;
}

.tab_area2 li{
/*Tabの装飾*/
cursor: pointer;
width: 48%;
}

.all_area {
overflow: hidden;
}

.hide{display:none;}

.tab_area li .jobname{
	text-align: center;
	background-color: rgba(252,238,33,0.2);
	color: #FC9B00;
	padding-top: 10px;
	padding-bottom: 10px;}
    
.tab_area li.select .jobname{
/*アクティブタブの装飾*/
	background-color: #e8456c;
	color: #ffffff;}


.content_area{
    padding-top: 30px;
}
    
/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.tab_area{
flex-wrap: wrap;
}


    
.tab_area li:nth-child(-n+3){
margin-bottom: 10px;
} 



}
/* -------------end------------- */

/* STEPここから*---------------*/
.timeline-list {padding-top: 10px;
}

.timeline-list-item {display: flex;}

.timeline-list-item .timeline_time {
    width: 20%;
    color: #1F2C5C;
    font-size: 138%;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    line-height: 1.0;
    margin-left: 5px;
}


.timeline-list-item .timeline_content {
    position: relative;
    width: 80%;
    padding-top: 0;
    padding-left: 30px;
    padding-bottom: 40px;
    border-left: 2px solid #cccccc;
}


.timeline-list-item_last .timeline_content{
border-left: none;
padding-top: 0;
    padding-left: 30px;
    padding-bottom: 0px;
  
}

.timeline-list-item .timeline_content::before {
    content: "";
    position: absolute;
    top: 1px;
    left: -10px;
    width: 18px;
    height: 18px;
    background-color:  #00B26E;
    border-radius: 10px;
    
}

.timeline-list-item_marunashi .timeline_content::before {
    content: none;

    
}

.flow_title{line-height: 1.0;
margin-bottom: 10px;}

.flow_title span{
    background: rgba(252,238,33,0.2);
    padding-top: 2px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
    border-radius: 6px;
    color: #1F2C5C;
    font-size: 125%;
    font-weight: 700;
}

.flow_sub_title{
    font-size: 113%;
    color: #FC9B00;
}


/* 小さい画面用の設定-------------- */
@media (max-width:767px){
    
.timeline-list-item .timeline_time {
    width: 34%;
    font-size: 107%;

}



    
.timeline-list-item .timeline_content {
    width: 66%;
    padding-top: 0;
    padding-left: 15px;
    padding-bottom: 20px;
    border-left: 2px solid #cccccc;
}


.timeline-list-item_last .timeline_content{
border-left: none;
padding-top: 0;
padding-bottom: 0px;
  
}

.timeline-list-item .timeline_content::before {
    content: "";
    position: absolute;
    top: 1px;
    left: -6px;
    width: 10px;
    height: 10px;
    background-color:  #00B26E;
    border-radius: 5px;
    
}
    
.timeline-list-item_last .timeline_content::before {
top: 0px;
    left: -5px;

    
}
    
.flow_title span{
 font-size: 113%;
}

 .flow_sub_title{
    font-size: 107%;
    color: #FC9B00;
}
   

}
/* -------------end------------- */

/*================================================
 *  １日の流れ　内容と画像のFLEX
 ================================================*/

/* 大きい画面用の設定-------------- */
@media (min-width:768px){
.common_flex_box_third{display: flex;
justify-content: space-between;
}

.common_flex_box_third > li:first-child{width: 58%;}
.common_flex_box_third > li:last-child{width: 40%;}
	}
/* -------------end------------- */

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.common_flex_box_third > li{width: 100%;}
.common_flex_box_third > li:first-child{margin-bottom: 10px;}
	}
/* -------------end------------- */

/* ========================================

    ■ 会社概要

======================================== */
.rinen_title{font-size: 150%;
font-weight: 700;
	color: #FC9B00;
	margin-bottom: 10px;
}

.rinen_txt{
	margin-bottom: 50px;
}




/* 小さい画面用の設定-------------- */
@media (max-width:767px){
    
 .rinen_txt{
	margin-bottom: 30px;
}
    
}
/* -------------end------------- */


.company_flex_box{
    border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.company_flex_box:last-child{
    border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.company_flex_box li:first-child{font-size: 138%;
color: #1F2C5C;
font-weight: 700;
}



/* 大きい画面用の設定-------------- */
@media (min-width:768px){
.company_flex_box{display: flex;
justify-content: space-between;
	align-items: center;}

.company_flex_box li:last-child{width: 63%;}
.company_flex_box li:first-child{width: 33%;}
}
/* -------------end------------- */
/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.company_flex_box{
	padding-bottom: 20px;
	margin-bottom: 20px;
}
	.company_flex_box li:first-child{padding-left: 1em;
}


}
/* -------------end------------- */


.tb_corp
  {border-spacing: 0;
	border-collapse:collapse;
	width: 100%;}

.tb_corp th {
	vertical-align: middle;
	padding-bottom: 10px;
	padding-top: 10px;
	 border-bottom: 1px dashed #CCC;
	padding-left: 1em;

}

.tb_corp td {
    vertical-align: middle;
   padding-bottom: 10px;
	padding-top: 10px;
    border-bottom: 1px dashed #CCC;
	padding-left: 1em;
}

.tb_corp tr:last-child th,
.tb_corp tr:last-child td {
    border-bottom: none;
}

.bt_map{background-color:rgba(252,238,33,0.2);
padding: 4px;
font-size: 88%;}

.bt_map a{color: #1F2C5C;}


.enkaku_dl dt {
    padding-left: 2em;
    color: #1F2C5C;
    font-weight: 500;
    margin-bottom: 5px;
	clear: left;
	float: left;
	width: 9em;
}

.enkaku_dl dd {
position: relative;
    padding-left: 11em;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.enkaku_dl dd:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
}



/* ========================================

    ■ スタッフインタビュー 一覧

======================================== */
.staff_ichiran_flex_box{display: flex;
justify-content: space-between;
flex-wrap: wrap;}

.staff_ichiran_flex_box li{width: 23%;
margin-bottom: 20px;}

.staff_ichiran_flex_box::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.staff_ichiran_flex_box::after{
  content:"";
  display: block;
  width:23%;
}

.staff_ichiran_namebox{background-color: rgba(252,238,33,0.2);  
padding: 20px;
box-sizing: border-box;
position: relative;
}

.staff_belonging_copy{
   color: #1F2C5C; 
     font-size: 175%;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
} 



.staff_belonging{
color: #3a3a3a;
    font-size: 94%;
    color: #1F2C5C;
} 

.staff_belonging_occupation{
color: #3a3a3a;
    font-weight: 500;
    line-height: 1.4;
    color: #1F2C5C;
} 

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.staff_ichiran_flex_box li{width: 48%;}

.staff_belonging_copy{
     font-size: 138%;
} 
    
.staff_belonging{
font-size: 88%;
    line-height: 1.4;
} 

}
/* -------------end------------- */


/* ========================================

    ■ スタッフインタビュー

======================================== */

/* 大きい画面用の設定-------------- */
@media (min-width:768px){
.staff_main_flex_box{
    position: relative;
    margin-bottom: 70px;
    margin-top: 70px;
}

.staff_main_flex_box > li:first-child{
   width: 100%;
}

.staff_main_flex_box > li:last-child{
width: 90%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
/*background-color: rgba(252,238,33,0.2);  */
z-index: 100;
box-sizing: border-box;
text-align: justify;
      position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%) translateX();
  -webkit- transform: translateY(-50%) translateX();
}
    
.staff_main_num{position: absolute;
    /*right: 15px;
    top: 15px;*/
    right: 10px;
    top: -25px;
    color: rgba(25,157,60,0.30);
    font-size: 300%;
font-family: 'Rubik', sans-serif;
    line-height: 1.0;
}

}
/* -------------end------------- */



.staff_main_name{font-size: 150%;
color: #1F2C5C;
margin-bottom: 20px;}

.staff_main_name > span{font-size: 58%;
color: #cccccc;
margin-left: 1em;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.staff_main_flex_box{
    margin-bottom: 50px;
    padding-top: 30px;
}
    
    
.staff_main_flex_box > li:last-child{
z-index: 100;
padding: 10px;
background-color: rgba(252,238,33,0.2);; 
box-sizing: border-box;
text-align: justify;
    position: relative;
}
    
    .staff_main_num{position: absolute;
    right: 10px;
    top: -15px;
    color: rgba(25,157,60,0.30);
    font-size: 300%;
font-family: 'Rubik', sans-serif;
    line-height: 1.0;
}
    
.staff_main_num_02{position: absolute;
    right: 10px;
    top: -15px;
    font-size: 250%;
}
    
.staff_main_name{font-size: 124%;
margin-bottom: 10px;}



}
/* -------------end------------- */




.staff_dl > dt {
  position: relative;
  display: inline-block;
    padding-top: 0;
    padding-left: 55px;
    padding-bottom: 0;
    padding-right: 0px;
    color: #1F2C5C;
    font-weight: 700;
    font-size: 113%;
    margin-bottom: 10px;
    line-height: 1.4;
}

.staff_dl > dt:before {
  content: '';
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color:  #1F2C5C;
}

.staff_dl > dt:before {
  left:0;
}

.staff_dl > dd {
  margin-bottom: 30px;
    padding-left: 55px;
   text-align:justify;
}

.staff_dl > dd:last-child {
  margin-bottom: 0px;
}




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

.staff_dd_flex_r{flex-direction: row-reverse;}

.staff_dd_flex > li:first-child{width: 54%;}
.staff_dd_flex > li:last-child{width: 44%;}

.staff_wide_img{margin-bottom: 70px;}

.staff_wide_flex_box{display: flex;}
.staff_wide_flex_box li{width: 50%;}




/* インタビュー内１日------------- */

.staff_day_flow > li{
  margin-bottom:2em;
  padding:4px;
    padding-left: 10px;
    padding-right: 10px;
  background:rgba(25,157,60,0.20);
  position:relative;
    border-radius: 6px;
 }


.staff_day_flow > li:not(:last-of-type)::after{
  content:"";
  display:block;
  position: absolute;
  top: 100%;
  left: calc(50% - 20px);
 width: 10px;
  height: 10px;
  border: 5px solid;
  border-color:  transparent transparent #FC9B00 #FC9B00;
  transform: rotate(-45deg);
}

.staff_day_flow > li:last-child{
  margin-bottom:0.5em;

 }

.staff_recruit_info_box{
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #FC9B00;
    margin-top: 10px;
}

.staff_recruit_info_title{font-size: 107%;
font-weight: 500;
color: #1F2C5C;
text-align: center;}

.staff_recruit_info_flex{display: flex;
justify-content: center;
align-items: center;}

.staff_recruit_info_flex li{margin-right: 20px;}



.staff_recruit_info_flex li a{color: #FC9B00;
font-weight: 500;
font-size: 119%;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){

.staff_dl > dt {
padding-left: 35px;
}

.staff_dl > dt:before {
width: 30px;
}

.staff_dl > dd {
  margin-bottom: 30px;
    padding-left: 35px;
}
    
.staff_dd_flex{flex-wrap: wrap;}

.staff_dd_flex_r{flex-direction: row-reverse;}

.staff_dd_flex > li:first-child{width: 100%;
    margin-bottom: 20px;}
.staff_dd_flex > li:last-child{width: 100%;}

.staff_wide_img{margin-bottom: 50px;}

.staff_recruit_info_box{
    padding: 10px;
    background-color: #ffffff;

}

.staff_recruit_info_title{font-size: 100%;
}

.staff_recruit_info_flex{
flex-wrap: wrap;}

.staff_recruit_info_flex li{margin-right: 0px;
    width: 100%;}




}
/* -------------end------------- */

/* ========================================

    ■ 数字で見るニッショウ

======================================== */

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

.data_flex_box li{
width: 32%;
background-color: rgba(252,238,33,0.2);
padding: 30px;
box-sizing: border-box;
text-align: center;
margin-bottom: 20px;
position: relative;
}

.data_flex_box li.tenpo{
 width: 100%;
margin-bottom: 0px;
}

.data_flex_box li.job_kosei{
 width: 66%;
}

.data_flex_box li.umekusa{
margin-bottom: 0px;
}

.data_flex_box li.tukin{
width: 66%;
margin-bottom: 0px;
}



.data_flex_box2 li{
width: 49%;

}

.data_flex_title{
color: #11F2C5C;
font-size: 163%;
position: absolute;
top: 8%;
   
left: 50%;
transform: translateX(-50%);
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){


.data_flex_box li{
width: 48%;
padding: 5px;
margin-bottom: 15px;
}

.data_flex_box li.job_kosei{
 width: 100%;
}

.data_flex_box li.umekusa{
margin-bottom: 15px;
}

.data_flex_box li.tukin{
width: 100%;
}
    
    
.data_flex_box2 li{
width: 100%;}

.data_flex_title{

font-size: 94%;
top: 5%;

}
}
/* -------------end------------- */



/* ========================================

    ■ 募集要項一覧

======================================== */
.job_list_box{
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #CCCCCC;
    background-color: #ffffff;
    line-height: 1.6;
}

.job_upper_flex{display: flex;
    align-items: center;
    margin-bottom: 10px;
}


.job_upper_flex li:first-child span{
    background-color: #FC9B00;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 4px;
    color: #ffffff;}

.job_upper_flex li:last-child{
padding-left: 20px;}

.job_list_cate{font-size: 150%;
margin-bottom: 5px;
color:#1F2C5C;
font-weight: 700;
line-height: 1.4;}

.job_list_cate2{margin-bottom: 20px;}

.shokusyu{font-size: 118%;
color:#1F2C5C;
font-weight: 700;
}

.job_list_lead{
margin-bottom: 15px;
color:#FC9B00;
font-weight: 500;
font-size: 113%;
line-height: 1.4;}

.job_list_icon{margin-bottom: 5px;
display: flex;
flex-wrap: wrap;}

.job_list_icon li{
background-color: rgba(252,238,33,0.2);
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 4px;
    color: #FC9B00;
font-size: 75%;
margin-right: .5em;
    margin-bottom: 10px;
}

.job_list > li::before{
     font-family: "Font Awesome 5 Free";
  content: "\f192";
    font-weight: 900;
    color: #FC9B00;
    margin-right: 5px;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
 .job_list_box{
    padding: 15px;
    margin-bottom: 20px;

}
    
    .job_upper_flex{
    margin-bottom: 5px;
        font-size: 94%;
}
    
.job_upper_flex li:first-child{
min-width: 5em;
    box-sizing: border-box;}


.job_upper_flex li:last-child{
padding-left: 5px;
    line-height: 1.4;}
    
/*.job_upper_flex{flex-wrap: wrap;
}
    
.job_upper_flex li{width: 100%;}

.job_upper_flex li:first-child{
margin-bottom: 5px;}

.job_upper_flex li:last-child{
padding-left: 0px;}*/
    
.job_list_cate{font-size: 119%;}
    
    
.job_list_lead{
font-size: 94%;
    margin-bottom: 10px;}



.job_list_icon li{margin-bottom: 5px;}
    

.job_list_icon li{
    padding-top: 2px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 5px;
font-size: 65%;
margin-right: .5em;
}
    
}
/* -------------end------------- */


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


.job_btm_flex > li:first-child{width: 65%;}

.job_btm_flex > li:last-child{width:30%;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.job_btm_flex{flex-wrap: wrap;
}

.job_btm_flex > li:first-child{width: 100%;
    margin-bottom: 20px;}

.job_btm_flex > li:last-child{width:100%;}


}
/* -------------end------------- */

.tb_job
{border-spacing: 0;
	border-collapse:collapse;
	width: 100%;
    
}

.tb_job2 {
margin-bottom: 20px;
}

.tb_job th {
	vertical-align: middle;
	padding-bottom: 10px;
	padding-top: 10px;
	 border-bottom: 1px dashed #CCC;
background-color: #eee;
	color: #1F2C5C;
	width: 10em;
    padding-left: 1em;
	
    
}

.tb_job2 th {
width: 5em;}

.tb_job td {
    vertical-align: middle;
padding-bottom: 10px;
	padding-top: 10px;
    border-bottom: 1px dashed #CCC;
	padding-left: 1em;
    padding-right: 1em;}

.tb_job tr:first-child {
    border-top: 1px dashed #CCC;
	
}

.job_salary{font-size: 138%;
font-weight: 700; }


/* job_photo_flex-------------- */

.job_photo_flex {
  display: flex;
 flex-wrap: wrap;
}
 
.job_photo_flex div {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
    justify-content: space-between!important;
}
 
.job_photo_flex div:first-child {
}
 
.job_photo_flex div:last-child {
align-self: flex-end;
}



/* bt_job_entry-------------- */
.bt_job_entry{
padding: 10px;
display: block;
background-color: #e8456c;
position: relative;
}

.bt_job_entry:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
position: absolute;
top: 50%;
right: 10px;
margin-top: -15px;
color: #ffffff;
}

.bt_job_entry a{
display: block;
color: #ffffff;
}

/* bt_job_entry_submit-------------- */
.bt_job_entry_submit{
display: block;
background-color: #e8456c;
position: relative;
}

.bt_job_entry_submit:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
position: absolute;
top: 50%;
right: 10px;
margin-top: -15px;
color: #ffffff;
}

.bt_job_entry_submit a{
display: block;
color: #ffffff;
}

.bt_job_entry_submit input[type="submit"]{
 -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none!important;
  border-radius: 0;
  outline: none;
display: block;
 color: #ffffff;
    width: 100%;
    font-size: 113%;
    padding: 10px;
    line-height: 1.6;
cursor: pointer;
}

.bt_job_entry_submit input[type="submit"]:hover {
			background-color: #d24c4c;
    
		}

/* footer_bt_mail_submit-------------- */
.footer_bt_mail_submit {
	background-color: #e8456c;
	position: relative;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    margin-left: 5px;
}

.footer_bt_mail_submit input[type="submit"]{
 -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none!important;
  border-radius: 0;
  outline: none;
display: block;
 color: #ffffff;

cursor: pointer;
	font-weight: 700;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    font-size: 107%;
line-height: 1.6;}


.footer_bt_mail_submit input[type="submit"]:hover {
			background-color: #d24c4c;
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
		}

/* Bnr_bt_mail_submit-------------- */
.Bnr_bt_mail_submit{
width: 100%;
position: relative;
-ms-writing-mode: tb-rl!important;
  writing-mode: vertical-rl!important;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    display: block;
     background-image: url(../img/joblist_img/side_entry_btn.png);
      background-size: contain;
    background-repeat: no-repeat;
 
}

 .Bnr_bt_mail_submit input[type="submit"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none!important;
    display: block;
    color: #ffffff;
    font-size: 100%;
    border-radius: 5px 0px 0px 5px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    height: 6em;
    width: 50px;
     background-color: transparent;
     
   cursor: pointer;
}



.Bnr_bt_mail_submit input[type="submit"]:hover {
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
    
		}





/* bt_job_mail-------------- */
.bt_job_mail{
padding: 10px;
background-color: #e8456c;
position: relative;
    
}

.bt_job_mail:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
position: absolute;
top: 50%;
right: 10px;
margin-top: -15px;
color: #ffffff;
}

.bt_job_mail a{
display: block;
color: #ffffff;
}







/* 小さい画面用の設定-------------- */
@media (max-width:767px){
/*.tb_job th,
.tb_job td{
    width: 100%;
    display: block;
    }

.tb_job th {
	vertical-align: middle;
	padding-bottom: 5px;
	padding-top: 5px;
padding-left: 5px;
	text-align: left;
}

 .tb_job td{
    vertical-align: middle;
    padding-bottom: 5px;
	padding-top: 5px;
	padding-left:  5px;
	}
    */
    .tb_job
{font-size: 80%;
    
}

.tb_job2 {
margin-bottom: 20px;
}

.tb_job th {
	vertical-align: middle;
	padding-bottom: 3px;
	padding-top: 3px;
	 border-bottom: 1px dashed #CCC;
background-color: #eee;
	color: #1F2C5C;
	width: 6em;
    padding-left: 1em;
	
    
}



.tb_job td {
    vertical-align: middle;
	padding-bottom: 3px;
	padding-top: 3px;
    border-bottom: 1px dashed #CCC;
	padding-left: 1em;
    padding-right: 1em;}

.tb_job tr:first-child {
    border-top: 1px dashed #CCC;
	
}
    

    
.job_photo_flex {
 flex-wrap: wrap;
        align-items: center;
    justify-content: space-between;
}
 
.job_photo_flex div {
  box-sizing: border-box;
  width: 48%;

}

    
}
/* -------------end------------- */

/*================================================
 *  募集要項詳細
 ================================================*/
.job_type_img img{width: 100%;
height: auto;}




.job_point_box {
    position: relative;
    padding:  1.5em;
    border: solid 2px #1F2C5C;/*線*/
    border-radius: 6px;/*角の丸み*/
    background-color: #ffffff;
    line-height: 1.6;
    margin-bottom: 30px;
}
.job_point_box .job_point_title{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    top: -18px;
    padding: 10px;
    line-height: 1;
    font-size: 1.1em;/*タイトル文字サイズ*/
    background: #1F2C5C;/*タイトル文字背景色*/
    color: #ffffff;/*タイトル文字色*/
    font-weight: 500;
    border-radius: 10px;/*角の丸み*/
}

.job_point_ul li {
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.job_point_ul li:before {
  /*content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: #FC9B00;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.5em;*/
    font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f14a";
    color: #FC9B00;
    margin-right: .5em;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){

    
    .job_point_box {
padding:  1.0em;
    border: solid 1px #1F2C5C;/*線*/
}
    
.job_point_box .job_point_title{
    font-size: 0.8em;/*タイトル文字サイズ*/
    padding: 5px;

    top: -10px;
   
}
    
.job_point_ul li {
font-size: 88%;
}
.job_point_ul li:before {
    margin-right: .3em;

}

}
/* -------------end------------- */

/* yoko_page_link-------------- */
.yoko_page_link{display: flex;
justify-content: space-between;
margin-bottom: 20px;
}

.yoko_page_link li{width: 24%;
    background-color: #ffffff;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 4px;
    
    border: 1px solid #FC9B00;
border-radius: 10px;
position: relative;}

.yoko_page_link li a{
color: #FC9B00;
    display: block;
    text-align: center;
    font-size: 94%;
}

.yoko_page_link li:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f078";
position: absolute;
top: 50%;
right: 10px;
margin-top: -12px;
color: #FC9B00;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.yoko_page_link{flex-wrap: wrap;
}

.yoko_page_link li{width: 100%;
    margin-bottom: 10px;}
.yoko_page_link li:last-child{
    margin-bottom: 0px;}
}
/* -------------end------------- */


/* yoko_box-------------- */
.yoko_box{background-color: #ffffff;
border-radius: 10px;/*角の丸み*/
    margin-bottom: 30px;
    line-height: 1.6;
}

.yoko_box_inner{
padding: 30px;

}

.yoko_title{
    text-align: center;
    padding: 5px;
    font-size: 113%;
    font-weight: 500;
    color: #ffffff;
    background-color: #FC9B00;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.yoko_dl dt{font-size: 113%;
    font-weight: 500;
    color: #FC9B00;
}

.yoko_dl dd{
    margin-bottom: 20px;
}

.yoko_dl dd:last-child{
    margin-bottom: 0px;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.yoko_box{ margin-bottom: 15px;
     font-size: 80%;
}

.yoko_box_inner{
padding: 15px;

}

.yoko_title{
font-size: 100%;
}

.yoko_dl dt{font-size: 100%;

}

.yoko_dl dd{
    margin-bottom: 10px;
}
}
/* -------------end------------- */


/* tb_yoko-------------- */
.tb_yoko
{
    border-spacing: 0;
    width: 100%;
    border-collapse: separate;
}

.tb_yoko th {
    vertical-align: middle;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px dashed #CCC;
    background-color: #eee;
    color: #1F2C5C;
    width: 11em;
    padding-left: 30px;
    text-align: left;}

.tb_yoko td {
    vertical-align: middle;
padding-bottom: 10px;
	padding-top: 10px;
    border-bottom: 1px dashed #CCC;
	padding-left: 1em;
    padding-right: 1em;
padding-right: 30px;}


.tb_yoko tr:last-child>*:first-child{border-radius: 0 0 0 10px;
border-bottom-style: none;}
.tb_yoko tr:last-child>*:last-child{border-radius: 0 0 10px 0;
border-bottom-style: none;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
/*    .tb_yoko
{
    border-spacing: 0;
    width: 100%;
    border-collapse: separate;
}

.tb_yoko th {
    vertical-align: middle;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px dashed #CCC;
    background-color: #eee;
    color: #1F2C5C;
    width: 5em;
    padding-left: 30px;
    text-align: left;}

.tb_yoko td {
    vertical-align: middle;
padding-bottom: 10px;
	padding-top: 10px;
    border-bottom: 1px dashed #CCC;
	padding-left: 1em;
    padding-right: 1em;
padding-right: 30px;}*/
    

.tb_yoko th {
	vertical-align: middle;
	padding-bottom: 3px;
	padding-top: 3px;
	 border-bottom: 1px dashed #CCC;
background-color: #eee;
	color: #1F2C5C;
	width: 6em;
    padding-left: .5em;
    padding-right: .5em;
	box-sizing: border-box;
    
}


.tb_yoko td {
    vertical-align: middle;
	padding-bottom: 3px;
	padding-top: 3px;
    border-bottom: 1px dashed #CCC;
	padding-left: .5em;
    padding-right: .5em;}


    
    
/*.tb_yoko{
padding: 15px;
    }
    
    
.tb_yoko th,
.tb_yoko td{
    width: 100%;
    display: block;
    }
    
.tb_yoko th {
  padding-bottom: 5px;
	padding-top: 5px;
	padding-left:  5px;}

.tb_yoko td{
    padding-bottom: 5px;
	padding-top: 5px;
	padding-left:  5px;
    padding-right: 0px;
	}
    
.tb_yoko tr:first-child>*:first-child{
     border-top: 1px dashed #CCC;
}
    
.tb_yoko tr:last-child>*:first-child{border-radius: 0 0 0 0;
     border-bottom: 1px dashed #CCC;
}
    
 .tb_yoko tr:last-child>*:last-child{border-radius: 0 0 0 0;
}*/

}
/* -------------end------------- */

/* yoko_interview-------------- */

.yoko_interview_flex_inner > li img{width: 100%;
height: auto;}



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


.yoko_interview_flex_inner > li:first-child{width: 48%;}
.yoko_interview_flex_inner > li:last-child{width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-flow: column;
    
}

.yoko_interview_flex_inner > li:last-child > div{width: 100%;
    
}

.yoko_interview_flex_inner2{margin-top: 30px;
padding-top: 30px;
border-top: 1px dashed #CCC;}

.yoko_interview_txt{
    margin-bottom: 10px;
    }


/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.yoko_interview_flex_inner{flex-wrap: wrap;}

.yoko_interview_flex_inner > li:first-child{width: 100%;
    margin-bottom: 10px;
    }
.yoko_interview_flex_inner > li:last-child{width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-flow: column;
    
}
    
.yoko_interview_flex_inner2{margin-top: 15px;
padding-top: 15px;}

    


}
/* -------------end------------- */



/* yoko_interview ------------------------------*/
.bt_yoko_interview{
padding: 10px;
width: 100%;
margin-left: auto;
margin-right: 0;
display: block;
background-color: rgba(252,238,33,0.2);
position: relative;
font-weight: 400;
font-family: 'Rubik', sans-serif;
font-size: 75%;
}

.bt_yoko_interview:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
position: absolute;
top: 50%;
right: 10px;
margin-top: -9px;
color: #FC9B00;
}

.bt_yoko_interview a{
display: block;
color: #FC9B00;
}



/* entry_step-------------- */
.entry_step{display: flex;
justify-content: space-between;
    display: flex;
    align-items: stretch;
    margin-top: 12px;
}

.entry_step li{
    width: 19%;
background-color: rgba(252,238,33,0.2);
    padding-top: 12px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    color: #FC9B00;
    box-sizing: border-box;
    line-height: 1.4;
    font-size: 88%;
     /*コレ*/display: flex;
    /*コレ*/align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    

}

.step_number {
position: absolute;
top: 0px;
transform: translateY(-50%);
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
font-size: 150%;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.entry_step{flex-wrap: wrap;
}

.entry_step li{
    width: 100%;
margin-bottom: 20px;
    

}

.step_number {
position: absolute;
top: 0px;
transform: translateY(-50%);
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
font-size: 150%;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}


}
/* -------------end------------- */

/* 要項ページ下応募ボタン-------------- */
.yoko_oubo_flex_box{display: flex;
justify-content: space-between;
    display: flex;}

.yoko_oubo_flex_box li{
    width: 32%;
text-align: center;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
    .yoko_oubo_flex_box{flex-wrap: wrap;
}

.yoko_oubo_flex_box li{
    width: 100%;
margin-bottom: 10px;}
    
.yoko_oubo_flex_box li:last-child{
    margin-bottom: 0px;}


}
/* -------------end------------- */














/* ========================================

共通背景制御

======================================== */
.inside_g_outside_l{
    padding-bottom: 50px;
    background-color: rgba(252,238,33,0.2);
    padding-top: 50px;
    position: relative;
    margin-bottom: 70px;
    background: linear-gradient(90deg, rgba(252,238,33,0.2) 0%, rgba(252,238,33,0.2) 80%, #ffffff 80%, #ffffff 100%);
    
}

.inside_g_outside_r{
    padding-bottom: 50px;
    background-color: rgba(252,238,33,0.2);
    padding-top: 50px;
    position: relative;
    margin-bottom: 70px;
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 20%, rgba(252,238,33,0.2) 20%, rgba(252,238,33,0.2) 100%);
}

.inside_g_outside_l_upper{
    margin-top: 70px;
}

.inside_g_outside_r_last{
    margin-bottom: 100px;
}

.inside_g_outside_l_last{
    margin-bottom: 100px;
}


.inside_g_title_wrap {
text-align: center;
}


.inside_g_title {
color: #FC9B00; 
font-weight: 700;
font-size: 188%;
}

.inside_g_title_kon {
color: #1F2C5C; 
}

.inside_g_title > span {
position: absolute;
top: 0px;
transform: translateY(-50%);
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
    text-align: center;
    width: 100%;
    
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.inside_g_title {
font-size: 163%;
    line-height: 1.4;
    margin-bottom: 10px;
}
    
.inside_g_outside_l{
    padding-bottom: 30px;
    padding-top: 30px;
margin-bottom: 50px;
}

.inside_g_outside_r{
 padding-bottom: 30px;
padding-top: 30px;
margin-bottom: 50px;
}

.inside_g_outside_l_upper{
    margin-top: 50px;
}

    
    
 .inside_g_outside_r_last{
    margin-bottom: 50px;
}

.inside_g_outside_l_last{
    margin-bottom: 50px;
}

}
/* -------------end------------- */



/* ========================================

    ■ 共通背景制御 全部緑
======================================== */
.outside_wrap_g{
    padding-bottom: 50px;
    background-color: rgba(252,238,33,0.2);
    padding-top: 50px;
}

.outside_wrap_w{
    padding-bottom: 50px;
    padding-top: 50px;
}

.outside_wrap_g_last{
    padding-bottom: 100px;
}

.outside_wrap_w_last{
    padding-bottom: 100px;
}
/* 小さい画面用の設定-------------- */
@media (max-width:767px){
    .outside_wrap_g{
    padding-bottom: 30px;
    padding-top: 30px;
}

.outside_wrap_w{
    padding-bottom: 30px;
    padding-top: 30px;
}

.outside_wrap_g_last{
    padding-bottom: 50px;
}


.outside_wrap_w_last{
    padding-bottom: 50px;
}


}
/* -------------end------------- */

/*================================================
 *  entry
 ================================================*/

.kome {
	color: #FC9B00;
	padding-left: 5px;
}

.form_box{
    padding: 30px;
    border: 1px solid #CCCCCC;
	background-color: #fff;
}

.tb_contact {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}
.tb_contact th {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 23%;
	line-height: 1.2;
	vertical-align: middle;
	color: #1F2C5C;
	font-weight: bold;
	border-bottom: 1px dashed #CCC;
}
.tb_contact td {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #CCC;
}


/* 小さい画面用の設定-------------- */
@media (max-width:768px) {
.form_box{
    padding: 10px;
   
}

.tb_contact td {
	display: block;
}
.tb_contact th {
	display: block;
	border-top: none;
	border-bottom: none;
	width: 100%;
}
.tb_contact th {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
	line-height: 1.2;
	vertical-align: middle;
}
.tb_contact td {
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
}
}
/* -------------end------------- */

input[type="text"],
input[type="email"],
input[type="tel"]{
	width: 100%;
	padding: 14px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
	font-size: 113%;
}
input[type="text"].input_box30,
input[type="tel"].input_box30{
	width: 30%;
}

input[type="text"].input_box50,
input[type="email"].input_box50{
	width: 50%;
}



/* 小さい画面用の設定-------------- */
@media (max-width:768px) {
input[type="text"].input_box30,
input[type="tel"].input_box30
	{
	width: 50%;
}
	
input[type="text"].input_box50,
input[type="email"].input_box50
	{
	width: 100%;
}

}
/* -------------end------------- */
textarea {
	width: 100%;
	resize: vertical;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
	padding: 14px;
	font-size: 113%;
}

input[type="submit"]{
	/*display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	background-color: #e95383;
	border: none;
	color: #fff;
	font-size: 113%;
	text-align: center;*/
}
/*input[type="submit"]:hover {
	background-color: #666666 !important;
}*/


input[type="button"]{
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	background-color: #cccccc;
	border: none;
	color: #fff;
	font-size: 113%;
	text-align: center;
}
input[type="button"]:hover {
	background-color: #666666 !important;
}




.submit_btn {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	background-color: #e95383;
	border: none;
	color: #fff;
	font-size: 113%;
	text-align: center;
}
.submit_btn:hover {
	background-color: #666666 !important;
}
/*ラジオボタンカスタマイズWP*/
.wpcf7-list-item.first {
  margin: 0;
}
.wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}
/* デフォルトのボタン */
input[type="radio"] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}

input[type="checkbox"] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}

/* チェック前のボタン */
.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: .5em;
  margin-top: auto;
  transition: background-color .5s; /* 色をじんわり変化させる */
  width: 1.2em;
}
/* チェック後のボタン */
input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #e95383; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background-color: #e95383; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}
/*radio01 css　kokomade*/

.radio_flex_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.radio_flex_box li {
	width: 25%;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px) {
.radio_flex_box {
	display: block;
}
.radio_flex_box li {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
}
}
/* -------------end------------- */


select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
select option{
  background-color: #fff;
  /*color: #333;*/
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
}


.inverse{
  background: #000;
  padding: 20px 0;
  color: #fff;
}
.select-wrap {
    position: relative;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    font-family: 'Font Awesome 5 Free';
  content: "\f078";
    line-height: 43px;
    color: #7F878C;
    pointer-events: none;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 12px;
    border:1px solid #ddd;
   /* color:#828c9a;*/
    width:100%;
    border-radius:3px;
}

select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
.select-wrap.select-primary:before{
  color:#fff;
}
.select-wrap.select-primary > select{
  background:#9ED46B;
  color:#fff;
  border-color:#9ED46B;
}
.select-wrap.select-primary > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}

.select-wrap.select-inverse:before{
  color:#fff;
}
.select-wrap.select-inverse > select{
  color:#fff;
  border-color: #fff;
}

.select-wrap.select-inverse > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}

.wpcf7c-conf{
background-color: #fff!important;
color: black;
border: none!important;
}

.guideline_list li{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #CCCCCC;
position: relative;
}

.guideline_list li::after {
	font-family: 'Font Awesome 5 Free';
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -20px;
}

.guideline_list li a{
    display: block;
}
/* いしょくここから-------------- */


.privacy_frame{
	height: 200px;
	overflow-y: scroll;
	font-size: 12px;
	line-height: 16px;
	padding: 20px;
	border: 1px solid #CCC;
	width: 700px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.privacy_frame_title{
	font-weight: bold;
	text-align:center;
	margin-bottom:10px;
	font-size: 14px;
}

.privacy_frame_dl dt {
	font-weight: bold;
}

.privacy_frame_dl dd {
	margin-bottom: 10px;
}
.privacy_frame_dl .last {
	margin-bottom: 0px;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
    .privacy_frame{

	padding: 10px;
	width: 100%;

}


}
/* -------------end------------- */

.bt_confirm > input[type="submit"] {
			width: 100%;
			height: 60px;
	background-color: #e95383;
			border: none;
			color: #fff;
			font-size:20px;
			-webkit-transition: background-color .2s;
			transition: background-color .2s;
			cursor: pointer;
			-webkit-appearance: none;
			border-radius: 0;
    font-size: 113%;
	text-align: center;
		}
		


		
.bt_confirm > input[type="submit"]:hover {
			background-color: #d24c4c;
    display: block;
		}

.bt_confirm > input[type="submit"][disabled] {
			background-color: #ccc;
			cursor: default;
            opacity: 1.0!important;
  filter: alpha(opacity=100)!important;
  -ms-filter: "alpha(opacity=100)"!important;}




.name_flex{display: flex;
justify-content: space-between;
align-items: center;}

.name_flex li:nth-child(odd){width: 6%;
margin-right: 0.5em;
box-sizing: border-box;
    min-width: 2.5em;
    text-align: right;
}
.name_flex li:nth-child(even){width: 42%;
}

.name_flex li:nth-child(3){
margin-left: 0.5em;
}


.birth_flex{display: flex;
justify-content: space-between;
align-items: center;}

.birth_flex li:nth-child(odd){width: 28%;}
.birth_flex li:nth-child(even){width: 8%;
margin-left: 0.5em;
box-sizing: border-box;}

/*.zip_flex{display: flex;
justify-content: space-between;
align-items: center;}

.zip_flex li{width: 48%;}

.zip_btn{
    background-color: #CCCCCC;
    padding: 3px;
    width: 8em;
    box-sizing: border-box;
    text-align: center;
    
    border-radius: 6px;
}

.zip_btn a{display: block;}*/

.btn_flex_box{display: flex;
justify-content: center;
align-items: center;}

.btn_flex_box li{width: 40%;}

.btn_flex_box_confirm{
align-items: flex-start;}

/************************************
送信完了
*************************************/

.thanks_img{width:30%;
margin-left: auto;
margin-right: auto;
padding-top: 50px;}


/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.thanks_img{width: 50%;
margin-left: auto;
margin-right: auto;
padding-top: 50px;}
	}
/* -------------end------------- */


/* ///////////////////////////////////////////////////////////////////

daily-schedule

/////////////////////////////////////////////////////////////////// */

.schedule-item {
    position: relative;
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 80px;
    padding-bottom: 20px;
}
.schedule-item:before {
	content: "";
	position: absolute;
	left: 50px;
	top: 0;
	width: 4px;
	height: 100%;
	background: #cccccc;
}
.schedule-item:first-child:before {
	top: 55px;
}
.schedule-item:last-child:before {
	top: 0;
	bottom: auto;
	height: 35px;
}
.schedule-item:nth-child(odd){
	background: rgba(31,44,92,0.1);
}
.schedule-item:after {
	content: "";
	position: absolute;
	left: 42px;
	top: 25px;
	width: 10px;
	height: 10px;
	border: solid 5px #FC9B00;
	border-radius: 100px;
	background: #fff;
	box-shadow:0px 0px 0px 7px #ffffff;
}
.schedule-item:nth-child(odd):after {
	box-shadow:0px 0px 0px 7px #f6f6f3;
}
.schedule_midashi {
	margin-bottom: 5px;
	font-size: 118%;
	font-weight: 500;
}
.schedule_midashi .time {
	display: inline-block;
	margin-right: 20px;
	color: #FC9B00;
}


@media screen and (max-width:640px) {

.schedule-item {
	padding: 20px 10px 20px 50px;
	min-height: auto;
}
.schedule-item:before {
	left: 22px;
}
.schedule-item:first-child:before {
	top: 55px;
}
.schedule-item:last-child:before {
	height: 45px;
}
.schedule-item:after {
	left: 15px;
	top: 32px;
}
.schedule_midashi {
	margin-bottom: 10px;
	line-height: 1.4;
}
.schedule_midashi .time {
	display: block;
	margin-right: 10px;
}
/*.schedule-item .schedule-item-main .img {
	margin-bottom: 10px;
	width: 100%;
}
.schedule-item .schedule-item-main.img-set h3 {
	width: 100%;
}
.schedule-item .schedule-item-main.img-set p {
	width: 100%;
}*/
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
/* WinIE7 only */
*:first-child+html .clearfix {
	height: 1%;
}
/* WinIE6 and below */
/* hide \*/
* html .clearfix {
	height: 1%;
}


/*================================================
 *  info
 ================================================*/

.info_dl {
margin-bottom: 30px;
}

.info_dl dt {
	clear: left;
	float: left;
	width: 10em;
    padding-left: 2em;
}

.info_dl dd {
	padding-left: 12em;
    padding-right: 2em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
    position: relative;
}

.info_dl dd a{
	color: #1F2C5C;
    display: block;
    font-weight: 500;
    
    
}

.info_dl dd:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
position: absolute;
top: 50%;
right: 10px;
margin-top: -18px;
color: #199d3c; 
}



/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.info_dl dt {
	clear: none;
	float: none;
	width: 100%;
    padding-left: .5em;
}

.info_dl dd {
	padding-left: 0em;
    padding-right: .5em;
}
}
/* -------------end------------- */


/*================================================
 *  福利厚生
 ================================================*/

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

.benefit_flex_box li{width: 48%;
background-color: rgba(252,238,33,0.2);
padding: 20px;
margin-bottom: 20px;}

/*.benefit_flex_box li:last-child{width: 100%;
margin-bottom: 0px;}*/

.benefit_flex_box li img{margin-bottom: 10px;}


.benefit_midashi{
color: #FC9B00;
margin-bottom: 10px;
text-align: center;
font-size: 125%;
font-weight: 500;}

.benefit_lead{
margin-bottom: 10px;
font-size: 107%;
font-weight: 500;
line-height: 1.6;
color: #1F2C5C;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){

.benefit_flex_box li{width: 100%;}
    
}
/* -------------end------------- */

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

.event_flex_box li{width: 32%;}

.event_flex_box li:nth-child(-n+3){
margin-bottom: 20px;}

/*================================================
 *  職種一覧
 ================================================*/

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

.worklist_flex_box li{width: 32%;
background-color: #FC9B00;}

.worklist_flex_box li a{
color: #ffffff;
display: block;}

.work_midashi{padding: 10px;
position: relative;
font-size: 113%;
font-weight: 500;}

.worklist_flex_box li:nth-child(-n+3){
margin-bottom: 20px;}


.work_midashi:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
position: absolute;
top: 50%;
right: 10px;
margin-top: -16px;
color: #ffffff;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){

.worklist_flex_box li{width: 48%;}



.work_midashi{padding: 5px;
font-size: 94%;
}

.worklist_flex_box li:nth-child(-n+4){
margin-bottom: 20px;}
    
    
.work_midashi:after {
margin-top: -10px;
right: 5px;
}


}
/* -------------end------------- */
