@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');
/* -------------------------------------------
共通パッチ
------------------------------------------- */
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: 20px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 15px;
    max-width: calc(100% - 100px);
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 30px;
}

@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: 30px;
}

@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;
/* 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;
  }
}
/* -------------------------------------------
メッセージ 002
------------------------------------------- */
.m-message-002 {
  /* background: #000 !important; */
  /* background-position: top center; */
}

.m-message-002__inner {
  padding: 100px 40px;
}

@media screen and (max-width: 767px) {
  .m-message-002__inner {
    padding: 60px 20px;
  }
}

.m-message-002__inner::before {
  /* display: none; */
  /* background: #333; */
  opacity: .5;
}

.m-message-002__detail {
  padding: 0;
}

.m-message-002__headline {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .m-message-002__headline {
    margin-bottom: 30px;
  }
}

.m-message-002__headline:only-child {
  margin-bottom: 0;
}

.m-message-002__headline-txt {
  font-weight: 700;
  /* color: var(--primary); */
}

.m-message-002__headline + .m-message-002__desc {
  margin-top: -2px;
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    text-align: left;
  }
}

.m-message-002__desc-txt {
  padding: 30px 0 0;
  /* color: #fff; */
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    padding: 24px 0 0;
  }
}

.m-message-002__desc-txt:first-child {
  padding-top: 0;
}

.m-message-002__desc-txt:last-child {
  padding-bottom: 0;
}
/* -------------------------------------------
メッセージ 001
------------------------------------------- */
.m-message-001 {
  padding: 80px 0;
/* background: #000 !important; */
}

@media screen and (max-width: 767px) {
  .m-message-001 {
    padding: 40px 0;
  }
}

.m-message-001__detail {
  padding: 0 20px;
}

.m-message-001__headline {
  margin-bottom: 20px;
}

.m-message-001__headline-txt {
  font-weight: 700;
/* color: var(--primary); */
}

.m-message-001__headline + .m-message-001__desc {
  margin-top: -2px;
}

.m-message-001__desc-txt {
  padding-bottom: 0;
/* color: var(--sub-txt, #333); */
}

@media screen and (max-width: 767px) {
  .m-message-001__desc-txt {
    text-align: left;
  }
}

.m-message-001__desc-txt:first-child {
  padding-top: 0;
}
/* -------------------------------------------
プロジェクト紹介 002
------------------------------------------- */
.m-project-002 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-project-002 {
    padding: 40px 0;
  }
}

.m-project-002__ttl {
  font-weight: 700;
}

.m-project-002__lead {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .m-project-002__lead {
    text-align: left;
  }
}

.m-project-002__contents {
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .m-project-002__contents {
    margin-top: 30px;
  }
}

.m-project-002__contents-section-detail-number {
  font-weight: 400;
}

.m-project-002__contents-section-detail-ttl {
  font-weight: 700;
}

.m-project-002__contents-section-detail-content-txt {
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .m-project-002__contents-section:last-child .m-project-002__contents-section-detail {
    padding-bottom: 0;
  }
}
/* -------------------------------------------
仕事内容（単体） 002
------------------------------------------- */
.m-jobs-002 {
  padding: 80px 20px;
}

@media screen and (max-width: 767px) {
  .m-jobs-002 {
    padding: 40px 20px;
  }
}

.m-jobs-002__content-desc {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__content-desc {
    text-align: left;
  }
}

.m-jobs-002__list {
  padding: 0;
}

