@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500&family=Noto+Sans+JP:wght@400;500;700&display=swap');

.single-post_recruit {
  --font: 'Noto Sans JP', sans-serif;
  --font-en: 'Barlow Condensed', sans-serif;
  --font-sans: 'Noto Sans JP', 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 {
  background: #000000;
}

.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: 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: 15px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

.m-header-001__btn-link {
  color: #fff;
}


.m-header-001__btn-link {
  min-width: 80px;
  padding: 26px 17px;
  font-size: 15px;
  font-size: 1.5rem;
  text-indent: .2rem;
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    min-width: 48px;
    padding: 0 6px;
    font-size: 10px;
    font-size: 1rem;
  }
}

/* 大見出し */
.c-headline-001 {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .c-headline-001 {
    margin-bottom: 40px;
  }
}

.c-headline-001+* {
  padding-top: 0;
  margin-top: 0;
}

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

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

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
}

/* モジュール内見出し */
@media screen and (max-width: 767px) {

  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 374px) {

  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: .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__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

[class^="m-modulegroup005"][class$="__headline-sub"] {
  line-height: 1.5;
}

/* -------------------------------------------
電気工事士系モジュール：先輩たちの会社のここが好き
------------------------------------------- */
.m-modulegroup005-014 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 120px 20px 0;
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-014 {
    padding: 60px 20px 0;
  }
}

.m-modulegroup005-014__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-014__headline {
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-modulegroup005-014__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: .15em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-014__headline-sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup005-014__container {
  max-width: 1370px;
  margin: 75px auto 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-014__container {
    margin: 40px auto 0;
  }
}

.m-modulegroup005-014__container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -40px -20px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-014__container-inner {
    margin: -20px 0 0;
  }
}

.m-modulegroup005-014__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.33% - 40px);
  max-width: 430px;
  min-height: 240px;
  margin: 40px 20px 0;
  padding: 48px 20px;
  background-color: var(--primary-bg, #04a1af);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup005-014__item {
    width: calc(50% - 40px);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-014__item {
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 20px 0 0;
    padding: 35px 20px;
  }
}

.m-modulegroup005-014__item::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-014__item::after {
    width: 28px;
    height: 28px;
    background-size: 12px;
  }
}

