/*カスタム*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  background:#fff;
}

.m-header-001__logo {
  padding: 30px 1%;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo {
    padding: 10px 3%;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 15px 3%;
  }
}

.m-header-001__logo-link-img {
  max-height: 25px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo-link-img {
    max-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 20px;
  }
}

.m-header-001__btn-link {
  font-size: 1.5rem;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__btn-link {
    min-height: 60px;
  }
}

.c-headline-001__en {
  font-weight: 400;
  color: #008c40;
}

.c-headline-001__ja {
  font-weight: 500;
  color: #333;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .c-headline-001__ja {
    letter-spacing: .2rem;
  }
}

.m-footer-001 {
  background: #000;
  color: #fff;
}

/* フッター */
.m-footer-001__copyright {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
.m-footer-001__copyright {
    padding: 15px 0;
  }
}

:root {
  --headline-en-color:#1cad4b;
  --headline-ja-color:#000;
  --headline-en-font-family:'Raleway',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  --headline-ja-font-family:'Noto Sans JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  --ttl-font-family:'Noto Sans JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  --txt-font-family:'Noto Sans JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  --txt-color-red: #bf0000;
  --txt-color-white: #fff;
  --txt-color-black: #1a1a1a;
  --bg--black: #000;
  --bg--dark-gray: #171717;
}

