@import url('https://fonts.googleapis.com/css2?family=Galada&family=Noto+Sans+JP:wght@400;700&display=swap');
/* -------------------------------------------
酪農モジュール：色変数
------------------------------------------- */
:root {
  --mg010-primary-bg: #faf8ed;
  --mg010-sub-bg: #f2f1ef;
  --mg010-marker1: #fed7da;
  --mg010-marker2: #fed7da;
  --mg010-marker3: #ffecbf;
}
.single-post_recruit {
  --font: 'Noto Sans JP', sans-serif;
  --mg010-font-en: 'Galada', serif;
  --font-sans: 'Noto Sans JP', 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: 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: 26px;
}

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

.m-header-001__btn-link {
 color: #fff;
 font-family: 'Josefin Sans', 'Noto Sans JP', Arial, Helvetica, sans-serif;
 font-weight: 400;
}

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

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

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

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

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

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    letter-spacing: .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: 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__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: -48px; /* SPヘッダーの高さ */
  }
}

/* -------------------------------------------
酪農モジュール：仕事内容
------------------------------------------- */
.m-modulegroup010-002 {
  overflow: hidden;
  margin: 0 auto;
  padding: 0 40px;
  background: var(--mg010-primary-bg);
}

.m-modulegroup010-002 .-underline01 {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(34%, transparent), color-stop(0%, var(--mg010-marker1)), color-stop(76%, var(--mg010-marker1)), color-stop(0%, transparent)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 34%, var(--mg010-marker1) 0%, var(--mg010-marker1) 76%, transparent 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 34%, var(--mg010-marker1) 0%, var(--mg010-marker1) 76%, transparent 0%) repeat scroll 0 0;
}

.m-modulegroup010-002 .-underline02 {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(34%, transparent), color-stop(0%, var(--mg010-marker2)), color-stop(76%, var(--mg010-marker2)), color-stop(0%, transparent)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 34%, var(--mg010-marker2) 0%, var(--mg010-marker2) 76%, transparent 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 34%, var(--mg010-marker2) 0%, var(--mg010-marker2) 76%, transparent 0%) repeat scroll 0 0;
}

.m-modulegroup010-002 .-underline03 {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(34%, transparent), color-stop(0%, var(--mg010-marker3)), color-stop(76%, var(--mg010-marker3)), color-stop(0%, transparent)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 34%, var(--mg010-marker3) 0%, var(--mg010-marker3) 76%, transparent 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 34%, var(--mg010-marker3) 0%, var(--mg010-marker3) 76%, transparent 0%) repeat scroll 0 0;
}

.m-modulegroup010-002 .-dash {
  position: relative;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-002 .-dash {
    padding: 10px 0;
  }
}

.m-modulegroup010-002 .-dash::before, .m-modulegroup010-002 .-dash::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M22.5%205h-20C1.1%205%200%203.9%200%202.5S1.1%200%202.5%200h20C23.9%200%2025%201.1%2025%202.5S23.9%205%2022.5%205z%22%20fill%3D%22%232b2519%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h40v5H0z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 20px 3px;
  content: '';
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-002 .-dash::before, .m-modulegroup010-002 .-dash::after {
    height: 2px;
    background-size: 18px 2px;
  }
}

.m-modulegroup010-002 .-dash::after {
  top: auto;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-002 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-002 {
    padding: 0 15px;
  }
}

