@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');
/* -------------------------------------------
共通パッチ
------------------------------------------- */
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: 20px 40px;
  }
  
  @media screen and (max-width: 767px) {
    .m-header-001__logo {
      padding: 15px;
      max-width: 220px;
    }
  }
  
  .m-header-001__logo-link-img {
    display: block;
    max-height: 21px;
  }
  
  @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: 12px;
  }
  
  @media screen and (max-width: 767px) {
    .m-header-001__logo-link-img.is-mobile {
      display: block;
    }
  }
  
  .m-require-003__entry-btn-icon {
  position: relative;
  }
  
  .single-post_recruit [class$="__headline"],
  .single-post_recruit [class$="__ttl"]{
    font-family: 'Noto Serif JP', serif;
}

section[class^="m-require-"] .c-headline-001__en,
section[class^="m-require-"] .c-headline-001__ja{
    font-family: 'Noto Serif JP', serif;
}

.single-post_recruit .m-header-001 {
    background: transparent;
  }
  
  .m-header-001 + .m-kv-001 {
    margin-top: -68px; /* PCヘッダーの高さ */
  }
  
  @media screen and (max-width: 767px) {
    .m-header-001 + .m-kv-001 {
      margin-top: -48px; /* SPヘッダーの高さ */
    }
  }
  
/* -------------------------------------------
土木作業員モジュール：メッセージ
------------------------------------------- */
.m-modulegroup001-001 {
    padding: 150px 20px 0;
    background-color: #fff !important;
    text-align: left;
  }

  @media screen and (max-width: 767px) {
    .m-modulegroup001-001 {
      padding-top: 70px;
    }
  }
  
  .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, var(--sub-bg, #f2f2f2), var(--sub-bg, #f2f2f2) 5px, #fff 6px, #fff 15px);
    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);
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
  }
  
  @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: var(--sub-bg, #f2f2f2);
    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: "";
    opacity: 1;
  }
  
  @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: -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: "";
      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: .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;
    content: counter(index, decimal-leading-zero);
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
  }
  
  @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-012 {
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin: 0 0 150px;
    padding: 0 20px;
    background-color: var(--primary-txt, #ffffff) !important;
    text-align: left;
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup001-012 {
      margin: 0 0 100px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup001-012 {
      margin: 0 0 70px;
      padding: 0 20px 40px;
    }
  }
  
  .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;
    }
  }
  
  /*見出し画像化*/
  /* .img-headline {
    width: 100%;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    height: 36px;
    max-width: 1375px;
    margin: 0 auto;
    background-image: url("画像URL");
    margin-bottom: 50px;
  }
  
  @media screen and (max-width: 767px) {
    .img-headline {
      height: 58px;
      background-image: url("画像URL");
      margin-bottom: 35px;
    }
  }
  
  .img-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-008 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: 150px 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;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-008 {
    margin: 70px 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, #f2f2f2) 6px, var(--sub-bg, #f2f2f2) 15px);
    background-image: repeating-linear-gradient(-90deg, #fff, #fff 5px, var(--sub-bg, #f2f2f2) 6px, var(--sub-bg, #f2f2f2) 15px);
    background-size: auto auto;
    content: "";
    opacity: 0.8;
  }
  
  @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: "";
    opacity: 0.7;
  }
  
  @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;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup001-008__container_inner:last-child {
      padding-bottom: 40px;
    }
  }
/* -------------------------------------------
土木作業員モジュール：当社について（スライダー）
------------------------------------------- */
.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__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__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-require-003 {
    position: relative;
    z-index: 0;
    padding-top: 0;
    background: #fff !important;
  }
  
  .m-require-003::before {
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 25px;
    background: #fff;
    content: "";
  }
  
  .m-require-003__inner {
    max-width: 1415px;
  }
  
  .m-require-003__detail {
    max-width: 880px;
    margin: 0 auto;
  }
  
  .m-require-003 .c-headline-001 {
    margin-bottom: 60px;
    padding: 0 20px;
    text-align: left;
  }

  @media screen and (max-width: 767px) {
    .m-require-003 .c-headline-001 {
        margin-bottom: 35px;
      }
  }
  
  .m-require-003 .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: normal;
    line-height: 1;
    color: #111;
    letter-spacing: .1em;
  }
  
  @media screen and (max-width: 767px) {
    .m-require-003 .c-headline-001__en {
      display: block;
      font-size: 34px;
      font-size: 3.4rem;
    }
  }
  
  .m-require-003 .c-headline-001__ja {
    display: inline;
    margin-left: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: .1em;
  }
  
  @media screen and (max-width: 767px) {
    .m-require-003 .c-headline-001__ja {
      display: block;
      margin-top: 10px;
      margin-left: 0;
    }
  }

  .m-require-003__detail {
    padding-top: 0;
  }

  .m-require-003__detail-ttl {
    font-weight: 700;
  }
  
    /* コピーライト */
    .m-footer-001__copyright {
      padding: 30px 0;
      font-family: inherit;
    }
    
    @media screen and (max-width: 767px) {
      .m-footer-001__copyright {
        padding: 20px 0;
      }
    }