body{
    font-family: "fot-tsukubrdgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 auto;
    background-color: #f5f5f5;
}


/* ヘッダー */
/*PCメニュー*/
header{
  width: 100%;
  box-sizing: border-box;
  transition: padding .5s, background-color .5s; /* 背景色と高さをじんわり変更 */
  transition: .3s;
  padding: 0 26px;
  align-items: center;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
}
/* ファーストビューを過ぎたあとのヘッダー */
.header.transform {
  background-color: #fff; /* 背景色変更 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 26px;
}

#header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
#header h1 {
  margin-right: auto;
  width: 355px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  #header h1 {
    width: 255px;
  }

}
@media screen and (max-width: 500px) {
  #header h1 {
    width: 165px;
  }

}
.head-logo img{
    width: 100%;
    margin-top: 15px;
}
#header #navi {
  margin-top: 10px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  list-style: none;
}
#header #navi li {
  margin: 0 15px;
  line-height: 100%;
  font-size: 1vw;
  letter-spacing: 2px;
  list-style: none;
}
#header #navi li a {
  color: #000;
  text-decoration: none;
}
.square{
  background:#000;
  padding:0.25em;
  padding-left: 1em;
  padding-right: 1em;
  border: solid 1px #000;
  color:white;
}
/*PCメニュー*/
/*SPメニュー*/
@media screen and (max-width: 1050px) {
  /* bager menu */
  #header #navi {
    transition: all 0.6s;
    overflow-y: auto;
    /*padding-top: 40px;
    width: 300px;*/
    height: 100vh;
    z-index: 200;
    top: 0;
    right: -320px;
    background-color: #fff;
    position: fixed;
    flex-direction: column;
    align-items: center;
    padding: 150px 0;
  }
  #header #navi li {
    padding: 20px;
    font-size: 18px;
  }
  #header .nav_btn {
    width: 44px;
    height: 44px;
    z-index: 300;
    top: 15px;
    right: 15px;
    cursor: pointer;
    /*position: absolute;*/
    position: fixed;
  }
  .hamburger_line {
    transition: all 0.6s;
    width: 34px;
    height: 2px;
    left: 5px;
    background-color: #000;
    position: absolute;
  }
  .hamburger_line1 {
    top: 10px;
  }
  .hamburger_line2 {
    top: 21px;
  }
  .hamburger_line3 {
    top: 32px;
  }
  .nav_bg {
    opacity: 0;
    transition: all 0.6s;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: #000;
    cursor: pointer;
    position: fixed;
  }
  /* 表示された時用のCSS */
  .nav_open #header #navi {
    right: 0;
    width: 100%;
    background-image: url(http://wmspic.weimall.jp/weiwei/weiwei-logo.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 25px 15px;
  }
  .nav_open .nav_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav_open .hamburger_line1 {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav_open .hamburger_line2 {
    width: 0;
    left: 50%;
  }
  .nav_open .hamburger_line3 {
    transform: rotate(-45deg);
    top: 20px;
  }
}

.recruit-wrap{
    width: 75%;
    margin: 0 auto;
}
@media screen and (max-width: 618px) {
  .recruit-wrap{
    width: 85%;
}

}

/* 求人情報 見出し */
/*  */
.main-wrapper{
    width: 100%;
    height: 1000px;
    /* min-height: 780px; */
    background: url(http://wmspic.weimall.jp/weiwei/recruit-top-sample.jpg) 50% 0 no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: wrap;
    justify-content: left;
    align-items: center;
    text-align: left;
    color: #FFF;
    font-size: 42px;
    line-height: 1.3;
}
.inner-txt img{
    width: 80%;
}
.f-inner{
    text-align: center;
    margin: 0 auto;
}
.recruit{
    text-align: center;
}
.recruit h2{
    margin-top: 20%;
    font-size: 30px;
    font-size: 3vw;
    position: relative;
    padding: 1.5rem;
    letter-spacing: 0.2em;
    text-align: center;
    text-shadow: 3px 1px 3px #000000
}
  
.recruit h2 span {
    font-size: 18px;
    font-size: 2vw;
    display: block;
    letter-spacing: 0.2em;
  }
  
  .recruit h2:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #a12626;
  }
  .recruiting{
    font-size: 1vh;
    letter-spacing: 0.2em;
    padding-top: 8px;

  }
  @media screen and (max-width: 878px) {
    .recruit h2{
      margin-top: 20%;
      font-size: 30px;
      font-size: 5vw;
      position: relative;
      padding: 1.5rem;
      letter-spacing: 0.2em;
      text-align: center;
      text-shadow: 3px 1px 3px #000000
  }
    .recruit h2 span {
      font-size: 3vw;
      letter-spacing: 0.2em;
    }
    .recruiting{
      font-size: 2vw;
    }
  }
  @media screen and (max-width: 548px) {
    .recruit h2{
      margin-top: 20%;
      font-size: 30px;
      font-size: 7vw;
      position: relative;
      padding: 1.5rem;
      letter-spacing: 0.2em;
      text-align: center;
      text-shadow: 3px 1px 3px #000000
  }
    .recruit h2 span {
      font-size: 4vw;
      letter-spacing: 0.2em;
    }
    .recruiting{
      font-size: 3vw;
    }
  }

