@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;700&family=Noto+Serif+JP:wght@500&display=swap");
:root {
  --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;
  --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: 5px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 3px 15px;
    max-width: 220px;
  }
}
.m-header-001__logo-link-img {
  display: block;
  max-height: 65px;
}

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

@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: var(--primary-border);
}

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

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

/* コピーライト */
.m-footer-001 {
  background: var(--primary-border);
  /*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;
  }
}
/* ヘッダーの高さ */
.m-header-001__btn-link {
  min-height: 80px;
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    min-height: 60px;
  }
}

/*
モジュールを「フリーテキスト」にしてタイトルh2の子を下記 div タグのみにする
<div class="img-headline"></div>
*/
.img-headline {
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 107px;
  height: 480px;
  background-image: url("https://mikan.itszai.jp/wp-content/uploads/2023/06/img-headline.png");
}

@media screen and (max-width: 1024px) {
  .img-headline {
    width: 100%;
    height: 107px;
    background-image: url("https://mikan.itszai.jp/wp-content/uploads/2023/06/img-headline-tb.png");
  }
}

@media screen and (max-width: 767px) {
  .img-headline {
    width: 100%;
    height: 59px;
    background-image: url("https://mikan.itszai.jp/wp-content/uploads/2023/06/img-headline-sp.png");
  }
}
/* -------------------------------------------
募集要項 001
------------------------------------------- */
.m-require-001 {
  background: #fff !important;
}

/* @media screen and (min-width: 1024.1px) {
  .m-require-001 {
    padding-top: 110px;
  }
} */
.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: #f0f0f0;
}

.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,
.f-entry,
.c-form__btn,
div[class^=m-require-][class$=__detail-row],
p[class^=m-require-][class$=__entry],
.m-footer-001__copyright {
  font-family: var(--font-sans);
}

