@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&family=Cormorant:wght@700&display=swap');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
.single-post_recruit {
  color: var(--sub-txt);
}

.m-header-001__logo {
  padding: 13px 25px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 8px 15px;
  }
}

.m-header-001__logo-link-img {
  max-height: 54px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 34px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    min-height: 50px;
  }
}

.c-module-container>section:nth-of-type(odd) {
  background-color: var(--primary-txt);
}

/* フッター */
.m-footer-001 {
  background: var(--primary);
}

.m-footer-001__copyright {
  font-family: "游ゴシック体", 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;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 15px 0;
  }
}

/* -------------------------------------------
土木作業員モジュール：メッセージ
------------------------------------------- */
.m-modulegroup001-001 {
  font-family: 'Noto Serif JP', serif;
  margin: 150px 0 0;
  padding: 0 20px;
  background-color: #fff !important;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-001 {
    margin: 100px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-001 {
    margin: 70px 0 0;
  }
}

.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: .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, #e5f4fb, #e5f4fb 5px, #fff 6px, #fff 15px);
  background-image: repeating-linear-gradient(-90deg, #e5f4fb, #e5f4fb 5px, #fff 6px, #fff 15px);
  background-size: auto auto;
  content: "";
}

@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;
  color: var(--primary);
  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: #e5f4fb; /* SPも要修正 */
  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: "";
}

@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: #e5f4fb;  /* PCも要修正 */
    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: "";
  }
}

