@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap");

/* -------------------------------------------
共通パッチ
------------------------------------------- */
img {
  vertical-align: bottom;
}

/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 767.01px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

/* 要項ページ body */
.single-post_recruit {
  color: var(--sub-txt, #333);
  word-break: break-word;
  font-weight: 500;
}

.c-headline-001__en {
  font-weight: 400;
  /* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
}

.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

/* .m-header-001__logo {
    padding: 20px 40px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo {
        padding: 15px;
    }
}

.m-header-001__logo-link-img {
    max-height: 30px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img {
        max-height: 30px;
    }
} */

/* サブカラー 背景を無効化したいとき */
/* .c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
} */

/* 見出し下の余白設定 */
.c-headline-001 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .c-headline-001 {
    margin-bottom: 20px;
  }
}

/* 見出し後のコンテンツの上余白を削除 */
.c-headline-001 + * {
  padding-top: 0;
  margin-top: 0;
}

/* -------------------------------------------
企業理念 002
------------------------------------------- */
/* 色調整 */
.m-about-002 {
  background: #3a99f1 !important;
  padding-bottom: 5%;
}

.m-about-002__detail {
  /* background: #000 !important; */
}

.m-about-002__headline-txt {
  /* color: var(--primary); */
}

.m-about-002__desc-txt {
  /* color: #fff; */
}

/* その他 */
.m-about-002 {
  padding-top: 16%;
}

.m-about-002__background {
  top: 0;
  height: 0;
  max-height: none;
  padding-top: 25%;
  /* background-position: top center; */
}

@media screen and (min-width: 1441px) {
  .m-about-002 {
    padding-top: calc(1440px * 0.16);
  }

  .m-about-002__background {
    padding-top: calc(1440px * 0.25);
  }
}

@media screen and (max-width: 767px) {
  .m-about-002 {
    padding-top: 23%;
  }

  .m-about-002__background {
    padding-top: 35%;
  }
}

.m-about-002__detail {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .m-about-002__detail {
    padding-bottom: 40px;
  }
}

.m-about-002__headline {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .m-about-002__headline {
    margin-bottom: 20px;
  }
}

.m-about-002__headline:only-child {
  margin-bottom: 0;
}

.m-about-002__headline + .m-about-002__desc {
  margin-top: -2px;
}

.m-about-002__desc-txt {
  padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .m-about-002__desc-txt {
    text-align: left;
    padding-top: 24px;
  }
}

.m-about-002__desc-txt:first-child {
  padding-top: 0;
}

/* -------------------------------------------
動画
------------------------------------------- */
.m-movie-001 {
  padding: 5% 0;
  background: #f2f2f2 !important;
}

@media screen and (max-width: 1024px) {
  .m-movie-001 {
  }
}

.m-movie-001__inner {
  max-width: 960px;
}

.m-movie-001__list-item-inner {
  padding: 60px 40px;
  border: 1px solid #000;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

@media screen and (max-width: 767px) {
  .m-movie-001__list-item-inner {
    padding: 20px;
  }
}

.m-movie-001__list-item-movie {
  position: relative;
}

/* .m-movie-001__list-item-movie:after {
  content: "";
  display: block;
  padding-top: 56.25%;
} */

.m-movie-001__list-item-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: auto;
}

@media screen and (max-width: 1024px) {
  .m-movie-001__list-item-movie iframe {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .m-movie-001__list-item-content {
    padding: 0;
  }
}

.m-movie-001__list-item-ttl {
  border-bottom: 1px solid #ddd;
}

.m-movie-001__list-item-ttl-txt {
  color: #333;
}

@media screen and (max-width: 320px) {
  .m-movie-001__list-item-ttl-txt {
    letter-spacing: 0.1rem;
  }
}

.m-movie-001__list-item-desc-txt {
  margin: 0;
  color: #333;
}

/* -------------------------------------------
1日の仕事の流れ 001
------------------------------------------- */
.m-schedule-001__list {
  border: 1px solid #ddd;
}

.m-schedule-001__list-item-time-txt {
  font-size: 2rem;
}

.m-schedule-001__list-item-ttl {
  color: #333;
}

.m-schedule-001__list-item-desc-txt {
  color: #333;
}

/* -------------------------------------------
改修パッチ（佐野）
------------------------------------------- */
.m-schedule-001 {
  padding: 0 20px 80px 20px;
  /* background: #e5f6fa; */
}

@media screen and (max-width: 1024px) {
  .m-schedule-001 {
    padding: 0 20px 80px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-schedule-001 {
    padding: 0 20px 40px 20px;
  }
}

.m-schedule-001 .c-headline-001 {
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .m-schedule-001 .c-headline-001 {
    margin: 0 0 20px;
  }
}

.m-schedule-001 .c-headline-001__en {
  /* color: #333; */
}

.m-schedule-001 .c-headline-001__ja {
  /* color: #333; */
}

.m-schedule-001__list {
  border: 1px solid #ddd;
}

.m-schedule-001__list-item {
  border-width: 0 0 1px 0;
  border-color: #ddd;
  border-style: solid;
}

/* .m-schedule-001__list-item:last-child {
  border-width: 0;
} */

.m-schedule-001__list-item-time {
  min-width: 145px;
  background: #7fdbcc;
  color: #fff;
  text-align: left;
}

.m-schedule-001__list-item-time-txt {
  font-size: 2rem;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .m-schedule-001__list-item-time-txt {
    font-size: 2rem;
  }
}

.m-schedule-001__list-item-ttl {
  font-weight: 600;
  /* color: #333; */
}

.m-schedule-001__list-item-desc {
  padding: 0;
}

.m-schedule-001__list-item-desc-txt {
  margin-top: 10px;
  /* color: #333; */
}

/* 「応募する」ボタン */
a[class^="m-require-"][class$="__entry-btn"] {
  border: 2px solid var(--primary-bg);
  background: transparent;
  color: var(--primary);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

a[class^="m-require-"][class$="__entry-btn"]:hover {
  color: var(--primary-txt);
}

a[class^="m-require-"][class$="__entry-btn"]::before {
  background: var(--primary);
}

/* -------------------------------------------
仕事内容（単体） 002
------------------------------------------- */
.m-jobs-002 {
  padding: 80px 20px;
}

@media screen and (max-width: 767px) {
  .m-jobs-002 {
    padding: 20px 20px 40px;
  }
}

.m-jobs-002__list {
  padding: 0;
}

.m-jobs-002__list-item-detail-job {
  word-break: break-word;
}

.m-jobs-002__list-item-detail-job {
  text-transform: uppercase;
  font-size: 4.5rem;
}

@media screen and (min-width: 1025px) {
  .m-jobs-002__list-item-detail-job {
    line-height: 1.4em;
  }
}

.m-jobs-002__list-item-detail-ttl {
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-ttl {
    font-size: 2rem;
    margin: 0 0 15px;
  }
}

.m-jobs-002__list-item-detail-desc {
  font-weight: 400;
}

@media screen and (min-width: 1025px) {
  .m-jobs-002__list-item-detail {
    padding-bottom: 0;
    margin-top: -44px;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item-detail {
    margin-top: -56px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail {
    padding: 20px 0;
    margin-top: -48px;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item:last-child .m-jobs-002__list-item-detail {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .m-jobs-002__list-item {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item:last-child {
    padding-bottom: 0;
  }
}

.m-jobs-002__content-desc {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__content-desc {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-job {
    font-size: 3.5rem;
  }
}

/* -------------------------------------------
追加パッチ（河田）
------------------------------------------- */
.m-jobs-002__list-item-detail-job {
  line-height: 1.1em;
  font-weight: 600;
}

.m-jobs-002__list-item-detail-ttl {
  margin: 0;
  padding: 0.8em 0 1.1em;
  line-height: 1.4em;
  font-weight: 500;
}

.m-jobs-002__list-item-detail {
  margin-top: -40px;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail {
    margin-top: -34px;
  }
}

.m-header-001__logo {
  padding: 19px 20px;
}

.m-header-001__logo-link-img {
  max-height: 42px;
}

.m-header-001 + .m-kv-001 {
  margin-bottom: 60px;
}

.m-movie-001__list-item-movie {
  margin-bottom: 45px;
}

.m-movie-001__list-item-ttl-txt {
  font-size: 20px;
  font-size: 2rem;
}

.m-schedule-001 {
  padding: 80px 20px 115px 20px;
}

.m-schedule-001__list-item-ttl {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}

.c-headline-001__en,
.m-require-004__detail-ttl {
  color: #0064b3;
}

.m-require-004 {
  padding: 95px 0 80px;
  background: #f2f2f2 !important;
}

.m-footer-001 {
  background: #0064b3;
}

.m-jobs-002 {
  padding: 5% 20px;
}

.m-gallery-005 {
  background: #7edacb !important;
}

.m-gallery-005 .c-headline-001__en {
  color: #fff;
}

.m-gallery-005 .c-headline-001__ja {
  color: #fff;
}

.m-gallery-005__inner {
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .m-gallery-005__inner {
    padding: 0 20px;
  }
}

.m-gallery-005__list {
  margin: -10px -10px;
}
.m-gallery-005__list-item {
  padding: 10px 10px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .m-gallery-005__list {
    margin: -10px;
  }
  .m-gallery-005__list-item {
    padding: 10px;
  }
}

.m-gallery-005__list-item-figure {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.m-gallery-005__list-item-figure-caption {
  background: #f8f8f8;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.m-gallery-005__list-item-figure-caption-ttl {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-gallery-005__list-item-figure-caption-ttl {
    font-size: 1.6rem;
  }
}

.m-gallery-005__list-item-figure-caption-txt {
  font-size: 1.4rem;
  font-weight: 500;
  padding-top: 0.5em;
  opacity: 1;
  color: #999;
}
@media screen and (max-width: 767px) {
  .m-gallery-005__list-item-figure-caption-txt {
    font-size: 1.2rem;
  }
}

.m-gallery-005__list-item-figure-img {
  max-width: none;
  width: 100%;
  min-height: 1px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 9px 15px;
  }

  .m-header-001__logo-link-img {
    max-height: 22px;
  }

  .m-header-001__btn-link {
    min-height: 40px;
  }

  .m-header-001 + .m-kv-001 {
    margin-bottom: 25px;
  }

  .m-movie-001__list-item-ttl-txt {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .m-about-002__detail {
    padding-bottom: 60px;
  }

  .m-movie-001__list-item-movie {
    margin-bottom: 25px;
  }

  .m-schedule-001 {
    padding: 60px 20px;
  }

  .m-schedule-001__list-item-time-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-schedule-001__list-item-ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-kv-001 {
    margin-bottom: 20px;
  }

  .m-require-004 {
    padding: 40px 0;
  }

  .m-jobs-002 {
    padding: 20px 20px 80px;
  }

  .m-gallery-005 {
    /* padding: 40px 0 8px; */
  }

  .m-gallery-005__list-item-figure-caption-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-gallery-005__list-item-figure-caption-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-about-002__headline-txt,
.m-movie-001__list-item-ttl-txt,
.m-gallery-005__list-item-figure-caption-ttl,
.m-require-004__detail-ttl {
  font-weight: 700;
}

.m-schedule-001__list-item-time-txt {
  font-weight: 400;
}

.m-movie-001__list-item-ttl {
  border-color: #858585;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.9rem;
    letter-spacing: 0.1rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
