@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;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

img {
  vertical-align: bottom;
}

b {
  font-weight: 700;
}

.single-post_recruit {
  color: var(--sub-txt, #333);
  word-break: break-word;
}

.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

.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;
  /* text-transform: uppercase; */
}
.c-headline-001__ja {
  font-weight: 700;
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
.m-header-001 {
  background: #d0d0d0;
}

.m-header-001__logo {
  padding: 23.5px 30px;
}
.m-header-001__logo-link-img {
  max-height: 28px;
}
@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 18.5px 15px;
  }
  .m-header-001__logo-link-img {
    max-height: 23px;
  }
}

.m-header-001__logo {
  max-width: 67%;
}

.m-header-001__btn-link {
  min-height: 60px;
}

/* -------------------------------------------
仕事内容（詳細） 005
------------------------------------------- */
.m-work-005 {
  padding: 80px 0 0;
  background: var(--sub-bg) !important;
}

@media screen and (max-width: 767px) {
  .m-work-005 {
    padding: 40px 0 0;
  }
}

.m-work-005__head {
  max-width: 1360px;
}

.m-work-005__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.m-work-005__ttl-en {
  line-height: 1.4;
  padding: 0 0 0.5em;
}

@media screen and (max-width: 767px) {
  .m-work-005__ttl-en {
    padding: 0.5em 0;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .m-work-005__ttl-ja {
    font-size: 1.6rem;
  }
}

.m-work-005__inner {
  margin: 0 auto;
  padding: 60px 0 80px;
}

@media screen and (max-width: 767px) {
  .m-work-005__inner {
    padding: 0 0 40px;
  }
}

.m-work-005__desc-ttl {
  display: inline-block;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 0.4em 1em;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .m-work-005__desc-ttl {
    font-size: 1.6rem;
  }
}

.m-work-005__desc-txt {
  margin: 0;
}

.m-work-005__desc > * + .m-work-005__desc-ttl {
  margin-top: 2.5em;
}

.m-work-005__desc > * + .m-work-005__desc-txt {
  margin-top: 1.5em;
}

.m-work-005__figure {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .m-work-005__figure {
    margin-top: 30px;
  }
}

.m-work-005__recommend {
  padding: 80px 40px;
  background: #fff;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media screen and (max-width: 767px) {
  .m-work-005__recommend {
    padding: 40px 20px;
  }
}

.m-work-005__recommend > * {
  max-width: 1440px;
}

.m-work-005__recommend-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -20px;
  padding: 0;
  min-height: 1px;
}

@media screen and (max-width: 767px) {
  .m-work-005__recommend-list {
    margin: -10px;
  }
}

.m-work-005__recommend-list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.m-work-005__recommend-list-item-link-figure {
  min-height: 1px;
}

.m-work-005__recommend-list-item-link-figure-img {
  width: 100%;
}

.m-work-005__recommend-list-item-link-ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.m-work-005__recommend-list-item-link-ttl-en {
  font-weight: 400;
}

/* -------------------------------------------
企業理念 004
------------------------------------------- */
/* 色調整 */
.m-about-004 {
}

.m-about-004__headline-txt {
  /* color: var(--primary); */
}

.m-about-004__desc-txt {
  /* color: #fff; */
}

/* その他 */
.m-about-004 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-about-004 {
    padding: 40px 0;
  }
}

.m-about-004__detail {
  padding: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .m-about-004__detail {
    padding: 25px 0 0;
  }
}

.m-about-004__headline {
  margin-bottom: 30px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-about-004__headline {
    margin-bottom: 20px;
  }
}

.m-about-004__headline:only-child {
  margin-bottom: 0;
}

.m-about-004__headline + .m-about-004__desc {
  margin-top: -2px;
}

.m-about-004__desc-txt {
  padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .m-about-004__desc-txt {
    padding-top: 24px;
    text-align: left;
  }
}

.m-about-004__desc-txt:first-child {
  padding-top: 0;
}

