@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: 2px 15px;
    max-width: 220px;
  }
}

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

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

@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: #ddd;
  /* 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(--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__btn-link {
  font-weight: 700;
}

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

.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);
}

/* 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: .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: 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: .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-modulegroup014-012 {
  overflow: hidden;
  margin: 0 auto;
  padding: 160px 20px;
  color: var(--primary-txt, #ffffff);
  text-align: left;
  letter-spacing: .12em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup014-012 {
    padding: 100px 20px;
  }
}

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

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

.m-modulegroup014-012__headline {
  position: relative;
  padding: 0 20.96% 0 0;
  font-size: 60px;
  font-size: 6rem;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

@media screen and (max-width: 1200px) {
  .m-modulegroup014-012__headline {
    padding: 0 50px 0 0;
  }
}

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

.m-modulegroup014-012__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-012__headline-en {
    padding-left: 60px;
  }
}

.m-modulegroup014-012__headline-en::before {
  position: absolute;
  top: .5em;
  left: 0;
  width: 120px;
  height: 2px;
  background: currentColor;
  content: "";
}

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

.m-modulegroup014-012__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-012__headline-ja {
    margin-top: 10px;
    padding-left: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup014-012__about {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding: 110px 0 110px 5.55%;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -ms-grid-columns: 45.59% 54.41%;
  grid-template-columns: 45.59% 54.41%;
}

@media screen and (max-width: 1200px) {
  .m-modulegroup014-012__about {
    padding: 110px 0;
    -ms-grid-rows: auto 1fr auto;
    grid-template-rows: auto 1fr auto;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

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

.m-modulegroup014-012__about::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 160vw;
  background-color: var(--primary-bg, #04a1af);
  content: "";
}

.m-modulegroup014-012__about::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(5.405vw, 80px);
  background-color: var(--primary-txt, #ffffff);
  content: "";
}

@media screen and (max-width: 1200px) {
  .m-modulegroup014-012__about::after {
    width: 30px;
  }
}

.m-modulegroup014-012__about-cnt {
  position: relative;
  padding: 0 20.96% 0 0;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

@media screen and (max-width: 1200px) {
  .m-modulegroup014-012__about-cnt {
    padding: 0 50px 0 0;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-012__about-cnt {
    padding: 0 45px 0 0;
  }
}

.m-modulegroup014-012__about-ttl {
  margin: 50px 0 0;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.56;
}

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

.m-modulegroup014-012__about-txt {
  margin: 50px 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;
}

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

.m-modulegroup014-012__about-ttl + .m-modulegroup014-012__about-txt {
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-012__about-ttl + .m-modulegroup014-012__about-txt {
    margin: 15px 0 0;
  }
}

.m-modulegroup014-012__about-slider {
  max-width: 820px;
  margin: 0 -80px 0 0;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

@media screen and (max-width: 1200px) {
  .m-modulegroup014-012__about-slider {
    margin: 0 -20px 0 0;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-012__about-slider {
    margin: 0 -16px 0 0;
  }
}

.m-modulegroup014-012__about-item {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-012__about-item {
    padding-bottom: 25px;
  }
}

.m-modulegroup014-012__about-figure-left {
  width: 48.78%;
  max-width: 400px;
}

.m-modulegroup014-012__about-figure-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48.78%;
  max-width: 400px;
}

.m-modulegroup014-012__about-figure-img-pc {
  vertical-align: bottom;
}

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

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

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

@media screen and (max-width: 1200px) {
  .m-modulegroup014-012__headline ~ .m-modulegroup014-012__about-slider {
    margin: 60px -20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-012__headline ~ .m-modulegroup014-012__about-slider {
    margin: 30px -16px 0 0;
  }
}

.m-modulegroup014-012 .swiper-pagination-bullets {
  position: relative;
  z-index: 10;
  margin: -30px 0 0 -6px;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-012 .swiper-pagination-bullets {
    margin: -25px 0 0 -5px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}

.m-modulegroup014-012 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

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

.m-modulegroup014-012 .swiper-pagination-bullet-active {
  background: var(--primary-txt, #ffffff);
}

/* -------------------------------------------
飲食店リデザインモジュール：特徴＃01
------------------------------------------- */
.m-modulegroup014-005 {
  margin: 0 auto;
  padding: 0 20px 160px;
  text-align: left;
  letter-spacing: .12em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup014-005 {
    padding-bottom: 100px;
  }
}

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

.m-modulegroup014-005__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 110px 80px;
  border: 2px solid var(--primary-bg, #04a1af);
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-005__inner {
    padding: 50px 15px;
  }
}

