@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600&family=Noto+Sans+JP:wght@400;500;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: 10px 40px;
}

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

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

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

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

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

/* 大見出し */
.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;
  letter-spacing: .05em;
  /* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 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: #ddd;
  /* 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 {
  /*background: var(--sub-bg);*/
  /*color: inherit;*/
}

.m-footer-001__copyright {
  padding: 27px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

/* ヘッダーの高さ */
@media screen and (min-width: 767.1px) {
  .m-header-001__btn-link {
    min-height: 80px;
  }
}

/*白ロゴ*/
/* 
.m-header-001 {
  background: transparent;
}

.m-header-001::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary);
  opacity: .6;
}

.single-post_recruit .m-header-001::before {
  display: none;
} */
/*TOPのみ　PC・SP共　ヘッダー透過*/
.single-post_recruit .m-header-001 {
  background: transparent;
}

.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ヘッダーの高さ */
  }
}

/*
モジュールを「フリーテキスト」にしてタイトルh2の子を下記 div タグのみにする
<div class="img-headline"></div>
*/
.img-headline {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 62px;
  background-image: url("画像URL");
}

@media screen and (max-width: 767px) {
  .img-headline {
    height: 44px;
    background-image: url("画像URL");
  }
}

/* -------------------------------------------
募集要項 003
------------------------------------------- */
.m-require-003 {
  background: #fff !important;
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-003 .c-headline-001__en {
  /* text-transform: uppercase; */
}

@media screen and (max-width: 320px) {
  .m-require-003__detail {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 320px) {
  .m-require-003__detail-row {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-003__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  /* color: #333; */
}

:root {
  --font-sans: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --font-en-sans: "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif;
}

.m-header-001__btn-link,
.c-page-ttl-001__txt-en {
  font-family: var(--font-en-sans);
}

.c-page-ttl-001__txt-ja,
.c-desc-001,
.c-message-001__txt,
.f-entry,
.c-form__btn,
select, input, textarea, button,
div[class^=m-require-][class$=__detail-row],
p[class^=m-require-][class$=__entry],
.m-footer-001__copyright {
  font-family: var(--font-sans);
}

:root {
  --font: 'Noto Sans JP', sans-serif;
  --font-en: 'Josefin Sans', sans-serif;
}

/*-------------------------------------------
mg007 require
-------------------------------------------*/
.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);
  color: var(--primary);
  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-modulegroup007-003 {
  overflow: hidden;
  margin: 120px auto 0;
  padding: 0 20px 150px;
  background-color: var(--sub-bg, #f2f2f2);
  /*   color: var(--sub-txt, #000000); */
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__headline-ja {
    /* max-width: 170px; */
    font-size: 14px;
    font-size: 1.4rem;
    width: fit-content;
    min-width: 170px;
    max-width: none;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-modulegroup007-003__point-dt {
  position: relative;
  /* padding-bottom: 25px; */
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  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-size: 18px;
  font-size: 1.8rem;
  text-align: left;
}

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

.m-modulegroup007-003__point-dt + .m-modulegroup007-003__point-dd {
  padding-top: 20px;
}

/* -------------------------------------------
運送ドライバーモジュール：仕事内容（写真＋文字）
------------------------------------------- */
.m-modulegroup007-016 {
  margin: 120px auto;
  padding: 0 20px;
}

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

.m-modulegroup007-016__inner {
  max-width: 1290px;
  margin: 0 auto;
}

.m-modulegroup007-016__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-016__headline {
    margin-bottom: 20px;
    font-size: 45px;
    font-size: 4.5rem;
  }
}

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

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

@media screen and (max-width: 767px) {
  .m-modulegroup007-016__headline-ja {
    font-size: 14px;
    font-size: 1.4rem;
    width: fit-content;
    min-width: 170px;
    max-width: none;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

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

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

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

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

.m-modulegroup007-016__contents-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.m-modulegroup007-016__contents-item:not(:first-child) {
  margin: 65px 0 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-016__contents-item:not(:first-child) {
    margin: 50px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-016__contents-item:not(:first-child) {
    margin: 30px 0 0;
  }
}

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

.m-modulegroup007-016__contents-item:nth-child(even) .m-modulegroup007-016__contents-cnt {
  padding: 60px 3.87% 60px 6.2%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-016__contents-item:nth-child(even) .m-modulegroup007-016__contents-cnt {
    padding: 50px 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-016__contents-item:nth-child(even) .m-modulegroup007-016__contents-cnt {
    padding: 30px 20px;
  }
}

.m-modulegroup007-016__contents-item:nth-child(even) .m-modulegroup007-016__contents-cnt::before {
  right: -24px;
  left: auto;
}

.m-modulegroup007-016__contents-item:nth-child(even) .m-modulegroup007-016__contents-cnt:only-child {
  padding: 60px 6.2%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-016__contents-item:nth-child(even) .m-modulegroup007-016__contents-cnt:only-child {
    padding: 50px 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-016__contents-item:nth-child(even) .m-modulegroup007-016__contents-cnt:only-child {
    padding: 30px 20px;
  }
}

.m-modulegroup007-016__contents-figure {
  position: relative;
  z-index: 10;
  width: calc(50% + 12px);
  padding-bottom: 27.14%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-016__contents-figure {
    width: 100%;
    padding-bottom: 53.31%;
  }
}

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

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

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

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

.m-modulegroup007-016__contents-cnt {
  position: relative;
  width: calc(50% - 12px);
  margin: 50px 0 0;
  padding: 60px 6.2% 60px 3.87%;
  background-color: var(--primary, #04a1af);
  line-height: 1.6;
  color: var(--primary-txt, #ffffff);
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-016__contents-cnt {
    width: 100%;
    margin: 0;
    padding: 50px 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-016__contents-cnt {
    padding: 30px 20px;
  }
}

.m-modulegroup007-016__contents-cnt::before {
  position: absolute;
  top: 0;
  left: -24px;
  display: block;
  width: 24px;
  height: 100%;
  background-color: var(--primary, #04a1af);
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-016__contents-cnt::before {
    content: none;
  }
}

.m-modulegroup007-016__contents-cnt:only-child {
  margin: 0;
  padding: 60px 6.2%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-016__contents-cnt:only-child {
    padding: 50px 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-016__contents-cnt:only-child {
    padding: 30px 20px;
  }
}

.m-modulegroup007-016__contents-cnt:only-child::before {
  content: none;
}

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

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

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

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

.m-modulegroup007-016__contents-ttl + .m-modulegroup007-016__contents-txt {
  margin: 15px 0 0;
}

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

/* -------------------------------------------
運送ドライバーモジュール：メッセージ（画像付き）
------------------------------------------- */
.m-modulegroup007-010 {
  margin: 120px auto;
  padding: 0 20px;
  color: var(--sub-txt, #000000);
}

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

@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);
  color: var(--primary);
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-010__headline-ja {
    font-size: 14px;
    font-size: 1.4rem;
    width: fit-content;
    min-width: 170px;
    max-width: none;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

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

@media screen and (max-width: 1024px) {
  .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-color: var(--primary, #04a1af);
  content: '';
}

@media screen and (max-width: 1024px) {
  .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: 1024px) {
  .m-modulegroup007-010__cnt {
    width: 100%;
    padding: 0 20px;
    max-width: none;
  }
}

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

@media screen and (max-width: 1024px) {
  .m-modulegroup007-010__cnt-inner {
    max-width: none;
  }
}

.m-modulegroup007-010__cnt-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: 1024px) {
  .m-modulegroup007-010__cnt-ttl {
    margin-top: 1.6em;
  }
}


@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-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  letter-spacing: .05em;
}

@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;
  padding-bottom: 53.1%;
}

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

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

@media screen and (max-width: 1024px) {
  .m-modulegroup007-010__figure-wrap {
    width: 100%;
    padding: 50px 3%;
    max-width: none;
  }
}

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

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

@media screen and (max-width: 1024px) {
  .m-modulegroup007-010__figure-img-pc {
    position: static;
    width: 100%;
    height: auto;
  }
}

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

.m-modulegroup007-010__figure-img-sp {
  /* position: absolute;
  top: 0;
  left: 0; */
  display: none;
  width: 100%;
  height: auto;
  /* height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover; */
}

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

/* -------------------------------------------
運送ドライバーモジュール：当社について（スライダー）
------------------------------------------- */
.m-modulegroup007-017 {
  overflow: hidden;
  margin: 120px auto 0;
  padding: 0 0 100px;
  background-color: var(--sub-bg, #f2f2f2);
  /* color: var(--sub-txt, #000000); */
}

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__headline-ja {
    font-size: 14px;
    font-size: 1.4rem;
    width: fit-content;
    min-width: 170px;
    max-width: none;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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