  /*カスタム*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  background:#fff;
}

.m-header-001 {
  background: #ff6600;
}

.m-header-001__logo {
  padding: 15px 1%;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo {
    padding: 20px 3%;
  }
}

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

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

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

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

.m-header-001__btn-link {
  background: #282828;
}

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

.c-headline-001__ja {
  font-weight: 900;
  color: #333;
}

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

.m-footer-001 {
  background: #ff6600;
  color: #fff;
}

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

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

/* __________________________________________________________________________________

自動車部品フォークリフト作業員
__________________________________________________________________________________ */
/* -------------------------------------------
メッセージ 001
------------------------------------------- */
.m-message-001 {
  /* background: #000 !important; */
}

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

@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__headline-txt {
  /* color: #333; */
}

@media screen and (max-width: 767px) {
  .m-message-001__headline-txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-message-001__headline-txt {
    font-size: 1.8rem;
  }
}

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

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

/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.m-jobs-005 {
  padding: 80px 20px;
  border-top: 1px solid #ff6600;
}

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

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

.m-jobs-005__content-images {
  margin: 0 auto 30px;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__content-images {
    margin: 0 auto 20px;
    padding: 5px 0 10px 0;
  }
}

.m-jobs-005__content-ttl {
  font-size: 3rem;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__content-ttl {
    font-size: 1.9rem;
    letter-spacing: .1rem;
  }
}

@media screen and (max-width: 320px) {
  .m-jobs-005__content-ttl {
    font-size: 1.6rem;
  }
}

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

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

.m-jobs-005__list-item {
  padding-bottom: 0;
}

.m-jobs-005__list-item-inner {
  height: 100%;
}

.m-jobs-005__list-item-detail {
  height: 100%;
  padding: 40px;
  /* background: #ffee84; */
}

@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail {
    padding: 20px;
  }
}

.m-jobs-005__list-item-detail-job {
  font-size: 4rem;
  font-weight: 600;
  /* color: #d73737; */
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail-job {
    font-size: 2rem;
  }
}

.m-jobs-005__list-item-detail-ttl {
  margin: 25px 0;
  font-size: 2.5rem;
  /* color: #d73737; */
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-005__list-item-detail-ttl {
    font-size: 2.4rem;
  }
}

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

.m-jobs-005__list-item-detail-desc {
  font-size: 1.6rem;
    /* color: #d73737; */
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail-desc {
    font-size: 1.4rem;
  }
}

/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.m-jobs-001 {
  padding: 80px 20px;
  border-top: 1px solid #ff6600;
  /* background: #e6efe8 !important; */
}

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

.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-ttl {
  display: block; /*safari対応*/
  padding: 2px 0;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: .1rem;
  background: transparent;
  color: #ff6600;
}

/* 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-message-002 {
  /* background-position: top center; */
}

.m-message-002__inner::before {
  /* display: none; */
  /* background: #333; */
  /* opacity: .7; */
}

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

.m-message-002__headline-txt {
  /* color: #1770ca; */
}

@media screen and (max-width: 767px) {
  .m-message-002__headline-txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-message-002__headline-txt {
    font-size: 1.7rem;
  }
}

.m-message-002__desc-txt {
  /* color: #333; */
}

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

/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-004 {
  /* background: #f7f7f7 !important; */
}

.m-require-004 .c-headline-001 {
  margin: 0;
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-004 .c-headline-001__en {
  /* text-transform: uppercase; */
}

.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-ttl {
  font-weight: 700;
  /* color: #333; */
}

.m-require-004__detail-desc {
  font-weight: 400;
  color: #333;
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-004__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  /* color: #333; */
}

.m-require-004__entry-btn {
  background: transparent;
  color: var(--primary);
  border: 1px solid var(--primary-bg);
}

.m-require-004__entry-btn:hover {
    color: var(--primary-txt);
}

.m-require-004__entry-btn::before {
  background: var(--primary);
}

/* __________________________________________________________________________________

鋳造作業員
__________________________________________________________________________________ */
.m-message-005 {
  padding: 0 0 80px 0;
  /* background: #000 !important; */
}

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

.m-message-005__inner {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .m-message-005__inner {
    padding: 0 20px;
  }
}

.m-message-005__images-item {
  margin-left: 10px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item {
    margin-left: 0;
  }
}

.m-message-005__images-item:first-child {
  margin-left: 0;
}

.m-message-005__figure-img {
  vertical-align: middle;
}

.m-message-005__detail {
  padding-bottom: 0;
}

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

@media screen and (max-width: 767px) {
  .m-message-005__headline-txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-message-005__headline-txt {
    font-size: 1.8rem;
  }
}

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

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-message-005__desc-txt {
    text-align: center;
  }
}

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

