/* -------------------------------------------
共通パッチ
------------------------------------------- */
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;
}

.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: 26px 0 27px;
  font-family: inherit;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
}

@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-header-001__logo {
    padding: 20px 40px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo {
        padding: 15px;
    }
}

.m-header-001__logo-link-img {
    max-height: 30px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img {
        max-height: 30px;
    }
} */

/* サブカラー 背景を無効化したいとき */
/* .c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
} */

/* 募集要項の罫線 */
div[class^="m-require-"][class$="__detail-row"] {
  border-color: var(--primary-border);
}

/* 見出し下の余白設定 */
.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;
}

/* -------------------------------------------
企業理念 002
------------------------------------------- */
/* 色調整 */
.m-about-002 {
  background: #f5f5f5;
}

.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: 120px;
}

.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;
}

/* -------------------------------------------
社風 003
------------------------------------------- */
/* 色調整 */
.m-culture-003 {
  /* background : var(--primary); */
}

.m-culture-003__list-item-detail-ttl {
  border: solid var(--primary-border, #dddddd);
  /* color: var(--primary);*/
}

/* その他 */
.m-culture-003 {
  padding: 120px 20px;
}

@media screen and (max-width: 767px) {
  .m-culture-003 {
    padding: 40px 20px;
  }
}

.m-culture-003__inner {
  max-width: 800px;
}

.m-culture-003__list {
  padding: 0;
}

.m-culture-003__list-item {
  margin: 0;
  padding: 0 0 60px 0;
}

@media screen and (max-width: 1024px) {
  .m-culture-003__list-item {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item {
    padding-bottom: 30px;
  }
}

.m-culture-003__list-item:last-child {
  padding-bottom: 0;
}

.m-culture-003__list-item-figure {
  margin: 0;
}

.m-culture-003__list-item-detail {
  padding: 20px 20px 0;
}

@media screen and (max-width: 1024px) {
  .m-culture-003__list-item-detail {
    padding: 20px 0 0;
  }
}

.m-culture-003__list-item-detail-ttl {
  border-width: 0 0 1px;
  font-weight: 700;
}

.m-culture-003__list-item-detail-ttl-txt {
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item-detail-ttl-txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 320px) {
  .m-culture-003__list-item-detail-ttl-txt {
    font-size: 1.6rem;
  }
}

.m-culture-003__list-item-detail-desc-txt {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item-detail-desc-txt {
    font-size: 1.5rem;
  }
}

/* -------------------------------------------
仕事内容（単体） 004
------------------------------------------- */
.m-jobs-004__inner {
  max-width: 1000px;
}

.m-jobs-004__content {
  margin: 0;
}

.m-jobs-004__content-images {
  padding-top: 0;
}

.m-jobs-004__content-images-figure {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-images-figure {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-desc {
    text-align: left;
  }
}

/* -------------------------------------------
追加パッチ（河田）
------------------------------------------- */
.m-interview-00x__nav-item-btn {
  display: flex;
  flex-direction: column;
}

.m-interview-00x__nav-item-figure {
  min-height: 1px;
  /* for IE */
}

.m-interview-00x__nav-item-ttl {
  flex: 1 0 auto;
}

/* -------------------------------------------
インタビュー 002
------------------------------------------- */
/* 色調整 */
.m-interview-002__contents-section-detail-ttl {
  color: var(--primary);
  border-bottom: solid 1px var(--primary);
}

/* その他 */
.m-interview-002 {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .m-interview-002 {
    padding: 40px 0 70px;
  }
}

.m-interview-002__nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-interview-002__nav-item-btn {
  display: flex;
  flex-direction: column;
}

.m-interview-002__nav-item-figure {
  min-height: 1px;
  /* for IE */
}

.m-interview-002__nav-item-ttl {
  flex: 1 0 auto;
}

@media screen and (max-width: 767px) {
  .m-interview-002__contents {
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .m-interview-002__contents-section:last-child {
    margin: 0 -20px;
  }
}

.m-interview-002__contents-section-detail {
  padding-bottom: 0;
}

.m-interview-002__contents-section-figure+.m-interview-002__contents-section-detail {
  margin-top: -60px;
}

.m-interview-002__contents-section-detail-ttl {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 374px) {
  .m-interview-002__contents-section-detail-ttl {
    font-size: 28px;
    font-size: 1.8rem;
  }
}


.m-header-001__logo {
  padding: 25px 45px;
}

.m-header-001__logo-link-img {
  max-height: 29px;
}

.m-header-001__btn-link-txt {
  font-size: 18px;
  font-size: 1.8rem;
}

.m-culture-001 {
  padding: 106px 0 96px;
}

.m-culture-001__list-item-detail-ttl

.m-culture-001__list-item-detail-ttl-txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.m-culture-001__list-item-detail-desc-txt {
  font-size: 15px;
  font-size: 1.5rem;
}

.m-about-002 {
  margin-top: 120px;
}

.m-about-002::before {
  position: absolute;
  display: block;
  content: '';
  top: -120px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
}

.m-jobs-004 {
  background: #f5f5f5;
  padding: 120px 20px 112px;
}

.m-interview-002__contents-section-detail-content-txt-block {
  font-weight: 500;
}

.m-interview-002__contents-card-ttl-name {
  font-size: 30px;
  font-size: 3rem;
}

.m-interview-001__contents-card-lead {
  font-size: 15px;
  font-size: 1.5rem;
}

.m-require-002 {
  padding: 120px 0 80px;
}

.m-require-002__detail-row::before {
  background: #ceddf4;
  opacity: 1;
}

.m-footer-001 {
  background: #f5f5f5;
  color: #333;
}

.m-jobs-004__content-images-figure img {
  max-height: 370px;
}

.m-jobs-004__content {
  margin-top: 80px;
}


@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 16px 17px;
  }
  
  .m-header-001__logo-link-img {
    max-height: 18px;
  }

  .m-header-001__btn-link-txt {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 2px;
  }

  .m-culture-001 {
    padding: 30px 0 10px;
  }

  .m-culture-001__list-item-detail-ttl .m-culture-001__list-item-detail-ttl-txt {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .m-culture-001__list-item-detail-desc-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-interview-002__contents-card-ttl-name {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .m-about-002 {
    margin-top: 40px;
    padding-top: 19%;
    padding-bottom: 40px;

  }
  
  .m-about-002::before {
    top: -40px;
  }

  .m-jobs-004 {
    padding: 40px 20px;
  }

  .m-interview-001__contents-card-lead {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-require-002 {
    padding: 80px 0 40px;
  }

  .m-footer-001__copyright {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-jobs-004__content {
    margin-top: 30px;
  }
}


@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;
  }
}