/*カスタム*/
@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: 25px 4%;
}

@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: 24px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-header-001__logo-link-img {
    max-height: 23px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 21px;
  }
}

@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: #009e9f;
}

.c-headline-001__ja {
  font-weight: 500;
  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: #e5f5f5;
  color: #010101;
}

/* フッター */
.m-footer-001__copyright {
  padding: 25px 0;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 15px 0;
  }
}

/* __________________________________________________________________________________

施工管理
__________________________________________________________________________________ */
/* -------------------------------------------
仕事内容（単体） 004
------------------------------------------- */
.m-jobs-004 {
  padding: 100px 0 80px 0;
  /* background: #000 !important; */
}

@media screen and (max-width: 1024px) {
  .m-jobs-004 {
    padding: 80px 20px;
  }
}

.m-jobs-004 .c-headline-001 {
  margin: 0;
}

@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__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: 800px;
  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;
  }
}

/* -------------------------------------------
企業理念 003
------------------------------------------- */
.m-about-003 {
  padding: 0 0 80px 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-about-003 {
    padding: 0 0 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-about-003 {
    padding: 0 0 20px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-about-003__inner {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-about-003__figure {
    width: 100%;
  }
}

.m-about-003__figure-img {
  vertical-align: middle;
}

.m-about-003__detail {
  padding: 20px 0 0px 40px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-about-003__detail {
    width: 100%;
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-about-003__detail {
    padding: 20px 0;
  }
}

.m-about-003__headline-txt {
  color: #333;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-about-003__headline-txt {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .m-about-003__headline-txt {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-about-003__headline-txt {
    font-size: 1.7rem;
  }
}

.m-about-003__desc-txt {
  padding: 15px 0 0 0;
  color: #333;
}

/* -------------------------------------------
評価制度 005
------------------------------------------- */
.m-assessment-005 {
  padding: 0 0 56px 0;
  /* background: #000 !important; */
}

@media screen and (max-width: 1024px) {
  .m-assessment-005 {
    padding: 0 0 68px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-005 {
    padding: 0 0 28px 0;
  }
}

.m-assessment-005 .c-headline-001__en {
  /* color: #462508; */
}

.m-assessment-005 .c-headline-001__ja {
  /* color: #462508; */
}

.m-assessment-005__list-item-inner {
  border: 1px solid #ddd;
}

.m-assessment-005__list-item:nth-child(1) {
  padding-top: 0;
}

.m-assessment-005__list-item:nth-child(1) .m-assessment-005__list-item-figure {
  text-align: center;
}

.m-assessment-005__list-item:nth-child(1) .m-assessment-005__list-item-figure-img {
  max-width: 60%;
}

@media screen and (max-width: 767px) {
  .m-assessment-005__list-item:nth-child(1) .m-assessment-005__list-item-figure-img {
    max-width: 100%;
  }
}

.m-assessment-005__list-item:nth-child(2) {
  padding-top: 0;
}

@media screen and (max-width: 1024px) {
  .m-assessment-005__list-item:nth-child(2) {
    padding: 12px 24px;
  }
}

.m-assessment-005__list-item-ttl-num {
  /* background: #333; */
}

.m-assessment-005__list-item-ttl-txt {
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 320px) {
  .m-assessment-005__list-item-ttl-txt {
    font-size: 1.4rem;
  }
}

.m-assessment-005__list-item-desc {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-assessment-005__list-item-desc {
    padding: 10px 0 0 0;
  }
}

.m-assessment-005__list-item-desc-txt {
  color: #333;
  text-align: justify;
}

/* -------------------------------------------
メッセージ 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;
  }
}

/* -------------------------------------------
募集要項 001
------------------------------------------- */
.m-require-001 {
  padding: 0 0 80px 0;
  /* background: #f7f7f7 !important; */
}

@media screen and (max-width: 767px) {
  .m-require-001 {
    padding: 0 0 40px 0;
    /* background: #f7f7f7 !important; */
  }
}

.m-require-001 .c-headline-001 {
  margin: 0;
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-001 .c-headline-001__en {
  /* text-transform: uppercase; */
}

.m-require-001 .c-headline-001__ja {
  font-weight: 500;
}

.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: #009e9f;
  /* color: #333; */
}

.m-require-001__detail-desc {
  font-weight: 500;
  color: #333;
}

.m-require-001__detail-desc::before {
  background: #ccecec;
  opacity: 1;
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-001__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  /* color: #333; */
}

/* __________________________________________________________________________________

現場作業員
__________________________________________________________________________________ */
.m-culture-001 {
  padding: 120px 0 56px 0;
  /* background: #f1efef !important; */
}

@media screen and (max-width: 1024px) {
  .m-culture-001 {
    padding: 80px 0 56px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-culture-001 {
    padding: 20px 20px 16px 20px;
  }
}

.m-culture-001 .c-headline-001 {
  margin: 0;
}

.m-culture-001__list {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-culture-001__list {
    padding: 12px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-culture-001__list-item {
    padding: 12px 0px;
  }
}

.m-culture-001__list-item-figure-img {
  width: 100%;
}

.m-culture-001__list-item-detail-ttl {
  border: solid #ddd;
  border-width: 0 0 1px;
}

.m-culture-001__list-item-detail-ttl-txt {
  font-size: 2rem;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-culture-001__list-item-detail-ttl-txt {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 320px) {
  .m-culture-001__list-item-detail-ttl-txt {
    font-size: 1.6rem;
  }
}

.m-culture-001__list-item-detail-desc-txt {
  font-size: 1.5rem;
  color: #333;
  text-align: justify;
}

/* -------------------------------------------
仕事内容（一覧） 001
------------------------------------------- */
.m-works-001 {
  padding: 0 0 80px 0;
}

@media screen and (max-width: 767px) {
  .m-works-001 {
    padding: 0 0 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-works-001__item {
    margin: 0;
  }
}

.m-works-001__desc-txt {
  color: #333;
}

/* -------------------------------------------
企業理念 004
------------------------------------------- */
.m-about-004 {
  padding: 80px 0 45px 0;
}

@media screen and (max-width: 767px) {
  .m-about-004 {
    padding: 40px 0 20px 0;
  }
}

.m-about-004__headline-txt {
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-about-004__detail {
    padding: 10px 0;
  }
}

.m-about-004__desc-txt {
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-about-004__desc-txt {
    text-align: left;
  }
}
