@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Poppins:wght@600&family=Noto+Sans+JP:wght@400;700&display=swap");
:root {
  --font: 'Noto Sans JP', sans-serif;
  --font-en: 'Lato', sans-serif;
  --font-sans: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --font-en-sans: "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif;
}

/* -------------------------------------------
共通パッチ
------------------------------------------- */
img {
  vertical-align: bottom;
}

/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 767.01px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

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

/* ロゴ */
.m-header-001__logo {
  padding: 10px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 5px 15px;
    max-width: 220px;
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 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: 20px;
}

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

/* 大見出し */
.c-headline-001 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .c-headline-001 {
    margin-bottom: 20px;
  }
}

.c-headline-001 + * {
  padding-top: 0;
  margin-top: 0;
}

.c-headline-001__en {
  font-weight: 400;
  letter-spacing: .05em;
  /* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
}

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

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

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

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

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


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

/* -------------------------------------------
募集要項 003
------------------------------------------- */
.m-require-003 {
  background: #fff !important;
  padding-top: 120px;
}

@media screen and (max-width: 1024px) {
  .m-require-003 {
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-require-003 {
    padding-top: 60px;
  }
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-003 .c-headline-001__en {
  /* text-transform: uppercase; */
}

@media screen and (max-width: 320px) {
  .m-require-003__detail {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 320px) {
  .m-require-003__detail-row {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-003__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  /* color: #333; */
}

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


/*mg008 require*/
.m-require-003 .c-headline-001__en {
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 70px;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  color: var(--sub-txt, #000000);
  letter-spacing: .2em;
  text-transform: uppercase;
}

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

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

@media screen and (max-width: 767px) {
  .m-require-003 .c-headline-001__ja {
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: .1em;
  }
}

/* -------------------------------------------
飲食店モジュール：メッセージ
------------------------------------------- */
.m-modulegroup008-001 {
  overflow: hidden;
  margin: 0 auto;
  padding: 120px 20px;
  background-color: var(--primary-border, #04a1af);
  color: var(--primary-txt, #ffffff);
}

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

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

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

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

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

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

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

.m-modulegroup008-001__message {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-001__message {
    margin-top: 30px;
  }
}

.m-modulegroup008-001__message-figure {
  position: relative;
  width: calc(87.5% + 160px);
  max-width: 1280px;
  margin-left: -160px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-001__message-figure {
    width: calc(100% + 40px);
    max-width: none;
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-001__message-figure {
    width: calc(100% + 32px);
    margin-right: -16px;
    margin-left: -16px;
  }
}

.m-modulegroup008-001__message-figure::after {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  width: 160vw;
  background-color: var(--primary, #04a1af);
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-001__message-figure::after {
    content: none;
  }
}

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

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

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

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

.m-modulegroup008-001__message-cnt {
  position: relative;
  width: 87.5%;
  max-width: 1120px;
  margin-left: auto;
  padding: 80px 0 80px 12.5%;
  text-align: left;
  letter-spacing: .12em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-001__message-cnt {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 80px 0;
  }
}

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

.m-modulegroup008-001__message-cnt::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 160vw;
  background-color: var(--primary, #04a1af);
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-001__message-cnt::after {
    left: -20px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-001__message-cnt::after {
    left: -16px;
  }
}

.m-modulegroup008-001__message-ttl {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 7px 25px;
  background-color: var(--primary-border, #04a1af);
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.5;
}

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

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

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

.m-modulegroup008-001__message-ttl + .m-modulegroup008-001__message-txt {
  margin-top: 35px;
}

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

.m-modulegroup008-001__message-txt {
  position: relative;
  z-index: 10;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--sub-txt, #000000);
}

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

/* -------------------------------------------
飲食店モジュール：志望動機
------------------------------------------- */
.m-modulegroup008-007 {
  margin: 0 auto;
  padding: 120px 0;
  background-color: var(--sub-txt, #000000);
  color: var(--primary-txt, #ffffff);
}

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

.m-modulegroup008-007__inner {
  max-width: 1600px;
  margin: 0 auto;
}

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

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

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

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

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

.m-modulegroup008-007__motivation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 70px 0 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-modulegroup008-007__motivation {
    margin: 30px 0 0;
  }
}

.m-modulegroup008-007__motivation-item {
  position: relative;
  overflow: hidden;
  width: 33.33%;
  padding: 60px 4% 80px;
  color: var(--sub-txt, #000000);
}

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

@media screen and (max-width: 767px) {
  .m-modulegroup008-007__motivation-item {
    width: 100%;
    padding: 40px 30px 60px;
  }
}

.m-modulegroup008-007__motivation-bg-pc {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

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

.m-modulegroup008-007__motivation-bg-sp {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-007__motivation-bg-sp {
    display: block;
  }
}

.m-modulegroup008-007__motivation-num {
  position: relative;
  overflow: hidden;
}

.m-modulegroup008-007__motivation-num::after {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  display: block;
  width: 160vw;
  background-color: rgba(206, 180, 0, 0.8);
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.m-modulegroup008-007__motivation-num-txt {
  position: relative;
  z-index: 10;
  display: block;
  width: 120px;
  margin: 0 auto;
  background-color: var(--sub-bg, #f2f2f2);
  font-family: 'Poppins', sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 120px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-007__motivation-num-txt {
    width: 80px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 80px;
  }
}

.m-modulegroup008-007__motivation-cnt {
  position: relative;
  height: calc(100% - 120px);
  padding: 40px 30px 50px;
  background-color: rgba(206, 180, 0, 0.8);
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-007__motivation-cnt {
    height: auto;
    padding: 25px 15px;
    letter-spacing: .1em;
  }
}

.m-modulegroup008-007__motivation-ttl {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.6;
}

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

.m-modulegroup008-007__motivation-ttl + .m-modulegroup008-007__motivation-txt {
  margin-top: 15px;
}

.m-modulegroup008-007__motivation-txt {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}

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

/* -------------------------------------------
飲食店モジュール：福利厚生（スライダー）
------------------------------------------- */
.m-modulegroup008-011 {
  margin: 0 auto;
  padding: 120px 0;
  /* background-color: var(--sub-txt, #000000);
  color: var(--primary-txt, #ffffff); */
}

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

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

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

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

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

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

.m-modulegroup008-011__ttl {
  max-width: 960px;
  margin: 45px auto 0;
  padding: 0 20px;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .12em;
}

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

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

@media screen and (max-width: 767px) {
  .m-modulegroup008-011__txt {
    margin: 20px auto 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .1em;
    text-align: left;
  }
}

.m-modulegroup008-011__welfare {
  /* margin-top: 60px; */
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/* @media screen and (max-width: 767px) {
  .m-modulegroup008-011__welfare {
    margin-top: 30px;
  }
} */

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

.m-modulegroup008-011__welfare-item:only-child {
  max-width: 960px;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-modulegroup008-012__about {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  padding: 80px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-012__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 80px 0 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-012__about {
    margin-top: 30px;
    padding: 30px 0 0;
  }
}

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

@media screen and (max-width: 1024px) {
  .m-modulegroup008-012__about::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.m-modulegroup008-012__about::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16.66%;
  background-color: var(--sub-bg, #f2f2f2);
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-012__about::after {
    top: auto;
    left: 50%;
    width: 160vw;
    height: 290px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-012__about::after {
    height: 32.115vw;
  }
}

.m-modulegroup008-012__about-slider {
  position: relative;
  width: calc(55.56% + 80px);
  max-width: 880px;
  margin: 0 0 0 -80px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-012__about-slider {
    width: calc(100% + 20px);
    margin: 70px 0 0 -20px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-012__about-slider {
    width: calc(100% + 16px);
    margin: 30px 0 0 -16px;
  }
}

.m-modulegroup008-012__about-item {
  position: relative;
  padding-bottom: 80px;
}

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

.m-modulegroup008-012__about-figure-left {
  width: 63.64%;
  max-width: 560px;
}

.m-modulegroup008-012__about-figure-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48.64%;
  max-width: 428px;
}

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

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

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

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

.m-modulegroup008-012__about-cnt {
  position: relative;
  width: 44.44%;
  max-width: 640px;
  margin-left: auto;
  padding: 0 0 0 5.55%;
  text-align: left;
  letter-spacing: .12em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-012__about-cnt {
    width: 100%;
    max-width: none;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-012__about-cnt {
    letter-spacing: .1em;
  }
}

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

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

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

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

.m-modulegroup008-012__about-ttl + .m-modulegroup008-012__about-txt {
  margin-top: 35px;
}

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

.m-modulegroup008-012__about-txt {
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--sub-txt, #000000);
}

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

.m-modulegroup008-012 .swiper-pagination-bullets {
  position: relative;
  z-index: 10;
  margin-top: -30px;
  padding-left: 116px;
  text-align: left;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-012 .swiper-pagination-bullets {
    width: 51.4%;
    padding-left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-012 .swiper-pagination-bullets {
    margin-top: -25px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.m-modulegroup008-012 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 7px;
  border-radius: 0;
  background: var(--primary, #04a1af);
  opacity: 1;
}

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

.m-modulegroup008-012 .swiper-pagination-bullet-active {
  background: var(--primary-border, #04a1af);
}