/* 要素1(求人情報) */
.recruit-inner{
    text-align: center;
    margin-top: 10%;
}
.recruit-img{
    text-align: center;
    width: 100%;
}
.recruit-img img{
    width: 100%;
}
.rr-btxt{
    font-size: 2.5vw;
    margin-top: 0;
}
.rr-txt{
    font-size: 1.5vw;
}
/* 募集を見るボタン(共通) */
.view{
    margin-top: 4%;
  }
  a.view-btn-border {
    background: #000;
  }
  
  a.view-btn-border:hover {
    background: #424242;
  }
  .view-btn,
  a.view-btn {
  font-size: 2.2vw;
  font-weight: 700;
  line-height: 0.5;
  position: relative;
  display: inline-block;
  padding: 1.5rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  }

  /* 募集職種 見出し */
.type-top{
    text-align: left;
    letter-spacing: 0.2em;
    /*font-size-adjust: 0.56;*/
  }
  .type-top h3 {
    display: flex;
    align-items: center;
    font-size: 3vw;
    margin-top: 15%;
    }
    .type-top h3:after {
    border-top: 2px dotted;
    content: "";
    flex-grow: 1;
    }
    .type-top h3:after {
    margin-left: 1rem;
    }
    .type-top h3 span{
    font-size: 1.5vw;
    margin-left: 15px;
  }
  .h3-cp{
    font-size: 2vw;
    margin-top: -5%;
    letter-spacing: 0.2em;
  }
  .h3-txt{
    font-size: 1.5vw;
    line-height: 2.5;
    margin-top: 5%;
    letter-spacing: 0.2em;
    line-height: 4vw;
  }
  @media screen and (max-width: 768px) {
    .type-top h3 {
      font-size: 4vw;
    }
    .type-top h3 span {
      font-size: 10px;
      margin-left: 5px;
    }
  }

/* 募集職種メイン */
 /* アコーディオンメニュー中身 */
.type-list{
    width: 100%;
    margin: 0 auto;
  }
  @media screen and (max-width: 540px) {
    .type-list{
      width: 100%;
    }
  }
  /* 店ロゴ */
  .type-inner{
    width: 100%;
    align-items: center;
  }
  .type-inner img{
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 400px;
  }
  .storelogo{
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
  }
 
  .more-content{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    margin-top: 3%;
    padding: 1em 2em;
  }
  .more-img{
    width: 100%;
  }

  .more-txt{
    font-size: 1vw;
      line-height: 250%;
      text-align: left;
      color: #484848;
      padding: 0 25px 0 0px;
  }


  @media screen and (max-width: 978px) {
    .more-content{
      flex-direction: column;
      padding: 1em 0em;
    }
    .more-txt{
      padding: 0;
      letter-spacing: 0.1em;
      line-height: 23px;
      font-size: 1vw;
    }

  }
  /* viewmore(共通) */
.viewmore1{
  width: 10%;
  margin: 0 auto;
  text-align: right;
  margin-right: 10%;
  position: absolute;
    top: 35px;
    left: 65%;
}
@media screen and (max-width: 846px) {
  .viewmore1{
      left: 60%;
  }

}

a.viewmore1-btn-border:hover {
  background: #000;
  color: #fff;
}
.viewmore1-btn,
a.viewmore1-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 40px;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .3em;
  border: 1px solid #000;
  -webkit-transition: all .6s;
  transition: all .6s;
  padding: 11px 0;
  color: #000;
  border: 1px solid #000;
}
@media screen and (max-width: 1000px) {
  .viewmore1-btn,
  a.viewmore1-btn{
    width: 88px;
    font-size: 10px;
    padding: 7px 0;
  }

}
.viewmore1 a{
  width: 150px;
  margin-top: 4px;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .viewmore1 a{
    width: 100px;
  }

}
@media screen and (max-width: 984px) {
  .viewmore1{
    margin-right: 20%;
  }

}

