@charset "UTF-8";

/* -------------------------------------------
共通パッチ
------------------------------------------- */
/* 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: var(--sub-txt, #333);
}

img {
  vertical-align: bottom;
}

.c-headline-001__en {
  font-weight: 400;
  word-break: break-word;
  /* text-transform: uppercase; */
}
.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
}

.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
.m-header-001__logo {
  padding: 25px 30px;
}
.m-header-001__logo-link-img {
  max-height: 20px;
}
@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 17.5px 15px;
  }
  .m-header-001__logo-link-img {
    max-height: 20px;
  }
}

.m-header-001 {
  background: var(--sub-bg);
}

.m-header-001__logo {
  max-width: 67%;
}

.m-header-001__btn-link {
  min-height: 55px;
  font-weight: 700;
}

/* -------------------------------------------
メッセージ 001
------------------------------------------- */
.m-message-001 {
  padding: 80px 0 80px;
}

@media screen and (max-width: 767px) {
  .m-message-001 {
    padding: 20px 0;
  }
}

.m-message-001__detail {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-message-001__desc-txt {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .m-message-001__detail {
    padding: 20px 20px;
  }
}

.m-message-001__desc-txt {
  padding-bottom: 0;
}

.m-message-001__headline {
  color: var(--sub-txt);
}

/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.m-jobs-001 {
  background: var(--sub-bg);
  padding: 80px 20px;
}

@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: 0.4em 0.8em;
  line-height: 1.3em;
}
.m-jobs-001__list-item:first-child {
  padding-top: 0;
}

/* -------------------------------------------
1日の仕事の流れ 001
------------------------------------------- */
.m-schedule-001 .c-headline-001 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .m-schedule-001 .c-headline-001 {
    margin-bottom: 20px;
  }
}

.m-schedule-001__list {
  border: none;
}

.m-schedule-001__list-item {
  border: 1px solid var(--primary-border);
}

.m-schedule-001__list-item:not(:last-child) {
  border-bottom: none;
}

.m-schedule-001__list-item-time-txt {
  vertical-align: middle;
}

.m-schedule-001__list-item-desc {
  padding-bottom: 0;
}

/* -------------------------------------------
社風 001
------------------------------------------- */
.m-culture-001 {
  padding: 80px 0;
  background: var(--sub-bg);
}
@media screen and (max-width: 767px) {
  .m-culture-001 {
    padding: 40px 0;
  }
}

.m-culture-001 .c-headline-001 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .m-culture-001 .c-headline-001 {
    margin-bottom: 20px;
  }
}

.m-culture-001__inner {
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .m-culture-001__inner {
    padding: 0 20px;
  }
}

.m-culture-001__list {
  justify-content: center;
  padding: 0;
  margin: -12px;
}
@media screen and (max-width: 767px) {
  .m-culture-001__list {
    margin: -12px -15px;
  }
}

@media screen and (min-width: 1025px) {
  .m-culture-001__list-item {
    width: 28%;
  }
}

.m-culture-001__list-item-detail-ttl {
  border-color: var(--primary-border);
}
@media screen and (max-width: 767px) {
  .m-culture-001__list-item-detail-ttl {
    padding: 8px 0;
  }
}

.m-culture-001__list-item-detail-ttl-txt {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .m-culture-001__list-item-detail-ttl-txt {
    font-size: 1.5rem;
  }
}

.m-culture-001__list-item-figure-img {
  max-width: none;
  width: 100%;
}

/* -------------------------------------------
質問 001
------------------------------------------- */
.m-faq-001 {
  padding: 80px 40px 60px;
}

@media screen and (max-width: 1024px) {
  .m-faq-001 {
    padding: 80px 20px 60px;
  }
}

@media screen and (max-width: 767px) {
  .m-faq-001 {
    padding: 40px 20px 30px;
  }
}

.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: var(--sub-bg);
}

.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;
}

@media screen and (max-width: 767px) {
  .m-faq-001__list-item-ttl-txt {
    line-height: 1.6;
    padding: 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: 0.6;
  background: #4578aa;
}

.m-message-002__detail {
  padding: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    text-align: left;
  }
}

/* -------------------------------------------
募集要項 003
------------------------------------------- */
.m-require-003 {
  background: var(--sub-bg) !important;
}

.m-require-003__detail-row:nth-child(odd) {
  background: #fff;
}

.m-require-003__detail-row {
  border: none;
}

.m-require-003__detail-row:last-child {
  border: none;
}

.m-require-003__detail-ttl {
  color: var(--sub-txt);
}

.m-require-003__detail-desc {
  font-weight: 500;
}

.m-require-003__detail-flow-ttl-number {
}

.m-require-003 .c-headline-001 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .m-require-003 .c-headline-001 {
    margin-bottom: 20px;
  }
}

.m-require-003__detail {
  padding-top: 0;
}

/* フッター */
.m-footer-001 {
  background: #fff;
  color: var(--sub-txt);
}

.m-footer-001__copyright {
  font-family: inherit;
}

/* フォント */
@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2.2rem;
    letter-spacing: 0.3rem;
  }
}
