/*カスタム*/
@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__logo {
  padding: 10px 1%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-header-001__logo {
    padding: 20px 4%;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 10px 3%;
  }
}

.m-header-001__logo-link-img {
  max-height: 59px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-header-001__logo-link-img {
    max-height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 50px;
  }
}

@media screen and (max-width: 320px) {
  .m-header-001__logo-link-img {
    max-height: 42px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-header-001__btn-link {
    min-height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    min-height: 60px;
  }
}

.c-headline-001__en {
  font-weight: 400;
  color: #1f5c87;
}

.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;
  }
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}

@media screen and (max-width: 320px) {
  .c-headline-001__ja {
    letter-spacing: 0.2rem;
  }
}

.m-footer-001 {
  background: #1f5c87;
  color: #fff;
}

/* フッター */
.m-footer-001__copyright {
  padding: 25px 0;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 15px 0;
  }
}

/* __________________________________________________________________________________

解体・土木作業員
__________________________________________________________________________________ */
/* -------------------------------------------
プロジェクト 004
------------------------------------------- */
.m-project-004 {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-project-004 {
    padding: 0;
  }
}

.m-project-004 .c-headline-001 {
  margin: 0;
}

.m-project-004__eyecatch {
  margin: 0;
}

.m-project-004__eyecatch-inner {
  display: block;
  max-width: 55%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
}

@media screen and (max-width: 1024px) {
  .m-project-004__eyecatch-inner {
    max-width: 100%;
  }
}

.m-project-004__ttl {
  color: #333;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 320px) {
  .m-project-004__ttl {
    letter-spacing: 0.1rem;
  }
}

.m-project-004__lead {
  font-weight: 500;
  color: #333;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  .m-project-004__lead {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .m-project-004__contents {
    margin: 20px 0 10px 0;
  }
}

.m-project-004__contents-section-detail-ttl {
  color: #5d544d;
}

@media screen and (max-width: 320px) {
  .m-project-004__contents-section-detail-ttl {
    font-size: 1.8rem;
  }
}

.m-project-004__contents-section-detail-content-txt {
  font-weight: 500;
  color: #5d544d;
}

.m-project-004__contents-section-detail-number {
  font-weight: 400;
}

