@charset "utf-8";

/*
============================================================
採用情報　コンテンツ設定　上書き
============================================================
*/

/* ---------------------------------------------------------
■ index
--------------------------------------------------------- */
/* ■ mvエリア */

#recruit_index #mv_area:after{
    background-image: url(../images/index_mv.jpg);
}

@media screen\0 {
#recruit_index #mv_area{
     background-image: url(../images/index_mv.jpg);
}
    
#recruit_index #mv_area:after{
    background-image: none;
  }
}

@supports (-ms-ime-align: auto) {
#recruit_index #mv_area{
     background-image: url(../images/index_mv.jpg);
}
    
#recruit_index #mv_area:after{
    background-image: none;
  }
}

/* ■ レイアウト */
.index_box .img_box{
    margin-bottom: 10px;
}

.index_box p.tx_box .left{
    width: 73%;
}

.index_box p.tx_box .right{
    width: 25%;
    max-width: 130px;
}

.index_box p.tx_box .right img{
    width: 100%;
    height: auto;
}  

.index_box h3:after{
    width: 100%;
}

/*.index_box h3.green{background: #eaf5da;}*/
.index_box h3.green:before{background: #246c00;}
.index_box h3.green:after {border-bottom: solid 2px #93c364;}

/*.index_box h3.purple{background: #dfdff4;}*/
.index_box h3.purple:before{background: #39006c;}
.index_box h3.purple:after {border-bottom: solid 2px #8764c3;}

/*.index_box h3.orange{background: #f5f4da;}*/
.index_box h3.orange:before{background: #d76a00;}
.index_box h3.orange:after {border-bottom: solid 2px #f9a65c;}

.index_box .btn_main p{
    line-height: 1.1em;
}

/* ■ 安心塾バイト */

.ajba {
    margin-bottom: 20px;
}

.ajba .left {
    margin: 0 0 5px 0;
    width: 15%;
    max-width: 150px;
    text-align: center;
}

.ajba .left img{
    width: 100%;
    height: auto;
}

.ajba .right {
    width: 85%;
    padding-left: 10px;
    box-sizing: border-box;
    max-width: none;
}

.ajba .right p{
    margin-bottom: 10px;
}

.ajba .ajba_school {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 5px 0;
}

/* ---------------------------------------------------------
■ テキストエリア
--------------------------------------------------------- */
.tx_area{
    padding-bottom: 30px;
}

/* ---------------------------------------------------------
■ スタッフ募集
--------------------------------------------------------- */
#staff #mv_area{
    padding-top: 13.63%;
}

#staff #mv_area:after{
    background-image: url(../../shared/images/mv_sub.jpg);
}

@media screen\0 {
#staff #mv_area{
     background-image: url(../../shared/images/mv_sub.jpg); 
}
    
#staff #mv_area:after{
    background-image: none;
  }
}

@supports (-ms-ime-align: auto) {
#staff #mv_area{
     background-image: url(../../shared/images/mv_sub.jpg); 
}
    
#staff #mv_area:after{
    background-image: none;
  }
}

#staff #content_base {
    padding-top: 0;
}

#staff .tx_area .tx{
    padding-top: 20px;
}

h1 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

h1 img{
    width: 100%;
    height: auto;
}

#staff h3{
    margin-top: 60px;
}

/*ひとこと*/
#staff .voice .left,#staff .voice .right{
    width: 48%;
    margin-bottom: 30px;
}

#staff .voice h4{
    margin-bottom: 20px;
}

#staff .voice .left p:last-child{
    text-align: center;
}

#staff .voice .left img{
    width: 80%;
    height: auto;
    max-width: 400px;
}

#staff .voice .right img.right{
    width: 120px;
    height: auto;
    margin-left: 10px;
}

/**********************************************
答案添削 応募ボタン
**********************************************/
.apply-btn {
  border: solid 2px #1A1CA8;
  background: #1A1CA8;
  margin: 0 auto;
  display: block;
  color: #ffffff;
  width: 100%;
  max-width: 450px;
  font-size: 1.1em;
  padding: 1em 10px;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
}
a.apply-btn {
  text-decoration: none;
  color: #ffffff
}
.apply-btn span {
  display: inline-block;
}
a.apply-btn:hover {
  background: #fff;
  color: #1A1CA8;
}



/* ---------------------------------------------------------
■ タブレット以下
--------------------------------------------------------- */
@media screen and (max-width: 1100px) {
.index_box h3{
    margin-bottom: 15px;
}        
}    


/* ---------------------------------------------------------
■ スマホ
--------------------------------------------------------- */
@media screen and (max-width: 767px) {  
/* ---------------------------------------------------------
■ index
--------------------------------------------------------- */
.index_box p.tx_box .left{
    float: left;
    margin-bottom: 0;
}

.index_box p.tx_box .right{
    float: right;
    margin-bottom: 0;
}
    
/* ■ 安心塾バイト */
.ajba .left,.ajba .right{
    width: 100%;
    margin-bottom: 0;
} 
    
.ajba .left{
    max-width: 250px;
    margin: 0 auto;
} 
.apply-btn {
  max-width: 300px;
}

/*スタッフ募集MV*/
#staff #mv_area{
    padding: 0;
}    
    
/*ひとこと*/
#staff .voice .left,#staff .voice .right{
    width: 100%;
} 
    
#staff .voice .right img.right{
    float: right;
}
    
   
}
