@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&family=Noto+Sans+JP&display=swap');
/* -------------------------------------------
共通パッチ
------------------------------------------- */
:root {
    --font: 'Noto Sans JP', sans-serif;
    --font-en: 'Josefin Sans', 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: calc(100% - 100px);
  }
}

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

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

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

/* 大見出し */
.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-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}
/* -------------------------------------------
運送ドライバーモジュール：メッセージ
------------------------------------------- */
.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-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;
}

.m-modulegroup007-005__headline-ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 242px;
  height: 242px;
  margin: 0 0 0 40px;
  padding: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  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: var(--primary, #04a1af);
  -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-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.m-modulegroup007-005__number-data {
  font-size: 100px;
  font-size: 10rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: 0;
}

@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 10px;
  font-size: 36px;
  font-size: 3.6rem;
}

@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-size: 15px;
  font-size: 1.5rem;
  text-align: left;
}
/* -------------------------------------------
運送ドライバーモジュール：社風
------------------------------------------- */
.m-modulegroup007-007 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 120px 20px 100px;
  background-color: var(--primary, #04a1af);
  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: 0;
  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;
}

@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-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-size: 15px;
  font-size: 1.5rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-007__initiative-txt {
    padding-left: 0;
  }
}
.m-require-001 .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-001 .c-headline-001__en {
    font-size: 60px;
    font-size: 6rem;
  }
}

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

.m-require-001 .c-headline-001__ja {
  width: 100%;
  max-width: 330px;
  margin: 5px auto 0;
  padding: 5px 0;
  border: 2px solid var(--primary-border, #04a1af);
  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-001 .c-headline-001__ja {
    max-width: 170px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}






/* -------------------------------------------
追加調整
------------------------------------------- */
.m-modulegroup007-001__headline-en::before {
  background: var(--sub-txt, #333);
}
.m-modulegroup007-007 {
  background-color: var(--primary-bg, #333);
}
.c-headline-001 {
	margin-bottom: 60px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
	.m-modulegroup007-005__number-data{
		font-size:7vw;
	}
}
@media screen and (max-width: 767px) {
.c-headline-001 {
	margin-bottom: 30px;
}
	.m-modulegroup007-005__container-bg-sp {
		padding-bottom: 360px;
	}
}
@media screen and (max-width: 370px) {
	.m-modulegroup007-005__headline-en {
		padding-left: 10vw;
	}
	.m-modulegroup007-005__container-bg-sp {
		padding-bottom: 380px;
	}
}

/* -------------------------------------------
募集要項
------------------------------------------- */
.c-headline-001__en {
  text-transform: uppercase;
}
.m-require-001__detail-ttl,
.m-require-001__detail-flow-ttl-number{
  color: #ffffff;
  background: var(--primary, #333);
}
.m-require-001__detail-desc,
.m-require-001__detail-desc::before {
  background: #e7f7ed;
  opacity: 1;
}
.m-require-001__detail-row:first-child,
.m-require-001__detail-row {
  border: none;
}
.m-require-001__detail-row:last-child {
  border: none;
}
.m-require-001 .c-headline-001__ja {
  color: var(--sub-txt, #333);
}
.m-require-001__detail-ttl,.m-require-001__detail-desc {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
/* -------------------------------------------
ヘッダー・コピーライト
------------------------------------------- */
.m-header-001 {
  margin-bottom: 0px; /* PCヘッダーの高さ */
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .c-page-ttl-001 {
      padding-top: 40px;
  }
}

.m-header-001__logo {
    padding: 24px 40px;
}
@media screen and (max-width: 767px) {
    .m-header-001__logo {
        padding: 12px 15px;
    }
}
.m-header-001__logo-link-img {
    max-height: 32px;
}
@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img.is-mobile {
        max-height: 25px;
    }
}
.m-footer-001 {
  color: #ffffff;
  background: var(--primary, #333);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
