@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&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;
}

.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

/* ヘッダー */
.m-header-001 {
  background: #fff;
}

.m-header-001__logo {
  padding: 0 40px;
}

.m-header-001__logo-link-img {
  max-height: 25px;
}

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

  .m-header-001__logo-link-img {
    max-height: 25px;
  }
}

.m-header-001__logo {
  max-width: 67%;
}

.m-header-001__logo-link-img {
  display: block;
}

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

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

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

.m-header-001__btn-link {
  min-height: 80px;
  font-family: "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    min-height: 48px;
  }
}

/* フッター */
.m-footer-001 {
}

.m-footer-001__copyright {
  padding: 30px 0;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
}

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

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

@media screen and (max-width: 1024px) {
  .m-modulegroup007-015 {
    padding: 0 20px;
    margin: 100px auto 0;
  }
}

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

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

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

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

.m-modulegroup007-015__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-015__headline::before {
    height: 12px;
  }
}

.m-modulegroup007-015__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-015__headline-ja {
  position: relative;
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 5px auto 0;
  padding: 3px 0 5px;
  border: 2px solid var(--sub-txt);
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

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

.m-modulegroup007-015__contents {
  display: -ms-grid;
  display: grid;
  margin: 70px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 51.39% 48.61%;
  grid-template-columns: 51.39% 48.61%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-015__contents {
    margin: 35px 0 0;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-015__contents {
    margin: 25px 0 0;
  }
}

.m-modulegroup007-015__contents-main {
  margin: 0 0 0 -80px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-015__contents-main {
    margin: 0;
  }
}

.m-modulegroup007-015__contents-figure {
  position: relative;
  padding-bottom: 65%;
}

.m-modulegroup007-015__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-015__contents-figure-img-pc {
    display: none;
  }
}

.m-modulegroup007-015__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-015__contents-figure-img-sp {
    display: inline;
  }
}

.m-modulegroup007-015__contents-figure-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4px 60px;
  background-color: var(--primary, #04a1af);
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--primary-txt, #ffffff);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-015__contents-figure-txt {
    padding: 4px 20px;
  }
}

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

.m-modulegroup007-015__contents-right {
  padding: 0 10% 0 8.57%;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-015__contents-right {
    margin: 20px 0 0;
    padding: 0;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-015__contents-right {
    margin: 10px 0 0;
  }
}

.m-modulegroup007-015__contents-right-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-015__contents-right-inner {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
}

.m-modulegroup007-015__contents-cnt {
  line-height: 1.6;
  text-align: left;
}

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

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

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

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

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

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

.m-modulegroup007-015 .swiper-pagination-bullets {
  margin: 55px 0 0;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-015 .swiper-pagination-bullets {
    margin: 30px 0 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-015 .swiper-pagination-bullets {
    margin: 15px 0 0;
  }
}

.m-modulegroup007-015 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border: 2px solid rgba(26, 26, 26, 0.3);
  background: none;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-015 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.m-modulegroup007-015 .swiper-pagination-bullet-active {
  margin: 0 4px;
  border: 0;
  background: var(--primary, #04a1af);
}

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

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

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

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

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

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

.m-modulegroup007-011__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-011__headline::before {
    height: 12px;
  }
}

.m-modulegroup007-011__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-011__headline-ja {
  position: relative;
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 5px auto 0;
  padding: 3px 0 5px;
  border: 2px solid var(--sub-txt);
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

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

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

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

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

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

.m-modulegroup007-011__slide-ttl {
  margin-bottom: 0.5em;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: var(--primary);
}

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

.m-modulegroup007-011__slide-txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

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

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

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

.m-modulegroup007-011__slide-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-011__slide-figure-img-pc {
    display: none;
  }
}

.m-modulegroup007-011__slide-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-011__slide-figure-img-sp {
    display: block;
  }
}

.m-modulegroup007-011 .swiper-pagevisual {
  padding: 45px 0 0;
}

.m-modulegroup007-011__headline + .swiper-pagevisual {
  margin: -30px 0 0;
  padding: 0;
}

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

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

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

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

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

.m-modulegroup007-011 .swiper-pagination-bullets .swiper-pagination-bullet {
  border: 2px solid rgba(26, 26, 26, 0.3);
  background-color: transparent;
  opacity: 1;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.m-modulegroup007-011 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 0;
  background-color: var(--primary, #04a1af);
}

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

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

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

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

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

@media screen and (max-width: 1024px) {
  .m-modulegroup007-011 .swiper-button-next,
  .m-modulegroup007-011 .swiper-button-prev {
    top: calc(20vw + 45px) !important;
  }
}

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

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

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

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

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

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

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

/* -------------------------------------------
運送ドライバーモジュール：求める人物像
------------------------------------------- */
.m-modulegroup007-009 {
  overflow: hidden;
  margin: 120px auto 0;
  padding: 0 20px;
  color: var(--sub-txt, #000000);
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-009 {
    margin: 100px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-009 {
    margin: 60px auto 0;
    padding: 0 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 {
  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;
}

@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(--sub-txt);
  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(--sub-txt);
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.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;
  width: 57.5%;
  max-width: 735px;
  padding: 95px 0 75px;
  letter-spacing: 0.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 40px;
  }
}

.m-modulegroup007-009__cnt::after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -255px;
  width: 160vw;
  background-color: var(--sub-bg, #f2f2f2);
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-009__cnt::after {
    top: -140px;
    left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-009__cnt::after {
    top: -110px;
  }
}

.m-modulegroup007-009__ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.65;
}

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

.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-size: 18px;
  font-size: 1.8rem;
}

@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(--sub-txt);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-009__list-item::before {
    top: 20px;
  }
}

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

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

@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: 0.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);
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

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

.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: 0.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: 0.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;
  }
}

.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: #333;
  letter-spacing: 0.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(--sub-txt);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: var(--font);
}

@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 {
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
}

.m-require-003__detail-row,
.m-require-003__detail-row:last-child {
  border-color: var(--primary-border);
}

.m-require-003__detail-row::before {
  opacity: 1;
}

.m-require-003__detail-ttl {
  font-weight: 700;
}

.m-require-003__detail-desc {
  font-weight: 500;
  color: #333;
}

.m-require-003__detail-desc::before {
  content: none;
}

.m-require-003__detail-flow-ttl-number {
}

.m-require-003__entry-btn {
}

.m-require-003 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 767px) {
  .m-require-003 {
    padding: 0 0 50px;
  }
}
