@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap");

/* -------------------------------------------
共通パッチ
------------------------------------------- */
/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 768px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

img {
  vertical-align: bottom;
}

.single-post_recruit {
  color: var(--sub-txt, #333);
  word-break: break-word;
}

.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

.c-headline-001__en {
  font-weight: 400;
  /* text-transform: uppercase; */
}
.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
.m-header-001__logo {
  padding: 16px 30px;
}
.m-header-001__logo-link-img {
  max-height: 38px;
}
@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 10.5px 15px;
  }
  .m-header-001__logo-link-img {
    max-height: 34px;
  }
}

.m-header-001__logo {
  max-width: 67%;
}

.m-header-001__btn-link {
  min-height: 55px;
}

/* -------------------------------------------
メッセージ 003
------------------------------------------- */
.m-message-003 {
  padding: 80px 20px;
}

@media screen and (max-width: 767px) {
  .m-message-003 {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .m-message-003__inner {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (max-width: 1024px) {
  .m-message-003__figure {
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 1024px) {
  .m-message-003__detail {
    width: calc(100% - 20px);
    margin: -10% 0 0 20px;
  }
}

.m-message-003__desc-txt {
  padding-bottom: 0;
}

/* -------------------------------------------
評価制度 001
------------------------------------------- */
.m-assessment-001 {
  padding-top: 0;
}

.m-assessment-001 .c-headline-001 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .m-assessment-001 .c-headline-001 {
    margin-bottom: 20px;
  }
}

.m-assessment-001__inner {
  padding: 0 40px;
  max-width: 1080px;
}
@media screen and (max-width: 1024px) {
  .m-assessment-001__inner {
    padding: 0 20px;
  }
}

.m-assessment-001__list {
  margin: -18px 0;
}
.m-assessment-001__list-item {
  padding: 18px 0;
}
@media screen and (max-width: 767px) {
  .m-assessment-001__list {
    margin: -12px 0;
  }
  .m-assessment-001__list-item {
    padding: 12px 0;
  }
}

.m-assessment-001__list-item-ttl {
  border-color: var(--primary-border);
  border-width: 1px 0 1px;
}

.m-assessment-001__list-item-ttl-num {
  font-weight: 600;
}

.m-assessment-001__list-item-ttl + .m-assessment-001__list-item-desc {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item-figure {
    padding: 0;
  }
}

/* -------------------------------------------
仕事内容（単体） 002
------------------------------------------- */
.m-jobs-002 {
  padding: 0 20px 80px;
}

@media screen and (max-width: 767px) {
  .m-jobs-002 {
    padding: 0 20px 40px;
  }
}

.m-jobs-002__list {
  padding: 0;
}

.m-jobs-002__list-item-detail-job {
  word-break: break-word;
}

.m-jobs-002__list-item-detail-job {
  text-transform: uppercase;
  font-size: 4rem;
}

@media screen and (min-width: 1025px) {
  .m-jobs-002__list-item-detail-job {
    line-height: 1.4em;
  }
}

.m-jobs-002__list-item-detail-ttl {
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-ttl {
    font-size: 2rem;
    margin: 0 0 15px;
  }
}

.m-jobs-002__list-item-detail-desc {
  font-weight: 400;
}

@media screen and (min-width: 1025px) {
  .m-jobs-002__list-item-detail {
    padding-bottom: 0;
    margin-top: -44px;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item-detail {
    margin-top: -56px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail {
    padding: 20px 0;
    margin-top: -48px;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item:last-child .m-jobs-002__list-item-detail {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .m-jobs-002__list-item {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item:last-child {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__content-desc {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-job {
    font-size: 3.2rem;
  }
}

.m-jobs-002__list-item-detail-job {
  line-height: 1.1em;
  font-weight: 600;
}
.m-jobs-002__list-item-detail-ttl {
  margin: 0;
  padding: 0.8em 0 1.1em;
  line-height: 1.4em;
  font-weight: 500;
}

@media screen and (min-width: 1025px) {
  .m-jobs-002__list-item-detail {
    margin-top: -38px;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item-detail {
    margin-top: -40px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail {
    margin-top: -34px;
  }
  .m-jobs-002 .c-headline-001 {
    margin-bottom: 15px;
  }
}

/* -------------------------------------------
メッセージ 004
------------------------------------------- */
.m-message-004 {
  padding: 80px 0 40px;
}

@media screen and (max-width: 767px) {
  .m-message-004 {
    padding: 40px 0;
  }
}

.m-message-004::before {
  top: 0;
  max-height: 45vw;
}

@media screen and (max-width: 767px) {
  .m-message-004__desc-txt {
    text-align: left;
  }
}

.m-message-004__headline {
  margin-bottom: 10px;
}
.m-message-004__desc-txt {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .m-message-004__detail {
    padding-top: 30px;
  }
}

/* -------------------------------------------
募集要項 004
------------------------------------------- */
.m-require-004 {
  padding-top: 0;
}

.m-require-004 .c-headline-001__ja {
  font-weight: 700;
}

.m-require-004__detail-row {
  border-top: 1px solid var(--primary-border);
}

.m-require-004__detail-row:last-child {
  border-bottom: 1px solid var(--primary-border);
}

.m-require-004__detail-ttl {
}

.m-require-004__detail-desc {
  font-weight: 500;
}

.m-require-004 .c-headline-001 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .m-require-004 .c-headline-001 {
    margin-bottom: 20px;
  }
}

.m-require-004__detail {
  padding-top: 0;
}

.m-require-004__entry-btn {
  border: 2px solid var(--primary-bg);
  background: transparent;
  color: var(--primary);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.m-require-004__entry-btn:hover {
  color: var(--primary-txt);
}

.m-require-004__entry-btn::before {
  background: var(--primary);
}

/* フッター */
.m-footer-001 {
}

/* フォント */
@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: 0.3rem;
  }
}

/* imgae-content */
.image-content.-pt80 {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .image-content.-pt80 {
    padding-top: 40px;
  }
}

.image-content.-pb80 {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .image-content.-pb80 {
    padding-bottom: 40px;
  }
}

.image-content__inner {
  padding: 0 40px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .image-content__inner {
    padding: 0 20px;
  }
}

.image-content__fig {
  margin: 0 auto;
}

.image-content.-cnt01 .image-content__fig {
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .image-content.-cnt01 .image-content__fig {
    max-width: 390px;
  }
}

.image-content.-cnt02 .image-content__fig {
  max-width: 1400px;
}

@media screen and (max-width: 1024px) {
  .image-content.-cnt02 .image-content__fig {
    max-width: 390px;
  }

  .image-content.-cnt02 .pc-tab {
    display: none;
  }

  .image-content.-cnt02 .sp {
    display: block;
  }
}
