@charset "UTF-8";
.recruit-message {
  margin-bottom: 108px;
  margin-top: 123px;
}
.recruit-message .recruit-read-ttl {
  letter-spacing: 2.5px;
  margin-bottom: 46px;
}
.recruit-message .top-read-txt {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 23px;
  text-align: center;
}
.recruit-message .top-read-txt.is-left {
  line-height: 1.5;
  text-align: left;
}
.recruit-message .txt {
  line-height: 1.85;
  margin: 0 0 1.9em;
}
.recruit-message .txt:last-of-type {
  margin-bottom: 0;
}
.recruit-message > p.txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.recruit-message .recruit-requirements-ttl {
  font-size: 3.2rem;
  letter-spacing: 3.1px;
  line-height: 1.45;
  margin-bottom: 33px;
  padding-bottom: 25px;
}

.interview-cts {
  margin: 0 0 124px;
}
.interview-cts .staff-list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 64px 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 80px 0;
}
.interview-cts .staff-list-cassette .thumbnail {
  border-radius: 20px;
  height: 325px;
  margin: 0 0 26px;
  text-align: center;
  width: 475px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.interview-cts .staff-list-cassette .thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: none;
}
.interview-cts .staff-list-cassette .hire-date {
  font-weight: 700;
  margin: 0 0 10px;
}
.interview-cts .staff-list-cassette .staff-name {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0 30px 0 0;
  position: relative;
}
.interview-cts .staff-list-cassette .staff-name::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 28px;
  margin: auto;
  position: absolute;
  right: 0;
  top: -3px;
  width: 28px;
}

.recruit-requirements {
  border-top: 1px solid #ddd;
  table-layout: fixed;
  width: 100%;
}
.recruit-requirements tr {
  border-bottom: 1px solid #ddd;
}
.recruit-requirements th,
.recruit-requirements td {
  height: 64px;
  padding: 17px 20px;
}
.recruit-requirements .ttl {
  background: #f8f8f8;
  font-weight: 700;
  text-align: left;
  width: 200px;
}
.recruit-requirements .shop-detail {
  margin: 0 0 16px;
}
.recruit-requirements .shop-detail:last-of-type {
  margin-bottom: 0;
}
.recruit-requirements .shop-detail .name::before {
  content: "●";
  vertical-align: middle;
}
.recruit-requirements .caution-notes {
  color: #e63932;
  font-size: 1.1rem;
  margin: 10px 0 0;
}

.recruit-flow {
  margin: 0 0 120px;
}
.recruit-flow .flow-list {
  counter-reset: flow;
  margin: 40px 0 100px;
}
.recruit-flow .step-cts {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  counter-increment: flow;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 20px;
  padding: 50px;
}
.recruit-flow .step-cts:last-of-type {
  margin-bottom: 0;
}
.recruit-flow .step-cts .icon {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100px;
  height: 140px;
  position: relative;
  width: 140px;
}
.recruit-flow .step-cts .icon::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  color: #fff;
  content: counter(flow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  height: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  width: 35px;
}
.recruit-flow .step-cts .icon img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
  width: 100%;
}
.recruit-flow .step-cts .flow-txt {
  padding: 0 0 0 40px;
  width: calc(100% - 140px);
}
.recruit-flow .step-cts .flow-txt .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin: 0 0 10px;
}
.recruit-flow .step-cts .flow-txt .txt {
  letter-spacing: 0.8px;
  line-height: 1.9;
}
.recruit-flow .recruit-notes-txt {
  font-size: 1.1rem;
}

.btn-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 56px 0 0;
}

.tab-slider--nav {
  margin: 50px 0 40px;
}

.interview-article {
  margin: 120px 0 160px;
}

.interview-section {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 94px;
}
.interview-section .article-img {
  width: 500px;
}
.interview-section .article-img .thumbnail {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 325px;
}
.interview-section .article-img .thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: none;
}
.interview-section .article-img.column-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.interview-section .article-img.column-02 .thumbnail {
  width: 240px;
}
.interview-section .txt-box {
  width: 400px;
}
.interview-section .interview-ttl {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 3.1px;
  line-height: 1.45;
  margin: 0 0 18px;
}
.interview-section .interview-ttl .ruby {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: normal;
  margin: 1px 0 10px;
  text-align: right;
}
.interview-section .interview-txt {
  line-height: 1.93;
}
.interview-section:nth-of-type(2n) .article-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.interview-section:nth-of-type(2n) .txt-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.interview-section:nth-of-type(2n) .interview-ttl .ruby {
  text-align: left;
}