.m-modulegroup014-005__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.m-modulegroup014-005__headline {
  width: calc(50% + 80px);
  margin-left: -80px;
  padding-right: 20px;
  font-size: 60px;
  font-size: 6rem;
  color: var(--primary-bg, #04a1af);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup014-005__headline {
    width: calc(100% + 80px);
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-005__headline {
    width: calc(100% + 15px);
    margin-left: -15px;
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-modulegroup014-005__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-005__headline-en {
    padding-left: 60px;
  }
}

.m-modulegroup014-005__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-005__headline-en::before {
    width: 45px;
  }
}

.m-modulegroup014-005__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-005__headline-ja {
    margin-top: 10px;
    padding-left: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup014-005__txt {
  width: 50%;
  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: 1024px) {
  .m-modulegroup014-005__txt {
    width: 100%;
    margin: 50px 0 0;
  }
}

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

.m-modulegroup014-005__txt:only-child {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup014-005__txt:only-child {
    margin: 0;
  }
}

.m-modulegroup014-005__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px -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-005__feature {
    margin: 5px 0 0;
  }
}

.m-modulegroup014-005__feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 40px);
  min-height: 160px;
  margin: 40px 20px 0;
  padding: 20px;
  background-color: var(--primary-bg, #04a1af);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-005__feature-item {
    width: 100%;
    min-height: 125px;
    margin: 20px 0 0;
    padding: 15px;
  }
}

