@charset "utf-8";
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{font-size:1pc;font-family:M PLUS Rounded\ 1c,Helvetica Neue,Helvetica,Arial,Roboto,Droid Sans,游ゴシック,Yu Gothic,游ゴシック体,YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Meiryo UI,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;line-height:1.8;-webkit-text-size-adjust:100%;-webkit-font-feature-settings:"palt";font-feature-settings:palt}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}h1,h2,h3,h4,h5,h6,th{font-weight:400}ol,ul{list-style:none}blockquote,q{quotes:none}select{font-size:100%}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}a,ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}img{vertical-align:bottom}input,select{vertical-align:middle}article:after,aside:after,div:after,dl:after,footer:after,header:after,li:after,main:after,ol:after,section:after,ul:after{display:block;clear:both;height:0;content:""}
@-webkit-keyframes a{0{-webkit-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}}@keyframes a{0,36%,to{-webkit-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}36%,to{-webkit-transform:translate(0,0);transform:translate(0,0)}}.faa-horizontal.animated,.faa-horizontal.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-horizontal{-webkit-animation:a 2s ease infinite;animation:a 2s ease infinite}.faa-horizontal.animated-hover.faa-fast:hover,.faa-horizontal.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-horizontal.faa-fast{-webkit-animation:a 1s ease infinite;animation:a 1s ease infinite}.faa-horizontal.animated-hover.faa-slow:hover,.faa-horizontal.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-horizontal.faa-slow{-webkit-animation:a 3s ease infinite;animation:a 3s ease infinite}
/****************************************
 common (共通スタイル)
****************************************/
html{
  font-size: 62.5%;
}
* {box-sizing: border-box;}
body{
    font-size: 1.6em;
    min-width: 320px;
    color: #4e4e4e;
    text-align: center;
    background: #fff;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
a, a:hover, a:active{
    color: #4e4e4e;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
input:hover,button:hover{
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.under_line{border-bottom: 1px dashed #acacac;}
/* リンク */
.link_act_01{
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.link_act_01:hover{filter: saturate(200%);}
/*アニメーション*/
.fadeInUp {
  opacity : 0;
  transform: translateY(20px);
  transition: 1s;
}
.effect-fade {
　opacity : 0;
　transform : translate(0, 45px);
　transition : all 300ms;
}
.effect-fade.effect-scroll {
　opacity : 1;
　transform : translate(0, 0);
}
/*色*/
span.pur{
  color: #bc7bb6;
}
span.pink{
  color: #e5729d;
}
.ora{
  color: #f5a677;
}
/*共通*/
.inner800{
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
#message,#salary,#work_time,#enter_flow,#work_flow,#interview,
#form{
  padding: 70px 0;
}
span.err{
  color: #fd6262;
}
/*ヘッダー*/
header{
  position: relative;
  background: url(../../images/recruit/header_vis.png),#fff;
  background-repeat: repeat-x,repeat;
  background-size: 30px;
  position: fixed;
  width: 100%;
  z-index: 2;
  padding-bottom: 10px;
}
header .header_txt{
  color: #818181;
  background: #ebebeb;
  font-size: 12px;
  text-align: left;
  padding: 3px 5px;
}

.sp_menu{
display: none;
}

/*メインビジュアル*/
img.sp{display: none;}
#mainvisual {
  position: relative;
  background: url(../../images/recruit/mainvisual_event.png),url(../../images/recruit/mainvisual.jpg);
  background-position: 98% 98%,right bottom;
  background-repeat: no-repeat,no-repeat;
  background-size: 320px,880px;
  text-align: right;
  height: 790px;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  z-index: -1;
  padding-top: 100px;
}
p.reserve_sp_btn{
  display: none;
}
#mainvisual img.title{
  max-width: 740px;
}
#mainvisual p{
  text-align: left;
}
#mainvisual ul{
  text-align: left;
  max-width: 400px;
  margin-top: 70px;
}
#mainvisual ul li{
  font-size: 2rem;
  font-family: vdl-yotag, sans-serif;
  font-style: normal;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.7);
  margin: 4px 0;
  display: inline-block;
}
#mainvisual ul li span{
  font-size: 3rem;
}
#mainvisual .main_bg {
  width: 100%;
}
#mainvisual .main_txt {
  position: absolute;
  top: 20%;
  bottom:0;
  left: 0;
  right: 0;
  z-index: 1;
}
#mainvisual .main_txt img{
  width: 38%;
  max-width: 400px;
}
/*メッセージ*/
.title_01 {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 40px 0 18px;
  font-size: 2.6rem;
  background: -webkit-gradient(linear, left top, right top, from(#e0a8dd), color-stop(48%, #efc6ec), to(#bcc4e6));
  background: -o-linear-gradient(left, #e0a8dd 0%, #efc6ec 48%, #bcc4e6 100%);
  background: linear-gradient(left, #e0a8dd 0%, #efc6ec 48%, #bcc4e6 100%);
  color: #c13576;/*文字色*/
  box-sizing: border-box;
  border-left: 9px solid;
}
.title_01:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.title_01:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
#message{
  background: url(../../images/recruit/message_02.png),url(../../images/recruit/message_01.jpg);
  background-repeat: no-repeat;
  background-position: right bottom 30px, left top;
  background-size: 190px, 440px;
  margin: -36px auto 0;
  z-index: 0;
  max-width: 980px;
}
#message h2 img{
  margin-bottom: 14px;
}
#message .box{
    max-width: 510px;
    margin: 0 0 0 auto;
    text-align: left;
    vertical-align: top;
    height: 316px;
}
#message p{
  text-align: left;
  line-height: 2.6;
}
#message p img{
  display: block;
  margin: 0 auto;
  width: 130px;
  }
