@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: 40px;
}

@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: 26px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

.m-header-001__btn-link {
  background: #05884d;
}

/* 大見出し */
.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-002 {
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px;
  color: var(--sub-txt, #000000);
  background: #0b0e31;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002 {
    padding: 0 20px;
  }
}

.m-modulegroup007-002__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .m-modulegroup007-002__inner {
    padding: 60px 0;
  }
}

.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: 170px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.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: #0b0e31;
  }
}

@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 10px;
  background-color: #0d1130;
  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;
  font-weight: 400;
}

@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;
  }
}

.m-modulegroup007-002__work-item:nth-child(even) .m-modulegroup007-002__work-cnt-inner {
  align-items: flex-end;
}

@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;
  }
}

@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: 0 0s 10px;
  text-align: left;
}

@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-012 {
  margin: 0 auto;
  padding: 0 20px 120px;
  color: var(--sub-txt, #000000);
  background: #0b0e31;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-012 {
    margin: 0 auto;
    padding: 0 20px 60px;
  }
}

.m-modulegroup007-012__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 120px 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-012__inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .m-modulegroup007-012__inner {
    padding: 60px 0;
  }
}

.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;
  font-weight: 400;
  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 {
  max-width: 1000px;
  margin: 0 auto 45px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-012__desc {
    margin-bottom: 20px;
    text-align: left;
  }
}

.m-modulegroup007-012__desc-txt {
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-012__desc-txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.m-modulegroup007-012__contents {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.m-modulegroup007-012__contents-item {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .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;
}

@media screen and (max-width: 767px) {
  .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__contents-txt {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  letter-spacing: .05em;
}

.m-modulegroup007-012__contents-txt.is-center {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-012__contents-txt.is-center {
    text-align: left;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-012__contents-txt {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .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 {
  max-width: 1000px;
  width: 100%;
  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 {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-012__contents-figure-img-sp {
    display: inline;
  }
}

/* -------------------------------------------
運送ドライバーモジュール：キャリアアップ
------------------------------------------- */
.m-modulegroup007-006 {
  margin: 0 auto;
  padding: 120px 20px;
  background-color: #12163f;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-006 {
    padding: 60px 20px;
  }
}

.m-modulegroup007-006__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.m-modulegroup007-006__headline {
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-006__headline {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.m-modulegroup007-006__headline-en {
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 600;
}

.m-modulegroup007-006__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-006__headline-ja {
    max-width: 170px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup007-006__figure {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-006__figure {
    margin-top: 35px;
  }
}

.m-modulegroup007-006__figure-img-pc {
  max-width: 1082px;
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-006__figure-img-pc {
    display: none;
  }
}

.m-modulegroup007-006__figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-006__figure-img-sp {
    max-width: 287px;
    display: inline;
  }
}


.m-free-001 + .m-kv-001 {
  padding: 20px 0;
  background: #0b0e31;
}

.m-require-001 {
  background: #0b0e31 !important;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .m-require-001 {
    padding: 60px 0;
  }
}

.m-require-001 .c-headline-001 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001 {
    margin-bottom: 20px;
  }
}

.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-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-001 .c-headline-001__ja {
    max-width: 170px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-require-001__detail-ttl {
  background: #1d2256;
}
.m-require-001__detail-desc::before {
  background: #12163f;
  opacity: 1;
}

.m-require-001__entry-btn {
  background: #05884d;
}

.m-footer-001 {
  background: #12163f;
}

.img-headline {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 111px;
  background-image: url("https://toui.itszai.jp/wp-content/uploads/2022/12/imgheader_pc.png");
}

@media screen and (max-width: 767px) {
  .img-headline {
    height: 91px;
    background-image: url("https://toui.itszai.jp/wp-content/uploads/2022/12/imgheader_sp.png");
  }
}

@media screen and (max-width: 374px) {
  .img-headline {
    height: 91px;
    background-image: url("https://toui.itszai.jp/wp-content/uploads/2022/12/imgheader_sp375.png");
  }
}