@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap");

.m-header-001,
.m-footer-001,
.single-post_recruit {
  --font: "Noto Serif JP", serif;
  --font-sans: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --gray: #ddd;
}

/* -------------------------------------------
共通パッチ
------------------------------------------- */
img {
  vertical-align: bottom;
}

strong,
b {
  font-weight: 700;
}

/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 768px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

.single-post_recruit {
  color: var(--sub-txt, #333);
  word-break: break-word;
}

.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

.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;
  color: var(--sub-txt);
  /* text-transform: uppercase; */
}
.c-headline-001__ja {
  font-weight: 700;
}

.c-headline-001__ja,
[class$="__headline-txt"],
[class$="__content-ttl"] {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2.2rem;
    letter-spacing: 0.3rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
.m-header-001__logo-link-img {
  max-height: 24px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 16px;
  }
}

.m-header-001__logo {
  padding: 5px 20px;
  max-width: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 15px;
  }
}

.m-header-001__btn {
  margin: 20px;
}

@media screen and (max-width: 767px) {
  .m-header-001__btn {
    margin: 0;
  }
}

.m-header-001__nav {
  align-items: center;
}

.m-header-001__btn-link {
  /* margin: 15px 20px 0px 20px; */
  max-height: 45px;
  padding: 18px 40px;
  min-height: initial !important;
  font-family: var(--font);
  background-color: var(--primary);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    max-height: 25px;
    margin-right: 10px;
    padding: 15px 25px;
  }
}