#message .under_line{
  padding-bottom: 5px;
}
/*給料*/
#salary{
  background: url(../../images/recruit/salary_01.png),url(../../images/recruit/salary_02.png);
  background-size: 14px,auto;
  background-repeat: repeat-x, repeat;
}
#salary h2,
#salary h3{
  margin-bottom: 2%;
}
#salary span.pink{
  font-size: 2rem;
}
#salary .system{
  background: url(../../images/recruit/salary_04.png) no-repeat;
  background-size: cover;
  max-width: 690px;
  margin: -120px auto 2%;
  padding: 116px 0 94px;
}
#salary div{
    background: url(../../images/recruit/salary_03.png) no-repeat;
    background-position: top right;
    background-size: 560px;
    height: 476px;
    width: 90%;
    max-width: 880px;
    margin: 0 auto;
}
#salary .box h2,
#salary .box p{
  max-width: 280px;
  text-align: left;
}
#salary h2 img{
  width: 100%;
}
#salary .system ul li:first-child{
font-size: 1.8rem;
    line-height: 2;
}
#salary .system ul{
  border: 2px solid #e27d8c;
  font-size: 2.4rem;
  font-family: vdl-yotag, sans-serif;
  font-style: normal;
  font-weight: 500;
  display: flex;
  max-width: 350px;
  width: 95%;
  margin: 26px auto;
  border-radius: 4px;
}
#salary .system ul li:first-child{
  background: #e27d8c;
  color: #fff;
  width: 40%;
}
#salary .system ul li:nth-child(2){
  color: #e27d8c;
margin: 0 auto;
width: 60%;
}
#salary .system table{
  font-size: 1.8rem;
  margin: 0 auto;
}
#salary .system table tr{
    border-bottom: 1px solid #c1c1c1;
}
#salary .system table tr th:last-child,
#salary .system table tr td:last-child{
    color: #f28849;
}
#salary .system table tr th:first-child{
  width: 30%;
}
#salary .system table tr th:nth-child(2),
#salary .system table tr td:nth-child(2){
  width: 35%;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