.m-modulegroup005-014__item:nth-of-type(even) {
  background-color: var(--primary, #04a1af);
  background: var(--primary-txt);
  ;
}

.m-modulegroup005-014__item:nth-of-type(even)::after {
  background-color: var(--primary-bg, #04a1af);
}

.m-modulegroup005-014__ttl {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 5px;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-014__ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-modulegroup005-014__modal {
  display: none;
  width: 100%;
  max-width: 1000px;
  padding: 105px 40px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-014__modal {
    padding: 50px 20px;
  }
}

.m-modulegroup005-014__modal-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-modulegroup005-014__modal.-even .m-modulegroup005-014__modal-ttl {
  background-color: var(--primary, #04a1af);
}

.m-modulegroup005-014__modal.fancybox-content {
  cursor: auto;
}

.m-modulegroup005-014__modal .fancybox-button {
  width: 50px;
  height: 50px;
  background-color: var(--primary-bg, #04a1af);
  opacity: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-014__modal .fancybox-button {
    width: 30px;
    height: 30px;
    padding: 5px;
  }
}

.m-modulegroup005-014__modal .fancybox-button:hover {
  opacity: .8;
}

.m-modulegroup005-014__modal .fancybox-button svg path {
  fill: var(--sub-txt, #000000);
}

.m-modulegroup005-014__modal-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46.74%;
  max-width: 430px;
  padding: 48px 20px;
  background-color: var(--primary-bg, #04a1af);
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.7;
  color: var(--sub-txt, #000000);
  text-align: center;
  letter-spacing: 5px;
  letter-spacing: 0.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-014__modal-ttl {
    width: 100%;
    max-width: none;
    padding: 35px 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-modulegroup005-014__cnt {
  width: 53.26%;
  max-width: 490px;
  padding: 0 0 0 40px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-014__cnt {
    width: 100%;
    max-width: none;
    padding: 16px 0 0;
  }
}

.m-modulegroup005-014__cnt-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-modulegroup005-014__txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.3;
  letter-spacing: 3px;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-014__txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.1;
  }
}

.m-modulegroup005-014__bg {
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin: 0 20px 0 0;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-014__bg {
    width: 65px;
    height: 65px;
  }
}

.m-modulegroup005-014__bg-img-pc {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-014__bg-img-pc {
    display: none;
  }
}

.m-modulegroup005-014__bg-img-sp {
  display: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-014__bg-img-sp {
    display: block;
  }
}

.m-modulegroup005-014__position {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 900;
  color: var(--primary-bg, #04a1af);
  letter-spacing: 5px;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-014__position {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup005-014__note {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 3px;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup005-014__note {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* -------------------------------------------
電気工事士系モジュール：仕事内容（スライダー）
------------------------------------------- */
.m-modulegroup005-010 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 120px 0;
  color: var(--primary-txt, #ffffff);
}

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

@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: var(--primary-bg, #04a1af);
  letter-spacing: .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;
}

.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;
  color: var(--sub-txt);
  ;
}

@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;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSI1OCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGIiBkPSJNMjAgMSAwIDI5bDIwIDI4VjFaIi8+PC9zdmc+");
}

@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;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSI1OCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGIiBkPSJtMSAxIDIwIDI4TDEgNTdWMVoiLz48L3N2Zz4=");
}

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

/* -------------------------------------------
電気工事士系モジュール：メッセージ
------------------------------------------- */
.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: #fff;
  letter-spacing: .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: #fff;
  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;
    letter-spacing: 0.5rem;
  }
}

.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;
    letter-spacing: 0.15rem;
    text-align: left;
  }
}

.m-require-001 {
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .m-require-001 {
    padding-top: 60px;
  }
}

.m-require-001 .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);
  color: var(--primary-txt);
  ;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__en {
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-require-001 .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: .15em;
}

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

.m-require-001__detail-desc {
  font-weight: 500;
  color: var(--primary-txt, #ffffff);
}

.m-require-001__detail-ttl {
  color: #fff;
}

.m-require-001__detail-desc::before {
  background: #d3d8e2;
  opacity: 1;
}

.m-require-001__detail {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

.m-require-001__detail-flow-ttl-number {
  color: #fff;
}

.m-require-001__entry-btn {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  color: #fff;
}

.m-footer-001 {
  background: var(--primary-txt);
  color: #fff;
}

/* -------------------------------------------
福利厚生 001
------------------------------------------- */
.m-welfare-001 {
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .m-welfare-001 {
    padding: 60px 0 0;
  }
}

.m-welfare-001 .c-headline-001__en {
  position: relative;
  color: #000000;
  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-welfare-001 .c-headline-001__en {
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-welfare-001 .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: #223a70;
  letter-spacing: .15em;
}

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

.m-welfare-001__inner {
  max-width: 1140px;
  padding: 0 30px;
}

@media screen and (max-width: 1024px) {
  .m-welfare-001__inner {
    padding: 0 20px;
  }
}

.m-welfare-001__list{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -20px;
}

@media screen and (max-width: 1024px) {
  .m-welfare-001__list{
    margin-top: 0;
  }
}

.m-welfare-001__list-item {
  padding: 20px 10px 0;
}

@media screen and (max-width: 1024px) {
  .m-welfare-001__list-item {
    width: 100%;
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-welfare-001__list-item:first-child {
    padding-top: 0;
  }
}

.m-welfare-001__list-item-inner {
  background-color: #223a70;
  /* background: #000; */
}

.m-welfare-001__list-item:nth-child(even) .m-welfare-001__list-item-inner {
  background-color: #000000;
}

.m-welfare-001__list-item-ttl {
  margin-bottom: 20px;
  color: #fff;
}

.m-welfare-001__list-item-ttl:last-child {
  margin-bottom: 0;
}

.m-welfare-001__list-item-ttl-num {
  font-weight: 600;
  background: #000000;
  color: #fff;
  font-family: 'Josefin Sans', 'Noto Sans JP', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.m-welfare-001__list-item:nth-child(even) .m-welfare-001__list-item-ttl-num {
  background: #223a70;
}

.m-welfare-001__list-item-ttl-txt {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  /* color: var(--primary); */
}

@media screen and (max-width: 767px) {
  .m-welfare-001__list-item-ttl-txt {
    font-size: 1.8rem;
    letter-spacing: 0.03rem;
  }
}

.m-welfare-001__list-item-figure {
  margin-bottom: 10px;
}

.m-welfare-001__list-item-figure:last-child {
  margin-bottom: 0;
}

.m-welfare-001__list-item-desc {
  padding: 0;
}

.m-welfare-001__list-item-ttl + .m-welfare-001__list-item-desc {
  margin-top: -2px;
}

.m-welfare-001__list-item-desc-txt {
  color: #fff;
  font-size: 1.5rem;
  text-align: justify;
  /* color: #fff; */
}

@media screen and (max-width: 767px) {
  .m-welfare-001__list-item-desc-txt {
    font-size: 1.4rem;
  }
}

.m-welfare-001__desc {
  padding: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .m-welfare-001__desc {
    padding-top: 20px;
  }
}

.m-welfare-001__desc-txt {
  padding: 30px 0 0;
  /* color: var(--sub-txt); */
}

@media screen and (max-width: 767px) {
  .m-welfare-001__desc-txt {
    padding: 24px 0 0;
  }
}

.m-welfare-001__desc-txt:first-child {
  padding-top: 0;
}