@charset "UTF-8";

html {
  overflow: auto;
}

body {
  color: #000;
  background-color: #fff;
  letter-spacing: 0.05em;
  overflow: hidden;
  word-wrap: break-word;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.clearfloat {
  clear: both;
}

.displayNone {
  position: fixed;
  left: -9999px;
  top: -9999px;
  display: inline;
}

.text_b {
  font-weight: bold;
}

/* カラー */
.red {
  color: #d1393b;
}

.blue {
  color: #0068b6;
}

.green {
  color: #00ca41;
}

a:link {
  color: #0068b6;
}

a:visited {
  color: #0068b6;
}

a:hover {
  color: #0068b6;
  text-decoration: none;
}

a:active {
  color: #0068b6;
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

/*- 読み込み時にページがふわりと表示 -*/
body {
  -webkit-animation: fadeIn 2.0s ease 0s 1 normal;
  animation: fadeIn 2.0s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

/*======================================================
	PCサイズ・タブレット（600px以上）
======================================================*/

@media screen and (min-width:600px),
print {
  .pc_non {
    display: none !important;
  }

  #container {
    position: relative;
  }

  /*- オンマウス -*/
  .hover a {
    transition-duration: 0.3s;
    overflow: hidden;
  }

  .hover a:hover {
    transform: scale(1.05);
    transition-duration: 0.3s;
  }

  #container {
    position: relative;
  }

  /* ----------------------------------------------
	ヘッダー
------------------------------------------------- */
  header #topHeader {
    position: relative;
    height: 85vh;
    max-height: 55vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../img/mv.jpg);
  }

  header #topHeader #siteTitle {
    position: absolute;
    top: 50%;
    z-index: 1000;
    width: 100%;
    height: 70%;
    transform: translateY(-55%);
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    background-image: url(../img/title.png);
  }

  header #topHeader .dormitory {
    position: absolute;
    bottom: -50px;
    left: 5%;
    z-index: 1000;
    width: 13%;
    min-width: 225px;
    height: auto;
  }

  a.linkFollow {
    position: fixed;
    z-index: 1000;
    bottom: 75%;
    right: -10px;
    display: block;
    width: 100px;
    height: 90px;
    border-radius: 7px;
    background-repeat: no-repeat;
    background-color: #00ca41;
    background-position: center;
    background-size: auto 70px;
    background-image: url(../img/follow.png);
    transition-duration: 0.3s;
  }

  a.linkFollow:hover {
    right: 0;
  }

  /* ----------------------------------------------
	共通要素
------------------------------------------------- */
  section {
    text-align: center;
  }

  .content {
    width: 80%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 90px 0;
  }

  header #subHeader {
    position: relative;
    padding: 35px 0;
    background-repeat: no-repeat;
    background-position: center bottom -55px;
    background-size: auto 140%;
    background-image: url(../img/sitetitle.jpg);
    background-color: #f2f2f2;
  }

  header #subHeader #siteTitle {
    display: block;
    width: 220px;
    height: 110px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    background-image: url(../img/logo.png);
  }

  /* 共通h2 */
  .job h2 {
    width: 600px;
    height: 35px;
    margin: 0 auto 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url(../img/htitle004.png);
  }

  /*求人一覧*/
  ul.jobList li {
    width: 30%;
    display: inline-block;
    margin: 0 1.25% 45px;
    vertical-align: top;
  }

  ul.jobList li a {
    display: block;
    padding: 30px;
    color: #000;
    text-align: left;
    text-decoration: none;
    border: 3px solid #000;
  }

  ul.jobList li a .title {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 7px;
  }

  ul.jobList li a .data {
    font-size: 1.5rem;
    margin: 0 0 20px;
  }

  ul.jobList li a .more {
    display: block;
    width: 80%;
    height: 60px;
    margin: 0 auto;
    background-color: #d1393b;
    background-repeat: no-repeat;
    background-position: center, right 15px center;
    background-size: auto 35%, auto 27%;
    background-image: url(../img/more003.png), url(../img/ya001.png);
  }

  ul.jobList li:nth-child(odd) a .more {
    background-color: #0068b6;
  }

  ul.jobList li.listNon {
    padding: 150px 0;
    margin: 0;
    width: 100%;
  }

  /* パンくずナビ */
  #breadcrumbs {
    display: block;
    margin: 35px 50px 0;
    font-size: 1.3rem;
    text-align: left;
  }

  /*404error*/
  #errorContent .content {
    padding: 200px 0;
  }

  #errorContent .content h1 {
    font-size: 30.0rem;
    line-height: 1.0em;
    font-weight: bold;
    color: #edebeb;
  }

  /* ----------------------------------------------
	トップページ
------------------------------------------------- */
  /* 概要・結論 */
  #about {
    background-repeat: repeat;
    background-position: center;
    background-size: 15px;
    background-image: url(../img/back001.png);
  }

  #about .content {
    width: 85%;
    text-align: left;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 80%;
    background-image: url(../img/img.png);
  }

  #about .content ul li {
    font-size: 2.3rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin: 0 0 20px;
    padding: 0 0 0 40px;
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 25px;
    background-image: url(../img/check.png);
  }

  #about .content ul li:last-of-type {
    margin: 0;
  }

  #result {
    background-color: #0068b6;
  }

  #result .content {
    padding: 45px 0;
    text-align: center;
  }

  #result .left {
    width: 37%;
    display: inline-block;
    float: none;
    margin: 0 10% 0 0;
    vertical-align: middle;
  }

  #result .right {
    width: 43%;
    display: inline-block;
    float: none;
    vertical-align: middle;
  }

  #result .left strong {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 46.8%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../img/text001.png);
  }

  #result .right a.lineLink {
    display: block;
    padding: 90px 70px 35px;
    margin: 0 auto 0;
    color: #000;
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: bold;
    background-color: #00ca41;
    background-repeat: no-repeat;
    background-position: top 40px center, right 25px center;
    background-size: 75% auto, auto 15%;
    background-image: url(../img/more002.png), url(../img/ya001.png);
  }

  /* 漫画 */
  #comic {
    text-align: center;
    background-color: #edebeb;
  }

  #comic h2 img{
    width: 40%;
    max-width: 400px;
  }

  #comic .comicimg{
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    height: 100%;
  }

  #comic .comicimg img{
    width: 50%;
    margin: 50px 0 0;
  }

  /* よくある求職活動 */
  #common {
    padding: 45px 45px 0;
    margin: auto;
  }

  #common .content {
    width: auto;
    max-width: none;
    margin: auto;
    padding: 50px;
    background-color: #edebeb;
  }

  #common .content h3 {
    width: 400px;
    height: 25px;
    margin: 0 auto 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url(../img/htitle001.png);
  }

  #common .content ul {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }

  #common .content ul li {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    margin: 0 0.25%;
  }

  #common .content ul li img {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto 15px;
  }

  #common .content ul li p.text {
    font-size: 1.8rem;
    font-weight: bold;
  }

  #common .content ul li .text_s {
    font-size: 1.3rem;
    font-weight: normal;
  }

  #common strong {
    display: block;
    width: 100%;
    height: 45px;
    margin: 20px auto 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url(../img/text002.png);
  }

  #common::after {
    content: '';
    display: inline-block;
    width: 150px;
    height: 55px;
    margin: 25px auto;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/ya003.png);
    background-size: auto 100%;
  }

  /* ポイント */
  #point {
    background-repeat: repeat;
    background-position: center;
    background-size: 15px;
    background-image: url(../img/back001.png);
  }

  #point .content {
    padding: 45px 0;
  }

  #point strong {
    display: block;
    width: 90%;
    height: 0;
    margin: 0 auto;
    padding-top: 15%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../img/text003.png);
  }

  /* JOBitの仕組み */
  #howit .content {
    width: 80%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 75px 0 90px;
  }

  #howit .content h2 {
    width: 600px;
    height: 45px;
    margin: 0 auto 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url(../img/htitle002.png);
  }

  #howit .content ul {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 60px;
  }

  #howit .content ul li {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin: 0;
    text-align: center;
  }

  #howit .content ul li img {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto 15px;
  }

  #howit .content ul li strong {
    display: block;
    margin: 0 0 5px;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5em;
  }

  #howit .content ul li:nth-of-type(3) strong {
    line-height: 3em;
  }

  #howit .content ul li:nth-of-type(4) strong {
    font-size: 2.5rem;
    line-height: 2.5em;
  }

  #howit .content ul li p.text {
    display: inline-block;
    width: 90%;
    text-align: left;
  }

  #howit .content ul li .text_s {
    font-size: 1.2rem;
  }

  #howit .content .why {
    position: relative;
    border: 2px solid #000;
    padding: 45px 45px 35px;
  }

  #howit .content .why h3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 620px;
    height: 33px;
    margin: 0 auto 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url(../img/text004.png);
    background-color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  #howit .content .why strong {
    font-weight: bold;
    font-size: 3.0rem;
  }

  #howit .content .why .text_b {
    font-size: 2.0rem;
  }

  #howit .content .why .morePoint {
    margin: 15px 0 0;
    padding: 25px 50px;
    font-size: 1.5rem;
    text-align: left;
    background-color: #fbeff0;
  }

  #howit .content a.lineLink {
    display: block;
    width: 700px;
    padding: 100px 50px 35px;
    margin: 50px auto 0;
    color: #000;
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: bold;
    background-color: #00ca41;
    background-repeat: no-repeat;
    background-position: top 45px center, right 35px center;
    background-size: auto 25%, auto 20%;
    background-image: url(../img/more002.png), url(../img/ya001.png);
  }

  /* 利用者の声 */
  #voice {
    background-repeat: repeat;
    background-position: center;
    background-size: 15px;
    background-image: url(../img/back001.png);
  }

  #voice h2 {
    width: 600px;
    height: 35px;
    margin: 0 auto 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url(../img/htitle003.png);
  }

  #voice .maintext {
    font-weight: bold;
    font-size: 2.1rem;
    line-height: 1.7em;
  }

  #voice ul {
    text-align: center;
  }

  #voice ul li.man {
    color: #0068b6;
  }

  #voice ul li.woman {
    color: #d1393b;
  }

  #voice ul .left,
  #voice ul .right {
    float: none;
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }

  #voice ul .left {
    margin: 0 1.5% 0 0;
  }

  #voice ul .right {
    margin: 0 0 0 1.5%;
  }

  #voice .voiceData {
    width: 100%;
    margin: 35px 0 0;
    overflow: hidden;
  }

  #voice ul .faceicon {
    font-weight: bold;
  }

  #voice ul .left .faceicon {
    float: left;
    margin-right: -90px;
    width: 135px;
  }

  #voice ul .right .faceicon {
    float: right;
    margin-left: -90px;
    width: 135px;
  }

  .voiceData .faceicon img {
    width: 100%;
    height: auto;
    margin: 0 0 7px;
  }

  .voiceData .chatting {
    width: 100%;
  }

  .says {
    position: relative;
    padding: 30px 40px;
    border-radius: 7px;
    background: #fff;
    border: 4px solid #000;
    min-height: 105px;
    line-height: 1.6em;
  }

  #voice ul .left .says {
    margin: 5px 0 0 175px;
  }

  #voice ul .right .says {
    margin: 5px 175px 0 0;
  }

  .says:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    border: 10px solid transparent;
    z-index: 2;
  }

  .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 14px;
    border: 14px solid transparent;
    z-index: 1;
  }

  #voice ul .left .says:before {
    left: -20px;
    border-right: 10px solid #fff;
  }

  #voice ul .left .says:after {
    left: -30px;
    border-right: 14px solid #000;
  }

  #voice ul .right .says:before {
    right: -20px;
    border-left: 10px solid #fff;
  }

  #voice ul .right .says:after {
    right: -30px;
    border-left: 14px solid #000;
  }

  .says p.text {
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
  }

  #voice ul li:last-of-type {
    width: 100% !important;
  }

  #voice ul li:last-of-type .says {
    margin: 5px 175px 0 175px;
    min-height: auto;
  }

  /* 求人票 */
  #job .maintext {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 35px;
  }

  #job a.moreLink {
    display: block;
    width: 480px;
    height: 90px;
    margin: 0 auto;
    background-color: #0068b6;
    background-repeat: no-repeat;
    background-position: center, right 35px center;
    background-size: auto 27%, auto 27%;
    background-image: url(../img/more004.png), url(../img/ya001.png);
  }

  /* ----------------------------------------------
	フッター
------------------------------------------------- */
  footer {
    border-top: 7px solid #000;
    background-color: #edebeb;
  }

  footer #footer.content {
    padding: 55px 0 25px;
  }

  footer #footer .left {
    width: 70%;
    padding: 0 0 30px;
  }

  footer #footer .left .logo {
    display: inline-block;
    width: 220px;
    height: 110px;
    margin: 0 20px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url(../img/logo.png);
    vertical-align: bottom;
  }

  footer #footer .left .companyData {
    display: inline-block;
    vertical-align: bottom;
    font-size: 1.4rem;
  }

  footer #footer .left .companyData p.name {
    font-weight: bold;
    font-size: 1.8rem;
    margin: 0 0 5px;
  }

  footer #footer .right {
    text-align: right;
    padding: 30px 0 0;
  }

  #pagetop {
    display: inline-block;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 12px;
    background-image: url(../img/ya002.png);
    transition-duration: 0.3s;
    overflow: hidden;
  }

  #pagetop:hover {
    transform: scale(1.15);
    transition-duration: 0.3s;
  }

  footer #footer p.copy {
    padding: 5px 0 0;
    font-size: 1.2rem;
  }

  /* ----------------------------------------------
	求人一覧
------------------------------------------------- */
  #jobListContent .maintext {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 35px;
  }

  #jobListContent .wp-pagenavi {
    clear: both;
    margin: 50px 0 0;
    text-align: center;
  }

  #jobListContent .wp-pagenavi a,
  #jobListContent .wp-pagenavi span {
    display: inline-block;
    width: 30px;
    margin: 0 5px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-size: 1.8rem;
  }

  #jobListContent .wp-pagenavi span {
    font-weight: bold;
    font-size: 2.3rem;
    color: #000;
  }

  #jobListContent .wp-pagenavi a {
    font-weight: bold;
    color: #0068b6;
    transition-duration: 0.3s;
    overflow: hidden;
  }

  #jobListContent .wp-pagenavi a:hover {
    transform: scale(1.2);
    transition-duration: 0.3s;
  }

  /* ----------------------------------------------
	求人詳細
------------------------------------------------- */
  #jobDataContent h1 {
    font-size: 3.0rem;
    text-align: left;
    font-weight: bold;
    margin: 0 0 25px;
    padding: 30px 0 0;
  }

  #jobDataContent .content {
    max-width: 1000px;
    text-align: left;
  }

  /*- 投稿記事の装飾 -*/
  #jobDataContent .article p {
    margin: 0 20px 15px;
  }

  #jobDataContent .article strong {
    font-weight: bold;
  }

  #jobDataContent .article em {
    font-style: italic;
  }

  #jobDataContent .article ul,
  #jobDataContent .article ol {
    margin: 0 0 15px 0;
  }

  #jobDataContent .article ul li {
    list-style: disc;
    list-style-position: outside;
    margin: 0 20px 5px 45px;
  }

  #jobDataContent .article ol li {
    list-style: decimal;
    list-style-position: outside;
    margin: 0 20px 5px 45px;
  }

  #jobDataContent .article blockquote {
    display: block;
    padding: 10px 15px 10px;
    background-color: #eee;
    margin: 0 0 10px;
  }

  #jobDataContent .article blockquote p {
    margin: 0;
  }

  #jobDataContent .article img {
    max-width: 100%;
    height: auto;
  }

  #jobDataContent .article h1 {
    display: block;
    padding: 15px 20px;
    margin: 0 0 20px;
    font-size: 2.3rem;
    line-height: 1.7em;
    background-color: #eee;
  }

  #jobDataContent .article h2 {
    display: block;
    width: auto;
    height: auto;
    font-size: 2.0rem;
    padding: 15px 20px;
    margin: 0 0 20px;
    line-height: 1.7em;
    color: #fff;
    border: none;
    background: none;
    background-color: #000;
  }

  #jobDataContent .article h3 {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 15px 20px;
    line-height: 1.7em;
    border-bottom: 1px solid #000;
  }

  #jobDataContent .article h4 {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 20px 25px;
    line-height: 1.7em;
    color: #0068b6;
  }

  #jobDataContent .article h5 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 20px 15px;
    line-height: 1.7em;
  }

  #jobDataContent .article h6 {
    color: #0068b6;
    margin: 0 20px 15px;
    line-height: 1.7em;
  }

}

