@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;
}

.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: 500;
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
.m-header-001__logo {
  padding: 15.5px 40px;
}
.m-header-001__logo-link-img {
  max-height: 39px;
}
@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 10px 15px;
  }
  .m-header-001__logo-link-img {
    max-height: 35px;
  }
}

.m-header-001__logo {
  max-width: 67%;
}

.m-header-001__btn-link {
  min-height: 55px;
}

/* -------------------------------------------
企業理念 002
------------------------------------------- */
/* 色調整 */
.m-about-002 {
  /* background: #000 !important; */
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .m-about-002 {
    margin-top: 40px;
  }
}

.m-about-002__detail {
  /* background: #000 !important; */
}

.m-about-002__headline-txt {
  color: var(--primary);
}

.m-about-002__desc-txt {
  /* color: #fff; */
}

/* その他 */
.m-about-002 {
  padding-top: 16%;
  padding-bottom: 0;
}

.m-about-002__background {
  top: 0;
  height: 0;
  max-height: none;
  padding-top: 25%;
  /* background-position: top center; */
}

@media screen and (min-width: 1441px) {
  .m-about-002 {
    padding-top: calc(1440px * 0.16);
  }
  .m-about-002__background {
    padding-top: calc(1440px * 0.25);
  }
}

@media screen and (max-width: 767px) {
  .m-about-002 {
    padding-top: 23%;
  }
  .m-about-002__background {
    padding-top: 35%;
  }
}

.m-about-002__detail {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .m-about-002__detail {
    padding-bottom: 40px;
  }
}

.m-about-002__headline {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .m-about-002__headline {
    margin-bottom: 20px;
  }
}

.m-about-002__headline:only-child {
  margin-bottom: 0;
}

.m-about-002__headline + .m-about-002__desc {
  margin-top: -2px;
}

.m-about-002__desc-txt {
  padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .m-about-002__desc-txt {
    text-align: left;
    padding-top: 24px;
  }
}

.m-about-002__desc-txt:first-child {
  padding-top: 0;
}

/* -------------------------------------------
仕事内容（単体） 002
------------------------------------------- */
.m-jobs-002 {
  padding: 80px 20px;
  background: var(--sub-bg) !important;
}

@media screen and (max-width: 767px) {
  .m-jobs-002 {
    padding: 40px 20px;
  }
}

.m-jobs-002__list {
  padding: 0;
  justify-content: center;
}

.m-jobs-002__list-item-detail-job {
  word-break: break-word;
}

.m-jobs-002__list-item-detail-job {
  text-transform: uppercase;
  font-size: 4rem;
}

@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 {
    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.2rem;
  }
}

.m-jobs-002__list-item-detail-job {
  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;
}

.m-jobs-002__list-item-detail {
  margin-top: -38px;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail {
    margin-top: -35px;
  }
}

@media screen and (min-width: 1025px) {
  .m-jobs-002__list {
    margin-bottom: -20px;
  }
  .m-jobs-002__list-item {
    width: 50%;
    max-width: 500px;
  }
}

/* -------------------------------------------
インタビュー 002
------------------------------------------- */
.m-interview-002 {
}

.m-interview-002__inner {
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .m-interview-002__inner {
    padding: 0 20px;
  }
}

.m-interview-002__nav {
  display: none;
}

.m-interview-002__contents {
  margin: 0;
}

