@charset "UTF-8";

/* ----------------
背景薄いイエロー：#FEFBD8;
背景薄いイエロー(働く人の声)：#FFFEEE;
濃いイエロー（職場見学可能です）：#FFF100;
ページ上部の濃いめグリーン：#00ADA9;
中見出しグリーン(鉄道・駅工事)：#70C5C2;
右上3枚の写真の背景の円の色：#E7F4F3;
-------------------*/

.br--pc::after {
  white-space: pre;
  content: '\A';
}

@media screen and (max-width: 1024px) {
  .br--pc::after {
    content: '';
  }
  
  .br--tb::after {
    white-space: pre;
    content: '\A';
  }
}

@media screen and (max-width: 767px) {
  .br--tb::after {
    content: '';
  }

  .br--sp::after {
    white-space: pre;
    content: '\A';
  }
}

.main-job-book {
  color: #333;
  font-size: 16px;
  box-sizing: border-box;
  overflow: hidden;
}

/* ----------------------
ヘッダー部分
ロゴ、会社情報、QRコード
-------------------------*/

.jb-header {
  display: flex;
  border-top: 10px solid #00ADA9;
  margin-bottom: 50px;
}

.jb-header__logo {
  width: 200px;
}

.jb-header__logo-imgbox {
  width: 100%;
}

.jb-header__logo-imgbox img {
  width: 100%;
  vertical-align: bottom;
}

.jb-header__info {
  width: calc(100% - 440px);
  padding: 30px 0 0 30px;
}

.jb-header__info-name {
  font-weight: bold;
  font-size: 32px;
  position: relative;
}
.jb-header__info-name::after {
  content: 'さやまけんせつかぶしきがいしゃ';
  position: absolute;
  top: 0;
  left: 0;
  transform: translate( 0, -80%);
  font-size: 10px;
  width: 100%;
}

.jb-header__info-name-text {
  position: relative;
}
/* .jb-header__info-name-text::after {
  content: 'さやまけんせつかぶしきがいしゃ';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate( -50%, -80%);
  font-size: 10px;
  width: 100%;
} */

.jb-header__info-access {
  /* font-size: 12px; */
  line-height: 1.5;
}

.jb-header__moreinfo {
  width: 260px;
  margin-left: auto;
}

