@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500&family=Noto+Sans+JP:wght@500;700&display=swap");

:root {
  --font: "Noto Sans JP", sans-serif;
  --font-en: "Barlow Condensed", sans-serif;
  --font-sans: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --font-en-sans: "Josefin Sans", "Noto Sans JP", Arial, Helvetica, 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; */
}

/* ロゴ */
.m-header-001__logo {
  padding: 10px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 5px 15px;
    max-width: 220px;
  }
}
.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;
  }
}
.m-header-001__logo-link-img.is-mobile {
  display: none;
  max-height: 20px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}
/* 大見出し */
.c-headline-001 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .c-headline-001 {
    margin-bottom: 20px;
  }
}
.c-headline-001 + * {
  padding-top: 0;
  margin-top: 0;
}

.c-headline-001__en {
  font-weight: 400;
  letter-spacing: 0.05em;
  /* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
  }
}
@media screen and (max-width: 374px) {
  .c-headline-001__ja {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}
/* モジュール内見出し */
@media screen and (max-width: 767px) {
  [class$=__headline-txt],
  [class$=__content-ttl] {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 374px) {
  [class$=__headline-txt],
  [class$=__content-ttl] {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}
/* 募集要項 */
div[class^=m-require-][class$=__detail-row] {
  border-color: var(--primary-border);
}

div[class^=m-require-][class$=__detail-ttl] {
  font-weight: 700;
  /* color: var(--sub-txt); */
}

div[class^=m-require-][class$=__detail-desc] {
  font-weight: 500;
}

/* コピーライト */
.m-footer-001 {
  /*background: var(--sub-bg);*/
  /*color: inherit;*/
}

.m-footer-001__copyright {
  padding: 27px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}
/* ヘッダーの高さ */
@media screen and (min-width: 767.1px) {
  .m-header-001__btn-link {
    min-height: 80px;
  }
}
/*TOPのみ　PC・SP共　ヘッダー透過*/
.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: -48px; /* SPヘッダーの高さ */
  }
}
/*
モジュールを「フリーテキスト」にしてタイトルh2の子を下記 div タグのみにする
<div class="img-headline"></div>
*/
.img-headline {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 74px;
  background-image: url("https://siraisifish.itszai.jp/wp-content/uploads/2023/05/pg01-img-headline.png");
}

@media screen and (max-width: 767px) {
  .img-headline {
    height: 54px;
    background-image: url("https://siraisifish.itszai.jp/wp-content/uploads/2023/05/pg01-img-headline-sp.png");
  }
}
/* -------------------------------------------
募集要項 003
------------------------------------------- */
.m-require-003 {
  background: #fff !important;
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-003 .c-headline-001__en {
  /* text-transform: uppercase; */
}

@media screen and (max-width: 320px) {
  .m-require-003__detail {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 320px) {
  .m-require-003__detail-row {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-003__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  /* color: #333; */
}

.m-header-001__btn-link,
.c-page-ttl-001__txt-en {
  font-family: var(--font-en-sans);
}

.c-page-ttl-001__txt-ja,
.c-desc-001,
.f-entry,
.c-form__btn,
div[class^=m-require-][class$=__detail-row],
p[class^=m-require-][class$=__entry],
.m-footer-001__copyright {
  font-family: var(--font-sans);
}

/* mg014 require */
.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: 700;
  color: var(--primary, #04a1af);
  letter-spacing: .15em;
}

@media screen and (max-width: 767px) {
  .m-require-003 .c-headline-001__ja {
    font-size: 14px;
    font-size: 1.4rem;
  }
}


/* -------------------------------------------
電気工事士系モジュール：メッセージ
------------------------------------------- */
.m-modulegroup005-001 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 150px 20px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-001 {
    padding: 70px 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;
}

@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: 700;
  color: var(--primary-bg, #04a1af);
  letter-spacing: 0.15em;
  text-shadow: 1px 1px 2px rgba(255,255,255,.5), 0px 0px 4px #fff;
}

@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;
  text-shadow: 1px 1px 2px #fff, 0px 0px 4px #fff;
}

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

@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-002 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 90px 20px;
  /* color: var(--primary-txt, #ffffff); */
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-002 {
    padding: 70px 20px 75px;
  }
}
.m-modulegroup005-002__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;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-002__headline {
    font-size: 30px;
    font-size: 3rem;
  }
}
.m-modulegroup005-002__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: 700;
  color: var(--primary-bg, #04a1af);
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-002__headline-sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-modulegroup005-002__container {
  position: relative;
  max-width: 1110px;
  margin: 75px auto 0;
  padding: 0 52px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-002__container {
    margin: 40px auto 0;
    padding: 0;
  }
}
.m-modulegroup005-002__container-inner {
  position: relative;
  padding: 50px 95px;
  background-color: var(--sub-bg, #f2f2f2);
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-002__container-inner {
    margin-top: 50px;
    padding: 45px 30px 30px;
  }
}
.m-modulegroup005-002__svg-arrow {
  margin-bottom: 42px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-002__svg-arrow {
    margin-bottom: 0;
  }
}
.m-modulegroup005-002__svg-arrow-path {
  fill: var(--primary-bg, #04a1af);
}

.m-modulegroup005-002__ttl {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--primary-bg, #04a1af);
  letter-spacing: 5px;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-002__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
.m-modulegroup005-002__ttl + .m-modulegroup005-002__txt {
  margin-top: 16px;
}

.m-modulegroup005-002__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-002__txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.1;
  }
}
.m-modulegroup005-002__step {
  position: absolute;
  top: 20px;
  left: -52px;
  display: inline-block;
  width: 108px;
  max-width: 108px;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 500;
  color: var(--primary-bg, #04a1af);
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-002__step {
    top: -50px;
    left: 0;
    width: 65px;
    max-width: 65px;
  }
}
.m-modulegroup005-002__step-before {
  display: block;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-002__step-before {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.m-modulegroup005-002__step-num {
  display: block;
  font-size: 117px;
  font-size: 11.7rem;
  line-height: 0.85;
  text-align: left;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-002__step-num {
    font-size: 70px;
    font-size: 7rem;
  }
}

/* -------------------------------------------
電気工事士系モジュール：仕事内容
------------------------------------------- */
.m-modulegroup005-003 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 140px 20px;
  /* color: var(--primary-txt, #ffffff); */
  background: var(--sub-bg);
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-003 {
    padding: 70px 20px;
  }
}
.m-modulegroup005-003__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;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-003__headline {
    font-size: 30px;
    font-size: 3rem;
  }
}
.m-modulegroup005-003__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: 700;
  color: var(--primary-bg, #04a1af);
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-003__headline-sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-modulegroup005-003__container {
  position: relative;
  max-width: 1375px;
  margin: 75px auto 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-003__container {
    margin: 40px auto 0;
  }
}
.m-modulegroup005-003__container-inner {
  position: relative;
  display: flex;
  -ms-flex-pack: center;
  margin-left: -42px;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-003__container-inner {
    display: block;
    margin-left: 0;
  }
}
.m-modulegroup005-003__item {
  width: 50%;
  max-width: 50%;
  padding-left: 42px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-003__item {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 767px) {
  .m-modulegroup005-003__item:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .m-modulegroup005-003__item + .m-modulegroup005-003__item {
    margin-top: 40px;
  }
}
.m-modulegroup005-003__figure {
  margin-bottom: -2rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-003__figure {
    margin-bottom: -1.5rem;
  }
}
@media screen and (min-width: 767px) {
  .m-modulegroup005-003__figure-img-pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .m-modulegroup005-003__figure-img-pc {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .m-modulegroup005-003__figure-img-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .m-modulegroup005-003__figure-img-sp {
    display: block;
  }
}
.m-modulegroup005-003__ttl {
  display: inline;
  background-color: var(--primary-bg, #04a1af);
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.7;
  color: var(--primary-txt, #ffffff);
  letter-spacing: 5px;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-003__ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.m-modulegroup005-003__ttl + .m-modulegroup005-003__txt {
  margin-top: 16px;
}

.m-modulegroup005-003__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-003__txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.1;
  }
}

/* -------------------------------------------
電気工事士系モジュール：福利厚生
------------------------------------------- */
.m-modulegroup005-011 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 20px 20px;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-011 {
    padding: 70px 20px 20px;
  }
}
.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;
}

@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: 700;
  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: 310px;
    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;
  }
}
