@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap");

:root {
  --font-jp: "Noto Sans JP", 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;
  }
}

@media screen and (min-width: 767.01px) {
  .sp-tab {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-tab {
    display: block;
  }
}

/* 要項ページ body */
.single-post_recruit {
  color: var(--sub-txt, #333);
  word-break: break-word;
  font-weight: 500;
}

/* ロゴ */
.m-header-001__logo {
  padding: 20px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 15px;
    max-width: 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: 30px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

/* モジュール内見出し */
@media screen and (max-width: 767px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

@media screen and (max-width: 374px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: 0.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-require-001__entry-btn-icon {
  position: relative;
}

/* コピーライト */
.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

/* -------------------------------------------
運送ドライバーモジュール：福利厚生（コンテンツ縦積み）
------------------------------------------- */
.m-modulegroup007-012 {
  margin: 120px auto;
  padding: 0 20px;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-012 {
    margin: 40px auto;
    padding: 0 20px;
  }
}

.m-modulegroup007-012__inner {
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-012__inner {
    display: block;
  }
}

.m-modulegroup007-012__headline {
  margin-bottom: 45px;
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: 0.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;
  color: var(--primary);
}

.m-modulegroup007-012__headline-ja {
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 5px auto 0;
  padding: 3px 0 5px;
  font-family: var(--font-jp);
  color: #1a1a1a;
  font-weight: 400;
  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-012__headline-ja {
    max-width: 220px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup007-012__desc {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-012__desc {
    margin-bottom: 20px;
    text-align: left;
  }
}

.m-modulegroup007-012__contents {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.m-modulegroup007-012__contents-item {
  padding-bottom: 20px;
}

@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;
  color: #1a1a1a;
  font-family: var(--font-jp);
  font-weight: 700;
}

@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: 35px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-012__contents-item .-elm:nth-child(2) {
    margin-bottom: 20px;
  }
}

.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: 0.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: 0.05em;
  font-family: var(--font-jp);
  color: #1a1a1a;
  font-weight: 400;
}

.m-modulegroup007-012__contents-txt.is-center {
  text-align: center;
}

@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 {
  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;
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-012__contents-figure-img-sp {
    display: inline;
    padding: 0 20px;
    background-color: #000 !important;
  }
}

/* -------------------------------------------
運送ドライバーモジュール：メッセージ（画像付き）
------------------------------------------- */
.m-modulegroup007-010 {
  margin: 120px auto;
  padding: 0 20px;
  color: var(--sub-txt, #000000);
}

@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: 0.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;
  color: var(--primary);
  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;
  font-family: var(--font-jp);
  color: #1a1a1a;
  font-weight: 400;
  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-010__headline-ja {
    max-width: 170px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.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: 767px) {
  .m-modulegroup007-010__container {
    display: block;
    margin-top: 20px;
  }
}

.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: 767px) {
  .m-modulegroup007-010__cnt {
    width: 100%;
    padding: 0 20px;
  }
}

.m-modulegroup007-010__cnt-inner {
  width: 100%;
  max-width: 560px;
}

.m-modulegroup007-010__cnt-ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  color: #1a1a1a;
  font-family: var(--font-jp);
  letter-spacing: 0.05em;
}

@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;
  color: #1a1a1a;
  font-family: var(--font-jp);
  font-weight: 400;
  letter-spacing: 0.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: 67.7%;
}

.m-modulegroup007-010__figure-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  max-width: 800px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-010__figure-wrap {
    width: 100%;
  }
}

.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: 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: 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-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;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002__headline {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.m-modulegroup007-002__headline-en {
  display: block;
  color: var(--primary);
  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;
  color: #1a1a1a;
  font-family: var(--font-jp);
  font-weight: 400;
  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: 190px;
    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;
  color: #1a1a1a;
  font-family: var(--font-jp);
  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-size: 18px;
  font-size: 1.8rem;
  color: #1a1a1a;
  font-family: var(--font-jp);
  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;
  }
}

@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: 0px auto 0;
  padding: 120px 0 100px;
  background-color: #000;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017 {
    padding: 60px 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-modulegroup007-001 {
  margin: 120px auto;
  padding: 0 20px;
  color: var(--sub-txt, #000000);
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-001 {
    margin: 60px auto;
    padding: 0 20px;
  }
}

.m-modulegroup007-001__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-001__inner {
    display: block;
  }
}

.m-modulegroup007-001__headline {
  width: auto;
  padding-right: 3%;
  font-size: 80px;
  font-size: 8rem;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-001__headline {
    width: 100%;
    max-width: none;
    padding-right: 0;
    font-size: 100px;
    font-size: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-001__headline {
    font-size: 50px;
    font-size: 5rem;
  }
}

.m-modulegroup007-001__headline-en {
  position: relative;
  display: block;
  margin-left: -12px;
  padding-top: 50px;
  color: var(--primary);
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-001__headline-en {
    margin-left: -10px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-001__headline-en {
    margin-left: -5px;
    padding-top: 30px;
  }
}

.m-modulegroup007-001__headline-en::before {
  position: absolute;
  top: 0;
  left: 12px;
  display: block;
  width: 80px;
  height: 10px;
  background-color: var(--primary-bg, #04a1af);
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-001__headline-en::before {
    left: 10px;
    width: 65px;
    height: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-001__headline-en::before {
    left: 5px;
    width: 50px;
    height: 5px;
  }
}

.m-modulegroup007-001__headline-ja {
  display: block;
  width: 100%;
  max-width: 330px;
  padding: 3px 0 5px;
  color: #1a1a1a;
  font-family: var(--font-jp);
  font-weight: 400;
  border: 2px solid var(--primary-border, #04a1af);
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-001__headline-ja {
    max-width: 170px;
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup007-001__txt {
  width: 610px;
  padding-top: 45px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #1a1a1a;
  font-family: var(--font-jp);
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-001__txt {
    width: 100%;
    max-width: none;
    margin-top: 30px;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-001__txt {
    margin-top: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* -------------------------------------------
運送ドライバーモジュール：仕事内容（スライダー）
------------------------------------------- */
.m-modulegroup007-015 {
  overflow: hidden;
  margin: 120px auto 0;
  padding: 0 20px 55px;
  background-color: #ededed;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-015 {
    padding: 0 20px 120px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-015 {
    margin: 60px auto 0;
    padding: 0 20px 60px;
  }
}

.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;
  color: var(--primary);
  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;
  color: #1a1a1a;
  font-family: var(--font-jp);
  font-weight: 400;
  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-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;
  font-family: var(--font-jp);
  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;
  color: #1a1a1a;
  font-family: var(--font-jp);
  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;
  color: #1a1a1a;
  font-family: var(--font-jp);
  font-weight: 400;
  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 #adadad;
  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-009 {
  overflow: hidden;
  margin: 120px auto 0;
  padding: 0 20px;
  color: var(--sub-txt, #000000);
  text-align: left;
}

@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: auto;
  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;
  color: var(--primary);
  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(--primary-bg, #04a1af);
  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;
  color: #1a1a1a;
  font-family: var(--font-jp);
  font-weight: 400;
  border: 2px solid var(--primary-border, #04a1af);
  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: 50px 0 65px 40px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-009__cnt {
    padding: 30px 0 40px 25px;
    margin-top: 30px;
  }
}

.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: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-009__cnt::after {
    top: 0;
  }
}

.m-modulegroup007-009__ttl {
  font-size: 30px;
  font-size: 3rem;
  color: var(--primary);
  font-family: var(--font-jp);
  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;
  font-family: var(--font-jp);
  font-weight: 400;
}

@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(--primary-bg, #04a1af);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-009__list-item::before {
    top: 20px;
  }
}

/* -------------------------------------------
運送ドライバーモジュール：ポイント
------------------------------------------- */
.m-modulegroup007-003 {
  overflow: hidden;
  margin: 120px auto 0;
  padding: 0 20px 150px;
  background-color: #daf0e7;
  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: 0.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;
  color: var(--primary);
  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;
  color: #1a1a1a;
  font-family: var(--font-jp);
  font-weight: 400;
  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-003__headline-ja {
    max-width: 170px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup007-003__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*  margin: 35px -10px 0;*/
  margin: 35px auto 0;
  max-width: 800px;
  -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 !important;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-003__point {
    margin: 65px 0 0 !important;
  }
}

.m-modulegroup007-003__point-item {
  position: relative;
  width: calc(50% - 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% !important;
    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;
  color: #1a1a1a;
  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: 0.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: 0.1em;
}

.m-modulegroup007-003__point-dt {
  position: relative;
  padding-bottom: 25px;
  font-size: 30px;
  font-size: 3rem;
  font-family: var(--font-jp);
  color: var(--primary);
  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: #1a1a1a;
  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;
  color: #1a1a1a;
  font-family: var(--font-jp);
  font-weight: 400;
  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;
}

/*募集要項*/
.postid-9 .m-require-001 {
  padding-top: 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(--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;
  font-family: var(--font-jp);
  border: 2px solid #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.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-color: #323232;
}

.m-require-001__detail-desc::before {
  background-color: #232323;
  opacity: 1;
}