.jb-header__moreinfo-qrimgbox {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.jb-header__moreinfo-qrimgbox img {
  width: 100%;
  vertical-align: bottom;
}

.jb-header__moreinfo-text {
  font-weight: bold;
  font-size: 1.2em;
  background-color: #FFF100;
  padding: 5px 20px;
  border-radius: 20px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .jb-header__logo {
    width: 100px;
  }

  .jb-header__info {
    width: calc(100% - 250px);
    padding: 15px 0 0 15px;
  }

  .jb-header__info-name {
    font-size: 20px;
  }

  .jb-header__info-access {
    font-size: 14px;
  }

  .jb-header__moreinfo {
    width: 150px;
  }

  .jb-header__moreinfo-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .jb-header__info {
    width: calc(100% - 100px);
  }

  .jb-header__moreinfo {
    display: none;
  }
}

/* ----------------------
セクション
「どんな工事で地域に貢献しているのですか？」
-------------------------*/
.jb-question {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  background-color: #FEFBD8;
  padding: 30px;
  border-radius: 60px;
  box-sizing: border-box;
}

.jb-question-title {
  width: 100%;
  margin-bottom: 20px;
}

.jb-question-title img {
  width: 100%;
  vertical-align: bottom;
}

.jb-question-content {
  display: flex;
  /* margin-left: 110px;
  width: calc(100% - 110px); */
  width: 100%;
  position: relative;
  justify-content: space-between;
}
/* .jb-question-content::before {
  content: '';
  width: 100px;
  height: 100px;
  background-image: url('../img/job-book/icon_denkyu.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -110px;
  top: 0;
} */

.jb-question-content-text {
  width: calc(100% - 220px);
}

.jb-question-content-text-header {
  font-size: 24px;
  font-weight: bold;
  color: #00ADA9;
  position: relative;
  margin-left: 90px;
}
.jb-question-content-text-header::before {
  content: '';
  width: 80px;
  height: 80px;
  background-image: url('../img/job-book/icon_denkyu.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -90px;
  top: 0;
}

.jb-question-content-text-desc {

}

.jb-question-content-imgbox {
  width: 200px;
  overflow: hidden;
}

.jb-question-content-imgbox img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .jb-question-title {
    width: 116%;
    transform: translate(-6%, 0);
  }

  .jb-question-content {
    flex-wrap: wrap;
    /* margin-left: 60px; */
    /* width: calc(100% - 60px); */
    width: 100%;
  }

  /* .jb-question-content::before {
    width: 50px;
    height: 50px;
    left: -60px;
  } */
  .jb-question-content-text-header::before {
    width: 50px;
    height: 50px;
    left: -60px;
  }


  .jb-question-content-text {
    width: 100%;
  }

  .jb-question-content-text-header {
    margin-bottom: 20px;
    font-size: 20px !important;
    margin-left: 60px;
  }

  .jb-question-content-text-desc {
    margin-bottom: 20px;
  }

  .jb-question-content-imgbox {
    width: 100%;
  }

  .jb-question-content-imgbox img {
    border-radius: 50px;
  }
}



/* ----------------------
セクション
「駅とお店で工事も違うのですか？」
-------------------------*/
.jb-type {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.jb-header-qa {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.jb-header-q {
  width: fit-content;
  margin-left: 110px;
  position: relative;
  margin-right: 75px;
}
.jb-header-q::before {
  content: '';
  position: absolute;
  left: -110px;
  top: 0;
  width: 100px;
  height: 100px;
  background-image: url('../img/job-book/icon_qestion.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.jb-header-q-text {
  font-size: 24px !important;
  font-weight: bold;
  position: relative;
}
.jb-header-q-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 100%;
  height: 30px;
  background-image: url('../img/job-book/fukidashi_line.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.jb-header-a {
  width: 438px;
  background-color: #00ADA9;
  padding: 10px 30px 10px 50px;
  border-radius: 50px;
  position: relative;
}
.jb-header-a::before {
  content: '';
  width: 100px;
  height: 100px;
  background-image: url('../img/job-book/icon_denkyu.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.jb-header-a-text {
  color: #fff;
  font-size: 24px !important;
  font-weight: bold;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.jb-type-flex {
  display: flex;
  justify-content: space-between;
}

.jb-type-flex-child {
  width: 48%;
}

.jb-type-flex-child-header {
  background-color: #70C5C2;
  padding: 10px 30px;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.jb-type-flex-child-text {
  margin-bottom: 20px;
}

.jb-type-flex-child-imgbox {
  border: solid 3px #00ADA9;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.jb-type-flex-child-imgbox img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 1100px) {
  .jb-header-qa {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .jb-header-q {
    width: fit-content;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .jb-header-a {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .jb-header-q::before {
    left: -60px;
    width: 50px;
    height: 50px;
  }

  .jb-header-q-text {
    font-size: 20px !important;
  }

  .jb-header-a {
    padding: 10px 30px 10px 30px;
    width: 75%;
  }

  .jb-header-a::before {
    width: 50px;
    height: 50px;
  }

  .jb-header-a-text {
    font-size: 20px !important;
  }

  .jb-type-flex {
    flex-wrap: wrap;
  }

  .jb-type-flex-child {
    width: 100%;
    margin-bottom: 50px;
  }
}


/* ----------------------
セクション
「現場監督の仕事を教えてください。」
-------------------------*/
.jb-scene {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.jb-scene-content {
  display: flex;
  justify-content: space-between;
}

.jb-scene-content-info {
  width: 48%;
}

.jb-scene-content-info-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.jb-scene-content-info-flex-child {
  width: 48%;
}

.jb-scene-content-info-flex-child-header {
  background-color: #E7F4F3;
  color: #00ADA9;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 20px;
}

.jb-scene-content-info-flex-child-desc {

}

.jb-scene-content-imgbox {
  width: 48%;
}

.jb-scene-content-imgbox img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 1024px) {
  .jb-scene-content {
    flex-wrap: wrap;
  }

  .jb-scene-content-info {
    width: 100%;
    margin-bottom: 50px;
  }

  .jb-scene-content-imgbox {
    width: 100%;
  }
}


/* ----------------------
セクション
「今までに建てた駅やお店を写真で見てみよう。」
-------------------------*/
.jb-jisseki {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}

.jb-jisseki-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.jb-jisseki-title-header {
  width: 410px;
}

.jb-jisseki-title-header-text {
  margin-left: 110px;
  width: fit-content;
  font-size: 24px;
  position: relative;
}
.jb-jisseki-title-header-text::before {
  content: '';
  width: 100px;
  height: 100px;
  background-image: url('../img/job-book/icon_point.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -110px;
  transform: translate(0, -50%);
}

.jb-underline {
  text-decoration-line: underline;
  text-decoration-color: #333;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.3em;
  text-decoration-skip-ink: none;
  font-weight: bold;
}

.jb-jisseki-title-desc {
  width: calc(100% - 430px);
  font-size: 1.2em;
}

.jb-jisseki-images {
  border: solid 3px #00ADA9;
  padding: 1%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.jb-jisseki-images-imgbox {
  width: 24%;
}
.jb-jisseki-images-imgbox:nth-child(1),
.jb-jisseki-images-imgbox:nth-child(2),
.jb-jisseki-images-imgbox:nth-child(3),
.jb-jisseki-images-imgbox:nth-child(4) {
  margin-bottom: 1%;
}

.jb-jisseki-images-imgbox img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 1024px) {
  .jb-jisseki-title {
    flex-wrap: wrap;
  }

  .jb-jisseki-title-header {
    width: 100%;
    margin-bottom: 50px;
  }

  .jb-jisseki-title-desc {
    width: 100%;
  }

  .jb-jisseki-images {
    padding: 3%;
  }

  .jb-jisseki-images-imgbox {
    width: 48%;
  }

  .jb-jisseki-images-imgbox:nth-child(1),
  .jb-jisseki-images-imgbox:nth-child(2),
  .jb-jisseki-images-imgbox:nth-child(3),
  .jb-jisseki-images-imgbox:nth-child(4),
  .jb-jisseki-images-imgbox:nth-child(5),
  .jb-jisseki-images-imgbox:nth-child(6) {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 767px) {
  .jb-jisseki-title-header-text {
    font-size: 20px !important;
  }
}


/* ----------------------
セクション
「働く人の声を聞いてみよう！Q&A」
-------------------------*/
.jb-qanda {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  background-color: #E7F4F3;
  padding: 60px 30px;
  border-radius: 30px;
  position: relative;
  box-sizing: border-box;
}

.jb-qanda-header {
  position: absolute;
  width: 60%;
  max-width: 500px;
  min-width: 300px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jb-qanda-header::after {
  content: '';
  width: 150px;
  height: 63px;
  background-image: url('../img/job-book/qanda.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -40%;
  transform: translate(0, -50%);
}

.jb-qanda-header img {
  width: 100%;
  vertical-align: bottom;
}

.jb-qanda-flex {
  display: flex;
  justify-content: space-between;
}

.jb-qanda-flex-child {
  width: 33%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.jb-qanda-flex-child:not(:last-child) {
  border-right: dashed 2px #00ADA9;
}

.jb-qanda-flex-child-qabox {
  border: solid 2px #00ADA9;
  background-color: #FFFEEE;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.jb-qanda-flex-child-qabox-header {
  font-size: 1.2em;
  font-weight: bold;
  color: #00ADA9;
  margin-bottom: 10px;
}

.jb-qanda-flex-child-qabox-desc {

}

.jb-qanda-flex-child-staffbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.jb-qanda-flex-child-staffbox-imgbox {
  width: 48%;
}

.jb-qanda-flex-child-staffbox-imgbox img {
  width: 100%;
  vertical-align: bottom;
}

.jb-qanda-flex-child-staffbox-textbox {
  width: 48%;
}

.jb-qanda-flex-child-staffbox-textbox-post {
  font-weight: bold;
}

.jb-qanda-flex-child-staffbox-textbox-name {
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .jb-qanda-flex {
    flex-wrap: wrap;
  }

  .jb-qanda-flex-child {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .jb-qanda-flex-child:not(:last-child) {
    border-right: none;
    border-bottom: dashed 2px #00ADA9;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .jb-qanda-header::after {
    width: 100px;
    height: 42px;
    top: -31px;
    right: 0;
    transform: translate(0, 0);
  }
}
