@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: 400;
  word-break: break-word;
}
.c-headline-001__ja {
  font-weight: 500;
  line-height: 1.6;
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
.m-header-001__logo {
  padding: 22.5px 40px;
}
.m-header-001__logo-link-img {
  max-height: 25px;
}
@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__logo {
  max-width: 65%;
}

.m-header-001__btn-link {
  min-height: 55px;
}

/* -------------------------------------------
メッセージ 005
------------------------------------------- */
.m-message-005 {
  padding: 80px 0;
  background: #fff !important;
}

@media screen and (max-width: 767px) {
  .m-message-005 {
    padding: 40px 0;
  }
}

.m-message-005__inner {
  padding: 0;
}

.m-message-005__headline-txt {
  /* color: var(--primary); */
}

.m-message-005__detail {
  padding: 40px 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;
  }
}

/* -------------------------------------------
仕事内容（単体） 005
------------------------------------------- */
.m-jobs-005 {
  padding: 80px 20px;
  background: var(--sub-bg);
}

.m-jobs-005__list-item-detail {
  background: #58bb02;
}

.m-jobs-005__list-item-detail-ttl {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .m-jobs-005 {
    padding: 40px 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;
  }
}

/* -------------------------------------------
フリーテキスト
------------------------------------------- */
.m-free-001 {
  padding: 80px 40px 40px;
}
.m-free-001 .c-headline-001 {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .m-free-001 {
    padding: 80px 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .m-free-001 {
    padding: 40px 20px 20px;
  }
}

/* -------------------------------------------
メッセージ 003
------------------------------------------- */
.m-message-003 {
  padding: 0 20px 80px;
  background: #fff !important;
}

@media screen and (max-width: 767px) {
  .m-message-003 {
    padding: 0 20px 40px;
  }
}

@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;
  }
}

/* -------------------------------------------
メッセージ 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: #72f303;
}

.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: #fff !important;
}

.m-require-003 .c-headline-001__en {
  /* text-transform: uppercase; */
}

.m-require-003 .c-headline-001__ja {
}

.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 {
  background-color: #58bb02;
}

.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: #58bb02;
}

/* フォント */
@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: 2.1rem;
    letter-spacing: 0.2rem;
  }
}
