@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');

body {
  color: #7d7d7d;
}

img {
  vertical-align: bottom;
}

.c-headline-001__en {
  font-weight: 400;
}

.m-header-001__logo {
  padding: 19px 40px;
}
.m-header-001__logo-link-img {
  max-height: 41px;
}
@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 15px;
  }
  .m-header-001__logo-link-img {
    max-height: 30px;
  }
}

.m-work-001__detail {
  margin-top: -24px;
}
.m-work-001__ttl-en,
.m-work-001__ttl-ja,
.m-work-001__desc-ttl {
  line-height: 1;
  padding: 0;
}
.m-work-001__ttl-en {
  font-size: 3rem;
  padding: .4em .5em .2em;
}
.m-work-001__ttl-ja {
  font-size: 2rem;
  padding: .7em .8em;
}
.m-work-001__desc-ttl {
  font-size: 1.7rem;
  padding: .9em;
  color: #333;
  font-weight: 500;
}
.m-work-001__inner {
  margin-bottom: 0;
}
.m-work-001 {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .m-work-001__ttl-en {
    font-size: 1.8rem;
    padding: .6em .5em .4em;
  }
  .m-work-001__ttl-ja {
    font-size: 1.4rem;
  }
  .m-work-001__desc-ttl {
    font-size: 1.4rem;
  }
  .m-work-001__detail {
    margin-top: -18px;
  }
  .m-work-001 {
    padding-bottom: 40px;
  }
}


/* -------------------------------------------
共通パッチ
------------------------------------------- */
/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 768px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

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

/* -------------------------------------------
メッセージ 003
------------------------------------------- */
.m-message-003__detail {
  /*background: #000; */
}

.m-message-003__desc-txt {
  padding-bottom: 10px;
}

