@charset "UTF-8";

:root {
  --sub-bg2: #fdede8;
}

/* -------------------------------------------
共通パッチ
------------------------------------------- */
/* 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;
}
.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: 10px 30px 15px 20px;
  background: #fff;
}
.m-header-001__logo-link-img {
  max-height: 45px;
}
@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 6px 20px 9px 15px;
  }
  .m-header-001__logo-link-img {
    max-height: 40px;
  }
}

.m-header-001__logo {
  max-width: 67%;
}

.m-header-001__btn-link {
  min-height: 55px;
  background: #822f07;
}

.m-header-001 {
  background: #fff;
}

.single-post_recruit .m-header-001 {
  background: rgba(255, 255, 255, 0.6);
}

.m-kv-001 {
  margin-top: -70px; /* PCヘッダーの高さ */
}

@media screen and (max-width: 767px) {
  .m-kv-001 {
    margin-top: -55px; /* SPヘッダーの高さ */
  }
}

/* -------------------------------------------
社風 001
------------------------------------------- */
.m-culture-001 {
  padding: 80px 0;
  background: var(--sub-bg) !important;
}
@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;
  }
}

.m-culture-001__list-item-detail-ttl {
  border-color: var(--primary-border);
  color: var(--primary);
}
@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%;
}

/* -------------------------------------------
メッセージ 003
------------------------------------------- */
.m-message-003 {
  padding: 80px 20px;
}

@media screen and (max-width: 767px) {
  .m-message-003 {
    padding: 40px 20px;
  }
}

@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__desc-txt {
  padding-bottom: 0;
}

/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.m-jobs-001 {
  padding: 80px 20px;
  background: var(--sub-bg2) !important;
}

@media screen and (max-width: 767px) {
  .m-jobs-001 {
    padding: 40px 20px;
  }
}

.m-jobs-001__content-desc {
}

.m-jobs-001__list-item-detail-ttl {
  background: var(--primary-bg);
  color: #fff;
}

.m-jobs-001__list-item-detail-desc {
}

@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;
}

/* -------------------------------------------
インタビュー 004
------------------------------------------- */
.m-interview-004 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-interview-004 {
    padding: 40px 0;
  }
}

.m-interview-004 .c-headline-001__ja {
  font-weight: 700;
}

.m-interview-004__nav {
  margin: -5px;
}

.m-interview-004__contents {
  margin: 50px 0 0;
}

.m-interview-004__contents-section-detail {
  background: var(--sub-bg);
  padding: 40px 40px 50px;
}

@media screen and (max-width: 767px) {
  .m-interview-004__contents-section-detail {
    padding: 30px 20px;
  }
  .m-interview-004__contents-section-figure + .m-interview-004__contents-section-detail {
    margin-top: -60px;
  }
}

.m-interview-004__contents-section-detail-ttl {
  color: var(--primary);
}

.m-interview-004__contents-section-detail-intro {
  color: var(--sub-txt);
  font-weight: 500;
}

.m-interview-004__contents-section-detail-content-txt {
  margin: 0;
}

.m-interview-004__contents-section-detail-content-txt + .m-interview-004__contents-section-detail-content-txt {
  margin-top: 1.5em;
}

.m-interview-004__contents-section-detail-content-txt-name {
  font-size: 1.1em;
}

.m-interview-004__contents-section-detail-content-txt-block {
  font-weight: 500;
  display: block;
  margin-top: 0.5em;
}

.m-interview-004__nav-item-btn.is-active {
  position: relative;
}

.m-interview-004__nav-item-btn.is-active::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 6px solid var(--primary-bg);
}

.m-interview-004__nav-item-btn {
  display: flex;
  flex-direction: column;
}
.m-interview-004__nav-item-figure {
  min-height: 1px;
}

.m-interview-004__nav-item-ttl {
  flex: 1 0 auto;
}

.m-interview-004 .c-headline-001 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .m-interview-004 .c-headline-001 {
    margin-bottom: 20px;
  }
}

.m-interview-004__inner {
  padding: 0 35px;
}
@media screen and (max-width: 1024px) {
  .m-interview-004__inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .m-interview-004__nav {
    padding: 0;
  }
}

/* -------------------------------------------
ギャラリー 003
------------------------------------------- */
.m-gallery-003 {
  background: var(--sub-bg2) !important;
}

.m-gallery-003 .c-headline-001 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .m-gallery-003 .c-headline-001 {
    margin-bottom: 20px;
  }
}

.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: -6px;
}
.m-gallery-003__list-item {
  width: 25%;
  padding: 6px;
}
@media screen and (max-width: 1024px) {
  .m-gallery-003__list-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .m-gallery-003__list {
    margin: -3px;
  }
  .m-gallery-003__list-item {
    padding: 3px;
  }
}

/* -------------------------------------------
募集要項 003
------------------------------------------- */
.m-require-003 {
  /* background: #fff !important; */
}

.m-require-003__detail-row:nth-child(odd) {
  background: var(--sub-bg);
}

.m-require-003__detail-row {
  border: none;
}

.m-require-003__detail-row:last-child {
  border: none;
}

.m-require-003__detail-ttl {
}

.m-require-003__detail-desc {
  font-weight: 500;
}

.m-require-003__detail-flow-ttl-number {
  background: #822f07;
}

.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-require-003__entry-btn {
  background: #822f07;
}

/* フッター */
.m-footer-001 {
  background: var(--sub-bg);
  color: #0f122e;
}

.m-footer-001__copyright {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/* フォント */
@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2.2rem;
    letter-spacing: 0.35rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}
