/* ----------共通パッチ  START--------------- */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
:root {
  --noto: "Noto Sans JP", sans-serif;
  --font-en: "Barlow Condensed", sans-serif;
  --altColor: #fff;
  --altBg: #fff;
}
/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 768px) {
  .pc-tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}
.sp320 {
  display: none;
}
@media screen and (max-width: 320px) {
  .sp320 {
    display: block;
  }
}
/* ----------共通パッチ END ----------------- */
/* ----------common  START----------------- */
body {
  color: var(--sub-txt, #000000);
}

img[class$="figure-img"] {
  vertical-align: bottom;
}

.c-headline-001__en {
  font-weight: 400;
  letter-spacing: 0.025rem;
}

.c-headline-001__ja {
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  span[class$="__headline-txt"],
  h3[class$="list-item-detail-ttl"],
  h3[class$="content-ttl"] {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 320px) {
  .c-headline-001__ja,
  span[class$="__headline-txt"],
  h3[class$="list-item-detail-ttl"],
  h3[class$="content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: 0rem;
  }
}

.m-footer-001__copyright {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}
h2[class$="__headline"] {
  font-weight: 700;
  letter-spacing: 0.06em;
}

span[class$="__headline-sub"] {
  font-family: var(--noto);
  letter-spacing: 0.2em;
}
/* ----------common  END------------------- */
/* ----------kv & header START------------- */
.m-header-001__logo img {
  max-height: 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo img {
    max-height: 30px;
  }
}

/* ----------kv & header END--------------- */
/* ----------module2 START----------------- */
/* -------------------------------------------
電気工事士系モジュール：メッセージ
------------------------------------------- */
.m-modulegroup005-001 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 140px 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: 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: center;
  }
}

.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-001__container-inner {
  font-family: var(--noto);
}
/* ----------module2 END------------------- */
/* ----------module3 START----------------- */
/* -------------------------------------------
電気工事士系モジュール：資格手当
------------------------------------------- */
.m-modulegroup005-004 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 140px 20px;
  color: var(--sub-txt);
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-004 {
    padding: 70px 20px;
  }
}

.m-modulegroup005-004__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-004__headline {
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-modulegroup005-004__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-004__headline-sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup005-004__container {
  position: relative;
  max-width: 1375px;
  margin: 75px auto 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-004__container {
    margin: 40px auto 0;
  }
}

.m-modulegroup005-004__container-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin-left: -42px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-004__container-inner {
    display: block;
    margin-left: 0;
  }
}

