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

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

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 10px 15px;
    max-width: 220px;
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 42px;
}

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

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

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

@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-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: rgba(255, 255, 255, .5);
}

.m-header-001 + .m-kv-001 {
  margin-top: -80px; /* PCヘッダーの高さ */
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001 {
    margin-top: -48px; /* SPヘッダーの高さ */
  }
}
/* -------------------------------------------
運送ドライバーモジュール：メッセージ（画像付き）
------------------------------------------- */
.m-modulegroup007-010 {
  margin: 120px auto;
  padding: 0 20px;
  color: var(--sub-txt, #000000);
}

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

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

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

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

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

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

.m-modulegroup007-010__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-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-010__headline-ja {
    max-width: 180px;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
  }
}

.m-modulegroup007-010__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: justify;
      -ms-flex-align: center;
  margin-top: 70px;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-010__container {
    display: block;
    margin-top: 20px;
  }
}

.m-modulegroup007-010__container::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 50%;
  display: block;
  width: 50vw;
  height: 100%;
  background-image: url(https://ybkcop.itszai.jp/wp-content/uploads/2023/01/pg01-ph01.jpg);
  background-size: cover;
  content: '';
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-010__container::after {
    content: none;
  }
}

.m-modulegroup007-010__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 800px;
  padding-right: 2%;
  padding-left: 4%;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-010__cnt {
    width: 100%;
    padding: 0 20px;
  }
}

.m-modulegroup007-010__cnt-inner {
  width: 100%;
  max-width: 560px;
}

.m-modulegroup007-010__cnt-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  letter-spacing: .05em;
  color: #1f336e;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-010__cnt-ttl {
    margin-top: 1.6em;
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.m-modulegroup007-010__cnt-txt {
  padding-top: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: .05em;
  color: #1f336e;
}

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

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

.m-modulegroup007-010__figure {
  position: relative;
  z-index: 1;
  width: 50%;
  max-width: 800px;
  padding: 30px 6.25%;
  background-color: var(--primary, #04a1af);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-010__figure {
    width: 100%;
    padding: 0;
  }
}

.m-modulegroup007-010__figure-img-pc {
  vertical-align: bottom;
}

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

.m-modulegroup007-010__figure-img-sp {
  display: none;
  vertical-align: bottom;
}

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

/* -------------------------------------------
運送ドライバーモジュール：特徴
------------------------------------------- */
.m-modulegroup007-011 {
  position: relative;
  margin: 120px auto 0;
  padding: 120px 0px;
  background-color: #fff6ca;
  color: var(--sub-txt, #000000);
}

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

.m-modulegroup007-011__inner {
  max-width: 1280px;
  margin: 0 auto;
}

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

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

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

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

.m-modulegroup007-011__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-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-011__headline-ja {
    max-width: 200px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.m-modulegroup007-011__slide {
  position: relative;
}

.m-modulegroup007-011__slide-cnt {
  margin-top: 2.5vw;
  text-align: left;
  color: #1f336e;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-011__slide-cnt {
    margin-top: 1.3em;
  }
}

.m-modulegroup007-011__slide-item {
  height: auto;
}

.m-modulegroup007-011__slide-ttl {
  margin-bottom: .5em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: .1em;
}

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

.m-modulegroup007-011__slide-txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: .05em;
}

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

.m-modulegroup007-011__slide-figure {
  position: relative;
  z-index: 1;
  background-color: var(--primary, #04a1af);
}

.m-modulegroup007-011__slide-figure-img-pc {
  vertical-align: bottom;
}

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

.m-modulegroup007-011__slide-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-011__slide-figure-img-sp {
    display: block;
  }
}

.m-modulegroup007-011 .swiper-pagevisual {
  margin-top: -30px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-011 .swiper-pagevisual {
    margin-top: 0;
  }
}

.m-modulegroup007-011 .swiper-container {
  position: relative;
  padding-top: 75px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-011 .swiper-container {
    padding-top: 35px;
  }
}