@media screen and (max-width: 768px) {
  .viewmore1{
    display: none;
  }

}
  /* viewmore(共通) */
  .viewmore2{
    display: none;
    margin-top: 4%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2%;
  }
  
  a.viewmore2-btn-border:hover {
    background: #000;
    color: #fff;
  }
  .viewmore2-btn,
  a.viewmore2-btn {
    position: relative;
    display: inline-block;
    text-align: center;
    border-radius: 40px;
    line-height: 1;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .3em;
    border: 1px solid #000;
    -webkit-transition: all .6s;
    transition: all .6s;
    padding: 11px 0;
    color: #000;
    border: 1px solid #000;
  }
  .viewmore2 a{
    width: 100px;
    margin-top: 4px;
    text-decoration: none;
    cursor: pointer;
  }
  
  @media screen and (max-width: 768px) {
    .viewmore2-btn,
    a.viewmore2-btn{
        line-height: 1;
        padding: 9px 0;
  
    }
    .viewmore2{
      display: inline-block;
      position: absolute;
      top: 80px;
      left: 30%;
    }
    .viewmore2 a{
        width: 130px;
        font-size: 1.5vw;
    }
    .summary-title{
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  
  }

/* viewmore(共通) */
.viewmore{
    margin-top: 0;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0;
  }
  a.viewmore-btn-border {
    background: #000;
  }
  
  a.viewmore-btn-border:hover {
    background: #424242;
  }
  .viewmore-btn,
  a.viewmore-btn {
    position: relative;
    display: inline-block;
    text-align: center;
    border-radius: 40px;
    line-height: 1.6;
    font-size: 12px;
    font-size: 1.5vwm;
    font-weight: 700;
    letter-spacing: .3em;
    color: #000;
    border: 1px solid #000;
    -webkit-transition: all .6s;
    transition: all .6s;
    padding: 11px 0;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
  }
  .viewmore a{
    width: 160px;
    margin-top: 0;
    text-decoration: none;
    cursor: pointer;
  }

  @media screen and (max-width: 768px) {
    .viewmore-btn,
    a.viewmore-btn{
        line-height: 1;
        padding: 9px 0;

    }
    .viewmore{
        margin-bottom: 5%;
    }
    .viewmore a{
        width: 130px;
        margin-top: 0;
        font-size: 1.5vw;
    }

  }
  

  
  /* アコーディオンメニュー構築 */
  summary {
    /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
    display: block;
  }
  
  summary::-webkit-details-marker {
    /* Safariで表示されるデフォルトの三角形アイコンを消します */
    display: none;
  }
  
  .summary_inner{
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    font-weight: bold;
    font-size: 1.5vw;
  }
  
  .icon {
    display: block;
    position: relative;
    width: 24px;
    margin-left: 6px;
    flex-shrink: 0;
    transform-origin: center 43%;
    transition: transform 0.4s;
  }
  
  /*details[open] .icon {*/
  /*  transform: rotate(180deg);*/
  /*}*/
  
  /* is-openedクラスが付与されたときのスタイル */
  details.is-opened .icon {
    transform: rotate(180deg);
  }
  
  /* アイコンのバーのスタイル */
  .icon::before,
  .icon::after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 3px;
    background-color: #000000;
  }
  
  .icon::before {
    left: 0;
    transform: rotate(45deg);
  }
  
  .icon::after {
    right: 0;
    transform: rotate(-45deg);
  }
  
  /* --------アコーディオンの中身のスタイル-------- */
  .content {
    /*overflow: hidden;*/
    /*background-color: #fff;*/
    width: 94%;
    margin: 0 auto;
  
    /* details直下のタグにpaddingを設定すると挙動がおかしくなるので、ここには指定しない */
  }
  
  .content_inner {
    padding: 25px 0px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 1.2vw;
    letter-spacing: 0.2em;
    line-height: 2.5;
  }

  .summery-txtbox{
    padding: 0px 24px 0px 24px;
  }
  @media screen and (max-width: 768px) {
    .summery-txtbox{
        margin-top: 5%;
    }
  
  }

  .summery-txt{
    border-left:1px solid #000000; /*線の設定*/
    padding:0em 1em; /*余白の設定*/
    font-size: 1.2vw;
    font-weight: 400;
  }



  .border-bottom{
    border-bottom: 1px solid #ccc;
  }

   /* --------求人内容の文章-------- */
  
