@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&family=Noto+Serif+JP:wght@500&display=swap');
/* -------------------------------------------
共通パッチ
------------------------------------------- */
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: 20px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 15px;
    max-width: 220px;
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 20px;
}

@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: 15px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

.m-require-003__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;
  }
}

.single-post_recruit .m-header-001 {
  background: transparent;
}

.m-header-001+.m-kv-001 {
  margin-top: -80px;
  /* PCヘッダーの高さ */
}

@media screen and (max-width: 767px) {
  .m-header-001+.m-kv-001 {
    margin-top: -50px;
    /* SPヘッダーの高さ */
  }
}

/* -------------------------------------------
飲食店リデザインモジュール：メッセージ
------------------------------------------- */
.m-modulegroup014-001 {
  overflow: hidden;
  margin: 0 auto;
  padding: 90px 20px 110px;
  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;
  font-family: 'Noto Serif JP', serif;
}

@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);
  font-family: 'Noto Serif JP', serif;
}

@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-003 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 110px;
  text-align: left;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-003 {
    padding: 0 0 50px;
    letter-spacing: .1em;
  }
}

.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: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-003__headline-en {
    padding-left: 60px;
  }
}

.m-modulegroup014-003__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-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;
  font-family: 'Noto Serif JP', serif;
}

@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px -30px 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-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;
  max-width: 275px;
}

@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;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 1300px) {
  .m-modulegroup014-003__career-ttl {
    font-size: 21px;
    font-size: 2.1rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1150px) {
  .m-modulegroup014-003__career-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup014-003__career-ttl {
    font-size: 23px;
    font-size: 2.3rem;
    letter-spacing: .12em;
  }
}

@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-bg, #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;
  }
}

/* -------------------------------------------
飲食店リデザインモジュール：仕事内容
------------------------------------------- */
.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: .12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-002 {
    padding: 50px 0;
    letter-spacing: .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: 68.848vw;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-002__headline {
    max-width: 82.507vw;
    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: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-002__headline-en {
    padding-left: 60px;
  }
}

.m-modulegroup014-002__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-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;
  font-family: 'Noto Serif JP', serif;
}

@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;
  -webkit-transition: opacity .6s;
  transition: opacity .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: .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;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-002__work-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66;
  }
}

@media screen and (max-width: 374px) {
  .m-modulegroup014-002__work-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

.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: #fff;
  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/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAA/CAYAAABqzXG5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA21JREFUeNrE2ntoTnEYB/Bz0FxDLiFyCxGJ8AcbhdzVXCa5RGbDaDGXZq6jaYjN0nJZLqUo5RKyzC2ZJBGJECIil1wicp3v4/2+tZ5+s9t7nvepb9v7vO85fXZ2Lr/fOa/vxS73olQTkQnIzJLi7F/SqBEliCAOIlORQ35cRow0a0UBEi8AJIavE/hzkvWWGYscLgWR+o2csP43jUaOOCBJ2GcOWGJGIkcV5A+SDMj+cMMCMwI5htQu1StB5gCyr/QHg8YMI6SOgsxF9ugPB4kZihxH6irIfKTAtUBQmME8QuopSCqys6yFgsAMQk45IAuR/P8tGGnMQOS0gkgtRraXt3AkMbGE1HdAtlVkBZHCDCCkgeovRXIrupJIYPoT0lD1ZTiwtTIrqi6mH1KINFL9Fcimyq6sOpi+yFkHZDWSXZUVVhXTpwxIJpJV1b+uKpjeSBHSWPXXMZ4Vphe3SBPV38Ct4llhehLSVPVl/1gVifNDRTE9kHNIM9XfzCPHs8J0Ry4gzVVfziHpkbyWlIfphpx3QHJ5dvWsMF25RVqofh6vN54VpgshLVVfrrxpQY3GXJjOhLRS/XyOSUqsMJ0Iaa36uzhKCwyiMR2Ri0gb9RkZr6YEDSmN6VAGZC9H8oFDwpj2hLRV78mcJtkKEsbIX99O9R8h8zjr8ywxicgzx468A/GtMU+RIchz9V4id17fEiP1hBOvF+r92TysfUuM1OMyQMk84fmWmPCOK3Pkl6qfwkuBb4mResh96JXqL+DV2rfESD0g6LXqy7UpxxojdZ+gN6q/KChQeYOrewS9Vf00DjlNMVJ3uVNr0DJkozVG6o4XuiX2TvXTOU0xxUjdJui9Y1693hojdYugD475daY1RuomQR9Vfy2yxhojdQMZjnxyzLdXWmOkrnuhG84alMUbRaYYqWvIKAcom4e+KUbqKjIG+eyYhy+xxkhd8UJPTb6o/hZePkwxUsUEfVX9HF5gTTFSlx0gn0OPVGuM1CUv9MRNg/I4SDPFeJyHjXOA8jkpNMVIyS238cg3BZIpUJI1RqqIoO8KtJtTIVOM1BmCfihQgR+XMcsaI1XoANUgaIY1RkoediQoUE2Z6wM03RojdRKZ7ADFRwMjJQ9RpyA/+VoevE+TX6LxXQgpeeAuX8oIf0vkH+yvAAMAoyq35K5ZYZAAAAAASUVORK5CYII=");
}

