@charset "UTF-8";
@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;
}

.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: 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__btn-link {
  background-color: var(--primary-border);
}

.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: 26px 40px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo {
        padding: 16px 15px;
    }
}

.m-header-001__logo-link-img {
    max-height: 28px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img {
        max-height: 19px;
    }
}

/* サブカラー 背景を無効化したいとき */
.c-module-container>section:nth-of-type(even) {
  background-color: var(--sub-bg);
}

.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

.img-headline {
  margin: 0 auto;
  height: 62px;
}

@media screen and (max-width: 767px) {
    .img-headline{
        height: 48px;
    }
}
@media screen and (max-width: 374px) {
    .img-headline.sp{
        display:none;
    }
}

.img-headline.sp320 {
  display: none;
  height: 48px;
}

@media screen and (max-width: 374px) {
  .img-headline.sp320 {
    display: inline-block;
  }
}

.m-header-001 {
  margin-bottom: -80px; /* PCヘッダーの高さ */
  background: transparent;
}

@media screen and (max-width: 767px) {
  .m-header-001 {
    margin-bottom: -51px; /* SPヘッダーの高さ */
  }
}

@media screen and (max-width: 767px) {
    .c-page-ttl-001 {
        padding-top: 60px;
    }
}

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

/* -------------------------------------------
プロジェクト 004
------------------------------------------- */
.m-project-004__eyecatch-inner {
  max-width: 1000px;
  background: rgba(255,255,255,0.95);
}

@media screen and (max-width: 350px) {
  .m-project-004__eyecatch-inner {
    padding: 30px 20px;
  }
}

.m-project-004__lead {
  font-weight: 500;
}

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

@media screen and (max-width: 350px) {
  .m-project-004__ttl {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 1px;
    letter-spacing: .1rem;
  }
}
/* -------------------------------------------
仕事内容（単体） 004
------------------------------------------- */
.m-jobs-004 {
  padding: 80px 20px 50px 20px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-004 {
    padding: 60px 20px 40px;
  }
}

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

.m-jobs-004 .c-headline-001 {
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .m-jobs-004 .c-headline-001 {
    margin: 0 0 20px;
  }
}

.m-jobs-004__content-images {
  padding-top: 0;
}

/*.m-jobs-004__content-images-figure {
  margin-left: 10px;
}*/

@media screen and (max-width: 767px) {
  .m-jobs-004__content-images-figure {
    margin-left: 0;
  }
}

.m-jobs-004__content-images-figure:first-child {
  margin-left: 0;
}

.m-jobs-004__content-ttl {
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-ttl {
    font-size: 2rem;
    letter-spacing: .1rem;
  }
}

@media screen and (max-width: 350px) {
  .m-jobs-004__content-ttl {
    font-size: 1.7rem;
    letter-spacing: 0;
  }
}

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

/* -------------------------------------------
仕事内容(一覧) 001
------------------------------------------- */
.m-works-001 .c-headline-001 {
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .m-works-001 .c-headline-001 {
    margin: 0 0 20px;
  }
}

.m-works-001__detail {
  margin: -30px 0 0;
}

@media screen and (max-width: 767px) {
  .m-works-001__ttl-en {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 2px;
    letter-spacing: .2rem;
  }
  .m-works-001__ttl-ja {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 2px;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 350px) {
  .m-works-001__ttl-en {
    padding: 10px 16px 4px;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 1px;
    letter-spacing: .1rem;
  }
  .m-works-001__ttl-ja {
    padding: 6px 16px 4px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-works-001__detail {
    margin: -20px 0 0;
  }
}

@media screen and (max-width: 350px) {
  .m-works-001__detail {
    padding: 0 15px;
  }
}

.m-works-001__desc-txt {
  padding-bottom: 0;
}

@media screen and (max-width: 767px){
  .m-works-001__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

_:-ms-fullscreen, :root .m-works-001__ttl-en {
  padding-top: 0;
  padding-bottom: 4px;
}

@media screen and (max-width: 767px){
  _:-ms-fullscreen, :root .m-works-001__ttl-en {
    padding-top: 6px;
    padding-bottom: 8px;
  }
}

_:-ms-fullscreen, :root .m-works-001__ttl-ja {
  padding-top: 6px;

}

@media screen and (max-width: 767px){
  _:-ms-fullscreen, :root .m-works-001__ttl-ja {
    padding-bottom: 2px;
  }
}

/* -------------------------------------------
メッセージ 003
------------------------------------------- */
/* 色調整 */
.m-message-003 {
  /* background: #000 !important; */
}

.m-message-003__headline-txt {
  /* color: var(--primary); */
}

.m-message-003__desc-txt {
  /* color: #fff; */
}

/* その他 */
.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__headline {
  margin-bottom: 30px;
}

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

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

.m-message-003__headline-txt {
  font-weight: 700;
}

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

.m-message-003__desc-txt {
  padding: 0 0 30px;
  font-weight: 500;
}

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

.m-message-003__desc-txt:last-child {
  padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .m-message-003__desc-txt:last-child {
    padding-bottom: 2px;
  }
}

.m-message-003__desc:only-child .m-message-003__desc-txt:last-child {
  padding-bottom: 0;
}

/* -------------------------------------------
インタビュー 004
------------------------------------------- */
.m-interview-004 {
  padding: 80px 0;
}

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

.m-interview-004 .c-headline-001__ja {
  font-weight: 700;
}

/*.m-interview-004__nav {
  display: none;
}*/

.m-interview-004__contents-section-detail-ttl {
  color: #333;
}

.m-interview-004__contents-section-detail-intro {
  font-weight: 500;
}

.m-interview-004__contents-section-detail-content-txt-block {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .m-interview-004__contents-section-figure+.m-interview-004__contents-section-detail {
    margin-top: -50px;
  }
  .m-interview-004__contents-section-detail-ttl,
  .m-interview-004__contents-section-detail-intro {
    margin: 0 0 15px;
  }
  .m-interview-004__contents-section-detail-content-txt {
    margin: 0 0 10px;
  }
}

/* -------------------------------------------
ギャラリー 003
------------------------------------------- */
.m-gallery-003 {
}

.m-gallery-003 .c-headline-001 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .m-gallery-003 .c-headline-001 {
    margin-bottom: 20px;
  }
}

.m-gallery-003__inner {
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .m-gallery-003__inner {
    padding: 0 20px;
  }
}

.m-gallery-003__list {
  padding: 0;
  margin: -5px;
}

.m-gallery-003__list-item {
  padding: 5px;
  width: 25%;
}

@media screen and (max-width: 1024px) {
  .m-gallery-003__list-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .m-gallery-003__list {
    margin: -3px;
  }

  .m-gallery-003__list-item {
    padding: 3px;
  }
}

.m-require-001__detail {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .m-require-001__detail {
    padding-top: 10px;
  }
			.m-interview-004__contents-section-detail {
    margin: -20px 20px 0;
		}
}

.m-require-001__detail-desc::before {
  content: none;
}

.m-require-001__entry-btn {
  position: relative;
  display: block;
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 0;
  background: var(--primary-border);
}