.m-interview-002__contents-card {
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .m-interview-002__contents-card {
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-interview-002__contents-card-content::after {
    left: -35px;
  }
}

.m-interview-002__contents-card-ttl {
  margin: 0;
}

.m-interview-002__contents-card-ttl-desc {
  display: block;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .m-interview-002__contents-section-figure + .m-interview-002__contents-section-detail {
    margin-top: -60px;
  }
}

.m-interview-002__contents-section-detail {
  padding-bottom: 0;
}

.m-interview-002__contents-section-detail-ttl {
  font-size: 2rem;
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .m-interview-002__contents-section-detail-ttl {
    font-size: 1.6rem;
    margin: 0 0 20px;
  }
}

.m-interview-004__contents-section-detail-ttl {
  font-size: 2.8rem;
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .m-interview-004__contents-section-detail-ttl {
    font-size: 1.8rem;
    margin: 0 0 25px;
  }
}

.m-interview-002__contents-section-detail-intro {
  font-size: 2.4rem;
  color: var(--sub-txt);
  margin: 0 0 25px;
}

@media screen and (max-width: 767px) {
  .m-interview-002__contents-section-detail-intro {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
}

.m-interview-002__contents-section-detail-content-txt-block {
  font-weight: 500;
}

.m-interview-002__contents {
  padding: 0;
}

.m-interview-002__nav-item-btn {
  display: flex;
  flex-direction: column;
}

.m-interview-002__nav-item-btn.is-active::after {
  opacity: 1;
}

.m-interview-002__nav-item-figure {
  min-height: 1px;
}

.m-interview-002__nav-item-ttl {
  flex: 1 0 auto;
}

/* -------------------------------------------
企業理念 003
------------------------------------------- */
/* 色調整 */
.m-about-003 {
  background: var(--sub-bg) !important;
}

.m-kv-001 + .m-about-003 {
  background: #fff !important;
}

.m-about-003__headline-txt {
  color: var(--primary);
}

.m-about-003__desc-txt {
  /* color: #fff; */
}

/* その他 */
.m-about-003 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-about-003 {
    padding: 40px 0;
  }
}

.m-about-003__detail {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-about-003__detail {
    padding: 20px 0 0;
  }
}

.m-about-003__headline {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .m-about-003__headline {
    margin-bottom: 20px;
  }
}

.m-about-003__headline:only-child {
  margin-bottom: 0;
}

.m-about-003__headline + .m-about-003__desc {
  margin-top: -2px;
}

.m-about-003__desc-txt {
  padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .m-about-003__desc-txt {
    padding: 24px 0 0;
  }
}

.m-about-003__desc-txt:first-child {
  padding-top: 0;
}

/* -------------------------------------------
仕事単体 003
------------------------------------------- */
.m-jobs-003 {
  padding: 0 0;
}

@media screen and (max-width: 767px) {
  .m-jobs-003 {
    padding: 0 0;
  }
}

.m-jobs-003__inner {
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .m-jobs-003__inner {
    padding: 0 20px;
  }
}

.m-jobs-003__content {
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .m-jobs-003__content {
    margin: 0 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-003__content-desc {
    text-align: left;
  }
}

.m-jobs-003__list {
  margin: -20px;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .m-jobs-003__list {
    margin: -10px;
  }
}

.m-jobs-003__list-item {
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .m-jobs-003__list-item {
    padding: 10px;
  }
}

.m-jobs-003__list-item-inner {
  height: 100%;
}

.m-jobs-003__list-item-detail {
  background: var(--sub-bg);
}

.m-jobs-003__list-item-detail-job {
  font-weight: 600;
}

.m-jobs-003__list-item-detail-ttl {
  font-weight: 500;
}

.m-jobs-003__list-item-figure::before {
  padding: 120% 0 0;
}

/* -------------------------------------------
募集要項 003
------------------------------------------- */
.m-require-003 {
}

.m-require-003__detail-row {
  border-color: var(--primary-border, #ddd);
}

.m-require-003__detail-row:last-child {
  border-color: var(--primary-border, #ddd);
}

.m-require-003__detail-ttl {
  font-weight: 700;
  color: var(--sub-txt);
}

.m-require-003__detail-desc {
  font-weight: 500;
}

.m-require-003__detail-flow-ttl-number {
}

/* フッター */
.m-footer-001 {
  background: var(--sub-bg) !important;
  color: var(--primary);
}

/* フォント */
.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"] {
    font-size: 2.3rem;
    letter-spacing: 0.3rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
