@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&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;
}

.c-headline-001__en {
  font-weight: 400;
  /* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  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-header-001__logo {
    padding: 19px 40px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo {
        padding: 14px 15px;
    }
}

.m-header-001__logo-link-img {
  max-height: 42px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 22px;
  }
}

/* サブカラー 背景を無効化したいとき */
/* .c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
} */

@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;
  }
}

[class$="__headline-txt"] {
  letter-spacing: .06rem;
}

.m-news-005 {
  background: #fff !important;
}

.m-news-005__list-item-ttl-txt {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 1px;
  letter-spacing: .1rem;
}

@media screen and (max-width: 767px) {
  .m-news-005__list-item-ttl-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-news-005 .c-headline-001 {
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .m-news-005 .c-headline-001 {
    margin: 0 0 20px;
  }
}

/* -------------------------------------------
社風 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;
  color: var(--primary-bg);
}

@media screen and (max-width: 767px) {
  .m-culture-001__list-item-detail-ttl-txt {
    font-size: 1.6rem;
  }
}

.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: 80px;
}

@media screen and (max-width: 767px) {
  .m-about-002 {
    padding-bottom: 40px;
  }
}

.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-require-001__detail-desc {
  background: #f2f2f2;
}

.m-require-001__detail-desc::before {
  content: none;
}

.m-require-001__detail {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .m-require-001__detail {
    padding-top: 0;
  }
}

.m-require-001__detail-row {
  margin: 0 0 5px;
}