@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&family=Noto+Serif+JP:wght@500&display=swap');
.single-post_recruit {
--font:'Noto Serif JP', serif;
--font-en: 'EB Garamond', serif;
--font-sans: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 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;
  }
}

.single-post_recruit .-pb0 {
  padding-bottom: 0;
}

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

.m-header-001__btn-link {
 font-family: 'Josefin Sans', 'Noto Sans JP', Arial, Helvetica, sans-serif;
 font-weight: 400;
 color: #fff;;
}

/* ロゴ */
.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: 24px;
}

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

.m-require-001__entry-btn-icon {
position: relative;
}

.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

/* コピーライト */
.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

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

/* -------------------------------------------
飲食店リデザインモジュール：福利厚生（2カラム）
------------------------------------------- */
.m-modulegroup014-013 {
  margin: 0 auto;
  padding: 110px 30px;
  background-color:var(--sub-bg);;
  text-align: left;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-013 {
    padding: 50px 30px;
    letter-spacing: .1em;
  }
}

.m-modulegroup014-013__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup014-013__inner {
    display: block;
  }
}

.m-modulegroup014-013__headline {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 60px;
  font-size: 6rem;
  color: var(--primary-txt, #ffffff);
  white-space: nowrap;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 51px 53px;
          transform-origin: 51px 53px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup014-013__headline {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

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

.m-modulegroup014-013__headline-en {
  position: relative;
  display: block;
  padding-left: 160px;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  line-height: 1;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-013__headline-en {
    padding-left: 60px;
  }
}

.m-modulegroup014-013__headline-en::before {
  position: absolute;
  top: .5em;
  left: 0;
  width: 120px;
  height: 2px;
  background: var(--primary-txt, #ffffff);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-013__headline-en::before {
    width: 45px;
  }
}

.m-modulegroup014-013__headline-ja {
  display: block;
  margin-top: 15px;
  padding-left: 160px;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-013__headline-ja {
    margin-top: 10px;
    padding-left: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup014-013__welfare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -40px -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-modulegroup014-013__welfare {
    display: block;
    margin: 0;
  }
}

.m-modulegroup014-013__welfare-item {
  position: relative;
  width: calc(50% - 40px);
  margin: 40px 20px 0;
  padding: 30px 40px 40px;
  background-color: #fff;
}

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

.m-modulegroup014-013__welfare-ttl {
  padding: 0 0 15px;
  border-bottom: 2px solid var(--primary-bg, #04a1af);
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.56;
  color: var(--primary-bg, #04a1af);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-013__welfare-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66;
  }
}

.m-modulegroup014-013__welfare-figure {
  max-width: 390px;
  width: 100%;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-013__welfare-figure {
    margin: 25px auto 0;
  }
}

.m-modulegroup014-013__welfare-figure-img-pc {
  vertical-align: bottom;
}

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

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

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

.m-modulegroup014-013__welfare-ttl_sub {
  margin: 30px 0 0;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.56;
  color: var(--primary-bg, #04a1af);
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-013__welfare-ttl_sub {
    margin: 20px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66;
  }
}

.m-modulegroup014-013__welfare-txt {
  margin: 20px 0 0;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-013__welfare-txt {
    margin: 15px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup014-013__headline + .m-modulegroup014-013__welfare-wrap {
  width: calc(100% - 160px);
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup014-013__headline + .m-modulegroup014-013__welfare-wrap {
    width: 100%;
    margin: 60px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-013__headline + .m-modulegroup014-013__welfare-wrap {
    margin: 30px 0 0;
  }
}

/* -------------------------------------------
飲食店リデザインモジュール：特徴＃02
------------------------------------------- */
.m-modulegroup014-006 {
  margin: 0 auto;
  padding: 110px 30px;
  background-color: #c8e8ff;
  color: var(--sub-txt, #000000);
  text-align: left;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-006 {
    padding: 50px 30px;
    letter-spacing: .1em;
  }
}

.m-modulegroup014-006__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.m-modulegroup014-006__headline {
  font-size: 60px;
  font-size: 6rem;
  color: var(--primary-txt, #ffffff);
}

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

.m-modulegroup014-006__headline-en {
  position: relative;
  display: block;
  padding-left: 160px;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  line-height: 1;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-006__headline-en {
    padding-left: 60px;
  }
}

.m-modulegroup014-006__headline-en::before {
  position: absolute;
  top: .5em;
  left: 0;
  width: 120px;
  height: 2px;
  background: var(--primary-txt, #ffffff);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-006__headline-en::before {
    width: 45px;
  }
}

.m-modulegroup014-006__headline-ja {
  display: block;
  margin-top: 15px;
  padding-left: 160px;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-006__headline-ja {
    margin-top: 10px;
    padding-left: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup014-006__feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 60px 80px 60px 0;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-006__feature-item {
    display: block;
    padding: 0 15px 25px;
  }
}

.m-modulegroup014-006__feature-item:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-006__feature-item:not(:first-child) {
    margin-top: 20px;
  }
}

.m-modulegroup014-006__feature-figure {
  position: relative;
  width: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-006__feature-figure {
    width: 90px;
    margin: 0 auto;
  }
}

.m-modulegroup014-006__feature-figure::before {
  position: absolute;
  top: 50%;
  right: 50%;
  left: 0;
  display: block;
  height: 160vw;
  background-color: #c8e8ff;
  content: "";
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-006__feature-figure::before {
    top: 0;
    right: auto;
    bottom: 50%;
    left: 50%;
    width: 160vw;
    height: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.m-modulegroup014-006__feature-figure-img-pc {
  position: relative;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-006__feature-figure-img-pc {
    display: none;
  }
}

.m-modulegroup014-006__feature-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-006__feature-figure-img-sp {
    position: relative;
    display: inline;
  }
}

.m-modulegroup014-006__feature-cnt {
  padding: 0 0 0 60px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-006__feature-cnt {
    padding: 20px 0 0;
  }
}

.m-modulegroup014-006__feature-ttl {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.56;
  color: var(--primary-bg, #04a1af);
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-006__feature-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66;
  }
}

.m-modulegroup014-006__feature-ttl + .m-modulegroup014-006__feature-txt {
  margin-top: 15px;
}

.m-modulegroup014-006__feature-txt {
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-006__feature-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup014-006__headline + .m-modulegroup014-006__feature {
  margin: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-006__headline + .m-modulegroup014-006__feature {
    margin: 30px 0 0;
  }
}

/* -------------------------------------------
飲食店リデザインモジュール：メッセージ
------------------------------------------- */
.m-modulegroup014-001 {
  overflow: hidden;
  margin: 0 auto;
  padding: 110px 20px;
  text-align: left;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-001 {
    padding: 50px 16px;
    letter-spacing: .1em;
  }
}

.m-modulegroup014-001__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.m-modulegroup014-001__headline {
  font-size: 60px;
  font-size: 6rem;
  color: var(--primary-bg, #04a1af);
}

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

.m-modulegroup014-001__headline-en {
  position: relative;
  display: block;
  padding-left: 160px;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  line-height: 1;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-001__headline-en {
    padding-left: 60px;
  }
}

.m-modulegroup014-001__headline-en::before {
  position: absolute;
  top: .5em;
  left: 0;
  width: 120px;
  height: 2px;
  background: var(--primary-bg, #04a1af);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-001__headline-en::before {
    width: 45px;
  }
}

.m-modulegroup014-001__headline-ja {
  display: block;
  margin-top: 15px;
  padding-left: 160px;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-001__headline-ja {
    margin-top: 10px;
    padding-left: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup014-001__message {
  position: relative;
  margin-top: 60px;
  padding: min(4.545vw, 60px) 6.25% 0 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-001__message {
    margin-top: 30px;
    padding: max(4vw, 15px) 15px 0 0;
  }
}

.m-modulegroup014-001__message::before {
  position: absolute;
  top: 0;
  left: min(18.182vw, 240px);
  width: 160vw;
  height: min(30.303vw, 400px);
  background-color: var(--primary);;
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-001__message::before {
    left: max(16vw, 60px);
    height: max(26.667vw, 100px);
  }
}

.m-modulegroup014-001__message-figure {
  position: relative;
}

.m-modulegroup014-001__message-figure-img-pc {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-001__message-figure-img-pc {
    display: none;
  }
}

.m-modulegroup014-001__message-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-001__message-figure-img-sp {
    display: inline;
  }
}

.m-modulegroup014-001__message-ttl {
  position: relative;
  margin-top: 40px;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.56;
  color: var(--primary-bg, #04a1af);
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-001__message-ttl {
    margin-top: 25px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66;
  }
}

.m-modulegroup014-001__message-txt {
  position: relative;
  margin-top: 25px;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-001__message-txt {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -------------------------------------------
飲食店リデザインモジュール：福利厚生（スライダー）
------------------------------------------- */
.m-modulegroup014-011 {
  margin: 0 auto;
  padding: 110px 0;
  background-color: #fff;
  text-align: left;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-011 {
    padding: 50px 0;
    letter-spacing: .1em;
  }
}

.m-modulegroup014-011__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.m-modulegroup014-011__headline {
  font-size: 60px;
  font-size: 6rem;
  color: var(--primary-bg, #04a1af);
}

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

.m-modulegroup014-011__headline-en {
  position: relative;
  display: block;
  padding-left: 160px;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  line-height: 1;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-011__headline-en {
    padding-left: 60px;
  }
}

.m-modulegroup014-011__headline-en::before {
  position: absolute;
  top: .5em;
  left: 0;
  width: 120px;
  height: 2px;
  background: var(--primary-bg, #04a1af);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-011__headline-en::before {
    width: 45px;
  }
}

.m-modulegroup014-011__headline-ja {
  display: block;
  margin-top: 15px;
  padding-left: 160px;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-011__headline-ja {
    margin-top: 10px;
    padding-left: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup014-011__ttl {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.56;
  color: var(--primary-bg, #04a1af);
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-011__ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66;
  }
}

.m-modulegroup014-011__txt {
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-011__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup014-011__ttl + .m-modulegroup014-011__txt {
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-011__ttl + .m-modulegroup014-011__txt {
    margin: 15px 0 0;
  }
}

.m-modulegroup014-011__welfare {
  margin-top: 0;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}


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

.m-modulegroup014-011__welfare-item:only-child {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-011__welfare-item:only-child {
    padding: 0 16px;
  }
}

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

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

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

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

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

.m-modulegroup014-011__headline + .m-modulegroup014-011__ttl,
.m-modulegroup014-011__headline + .m-modulegroup014-011__txt {
  margin: 50px 0 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-011__headline + .m-modulegroup014-011__ttl,
  .m-modulegroup014-011__headline + .m-modulegroup014-011__txt {
    margin: 25px 0 0;
  }
}

/* -------------------------------------------
飲食店リデザインモジュール：志望動機
------------------------------------------- */
.m-modulegroup014-007 {
  overflow: hidden;
  margin: 0 auto;
  padding: 110px 80px;
  text-align: left;
  letter-spacing: .12em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup014-007 {
    padding: 110px 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-007 {
    padding: 50px 30px;
    letter-spacing: .1em;
  }
}

.m-modulegroup014-007__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.m-modulegroup014-007__headline {
  font-size: 60px;
  font-size: 6rem;
  color: var(--primary-bg, #04a1af);
}

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

.m-modulegroup014-007__headline-en {
  position: relative;
  display: block;
  padding-left: 160px;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  line-height: 1;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-007__headline-en {
    padding-left: 60px;
  }
}

.m-modulegroup014-007__headline-en::before {
  position: absolute;
  top: .5em;
  left: 0;
  width: 120px;
  height: 2px;
  background: var(--primary-bg, #04a1af);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-007__headline-en::before {
    width: 45px;
  }
}

.m-modulegroup014-007__headline-ja {
  display: block;
  margin-top: 15px;
  padding-left: 160px;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-007__headline-ja {
    margin-top: 10px;
    padding-left: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup014-007__motivation {
  margin: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-007__motivation {
    margin: 30px 0 0;
  }
}

.m-modulegroup014-007__motivation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup014-007__motivation-item {
    display: block;
  }
}

.m-modulegroup014-007__motivation-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.m-modulegroup014-007__motivation-item:nth-child(even) .m-modulegroup014-007__motivation-cnt {
  padding: 0 60px 0 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup014-007__motivation-item:nth-child(even) .m-modulegroup014-007__motivation-cnt {
    padding: 10px 0 0;
  }
}

.m-modulegroup014-007__motivation-item:nth-child(even) .m-modulegroup014-007__motivation-label {
  left: -115px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup014-007__motivation-item:nth-child(even) .m-modulegroup014-007__motivation-label {
    left: -80px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-007__motivation-item:nth-child(even) .m-modulegroup014-007__motivation-label {
    left: -60px;
  }
}

.m-modulegroup014-007__motivation-item:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-007__motivation-item:not(:first-child) {
    margin-top: 25px;
  }
}

.m-modulegroup014-007__motivation-figure {
  width: 52.08%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup014-007__motivation-figure {
    width: 100%;
  }
}

.m-modulegroup014-007__motivation-figure-img-pc {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-007__motivation-figure-img-pc {
    display: none;
  }
}

.m-modulegroup014-007__motivation-figure-img-sp {
  display: none;
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-007__motivation-figure-img-sp {
    display: inline;
  }
}

.m-modulegroup014-007__motivation-cnt {
  position: relative;
  width: 47.92%;
  padding: 0 0 0 60px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup014-007__motivation-cnt {
    width: 100%;
    padding: 10px 0 0;
  }
}

.m-modulegroup014-007__motivation-label {
  position: absolute;
  top: -55px;
  left: -55px;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 180px;
  font-size: 18rem;
  line-height: 1;
  color: #36c3f44d;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup014-007__motivation-label {
    top: -65px;
    left: -80px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-007__motivation-label {
    top: -40px;
    left: -60px;
    font-size: 140px;
    font-size: 14rem;
  }
}

.m-modulegroup014-007__motivation-ttl {
  position: relative;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.56;
  color: var(--primary-bg, #04a1af);
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-007__motivation-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66;
  }
}

.m-modulegroup014-007__motivation-ttl + .m-modulegroup014-007__motivation-txt {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 2px solid var(--primary-bg, #04a1af);
}

.m-modulegroup014-007__motivation-txt {
  position: relative;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-007__motivation-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -------------------------------------------
飲食店リデザインモジュール：福利厚生
------------------------------------------- */
.m-modulegroup014-009 {
  margin: 0 auto;
  padding: 110px 20px;
  background-color: #fff;
  color: var(--primary-txt, #ffffff);
  text-align: left;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-009 {
    padding: 50px 16px;
    letter-spacing: .1em;
  }
}

.m-modulegroup014-009__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.m-modulegroup014-009__headline {
  font-size: 60px;
  font-size: 6rem;
}

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

.m-modulegroup014-009__headline-en {
  position: relative;
  display: block;
  padding-left: 160px;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  line-height: 1;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-009__headline-en {
    padding-left: 60px;
  }
}

.m-modulegroup014-009__headline-en::before {
  position: absolute;
  top: .5em;
  left: 0;
  width: 120px;
  height: 2px;
  background: var(--primary-txt, #ffffff);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-009__headline-en::before {
    width: 45px;
  }
}

.m-modulegroup014-009__headline-ja {
  display: block;
  margin-top: 15px;
  padding-left: 160px;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-009__headline-ja {
    margin-top: 10px;
    padding-left: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup014-009__welfare01 {
  margin: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-009__welfare01 {
    margin: 30px 0 0;
  }
}

.m-modulegroup014-009__welfare01-item {
  position: relative;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-009__welfare01-item {
    padding: 15px;
  }
}

.m-modulegroup014-009__welfare01-item:nth-child(even) .m-modulegroup014-009__welfare01-cnt {
  background-color: #005babcc;
}

.m-modulegroup014-009__welfare01-item:not(:first-child) {
  margin-top: 10px;
}

.m-modulegroup014-009__welfare01-bg-pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-009__welfare01-bg-pc {
    display: none;
  }
}

.m-modulegroup014-009__welfare01-bg-sp {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-009__welfare01-bg-sp {
    display: block;
  }
}

.m-modulegroup014-009__welfare01-cnt {
  position: relative;
  padding: 55px 40px 60px;
  background-color: #005babcc;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-009__welfare01-cnt {
    padding: 20px 15px 25px;
  }
}

.m-modulegroup014-009__welfare01-ttl {
  font-size: 23px;
  font-size: 2.3rem;
  color: #fff;
  line-height: 1.56;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-009__welfare01-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66;
  }
}

.m-modulegroup014-009__welfare01-ttl + .m-modulegroup014-009__welfare01-txt {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-009__welfare01-ttl + .m-modulegroup014-009__welfare01-txt {
    margin-top: 15px;
  }
}

.m-modulegroup014-009__welfare01-txt {
  color: #fff;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-009__welfare01-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup014-009__welfare02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 55px -5px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-009__welfare02 {
    display: block;
    margin: 30px 0 0;
  }
}

.m-modulegroup014-009__welfare02-item {
  position: relative;
  width: calc(50% - 10px);
  margin: 10px 5px 0;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-009__welfare02-item {
    width: 100%;
    margin: 0;
    padding: 15px;
  }
  .m-modulegroup014-009__welfare02-item:not(:first-child) {
    margin: 10px 0 0;
  }
}

.m-modulegroup014-009__welfare02-item:nth-child(4n+2) .m-modulegroup014-009__welfare02-cnt {
  background-color: rgba(236, 152, 78, 0.8);
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-009__welfare02-item:nth-child(4n+2) .m-modulegroup014-009__welfare02-cnt {
    background-color: rgba(236, 109, 78, 0.8);
  }
}

.m-modulegroup014-009__welfare02-item:nth-child(4n+3) .m-modulegroup014-009__welfare02-cnt {
  background-color: rgba(236, 152, 78, 0.8);
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-009__welfare02-item:nth-child(4n+3) .m-modulegroup014-009__welfare02-cnt {
    background-color: rgba(236, 109, 78, 0.8);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-009__welfare02-item:nth-child(even) .m-modulegroup014-009__welfare02-cnt {
    background-color: rgba(236, 152, 78, 0.8);
  }
}

.m-modulegroup014-009__welfare02-bg-pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-009__welfare02-bg-pc {
    display: none;
  }
}

.m-modulegroup014-009__welfare02-bg-sp {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-009__welfare02-bg-sp {
    display: block;
  }
}

.m-modulegroup014-009__welfare02-cnt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 30px 40px;
  background-color: rgba(236, 109, 78, 0.8);
  -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-009__welfare02-cnt {
    padding: 20px 15px;
  }
}

.m-modulegroup014-009__welfare02-ttl {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.56;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-009__welfare02-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66;
  }
}

.m-modulegroup014-009__welfare01 + .m-modulegroup014-009__welfare02 {
  margin: 0 -5px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-009__welfare01 + .m-modulegroup014-009__welfare02 {
    margin: 10px 0 0;
  }
}


.m-header-001__btn-link {
  font-family: "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif;
}

.m-footer-001 {
  background: var(--primary, #04a1af);
}

.m-require-001 {
  padding: 110px 0 80px;
}

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

.m-require-001 .c-headline-001 {
  padding: 0 40px;
  text-align: left;
}

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

.m-require-001 .c-headline-001__en {
  position: relative;
  padding-left: 160px;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  color: var(--primary-bg, #04a1af);
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__en {
    padding-left: 60px;
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-require-001 .c-headline-001__en::before {
  position: absolute;
  top: .5em;
  left: 0;
  width: 120px;
  height: 2px;
  background: var(--primary-bg, #04a1af);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__en::before {
    width: 45px;
  }
}

.m-require-001 .c-headline-001__ja {
  margin-top: 15px;
  padding-left: 160px;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--primary-bg, #04a1af);
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__ja {
    margin-top: 10px;
    padding-left: 60px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
}

.m-require-001__detail-ttl {
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
}

.m-require-001__detail-desc {
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-weight: 500;
}

.m-require-001__detail-desc::before {
  content: none;
}

.m-require-001__entry-btn-txt {
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
}

.m-require-001__detail-ttl,.m-require-001__detail-flow-ttl-number ,.m-require-001__entry-btn {
background: var(--primary);
color: #fff;
}
.m-require-001__detail-desc,.m-footer-001 {
 background: var(--sub-bg);
 color:var(--sub-txt);
}
div[class$='__detail-row'],span[class$='__detail-flow-ttl-number'] ,a[class$='__entry-btn'] ,.m-footer-001 {
font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}