@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&amp;display=swap');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  color: var(--sub-txt);
}

/* ヘッダー */
.m-header-001 {
  position: flex;
}

@media screen and (min-width: 768px) {
  .postid-9 .m-header-001 {
    position: fixed;
    width: 100%;
    background: transparent;
  }
}

@media screen and (min-width: 768px) {
  .postid-9 .m-kv-001 {
    padding: 44px 0 0;
  }
}

/* ヘッダーIE対応
ヘッダーの高さ分マイナスしてください。*/
_:-ms-fullscreen, :root .m-kv-001 {
  transform: translate(0%, -80px);
  margin-bottom: -80px;
}

@media screen and (max-width: 767px) {
_:-ms-fullscreen, :root .m-kv-001 {
    transform: translate(0%, -50px);
    margin-bottom: -50px;
  }
}

.m-header-001::before {
  content: "";
  flex: 1;
}

@media screen and (max-width: 767px) {
  .m-header-001::before {
    content: none;
  }
}

.m-header-001__nav {
  flex: 1;
  justify-content: flex-end;
}

.m-header-001__logo {
  padding: 16px 0;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 9px 12px;
  }
}

.m-header-001__logo-link-img {
  max-height: 48px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    font-size: 12px;
    font-size: 1.2rem;
    min-height: 50px;
  }
}

.c-headline-001__en {
  font-weight: 400;
  letter-spacing: .05rem;
}

.c-headline-001__ja {
  font-weight: 700;
  letter-spacing: .2rem;
  line-height: 1.5;
  margin: 5px 0 0;
}

.c-module-container>section:nth-of-type(odd) {
  background-color: var(--primary-txt);
}

/* フッター */
.m-footer-001__copyright {
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 14px;
  font-size: 1.4rem;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 15px 0;
  }
}

/* -------------------------------------------
プロジェクト紹介 002
------------------------------------------- */
.m-project-002 {
  padding: 80px 0 40px;
}

