@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
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;
}

.postid-35 .g-pagetop-btn::before{
  background: #5ca3ff;
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
/* ロゴ */
.m-header-001__logo {
  padding: 23px 33px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 15px 17px;
    max-width: 220px;
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 35px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    display: none;
  }
}

.m-header-001__logo-link-img.is-mobile {
  display: none;
  max-height: 22px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

.m-header-001__btn-link{
  font-weight: 700;
}

/* -------------------------------------------
モジュール
------------------------------------------- */
/* 大見出し */
.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; */
  color: var(--sub-txt);
}

.c-headline-001__ja {
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    letter-spacing: .2rem;
  }  
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }  
}

/* モジュール内見出し */
@media screen and (max-width: 767px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 374px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
}

/* サブカラー 背景を無効化したいとき */
.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

/*
投稿ページ「タイトル：日本語」に img タグを挿入
<img class="img-headline pc-tab" src="https://hiranokensetsu.itszai.jp/wp-content/uploads/2022/11/pg02-gallery-pc.png" /><img class="img-headline sp" src="https://hiranokensetsu.itszai.jp/wp-content/uploads/2022/11/pg02-gallery-sp.png" /><img class="img-headline sp320" src="https://hiranokensetsu.itszai.jp/wp-content/uploads/2022/11/pg02-gallery-sp320.png" />
*/
.img-headline {
  margin: 0 auto;
  height: 60px;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
    .img-headline{
        height: 44px;
    }
}
@media screen and (max-width: 374px) {
    .img-headline.sp{
        display:none;
    }
}

.img-headline.sp320 {
  display: none;
  height: 41px;
}

@media screen and (max-width: 374px) {
  .img-headline.sp320 {
    display: inline-block;
  }
}

/* -------------------------------------------
土木作業員
------------------------------------------- */
/* -------------------------------------------
メッセージ 001
------------------------------------------- */
.m-message-001 {
  padding: 80px 0;
/* background: #000 !important; */
}

@media screen and (max-width: 767px) {
  .m-message-001 {
    padding: 40px 0;
  }
}

.m-message-001__detail {
  padding: 0 20px;
}

.m-message-001__headline {
  margin-bottom: 20px;
}

.m-message-001__headline-txt {
  font-weight: 700;
/* color: var(--primary); */
}

.m-message-001__headline + .m-message-001__desc {
  margin-top: -2px;
}

.m-message-001__desc-txt {
  padding-bottom: 0;
/* color: var(--sub-txt, #333); */
}

@media screen and (max-width: 767px) {
  .m-message-001__desc-txt {
    text-align: left;
  }
}

.m-message-001__desc-txt:first-child {
  padding-top: 0;
}

/* -------------------------------------------
仕事内容（単体） 004
------------------------------------------- */
.c-module-container .m-jobs-004:nth-of-type(2) {
  padding: 80px 0;
  background: var(--sub-bg);
}

@media screen and (max-width: 767px) {
  .c-module-container .m-jobs-004:nth-of-type(2) {
    padding: 40px 0;
  }
}

.c-module-container .m-jobs-004:nth-of-type(2) .m-jobs-004__inner{
  max-width: 1440px;
}

.c-module-container .m-jobs-004:nth-of-type(2) .m-jobs-004__content-images {
  padding-top: 0;
}

.c-module-container .m-jobs-004:nth-of-type(2) .m-jobs-004__content-images-figure{
  max-width: none;
  margin: auto;
}

@media screen and (max-width: 767px){
  .c-module-container .m-jobs-004:nth-of-type(2) .m-jobs-004__content-images-figure{
    width: 50%;
  }
}

.c-module-container .m-jobs-004:nth-of-type(2) .m-jobs-004__content {
  margin: 0;
}

.c-module-container .m-jobs-004:nth-of-type(2) .m-jobs-004__content-ttl {
  font-weight: 700;
  padding: 0 40px;
  color: var(--primary);
}

