@import url('https://fonts.googleapis.com/css2?family=Galada:wght@400&family=Noto+Sans+JP:wght@400;700&family=Lato:wght@700&display=swap');

/* -------------------------------------------
酪農モジュール：色変数
------------------------------------------- */
:root {
  --mg010-font-en: 'Galada', serif;
  --mg010-primary-bg: #ffe4e9;
  --mg010-sub-bg: #ffe4e9;
  --mg010-marker1: #ffffff;
  --mg010-marker2: #ffffff;
  --mg010-marker3: #ffe4e9;
}

/* -------------------------------------------
酪農モジュール：テキスト選択
------------------------------------------- */
::selection {
  background-color: rgba(252, 111, 174, .5);
}

/* -------------------------------------------
共通パッチ
------------------------------------------- */
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: 400;
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
/* ロゴ */
.m-header-001__logo {
  padding: 26px 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: 28px;
}

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

/* PCのみヘッダー透過 */
@media screen and (min-width: 768px) {
  .single-post_recruit .m-header-001 {
    background: transparent;
  }
  
  .m-header-001 + .m-kv-001 {
    margin-top: -80px;
  }
}

/* -------------------------------------------
モジュール
------------------------------------------- */
/* 大見出し */
.c-headline-001 {
  margin-bottom: 30px;
}

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

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

.c-headline-001__en {
  font-weight: 400;
/* 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;
  }
}
/* -------------------------------------------
酪農モジュール：特徴
------------------------------------------- */
.m-modulegroup010-005 {
  margin: 0 auto;
  padding: 0 20px;
  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%23756c71%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;
  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;
  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: var(--mg010-primary-bg);
}

@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: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;
  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;
  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%23756c71%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: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAD2CAMAAAApm38lAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAxIDc5LjE0ZWNiNDJmMmMsIDIwMjMvMDEvMTMtMTI6MjU6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MGFlMWJiMGMtNjM5YS00MjNhLWI3MWUtMmRhNDkwMDcxMjQ4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ5MDFCQTdBRDI5QTExRUQ4RDUyRjA5MDU5NTRBQ0QzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ5MDFCQTc5RDI5QTExRUQ4RDUyRjA5MDU5NTRBQ0QzIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YWZhMjNkYzgtODUzMS00NWViLThjM2YtZmQzYmMwYzJkYmZiIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBhZTFiYjBjLTYzOWEtNDIzYS1iNzFlLTJkYTQ5MDA3MTI0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl86KMwAAABOUExURf/k6f/y9P/l6v/x9P/x8//u8f/m6//q7v/w8//o7P/p7f/v8v/s7//n6//t8P/l6f/s8P/n7P/r7//m6v/o7f/t8f/u8v/r7v/p7v/w8qpS4vcAAAR2SURBVHja7J1pctswDIVpaF8syZKdNPe/aJ10pv0jksCMHp6biBfQNzLwsBCQQ7CdpiiTp2gC9nSXzOmwzxdp088vN4ECzFKlAR4BCyDzmgZYwQBZIwCbwPPUZer5RR1mMIAMKYB2hv8EYUoBVAF/mhRA4wBQF1QbfCpBm5IhD4CEFQ7i8BOkrHDyeH7KClcXgIQW3h0eL+Ead4OrB0DCDUoXGwwh6gatE8AUF2JxQRhjAGMQrh82Pr9A3A97J4At5oc3J4BYPCw2rzcwcL0whEhqPng9PzxiNYHXWfYBFjeAhisDIfRcGYgq0d0NYD8jeFZFPwZgK6lCGKsPW/FSQtmXwg83JY4ADGyAyu0niGSFfqEgyK4WjzK7EbxzQ0EkGvkBCBsgEg49AbqXBOiD/HCAzhFgNyG4OtrAbm10OwFOADJA4ekFGxtAfvwbqE+AVwQ4hegEeCYkMxegdkzJ6AA9t0v3ApXRCdDvX1n5nZF3c53oEa1sAL83EGvT+WWEQgaQfYA3PyXev8BvHWNRuT894EZQky8s5sjdrV9KRL8169n3hu9sgJF9dTvxhgn/nIoMEJtkcpNCicy1utXHV/YQS0cc6EzpkJ8URqe7vYTgwZwq/jxv8XE+YcqAW0pyi450FttMdQKvMRb6WC97sDk52u1hA6kVC5fE+MZdMXmBBYclBeBhhclNJ4ehyi235oMtyiRtgx5X6E1u1QvdnXmkAdDzXPl1vxq8bcdeeAxrDmABv4EhBwA2grQKOJRHWRO4XH7xAgE+HMx5E/gKBzgzSK76/Q0HQDPsL4rTAycrVw3ACCtPZK40ALjMNBsI4J2a20V17lwbRGamow4AJ0WVDuDNvzHgtPeo0UFoQFTaIGq8VXIJMT41nrQAIDeQSgsAKdBE7QQwN9A6Aaxr3amfD4oGvR4AEw0WPcDCBsD4YaUHqCBK2OoBWjZAiejU1KUeACIEBhnAdAl6CwCiQm0sAIiAvFoARq4MYJTIBIC4wBssAICUREwArRxeo8uHDeDwxNiixJBgcLU8H1Gb2AAAwcAIcPQogdhi0WcwONoKOusbOBqgsQG8c4MhIhySAUTbH0LF440NYH4DxycEiw2gYgMc/zWEkf0GToAT4AQ4AU6AE2A5Af6zjGj5bgDmpPT4umBlAxgro+PvTIwA/fcDMDcojrYBY4umYwPcDv8YAb1NZ2xUHv9HDvRO6TyQAeK7NS8JgBhhmLj5iDErRVxa0a/tem40foGr21thAEAMc1luzyH/ZcEfYDAoEWLCXSxKhLi5NSXmmDGehisDLzDKdVULQQEZZhP6OJ9+hKEFzddPei8UrhssIIC73gvJM52obautJcbCL0dUlga4FYuJlxKb3AC34KBc8cB9CUInxsjFV/Kaj7Jditx268kmoFt264C7ZpouxSDCNQLs/yh0TBPQBUTw+nt+4Q+9+52tTtAfiuw4JcE/JZDCvUdrCwf4v3NZOQmx2gjwX4XKKAH+y2CZ/7p1+CIS/UMo92NHSX8LMAA+1jj12gSpVQAAAABJRU5ErkJggg==");
  background-position: top center;
  background-size: 64px 123px;
}

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