/* -------------------------------------------
土木作業員モジュール：キャリアプラン
------------------------------------------- */
.m-modulegroup001-010 {
  position: relative;
  z-index: 0;
  padding: 0 20px;
  background-color: var(--primary-border, #f2f2f2);
  text-align: left;
}

.m-modulegroup001-010::before {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 25px;
  background: #fff;
  content: "";
}

.m-modulegroup001-010__headline {
  max-width: 1375px;
  margin: 0 auto 50px;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-010__headline {
    margin: 0 auto 35px;
  }
}

.m-modulegroup001-010__headline_sub {
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-010__headline_sub {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

.m-modulegroup001-010__container {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 70px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-010__container {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-010__container {
    margin: 0 auto;
    padding-bottom: 35px;
  }
}

.m-modulegroup001-010__figure {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-010__figure {
    max-width: none;
  }
}

.m-modulegroup001-010__figure-img-pc {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-010__figure-img-pc {
    display: none;
  }
}

.m-modulegroup001-010__figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-010__figure-img-sp {
    display: inline;
    vertical-align: top;
  }
}

.m-modulegroup001-010__txt {
  margin-top: 40px;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--sub-txt);
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-010__txt {
    margin-top: 20px;
  }
}

/* -------------------------------------------
土木作業員モジュール：メッセージ
------------------------------------------- */
.m-modulegroup001-001 {
  padding: 120px 20px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-001 {
    padding: 90px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-001 {
    padding: 60px 20px;
  }
}

.m-modulegroup001-001__headline {
  max-width: 1375px;
  margin: 0 auto 30px;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

.m-modulegroup001-001__headline_sub {
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-001__headline_sub {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

.m-modulegroup001-001__container {
  /* margin-bottom: 150px; */
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-001__container {
    /* margin-bottom: 100px; */
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-001__container {
    /* margin-bottom: 70px; */
  }
}

.m-modulegroup001-001__container_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin: 0 auto 150px;
  counter-increment: index;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-001__container_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 40px;
  }
}

.m-modulegroup001-001__container_inner:last-child {
  margin: 0 auto;
}

.m-modulegroup001-001__figure {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 1180px;
  padding-top: 30px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-001__figure {
    width: 85%;
  }
}

.m-modulegroup001-001__figure::before {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 110px;
  display: block;
  width: 245px;
  height: 670px;
  background-image: -webkit-repeating-linear-gradient(right, #fff, #fff 5px, #fff 6px, #fff 15px);
  background-image: repeating-linear-gradient(-90deg, #fff, #fff 5px, #fff 6px, #fff 15px);
  background-size: auto auto;
  content: "";
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-001__figure::before {
    height: 110%;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-001__figure::before {
    left: 50px;
    width: 125px;
  }
}

.m-modulegroup001-001__figure::after {
  position: absolute;
  top: -20px;
  right: -70px;
  font-size: 85px;
  font-size: 8.5rem;
  font-weight: 500;
  line-height: 1;
  content: counter(index, decimal-leading-zero);
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-001__figure::after {
    top: -10px;
    right: -50px;
    font-size: 60px;
    font-size: 6rem;
  }
}

.m-modulegroup001-001__figure-img-pc-bg {
  position: relative;
  height: 590px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-001__figure-img-pc-bg {
    height: auto;
    padding-top: 60%;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-001__figure-img-pc-bg {
    display: none;
  }
}

.m-modulegroup001-001__figure-img-pc-bg::after {
  position: absolute;
  z-index: -10;
  top: 75px;
  right: -210px;
  display: block;
  width: 210px;
  height: 255px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(right, #fff 10px, transparent 10px), -webkit-linear-gradient(#fff 10px, transparent 10px);
  background-image: linear-gradient(-90deg, #fff 10px, transparent 10px), linear-gradient(#fff 10px, transparent 10px);
  background-size: 15px 15px;
  content: "";
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-001__figure-img-pc-bg::after {
    top: 22%;
    right: -18%;
    width: 18%;
  }
}

.m-modulegroup001-001__figure-img-sp-bg {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-001__figure-img-sp-bg {
    display: block;
    height: auto;
    padding-top: 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .m-modulegroup001-001__figure-img-sp-bg::after {
    position: absolute;
    z-index: -10;
    top: 22%;
    right: -18%;
    display: block;
    width: 18%;
    height: 60%;
    background-color: #fff;
    background-image: -webkit-linear-gradient(right, #fff 10px, transparent 10px), -webkit-linear-gradient(#fff 10px, transparent 10px);
    background-image: linear-gradient(-90deg, #fff 10px, transparent 10px), linear-gradient(#fff 10px, transparent 10px);
    background-size: 15px 15px;
    content: "";
    opacity: 0.7;
  }
}

.m-modulegroup001-001__cnt {
  position: relative;
  width: 540px;
  margin-top: 450px;
  margin-left: -235px;
  padding: 30px 0 30px 30px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-001__cnt {
    width: auto;
    margin-top: 60px;
    margin-left: 0;
    padding: 0;
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-001__cnt {
    margin-top: 40px;
  }
}

.m-modulegroup001-001__ttl {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  /* color: var(--primary, #04a1af); */
  letter-spacing: 0.2em;
}

.m-modulegroup001-001__txt {
  margin-top: 15px;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--primary-txt);
  letter-spacing: 0.2em;
}

.m-modulegroup001-001__container_inner:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  max-width: 1375px;
}

.m-modulegroup001-001__container_inner:nth-child(even) .m-modulegroup001-001__figure {
  max-width: none;
  padding-top: 40px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-001__container_inner:nth-child(even) .m-modulegroup001-001__figure {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-001__container_inner:nth-child(even) .m-modulegroup001-001__figure {
    padding-top: 30px;
  }
}

.m-modulegroup001-001__container_inner:nth-child(even) .m-modulegroup001-001__figure::before {
  content: none;
}

.m-modulegroup001-001__container_inner:nth-child(even) .m-modulegroup001-001__figure::after {
  content: none;
}

.m-modulegroup001-001__container_inner:nth-child(even) .m-modulegroup001-001__figure-img-pc-bg {
  height: auto;
  padding-top: 40.5%;
  background-position: 100% 50%;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-001__container_inner:nth-child(even) .m-modulegroup001-001__figure-img-pc-bg {
    padding-top: 42.5%;
    background-position: 50% 50%;
  }
}

.m-modulegroup001-001__container_inner:nth-child(even) .m-modulegroup001-001__figure-img-pc-bg::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-001__container_inner:nth-child(even) .m-modulegroup001-001__figure-img-sp-bg {
    padding-top: 42.5%;
    background-size: contain;
  }
  .m-modulegroup001-001__container_inner:nth-child(even) .m-modulegroup001-001__figure-img-sp-bg::after {
    content: none;
  }
}

.m-modulegroup001-001__container_inner:nth-child(even) .m-modulegroup001-001__cnt {
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 0 0 0 190px;
  background-color: transparent;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-001__container_inner:nth-child(even) .m-modulegroup001-001__cnt {
    padding: 0 0 0 135px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-001__container_inner:nth-child(even) .m-modulegroup001-001__cnt {
    padding: 0;
  }
}

.m-modulegroup001-001__container_inner:nth-child(even) .m-modulegroup001-001__cnt::after {
  position: absolute;
  top: -5px;
  left: 55px;
  font-size: 85px;
  font-size: 8.5rem;
  font-weight: 500;
  line-height: 1;
  content: counter(index, decimal-leading-zero);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-001__container_inner:nth-child(even) .m-modulegroup001-001__cnt::after {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-001__container_inner:nth-child(even) .m-modulegroup001-001__cnt::after {
    font-size: 60px;
    font-size: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-001__container_inner:nth-child(even) .m-modulegroup001-001__ttl {
    min-height: 60px;
    padding-left: 85px;
  }
}

/* -------------------------------------------
土木作業員モジュール：福利厚生（縦並び）
------------------------------------------- */
.m-modulegroup001-008 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0 20px 0;
  background-color: var(--gray, #f2f2f2);
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-008 {
    /* margin-bottom: 100px; */
    padding: 0 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-008 {
    /* margin-bottom: 70px; */
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 0 20px 20px;
  }
}

.m-modulegroup001-008::before {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 25px;
  background: var(--primary-txt);
  content: "";
}

.m-modulegroup001-008__headline {
  max-width: 1375px;
  margin: 0 auto 50px;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-008__headline {
    margin: 0 auto 35px;
  }
}

.m-modulegroup001-008__headline_sub {
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-008__headline_sub {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

.m-modulegroup001-008__container {
  max-width: 1375px;
  margin: 0 auto;
}

.m-modulegroup001-008__container_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-008__container_inner {
    display: block;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-008__container_inner {
    padding-bottom: 20px;
  }
}

.m-modulegroup001-008__figure {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 685px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-008__figure {
    max-width: none;
  }
}

.m-modulegroup001-008__figure-img-pc {
  width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-008__figure-img-pc {
    display: none;
  }
}

.m-modulegroup001-008__figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-008__figure-img-sp {
    display: inline;
    vertical-align: top;
  }
}

.m-modulegroup001-008__cnt {
  position: relative;
  width: 685px;
  min-height: 385px;
  margin-top: 45px;
  margin-left: -190px;
  padding: 60px 50px 60px 240px;
  background: var(--sub-txt);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-008__cnt {
    width: 100%;
    min-height: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 20px;
  }
}

.m-modulegroup001-008__cnt::after {
  position: absolute;
  z-index: -10;
  top: -45px;
  right: -165px;
  display: block;
  width: 440px;
  height: 250px;
  background-image: -webkit-repeating-repeating-linear-gradient(-90deg, #fff, #fff 5px, #ddd 6px, #ddd 15px);
  background-image: repeating-linear-gradient(-90deg, #fff, #fff 5px, #ddd 6px, #ddd 15px);
  background-size: auto auto;
  content: "";
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-008__cnt::after {
    content: none;
  }
}

.m-modulegroup001-008__ttl {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--primary, #04a1af);
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-008__ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.m-modulegroup001-008__txt {
  margin-top: 15px;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--primary-txt);
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-008__txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup001-008__container_inner:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-008__container_inner:nth-child(even) {
    display: block;
  }
}

.m-modulegroup001-008__container_inner:nth-child(even) .m-modulegroup001-008__cnt {
  margin-right: -190px;
  margin-left: 0;
  padding: 60px 240px 60px 50px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-008__container_inner:nth-child(even) .m-modulegroup001-008__cnt {
    margin-right: 0;
    padding: 20px;
  }
}

.m-modulegroup001-008__container_inner:nth-child(even) .m-modulegroup001-008__cnt::before {
  position: absolute;
  z-index: -10;
  top: -45px;
  left: -165px;
  display: block;
  width: 240px;
  height: 250px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(right, #fff 10px, transparent 10px), -webkit-linear-gradient(#dddddd 10px, transparent 10px);
  background-image: linear-gradient(-90deg, #fff 10px, transparent 10px), linear-gradient(#dddddd 10px, transparent 10px);
  background-position: 5px -10px;
  background-size: 15px 15px;
  content: "";
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-008__container_inner:nth-child(even) .m-modulegroup001-008__cnt::before {
    content: none;
  }
}

.m-modulegroup001-008__container_inner:nth-child(even) .m-modulegroup001-008__cnt::after {
  content: none;
}

/* -------------------------------------------
土木作業員モジュール：施工実績
------------------------------------------- */
.m-modulegroup001-003 {
  overflow: hidden;
  padding: 120px 20px 0;
  background-color: var(--clr-body-bg);
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-003 {
    padding: 90px 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-003 {
    padding: 60px 20px 0;
  }
}

.m-modulegroup001-003__headline {
  max-width: 1375px;
  margin: 0 auto 50px;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-003__headline {
    margin: 0 auto 35px;
  }
}

.m-modulegroup001-003__headline_sub {
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-003__headline_sub {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

.m-modulegroup001-003__container {
  max-width: 1375px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-003__container {
    /* margin: 0 auto 100px; */
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-003__container {
    /* margin: 0 auto 70px; */
  }
}

.m-modulegroup001-003__container_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-003__container_inner {
    display: block;
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-003__container_inner {
    margin: 0 0 20px;
  }
}

.m-modulegroup001-003__container_inner:last-child {
  margin-bottom: 0;
}

.m-modulegroup001-003__figure {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 793px;
  padding-top: 33%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-003__figure {
    max-width: none;
    padding-top: 50%;
  }
}

.m-modulegroup001-003__svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  max-height: 394px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-003__svg {
    max-height: none;
  }
}

.m-modulegroup001-003__figure-img-pc {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-003__figure-img-pc {
    display: none;
  }
}

.m-modulegroup001-003__figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-003__figure-img-sp {
    display: inline;
    vertical-align: top;
  }
}

.m-modulegroup001-003__cnt {
  position: relative;
  z-index: 0;
  width: 850px;
  min-height: 390px;
  margin-top: 65px;
  margin-left: -265px;
  padding: 75px 0 75px 310px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-003__cnt {
    width: 100%;
    min-height: 0;
    margin-top: -65px;
    margin-left: 0;
    padding: 100px 0 40px;
  }
}

.m-modulegroup001-003__cnt::after {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  display: block;
  width: 160vw;
  height: 100%;
  background: var(--primary-border, #f2f2f2);
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-003__cnt::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.m-modulegroup001-003__ttl {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  color: var(--primary, #04a1af);
  letter-spacing: 0.2em;
}

.m-modulegroup001-003__txt {
  margin-top: 15px;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.m-modulegroup001-003__svg_clip {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.m-modulegroup001-003__container_inner:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.m-modulegroup001-003__container_inner:nth-child(even) .m-modulegroup001-003__cnt {
  margin-right: -265px;
  margin-left: 0;
  padding: 75px 310px 75px 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-003__container_inner:nth-child(even) .m-modulegroup001-003__cnt {
    margin-right: 0;
    padding: 100px 0 40px;
  }
}

.m-modulegroup001-003__container_inner:nth-child(even) .m-modulegroup001-003__cnt::after {
  right: 0;
  left: auto;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-003__container_inner:nth-child(even) .m-modulegroup001-003__cnt::after {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* -------------------------------------------
土木作業員モジュール：インタビュー
------------------------------------------- */
.m-modulegroup001-006 {
  overflow: hidden;
  padding: 0 20px 120px 20px;
  background-color: #fff !important;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-006 {
    padding: 0 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-006 {
    padding: 0 20px 0;
  }
}

.m-modulegroup001-006__headline {
  position: relative;
  z-index: 10;
  max-width: 1375px;
  margin: 0 auto 50px;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-006__headline {
    margin: 0 auto 35px;
  }
}

.m-modulegroup001-006__headline_sub {
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-006__headline_sub {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

.m-modulegroup001-006__container {
  max-width: 1375px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-006__container {
    margin: 0 auto 100px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-006__container {
    margin: 0 auto 40px;
  }
}

.m-modulegroup001-006__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-006__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-006__main {
    margin-bottom: 30px;
  }
}

.m-modulegroup001-006__figure_main {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 1020px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-006__figure_main {
    width: calc(100% - 5%);
    min-height: 0%;
  }
}

.m-modulegroup001-006__figure_main::before {
  position: absolute;
  z-index: -10;
  top: -70px;
  right: 88%;
  display: block;
  width: 100vw;
  height: 255px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(right, #fff 10px, transparent 10px), -webkit-linear-gradient(#fff 10px, transparent 10px);
  background-image: linear-gradient(-90deg, #fff 10px, transparent 10px), linear-gradient(#fff 10px, transparent 10px);
  background-position: right;
  background-size: 15px 15px;
  content: "";
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-006__figure_main::before {
    content: none;
  }
}

.m-modulegroup001-006__figure_main::after {
  position: absolute;
  z-index: -10;
  right: -190px;
  bottom: -80px;
  display: block;
  width: 425px;
  height: 130px;
  background-image: -webkit-repeating-linear-gradient(right, #fff, #fff 5px, #fff 6px, #fff 15px);
  background-image: repeating-linear-gradient(-90deg, #fff, #fff 5px, #fff 6px, #fff 15px);
  background-size: auto auto;
  content: "";
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-006__figure_main::after {
    content: none;
  }
}

.m-modulegroup001-006__figure-main-img-pc {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-006__figure-main-img-pc {
    display: none;
  }
}

.m-modulegroup001-006__figure-main-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-006__figure-main-img-sp {
    display: inline;
    vertical-align: top;
  }
}

.m-modulegroup001-006__cnt_main {
  position: relative;
  z-index: 10;
  width: 510px;
  min-height: 330px;
  margin-top: 45px;
  margin-left: -155px;
  padding: 45px 70px 45px 45px;
  background: var(--primary, #04a1af);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-006__cnt_main {
    width: calc(100% - 5%);
    min-height: 0;
    margin-top: -5%;
    margin-left: 5%;
    padding: 20px;
  }
}

.m-modulegroup001-006__cnt_main::after {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, transparent), color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(bottom left, transparent 50%, #fff 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to top right, transparent 50%, #fff 50.5%) no-repeat top left/100% 100%;
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-006__cnt_main::after {
    content: none;
  }
}

.m-modulegroup001-006__position {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.2em;
}

.m-modulegroup001-006__name {
  margin-top: 10px;
  font-size: 39px;
  font-size: 3.9rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-006__name {
    font-size: 29px;
    font-size: 2.9rem;
    letter-spacing: 0.05em;
  }
}

.m-modulegroup001-006__name_kana {
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.2em;
}

.m-modulegroup001-006__career {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.2em;
}

.m-modulegroup001-006__career::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 1px;
  background: #979dce;
  content: "";
}

.m-modulegroup001-006__container_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-006__container_inner {
    display: block;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-006__container_inner {
    margin-bottom: 30px;
  }
}

.m-modulegroup001-006__container_inner:last-child {
  margin-bottom: 0;
}

.m-modulegroup001-006__cnt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.m-modulegroup001-006__figure {
  display: none;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-006__figure {
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
}

.m-modulegroup001-006__figure-pc {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 430px;
  margin-left: 65px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-006__figure-pc {
    display: none;
  }
}

.m-modulegroup001-006__figure-pc::after {
  position: absolute;
  z-index: -10;
  top: -50px;
  left: 72%;
  display: block;
  width: 100vw;
  height: 255px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(right, #fff 10px, transparent 10px), -webkit-linear-gradient(#fff 10px, transparent 10px);
  background-image: linear-gradient(-90deg, #fff 10px, transparent 10px), linear-gradient(#fff 10px, transparent 10px);
  background-size: 15px 15px;
  content: "";
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-006__figure-pc::after {
    content: none;
  }
}

.m-modulegroup001-006__figure-img-pc {
  width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-006__figure-img-pc {
    display: none;
  }
}

.m-modulegroup001-006__figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-006__figure-img-sp {
    display: inline;
    vertical-align: top;
  }
}

.m-modulegroup001-006__ttl {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  color: var(--primary, #04a1af);
  letter-spacing: 0.2em;
}

.m-modulegroup001-006__txt {
  margin-top: 15px;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--sub-txt);
  letter-spacing: 0.2em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-006__figure + .m-modulegroup001-006__txt {
    margin-top: 20px;
  }
}

/* -------------------------------------------
土木作業員モジュール：経験・資格について
------------------------------------------- */
.m-modulegroup001-009 {
  padding: 100px 20px 0;
  background-color: #fff !important;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-009 {
    padding: 60px 20px 0;
  }
}

.m-modulegroup001-009__headline {
  max-width: 1375px;
  margin: 0 auto 50px;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-009__headline {
    margin: 0 auto 35px;
  }
}

.m-modulegroup001-009__headline_sub {
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-009__headline_sub {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

.m-modulegroup001-009__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1375px;
  margin: 0 auto 80px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-009__container {
    display: block;
    margin: 0 auto 100px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-009__container {
    margin: 0 auto 70px;
  }
}

.m-modulegroup001-009__container_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 35px / 2);
  margin-right: 35px;
  margin-bottom: 20px;
  -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-modulegroup001-009__container_inner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .m-modulegroup001-009__container_inner:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-009__container_inner {
    display: block;
  }
  .m-modulegroup001-009__container_inner:not(:first-child) {
    margin-top: 20px;
  }
}

.m-modulegroup001-009__container_inner:nth-child(2n) {
  margin-right: 0;
}

.m-modulegroup001-009__figure {
  width: 100%;
  max-width: 515px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-009__figure {
    max-width: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
}

.m-modulegroup001-009__figure-img-pc {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-009__figure-img-pc {
    display: none;
  }
}

.m-modulegroup001-009__figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-009__figure-img-sp {
    display: inline;
    vertical-align: top;
  }
}

.m-modulegroup001-009__cnt {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 515px;
  min-height: 205px;
  margin-top: 210px;
  margin-left: -360px;
  padding: 30px 35px;
  background: var(--sub-txt, #f2f2f2);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-009__cnt {
    max-width: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-009__cnt {
    min-height: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 20px;
  }
}

.m-modulegroup001-009__ttl {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  color: var(--primary, #04a1af);
  letter-spacing: 0.2em;
}

.m-modulegroup001-009__txt {
  margin-top: 15px;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--primary-txt);
  letter-spacing: 0.2em;
}

.m-modulegroup001-009__container_inner:nth-child(even) {
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-009__container_inner:nth-child(even) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-009__container_inner:nth-child(even) {
    margin-top: 20px;
  }
}

/* -------------------------------------------
土木作業員モジュール：福利厚生（横並び）
------------------------------------------- */
.m-modulegroup001-007 {
  position: relative;
  z-index: 0;
  padding: 0 20px;
  background-color: #fff !important;
  text-align: left;
}

.m-modulegroup001-007::before {
  position: absolute;
  z-index: -10;
  top: 25px;
  left: 0;
  display: block;
  width: 100%;
  height: 212px;
  background-image: -webkit-repeating-linear-gradient(right, #fff, #fff 5px, #fff 6px, #fff 15px);
  background-image: repeating-linear-gradient(-90deg, #fff, #fff 5px, #fff 6px, #fff 15px);
  background-size: auto auto;
  content: "";
  opacity: 0.8;
}

.m-modulegroup001-007__headline {
  max-width: 1375px;
  margin: 0 auto 50px;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-007__headline {
    margin: 0 auto 35px;
  }
}

.m-modulegroup001-007__headline_sub {
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-007__headline_sub {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

.m-modulegroup001-007__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1375px;
  margin: 0 auto 120px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-007__container {
    display: block;
    margin: 0 auto 100px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-007__container {
    margin: 0 auto 50px;
  }
}

.m-modulegroup001-007__container_inner {
  width: calc(33.3% - 80px / 3);
  margin-right: 40px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-007__container_inner {
    width: 100%;
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-007__container_inner {
    margin: 0 0 30px;
  }
}

.m-modulegroup001-007__container_inner:nth-child(3) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-007__container_inner:last-child {
    margin: 0;
  }
}

.m-modulegroup001-007__figure {
  text-align: center;
}

.m-modulegroup001-007__figure-img-pc {
  width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-007__figure-img-pc {
    display: none;
  }
}

.m-modulegroup001-007__figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-007__figure-img-sp {
    display: inline;
    vertical-align: top;
  }
}

.m-modulegroup001-007__ttl {
  margin-top: 20px;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  color: var(--primary, #04a1af);
  letter-spacing: 0.2em;
}

.m-modulegroup001-007__txt {
  margin-top: 15px;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

/* -------------------------------------------
募集要項 001
------------------------------------------- */
.m-require-001 {
  position: relative;
  z-index: 0;
  margin-top: 100px;
  padding-top: 0;
  background-color: var(--primary-border) !important;
  font-family: var(--font-sans);
  padding: 0 0 80px 0;
}

@media screen and (max-width: 1024px) {
  .m-require-001 {
    padding: 9 0 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-require-001 {
    margin-top: 60px;
    padding: 0 0 60px 0;
  }
}

.m-require-001::before {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 25px;
  background: #fff;
  content: "";
}

.m-require-001__inner {
  max-width: 1415px;
}

.m-require-001__detail {
  max-width: 880px;
  margin: 0 auto;
}

.m-require-001 .c-headline-001 {
  margin-bottom: 60px;
  padding: 0 20px;
  text-align: left;
}

.m-require-001 .c-headline-001__en {
  display: inline;
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: normal;
  line-height: 1;
  color: #333;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__en {
    display: block;
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.m-require-001 .c-headline-001__ja {
  display: inline;
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family: var(--font);
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__ja {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

.m-require-001__detail-row {
  /* margin-bottom: 5px; */
}

.m-require-001__detail-ttl {
  font-family: var(--font);
  font-weight: 700;
  background: #000;
  color: #fff;
}

.m-require-001__detail-desc {
  background: var(--sub-bg);
  font-weight: 500;
  color: #000;
}

.m-require-001__detail-desc::before {
  background: #fff;
  opacity: 1;
}

.m-require-001__detail-flow-ttl-number {
  background: var(--primary);
}

.m-require-001__entry-btn {
  font-family: var(--font);
  background-color: var(--primary);
  color: var(--primary-txt);
}

.m-require-001__entry-btn-txt {
  font-weight: 400;
}

/* -------------------------------------------
フッター
------------------------------------------- */
.m-footer-001 {
  background-color: #fff;
  color: #000;
}
