@charset "UTF-8";
/* ================================================= *
 *        	common
 * ================================================= */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500&family=Poppins:ital,wght@1,200&display=swap");
h1, h2, h3, h4, h5, h6 {
  font-family: 'M PLUS 1p', sans-serif !important;
  letter-spacing: 0.2rem !important;
}

/* ================================================= *
  *        	正社員募集
* ================================================= */
.recruit {
  font-family: 'M PLUS 1p', sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.2rem;
  /* ------------------------------------
  *        	head
  ------------------------------------ */
  /* ------------------------------------
  *        	TFMの魅力
  ------------------------------------ */
  /* ------------------------------------
  *        	INTERVIEW
  ------------------------------------ */
  /* ------------------------------------
  *        	募集要項
  ------------------------------------ */
  /* ------------------------------------
  *        	gallery
  ------------------------------------ */
  /* ------------------------------------
  *        	応募フォーム
  ------------------------------------ */
}

.recruit ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.recruit img {
  max-width: 100%;
  height: auto;
  border: none;
}

.recruit .container {
  max-width: 900px;
  margin: auto;
}

.recruit .content_ttl {
  position: relative;
  margin-bottom: 90px;
  color: #000;
  font-family: 'M PLUS 1p', sans-serif !important;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2rem;
}

.recruit .content_ttl::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 66px;
  height: 2px;
  background-color: #d19a77;
}

.recruit .head {
  padding-bottom: 80px;
  text-align: center;
}

.recruit .head__img {
  margin-top: 60px;
  padding-bottom: 30px;
}

.recruit .head__ttl {
  margin-bottom: 10px;
  color: #000;
  font-size: 5.4rem;
  font-weight: 300;
  line-height: 1.37;
}

@media (max-width: 992px) {
  .recruit .head__ttl {
    font-size: calc(100vw / 992 * 54);
  }
}

.recruit .head__ttl .strong {
  letter-spacing: 0;
}

.recruit .head__txt {
  width: 92%;
  margin: auto;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 2.4rem;
}

@media (max-width: 768px) {
  .recruit .head__txt {
    font-size: 1.8rem;
  }
}

.recruit .charm {
  padding-bottom: 500px;
  background-color: #000;
  background-image: url(../img/recruit/full_time/charm_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

@media (max-width: 1600px) {
  .recruit .charm {
    padding-bottom: calc(100vw / 1920 * 500);
  }
}

.recruit .charm__img {
  padding-bottom: 150px;
}

@media (max-width: 768px) {
  .recruit .charm__img {
    padding-bottom: calc(100vw / 1200 * 150);
  }
}

.recruit .charm .content_ttl {
  margin-bottom: 120px;
  color: #fff;
}

.recruit .charm_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 900px;
  margin: 0 auto 30px;
}

.recruit .charm_list__item {
  width: 250px;
  margin: 0 15px 80px;
}

.recruit .charm_list__ttl {
  position: relative;
  margin-bottom: 60px;
  color: #d19a77;
  font-size: 6.0rem;
  font-weight: 100;
  text-align: center;
  line-height: 1;
}

.recruit .charm_list__ttl::after {
  content: "";
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 57px;
  height: 2px;
  background-color: #d19a77;
}

.recruit .charm_list__data {
  color: #fff;
  font-size: 1.4rem;
}

.recruit .charm_read {
  max-width: 800px;
  width: 92%;
  margin: auto;
}

.recruit .charm_read__txt {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
}

.recruit .interview {
  margin-top: -2px;
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .recruit .interview {
    padding-bottom: calc(100vw / 1200 * 150);
  }
}

.recruit .interview__item {
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .recruit .interview__item {
    margin-bottom: calc(100vw / 1200 * 120);
  }
}

.recruit .interview__img {
  max-width: 800px;
  width: 100%;
  padding-left: 8.045%;
}

.recruit .interview_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 280px;
  margin-top: -70px;
  margin-right: 7.471%;
  background-color: #fff;
  -webkit-box-shadow: 22px 22px 0 rgba(240, 234, 232, 0.34);
          box-shadow: 22px 22px 0 rgba(240, 234, 232, 0.34);
}

@media (max-width: 768px) {
  .recruit .interview_data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    margin-top: -30px;
    padding: 30px 15px 0;
    -webkit-box-shadow: 11px 11px 0 rgba(240, 234, 232, 0.34);
            box-shadow: 11px 11px 0 rgba(240, 234, 232, 0.34);
  }
}

@media (max-width: 480px) {
  .recruit .interview_data {
    width: 90%;
  }
}

.recruit .interview_data__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  .recruit .interview_data__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recruit .interview_data__logo {
  width: 170px;
  padding: 40px 0 50px 20px;
}

@media (max-width: 768px) {
  .recruit .interview_data__logo {
    padding: 0 0 30px;
  }
}

.recruit .interview_data__logo.salt {
  width: 129px;
}

.recruit .interview_data__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}

.recruit .interview_data__head .position {
  margin-bottom: 30px;
  color: #69372e;
  font-size: 1.6rem;
}

