@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap");
@media screen and (min-width: 768px) {
  .pc-tab,
  .is-tablet-up {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab,
  .is-tablet-up {
    display: none;
  }
}

.is-tab,
.tab {
  display: none;
}

@media screen and (max-width: 1024px) {
  .is-tab,
  .tab {
    display: block;
  }
}

.is-tab-only,
.tab-only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .is-tab-only,
  .tab-only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .is-tab-only,
  .tab-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-message-001 {
    margin: 0 auto;
  }
}

:root {
  --font-serif: "Noto Serif JP", serif;
}

.single-post_recruit {
  color: var(--sub-txt);
}

.single-post_recruit .m-header-001 {
  background: transparent;
}

.m-header-001 + .m-kv-001,
.m-header-001 + .m-kv-002 {
  margin-top: -80px;
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001,
  .m-header-001 + .m-kv-002 {
    margin-top: -40px;
  }
}

.m-header-001__logo {
  padding: 4px 20px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    max-width: 70%;
    padding: 4px 6px;
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 42px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    display: none;
    max-height: 20px;
  }
}

.m-header-001__logo-link-img.is-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

.m-header-001__btn-link {
  -ms-flex-pack: center;
  min-height: 80px;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    min-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link-txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }
}

.c-module-container > section:nth-of-type(odd) {
  background-color: #fff;
}

.c-headline-001__en {
  font-weight: 400;
}

.m-footer-001 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  height: 80px;
  background: var(--primary);
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-footer-001 {
    height: 60px;
  }
}

.m-footer-001__copyright {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 0;
  }
}

.m-require-001__detail-flow-ttl-number {
  background-color: var(--primary);
}

.g-pagetop-btn::before {
  background-color: var(--primary-bg);
}

/* -------------------------------------------
土木作業員モジュール：ギャラリー
------------------------------------------- */
.m-modulegroup001-017 {
  overflow: hidden;
  margin-top: 100px;
  padding: 0 0 50px;
  background-color: var(--sub-bg);
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-017 {
    margin-top: 70px;
  }
}

.m-modulegroup001-017__headline {
  position: relative;
  z-index: 0;
  max-width: 1415px;
  margin: 0 auto 50px;
  padding: 0 20px;
  font-family: var(--font-serif);
  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: "";
  -webkit-transform: translateX(-50%);
  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__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-family: var(--font-serif);
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--primary-bg);
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-017__ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup001-017__txt {
  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;
  }
}

/* -------------------------------------------
土木作業員モジュール：福利厚生（横並び）
------------------------------------------- */
.m-modulegroup001-007 {
  position: relative;
  z-index: 0;
  margin-top: 100px;
  padding: 0;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-007 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-007 {
    margin-top: 70px;
  }
}

