/*================================================
 *  inside共通
 ================================================*/
 
 .inside_outside{ 
    padding-bottom: 50px;
    padding-top: 50px;
}


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

 .inside_outside {
padding-top: 40px;
padding-bottom: 30px;
}



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

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

/* 小さい画面用の設定-------------- */
@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------------- */

/* 共通box ------------------------------*/
/* ----------------------------------------- */

.box{margin-bottom: 70px;}

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

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


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


/* 共通common_flex_box ------------------------------*/
/* ---------------------------------------------------- */

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

.common_flex_box > li{width: 48%;}



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


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

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

   よくある質問

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

.qa_dl {
  margin: 2em 0;
  padding: 0;
}
.qa_dl dt {
  font-weight: bold;
  margin-bottom: 0.5em;
  
}

.qa_dl dt::before {
  content: "\f128"; /* Font Awesome: fa-question-circle */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #005AAB;
  display: inline-block;
  margin-right: 0.5em;
  font-size: 125%;
  vertical-align: -0.0em;
}

.qa_dl dd {
  margin-left: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc; /* 質問と質問の間の罫線 */
  padding-bottom: 10px;
}

.qa_dl dd::before {
  content: "\f06a"; /* Font Awesome: fa-exclamation-circle */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #007AE8;
  display: inline-block;
  margin-right: 0.5em;
  font-size: 125%;
  vertical-align: -0.0em;
}

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

.birth_flex li:nth-child(even){width: 20%;}
.birth_flex li:nth-child(odd){width: 9%;
margin-left: 0.2em;
box-sizing: border-box;}

.birth_flex li:first-child{width: 12%;
min-width: 2em;}

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

    ■ 募集要項一覧

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

.job_list_box2{
background-color: #E1ECF7;
}



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


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

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

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



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

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

.job_list_icon li{
background-color: #ffffff;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 4px;
    color: #005AAB;
font-size: 75%;
margin-right: .5em;
margin-bottom: 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_list_cate{font-size: 119%;}
    
    
.job_list_lead{
font-size: 94%;
    margin-bottom: 10px;}

    
.job_list_icon{
    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: #0E3192;
	width: 10em;
    padding-left: 1em;}

.tb_job2 th {
width: 6em;}

.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: 125%;
font-weight: 700; }


/* bt_job_entry-------------- */
.bt_job_entry{
padding: 15px;
display: block;
background-color: #E52A00;
position: relative;
font-size: 113%;
}

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




        

/*================================================
 *  募集要項詳細
 ================================================*/


.job_point_lead{margin-bottom: 40px;
font-size: 125%;
color:#005AAB;
font-weight: 700;
line-height: 1.4;

}



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

.job_point_ul li {
  padding-left: 1.6em;
  text-indent: -1.6em;
  font-size: 113%;
}
.job_point_ul li:before {
    font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f14a";
    color: #005AAB;
    margin-right: .5em;

}

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

.job_point_box {
padding-top: 1.5em;
    padding-right: 1.0em;
    padding-left: 1.0em;
    padding-bottom: 1.0em;

}
    
.job_point_box .job_point_title{
    font-size: 1.0em;/*タイトル文字サイズ*/
    padding: 7px;
    width: 60%;
    text-align: center;

   
}
    
.job_point_ul li {
font-size: 88%;
}


}
/* -------------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 #005AAB;
border-radius: 6px;
position: relative;}

.yoko_page_link li a{
color: #005AAB;
    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: #005AAB;
}

/* 小さい画面用の設定-------------- */
@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:rgba(225,236,247,0.50);
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: #005AAB;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}



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

.yoko_box_inner{
padding: 15px;

}

.yoko_title{
font-size: 100%;
}


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


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

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

.tb_yoko td {
    vertical-align: middle;
padding-bottom: 20px;
    padding-top: 20px;
    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 th {
	vertical-align: middle;
	padding-bottom: 10px;
	padding-top: 10px;
	 border-bottom: 1px dashed #CCC;
background-color: #eee;
	color: #0E3192;
	width: 6em;
    padding-left: .5em;
    padding-right: .5em;
	box-sizing: border-box;
    
}


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


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






/* 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: #ffffff;
    padding-top: 12px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    color: #005AAB;
    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------------- */




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

    ■ 業務内容

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

/*================================================
 *  １日の流れ　内容と画像のFLEX
 ================================================*/
.work_komidashi{font-size: 113%;
    color: #005AAB;
    margin-bottom: 5px;
    font-weight: 500;
}


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

.voice_flex li:first-child{width: 20%;}


.voice_flex li:last-child {
  width: 80%;
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 1em;
  margin-left: 10px;
}

/* 吹き出しのしっぽ部分 */
.voice_flex li:last-child::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -14px; /* ← 尻尾の長さに合わせて位置も調整 */
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 14px solid #ccc; /* ← ここを大きく */
}

.voice_flex li:last-child::after {
  content: "";
  position: absolute;
  top: 21px;
  left: -13px; /* ← 同様に調整 */
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 13px solid #ffffff; /* ← ここも合わせる */
}

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

  .voice_flex li:first-child,
  .voice_flex li:last-child {
    width: 100%;
    margin-left: 0;
  }
  
    .voice_flex li:first-child{
margin-bottom: 20px;
text-align: center;
  }
  
.voice_flex li:first-child img{
width: 60%;
  }


  /* 吹き出しの尻尾を上に表示 */
  .voice_flex li:last-child::before {
    top: -14px;
    left: 80px; /* 位置は好みで調整 */
    border: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid #ccc;
  }

  .voice_flex li:last-child::after {
    top: -13px;
    left: 81px; /* 位置は好みで調整 */
    border: none;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 13px solid #ffffff;
  }
}

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




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

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

.timeline-list-item .timeline_time {
    width: 10%;
    color: #005AAB;
    font-size: 125%;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    line-height: 1.0;
    margin-left: 5px;
}


.timeline-list-item .timeline_content {
    position: relative;
    width: 90%;
    padding-top: 0;
    padding-left: 30px;
    padding-bottom: 50px;
    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:  #007AE8;
    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-color:#E1ECF7;
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 3px;
    border-radius: 4px;
    color: #005AAB;
    font-size: 113%;
    font-weight: 500;
}




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

}

    
.timeline-list-item .timeline_content {
    width: 80%;
    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:  #007AE8;
    border-radius: 5px;
    
}
    
.timeline-list-item_last .timeline_content::before {
top: 0px;
left: -5px;}
}
/* -------------end------------- */

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

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

.benefit_flex_box li{
    width: 48%;
    background-color: rgba(225,236,247,0.50);
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

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


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



/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.benefit_flex_box li{width: 100%;
padding: 20px;}
    
}
/* -------------end------------- */







