/*カスタム*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  background:#fff;
}

.m-header-001__logo {
  padding: 10px 2%;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo {
    padding: 30px 3%;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 18px 4%;
  }
}

.m-header-001__logo-link-img {
  max-height: 23px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo-link-img {
    max-height: 20px;
  }
}

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

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

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__btn-link {
    min-height: 60px;
  }
}

.c-headline-001__en {
  font-family: 'Lato',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  font-weight: 400;
  color: #ff963a;
}

.c-headline-001__ja {
  font-weight: 700;
  color: #422e1e;
}

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

.m-footer-001 {
  background: #fff;
  color: #68584b;
}

/* フッター */
.m-footer-001__copyright {
  padding: 20px 0;
}

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

/* -------------------------------------------
メッセージ 001
------------------------------------------- */
.m-message-001 {
  /* background: #000 !important; */
}

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

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-message-001__detail {
    padding: 80px 30px;
  }
}

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

.m-message-001__headline-txt {
  color: #422e1e;
}

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

@media screen and (max-width: 320px) {
  .m-message-001__headline-txt {
    font-size: 1.8rem;
  }
}

.m-message-001__desc-txt {
  padding-bottom: 0;
  color: #422e1e;
}

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

/* -------------------------------------------
仕事内容（単体） 003
------------------------------------------- */
.m-jobs-003 {
  padding: 80px 20px 40px 20px;
  background: #f8f2e3 !important;
}

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

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

.m-jobs-003__content {
  margin: 0;
}

.m-jobs-003__content-desc {
  color: #422e1e;
}

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

.m-jobs-003__list-item-detail {
  background: #f7f7f7;
}

/* .m-jobs-003__list-item:nth-of-type(1) .m-jobs-003__list-item-detail {
  padding: 40px 40px 68px 40px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-003__list-item:nth-of-type(1) .m-jobs-003__list-item-detail {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-003__list-item:nth-of-type(1) .m-jobs-003__list-item-detail {
    padding: 20px;
  }
}

.m-jobs-003__list-item:nth-of-type(3) .m-jobs-003__list-item-detail {
  padding: 40px 40px 96px 40px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-003__list-item:nth-of-type(3) .m-jobs-003__list-item-detail {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-003__list-item:nth-of-type(3) .m-jobs-003__list-item-detail {
    padding: 20px;
  }
} */

.m-jobs-003__list-item-detail-job {
  font-family: 'Lato',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.m-jobs-003__list-item-detail-ttl {
  font-size: 3rem;
  font-weight: 700;
  color: #422e1e;
}

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

.m-jobs-003__list-item-detail-desc {
  font-weight: 500;
  color: #422e1e;
}

/* -------------------------------------------
仕事詳細（詳細） 003
------------------------------------------- */
.m-work-003 {
  padding: 80px 0 5px 0;
}

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

@media screen and (max-width: 767px) {
  .m-work-003__head-inner {
    padding: 20px 20px 15px 20px;
  }
}

.m-work-003__head {
  margin: 0 auto 200px auto;
  width: 1392px;
  max-width: 100%;
  background: #ff8f2e;
}

@media screen and (max-width: 767px) {
  .m-work-003__head {
    margin: 0 0 20px ;
  }
}

@media screen and (max-width: 767px) {
  .m-work-003__ttl {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .m-work-003__ttl br{
    display: none;
  }
}

.m-work-003__ttl-ja {
  font-size: 2.7rem;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .m-work-003__ttl-ja {
    font-size: 1.7rem;
  }
}

.m-work-003__ttl-en {
  font-size: 2.3rem;
  font-weight: 300;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .m-work-003__ttl-en {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-work-003__inner {
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-003__list-item-figure::before {
    padding: 110% 0 0 0;
  }
}

.m-work-003__desc-txt {
  font-size: 1.5rem;
  color: #422e1e;
}

.m-work-003__desc-ttl-txt {
  padding-bottom: .2em;
  border: none;
  font-size: 1.9rem;
  font-weight: 700;
  background:linear-gradient(transparent 60%, #e9dfd7 60%);
  color: #422e1e;

}

@media screen and (max-width: 767px) {
  .m-work-003__desc-ttl-txt {
    font-size: 1.6rem;
  }
}

/* -------------------------------------------
メッセージ 003
------------------------------------------- */
.m-message-003 {
  padding: 0 0 80px 0;
  /* background: #000 !important; */
}

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

.m-message-003__inner{
  padding: 0;
}

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

.m-message-003__headline-txt {
  /* color: #fff; */
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-message-003__headline-txt {
    font-size: 2.5rem;
  }
}

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

@media screen and (max-width: 320px) {
  .m-message-003__headline-txt {
    font-size: 1.8rem;
  }
}

.m-message-003__detail {
  /* background: #000; */
}

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

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

.m-message-003__desc-txt  {
  padding-bottom: 0;
  /* color: #333; */
}

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

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

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

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

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

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

.m-require-003__detail-ttl {
  color: #422e1e;
}

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

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