.m-modulegroup005-004__item {
  width: 33.33%;
  max-width: 33.33%;
  padding-left: 42px;
  text-align: left;
  font-family: var(--noto);
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-004__item {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

@media screen and (min-width: 767px) {
  .m-modulegroup005-004__item:nth-child(n + 4) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-004__item + .m-modulegroup005-004__item {
    margin-top: 40px;
  }
}

@media screen and (min-width: 767px) {
  .m-modulegroup005-004__figure-img-pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-004__figure-img-pc {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .m-modulegroup005-004__figure-img-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-004__figure-img-sp {
    display: block;
  }
}

.m-modulegroup005-004__ttl {
  margin-top: 22px;
  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-004__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-modulegroup005-004__txt {
  margin-top: 12px;
  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-004__txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.1;
  }
}

/* ----------module3 END------------------- */
/* ----------module4 START----------------- */
/* -------------------------------------------
電気工事士系モジュール：よくある質問
------------------------------------------- */
.m-modulegroup005-008 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 140px 20px 150px;
  color: var(--sub-txt);
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-008 {
    padding: 70px 20px 75px;
  }
}

.m-modulegroup005-008__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-008__headline {
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-modulegroup005-008__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-008__headline-sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup005-008__container {
  position: relative;
  max-width: 1000px;
  margin: 72px auto 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-008__container {
    margin: 40px auto 0;
  }
}

.m-modulegroup005-008__container-inner
  + .m-modulegroup005-008__container-inner {
  margin-top: 50px;
}

.m-modulegroup005-008__container-inner:nth-child(odd)
  .m-modulegroup005-008__que {
  border: 10px solid var(--primary-bg, #04a1af);
  background-color: var(--primary-bg, #04a1af);
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-008__container-inner:nth-child(odd)
    .m-modulegroup005-008__que {
    border-width: 5px;
  }
}

.m-modulegroup005-008__container-inner:nth-child(odd)
  .m-modulegroup005-008__ans {
  border: 10px solid var(--primary-bg, #04a1af);
}
@media screen and (max-width: 767px) {
  .m-modulegroup005-008__container-inner:nth-child(odd)
    .m-modulegroup005-008__ans {
    border-width: 5px;
  }
}
.m-modulegroup005-008__container-inner:nth-child(even)
  .m-modulegroup005-008__que {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .m-modulegroup005-008__container-inner:nth-child(even)
    .m-modulegroup005-008__que {
    border-width: 5px;
  }
}
.m-modulegroup005-008__container-inner:nth-child(even)
  .m-modulegroup005-008__ans {
  border: 10px solid #000;
}
@media screen and (max-width: 767px) {
  .m-modulegroup005-008__container-inner:nth-child(even)
    .m-modulegroup005-008__ans {
    border-width: 5px;
  }
}
.m-modulegroup005-008__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .m-modulegroup005-008__cnt {
    display: block;
  }
}
.m-modulegroup005-008__que {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  width: 50%;
  min-height: 200px;
  margin-bottom: 53px;
  padding: 28px 36px 28px 20px;
  -webkit-box-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-008__que {
    width: calc(100% - 20px);
    min-height: 140px;
    margin: 0 20px -20px 0;
    padding: 20px;
  }
}

.m-modulegroup005-008__que-before {
  padding-right: 30px;
  font-family: var(
    --font-en,
    "Josefin Sans",
    "Noto Sans JP",
    Arial,
    Helvetica,
    sans-serif
  );
  font-size: 130px;
  font-size: 13rem;
  font-weight: 500;
  line-height: 0.8;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-008__que-before {
    padding-right: 20px;
    font-size: 60px;
    font-size: 6rem;
  }
}

.m-modulegroup005-008__que-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.4;
  color: #fff;
  letter-spacing: 3px;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-008__que-txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.1;
  }
}

.m-modulegroup005-008__ans {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  width: calc(50% + 42px);
  min-height: 250px;
  margin-top: 53px;
  margin-left: -42px;
  padding: 28px 36px 28px 66px;
  -webkit-box-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-008__ans {
    width: calc(100% - 20px);
    min-height: 140px;
    margin: 0 0 0 20px;
    padding: 35px 20px 20px;
  }
}

.m-modulegroup005-008__ans-before {
  padding-right: 30px;
  font-family: var(
    --font-en,
    "Josefin Sans",
    "Noto Sans JP",
    Arial,
    Helvetica,
    sans-serif
  );
  font-size: 130px;
  font-size: 13rem;
  font-weight: 500;
  line-height: 0.8;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-008__ans-before {
    padding-right: 20px;
    font-size: 60px;
    font-size: 6rem;
  }
}

.m-modulegroup005-008__ans-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-008__ans-txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.1;
  }
}
.m-modulegroup005-008 {
  padding-top: 0;
}
/* ----------module4 END------------------- */
/* ----------module5 START----------------- */
/* -------------------------------------------
電気工事士系モジュール：求める人物像
------------------------------------------- */
.m-modulegroup005-009 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 140px 20px 150px;
  color: var(--sub-bg);
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-009 {
    padding: 70px 20px 75px;
  }
}

.m-modulegroup005-009__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-009__headline {
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-modulegroup005-009__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-009__headline-sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup005-009__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary, #04a1af);
}

.m-modulegroup005-009__bg-img-pc {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.m-modulegroup005-009__container {
  position: relative;
  max-width: 1000px;
  margin: 72px auto 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-009__container {
    margin: 40px auto 0;
  }
}

.m-modulegroup005-009__container-inner {
  padding: 64px 90px;
  border: 10px solid #fff;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-009__container-inner {
    padding: 25px 30px;
    border-width: 5px;
  }
}

.m-modulegroup005-009__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-009__txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.1;
    text-align: left;
  }
}

/* ----------module5 END------------------- */
/* ----------Requirements START------------ */
.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;
}

@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: var(--primary-bg, #04a1af);
  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: var(--primary-txt, #ffffff);
}

.m-require-003 {
  /* background: #f7f7f7 !important; */
}

.m-require-003 .c-headline-001__en {
  color: var(--sub-txt);
  font-weight: 700;
}

.m-require-003 .c-headline-001__ja {
  font-weight: 700;
}
.m-require-003__detail {
  padding-top: 0;
}
.m-require-003__detail-row {
  /* border-top: 1px solid #ddd; */
  border-color: var(--primary-border, #04a1af);
}

.m-require-003__detail-row:last-child {
  /* border-bottom: 1px solid #ddd; */
  border-color: var(--primary-border, #04a1af);
}

.m-require-003__detail-ttl {
  /* color: #333; */
}

.m-require-003__detail-desc {
  font-weight: 400;
  color: #333;
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-003__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  /* color: #333; */
}
/* .m-footer-001 {
  background: #fff;
  color: #333;
} */

/*エントリーボタン反転 _003*/
.m-require-003__entry-btn::before {
  background: var(--primary);
}
.m-require-003__entry-btn {
  background-color: transparent;
  border: 2px solid var(--primary);
  color: var(--primary);
}
.m-require-003__entry-btn:hover {
  color: var(--primary-txt);
}
.m-require-003 {
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .m-require-003 {
    padding-top: 70px;
  }
}
/* ----------Requirements END------------- */