@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/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAA/CAYAAABqzXG5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA21JREFUeNrE2ntoTnEYB/Bz0FxDLiFyCxGJ8AcbhdzVXCa5RGbDaDGXZq6jaYjN0nJZLqUo5RKyzC2ZJBGJECIil1wicp3v4/2+tZ5+s9t7nvepb9v7vO85fXZ2Lr/fOa/vxS73olQTkQnIzJLi7F/SqBEliCAOIlORQ35cRow0a0UBEi8AJIavE/hzkvWWGYscLgWR+o2csP43jUaOOCBJ2GcOWGJGIkcV5A+SDMj+cMMCMwI5htQu1StB5gCyr/QHg8YMI6SOgsxF9ugPB4kZihxH6irIfKTAtUBQmME8QuopSCqys6yFgsAMQk45IAuR/P8tGGnMQOS0gkgtRraXt3AkMbGE1HdAtlVkBZHCDCCkgeovRXIrupJIYPoT0lD1ZTiwtTIrqi6mH1KINFL9Fcimyq6sOpi+yFkHZDWSXZUVVhXTpwxIJpJV1b+uKpjeSBHSWPXXMZ4Vphe3SBPV38Ct4llhehLSVPVl/1gVifNDRTE9kHNIM9XfzCPHs8J0Ry4gzVVfziHpkbyWlIfphpx3QHJ5dvWsMF25RVqofh6vN54VpgshLVVfrrxpQY3GXJjOhLRS/XyOSUqsMJ0Iaa36uzhKCwyiMR2Ri0gb9RkZr6YEDSmN6VAGZC9H8oFDwpj2hLRV78mcJtkKEsbIX99O9R8h8zjr8ywxicgzx468A/GtMU+RIchz9V4id17fEiP1hBOvF+r92TysfUuM1OMyQMk84fmWmPCOK3Pkl6qfwkuBb4mResh96JXqL+DV2rfESD0g6LXqy7UpxxojdZ+gN6q/KChQeYOrewS9Vf00DjlNMVJ3uVNr0DJkozVG6o4XuiX2TvXTOU0xxUjdJui9Y1693hojdYugD475daY1RuomQR9Vfy2yxhojdQMZjnxyzLdXWmOkrnuhG84alMUbRaYYqWvIKAcom4e+KUbqKjIG+eyYhy+xxkhd8UJPTb6o/hZePkwxUsUEfVX9HF5gTTFSlx0gn0OPVGuM1CUv9MRNg/I4SDPFeJyHjXOA8jkpNMVIyS238cg3BZIpUJI1RqqIoO8KtJtTIVOM1BmCfihQgR+XMcsaI1XoANUgaIY1RkoediQoUE2Z6wM03RojdRKZ7ADFRwMjJQ9RpyA/+VoevE+TX6LxXQgpeeAuX8oIf0vkH+yvAAMAoyq35K5ZYZAAAAAASUVORK5CYII=");
  }
}

.m-modulegroup014-002 .swiper-button-next {
  right: 20.24%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAABACAYAAACQuc6tAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAYpJREFUeNrM2u1pwzAQBmD5kmlKNkjnsCFZpIVA8iOQSVpo5sgEoWSb4kogg2JiWR937/ngsCxL8Ng+G/zRmO2HCeLN5sOAor9dntYpaJ9s3m22RinWAeTo299+eUVj3JHZ2DwEfSsPajUwvzb3Nv+0QUPN/CwBFBawOohG6zFQh8bEQF/SIJroVwFRZBscRDPboSBKGAMDUeI4CIgyxoqDKHO8KIgK5oiBqHCeCIgqdoQdRJWnmRVEDBcBG4iYbhEsIC4MC4gTUw3ixlSBJDDFIClMEUgSkw2SxkRBzftnh8Ykg1CYJFAzeiWCiM7XzCroc8A9GXz0U/1oTOufTsdHZdffLldaCgRZwLMQFKZLgSAwU1fOzrx4TUdLgUhisiFSmCKIBKYYwo2pgnBiqiFcGBYIB4YNUothhdRg2CGlGBFICUYMkosRheRgxCGpGAgkBQODzGGgkBgGDpnCqEBeYdQgY4wqJMSoQwbMZgmQAeM+sp+1IS7CfyFcHLQgIWYAOcTDKMW/AAMAagvGzTLjgu8AAAAASUVORK5CYII=");
}