/* -------------------------------------------
評価制度 003
------------------------------------------- */
.m-assessment-003 {
  padding: 80px 0 56px 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-assessment-003 {
    padding: 80px 0 56px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-003 {
    padding: 40px 0 28px 0;
  }
}

.m-assessment-003__list-item-inner {
  border: 1px solid #ddd;
}

.m-assessment-003__list-item-ttl-txt {
  font-size: 1.9rem;
  letter-spacing: 0.1rem;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-assessment-003__list-item-ttl-txt {
    font-size: 1.8rem;
  }
}

.m-assessment-003__list-item-desc-txt {
  color: #333;
  text-align: justify;
}

.m-assessment-003__list-item-ttl-num {
  font-weight: 600;
}

/* -------------------------------------------
メッセージ 003
------------------------------------------- */
.m-message-003 {
  padding: 0 0 80px 0;
  /* background: #000 !important; */
}

@media screen and (max-width: 767px) {
  .m-message-003 {
    padding: 0 0 40px 0;
  }
}

.m-message-003__inner {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-message-003__inner {
    padding: 0;
  }
}

.m-assessment-003 .c-headline-001 {
  margin: 0 0 8px;
}

.m-message-003__headline-txt {
  font-weight: 700;
  /* color: #fff; */
}

@media screen and (max-width: 1024px) {
  .m-message-003__headline-txt {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-message-003__headline-txt {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-message-003__headline-txt {
    font-size: 1.8rem;
  }
}

.m-message-003__detail {
  background: #1f5c87;
}

@media screen and (max-width: 1024px) {
  .m-message-003__detail {
    margin: 40% 0 0 -60%;
  }
}

@media screen and (max-width: 767px) {
  .m-message-003__detail {
    margin: 40% 0 0 -70%;
  }
}

.m-message-003__desc-txt {
  padding-bottom: 0;
  font-weight: 500;
  /* color: #fff; */
}

.m-message-003__desc-txt b {
  font-weight: 700;
}

/* -------------------------------------------
メッセージ 002
------------------------------------------- */
.m-message-002 {
  /* background-position: top center; */
}

@media screen and (max-width: 767px) {
  .m-message-002__inner {
    padding: 40px 20px;
  }
}

.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 {
  font-weight: 700;
  /* color: #fff; */
}

@media screen and (max-width: 767px) {
  .m-message-002__headline-txt {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-message-002__headline-txt {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}

.m-message-002__desc-txt {
  /* color: #fff; */
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    padding: 10px 0 0;
    text-align: left;
  }
}

/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-003 {
  padding: 80px 0;
  background: #d2dfe6 !important;
}

@media screen and (max-width: 767px) {
  .m-require-003 {
    padding: 40px 0;
  }
}

.m-require-003 .c-headline-001 {
  margin: 0;
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-003 .c-headline-001__en {
  /* color: #333; */
  /* text-transform: uppercase; */
}

.m-require-003 .c-headline-001__ja {
  font-weight: 700;
  /* color: #333; */
}

.m-require-003__detail {
  padding: 20px 40px 40px 40px;
}

@media screen and (max-width: 1024px) {
  .m-require-003__detail {
    padding: 20px;
  }
}

.m-require-003__detail-row {
  border-top: 1px solid #8a9194;
}

.m-require-003__detail-row:last-child {
  border-bottom: 1px solid #8a9194;
}

.m-require-003__detail-ttl {
  font-weight: 700;
  color: #1f5c87;
}

.m-require-003__detail-desc {
  font-weight: 400;
  color: #333;
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-003__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  /* color: #333; */
}

/* ボタン背景なしの場合にコメントアウトを削除 */
/* .m-require-003__entry-btn {
  background: transparent;
  color: var(--primary);
  border: 1px solid var(--primary-bg);
}

.m-require-003__entry-btn:hover {
  color: var(--primary-txt);
}

.m-require-003__entry-btn::before {
  background: var(--primary);
} */

/* __________________________________________________________________________________

産業廃棄物処理センター作業員
__________________________________________________________________________________ */
/* -------------------------------------------
メッセージ 004
------------------------------------------- */
.m-message-004 {
  padding: 80px 40px 20px 40px;
  /* background: #19213d !important; */
}

@media screen and (max-width: 767px) {
  .m-message-004 {
    padding: 40px 0 30px 0;
  }
}

.m-message-004::before {
  top: 0;
  /* background: #19213d !important; */
}

@media screen and (max-width: 767px) {
  .m-message-004::before {
    top: 0;
    height: 0;
    max-height: initial;
    padding-top: 46%;
  }
}

.m-message-004__headline-txt {
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-message-004__headline-txt {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-message-004__headline-txt {
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
  }
}

.m-message-004__desc-txt {
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-message-004__desc-txt {
    text-align: left;
  }
}

/* -------------------------------------------
仕事内容（単体） 002
------------------------------------------- */
.m-jobs-002 {
  padding: 80px 20px 20px 20px;
  background: #d2dfe6 !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__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: #1f5c87;
  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;
}

/* -------------------------------------------
プロジェクト 002
------------------------------------------- */
.m-project-002 {
  padding: 0 0 20px 0;
}

@media screen and (max-width: 1024px) {
  .m-project-002 {
    padding: 0 0 10px 0;
  }
}

.m-project-002 .c-headline-001 {
  margin: 0;
}

.m-project-002 .c-headline-001__en {
  /* color: #333; */
}

.m-project-002 .c-headline-001__ja {
  /* color: #333; */
}

.m-project-002__ttl {
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-project-002__ttl {
    font-size: 1.7rem;
  }
}

.m-project-002__lead {
  font-weight: 400;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-project-002__lead {
    text-align: left;
  }
}

.m-project-002__member-ttl {
  border: 1px solid #999;
  color: #999;
}

.m-project-002__member-list {
  justify-content: center;
}

.m-project-002__member-item-ttl-category {
  color: #777;
}

.m-project-002__member-item-ttl-name {
  color: #333;
}

@media screen and (max-width: 320px) {
  .m-project-002__member-item-ttl-name {
    letter-spacing: 0;
  }
}

.m-project-002__member-item-desc {
  color: #333;
  text-align: justify;
}

.m-project-002__member-item-year {
  background: #f5f5f5;
  color: #444;
}

.m-project-002__contents-section-detail-number {
  font-weight: 400;
  background: var(--primary);
}

.m-project-002__contents-section-detail-ttl {
  color: #333;
}

.m-project-002__contents-section-detail-content-txt {
  font-weight: 400;
  color: #333;
}

/* -------------------------------------------
動画 005
------------------------------------------- */
.m-movie-005 {
  padding: 20px 0 0 0;
}

@media screen and (max-width: 767px) {
  .m-movie-005 {
    padding: 20px 0 0 0;
  }
}

.m-movie-005__inner {
  max-width: 100%;
}

.m-movie-005__list {
  padding: 0;
}

.m-movie-005__list-item {
  padding: 60px 40px 60px 40px;
}

@media screen and (max-width: 1024px) {
  .m-movie-005__list-item {
    padding: 20px 0 0px 40px;
  }
}

.m-movie-005__list-item-content::after {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .m-movie-005__list-item-content {
    margin: 0;
  }
}

/* __________________________________________________________________________________

営業事務
__________________________________________________________________________________ */
/* -------------------------------------------
仕事内容（単体） 005
------------------------------------------- */
.m-jobs-005 {
  margin-top: 30px;
  padding: 80px 20px 80px 20px;
  background: #d2dfe6 !important;
}

@media screen and (max-width: 1024px) {
  .m-jobs-005 {
    padding: 80px 20px 80px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-005 {
    margin-top: 20px;
    padding: 40px 20px 40px 20px;
  }
}

.m-jobs-005 .c-headline-001__en {
  /* color: #fff; */
}

.m-jobs-005 .c-headline-001__ja {
  /* color: #fff; */
}

.m-jobs-005__content-images {
  margin: 0 auto 30px;
  padding: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__content-images {
    margin: 0 auto 20px;
    padding: 0;
  }
}

.m-jobs-005__content-ttl {
  font-size: 3rem;
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__content-ttl {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-jobs-005__content-ttl {
    font-size: 1.7rem;
  }
}

.m-jobs-005__content-desc {
  font-weight: 500;
  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: #fff; */
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail-job {
    font-size: 2.4rem;
  }
}

.m-jobs-005__list-item-detail-ttl {
  margin: 25px 0;
  font-size: 2.4rem;
  /* color: #fff; */
}

@media screen 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: 1.8rem;
  }
}

.m-jobs-005__list-item-detail-desc {
  font-size: 1.6rem;
  /* color: #fff; */
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail-desc {
    font-size: 1.5rem;
  }
}

/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.m-jobs-001 {
  padding: 80px 20px;
  /* background: #e6efe8 !important; */
}

@media screen and (max-width: 767px) {
  .m-jobs-001 {
    padding: 40px 20px 30px 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-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.25%;
  padding-bottom: 20px;
}

.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 {
    padding-top: 260px;
  }
  .m-about-002__background {
    padding-top: 400px;
  }
}

@media screen and (max-width: 1024px) {
  .m-about-002 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-about-002 {
    padding-bottom: 0;
  }
}

.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__headline-txt {
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 374px) {
  .m-about-002__headline-txt {
    letter-spacing: 0.06rem !important;
  }
}

.m-about-002__desc-txt {
  padding: 30px 0 0;
  color: #333;
}

@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;
}
