/* -------------------------------------------
共通パッチ
------------------------------------------- */
/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 768px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

.m-header-001__logo-link-img {
  max-height: 50px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 25px;
  }
}

.m-footer-001__copyright {
  padding: 30px 0;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
.m-footer-001__copyright {
    padding: 20px 0;
  }
}

.c-headline-001__en {
  font-weight: 500;
  text-transform: uppercase;
}

.m-footer-001 {
  background: #cfe0d9;
  color: var(--primary, #065f38);
}

/* -------------------------------------------
メッセージ 001
------------------------------------------- */
.m-message-001 {
  padding: 85px 0 75px;
}

@media screen and (max-width: 767px) {
  .m-message-001 {
    padding: 40px 0;
  }
}

.m-message-001__detail {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-message-001__desc-txt {
    text-align: left;
  }
}

/* -------------------------------------------
社風 001
------------------------------------------- */
.m-culture-001 {
  padding: 80px 0 56px 0;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-culture-001 {
    padding: 80px 0 68px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-culture-001 {
    padding: 40px 0 16px 0;
  }
}

.m-culture-001__list {
      -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.m-culture-001__list-item-figure-img {
  width: 100%;
}

.m-culture-001__list-item-detail-ttl {
  border-width: 0 0 1px;
  border-color: var(--primary-border, #04a1af);
}

.m-culture-001__list-item-detail-ttl-txt {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .m-culture-001__list-item-detail-ttl-txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-culture-001__list-item-detail-desc-txt {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .m-culture-001__list-item-detail-desc-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -------------------------------------------
FAQ 001
------------------------------------------- */

.m-faq-001__list-item-ttl {
  background: #cfe0d9;
}

.m-faq-001__list-item-ttl-icon {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .m-faq-001__list-item-ttl-icon {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-faq-001__list-item-ttl-txt {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .m-faq-001__list-item-ttl-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-faq-001__list-item-desc-txt {
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .m-faq-001__list-item-desc-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -------------------------------------------
メッセージ 002
------------------------------------------- */
.m-message-002 {
  /* background-position: 0 50%; */
}

.m-message-002__inner {
  padding: 100px 40px 75px;
}

@media screen and (max-width: 767px) {
  .m-message-002__inner {
    padding: 60px 40px 40px;
  }
}

.m-message-002__inner::before {
  opacity: .5;
}

.m-message-002__detail {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    text-align: left;
  }
}

/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-003__detail-ttl {
  color: #000;
}

.c-module-container>section.m-require-003 {
  background: #fff;
}

.m-require-003__detail-row {
  border-top-color: #ddd;
}