@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600;700&display=swap");

img {
  vertical-align: bottom;
}

strong,
b {
  font-weight: 700;
}

/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 768px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

.c-headline-001__ja {
  color: #333;
}

.m-footer-001 {
  background: #eaf1f9;
}

.m-footer-001__copyright {
  padding: 30px 0;
  color: #313131;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
.m-header-001__logo {
  padding: 20px 2%;
}

.m-header-001__logo-link-img {
  max-height: 42px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 15px 2%;
  }

  .m-header-001__logo-link-img {
    max-height: 26px;
  }
}

.m-header-001__logo {
  max-width: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.m-header-001__btn-link {
  min-height: 50px;
  font-family: "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif;
}

/* __________________________________________________________________________________

多能工
__________________________________________________________________________________ */
/* -------------------------------------------
仕事内容（単体） 004
------------------------------------------- */
.m-jobs-004 {
  padding: 80px 0;
  /* background: #000 !important; */
}

@media screen and (max-width: 1024px) {
  .m-jobs-004 {
    padding: 80px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-004 {
    padding: 40px 20px;
  }
}

.m-jobs-004__inner {
  max-width: 1440px;
}

.m-jobs-004 .c-headline-001 {
  margin: 0;
}

.m-jobs-004 .c-headline-001__en {
  /* color: #fff; */
}

.m-jobs-004 .c-headline-001__ja {
  /* color: #fff; */
}

.m-jobs-004__content {
  margin: 0;
}

.m-jobs-004__content-images-figure {
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-images-figure {
    width: 50%;
  }
}

.m-jobs-004__content-ttl {
  font-size: 3rem;
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-jobs-004__content-ttl {
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
  }
}

.m-jobs-004__content-desc {
  font-weight: 500;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-desc {
    text-align: left;
  }
}

/* -------------------------------------------
仕事内容（単体） 002
------------------------------------------- */
.m-jobs-002 {
  padding: 80px 20px 20px 20px;
  background: #fffae2 !important;
}

@media screen and (max-width: 1024px) {
  .m-jobs-002 {
    padding: 80px 20px 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002 {
    padding: 40px 20px 30px 20px;
  }
}

.m-jobs-002 .c-headline-001__en {
  /* color: #fff; */
}

.m-jobs-002 .c-headline-001__ja {
  /* color: #fff; */
}

.m-jobs-002__inner {
  max-width: 1560px;
}

.m-jobs-002__content-desc {
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__content-desc {
    text-align: justify;
  }
}

.m-jobs-002__list {
  padding: 0 0 20px 0;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list {
    padding: 0;
  }
}

.m-jobs-002__list-item-detail {
  margin-top: -45px;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail {
    margin-top: -36px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 320px) {
  .m-jobs-002__list-item-detail {
    margin-top: -35px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail:last-child {
    padding-bottom: 0;
  }
}

.m-jobs-002__list-item-detail-job {
  font-size: 4.5rem;
  font-weight: 600;
  color: #96bae3;
  line-height: 1.15;
  /* word-break: break-word; */
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-job {
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-job {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 320px) {
  .m-jobs-002__list-item-detail-job {
    font-size: 2.5rem;
  }
}

.m-jobs-002__list-item-detail-ttl {
  margin: 15px 0;
  font-size: 2.5rem;
  font-weight: 500;
  color: #333;
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item-detail-ttl {
    margin: 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-ttl {
    margin: 10px 0;
    font-size: 2rem;
  }
}

.m-jobs-002__list-item-detail-desc {
  font-weight: 500;
  color: #333;
  text-align: justify;
}

/* -------------------------------------------
メッセージ 001
------------------------------------------- */
.m-gallery-003 {
  padding: 80px 0 74px 0;
}

@media screen and (max-width: 767px) {
  .m-gallery-003 {
    padding: 40px 0 28px 0;
  }
}

.m-gallery-003 .c-headline-001 {
  margin: 0 0 20px;
}

@media screen and (max-width: 1024px) {
  .m-gallery-003 .c-headline-001 {
    margin: 0 0 6px;
  }
}

.m-gallery-003__inner {
  max-width: 1440px;
}

@media screen and (max-width: 1024px) {
  .m-gallery-003__list {
    padding: 0 8px;
  }
}

.m-gallery-003__list-item {
  width: 25%;
}

@media screen and (max-width: 1024px) {
  .m-gallery-003__list-item {
    width: 50%;
  }
}

.img-headline {
  height: 132px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .img-headline {
    height: 105px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 320px) {
  .img-headline {
    height: 105px;
  }
}

/* -------------------------------------------
募集要項 001
------------------------------------------- */
.m-require-001 {
  padding: 0 0 80px 0;
  /* background: #f7f7f7 !important; */
}

@media screen and (max-width: 767px) {
  .m-require-001 {
    padding: 10px 0 40px 0;
    /* background: #f7f7f7 !important; */
  }
}

.m-require-001 .c-headline-001 {
  margin: 0;
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-001 .c-headline-001__en {
  color: #96bae3;
  text-transform: uppercase;
}

.m-require-001 .c-headline-001__ja {
  font-weight: 700;
}

.m-require-001__detail {
  padding: 20px 40px 40px 40px;
}

@media screen and (max-width: 767px) {
  .m-require-001__detail {
    padding: 20px;
  }
}

.m-require-001__detail-ttl {
  font-weight: 700;
  background: #96bae3;
  /* color: #333; */
}

.m-require-001__detail-desc {
  font-weight: 500;
  color: #333;
}

.m-require-001__detail-desc::before {
  background: #eaf1f9;
  opacity: 1;
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-001__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  /* color: #333; */
}

/* __________________________________________________________________________________

CADオペレーター
__________________________________________________________________________________ */
/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.m-jobs-001 {
  padding: 80px 20px;
  /* background: #e6efe8 !important; */
}

@media screen and (max-width: 767px) {
  .m-jobs-001 {
    padding: 40px 20px;
  }
}

.m-jobs-001 .c-headline-001__en {
  /* color: #fff; */
}

.m-jobs-001 .c-headline-001__ja {
  /* color: #fff; */
}

.m-jobs-001__content-desc {
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__content-desc {
    text-align: left;
  }
}

.m-jobs-001__list {
  padding-top: 0;
  padding-bottom: 0;
}

.m-jobs-001__list-item:last-child {
  padding-bottom: 0;
}

.m-jobs-001__list-item-inner {
  align-items: center;
}

.m-jobs-001__list-item-figure {
  width: 60%;
  min-height: 490px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: auto;
  }
}

.m-jobs-001__list-item-detail {
  width: 40%;
  margin: 0;
  padding: 0 0% 0 40px;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-detail {
    padding: 0 0% 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0 0 0 0%;
    padding: 20px 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:last-child .m-jobs-001__list-item-detail {
    padding-bottom: 0;
  }
}

.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
  margin: 0;
  padding: 0 40px 0 0%;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 0 20px 0 0%;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    margin: 0;
    padding: 20px 0;
  }
}

/* 英語見出しがある場合コメントアウトを削除 */
/* .m-jobs-001__list-item-detail-job {
  padding: 5px 20px 0px 20px;
  background: #fff;
  color: #0c4eb1;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-job {
    padding: 5px 20px 2px 20px;
    font-size: 1.8rem;
    letter-spacing: 0rem;
  }
} */

.m-jobs-001__list-item-detail-ttl {
  display: block; /*safari対応*/
  padding: 2px 0;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  background: transparent;
  color: #333;
}

/* IE対応 */
_:-ms-fullscreen,
:root .m-jobs-001__list-item-detail-ttl {
  padding-top: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-jobs-001__list-item-detail-ttl {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-ttl {
    margin: 0 0 10px;
    padding: 2px 0;
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-jobs-001__list-item-detail-ttl {
    font-size: 1.8rem;
  }
}

.m-jobs-001__list-item-detail-desc {
  font-weight: 500;
  color: #333;
  text-align: justify;
}

/*タブレットから縦並びの時*/
@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-inner,
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-inner {
    flex-direction: column;
  }
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: 440px; /*適宜変更*/
  }
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0;
    padding: 20px 0px;
  }
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 20px 0px;
  }
  .m-jobs-001__list-item:last-child .m-jobs-001__list-item-detail {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    min-height: auto;
  }
}

/* -------------------------------------------
仕事内容（一覧） 002
------------------------------------------- */

.m-works-002 {
  padding: 80px 0;
  background: var(--sub-bg) !important;
}

@media screen and (max-width: 767px) {
  .m-works-002 {
    padding: 40px 0;
  }
}

.m-works-002__inner {
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .m-works-002__inner {
    padding: 0 20px;
  }
}

.m-works-002__items {
  margin: -10px;
  padding: 0;
}

.m-works-002__item {
  padding: 10px;
}

.m-works-002__item:nth-child(n + 2) .m-works-002__item-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.m-works-002__item:nth-child(n + 2) .m-works-002__figure {
  min-height: 1px;
}

.m-works-002__item:nth-child(n + 1) .m-works-002__detail {
  background: var(--primary);
}

.m-works-002__item:nth-child(n + 2) .m-works-002__detail {
  flex: 1 0 auto;
  background: #f2f2f2;
  color: #333;
}

.m-works-002__desc-txt {
  padding-bottom: 0;
  color: #333;
}

.m-works-002__item:nth-child(n + 1) .m-works-002__detail .m-works-002__desc-txt {
  color: #fff;
}

.m-works-002__item:nth-child(n + 2) .m-works-002__detail .m-works-002__desc-txt {
  color: #333;
}

/* -------------------------------------------
ギャラリー 003
------------------------------------------- */
.m-works-002 + .m-gallery-003 {
  padding: 0 0 80px 0;
}

@media screen and (max-width: 767px) {
  .m-works-002 + .m-gallery-003 {
    padding: 0 0 40px 0;
  }
}

.m-works-002 + .m-gallery-003 .m-gallery-003__inner {
  max-width: 1100px;
}

.m-works-002 + .m-gallery-003 .m-gallery-003__list-item {
  width: 33%;
}

@media screen and (max-width: 767px) {
  .m-works-002 + .m-gallery-003 .m-gallery-003__list-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .m-works-002 + .m-gallery-003 .m-gallery-003__list-item {
    width: 50%;
  }
}

.m-works-002 + .m-gallery-003 .img-headline {
  height: 78px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .m-works-002 + .m-gallery-003 .img-headline {
    height: 62px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 320px) {
  .m-works-002 + .m-gallery-003 .img-headline {
    height: 62px;
  }
}