.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%23756c71%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 0;
  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 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-006__intro {
    display: block;
    width: calc(100% - 60px);
    margin: -40px auto 0;
    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: var(--sub-txt);
  -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: var(--sub-txt);
  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;
  }
}

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

/* -------------------------------------------
酪農モジュール：作業内容（スライダー）
------------------------------------------- */
.m-modulegroup010-010 {
  overflow: hidden;
  margin: 0 auto;
  padding: 130px 0;
  /* background: var(--mg010-primary-bg); */
}

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

.m-modulegroup010-010 .-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-010 .-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-010 .-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-010 .-dash {
  position: relative;
  padding: 20px 0;
}

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

.m-modulegroup010-010 .-dash::before,
.m-modulegroup010-010 .-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%23756c71%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-010 .-dash::before,
  .m-modulegroup010-010 .-dash::after {
    height: 2px;
    background-size: 18px 2px;
  }
}

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

.m-modulegroup010-010__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

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

.m-modulegroup010-010__headline {
  margin-bottom: 80px;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-010__headline {
    margin-bottom: 50px;
  }
}

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

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

.m-modulegroup010-010__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-010__headline-ja {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-modulegroup010-010__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  height: auto;
  padding: 80px 70px;
  border-radius: 40px;
  background: var(--mg010-primary-bg);
  text-align: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.m-modulegroup010-010__item:only-child {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-010__item {
    padding: 40px 20px;
    border-radius: 20px;
  }
}

.m-modulegroup010-010__figure {
  width: 50%;
}

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

.m-modulegroup010-010__figure-img-pc {
  border-radius: 40px;
  vertical-align: bottom;
}

@media screen and (min-width: 767px) {
  .m-modulegroup010-010__figure-img-pc {
    display: block;
  }
}

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

.m-modulegroup010-010__figure-img-sp {
  border-radius: 20px;
  vertical-align: bottom;
}

@media screen and (min-width: 767px) {
  .m-modulegroup010-010__figure-img-sp {
    display: none;
  }
}

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

.m-modulegroup010-010__figure + .m-modulegroup010-010__ttl,
.m-modulegroup010-010__figure + .m-modulegroup010-010__txt {
  width: calc(50% - 60px);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-010__figure + .m-modulegroup010-010__ttl,
  .m-modulegroup010-010__figure + .m-modulegroup010-010__txt {
    width: 100%;
  }
}

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

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

.m-modulegroup010-010__ttl {
  z-index: 1;
  -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: 0.1em;
  -webkit-box-align: center;
  align-items: center;
}

.m-modulegroup010-010__ttl:first-child {
  width: 100%;
}

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

.m-modulegroup010-010__txt {
  margin-top: 30px;
  /* 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: 0.1em;
}

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

.m-modulegroup010-010 .swiper-button-prev,
.m-modulegroup010-010 .swiper-button-next {
  top: 50%;
  width: 75px;
  height: 75px;
  margin-top: 0;
  background: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-modulegroup010-010 .swiper-button-prev svg,
.m-modulegroup010-010 .swiper-button-next svg {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-010 .swiper-button-prev,
  .m-modulegroup010-010 .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}

.m-modulegroup010-010 .swiper-button-prev {
  left: calc(10.8% - 40px);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-010 .swiper-button-prev {
    left: calc(16% - 40px);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-010 .swiper-button-prev {
    left: calc(8.1% - 14px);
  }
}

.m-modulegroup010-010 .swiper-button-next {
  right: calc(10.8% - 40px);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-010 .swiper-button-next {
    right: calc(16% - 40px);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-010 .swiper-button-next {
    right: calc(8.1% - 14px);
  }
}

.m-modulegroup010-010 .swiper-button-bg {
  fill: var(--primary-bg);
}

.m-modulegroup010-010 .swiper-button-arrow {
  fill: #fff;
}

/* -------------------------------------------
酪農モジュール：当社について
------------------------------------------- */
.m-modulegroup010-014 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: 0 auto;
  padding: 130px 0;
  /* background: #fafafa; */
}

.m-modulegroup010-014::before {
  position: absolute;
  z-index: -1;
  top: 0;
  display: block;
  width: 100%;
  height: 460px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAD2CAMAAAApm38lAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAxIDc5LjE0ZWNiNDJmMmMsIDIwMjMvMDEvMTMtMTI6MjU6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MGFlMWJiMGMtNjM5YS00MjNhLWI3MWUtMmRhNDkwMDcxMjQ4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ5MDFCQTdBRDI5QTExRUQ4RDUyRjA5MDU5NTRBQ0QzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ5MDFCQTc5RDI5QTExRUQ4RDUyRjA5MDU5NTRBQ0QzIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YWZhMjNkYzgtODUzMS00NWViLThjM2YtZmQzYmMwYzJkYmZiIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBhZTFiYjBjLTYzOWEtNDIzYS1iNzFlLTJkYTQ5MDA3MTI0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl86KMwAAABOUExURf/k6f/y9P/l6v/x9P/x8//u8f/m6//q7v/w8//o7P/p7f/v8v/s7//n6//t8P/l6f/s8P/n7P/r7//m6v/o7f/t8f/u8v/r7v/p7v/w8qpS4vcAAAR2SURBVHja7J1pctswDIVpaF8syZKdNPe/aJ10pv0jksCMHp6biBfQNzLwsBCQQ7CdpiiTp2gC9nSXzOmwzxdp088vN4ECzFKlAR4BCyDzmgZYwQBZIwCbwPPUZer5RR1mMIAMKYB2hv8EYUoBVAF/mhRA4wBQF1QbfCpBm5IhD4CEFQ7i8BOkrHDyeH7KClcXgIQW3h0eL+Ead4OrB0DCDUoXGwwh6gatE8AUF2JxQRhjAGMQrh82Pr9A3A97J4At5oc3J4BYPCw2rzcwcL0whEhqPng9PzxiNYHXWfYBFjeAhisDIfRcGYgq0d0NYD8jeFZFPwZgK6lCGKsPW/FSQtmXwg83JY4ADGyAyu0niGSFfqEgyK4WjzK7EbxzQ0EkGvkBCBsgEg49AbqXBOiD/HCAzhFgNyG4OtrAbm10OwFOADJA4ekFGxtAfvwbqE+AVwQ4hegEeCYkMxegdkzJ6AA9t0v3ApXRCdDvX1n5nZF3c53oEa1sAL83EGvT+WWEQgaQfYA3PyXev8BvHWNRuT894EZQky8s5sjdrV9KRL8169n3hu9sgJF9dTvxhgn/nIoMEJtkcpNCicy1utXHV/YQS0cc6EzpkJ8URqe7vYTgwZwq/jxv8XE+YcqAW0pyi450FttMdQKvMRb6WC97sDk52u1hA6kVC5fE+MZdMXmBBYclBeBhhclNJ4ehyi235oMtyiRtgx5X6E1u1QvdnXmkAdDzXPl1vxq8bcdeeAxrDmABv4EhBwA2grQKOJRHWRO4XH7xAgE+HMx5E/gKBzgzSK76/Q0HQDPsL4rTAycrVw3ACCtPZK40ALjMNBsI4J2a20V17lwbRGamow4AJ0WVDuDNvzHgtPeo0UFoQFTaIGq8VXIJMT41nrQAIDeQSgsAKdBE7QQwN9A6Aaxr3amfD4oGvR4AEw0WPcDCBsD4YaUHqCBK2OoBWjZAiejU1KUeACIEBhnAdAl6CwCiQm0sAIiAvFoARq4MYJTIBIC4wBssAICUREwArRxeo8uHDeDwxNiixJBgcLU8H1Gb2AAAwcAIcPQogdhi0WcwONoKOusbOBqgsQG8c4MhIhySAUTbH0LF440NYH4DxycEiw2gYgMc/zWEkf0GToAT4AQ4AU6AE2A5Af6zjGj5bgDmpPT4umBlAxgro+PvTIwA/fcDMDcojrYBY4umYwPcDv8YAb1NZ2xUHv9HDvRO6TyQAeK7NS8JgBhhmLj5iDErRVxa0a/tem40foGr21thAEAMc1luzyH/ZcEfYDAoEWLCXSxKhLi5NSXmmDGehisDLzDKdVULQQEZZhP6OJ9+hKEFzddPei8UrhssIIC73gvJM52obautJcbCL0dUlga4FYuJlxKb3AC34KBc8cB9CUInxsjFV/Kaj7Jditx268kmoFt264C7ZpouxSDCNQLs/yh0TBPQBUTw+nt+4Q+9+52tTtAfiuw4JcE/JZDCvUdrCwf4v3NZOQmx2gjwX4XKKAH+y2CZ/7p1+CIS/UMo92NHSX8LMAA+1jj12gSpVQAAAABJRU5ErkJggg==");
  background-position: top center;
  background-size: 64px 123px;
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-014::before {
    height: 250px;
    background-size: 24px 46px;
  }
}

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

.m-modulegroup010-014 .-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-014 .-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-014 .-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-014 .-dash {
  position: relative;
  padding: 20px 0;
}

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

.m-modulegroup010-014 .-dash::before,
.m-modulegroup010-014 .-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%23756c71%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-014 .-dash::before,
  .m-modulegroup010-014 .-dash::after {
    height: 2px;
    background-size: 18px 2px;
  }
}

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

