/* @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: 220px;
  }
}

.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;
  letter-spacing: .05em;
/* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .2em;
}

@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: 25px 0;
  font-family: inherit;
  background: #e0f8ff !important;
  letter-spacing: .05em;
  color: #aeaeae;
}

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

/* ヘッダーの高さ */
.m-header-001__btn-link {
  min-height: 80px;
}

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

/* -------------------------------------------
プロジェクト紹介 002
------------------------------------------- */
.m-project-002 {
  padding: 0 0 115px;
  background: #fff !important;
}

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

.m-project-002 .c-headline-001 {
  margin: 0;
}

.m-project-002__ttl {
  font-weight: 700;
  line-height: 1.678;
  letter-spacing: .05em;
  color: var(--primary);
}

@media screen and (min-width: 1024.1px) {
  .m-project-002__ttl {
    padding-top: 10px;
  }
}

.m-project-002__lead {
  font-weight: 500;
  line-height: 2.13;
}

@media screen and (min-width: 767.1px) {
  .m-project-002__lead {
    font-size: 1.5rem;
  }
}

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

.m-project-002__member-item-ttl-name {
  font-weight: 700;
}

.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;
  }
}

/* -------------------------------------------
社風 001
------------------------------------------- */
.m-culture-001 {
  padding: 100px 0 90px;
  background: var(--sub-bg) !important;
}

@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;
  border-color: var(--primary-border, #04a1af);
  /* color: var(--primary); */
}

.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;
  letter-spacing: .2em;
  color: var(--primary);
}

@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 {
  /* color: var(--primary); */
}

.m-culture-001__list-item-detail-desc-txt {
  text-align: justify;
  line-height: 1.66;
  letter-spacing: .1em;
}

@media screen and (min-width: 767.1px) {
  .m-culture-001__list-item-detail-desc-txt {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

.m-jobs-001__list-item {
  margin-top: 10px;
}

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

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

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

@media screen 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 {
  min-height: 490px;
}

@media screen 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 {
    min-height: auto;
  }
}

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


@media screen 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;
  }
}

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

@media screen 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;
  }
}

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

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

.m-jobs-001__list-item-detail-job {
  font-weight: 700;
  padding-top: 4px;
  letter-spacing: .2em;
}

.m-jobs-001__list-item-detail-ttl {
  display: block; /*safariバグ対策*/
  padding: 0;
  margin: 0 0 15px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  background: transparent;
  color: var(--primary);
}

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

.m-jobs-001__list-item-detail-desc {
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: .1em;
}

/* -------------------------------------------
企業理念 003
------------------------------------------- */
.m-about-003 {
  padding: 100px 0;
  background: var(--primary-bg) !important;
  color: var(--primary-txt);
}

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

.m-about-003__detail {
  padding-bottom: 0;
}

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

.m-about-003__headline {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .m-about-003__headline {
    margin-bottom: 20px;
  }
}

.m-about-003__headline:only-child {
  margin-bottom: 0;
}

.m-about-003__headline-txt {
  font-weight: 700;
  letter-spacing: .2em;
  /* color: var(--primary); */
}

.m-about-003__headline + .m-about-003__desc {
  margin-top: -2px;
}

.m-about-003__desc-txt {
  padding: 30px 0 0;
  line-height: 1.875;
  letter-spacing: .1em;
  /* color: #fff; */
}

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

.m-about-003__desc-txt:first-child {
  padding-top: 0;
}

/* -------------------------------------------
募集要項 003
------------------------------------------- */
.m-require-003 {
  background: #fff !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 #ddd; */
  border-color: var(--primary-border, #04a1af);
}

.m-require-003__detail-row:last-child {
  /* border-bottom: 1px solid #ddd; */
  border-color: var(--primary-border, #04a1af);
}

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

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

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