.content_inner table{
  width: 100%;
}
table{
  border-collapse: collapse;
    border-spacing: 0;
    font-size: 1vw;
}
table th{
  /*padding: 35px 100px 35px 10px;*/
    width: 35%;
    background: #F5F4F2;
}
table td{
  padding-left: 60px;
    padding-right: 50px;
    padding: 35px 0;
}
table th,
table td{
  border-bottom: #ccc 1px solid;
  text-align: left;
  vertical-align: baseline;
}
.border-none{
  border-bottom: none;
  margin-bottom: 8%;
}
@media screen and (max-width: 1000px) {
  table{
      font-size: 1.5vw;
  }

}
@media screen and (max-width: 768px) {
  table{
      margin-bottom: 0px;
  }
  table th,
  table td{
    display: block;
    margin: 0;
    width: 100%;
    padding: 10px 0px 10px 10px;
  }
  table th{
    font-size: 20px;
    background-color: #e3e3e3;
    color: #000;
  }
  table td{
    font-size: 14px;
  }
  .summery-txt{
    font-size: 14px;
  }

  .summary_inner {
    font-size: 18px;
  }
  .content_inner{
    margin-bottom: -5%;
  }
}


  

  /* 要素7(お問い合わせ) */
  .contact{
    width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-top: 10%;
  }
  .contact-inner{
    font-size: 1.2vw;
    margin-bottom: 15px;
    letter-spacing: 3px;
  }
  @media screen and (max-width: 768px) {
    .contact-inner{
      font-size: 3vw;
    }

  }
  .contact-main{
    font-size: 1.5vw;
    font-weight: 600;
    line-height: 1.5;
    width: 100%;
    margin: 0 auto;
  }
  @media screen and (max-width: 768px) {
    .contact-main{
      font-size: 15px;
      font-weight: 700;
    }
  }
  .ctc-btn,
a.ctc-btn {
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.2em;
  color: #000;
  width: 45%;
}
  a.ctc-btn-border {
    border: 2px solid #000;
    border-radius: 0;
    background: #fff;
  }
  
  a.ctc-btn-border:hover {
    color: #fff;
    background: #000;
  }

  /* フッター */
  .c-footer{
    position: relative;
    margin-top: 10%;
    background-color: #000;
    position: absolute;
    width: 100%;
  }

  .footer-wrap{
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 80px;
    position: relative;
}
.c-footer h1{
    display: block;
    width: 40%;
}
.foot-logo img{
    width: 50%;
}

.footer-wrap ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
}

.footer-wrap ul li{
    display: block;
    font-size: 0.8vw;
    padding-left: 20px;
    letter-spacing: 2px;
    list-style: none;
}
@media screen and (max-width: 768px) {
  .footer-wrap ul li{
    font-size: 12px;
}
.foot-logo img{
  width: 100%;
}

}
.footer-wrap ul li a{
    color: #fff;
    text-decoration: none;
}

.foot-copy{
  width: 90%;
  margin: 0 auto;
}
.copy{
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 2px;
  margin-bottom: 2%;
}

@media screen and (max-width: 950px) {
.circle {
  width: 150px;
  height: 150px;
}
}

@media screen and (max-width: 768px) {
  .company-wrap{
    width: 90%;
  }
  .comp-top h3{
    font-size: 4vw;
  }
  .comp-top h3 span{
    font-size: 10px;
    margin-left: 5px;
  }
  .slogan-more{
    flex-direction: column;
  }
  .circle{
    width: 100px;
    height: 100px;
    font-size: 4vw;
  }

  .hist-inner dt,
  .hist-inner dt{
    font-size: 1vw;
    width: 15%;
  }
  .ov-inner dd,
  .ov-inner dd{
    font-size: 1vw;
    width: 75%;
    margin-left: 15px;
  }
}


@media screen and (max-width: 768px) {
  .footer-wrap{
    flex-direction: column;
  }
  .footer-wrap ul {
    flex-direction: column;
  }
  .footer-wrap ul li {
    padding: 10px;
  }
  .footer-wrap ul li a {
    text-decoration: none;
  }
  .c-footer h1{
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .foot-logo img{
    width: 40%;
  }
}

@media screen and (max-width: 375px) {
  .foot-logo img{
    width: 60%;
  }
}

  /* トップへ戻る */
  #page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #9c9c9c;
    opacity: 0.6;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

  /* スクロール時フェードイン */
.fade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}

.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
} 