@charset "utf-8";
/********** PC **********/
    /******** トップ ********/
    .br-sp {
        display: none;
    }
    #rec-page {
        width: 100%;
    }
    #rec-h1 img {
        display: block;
    }
    #rec-art_top {
        background: #ff80aa;
        padding: 2% 1%;
    }
    .rec-heading_h2 {
        color: #FFF;
        font-weight: 800;
        text-align: center;
        font-size: 2.6rem;
        font-family: raleway, 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
    .rec-heading_h2 span {
        color: #fdf123;
    }
    /******** ご挨拶 ********/
    /*ボタン装飾*/
    .hidden_box label {
        padding: 10px;
        font-weight: bold;
        background: #feeff6;
        color: #eb2b80;
        cursor :pointer;
        font-size: 12px;
    }

    /*ボタンホバー時*/
    .hidden_box label:hover {
        background: #efefef;
    }

    /*チェックは見えなくする*/
    .hidden_box input {
        display: none;
    }

    /*中身を非表示にしておく*/
    .hidden_box .hidden_show {
        height: 0;
        padding: 0;
        overflow: hidden;
        opacity: 0;
        transition: 0.8s;
        margin-top: 20px;
    }

    /*クリックで中身表示*/
    .hidden_box input:checked ~ .hidden_show {
        padding: 10px 0;
        height: auto;
        opacity: 1;
    }

    #rec-art_greeting {
        text-align: center;
        background:url(../images/recruit/bg-greeting.jpg) center 0 repeat-x;
        background-color: #0e0202;
    }
    .greeting-ul {
        padding-bottom: 3%;
    }
    .greeting-h2 {
        color: #FFF;
        font-weight: 800;
        text-align: center;
        font-size: 2.6rem;
        padding: 7% 0 2% 0;
        font-family: raleway, 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
    .greeting-li {
        font-size: 18px;
        text-align: center;
        color: #FFF;
        line-height: 1.6;
        letter-spacing: 2px;
        padding-bottom: 2%;
    }
    #rank_1 {
        background:url(../images/recruit/rank.jpg) center 0;  
        width: 800px;
        margin: 0 auto;
        color: #FFF;
        padding: 80px 30px; 
        box-sizing: border-box;
        text-align: center;
        font-weight: bold;
    }
    .rank_1_top {
        font-size: 28px;
        text-shadow: 1px 2px 2px #808080;
    }
    .rank_1_btm {
        font-size: 16px;
        padding-top: 20px;
        line-height: 2;
        text-shadow: 1px 2px 2px #808080;
    }
    #rec-movie {
        display: block;
        text-align: center;
        padding: 2% 0;
    }
    .sp-only {
        display: none;
    }
    /******** 7つのポイント ********/
    #rec-art_point {
        background: #f1f1f1;
        padding: 2% 16%;
    }
    .rec-point_li_1 {
        width: 100%;
        display: flex;
        padding-bottom: 5%;
    }
    .rec-point_li_2 {
        width: 100%;
        display: flex;
        padding-bottom: 5%;
    }
    .rec-point_l, .rec-point_r, ..rec-point_r_2_4_6 {
        box-sizing: border-box;
    }
    .rec-point_l {
        vertical-align: top;
        width: 60%;
        padding-right: 4%;
        font-family:  "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    .rec-point_l_pad {
        vertical-align: top;
        width: 60%;
        display: table-cell;
        padding-left: 4%;
        box-sizing: border-box;
        font-family:  "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    .point-img {
        text-align: center;
        width: 20%;
        margin: 0 auto;
    }
    .point-head {
        text-align: center;
        padding-bottom: 2%;
        border-bottom: 1px solid #a4a4a4;
        font-size: 1.6rem;
        font-weight: 800;
        color: #fe7d19;
    }
    .point-head_green {
        text-align: center;
        padding-bottom: 2%;
        border-bottom: 1px solid #a4a4a4;
        font-size: 1.6rem;
        font-weight: 800;
        color: #19b497;
    }
    .point-p {
        padding-top: 4%;
        line-height: 1.8;
        font-size: 1.1rem;
    }
    .rec-point_r {
        width: 40%;
    }
    .rec-point_r img {
        border: 4px solid #FFF;
        box-shadow: 8px 8px 0px 0px rgba(34, 34, 34, 0.1);
    }
    .rec-point_r_2_4_6 {
        width: 40%;
    }
    .rec-point_r_2_4_6 img {
        border: 4px solid #FFF;
        box-shadow: 8px 8px 0px 0px rgba(34, 34, 34, 0.1);
    }
    .arrow_btm {
      width: 0px;
      border-color: #f1f1f1;
      border-style: solid;
      border-width: 60px;
      border-left-color: transparent;
      border-bottom-color: transparent;
      border-right-color: transparent;
      margin: 0 auto;
      margin-bottom: -3%;
    }
    .arrow_btm_pink {
      width: 0px;
      border-color: #ff80aa;
      border-style: solid;
      border-width: 60px;
      border-left-color: transparent;
      border-bottom-color: transparent;
      border-right-color: transparent;
      margin: 0 auto;
      margin-bottom: -3%;
    }
    /******** 他店にはない様々な待遇をご用意しております！ ********/
    #rec-art_treatment {
        background:url(../images/recruit/rec-art_treatment.jpg) center 0;
        background-size: 100%;
    }
    .rmd-bg {
        background: #ff80aa;
        padding: 2%;
    }
    .div-treatment {
        padding: 3% 0;
        margin: 0 auto;
        text-align: center;
        width: 980px;
    }
    /******** こんな人にオススメできます！ ********/
    #rec-art_rmd {
        background: #fdfaef;
    }
    .rmd-bg {
        background: #ff80aa;
        padding: 2%;
    }
    .div-rmd {
        padding: 0 1% 2% 1%;
        margin: 0 auto;
        text-align: center;
        width: 980px;
    }
    .div-rmd img {
        border-radius: 30px;
        box-shadow: 4px 4px 0px 0px rgba(34, 34, 34, 0.1);
    }
    /******** 研修制度 ********/
    #rec-art_ken {
        background: #FFF;
    }
    .ken-txt {
        text-align: center;
        font-size: 1.4rem;
        padding-bottom: 3%;
    }
    .div-ken {
        padding: 0 1% 2% 1%;
        margin: 0 auto;
        text-align: center;
        width: 980px;
    }
    /******** お仕事の流れ ********/
    #rec-art_flow {
        background: #FFF;
    }
    .flow-ul {
        padding: 0 1% 2% 1%;
        margin: 0 auto;
        width: 980px;        
    }
    .flow-name {
        line-height: 1.4;
        /*
        background: rgb(191,93,116);
        background: -moz-linear-gradient(top, rgb(191,93,116) 0%, rgb(217,81,105) 100%);
        background: -webkit-linear-gradient(top, rgb(191,93,116) 0%,rgb(217,81,105) 100%);
        background: linear-gradient(to bottom, rgb(191,93,116) 0%,rgb(217,81,105) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf5d74', endColorstr='#d95169',GradientType=0 );
        */
        background: #58bf2b;
        padding: 5px 0 5px 15px;
        margin-bottom: 4px;
    }
    .flow-name span {
        padding-left: 40%;
        font-weight: bold;
        font-size: 24px;
        color: #FFF;
    }
    .flow-li {
        display: table;
        width: 100%;
        border-bottom: 1px dotted #CCC;
        padding-bottom: 1%;
        margin-bottom: 16%;
        position: relative;
    }
    .flow-l, .flow-r {
        display: table-cell;
    }
    .flow-l {
        width: 25%;
        position: absolute;
        top: -100%;
    }
    .flow-l img {
        border-radius: 200px;
        border: 1px solid #f778b0;
        box-shadow: 8px 8px 0px 0px rgba(254, 239, 246, 0.9);
    }
    .flow-r {
        padding-left: 2%;
        vertical-align: top;
        line-height: 1.8;
        width: 75%;
    }
    .flow-name_2 {
        line-height: 1.4;
        /*
        background: rgb(191,93,116);
        background: -moz-linear-gradient(top, rgb(191,93,116) 0%, rgb(217,81,105) 100%);
        background: -webkit-linear-gradient(top, rgb(191,93,116) 0%,rgb(217,81,105) 100%);
        background: linear-gradient(to bottom, rgb(191,93,116) 0%,rgb(217,81,105) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf5d74', endColorstr='#d95169',GradientType=0 );
        */
        background: #58bf2b;
        padding: 5px 0 5px 15px;
        margin-bottom: 4px;
    }
    .flow-name_2 span {
        padding-left: 5%;
        font-weight: bold;
        font-size: 24px;
        color: #FFF;
    }
    .flow-li_2 {
        display: table;
        width: 100%;
        border-bottom: 1px dotted #CCC;
        padding-bottom: 1%;
        margin-bottom: 20%;
        position: relative;
    }
    .flow-l_2, .flow-r_2 {
        display: table-cell;
    }
    .flow-l_2 {
        width: 75%;
        vertical-align: top;
        line-height: 1.8;
    }
    .flow-r_2 {
        width: 25%;
        position: absolute;
        top: -100%;
    }
    .flow-r_2 img {
        border-radius: 200px;
        border: 1px solid #f778b0;
        box-shadow: 8px 8px 0px 0px rgba(254, 239, 246, 0.9);
    }

    /******** 先輩ボイス ********/
    #rec-art_voice {
        background: #FFF;
    }
    .voice-ul {
        padding: 0 1% 2% 1%;
        margin: 0 auto;
        width: 980px;        
    }
    .voice-name {
        line-height: 1.4;
        border-left: 4px solid #f778b0;
        padding: 5px 0 8px 15px;
        margin-bottom: 4px;
        font-weight: bold;
        font-size: 20px;
        color: #f778b0;
    }
    .voice-li {
        display: table;
        width: 100%;
        border-bottom: 1px dotted #CCC;
        padding-bottom: 1%;
        margin-bottom: 5%;
    }
    .voice-l, .voice-r {
        display: table-cell;
    }
    .voice-l {
        width: 30%;
    }
    .voice-l img {
        border-radius: 8px;
        border: 1px solid #f778b0;
        box-shadow: 8px 8px 0px 0px rgba(254, 239, 246, 0.9);
    }
    .voice-r {
        padding-left: 2%;
        vertical-align: top;
        line-height: 1.8;
    }
    .voice-l_2, .voice-r_2 {
        display: table-cell;
    }
    .voice-l_2 {
        width: 68%;
        padding-right: 2%;
        vertical-align: top;
        line-height: 1.8;
    }
    .voice-r_2 {
        width: 30%;
    }
    .voice-r_2 img {
        border-radius: 8px;
        border: 1px solid #f778b0;
        box-shadow: 8px 8px 0px 0px rgba(254, 239, 246, 0.9);
    }
    /******** あなたに合った働き方で大丈夫 ********/
    .sp_only_ttl{
        display: none;
    }
    .free_ttl {
        margin-bottom: 10px;
    }
    .free_ttl h2{
        position: relative;
        font-weight: bold;
        font-size: 30px;
        text-align: center;
        color: #f778b0;
        padding: 0px 0% 18px;
        letter-spacing: 0.18em;
    }

       .free_ttl h2:after {
        content: "";
        display: block;
        width: 70%;
        height: 1px;
        background: #f778b0;
        position: absolute;
        top: 53px;
        right: 50%;
        transform: translateY(-50%) translateX(50%);
    }

    #pay-art {
        padding-bottom: 4%;
    }
    .rec-category_2_1 {
        background: url(../images/top/nf_bg.jpg);
        text-align: center;
        padding: 5% 2%;
    }
    .rec-h3_white {
        color: #00025c;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
        font-size: 2.2rem;
    }
    .Rec-ttl_sub_2 {
        font-size: 1.6rem;
        /*
        color: #fdf587;
        */
        text-align: center;   
    }
    .Rec-ttl_long_2 {
        font-family: noto-sans-cjk-jp, sans-serif;
        font-weight: bold;
        font-size: 2.2rem;
        color: #00025c;
        padding: 0px 0% 15px;
        text-align: center;
    }
    .Rec-ttl_long_2:after {
        width: 400px;
        height: 2px;
        content: '';
        display: block;
        margin: 0 auto 40px;
        background-color: #00025c;
    }
    .Rec-txt_cmn_white {
        font-size: 1.4rem;
        padding-bottom: 2%;
        text-align: left;
    }
    .pay_50 {
        padding-bottom: 3%;
    }
    .rec-category_2_2 {
        background-color: #222;
        text-align: center;
        padding: 5% 2%;
        background: url(../images/recruit/bg_hotel.jpg);
    }
    .rec-category_2_ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 0;
        padding-bottom: 2%;
    }
    .rec-category_2_li {
        width: 48%;
        background: #FFF;
        padding: 2% 0;
        box-sizing: border-box;
        margin: 1%;
    }
    .rec-category_2_div {
        color: #222;
        font-weight: bold;
        font-size: 2.0rem;
    }

    .pay-case-area {
    display: table;
    width: 90%;
    font-size: 0;
    color: #555;
    margin: 0 auto;
    }
    .pay-case {
        display: inline-block;
        background: #FFF;
        width: 48%;
        box-sizing: border-box;
        margin: 1%;
        vertical-align: top;
    }
    .pay-head {
        display: table;
        font-size: 1.4rem;
        width: 100%;
        padding: 1%;
    }
    .pay-head_li_l {
        background: #fe9494;
    }
    .txt-case, .txt-case_no {
        color: #FFF;
        font-weight: bold;
        font-size: 1.2rem;
    }
    .txt-case_no {
        font-size: 2.2rem;
    }
    .pay-head_li_l, .pay-head_li_r {
        display: table-cell;
    }
    .pay-head_li_l {
        width: 20%;
    background: rgb(254,148,148);
    background: -moz-linear-gradient(left, rgb(254,148,148) 0%, rgb(252,191,251) 100%);
    background: -webkit-linear-gradient(left, rgb(254,148,148) 0%,rgb(252,191,251) 100%);
    background: linear-gradient(to right, rgb(254,148,148) 0%,rgb(252,191,251) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9494', endColorstr='#fcbffb',GradientType=1 );
    }
    .pay-head_li_r {
        width: 80%;
        text-align: left;
        padding-left: 4%;
        box-sizing: border-box;
        position: relative;
    }
    .pay-head_li_r img {
        transform: translate(0,-50%);
        top: 60%;
        position: absolute;
    }
    /*
    .pay-head_li_r .pay-time {
        padding-left: 8%;
    }
    */
    .pay-name {
        font-weight: bold;
    }
    .pay-li_gray {
        background: #EEE;
    }
    .pay-li_gray, .pay-li {
        display: table;
        width: 100%;
        text-align: left;
        font-size: 20px;
    }
    .pay-li_l, .pay-li_r {
        display: table-cell;
        width: 50%;
        box-sizing: border-box;
        line-height: 2.6;
    }
    .pay-li_l {
        padding-left: 2%;
    }
    .pay-li_r {
        font-weight: bold;
        color: #fe9494;
    }
    .pay-li_r span {
        font-size: 1.2rem;
    }
    /*** 色違い ***/
    .pay-head_li_l_2 {
        background: #ba62ca;
    background: rgb(186,98,202);
    background: -moz-linear-gradient(left, rgb(186,98,202) 0%, rgb(252,191,251) 100%);
    background: -webkit-linear-gradient(left, rgb(186,98,202) 0%,rgb(252,191,251) 100%);
    background: linear-gradient(to right, rgb(186,98,202) 0%,rgb(252,191,251) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba62ca', endColorstr='#fcbffb',GradientType=1 );

    }
    .pay-li_r_2 {
    font-weight: bold;
    color: #ba62ca;
    /* display: table-cell; */
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    line-height: 2.6;
}
    .pay-head_li_l_3 {
        background: #4db6bf;
    background: rgb(77,182,191);
    background: -moz-linear-gradient(left, rgb(77,182,191) 0%, rgb(93,200,226) 100%);
    background: -webkit-linear-gradient(left, rgb(77,182,191) 0%,rgb(93,200,226) 100%);
    background: linear-gradient(to right, rgb(77,182,191) 0%,rgb(93,200,226) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4db6bf', endColorstr='#5dc8e2',GradientType=1 );
    }
    .pay-li_r_3 {
        font-weight: bold;
        color: #4db6bf;
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    line-height: 2.6;
    }
    .pay-head_li_l_4 {
        background: #e87805;
    background: rgb(232,120,5);
    background: -moz-linear-gradient(left, rgb(232,120,5) 0%, rgb(247,203,7) 100%);
    background: -webkit-linear-gradient(left, rgb(232,120,5) 0%,rgb(247,203,7) 100%);
    background: linear-gradient(to right, rgb(232,120,5) 0%,rgb(247,203,7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87805', endColorstr='#f7cb07',GradientType=1 );
    }
    .pay-li_r_4 {
        font-weight: bold;
        color: #e87805;
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    line-height: 2.6;
    }

/******** 何よりも貴女自身を大切にしてください ********/
    .rec-img_msg {
        width: 780px;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .rec-msg_ttl {
        background: #ff80aa;
        font-size: 1.1rem;
        color: #FFF;
        width: 780px;
        padding: 4px 0 4px 10px;
        box-sizing: border-box;
        margin: 0 auto;
        font-weight: 700;
    }
    .rec-msg {
        text-align: center;
        font-size: 1.1rem;
        font-weight: normal;
        padding: 10px 4px 30px 4px;
    }
    .rec-msg span {
        color:#fb308a;
        font-weight: 700;
    }

/******** QA ********/
    .p-accordion {
        width: 60%;
        margin: 0 auto 3% auto;
    }
    .q-sub-txt {
        text-align: center;
        font-size: 1.3rem;
        font-weight: 700;
    }
    .p-accordion__item{
        width: 100%;
    }
    .p-accordion__head {
        padding-top: 1%;
    }
    .p-accordion__head a{
        display: block;
        color: #eb2b80;
        text-decoration: none;
        background-color: #feeff6;
        padding: 8px 12px;
        position: relative;
        text-align: left;
        font-size: 1.5rem;
    }
    .p-accordion__head a img{
        transform: translate(0,-50%);
        position: absolute;
        top: 50%;
    }
    .p-accordion__head a span{
        padding-left: 5%;
    }
    .p-accordion__head a::before,
    .p-accordion__head a::after{
        content: "";
        display: block;
        width: 24px;
        height: 2px;
        background-color: #eb2b80;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 12px;
        margin: auto 0;
        transition: .2s;
    }
    .p-accordion__head a::before{
        transform: rotate(90deg);
    }
    .p-accordion__item[data-active] .p-accordion__head a::before{
        transform: rotate(270deg);
        opacity: 0;
    }
    .p-accordion__item[data-active] .p-accordion__head a::after{
        transform: rotate(180deg);
    }
    .p-accordion__content{
        margin-top: 8px;
    }
    .a-box {
        background: #f5f5f5;
        text-align: left;
        font-size: 1.4rem;
        color: #555;
        padding: 1%;
    }
    .p-accordion__head_blue {
        padding-top: 1%;
    }
    .p-accordion__head_blue a{
        display: block;
        color: #fff;
        text-decoration: none;
        background-color: #f778b0;
        padding: 8px 12px;
        position: relative;
        text-align: left;
        font-size: 1.5rem;
    }
    .p-accordion__head_blue a img{
        transform: translate(0,-50%);
        position: absolute;
        top: 50%;
    }
    .p-accordion__head_blue a span{
        padding-left: 5%;
    }
    .p-accordion__head_blue a::before,
    .p-accordion__head_blue a::after{
        content: "";
        display: block;
        width: 24px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 12px;
        margin: auto 0;
        transition: .2s;
    }
    .p-accordion__head_blue a::before{
        transform: rotate(90deg);
    }
    .p-accordion__item[data-active] .p-accordion__head_blue a::before{
        transform: rotate(270deg);
        opacity: 0;
    }
    .p-accordion__item[data-active] .p-accordion__head_blue a::after{
        transform: rotate(180deg);
    }
    /*** 5.QA もっと見る ***/
    .btn-more {
        text-align:center;
        padding: 1% 0;
        color:#00025c;
        background:#FFF;
        width:50%;
        margin: 0 auto;
        font-size: 2.0rem;
    }
    .btn-close {
        background:#FFF;
    }
    .teacher-image {
        text-align: center;
        padding-bottom: 3%;
        width: 980px;
        margin: 0 auto;
    }
/******** 店長ブログ ********/
    .manager_blog{
        margin: 0 auto 40px auto;
        width: 320px;
    }

    /******** 募集要項 ********/
    .rec_image {
        padding-bottom: 2%;
        text-align: center;
        width: 980px;
        margin: 0 auto;
    }
    #rec_overview_ul{
        margin: 0 auto;
        background:url(../images/recruit/bg-first.jpg) center 0 repeat-y;
        width:980px;
        padding: 2% 4%;
        border:1px solid #CCC;
        box-sizing:border-box;
        margin-bottom: 5%
    }
    .rec_overview_li{
        display:table;
        padding-bottom: 1%;
        margin-bottom: 2%;
        border-bottom: 1px solid #CCC;
        width: 100%;
    }
    .overview_l, .overview_r{
        display:table-cell;
    }
    .overview_l{
        background:#f78a75;
        color:#FFF;
        width: 20%;
        font-size: 1.0rem;
        font-weight: bold;
        text-align:center;
        padding:10px 0;
        vertical-align:middle;
    }
    .overview_r{
        width: 80%;
        padding-left:4%;
        box-sizing: border-box;
        font-size: 0.9rem;
        color:#222;
        vertical-align:middle;
    }

    /******** フォーム ********/
    #rec_contents2 {
        margin: 0 auto;
        padding-bottom: 5%;   
    }
    .rec-form_h3 {
        width: 100%;
        margin: 0 auto;
        background: #f78a75;
        color: #FFF;
        padding: 1%; 
        text-align: center;
        margin-bottom: 2%;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
        font-size: 1.4rem;
        box-sizing: border-box;
        line-height: 1.4;
    }
    .rec-form_h3 img {
        width: 30px;
        padding-right: 1%;
        vertical-align: middle;
    }
    #formTable1 {
        width: 90%;
        margin: 0 auto;
    }
    .formTable-li {
        display: table;
        width: 100%;
        padding-bottom: 2%;
        margin-bottom: 3%;
        border-bottom: 1px solid #888;
    }
    .formTable-li_l, .formTable-li_r {
        display: table-cell;
    }
    .formTable-li_l {
        width: 40%;
        font-size: 1.0rem;
        font-weight: bold;
        text-align: right;
        vertical-align: middle;
    }
    .formTable-li_l span {
        background: #f778b0;
        color: #FFF;
        padding: 1%;
        margin-left: 4px;
        font-size: 0.9rem;
        border-radius: 4px;
    }
    .formTable-li_r {
        width: 60%;
        padding-left: 6%;
        box-sizing: border-box;
    }
    .formTable-li_r .middle {
        background: #f1f1f1;
        padding: 1%;
        border-radius: 4px;
        border: none;
        width: 50%;
    }
    .formTable-li_r select {
        background: #f1f1f1;
        padding: 1%;
        border-radius: 4px;
        border: none;
    }
    .formTable-li_r textarea {
        background: #f1f1f1;
        padding: 1%;
        border-radius: 4px;
        border: none;
        width: 50%;
    }
    .send{
        text-align:center;
    }
    .btn_send{
        border:1px solid #CCC;
        background:#f78a75;
        padding:10px;
        font-size:16px;
        color:#FFF;
        border-radius: 40px;
        width: 60%;
        font-weight: bold;
    }
    .rec-thank_txt {
        padding: 10% 0;
        text-align: center;
    }
    /******** LINEから簡単にご応募可能です ********/
    #rec_line {
        margin: 0 auto;
        padding-bottom: 5%;   
    }
    .line-image {
        text-align: center;
        width: 680px;
        margin: 0 auto;
    }
    /******** 今ドキの未経験女子はノーリスクを選ぶ！ ********/
    .imadoki {
        text-align: center;
        width: 980px;
        margin: 0 auto;
    } 
/*** タブレット ここから ***/
    @media screen and ( max-width:1024px){
        .greeting-h2 {
            padding: 15% 0 2% 0;
        }
        .flow-ul {
            padding: 0 1% 2% 1%;
            margin: 0 auto;
            width: 96%;
        }
    }
/********** SMARTPHONE **********/
    @media screen and ( max-width: 480px){
        .br-sp {
            display: block;
        }
        .rec-heading_h2 {
            font-size: 1.6rem;
        }
    /******** ご挨拶 ********/
        #rec-art_greeting {
            background:url(../images/recruit/bg-greeting.jpg) center 0 no-repeat;
            background-color: #0e0202;
            background-size: 100%;
        }
        #rec-movie {
            padding: 0;
        }
        .greeting-ul {
            padding: 0 1% 6% 1%;
        }
        .greeting-h2 {
            font-size: 1.4rem;
            padding: 12% 0 4% 0;
        }
        .greeting-li {
            font-size: 14px;
            padding-bottom: 7%;
        }
        .pc-only {
            display: none;
        }
        .sp-only {
            display: block;
        }
        #rank_1 {
            background:url(../images/recruit/rank.jpg) center 0;
            width: 100%;
            margin: 0 auto;
            color: #FFF;
            padding: 60px 15px; 
            box-sizing: border-box;
            text-align: center;
            font-weight: bold;
        }
        .rank_1_top {
            font-size: 21px;
            text-shadow: 1px 2px 2px #808080;
        }
        .rank_1_btm {
            font-size: 14px;
            padding-top: 10px;
            line-height: 2;
            text-shadow: 1px 2px 2px #808080;
        }
    /******** 7つのポイント ********/
        #rec-art_point {
            padding: 2%;
        }
        .rec-point_li_1 {
            display: block;
        }
        .rec-point_li_2 {
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: flex-start;
            align-items: flex-start;
            -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }
        .rec-point_l {
            width: 100%;
            padding-right: 0;
        }
        .rec-point_l_pad {
            width: 100%;
            display: block;
        }
        .rec-point_r {
            width: 96%;
        }
        .rec-point_r_2_4_6 {
            width: 96%;
        }
        .point-p {
            font-size: 1.0rem;
        }
        .arrow_btm {
          border-width: 30px;
        }
        .arrow_btm_pink {
          border-width: 30px;
        }
    /******** 他店にはない様々な待遇をご用意しております！ ********/
        .div-treatment {
            width: 100%;
        }
        .div-rmd {
            width: 96%;
        }
        .div-rmd img {
            box-shadow: 4px 4px 0px 0px rgba(34, 34, 34, 0.1);
        }
    /******** 研修制度 ********/
        .div-ken {
            width: 96%;
        }
        .ken-txt {
            font-size: 1.0rem;
            font-weight: normal;
        }
    /******** お仕事の流れ ********/
        .flow-l {
            top: -50%;
            width: 30%;
        }
        .flow-r {
            padding-left: 2%;
            vertical-align: top;
            width: 68%;
            line-height: 1.4;
            font-size: 14px;
        }
        .flow-r_2 {
            width: 30%;
            position: absolute;
            top: -50%;
            right: 0;
        }
        .flow-l_2 {
            width: 70%;
            font-size: 14px;
            line-height: 1.4;
        }
        .flow-li {
            margin-bottom: 10%;
        }
        .flow-li_2 {
            margin-bottom: 10%;
        }
    /******** 先輩ボイス ********/
        .voice-ul {
            width: 100%;
            padding: 0 1% 2% 1%;
            box-sizing: border-box;     
        }
        .voice-l {
            width: 30%;
        }
        .voice-r {
            font-size: 14px;
        }
        .voice-l_2 {
            width: 68%;
            font-size: 14px;
        }
        .voice-r_2 {
            width: 30%;
        }

    /******** あなたにあった働きかた ********/
         .pc_only_ttl{
            display: none;
         }
         .sp_only_ttl{
            display: block;
         }
         .free_ttl h2 {
            position: relative;
            font-weight: bold;
            font-size: 22px;
            text-align: center;
            color: #f778b0;
            padding: 0px 0% 10px;
            letter-spacing: 0.18em;
        }
        .free_ttl h2:after {
            content: "";
            display: block;
            width: 90%;
            height: 1px;
            background: #f778b0;
            position: absolute;
            top: 67px;
            right: 50%;
            transform: translateY(-50%) translateX(50%);
        }
        .pay-case {
        display: inline-block;
        background: #FFF;
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 16px 0;
    }

    .pay-li_gray, .pay-li {
        display: table;
        width: 100%;
        text-align: left;
        font-size: 16px;
    }
    /******** 何よりも貴女自身を大切にしてください ********/
    .rec-msg_ttl {
        width: 100%;
    }
    .rec-msg {
        font-size: 16px;
    }

    /******** QA ********/
        .p-accordion {
            width: 96%;
            margin: 0 auto 3% auto;
        }
        .p-accordion__head a{
            font-size: 1.0rem;
        }
        .a-box {
            font-size: 1.0rem;
        }
        .p-accordion__head_blue a{
            font-size: 1.0rem;
        }
        .btn-more {
            width: 100%;
            font-size: 1.3rem;
        }
        .teacher-image {
            width: 100%;
        }
    /******** 募集要項 ********/
        #rec_overview_ul{
            width:100%;
        }
        .rec_image {
            width: 100%;
        }
    /******** フォーム ********/
        #formTable1 {
            width: 100%;
        }
        .formTable-li_l {
            font-size: 0.8rem;
        }
        .formTable-li_l span {
            margin-left: 2px;
            font-size: 0.8rem;
        }
        .formTable-li_r {
            padding-left: 2%;
        }
        .formTable-li_r .middle {
            width: 90%;
        }
        .formTable-li_r textarea {
            width: 90%;
        }
        .line-image {
            width: 100%
        }
    /******** 今ドキの未経験女子はノーリスクを選ぶ！ ********/
        .imadoki {
            width: 100%;
        }
    }


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

.free_ttl h2 {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #f778b0;
    padding: 0px 0% 10px;
    letter-spacing: 0.18em;
}

.pay-li_gray, .pay-li {
    display: table;
    width: 100%;
    text-align: left;
    font-size: 1.2rem;
}

}