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

/* ロゴ */
.m-header-001__logo {
  padding: 10px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 5px 15px;
    max-width: 220px;
  }
}
.m-header-001__logo-link-img {
  display: block;
  max-height: 30px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    display: none;
  }
}
.m-header-001__logo-link-img.is-mobile {
  display: none;
  max-height: 30px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}
/* 大見出し */
.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;
  letter-spacing: 0.05em;
  /* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
  }
}
@media screen and (max-width: 374px) {
  .c-headline-001__ja {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}
/* モジュール内見出し */
@media screen and (max-width: 767px) {
  [class$=__headline-txt],
  [class$=__content-ttl] {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 374px) {
  [class$=__headline-txt],
  [class$=__content-ttl] {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}
/* 募集要項 */
div[class^=m-require-][class$=__detail-row] {
  border-color: var(--primary-border);
}

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-footer-001 {
  /*background: var(--sub-bg);*/
  /*color: inherit;*/
}

.m-footer-001__copyright {
  padding: 27px 0;
  font-family: inherit;
	opacity: .8;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}
/* ヘッダーの高さ */
@media screen and (min-width: 767.1px) {
  .m-header-001__btn-link {
    min-height: 80px;
  }
}
/* -------------------------------------------
募集要項 002
------------------------------------------- */
.m-require-002 {
  margin-top: 120px;
  padding-top: 0;
  background: #fff !important;
}

@media screen and (max-width: 1024px) {
  .m-require-002 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .m-require-002 {
    margin-top: 40px;
  }
}


/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-002 .c-headline-001__en {
  text-transform: uppercase;
}

@media screen and (max-width: 350px) {
  .m-require-002__detail {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.m-require-002__detail-row::before {
  background: var(--sub-bg);
  opacity: 1;
}

.m-require-002__detail-ttl {
  /* color: #333; */
}

/* IE対応 */
_:-ms-fullscreen, :root .m-require-002__detail-flow-ttl-number {
  padding: 6px 10px 1px;
}

/*01,02共通*/
/* -------------------------------------------
メッセージ 003
------------------------------------------- */
.m-message-003 {
  padding: 120px 20px;
  background: #fff !important;
}

@media screen and (max-width: 1024px) {
  .m-message-003 {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-message-003 {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 350px) {
  .m-message-003 {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .m-message-003__inner {
    flex-direction: column;
    padding: 0;
  }
}
@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;
  }
}
@media screen and (max-width: 350px) {
  .m-message-003__detail {
    width: calc(100% - 15px);
    margin: -10% 0 0 15px;
  }
}
.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;
  letter-spacing: 0.2em;
  /* color: var(--primary); */
}

@media screen and (max-width: 767px) {
  .m-message-003__headline-txt {
    font-size: 1.9rem;
    letter-spacing: .15em;
  }
}

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

.m-message-003__desc-txt {
  padding: 0 0 30px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.1em;
  /* color: #fff; */
}

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

/*01,02共通*/
/* -------------------------------------------
仕事内容（単体） 002
------------------------------------------- */
/* shoud import font files */
.m-jobs-002 {
  padding: 80px 20px;
  background: var(--sub-bg);
}

@media screen and (min-width: 1024.1px) {
  .m-jobs-002 {
    padding: 120px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002 {
    padding: 40px 20px;
  }
}
.m-jobs-002__content-desc {
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__content-desc {
    text-align: left;
  }
}
.m-jobs-002__list {
  padding: 0;
  justify-content: center;
}

@media screen and (min-width: 1024.1px) {
  .m-jobs-002__list {
    margin-top: 30px;
  }
}
@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;
  }
}
.m-jobs-002__list-item-detail {
  margin-top: -40px;
}

@media screen and (min-width: 1024.01px) {
  .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: -46px;
  }
}
@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail {
    padding: 20px 0;
    margin-top: -34px;
  }
}
@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item:last-child .m-jobs-002__list-item-detail {
    padding-bottom: 0;
  }
}
.m-jobs-002__list-item-detail-job {
  word-break: break-word;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.11;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-job {
    font-size: 3.5rem;
    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;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-ttl {
    font-size: 2rem;
    margin: 0;
  }
}
.m-jobs-002__list-item-detail-desc {
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.1em;
}

/*01のみ*/
/* -------------------------------------------
仕事内容(一覧) 001
------------------------------------------- */
.m-works-001 {
  background: #fff !important;
}

@media screen and (min-width: 1024.1px) {
  .m-works-001 {
    padding: 120px 0 110px;
  }
}

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

@media screen and (max-width: 767px) {
  .m-works-001__detail {
    margin-top: -20px;
    padding: 0 10px;
  }
}
_:-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;
  }
}
.m-works-001__ttl-ja {
  padding: 6px 20px 4px;
}

