@charset "utf-8";

/* ===============================================================
 section
=============================================================== */
#mainConts {
  padding-top: 40px;
}
#requirements{
  background-color: #fff;
  border-radius: 16px;
  padding: 30px;
}
#requirements .ttlBlue{
  margin-bottom: 20px;
}
.mainSimpleTtl .mainTtl{
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #mainConts {
    padding-top: 20px;
  }
  #requirements{
    padding: 10px 4%;
    border-radius: 8px;
  }
  .mainSimpleTtl{
    padding: 0 4%;
  }
  #requirements .ttlBlue{
    font-size: 20px;
    margin-bottom: 10px;
  }
}
/* ===============================================================
 mainSimpleTtl
=============================================================== */
.mainSimpleTtl{
  padding-bottom: 20px;
}
.mainSimpleTtl .newWrap{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.mainSimpleTtl .new{
  display: inline-block;
  background: #B01111;
  color: #fff;
  padding: 1px 20px 0;
  font-weight: bold;
  font-style: italic;
  border-radius: 4px;
  margin-right: 10px;
}
.mainSimpleTtl .employWrap .icon_employ{
  margin-bottom: 0;
}
.mainSimpleTtl .conditionWrap{
  margin-bottom: 10px;
}
.mainSimpleTtl .period{
  font-size: 12px;
}
/* ===============================================================
 jobTable
=============================================================== */
.jobTable{
  margin-top: 40px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}
.tableNml th,
.tableNml td{
  border-top: 0;
  border-left: 0;
}
.tableNml th{
  width: 275px;
}
.tableNml td{
  border-right: 0;
}
.tableNml tr:last-child th,
.tableNml tr:last-child td{
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .jobTable{
    margin-top: 20px;
  }
  .tableNml th{
    border-right: 0;
    width: 100%;
  }
  .tableNml tr:last-child th{
    border-bottom: 1px solid #E5E5E5;
  }
  .tableNml td{
    font-size: 14px;
  }
}
/* ===============================================================
 jobImgWrap
=============================================================== */
.jobImgWrap .imgBox{
  width: 330px;
}
.jobImgWrap .txtBox{
  width: 700px;
}
.jobImgWrap .jobInfo{
  border: 1px solid #E5E5E5;
  background: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 0;
}
.jobImgWrap .jobInfo .wrap{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.jobImgWrap .jobInfo .wrap:last-child{
  margin-bottom: 0;
  border-bottom: 0;
}
.jobImgWrap .jobInfo dt {
  width: 130px;
}
.jobImgWrap .jobInfo .wrap .station:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  background: url(/assets/common/img/icon_train_blue.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .jobImgWrap .imgBox{
    width: 100%;
  }
  .jobImgWrap .jobInfo{
    margin-bottom: 0;
  }
  .jobImgWrap .jobInfo .wrap{
    display: block;
  }
  .jobImgWrap .jobInfo dt {
    width: 100%;
    font-size: 20px;
    background-position: left top 5px;
  }
  .jobImgWrap .jobInfo dd {
    margin-left: 28px;
  }
}
/* ===============================================================
 jobTable
=============================================================== */
#point{
  border-radius: 8px;
  background: #61B7D9;
  padding: 20px;
  margin-top: 40px;
}
.pointWrap{
  background: #fff;
  border-radius: 8px;
  padding: 40px 40px;
}
.pointWrap .ttl{
  color: #61B7D9;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 10px 40px;
  position: relative;
}
.pointWrap .ttl:after{
  content: "";
  display: block;
  position: absolute;
  top: -17px;
  left: 0;
  width: 44px;
  height: 50px;
  background: url(/assets/common/img/icon_handpoint_blue.svg) no-repeat;
  background-size: contain;
}
.pointWrap .txtBox{
  width: 750px;
  padding-right: 20px;
  border-right: 1px solid #61B7D9;
}
.pointWrap .imgBox{
  padding-left: 20px;
  text-align: center;
  font-weight: bold;
  width: calc(100% - 750px);
}
@media screen and (max-width: 767px) {
  #point{
    padding: 10px;
    margin-top: 20px;
  }
  .pointWrap{
    padding: 20px 4%;
  }
  .pointWrap .ttl{
    font-size: 22px;
  }
  .pointWrap .ttl:after{
    top: -10px;
    width: 40px;
    height: 46px;
  }
  .pointWrap .txtBox{
    width: 100%;
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid #61B7D9;
    font-size: 14px;
  }
  .pointWrap .imgBox{
    padding: 20px 0 0;
    width: 100%;
  }
  .pointWrap .imgBox .img{
    width: 60%;
    margin: auto;
  }
}

