@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
:root {
  --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;
  --font-en-sans: "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif;
}

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

/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 767.01px) {
  .pc-tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}
/* 要項ページ body */
.single-post_recruit {
  color: var(--sub-txt, #333);
  word-break: break-word;
  /* font-weight: 500; */
}

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

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 5px 15px;
    max-width: 220px;
  }
}
.m-header-001__logo-link-img {
  display: block;
  max-height: 30px;
}

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

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}
/* 大見出し */
.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;
  letter-spacing: 0.05em;
  /* text-transform: uppercase; */
}

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

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
  }
}
@media screen and (max-width: 374px) {
  .c-headline-001__ja {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}
/* モジュール内見出し */
@media screen and (max-width: 767px) {
  [class$=__headline-txt],
  [class$=__content-ttl] {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 374px) {
  [class$=__headline-txt],
  [class$=__content-ttl] {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}
/* 募集要項 */
div[class^=m-require-][class$=__detail-row] {
  border-color: var(--primary-border);
}

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

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

/* コピーライト */
.m-footer-001 {
  /*background: var(--sub-bg);*/
  /*color: inherit;*/
}

.m-footer-001__copyright {
  padding: 27px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}
/* ヘッダーの高さ */
@media screen and (min-width: 767.1px) {
  .m-header-001__btn-link {
    min-height: 80px;
  }
}
/*
モジュールを「フリーテキスト」にしてタイトルh2の子を下記 div タグのみにする
<div class="img-headline"></div>
*/
.img-headline {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 62px;
  background-image: url("画像URL");
}

@media screen and (max-width: 767px) {
  .img-headline {
    height: 44px;
    background-image: url("画像URL");
  }
}


.m-kv-002__movie {
  height: 56.25vw;
}

.m-kv-002__movie video {
  max-height: 100%;
}

.is-pg01 .m-kv-002__movie::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("https://kariyamasetsubi.itszai.jp/wp-content/uploads/2023/09/pg01-kvcatch-pc.png");
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
  background-size: 50% auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .is-pg01 .m-kv-002__movie::after {
    background-image: url("https://kariyamasetsubi.itszai.jp/wp-content/uploads/2023/09/pg01-kvcatch-pc.png");
  }
}

.is-pg02 .m-kv-002__movie::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("https://kariyamasetsubi.itszai.jp/wp-content/uploads/2023/09/pg02-kvcatch-pc.png");
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
  background-size: 50% auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .is-pg02 .m-kv-002__movie::after {
    background-image: url("https://kariyamasetsubi.itszai.jp/wp-content/uploads/2023/09/pg02-kvcatch-pc.png");
  }
}
/* -------------------------------------------
募集要項 001
------------------------------------------- */
.m-require-001 {
  background: #fff !important;
}

@media screen and (max-width: 767px) {
  .m-require-001 {
    padding-top: 50px;
  }
}

/* @media screen and (min-width: 1024.1px) {
  .m-require-001 {
    padding-top: 110px;
  }
} */
.m-require-001__detail {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .m-require-001__detail {
    margin-top: 25px;
  }
}
/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
/*.m-require-001 .c-headline-001__en {
  text-transform: uppercase; 
}*/
@media screen and (max-width: 340px) {
  .m-require-001__detail {
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-require-001__detail-desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.m-require-001__detail-desc::before {
  opacity: 1;
  background: var(--sub-bg);
}

.m-header-001__btn-link,
.c-page-ttl-001__txt-en {
  font-family: var(--font-en-sans);
}

.c-page-ttl-001__txt-ja,
.c-desc-001,
.f-entry,
.c-form__btn,
div[class^=m-require-][class$=__detail-row],
p[class^=m-require-][class$=__entry],
.m-footer-001__copyright {
  font-family: var(--font-sans);
}

/*-------------------------------------------
mg001 require
-------------------------------------------*/
.m-require-001 {
  position: relative;
  z-index: 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-left: auto;
  margin-right: auto;
}

.m-require-001 .c-headline-001 {
  margin-bottom: 10px;
  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: 500;
  line-height: 1;
  color: #111;
  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;
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__ja {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}
/* -------------------------------------------
土木作業員モジュール：メッセージ
------------------------------------------- */
.m-modulegroup001-001 {
  padding: 0 20px;
  background-color: #fff !important;
  text-align: left;
  margin: 80px auto;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-001 {
    margin: 50px auto;
  }
}

.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: flex;
  max-width: 1600px;
  margin: 0 auto 150px;
  counter-increment: index;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-001__container_inner {
    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: repeating-linear-gradient(-90deg, var(--sub-bg, #f2f2f2), var(--sub-bg, #f2f2f2) 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: #c3e4e4;
  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: var(--sub-bg, #f2f2f2);
    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__container_inner.-even .m-modulegroup001-001__ttl {
  color: var(--primary-border);
}

.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: 0.2em;
}

.m-modulegroup001-001__container_inner.-even {
  flex-direction: column-reverse;
  max-width: 1375px;
}

.m-modulegroup001-001__container_inner.-even .m-modulegroup001-001__figure {
  max-width: none;
  padding-top: 40px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-001__container_inner.-even .m-modulegroup001-001__figure {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .m-modulegroup001-001__container_inner.-even .m-modulegroup001-001__figure {
    padding-top: 30px;
  }
}
.m-modulegroup001-001__container_inner.-even .m-modulegroup001-001__figure::before {
  content: none;
}

.m-modulegroup001-001__container_inner.-even .m-modulegroup001-001__figure::after {
  content: none;
}

.m-modulegroup001-001__container_inner.-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.-even .m-modulegroup001-001__figure-img-pc-bg {
    padding-top: 42.5%;
    background-position: 50% 50%;
  }
}
.m-modulegroup001-001__container_inner.-even .m-modulegroup001-001__figure-img-pc-bg::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-001__container_inner.-even .m-modulegroup001-001__figure-img-sp-bg {
    padding-top: 42.5%;
    background-size: contain;
  }
  .m-modulegroup001-001__container_inner.-even .m-modulegroup001-001__figure-img-sp-bg::after {
    content: none;
  }
}
.m-modulegroup001-001__container_inner.-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.-even .m-modulegroup001-001__cnt {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-modulegroup001-001__container_inner.-even .m-modulegroup001-001__cnt {
    padding: 0;
  }
}
/* .m-modulegroup001-001__container_inner.-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.-even .m-modulegroup001-001__cnt::after {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-modulegroup001-001__container_inner.-even .m-modulegroup001-001__cnt::after {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .m-modulegroup001-001__container_inner.-even .m-modulegroup001-001__ttl {
    min-height: 60px;
    padding-left: 85px;
  }
} */

/* -------------------------------------------
土木作業員モジュール：仕事内容
------------------------------------------- */
.m-modulegroup001-002 {
  position: relative;
  z-index: 0;
  padding: 0 20px;
  background-color: #fff !important;
  text-align: left;
}

.m-modulegroup001-002::before {
  position: absolute;
  z-index: -10;
  top: 25px;
  left: 0;
  display: block;
  width: 100%;
  height: 212px;
  background-image: repeating-linear-gradient(-90deg, var(--sub-bg, #f2f2f2), var(--sub-bg, #f2f2f2) 5px, #fff 6px, #fff 15px);
  background-size: auto auto;
  content: "";
  /* opacity: 0.8; */
}

.m-modulegroup001-002__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-002__headline {
    margin: 0 auto 35px;
  }
}
.m-modulegroup001-002__headline_sub {
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-002__headline_sub {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}
.m-modulegroup001-002__container {
  display: flex;
  max-width: 1375px;
  margin: 0 auto;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-002__container {
    display: block;
    /* margin: 0 auto 100px; */
  }
}
/* @media screen and (max-width: 767px) {
  .m-modulegroup001-002__container {
    margin: 0 auto 70px;
  }
} */
.m-modulegroup001-002__container_inner {
  width: calc(33.3% - 26.6666666667px);
  margin-right: 40px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-002__container_inner {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .m-modulegroup001-002__container_inner {
    margin: 0 0 30px;
  }
}
.m-modulegroup001-002__container_inner:nth-child(3) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-002__container_inner:last-child {
    margin: 0;
  }
}
.m-modulegroup001-002__figure {
  text-align: center;
}

.m-modulegroup001-002__figure-img-pc {
  width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-002__figure-img-pc {
    display: none;
  }
}
.m-modulegroup001-002__figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-002__figure-img-sp {
    display: inline;
    vertical-align: top;
  }
}
.m-modulegroup001-002__ttl {
  margin-top: 20px;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  color: var(--primary, #04a1af);
  letter-spacing: 0.2em;
}

.m-modulegroup001-002__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-016 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: 80px 0 0;
  background-color: var(--primary-txt, #ffffff) !important;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-016 {
    margin: 50px 0 10px;
  }
}
/* .m-modulegroup001-016::before {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 387px;
  background-image: repeating-linear-gradient(-90deg, var(--sub-bg, #f2f2f2), var(--sub-bg, #f2f2f2) 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-weight: 500;
  line-height: 1;
  letter-spacing: 0.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: "";
  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 {
  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: 0.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: 0.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-013 {
  margin: 90px 0 80px;
  background-color: var(--primary-txt, #ffffff) !important;
  text-align: left;
}

/* @media screen and (max-width: 1024px) {
  .m-modulegroup001-013 {
    margin: 90px 0;
  }
} */
@media screen and (max-width: 767px) {
  .m-modulegroup001-013 {
    margin: 60px 0 40px;
  }
}
.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: 0.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: 0.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: 0.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-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);
}


/* -------------------------------------------
土木作業員モジュール：ギャラリー
------------------------------------------- */
.m-modulegroup001-017 {
  overflow: hidden;
  /* padding: 0 0 50px; */
  /* background-color: var(--sub-bg, #f2f2f2) !important; */
  text-align: left;
}

/* @media screen and (max-width: 767px) {
  .m-modulegroup001-017 {
    padding: 0 0 20px;
  }
} */
.m-modulegroup001-017__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: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-017__headline {
    margin: 0 auto 35px;
  }
}
.m-modulegroup001-017__headline::before {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 50%;
  display: block;
  width: 160vw;
  height: 25px;
  background: #fff;
  content: "";
  transform: translateX(-50%);
}

.m-modulegroup001-017__headline_sub {
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-017__headline_sub {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}
.m-modulegroup001-017__container {
  max-width: 1600px;
  margin: 0 auto;
}

/* .m-modulegroup001-017__container:only-child {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-017__container:only-child {
    margin-top: 20px;
  }
} */
.m-modulegroup001-017__cnt {
  max-width: 1040px;
  margin: 0 auto 40px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-017__cnt {
    margin: 0 auto 35px;
  }
}
.m-modulegroup001-017__cnt:only-child {
  margin: 0 auto;
}

.m-modulegroup001-017__ttl {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--primary, #04a1af);
  letter-spacing: 0.2em;
}

.m-modulegroup001-017__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: 0.2em;
}

.m-modulegroup001-017__ttl + .m-modulegroup001-017__txt {
  margin: 15px 0 0;
}

.m-modulegroup001-017__figure {
  text-align: center;
}

.m-modulegroup001-017__figure-img-pc {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-017__figure-img-pc {
    display: none;
  }
}
.m-modulegroup001-017__figure-img-sp {
  display: none;
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-017__figure-img-sp {
    display: inline;
  }
}