#salary .system table tr th:nth-child(3){
  width: 35%;
}
.example h3 span{
  background: linear-gradient(transparent 60%, #ffe3d4 60%);
  line-height: 1;
  font-size: 2.2rem;
  margin-left: 20px;
  display: inline-block;
}
#salary .example ul.no1,
#salary .example ul.no2{
    display: flex;
    max-width: 600px;
    margin: 0 auto 1%;
}
#salary .example ul li ul.box{
  background: url(../../images/recruit/salary_07.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  padding: 18px;
  width: 340px;
  height: 178px;
}
#salary .example ul li ul.box li:first-child{
  color: #e6a076;
  font-size: 1.8rem;
  line-height: 1;
}
#salary .example ul li ul.box li:nth-child(2){
  font-size: 1.4rem;
  color: #9c9b9b;
}
#salary .example ul li ul.box li:nth-child(3){
  background: #fff;
  border: 2px solid #e69f76;
  color: #e69f76;
  max-width: 230px;
  margin: 6px auto;
}
#salary .example ul li ul.box li:nth-child(4){
  background: #e79f76;
  color: #fff;
  max-width: 230px;
  margin: 6px auto;
}
#salary .example p{
  color: #e79e76;
  margin-top: 2%;

}
/*ポイント*/
#point{
    background: url(../../images/recruit/salary_01.png),url(../../images/recruit/salary_01.png),url(../../images/recruit/point_02.png),url(../../images/recruit/point_01.jpg);
    background-repeat: repeat-x,repeat-x,no-repeat,no-repeat;
    background-position: top,bottom,93%,bottom;
    background-size: 14px,14px,440px,cover;
    max-width: 980px;
    width: 90%;
    margin: -50px auto;
    padding: 100px 0 120px;
}
#point div{
  max-width: 320px;
  margin: 0 0 auto 18%;
  text-align: left;
}
#point h2 img{
    max-width: 320px;
    width: 80%;
}
#point ul{
 text-align: left;
 font-size: 1.8rem;
}
#point ul li{
  margin-bottom: 10px;
}
#point ul li:first-child{
  color: #e46478;
  font-size: 2.2rem;
}
#point a{
  color: #fff;
  padding: 10px;
  border-radius: 4rem;
  background: -webkit-gradient(linear, left top, right top, from(#dd96d9), color-stop(48%, #dba0d7), to(#afbbed));
  background: -o-linear-gradient(left, #dd96d9 0%, #dba0d7 48%, #afbbed 100%);
  background: linear-gradient(left, #dd96d9 0%, #dba0d7 48%, #afbbed 100%);
  display: block;
  max-width: 320px;
  margin: 20px auto 0;
  text-align: center;
  width: 98%;
}
/*入店の流れ*/
#flow {
    background: url(../../images/recruit/nagare_09.jpg);
    background-size: auto;
    padding: 124px 0 6px;
    margin-top: -83px;
}
#flow div{
  width: 90%;
  margin: 0 auto;
}
#flow  h2 img{
  width: 90%;
  max-width: 380px;
  margin-bottom: 2%;
}
#flow dl{
  max-width: 600px;
  margin: 0 auto;
}
#flow dl dt{
  position: relative;
}
#flow dl dt img{
  width: 100%;
}
#flow dl dt span{
  position: absolute;
  left: 0;
  top: -40px;
}
#flow dl dd{
    background: url(../../images/recruit/nagare_04.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 40px;
    margin: 0 auto 50px;
    text-align: left;
}
#flow dl dd:last-child{
  background: none;
}
#flow dl span{
  font-size: 2rem;
  color: #79bfc4;
  font-weight: 600;
}
/*よくある質問*/
#qa{
  max-width: 700px;
  width: 90%;
  margin: 60px auto;
  background: url(../../images/recruit/qa_02.png),url(../../images/recruit/qa_01.jpg),#f1f0f8;
  background-repeat: repeat-x, no-repeat;
  padding: 100px 0;
  background-position: top,bottom;
  margin-top: -44px;
}
#qa h2 img{margin-bottom: 5%;}
.ac_box{
  max-width: 460px;
  width: 90%;
  margin: 0 auto;
}
.ac_box li{margin-bottom: 3%; text-align: justify;}
.ac_box li:last-child{margin-bottom: 0;}

