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

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

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}
/* 大見出し */
.c-headline-001 {
  margin-bottom: 30px;
}

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

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

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

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
  }
}
@media screen and (max-width: 374px) {
  .c-headline-001__ja {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}
/* モジュール内見出し */
@media screen and (max-width: 767px) {
  [class$=__headline-txt],
  [class$=__content-ttl] {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 374px) {
  [class$=__headline-txt],
  [class$=__content-ttl] {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}
/* 募集要項 */
div[class^=m-require-][class$=__detail-row] {
  border-color: var(--primary-border);
}

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

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 {
  background: var(--sub-bg);
}

/*TOPのみ　PC・SP共　ヘッダー透過*/
.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: -48px; /* SPヘッダーの高さ */
  }
}
/*
モジュールを「フリーテキスト」にしてタイトル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;
}

@media screen and (min-width: 1024.1px) {
  .m-require-003 {
    padding-top: 120px;
  }
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.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; */
}

/*mg008 require*/
.m-require-003 .c-headline-001 {
  color: var(--primary);
}
.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: currentColor;
  letter-spacing: 0.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: 0.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: 0.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: 0.1em;
  }
}

@media screen and (min-width: 1024.1px) {
  .m-require-003__detail {
    margin-top: 60px;
  }
}

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

.m-require-003__entry-btn {
  background: var(--sub-bg);
}


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