@media screen and (min-width: 1025px) {
  .m-jobs-002__list-item {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item:last-child {
    padding-bottom: 0;
  }
}

.m-jobs-002__list-item-detail {
  margin-top: -40px;
}

@media screen and (min-width: 1024.01px) {
  .m-jobs-002__list-item-detail {
    padding-bottom: 0;
    margin-top: -44px;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item-detail {
    margin-top: -46px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail {
    padding: 20px 0;
    margin-top: -34px;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item:last-child .m-jobs-002__list-item-detail {
    padding-bottom: 0;
  }
}

.m-jobs-002__list-item-detail-job {
  word-break: break-word;
  font-size: 4.5rem;
  font-weight: 600;
}

.m-jobs-002__list-item-detail-job {
  line-height: 1.4em;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-job {
    font-size: 3.5rem;
    line-height: 1.1em;
    font-weight: 600;
  }
}

.m-jobs-002__list-item-detail-ttl {
  margin: 0;
  padding: 0.8em 0 1.1em;
  line-height: 1.4em;
  font-weight: 500;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-ttl {
    font-size: 2rem;
    margin: 0;
  }
}

.m-jobs-002__list-item-detail-desc {
  font-weight: 500;
}
/* -------------------------------------------
仕事内容（単体） 004
------------------------------------------- */
.m-jobs-004 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-jobs-004 {
    padding: 40px 0;
  }
}

.m-jobs-004__content-images {
  padding-top: 0;
}

.m-jobs-004__content {
  margin: 0;
}

.m-jobs-004__content-ttl {
  font-weight: 700;
  padding: 0 40px;
}

@media screen and (min-width: 767.1px) {
  .m-jobs-004__content-ttl {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-ttl {
    padding: 0 20px; 
  }
}

.m-jobs-004__content-desc {
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-desc {
    text-align: left;
    padding: 0 20px;
  }
}
/* -------------------------------------------
評価制度 001
------------------------------------------- */
.m-assessment-001 {
  /*background: #000 !important; */
}

.m-assessment-001__inner {
  padding: 0 40px;
  max-width: 920px;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__inner {
    padding: 0 20px;
  }
}

.m-assessment-001__list-item {
  padding: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item {
    padding-bottom: 30px;
  }
}

.m-assessment-001__list-item:last-child {
  padding-bottom: 0;
}

.m-assessment-001__list-item-ttl {
  border-width: 1px 0;
  border-color: var(--primary-border);
}

.m-assessment-001__list-item-ttl:only-child {
  margin-bottom: 0;
}

.m-assessment-001__list-item-ttl-num {
  font-weight: 600;
  /*background: var(--primary-bg); */
  /*color: var(--primary-txt, #fff); */
}

.m-assessment-001__list-item-ttl-txt {
  font-size: 2.5rem;
  font-weight: 700;
  /*color: var(--sub-txt); */
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item-ttl-txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 320px) {
  .m-assessment-001__list-item-ttl-txt {
    font-size: 1.7rem;
  }
}

/*画像の横幅を縮める 子要素の「何番目」に適用させるかは適宜変更 */
.m-assessment-001__list-item:nth-child(2) .m-assessment-001__list-item-figure-img {
  /*max-width: 600px; */
  /*width: 100%; */
}

.m-assessment-001__list-item-desc {
  padding: 20px 20px 0;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item-desc {
    padding: 10px 0 0;
  }
}

.m-assessment-001__list-item-ttl + .m-assessment-001__list-item-desc,
.m-assessment-001__list-item-desc:only-child {
  padding-top: 0;
}

.m-assessment-001__list-item-desc-txt {
  /*color: var(--sub-txt); */
}
/* -------------------------------------------
1日の仕事の流れ 005
------------------------------------------- */
@media screen and (max-width: 767px) {
  .m-schedule-005__list-item {
    padding: 18px 20px;
  }
}

.m-schedule-005__list-item:first-child {
  padding: 20px 24px 24px 24px;
}

@media screen and (max-width: 767px) {
  .m-schedule-005__list-item:first-child {
    padding: 24px 20px 20px 20px;
  }
}

.m-schedule-005__list-item:last-child{
  padding-bottom: 0;
}

.m-schedule-005__list-item-inner {
  background: #f2f2f2;
}

.m-schedule-005__list-item-time-txt {
  padding: 4px 4px 0 4px;
}

.m-schedule-005__list-item-ttl {
  font-weight: 700;
}

.m-schedule-005__list-item-desc-txt {
  font-weight: 500;
}
/* -------------------------------------------
企業理念 002
------------------------------------------- */
.m-about-002 {
  padding-top: 16.25%;
  padding-bottom: 0;
  /* background: #000 !important; */
}

@media screen and (min-width: 1600.01px) {
  .m-about-002 {
    padding-top: 260px;
  }
}

.m-about-002__background {
  top: 0;
  height: 0;
  max-height: none;
  padding-top: 25%;
  /* background-position: top center; */
}

@media screen and (min-width: 1600.01px) {
  .m-about-002__background {
    padding-top: 400px;
  }
}

.m-about-002__detail {
  padding-bottom: 80px;
  /* background: #000 !important; */
}

@media screen and (max-width: 767px) {
  .m-about-002__detail {
    padding-bottom: 40px;
  }
}

.m-about-002__headline {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .m-about-002__headline {
    margin-bottom: 20px;
  }
}

.m-about-002__headline:only-child {
  margin-bottom: 0;
}

.m-about-002__headline-txt {
  font-weight: 700;
  /* color: var(--primary); */
}

.m-about-002__headline + .m-about-002__desc {
  margin-top: -2px;
}

.m-about-002__desc-txt {
  padding: 30px 0 0;
  /* color: #fff; */
}

@media screen and (max-width: 767px) {
  .m-about-002__desc-txt {
    text-align: left;
    padding-top: 24px;
  }
}

.m-about-002__desc-txt:first-child {
  padding-top: 0;
}







/* -------------------------------------------
追加調整
------------------------------------------- */
.c-headline-001__ja {
  font-weight: 500;
}
.m-assessment-001, .m-require-001, .m-jobs-002{
  background: #eaf8ff !important;
}
.m-assessment-001__list-item-figure-img {
  max-width: 930px;
  width: 100%;
}
.m-schedule-005__list-item-figure-img {
  max-width: 580px;
  width: 100%;
}
.m-project-002 {
  padding-top: 0;
}
.m-project-002 .c-headline-001 {
  display: none;
}
.m-jobs-002__list-item-detail {
  margin-top: 0;
}
.m-jobs-002__list-item-detail-ttl {
  font-weight: 700;
}
.m-schedule-005__list-item-time {
  position: relative;
  top: -1.4em;
  margin: 0;
  padding: 13px;
}
.m-schedule-005__list-item-time-icon, .m-schedule-005__list-item-time-txt {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .m-schedule-005__list-item-time {
    top: -1.6em;
  }
  .m-schedule-005__list-item-desc {
    padding-top: 0;
  }
}
@media screen and (max-width: 370px) {

}
.m-message-002__inner::before {
  opacity: .5;
}
/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-001__detail-ttl{
  color: var(--primary-bg, #333);
}
.m-require-001__detail-ttl {
  background: none;
}
.m-require-001__detail-desc,
.m-require-001__detail-desc::before {
  background: none;
  opacity: 1;
}
.m-require-001__detail-row:first-child,
.m-require-001__detail-row {
  border-top: 1px solid var(--primary-border);
}
.m-require-001__detail-row:last-child {
  border-bottom: 1px solid var(--primary-border);
}
.m-require-001 .c-headline-001__ja {
  color: var(--sub-txt, #333);
}
/* -------------------------------------------
ヘッダー・コピーライト
------------------------------------------- */

@media screen and (max-width: 767px) {
    .c-page-ttl-001 {
        padding-top: 60px;
    }
}
@media screen and (max-width: 767px) {
    .c-page-ttl-001 {
        padding-top: 60px;
    }
}
.m-header-001__logo {
    padding: 21px 40px;
}
@media screen and (max-width: 767px) {
    .m-header-001__logo {
        padding: 10px 15px;
    }
}
.m-header-001__logo-link-img {
    max-height: 37px;
}
@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img.is-mobile {
        max-height: 30px;
    }
}
.m-footer-001 {
  color: #ffffff;
  background: #8dcae8;
}
