@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap");

.single-post_recruit {
}

/* -------------------------------------------
共通パッチ
------------------------------------------- */
img {
  vertical-align: bottom;
}

.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

.single-post_recruit {
  color: var(--sub-txt, #333);
  word-break: break-word;
  font-weight: 500;
}

.single-post_recruit .-pb0 {
  padding-bottom: 0;
}

.single-post_recruit .-mb0 {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

[class^="m-modulegroup007"][class$="__headline-ja"] {
  max-width: 350px;
}

@media screen and (max-width: 767px) {
  [class^="m-modulegroup007"][class$="__headline-ja"] {
    max-width: 270px;
  }
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
.m-header-001__logo {
  padding: 0 30px;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 0 15px;
  }
}

.m-header-001__logo-link-img {
  max-height: 25px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 20px;
  }
}

.m-header-001__nav {
  flex-shrink: 0;
}

.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: 50px;
  }
}

.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-footer-001 {
  background: var(--sub-bg);
  color: var(--sub-txt);
}

.m-footer-001__copyright {
  padding: 30px 0;
  font-family: "游ゴシック体", 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-require-001 {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .m-require-001 {
    padding: 60px 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(--primary);
  letter-spacing: 0.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: 0.05em;
  color: var(--primary);
}

@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-row {
  margin-bottom: 5px;
}

.m-require-001__detail-row,
.m-require-001__detail-row:last-child {
  border-color: var(--primary-border);
}

.m-require-001__detail-ttl {
  font-weight: 700;
}

.m-require-001__detail-desc {
  font-weight: 500;
}

.m-require-001__detail-desc::before {
  content: none;
}

.m-require-001__detail-flow-ttl-number {
}

.m-require-001__entry-btn {
}

/* -------------------------------------------
運送ドライバーモジュール：シフト表
------------------------------------------- */
.m-modulegroup007-014 {
  margin: 120px auto;
  padding: 0 20px;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-014 {
    margin: 60px auto;
    padding: 0 20px;
  }
}

.m-modulegroup007-014__inner {
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-014__inner {
    display: block;
  }
}

.m-modulegroup007-014__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: var(--primary);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-014__headline {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-014__headline {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.m-modulegroup007-014__headline-en {
  display: block;
  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-014__headline-en {
    text-align: left;
  }
}

.m-modulegroup007-014__headline-ja {
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 0 0 18px 30px;
  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: 1024px) {
  .m-modulegroup007-014__headline-ja {
    margin: 0 0 18px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-014__headline-ja {
    max-width: 170px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup007-014__container {
  position: relative;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-014__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
}

.m-modulegroup007-014__cnt-inner {
  width: 100%;
  text-align: left;
}

.m-modulegroup007-014__cnt-ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.05em;
  color: var(--primary-bg);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-014__cnt-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.m-modulegroup007-014__cnt-txt {
  padding-top: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-014__cnt-txt {
    width: 100%;
    max-width: none;
    margin-top: 30px;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-014__cnt-txt {
    margin-top: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup007-014__figure {
  width: 100%;
  margin-top: 50px;
  /* padding: 60px 55px; */
  /* background-color: #e9eaf2; */
  line-height: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-014__figure {
    /* overflow-x: auto; */
    margin-top: 36px;
    padding: 0;
  }
}

.m-modulegroup007-014__figure::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.m-modulegroup007-014__figure::-webkit-scrollbar-track {
  background: var(--sub-bg, #f2f2f2);
}

.m-modulegroup007-014__figure::-webkit-scrollbar-thumb {
  background: var(--primary, #04a1af);
}

.m-modulegroup007-014__figure-img-pc {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-014__figure-img-pc {
    display: none;
  }
}

.m-modulegroup007-014__figure-img-sp {
  display: none;
  vertical-align: bottom;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-014__figure-img-sp {
    display: block;
    max-width: none;
    /* max-height: 280px; */
    /* margin: 0 auto 12px; */
    /* padding: 36px 18px; */
  }
}

/* -------------------------------------------
運送ドライバーモジュール：特徴
------------------------------------------- */
.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;
  color: var(--primary);
}

@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(--primary-border, #04a1af);
  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-bg);
}

@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 {
    /* padding-bottom: 224.79%; */
  }
}

.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 #c1c1c1;
  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: 767px) {
  .m-modulegroup007-011 .swiper-button-next,
  .m-modulegroup007-011 .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-size: 15px 24px;
  }
}

.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-002 {
  overflow: hidden;
  margin: 120px auto;
  padding: 0 20px;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002 {
    margin: 60px auto;
    padding: 0 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: 0.05em;
  color: var(--primary);
}

@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-size: 18px;
  font-size: 1.8rem;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@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 {
  position: relative;
  width: calc(50% + 80px);
  max-width: 800px;
  margin-left: -80px;
  padding-bottom: 32.99%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-figure {
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-bottom: 59.35%;
  }
}

.m-modulegroup007-002__work-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-002__work-figure-img-pc {
    display: none;
  }
}

.m-modulegroup007-002__work-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-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: 0.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: #fff;
  }
}

@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: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--primary-bg);
}

@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-size: 18px;
  font-size: 1.8rem;
}

@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-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: 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;
  }
}
