@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: var(--sub-txt, #333);
}

img {
  vertical-align: bottom;
}

.c-headline-001__en {
  font-weight: 600;
  word-break: break-word;
}
.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
.m-header-001__logo {
  padding: 16px 25px;
}
.m-header-001__logo-link-img {
  max-height: 38px;
}
@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 11px 15px;
  }
  .m-header-001__logo-link-img {
    max-height: 33px;
  }
}

.m-header-001__logo {
  max-width: 65%;
}

.m-header-001__btn-link {
  min-height: 55px;
}

.single-post_recruit .m-header-001 {
  background: transparent;
}

.m-kv-001 {
  margin-top: -70px; /* PCヘッダーの高さ */
}

@media screen and (max-width: 767px) {
  .m-kv-001 {
    margin-top: -55px; /* SPヘッダーの高さ */
  }
}

/* -------------------------------------------
メッセージ 005
------------------------------------------- */
.m-message-005 {
  padding: 0 0 100px;
  background: #fff !important;
}

@media screen and (max-width: 767px) {
  .m-message-005 {
    padding: 0 0 50px;
  }
}

.m-message-005__inner {
  padding: 0;
}

.m-message-005__headline-txt {
  color: var(--primary);
}

.m-message-005__detail {
  padding: 50px 60px 0;
}

@media screen and (max-width: 767px) {
  .m-message-005__detail {
    padding: 30px 30px 0;
  }
}

.m-message-005__desc-txt {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-message-005__desc-txt {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item:nth-child(even) {
    padding-left: 2px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item:nth-child(odd) {
    padding-right: 2px;
  }
}

@media screen and (min-width: 768px) {
  .m-message-005__images-item:first-child {
    padding-left: 0;
  }
  .m-message-005__images-item:last-child {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__images {
    margin-top: -5px;
  }
  .m-message-005__figure-img {
    margin-top: 5px;
  }
}

.m-message-005__detail {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .m-message-005__detail {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* -------------------------------------------
仕事内容（単体） 002
------------------------------------------- */
.m-jobs-002 {
  padding: 100px 20px;
  background: var(--primary-bg);
  color: var(--primary-txt);
}

.m-jobs-002 .c-headline-001__en {
  color: var(--primary-txt);
}

@media screen and (max-width: 767px) {
  .m-jobs-002 {
    padding: 50px 20px;
  }
}

.m-jobs-002__list {
  padding: 0;
}

.m-jobs-002__list-item-detail-job {
  word-break: break-word;
  color: var(--primary-txt);
}

.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: 0.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: 15px;
  }
}

/* -------------------------------------------
メッセージ 004
------------------------------------------- */
.m-message-004 {
  padding: 80px 0 60px;
  background: #fff !important;
}

@media screen and (max-width: 767px) {
  .m-message-004 {
    padding: 40px 0 50px;
  }
}

.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;
  color: var(--primary);
}
.m-message-004__desc-txt {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .m-message-004__detail {
    padding-top: 30px;
  }
}

/* -------------------------------------------
社風002
------------------------------------------- */
.m-culture-002 {
  background: var(--primary-bg);
  color: var(--primary-txt);
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .m-culture-002 {
    padding: 50px 0;
  }
}

.m-culture-002 .c-headline-001__en {
  color: var(--primary-txt);
}

.m-culture-002 .c-headline-001 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .m-culture-002 .c-headline-001 {
    margin-bottom: 20px;
  }
}

.m-culture-002__inner {
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .m-culture-002__inner {
    padding: 0 20px;
  }
}

.m-culture-002__list {
  margin: -20px;
  justify-content: center;
}
.m-culture-002__list-item {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .m-culture-002__list {
    margin: -5px;
  }
  .m-culture-002__list-item {
    padding: 5px;
  }
}

.m-culture-002__list-item-detail-ttl {
  border-color: var(--primary-txt);
  font-size: 2rem;
}

.m-culture-002__list-item-detail {
  padding: 0 0 0 25px;
}
@media screen and (max-width: 767px) {
  .m-culture-002__list-item-detail {
    padding: 20px 0;
  }
}

.m-culture-002__list-item-detail-desc {
  padding: 0;
}

/* -------------------------------------------
メッセージ 002
------------------------------------------- */
.m-message-002__inner {
  padding: 50px 20px 60px;
}

@media screen and (min-width: 768px) {
  .m-message-002__inner {
    padding: 100px 20px 120px;
  }
}

.m-message-002__inner::before {
  opacity: 0.5;
}

.m-message-002__detail {
  padding: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    text-align: left;
  }
}

/* -------------------------------------------
フリーテキスト
------------------------------------------- */
.m-free-001 {
  padding: 100px 40px 40px;
}
.m-free-001 .c-headline-001 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .m-free-001 {
    padding: 50px 20px 20px;
  }
}

/* -------------------------------------------
仕事内容（単体） 005
------------------------------------------- */
.m-jobs-005 {
  padding: 100px 20px;
  background: var(--sub-bg);
}

.m-jobs-005__list-item-detail-ttl {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .m-jobs-005 {
    padding: 50px 20px;
  }
}

.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;
}

@media screen and (max-width: 767px) {
  .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;
}
.m-jobs-005__list-item-detail-ttl {
  margin: 0;
  padding: 0.8em 0 1.2em;
  line-height: 1.4em;
  font-weight: 500;
  font-size: 2.3rem;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail-ttl {
    font-size: 1.8rem;
  }
}

/* -------------------------------------------
メッセージ 003
------------------------------------------- */
.m-message-003 {
  padding: 0 20px;
  background: #fff !important;
}

@media screen and (max-width: 767px) {
  .m-message-003 {
    padding: 0 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-culture-001 {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .m-culture-001 {
    padding: 50px 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);
}
@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-require-003 {
  padding: 100px 0;
  background: var(--sub-bg);
}

@media screen and (max-width: 767px) {
  .m-require-003 {
    padding: 50px 0;
  }
}

.m-require-003__detail-row {
  border-color: var(--primary-border, #04a1af);
}

.m-require-003__detail-row:last-child {
  border-color: var(--primary-border, #04a1af);
}

.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;
}

/* フォント */
@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: 0.3rem;
  }
}