/* ===============================================================
 fixedBox
=============================================================== */
.fixedBox{
  padding: 30px 0 0;
}
.fixedBox.fixed{
  background-color: #fff;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 12px 0;
  box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.fixedBox .fixedIn{
  text-align: center;
}
.fixedBox.fixed .fixedIn{
  width: 1120px;
  margin: auto;
}
.spFixedBox{
  display: none;
}
@media screen and (max-width: 767px) {
  .fixedBox.fixed{
    position: static;
    box-shadow: none;
    padding: 8px 0;
  }
  .fixedBox.fixed .fixedIn{
    width: 94%;
  }
  .spFixedBox.fixed{
    display: block;
    position: fixed;
    width: 100%;
    padding: 10px 4%;
    box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.1);
  }
  .spFixedBox .btnSave,
  .spFixedBox .btnTel{
    display: block;
    width: 100%;
    text-align: center;
    padding: 4px;
  }
  .spFixedBox .btnWrap .btnSolid{
    margin-top: 0;
  }
  .spFixedBox .btnWrap .btnSolid:after {
    right: 18px;
  }
  .spFixedBox .btnTel{
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    position: relative;
  }
  .spFixedBox .btnTel:after{
    content: "";
    width: 22px;
    height: 22px;
    background: url(/assets/common/img/icon_round_tel_blue.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -11px 0 0;
  }
}
/* ===============================================================
 btnWrap
=============================================================== */
.btnWrap.topBtn,
.fixedBox .btnWrap{
  font-size: 0;
}
.topBtn{
  text-align: center;
  margin: 15px 0 0;
}
.btnWrap.topBtn a,
.fixedBox .btnWrap a{
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.btnWrap .btnSave{
  font-size: 14px;
  padding: 14px 50px 14px 10px;
  margin-right: 10px;
}
.btnWrap .btnCheck{
  font-size: 14px;
  text-align: center;
  padding: 14px 38px 14px 22px;
  margin-right: 10px;
}
.btnWrap .btnSave{
  background: url(/assets/common/img/icon_file_blue.svg) no-repeat right 10px center;
  background-size: 32px 32px;
}
.btnWrap .btnCheck{
  border-color: #61B7D9;
  color: #61B7D9;
}
.btnWrap .btnCheck:after {
  border-top: 2px solid #61B7D9;
  border-right: 2px solid #61B7D9;
}
.btnWrap .btnSolid:after {
  position: absolute;
  margin: -5px 0 0;
  top: 50%;
  right: 15px;
}

.btnWrap .btnCheck:after {
  position: absolute;
  margin: -5px 0 0;
  top: 50%;
  right: 22px;
}

.btnWrap .btnSolid{
  width: 540px;
  font-size: 20px;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .btnWrap .btnSave,
  .btnWrap .btnCheck{
    width: 49%;
    padding: 6px 30px 6px 6px;
    margin-right: 0;
  }
  .btnWrap .btnSave{
    background-size: 26px auto;
    margin-right: 2%;
    background-position: right 5px center;
  }
  .btnWrap .btnCheck:after,
  .btnWrap .btnSolid:after {
    top: 50%;
    right: 10px;
  }
  .btnWrap .btnSolid{
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 6px;
  }
}
@media screen and (max-width: 374px) {
  .btnWrap .btnSave,
  .btnWrap .btnCheck{
    font-size: 12px;
    padding: 6px 26px 6px 4px;
  }
  .btnWrap .btnSave {
    background-size: 22px auto;
  }
}

