@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;
}

b {
  font-weight: 700;
}

.single-post_recruit {
  background: var(--sub-bg);
  color: var(--primary-txt, #333);
  word-break: break-word;
  font-weight: 500;
}

.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

.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;
  /* text-transform: uppercase; */
}
.c-headline-001__ja {
  font-weight: 700;
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
.m-header-001__logo {
  padding: 19.5px 40px;
}
.m-header-001__logo-link-img {
  max-height: 36px;
}
@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 15px 15px;
  }
  .m-header-001__logo-link-img {
    max-height: 30px;
  }
}

.m-header-001__logo {
  max-width: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.m-header-001__btn-link {
  min-height: 60px;
}

.m-header-001 {
  background: var(--sub-bg);
}

.single-post_recruit .m-header-001 {
  background: transparent;
}

.m-header-001 + .m-kv-001 {
  margin-top: -75px; /* PCヘッダーの高さ */
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001 {
    margin-top: -60px; /* SPヘッダーの高さ */
  }
}

/* -------------------------------------------
プロジェクト 002
------------------------------------------- */
.m-project-002 {
  padding: 0 0 80px;
}

@media screen and (max-width: 767px) {
  .m-project-002 {
    padding: 0 0 40px;
  }
}

.m-project-002__inner {
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .m-project-002__inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-project-002__eyecatch {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-project-002__ttl {
    font-size: 2rem;
  }
}

.m-project-002__lead {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .m-project-002__lead {
    text-align: left;
  }
}

.m-project-002__contents {
  margin: 45px 0 0;
}

@media screen and (max-width: 767px) {
  .m-project-002__contents {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-project-002__contents-section:last-child .m-project-002__contents-section-detail {
    padding-bottom: 0;
  }
}

.m-project-002__contents-section-detail-number {
  background: var(--primary);
  font-weight: 400;
  padding: 5px 20px 1px;
}

.m-project-002__contents-section-detail-ttl {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .m-project-002__contents-section-detail-ttl {
    font-size: 1.8rem;
  }
}

.m-project-002__contents-section-detail-content-txt {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .m-project-002__contents-section-detail-content-txt {
    font-size: 1.4rem;
  }
}

.m-project-002__contents-section-figure {
  width: 48%;
}

.m-project-002__contents-section-detail {
  width: 52%;
}

@media screen and (max-width: 1024px) {
  .m-project-002__contents-section-figure {
    width: 100%;
  }

  .m-project-002__contents-section-detail {
    width: 100%;
  }
}

/* -------------------------------------------
仕事内容（単体） 002
------------------------------------------- */
.m-jobs-002 {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-jobs-002 {
    padding: 0 20px;
  }
}

.m-jobs-002__list {
  padding: 0;
  justify-content: center;
}

.m-jobs-002__list-item-detail-job {
  word-break: break-word;
}

.m-jobs-002__list-item-detail-job {
  text-transform: uppercase;
  font-size: 4.5rem;
}

@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.5rem;
  }
}

.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;
}

.m-jobs-002__list-item-detail {
  margin-top: -40px;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail {
    margin-top: -34px;
  }
}

/* -------------------------------------------
動画 001
------------------------------------------- */
.m-movie-001 {
}

@media screen and (max-width: 767px) {
  .m-movie-001 {
    padding: 40px 0;
  }
}

.m-movie-001__list-item-inner {
  border: 1px solid var(--primary);
  background: none;
}

.m-movie-001__list-item-movie {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.m-movie-001__list-item-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-movie-001__list-item-ttl {
  border-bottom: 1px solid #acb9b9;
}

.m-movie-001__list-item-desc-txt {
  margin: 0;
}

/* -------------------------------------------
メッセージ 005
------------------------------------------- */
/* 色調整 */
.m-message-005 {
  /* background: #000 !important; */
}

.m-message-005__headline-txt {
  /* color: var(--primary); */
}

.m-message-005__desc-txt {
  /* color: #fff; */
}

/* その他 */
.m-message-005 {
  padding: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .m-message-005 {
    padding: 0;
  }
}

.m-message-005__inner {
  padding: 0;
}

.m-message-005__images {
  margin: -5px 0;
}

@media screen and (max-width: 767px) {
  .m-message-005__images {
    margin: -2.5px 0;
  }
}

.m-message-005__images-item {
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item {
    padding: 2.5px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item:nth-child(even) {
    padding-left: 2px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item:nth-child(odd) {
    padding-right: 2px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item:nth-child(odd):last-child {
    padding-right: 2.5px;
  }
}

@media screen and (min-width: 767.01px) {
  .m-message-005__images-item:first-child {
    padding-left: 0;
  }
  .m-message-005__images-item:last-child {
    padding-right: 0;
  }
}

.m-message-005__detail {
  padding: 40px 40px 0;
}

@media screen and (max-width: 1024px) {
  .m-message-005__detail {
    padding: 40px 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__detail {
    padding: 30px 20px 0;
  }
}

.m-message-005__headline {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .m-message-005__headline {
    margin-bottom: 20px;
  }
}

.m-message-005__headline:only-child {
  margin-bottom: 0;
}

.m-message-005__headline + .m-message-005__desc {
  margin-top: -2px;
}

.m-message-005__headline-txt {
  font-weight: 700;
}

.m-message-005__desc-txt {
  padding: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .m-message-005__desc-txt {
    padding-bottom: 24px;
    text-align: left;
  }
}

.m-message-005__desc-txt:last-child {
  padding-bottom: 0;
}

/* -------------------------------------------
募集要項 001
------------------------------------------- */
.m-require-001__detail-row {
  margin-bottom: 5px;
}

.m-require-001__detail-ttl {
  background: #2e69e1;
  font-weight: 700;
}

.m-require-001__detail-desc {
  color: var(--primary-txt);
  background: #2e5c98;
  font-weight: 500;
}

.m-require-001__detail-desc::before {
  opacity: 0;
}

.m-require-001__detail-flow-ttl-number {
  background: #2e69e1;
}

/* フッター */
.m-footer-001 {
}

/* フォント */
.c-headline-001__ja,
[class$="__headline-txt"],
[class$="__content-ttl"] {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2.1rem;
    letter-spacing: 0.2rem;
  }
}
