@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');
/*:root {
  --font: "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;
}

.c-headline-001__en {
  font-weight: 400;
  color: #ffc26e;
  /* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
}

.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

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-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__logo {
    padding: 22px 40px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo {
        padding: 8px 15px;
    }
}

.m-header-001__logo-link-img {
    max-height: 37px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img {
        max-height: 37px;
    }
}

/* サブカラー 背景を無効化したいとき */
.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

/* 「応募する」ボタン */
a[class^="m-require-"][class$="__entry-btn"] {
  border: 2px solid var(--primary-bg);
  background: transparent;
  color: var(--primary-bg);
   -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

a[class^="m-require-"][class$="__entry-btn"]:hover {
  color: var(--primary-txt);
}

a[class^="m-require-"][class$="__entry-btn"]::before {
  background: var(--primary-bg);
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
     font-size: 2rem;
     letter-spacing: .2rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
     font-size: 1.8rem;
     letter-spacing: .1rem;
  }
}

[class$="__headline-txt"] {
  letter-spacing: .06rem;
}

/* -------------------------------------------
施設介護系モジュール：1日の流れ
------------------------------------------- */
.m-modulegroup003-004 {
  overflow: hidden;
  margin: 40px auto 0;
  padding: 0 20px;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-004 {
    margin: 20px auto 0;
    padding: 0 20px;
  }
}

.m-modulegroup003-004__inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup003-004__inner {
    display: block;
  }
}

