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

/* 共通 */
body {
  background:#fff;
}

@media screen and (min-width: 768px) {
  .pc-tab {
    display: block;
  }
}

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

.m-header-001__logo {
  display: flex;
  align-items: center;
  padding: 12px 40px;
}

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

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

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

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

@media screen and (max-width: 767px) {
  .m-kv-001__figure-img-sp {
    width: 100%;
  }
}

.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;
  background: #856456;
}

.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;
  color: #856456;
}

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

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

@media screen and (max-width: 767px) {
  .m-kv-001__figure-img-sp {
    width: 100%;
  }
}

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

.m-footer-001__copyright {
  padding: 20px 0;
  font-weight: 500;
}

/**********************************************
* モジュール2：社風004 *
**********************************************/
.m-culture-004 {
  padding: 68px 0;
}

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

.m-culture-004__list-item-detail-ttl {
  border: solid #ddd;
  border-width: 0 0 1px;
}

.m-culture-004__list-item-detail-ttl-txt {
  font-size: 2rem;
  color: #444;
}

@media screen and (max-width: 767px) {
  .m-culture-004__list-item-detail-ttl-txt {
    font-size: 1.8rem;
  }
}

.m-culture-004__list-item-detail-desc-txt {
  font-size: 1.5rem;
  color: #444;
  text-align: justify;
}

/**********************************************
* モジュール3：評価制度002 *
**********************************************/
.m-assessment-002 {
  background: #c8bcaf;
}

.m-assessment-002 .c-headline-001 {
  display: none;
}

.m-assessment-002__list-item-ttl-txt {
  font-size: 2.5rem;
  color: #444;
}

@media screen and (max-width: 767px) {
  .m-assessment-002__list-item-ttl-txt {
    font-size: 1.7rem;
    color: #444;
  }
}

.m-assessment-002__list-item:nth-of-type(1) .m-assessment-002__list-item-figure-img {
  max-width: 78%;
}

@media screen and (max-width: 767px) {
  .m-assessment-002__list-item:nth-of-type(1) .m-assessment-002__list-item-figure-img {
    max-width: 100%;
  }
}

.m-assessment-002__list-item-desc-txt {
  color: #444;
}

/**********************************************
* モジュール4：仕事内容単体001 *
**********************************************/
.m-jobs-001 {
  padding: 80px 20px;
  background: #f4f2ee !important;
}

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

.m-jobs-001__content-desc {
  color: #444;
}

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

.m-jobs-001__list {
  padding: 20px 0 0 0;
}

@media screen and (max-width: 767px){
  .m-jobs-001__content + .m-jobs-001__list{
    padding-top: 0;
  }
}

.m-jobs-001__list-item:last-child {
  padding-bottom: 0;
}

.m-jobs-001__list-item-inner {
  align-items: center;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-001__list-item-inner {
    flex-direction: column;

  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-inner {
    flex-direction: column;
  }
}

.m-jobs-001__list-item-figure {
  width: 60%;
  min-height: 490px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: 440px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: auto;
  }
}

.m-jobs-001__list-item-detail {
  width: 40%;
  margin: 0;
  padding: 0 0% 0px 40px;
}

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

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

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

.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
  margin: 0;
  padding: 0px 40px 0 0%;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 20px 0px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    margin: 0;
    padding: 20px 0;
  }
}

.m-jobs-001__list-item-detail-ttl {
  padding: 5px 15px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: .1rem;
  background: #856456;
  color: #fff;
}

/* IE対応 */
_:-ms-fullscreen, :root .m-jobs-001__list-item-detail-ttl {
  padding-top: 11px;
}

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

.m-jobs-001__list-item-detail-desc {
  font-weight: 500;
  color: #444;
  text-align: justify;
}

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

/**********************************************
* モジュール5：企業理念003 *
**********************************************/
.m-about-003 {
  padding: 80px 0 45px 0;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-about-003 {
    padding: 80px 0 45px 0;
  }
}

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

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

.m-about-003__headline-txt {
  color: #333;
}

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

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

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

.m-about-003__figure-img {
  vertical-align: middle;
}

.m-about-003__desc-txt {
  color: #444;
}

/**********************************************
* モジュール6：企業理念004 *
**********************************************/
.m-about-004 {
  padding: 80px 0 40px 0;
  background: #856456 !important;
}

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

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

.m-about-004__headline-txt {
  font-weight: 600;
  color: #fff;
}

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

.m-about-004__desc-txt {
  color: #fff;
}

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

/**********************************************
* 募集要項（募集要項003） *
**********************************************/
.m-require-003 {
  background: #f4f2ee !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 #ddd;
}

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

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

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

/* IE対応 */
_:-ms-fullscreen, :root .m-require-003__detail-flow-ttl-number {
  padding: 6px 10px 1px;
}

/* 「応募する」ボタン */
.m-require-003__entry-btn {
  background: #856456;
  color: #fff;
}

.m-require-003__entry-btn::before {
  background: #97776a;
}