@media screen and (min-width: 767.1px) {
  .c-module-container .m-jobs-004:nth-of-type(2) .m-jobs-004__content-ttl {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .c-module-container .m-jobs-004:nth-of-type(2) .m-jobs-004__content-ttl {
    padding: 0 20px; 
  }
}

.c-module-container .m-jobs-004:nth-of-type(2) .m-jobs-004__content-desc {
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .c-module-container .m-jobs-004:nth-of-type(2) .m-jobs-004__content-desc {
    text-align: left;
    padding: 0 20px;
  }
}

/* -------------------------------------------
仕事内容（単体） 004
------------------------------------------- */
.m-jobs-004 {
  padding: 40px 40px 80px;
}

@media screen and (max-width: 767px) {
  .m-jobs-004 {
    padding: 20px 20px 40px;
  }
}

.m-jobs-004__inner {
  max-width: 1000px;
}

.m-jobs-004__content {
  margin: 0;
}

.m-jobs-004__content-images {
  padding-top: 0;
}

.postid-8 .m-jobs-004__content-images-figure {
  max-width: 528px;
  margin: 0 auto;
}

.postid-35 .m-jobs-004__content-images-figure{
  max-width: 831px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-images-figure {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-desc {
    text-align: left;
  }
}


/* -------------------------------------------
福利厚生 001
------------------------------------------- */
.m-welfare-001 {
  background: var(--sub-bg);
}

.m-welfare-001__inner {
  max-width: 780px;
  padding: 0 30px;
}

@media screen and (max-width: 1024px) {
  .m-welfare-001__inner {
    padding: 0 20px;
  }
}

.m-welfare-001__list{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -20px;
}

@media screen and (max-width: 1024px) {
  .m-welfare-001__list{
    margin-top: 0;
  }
}

.m-welfare-001__list-item {
  padding: 20px 10px 0;
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .m-welfare-001__list-item {
    width: 100%;
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-welfare-001__list-item:first-child {
    padding-top: 0;
  }
}

.m-welfare-001__list-item-inner {
  border-color: var(--primary-border);
  /* background: #000; */
}

.m-welfare-001__list-item-ttl {
  margin-bottom: 20px;
}

.m-welfare-001__list-item-ttl:last-child {
  margin-bottom: 0;
}

.m-welfare-001__list-item-ttl-num {
  font-weight: 600;
  background: var(--primary);
}

.m-welfare-001__list-item-ttl-txt {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  /* color: var(--primary); */
}

@media screen and (max-width: 767px) {
  .m-welfare-001__list-item-ttl-txt {
    font-size: 2rem;
  }
}

.m-welfare-001__list-item-figure {
  margin-bottom: 10px;
}

.m-welfare-001__list-item-figure:last-child {
  margin-bottom: 0;
}

.m-welfare-001__list-item-desc {
  padding: 0;
}

.m-welfare-001__list-item-ttl + .m-welfare-001__list-item-desc {
  margin-top: -2px;
}

.m-welfare-001__list-item-desc-txt {
  /* font-size: 1.5rem; */
  text-align: justify;
  /* color: #fff; */
}

@media screen and (max-width: 767px) {
  .m-welfare-001__list-item-desc-txt {
    font-size: 1.4rem;
  }
}

.m-welfare-001__desc {
  padding: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .m-welfare-001__desc {
    padding-top: 20px;
  }
}

.m-welfare-001__desc-txt {
  padding: 30px 0 0;
  /* color: var(--sub-txt); */
}

@media screen and (max-width: 767px) {
  .m-welfare-001__desc-txt {
    padding: 24px 0 0;
  }
}

.m-welfare-001__desc-txt:first-child {
  padding-top: 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: #5ca3ff;
  opacity: .6;
}

.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); */
}

.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;
}

/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.m-jobs-001 {
  padding: 80px 20px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001 {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__content-desc {
    text-align: left;
  }
}

.m-jobs-001__list {
  padding: 0;
}

.m-jobs-001__list-item:last-child {
  padding-bottom: 0;
}

.m-jobs-001__list-item-inner {
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-inner {
    flex-direction: column;
  }
}

.m-jobs-001__list-item-figure {
  min-height: 490px;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: 440px; /*適宜変更*/
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    min-height: auto;
  }
}

.m-jobs-001__list-item-detail {
  width: 45%;
  margin: 0;
  padding: 40px 0% 40px 40px;
}


@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0;
    padding: 20px 0px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0 0 0 0%;
    padding: 20px 0;
  }
}

.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
  margin: 0;
  padding: 40px 40px 40px 0%;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 20px 0px;
  }
}

@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;
  }
}

@media screen and (max-width: 1024px) {
  .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;
  }
}

.m-jobs-001__list-item-detail-job {
  font-weight: 700;
  padding-top: 4px;
}

.m-jobs-001__list-item-detail-ttl {
  display: block; /*safariバグ対策*/
  padding: 0;
  margin: 0 0 15px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  background: transparent;
  color: #5ca3ff;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-ttl {
    font-size: 1.8rem;
  }
}

.m-jobs-001__list-item-detail-desc {
  font-weight: 500;
}

/* -------------------------------------------
ギャラリー 003
------------------------------------------- */
.m-gallery-003{
  background: #deedff;
}

.m-gallery-003__inner {
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .m-gallery-003__inner {
    padding: 0 20px;
  }
}

.m-gallery-003__list {
  padding: 0;
  margin: -5px;
}

@media screen and (max-width: 767px) {
  .m-gallery-003__list {
    margin: -3px;
  }
}

.m-gallery-003__list-item {
  padding: 5px;
  /* width: 33.33%; */
}

@media screen and (max-width: 1024px) {
  .m-gallery-003__list-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .m-gallery-003__list-item {
    padding: 3px;
  }
}

/* -------------------------------------------
募集要項
------------------------------------------- */
div[class^="m-require-"][class$="__detail-row"] {
  border-color: var(--primary-border);
}

div[class^="m-require-"][class$="__detail-ttl"] {
  font-weight: 700;
  color: var(--primary-bg);
}

div[class^="m-require-"][class$="__detail-desc"] {
  font-weight: 500;
}

/* -------------------------------------------
フッター
------------------------------------------- */
.m-footer-001 {
  color: var(--sub-txt);
  background: #ececec;
}

/* コピーライト */
.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

.m-project-001 {
  padding: 0 20px 80px;
}

@media screen and (max-width: 767px) {
  .m-project-001 {
    padding: 0 20px 40px;
  }
}

.m-project-001__inner {
  padding: 0;
  max-width: 1000px;
}

.m-project-001__ttl {
  font-weight: 700;
}

.m-project-001__lead {
  font-weight: 500;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-project-001__lead {
    text-align: left;
  }
}