.m-modulegroup001-007::before {
  position: absolute;
  z-index: -10;
  top: 25px;
  left: 0;
  display: block;
  width: 100%;
  height: 212px;
  background-color: var(--sub-bg);
  background-image: -webkit-repeating-linear-gradient(right, transparent, transparent 5px, #fff 6px, #fff 15px);
  background-image: repeating-linear-gradient(-90deg, transparent, transparent 5px, #fff 6px, #fff 15px);
  background-size: auto auto;
  content: "";
}

.m-modulegroup001-007__headline {
  max-width: 1415px;
  margin: 0 auto 50px;
  padding: 0 20px;
  font-family: var(--font-serif);
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-007__headline {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-007__headline {
    margin: 0 auto 35px;
  }
}

.m-modulegroup001-007__headline_sub {
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-007__headline_sub {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

.m-modulegroup001-007__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  max-width: 1415px;
  margin: 0 auto;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-007__container {
    display: block;
  }
}

.m-modulegroup001-007__container_inner {
  width: 33.33333%;
  padding: 0 20px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-007__container_inner {
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-007__container_inner {
    margin: 0 0 30px;
  }
}

.m-modulegroup001-007__container_inner:nth-child(3) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-007__container_inner:last-child {
    margin: 0;
  }
}

.m-modulegroup001-007__figure {
  text-align: center;
}

.m-modulegroup001-007__figure-img-pc {
  width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-007__figure-img-pc {
    display: none;
  }
}

.m-modulegroup001-007__figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-007__figure-img-sp {
    display: inline;
    vertical-align: top;
  }
}

.m-modulegroup001-007__ttl {
  margin-top: 20px;
  font-family: var(--font-serif);
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  color: var(--primary-bg);
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-007__ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup001-007__txt {
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

/* -------------------------------------------
土木作業員モジュール：施工実績
------------------------------------------- */
.m-modulegroup001-003 {
  overflow: hidden;
  margin-top: 100px;
  padding: 0 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-003 {
    margin-top: 70px;
  }
}

.m-modulegroup001-003__headline {
  max-width: 1375px;
  margin: 0 auto 50px;
  font-family: var(--font-serif);
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-003__headline {
    margin: 0 auto 35px;
  }
}

.m-modulegroup001-003__headline_sub {
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-003__headline_sub {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

.m-modulegroup001-003__container {
  max-width: 1375px;
  margin: 0 auto;
}

.m-modulegroup001-003__container_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.m-modulegroup001-003__container_inner + .m-modulegroup001-003__container_inner {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-003__container_inner + .m-modulegroup001-003__container_inner {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-003__container_inner {
    display: block;
  }
}

.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;
  color: var(--primary-txt);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-003__cnt {
    width: 100%;
    min-height: 0;
    margin-top: -65px;
    margin-left: 0;
    padding: 100px 0 40px;
  }
}

.m-modulegroup001-003__cnt::after {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  display: block;
  width: 160vw;
  height: 100%;
  background: var(--primary-bg);
  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-family: var(--font-serif);
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-003__ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup001-003__txt {
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.m-modulegroup001-003__svg_clip {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.m-modulegroup001-003__container_inner.-even {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
}

.m-modulegroup001-003__container_inner.-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.-even .m-modulegroup001-003__cnt {
    margin-right: 0;
    padding: 100px 0 40px;
  }
}

.m-modulegroup001-003__container_inner.-even .m-modulegroup001-003__cnt::after {
  right: 0;
  left: auto;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-003__container_inner.-even .m-modulegroup001-003__cnt::after {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* -------------------------------------------
土木作業員モジュール：当社について（スライダー）
------------------------------------------- */
.m-modulegroup001-016 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-top: 100px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-016 {
    margin-top: 70px;
  }
}

.m-modulegroup001-016::before {
  position: absolute;
  z-index: -10;
  top: 25px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-repeating-linear-gradient(right, var(--primary-border), var(--primary-border) 5px, transparent 6px, transparent 15px);
  background-image: repeating-linear-gradient(-90deg, var(--primary-border), var(--primary-border) 5px, transparent 6px, transparent 15px);
  background-size: auto auto;
  content: "";
}

.m-modulegroup001-016__headline {
  position: relative;
  z-index: 0;
  max-width: 1415px;
  margin: 0 auto 50px;
  padding: 0 20px;
  font-family: var(--font-serif);
  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_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 {
  position: relative;
  z-index: 1;
  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 {
  background: linear-gradient(transparent 50%, #fff 50%);
}

.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-family: var(--font-serif);
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--primary-bg);
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-016__ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup001-016__txt {
  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-require-001__inner {
  max-width: 1415px;
}

.m-require-001__detail {
  max-width: 880px;
  margin: 0 auto;
}

.c-headline-001 {
  margin-bottom: 10px;
  padding: 0 20px;
  text-align: left;
}

.c-headline-001__en {
  display: inline;
  font-family: var(--font-serif);
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: normal;
  line-height: 1;
  color: var(--sub-txt);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .c-headline-001__en {
    display: block;
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.c-headline-001__ja {
  display: inline;
  margin-left: 10px;
  font-family: var(--font-serif);
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  color: var(--sub-txt);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

.m-require-001 {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .m-require-001 {
    padding-top: 70px;
  }
}

.m-require-001__detail-ttl {
  background-color: var(--primary);
}

.m-require-001__detail-desc {
  background-color: var(--primary-border);
  font-weight: 500;
}

.m-require-001__detail-desc::before {
  background: transparent;
}

.m-require-001__entry-btn-icon {
  position: relative;
}

.-pt0 {
  padding-top: 0;
}

.-pb0 {
  padding-bottom: 0;
}
/*# sourceMappingURL=maps/custom.css.map */