.recruit .interview_data__head .name {
  margin-bottom: 10px;
  color: #000;
  font-size: 5.0rem;
  font-weight: 100;
}

.recruit .interview_data__head .year {
  color: #010101;
  font-size: 1.4rem;
}

.recruit .interview_data__ttl {
  font-family: serif;
  color: #864c46;
  font-size: 2.4rem;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .recruit .interview_data__ttl {
    width: 100%;
  }
  .recruit .interview_data__ttl br {
    display: none;
  }
}

.recruit .interview_read {
  margin-top: 60px;
}

.recruit .interview_read__txt {
  color: #000;
  font-size: 1.4rem;
  line-height: 2;
}

.recruit .interview_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recruit .interview_column__item {
  width: 280px;
  margin: 15px 30px;
  background-color: #f0f0f0;
}

.recruit .interview_column__txt {
  margin: 0;
  padding: 20px;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.7;
}

.recruit .requirements__img {
  padding-bottom: 150px;
}

@media (max-width: 768px) {
  .recruit .requirements__img {
    padding-bottom: calc(100vw / 1200 * 150);
  }
}

.recruit .requirements__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #6b6b6b;
}

@media (max-width: 768px) {
  .recruit .requirements__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recruit .requirements__ttl {
  min-width: 171px;
  color: #000;
  font-size: 2.0rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .recruit .requirements__ttl {
    margin-bottom: 30px;
  }
}

.recruit .requirements__data {
  color: #000;
  font-size: 1.4rem;
  line-height: 2;
}

.recruit .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px !important;
}

.recruit .brand__item {
  width: 48.5%;
  margin-bottom: 3%;
  background-color: #f0f0f0;
}

@media (max-width: 480px) {
  .recruit .brand__item {
    width: 100%;
  }
}

.recruit .brand__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 130px;
}

.recruit .brand__logo {
  max-height: 105px;
  padding: 2% 10%;
  margin: auto;
}

.recruit .brand__data {
  padding: 0 20px;
}

.recruit .brand__txt {
  color: #000;
  font-size: 1.4rem;
}

.recruit .attention {
  padding: 50px 0 30px !important;
}

.recruit .attention__item {
  margin-bottom: 20px;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.recruit .attention__item .list_style {
  position: relative;
  z-index: 1;
}

.recruit .attention__item .marker {
  position: relative;
  padding-bottom: 2px;
  z-index: -1;
}

.recruit .attention__item .marker::before {
  content: "";
  position: absolute;
  left: -2px;
  width: 0px;
  height: 0px;
  border: 15px solid;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
  z-index: 0;
}

.recruit .attention__item .marker::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -15px;
  width: 0px;
  height: 0px;
  border: 15px solid;
  border-color: transparent #fff transparent transparent;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.recruit .attention__item:nth-child(odd) .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff7bd));
  background: linear-gradient(transparent 60%, #fff7bd 0%);
}

.recruit .attention__item:nth-child(even) .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #e7f2a2));
  background: linear-gradient(transparent 60%, #e7f2a2 0%);
}

.recruit .detail:not(:last-child) {
  margin-bottom: 40px;
}

.recruit .detail__ttl {
  margin-bottom: 10px;
  color: #be4c1f;
  font-size: 1.6rem;
  font-weight: 500;
}

.recruit .example {
  margin-top: 5px;
}

.recruit .example__ttl {
  margin-bottom: 5px;
}

.recruit .example__txt {
  line-height: 2;
}

.recruit .conditions {
  margin-top: -35px;
}

.recruit .conditions__ttl {
  margin-bottom: 5px;
  font-weight: 400;
}

.recruit .conditions__txt {
  line-height: 2;
}

.recruit .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 90px 0 !important;
}

@media (max-width: 768px) {
  .recruit .gallery {
    padding-top: calc(100vw / 1200 * 90) !important;
    padding-bottom: calc(100vw / 1200 * 90) !important;
  }
}

.recruit .gallery__item {
  width: calc(100% / 6);
}

.recruit .gallery__item:first-of-type {
  margin-top: 35px;
}

@media (max-width: 768px) {
  .recruit .gallery__item:first-of-type {
    margin-top: calc(100vw / 1200 * 35);
  }
}

.recruit .gallery__item:nth-of-type(2) {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .recruit .gallery__item:nth-of-type(2) {
    margin-top: calc(100vw / 1200 * 50);
  }
}

.recruit .gallery__item:nth-of-type(4) {
  margin-top: 45px;
}

@media (max-width: 768px) {
  .recruit .gallery__item:nth-of-type(4) {
    margin-top: calc(100vw / 1200 * 45);
  }
}

.recruit .gallery__item:nth-of-type(6) {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .recruit .gallery__item:nth-of-type(6) {
    margin-top: calc(100vw / 1200 * 60);
  }
}

.recruit .step{
  max-width: 800px;
  padding: 0 15px;
  margin: 0 auto 80px;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.8;
}
.recruit .step__item {
  margin-bottom: 34px;
}
.recruit .step_ttl {
  font-size: 2rem;
  color: #be4c1f;
}

.recruit .contact__txt {
  max-width: 800px;
  margin: 0 auto 80px;
  color: #000;
  font-size: 1.8rem;
  line-height: 2.2;
}