@media screen and (max-width: 1024px) {
  .m-project-002 {
    padding: 80px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-project-002 {
    padding: 40px 0 10px;
  }
}

.m-project-002 .c-headline-001 {
  display: none;
}

.m-project-002__eyecatch-img {
  vertical-align: top;
}

.m-project-002__ttl {
  line-height: 1.6;
  color: var(--primary-bg);
}

.m-project-002__lead {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .m-project-002__lead {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}

.m-project-002__member {
  max-width: 980px;
}

.m-project-002__member-item-ttl-name {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .m-project-002__member-item-ttl-name {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-project-002__contents-section-detail {
  font-weight: 400;
}

.m-project-002__contents-section-detail-ttl {
  font-weight: 700;
}

.m-project-002__contents-section-detail-content-txt {
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .m-project-002__contents-section-detail-content-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -------------------------------------------
仕事内容（単体） 005
------------------------------------------- */
.m-jobs-005 {
  padding: 0 20px;
}

.m-jobs-005 .c-headline-001__en {
  color: var(--primary-bg);
}

.m-jobs-005__list-item-detail-ttl {
    font-weight: bold;
}

.m-jobs-005__content-ttl {
  font-size: 3rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px){
    .m-jobs-005__content-ttl {
        font-size: 2.4rem;
      }
}

@media screen and (min-width: 1025px) {
  .m-jobs-005__list > * {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-005__list-item:last-child {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-005__content-desc {
    text-align: left;
  }
}

.m-jobs-005__list-item,
.m-jobs-005__list-item-inner {
  display: flex;
}

.m-jobs-005__list-item-detail-job {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 1px;
  letter-spacing: .1rem;
  line-height: 1.25;
  margin: 0 0 25px;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail-job {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 15px;
  }
}

.m-jobs-005__list-item-detail-ttl {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-jobs-005__list-item-detail-desc {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-jobs-005__content-images {
  max-width: 1000px;
}

/* -------------------------------------------
メッセージ 003
------------------------------------------- */
.m-message-003 {
  padding: 80px 20px 0;
}

@media screen and (max-width: 767px) {
  .m-message-003 {
    padding: 40px 20px 0;
  }
}

.m-message-003__inner {
  max-width: 1640px;
}

@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-txt {
  line-height: 1.5;
}

/* -------------------------------------------
動画 003
------------------------------------------- */
.m-movie-003 .c-headline-001__en {
  color: var(--primary-bg);
}

.m-movie-003__content {
  padding: 80px 0 0;
}

@media screen and (max-width: 767px) {
  .m-movie-003__content {
    padding: 40px 0 0;
  }
}

.m-movie-003__pagination .swiper-pagination-bullet-active {
  border-color: var(--primary-bg);
  background: var(--primary-bg);
}

.m-movie-003__slide-link::before,
.m-movie-003__slide-link::after {
  content: none;
}

/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.m-jobs-001__content-desc {
  /* color: #333; */
  /* color: var(--primary); */
}

.m-jobs-001 {
  padding: 80px 20px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001 {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__content-desc {
    text-align: left;
  }
}

.m-jobs-001__list {
  padding: 0;
}

.m-jobs-001__list-item:last-child {
  padding-bottom: 0;
}

.m-jobs-001__list-item-inner {
  align-items: center;
}

.m-jobs-001__list-item-figure {
  width: 57%;
  min-height: 500px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    min-height: auto;
  }
}

.m-jobs-001__list-item-detail {
  width: 40%;
  margin: 0 0 0 3%;
  padding: 40px 0;
}

.m-jobs-001__list-item-detail-ttl {
  color: var(--primary);
  display: block; /*safariバグ対策*/
  padding: 0;
  margin: 0 0 15px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  background: transparent;
}

@media screen and (max-width: 767px) {
.m-jobs-001__list-item-detail-ttl {
  font-size: 1.8rem;
}
}

.m-jobs-001__list-item-detail-desc {
  font-weight: 400;
}

/*テキストを内側に寄せたい場合は削除*/
.m-jobs-001__list-item-detail {
  width: 43%;
  margin: 0;
  padding: 40px 0% 40px 40px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-jobs-001__list-item-detail {
    padding: 20px 0 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0 0 0 0%;
    padding: 20px 0;
  }
}

.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
  margin: 0 3% 0 0;
  padding: 40px 0%;
}

/*テキストを内側に寄せたい場合は削除*/
.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
  margin: 0;
  padding: 40px 40px 40px 0%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 20px 20px 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    margin: 0;
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item:last-child .m-jobs-001__list-item-detail {
    padding-bottom: 0;
  }
}

/*タブレットから縦並びの時*/
@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-inner,
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-inner {
    flex-direction: column;
  }
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: 440px; /*適宜変更*/
  }
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0;
    padding: 20px 0px;
  }
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 20px 0px;
  }
  .m-jobs-001__list-item:last-child .m-jobs-001__list-item-detail {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    min-height: auto;
  }
}

/* -------------------------------------------
仕事内容（一覧） 002
------------------------------------------- */
.m-works-002 {
  padding: 80px 0 60px;
  background: var(--sub-bg);
}

@media screen and (max-width: 767px) {
  .m-works-002 {
    padding: 40px 20px 30px;
  }
}

.m-works-002 .c-headline-001__en {
  color: var(--primary-bg);
}

@media screen and (max-width: 767px) {
  .m-works-002__items {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-works-002__item {
    padding: 10px 0;
  }
}

.m-works-002__item-inner {
  height: 100%;
  background-color: var(--sub-bg, #f2f2f2);
  overflow: hidden;
}

.m-works-002__detail {
  height: 100%;
  background: var(--primary-txt);
}

.m-works-002__item:first-child {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .m-works-002__item:first-child {
    width: 100%;
  }
}

.m-works-002__item:first-child .m-works-002__item-inner {
  display: block;
  padding: 0;
}

.m-works-002__item:first-child .m-works-002__figure {
  position: relative;
}

.m-works-002__item:first-child .m-works-002__detail {
  width: 100%;
  color: var(--sub-txt);
  background: var(--primary-txt);
}

.m-works-002__ttl-ja {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .m-works-002__ttl-ja {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-works-002__desc-txt {
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .m-works-002__desc-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -------------------------------------------
企業理念 004
------------------------------------------- */
.m-about-004 {
  padding: 80px 0 0;
}

.m-about-004__headline-txt {
  color: var(--primary);
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .m-about-004 {
    padding: 40px 0 0;
  }
}

.m-about-004__detail {
  padding: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .m-about-004__detail {
    padding: 10px 20px 0;
  }
}

@media screen and (max-width: 320px) {
  .m-about-004__detail {
    padding: 10px 10px 0;
  }
}

.m-about-004__desc-txt {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-about-004__desc-txt {
    text-align: left;
  }
}

/* -------------------------------------------
募集要項 003
------------------------------------------- */
.m-require-003 {
  background-color: var(--sub-bg);
}

.m-require-003 .c-headline-001__en {
  color: var(--primary-bg);
  text-transform: uppercase;
}

.m-require-003 .c-headline-001__ja {
  font-weight: 700;
}

.m-require-003__detail-row {
  /* border-top: 1px solid #ddd; */
  border-color: var(--primary-border, #04a1af);
}

.m-require-003__detail-row:last-child {
  /* border-bottom: 1px solid #ddd; */
  border-color: var(--primary-border, #04a1af);
}

.m-require-003__detail-ttl {
  color: var(--primary-bg);
}

.m-require-003__detail-desc {
  font-weight: 400;
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-003__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  /* color: #333; */
}

@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;
  }
}