.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: .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;
  letter-spacing: .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;
  color: var(--primary);
  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-013 {
  font-family: 'Noto Serif JP', serif;
  margin: 0 0 150px;
  background-color: var(--primary-txt, #ffffff) !important;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-013 {
    margin: 0 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-013 {
    margin: 0 0 70px;
  }
}

.m-modulegroup001-013__headline {
  max-width: 1415px;
  margin: 0 auto 60px;
  padding: 0 20px;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-013__headline {
    margin: 0 auto 35px;
  }
}

.m-modulegroup001-013__headline_sub {
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-013__headline_sub {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

.m-modulegroup001-013__container_inner {
  height: auto;
  background-color: var(--sub-bg, #f2f2f2);
}

.m-modulegroup001-013__container_inner:only-child {
  max-width: 1000px;
  margin: 0 auto;
}

.m-modulegroup001-013__figure {
  position: relative;
  padding-bottom: 56.25%;
}

.m-modulegroup001-013__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-modulegroup001-013__figure-img-pc {
    display: none;
  }
}

.m-modulegroup001-013__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-modulegroup001-013__figure-img-sp {
    display: inline;
  }
}

.m-modulegroup001-013__cnt {
  padding: 40px 60px 55px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-013__cnt {
    padding: 25px 20px;
  }
}

.m-modulegroup001-013__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.66;
  color: var(--primary, #04a1af);
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-013__ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-modulegroup001-013__txt {
  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: .2em;
}

.m-modulegroup001-013__ttl + .m-modulegroup001-013__txt {
  margin: 15px 0 0;
}

.m-modulegroup001-013 .swiper-button-prev, .m-modulegroup001-013 .swiper-button-next {
  top: 14.5vw;
  width: 80px;
  height: 80px;
  margin-top: 0;
  background-color: var(--primary);
  background-size: 39px 14px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-013 .swiper-button-prev, .m-modulegroup001-013 .swiper-button-next {
    top: 15.45vw;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-013 .swiper-button-prev, .m-modulegroup001-013 .swiper-button-next {
    top: 21.4vw;
    width: 28px;
    height: 28px;
    background-size: 15px 6px;
  }
}

.m-modulegroup001-013 .swiper-button-prev {
  left: calc(18.38vw - 20px);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MiIgaGVpZ2h0PSIzMSI+PHBhdGggc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik04MCAyN0g0TDMwIDIiLz48L3N2Zz4=");
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-013 .swiper-button-prev {
    left: calc(15.45vw - 40px);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-013 .swiper-button-prev {
    left: calc(8.4% - 14px);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIxNSI+PHBhdGggc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0zMCAxMUg0bDktOSIvPjwvc3ZnPg==");
  }
}

.m-modulegroup001-013 .swiper-button-next {
  right: calc(18.38vw - 20px);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MiIgaGVpZ2h0PSIzMSI+PHBhdGggc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0xIDI3aDc2TDUxIDIiLz48L3N2Zz4=");
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-013 .swiper-button-next {
    right: calc(15.45vw - 40px);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-013 .swiper-button-next {
    right: calc(8.4% - 14px);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIxNSI+PHBhdGggc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0yIDExaDI2bC05LTkiLz48L3N2Zz4=");
  }
}

.m-modulegroup001-013 .swiper-pagination-bullets {
  margin-top: 45px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-013 .swiper-pagination-bullets {
    margin-top: 25px;
  }
}

.m-modulegroup001-013 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 7px;
  border-radius: 0;
  background: #d9eff9;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-013 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}

.m-modulegroup001-013 .swiper-pagination-bullet-active {
  background: var(--primary-bg, #04a1af);
}

/* -------------------------------------------
土木作業員モジュール：こんな方を待っています！#02
------------------------------------------- */
.m-modulegroup001-015 {
  font-family: 'Noto Serif JP', serif;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: 150px 0;
  padding: 0 20px 80px;
  background-color: #d9eff9;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-015 {
    margin: 100px 0;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-015 {
    margin: 70px 0;
  }
}

.m-modulegroup001-015__headline {
  position: relative;
  z-index: 0;
  max-width: 1375px;
  margin: 0 auto 65px;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .1em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-015__headline {
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-015__headline {
    margin: 0 auto 35px;
  }
}

.m-modulegroup001-015__headline::before {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 50%;
  display: block;
  width: 160vw;
  height: 25px;
  background: #fff;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.m-modulegroup001-015__headline_sub {
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-015__headline_sub {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

.m-modulegroup001-015__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1375px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-015__container {
    display: block;
  }
}

.m-modulegroup001-015__container:only-child {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-015__container:only-child {
    margin-top: 40px;
  }
}

.m-modulegroup001-015__cnt {
  width: 53.46%;
  padding: 0 60px 0 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-015__cnt {
    width: 100%;
    padding: 0;
  }
}

.m-modulegroup001-015__cnt:only-child {
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-015__cnt:only-child {
    padding: 0 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-015__cnt:only-child {
    padding: 0 0 45px;
  }
}

.m-modulegroup001-015__list {
  margin: -14px 0 0;
}

.m-modulegroup001-015__list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 81px;
  padding: 14px 0 14px 60px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5MCIgaGVpZ2h0PSI2NSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjZmZmZmZmIiBkPSJNMCAwaDY0djY0SDBWMFoiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwNzkxM2EiIGQ9Ik03NyAxMWgxLTFabTgtN2gxLTFabTQtMyAxLTEtMSAxWk03NyAxMmgtMWwtMSAxaC0xdjFoLTFsLTEgMS0yIDFhMTUgMTUgMCAwIDAtMSAxbC0yIDItMyAydjFsLTIgMWgxbC0xIDEtMSAxLTIgMS0xIDFhNDYgNDYgMCAwIDAtMSAxdjFoLTFsLTEgMXYxaC0xdjFsLTIgMXYxaC0xdjFsLTEgMWgtMXYxaC0xbC0xIDF2MWgtMXYxYTggOCAwIDAgMC0yIDJ2MWgtMXYxaC0xbC0xIDEtMSAxYTEwIDEwIDAgMCAwLTEgMWwtMSAxaDFsLTIgMy0zIDJjLTMgMi0xMCAxLTEwIDBsLTMtNS0xLTQtMS0ydi0ybC0xLTEtMy05LTEtMXYtMmwxLTFoMWwxIDEgMiAxaDNsMSAxIDUgMTNoLTF2MWgxbDEgM2EzMiAzMiAwIDAgMCAzLTNsMS0xaDF2LTFhMjEwMiAyMTAyIDAgMCAwIDE2LTE0aDFsNC0zIDEtMSAyLTF2LTFoMXYtMWgydi0xbDEtMSA0LTIgMi0yIDItMSAxLTEgMS0xIDItMSAxLTFoMVY4YTEgMSAwIDAgMCAxIDBoMVY3aDJWNmwyLTEgMy0yIDItMXMxIDAgMCAwbC0yIDItMiAxaDJsLTMgMXYxaC0xbC0xIDFoMS0xbC0xIDFWOHYxbC0xIDFoLTF2MlpNNTcgMjdabTMtM2gxdi0xbC0xIDFabTEyLTEwLTEgMSAxLTFabTItMmgxdi0xbC0xIDFabS03IDVoMS0xWiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 45px 32px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: .15em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-modulegroup001-015__list_item:not(:first-child) {
  border-top: 1px solid #c2dae8;
}

.m-modulegroup001-015__txt {
  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;
  line-height: 2.2;
  letter-spacing: .2em;
}

/* テキスト内の青太文字用クラス */
.m-modulegroup001-015__txt .txt_bold {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 900;
  color: var(--primary, #04a1af);
}

.m-modulegroup001-015__list + .m-modulegroup001-015__txt {
  margin: 10px 0 0;
}

.m-modulegroup001-015__figure {
  position: relative;
  width: 46.54%;
  padding-bottom: 39.85%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-015__figure {
    width: 100%;
    padding-bottom: 85.67%;
  }
}

.m-modulegroup001-015__figure::before {
  position: absolute;
  z-index: -10;
  top: 50%;
  left: min(30.742vw, 435px);
  display: block;
  width: 160vw;
  height: 100vh;
  background: #fff;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-015__figure::before {
    top: 26.667vw;
    left: 50%;
    width: 160vw;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.m-modulegroup001-015__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-modulegroup001-015__figure-img-pc {
    display: none;
  }
}

.m-modulegroup001-015__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-modulegroup001-015__figure-img-sp {
    display: inline;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-015__cnt + .m-modulegroup001-015__figure {
    margin: 30px 0 0;
  }
}

/* -------------------------------------------
土木作業員モジュール：当社について（スライダー）
------------------------------------------- */
.m-modulegroup001-016 {
  font-family: 'Noto Serif JP', serif;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: var(--primary-txt, #ffffff) !important;
  text-align: left;
}

.m-modulegroup001-016::before {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 265px;
  background-image: -webkit-repeating-linear-gradient(right, #eaf6fc, #eaf6fc 5px, #fff 6px, #fff 15px);
  background-image: repeating-linear-gradient(-90deg, #eaf6fc, #eaf6fc 5px, #fff 6px, #fff 15px);
  background-size: auto auto;
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-016::before {
    height: calc(100% - 75px);
  }
}

.m-modulegroup001-016__headline {
  position: relative;
  z-index: 0;
  max-width: 1415px;
  margin: 0 auto 50px;
  padding: 0 20px;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-016__headline {
    margin: 0 auto 35px;
  }
}

.m-modulegroup001-016__headline::before {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 50%;
  display: block;
  width: 160vw;
  height: 25px;
  background: #fff;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.m-modulegroup001-016__headline_sub {
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-016__headline_sub {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

.m-modulegroup001-016__cnt {
  max-width: 1040px;
  margin: 80px auto 50px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-016__cnt {
    margin: 40px auto 35px;
  }
}

.m-modulegroup001-016__headline + .m-modulegroup001-016__cnt {
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-016__headline + .m-modulegroup001-016__cnt {
    margin: 0 auto 35px;
  }
}

.m-modulegroup001-016__container_wrap {
  margin-top: 150px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-016__container_wrap {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-016__container_wrap {
    margin-top: 70px;
  }
}

.m-modulegroup001-016__headline + .m-modulegroup001-016__container_wrap {
  margin-top: 0;
}

.m-modulegroup001-016__cnt + .m-modulegroup001-016__container_wrap {
  margin-top: 0;
}

.m-modulegroup001-016__container {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.m-modulegroup001-016__container_inner {
  height: auto;
}

.m-modulegroup001-016__container_inner:only-child {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.m-modulegroup001-016__ttl {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--primary, #04a1af);
  letter-spacing: .2em;
}

.m-modulegroup001-016__txt {
  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: .2em;
}

.m-modulegroup001-016__ttl + .m-modulegroup001-016__txt {
  margin: 15px 0 0;
}

.m-modulegroup001-016__figure {
  position: relative;
  padding-bottom: 56.27%;
}

.m-modulegroup001-016__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-modulegroup001-016__figure-img-pc {
    display: none;
  }
}

.m-modulegroup001-016__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-modulegroup001-016__figure-img-sp {
    display: inline;
  }
}

/* -------------------------------------------
土木作業員モジュール：福利厚生（縦並び）
------------------------------------------- */
.m-modulegroup001-008 {
  font-family: 'Noto Serif JP', serif;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: 150px 0 0;
  padding: 0 20px;
  background-color: var(--sub-bg, #f2f2f2);
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-008 {
    margin: 100px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-008 {
    margin: 70px 0 0;
  }
}

.m-modulegroup001-008::before {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 25px;
  background: #fff;
  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: .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: #fff;
}

@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-linear-gradient(right, #fff, #fff 5px, var(--sub-bg) 6px, var(--sub-bg) 15px);
  background-image: repeating-linear-gradient(-90deg, #fff, #fff 5px, var(--sub-bg) 6px, var(--sub-bg) 15px);
  background-size: auto auto;
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-008__cnt::after {
    content: none;
  }
}

.m-modulegroup001-008__ttl {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  color: var(--primary, #04a1af);
  letter-spacing: .2em;
}

.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: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .2em;
}

.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, var(--sub-bg) 10px, transparent 10px), -webkit-linear-gradient(var(--sub-bg) 10px, transparent 10px);
  background-image: linear-gradient(-90deg, var(--sub-bg) 10px, transparent 10px), linear-gradient(var(--sub-bg) 10px, transparent 10px);
  background-position: 5px -10px;
  background-size: 15px 15px;
  content: "";
}

@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-018 {
  font-family: 'Noto Serif JP', serif;
  overflow: hidden;
  margin: 150px 0 0;
  padding: 0 20px;
  background-color: var(--primary-txt, #ffffff) !important;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-018 {
    margin: 100px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-018 {
    margin: 70px 0 0;
  }
}

.m-modulegroup001-018__headline {
  max-width: 1375px;
  margin: 0 auto 30px;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-018__headline {
    margin: 0 auto 15px;
  }
}

.m-modulegroup001-018__headline_sub {
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-018__headline_sub {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

.m-modulegroup001-018__container {
  position: relative;
  max-width: 1375px;
  margin: 0 auto;
}

.m-modulegroup001-018__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  margin: -25px -10px 0;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-018__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin: -15px -10px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.m-modulegroup001-018__btn_wrap {
  position: absolute;
  z-index: 10;
  top: 36px;
  right: 0;
  width: 24.73%;
  height: 404px;
  padding: 0 0 0 40px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-018__btn_wrap {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% + 5px);
    height: auto;
    margin: 0 0 0 -5px;
    padding: 0;
  }
}

.m-modulegroup001-018__btn_item {
  margin: 25px 10px 0;
  padding: 2px 2px 4px;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  cursor: pointer;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-018__btn_item {
    margin: 15px 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-018__btn_item {
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-modulegroup001-018__btn_item.is-active {
  background: #c6e7f1;
  color: var(--primary, #04a1af);
}

.m-modulegroup001-018__btn_item.no-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-modulegroup001-018__btn_item.no-txt::before {
  display: block;
  width: 20px;
  height: 20px;
  background: var(--sub-bg, #f2f2f2);
  content: "";
}

.m-modulegroup001-018__btn_item.is-active.no-txt::before {
  background: var(--primary, #04a1af);
}

.m-modulegroup001-018__feature {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-018__feature {
    margin: -20px 0 0;
  }
  .m-modulegroup001-018__feature:only-child {
    margin: 0;
  }
}

.m-modulegroup001-018__feature_item {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-018__feature_item {
    display: block;
  }
}

.m-modulegroup001-018__feature_item.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.m-modulegroup001-018__figure {
  position: relative;
  padding-bottom: 57%;
}

.m-modulegroup001-018__figure_wrap {
  position: relative;
  width: 75.27%;
  padding: 42px 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-018__figure_wrap {
    width: 100%;
  }
}

.m-modulegroup001-018__figure_wrap::before {
  position: absolute;
  z-index: -10;
  top: 0;
  right: 77%;
  display: block;
  width: 100vw;
  height: 100%;
  background-image: -webkit-repeating-linear-gradient(right, #e5f4fb, #e5f4fb 5px, #fff 6px, #fff 15px);
  background-image: repeating-linear-gradient(-90deg, #e5f4fb, #e5f4fb 5px, #fff 6px, #fff 15px);
  background-size: auto auto;
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-018__figure_wrap::before {
    right: 50%;
  }
}

.m-modulegroup001-018__figure_wrap::after {
  position: absolute;
  z-index: -10;
  top: 0;
  right: -215px;
  display: block;
  width: 275px;
  height: 245px;
  background-color: #e5f4fb;
  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: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-018__figure_wrap::after {
    content: none;
  }
}

.m-modulegroup001-018__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-modulegroup001-018__figure-img-pc {
    display: none;
  }
}

.m-modulegroup001-018__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-modulegroup001-018__figure-img-sp {
    display: inline;
  }
}

.m-modulegroup001-018__cnt {
  position: relative;
  width: calc(24.73% + 425px);
  margin: 440px -20px 0 -405px;
  padding: 30px 70px 30px 40px;
  background: #c6e7f1;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-018__cnt {
    width: calc(100% - 34px);
    margin: -76px 0 0 34px;
    padding: 30px 0 30px 40px;
  }
  .m-modulegroup001-018__cnt::before {
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100%;
    background: #eff6fc;
    content: "";
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-018__cnt {
    width: calc(100% - 17px);
    margin: -59px 0 0 17px;
    padding: 15px 0 15px 20px;
  }
}

.m-modulegroup001-018__cnt::after {
  position: absolute;
  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-018__cnt::after {
    content: none;
  }
}

.m-modulegroup001-018__ttl {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--primary, #04a1af);
  letter-spacing: .2em;
}

.m-modulegroup001-018__txt {
  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: .2em;
}

.m-modulegroup001-018__ttl + .m-modulegroup001-018__txt {
  margin: 15px 0 0;
}

/* -------------------------------------------
土木作業員モジュール：当社の魅力
------------------------------------------- */
.m-modulegroup001-012 {
  font-family: 'Noto Serif JP', serif;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: 150px 0 0;
  padding: 0 20px 80px;
  background-color: var(--primary-txt, #ffffff) !important;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-012 {
    margin: 100px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-012 {
    margin: 70px 0 0;
    padding: 0 20px 40px;
  }
}

.m-modulegroup001-012::before {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-repeating-linear-gradient(right, #eaf6fc, #eaf6fc 5px, #fff 6px, #fff 15px);
  background-image: repeating-linear-gradient(-90deg, #eaf6fc, #eaf6fc 5px, #fff 6px, #fff 15px);
  background-size: auto auto;
  content: "";
}

.m-modulegroup001-012__headline {
  position: relative;
  z-index: 0;
  max-width: 1375px;
  margin: 0 auto 50px;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-012__headline {
    margin: 0 auto 35px;
  }
}

.m-modulegroup001-012__headline::before {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 50%;
  display: block;
  width: 160vw;
  height: 25px;
  background: #fff;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.m-modulegroup001-012__headline_sub {
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-012__headline_sub {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

.m-modulegroup001-012__container {
  max-width: 1000px;
  margin: 0 auto;
}

.m-modulegroup001-012__container:only-child {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-012__container:only-child {
    margin-top: 40px;
  }
}

.m-modulegroup001-012__lead {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 50px;
  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: .2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-012__lead {
    padding: 0 0 35px;
  }
}

.m-modulegroup001-012__lead:only-child {
  padding: 0;
}

.m-modulegroup001-012__figure {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-012__figure {
    padding: 0 45px;
  }
}

.m-modulegroup001-012__figure-img-pc {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-012__figure-img-pc {
    display: none;
  }
}

.m-modulegroup001-012__figure-img-sp {
  display: none;
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-012__figure-img-sp {
    display: inline;
  }
}

/* -------------------------------------------
土木作業員モジュール：施工実績
------------------------------------------- */
.m-modulegroup001-003 {
  font-family: 'Noto Serif JP', serif;
  overflow: hidden;
  padding: 0 20px;
  background-color: #fff !important;
  text-align: left;
}

.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: .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 150px;
}

@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(--sub-bg, #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: .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: .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%);
  }
}

/* -------------------------------------------
土木作業員モジュール：募集要項 002
------------------------------------------- */
.m-require-002 {
  position: relative;
  z-index: 0;
  padding-top: 150px;
}

@media screen and (max-width: 1024px) {
  .m-require-002 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .m-require-002 {
    padding-top: 70px;
  }
}

.m-require-002__inner {
  max-width: 1415px;
}

.m-require-002__detail {
  max-width: 880px;
  margin: 0 auto;
}

.m-require-002 .c-headline-001 {
  margin-bottom: 10px;
  padding: 0 20px;
  text-align: left;
}

.m-require-002 .c-headline-001__en {
  display: inline;
  font-family: 'Noto Serif JP', serif;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: normal;
  line-height: 1;
  color: var(--sub-txt);
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-require-002 .c-headline-001__en {
    display: block;
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.m-require-002 .c-headline-001__ja {
  display: inline;
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-require-002 .c-headline-001__ja {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

.m-require-002__detail-row::before {
    background: var(--sub-bg);
    opacity: 1;
}

.m-require-002__detail-ttl {
  font-weight: 700;
  color: var(--primary);
}

.m-require-002__detail-flow-ttl-number {
  background: var(--primary);
}
