@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');

:root{
  --font-en:'Noto Serif JP', serif;
  }

/* -------------------------------------------
共通パッチ
------------------------------------------- */
img {
  vertical-align: bottom;
}

/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 767.01px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

/* 要項ページ body */
.single-post_recruit {
  color: var(--sub-txt, #333);
  word-break: break-word;
  font-weight: 500;
}

/* ロゴ */
.m-header-001__logo {
  padding: 4px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 6px 15px;
    max-width: 220px;
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 60px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    display: none;
  }
}

.m-header-001__logo-link-img.is-mobile {
  display: none;
  max-height: 35px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

.m-header-001__btn-link {
  font-family :'Josefin Sans', 'Noto Sans JP', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
}

.c-page-ttl-001__txt-en{
  font-family: 'Josefin Sans', 'Noto Sans JP', Arial, Helvetica, sans-serif;
}

/* 大見出し */
.c-headline-001 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .c-headline-001 {
    margin-bottom: 20px;
  }
}

.c-headline-001 + * {
  padding-top: 0;
  margin-top: 0;
}

.c-headline-001__en {
  font-weight: 400;
/* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    letter-spacing: .2rem;
  }  
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }  
}

/* モジュール内見出し */
@media screen and (max-width: 767px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 374px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
}

/* 募集要項 */
div[class^="m-require-"][class$="__detail-row"] {
  border-color: var(--primary-border);
}

div[class^="m-require-"][class$="__detail-ttl"] {
  font-weight: 700;
/* color: var(--sub-txt); */
}

div[class^="m-require-"][class$="__detail-desc"] {
  font-weight: 500;
}

.m-require-001__entry-btn-icon {
position: relative;
}

/* コピーライト */
.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 .m-header-001 {
  background: transparent;
}

.m-header-001 + .m-kv-001 {
  margin-top: -75px; /* PCヘッダーの高さ */
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001 {
    margin-top: -51px; /* SPヘッダーの高さ */
  }
}

/* -------------------------------------------
土木作業員モジュール：経験・資格について
------------------------------------------- */
.m-modulegroup001-009 {
  padding: 0 20px;
  background-color: #fff !important;
  text-align: left;
  margin-top: 150px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-009{
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-009{
    margin-top: 70px;
  }
}

.m-modulegroup001-009__headline {
  max-width: 1375px;
  margin: 0 auto 50px;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: .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 130px;
  -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-bg, #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;
  font-family: var(--font-en);
  color: var(--primary, #04a1af);
  letter-spacing: .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.6rem;
  font-weight: 500;
  letter-spacing: .2em;
}
@media screen and (max-width: 767px) {
  .m-modulegroup001-009__txt {
    font-size: 1.4rem;
  }
}

.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-013 {
  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;
  font-family: var(--font-en);
  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;
  font-family: var(--font-en);
  line-height: 1.66;
  color: var(--primary, #04a1af);
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-013__ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.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.6rem;
  font-weight: 500;
  letter-spacing: .2em;
}
@media screen and (max-width: 767px) {
  .m-modulegroup001-013__txt {
    font-size: 1.4rem;
  }
}

.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-bg, #04a1af);
  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: var(--sub-bg, #f2f2f2);
  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 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: 0 0 150px;
  padding: 0 20px 80px;
  background-color: var(--sub-bg, #f2f2f2) !important;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-015 {
    margin: 0 0 100px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-015 {
    margin: 0 0 70px;
  }
}

.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;
  font-family: var(--font-en);
  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: 10px 0 0;
}

.m-modulegroup001-015__list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 81px;
  font-family: var(--font-en);
  padding: 14px 0 14px 60px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5MCIgaGVpZ2h0PSI2NSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGIiBkPSJNMCAwaDY0djY0SDBWMFoiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMxNTYzQUQiIGQ9Ik03NyAxMWgxLTFabTgtN2gxLTFabTQtMyAxLTEtMSAxWk03NyAxMmgtMWwtMSAxaC0xdjFoLTFsLTEgMS0yIDFhMTUgMTUgMCAwIDAtMSAxbC0yIDItMyAydjFsLTIgMWgxbC0xIDEtMSAxLTIgMS0xIDFhNDYgNDYgMCAwIDAtMSAxdjFoLTFsLTEgMXYxaC0xdjFsLTIgMXYxaC0xdjFsLTEgMWgtMXYxaC0xbC0xIDF2MWgtMXYxYTggOCAwIDAgMC0yIDJ2MWgtMXYxaC0xbC0xIDEtMSAxYTEwIDEwIDAgMCAwLTEgMWwtMSAxaDFsLTIgMy0zIDJjLTMgMi0xMCAxLTEwIDBsLTMtNS0xLTQtMS0ydi0ybC0xLTEtMy05LTEtMXYtMmwxLTFoMWwxIDEgMiAxaDNsMSAxIDUgMTNoLTF2MWgxbDEgM2EzMiAzMiAwIDAgMCAzLTNsMS0xaDF2LTFhMjEwMiAyMTAyIDAgMCAwIDE2LTE0aDFsNC0zIDEtMSAyLTF2LTFoMXYtMWgydi0xbDEtMSA0LTIgMi0yIDItMSAxLTEgMS0xIDItMSAxLTFoMVY4YTEgMSAwIDAgMCAxIDBoMVY3aDJWNmwyLTEgMy0yIDItMXMxIDAgMCAwbC0yIDItMiAxaDJsLTMgMXYxaC0xbC0xIDFoMS0xbC0xIDFWOHYxbC0xIDFoLTF2MlpNNTcgMjdabTMtM2gxdi0xbC0xIDFabTEyLTEwLTEgMSAxLTFabTItMmgxdi0xbC0xIDFabS03IDVoMS0xWiIvPjwvc3ZnPg==");
  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.6rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: .2em;
}
@media screen and (max-width: 767px) {
  .m-modulegroup001-015__txt {
    font-size: 1.4rem;
  }
}

/* テキスト内の青太文字用クラス */
.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 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: 0 0 150px;
  background-color: var(--primary-txt, #ffffff) !important;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-016 {
    margin: 0 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-016 {
    margin: 0 0 70px;
  }
}

.m-modulegroup001-016::before {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 487px;
  background-image: -webkit-repeating-linear-gradient(right, #f1f9f9, #f1f9f9 5px, #fff 6px, #fff 15px);
  background-image: repeating-linear-gradient(-90deg, #f1f9f9, #f1f9f9 5px, #fff 6px, #fff 15px);
  background-size: auto auto;
  content: "";
  opacity: 0.8;
}

@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-family: var(--font-en);
  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: 80px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-016__container_wrap {
    margin-top: 40px;
  }
}

.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;
  font-family: var(--font-en);
  color: var(--primary, #04a1af);
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-016__ttl{
    letter-spacing: 0.1rem;
  }
}

.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.6rem;
  font-weight: 500;
  letter-spacing: .2em;
}
@media screen and (max-width: 767px) {
  .m-modulegroup001-016__txt {
    font-size: 1.4rem;
  }
}

.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-require-003{
  background: #fff !important;
  padding-top: 20px;
}

.m-require-003 .c-headline-001__en{
  font-family: "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif;
}

.m-require-003__entry-btn{
  background: #ff0000;
}