@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: 35px;
}

@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: 30px;
}

@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: .05em;
  /* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .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: .1rem;
  }
}

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

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

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

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

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

/* コピーライト */
.m-footer-001 {
  background: var(--primary);
  /*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;
  }
}

/*
モジュールを「フリーテキスト」にしてタイトル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");
  }
}

/* -------------------------------------------
募集要項 001
------------------------------------------- */
.m-require-001 {
  /*background: #fff !important;*/
}

.m-require-001__detail {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .m-require-001__detail {
    margin-top: 25px;
  }
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
/*.m-require-001 .c-headline-001__en {
  text-transform: uppercase; 
}*/
@media screen and (max-width: 340px) {
  .m-require-001__detail {
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-require-001__detail-desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.m-require-001__detail-desc::before {
  opacity: 1;
  background: #fff;
}


.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-001 .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: .2em;
  text-transform: uppercase;
}

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

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

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__ja {
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: .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: .2em;
}

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

@media screen and (max-width: 767px) {
  .m-modulegroup008-011__headline-ja {
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: .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: .12em;
}

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

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

@media screen and (max-width: 767px) {
  .m-modulegroup008-011__txt {
    margin: 20px auto 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .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;
  }
}

/* -------------------------------------------
飲食店モジュール：当店について
------------------------------------------- */
.m-modulegroup008-010 {
  margin: 0 auto;
  padding: 120px 20px;
  /* background-color: var(--sub-bg, #f2f2f2); */
  /* color: var(--sub-txt, #000000); */
}

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

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

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

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

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

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

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

.m-modulegroup008-010__about {
  margin: 60px 0 0;
  padding: 70px 60px;
  background-color: var(--primary-bg, #04a1af);
  color: var(--primary-txt);
  text-align: left;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-010__about {
    margin: 20px 14px 0;
    padding: 30px 15px;
    letter-spacing: .1em;
  }
}

.m-modulegroup008-010__about:first-of-type {
  margin: 70px 0 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-010__about:first-of-type {
    margin: 30px 14px 0;
  }
}

.m-modulegroup008-010__about-ttl {
  display: inline-block;
  padding: 7px 25px;
  background-color: var(--primary, #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-010__about-ttl {
    padding: 4px 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

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

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

.m-modulegroup008-010__about-figure {
  max-width: 700px;
  margin: 60px auto 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-010__about-figure {
    margin: 25px auto 0;
  }
}

.m-modulegroup008-010__about-figure-img-pc {
  vertical-align: bottom;
}

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

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

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

.m-modulegroup008-010__about-txt {
  margin: 50px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-010__about-txt {
    margin: 20px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -------------------------------------------
飲食店モジュール：インタビュー
------------------------------------------- */
.m-modulegroup008-008 {
  overflow: hidden;
  margin: 0 auto;
  padding: 120px 20px;
  /* background-color: var(--sub-bg, #f2f2f2); */
  color: var(--primary-txt, #ffffff);
}

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

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

.m-modulegroup008-008__headline {
  position: relative;
  z-index: 10;
  font-size: 70px;
  font-size: 7rem;
  line-height: 1;
}

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

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

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

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

.m-modulegroup008-008__interview {
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-008__interview {
    margin: 20px 14px 0;
  }
}

.m-modulegroup008-008__interview:first-of-type {
  margin: 70px 0 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-008__interview:first-of-type {
    margin: 30px 14px 0;
  }
}

.m-modulegroup008-008__interview:first-of-type .m-modulegroup008-008__interview-figure {
  position: relative;
}

.m-modulegroup008-008__interview:first-of-type .m-modulegroup008-008__interview-figure::after {
  position: absolute;
  top: -100vh;
  bottom: 50%;
  left: 50%;
  display: block;
  width: 160vw;
  background-color: var(--primary, #04a1af);
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.m-modulegroup008-008__interview-figure-img-pc {
  position: relative;
  z-index: 10;
  vertical-align: bottom;
}

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

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

@media screen and (max-width: 767px) {
  .m-modulegroup008-008__interview-figure-img-sp {
    position: relative;
    z-index: 10;
    display: inline;
  }
}

.m-modulegroup008-008__interview-cnt {
  padding: 70px 60px;
  background-color: var(--primary-bg, #04a1af);
  color: var(--primary-txt);
  text-align: left;
  letter-spacing: .12em;
}

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

.m-modulegroup008-008__interview-name-position {
  display: inline-block;
  padding: 7px 25px;
  background-color: var(--primary, #f2f2f2);
  line-height: 1.5;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-008__interview-name-position {
    padding: 4px 15px;
    letter-spacing: 0;
  }
}

.m-modulegroup008-008__interview-name {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-008__interview-name {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup008-008__interview-name + .m-modulegroup008-008__interview-position {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-008__interview-name + .m-modulegroup008-008__interview-position {
    margin-left: 5px;
  }
}

.m-modulegroup008-008__interview-position {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-008__interview-position {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup008-008__interview-br + .m-modulegroup008-008__interview-ttl {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-008__interview-br + .m-modulegroup008-008__interview-ttl {
    margin-top: 12px;
  }
}

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

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

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

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

.m-modulegroup008-008__interview-ttl + .m-modulegroup008-008__interview-txt,
.m-modulegroup008-008__interview-name + .m-modulegroup008-008__interview-txt {
  margin-top: 35px;
}

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

.m-modulegroup008-008__interview-txt {
  font-size: 16px;
  font-size: 1.6rem;
  /* color: var(--sub-txt, #000000); */
}

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