@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;
}

@media screen and (max-width: 767px) {
.m-footer-001__copyright {
    padding: 20px 0;
  }
}

.single-post_recruit {
  color: #fff;
}

img {
  vertical-align: bottom;
}

.c-headline-001__en {
  font-weight: 400;
  word-break: break-word;
  color: #fff;
}
.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
.m-header-001__logo {
  padding: 12px 35px;
}
.m-header-001__logo-link-img {
  max-height: 46px;
}
@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 7.5px 15px;
  }
  .m-header-001__logo-link-img {
    max-height: 40px;
  }
}

.m-header-001 {
  margin-bottom: -70px; /* PCヘッダーの高さ */
  background: transparent;
}

@media screen and (max-width: 767px) {
  .m-header-001 {
    margin-bottom: -55px; /* SPヘッダーの高さ */
  }
}

.m-header-001__btn-link {
  background: #fff;
  color: var(--primary);
}

/* フォーム */
.c-page-ttl-001 {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .c-page-ttl-001 {
    padding-top: 95px;
  }
}


/* -------------------------------------------
メッセージ 004
------------------------------------------- */
.m-message-004 {
  padding: 80px 0 40px;
}

@media screen and (max-width: 767px) {
  .m-message-004 {
    padding: 40px 0;
  }
}

.m-message-004::before {
  top: 0;
  max-height: 45vw;
}

@media screen and (max-width: 767px) {
  .m-message-004__desc-txt {
    text-align: left;
  }
}

.m-message-004__headline {
  margin-bottom: 10px;
}
.m-message-004__desc-txt {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .m-message-004__detail {
    padding-top: 30px;
  }
}

/* -------------------------------------------
評価制度 002
------------------------------------------- */
.m-assessment-002 {
  padding: 80px 0;
  background: var(--primary-bg);
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-assessment-002 {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-002 {
    padding: 40px 0;
  }
}

.m-assessment-002__list-item-inner {
  border: none;
}

.m-assessment-002__list-item:first-child {
  padding-top: 0;
}

.m-assessment-002__list-item-ttl-txt {
  font-size: 2.5rem;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-assessment-002__list-item-ttl-txt {
    font-size: 1.6rem;
    letter-spacing: .1rem;
  }
}

.m-assessment-002__list-item-desc-txt {
  color: #333;
}

.m-assessment-002__list-item {
  padding-left: 40px;
  padding-right: 40px;
}

.m-assessment-002__list-item:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .m-assessment-002__list-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.m-assessment-002 .c-headline-001 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .m-assessment-002 .c-headline-001 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .m-assessment-002__list-item .m-assessment-002__list-item-figure {
    width: 70%;
    margin: 0 auto;
  }
}

.m-assessment-002__list-item {
  padding: 24px 20px;
}
@media screen and (max-width: 767px) {
  .m-assessment-002__list-item {
    padding: 12px 20px;
  }
}
.m-assessment-002__list-item:last-child {
  padding-bottom: 0;
}

.m-assessment-002__list-item-ttl-num {
  background: none;
  border: 2px solid var(--primary-bg);
  color: var(--primary);
  font-weight: 600;
  line-height: 60px;
}

@media screen and (max-width: 767px) {
  .m-assessment-002__list-item-ttl-num {
    line-height: 40px;
  }
}

/* -------------------------------------------
仕事内容（単体） 005
------------------------------------------- */
.m-jobs-005 {
  padding: 0 20px 80px;
  background: var(--primary-bg) !important;
}

.m-jobs-005__list-item-detail-ttl {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
  .m-jobs-005 {
    padding: 0 20px 40px;
  }
}

.m-jobs-005__content-ttl {
  font-size: 3rem;
}

@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 .c-headline-001 {
  margin-bottom: 10px;
}
.m-jobs-005__list-item-detail-job {
  line-height: 1.2em;
  font-weight: 600;
  word-break: break-word;
  color: var(--primary);
}
.m-jobs-005__list-item-detail-ttl {
  margin: 0;
  padding: .8em 0 1.2em;
  line-height: 1.4em;
  font-weight: 500;
  font-size: 2.3rem;
  color: var(--primary);
}
@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail-ttl {
    font-size: 1.8rem;
  }
}