.m-message-003 {
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .m-message-003 {
    padding: 80px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-003 {
    padding: 40px 10px;
  }
}

@media screen and (max-width: 1024px) {
  .m-message-003__inner {
    padding: 0;
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .m-message-003__figure {
    width: 100%;
  }
}
.m-message-003__figure-img {
  vertical-align: bottom;
}

@media screen and (max-width: 1024px) {
  .m-message-003__detail {
    width: 100%;
    margin: 0% 0 0 0%;
  }
}

@media screen and (max-width: 374px) {
  .m-message-003__headline-txt {
    letter-spacing: .1rem;
  }
}

/* -------------------------------------------
評価制度 001
------------------------------------------- */
.m-assessment-001__list-item-ttl {
  border: solid #d3d3d3;
}

.m-assessment-001__list-item-ttl-txt {
  color: #7d7d7d;
}

.m-assessment-001__list-item-desc {
  color: #7d7d7d;
}

.m-assessment-001__list-item-ttl {
  border-width: 1px 0;
}

.m-assessment-001__list-item-desc {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item-desc {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-assessment-001__list-item {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item {
    padding: 12px 24px;
  }
}

.m-assessment-001 {
  background: #f8f8f8;
}
.m-assessment-001 .c-headline-001 {
  margin-bottom: 0;
}
.m-assessment-001__list-item-figure-img {
  margin-bottom: 25px;
}
.m-assessment-001__list-item:nth-child(2) img {
  width: 60%;
}
.m-assessment-001__list-item:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .m-assessment-001__list-item:nth-child(2) img {
    width: 100%;
  }
  .m-assessment-001__list-item-figure-img {
    margin-bottom: 15px;
  }
}
.m-assessment-001__list-item-figure {
  padding: 0;
}

/* -------------------------------------------
福利厚生 001
------------------------------------------- */
.m-welfare-001 {
  background: #faeae1 !important;
}

.m-welfare-001 .c-headline-001__en {
  /* color: #7d7d7d; */
}

.m-welfare-001__list-item-inner {
  border: 2px solid #d11423;
  /* background: #000; */
}

@media screen and (min-width: 1025px) {
  .m-welfare-001__list > * {
    padding-bottom: 0;
  }
}

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

/* 番号の背景色の変更を行いたい場合に使用 */
.m-welfare-001__list-item-ttl-num {
  /* background: #7d7d7d; */
}

.m-welfare-001__list-item-ttl-txt {
  font-size: 2.5rem;
  font-weight: 700;
  color: #7d7d7d;
}

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

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

@media screen and (max-width: 767px) {
  .m-welfare-001__list-item-desc {
    padding-top: 5px;
  }
}

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

.m-welfare-001__inner {
  display: flex;
  flex-direction: column;
}
.m-welfare-001__list {
  order: 3;
}
.m-welfare-001__desc {
  padding: 0 20px 30px;
}
.m-welfare-001__desc-txt {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .m-welfare-001__desc {
    padding-bottom: 15px;
  }
}

/* -------------------------------------------
仕事内容（単体） 002
------------------------------------------- */
.m-jobs-002 {
  padding: 80px 20px;
}

@media screen and (max-width: 767px) {
  .m-jobs-002 {
    padding: 40px 20px;
  }
}

.m-jobs-002__list {
  padding: 0;
}

.m-jobs-002__list-item-detail-job {
  word-break: break-word;
  line-height: 1.1em;
  font-weight: 600;
}

.m-jobs-002__list-item-detail-job {
  text-transform: uppercase;
  font-size: 4.5rem;
}

/* @media screen and (min-width: 1025px) {
  .m-jobs-002__list-item-detail-job {
    line-height: 1.4em;
  }
} */

.m-jobs-002__list-item-detail-ttl {
  font-size: 2.5rem;
  font-weight: 500;
  margin: 0;
  padding: .7em 0 1em;
  line-height: 1.5em;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-ttl {
    font-size: 2rem;
    margin: 0 0 15px;
  }
}

.m-jobs-002__list-item-detail-desc {
  font-weight: 400;
}

@media screen and (min-width: 1025px) {
  .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: -56px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail {
    padding: 20px 0;
    margin-top: -48px;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item:last-child .m-jobs-002__list-item-detail {
    padding-bottom: 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;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__content-desc {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-job {
    font-size: 3.5rem;
  }
}

.m-jobs-002__list-item-detail {
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail {
    margin-top: -34px;
  }
  .m-jobs-002__list-item-detail-ttl {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1380px) {
  .m-jobs-002__list {
    justify-content: center;
  }
  .m-jobs-002__list-item {
    width: 60%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 374px) {
  .m-jobs-002__list-item-detail-job {
    letter-spacing: 0rem;
  }
}

/* -------------------------------------------
メッセージ 004
------------------------------------------- */
.m-message-004 {
  padding: 80px 40px;
  background: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .m-message-004 {
    padding: 40px 0;
  }
}

.m-message-004::before {
  top: 0px;
  max-height: 45vw;
  /* background: var(--primary); */
}

.m-message-004__detail {
  padding: 4rem 0 0;
}

.m-message-004__headline-txt {
  color: #7d7d7d;
  /* color: var(--primary); */
}

@media screen and (max-width: 767px) {
  .m-message-004__headline-txt {
    font-size: 2rem;
  }
}

.m-message-004__desc-txt {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-message-004__desc-txt {
    text-align: left;
  }
}

/* -------------------------------------------
募集要項 003
------------------------------------------- */
.m-require-003 {
  /* background: #f7f7f7 !important; */
}

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

.m-require-003 .c-headline-001__ja {
  font-weight: 700;
}

.m-require-003__detail-row {
  border-top: 1px solid #d3d3d3;
}

.m-require-003__detail-row:last-child {
  border-bottom: 1px solid #d3d3d3;
}

.m-require-003__detail-ttl {
  /* color: #7d7d7d; */
}

.m-require-003__detail-desc {
  font-weight: 400;
  color: #7d7d7d;
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-003__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  /* color: #7d7d7d; */
}

/* フッター */
.m-footer-001 {
  background: #a0a0a0;
  color: #fff;
}