/*======================================================
	概要画像設定（1499px～）
======================================================*/
@media only screen and (min-width: 600px) and (max-width: 1499px) {

  /* トップページ／概要・結論 */
  #about {
    background-repeat: no-repeat, repeat;
    background-position: center left 460px, center;
    background-size: auto 80%, 15px;
    background-image: url(../img/img.png), url(../img/back001.png);
  }

  #about .content {
    background: none;
  }
}

/*======================================================
	PC小さめ設定（1359px～）
======================================================*/
@media only screen and (min-width: 600px) and (max-width: 1359px) {

  /* ----------------------------------------------
	ヘッダー
------------------------------------------------- */
  header #topHeader .dormitory {
    width: 17%;
    min-width: 185px;
  }

  a.linkFollow {
    width: 75px;
    height: 70px;
    background-size: auto 55px;
  }

  a.linkFollow:hover {
    right: 0;
  }

  /* ----------------------------------------------
共通要素
------------------------------------------------- */
  /*求人一覧*/
  ul.jobList li a .more {
    width: 100%;
    background-size: auto 35%, auto 25%;
  }

  /* ----------------------------------------------
トップページ
------------------------------------------------- */
  /* 概要・結論 */
  #result .right a.lineLink {
    padding: 70px 70px 25px;
    background-position: top 30px center, right 25px center;
    background-size: 75% auto, auto 15%;
  }

  /* よくある求職活動 */
  #common {
    padding: 35px 35px 0;
  }

  #common .content ul li p.text br {
    display: none;
  }

  #common .content ul li .text_s {
    display: block;
  }

  #common strong {
    width: 90%;
    max-width: 900px;
    background-size: 100% auto;
  }

  /* JOBitの仕組み */
  #howit .content h2 {
    margin: 0 auto 35px;
  }

  #howit .content ul li {
    width: 23%;
    margin: 0 0.5%;
  }

  #howit .content ul li strong br {
    display: none;
  }

  #howit .content ul li:nth-of-type(3) strong,
  #howit .content ul li:nth-of-type(4) strong {
    line-height: 1.5em;
  }

}

