/*カスタム*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  background:#fff;
}

/* ヘッダー */
.m-header-001 {
  position: fixed;
  width: 100%;
  background: rgba(25, 33, 61, .8);
}

/* ヘッダーIE対応
ヘッダーの高さ分マイナスしてください。*/
_:-ms-fullscreen, :root .m-kv-001 {
  transform: translate(0%, -80px);
  margin-bottom: -80px;
}

.m-header-001__logo {
  padding: 20px 40px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo {
    padding: 18px 5%;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 13px;
  }
}

.m-header-001__logo-link-img {
  max-height: 20px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo-link-img {
    max-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 17px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__btn-link {
    min-height: 60px;
  }
}

.c-headline-001__en {
  font-weight: 400;
  color: #fff;
}

.c-headline-001__ja {
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    font-size: 20px;
  }
}

.m-footer-001 {
  background: #44316c;
  color: #fff;
}

/* フッター */
.m-footer-001__copyright {
  padding: 25px 0;
}

@media screen and (max-width: 767px) {
.m-footer-001__copyright {
    padding: 25px 0;
  }
}

/* -------------------------------------------
メッセージ 004
------------------------------------------- */
.m-message-004 {
  padding: 80px 40px 20px 40px;
  background: #19213d !important;
}

@media screen and (max-width: 767px) {
  .m-message-004 {
    padding: 40px 0 30px 0;
  }
}

.m-message-004::before {
  top: 0;
  background-image: url('/wp-content/themes/base/assets/img/pg01-ph02.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .m-message-004::before {
    top: 0;
  }
}

.m-message-004__headline-txt {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .m-message-004__headline-txt {
    font-size: 2rem;
  }
}

.m-message-004__desc-txt {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .m-message-004__desc-txt {
    text-align: left;
  }
}

/* -------------------------------------------
評価制度 002
------------------------------------------- */
.m-assessment-002 {
  padding: 80px 0 56px 0;
  background: #252c47 !important;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-assessment-002 {
    padding: 80px 0 68px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-002 {
    padding: 40px 0 28px 0;
  }
}

.m-assessment-002__list-item-inner {
  border: none;
  background: #44316c;
}

.m-assessment-002__list-item:first-child {
  padding-top: 0;
}

.m-assessment-002__list-item-ttl-num {
  background: #272b35;
}

.m-assessment-002__list-item-ttl-txt {
  font-size: 2.5rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .m-assessment-002__list-item-ttl-txt {
    font-size: 1.6rem;
    letter-spacing: .1rem;
  }
}

.m-assessment-002__list-item:nth-child(3) .m-assessment-002__list-item-figure-img {
  max-width: 70%;
}

@media screen and (max-width: 767px) {
  .m-assessment-002__list-item:nth-child(3) .m-assessment-002__list-item-figure-img {
    max-width: 100%;
  }
}

.m-assessment-002__list-item-desc-txt {
  color: #fff;
}

/* -------------------------------------------
仕事内容（単体） 005
------------------------------------------- */
.m-jobs-005 {
  padding: 80px 20px;
  background: #19213d !important;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-005 {
    padding: 80px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-005 {
    padding: 40px 20px;
  }
}

.m-jobs-005__content-ttl {
  font-size: 3rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__content-ttl {
    font-size: 1.9rem;
    letter-spacing: .1rem;
  }
}

@media screen and (max-width: 320px) {
  .m-jobs-005__content-ttl {
    font-size: 1.6rem;
  }
}

.m-jobs-005__content-desc {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__content-desc {
    text-align: left;
  }
}

.m-jobs-005__list-item {
  padding-bottom: 0;
}

.m-jobs-005__list-item-inner {
  height: 100%;
}

.m-jobs-005__list-item-detail {
  height: 100%;
  padding: 40px;
  background: #44316c;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail {
    padding: 20px;
  }
}

.m-jobs-005__list-item-detail-job {
  font-size: 4rem;
  font-weight: 600;
  /* color: #d73737; */
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail-job {
    font-size: 2rem;
  }
}

.m-jobs-005__list-item-detail-ttl {
  margin: 20px 0;
  font-size: 2.5rem;
  color: #fff;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-005__list-item-detail-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail-ttl {
    margin: 10px 0;
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-jobs-005__list-item-detail-ttl {
    font-size: 1.8rem;
  }
}

.m-jobs-005__list-item-detail-desc {
  font-size: 1.6rem;
  color: #fff;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail-desc {
    font-size: 1.4rem;
  }
}

/* -------------------------------------------
メッセージ 002
------------------------------------------- */
.m-message-002__inner::before {
  background: #44316c;
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .m-message-002__detail {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-message-002__headline-txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    padding: 10px 0 0;
    text-align: left;
  }
}

/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-002 {
  background: #252c47 !important;
}

.m-require-002 .c-headline-001__en {
  /* text-transform: uppercase; */
}

.m-require-002 .c-headline-001__ja {
  font-weight: 700;
}

.m-require-002__detail-row::before {
  background: #19213d;
  opacity: 1;
}

.m-require-002__detail-ttl {
  color: #fff;
}

.m-require-002__detail-desc {
  font-weight: 400;
  color: #fff;
}

/* IE対応 */
_:-ms-input-placeholder, :root .m-require-002__detail-flow-ttl-number {
  padding: 6px 10px 1px;
}