/* -------------------------------------------
運送ドライバーモジュール：メッセージ
------------------------------------------- */
.m-modulegroup007-001 {
  margin: 0 auto;
  padding: 120px 20px;
  background: var(--bg--black);
  color: var(--sub-txt, #000000);
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-001 {
    margin: 0;
    padding: 60px 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: 640px;
  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;
  color: var(--txt-color-red);
}

@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-family: var(--ttl-font-family);
  font-size: 18px;
  font-size: 1.8rem;
  color: var(--txt-color-white);
  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-family: var(--txt-font-family);
  font-size: 18px;
  font-size: 1.8rem;
  color: var(--txt-color-white);
  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-003 {
  position: relative;
  margin: 0 auto 0;
  padding: 120px 20px 120px;
  background-color: var(--bg--dark-gray, #f2f2f2);
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003 {
    margin: 0;
    padding: 60px 20px 60px;
  }
}

/* .m-modulegroup007-003::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 24px;
  background-color: #fff;
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003::before {
    height: 12px;
  }
} */

.m-modulegroup007-003__inner {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}

.m-modulegroup007-003__headline {
  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-en {
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 600;
  color: var(--txt-color-red);
}

.m-modulegroup007-003__headline-ja {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 5px auto 0;
  padding: 3px 0 5px;
  border: 2px solid var(--primary-border, #04a1af);
  font-family: var(--txt-font-family);
  font-size: 18px;
  font-size: 1.8rem;
  color: var(--txt-color-white);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__headline-ja {
    max-width: 280px;
    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;
  color: var(--txt-color-red);
  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: 25px;
  font-family: var(--ttl-font-family);
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  color: var(--txt-color-black);
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__point-dt {
    padding-bottom: 20px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.m-modulegroup007-003__point-dt::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 55px;
  height: 4px;
  background-color: var(--primary-bg, #04a1af);
  content: "";
  -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-family: var(--txt-font-family);
  font-size: 18px;
  font-size: 1.8rem;
  color: var(--txt-color-black);
  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-002 {
  overflow: hidden;
  margin: 0 auto;
  padding: 120px 20px;
  background: var(--bg--black);
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002 {
    margin: 0;
    padding: 60px 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;
  color: var(--txt-color-red);
}

.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: var(--ttl-font-family);
  font-size: 18px;
  font-size: 1.8rem;
  color: var(--txt-color-white);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002__headline-ja {
    max-width: 170px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.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;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-cnt-inner {
    margin: -60px 0 0 20px;
    padding: 15px 0 0 20px;
    background-color: var(--bg--black);
  }
}

@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 0 10px 40px;
  background-color: var(--bg--black);
  font-family: var(--ttl-font-family);
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  color: var(--txt-color-white);
  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: var(--txt-font-family);
  font-size: 18px;
  font-size: 1.8rem;
  color: var(--txt-color-white);
}

@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-007 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 120px 20px 120px;
  background-color: var(--bg--dark-gray);
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-007 {
    padding: 60px 20px;
  }
}

.m-modulegroup007-007__bg-pc {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 100%;
  padding-bottom: 420px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-007__bg-pc {
    display: none;
  }
}

.m-modulegroup007-007__bg-sp {
  position: absolute;
  top: 50%;
  right: 0;
  display: none;
  width: 100%;
  padding-bottom: 340px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-007__bg-sp {
    display: block;
  }
}

.m-modulegroup007-007__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-007__inner {
    display: block;
  }
}

.m-modulegroup007-007__headline {
  width: 51.5%;
  max-width: 720px;
  padding: 0 0 0 4.2%;
  font-size: 90px;
  font-size: 9rem;
  line-height: 1;
  text-align: left;
  letter-spacing: .05em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-007__headline {
    width: 100%;
    max-width: none;
    padding: 0;
    font-size: 75px;
    font-size: 7.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-007__headline {
    font-size: 45px;
    font-size: 4.5rem;
    letter-spacing: 0;
  }
}

.m-modulegroup007-007__headline-en {
  display: block;
  margin-left: -8px;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 600;
  color: var(--txt-color-red);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-007__headline-en {
    margin-left: -4px;
  }
}

.m-modulegroup007-007__headline-ja {
  display: block;
  width: 100%;
  max-width: 330px;
  margin-top: 5px;
  padding: 3px 0 5px;
  border: 2px solid #fff;
  font-family: var(--ttl-font-family);
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-007__headline-ja {
    max-width: 220px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-007__headline + .m-modulegroup007-007__initiative {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-007__headline + .m-modulegroup007-007__initiative {
    margin-top: 35px;
  }
}

.m-modulegroup007-007__initiative {
  width: 48.5%;
  max-width: 680px;
  padding: 0 0 0 2.1%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-007__initiative {
    width: 100%;
    max-width: none;
    padding: 0;
  }
}

.m-modulegroup007-007__initiative-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-007__initiative-item {
    display: block;
    text-align: left;
  }
}

.m-modulegroup007-007__initiative-item:not(:first-child) {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-007__initiative-item:not(:first-child) {
    padding-top: 25px;
  }
}

.m-modulegroup007-007__initiative-num {
  width: 110px;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 90px;
  font-size: 9rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-007__initiative-num {
    width: 95px;
    font-size: 75px;
    font-size: 7.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-007__initiative-num {
    width: auto;
    font-size: 50px;
    font-size: 5rem;
  }
}

.m-modulegroup007-007__initiative-txt {
  padding-left: 25px;
  font-family: var(--txt-font-family);
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-007__initiative-txt {
    padding-left: 0;
  }
}

/* -------------------------------------------
運送ドライバーモジュール：求める人物像
------------------------------------------- */
.m-modulegroup007-009 {
  overflow: hidden;
  margin: 0 auto 0;
  padding: 120px 20px;
  background: var(--bg--black);
  color: var(--sub-txt, #000000);
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-009 {
    margin: 0;
    padding: 60px 20px;
  }
}

.m-modulegroup007-009__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-009__inner {
    display: block;
  }
}

.m-modulegroup007-009__headline {
  z-index: 3;
  width: 490px;
  padding: 95px 3% 0 0;
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-009__headline {
    width: 100%;
    padding: 0;
    font-size: 60px;
    font-size: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-009__headline {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.m-modulegroup007-009__headline-en {
  position: relative;
  display: block;
  margin-left: -4px;
  padding-top: 50px;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 600;
  color: var(--txt-color-red);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-009__headline-en {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-009__headline-en {
    padding-top: 30px;
  }
}

.m-modulegroup007-009__headline-en::before {
  position: absolute;
  top: 0;
  left: 4px;
  display: block;
  width: 80px;
  height: 10px;
  background-color: var(--primary-bg, #04a1af);
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-009__headline-en::before {
    width: 65px;
    height: 7px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-009__headline-en::before {
    width: 50px;
    height: 5px;
  }
}

.m-modulegroup007-009__headline-ja {
  display: block;
  width: 100%;
  max-width: 330px;
  margin-top: 5px;
  padding: 3px 0 5px;
  border: 2px solid var(--primary-border, #04a1af);
  font-family: var(--txt-font-family);
  font-size: 18px;
  font-size: 1.8rem;
  color: var(--txt-color-white);
  text-align: center;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-009__headline-ja {
    max-width: 170px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup007-009__cnt {
  position: relative;
  z-index: 2;
  width: 57.5%;
  max-width: 735px;
  padding: 95px 0 75px;
  letter-spacing: .1em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-009__cnt {
    width: 100%;
    max-width: none;
    padding: 30px 0 75px 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-009__cnt {
    padding: 30px 0 50px 25px;
  }
}

.m-modulegroup007-009__cnt::after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -255px;
  width: 160vw;
  background-color: #ededed;
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-009__cnt::after {
    top: 20px;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-009__cnt::after {
    top: 15px;
  }
}

.m-modulegroup007-009__ttl {
  font-family: var(--ttl-font-family);
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  color: var(--txt-color-black);
  line-height: 1.65;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-009__ttl {
    margin-top: 20px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-009__ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.m-modulegroup007-009__ttl + .m-modulegroup007-009__txt {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-009__ttl + .m-modulegroup007-009__txt {
    margin-top: 20px;
  }
}

.m-modulegroup007-009__txt {
  font-family: var(--txt-font-family);
  font-size: 18px;
  font-size: 1.8rem;
  color: var(--txt-color-black);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-009__txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup007-009__txt + .m-modulegroup007-009__list {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-009__txt + .m-modulegroup007-009__list {
    margin-top: 10px;
  }
}

.m-modulegroup007-009__ttl + .m-modulegroup007-009__list {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-009__ttl + .m-modulegroup007-009__list {
    margin-top: 10px;
  }
}

.m-modulegroup007-009__list-item {
  position: relative;
  padding: 10px 0 0 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.65;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-009__list-item {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup007-009__list-item::before {
  position: absolute;
  top: 24px;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--primary-bg, #04a1af);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-009__list-item::before {
    top: 20px;
  }
}

/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-003 {
  padding: 80px 0;
  background: var(--bg--dark-gray) !important;
}

@media screen and (max-width: 767px) {
  .m-require-003 {
    padding: 40px 0;
  }
}

.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(--txt-color-red);
  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: var(--ttl-font-family);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  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__detail {
  padding: 20px 40px 40px 40px;
}

@media screen and (max-width: 1024px){
  .m-require-003__detail {
    padding: 20px;
  }
}

.m-require-003__detail-row {
  border-top: 1px solid #505050;
}

.m-require-003__detail-row:last-child {
  border-bottom: 1px solid #505050;
}

.m-require-003__detail-ttl {
  color: #fff;
}

.m-require-003__detail-desc {
  font-weight: 400;
  color: #fff;
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-003__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  /* color: #333; */
}

/* ボタン背景なしの場合にコメントアウトを削除 */
/* .m-require-003__entry-btn {
  background: transparent;
  color: var(--primary);
  border: 1px solid var(--primary-bg);
}

.m-require-003__entry-btn:hover {
  color: var(--primary-txt);
}

.m-require-003__entry-btn::before {
  background: var(--primary);
} */