/*======================================================
	タブレット設定（600px～1024px）
======================================================*/
@media only screen and (min-width: 600px) and (max-width: 1024px) {

  /* ----------------------------------------------
	ヘッダー
------------------------------------------------- */
  header #topHeader .dormitory {
    width: 25%;
    min-width: 150px;
  }

  /* ----------------------------------------------
共通要素
------------------------------------------------- */
  .content {
    width: 90%;
    padding: 75px 0;
  }

  /* 共通h2 */
  .job h2 {
    width: 100%;
    height: 33px;
  }

  /*求人一覧*/
  ul.jobList {
    max-width: 670px;
    margin: 0 auto;
  }

  ul.jobList li {
    width: 45%;
    margin: 0 2% 30px;
  }

  ul.jobList li a {
    padding: 25px;
  }

  ul.jobList li a .title {
    font-size: 1.6rem;
  }

  ul.jobList li a .data {
    font-size: 1.4rem;
    margin: 0 0 20px;
  }

  ul.jobList li a .more {
    width: 100%;
    height: 60px;
    background-size: auto 32%, auto 27%;
  }

  /*404error*/
  #errorContent .content h1 {
    font-size: 23.0rem;
  }

  /* ----------------------------------------------
トップページ
------------------------------------------------- */
  /* 概要・結論 */
  #about .content {
    text-align: center;
  }

  #about {
    padding: 0 0 270px;
    background-position: center bottom 45px, center;
    background-size: auto 260px, 15px;
    background-image: url(../img/img_sp.png), url(../img/back001.png);
  }

  #about .content ul {
    display: inline-block;
  }

  #about .content ul li {
    display: block;
    text-align: left;
    font-size: 1.9rem;
  }

  #about .content ul li br {
    display: none;
  }

  #result .content {
    padding: 35px 0;
    text-align: center;
  }

  #result .left {
    float: none;
    width: 60%;
    max-width: 430px;
    margin: 0 auto 20px;
  }

  #result .right {
    float: none;
    width: 100%;
  }

  #result .right a.lineLink {
    display: block;
    width: auto;
    max-width: 420px;
    padding: 85px 100px 35px;
    margin: 0 auto 0;
    font-size: 1.4rem;
    background-position: top 35px center, right 35px center;
    background-size: auto 35px, auto 30px;
    background-image: url(../img/more002.png), url(../img/ya001.png);
  }

  /* 漫画 */
  #comic .comicimg img{
    margin: 35px 0 0;
  }

  /* よくある求職活動 */
  #common .content h3 {
    height: 22px;
    margin: 0 auto 25px;
  }

  #common .content ul {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  #common .content ul li {
    width: 30%;
    margin: 0 1% 25px;
  }

  #common .content ul li img {
    margin: 0 auto 5px;
  }

  #common .content ul li p.text {
    font-size: 1.6rem;
    text-align: left;
  }

  #common .content ul li .text_s {
    font-size: 1.3rem;
    font-weight: normal;
  }

  #common strong {
    height: 80px;
    background-size: auto 100%;
    background-image: url(../img/text002_sp.png);
  }

  #common::after {
    height: 35px;
    margin: 15px auto;
  }

  /* ポイント */
  #point .content {
    padding: 35px 0;
  }

  #point strong {
    width: 475px;
    height: 230px;
    padding-top: 0;
    background-size: 100% auto;
    background-image: url(../img/text003_sp.png);
  }

  /* JOBitの仕組み */
  #howit .content {
    width: 90%;
    margin: 0 auto;
    padding: 55px 0 75px;
  }

  #howit .content h2 {
    width: 100%;
    height: 35px;
    margin: 0 auto 35px;
  }

  #howit .content ul {
    width: 100%;
    max-width: 650px;
    margin: 0 auto 60px;
  }

  #howit .content ul li {
    width: 38%;
    margin: 0 3%;
    text-align: left;
  }

  #howit .content ul li img {
    width: 80%;
  }

  #howit .content ul li strong {
    font-size: 2.0rem;
  }

  #howit .content ul li:nth-of-type(3) strong {
    line-height: 1.5em;
  }

  #howit .content ul li:nth-of-type(4) strong {
    text-align: center;
    line-height: 1.5em;
  }

  #howit .content ul li p.text {
    width: 100%;
  }

  #howit .content ul li .text_s {
    font-size: 1.2rem;
  }

  #howit .content .why {
    padding: 55px 35px 25px;
    text-align: left;
  }

  #howit .content .why h3 {
    width: 320px;
    height: 55px;
    margin: 0 auto 0;
    background-image: url(../img/text004_sp.png);
  }

  #howit .content .why .text_b {
    font-size: 1.8rem;
  }

  #howit .content .why .morePoint {
    padding: 25px 25px;
    font-size: 1.4rem;
  }

  #howit .content a.lineLink {
    display: block;
    width: auto;
    max-width: 420px;
    padding: 85px 100px 35px;
    margin: 35px auto 0;
    font-size: 1.4rem;
    background-position: top 35px center, right 35px center;
    background-size: auto 35px, auto 30px;
    background-image: url(../img/more002.png), url(../img/ya001.png);
  }

  /* 利用者の声 */
  #voice h2 {
    width: 100%;
    height: 33px;
  }

  #voice .maintext {
    max-width: 630px;
    margin: 0 auto;
  }

  #voice .maintext br {
    display: none;
  }

  #voice ul .left,
  #voice ul .right {
    width: 90%;
    max-width: 700px;
  }

  .says {
    padding: 20px 30px;
    min-height: auto;
  }

  .says p.text {
    font-size: 1.6rem;
  }

  #voice ul li:last-of-type {
    width: 90% !important;
  }

  #voice ul li:last-of-type .says {
    margin: 5px 0 0 175px;
    min-height: auto;
  }

  /* 求人票 */
  #job a.moreLink {
    width: 400px;
  }

  /* ----------------------------------------------
フッター
------------------------------------------------- */
  footer #footer.content {
    padding: 45px 0 15px;
  }

  footer #footer .left {
    float: none;
    width: 100%;
    padding: 0 0 20px;
    text-align: center;
  }

  footer #footer .left .logo {
    width: 180px;
    height: 100px;
    margin: 0 20px 0 0;
  }

  footer #footer .left .companyData {
    font-size: 1.3rem;
    text-align: left;
  }

  footer #footer .left .companyData p.name {
    font-size: 1.6rem;
  }

  footer #footer .right {
    float: none;
    text-align: center;
    padding: 20px 0 0;
  }

  footer #footer p.copy {
    text-align: center;
  }

}