.m-modulegroup010-002__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-002__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.m-modulegroup010-002__headline {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-002__headline {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.m-modulegroup010-002__headline-en {
  display: block;
  font-family: var(--mg010-font-en);
  line-height: 1;
  color: #2b2519;
  letter-spacing: 0;
}

.m-modulegroup010-002__headline-ja {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-002__headline-ja {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-modulegroup010-002__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-002__container {
    padding: 50px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-002__container {
    display: block;
    padding: 35px 0 0;
  }
}

.m-modulegroup010-002__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

.m-modulegroup010-002__item {
  width: calc(50% - 30px);
  margin: 60px 60px 0 0;
  padding: 80px;
  border-radius: 40px;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-002__item {
    margin: 40px 40px 0 0;
    padding: 60px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-002__item {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 35px 30px 40px;
    border-radius: 20px;
  }
}

.m-modulegroup010-002__item:nth-child(even), .m-modulegroup010-002__item:nth-child(odd):last-child {
  margin-right: 0;
}

.m-modulegroup010-002__item:nth-child(1), .m-modulegroup010-002__item:nth-child(2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-002__item:nth-child(1), .m-modulegroup010-002__item:nth-child(2) {
    margin: 15px 0 0 0;
  }
}

.m-modulegroup010-002__figure {
  overflow: hidden;
      -ms-flex-order: 1;
  width: 100%;
  max-width: 420px;
  margin: 0 auto 40px;
  border-radius: 100%;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-002__figure {
        -ms-flex-order: inherit;
    width: 100%;
    -webkit-box-ordinal-group: inherit;
            order: inherit;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-002__figure {
        -ms-flex-order: inherit;
    width: 100%;
    -webkit-box-ordinal-group: inherit;
            order: inherit;
  }
}

.m-modulegroup010-002__figure-img-pc {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-002__figure-img-pc {
    display: none;
  }
}

.m-modulegroup010-002__figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-002__figure-img-sp {
    display: inline;
  }
}

.m-modulegroup010-002__ttl {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  color: #2b2519;
  text-align: left;
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-002__ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup010-002__ttl + .m-modulegroup010-002__txt {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-002__ttl + .m-modulegroup010-002__txt {
    margin-top: 10px;
  }
}

.m-modulegroup010-002__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;
  line-height: 2;
  color: #2b2519;
  text-align: left;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-002__txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.77;
  }
}

/* -------------------------------------------
酪農モジュール：学べる環境
------------------------------------------- */
.m-modulegroup010-007 {
  margin: 0 auto;
  padding: 0 30px;
}

.m-modulegroup010-007 .-underline01 {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(34%, transparent), color-stop(0%, var(--mg010-marker1)), color-stop(76%, var(--mg010-marker1)), color-stop(0%, transparent)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 34%, var(--mg010-marker1) 0%, var(--mg010-marker1) 76%, transparent 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 34%, var(--mg010-marker3) 0%, var(--mg010-marker3) 76%, transparent 0%) repeat scroll 0 0;
}

.m-modulegroup010-007 .-underline02 {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(34%, transparent), color-stop(0%, var(--mg010-marker2)), color-stop(76%, var(--mg010-marker2)), color-stop(0%, transparent)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 34%, var(--mg010-marker2) 0%, var(--mg010-marker2) 76%, transparent 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 34%, var(--mg010-marker2) 0%, var(--mg010-marker2) 76%, transparent 0%) repeat scroll 0 0;
}

.m-modulegroup010-007 .-underline03 {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(34%, transparent), color-stop(0%, var(--mg010-marker3)), color-stop(76%, var(--mg010-marker3)), color-stop(0%, transparent)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 34%, var(--mg010-marker3) 0%, var(--mg010-marker3) 76%, transparent 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 34%, var(--mg010-marker2) 0%, var(--mg010-marker2) 76%, transparent 0%) repeat scroll 0 0;
}

.m-modulegroup010-007 .-dash {
  position: relative;
  padding: 20px 0;
}

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

.m-modulegroup010-007 .-dash::before, .m-modulegroup010-007 .-dash::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M22.5%205h-20C1.1%205%200%203.9%200%202.5S1.1%200%202.5%200h20C23.9%200%2025%201.1%2025%202.5S23.9%205%2022.5%205z%22%20fill%3D%22%232b2519%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h40v5H0z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 20px 3px;
  content: '';
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-007 .-dash::before, .m-modulegroup010-007 .-dash::after {
    height: 2px;
    background-size: 18px 2px;
  }
}

.m-modulegroup010-007 .-dash::after {
  top: auto;
  bottom: 0;
  left: 0;
}

.m-modulegroup010-007__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

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