/* -------------------------------------------
歯科衛生士リデザインモジュール：福利厚生
------------------------------------------- */
.m-modulegroup013-005 {
  position: relative;
  width: 100%;
  margin-bottom: 150px;
  padding: 150px 0 0;
}
@media screen and (max-width: 1440px) {
  .m-modulegroup013-005 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-005 {
    padding: 100px 0 0;
  }
}

.m-modulegroup013-005__container {
  position: relative;
  z-index: 1;
}

.m-modulegroup013-005__headline {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  font-family: var(--font-en);
  font-size: 80px;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  letter-spacing: -0.1rem;
}

@media screen and (max-width: 1280px) {
  .m-modulegroup013-005__headline {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-005__headline {
    font-size: 50px;
    font-size: 5rem;
  }
}

.m-modulegroup013-005__headline-sub {
  display: block;
  font-family: var(--font);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-005__headline-sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup013-005__headline-sub::before {
  display: inline-block;
  margin-right: 1.6rem;
  content: "[";
}

.m-modulegroup013-005__headline-sub::after {
  display: inline-block;
  margin-left: 1.6rem;
  content: "]";
}

.m-modulegroup013-005 .c-headline-001__en {
  color: #fff;
}
.m-modulegroup013-005 .c-headline-001__ja {
  color: #fff;
}

.m-modulegroup013-005__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
  margin: -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1280px) {
  .m-modulegroup013-005__list {
    margin: -20px -10px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-005__list {
    margin: -25px 0;
  }
}

.m-modulegroup013-005__list-cnt {
  position: relative;
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-005__list-cnt {
    padding-bottom: 100px;
  }
}

.m-modulegroup013-005__list-cnt:not(:first-child) {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-005__list-cnt:not(:first-child) {
    margin-top: 45px;
  }
}

.m-modulegroup013-005__list-cnt::after {
  position: absolute;
  top: 110px;
  right: 0;
  bottom: 0;
  left: calc((100vw - 1600px + 160px) / 2);
  background-color: #fff;
  content: "";
}

@media screen and (max-width: 1439px) {
  .m-modulegroup013-005__list-cnt::after {
    left: -80px;
  }
}

@media screen and (max-width: 1280px) {
  .m-modulegroup013-005__list-cnt::after {
    left: -40px;
  }
}

.m-modulegroup013-005__list-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

@media screen and (max-width: 1280px) {
  .m-modulegroup013-005__list-wrapper {
    padding: 0 40px;
  }
}

.m-modulegroup013-005__item {
  position: relative;
  z-index: 1;
  width: 33.3333%;
  padding: 20px;
  text-align: left;
}

@media screen and (max-width: 1280px) {
  .m-modulegroup013-005__item {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup013-005__item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-005__item {
    width: 100%;
    padding: 25px 0;
  }
}

.m-modulegroup013-005__figure {
  position: relative;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-005__figure {
    padding-bottom: 56.35%;
  }
}

.m-modulegroup013-005__figure-img-pc, .m-modulegroup013-005__figure-img-sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-005__figure-img-pc {
    display: none;
  }
}

.m-modulegroup013-005__figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-005__figure-img-sp {
    display: inline;
  }
}

.m-modulegroup013-005__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--primary, #04a1af);
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-005__ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-modulegroup013-005__ttl:not(:first-child) {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-005__ttl:not(:first-child) {
    margin-top: 20px;
  }
}

.m-modulegroup013-005__desc {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

.m-modulegroup013-005__desc:not(:first-child) {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-005__desc:not(:first-child) {
    margin-top: 15px;
  }
}

.m-modulegroup013-005__bg-pc, .m-modulegroup013-005__bg-sp {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup013-005__bg-pc {
    display: none;
  }
}

.m-modulegroup013-005__bg-sp {
  display: none;
  height: 50vh;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup013-005__bg-sp {
    display: block;
  }
}
