@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');
/* -------------------------------------------
共通パッチ
------------------------------------------- */
img {
  vertical-align: bottom;
}

/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 767.01px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

/* 要項ページ body */
.single-post_recruit {
  color: var(--sub-txt, #333);
  word-break: break-word;
  font-weight: 500;
}

/* ロゴ */
.m-header-001__logo {
  padding: 20px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 10px 15px;
    max-width: 220px;
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 29px;
}

@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: 23px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

/* 大見出し */
.c-headline-001 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .c-headline-001 {
    margin-bottom: 20px;
  }
}

.c-headline-001 + * {
  padding-top: 0;
  margin-top: 0;
}

.c-headline-001__en {
  font-weight: 400;
/* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
}

/* モジュール内見出し */
@media screen and (max-width: 767px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 374px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
}

/* 募集要項 */
div[class^="m-require-"][class$="__detail-row"] {
  border-color: var(--primary-border);
}

div[class^="m-require-"][class$="__detail-ttl"] {
  font-weight: 700;
/* color: var(--sub-txt); */
}

div[class^="m-require-"][class$="__detail-desc"] {
  font-weight: 500;
}

/* コピーライト */
.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}
/* header透過 */
.m-header-001 {
  margin-bottom: -69px; /* PCヘッダーの高さ */
  background: transparent;
}

@media screen and (max-width: 767px) {
  .m-header-001 {
    margin-bottom: -48px; /* SPヘッダーの高さ */
  }
}

@media screen and (max-width: 767px) {
    .c-page-ttl-001 {
        padding-top: 60px;
    }
}

/* -------------------------------------------
運送ドライバーモジュール：求める人物像
------------------------------------------- */
.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: 50px 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: #1a1a1a;
  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: 60px;
  padding: 3px 0 5px;
  border: 2px solid #1a1a1a;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: .05em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-009__headline-ja {
    margin-top: 5px;
  }
}
@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: .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: #ededed;
  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: #1a1a1a;
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-009__list-item::before {
    top: 20px;
  }
}

/* -------------------------------------------
運送ドライバーモジュール：福利厚生（アイテム横並び）
------------------------------------------- */
.m-modulegroup007-013 {
  position: relative;
  margin: 120px auto;
  padding: 0 20px 102px;
  background-color: #ededed;
  color: var(--sub-txt, #000000);
}

.m-modulegroup007-013::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background-color: #fff;
  content: '';
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-013 {
    margin: 50px auto;
    padding: 0 20px 48px;
  }
}

.m-modulegroup007-013__inner {
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-013__inner {
    display: block;
  }
}