.acd-check{
    display: none;
}
.acd-label{
    border-radius: 6px;
    font-family: vdl-yotag, sans-serif;
    font-style: normal;
    font-weight: 500;
    background: linear-gradient(90deg, #dc8ea9 0%, #d3a9ea 100%);
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 10px 70px 10px 10px;
    position: relative;
}
.acd-label:after{
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    content: '▼';
    font-size: 0.8em;
    line-height: 2.4;
    display: block;
    height: 100%;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
    box-sizing: border-box;
}
.in_txt{
background: rgba(255,255,255,0.9);
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .2s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '▲';
}
.acd-check:checked + .acd-label + .in_txt{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
    font-size: 1.4rem;
}
/*募集要項*/
#req{
  margin-top: -50px;
  padding-top: 50px;
}
#req h2{
  text-align: left;
  max-width: 700px;
  margin: 0 auto 8px;
}
#req div.shopstaff{
    background: url(../../images/recruit/req_02.png) no-repeat top 60px right 40px;
    background-size: 320px;
    padding: 50px 0;
    max-width: 980px;
    width: 90%;
    margin: 0 auto;
}
#req div.shopstaff ul{
  border: 2px dashed #ccc;
  display: flex;
  padding: 20px;
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
}
#req div.shopstaff ul li:first-child{
  color: #d85883;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  border-right: 1px solid #dcdcdc;
  padding: 20px;
}
#req div.shopstaff ul li:nth-child(2){
  font-size: 1.8rem;
  color: #9a9a9a;
  padding-left: 20px;
  display: -webkit-flex;
 display: flex;
 -webkit-align-items: center;
 align-items: center; 
 -webkit-justify-content: center; 
 justify-content: center; 

}
#req div.shopstaff ul li:first-child span{
  background: #d06488;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 100;
  max-width: 150px;
  margin: 0 auto;
  border-radius: 2rem;
  line-height: 2;
}
/*切り替えタブ*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background: url(../../images/recruit/req_04.jpg);
  background-size: 22px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}
.tab_content p{
  color: #e86666;
  font-weight: 600;
  font-size: 2rem;
  border: 2px solid;
  margin: 10px 0;
  border-radius: 2rem;
}
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}
/*募集要項内容*/
#req h2:before {
  left: 18px;
}
#req h2:after {
  right: 18px;
}
#req table{
    max-width: 90%;
    margin: 0 auto;
}
#req tr{
    border-bottom: 1px solid #cacaca;
}
#req tr:last-child{
    border-bottom: none;
}
#req tr th,#req tr td{
    vertical-align: middle;
}
#req tr th{
  width: 20%;
  border-right: 1px solid #cacaca;
  padding: 10px;
  text-align: center;
  color: #5ab4bd;
}
#req tr td{
  font-size: 0.9em;
  line-height: 2em;
  width: 80%;
  text-align: left;
  padding: 15px;
}
#req tr td p{
  margin-bottom: 20px;
}
/*応募方法*/
ul.btn li i{
  color: #fff;
  border-radius: 2rem;
  padding: 14px;
}
ul.btn li a{
  display: block;
  margin-bottom: 6px;
  }
ul.btn li:first-child i{
  background: #a670c1;
}
ul.btn li:nth-child(2) i{
  background: #d06c8f;
}
ul.btn li:nth-child(3) i{
  background: #80d06c;
}
ul.btn li:nth-child(4) i{
  background: #d0bf6c;
}
ul.btn li:first-child a{
  color: #a670c1;
}
ul.btn li:nth-child(2) a{
  color: #d06c8f;
}
ul.btn li:nth-child(3) a{
  color: #80d06c;
}
ul.btn li:nth-child(4) a{
  color: #d0bf6c;
}