.m-modulegroup010-014__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 40px;
}

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

.m-modulegroup010-014__headline {
  margin-bottom: 80px;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-014__headline {
    margin-bottom: 50px;
  }
}

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

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

.m-modulegroup010-014__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-014__headline-ja {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-modulegroup010-014__headline-sub {
  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-014__headline-sub {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.m-modulegroup010-014__container {
  margin-top: 50px;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

@media screen and (max-width: 767px) {
  .m-modulegroup010-014__container {
    margin-top: 25px;
  }
}

.m-modulegroup010-014__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-014__item:only-child {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 20px;
}

.m-modulegroup010-014__figure {
  width: 100%;
  line-height: 0;
}

.m-modulegroup010-014__figure-img-pc {
  border-radius: 40px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup010-014__figure-img-pc {
    border-radius: 20px;
  }
}

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

.m-modulegroup010-014__figure-img-sp {
  display: none;
  border-radius: 40px;
}

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

.m-modulegroup010-014__ttl {
  z-index: 1;
  -ms-flex-align: center;
  margin-top: 70px;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.5;
  /* color: #2b2519; */
  text-align: left;
  letter-spacing: 0.1em;
  -webkit-box-align: center;
  align-items: center;
}

.m-modulegroup010-014__ttl:first-child {
  width: 100%;
}

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

.m-modulegroup010-014__txt {
  margin-top: 30px;
  /* 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: 0.1em;
}

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

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

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

div[class^="m-require-"][class$="__detail-desc"] {
  /* font-weight: 500; */
}

.m-require-002{
  background: transparent !important;
  padding: 0 0 80px;
}

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

.m-require-002 .c-headline-001{
  margin-bottom: 60px;
}

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

.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-002__detail-row::before{
  background: #fff2f4;
  opacity: 1;
}

.m-require-002__entry-btn-icon{
  position: relative;
}

/* -------------------------------------------
フッター
------------------------------------------- */
.m-footer-001 {
  color: var(--primary-bg);
  background: var(--primary-txt, #fff);
  border-top: 1px solid var(--primary-bg);
}

/* コピーライト */
.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

/* -------------------------------------------
TOPへ戻るボタン
------------------------------------------- */
.g-pagetop-btn::before{
  background: var(--primary-bg);
}