.recruit .contact_form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .recruit .contact_form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recruit .contact_form__item .note {
  display: block;
  font-size: 1.4rem;
}

.recruit .contact_form .submit_btn {
  margin-top: 30px;
  text-align: center;
}

.recruit .contact_form .submit_btn .btn {
  padding: 14px 28px;
  border-radius: 30px;
  background-color: #be4c1f;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}

.recruit .contact_form form label {
  width: 30%;
  margin-top: 20px;
  color: #000;
  font-size: 2.0rem;
}

@media (max-width: 480px) {
  .recruit .contact_form form label {
    width: 100%;
    margin-bottom: 5px;
  }
}

.recruit .contact_form .form-control {
  width: 70%;
  height: 60px;
  background-color: #f3f3f3;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 480px) {
  .recruit .contact_form .form-control {
    width: 100%;
  }
}

.recruit .contact_form textarea.form-control {
  height: 210px;
}

/* ================================================= *
  *        	パート・アルバイト募集
* ================================================= */
.recruit.part_time {
  border-bottom: 1px solid #777;
  /* ------------------------------------
  *        	仕事について
  ------------------------------------ */
  /* ------------------------------------
  *        	work
  ------------------------------------ */
  /* ------------------------------------
  *        	求人情報
  ------------------------------------ */
}

.recruit.part_time .head {
  margin-bottom: 60px;
}

.recruit.part_time .head__ttl {
  margin-top: calc(-100vw / 1200 * 285);
  margin-bottom: calc(100vw / 1200 * 130);
  color: #fff;
  font-size: calc(100vw / 1200 * 64);
  font-weight: 300;
  text-align: center;
}

@media (max-width: 768px) {
  .recruit.part_time .head__ttl {
    margin-top: calc(-100vw / 750 * 220);
    margin-bottom: calc(100vw / 750 * 60);
    font-size: calc(100vw / 750 * 46);
  }
}

.recruit.part_time .head__txt {
  max-width: 800px;
  width: 92%;
  margin: auto;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 1.8rem;
  line-height: 2.2;
  font-weight: 300;
  text-align: left;
}

.recruit.part_time .work {
  text-align: center;
}

.recruit.part_time .work__inner {
  max-width: 1200px;
  margin: auto;
}

.recruit.part_time .work__txt {
  margin: 60px 0;
  color: #000;
  font-size: 1.8rem;
  font-weight: 300;
}

.recruit.part_time .work__category {
  margin-bottom: 30px;
  color: #de7736;
  font-size: 2.4rem;
}

.recruit.part_time .work__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .recruit.part_time .work__list {
    margin-bottom: 60px;
  }
}

.recruit.part_time .work__item {
  width: 325px;
}

.recruit.part_time .work__caption {
  font-size: 1.4rem;
}

.recruit.part_time .job {
  background-color: #000;
}

.recruit.part_time .job .content_ttl {
  margin-bottom: 200px;
  color: #fff;
}

.recruit.part_time .job__main {
  margin-bottom: 100px;
}

.recruit.part_time .job__list {
  margin-bottom: 280px;
}

@media (max-width: 768px) {
  .recruit.part_time .job__list {
    margin-bottom: 140px;
  }
}

.recruit.part_time .job__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 75px;
}

@media (max-width: 992px) {
  .recruit.part_time .job__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.recruit.part_time .job__data {
  width: 525px;
  margin-top: 30px;
}

@media (max-width: 992px) {
  .recruit.part_time .job__data {
    width: 100%;
  }
}

.recruit.part_time .job__img {
  width: 320px;
  margin-right: 20px;
}

@media (max-width: 992px) {
  .recruit.part_time .job__img {
    max-width: 450px;
    width: 90%;
    margin-right: 0;
  }
}

.recruit.part_time .shop {
  color: #fff;
  font-size: 1.4rem;
}

.recruit.part_time .shop__concept {
  font-weight: 500;
}

.recruit.part_time .shop__name {
  display: block;
  margin-bottom: 25px;
  font-size: 4.0rem;
  font-weight: 300;
  line-height: 1.1;
}

.recruit.part_time .recruitment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 25px;
  padding: 30px 0;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}

@media (max-width: 480px) {
  .recruit.part_time .recruitment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 480px) {
  .recruit.part_time .recruitment__ttl {
    margin-bottom: 10px;
  }
}

.recruit.part_time .recruitment__data .lunch {
  display: inline-block;
  width: 90px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 2px 0;
  border-radius: 4px;
  background-color: #ffd156;
  color: #000;
  text-align: center;
}

.recruit.part_time .recruitment__data .dinner {
  display: inline-block;
  width: 90px;
  padding: 2px 0;
  border-radius: 4px;
  background-color: #8a6249;
  text-align: center;
}

.recruit.part_time .apply_btn {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #77c3d1;
  color: #77c3d1;
  font-size: 1.4rem;
}

.recruit.part_time .apply_btn:hover {
  text-decoration: none;
}

.recruit.part_time .apply_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 10px;
  border-color: transparent transparent transparent #77c3d1;
}
