@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");
:root {
  --font: "Noto Sans JP", sans-serif;
  --font-en: "Barlow Condensed", 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;
}

.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

/* ヘッダー */
.m-header-001__logo {
  padding: 0 0;
}

.m-header-001__logo-link-img {
  max-height: 80px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 0 0;
  }

  .m-header-001__logo-link-img {
    max-height: 50px;
  }
}

.m-header-001__logo {
  max-width: 67%;
}

.m-header-001__logo-link-img {
  display: block;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    display: none;
  }
}

.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 {
  min-height: 80px;
  font-family: "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif;
  background-color: var(--sub-txt);
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    min-height: 50px;
  }
}

.single-post_recruit .m-header-001 {
  background: transparent;
}

.m-header-001 + .m-kv-001 {
  margin-top: -80px; /* PCヘッダーの高さ */
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001 {
    margin-top: -50px; /* SPヘッダーの高さ */
  }
}

/* フッター */
.m-footer-001 {
}

.m-footer-001__copyright {
  padding: 30px 0;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  color: var(--sub-txt);
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

/* -------------------------------------------
電気工事士系モジュール：メッセージ
------------------------------------------- */
.m-modulegroup005-001 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 140px 20px;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup005-001 {
    padding: 100px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-001 {
    padding: 60px 20px;
  }
}

.m-modulegroup005-001__headline {
  position: relative;
  z-index: 1;
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  color: var(--primary-txt);
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-001__headline {
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-modulegroup005-001__headline-sub {
  display: block;
  margin-top: 10px;
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 900;
  color: var(--primary-bg, #04a1af);
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-001__headline-sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup005-001__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary, #04a1af);
}

.m-modulegroup005-001__bg-img-pc {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.m-modulegroup005-001__container {
  position: relative;
  max-width: 900px;
  margin: 66px auto 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-001__container {
    margin: 30px auto 0;
  }
}

.m-modulegroup005-001__ttl {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--primary-bg, #04a1af);
  letter-spacing: 7px;
  letter-spacing: 0.7rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-001__ttl {
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
  }
}

.m-modulegroup005-001__ttl + .m-modulegroup005-001__txt {
  margin-top: 20px;
}

.m-modulegroup005-001__txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.4;
  letter-spacing: 3px;
  letter-spacing: 0.3rem;
  color: var(--primary-txt);
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-001__txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.1;
    text-align: left;
  }
}
/* -------------------------------------------
電気工事士系モジュール：仕事内容（スライダー）
------------------------------------------- */
.m-modulegroup005-010 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 120px 0;
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup005-010 {
    padding: 90px 0 70px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-010 {
    padding: 50px 0;
  }
}

.m-modulegroup005-010__headline {
  position: relative;
  z-index: 1;
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  color: var(--sub-txt);
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-010__headline {
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-modulegroup005-010__headline-sub {
  display: block;
  margin-top: 10px;
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 900;
  color: #444;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-010__headline-sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup005-010__container {
  margin: 75px 0 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-010__container {
    margin: 40px 0 0;
  }
}

.m-modulegroup005-010__item {
  height: auto;
  text-align: left;
}

.m-modulegroup005-010__item:only-child {
  max-width: 800px;
  margin: 0 auto;
}

.m-modulegroup005-010__figure-img-pc {
  vertical-align: bottom;
}

@media screen and (min-width: 767px) {
  .m-modulegroup005-010__figure-img-pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-010__figure-img-pc {
    display: none;
  }
}

.m-modulegroup005-010__figure-img-sp {
  vertical-align: bottom;
}

@media screen and (min-width: 767px) {
  .m-modulegroup005-010__figure-img-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-010__figure-img-sp {
    display: block;
  }
}

.m-modulegroup005-010__ttl {
  margin-top: 20px;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.7;
  color: var(--sub-txt);
  letter-spacing: 5px;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-010__ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-modulegroup005-010__ttl + .m-modulegroup005-010__txt {
  position: relative;
  margin: 16px 0 0;
  padding: 21px 0 0;
  color: var(--sub-txt);
}

.m-modulegroup005-010__ttl + .m-modulegroup005-010__txt::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 5px;
  background-color: var(--primary-bg, #04a1af);
  content: "";
}

.m-modulegroup005-010__txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.4;
  letter-spacing: 3px;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-010__txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.1;
  }
}

.m-modulegroup005-010 .swiper-button-prev,
.m-modulegroup005-010 .swiper-button-next {
  top: 16.3vw;
  width: 80px;
  height: 80px;
  margin-top: 0;
  background-color: var(--primary-bg, #04a1af);
  background-size: 10px 29px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup005-010 .swiper-button-prev,
  .m-modulegroup005-010 .swiper-button-next {
    top: 22.8vw;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-010 .swiper-button-prev,
  .m-modulegroup005-010 .swiper-button-next {
    top: 26.6vw;
    width: 28px;
    height: 28px;
    background-size: 5px 10px;
  }
}

.m-modulegroup005-010 .swiper-button-prev {
  left: 22.5%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2258%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23000000%22%20d%3D%22M20%201%200%2029l20%2028V1Z%22%2F%3E%3C%2Fsvg%3E");
}

@media screen and (max-width: 1024px) {
  .m-modulegroup005-010 .swiper-button-prev {
    left: calc(15.45vw - 40px);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-010 .swiper-button-prev {
    left: calc(8.4% - 14px);
  }
}

.m-modulegroup005-010 .swiper-button-next {
  right: 22.5%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2258%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23000000%22%20d%3D%22m1%201%2020%2028L1%2057V1Z%22%2F%3E%3C%2Fsvg%3E");
}

@media screen and (max-width: 1024px) {
  .m-modulegroup005-010 .swiper-button-next {
    right: calc(15.45vw - 40px);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-010 .swiper-button-next {
    right: calc(8.4% - 14px);
  }
}
/* -------------------------------------------
電気工事士系モジュール：福利厚生
------------------------------------------- */
.img-headline {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 67px;
  background-image: url("https://miyamatsujn.itszai.jp/wp-content/uploads/2023/12/miyamatsujn-pc.png");
}

@media screen and (max-width: 767px) {
  .img-headline {
    height: 49px;
    background-image: url("https://miyamatsujn.itszai.jp/wp-content/uploads/2023/12/miyamatsujn-sp.png");
  }
}

.m-modulegroup005-011 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 140px 20px 150px;
  color: var(--sub-txt, #000000);
  background-color: var(--sub-txt);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup005-011 {
    padding: 100px 20px 120px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-011 {
    padding: 60px 20px 70px;
  }
}

.m-modulegroup005-011__headline {
  position: relative;
  z-index: 1;
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  color: var(--primary-txt);
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-011__headline {
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-modulegroup005-011__headline-sub {
  display: block;
  margin-top: 10px;
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 900;
  color: var(--primary-bg, #04a1af);
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-011__headline-sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup005-011__container {
  max-width: 1000px;
  margin: 75px auto 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-011__container {
    max-width: 290px;
    margin: 40px auto 0;
  }
}

.m-modulegroup005-011__figure-img-pc {
  vertical-align: bottom;
}

@media screen and (min-width: 767px) {
  .m-modulegroup005-011__figure-img-pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-011__figure-img-pc {
    display: none;
  }
}

.m-modulegroup005-011__figure-img-sp {
  vertical-align: bottom;
}

@media screen and (min-width: 767px) {
  .m-modulegroup005-011__figure-img-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-011__figure-img-sp {
    display: block;
  }
}

.m-require-003 .c-headline-001__en {
  position: relative;
  z-index: 1;
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: var(--sub-txt);
}

@media screen and (max-width: 767px) {
  .m-require-003 .c-headline-001__en {
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-require-003 .c-headline-001__ja {
  display: block;
  margin-top: 10px;
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 900;
  color: #444;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .m-require-003 .c-headline-001__ja {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-require-003__detail-desc {
  font-weight: 500;
  color: #333;
}

.m-require-003 {
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
}

.m-require-003__detail-row,
.m-require-003__detail-row:last-child {
  border-color: #bbb;
}

.m-require-003__detail-row::before {
  opacity: 1;
}

.m-require-003__detail-ttl {
  font-weight: 700;
  color: #444;
}

.m-require-003__detail-desc {
  font-weight: 500;
}

.m-require-003__detail-desc::before {
  content: none;
}

.m-require-003__detail-flow-ttl-number {
  color: var(--sub-txt);
}

.m-require-003__entry-btn {
  color: var(--sub-txt);
}

.m-require-003 {
  position: relative;
  padding: 120px 0 80px;
}

@media screen and (max-width: 1024px) {
  .m-require-003 {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-require-003 {
    padding: 50px 0;
  }
}

.g-pagetop-btn::after {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: solid #000;
  border-width: 2px 0 0 2px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.c-page-ttl-001__txt,
.c-form__label-val.is-require {
  color: var(--sub-txt);
}
