@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&family=Noto+Sans+JP:wght@400;500;700&display=swap');
.single-post_recruit {
  --font: 'Noto Sans JP', sans-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: 20px;
}

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

.m-header-001__logo-link-img.is-mobile {
  display: none;
  max-height: 15px;
}

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

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

/* 大見出し */
.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;
  }
}

/* 募集要項 */
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-require-003__entry-btn-icon {
position: relative;
}

/* コピーライト */
.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: -68px;
}
@media screen and (max-width: 767px) {
.m-header-001 + .m-kv-001 {
margin-top: -48px;
}
}

span[class$='__headline-en'] {
  color:var(--primary-txt);
}
span[class$='__headline-ja'] {
  border-color: var(--sub-txt);;

}
/* -------------------------------------------
運送ドライバーモジュール：ポイント
------------------------------------------- */
.m-modulegroup007-003 {
  overflow: hidden;
  margin: 120px auto 0;
  padding: 0 20px 150px;
  background-color: var(--sub-bg, #f2f2f2);
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003 {
    margin: 60px auto 0;
    padding: 0 20px 60px;
  }
}

.m-modulegroup007-003__inner {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}

.m-modulegroup007-003__headline {
  position: relative;
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__headline {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.m-modulegroup007-003__headline::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 160vw;
  height: 24px;
  background-color: #fff;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__headline::before {
    height: 12px;
  }
}

.m-modulegroup007-003__headline-en {
  position: relative;
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 600;
}

.m-modulegroup007-003__headline-ja {
  position: relative;
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 5px auto 0;
  padding: 3px 0 5px;
  border: 2px solid var(--primary-border, #04a1af);
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__headline-ja {
    max-width: 170px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup007-003__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px -10px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-003__point {
    display: block;
    margin: 125px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__point {
    margin: 65px 0 0;
  }
}

.m-modulegroup007-003__point-item {
  position: relative;
  width: calc(33.33% - 20px);
  margin: 90px 10px 0;
  padding: 70px 3.7% 60px;
  border-radius: 5px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-003__point-item {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__point-item {
    padding: 50px 15px 30px;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-003__point-item:not(:first-child) {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__point-item:not(:first-child) {
    margin-top: 55px;
  }
}

.m-modulegroup007-003__point-num {
  position: absolute;
  top: -55px;
  left: 50%;
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 80px;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__point-num {
    top: -23px;
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.m-modulegroup007-003__point-num span {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__point-num span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup007-003__point-dl {
  letter-spacing: .1em;
}

.m-modulegroup007-003__point-dt {
  position: relative;
  padding-bottom: 0;
  font-size: 30px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__point-dt {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.m-modulegroup007-003__point-dt::after {
  content: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__point-dt::after {
    width: 35px;
    height: 4px;
  }
}

.m-modulegroup007-003__point-dd {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__point-dd {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup007-003__point-dt + .m-modulegroup007-003__point-dd {
  padding-top: 20px;
}
/* -------------------------------------------
運送ドライバーモジュール：メンバー
------------------------------------------- */
.m-modulegroup007-008 {
  margin: 120px auto;
  padding: 0 20px;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-008 {
    margin: 60px auto;
    padding: 0 20px;
  }
}

.m-modulegroup007-008__inner {
  max-width: 1130px;
  margin: 0 auto;
}

.m-modulegroup007-008__headline {
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-008__headline {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.m-modulegroup007-008__headline-en {
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 600;
}

.m-modulegroup007-008__headline-ja {
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 5px auto 0;
  padding: 3px 0 5px;
  border: 2px solid var(--primary-border, #04a1af);
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-008__headline-ja {
    max-width: 170px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup007-008__member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-008__member {
    display: block;
    margin-top: 25px;
  }
}

.m-modulegroup007-008__member:not(:first-of-type) {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-008__member:not(:first-of-type) {
    margin-top: 25px;
  }
}

.m-modulegroup007-008__member-cnt {
  padding: 80px 2.2% 50px 5.3%;
  text-align: left;
  letter-spacing: .05em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-008__member-cnt {
    padding: 80px 10px 50px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-008__member-cnt {
    width: 100%;
    max-width: none;
    padding: 40px 20px 10px;
  }
}

.m-modulegroup007-008__member-cnt-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-008__member-cnt-inner {
    padding-top: 20px;
  }
}

.m-modulegroup007-008__member-cnt-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 38px;
  height: 5px;
  background-color: var(--sub-txt);;
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-008__member-cnt-inner::before {
    width: 28px;
    height: 3px;
  }
}

.m-modulegroup007-008__member-name {
  font-size: 36px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-008__member-name {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.m-modulegroup007-008__member-kana {
  margin: 0 0 3px 20px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-008__member-kana {
    margin: 0 0 1px 20px;
  }
}

.m-modulegroup007-008__member-cnt-inner + .m-modulegroup007-008__member-position {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-008__member-cnt-inner + .m-modulegroup007-008__member-position {
    margin-top: 10px;
  }
}

.m-modulegroup007-008__member-position {
  display: inline-block;
  padding: 2px 15px 3px;
  background-color: var(--primary, #04a1af);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-008__member-position {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup007-008__member-position + .m-modulegroup007-008__member-txt {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-008__member-position + .m-modulegroup007-008__member-txt {
    margin-top: 15px;
  }
}

.m-modulegroup007-008__member-txt {
  padding-top: 20px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .m-modulegroup007-008__member-txt {
    padding-top: 15px;
  }
}

.m-modulegroup007-008__member-figure {
  position: relative;
  width: 50%;
  max-width: 565px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-008__member-figure {
    width: 100%;
    max-width: none;
  }
}

.m-modulegroup007-008__member-figure::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 120px;
  height: 100%;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(bottom right, transparent 50%, #fff 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, transparent 50%, #fff 50.5%) no-repeat top left/100% 100%;
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-008__member-figure::after {
    width: 100%;
    height: 50px;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, transparent), color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(bottom left, transparent 50%, #fff 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to top right, transparent 50%, #fff 50.5%) no-repeat top left/100% 100%;
  }
}

.m-modulegroup007-008__member-figure-bg-pc {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-008__member-figure-bg-pc {
    display: none;
  }
}

.m-modulegroup007-008__member-figure-bg-sp {
  display: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-008__member-figure-bg-sp {
    display: block;
    padding-bottom: 87.5%;
  }
}

.m-modulegroup007-008__member:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.m-modulegroup007-008__member:nth-of-type(even) .m-modulegroup007-008__member-cnt {
  padding: 80px 5.3% 50px 2.2%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-008__member:nth-of-type(even) .m-modulegroup007-008__member-cnt {
    padding: 80px 20px 50px 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-008__member:nth-of-type(even) .m-modulegroup007-008__member-cnt {
    padding: 40px 20px 10px;
  }
}

.m-modulegroup007-008__member:nth-of-type(even) .m-modulegroup007-008__member-figure::after {
  right: 0;
  left: auto;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(top left, transparent 50%, #fff 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom right, transparent 50%, #fff 50.5%) no-repeat top left/100% 100%;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-008__member:nth-of-type(even) .m-modulegroup007-008__member-figure::after {
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(bottom right, transparent 50%, #fff 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to top left, transparent 50%, #fff 50.5%) no-repeat top left/100% 100%;
  }
}
/* -------------------------------------------
運送ドライバーモジュール：メッセージ
------------------------------------------- */
.m-modulegroup007-001 {
  margin: 120px auto;
  padding: 0 20px;
  color: var(--sub-txt, #000000);
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-001 {
    margin: 60px auto;
    padding: 0 20px;
  }
}

.m-modulegroup007-001__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-001__inner {
    display: block;
  }
}

.m-modulegroup007-001__headline {
  width: 635px;
  padding-right: 3%;
  font-size: 125px;
  font-size: 12.5rem;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-001__headline {
    width: 100%;
    max-width: none;
    padding-right: 0;
    font-size: 100px;
    font-size: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-001__headline {
    font-size: 50px;
    font-size: 5rem;
  }
}

.m-modulegroup007-001__headline-en {
  position: relative;
  display: block;
  margin-left: -12px;
  padding-top: 50px;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-001__headline-en {
    margin-left: -10px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-001__headline-en {
    margin-left: -5px;
    padding-top: 30px;
  }
}

.m-modulegroup007-001__headline-en::before {
  position: absolute;
  top: 0;
  left: 12px;
  display: block;
  width: 80px;
  height: 10px;
  background-color: var(--primary-bg, #04a1af);
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-001__headline-en::before {
    left: 10px;
    width: 65px;
    height: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-001__headline-en::before {
    left: 5px;
    width: 50px;
    height: 5px;
  }
}

.m-modulegroup007-001__headline-ja {
  display: block;
  width: 100%;
  max-width: 330px;
  padding: 3px 0 5px;
  border: 2px solid var(--primary-border, #04a1af);
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-001__headline-ja {
    max-width: 170px;
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup007-001__txt {
  width: 610px;
  padding-top: 45px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-001__txt {
    width: 100%;
    max-width: none;
    margin-top: 30px;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-001__txt {
    margin-top: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* -------------------------------------------
運送ドライバーモジュール：当社について（スライダー）
------------------------------------------- */
.m-modulegroup007-017 {
  overflow: hidden;
  margin: 120px auto 0;
  padding: 0;
  background-color: var(--sub-bg, #f2f2f2);
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017 {
    margin: 60px auto 0;
  }
}

.m-modulegroup007-017__headline {
  position: relative;
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__headline {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.m-modulegroup007-017__headline::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 160vw;
  height: 24px;
  background-color: #fff;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__headline::before {
    height: 12px;
  }
}

.m-modulegroup007-017__headline-en {
  position: relative;
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 600;
}

.m-modulegroup007-017__headline-ja {
  position: relative;
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 5px auto 0;
  padding: 3px 0 5px;
  border: 2px solid var(--primary-border, #04a1af);
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__headline-ja {
    max-width: 220px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup007-017__desc {
  max-width: 1020px;
  margin: 0 auto 45px;
  padding: 35px 20px 0;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__desc {
    margin: 0 auto 20px;
    padding: 20px 20px 0;
    text-align: left;
  }
}

.m-modulegroup007-017__desc-ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__desc-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.m-modulegroup007-017__desc-txt {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__desc-txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup007-017__desc-ttl + .m-modulegroup007-017__desc-txt {
  margin: 15px 0 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__desc-ttl + .m-modulegroup007-017__desc-txt {
    margin: 10px 0 0;
  }
}

.m-modulegroup007-017__contents {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.m-modulegroup007-017__contents-item {
  height: auto;
}

.m-modulegroup007-017__contents-item:only-child {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}

.m-modulegroup007-017__contents-figure {
  position: relative;
  padding-bottom: 100%;
}

.m-modulegroup007-017__contents-figure-img-pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__contents-figure-img-pc {
    display: none;
  }
}

.m-modulegroup007-017__contents-figure-img-sp {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__contents-figure-img-sp {
    display: inline;
  }
}
.m-require-003 {
  background: #fff !important;
}
.m-require-003 .c-headline-001__en {
  font-family: 'Josefin Sans', 'Noto Sans JP', Arial, Helvetica, sans-serif;;
}
.m-require-003 .c-headline-001__ja {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;;
}
.m-require-003__detail-flow-ttl-number ,.m-require-003__entry-btn ,.m-footer-001 {
color: #fff;
}
.m-require-003__detail ,.m-require-003__detail-flow-ttl-number ,.m-require-003__entry-btn ,.m-footer-001 {
font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}