/*応募フォーム*/
input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}
input[type="text"] ,
input[type="email"] {
    border: 1px solid #cacaca;
    line-height: 2;
    width: 80%;
    max-width: 300px;
    padding: 0 6px;
    height: 40px;
    font-size: 1.6rem;
    background: #fff;
    border-radius: 2rem;
}
input[name="age"]{
    max-width: 60px;
}
input[type="checkbox"] {
    display: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 4px 6px;
    border: 0;
    outline: none;
    background: transparent;
    border: 1px solid #cacaca;
    width: 90%;
    max-width: 300px;
    border-radius: 4px;
    font-size: 14px;
    background: #fff;
}
/*ボタン！*/
button,input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}
input[type="submit"],button[type="button"]{
  background: #ccc;
    color: #fff;
    padding: 14px 0;
    font-size: 14px;
    max-width: 300px;
    width: 90%;
    border-radius: 30px;
    letter-spacing: 1px;
box-shadow: 2px 3px #bbb;
}
input[type="submit"]{
    background: url(../../err.html) no-repeat,#ccc;
    background-position: 96% 50%;
    background-size:30px;
}
input[type="submit"]:hover,
button[type="button"]:hover{
  background: #c6a0cc;
  letter-spacing: 6px;
  box-shadow: 2px 3px #346873;
}
form .btn_which input{
  width: auto;
}
.checkbox-input {
    display: none;
}
.checkbox-parts {
  font-size: 14px;
  cursor: pointer;
  position: relative;
  padding: 15px 12px 15px 38px;
  transition: .3s;
  border-radius: 8px;
  border: 1px solid #ddd;
  display: inline-block;
  line-height: 1;
  margin-bottom: 10px;
}
.checkbox-input:checked+.checkbox-parts {
    background: #e4e4e4;
}
.checkbox-parts::before {
    content: "";
    display: block;
    left: 17px;
    width: 14px;
    height: 14px;
    border-radius: 15px;
    border: 1px solid #b1b1b1;
    position: absolute;
    background: #fff;
}
.checkbox-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    left: 20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: .2s;
    display: block;
}
.checkbox-input:checked+.checkbox-parts::after {
    background: #ff7f91;
}
label.btn_lg02 .checkbox-parts {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 0px 7px 40px;
    padding: 13px 0px 13px 40px;
}
label.btn_lg02 .checkbox-parts::before {
    top: 13px;
    left: 13px;
}
label.btn_lg02 .checkbox-parts::after {
    top: 16px;
    left: 16px;
}
#form{
  margin-top: 50px;
  padding-bottom: 40px;
  background: url(../../images/recruit/form_01.png),url(../../images/recruit/form_02.png),url(../../images/recruit/req_04.jpg);
  background-repeat: no-repeat,repeat-x,repeat;
  background-position: top right -40px,top,top;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-size: 240px, auto, auto;
  max-width: 700px;
  width: 90%;
  margin: 30px auto;
  padding: 100px 0 50px;
}
#form .inner800{
    padding: 4% 3% 5%;
}
#form h2 img{
  max-width: 280px;
  margin-bottom: 6%;
}
#form dd{
    margin-bottom: 22px;
    border-image-slice: 2;
    padding-bottom: 25px;
    border-bottom: 2px dashed #ececec;
    width: 90%;
    margin: 0 auto;
}
#form dd:last-child{
  border: none;
  }
