@charset "UTF-8";
/* ウェブフォント（ペン字：花鳥風月PB http://www.geocities.jp/s318shunkasyuto/ (c)TAKAYA）
---------------------------------------------------------*/
@font-face {
  font-family: "katyoufuugetupb";
  src: url("../fonts/katyoufuugetupb.eot?") format("eot"), url("../fonts/katyoufuugetupb.woff") format("woff");
}
/* ポータルサイト 専用
-----------------------------------------
-----------------------------------------*/
* {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

body {
  margin: 0 auto !important;
  padding: 0;
  background: url("../img/top_border_bg.gif") repeat-x top left;
  width: 100%;
  font-size: 100%;
}
body header {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  padding: 36px;
  margin-bottom: 100px;
}
body header h1 {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  body header h1 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 220px;
  }
}
body .recruitSection {
  margin: 0 auto;
  text-align: center;
  width: 95%;
}
@media screen and (min-width: 1000px) {
  body .recruitSection {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
body .recruitSection h2 {
  text-align: center;
  color: #3772ba;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 2px solid #3772ba;
  display: inline-block;
  margin: 0 auto 100px;
  font-weight: bold;
  font-size: 2.7rem;
}
@media screen and (min-width: 1000px) {
  body .recruitSection h2 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.4rem;
  }
}
body .recruitSection p {
  text-align: left;
  line-height: 1.6;
  font-size: 1rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  body .recruitSection p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.1rem;
  }
}
body .recruitSection ul {
  text-align: left;
  margin: 20px;
  background: #FFF7DC;
  padding: 20px 20px 0;
}
body .recruitSection ul li {
  margin-bottom: 15px;
  font-size: 1.15rem;
  border-bottom: 1px dotted #333;
  padding-bottom: 20px;
}
body .recruitSection ul li:last-of-type {
  border: none;
  margin-bottom: 0;
}
body .recruitSection h3 {
  position: relative;
  text-align: left;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3rem;
  margin-bottom: 20px;
  margin-top: 50px;
}
@media screen and (min-width: 1000px) {
  body .recruitSection h3 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.6rem;
  }
}
body .recruitSection h3::after {
  content: "";
  height: 2px;
  background: url("../img/dot_bg.gif") repeat-x;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
  margin-top: 35px;
}
@media screen and (min-width: 1000px) {
  body .recruitSection h3::after {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-top: 15px;
  }
}
body .recruitSection .recruitBtnArea {
  text-align: left;
  margin-bottom: 20px;
}
body .recruitSection .recruitBtnArea .recruitBtn {
  background: #d0e9ff;
  border: 3px solid #1eb1c1;
  display: inline-block;
  text-align: left;
  padding: 10px 20px 10px;
  position: relative;
}
body .recruitSection .recruitBtnArea .recruitBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  background: url("../img/whitevector.svg");
  background-size: contain;
  width: 13px;
  height: 15px;
  left: 0;
}
body .recruitSection .recruitBtnArea .recruitBtn p {
  vertical-align: middle;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 2.6rem;
}
@media screen and (min-width: 1000px) {
  body .recruitSection .recruitBtnArea .recruitBtn p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.3rem;
  }
}
body .recruitSection .recruitBtnArea a {
  color: #333;
}
body .recruitSection .recruitBtnArea a:hover {
  color: #333;
}
body .recruitSection .recruitBtnArea a:visited {
  color: #333;
}
body .recruitSection .recruitBtnArea .small {
  font-size: 0.9rem;
}
body footer {
  margin: 0 auto;
  text-align: center;
  background: #1eb1c1;
  padding: 10px;
}
body footer small {
  color: #fff;
}