@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: 600;
  /* 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 {
    padding: 20px 40px;
background:#fff;
}

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

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

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

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

.single-post_recruit .m-header-001 {
  background: transparent;
}

.m-header-001 + .m-kv-001 {
  margin-top: -80px; /* PCヘッダーの高さ */
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001 {
    margin-top: -48px; /* SPヘッダーの高さ */
  }
}
/* 見出し下の余白設定 */
.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;
}
/*
投稿ページ「タイトル：日本語」に img タグを挿入
<img class="img-headline pc-tab" src="path/to/headline_pc.jpg" /><img class="img-headline sp" src="path/to/headline_sp.jpg" /><img class="img-headline sp320" src="path/to/headline_sp320.jpg" />
*/
.img-headline {
  margin: 0 auto;
  height: 58px;
}

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

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

@media screen and (max-width: 374px) {
  .img-headline.sp320 {
    display: inline-block;
  }
}
/* 「応募する」ボタン */
a[class^="m-require-"][class$="__entry-btn"] {
  border: 2px solid var(--primary-bg);
  background: transparent;
  color: var(--primary);
   -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

a[class^="m-require-"][class$="__entry-btn"]:hover {
  color: var(--primary-txt);
}

a[class^="m-require-"][class$="__entry-btn"]::before {
  background: var(--primary);
}

/* -------------------------------------------
社風 002
------------------------------------------- */
.m-culture-002 .c-headline-001__en {
  color: var(--primary);
}

@media screen and (max-width: 767px) {
    .m-culture-002__list-item-detail:last-child {
        padding-bottom: 10px;
    }
}

.m-culture-002__list-item-detail-ttl {
  border-color: var(--primary-border, #04a1af);
  border-width: 1px 0;
  color: var(--sub-txt);
}

.m-culture-002__list-item-detail-ttl-txt {
  font-size: 2rem;
  font-weight: 700;

}

.m-culture-002__list-item-detail-desc {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-culture-002__list-item:last-child .m-culture-002__list-item-detail {
    padding-bottom: 0;
  }
}

.m-culture-002__list-item:last-child {
  padding-bottom: 0%;
}

@media screen and (min-width: 1025px) {
  .m-culture-002__list-item:first-child {
    padding-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .m-culture-002__list-item:nth-child(2) {
    padding-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .m-culture-002__list-item:nth-last-child(2) {
    padding-bottom: 0;
  }
}

.m-culture-002__list-item-figure-img {
  vertical-align: bottom;
  width: 100%;
}

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

/* -------------------------------------------
社風 003
------------------------------------------- */
.m-culture-003 {
  padding: 80px 20px;
}

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

.m-culture-003__inner {
  max-width: 800px;
}

.m-culture-003__list,
.m-culture-003__list-item {
  padding: 0;
}

.m-culture-003__list-item-figure {
  margin: 0;
}

.m-culture-003__list-item-detail {
  padding: 20px;
}

@media screen and (max-width: 1024px){
  .m-culture-003__list-item-detail {
    padding: 20px 0;
  }
}

.m-culture-003__list-item:last-child .m-culture-003__list-item-detail {
  padding-bottom: 0;
}

.m-culture-003__list-item-detail-ttl {
  border-color: var(--primary-border, #04a1af);
}

/* -------------------------------------------
改修パッチ（佐野）
------------------------------------------- */
.m-culture-003 {
  padding: 80px 0;
  background: var(--sub-bg);;
}

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

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

.m-culture-003__inner {
  max-width: 800px;
}

.m-culture-003 .c-headline-001__en {
  /* color: #fff; */
}

.m-culture-003 .c-headline-001__ja {
  /* color: #fff; */
}

.m-culture-003__list {
  padding: 0;
}

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

.m-culture-003__list-item {
  margin: 0;
  padding: 0 0 60px 0;
}

@media screen and (max-width: 1024px) {
  .m-culture-003__list-item {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item {
    padding: 0;
  }
}

.m-culture-003__list-item:last-child {
  padding-bottom: 0;
}

.m-culture-003__list-item:last-child .m-culture-003__list-item-detail {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item:last-child .m-culture-003__list-item-detail {
    padding-bottom: 0;
  }
}

.m-culture-003__list-item-detail-ttl {
  border: solid #ddd;
  border-width: 0 0 1px;
}

.m-culture-003__list-item-detail-ttl-txt {
  font-size: 2rem;
  font-weight: 900;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item-detail-ttl-txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 320px) {
  .m-culture-003__list-item-detail-ttl-txt {
    font-size: 1.6rem;
  }
}

.m-culture-003__list-item-detail-desc-txt {
  font-size: 1.5rem;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item-detail-desc-txt {
    font-size: 1.5rem;
  }
}
/* -------------------------------------------
評価制度 001
------------------------------------------- */
/* 色調整 */
.m-assessment-001 {
  /* background: #000 !important; */
}

.m-assessment-001 .c-headline-001__en {
  /* color: var(--primary); */
}

.m-assessment-001 .c-headline-001__ja {
  /* color: var(--primary); */
}

.m-assessment-001__list-item-ttl {
  border-color: var(--primary-border);
}

.m-assessment-001__list-item-ttl-num {
  /* background: var(--primary-bg); */
  /* color: var(--primary-txt, #fff); */
}

.m-assessment-001__list-item-ttl-txt {
  /* color: var(--sub-txt); */
}

.m-assessment-001__list-item-desc-txt {
  /* color: var(--sub-txt); */
}

/* その他 */
.m-assessment-001__inner {
  padding: 0 40px;
  max-width: 920px;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__inner {
    padding: 0 20px;
  }
}

.m-assessment-001__list-item {
  padding: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item {
    padding-bottom: 30px;
  }
}

.m-assessment-001__list-item:last-child {
  padding-bottom: 0;
}

.m-assessment-001__list-item-ttl {
  border-width: 1px 0;
}

.m-assessment-001__list-item-ttl:only-child {
  margin-bottom: 0;
}

.m-assessment-001__list-item-ttl-num {
  font-weight: 600;
}

.m-assessment-001__list-item-ttl-txt {
  font-size: 2.5rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item-ttl-txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 320px) {
  .m-assessment-001__list-item-ttl-txt {
    font-size: 1.7rem;
  }
}

/* 画像の横幅を縮める 子要素の「何番目」に適用させるかは適宜変更 */
.m-assessment-001__list-item:nth-child(2) .m-assessment-001__list-item-figure-img {
  /* max-width: 600px; */
  /* width: 100%; */
}

.m-assessment-001__list-item-desc {
  padding: 20px 20px 0;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item-desc {
    padding: 10px 0 0;
  }
}

.m-assessment-001__list-item-ttl + .m-assessment-001__list-item-desc,
.m-assessment-001__list-item-desc:only-child {
  padding-top: 0;
}
/* -------------------------------------------
仕事内容（単体） 004
------------------------------------------- */
.m-jobs-004 {
  padding: 0 20px 80px;
}
@media screen and (max-width: 767px) {
  .m-jobs-004 {
    padding: 0 20px 40px;
  }
}
.m-jobs-004__inner {
  max-width: 1000px;
}

.m-jobs-004__content {
  margin: 0;
}

.m-jobs-004__content-images-figure {
  max-width: 793px;
  margin: 0 auto;
}

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

.m-jobs-004__content-desc {
  color: #333;
}

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


/* -------------------------------------------
追加パッチ（河田）
------------------------------------------- */
/* -------------------------------------------
質問 001
------------------------------------------- */
.m-faq-001 {
  padding: 0 40px;
}

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

@media screen and (max-width: 767px) {
  .m-faq-001 {
    padding: 0 20px;
  }
}

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

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

.m-faq-001__list-item-ttl {
  background: #dddddd;
}

.m-faq-001__list-item-ttl-icon {
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .m-faq-001__list-item-content {
    padding: 20px 10px 10px;
  }
}

.m-faq-001__list-item-ttl-txt {
  padding: 10px 10px 10px 20px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .m-faq-001__list-item-ttl-txt {
    padding: 10px;
  }
}


@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 10px 0 10px 15px;
  }
}
.m-culture-003__list-item-detail-ttl-txt {
  font-weight: 700;
}
.c-headline-001__en {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .m-jobs-004__content-images {
    margin-bottom: 0;
  }
}
.m-faq-001__list-item-ttl-icon {
  font-weight: 400;
}
.m-faq-001__list-item-ttl-txt {
  font-weight: 700;
}


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

/* 色調整 */
.m-movie-001__list-item-inner {
  border: 1px solid var(--primary-border);
}

.m-movie-001__list-item-ttl {
  border-bottom: 1px solid var(--primary-border);
}

/* その他 */
.m-movie-001__inner {
  max-width: 960px;
}

.m-movie-001__list-item-inner {
  padding: 60px 40px;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

@media screen and (max-width: 767px) {
  .m-movie-001__list-item-inner {
    padding: 20px;
  }
}

.m-movie-001__list-item-movie {
  position: relative;
}

.m-movie-001__list-item-movie:after {
  content:"";
  display: block;
  padding-top: 56.25%;
}

.m-movie-001__list-item-movie video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: auto;
  border: solid 1px #333;
}

@media screen and (max-width: 1024px) {
  .m-movie-001__list-item-movie video {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .m-movie-001__list-item-content {
    padding: 0;
  }
}

@media screen and (max-width: 320px) {
  .m-movie-001__list-item-ttl-txt {
    letter-spacing: .1rem;
  }
}

.m-movie-001__list-item-desc-txt {
  margin: 0;
}