#form dt{
    font-size: 18px;
    font-weight: bold;
    color: #797979;
    margin: 10px auto 0;
}
#form dt i{
  position: relative;
  bottom:4px;
}
#form dt span.atten_01{
    background: #c52b2b;
    color: #fff;
    border-radius: 2px;
    padding: 1px 4px;
    font-size: 12px;
}
span.edd{
    color: #b187cb;
}
select[name=month],select[name=day],select[name=hour],select[name=min],
select[name=month2],select[name=day2],select[name=hour2],select[name=min2],
select[name=month3],select[name=day3],select[name=hour3],select[name=min3]{
  border: 1px solid #ccc;
  background: #fff;
  padding: 4px 13px;
}
#form dd table{
  margin: 10px auto 0;
}
#form dd table input{
  width: 90%;
  margin-bottom: 5px;
}
#form dd tr{
  border-bottom: 1px solid #ddd;
}
#form dd tr:last-child{
  border-bottom: none;
}
#form dd th{
  border-right: 1px solid #ddd;
  width: 35%;
  vertical-align: middle;
}
#form dd td{
  padding: 10px 5px 10px 2%;
  text-align: right;
}
/*確認画面*/
#form.form_box dd .err{
    background: linear-gradient(90deg, rgba(197,214,245,0.4) 0%, rgba(247,202,243,0.4) 100%);
    border: 1px solid #fff;
    padding: 2px 50px;
    display: inline-block;
    margin: 5px 0;
}
#form.form_box dd .day_hope{
    border: 1px solid #ccc;
    padding: 0px 50px;
    margin-bottom: 5px;
    display: inline-block;
}
#form.form_box dd p.hope{
  margin-bottom: 3%;
}
/*追尾*/
#contact {
  display: none;
}
/*フッター*/
footer .inner .info a{
  font-size: 1.4rem;
}
footer .inner{
    background: url(../../images/recruit/footer_01.jpg) no-repeat;
    background-size: cover;
    margin: 0 auto 30px;
    max-width: 610px;
    height: 418px;
    padding: 80px 0;
}
footer img{
  margin: 2% 0 0;
}
footer small{
  font-size: 12px;
  color: #9c9c9c;
}
footer ul.btn {
  max-width: 286px;
  text-align: left;
  margin: 2% auto 0;
  border-top: 2px dotted #e4e4e4;
  border-bottom: 2px dotted #e4e4e4;
  padding: 8px 0;
  font-size: 1.4rem;
}
/****************************
　1024px以下
*****************************/
@media screen and (max-width:1024px) {
  /*共通*/
  body{
      background: url(../../images/recruit/header_vis.png);
      background-position: top;
      background-repeat: repeat-x;
      background-size: 12px; 
    }
  header,main,footer{margin-left: 0;}
  #info .inner800 .txt p{font-size: 35px;}
  /*header*/
    header .header_txt{padding: 3px 70px 3px 5px;}

  /*メインビジュアル*/
  #mainvisual{
    width: 94%;
    padding-top: 24px;
  }
  #mainvisual img.title{
    max-width: 100%;
    margin: 76% auto 0;
    background: #fff;
    padding: 0 0 8px;
        width: 76%;
      margin-top: 84px;
  }
  #mainvisual ul{
    margin-top: 100px;
  }

  /*メッセージ*/
  #message{
      background: url(../../images/recruit/message_02.png) no-repeat right bottom;
      max-width: 740px;
  }
  #message .box{
      margin: 0 auto;
      width: 90%;
  }
  /*お給料*/
  #salary div{
    background-size: 58%;
  }
  /*おすすめポイント*/
  #point{
    background-size: 14px,14px,54%,cover;
  }
  #point div{
    margin: 0 0 auto 2%;
  }

  /*追尾ボタン*/
  #contact {display: block;}
  #contact ul{
      display: flex;
      position: fixed;
      bottom: 0;
      width: 100%;
      letter-spacing: 0;
      z-index: 2;
      padding: 0 8px 10px;
  }
  #contact li{
    width: calc(100%/3);
    background: #f1d3e0;
    border-radius: 4px;
  }
  #contact li a{
    color: #bc5474;
    display: block;
    line-height: 3em;
  }
  #contact li:nth-child(2){margin: 0 5px;}
  #contact li.f_line{background: linear-gradient(90deg, #dbf3b6 0%, #a3ead6 100%);}
  #contact li.f_line a{color: #708d57;}
  #contact li.f_form{background: #fff;border-radius: 3rem;box-shadow: 1px 0px 4px 0px #8e8e8e;}
  #contact li.f_tel{background: linear-gradient(90deg, #efced9 0%, #d8b5ea 100%);}
  #contact li.f_form a{color: #b52675;}
  #contact li.f_form a img{margin-bottom: 10px;}
  /*フッター*/
  footer{margin-bottom: 100px;}
}
/****************************
　934px以下
*****************************/
@media screen and (max-width:934px){
  /*header*/

  /*簡単応募*/
  a.reserve_btn{
    max-width: 84px;
    font-size: 1.2rem;
    padding: 12px 8px;
    line-height: 1.6;
    top: 4px;
    right: 4px;
  }
  /*メインビジュアル*/
  #mainvisual{
    background-position: 98% 98%,right -200px bottom;
  }
  #mainvisual img.title{
  max-width: 100%;
  margin: 76% auto 0;
  background: #fff;
  padding: 0 0 8px;
  width: 76%;
  margin-top: 84px;
  }
  #mainvisual img.title{
  width: 100%;
  padding-left: 184px;
  }
}
/****************************
　768px以下
*****************************/
@media screen and (max-width:768px) {
  /*共通*/
  img.sp{display: block;}
  img.sp.logo{
    margin: 10px auto;
  }
  img.pc{display: none;}
  .hidden_768{
    display: none;
  }
  #info .inner800 .txt{width: 100%;}
  #info .inner800 .txt p {font-size: 34px;}
  #salary .inbox p {padding: 0 5px;}

  /*メインヴィジュアル*/
  #mainvisual{
    height: auto;
    background: none;
    padding-top: 16px;
  }
  #mainvisual .main_txt{top:12%;}
  #mainvisual .main_txt img{width: 45%;}
  #mainvisual img.title{
    width: 100%;
    margin: 60px auto 0;
    padding: 0;
  }
  #mainvisual ul li span{
    font-size: 2.2rem;
  }
  #mainvisual ul{
    margin: 2% auto 0;
    max-width: 100%;
    text-align: center;
  }
  #mainvisual ul li{
  line-height: 1.6;
  padding: 6px 0;
  font-size: 1.6rem;
  border-bottom: dashed 1px #b3b3b3;
  }
  
  /*簡単応募*/
  p.reserve_sp_btn{
      display: block;
      padding: 2px;
      background: rgba(213, 131, 159, 0.8);
      color: #fff;
      width: 100px;
      border-radius: 4px;
      position: absolute;
      right: 50px;
      top: 0;
      height: 46px;
      font-size: 1.8rem;
      line-height: 1.2;
      border-radius: 0 0 7rem 7rem;
      z-index: 100;
  }
  p.reserve_sp_btn i{
      content: "\f304";
      color: #ffffff;
  }
  p.reserve_sp_btn span{
    font-size: 1.2rem;
  }
  .title_01{
    padding: 0 26px 0 8px;
    height: 44px;
    line-height: 50px;
  }
  #message, #salary, #work_time, #enter_flow, #work_flow, #interview{
    padding: 40px 0;
  }
  /*   メッセージ*/
  #message{
    background-size: 140px;
    max-width: 500px;
    margin: 20px auto 60px;
    padding: 0 0 40px;
  }
  /*  給与例*/
  #salary div{
    background: none;
    height: auto;
    margin-bottom: 10px;
  }
  .example{
  max-width: 406px;
  margin: 0 auto;
  width: 96%;
  }
  #salary h2 img {
  width: 80%;
  }
  #salary .example ul li ul.box li:first-child{
    font-size: 1.6rem;
  }
  #salary .example ul li ul.box li:nth-child(2){
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #salary .example ul li ul.box li:nth-child(3),
  #salary .example ul li ul.box li:nth-child(4){
    font-size: 1.4rem;
  }
  #salary .example ul.no2{
    margin:10px auto 20px;
  }
  .system h3 img{
    max-width: 250px;
    width: 90%;
  }
  #salary .example ul li ul.box{
  width: 256px;
  height: 134px;
  padding: 0px 12px 0 34px;
  }
  #salary .system{
    padding: 100px 0;
    background-position: 40%;
    margin: 0px auto 4%;
  }
  #salary .example ul.no1 li:first-child img, #salary .example ul.no2 li:first-child img{
    padding-top: 3rem;
  }
  #salary .example ul.no1 ul.box li:first-child img,
  #salary .example ul.no2 ul.box li:first-child img{
    width: 20px;
    padding-top: 10px;
  }
  #salary .box p{
    max-width: 100%;
  }
  .example h3 img{
    width: 36%;
    max-width: 180px;
  }
  .example h3 span{
    width: auto;
    margin: 14px 0;
    text-align: left;
    padding: 4px;
    font-size: 1.5rem;
  }
  /*  求人ポイント*/
  #point{
    margin: 20px auto;
    padding: 44px 0;
    background-size: 13px,14px,48%,cover;
  }
  #point ul li:first-child{
    font-size: 1.8rem;
  }
  #point ul{
    font-size: 1.6rem;
  }
  #point ul li img{
    width: 30px;
  }
  /*  仕事の流れ*/
    #flow{
      margin-top: 0;
      padding-top: 44px;
  }
  #flow dl dt span img{
    width: 70px;
  }
  #flow dl dd{
    margin: 0 auto;
  }
  #flow dl dt{
    margin-top: 20px;
  }
  /*  よくある質問*/
  #qa{
    margin: 20px auto;
    padding-top: 44px;
    padding: 40px 0 20px;
  }
  .acd-label{font-size: 1em; padding: 10px 55px 10px 10px;line-height: 2rem;}
  .acd-label:after{padding: 10px 14px;    line-height: 2rem;}
  #req h2{font-size: 2em;}
  #req table{width: 100%;}
  #req tr th{width: 24%;}
  /*  募集要項*/
    #req div.shopstaff ul li:nth-child(2) br{
    display: none;
  }
  #req div.shopstaff ul{
    padding: 10px;
  }
  #req div.shopstaff ul li:first-child span{
    max-width: 80px;
    font-size: 1.4rem;
  }
  #req div.shopstaff ul li:first-child{
    font-size: 1.8rem;
    padding: 0;
    width: 30%;
  }
  #req div.shopstaff ul li:nth-child(2){
    font-size: 1.4rem;
    text-align: center;
    width: 70%;
    text-align: left;
  }
  .tabs{
    padding-bottom: 0;
  }
  #req h2 img{
      width: 90%;
      max-width: 300px;
  }
  #req table{
    max-width: 100%;
  }
  .tab_content p{
    font-size: 1.4rem;
  }
  /*  応募フォーム*/
  #form{
    padding: 60px 0;
    background-size: 180px, auto, auto;
    background-position: top right -80px,top,top;
  }
  /*店舗ページ*/
  #official img{
    width: 90%;
    max-width: 400px;
  }
  /*フッター*/
  footer .inner{
    width: 96%;
    background-position: 60%;
  }
  footer img{
    width: 120px;
  }
}
/* ----- 620 ------*/
@media screen and (max-width:620px) {
  .f_box {
      display: block;
  }
  #salary .bg_pic,
  #work_time .bg_pic {
      height: 200px;
      width: 100%;
      margin-bottom: 3%;
  }
  #work_time ul li {
      display: inline-block;
      width: 49%;
  }
  .tab_content{
    padding: 10px 10px 0;
  }

}
/************************************************
480px以下
*************************************************/
@media screen and (max-width:480px) {
  /*共通*/
  .sp{display: block;}
  .pc{display: none;}
  body{font-size: 14px;}
    .sp{display: none;}
    footer .inner{
    width: 100%;
    height: 362px;
  }
  header .header_txt{font-size: 10px;}
  #mainvisual .main_txt {top: 25%;}
  #mainvisual .main_txt img{width: 70%;}
  /*メッセージ*/
  #message .txt_box {
      text-align: justify;
      width: 90%;
      margin: 0 auto;
  }
  /*給料*/
  #salary .inbox p {
      font-size: 16px;
  }
  #salary .inbox p .fs_s {
      font-size: 1em;
  }
  #salary .s_top_txt p {
      font-size: 24px;
  }
  #salary .f_box ul {
      width: auto;
      margin-left: 3%;
  }
  /*よくある質問*/
  #qa h2 img{
    width: 90%;
  }
  #enter_flow .inner800,
  #work_flow .inner {
      width: 95%;
  }
  #work_flow ul li .number{
    width: 80px;
  }
  #work_flow ul li.arrow img {
      max-width: 24px;
  }
  #work_flow ul li p{
    text-align: left;
  }
  /*募集要項*/
  #req h2:before,
  #req h2:after {
      height: calc(100% + 30px);
      top: -15px;
  }
  #req h2:after {
      right: 8px;
  }
  #req h2:before {
      left: 8px;
  }
  #req tr {
      border-bottom: none;
  }
  #req tr th,
  #req tr td {
      width: 100%;
      display: block;
  }
  #req tr th {
    border-right: none;
    background: #cecece;
    color: #ffffff;
    font-size: 1.2em;
    padding: 2px;
    border-radius: 20rem;
  }
  #req div.shopstaff{
  padding: 20px 0 50px;
  }
  #form h2 img {
    padding: 0 3%;
    width: 80%;
    background: #fff;
    border-radius: 0 20rem 20rem 0;
  }
  .tab_content h3{
    margin-bottom: 10px;
  }
  #form dt {
      font-size: 16px;
  }
}
@media screen and (max-width:350px) {
    #form dd th {
        width: 30%;
    }
    #form dd td {
        padding: 10px 5px;
    }
}