.m-modulegroup007-013__headline {
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-013__headline {
    margin-bottom: 20px;
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.m-modulegroup007-013__headline-en {
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 600;
}

.m-modulegroup007-013__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-013__headline-ja {
    max-width: 170px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}

.m-modulegroup007-013__desc {
  margin-bottom: 40px;
}


.m-modulegroup007-013__desc-txt {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .m-modulegroup007-013__desc-txt {
    width: calc(100% - 40px);
    margin: 0 auto;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
  }
}
@media screen and (max-width: 320px) {
  .m-modulegroup007-013__desc-txt {
    width: 100%;
    margin: 0;
    text-align: left;
  }
}

.m-modulegroup007-013__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
  max-width: 1280px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

.m-modulegroup007-013__contents-item {
  overflow: hidden;
  width: calc(33% - 18px);
  margin-right: 18px;
  margin-bottom: 18px;
  border-radius: 4px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-013__contents-item {
    width: calc(50% - 18px);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-013__contents-item {
    width: calc(100% - 40px);
    margin: 0 auto 18px;
  }
}

.m-modulegroup007-013__contents-item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-013__contents-item:nth-child(3n) {
    margin-right: 18px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-013__contents-item:nth-child(3n) {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-013__contents-item:last-child {
    margin-right: 18px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-013__contents-item:last-child {
    margin: 0 auto;
  }
}

.m-modulegroup007-013__contents-ttl {
  position: relative;
  padding-bottom: 20px;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  letter-spacing: .05em;
}
@media screen and (max-width: 320px) {
  .m-modulegroup007-013__contents-ttl {
    font-size: 2px;
    font-size: 2rem;
  }
}

.m-modulegroup007-013__contents-ttl::after {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: calc(50% - 22px);
  width: 55px;
  height: 4px;
  background: #1a1a1a;
  content: '';
}

.m-modulegroup007-013__contents-txt {
  padding-top: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  letter-spacing: .05em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-013__contents-txt {
    width: 100%;
    max-width: none;
    margin-top: 30px;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-013__contents-txt {
    margin-top: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup007-013__contents-figure {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 25px 30px;
  background-color: var(--primary, #04a1af);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-013__contents-figure {
    padding: 20px 25px;
  }
}

.m-modulegroup007-013__contents-figure-img-pc {
  height: 140px;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-013__contents-figure-img-pc {
    display: none;
  }
}

.m-modulegroup007-013__contents-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-013__contents-figure-img-sp {
    display: inline;
    height: 18.2vw;
    max-height: 140px;
  }
}

.m-modulegroup007-013__contents-cnt {
  padding: 50px 30px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-013__contents-cnt {
    padding: 30px 20px;
  }
}

/* -------------------------------------------
運送ドライバーモジュール：メッセージ（画像付き）
------------------------------------------- */
.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: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-010__headline {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.m-modulegroup007-010__headline-en {
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 600;
}

.m-modulegroup007-010__headline-ja {
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 5px auto 0;
  padding: 3px 0 5px;
  border: 2px solid var(--primary-border, #04a1af);
  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;
      -ms-flex-pack: justify;
      -ms-flex-align: center;
  margin-top: 70px;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-010__container {
    display: block;
    margin-top: 20px;
  }
}

.m-modulegroup007-010__container::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 50%;
  display: block;
  width: 50%;
  height: 100%;
  background-image: url("https://nakabayashidenki.itszai.jp/wp-content/uploads/2022/10/pg01-ph04.jpg");
  background-size: cover;
  background-position: right;
  content: '';
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-010__container::after {
    content: none;
  }
}

.m-modulegroup007-010__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 800px;
  padding-right: 2%;
  padding-left: 4%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-010__cnt {
    width: 100%;
    max-width: 1024px;
    padding: 0;
  }
}
@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;
}
@media screen and (max-width: 1024px) {
  .m-modulegroup007-010__cnt-inner {
    max-width: 1024px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-modulegroup007-010__cnt-inner {
    max-width: 767px;
    padding: 0;
  }
}

.m-modulegroup007-010__cnt-ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  letter-spacing: .05em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-010__cnt-ttl {
    padding: 0 20px;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .m-modulegroup007-010__cnt-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.m-modulegroup007-010__cnt-txt {
  padding-top: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  letter-spacing: .05em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-010__cnt-txt {
    width: 100%;
    max-width: none;
    margin-top: 30px;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-010__cnt-txt {
    margin-top: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup007-010__figure {
  position: relative;
  z-index: 1;
  width: 50%;
  max-width: 800px;
  padding: 30px 6.25%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-010__figure {
    width: 100%;
    max-width: 1024px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .m-modulegroup007-010__figure {
    width: 100%;
  }
}

.m-modulegroup007-010__figure-img-pc {
  vertical-align: bottom;
}
@media screen and (min-width: 1024px) {
  .m-modulegroup007-010__figure-img-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-010__figure-img-pc {
    display: none;
  }
}

.m-modulegroup007-010__figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-010__figure-img-sp {
    display: inline;
  }
}

/* -------------------------------------------
運送ドライバーモジュール：仕事内容
------------------------------------------- */
.m-modulegroup007-002 {
  position: relative;
  overflow: hidden;
  margin: 120px auto 0;
  padding: 0 20px 120px;
  background-color: #ededed;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002 {
    margin: 50px auto 0;
    padding: 0 20px 50px;
  }
}

.m-modulegroup007-002__inner {
  z-index: 0;
  max-width: 1440px;
  margin: 0 auto;
}

.m-modulegroup007-002__inner::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background-color: #fff;
  content: '';
}

.m-modulegroup007-002__headline {
  position: relative;
  font-size: 75px;
  font-size: 7.5rem;
  z-index: 1;
  line-height: 1;
  letter-spacing: .05em;
}
.m-modulegroup007-002__headline {
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002__headline {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.m-modulegroup007-002__headline-en {
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 600;
}

.m-modulegroup007-002__headline-ja {
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 5px auto 0;
  padding: 3px 0 5px;
  border: 2px solid var(--primary-border, #04a1af);
  font-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;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-item {
    display: block;
  }
}

.m-modulegroup007-002__work-item:not(:first-child) {
  padding-top: 95px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-item:not(:first-child) {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002__work-item:not(:first-child) {
    padding-top: 30px;
  }
}

.m-modulegroup007-002__work-figure {
  width: calc(50% + 80px);
  max-width: 800px;
  margin-left: -80px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-figure {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
}

.m-modulegroup007-002__work-figure-img-pc {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002__work-figure-img-pc {
    display: none;
  }
}

.m-modulegroup007-002__work-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002__work-figure-img-sp {
    display: inline;
  }
}

.m-modulegroup007-002__work-cnt {
  width: 50%;
  padding: 10px 5.5% 0 4%;
  text-align: left;
  letter-spacing: .05em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-cnt {
    position: relative;
    width: 75%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-modulegroup007-002__work-cnt {
    position: relative;
    width: 100%;
  }
}

.m-modulegroup007-002__work-cnt-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-cnt-inner {
    margin: -60px 0 0 0;
    padding: 15px 0 0 20px;
    background: #ededed;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-002__work-cnt-inner {
    margin: -40px 0 0 20px;
  }
}

.m-modulegroup007-002__work-ttl {
  position: relative;
  margin: 10px 0 0 -175px;
  padding: 10px 40px;
  background-color: #ededed;
  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;
}

@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 20px;
    align-items: flex-end;
  }
}

@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 0 0 0;
  padding: 10px 40px 10px 0;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-002__work-item:nth-child(even) .m-modulegroup007-002__work-ttl {
    margin: 0;
    padding: 0 0 10px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .m-modulegroup007-002__work-item:nth-child(even) .m-modulegroup007-002__work-ttl {
    margin: 0;
    padding: 0 0 10px;
    text-align: left;
  }
}


.m-require-001 {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .m-require-001 {
    padding: 50px 0;
  }
}

.m-require-001 .c-headline-001 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001 {
    margin-bottom: 20px;
  }
}

.m-require-001 .c-headline-001__en {
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 75px;
  font-size: 7.5rem;
  font-weight: 600;
  line-height: 1;
  color: var(--sub-txt, #000000);
  letter-spacing: .05em;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .m-require-001 .c-headline-001__en {
    font-size: 60px;
    font-size: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__en {
    font-size: 35px;
    font-size: 3.5rem;
    letter-spacing: 0;
  }
}

.m-require-001 .c-headline-001__ja {
  width: 100%;
  max-width: 330px;
  margin: 5px auto 0;
  padding: 5px 0;
  border: 2px solid var(--primary-border, #04a1af);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__ja {
    max-width: 170px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}


.m-require-001__detail-desc::before {
  background: #fffccc;
  opacity: 1;
}
.m-footer-001 {
  background: #1a1a1a;
  color: #fff;
}

.c-form__label-val.is-require {
  color: #1a1a1a;
}