@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 {
  word-break: break-word;
  font-weight: 500;
}

.c-headline-001__en {
  font-weight: 400;
  /* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 500;
  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-footer-001__copyright {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
.m-footer-001__copyright {
    padding: 20px 0;
   }
}
/* 「応募する」ボタン */
.m-require-001__entry-btn {
  border: 2px solid var(--primary-bg);
  background: var(--primary-bg, #f2f2f2);
  color: var(--primary-txt, #fff);
   -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.m-require-001__entry-btn:hover,
.m-require-001__entry-btn:hover .fa-arrow-right:before {
  position: relative;
  color: var(--primary-txt);
}

.m-require-001__entry-btn::before {
}
/* フッター */
.m-footer-001 {
  color: var(--primary, #04a1af);
  background: #ffffff;
}
.m-about-003,
.m-require-001 .c-headline-001__ja{
  color: var(--primary, #333);
}
.m-require-001__detail-ttl,
.m-require-001__detail-desc::before {
  background: none;
}
.m-require-001__detail-row:first-child {
  border-top: 1px solid var(--primary-border, #04a1af);
}
.m-require-001__detail-row {
  border-bottom: 1px solid var(--primary-border, #04a1af);
}
.c-headline-001__en,
.m-require-001__detail-ttl {
  color: var(--primary, #333);
}
@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;
  }
}
/* 見出し下の余白設定 */
.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;
}
/* -------------------------------------------
仕事単体　003
------------------------------------------- */
/* -------------------------------------------
追加パッチ（河田）
------------------------------------------- */
.m-jobs-003 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-jobs-003 {
    padding: 40px 0;
  }
}

.m-jobs-003 .c-headline-001 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .m-jobs-003 .c-headline-001 {
    margin-bottom: 15px;
  }
}

.m-jobs-003__inner {
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .m-jobs-003__inner {
    padding: 0 20px;
  }
}

.m-jobs-003__content {
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .m-jobs-003__content {
    margin: 0 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-003__content-desc {
    text-align: left;
  }
}

.m-jobs-003__list {
  margin: -20px;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .m-jobs-003__list {
    margin: -10px;
  }
}

.m-jobs-003__list-item {
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .m-jobs-003__list-item {
    padding: 10px;
  }
}

.m-jobs-003__list-item-inner {
  height: 100%;
}

.m-jobs-003__list-item-detail {
  background: #f7f7f7;
}

.m-jobs-003__list-item-detail-job {
  font-weight: 600;
}

.m-jobs-003__list-item-detail-ttl {
  font-weight: 700;
}
/* -------------------------------------------
社風 001
------------------------------------------- */
/* 色調整 */
.m-culture-001 {
  /* background: var(--primary) !important; */
}

.m-culture-001__list-item-detail-ttl {
  /* color: var(--primary); */
  border-color: var(--primary-border, #04a1af);
}

.m-culture-001__list-item-detail-desc {
  /* color: var(--primary); */
}

/* その他 */
.m-culture-001 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-culture-001 {
    padding: 40px 0;
  }
}

.m-culture-001__inner {
  max-width: 1480px;
}

.m-culture-001__list {
  padding: 0 8px;
      -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.m-culture-001__list {
  margin: -12px auto;
}

.c-headline-001 + .m-culture-001__list {
  margin: -12px auto;
}

@media screen and (max-width: 1024px) {
  .m-culture-001__list {
    margin-bottom: 0;
  }

  .c-headline-001 + .m-culture-001__list {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-culture-001__list-item {
    padding: 30px 15px 0;
  }
   .m-culture-001__list-item:first-child {
    padding-top: 0;
  }
}

.m-culture-001__list-item-figure-img {
  width: 100%;
}

.m-culture-001__list-item-detail-ttl {
  border-width: 0 0 1px;
  font-weight: 700;
}

.m-culture-001__list-item-detail-ttl:only-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.m-culture-001__list-item-detail-ttl-txt {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .m-culture-001__list-item-detail-ttl-txt {
    font-size: 1.5rem;
  }
}

.m-culture-001__list-item-detail-desc-txt {
  text-align: justify;
}
/* -------------------------------------------
企業理念 002
------------------------------------------- */
/* 色調整 */
.m-about-002 {
/* background: #000 !important; */
}

.m-about-002__detail {
/* background: #000 !important; */
}

.m-about-002__headline-txt {
/* color: var(--primary); */
}

.m-about-002__desc-txt {
/* color: #fff; */
}

/* その他 */
.m-about-002 {
	padding-top: 16.25%;
	padding-bottom: 0px;
}

.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 {
		padding-top: 260px;
	}
	.m-about-002__background {
		padding-top: 400px;
	}
}

.m-about-002__detail {
	padding-bottom: 80px;
}

@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 + .m-about-002__desc {
	margin-top: -2px;
}

.m-about-002__headline-txt {
    font-weight: 700;
}

.m-about-002__desc-txt {
	padding: 30px 0 0;
}

@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;
}




.m-jobs-003__list-item-detail,
.m-culture-001,
.m-require-001 {
  background: #fff4e6 !important;
}
.c-headline-001__ja,
.m-require-001__detail-ttl,
.m-require-001__detail-desc {
  color: var(--sub-txt, #333);
  background: none;
}
.m-require-001 .c-headline-001__ja {
  color: var(--sub-txt, #333);
}
.m-header-001__logo-link-img {
  max-height: 32px;
}
.m-header-001__logo-link-img.is-mobile {
  max-height: 19px;
}
.m-assessment-001__list-item-figure {
  max-width: 930px;
  padding: 0;
}