/*======================================================
	SPサイズ（599px以下）
======================================================*/

@media screen and (max-width:599px) {

  body {
    width: 100%;
    -webkit-text-size-adjust: none;
    /*- iphoneの文字サイズを安定させる -*/
    min-width: 320px;
  }

  .sp_non {
    display: none !important;
  }

  /* ----------------------------------------------
	ヘッダー
------------------------------------------------- */
  header #topHeader {
    position: relative;
    height: 55vw;
    min-height: 350px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 160% auto;
    background-image: url(../img/sitetitle.jpg);
    background-color: #f2f2f2;
  }

  header #topHeader #siteTitle {
    position: absolute;
    top: 59%;
    z-index: 1000;
    width: 100%;
    height: 75%;
    transform: translateY(-55%);
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    background-image: url(../img/title_sp.png);
  }

  header #topHeader .dormitory {
    position: absolute;
    top: 7px;
    left: 100px;
    right: 0;
    margin: auto;
    z-index: 1000;
    height: 35%;
    max-height: 110px;
    width: auto;
  }

  a.linkFollow {
    position: fixed;
    z-index: 1001;
    bottom: 45px;
    right: -10px;
    display: block;
    width: 85px;
    height: 70px;
    border-radius: 7px;
    background-repeat: no-repeat;
    background-color: #00ca41;
    background-position: center;
    background-size: auto 57px;
    background-image: url(../img/follow.png);
  }

  /* ----------------------------------------------
共通要素
------------------------------------------------- */
  section {
    text-align: center;
  }

  .content {
    margin: 0 auto;
    padding: 50px 25px;
  }

  header #subHeader {
    position: relative;
    padding: 15px 0;
    background-repeat: no-repeat;
    background-position: center bottom -15px;
    background-size: auto 130%;
    background-image: url(../img/sitetitle.jpg);
    background-color: #f2f2f2;
  }

  header #subHeader #siteTitle {
    display: block;
    width: 130px;
    height: 65px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    background-image: url(../img/logo.png);
  }

  /* 共通h2 */
  .job h2 {
    height: 25px;
    margin: 0 auto 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url(../img/htitle004.png);
  }

  /*求人一覧*/
  ul.jobList li {
    width: 90%;
    max-width: 300px;
    display: inline-block;
    margin: 0 1.5% 25px;
    vertical-align: top;
  }

  ul.jobList li a {
    display: block;
    padding: 20px;
    color: #000;
    text-align: left;
    text-decoration: none;
    border: 3px solid #000;
  }

  ul.jobList li a .title {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 7px;
  }

  ul.jobList li a .data {
    font-size: 1.3rem;
    margin: 0 0 10px;
  }

  ul.jobList li a .more {
    display: block;
    width: 90%;
    height: 45px;
    margin: 0 auto;
    background-color: #d1393b;
    background-repeat: no-repeat;
    background-position: center, right 15px center;
    background-size: auto 40%, auto 27%;
    background-image: url(../img/more003.png), url(../img/ya001.png);
  }

  ul.jobList li:nth-child(odd) a .more {
    background-color: #0068b6;
  }

  ul.jobList li.listNon {
    padding: 100px 0;
    margin: 0;
    width: 100%;
  }

  /* パンくずナビ */
  #breadcrumbs {
    display: block;
    margin: 15px 25px 0;
    font-size: 1.1rem;
    text-align: left;
  }

  /*404error*/
  #errorContent .content {
    padding: 200px 0;
  }

  #errorContent .content h1 {
    font-size: 30.0rem;
    line-height: 1.0em;
    font-weight: bold;
    color: #edebeb;
  }

  /* ----------------------------------------------
トップページ
------------------------------------------------- */
  /* 概要・結論 */
  #about {
    background-repeat: repeat;
    background-position: center;
    background-size: 10px;
    background-image: url(../img/back001.png);
  }

  #about .content {
    text-align: center;
    background-repeat: no-repeat;
    background-position: bottom 35px center;
    background-size: auto 150px;
    background-image: url(../img/img_sp.png);
  }

  #about .content ul {
    display: inline-block;
    padding: 0 0 160px;
  }

  #about .content ul li {
    text-align: left;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0 0 0 30px;
    background-repeat: no-repeat;
    background-position: top 2px left;
    background-size: 20px;
    background-image: url(../img/check.png);
  }

  #about .content ul li:last-of-type {
    margin: 0;
  }

  #about .content ul li br {
    display: none;
  }

  #result {
    background-color: #0068b6;
  }

  #result .content {
    padding: 35px 25px;
    text-align: center;
  }

  #result .left {
    float: none;
    width: 100%;
    max-width: 270px;
    margin: 0 auto 15px;
  }

  #result .right {
    float: none;
  }

  #result .left strong {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 46.8%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../img/text001.png);
  }

  #result .right a.lineLink {
    color: #000;
    font-size: 1.3rem;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 60px 50px 20px;
    max-width: 300px;
    margin: 25px auto 0;
    background-color: #00ca41;
    background-repeat: no-repeat;
    background-position: top 25px center, right 20px center;
    background-size: auto 23px, auto 20px;
    background-image: url(../img/more002.png), url(../img/ya001.png);
  }

  /* よくある求職活動 */
  #common {
    padding: 15px 15px 0;
    margin: auto;
  }

  #common .content {
    width: auto;
    max-width: none;
    margin: auto;
    padding: 35px 25px;
    background-color: #edebeb;
  }

  #common .content h3 {
    height: 18px;
    margin: 0 auto 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url(../img/htitle001.png);
  }

  #common .content ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  #common .content ul li {
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto 25px;
  }

  #common .content ul li img {
    display: inline-block;
    width: 40%;
    height: auto;
    margin: 0 3% 0 0;
    vertical-align: middle;
  }

  #common .content ul li p.text {
    width: 55%;
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
  }

  #common .content ul li p.text br {
    display: none;
  }

  #common .content ul li .text_s {
    font-size: 1.2rem;
    font-weight: normal;
    padding: 0 0 0 3px;
  }

  #common strong {
    display: block;
    height: 16vw;
    max-height: 70px;
    margin: 0 auto 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url(../img/text002_sp.png);
  }

  #common::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 35px;
    margin: 7px auto;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/ya003.png);
    background-size: auto 100%;
  }

  /* ポイント */
  #point {
    background-repeat: repeat;
    background-position: center;
    background-size: 10px auto;
    background-image: url(../img/back001.png);
  }

  #point .content {
    padding: 30px 25px;
  }

  #point strong {
    display: block;
    height: 39vw;
    max-height: 180px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url(../img/text003_sp.png);
  }

  /* 漫画 */
  #comic {
    text-align: center;
    background-color: #edebeb;
  }

  #comic h2{
    padding: 0 0 10px;
  }

  #comic h2 img{
    width: 70%;
    max-width: 250px;
  }

  #comic .comicimg img{
    width: 100%;
    margin: 20px 0 0;
  }

  /* JOBitの仕組み */
  #howit .content h2 {
    height: 32px;
    margin: 0 auto 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url(../img/htitle002.png);
  }

  #howit .content ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  #howit .content ul li {
    width: 45%;
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
    margin: 0 1% 25px;
  }

  #howit .content ul li img {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto 0;
  }

  #howit .content ul li strong {
    display: block;
    margin: 0 0 5px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5em;
    text-align: left;
  }

  #howit .content ul li strong br {
    display: none;
  }

  #howit .content ul li:nth-of-type(4) strong {
    font-size: 2rem;
    text-align: center;
  }

  #howit .content ul li p.text {
    display: inline-block;
    text-align: left;
    font-size: 1.3rem;
  }

  #howit .content ul li .text_s {
    font-size: 1.2rem;
  }

  #howit .content .why {
    position: relative;
    border: 2px solid #000;
    padding: 45px 25px 25px;
    margin: 25px auto 0;
    font-size: 1.4rem;
  }

  #howit .content .why h3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 250px;
    height: 45px;
    margin: 0 auto 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url(../img/text004_sp.png);
    background-color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  #howit .content .why strong {
    font-weight: bold;
    font-size: 2.5rem;
  }

  #howit .content .why .text_b {
    font-size: 1.6rem;
  }

  #howit .content .why .morePoint {
    margin: 15px 0 0;
    padding: 25px;
    font-size: 1.3rem;
    text-align: left;
    background-color: #fbeff0;
  }

  #howit .content a.lineLink {
    color: #000;
    font-size: 1.3rem;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 60px 50px 20px;
    max-width: 300px;
    margin: 25px auto 0;
    background-color: #00ca41;
    background-repeat: no-repeat;
    background-position: top 25px center, right 20px center;
    background-size: auto 23px, auto 20px;
    background-image: url(../img/more002.png), url(../img/ya001.png);
  }

  /* 利用者の声 */
  #voice {
    background-repeat: repeat;
    background-position: center;
    background-size: 10px;
    background-image: url(../img/back001.png);
  }

  #voice h2 {
    height: 25px;
    margin: 0 auto 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url(../img/htitle003.png);
  }

  #voice .maintext {
    font-weight: bold;
    font-size: 1.7rem;
    text-align: left;
  }

  #voice .maintext br {
    display: none;
  }

  #voice ul {
    text-align: center;
  }

  #voice ul li.man {
    color: #0068b6;
  }

  #voice ul li.woman {
    color: #d1393b;
  }

  #voice ul .left,
  #voice ul .right {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  #voice ul .left {
    margin: 0 1.5% 0 0;
  }

  #voice ul .right {
    margin: 0 0 0 1.5%;
  }

  #voice .voiceData {
    width: 100%;
    margin: 25px 0 0;
    overflow: hidden;
  }

  #voice ul .faceicon {
    font-weight: bold;
  }

  #voice ul .left .faceicon {
    float: left;
    margin-right: -90px;
    width: 85px;
    font-size: 1.4rem;
  }

  #voice ul .right .faceicon {
    float: right;
    margin-left: -90px;
    width: 85px;
    font-size: 1.4rem;
  }

  .voiceData .faceicon img {
    width: 100%;
    height: auto;
    margin: 0 0 7px;
  }

  .voiceData .chatting {
    width: 100%;
  }

  .says {
    position: relative;
    padding: 15px 20px;
    border-radius: 7px;
    background: #fff;
    border: 3px solid #000;
  }

  #voice ul .left .says {
    margin: 5px 0 0 115px;
  }

  #voice ul .right .says {
    margin: 5px 115px 0 0;
  }

  .says:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 16px;
    border: 10px solid transparent;
    z-index: 2;
  }

  .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 14px;
    border: 12px solid transparent;
    z-index: 1;
  }

  #voice ul .left .says:before {
    left: -20px;
    border-right: 11px solid #fff;
  }

  #voice ul .left .says:after {
    left: -27px;
    border-right: 14px solid #000;
  }

  #voice ul .right .says:before {
    right: -20px;
    border-left: 11px solid #fff;
  }

  #voice ul .right .says:after {
    right: -27px;
    border-left: 14px solid #000;
  }

  .says p.text {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
  }

  /* 求人票 */
  #job .maintext {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 20px;
  }

  #job a.moreLink {
    display: block;
    height: 65px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    background-color: #0068b6;
    background-repeat: no-repeat;
    background-position: center, right 20px center;
    background-size: auto 20px, auto 18px;
    background-image: url(../img/more004.png), url(../img/ya001.png);

  }

  /* ----------------------------------------------
フッター
------------------------------------------------- */
  footer {
    border-top: 5px solid #000;
    background-color: #edebeb;
  }

  footer #footer.content {
    padding: 35px 0 15px;
  }

  footer #footer .left {
    float: none;
    padding: 0 0 10px;
  }

  footer #footer .left .logo {
    display: block;
    width: 150px;
    height: 70px;
    margin: 0 auto 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url(../img/logo.png);
  }

  footer #footer .left .companyData {
    display: block;
    text-align: center;
    font-size: 1.3rem;
  }

  footer #footer .left .companyData p.name {
    font-weight: bold;
    font-size: 1.6rem;
    margin: 0 0 5px;
  }

  footer #footer .right {
    float: none;
    text-align: center;
    padding: 20px 0 0;
  }

  #pagetop {
    display: inline-block;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 12px;
    background-image: url(../img/ya002.png);
  }

  footer #footer p.copy {
    padding: 5px 0 0;
    font-size: 1.2rem;
  }

  /* ----------------------------------------------
求人一覧
------------------------------------------------- */
  #jobListContent .maintext {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 20px;
  }

  #jobListContent .wp-pagenavi {
    clear: both;
    margin: 25px 0 0;
    text-align: center;
  }

  #jobListContent .wp-pagenavi a,
  #jobListContent .wp-pagenavi span {
    display: inline-block;
    min-width: 25px;
    margin: 0 5px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
  }

  #jobListContent .wp-pagenavi span {
    font-weight: bold;
    font-size: 2.0rem;
    color: #000;
  }

  #jobListContent .wp-pagenavi a {
    font-weight: bold;
    color: #0068b6;
    transition-duration: 0.3s;
    overflow: hidden;
  }

  /* ----------------------------------------------
求人詳細
------------------------------------------------- */
  #jobDataContent h1 {
    font-size: 1.9rem;
    text-align: left;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 20px 0 0;
  }

  #jobDataContent .content {
    text-align: left;
  }

  /*- 投稿記事の装飾 -*/
  #jobDataContent .article p {
    margin: 0 0 15px;
    font-size: 1.4rem;
  }

  #jobDataContent .article strong {
    font-weight: bold;
  }

  #jobDataContent .article em {
    font-style: italic;
  }

  #jobDataContent .article ul,
  #jobDataContent .article ol {
    margin: 0 0 15px 0;
  }

  #jobDataContent .article ul li {
    list-style: disc;
    list-style-position: outside;
    margin: 0 20px 5px 25px;
    font-size: 1.4rem;
  }

  #jobDataContent .article ol li {
    list-style: decimal;
    list-style-position: outside;
    margin: 0 20px 5px 25px;
    font-size: 1.4rem;
  }

  #jobDataContent .article blockquote {
    display: block;
    padding: 10px 15px 10px;
    background-color: #eee;
    margin: 0 0 10px;
  }

  #jobDataContent .article blockquote p {
    margin: 0;
  }

  #jobDataContent .article img {
    max-width: 100%;
    height: auto;
  }

  #jobDataContent .article h1 {
    display: block;
    padding: 15px 20px;
    margin: 0 0 15px;
    font-size: 1.8rem;
    background-color: #eee;
  }

  #jobDataContent .article h2 {
    display: block;
    width: auto;
    height: auto;
    font-size: 1.7rem;
    padding: 15px 20px;
    margin: 0 0 15px;
    color: #fff;
    border: none;
    background: none;
    background-color: #000;
  }

  #jobDataContent .article h3 {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 10px 0;
    border-bottom: 1px solid #000;
  }

  #jobDataContent .article h4 {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 15px;
    color: #0068b6;
  }

  #jobDataContent .article h5 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 15px;
  }

  #jobDataContent .article h6 {
    color: #0068b6;
    margin: 0 0 15px;
  }

}