@charset "UTF-8";
/*****************************************
  cnt02/style.css
  トップページ固有のスタイルを指定
******************************************/

/*******************************
 reset
*******************************/
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
em {
  font-style: normal;
}
.btnFooterNaviPosition {
  margin: 0 0 50px;
}
/*******************************
 cnt02
*******************************/
.cnt02.section {
  padding-top: 30px;
  margin: -30px 0 100px;
}
@media screen and (max-width: 768px) {
  .cnt02.section {
    margin: -30px 0 40px;
  }
}
.cnt02.section .sectionHead {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .cnt02.section .sectionHead {
    margin-bottom: 25px;
  }
}
.cnt02.section .sectionHead .titleBorder01 {}
.cnt02.section .sectionHead .titleBorder01 .titleIn {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .cnt02.section .sectionHead .titleBorder01 .titleIn {
    padding-bottom: 6px;
  }
  .cnt02.section .sectionHead .titleBorder01 .titleIn + .titleIn {
    margin-top: 6px;
  }
}
.cnt02.section .sectionHead .titleBorder01 .titleIn::after {
  height: 18px;
}
@media screen and (max-width: 768px) {
  .cnt02.section .sectionHead .titleBorder01 .titleIn::after {
    height: 9px;
  }
}
.cnt02.section .sectionHead .titleBorder01 .titleIn em {
  color: #c71a1d;
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .cnt02.section .sectionHead .titleBorder01 .titleIn em {
    font-size: 20px;
  }
}
.cnt02.section .sectionBody {
  margin: 0 auto;
  max-width: 920px;
}
@media screen and (max-width: 960px) {
  .cnt02.section .sectionBody {
    padding: 0 20px;
  }
}
.cnt02.section .sectionBody .row {
  overflow: hidden;
}
.cnt02.section .sectionBody .row .col.figure {
  float: right;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .cnt02.section .sectionBody .row .col.figure {
    margin: 0 auto 15px;
    float: none;
    max-width: none;
    width: 66.6667vw;
  }
}
.cnt02.section .sectionBody .row .col.textBox {
  float: left;
  width: 50%;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .cnt02.section .sectionBody .row .col.textBox {
    float: none;
    margin: 0 auto 20px;
    padding-right: 0;
    max-width: none;
    width: auto;
  }
}
.cnt02.section .sectionBody .row .col.textBox .title {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.cnt02.section .sectionBody .row .col.textBox .title .number {
  display: table-cell;
  width: 54px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .cnt02.section .sectionBody .row .col.textBox .title .number {
    width: 27px;
  }
}
.cnt02.section .sectionBody .row .col.textBox .title .text {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  color: #c71a1d;
  font-weight: bold;
  font-size: 27px;
  line-height: calc(36/27);
}
@media screen and (max-width: 768px) {
  .cnt02.section .sectionBody .row .col.textBox .title .text {
    font-size: 17px;
    line-height: calc(45/33);
  }
}
@media screen and (max-width: 768px) {
  .cnt02.section .sectionBody .row .col.textBox .title {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: calc(45/33);
  }
}
.cnt02.section .sectionBody .row .col.textBox > .text {
  font-size: 16px;
  line-height: calc(26/16);
}
.cnt02.section .sectionBody .arrow {
  margin: 30px auto;
  width: 63px;
}
@media screen and (max-width: 768px) {
  .cnt02.section .sectionBody .arrow {
    margin: 15px auto;
    width: 32px;
  }
}

/*******************************
 manual
*******************************/

.cnt02.section.manual  {
  padding-top: 0;
  background: url(/jobfind-pc/original/images/bg_dots.jpg) repeat left top;
}
.cnt02.section.manual .sectionHead {
  padding-top: 85px;
  background: url(/jobfind-pc/original/images/bg_white_top.png) no-repeat center top;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .cnt02.section.manual .sectionHead {
    padding-top: 45px;
  }
}
.cnt02.section.manual .sectionBody {
  max-width: none;
  padding-bottom: 90px;
  background: url(/jobfind-pc/original/images/bg_white_bottom.png) no-repeat center bottom;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .cnt02.section.manual .sectionBody {
    padding-bottom: 55px;
  }
}
.cnt02.section.manual .sectionBodyIn {
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .cnt02.section.manual .sectionBodyIn {
    padding: 0 20px;
  }
}
.cnt02.section.manual .sectionBody .row .col.figure {
  float: left;
}
@media screen and (max-width: 768px) {
  .cnt02.section.manual .sectionBody .row .col.figure {
    float: none;
  }
}
.cnt02.section.manual .sectionBody .row .col.textBox {
  float: right;
  padding: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .cnt02.section.manual .sectionBody .row .col.textBox {
    float: none;
    padding: 0;
  }
}
.cnt02.section.manual .sectionBody .row .col.textBox .title {
  color: #c71a1d;
  font-weight: bold;
  font-size: 24px;
  line-height: calc(33/24);
}
@media screen and (max-width: 768px) {
  .cnt02.section.manual .sectionBody .row .col.textBox .title {
    font-size: 17px;
  }
}

.listgNav a {
  padding: 15px 20px 18px;
}