.m-jobs-005__list-item-detail {
  background: #fff;
  color: var(--sub-txt);
}

/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.m-jobs-001 {
  padding: 80px 20px;
  background: var(--sub-bg);
}

@media screen and (max-width: 767px) {
  .m-jobs-001 {
    padding: 40px 20px;
  }
}

.m-jobs-001__content-desc {
  /* color: #333; */
}

.m-jobs-001__list-item-detail-ttl {
  background: var(--primary);
  color: #fff;
}

.m-jobs-001__list-item-detail-desc {
  /* color: #333; */
}

@media screen and (max-width: 767px) {
  .m-jobs-001__content-desc {
    text-align: left;
  }
}

.m-jobs-001__list {
  padding: 20px 0 0 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 {
  min-height: 490px;
}

@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 40px 40px 0px;
}

/*テキストを内側に寄せたい場合は削除*/
.m-jobs-001__list-item-detail {
  width: 45%;
  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 3% 40px 15px;
  }
}

@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 0px 40px 40px;
}

/*テキストを内側に寄せたい場合は削除*/
.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 40px 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;
  }
}

.m-jobs-001__list-item-detail-ttl {
  padding: 0 10px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

/* IE対応 */
_:-ms-fullscreen,
:root .m-jobs-001__list-item-detail-ttl {
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-ttl {
    margin: 0 0 15px;
    padding: 2px 10px;
    font-size: 2rem;
  }
}

.m-jobs-001__list-item-detail-desc {
  font-weight: 500;
  text-align: justify;
}

/*タブレットから縦並びの時*/
@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;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001 .c-headline-001 {
    margin-bottom: 15px;
  }
}

.m-jobs-001__list-item-detail-ttl {
  padding: .3em .8em;
  line-height: 1.3em;
  background: #fff;
  color: var(--primary);
}
.m-jobs-001__list-item:first-child {
  padding-top: 0;
}

/* -------------------------------------------
仕事内容（単体） 002
------------------------------------------- */
.m-jobs-002 {
  padding: 80px 20px;
  background: var(--primary-bg) !important;
}

@media screen and (max-width: 767px) {
  .m-jobs-002 {
    padding: 40px 20px;
  }
}

.m-jobs-002__list {
  padding: 0;
}

.m-jobs-002__list-item-detail-job {
  word-break: break-word;
  color: #fff;
}

.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: .8em 0 1.1em;
  line-height: 1.4em;
  font-weight: 500;
}

@media screen and (min-width: 1025px) {
  .m-jobs-002__list-item-detail {
    margin-top: -40px;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item-detail {
    margin-top: -40px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail {
    margin-top: -34px;
  }
  .m-jobs-002 .c-headline-001 {
    margin-bottom: 10px;
  }
}

/* -------------------------------------------
メッセージ 002
------------------------------------------- */
.m-message-002__inner {
  padding: 40px 20px 40px;
}

@media screen and (min-width: 768px) {
  .m-message-002__inner {
    padding: 100px 20px 75px;
  }
}

.m-message-002__inner::before {
  opacity: .7;
  background: #111;
}

.m-message-002__detail {
  padding: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .m-message-002__headline-txt {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 374px) {
  .m-message-002__headline-txt {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
}

/* 募集要項 タイトル・コンテント間の幅 */
.m-require-001 .c-headline-001 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001 {
    margin-bottom: 5px;
  }
}

.m-require-001__detail {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .m-require-001__detail {
    padding-top: 15px;
  }
}

/* 募集要項 001 */
.m-require-001 {
  background: var(--primary) !important;
}

.m-require-001 .c-headline-001__en {
  text-transform: uppercase;
}

.m-require-001__detail-row {
  margin-bottom: 5px;
}

.m-require-001__detail-ttl {
  font-weight: 700;
  background: var(--sub-bg);
}

.m-require-001__detail-desc {
  background: #fff;
  font-weight: 500;
}

.m-require-001__detail-desc::before {
  opacity: 0;
}

/* 「応募する」ボタン */
.m-require-001__entry-btn {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.m-require-001__entry-btn:hover {
  color: var(--primary);
}

.m-require-001__entry-btn::before {
  background: #fff;
}

/* フッター */
.m-footer-001 {
  background: #111;
}