@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Poppins:wght@600&family=Noto+Sans+JP:wght@400;700&display=swap");
:root {
  --font: "Noto Sans JP", sans-serif;
  --font-en: "Lato", sans-serif;
  --font-sans: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --font-en-sans: "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif;
}

/* -------------------------------------------
共通パッチ
------------------------------------------- */

img {
  vertical-align: bottom;
}

/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 767.01px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

/* 要項ページ body */
.single-post_recruit {
  color: var(--sub-txt, #333);
  word-break: break-word;
  /* font-weight: 500; */
}

/* ロゴ */
.m-header-001__logo {
  padding: 10px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 5px 15px;
    max-width: 220px;
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 50px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    display: none;
  }
}

.m-header-001__logo-link-img.is-mobile {
  display: none;
  max-height: 50px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

/* 大見出し */
.c-headline-001 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .c-headline-001 {
    margin-bottom: 20px;
  }
}

.c-headline-001 + * {
  padding-top: 0;
  margin-top: 0;
}

.c-headline-001__en {
  font-weight: 400;
  letter-spacing: 0.05em;
  /* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}

/* モジュール内見出し */
@media screen and (max-width: 767px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

@media screen and (max-width: 374px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}

/* 募集要項 */
div[class^="m-require-"][class$="__detail-row"] {
  border-color: #bbb;
}

div[class^="m-require-"][class$="__detail-ttl"] {
  font-weight: 700;
  /* color: var(--sub-txt); */
}

div[class^="m-require-"][class$="__detail-desc"] {
  font-weight: 500;
}

/* コピーライト */
.m-footer-001 {
  /*background: var(--sub-bg);*/
  /*color: inherit;*/
}

.m-footer-001__copyright {
  padding: 27px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

/* ヘッダーの高さ */
@media screen and (min-width: 767.1px) {
  .m-header-001__btn-link {
    min-height: 80px;
  }
}

/*白ロゴ*/
/* .m-header-001::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary);
  opacity: .6;
}

.single-post_recruit .m-header-001::before {
  display: none;
} */
/*TOPのみ　PC・SP共　ヘッダー透過*/
.single-post_recruit .m-header-001 {
  background: transparent;
}

.m-header-001 + .m-kv-001 {
  margin-top: -80px;
  /* PCヘッダーの高さ */
}

@media screen and (max-width: 1600px) {
  .m-header-001 + .m-kv-001 {
    margin-top: -80px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001 {
    margin-top: -48px;
    /* SPヘッダーの高さ */
  }
}

/*
モジュールを「フリーテキスト」にしてタイトルh2の子を下記 div タグのみにする
<div class="img-headline"></div>
*/
.img-headline {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 62px;
  background-image: url("画像URL");
}

@media screen and (max-width: 767px) {
  .img-headline {
    height: 44px;
    background-image: url("画像URL");
  }
}

/* -------------------------------------------
募集要項 003
------------------------------------------- */
.m-require-003 {
  background: #fff !important;
  padding-top: 110px;
}

@media screen and (max-width: 767px) {
  .m-require-003 {
    padding-top: 60px;
  }
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-003 .c-headline-001__en {
  /* text-transform: uppercase; */
}

@media screen and (max-width: 320px) {
  .m-require-003__detail {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 320px) {
  .m-require-003__detail-row {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-003__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  /* color: #333; */
}

.m-header-001__btn-link,
.c-page-ttl-001__txt-en {
  font-family: var(--font-en-sans);
}

.c-page-ttl-001__txt-ja,
.c-desc-001,
.c-message-001__txt,
.f-entry,
.c-form__btn,
select,
input,
textarea,
button,
div[class^="m-require-"][class$="__detail-row"],
p[class^="m-require-"][class$="__entry"],
.m-footer-001__copyright {
  font-family: var(--font-sans);
}

/*mg008 require*/
.m-require-003 .c-headline-001__en {
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 70px;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  color: var(--sub-txt, #000000);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .m-require-003 .c-headline-001__en {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0.12em;
  }
}

.m-require-003 .c-headline-001__ja {
  margin-top: 25px;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .m-require-003 .c-headline-001__ja {
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}

.m-kv-001 + .m-kv-001 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .m-kv-001 + .m-kv-001 {
    margin-top: 50px;
  }
}

/* -------------------------------------------
飲食店モジュール：仕事内容
------------------------------------------- */
.m-modulegroup008-002 {
  margin: 0 auto;
  padding: 120px 0;
  background-color: var(--sub-bg, #f2f2f2);
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-002 {
    padding: 50px 0;
  }
}

.m-modulegroup008-002__headline {
  font-size: 70px;
  font-size: 7rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-002__headline {
    padding: 0 16px;
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-modulegroup008-002__headline-en {
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 700;
  letter-spacing: 0.2em;
}

.m-modulegroup008-002__headline-ja {
  display: block;
  margin-top: 25px;
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-002__headline-ja {
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}

.m-modulegroup008-002__work {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-002__work {
    margin-top: 30px;
  }
}

.m-modulegroup008-002__work-item {
  height: auto;
}

.m-modulegroup008-002__work-item:only-child {
  max-width: 960px;
  margin: 0 auto;
}

.m-modulegroup008-002__work-figure {
  position: relative;
}

.m-modulegroup008-002__work-figure-img-pc {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-002__work-figure-img-pc {
    display: none;
  }
}

.m-modulegroup008-002__work-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-002__work-figure-img-sp {
    display: inline;
  }
}

.m-modulegroup008-002__work-cnt {
  height: 100%;
  padding: 70px 60px;
  background-color: var(--primary, #04a1af);
  text-align: left;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-002__work-cnt {
    padding: 30px 15px;
    letter-spacing: 0.1em;
  }
}

.m-modulegroup008-002__work-ttl {
  display: inline-block;
  padding: 7px 25px;
  background-color: var(--primary-border, #04a1af);
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.5;
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-002__work-ttl {
    padding: 4px 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup008-002__work-ttl:not(:first-of-type) {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-002__work-ttl:not(:first-of-type) {
    margin-top: 4px;
  }
}

.m-modulegroup008-002__work-ttl + .m-modulegroup008-002__work-txt {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-002__work-ttl + .m-modulegroup008-002__work-txt {
    margin-top: 20px;
  }
}

.m-modulegroup008-002__work-txt {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-002__work-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup008-002 .swiper-slide {
  height: auto;
}

.m-modulegroup008-002 .swiper-button-prev,
.m-modulegroup008-002 .swiper-button-next {
  top: 15.4vw;
  width: 80px;
  height: 80px;
  margin-top: 0;
  background-color: var(--primary-border, #04a1af);
  background-size: 16px 28px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-002 .swiper-button-prev,
  .m-modulegroup008-002 .swiper-button-next {
    top: 23.4vw;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-002 .swiper-button-prev,
  .m-modulegroup008-002 .swiper-button-next {
    top: 26.6vw;
    width: 28px;
    height: 28px;
    background-size: 6px 10px;
  }
}

.m-modulegroup008-002 .swiper-button-prev {
  left: 25%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2051.86%2090.91%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M50.12%2C10.23c5.4-5.4-3-13.9-8.5-8.5q-19.93%2C20.1-39.9%2C40a6.12%2C6.12%2C0%2C0%2C0%2C0%2C8.5l38.9%2C38.9c5.5%2C5.5%2C13.9-3%2C8.4-8.5-13-13-26-25.9-39-38.9v8.5c14-13.3%2C26.81-26.7%2C40.1-40Z%22%2F%3E%3C%2Fsvg%3E");
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-002 .swiper-button-prev {
    left: calc(15.45vw - 40px);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-002 .swiper-button-prev {
    left: calc(8.4% - 14px);
  }
}

.m-modulegroup008-002 .swiper-button-next {
  right: 25%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2051.86%2090.91%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.74%2C10.23c13.3%2C13.3%2C26.1%2C26.7%2C40.1%2C40v-8.5c-13%2C13-26%2C25.9-39%2C38.9-5.5%2C5.5%2C2.9%2C14%2C8.4%2C8.5l38.9-38.9a6.1%2C6.1%2C0%2C0%2C0%2C0-8.5q-19.95-19.95-39.9-40c-5.5-5.4-13.9%2C3.1-8.5%2C8.5Z%22%2F%3E%3C%2Fsvg%3E");
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-002 .swiper-button-next {
    right: calc(15.45vw - 40px);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-002 .swiper-button-next {
    right: calc(8.4% - 14px);
  }
}

.m-modulegroup008-002 .swiper-pagination-bullets {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-002 .swiper-pagination-bullets {
    margin-top: 15px;
  }
}

.m-modulegroup008-002 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 7px;
  border-radius: 0;
  background: var(--primary, #04a1af);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-002 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
}

.m-modulegroup008-002 .swiper-pagination-bullet-active {
  background: var(--primary-border, #04a1af);
}

/* -------------------------------------------
飲食店モジュール：福利厚生（2カラム）
------------------------------------------- */
.m-modulegroup008-013 {
  margin: 0 auto;
  padding: 120px 20px;
  background-color: var(--primary-border, #000000);
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-013 {
    padding: 50px 16px;
  }
}

.m-modulegroup008-013__inner {
  max-width: 960px;
  margin: 0 auto;
}

.m-modulegroup008-013__headline {
  font-size: 70px;
  font-size: 7rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-013__headline {
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-modulegroup008-013__headline-en {
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 700;
  letter-spacing: 0.2em;
}

.m-modulegroup008-013__headline-ja {
  display: block;
  margin-top: 25px;
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-013__headline-ja {
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}

.m-modulegroup008-013__welfare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px -20px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-013__welfare {
    margin: 10px 0 0;
  }
}

.m-modulegroup008-013__welfare-item {
  position: relative;
  width: calc(50% - 40px);
  margin: 40px 20px 0;
  padding: 25px 30px;
  background-color: var(--primary, #04a1af);
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-013__welfare-item {
    width: 100%;
    margin: 20px 14px 0;
    padding: 25px 15px;
  }
}

/* .m-modulegroup008-013__welfare-item:nth-child(4n+2) {
  background-color: var(--sub-bg, #f2f2f2);
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-013__welfare-item:nth-child(4n+2) {
    background-color: var(--primary, #04a1af);
  }
}

.m-modulegroup008-013__welfare-item:nth-child(4n+3) {
  background-color: var(--sub-bg, #f2f2f2);
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-013__welfare-item:nth-child(4n+3) {
    background-color: var(--primary, #04a1af);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-013__welfare-item:nth-child(even) {
    background-color: var(--sub-bg, #f2f2f2);
  }
} */

.m-modulegroup008-013__welfare-ttl {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-013__welfare-ttl {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}

.m-modulegroup008-013__welfare-figure {
  margin: 20px 0 0;
  text-align: center;
}

.m-modulegroup008-013__welfare-figure-img-pc {
  vertical-align: bottom;
  max-width: 160px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-013__welfare-figure-img-pc {
    display: none;
  }
}

.m-modulegroup008-013__welfare-figure-img-sp {
  display: none;
  vertical-align: bottom;
  max-width: 160px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-013__welfare-figure-img-sp {
    display: inline;
  }
}

.m-modulegroup008-013__welfare-ttl_sub {
  margin: 20px 0 0;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-013__welfare-ttl_sub {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-013__welfare-ttl_sub {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}

.m-modulegroup008-013__welfare-txt {
  margin: 15px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-013__welfare-txt {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}

/* -------------------------------------------
飲食店モジュール：福利厚生（スライダー）
------------------------------------------- */
.m-modulegroup008-011 {
  margin: 0 auto;
  padding: 120px 0;
  background-color: var(--primary-bg, #000000);
  /* color: var(--primary-txt, #ffffff); */
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-011 {
    padding: 50px 0;
  }
}

.m-modulegroup008-011__headline {
  font-size: 70px;
  font-size: 7rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-011__headline {
    padding: 0 16px;
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-modulegroup008-011__headline-en {
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 700;
  letter-spacing: 0.2em;
}

.m-modulegroup008-011__headline-ja {
  display: block;
  margin-top: 25px;
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-011__headline-ja {
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}

.m-modulegroup008-011__ttl {
  max-width: 960px;
  margin: 45px auto 0;
  padding: 0 20px;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-011__ttl {
    margin: 30px auto 0;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}

.m-modulegroup008-011__txt {
  max-width: 960px;
  margin: 20px auto 0;
  padding: 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-011__txt {
    margin: 20px auto 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-align: left;
  }
}

.m-modulegroup008-011__welfare {
  margin-top: 60px;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-011__welfare {
    margin-top: 30px;
  }
}

.m-modulegroup008-011__welfare-item {
  height: auto;
}

.m-modulegroup008-011__welfare-item:only-child {
  max-width: 960px;
  margin: 0 auto;
}

.m-modulegroup008-011__welfare-figure {
  position: relative;
}

.m-modulegroup008-011__welfare-figure-img-pc {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-011__welfare-figure-img-pc {
    display: none;
  }
}

.m-modulegroup008-011__welfare-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-011__welfare-figure-img-sp {
    display: inline;
  }
}