@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/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAABACAYAAACQuc6tAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAYpJREFUeNrM2u1pwzAQBmD5kmlKNkjnsCFZpIVA8iOQSVpo5sgEoWSb4kogg2JiWR937/ngsCxL8Ng+G/zRmO2HCeLN5sOAor9dntYpaJ9s3m22RinWAeTo299+eUVj3JHZ2DwEfSsPajUwvzb3Nv+0QUPN/CwBFBawOohG6zFQh8bEQF/SIJroVwFRZBscRDPboSBKGAMDUeI4CIgyxoqDKHO8KIgK5oiBqHCeCIgqdoQdRJWnmRVEDBcBG4iYbhEsIC4MC4gTUw3ixlSBJDDFIClMEUgSkw2SxkRBzftnh8Ykg1CYJFAzeiWCiM7XzCroc8A9GXz0U/1oTOufTsdHZdffLldaCgRZwLMQFKZLgSAwU1fOzrx4TUdLgUhisiFSmCKIBKYYwo2pgnBiqiFcGBYIB4YNUothhdRg2CGlGBFICUYMkosRheRgxCGpGAgkBQODzGGgkBgGDpnCqEBeYdQgY4wqJMSoQwbMZgmQAeM+sp+1IS7CfyFcHLQgIWYAOcTDKMW/AAMAagvGzTLjgu8AAAAASUVORK5CYII=");
  }
}

.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: .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;
}

/* -------------------------------------------
飲食店リデザインモジュール：当店について（スライダー）
------------------------------------------- */
.m-modulegroup014-012 {
  overflow: hidden;
  margin: 0 auto;
  padding: 110px 20px;
  color: var(--primary-txt, #ffffff);
  text-align: left;
  letter-spacing: .12em;
}

@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: var(--primary-txt, #ffffff);
  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;
  font-family: 'Noto Serif JP', serif;
}

@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;
  font-family: 'Noto Serif JP', serif;
}

@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;
  }
}

@media screen and (max-width: 374px) {
  .m-modulegroup014-012__about-ttl {
    letter-spacing: 0;
  }
}

.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);
}

/* -------------------------------------------
飲食店リデザインモジュール：福利厚生
------------------------------------------- */
.m-modulegroup014-009 {
  margin: 0 auto;
  padding: 110px 20px;
  background-color: var(--primary-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;
}

@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;
  font-family: 'Noto Serif JP', serif;
}

@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(236, 152, 78, 0.8);
}

.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(236, 109, 78, 0.8);
}

@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(0, 59, 120, 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(0, 59, 120, 0.8);
  }
}

.m-modulegroup014-009__welfare02-item:nth-child(4n+3) .m-modulegroup014-009__welfare02-cnt {
  background-color: rgba(0, 59, 120, 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(0, 59, 120, 0.8);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-009__welfare02-item:nth-child(even) .m-modulegroup014-009__welfare02-cnt {
    background-color: rgba(0, 59, 120, 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;
  padding: 30px 40px;
  background-color: rgba(0, 59, 120, 0.8);
}

@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;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  .m-modulegroup014-009__welfare02-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66;
  }
}

@media screen and (max-width: 374px) {
  .m-modulegroup014-009__welfare02-ttl {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0;
  }
}

.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;
  min-height: 80px;
}

@media screen and (max-width:767px) {
  .m-header-001__btn-link {
    min-height: 50px;
  }
}

.m-footer-001 {
  background: var(--primary, #04a1af);
}

.m-require-003 {
  padding: 110px 0 80px;
}

@media screen and (max-width: 767px) {
  .m-require-003 {
    padding: 50px 0 40px;
  }
}

.m-require-003 .c-headline-001 {
  padding: 0 40px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-require-003 .c-headline-001 {
    padding: 0 20px;
  }
}

.m-require-003 .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-003 .c-headline-001__en {
    padding-left: 60px;
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-require-003 .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-003 .c-headline-001__en::before {
    width: 45px;
  }
}

.m-require-003 .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;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  .m-require-003 .c-headline-001__ja {
    margin-top: 10px;
    padding-left: 60px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
}

.m-require-003__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-003__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-003__detail-desc::before {
  content: none;
}

.m-require-003__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);
}