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

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

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

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

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

.m-header-001__logo-link-img {
  
}

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

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

@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: #43bf94;
}

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

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

.m-footer-001 {
  background: #43bf94;
  color: #fff;
}

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

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

/* -------------------------------------------
メッセージ 003
------------------------------------------- */
.m-message-003 {
  padding: 80px 0;
}

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

.m-message-003__inner{
  padding: 0;
}

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

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-message-003__headline-txt {
    font-size: 2.5rem;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-message-003__detail {
    margin: 40% 0 0 -60%;
  }
}

@media screen and (max-width: 767px) {
  .m-message-003__detail {
    margin: 40% 0 0 -70%;
  }
}

.m-message-003__desc-txt  {
  padding-bottom: 0;
}

/* -------------------------------------------
評価制度 002
------------------------------------------- */
.m-assessment-002 {
  padding: 0 0 56px 0;
}

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

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

.m-assessment-002__list-item-inner {
  border: 1px solid #ddd;
}

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

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

@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-of-type(2) .m-assessment-002__list-item-figure-img {
  max-width: 70%;
}

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

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

/* -------------------------------------------
仕事内容（単体） 005
------------------------------------------- */
.m-jobs-005 {
  padding: 0 20px 80px 20px;
}

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

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

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

@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: #333;
}

@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;
}

@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;
  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: 25px 0;
  font-size: 2.5rem;
}

@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: 0 0 10px 0;
    font-size: 2rem;
  }
}

.m-jobs-005__list-item-detail-desc {
  margin-top: 15px;
  font-size: 1.6rem;
  text-align: justify;
}

/* -------------------------------------------
メッセージ 002
------------------------------------------- */
@media screen and (max-width: 767px) {
  .m-message-002__detail {
    padding: 0;
  }
}

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

/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-004 .c-headline-001__ja {
  font-weight: 700;
}

@media screen and (max-width: 767px){
  .m-require-004__detail {
    padding-top: 14px;
  }
}

.m-require-004__detail-row {
  border-top: 1px solid #ddd;
}

.m-require-004__detail-row:last-child {
  border-bottom: 1px solid #ddd;
}

.m-require-004__detail-desc {
  font-weight: 400;
  color: #333;
}

.m-require-004__entry-btn {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary-bg);
}

.m-require-004__entry-btn:hover {
    color: var(--primary-txt);
}

.m-require-004__entry-btn::before {
  background: var(--primary);
}