/* mg014 require */
.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: 0.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: 0.5em;
  left: 0;
  width: 120px;
  height: 2px;
  background: currentColor;
  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: 0.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: 0.1em;
  }
}
/*01*/
/* -------------------------------------------
飲食店リデザインモジュール：キャリアプラン
------------------------------------------- */
.m-modulegroup014-003 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  /* padding: 0 0 110px; */
  text-align: left;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-003 {
    /* padding: 0 0 50px; */
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
}
.m-modulegroup014-003__bg-pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 425px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-003__bg-pc {
    display: none;
  }
}
.m-modulegroup014-003__bg-sp {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 284px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-003__bg-sp {
    display: block;
  }
}
.m-modulegroup014-003__inner {
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
  padding: 110px 45px 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-003__inner {
    padding: 50px 45px 0;
  }
}
.m-modulegroup014-003__headline {
  font-size: 60px;
  font-size: 6rem;
  color: var(--primary-bg, #04a1af);
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-003__headline {
    font-size: 30px;
    font-size: 3rem;
  }
}
.m-modulegroup014-003__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: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-003__headline-en {
    padding-left: 60px;
  }
}
.m-modulegroup014-003__headline-en::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 120px;
  height: 2px;
  background: currentColor;
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-003__headline-en::before {
    width: 45px;
  }
}
.m-modulegroup014-003__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-003__headline-ja {
    margin-top: 10px;
    padding-left: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-modulegroup014-003__career {
  display: flex;
  margin: 5px -30px 0;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-003__career {
    margin: 5px 0 0;
  }
}
.m-modulegroup014-003__career-item {
  width: calc(25% - 60px);
  margin: 55px 30px 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup014-003__career-item {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .m-modulegroup014-003__career-item {
    width: 100%;
    margin: 25px 0 0;
  }
}
.m-modulegroup014-003__career-figure {
  text-align: center;
}

.m-modulegroup014-003__career-figure-img-pc {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-003__career-figure-img-pc {
    display: none;
  }
}
.m-modulegroup014-003__career-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-003__career-figure-img-sp {
    display: inline;
  }
}
.m-modulegroup014-003__career-ttl {
  margin-top: 15px;
  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-003__career-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66;
  }
}
.m-modulegroup014-003__career-ttl + .m-modulegroup014-003__career-txt {
  padding-top: 20px;
  border-top: 2px solid var(--primary-border, #04a1af);
}

.m-modulegroup014-003__career-txt {
  margin-top: 15px;
  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-003__career-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

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

@media screen and (max-width: 767px) {
  .m-modulegroup014-001 {
    padding: 50px 16px;
    letter-spacing: 0.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: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-001__headline-en {
    padding-left: 60px;
  }
}
.m-modulegroup014-001__headline-en::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 120px;
  height: 2px;
  background: currentColor;
  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(--sub-bg, #f2f2f2);
  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-border, #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;
  }
}

/*01,02*/
/* -------------------------------------------
飲食店リデザインモジュール：仕事内容
------------------------------------------- */
.m-modulegroup014-002 {
  margin: 0 auto;
  padding: 110px 0;
  background-color: var(--primary-bg, #04a1af);
  color: var(--primary-txt, #ffffff);
  text-align: left;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-002 {
    padding: 50px 0;
    letter-spacing: 0.1em;
  }
}
.m-modulegroup014-002__headline {
  max-width: calc(58.75vw - 60px);
  margin: 0 auto;
  font-size: 60px;
  font-size: 6rem;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup014-002__headline {
    max-width: none;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-modulegroup014-002__headline {
    padding: 0 16px;
    font-size: 30px;
    font-size: 3rem;
  }
}
.m-modulegroup014-002__headline.only-child {
  max-width: 920px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-002__headline.only-child {
    padding: 0 16px;
  }
}
.m-modulegroup014-002__headline.only-child + .m-modulegroup014-002__work-wrap {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-002__headline.only-child + .m-modulegroup014-002__work-wrap {
    padding: 0 16px;
  }
}
.m-modulegroup014-002__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: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-002__headline-en {
    padding-left: 60px;
  }
}
.m-modulegroup014-002__headline-en::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 120px;
  height: 2px;
  background: currentColor;
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-002__headline-en::before {
    width: 45px;
  }
}
.m-modulegroup014-002__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-002__headline-ja {
    margin-top: 10px;
    padding-left: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-modulegroup014-002__work {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-002__work {
    margin-top: 30px;
  }
}
.m-modulegroup014-002__work-item {
  height: auto;
  transition: opacity 0.6s;
}

.m-modulegroup014-002__work-item::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-right: 2px solid var(--primary-txt, #ffffff);
  border-bottom: 2px solid var(--primary-txt, #ffffff);
  border-left: 2px solid var(--primary-txt, #ffffff);
  content: "";
}

.m-modulegroup014-002__work-item:not(.swiper-slide-active) {
  opacity: 0.6;
}

.m-modulegroup014-002__work-item:only-child {
  max-width: 880px;
  margin: 0 auto;
  opacity: 1;
}

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

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

@media screen and (max-width: 767px) {
  .m-modulegroup014-002__work-figure-img-pc {
    display: none;
  }
}
.m-modulegroup014-002__work-figure-img-sp {
  display: none;
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-002__work-figure-img-sp {
    display: inline;
  }
}
.m-modulegroup014-002__work-cnt {
  position: relative;
  height: 100%;
  padding: 45px 60px 55px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-002__work-cnt {
    padding: 15px 15px 25px;
  }
}
.m-modulegroup014-002__work-ttl {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.56;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-002__work-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66;
  }
}
.m-modulegroup014-002__work-ttl + .m-modulegroup014-002__work-txt {
  margin-top: 15px;
  padding-top: 30px;
  border-top: 2px solid var(--primary-txt, #ffffff);
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-002__work-ttl + .m-modulegroup014-002__work-txt {
    margin-top: 10px;
    padding-top: 20px;
  }
}
.m-modulegroup014-002__work-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;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-002__work-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-modulegroup014-002 .swiper-button-prev, .m-modulegroup014-002 .swiper-button-next {
  top: 20.28vw;
  width: 70px;
  height: 70px;
  margin-top: 0;
  background-color: var(--primary-border, #04a1af);
  background-size: 17px 31px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup014-002 .swiper-button-prev, .m-modulegroup014-002 .swiper-button-next {
    top: 26vw;
  }
}
@media screen and (max-width: 767px) {
  .m-modulegroup014-002 .swiper-button-prev, .m-modulegroup014-002 .swiper-button-next {
    top: 29.6vw;
    width: 30px;
    height: 30px;
    background-size: 9px 15px;
  }
}
.m-modulegroup014-002 .swiper-button-prev {
  left: 20.24%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MSIgaGVpZ2h0PSI2OSI+PHBhdGggc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjQiIGZpbGw9Im5vbmUiIGQ9Ik0zNSA2NCA1IDM0IDM1IDMiLz48L3N2Zz4=");
}

@media screen and (max-width: 1024px) {
  .m-modulegroup014-002 .swiper-button-prev {
    left: calc(15.35vw - 35px);
  }
}
@media screen and (max-width: 767px) {
  .m-modulegroup014-002 .swiper-button-prev {
    left: calc(8.45% - 15px);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIzNiI+PHBhdGggc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjQiIGZpbGw9Im5vbmUiIGQ9Ik0xOCAzMCA1IDE3IDE4IDQiLz48L3N2Zz4=");
  }
}
.m-modulegroup014-002 .swiper-button-next {
  right: 20.24%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MSIgaGVpZ2h0PSI3MCI+PHBhdGggc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjQiIGZpbGw9Im5vbmUiIGQ9Im00IDY0IDMwLTMwTDQgNCIvPjwvc3ZnPg==");
}

@media screen and (max-width: 1024px) {
  .m-modulegroup014-002 .swiper-button-next {
    right: calc(15.35vw - 35px);
  }
}
@media screen and (max-width: 767px) {
  .m-modulegroup014-002 .swiper-button-next {
    right: calc(8.45% - 15px);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIzNiI+PHBhdGggc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjQiIGZpbGw9Im5vbmUiIGQ9Im00IDMwIDEzLTEzTDQgNCIvPjwvc3ZnPg==");
  }
}
.m-modulegroup014-002 .swiper-pagination-bullets {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-002 .swiper-pagination-bullets {
    margin-top: 15px;
  }
}
.m-modulegroup014-002 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 0;
  background: var(--primary-txt, #ffffff);
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-002 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
.m-modulegroup014-002 .swiper-pagination-bullet-active {
  opacity: 1;
}


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

@media screen and (max-width: 767px) {
  .m-modulegroup014-011 {
    padding: 50px 0;
    letter-spacing: 0.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: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-011__headline-en {
    padding-left: 60px;
  }
}
.m-modulegroup014-011__headline-en::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 120px;
  height: 2px;
  background: currentColor;
  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-border, #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: 60px;
  transition-timing-function: linear;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-011__welfare {
    margin-top: 30px;
  }
}
.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;
  }
}

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

@media screen and (max-width: 767px) {
  .m-modulegroup014-013 {
    padding: 50px 30px;
    letter-spacing: 0.1em;
  }
}
.m-modulegroup014-013__inner {
  position: relative;
  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;
  /* transform: rotate(90deg);
  transform-origin: 51px 53px; */
}

@media screen and (max-width: 1024px) {
  .m-modulegroup014-013__headline {
    position: static;
    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: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-013__headline-en {
    padding-left: 60px;
  }
}
.m-modulegroup014-013__headline-en::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 120px;
  height: 2px;
  background: currentColor;
  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: flex;
  margin: -40px -20px 0;
  flex-wrap: wrap;
  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; */
  padding: 50px 40px;
  background-color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-013__welfare-item {
    width: 100%;
    margin: 0;
    /* padding: 20px 15px 25px; */
    padding: 30px 15px;
  }
  .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 {
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-013__welfare-figure {
    margin: 25px 0 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-010 {
  margin: 0 auto;
  padding: 110px 20px;
  text-align: left;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-010 {
    padding: 50px 16px;
    letter-spacing: 0.1em;
  }
}
.m-modulegroup014-010__inner {
  max-width: 960px;
  margin: 0 auto;
}

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

@media screen and (max-width: 767px) {
  .m-modulegroup014-010__headline {
    font-size: 30px;
    font-size: 3rem;
  }
}
.m-modulegroup014-010__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: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-010__headline-en {
    padding-left: 60px;
  }
}
.m-modulegroup014-010__headline-en::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 120px;
  height: 2px;
  background: var(--primary-bg, #04a1af);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-010__headline-en::before {
    width: 45px;
  }
}
.m-modulegroup014-010__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-010__headline-ja {
    margin-top: 10px;
    padding-left: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-modulegroup014-010__about {
  border: 2px solid var(--primary-bg, #04a1af);
}

.m-modulegroup014-010__about-item {
  padding: 45px 80px 50px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-010__about-item {
    padding: 25px 15px;
  }
}
.m-modulegroup014-010__about-item:not(:first-child) {
  border-top: 2px solid var(--primary-bg, #04a1af);
}

.m-modulegroup014-010__about-ttl {
  padding: 0 0 20px;
  border-bottom: 2px solid var(--primary-bg, #04a1af);
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.56;
  color: var(--primary-border, #04a1af);
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-010__about-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66;
  }
}
.m-modulegroup014-010__about-figure-img-pc {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-010__about-figure-img-pc {
    display: none;
  }
}
.m-modulegroup014-010__about-figure-img-sp {
  display: none;
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-010__about-figure-img-sp {
    display: inline;
  }
}
.m-modulegroup014-010__about-ttl + .m-modulegroup014-010__about-figure {
  margin: 40px 0 0;
}

.m-modulegroup014-010__about-txt {
  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-010__about-txt {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-modulegroup014-010__about-ttl + .m-modulegroup014-010__about-txt,
.m-modulegroup014-010__about-figure + .m-modulegroup014-010__about-txt {
  margin: 30px 0 0;
}

.m-modulegroup014-010__headline + .m-modulegroup014-010__about {
  margin: 60px 0 0;
}

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