/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  color: var(--primary-txt);
}

/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 768px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

.m-footer-001 {
  background: #ffdfd4;
}

.m-footer-001__copyright {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

.c-headline-001__en {
  color: var(--sub-txt, #fff);
  font-weight: 400;
}

/* -------------------------------------------
header
------------------------------------------- */
.m-header-001 {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.m-header-001__logo {
  padding: 13px 25px;
}

.m-header-001__logo-link-img {
  max-height: 57px;
}

.m-header-001__btn-link {
  background-color: #ef5265;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 32px;
  }
}

/* -------------------------------------------
モジュール1
------------------------------------------- */
.c-module-container > section:nth-of-type(odd) {
  background-color: #fff;
}

.m-message-004 {
  background-color: #fff;
  padding: 130px 0 80px;
}

.m-message-004::before {
  top: 0;
}

.postid-67 .m-message-004::before,
.postid-101 .m-message-004::before {
  background-color: #b7badb;
}

@media screen and (max-width: 1024px) {
  .m-message-004 {
    padding: 80px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-004 {
    padding: 40px 0;
  }

  .m-message-004__desc-txt {
    padding-bottom: 0;
    text-align: left;
  }
}

/* -------------------------------------------
モジュール2
------------------------------------------- */
.m-jobs-001 {
  padding: 120px 20px 80px;
  background-color: var(--sub-bg, #f2f2f2);
}

.postid-67 .m-jobs-001,
.postid-101 .m-jobs-001 {
  background-color: #facbdd;
}

.m-jobs-001__list-item {
  padding: 20px 25px;
}

.m-jobs-001__list-item-detail {
  width: 43%;
  margin: 0;
  padding: 80px 0 40px 50px;
  text-align: left;
}

.m-jobs-001__list-item-detail-ttl {
  padding: 15px 30px 10px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
  background-color: #fd8068;
}

.postid-67 .m-jobs-001__list-item-detail-ttl,
.postid-101 .m-jobs-001__list-item-detail-ttl {
  background-color: #323563;
}

.m-jobs-001__list-item-detail-desc {
  font-weight: 400;
}

.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
  margin: 0;
  padding: 80px 50px 40px 0;
}

.m-jobs-001__list-item-figure {
  height: 500px;
  width: 57%;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001 {
    padding: 80px 20px 40px;
  }

  .m-jobs-001__list-item-detail {
    padding: 60px 0 20px 30px;
  }

  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 60px 30px 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .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 {
    padding: 40px 20px 20px;
  }

  .m-jobs-001__content-desc {
    text-align: left;
  }

  .m-jobs-001__list-item {
    padding: 20px 0;
  }

  .m-jobs-001__list-item-figure {
    height: auto;
    width: 100%;
  }

  .m-jobs-001__list-item-detail,
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    width: 100%;
    padding: 20px 0;
  }

  .m-jobs-001__list-item-detail-ttl {
    font-size: 1.8rem;
    padding: 10px 20px 5px;
    margin: 0 0 16px;
  }
}

/* -------------------------------------------
モジュール3
------------------------------------------- */
.c-module-container > section.m-schedule-002 {
  padding: 120px 20px;
  background: var(--primary-bg, #04a1af);
}

.m-schedule-002__list-item-time::before {
  height: 1px;
  background: var(--sub-txt);
}

.m-schedule-002__list::after {
  width: 1px;
  background: var(--sub-txt);
}

.m-schedule-002__list-item-content {
  background: #fff;
  position: relative;
}

.m-schedule-002__list-item-time::after {
  bottom: -12px;
  left: -42px;
  width: 20px;
  height: 20px;
  border: 2px solid var(--sub-txt);
  border-radius: 100%;
  background-color: var(--primary-bg, #f2f2f2);
}

.m-schedule-002__list-item-time + .m-schedule-002__list-item-content::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: -38px;
  left: -48px;
  background-color: var(--primary-bg, #f2f2f2);
}

.c-module-container > section.m-assessment-005 {
  background-color: #b7badb;
}

.m-assessment-005__list-item-inner {
  border: 0;
}

.m-assessment-005__list-item-ttl-num {
  background-color: #ef528d;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .c-module-container > section.m-schedule-002 {
    padding: 80px 20px 80px;
  }

  .m-assessment-005__list-item {
    padding: 12px 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-module-container > section.m-schedule-002 {
    padding: 40px 20px 20px;
  }
}

/* -------------------------------------------
モジュール4
------------------------------------------- */
.m-jobs-002 {
  padding: 120px 20px 60px;
}

.m-jobs-002__list-item-detail {
  margin: calc(-1em - 20px) 0 0;
}

.m-jobs-002__list-item-detail-job {
  color: var(--sub-txt);
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 20px;
}

.m-jobs-002__list-item-detail-ttl,
.m-jobs-002__list-item-detail-desc {
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .m-jobs-002 {
    padding: 80px 20px 30px;
  }
}

/* -------------------------------------------
モジュール5
------------------------------------------- */
.m-message-002__headline,
.m-message-002__desc-txt {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item:last-child {
    padding-bottom: 0;
  }

  .m-jobs-002__list-item:last-child .m-jobs-002__list-item-detail {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002 {
    padding: 40px 20px 40px;
  }

  .m-jobs-002__list-item-detail-ttl {
    font-size: 2rem;
    margin: 0 0 15px;
  }

  .m-jobs-002__content-desc {
    text-align: left;
  }

  .m-jobs-002__inner .c-headline-001__ja {
    line-height: 1.5;
    margin-top: 0.1em;
  }

  .m-jobs-002__list-item-detail {
    padding: 20px 0;
  }

  .m-jobs-002__list-item-detail-job {
    font-size: 3.5rem;
  }
}

/* -------------------------------------------
モジュール6
------------------------------------------- */
.m-message-002__inner::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #fd8068;
  content: "";
  opacity: 0.6;
}

@media screen and (max-width: 1024px) {
  .m-message-002__inner {
    padding: 80px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    text-align: left;
  }

  .m-message-002__inner {
    padding: 40px 20px;
  }
}

.postid-67 .m-message-002__inner::before,
.postid-101 .m-message-002__inner::before {
  background-color: #ef528d;
  opacity: 0.6;
}

/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-003__detail-row,
.m-require-003__detail-row:last-child {
  border-color: var(--sub-txt);
}

.m-require-003__detail-ttl {
  color: var(--sub-txt);
}

.m-require-003__entry-btn {
  background-color: #ef5265;
  color: #fff;
}