.m-modulegroup007-011 .swiper-pagination-bullets {
  position: absolute;
  top: 0;
  right: 80px;
  bottom: auto;
  left: auto;
  width: auto;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-011 .swiper-pagination-bullets {
    top: 3px;
    right: auto;
    width: 100%;
    padding-bottom: 10px;
  }
}

.m-modulegroup007-011 .swiper-pagination-bullets .swiper-pagination-bullet {
  border: 2px solid #c1c1c1;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.m-modulegroup007-011 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 0;
  background-color: #ffb400;
}

.m-modulegroup007-011 .swiper-slide {
  opacity: .3;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.m-modulegroup007-011 .swiper-slide:only-child,
.m-modulegroup007-011 .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.m-modulegroup007-011 .swiper-slide:only-child {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-011 .swiper-slide:only-child {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .m-modulegroup007-011 .swiper-slide:only-child .m-modulegroup007-011__slide-figure {
    width: 80%;
    margin: 0 auto;
  }
}

.m-modulegroup007-011 .swiper-button-next,
.m-modulegroup007-011 .swiper-button-prev {
  top: calc(11.8vw + 45px);
  width: 6.25vw;
  height: 6.25vw;
  margin-top: 0;
  background-color: var(--primary-bg, #04a1af);
  background-size: 2vw 3.25vw;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-011 .swiper-button-next,
  .m-modulegroup007-011 .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-size: 15px 24px;
  }
}

.m-modulegroup007-011 .swiper-button-next {
  right: 22%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2267%22%20height%3D%22104%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22m66.734%2052.115-51.619%2051.618L.266%2088.884%2037.15%2051.999.266%2015.114%2015.115.266l51.619%2051.618-.116.115.116.116Z%22%2F%3E%3C%2Fsvg%3E");
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-011 .swiper-button-next {
    right: 11%;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-011 .swiper-button-next {
    right: 6%;
  }
}

.m-modulegroup007-011 .swiper-button-prev {
  left: 22%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2267%22%20height%3D%22104%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22m66.734%2088.884-14.85%2014.849L.266%2052.115l.115-.116-.115-.115L51.884.266l14.85%2014.848-36.885%2036.885%2036.885%2036.885Z%22%2F%3E%3C%2Fsvg%3E");
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-011 .swiper-button-prev {
    left: 11%;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-011 .swiper-button-prev {
    left: 6%;
  }
}

.m-modulegroup007-011 .swiper-button-next, .m-modulegroup007-011 .swiper-button-prev {
  background-color: #ffb400;
}

/* -------------------------------------------
運送ドライバーモジュール：数字で見る
------------------------------------------- */
.m-modulegroup007-005 {
  overflow: hidden;
  margin: 0 auto;
  color: var(--primary-txt, #ffffff);
}

.m-modulegroup007-005__container {
  position: relative;
}

.m-modulegroup007-005__container-bg-pc {
  padding-bottom: 405px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

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

.m-modulegroup007-005__container-bg-sp {
  display: none;
  padding-bottom: 330px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-005__container-bg-sp {
    display: block;
  }
}

.m-modulegroup007-005__headline {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: .05em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.m-modulegroup007-005__headline-en {
  display: inline-block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 600;
  text-align: left;
  color: #fff;
}

.m-modulegroup007-005__headline-ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 242px;
  height: 242px;
  margin: 0 0 0 40px;
  padding: 20px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-005__headline-ja {
    width: 176px;
    height: 176px;
    margin: 5px auto 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup007-005__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #fff;
  background-color: #ffb400;
  -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-005__number {
    display: block;
    border-bottom: none;
  }
}

.m-modulegroup007-005__number-item {
  width: calc(33.33% + 2px);
  margin-bottom: -2px;
  margin-left: -2px;
  padding: 75px 2%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.m-modulegroup007-005__number-item:nth-child(3n) {
  border-right: none;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-005__number-item {
    width: 100%;
    margin: 0;
    padding: 65px 20px 70px;
    border-right: none;
    border-left: none;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-005__number-item {
    padding: 60px 20px;
    border-bottom: 1px solid #fff;
  }
}

.m-modulegroup007-005__number-dl {
  letter-spacing: .05em;
}

.m-modulegroup007-005__number-dl-bg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.m-modulegroup007-005__number-dt {
  position: relative;
  top: -20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

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

.m-modulegroup007-005__number-data {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100px;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: 0;
  color: #fff;
}

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

.m-modulegroup007-005__number-data span {
  padding: 0 7px;
  font-size: 3px;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-005__number-data span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.m-modulegroup007-005__number-txt {
  position: relative;
  bottom: -20px;
  max-width: 365px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .m-modulegroup007-005__number-txt {
    letter-spacing: 0.05rem;
  }
}


/* -------------------------------------------
運送ドライバーモジュール：仕事内容
------------------------------------------- */
.m-modulegroup007-002 {
  overflow: hidden;
  margin: 120px auto;
  padding: 0 20px;
  color: var(--sub-txt, #000000);
}

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

.m-modulegroup007-002__inner {
  max-width: 1440px;
  margin: 0 auto;
}

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

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

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

.m-modulegroup007-002__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-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002__headline-ja {
    max-width: 180px;
    font-size: 14px;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
  }
}

.m-modulegroup007-002__work {
  margin-top: 70px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work {
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002__work {
    margin-top: 25px;
  }
}

.m-modulegroup007-002__work-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.m-modulegroup007-002__work-item:not(:first-child) {
  padding-top: 95px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-item:not(:first-child) {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002__work-item:not(:first-child) {
    padding-top: 30px;
  }
}

.m-modulegroup007-002__work-figure {
  width: calc(50% + 80px);
  max-width: 800px;
  margin-left: -80px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-figure {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
}

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

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

.m-modulegroup007-002__work-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

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

.m-modulegroup007-002__work-cnt {
  width: 50%;
  padding: 10px 5.5% 0 4%;
  text-align: left;
  letter-spacing: .05em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-cnt {
    position: relative;
    width: 100%;
    padding: 0;
  }
}

.m-modulegroup007-002__work-cnt-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-cnt-inner {
    margin: -60px 0 0 20px;
    padding: 15px 0 0 20px;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002__work-cnt-inner {
    margin: -40px 0 0 20px;
  }
}

.m-modulegroup007-002__work-ttl {
  position: relative;
  margin: 10px 0 0 -175px;
  padding: 10px 40px;
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-ttl {
    margin: 0;
    padding: 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002__work-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.m-modulegroup007-002__work-cnt-inner + .m-modulegroup007-002__work-txt {
  margin-top: 25px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-cnt-inner + .m-modulegroup007-002__work-txt {
    margin-top: 15px;
  }
}

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

.m-modulegroup007-002__work-txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #1f336e;
}

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

.m-modulegroup007-002__work-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.m-modulegroup007-002__work-item:nth-child(even) .m-modulegroup007-002__work-figure {
  margin-right: -80px;
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-item:nth-child(even) .m-modulegroup007-002__work-figure {
    margin-right: 0;
  }
}

.m-modulegroup007-002__work-item:nth-child(even) .m-modulegroup007-002__work-cnt {
  padding: 10px 4% 0 5.5%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-item:nth-child(even) .m-modulegroup007-002__work-cnt {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-item:nth-child(even) .m-modulegroup007-002__work-cnt-inner {
    margin: -60px 20px 0 0;
    padding: 15px 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002__work-item:nth-child(even) .m-modulegroup007-002__work-cnt-inner {
    margin: -40px 20px 0 0;
  }
}

.m-modulegroup007-002__work-item:nth-child(even) .m-modulegroup007-002__work-ttl {
  margin: 10px -175px 0 0;
  padding: 10px 40px 10px 0;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-item:nth-child(even) .m-modulegroup007-002__work-ttl {
    margin: 0;
    padding: 0 0 10px;
    text-align: left;
  }
}
.m-modulegroup007-002__work-ttl {
  color: #1f336e;
}

/* -------------------------------------------
運送ドライバーモジュール：福利厚生（コンテンツ縦積み）
------------------------------------------- */
.m-modulegroup007-012 {
  margin: 0 auto;
  padding: 120px 20px;
  color: var(--sub-txt, #000000);
  background: #fff5e8;
}

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

.m-modulegroup007-012__inner {
  max-width: 1280px;
  margin: 0 auto;
}

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

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

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

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

.m-modulegroup007-012__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-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

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

.m-modulegroup007-012__desc {
  margin-bottom: 45px;
}

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

.m-modulegroup007-012__contents {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.m-modulegroup007-012__contents-item {
  padding-bottom: 0;
}

.m-modulegroup007-012__contents-item + .m-modulegroup007-012__contents-item {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-012__contents-item + .m-modulegroup007-012__contents-item {
    margin-top: 40px;
  }
}

.m-modulegroup007-012__contents-item .-elm:nth-child(1) {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-012__contents-item .-elm:nth-child(1) {
    margin-bottom: 20px;
  }
}

.m-modulegroup007-012__contents-item .-elm:nth-child(2) {
  margin-bottom: 0;
}

.m-modulegroup007-012__contents-item .-elm:nth-child(3) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-012__contents-item .-elm:nth-child(3) {
    margin-bottom: 0;
  }
}

.m-modulegroup007-012__contents-ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  letter-spacing: .05em;
}

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

.m-modulegroup007-012__desc-txt,.m-modulegroup007-012__contents-txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0;
  color: #1f336e;
}

.m-modulegroup007-012__desc-txt,.m-modulegroup007-012__contents-txt.is-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-012__desc-txt,.m-modulegroup007-012__contents-txt.is-center {
    text-align: left;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-012__desc-txt,.m-modulegroup007-012__contents-txt {
    width: 100%;
    max-width: none;
  }
}

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

.m-modulegroup007-012__contents-figure {
  position: relative;
  z-index: 1;
  width: 100%;
}

.m-modulegroup007-012__contents-figure-img-pc {
  vertical-align: bottom;
}

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

.m-modulegroup007-012__contents-figure-img-sp {
  max-width: 260px;
  width: 100%;
  margin:0 auto;
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-012__contents-figure-img-sp {
    display: inline;
  }
}
.m-require-003 {
  padding: 120px 0px;
}
@media screen and (max-width: 767px) {
  .m-require-003 {
    padding: 60px 0px;
  }
}

.m-require-003 .c-headline-001__en {
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 75px;
  font-size: 7.5rem;
  font-weight: 600;
  line-height: 1;
  color: var(--sub-txt, #000000);
  letter-spacing: .05em;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .m-require-003 .c-headline-001__en {
    font-size: 60px;
    font-size: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .m-require-003 .c-headline-001__en {
    font-size: 35px;
    font-size: 3.5rem;
    letter-spacing: 0;
  }
}

.m-require-003 .c-headline-001__ja {
  width: 100%;
  max-width: 330px;
  margin: 5px auto 0;
  padding: 5px 0;
  border: 2px solid var(--primary-border, #04a1af);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-require-003 .c-headline-001__ja {
    max-width: 170px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-require-003 .m-require-003__detail-row {
  border-color: #2e4178 !important;
}
.m-require-003__detail-ttl  ,.m-require-003__detail-desc{
  color: #2e4178;
}
.m-require-003__detail-flow-ttl-number ,.m-require-003__entry-btn {
  color: #fff;
}
.m-footer-001 {
 background: #fff6ca;
 color: #1f336e;
}