@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Galada:wght@400&family=Noto+Sans+JP:wght@400;600;700&family=Lato:wght@700&display=swap');
:root {
  --mg010-font-en: 'Galada', serif;
  --mg010-marker1: #e9f3f9;
  --mg010-marker2: #fff;
  --mg010-marker3: #e9f3f9;
}
/* -------------------------------------------
共通パッチ
------------------------------------------- */
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;
}

.c-headline-001__en {
  display: block;
  font-size: 60px;
  font-size: 6rem;
  font-family: var(--mg010-font-en);
  font-weight: 400;
  line-height: 1;
  color: var(--sub-txt);
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .c-headline-001__en {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.c-headline-001__ja {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .1em;
  color: var(--sub-txt);
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__ja {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

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-header-001__logo-link-img {
    display: block;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img {
        display: none;
    }
}

.m-header-001__logo-link-img.is-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img.is-mobile {
        display: block;
    }
}

.m-header-001__logo {
  padding: 18px 40px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo {
        padding: 11px 15px;
    }
}

.m-header-001__logo-link-img {
    max-height: 45px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img {
        max-height: 29px;
    }
}

/* サブカラー 背景を無効化したいとき */
.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

/*
@media screen and (min-width: 767.01px) {
  .m-header-001 {
    background-color: #facdac;
  }
  .single-post_recruit .m-header-001 {
    background: transparent;
  }
  
  .m-header-001 + .m-kv-001 {
    margin-top: -80px;  PCヘッダーの高さ 
  }
}
*/

@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
     font-size: 2rem;
     letter-spacing: .2rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
     font-size: 1.8rem;
     letter-spacing: .1rem;
  }
}

[class$="__headline-txt"] {
  letter-spacing: .06rem;
}

/* -------------------------------------------
酪農モジュール：ギャラリー（スライダー・円）
------------------------------------------- */
.m-modulegroup010-011 {
  overflow: hidden;
  margin: 0 auto;
  padding: 130px 0;
  background-color: #e9f3f9;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-011 {
    padding: 50px 0;
  }
}

.m-modulegroup010-011 .-dash {
  position: relative;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-011 .-dash {
    padding: 10px 0;
  }
}

.m-modulegroup010-011 .-dash::before,
.m-modulegroup010-011 .-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-011 .-dash::before,
  .m-modulegroup010-011 .-dash::after {
    height: 2px;
    background-size: 18px 2px;
  }
}

.m-modulegroup010-011 .-dash::after {
  top: auto;
  bottom: 0;
  left: 0;
}

.m-modulegroup010-011__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-011__inner {
    padding: 0 20px;
  }
}

.m-modulegroup010-011__headline {
  margin-bottom: 80px;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-011__headline {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-011__headline {
    margin-bottom: 35px;
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.m-modulegroup010-011__headline-en {
  display: block;
  font-family: var(--mg010-font-en);
  line-height: 1;
  color: #2b2519;
  letter-spacing: 0;
}

.m-modulegroup010-011__headline-ja {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-011__headline-ja {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-modulegroup010-011__container {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.m-modulegroup010-011__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.m-modulegroup010-011__item:only-child {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 20px;
}

.m-modulegroup010-011__figure {
  width: 100%;
  line-height: 0;
}

.m-modulegroup010-011__figure-img-pc {
  border-radius: 100vw;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-011__figure-img-pc {
    display: none;
  }
}

.m-modulegroup010-011__figure-img-sp {
  display: none;
  border-radius: 100vw;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-011__figure-img-sp {
    display: block;
  }
}

.m-modulegroup010-011__ttl {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #2b2519;
  letter-spacing: 0.1em;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-011__ttl {
    margin-top: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* -------------------------------------------
酪農モジュール：学べる環境
------------------------------------------- */
.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-marker1) 0%, var(--mg010-marker1) 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-marker3) 0%, var(--mg010-marker3) 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 20px 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;
  line-height: 1.3;
  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;
    -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-003 {
  margin: 0 auto;
  padding: 0 20px;
  background: #e7f8dc;
}

.m-modulegroup010-003 .-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-003 .-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-003 .-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-003 .-dash {
  position: relative;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-003 .-dash {
    padding: 10px 0;
  }
}

.m-modulegroup010-003 .-dash::before, .m-modulegroup010-003 .-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-003 .-dash::before, .m-modulegroup010-003 .-dash::after {
    height: 2px;
    background-size: 18px 2px;
  }
}

.m-modulegroup010-003 .-dash::after {
  top: auto;
  bottom: 0;
  left: 0;
}

.m-modulegroup010-003__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

@media screen and (max-width: 1340px) {
  .m-modulegroup010-003__inner {
    max-width: 1020px;
  }
}

@media screen and (max-width: 980px) {
  .m-modulegroup010-003__inner {
    max-width: 680px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-003__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.m-modulegroup010-003__headline {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-003__headline {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.m-modulegroup010-003__headline-en {
  display: block;
  font-family: var(--mg010-font-en);
  line-height: 1;
  color: #2b2519;
  letter-spacing: 0;
}

.m-modulegroup010-003__headline-ja {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-003__headline-ja {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-modulegroup010-003__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
  padding: 80px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-003__container {
    padding: 50px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-003__container {
    padding: 35px 0 0;
  }
}

@media screen and (max-width: 640px) {
  .m-modulegroup010-003__container {
    display: block;
  }
}

.m-modulegroup010-003__content {
  position: relative;
  width: 260px;
  margin: 80px 40px 0;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 1340px) {
  .m-modulegroup010-003__content {
    margin-top: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-003__content {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-003__content {
    margin-top: 25px;
    margin-right: 25px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 640px) {
  .m-modulegroup010-003__content {
    margin-right: auto;
    margin-left: auto;
  }
}

.m-modulegroup010-003-num {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 60px;
  padding: 12px 15px 18px;
  background: var(--primary-bg, #04a1af);
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  color: #2b2519;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-003-num {
    min-width: auto;
    padding: 12px 15px 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup010-003__figure {
  width: 260px;
  height: 260px;
  margin: 0 auto 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-003__figure {
    width: 60%;
    height: auto;
    margin: 0 auto 20px;
  }
}

.m-modulegroup010-003__figure-img-pc {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-003__figure-img-pc {
    display: none;
  }
}

.m-modulegroup010-003__figure-img-sp {
  display: none;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-003__figure-img-sp {
    display: block;
  }
}

.m-modulegroup010-003__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-003__ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup010-003__ttl + .m-modulegroup010-003__txt {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-003__ttl + .m-modulegroup010-003__txt {
    margin-top: 10px;
  }
}

.m-modulegroup010-003__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-003__txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.77;
  }
}

/* -------------------------------------------
酪農モジュール：メッセージ
------------------------------------------- */
.m-modulegroup010-001 {
  margin: 0 auto;
  padding: 0 20px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAD2CAIAAACRJxhAAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFFmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0MzUyLCAyMDIwLzAxLzMwLTE1OjUwOjM4ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIzLTA1LTMxVDExOjE2OjQ0KzA5OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMy0wNS0zMVQxMToxNzozMSswOTowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMy0wNS0zMVQxMToxNzozMSswOTowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5Y2QxODE0Mi03NDA5LTll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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: .2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-001__ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.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;
  }
}

.m-require-001__detail-desc::before {
  content: none;
}

.m-footer-001 {
  background: var(--sub-bg);
  color: var(--sub-txt);
}