@media screen and (max-width: 767px) {
  .m-modulegroup008-007 {
    padding: 50px 0 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: 0.2em;
}

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

@media screen and (max-width: 767px) {
  .m-modulegroup008-007__headline-ja {
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
.m-modulegroup008-007__motivation {
  display: flex;
  margin: 70px 0 0;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-007__motivation {
    flex-direction: column;
    align-items: 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: #fff;
}

@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(135,186,31, 0.8);
  content: "";
  transform: translateX(-50%);
}

.m-modulegroup008-007__motivation-num-txt {
  position: relative;
  z-index: 10;
  display: block;
  width: 120px;
  margin: 0 auto;
  background-color: var(--primary-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(135,186,31, 0.8);
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-007__motivation-cnt {
    height: auto;
    padding: 25px 15px;
    letter-spacing: 0.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-002 {
  margin: 0 auto;
  padding: 120px 0;
  background-color: var(--primary-bg, #f2f2f2);
  color: var(--primary-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-002 {
    padding: 50px 0;
  }
}
.m-modulegroup008-002__headline {
  font-size: 70px;
  font-size: 7rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-002__headline {
    padding: 0 16px;
    font-size: 30px;
    font-size: 3rem;
  }
}
.m-modulegroup008-002__headline-en {
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 700;
  letter-spacing: 0.2em;
}

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

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

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

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

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

.m-modulegroup008-002__work-figure-img-pc {
  vertical-align: bottom;
}

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

@media screen and (max-width: 767px) {
  .m-modulegroup008-002__work-figure-img-sp {
    display: inline;
  }
}
.m-modulegroup008-002__work-cnt {
  height: 100%;
  padding: 70px 60px;
  background-color: var(--sub-bg, #04a1af);
  color: var(--primary-txt, #ffffff);
  text-align: left;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-002__work-cnt {
    padding: 30px 15px;
    letter-spacing: 0.1em;
  }
}
.m-modulegroup008-002__work-ttl {
  display: inline-block;
  padding: 7px 25px;
  background-color: var(--primary-bg, #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-002__work-ttl {
    padding: 4px 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.m-modulegroup008-002__work-ttl:not(:first-of-type) {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-002__work-ttl:not(:first-of-type) {
    margin-top: 4px;
  }
}
.m-modulegroup008-002__work-ttl + .m-modulegroup008-002__work-txt {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-002__work-ttl + .m-modulegroup008-002__work-txt {
    margin-top: 20px;
  }
}
.m-modulegroup008-002__work-txt {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-002__work-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-modulegroup008-002 .swiper-slide {
  height: auto;
}

.m-modulegroup008-002 .swiper-button-prev, .m-modulegroup008-002 .swiper-button-next {
  top: 15.4vw;
  width: 80px;
  height: 80px;
  margin-top: 0;
  background-color: var(--sub-bg, #04a1af);
  background-size: 16px 28px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-002 .swiper-button-prev, .m-modulegroup008-002 .swiper-button-next {
    top: 23.4vw;
  }
}
@media screen and (max-width: 767px) {
  .m-modulegroup008-002 .swiper-button-prev, .m-modulegroup008-002 .swiper-button-next {
    top: 26.6vw;
    width: 28px;
    height: 28px;
    background-size: 6px 10px;
  }
}
.m-modulegroup008-002 .swiper-button-prev {
  left: 23%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2051.86%2090.91%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M50.12%2C10.23c5.4-5.4-3-13.9-8.5-8.5q-19.93%2C20.1-39.9%2C40a6.12%2C6.12%2C0%2C0%2C0%2C0%2C8.5l38.9%2C38.9c5.5%2C5.5%2C13.9-3%2C8.4-8.5-13-13-26-25.9-39-38.9v8.5c14-13.3%2C26.81-26.7%2C40.1-40Z%22%2F%3E%3C%2Fsvg%3E");
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-002 .swiper-button-prev {
    left: calc(15.45vw - 40px);
  }
}
@media screen and (max-width: 767px) {
  .m-modulegroup008-002 .swiper-button-prev {
    left: calc(8.4% - 14px);
  }
}
.m-modulegroup008-002 .swiper-button-next {
  right: 23%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2051.86%2090.91%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.74%2C10.23c13.3%2C13.3%2C26.1%2C26.7%2C40.1%2C40v-8.5c-13%2C13-26%2C25.9-39%2C38.9-5.5%2C5.5%2C2.9%2C14%2C8.4%2C8.5l38.9-38.9a6.1%2C6.1%2C0%2C0%2C0%2C0-8.5q-19.95-19.95-39.9-40c-5.5-5.4-13.9%2C3.1-8.5%2C8.5Z%22%2F%3E%3C%2Fsvg%3E");
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-002 .swiper-button-next {
    right: calc(15.45vw - 40px);
  }
}
@media screen and (max-width: 767px) {
  .m-modulegroup008-002 .swiper-button-next {
    right: calc(8.4% - 14px);
  }
}
.m-modulegroup008-002 .swiper-pagination-bullets {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-002 .swiper-pagination-bullets {
    margin-top: 15px;
  }
}
.m-modulegroup008-002 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 7px;
  border-radius: 0;
  background: var(--primary-txt, #04a1af);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-002 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
}
.m-modulegroup008-002 .swiper-pagination-bullet-active {
  background: var(--sub-bg, #04a1af);
}


/* -------------------------------------------
飲食店モジュール：当店について
------------------------------------------- */
.m-modulegroup008-010 {
  margin: 0 auto;
  padding: 80px 20px 100px;
  /* background-color: var(--sub-bg, #f2f2f2); */
  color: var(--primary, #000000);
}

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

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

@media screen and (max-width: 767px) {
  .m-modulegroup008-010__headline {
    font-size: 30px;
    font-size: 3rem;
  }
}
.m-modulegroup008-010__headline-en {
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 700;
  letter-spacing: 0.2em;
}

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

@media screen and (max-width: 767px) {
  .m-modulegroup008-010__headline-ja {
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
.m-modulegroup008-010__about {
  margin: 60px 0 0;
  padding: 70px 60px;
  background-color: var(--sub-bg, #04a1af);
  color: #fff;
  text-align: left;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-010__about {
    margin: 20px 14px 0;
    padding: 30px 15px;
    letter-spacing: 0.1em;
  }
}
.m-modulegroup008-010__about:first-of-type {
  margin: 70px 0 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-010__about:first-of-type {
    margin: 30px 14px 0;
  }
}
.m-modulegroup008-010__about-ttl {
  display: inline-block;
  padding: 7px 25px;
  background-color: var(--primary-bg, #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-010__about-ttl {
    padding: 4px 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.m-modulegroup008-010__about-ttl:not(:first-of-type) {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-010__about-ttl:not(:first-of-type) {
    margin-top: 4px;
  }
}
.m-modulegroup008-010__about-figure {
  max-width: 840px;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-010__about-figure {
    margin: 25px auto 0;
  }
}
.m-modulegroup008-010__about-figure-img-pc {
  vertical-align: bottom;
}

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

@media screen and (max-width: 767px) {
  .m-modulegroup008-010__about-figure-img-sp {
    display: inline;
  }
}
.m-modulegroup008-010__about-txt {
  margin: 50px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
}

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

/* -------------------------------------------
飲食店モジュール：福利厚生（スライダー）
------------------------------------------- */
.m-modulegroup008-011 {
  margin: 0 auto;
  padding: 120px 0;
  background-color: var(--primary-bg, #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: 0.2em;
}

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

@media screen and (max-width: 767px) {
  .m-modulegroup008-011__headline-ja {
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.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: 0.12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-011__ttl {
    margin: 30px auto 0;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
.m-modulegroup008-011__txt {
  max-width: 960px;
  margin: 20px auto 0;
  padding: 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-011__txt {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-011__txt {
    margin: 20px auto 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
.m-modulegroup008-011__welfare {
  margin-top: 60px;
  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;
  }
}
