@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: 30px 25px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 18px 15px;
    max-width: 220px;
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 19px;
}

@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: 13px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

.m-require-003__entry-btn-icon {
position: relative;
}

.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

/* コピーライト */
.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

.m-header-001 {
  background-color: var(--sub-txt);
}

.single-post_recruit .m-header-001 {
  background: transparent;
}

.m-header-001 + .m-kv-001 {
  margin-top: -79px; /* PCヘッダーの高さ */
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001 {
    margin-top: -49px; /* SPヘッダーの高さ */
  }
}

/* -------------------------------------------
土木作業員モジュール：仕事内容
------------------------------------------- */
.m-modulegroup001-002 {
  margin-top: 150px;
  position: relative;
  z-index: 0;
  padding: 0 20px;
  background-color: #fff !important;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-002 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-002 {
    margin-top: 70px;
  }
}

.m-modulegroup001-002::before {
  position: absolute;
  z-index: -10;
  top: 25px;
  left: 0;
  display: block;
  width: 100%;
  height: 212px;
  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: "";
}

.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: .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1375px;
  margin: 0 auto 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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% - 80px / 3);
  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: .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: .2em;
}

/* -------------------------------------------
土木作業員モジュール：当社の特徴（タブ）
------------------------------------------- */
.m-modulegroup001-018 {
  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-018 {
    margin: 0 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-018 {
    margin: 0 0 70px;
  }
}

.m-modulegroup001-018__headline {
  max-width: 1375px;
  margin: 0 auto 30px;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-018__headline {
    margin: 0 auto 15px;
  }
}

.m-modulegroup001-018__headline_sub {
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-018__headline_sub {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

.m-modulegroup001-018__container {
  position: relative;
  max-width: 1375px;
  margin: 0 auto;
}

.m-modulegroup001-018__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  margin: -25px -10px 0;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-018__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin: -15px -10px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.m-modulegroup001-018__btn_wrap {
  position: absolute;
  z-index: 10;
  top: 36px;
  right: 0;
  width: 24.73%;
  height: 404px;
  padding: 0 0 0 40px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-018__btn_wrap {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% + 5px);
    height: auto;
    margin: 0 0 0 -5px;
    padding: 0;
  }
}

.m-modulegroup001-018__btn_item {
  margin: 25px 10px 0;
  padding: 2px 2px 4px;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  cursor: pointer;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-018__btn_item {
    margin: 15px 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-018__btn_item {
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-modulegroup001-018__btn_item.is-active {
  background: var(--sub-bg, #f2f2f2);
  color: var(--primary, #04a1af);
}

.m-modulegroup001-018__btn_item.no-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-modulegroup001-018__btn_item.no-txt::before {
  display: block;
  width: 20px;
  height: 20px;
  background: var(--sub-bg, #f2f2f2);
  content: "";
}

.m-modulegroup001-018__btn_item.is-active.no-txt::before {
  background: var(--primary, #04a1af);
}

.m-modulegroup001-018__feature {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-018__feature {
    margin: -20px 0 0;
  }
  .m-modulegroup001-018__feature:only-child {
    margin: 0;
  }
}

.m-modulegroup001-018__feature_item {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-018__feature_item {
    display: block;
  }
}

.m-modulegroup001-018__feature_item.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.m-modulegroup001-018__figure {
  position: relative;
  padding-bottom: 57%;
}

.m-modulegroup001-018__figure_wrap {
  position: relative;
  width: 75.27%;
  padding: 42px 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-018__figure_wrap {
    width: 100%;
  }
}

.m-modulegroup001-018__figure_wrap::before {
  position: absolute;
  z-index: -10;
  top: 0;
  right: 77%;
  display: block;
  width: 100vw;
  height: 100%;
  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: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-018__figure_wrap::before {
    right: 50%;
  }
}

.m-modulegroup001-018__figure_wrap::after {
  position: absolute;
  z-index: -10;
  top: 0;
  right: -215px;
  display: block;
  width: 275px;
  height: 245px;
  background-color: #e8f5f5;
  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-position: right;
  background-size: 15px 15px;
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-018__figure_wrap::after {
    content: none;
  }
}

.m-modulegroup001-018__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-018__figure-img-pc {
    display: none;
  }
}

.m-modulegroup001-018__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-018__figure-img-sp {
    display: inline;
  }
}

.m-modulegroup001-018__cnt {
  position: relative;
  width: calc(24.73% + 425px);
  margin: 440px -20px 0 -405px;
  padding: 30px 70px 30px 40px;
  background: var(--sub-bg, #f2f2f2);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-018__cnt {
    width: calc(100% - 34px);
    margin: -76px 0 0 34px;
    padding: 30px 0 30px 40px;
  }
  .m-modulegroup001-018__cnt::before {
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100%;
    background: var(--sub-bg, #f2f2f2);
    content: "";
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-018__cnt {
    width: calc(100% - 17px);
    margin: -59px 0 0 17px;
    padding: 15px 0 15px 20px;
  }
}

.m-modulegroup001-018__cnt::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, transparent), color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(bottom left, transparent 50%, #fff 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to top right, transparent 50%, #fff 50.5%) no-repeat top left/100% 100%;
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-018__cnt::after {
    content: none;
  }
}

.m-modulegroup001-018__ttl {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--primary, #04a1af);
  letter-spacing: .2em;
}

.m-modulegroup001-018__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-018__ttl + .m-modulegroup001-018__txt {
  margin: 15px 0 0;
}

/* -------------------------------------------
土木作業員モジュール：福利厚生（縦並び）
------------------------------------------- */
.m-modulegroup001-008 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 150px;
  padding: 0 20px;
  background-color: var(--sub-bg, #f2f2f2);
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-008 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-008 {
    margin-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-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;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-008__ttl {
    letter-spacing: .15rem;
  }
}

.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, #f2f2f2) 10px, transparent 10px), -webkit-linear-gradient(var(--sub-bg, #f2f2f2) 10px, transparent 10px);
  background-image: linear-gradient(-90deg, var(--sub-bg, #f2f2f2) 10px, transparent 10px), linear-gradient(var(--sub-bg, #f2f2f2) 10px, transparent 10px);
  background-position: 5px -10px;
  background-size: 15px 15px;
  content: "";
}

@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;
}

/* -------------------------------------------
土木作業員モジュール：当社について（スライダー）
------------------------------------------- */
.m-modulegroup001-016 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: 0 0 150px;
  background-color: var(--primary-txt, #ffffff) !important;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup001-016 {
    margin: 0 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-016 {
    margin: 0 0 70px;
  }
}

.m-modulegroup001-016::before {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 387px;
  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: 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: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-016__headline {
    margin: 0 auto 35px;
  }
}

.m-modulegroup001-016__headline::before {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 50%;
  display: block;
  width: 160vw;
  height: 25px;
  background: #fff;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.m-modulegroup001-016__headline_sub {
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-016__headline_sub {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

.m-modulegroup001-016__cnt {
  max-width: 1040px;
  margin: 80px auto 50px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-016__cnt {
    margin: 40px auto 35px;
  }
}

.m-modulegroup001-016__headline + .m-modulegroup001-016__cnt {
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-016__headline + .m-modulegroup001-016__cnt {
    margin: 0 auto 35px;
  }
}

.m-modulegroup001-016__container_wrap {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup001-016__container_wrap {
    margin-top: 40px;
  }
}

.m-modulegroup001-016__headline + .m-modulegroup001-016__container_wrap {
  margin-top: 0;
}

.m-modulegroup001-016__cnt + .m-modulegroup001-016__container_wrap {
  margin-top: 0;
}

.m-modulegroup001-016__container {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.m-modulegroup001-016__container_inner {
  height: auto;
}

.m-modulegroup001-016__container_inner:only-child {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.m-modulegroup001-016__ttl {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.6;
  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;
}

.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: 10px;
  padding: 0 20px;
  text-align: left;
}

.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-header-001__btn-link-txt {
  font-family: "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif;
}

div[class^="m-require-"][class$="__detail-desc"]::before {
  content: none;
}

div[class^="m-require-"][class$="__detail-row"] {
  border-color: var(--primary-border);
}

div[class^="m-require-"][class$="__detail-ttl"],
div[class^="m-require-"][class$="__detail-desc"],
.m-require-003__entry-btn,
.m-footer-001__copyright {
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);

}

div[class^="m-require-"][class$="__detail-desc"] {
  color: #333;
}


.c-page-ttl-001__txt-en {
  font-family: "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif;
}

.c-page-ttl-001__txt-ja,
.c-desc-001,
.c-message-001__txt,
.f-entry,
.c-form__btn,
select, input, textarea, button,
div[class^=m-require-][class$=__detail-row],
p[class^=m-require-][class$=__entry] {
  font-family: var(--font-sans,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
}