@media screen and (min-width: 1024.1px) {
  .m-works-001__ttl-ja {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .m-works-001__ttl-ja {
    margin-bottom: 0;
  }
}
_:-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;
  }
}
.m-works-001__desc-txt {
  padding-bottom: 0;
  line-height: 1.66;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 767.1px) {
  .m-works-001__desc-txt {
    font-size: 1.5rem;
  }
}
/*01,02共通*/
/* -------------------------------------------
社風 003
------------------------------------------- */
.m-culture-003 {
  padding: 120px 20px 110px;
  background : #e6bab6 !important;
}

@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__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-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .m-culture-003__list-item {
    padding-bottom: 30px;
  }
}
.m-culture-003__list-item:last-child {
  padding-bottom: 0;
}

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

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

@media screen and (max-width: 1024px) {
  .m-culture-003__list-item-detail {
    padding: 20px 0 0;
  }
}
.m-culture-003__list-item-detail-ttl {
  font-weight: 700;
  border-bottom: solid 1px var(--primary-border, #dddddd);
  color: var(--primary);
}

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

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

@media screen and (max-width: 767px) {
  .m-culture-003__list-item-detail-desc-txt {
    font-size: 1.4rem;
  }
}
/*01,02共通*/
/* -------------------------------------------
メッセージ 002
------------------------------------------- */
.m-message-002 {
  /* background: #fff !important; */
  /* background-position: top center; */
}

.m-message-002__inner {
  padding: 100px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 800px;
}

@media screen and (max-width: 1024px) {
  .m-message-002__inner {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .m-message-002__inner {
    padding: 60px 20px;
  }
}
.m-message-002__inner::before {
  /* display: none; */
  /* background: #333; */
  opacity: 0.5;
}

.m-message-002__detail {
  padding: 0;
}

.m-message-002__headline {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .m-message-002__headline {
    margin-bottom: 30px;
  }
}
.m-message-002__headline:only-child {
  margin-bottom: 0;
}

.m-message-002__headline-txt {
  font-weight: 700;
  /* color: var(--primary); */
  letter-spacing: 0.2em;
}

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

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    text-align: left;
  }
}
.m-message-002__desc-txt {
  padding: 30px 0 0;
  /* color: #fff; */
  line-height: 1.875;
  letter-spacing: 0.1em;
}

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

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

/*01,02共通*/
/* -------------------------------------------
ギャラリー 003
------------------------------------------- */
.m-gallery-003 {
  margin: 120px auto;
  padding: 0;
  background: #fff !important;
}

@media screen and (max-width: 1024px) {
  .m-gallery-003 {
    margin: 80px auto;
  }
}

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

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

@media screen and (max-width: 767px) {
  .m-gallery-003__list {
    margin: -3px;
  }
}
.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-item {
    padding: 3px;
  }
}
/*02のみ*/
/* -------------------------------------------
仕事内容（単体） 001 各見出しが「文字色のみ」の場合
------------------------------------------- */
.m-jobs-001 {
  padding: 80px 20px;
  background: var(--sub-bg) !important;
}

@media screen and (min-width: 1024.1px) {
  .m-jobs-001 {
    padding: 120px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001 {
    padding: 40px 20px;
  }
}
.m-jobs-001__content-desc {
  line-height: 1.875;
  letter-spacing: 0.1em;
}

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

@media screen and (min-width: 1024.1px) {
  .m-jobs-001__list {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024.1px) {
  .m-jobs-001__list-item {
    margin-top: 10px;
  }
}
.m-jobs-001__list-item:last-child {
  padding-bottom: 0;
}

.m-jobs-001__list-item-inner {
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-inner {
    flex-direction: column;
  }
}
.m-jobs-001__list-item-figure {
  min-height: 490px;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: 440px; /*適宜変更*/
  }
}
@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    min-height: auto;
  }
}
.m-jobs-001__list-item-detail {
  width: 45%;
  margin: 0;
  padding: 40px 0% 40px 40px;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0;
    padding: 20px 0px;
  }
}
@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;
  padding: 40px 40px 40px 0%;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 20px 0px;
  }
}
@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: 1024px) {
  .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;
  }
}
.m-jobs-001__list-item-detail-job {
  font-weight: 700;
  /* padding-top: 4px; */
  padding: 0;
  margin: 0;
  background: transparent;
  color: var(--primary);
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-job {
    font-size: 2.1rem;
  }
}
.m-jobs-001__list-item-detail-ttl {
  display: block; /*safariバグ対策*/
  padding: 0;
  margin: 0 0 15px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2em;
  background: transparent;
  color: var(--primary);
  /* color: currentColor; */
}

@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: 500;
  line-height: 1.875;
  letter-spacing: 0.1em;
}