/* -------------------------------------------
メッセージ 003
------------------------------------------- */
/* 色調整 */
.m-message-003 {
  background: var(--sub-bg) !important;
}

.m-message-003__headline-txt {
  /* color: var(--primary); */
}

.m-message-003__desc-txt {
  /* color: #fff; */
}

/* その他 */
.m-message-003 {
  padding: 80px 20px 0;
}

@media screen and (max-width: 767px) {
  .m-message-003 {
    padding: 40px 20px 0;
  }
}

@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__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 + .m-message-003__desc {
  margin-top: -2px;
}

.m-message-003__desc-txt {
  padding: 0 0 30px;
}

@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;
}

/* -------------------------------------------
インタビュー 004
------------------------------------------- */
.m-interview-004 {
  padding: 80px 0 20px;
  background: var(--sub-bg) !important;
}

@media screen and (max-width: 767px) {
  .m-interview-004 {
    padding: 40px 0 10px;
  }
}

.m-interview-004__inner {
  padding: 0 35px;
}

@media screen and (max-width: 1024px) {
  .m-interview-004__inner {
    padding: 0 15px;
  }
}

.m-interview-004__nav {
  justify-content: center;
  margin: -5px;
}

@media screen and (max-width: 767px) {
  .m-interview-004__nav {
    padding: 0;
  }
}

.m-interview-004__nav-item-btn {
  position: relative;
}

.m-interview-004__nav-item-btn.is-active::after {
  position: absolute;
  content: "";
  display: block;
  border: 6px solid var(--primary-bg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.m-interview-004__contents {
  margin: 50px 0 0;
}

@media screen and (max-width: 767px) {
  .m-interview-004__contents {
    margin: 25px 0 0;
  }
}

.m-interview-004__contents-section-detail {
  padding: 40px 40px 20px;
}

@media screen and (max-width: 1024px) {
  .m-interview-004__contents-section-detail {
    margin: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-interview-004__contents-section-detail {
    padding: 30px 20px 15px;
  }

  .m-interview-004__contents-section-figure + .m-interview-004__contents-section-detail {
    margin-top: -60px;
  }
}

@media screen and (max-width: 767px) {
  .m-interview-004__contents-section-detail-ttl {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
}

.m-interview-004__contents-section-detail-intro {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .m-interview-004__contents-section-detail-intro {
    margin: 0 0 20px;
  }
}

.m-interview-004__contents-section-detail-content-txt-name {
  font-size: 1.6rem;
  padding-bottom: 0.2em;
}

@media screen and (max-width: 767px) {
  .m-interview-004__contents-section-detail-content-txt-name {
    font-size: 1.4rem;
  }
}

.m-interview-004__contents-section-detail-content-txt {
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .m-interview-004__contents-section-detail-content-txt {
    margin: 0 0 20px;
  }
}

.m-interview-004__contents-section-detail-content-txt-block {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .m-interview-004__contents-section-detail-content-txt-block {
    font-size: 1.4rem;
  }
}

.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;
}

/* -------------------------------------------
募集要項 004
------------------------------------------- */
.m-require-004 {
  background: var(--sub-bg) !important;
}

.m-require-004 .c-headline-001__ja {
  font-weight: 700;
}

.m-require-004__detail-row {
  border-top: 1px solid var(--primary-border);
}

.m-require-004__detail-row:last-child {
  border-bottom: 1px solid var(--primary-border);
}

.m-require-004__detail-ttl {
}

.m-require-004__detail-desc {
  font-weight: 500;
}

.m-require-004__entry-btn {
  border: 2px solid var(--primary-bg);
  background: #fff;
  color: var(--primary);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.m-require-004__entry-btn:hover {
  color: var(--primary-txt);
}

.m-require-004__entry-btn::before {
  background: var(--primary);
}

/* フッター */
.m-footer-001 {
}

/* フォント */
.c-headline-001__ja,
[class$="__headline-txt"],
[class$="__content-ttl"] {
  line-height: 1.6;
}

@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.1rem;
    letter-spacing: 0.3rem;
  }
}