.m-modulegroup003-004__inner::after {
  position: absolute;
  z-index: -1;
  top: 50px;
  right: 5.5%;
  bottom: 36.6%;
  width: 160vw;
  background: #fff9f0;
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup003-004__inner::after {
    top: 25px;
    right: 80px;
    bottom: 20.3%;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-004__inner::after {
    top: 15px;
    right: 11%;
    bottom: 33vw;
  }
}

.m-modulegroup003-004__headline {
  font-size: 100px;
  font-size: 10rem;
  font-weight: 700;
  line-height: .8;
  text-align: left;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup003-004__headline {
    font-size: 54px;
    font-size: 5.4rem;
  }
}

@media screen and (max-width: 1330px) {
  .m-modulegroup003-004__headline {
    font-size: 70px;
    font-size: 7rem;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup003-004__headline {
    font-size: 54px;
    font-size: 5.4rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-004__headline {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 320px) {
  .m-modulegroup003-004__headline {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.m-modulegroup003-004__headline-en {
  display: block;
  color: var(--primary-bg);
  letter-spacing: .15em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-004__headline-en {
    letter-spacing: .1em;
  }
}

.m-modulegroup003-004__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup003-004__container {
    display: block;
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-004__container {
    padding-top: 30px;
  }
}

.m-modulegroup003-004__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45.8%;
  margin-right: 75px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup003-004__flow {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}

.m-modulegroup003-004__flow:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 54.2%;
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup003-004__flow:nth-child(even) {
    width: 100%;
  }
}

.m-modulegroup003-004__flow:nth-child(even) .m-modulegroup003-004__flow-cnt {
  margin-top: 50px;
  padding: 0 10% 0 16.2%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup003-004__flow:nth-child(even) .m-modulegroup003-004__flow-cnt {
    margin-top: 40px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-004__flow:nth-child(even) .m-modulegroup003-004__flow-cnt {
    margin-top: 30px;
  }
}

.m-modulegroup003-004__flow:nth-child(even) .m-modulegroup003-004__flow-figure {
  max-width: 820px;
  min-height: 0%;
  margin-top: 20px;
  margin-right: -80px;
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup003-004__flow:nth-child(even) .m-modulegroup003-004__flow-figure {
    max-width: none;
    margin-top: 30px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-004__flow:nth-child(even) .m-modulegroup003-004__flow-figure {
    margin-top: 20px;
  }
}

.m-modulegroup003-004__flow-cnt {
  padding: 0 0 0 12.8%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup003-004__flow-cnt {
    padding: 0;
  }
}

.m-modulegroup003-004__flow-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-004__flow-ttl {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: .1em;
  }
}

@media screen and (max-width: 350px) {
  .m-modulegroup003-004__flow-ttl {
    letter-spacing: 0;
  }
}

.m-modulegroup003-004__flow-ttl + .m-modulegroup003-004__flow-txt {
  margin-top: 15px;
}

.m-modulegroup003-004__flow-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: 15px;
  font-size: 1.5rem;
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-004__flow-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup003-004__flow-figure {
  width: calc(100% + 80px);
  max-width: 705px;
  min-height: 0%;
  margin-top: 55px;
  margin-left: -80px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup003-004__flow-figure {
    width: 100%;
    max-width: none;
    margin-top: 30px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-004__flow-figure {
    margin-top: 20px;
  }
}

.m-modulegroup003-004__flow-figure-img-pc {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-004__flow-figure-img-pc {
    display: none;
  }
}

.m-modulegroup003-004__flow-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-004__flow-figure-img-sp {
    display: inline;
  }
}

/* -------------------------------------------
施設介護系モジュール：特徴
------------------------------------------- */
.m-modulegroup003-002 {
  margin: 120px auto 0;
  padding: 0 20px;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-002 {
    margin: 60px auto 0;
    padding: 0 20px;
  }
}

.m-modulegroup003-002__inner {
  max-width: 1175px;
  margin: 0 auto;
}

.m-modulegroup003-002__headline {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-002__headline {
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-modulegroup003-002__headline-en {
  display: block;
  color: var(--primary, #04a1af);
  letter-spacing: .15em;
}

.m-modulegroup003-002__headline-ja {
  display: block;
  margin-top: 20px;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-002__headline-ja {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: .1em;
  }
}

@media screen and (max-width: 350px) {
  .m-modulegroup003-002__headline-ja {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0;
  }
}

.m-modulegroup003-002__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 85px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup003-002__feature {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-002__feature {
    margin-top: 60px;
  }
}

.m-modulegroup003-002__feature-item {
  position: relative;
  width: calc(33.3% - 40px / 3);
  margin-right: 20px;
  padding: 50px 30px;
  background: var(--sub-bg, #f2f2f2);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup003-002__feature-item {
    width: 100%;
    padding: 50px 30px 30px;
  }
  .m-modulegroup003-002__feature-item:not(:first-child) {
    margin-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-002__feature-item {
    padding: 35px 15px 25px;
  }
  .m-modulegroup003-002__feature-item:not(:first-child) {
    margin-top: 50px;
  }
}

.m-modulegroup003-002__feature-item:nth-child(3) {
  margin-right: 0;
}

.m-modulegroup003-002__feature-figure {
  position: absolute;
  top: -45px;
  left: 50%;
  width: 80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-002__feature-figure {
    top: -35px;
    width: 60px;
  }
}

.m-modulegroup003-002__feature-figure-img-pc {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-002__feature-figure-img-pc {
    display: none;
  }
}

.m-modulegroup003-002__feature-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-002__feature-figure-img-sp {
    display: inline;
  }
}

.m-modulegroup003-002__feature-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-002__feature-ttl {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: .1em;
  }
}

.m-modulegroup003-002__feature-ttl + .m-modulegroup003-002__feature-txt {
  margin-top: 20px;
}

.m-modulegroup003-002__feature-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: 15px;
  font-size: 1.5rem;
  text-align: left;
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-002__feature-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -------------------------------------------
施設介護系モジュール：キャリアプラン
------------------------------------------- */
.m-modulegroup003-005 {
  margin: 120px auto 0;
  padding: 0 20px;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-005 {
    margin: 60px auto 0;
    padding: 0 20px;
  }
}

.m-modulegroup003-005__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.m-modulegroup003-005__headline {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-005__headline {
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-modulegroup003-005__headline-en {
  display: block;
  color: var(--primary-bg);
  letter-spacing: .15em;
}

.m-modulegroup003-005__headline-ja {
  display: block;
  margin-top: 20px;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-005__headline-ja {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: .1em;
  }
}

@media screen and (max-width: 350px) {
  .m-modulegroup003-005__headline-ja {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0;
  }
}

.m-modulegroup003-005__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 85px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup003-005__container {
    display: block;
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-005__container {
    margin-top: 40px;
  }
}

.m-modulegroup003-005__cnt {
  width: 40%;
  max-width: 420px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup003-005__cnt {
    width: 100%;
    max-width: none;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-005__cnt {
    margin-top: 20px;
  }
}

.m-modulegroup003-005__figure {
  width: 60%;
  max-width: 590px;
  margin-right: 70px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup003-005__figure {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
}

.m-modulegroup003-005__figure-img-pc {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-005__figure-img-pc {
    display: none;
  }
}

.m-modulegroup003-005__figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-005__figure-img-sp {
    display: inline;
  }
}

.m-modulegroup003-005__ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-005__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 350px) {
  .m-modulegroup003-005__ttl {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0;
  }
}

.m-modulegroup003-005__ttl + .m-modulegroup003-005__txt {
  margin-top: 15px;
}

.m-modulegroup003-005__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: 15px;
  font-size: 1.5rem;
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-005__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -------------------------------------------
施設介護系モジュール：メッセージ
------------------------------------------- */
.m-modulegroup003-001 {
  overflow: hidden;
  margin: 120px auto 0;
  padding: 0 20px;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-001 {
    margin: 60px auto 0;
    padding: 0 20px;
  }
}

.m-modulegroup003-001__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup003-001__inner {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-001__inner {
    padding-top: 8.3%;
  }
}

.m-modulegroup003-001__headline-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  font-size: 120px;
  font-size: 12rem;
  font-weight: 700;
  line-height: .7;
  color: var(--sub-bg, #f2f2f2);
  white-space: nowrap;
  letter-spacing: .1em;
}

@media screen and (max-width: 1300px) {
  .m-modulegroup003-001__headline-bg {
    font-size: 100px;
    font-size: 10rem;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup003-001__headline-bg {
    font-size: 66px;
    font-size: 6.6rem;
    top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-001__headline-bg {
    font-size: 8.4vw;
    letter-spacing: .1em;
    top: 15px;
  }
}

.m-modulegroup003-001__container {
  width: 40%;
  max-width: 505px;
  padding-left: 6%;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup003-001__container {
    width: 100%;
    max-width: none;
    padding: 0 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-001__container {
    padding: 0 0 20px;
  }
}

.m-modulegroup003-001__headline {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-001__headline {
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-modulegroup003-001__headline-en {
  display: block;
  color: var(--primary, #04a1af);
  letter-spacing: .15em;
}

.m-modulegroup003-001__headline + .m-modulegroup003-001__ttl {
  margin-top: 15px;
}

.m-modulegroup003-001__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-001__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-modulegroup003-001__ttl + .m-modulegroup003-001__txt {
  margin-top: 15px;
}

.m-modulegroup003-001__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: 15px;
  font-size: 1.5rem;
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-001__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup003-001__message-figure {
  position: relative;
  left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 860px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup003-001__message-figure {
    left: auto;
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-001__message-figure {
    display: block;
  }
}

.m-modulegroup003-001__message-figure-img-pc {
  width: 50%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-001__message-figure-img-pc {
    display: none;
  }
}

/*画像が1枚の場合、pc表示用のimgタグに以下のclassを付与*/
.m-modulegroup003-001__message-figure-img-pc-only {
  width: 100%;
}

.m-modulegroup003-001__message-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup003-001__message-figure-img-sp {
    display: inline;
  }
}

.m-require-003__detail-ttl {
  color: var(--primary-bg);
}

.g-pagetop-btn::before {
  background: var(--primary-bg);
}

.m-require-003__detail-row {
  border-top: 1px solid #ddd;
}

.m-require-003__detail-row:last-child {
  border-bottom: 1px solid #ddd;
}

.m-require-003__detail {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .m-require-003__detail {
    padding-top: 10px;
  }
}

.m-footer-001 {
  background: var(--primary);
}