/*カスタム*/
@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 {
  max-height: 40.5px;
}

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

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

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

.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: #00a9e6;
  color: #fff;
}

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

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

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

.m-message-001__detail {
  padding: 40px 0 80px 0;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-message-001__detail {
    padding: 80px 30px;
  }
}

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

.m-message-001__desc-txt {
  padding-bottom: 0;
  color: #333;
}

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

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

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

.m-jobs-003__content-desc {
  color: #333;
}

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

.m-jobs-003__list-item-detail {
  background: #f7f7f7;
}

.m-jobs-003__list-item:nth-of-type(1) .m-jobs-003__list-item-detail {
  padding: 40px 40px 68px 40px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-003__list-item:nth-of-type(1) .m-jobs-003__list-item-detail {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-003__list-item:nth-of-type(1) .m-jobs-003__list-item-detail {
    padding: 20px;
  }
}

.m-jobs-003__list-item:nth-of-type(3) .m-jobs-003__list-item-detail {
  padding: 40px 40px 68px 40px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-003__list-item:nth-of-type(3) .m-jobs-003__list-item-detail {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-003__list-item:nth-of-type(3) .m-jobs-003__list-item-detail {
    padding: 20px;
  }
}

.m-jobs-003__list-item-detail-ttl {
  color: #333;
}

.m-jobs-003__list-item-detail-desc {
  color: #333;
}

/* -------------------------------------------
動画 001
------------------------------------------- */
.m-movie-001 {
  padding: 0;
}

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

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

.m-movie-001__list-item-inner {
  border: none;
}

@media screen and (max-width: 767px) {
  .m-movie-001__list-item-inner {
    padding: 0;
  }
}

.m-movie-001__list-item-movie iframe {
  width: 100%;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-movie-001__list-item-movie iframe {
    max-width: 100%;
  }
}

@media screen and (min-width:501px) and (max-width:767px) {
  .m-movie-001__list-item-movie iframe {
    height: 400px;
  }
}

@media screen and (max-width: 500px) {
  .m-movie-001__list-item-movie iframe {
    max-width: 100%;
  }
}

.m-movie-001__list-item-content {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-movie-001__list-item-content {
    padding: 40px 0 20px 0;
  }
}

/* -------------------------------------------
メッセージ 004
------------------------------------------- */
.m-message-004 {
  padding: 120px 40px 20px 40px;
}

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

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

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

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

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

/* -------------------------------------------
メッセージ 002
------------------------------------------- */
.m-message-002__inner::before {
  opacity: .7;
}

@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 {
  background: #e5f6fc !important;
}

.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);
}