/* -------------------------------------------
共通パッチ
------------------------------------------- */
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-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

/* ヘッダー */
.m-header-001 {
  background: #fff;
}

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

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

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

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

.m-header-001__logo {
  max-width: 67%;
}

.m-header-001__logo-link-img {
  display: block;
}

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

.m-header-001__logo-link-img.is-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

.m-header-001__btn-link {
  min-height: 80px;
  font-family: "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif;
}

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

.m-header-001__btn-link::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

/* 大見出し */
.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;
}

.c-headline-001__en {
  font-weight: 400;
  /* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
}

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

@media screen and (max-width: 374px) {
  .c-headline-001__ja {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}

/* モジュール内見出し */
@media screen and (max-width: 767px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

@media screen and (max-width: 374px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}

/* フッター */
.m-footer-001 {
}

.m-footer-001__copyright {
  padding: 30px 0;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  background-color: #333;
}

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

/* -------------------------------------------
メッセージ 002
------------------------------------------- */
.m-message-002 {
  /* background: #000 !important; */
  /* background-position: top center; */
}

.m-message-002__inner {
  padding: 100px 40px;
}

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

.m-message-002__inner::before {
  /* display: none; */
  background: var(--primary);
  opacity: 0.5;
}

.m-message-002__detail {
  padding: 0;
}

.m-message-002__headline {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .m-message-002__headline {
    margin-bottom: 30px;
  }
}

.m-message-002__headline:only-child {
  margin-bottom: 0;
}

.m-message-002__headline-txt {
  font-weight: 700;
  /* color: var(--primary); */
}

@media screen and (max-width: 767px) {
  .m-message-002__headline-txt {
    letter-spacing: 0.01em;
  }
}

.m-message-002__headline + .m-message-002__desc {
  margin-top: -2px;
}

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

.m-message-002__desc-txt {
  padding: 30px 0 0;
  /* color: #fff; */
}

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

.m-message-002__desc-txt:first-child {
  padding-top: 0;
}

.m-message-002__desc-txt:last-child {
  padding-bottom: 0;
}

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

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

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

.m-jobs-002__content-desc {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__content-desc {
    text-align: left;
    letter-spacing: 0rem;
  }
}

.m-jobs-002__list {
  padding: 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__list-item-detail {
  margin-top: -40px;
}

@media screen and (min-width: 1024.01px) {
  .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: -46px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail {
    padding: 20px 0;
    margin-top: -34px;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item:last-child .m-jobs-002__list-item-detail {
    padding-bottom: 0;
  }
}

.m-jobs-002__list-item-detail-job {
  word-break: break-word;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.4em;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-job {
    font-size: 3.5rem;
    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;
  font-size: 2.5rem;
}

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

.m-jobs-002__list-item-detail-desc {
  font-weight: 500;
}

.m-jobs-002__list-item {
  width: 50%;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item {
    width: 100%;
    padding: 10px;
  }
}

/* -------------------------------------------
企業理念 002
------------------------------------------- */
.m-about-002 {
  padding-top: 16.25%;
  padding-bottom: 0;
  /* background: #000 !important; */
}

@media screen and (min-width: 1600.01px) {
  .m-about-002 {
    padding-top: 260px;
  }
}

.m-about-002__background {
  top: 0;
  height: 0;
  max-height: none;
  padding-top: 25%;
  /* background-position: top center; */
}

@media screen and (min-width: 1600.01px) {
  .m-about-002__background {
    padding-top: 400px;
  }
}

.m-about-002__detail {
  padding-bottom: 0;
  /* background: #000 !important; */
}

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

.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-txt {
  font-weight: 700;
  /* color: var(--primary); */
}

.m-about-002__headline + .m-about-002__desc {
  margin-top: -2px;
}

.m-about-002__desc-txt {
  padding: 30px 0 0;
  /* color: #fff; */
}

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

/* -------------------------------------------
動画003
------------------------------------------- */

.m-movie-003__container {
  padding: 90px 0;
}

@media screen and (max-width: 1024px) {
  .m-movie-003__container {
    padding: 8% 0;
  }
}
.m-movie-003 .swiper-slide-prev::before,.m-movie-003 .swiper-slide-next::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  z-index: 1;
  content: "";
}


.m-movie-003__content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 120px 0 100px;
}
.m-movie-003__slide.swiper-slide-active {
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .m-movie-003__content {
    padding: 110px 0 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-movie-003__content {
    padding: 60px 0 50px;
  }
}

.m-movie-003__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 4px;
  border: 1px solid #cdcdcd;
  outline: none;
  background: #fff;
  opacity: 1;
}

.m-movie-003__pagination .swiper-pagination-bullet-active {
  border-color: var(--primary, #04a1af);
  background: var(--primary, #04a1af);
}

.m-movie-003__slide-link::before {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  display: block;
  width: 60px;
  height: 60px;
  border: 4px solid #fff;
  border-radius: 60px;
  -webkit-box-shadow: 0 0 10px rgba(17, 17, 17, 0.1);
  box-shadow: 0 0 10px rgba(17, 17, 17, 0.1);
  content: "";
}

.m-movie-003__slide-link::after {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 4px);
  display: block;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #fff;
  content: "";
}

/* -------------------------------------------
募集要項
------------------------------------------- */

.m-require-003 {
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
}

.m-require-003__detail-row,
.m-require-003__detail-row:last-child {
  border-color: #dddddd;
}

.m-require-003__detail-row::before {
  opacity: 1;
}

.m-require-003__detail-ttl {
  font-weight: 700;
}

.m-require-003__detail-desc {
  font-weight: 500;
}

.m-require-003__detail-desc::before {
  content: none;
}

.m-require-003__detail-flow-ttl-number {
  background-color: var(--primary);
}

.m-require-003__entry-btn {
}

.m-require-003 {
  position: relative;
  padding: 0 0 80px;
}

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

.m-require-003__entry-btn::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.m-movie-003__slide-link::before,
.m-movie-003__slide-link::after {
  content: none;
}