.m-modulegroup014-005__feature-item:nth-child(4n+2) {
  background-color: var(--primary-border, #04a1af);
}

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

.m-modulegroup014-005__feature-item:nth-child(4n+3) {
  background-color: var(--primary-border, #04a1af);
}

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

@media screen and (max-width: 767px) {
  .m-modulegroup014-005__feature-item:nth-child(even) {
    background-color: var(--primary-border, #04a1af);
  }
}

.m-modulegroup014-005__feature-ttl {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.56;
  color: var(--primary-txt, #ffffff);
  text-align: center;
}

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

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

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

@media screen and (max-width: 767px) {
  .m-modulegroup014-011 {
    padding: 60px 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: 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-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: 60px; */
  -webkit-transition-timing-function: linear;
  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;
  }
}

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

@media screen and (max-width: 767px) {
  .m-modulegroup014-001 {
    padding: 50px 16px 40px;
    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: 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(--primary-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-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; */
  margin-top: 50px;
  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; */
    margin-top: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -------------------------------------------
飲食店リデザインモジュール：志望動機
------------------------------------------- */
.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: currentColor;
  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: #ffd860;
  opacity: .3;
  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: var(--sub-bg, #04a1af);
  /* 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;
  color: var(--primary);
}

@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: currentColor;
  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: rgba(255, 186, 55, 0.9);
}

.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: rgba(255, 139, 1, 0.9);
  color: var(--primary-txt);
}

@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;
  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 {
  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(255, 186, 55, 0.9);
}

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

.m-modulegroup014-009__welfare02-item:nth-child(4n+3) .m-modulegroup014-009__welfare02-cnt {
  background-color: rgba(255, 186, 55, 0.9);
}

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

@media screen and (max-width: 767px) {
  .m-modulegroup014-009__welfare02-item:nth-child(even) .m-modulegroup014-009__welfare02-cnt {
    background-color: rgba(255, 186, 55, 0.9);
  }
}

.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(255, 139, 1, 0.9);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--primary-txt);
}

@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-modulegroup014-014 {
  margin: 50px auto 40px;
  padding: 110px 30px;
  background-color: var(--sub-bg, #f2f2f2);
  text-align: left;
  letter-spacing: .12em;
}

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

.m-modulegroup014-014__inner {
  max-width: 960px;
  margin: 0 auto;
}

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

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

.m-modulegroup014-014__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-014__headline-en {
    padding-left: 60px;
  }
}

.m-modulegroup014-014__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-014__headline-en::before {
    width: 45px;
  }
}

.m-modulegroup014-014__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-014__headline-ja {
    margin-top: 10px;
    padding-left: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup014-014__gallery-swiper-contents {
  position: relative;
  width: 100%;
  max-width: 960px;
  /* margin: 60px 0 0; */
}

/* @media screen and (max-width: 767px) {
  .m-modulegroup014-014__gallery-swiper-contents {
    margin: 30px 0 0;
  }
} */

.m-modulegroup014-014__gallery-thumbnail-item {
  height: auto;
  cursor: pointer;
}

.m-modulegroup014-014__gallery-thumbnail-item:hover, .m-modulegroup014-014__gallery-thumbnail-item.is-active {
  opacity: .7;
}

.m-modulegroup014-014__gallery-thumbnail-figure-img-pc {
  vertical-align: bottom;
}

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

.m-modulegroup014-014__gallery-thumbnail-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

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

.m-modulegroup014-014 .swiper-button-prev,
.m-modulegroup014-014 .swiper-container-rtl .swiper-button-next {
  position: absolute;
  z-index: 10;
  top: 27px;
  left: -25px;
  width: 50px;
  height: 50px;
  margin-top: 0;
  outline: none;
}

.m-modulegroup014-014 .swiper-button-prev:hover,
.m-modulegroup014-014 .swiper-container-rtl .swiper-button-next:hover {
  opacity: .7;
}

.m-modulegroup014-014 .swiper-button-prev svg,
.m-modulegroup014-014 .swiper-container-rtl .swiper-button-next svg {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup014-014 .swiper-button-prev svg,
.m-modulegroup014-014 .swiper-container-rtl .swiper-button-next svg {
    width: 4.883vw;
    height: 4.883vw;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup014-014 .swiper-button-prev,
.m-modulegroup014-014 .swiper-container-rtl .swiper-button-next {
    top: 2.637vw;
    left: -2.441vw;
    width: 4.883vw;
    height: 4.883vw;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-014 .swiper-button-prev,
.m-modulegroup014-014 .swiper-container-rtl .swiper-button-next {
    top: 5.483vw;
    left: -3.3335vw;
    width: 6.667vw;
    height: 6.667vw;
  }
  .m-modulegroup014-014 .swiper-button-prev svg,
.m-modulegroup014-014 .swiper-container-rtl .swiper-button-next svg {
    width: 6.667vw;
    height: 6.667vw;
  }
}

.m-modulegroup014-014 .swiper-button-next,
.m-modulegroup014-014 .swiper-container-rtl .swiper-button-prev {
  position: absolute;
  z-index: 10;
  top: 27px;
  right: -25px;
  width: 50px;
  height: 50px;
  margin-top: 0;
  outline: none;
}

.m-modulegroup014-014 .swiper-button-next:hover,
.m-modulegroup014-014 .swiper-container-rtl .swiper-button-prev:hover {
  opacity: .7;
}

.m-modulegroup014-014 .swiper-button-next svg,
.m-modulegroup014-014 .swiper-container-rtl .swiper-button-prev svg {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup014-014 .swiper-button-next svg,
.m-modulegroup014-014 .swiper-container-rtl .swiper-button-prev svg {
    width: 4.883vw;
    height: 4.883vw;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup014-014 .swiper-button-next,
.m-modulegroup014-014 .swiper-container-rtl .swiper-button-prev {
    top: 2.637vw;
    right: -2.441vw;
    width: 4.883vw;
    height: 4.883vw;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-014 .swiper-button-next,
.m-modulegroup014-014 .swiper-container-rtl .swiper-button-prev {
    top: 5.483vw;
    right: -3.3335vw;
    width: 6.667vw;
    height: 6.667vw;
  }
  .m-modulegroup014-014 .swiper-button-next svg,
.m-modulegroup014-014 .swiper-container-rtl .swiper-button-prev svg {
    width: 6.667vw;
    height: 6.667vw;
  }
}

.m-modulegroup014-014 .swiper-button-prev.swiper-button-disabled,
.m-modulegroup014-014 .swiper-button-next.swiper-button-disabled {
  pointer-events: none;
  cursor: auto;
  opacity: 0;
}

.m-modulegroup014-014 .swiper-button-prev path:first-child,
.m-modulegroup014-014 .swiper-container-rtl .swiper-button-next path:first-child,
.m-modulegroup014-014 .swiper-button-next path:first-child,
.m-modulegroup014-014 .swiper-container-rtl .swiper-button-prev path:first-child {
  fill: var(--primary);
}

.m-modulegroup014-014 .slider {
  width: 100%;
  height: auto;
}

.m-modulegroup014-014__gallery {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-014__gallery {
    margin-top: 15px;
  }
}

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

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

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

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

.m-modulegroup014-014__gallery-txt {
  margin: 25px 0 0;
  padding: 0 0 25px;
  border-bottom: 2px solid var(--primary-bg, #04a1af);
  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-014__gallery-txt {
    margin: 15px 0 0;
    padding: 0 0 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
