@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;
  }
}

@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);
}

.m-header-001 {
  background: var(--primary);
}

.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: -50px;
  }
}

.m-header-001__logo {
  padding: 4px 40px;
}

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

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

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

.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: 50px;
  }
}

@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-003__detail-flow-ttl-number {
  background-color: var(--primary);
}

.g-pagetop-btn::before {
  background-color: var(--primary-bg);
}

/* -------------------------------------------
土木作業員モジュール：福利厚生（横並び）
------------------------------------------- */
.m-modulegroup001-007 {
  position: relative;
  z-index: 0;
  margin: 120px 0 0;
  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: 70px 0 0;
  }
}

.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: "";
  opacity: .8;
}

.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: .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);
  letter-spacing: .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: .2em;
}

/* -------------------------------------------
土木作業員モジュール：福利厚生（縦並び）
------------------------------------------- */
.m-modulegroup001-008 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: 120px 0 0;
  padding: 0 20px 100px;
  background-color: var(--sub-bg);
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-008 {
    padding-bottom: 70px;
  }
}

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

.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-family: var(--font-serif);
  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;
}

.m-modulegroup001-008__container_inner + .m-modulegroup001-008__container_inner {
  padding-top: 80px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-008__container_inner {
    display: block;
  }
  .m-modulegroup001-008__container_inner + .m-modulegroup001-008__container_inner {
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-008__container_inner + .m-modulegroup001-008__container_inner {
    padding-top: 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 40px 60px 230px;
  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, transparent 6px, transparent 15px);
  background-image: repeating-linear-gradient(-90deg, #fff, #fff 5px, transparent 6px, transparent 15px);
  background-size: auto auto;
  content: "";
  opacity: .8;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-008__cnt::after {
    content: none;
  }
}

.m-modulegroup001-008__ttl {
  font-family: var(--font-serif);
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  color: var(--primary);
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-008__ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup001-008__txt {
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .2em;
}

.m-modulegroup001-008__container_inner.-even {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-008__container_inner.-even {
    display: block;
  }
}

.m-modulegroup001-008__container_inner.-even .m-modulegroup001-008__cnt {
  margin-right: -190px;
  margin-left: 0;
  padding: 60px 230px 60px 40px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-008__container_inner.-even .m-modulegroup001-008__cnt {
    margin-right: 0;
    padding: 20px;
  }
}

.m-modulegroup001-008__container_inner.-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.-even .m-modulegroup001-008__cnt::before {
    content: none;
  }
}

.m-modulegroup001-008__container_inner.-even .m-modulegroup001-008__cnt::after {
  content: none;
}

/* -------------------------------------------
土木作業員モジュール：キャリアプラン
------------------------------------------- */
.m-modulegroup001-010 {
  position: relative;
  z-index: 0;
  margin-top: 120px;
  padding: 0 20px 120px;
  background-color: var(--sub-bg);
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-010 {
    padding-bottom: 70px;
  }
}

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

.m-modulegroup001-010::before {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 25px;
  background: #fff;
  content: "";
}

.m-modulegroup001-010__headline {
  max-width: 1375px;
  margin: 0 auto 50px;
  font-family: var(--font-serif);
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-010__headline {
    margin: 0 auto 35px;
  }
}

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

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

.m-modulegroup001-010__container {
  max-width: 1000px;
  margin: 0 auto;
}

.m-modulegroup001-010__figure {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-010__figure {
    max-width: none;
  }
}

.m-modulegroup001-010__figure-img-pc {
  vertical-align: top;
}

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

.m-modulegroup001-010__figure-img-sp {
  display: none;
}

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

.m-modulegroup001-010__txt {
  margin-top: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .2em;
}

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

/* -------------------------------------------
土木作業員モジュール：当社について（スライダー）
------------------------------------------- */
.m-modulegroup001-016 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: 120px 0;
  text-align: left;
}

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

.m-modulegroup001-016::before {
  position: absolute;
  z-index: -10;
  top: 25px;
  left: 0;
  display: block;
  width: 100%;
  height: 70%;
  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: "";
  opacity: .8;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-016::before {
    height: 80%;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-016::before {
    top: 25px;
    height: 85%;
  }
}

.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: .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 {
  -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);
  letter-spacing: .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: .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-003 {
  padding-top: 0;
}

.m-require-003__detail {
  padding-top: 0;
}

.m-require-003__detail-row {
  border-color: var(--primary-border);
}

.m-require-003__detail-row:last-child {
  border-color: var(--primary-border);
}
/*# sourceMappingURL=maps/custom.css.map */