.m-modulegroup010-007__headline {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-007__headline {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.m-modulegroup010-007__headline-en {
  display: block;
  font-family: var(--mg010-font-en);
  line-height: 1;
  color: #2b2519;
  letter-spacing: 0;
}

.m-modulegroup010-007__headline-ja {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #2b2519;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-007__headline-ja {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-modulegroup010-007__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-007__item {
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

.m-modulegroup010-007__item:nth-child(even) .m-modulegroup010-007__figure {
      -ms-flex-order: 2;
  margin-right: 0;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-007__item:nth-child(even) .m-modulegroup010-007__figure {
        -ms-flex-order: 1;
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

.m-modulegroup010-007__item:nth-child(even) .m-modulegroup010-007__content {
      -ms-flex-order: 1;
  margin-right: 60px;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-007__item:nth-child(even) .m-modulegroup010-007__content {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-007__item:nth-child(even) .m-modulegroup010-007__content {
        -ms-flex-order: 2;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

.m-modulegroup010-007__item + .m-modulegroup010-007__item {
  margin-top: 40px;
}

.m-modulegroup010-007__figure {
  overflow: hidden;
      -ms-flex-order: 1;
  width: 100%;
  max-width: 500px;
  margin-right: 60px;
  border-radius: 100%;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-007__figure {
    width: 50%;
    max-width: 420px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-007__figure {
    width: 70vw;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.m-modulegroup010-007__figure-img-pc {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-007__figure-img-pc {
    display: none;
  }
}

.m-modulegroup010-007__figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-007__figure-img-sp {
    display: block;
    width: 100%;
  }
}

.m-modulegroup010-007__content {
      -ms-flex-order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.m-modulegroup010-007__container {
  position: relative;
  padding: 80px 0 0;
}

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

@media screen and (max-width: 1024px) {
  .m-modulegroup010-007__container {
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 35px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

.m-modulegroup010-007__name {
  color: #2b2519;
}

.m-modulegroup010-007__name-kanji {
  display: inline-block;
  margin-right: 15px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-007__name-kanji {
    margin-right: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-modulegroup010-007__name-kana {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-007__name-kana {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-modulegroup010-007__position {
  margin-top: 5px;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  color: #2b2519;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-007__position {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-modulegroup010-007__ttl {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.5;
  color: #2b2519;
  text-align: left;
  letter-spacing: .1em;
  -webkit-box-align: center;
          align-items: center;
}

.m-modulegroup010-007__ttl-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

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

.m-modulegroup010-007__ttl + .m-modulegroup010-007__txt {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-007__ttl + .m-modulegroup010-007__txt {
    margin-top: 10px;
  }
}

.m-modulegroup010-007__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;
  line-height: 2;
  color: #2b2519;
  text-align: left;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-007__txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.77;
  }
}

.m-modulegroup010-007__num {
  z-index: 0;
  display: block;
  font-family: var(--mg010-font-en);
  font-size: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  color: #2b2519;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-007__num {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.m-modulegroup010-007__num-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  padding: 10px 10px 0 0;
  -webkit-box-align: center;
  align-items: center;
}

/* -------------------------------------------
酪農モジュール：メッセージ
------------------------------------------- */
.m-modulegroup010-001 {
  margin: 0 auto;
  padding: 0 20px;
  background: url("data:image/png;base64,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");
  background-position: center;
  background-size: 64px 123px;
  color: var(--sub-txt, #000000);
}

.m-modulegroup010-001 .-underline01 {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(34%, transparent), color-stop(0%, var(--mg010-marker1)), color-stop(76%, var(--mg010-marker1)), color-stop(0%, transparent)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 34%, var(--mg010-marker1) 0%, var(--mg010-marker1) 76%, transparent 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 34%, var(--mg010-marker1) 0%, var(--mg010-marker1) 76%, transparent 0%) repeat scroll 0 0;
}

.m-modulegroup010-001 .-underline02 {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(34%, transparent), color-stop(0%, var(--mg010-marker2)), color-stop(76%, var(--mg010-marker2)), color-stop(0%, transparent)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 34%, var(--mg010-marker2) 0%, var(--mg010-marker2) 76%, transparent 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 34%, var(--mg010-marker2) 0%, var(--mg010-marker2) 76%, transparent 0%) repeat scroll 0 0;
}

.m-modulegroup010-001 .-underline03 {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(34%, transparent), color-stop(0%, var(--mg010-marker3)), color-stop(76%, var(--mg010-marker3)), color-stop(0%, transparent)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 34%, var(--mg010-marker3) 0%, var(--mg010-marker3) 76%, transparent 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 34%, var(--mg010-marker3) 0%, var(--mg010-marker3) 76%, transparent 0%) repeat scroll 0 0;
}

.m-modulegroup010-001 .-dash {
  position: relative;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-001 .-dash {
    padding: 10px 0;
  }
}

.m-modulegroup010-001 .-dash::before, .m-modulegroup010-001 .-dash::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M22.5%205h-20C1.1%205%200%203.9%200%202.5S1.1%200%202.5%200h20C23.9%200%2025%201.1%2025%202.5S23.9%205%2022.5%205z%22%20fill%3D%22%232b2519%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h40v5H0z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 20px 3px;
  content: '';
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-001 .-dash::before, .m-modulegroup010-001 .-dash::after {
    height: 2px;
    background-size: 18px 2px;
  }
}

.m-modulegroup010-001 .-dash::after {
  top: auto;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-001 {
    padding: 0 15px;
    background-size: 24px 46px;
  }
}

.m-modulegroup010-001__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-001__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.m-modulegroup010-001__headline {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-001__headline {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.m-modulegroup010-001__headline-en {
  display: block;
  font-family: var(--mg010-font-en);
  line-height: 1;
  color: #2b2519;
  letter-spacing: 0;
}

.m-modulegroup010-001__headline-ja {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-001__headline-ja {
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-modulegroup010-001__container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-001__container {
    padding: 50px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-001__container {
    display: block;
    padding: 35px 0 0;
  }
}

.m-modulegroup010-001__container:first-child {
  margin-top: 130px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-001__container:first-child {
    margin-top: 50px;
  }
}

.m-modulegroup010-001__figure {
  overflow: hidden;
  width: 50%;
  min-height: 810px;
  border-radius: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-001__figure {
    width: 100%;
    min-height: auto;
    border-radius: 20px;
  }
}

.m-modulegroup010-001__figure-img-pc {
  display: none;
}

.m-modulegroup010-001__figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-001__figure-img-sp {
    display: block;
  }
}

.m-modulegroup010-001__content {
  width: 50%;
  padding: 80px;
  border-radius: 40px;
  background-color: #fff;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-001__content {
    padding: 60px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-001__content {
    width: 100%;
    padding: 30px;
    border-radius: 20px;
  }
}

.m-modulegroup010-001__content:only-child {
  width: 100%;
  margin: 0 auto;
}

.m-modulegroup010-001__content + .m-modulegroup010-001__figure {
  margin-left: 60px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-001__content + .m-modulegroup010-001__figure {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-001__content + .m-modulegroup010-001__figure {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
}

.m-modulegroup010-001__copy {
  display: block;
  margin-bottom: 30px;
  font-family: var(--mg010-font-en);
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  color: #2b2519;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-001__copy {
    margin-bottom: 20px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.m-modulegroup010-001__ttl {
  display: block;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  color: #2b2519;
  letter-spacing: .2rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-001__ttl {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }
}

.m-modulegroup010-001__ttl-area + .m-modulegroup010-001__txt {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-001__ttl-area + .m-modulegroup010-001__txt {
    margin-top: 15px;
  }
}

.m-modulegroup010-001__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;
  line-height: 2;
  color: #2b2519;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-001__txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.77;
  }
}


/* -------------------------------------------
酪農モジュール：1日の流れ
------------------------------------------- */
.m-modulegroup010-004 {
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px;
  background: #f9f6e4;
}

.m-modulegroup010-004 .-underline01 {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(34%, transparent), color-stop(0%, var(--mg010-marker1)), color-stop(76%, var(--mg010-marker1)), color-stop(0%, transparent)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 34%, var(--mg010-marker1) 0%, var(--mg010-marker1) 76%, transparent 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 34%, var(--mg010-marker1) 0%, var(--mg010-marker1) 76%, transparent 0%) repeat scroll 0 0;
}

.m-modulegroup010-004 .-underline02 {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(34%, transparent), color-stop(0%, var(--mg010-marker2)), color-stop(76%, var(--mg010-marker2)), color-stop(0%, transparent)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 34%, var(--mg010-marker2) 0%, var(--mg010-marker2) 76%, transparent 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 34%, var(--mg010-marker3) 0%, var(--mg010-marker3) 76%, transparent 0%) repeat scroll 0 0;
}

.m-modulegroup010-004 .-underline03 {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(34%, transparent), color-stop(0%, var(--mg010-marker3)), color-stop(76%, var(--mg010-marker3)), color-stop(0%, transparent)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 34%, var(--mg010-marker3) 0%, var(--mg010-marker3) 76%, transparent 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 34%, var(--mg010-marker3) 0%, var(--mg010-marker3) 76%, transparent 0%) repeat scroll 0 0;
}

.m-modulegroup010-004 .-dash {
  position: relative;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-004 .-dash {
    padding: 10px 0;
  }
}

.m-modulegroup010-004 .-dash::before, .m-modulegroup010-004 .-dash::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M22.5%205h-20C1.1%205%200%203.9%200%202.5S1.1%200%202.5%200h20C23.9%200%2025%201.1%2025%202.5S23.9%205%2022.5%205z%22%20fill%3D%22%232b2519%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h40v5H0z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 20px 3px;
  content: '';
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-004 .-dash::before, .m-modulegroup010-004 .-dash::after {
    height: 2px;
    background-size: 18px 2px;
  }
}

.m-modulegroup010-004 .-dash::after {
  top: auto;
  bottom: 0;
  left: 0;
}

.m-modulegroup010-004__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-004__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.m-modulegroup010-004__headline {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-004__headline {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.m-modulegroup010-004__headline-en {
  display: block;
  font-family: var(--mg010-font-en);
  line-height: 1;
  color: #2b2519;
  letter-spacing: 0;
}

.m-modulegroup010-004__headline-ja {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-004__headline-ja {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-modulegroup010-004__headline-en + .m-modulegroup010-004__headline-ja {
  margin-top: 10px;
}

.m-modulegroup010-004__figure {
  overflow: hidden;
  width: 100%;
  max-width: calc(50% - 25px);
  border-radius: 40px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-004__figure {
    max-width: calc(50% - 10px);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-004__figure {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .m-modulegroup010-004__figure + .m-modulegroup010-004__figure {
    margin-top: 10px;
  }
}

.m-modulegroup010-004__figure-img-pc {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-004__figure-img-pc {
    display: none;
  }
}

.m-modulegroup010-004__figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-004__figure-img-sp {
    display: block;
  }
}

.m-modulegroup010-004__figure:only-child {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-004__figure:only-child {
    max-width: 100%;
  }
}

.m-modulegroup010-004__container {
  padding: 80px 0 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-004__container {
    padding: 50px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-004__container {
    padding: 35px 0 0;
  }
}

.m-modulegroup010-004__content {
  width: 100%;
}

.-left .m-modulegroup010-004__content,
.-right .m-modulegroup010-004__content {
  max-width: calc(50% - 25px);
}

@media screen and (max-width: 767px) {
  .-left .m-modulegroup010-004__content,
  .-right .m-modulegroup010-004__content {
    max-width: 100%;
  }
}

.-left .m-modulegroup010-004__content:only-child,
.-right .m-modulegroup010-004__content:only-child {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .-left .m-modulegroup010-004__content:only-child,
  .-right .m-modulegroup010-004__content:only-child {
    max-width: 100%;
  }
}

.-two .m-modulegroup010-004__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: justify;
  margin: 50px 0 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .-two .m-modulegroup010-004__content {
    margin: 20px 0;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .-two .m-modulegroup010-004__content {
    max-width: 100%;
    margin: 20px 0 15px;
    gap: 0;
  }
}

.m-modulegroup010-004__list {
  margin: 0 0 0 auto;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-004__list {
    width: 100%;
    padding: 0;
  }
}

.m-modulegroup010-004__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
      -ms-flex-pack: justify;
      -ms-flex-align: start;
  padding: 70px;
  border-radius: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 50px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-004__list-item {
    padding: 50px;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-004__list-item {
    max-width: 100%;
    padding: 35px 30px;
    border-radius: 20px;
    gap: 0;
  }
}

.m-modulegroup010-004__list-item:nth-child(odd) {
  background: #ffffff;
}

.m-modulegroup010-004__list-item:nth-child(even) {
  background: #ffffff;
}

.m-modulegroup010-004__list-item + .m-modulegroup010-004__list-item {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-004__list-item + .m-modulegroup010-004__list-item {
    margin-top: 15px;
  }
}

.m-modulegroup010-004__list-item.-two {
  gap: 0;
}

.m-modulegroup010-004__ttl {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  width: 100%;
  max-width: 100%;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.5;
  color: #2b2519;
  text-align: left;
  letter-spacing: .1rem;
  -webkit-box-align: center;
          align-items: center;
}

.m-modulegroup010-004__ttl-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-004__ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup010-004__ttl + .m-modulegroup010-004__txt {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-004__ttl + .m-modulegroup010-004__txt {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-004__ttl + .m-modulegroup010-004__figure {
    margin-top: 20px;
  }
}

.m-modulegroup010-004__figure + .m-modulegroup010-004__txt {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-004__figure + .m-modulegroup010-004__txt {
    margin-top: 10px;
  }
}

.m-modulegroup010-004__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;
  line-height: 2;
  color: #2b2519;
  text-align: left;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-004__txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.77;
    letter-spacing: 0.1rem;
  }
}

.m-modulegroup010-004__num {
  z-index: 0;
  display: block;
  font-family: var(--mg010-font-en);
  font-size: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  color: #2b2519;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-004__num {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.m-modulegroup010-004__num-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  padding: 10px 10px 0 0;
  -webkit-box-align: center;
          align-items: center;
}

/* -------------------------------------------
酪農モジュール：特徴
------------------------------------------- */
.m-modulegroup010-005 {
  margin: 0 auto;
  padding: 0 20px;
  background: url("data:image/png;base64,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");
  background-position: center;
  background-size: 64px 123px;
  color: var(--sub-txt, #000000);
}

.m-modulegroup010-005 .-underline01 {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(34%, transparent), color-stop(0%, var(--mg010-marker1)), color-stop(76%, var(--mg010-marker1)), color-stop(0%, transparent)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 34%, var(--mg010-marker1) 0%, var(--mg010-marker1) 76%, transparent 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 34%, var(--mg010-marker1) 0%, var(--mg010-marker1) 76%, transparent 0%) repeat scroll 0 0;
}

.m-modulegroup010-005 .-underline02 {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(34%, transparent), color-stop(0%, var(--mg010-marker2)), color-stop(76%, var(--mg010-marker2)), color-stop(0%, transparent)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 34%, var(--mg010-marker2) 0%, var(--mg010-marker2) 76%, transparent 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 34%, var(--mg010-marker2) 0%, var(--mg010-marker2) 76%, transparent 0%) repeat scroll 0 0;
}

.m-modulegroup010-005 .-underline03 {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(34%, transparent), color-stop(0%, var(--mg010-marker3)), color-stop(76%, var(--mg010-marker3)), color-stop(0%, transparent)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 34%, var(--mg010-marker3) 0%, var(--mg010-marker3) 76%, transparent 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 34%, var(--mg010-marker3) 0%, var(--mg010-marker3) 76%, transparent 0%) repeat scroll 0 0;
}

.m-modulegroup010-005 .-dash {
  position: relative;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-005 .-dash {
    padding: 10px 0;
  }
}

.m-modulegroup010-005 .-dash::before, .m-modulegroup010-005 .-dash::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M22.5%205h-20C1.1%205%200%203.9%200%202.5S1.1%200%202.5%200h20C23.9%200%2025%201.1%2025%202.5S23.9%205%2022.5%205z%22%20fill%3D%22%232b2519%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h40v5H0z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 20px 3px;
  content: '';
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-005 .-dash::before, .m-modulegroup010-005 .-dash::after {
    height: 2px;
    background-size: 18px 2px;
  }
}

.m-modulegroup010-005 .-dash::after {
  top: auto;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-005 {
    padding: 0 30px;
    background-size: 24px 46px;
  }
}

.m-modulegroup010-005__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

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

.m-modulegroup010-005__headline {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-005__headline {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.m-modulegroup010-005__headline-en {
  display: block;
  font-family: var(--mg010-font-en);
  line-height: 1;
  color: #2b2519;
  letter-spacing: 0;
}

.m-modulegroup010-005__headline-ja {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-005__headline-ja {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-modulegroup010-005__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 80px 0 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-005__container {
    padding: 50px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-005__container {
    display: block;
    padding: 35px 0 0;
  }
}

.m-modulegroup010-005__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1330px) {
  .m-modulegroup010-005__list {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 860px) {
  .m-modulegroup010-005__list {
    display: block;
  }
}

.m-modulegroup010-005__item {
  position: relative;
  width: 390px;
  margin: 55px 55px 0 0;
  padding: 55px;
  border-radius: 40px;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-005__item {
    margin: 30px 30px 0 0;
    padding: 40px;
  }
}

@media screen and (max-width: 860px) {
  .m-modulegroup010-005__item {
    width: 100%;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-005__item {
    margin: 15px auto 0;
    padding: 35px 30px 40px;
    border-radius: 20px;
  }
}

.m-modulegroup010-005__item:last-child {
  margin-right: 0;
}
.m-modulegroup010-005__item:nth-child(1), .m-modulegroup010-005__item:nth-child(2), .m-modulegroup010-005__item:nth-child(3) {
  margin-top: 0;
}

.m-modulegroup010-005__item:nth-child(2), .m-modulegroup010-005__item:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 1330px) {
  .m-modulegroup010-005__item:nth-child(2), .m-modulegroup010-005__item:nth-child(3) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-005__item:nth-child(2), .m-modulegroup010-005__item:nth-child(3) {
    margin-right: 0;
  }
}

@media screen and (max-width: 860px) {
  .m-modulegroup010-005__item:nth-child(2), .m-modulegroup010-005__item:nth-child(3) {
    margin: 15px auto 0;
  }
}

.m-modulegroup010-005__item:nth-child(odd):last-child {
  margin-right: 0;
}

@media screen and (max-width: 1330px) {
  .m-modulegroup010-005__item:nth-child(odd):last-child {
    margin: 30px 0 0;
  }
}

@media screen and (max-width: 860px) {
  .m-modulegroup010-005__item:nth-child(odd):last-child {
    margin: 15px 0 0;
  }
}

.m-modulegroup010-005__figure {
  overflow: hidden;
      -ms-flex-order: 1;
  width: 280px;
  max-width: 420px;
  margin: 0 auto 40px;
  border-radius: 100%;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-005__figure {
        -ms-flex-order: inherit;
    width: 100%;
    margin: 0 auto 20px;
    -webkit-box-ordinal-group: inherit;
            order: inherit;
  }
}

.m-modulegroup010-005__figure-img-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-005__figure-img-pc {
    display: none;
  }
}

.m-modulegroup010-005__figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-005__figure-img-sp {
    display: block;
  }
}

.m-modulegroup010-005__ttl {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  color: #2b2519;
  text-align: left;
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-005__ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup010-005__ttl + .m-modulegroup010-005__txt {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-005__ttl + .m-modulegroup010-005__txt {
    margin-top: 10px;
  }
}

.m-modulegroup010-005__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;
  line-height: 2;
  color: #2b2519;
  text-align: left;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-005__txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.77;
  }
}

.m-modulegroup010-005__num {
  position: absolute;
  z-index: 0;
  top: -10px;
  left: -15px;
  display: block;
  font-family: var(--mg010-font-en);
  font-size: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  color: #2b2519;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-005__num {
    top: -3px;
    left: -4px;
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-modulegroup010-005__num::after {
  position: absolute;
  top: 54px;
  left: -10px;
  display: block;
  width: 150px;
  height: 4px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M22.5%205h-20C1.1%205%200%203.9%200%202.5S1.1%200%202.5%200h20C23.9%200%2025%201.1%2025%202.5S23.9%205%2022.5%205z%22%20fill%3D%22%232b2519%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h40v5H0z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 20px 3px;
  content: '';
  content: '';
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-005__num::after {
    top: 31px;
    left: -17px;
    width: 100px;
    height: 2px;
    background-size: 18px 2px;
  }
}

/* -------------------------------------------
酪農モジュール：インタビュー
------------------------------------------- */
.m-modulegroup010-006 {
  margin: 0 auto;
  padding: 0 20px;
  background: var(--mg010-primary-bg);
}

.m-modulegroup010-006 .-underline01 {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(34%, transparent), color-stop(0%, var(--mg010-marker1)), color-stop(76%, var(--mg010-marker1)), color-stop(0%, transparent)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 34%, var(--mg010-marker1) 0%, var(--mg010-marker1) 76%, transparent 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 34%, var(--mg010-marker1) 0%, var(--mg010-marker1) 76%, transparent 0%) repeat scroll 0 0;
}

.m-modulegroup010-006 .-underline02 {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(34%, transparent), color-stop(0%, var(--mg010-marker2)), color-stop(76%, var(--mg010-marker2)), color-stop(0%, transparent)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 34%, var(--mg010-marker2) 0%, var(--mg010-marker2) 76%, transparent 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 34%, var(--mg010-marker2) 0%, var(--mg010-marker2) 76%, transparent 0%) repeat scroll 0 0;
}

.m-modulegroup010-006 .-underline03 {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(34%, transparent), color-stop(0%, var(--mg010-marker3)), color-stop(76%, var(--mg010-marker3)), color-stop(0%, transparent)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 34%, var(--mg010-marker3) 0%, var(--mg010-marker3) 76%, transparent 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 34%, var(--mg010-marker3) 0%, var(--mg010-marker3) 76%, transparent 0%) repeat scroll 0 0;
}

.m-modulegroup010-006 .-dash {
  position: relative;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-006 .-dash {
    padding: 10px 0;
  }
}

.m-modulegroup010-006 .-dash::before, .m-modulegroup010-006 .-dash::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M22.5%205h-20C1.1%205%200%203.9%200%202.5S1.1%200%202.5%200h20C23.9%200%2025%201.1%2025%202.5S23.9%205%2022.5%205z%22%20fill%3D%22%232b2519%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h40v5H0z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 20px 3px;
  content: '';
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-006 .-dash::before, .m-modulegroup010-006 .-dash::after {
    height: 2px;
    background-size: 18px 2px;
  }
}

.m-modulegroup010-006 .-dash::after {
  top: auto;
  bottom: 0;
  left: 0;
}

.m-modulegroup010-006__container {
  position: relative;
  padding: 80px 0 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-006__container {
    padding: 50px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-006__container {
    padding: 35px 0 0;
  }
}

.m-modulegroup010-006__inner {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-006__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.m-modulegroup010-006__headline {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-006__headline {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.m-modulegroup010-006__headline-en {
  display: block;
  font-family: var(--mg010-font-en);
  line-height: 1;
  color: #2b2519;
  letter-spacing: 0;
}

.m-modulegroup010-006__headline-ja {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #2b2519;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-006__headline-ja {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-modulegroup010-006__figure {
  z-index: 0;
  overflow: hidden;
  width: 100%;
  max-width: 960px;
  height: 370px;
  border-radius: 40px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-006__figure {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-006__figure {
    width: 100%;
    border-radius: 20px;
  }
}

.m-modulegroup010-006__figure-img-pc {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-006__figure-img-pc {
    display: none;
  }
}

.m-modulegroup010-006__figure-img-sp {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-006__figure-img-sp {
    display: block;
    width: 100%;
  }
}

.m-modulegroup010-006__figure-face_img {
  position: relative;
  overflow: hidden;
  width: 180px;
  border-radius: 100%;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-006__figure-face_img {
    width: 34vw;
    margin: 0 auto 20px;
  }
}

.m-modulegroup010-006__figure-face_img-pc {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-006__figure-face_img-pc {
    display: none;
  }
}

.m-modulegroup010-006__figure-face_img-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-006__figure-face_img-sp {
    display: block;
    width: 100%;
  }
}

.m-modulegroup010-006__intro {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: start;
  width: 100%;
  max-width: 800px;
  margin: -130px auto 50px;
  padding: 50px;
  border-radius: 40px;
  background: #fff;
  -webkit-box-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-006__intro {
    margin: -130px auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-006__intro {
    display: block;
    width: calc(100% - 60px);
    margin: -40px auto 15px;
    padding: 30px;
    border-radius: 20px;
  }
}

.m-modulegroup010-006__intro-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  margin-left: 40px;
  color: #2b2519;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-006__intro-txt {
    margin-left: 0;
  }
}

.m-modulegroup010-006__intro-txt__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-modulegroup010-006__intro-name {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #2b2519;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-006__intro-name {
    margin-top: 0;
  }
}

.m-modulegroup010-006__intro-name-kanji {
  display: inline-block;
  margin-right: 15px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-006__intro-name-kanji {
    margin-right: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup010-006__intro-name-kana {
  display: inline-block;
  color: #92918f;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-006__intro-name-kana {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.m-modulegroup010-006__intro-outline {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-006__intro-outline {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.77;
  }
}

.m-modulegroup010-006__content {
  width: 100%;
  max-width: 960px;
  padding: 80px;
  border-radius: 40px;
  background: #fff;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-006__content {
    width: 100%;
    padding: 60px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-006__content {
    width: 100%;
    padding: 35px 30px 40px;
  }
}

.m-modulegroup010-006__content:only-child {
  margin: 0 auto;
}

.m-modulegroup010-006__content .m-modulegroup010-006__figure + .m-modulegroup010-006__figure {
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-006__content .m-modulegroup010-006__figure + .m-modulegroup010-006__figure {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-006__content .m-modulegroup010-006__figure + .m-modulegroup010-006__figure {
    margin-top: 20px;
  }
}

.m-modulegroup010-006__content .m-modulegroup010-006__ttl + .m-modulegroup010-006__figure {
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-006__content .m-modulegroup010-006__ttl + .m-modulegroup010-006__figure {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-006__content .m-modulegroup010-006__ttl + .m-modulegroup010-006__figure {
    margin-top: 20px;
  }
}

.m-modulegroup010-006__content .m-modulegroup010-006__figure + .m-modulegroup010-006__txt {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-006__content .m-modulegroup010-006__figure + .m-modulegroup010-006__txt {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-006__content .m-modulegroup010-006__figure + .m-modulegroup010-006__txt {
    margin-top: 20px;
  }
}

.m-modulegroup010-006__content .m-modulegroup010-006__txt + .m-modulegroup010-006__figure {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-006__content .m-modulegroup010-006__txt + .m-modulegroup010-006__figure {
    margin-top: 20px;
  }
}

.m-modulegroup010-006__ttl {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.5;
  color: #2b2519;
  text-align: left;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-006__ttl {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }
}

.m-modulegroup010-006__ttl + .m-modulegroup010-006__txt {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-006__ttl + .m-modulegroup010-006__txt {
    margin-top: 10px;
  }
}

.m-modulegroup010-006__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;
  line-height: 2;
  color: #2b2519;
  text-align: left;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-006__txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.77;
  }
}

.m-modulegroup010-006-position {
  margin-top: 5px;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  letter-spacing: .1em;
}





.c-headline-001__en {
  font-weight: 400;
  display: block;
  font-size: 60px;
  font-size: 6rem;
  font-family: var(--mg010-font-en);
  line-height: 1;
  color: var(--sub-txt);
  letter-spacing: 0;
}

.c-headline-001__ja {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-headline-001__en {
    font-size: 35px;
    font-size: 3.5rem;
  }
  
  .c-headline-001__ja {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-headline-001__en + .c-headline-001__ja {
  margin-top: 10px;
}

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

.m-require-001__detail-ttl ,.m-require-001__detail-flow-ttl-number{
  background: #fed7da;
  color:var(--sub-txt);
}
.m-require-001__detail-desc {
  color: #333333;
}
.m-require-001__detail-desc::before {
  background: #f9f6e4;
  opacity: 1;
}
.m-require-001__entry-btn {
  color: #fff;
}
.m-footer-001 {
 background: #f9f6e4;
 color:var(--sub-txt);
}

.m-require-001__detail ,.m-require-001__detail-flow-ttl-number ,.m-require-001__entry-btn {
font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}