
@charset "utf-8";

@media screen and (max-width: 768px){

  /* ========================= */
  /*画像の扱い
  /*  img(SP)
  /* ========================= */

   img {
    width: auto;
    max-width: 100%;
  }


  /* ========================= */
  /*表示・非表示
  /*  sp-on/pc-on(SP)
  /* ========================= */

  .sp-on {
    display: block;
  }
  .pc-on {
    display: none;
  }

  /* ========================= */
  /*モーダル表示
  /*  modal(SP)
  /* ========================= */

  .modal-wrap {
    display: none;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6;
  }
  .modal {
    background: #FFF;
    border-left: 15px solid #ffd900;
    display: none;
    width: 94%;
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    /*z-index: 6;*/
    padding: 15px 10px;
  }
  .modal-cover {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 5;
  }
  .modal .close {
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .modal .close img {
    width: 11px;
    margin: 14px auto;
    display: block;
  }
  .modal .title {
    border-bottom: 1px dashed #DDD;
    color: #00adb2;
    font-size: 15px;
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
  .modal p {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    margin: 0 0 20px;
  }
  .modal .closeBtn {
    background: #bfbfbf;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    width: 100px;
  }


  /* ========================= */
  /* 【.keyVisual】
  /*  キービジュアル(SP)
  /* ========================= */

  .keyVisual {
    border-top: 5px solid #ffc100;
    border-bottom: 15px solid #00adb2;
    min-height: 210px;
    padding: 0 4%;
  }
  .keyVisual.ippanjimu {
    background: #FFF url(/contents/syokumukeirekisyo/images/bg_key_sp.jpg) no-repeat right bottom;
    background-size: 320px;
  }
  .keyVisual.temporaryemployee {
    background: #FFF url(/contents/syokumukeirekisyo/images/bg_key_sp.jpg) no-repeat right bottom;
    background-size: 320px;
  }
  .keyVisual.matter {
    background: #FFF url(/contents/syokumukeirekisyo/images/bg_key_sp.jpg) no-repeat right bottom;
    background-size: 320px;
  }

  .keyVisual .inner{
    margin: 0 auto;
    padding: 15px 0 0;
  }
  .keyVisual .inner > span {
    display: block;
    margin: 0 0 10px;
    width: 193px;
  }
  .keyVisual .title {
    color: #00adb2;
    font-size: 20px;
    line-height: 1.3;
    text-shadow: #FFF 2px 0px 5px, #FFF -2px 0px 5px,
    #FFF 0px -2px 5px, #FFF -2px 0px 5px,
    #FFF 2px 2px 5px, #FFF -2px 2px 5px,
    #FFF 2px -2px 5px, #FFF -2px -2px 5px,
    #FFF 1px 2px 5px, #FFF -1px 2px 5px,
    #FFF 1px -2px 5px, #FFF -1px -2px 5px,
    #FFF 2px 1px 5px, #FFF -2px 1px 5px,
    #FFF 2px -1px 5px, #FFF -2px -1px 5px,
    #FFF 1px 1px 5px, #FFF -1px 1px 5px,
    #FFF 1px -1px 5px, #FFF -1px -1px 5px;
  }
  .keyVisual .title span {
    display: block;
  }

  /* ========================= */
  /* 【.cvPoint】
  /*  リード文(SP)
  /* ========================= */

  .cvPoint  {
    background: #FFF;
    padding: 26px 0 10px;
  }

  .cvPoint .title {
    color: #00adb2;
    font-size: 16px;
    margin: 0 0 20px;
    text-align: center;
  }
  .cvPoint .title .line {
    display: inline;
    background: linear-gradient(transparent 60%, #fff67f 0%);
    line-height: 1.6;
    padding: 0 10px;
  }
  .cvPoint ul {
    margin: 0 auto;
    padding: 0 4%;
  }
  .cvPoint ul li {
    margin: 0 0 20px;
  }
  .cvPoint ul li:last-child {
    margin: 0;
  }
  .cvPoint ul li h3 {
    background: #d1eeef;
    border-radius: 4px;
    color: #00adb2;
    font-size: 15px;
    line-height: 1.4;
    margin: 0 0 10px;
    min-height: 26px;
    font-weight: bold;
    width: 100%;
    /*padding: 6px 0 6px 80px;*/
    padding: 4px 0 0px 85px;
    position: relative;
  }
  .cvPoint ul li h3.ex {
    font-size: 15px;
  }
  .cvPoint ul li h3:before {
    background: #00adb2;
    border-radius: 4px 0 0 4px;
    color: #FFF;
    display: -webkit-box;
    font-size: 12px;
    line-height: 26px;
    min-height: 26px;
    height: 100%;
    width: 68px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-box-align: center;
    padding-left: 10px;
  }
  .cvPoint ul li:nth-child(1) h3:before {
    content: "POINT 1";
  }
  .cvPoint ul li:nth-child(2) h3:before {
    content: "POINT 2";
  }
  .cvPoint ul li:nth-child(3) h3:before {
    content: "POINT 3";
  }
  .cvPoint ul li p {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    margin: 0 auto;
  }
  .cvPoint ul li p a {
    color: #444;
    text-decoration: underline;
    display: inline-block;
  }
  .cvPoint ul li p a:before {
    content: ">";
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .cvPoint ul li p a:hover {
    text-decoration: underline;
  }
  .cvPoint--matter ul li:nth-child(1) h3:before {
    content: "お悩み 1";
  }
  .cvPoint--matter ul li:nth-child(2) h3:before {
    content: "お悩み 2";
  }
  .cvPoint--matter ul li:nth-child(3) h3:before {
    content: "お悩み 3";
  }
  .cvPoint--matter ul li:nth-child(4) h3:before {
    content: "お悩み 4";
  }
  .cvPoint--matter ul li:nth-child(5) h3:before {
    content: "お悩み 5";
  }
  .cvPoint--matter ul li:nth-child(6) h3:before {
    content: "お悩み 6";
  }
  .cvPoint--matter ul li:nth-child(7) h3:before {
    content: "お悩み 7";
  }
  .cvPoint--matter ul li:nth-child(8) h3:before {
    content: "お悩み 8";
  }
  .cvPoint ul li .answer {
    border-bottom: 1px dashed #DDD;
    color: #00adb2;
    display: block;
    font-size: 12px;
    max-width: 820px;
    padding: 0 0 3px;
    margin: 0 auto 10px;
  }


  /* ========================= */
  /* 【.download】
  /*  フォーマットのダウンロード(SP)
  /* ========================= */

  .download {
    background: #FFF;
    padding: 15px 4% 30px;
  }
  .download .title {
    color: #00adb2;
    font-size: 16px;
    margin: 0 0 15px;
    text-align: center;
  }
  .download .title .line {
    display: inline;
    background: linear-gradient(transparent 60%, #fff67f 0%);
    line-height: 1.6;
    padding: 0 5px;
  }
  .download ul {
    margin: 0 auto;
    text-align: center;
  }
  .download li {
    display: block;
    margin: 0 0 16px;
    width: 100%;
  }
  .download li:last-child {
    margin: 0;
  }
  .download a {
    background: #00adb2;
    border: 2px solid #02989c;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #ccc;
    color: #FFF;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    position: relative;
    text-align: center;
    width: 98%;
    margin: auto;
  }
  .download a:after {
    border-color: transparent transparent #FFF transparent;
    border-style: solid;
    border-width: 0 0 10px 10px;
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
  }


  /* ========================= */
  /* 【.to_top】
  /*  職務経歴書の書き方 ここがポイント！ TOPへ(SP)
  /* ========================= */

  .to_top {
    background: #FFF;
    padding: 0 4% 30px;
  }
  .to_top .title {
    color: #00adb2;
    font-size: 15px;
    margin: 0 0 15px;
    text-align: center;
  }
  .to_top .title .line {
    display: inline;
    background: linear-gradient(transparent 60%, #fff67f 0%);
    line-height: 1.6;
    padding: 0 5px;
  }
  .to_top ul {
    margin: 0 auto;
    text-align: center;
  }
  .to_top li {
    display: block;
    margin: 0 0 16px;
    width: 100%;
  }
  .to_top li:last-child {
    margin: 0;
  }
  .to_top a {
    background: #00adb2;
    border: 2px solid #02989c;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #ccc;
    color: #FFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 42px;
    position: relative;
    text-align: center;
    width: 98%;
    margin: auto;
  }
  .to_top a:after {
    border-color: transparent transparent #FFF transparent;
    border-style: solid;
    border-width: 0 0 10px 10px;
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
  }

  /* ========================= */
  /* 【.cvSample】
  /*  書き方解説リンク(SP)
  /* ========================= */

  .cvSample {
    width: 100%;
    margin: 0 auto;
    padding: 30px 4% 36px;
  }
  .cvSample .title {
    color: #00adb2;
    font-size: 16px;
    margin: 0 0 20px;
    text-align: center;
  }
  .cvSample .title .line {
    display: inline;
    background: linear-gradient(transparent 60%, #fff67f 0%);
    line-height: 1.6;
    padding: 0 10px;
  }
  .cvSample p {
    font-size: 12px;
    line-height: 1.8;
    margin: 0 0 30px;
  }
  .cvSample .caution {
    display: inline-block;
  }
  .cvSample .caution img {
    display: inline;
    width: 80px;
    vertical-align: middle;
  }
  .pointBox {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
  }
  .sampleImg {
    display: block;
  }
  .sampleImg img {
    display: block;
    width: 100%;
  }
  .pointBox .pointCursor {
    display: block;
    position: absolute;
    width: 80px;
    height: 33px;
  }
  .pointBox--ippanjimu .pointCursor--01 {
    top: 2.2%;
    right: 38%;
  }
  .pointBox--ippanjimu .pointCursor--02 {
    top: 5.2%;
    left: 25%;
  }
  .pointBox--ippanjimu .pointCursor--03 {
    top: 19%;
    left: 8%;
  }
  .pointBox--ippanjimu .pointCursor--04 {
    top: 22.2%;
    left: 45%;
  }
  .pointBox--ippanjimu .pointCursor--05 {
    top: 43.8%;
    left: 75%;
  }
  .pointBox--ippanjimu .pointCursor--06 {
    top: 59.5%;
    left: 40%;
  }
  .pointBox--ippanjimu .pointCursor--07 {
    top: 66.9%;
    left: 23%;
  }
  .pointBox--ippanjimu .pointCursor--08 {
    top: 72.7%;
    left: 30%;
  }

  .pointBox--temporaryemployee .pointCursor--01 {
    top: 3%;
    right: 39%;
  }
  .pointBox--temporaryemployee .pointCursor--02 {
    top: 7.2%;
    left: 25%;
  }
  .pointBox--temporaryemployee .pointCursor--03 {
    top: 23.4%;
    left: 8%;
  }
  .pointBox--temporaryemployee .pointCursor--04 {
    top: 29.2%;
    left: 75%;
  }
  .pointBox--temporaryemployee .pointCursor--05 {
    top: 42.8%;
    left: 8%;
  }
  .pointBox--temporaryemployee .pointCursor--06 {
    top: 59.8%;
    left: 40%;
  }
  .pointBox--temporaryemployee .pointCursor--07 {
    top: 72.4%;
    left: 23%;
  }
  .pointBox--temporaryemployee .pointCursor--08 {
    top: 80.2%;
    left: 30%;
  }
  .pointBox--temporaryemployee .pointCursor--09 {
    top: 47.2%;
    left: 42%;
  }
  .pointBox--temporaryemployee .pointCursor--10 {
    top: 27.8%;
    left: 45%;
  }

  .pointBox--regularemployee .pointCursor--01 {
    top: 2.3%;
    right: 39%;
  }
  .pointBox--regularemployee .pointCursor--02 {
    top: 6%;
    left: 26%;
  }
  .pointBox--regularemployee .pointCursor--03 {
    top: 20%;
    left: 8%;
  }
  .pointBox--regularemployee .pointCursor--04 {
    top: 35%;
    left: 75%;
  }
  .pointBox--regularemployee .pointCursor--05 {
    top: 48.4%;
    left: 8%;
  }
  .pointBox--regularemployee .pointCursor--06 {
    top: 76.1%;
    left: 40%;
  }
  .pointBox--regularemployee .pointCursor--07 {
    top: 84.4%;
    left: 23%;
  }
  .pointBox--regularemployee .pointCursor--08 {
    top: 88.3%;
    left: 30%;
  }
  .pointBox--regularemployee .pointCursor--09 {
    top: 25%;
    left: 45%;
  }

  .pointBox--parttimejob .pointCursor--01 {
    top: 3.2%;
    right: 39%;
  }
  .pointBox--parttimejob .pointCursor--02 {
    top: 8%;
    left: 26%;
  }
  .pointBox--parttimejob .pointCursor--03 {
    top: 26.4%;
    left: 8%;
  }
  .pointBox--parttimejob .pointCursor--04 {
    top: 26.6%;
    left: 42%;
  }
  .pointBox--parttimejob .pointCursor--05 {
    top: 45%;
    left: 8%;
  }
  .pointBox--parttimejob .pointCursor--06 {
    top: 60.3%;
    left: 40%;
  }
  .pointBox--parttimejob .pointCursor--07 {
    top: 74.1%;
    left: 23%;
  }
  .pointBox--parttimejob .pointCursor--08 {
    top: 82.9%;
    left: 30%;
  }

  .pointBox--cad .pointCursor--01 {
    top: 3%;
    right: 39%;
  }
  .pointBox--cad .pointCursor--02 {
    top: 7.2%;
    left: 25%;
  }
  .pointBox--cad .pointCursor--03 {
    top: 23.5%;
    left: 8%;
  }
  .pointBox--cad .pointCursor--04 {
    top: 27%;
    left: 66%;
  }
  .pointBox--cad .pointCursor--05 {
    top: 49.3%;
    left: 75%;
  }
  .pointBox--cad .pointCursor--06 {
    top: 67.5%;
    left: 40%;
  }
  .pointBox--cad .pointCursor--07 {
    top: 78.3%;
    left: 23%;
  }
  .pointBox--cad .pointCursor--08 {
    top: 86.2%;
    left: 30%;
  }

  .pointBox--dtpoperator .pointCursor--01 {
    top: 1.8%;
    right: 39%;
  }
  .pointBox--dtpoperator .pointCursor--02 {
    top: 4.3%;
    left: 26.5%;
  }
  .pointBox--dtpoperator .pointCursor--03 {
    top: 16.5%;
    left: 8%;
  }
  .pointBox--dtpoperator .pointCursor--04 {
    top: 18.5%;
    right: 32%;
  }
  .pointBox--dtpoperator .pointCursor--05 {
    top: 47%;
    left: 75%;
  }
  .pointBox--dtpoperator .pointCursor--06 {
    top: 71.6%;
    left: 40%;
  }
  .pointBox--dtpoperator .pointCursor--07 {
    top: 83.9%;
    left: 23%;
  }
  .pointBox--dtpoperator .pointCursor--08 {
    top: 90%;
    left: 30%;
  }

  .pointBox--se_pg .pointCursor--01 {
    top: 2.3%;
    right: 39%;
  }
  .pointBox--se_pg .pointCursor--02 {
    top: 5.7%;
    left: 26.5%;
  }
  .pointBox--se_pg .pointCursor--03 {
    top: 19.5%;
    left: 8%;
  }
  .pointBox--se_pg .pointCursor--04 {
    top: 22.5%;
    left: 70%;
  }
  .pointBox--se_pg .pointCursor--05 {
    top: 52.4%;
    left: 63%;
  }
  .pointBox--se_pg .pointCursor--06 {
    top: 71.4%;
    left: 40%;
  }
  .pointBox--se_pg .pointCursor--07 {
    top: 83.2%;
    left: 23%;
  }
  .pointBox--se_pg .pointCursor--08 {
    top: 90.3%;
    left: 30%;
  }

  .pointBox--webdesigner .pointCursor--01 {
    top: 2.0%;
    right: 39%;
  }
  .pointBox--webdesigner .pointCursor--02 {
    top: 4.9%;
    left: 26.5%;
  }
  .pointBox--webdesigner .pointCursor--03 {
    top: 21.6%;
    left: 8%;
  }
  .pointBox--webdesigner .pointCursor--04 {
    top: 23.8%;
    right: 32%;
  }
  .pointBox--webdesigner .pointCursor--05 {
    top: 48.25%;
    right: 4.5%;
  }
  .pointBox--webdesigner .pointCursor--06 {
    top: 68.7%;
    left: 40%;
  }
  .pointBox--webdesigner .pointCursor--07 {
    top: 83.3%;
    left: 23%;
  }
  .pointBox--webdesigner .pointCursor--08 {
    top: 88.8%;
    left: 30%;
  }

  .pointBox--apparel_cosme .pointCursor--01 {
    top: 1.8%;
    right: 39%;
  }
  .pointBox--apparel_cosme .pointCursor--02 {
    top: 4.5%;
    left: 26.5%;
  }
  .pointBox--apparel_cosme .pointCursor--03 {
    top: 17%;
    left: 8%;
  }
  .pointBox--apparel_cosme .pointCursor--04 {
    top: 19%;
    left: 45%;
  }
  .pointBox--apparel_cosme .pointCursor--05 {
    top: 41%;
    left: 75%;
  }
  .pointBox--apparel_cosme .pointCursor--06 {
    top: 67.3%;
    left: 40%;
  }
  .pointBox--apparel_cosme .pointCursor--07 {
    top: 80.1%;
    left: 23%;
  }
  .pointBox--apparel_cosme .pointCursor--08 {
    top: 85.0%;
    left: 30%;
  }

  .pointBox--telephoneoperator .pointCursor--01 {
    top: 2%;
    right: 39%;
  }
  .pointBox--telephoneoperator .pointCursor--02 {
    top: 4.8%;
    left: 26.5%;
  }
  .pointBox--telephoneoperator .pointCursor--03 {
    top: 18.5%;
    left: 8%;
  }
  .pointBox--telephoneoperator .pointCursor--04 {
    top: 22.2%;
    left: 45%;
  }
  .pointBox--telephoneoperator .pointCursor--05 {
    top: 46%;
    left: 75%;
  }
  .pointBox--telephoneoperator .pointCursor--06 {
    top: 69.6%;
    left: 40%;
  }
  .pointBox--telephoneoperator .pointCursor--07 {
    top: 83.4%;
    left: 23%;
  }
  .pointBox--telephoneoperator .pointCursor--08 {
    top: 88.8%;
    left: 30%;
  }

  .pointBox--detanyuryoku .pointCursor--01 {
    top: 2.8%;
    right: 39%;
  }
  .pointBox--detanyuryoku .pointCursor--02 {
    top: 6.7%;
    left: 26.5%;
  }
  .pointBox--detanyuryoku .pointCursor--03 {
    top: 22.2%;
    left: 8%;
  }
  .pointBox--detanyuryoku .pointCursor--04 {
    top: 25.2%;
    left: 45%;
  }
  .pointBox--detanyuryoku .pointCursor--05 {
    top: 47.4%;
    left: 75%;
  }
  .pointBox--detanyuryoku .pointCursor--06 {
    top: 59.7%;
    left: 40%;
  }
  .pointBox--detanyuryoku .pointCursor--07 {
    top: 78.4%;
    left: 23%;
  }
  .pointBox--detanyuryoku .pointCursor--08 {
    top: 87.8%;
    left: 30%;
  }
  .pointBox--telemarketing_teleappointer .pointCursor--01 {
    top: 1.9%;
    right: 39%;
  }
  .pointBox--telemarketing_teleappointer .pointCursor--02 {
    top: 4.4%;
    left: 26.5%;
  }
  .pointBox--telemarketing_teleappointer .pointCursor--03 {
    top: 14.7%;
    left: 8%;
  }
  .pointBox--telemarketing_teleappointer .pointCursor--04 {
    top: 18%;
    left: 45%;
  }
  .pointBox--telemarketing_teleappointer .pointCursor--05 {
    top: 45.8%;
    left: 70%;
  }
  .pointBox--telemarketing_teleappointer .pointCursor--06 {
    top: 74.5%;
    left: 40%;
  }
  .pointBox--telemarketing_teleappointer .pointCursor--07 {
    top: 79.5%;
    left: 23%;
  }
  .pointBox--telemarketing_teleappointer .pointCursor--08 {
    top: 90.6%;
    left: 30%;
  }
  .pointBox--driver .pointCursor--01 {
    top: 2.6%;
    right: 38%;
  }
  .pointBox--driver .pointCursor--02 {
    top: 6.4%;
    left: 26.5%;
  }
  .pointBox--driver .pointCursor--03 {
    top: 22.5%;
    left: 8%;
  }
  .pointBox--driver .pointCursor--04 {
    top: 25.2%;
    left: 43%;
  }
  .pointBox--driver .pointCursor--05 {
    top: 51.3%;
    left: 75%;
  }
  .pointBox--driver .pointCursor--06 {
    top: 66.0%;
    left: 40%;
  }
  .pointBox--driver .pointCursor--07 {
    top: 75.2%;
    left: 23%;
  }
  .pointBox--driver .pointCursor--08 {
    top: 84.3%;
    left: 30%;
  }

  .pointBox--helpdesk_usersupport .pointCursor--01 {
    top: 2.3%;
    right: 39%;
  }
  .pointBox--helpdesk_usersupport .pointCursor--02 {
    top: 5.6%;
    left: 26.5%;
  }
  .pointBox--helpdesk_usersupport .pointCursor--03 {
    top: 20.6%;
    left: 8%;
  }
  .pointBox--helpdesk_usersupport .pointCursor--04 {
    top: 23%;
    right: 32%;
  }
  .pointBox--helpdesk_usersupport .pointCursor--05 {
    top: 43.5%;
    right: 4.5%;
  }
  .pointBox--helpdesk_usersupport .pointCursor--06 {
    top: 66.8%;
    left: 40%;
  }
  .pointBox--helpdesk_usersupport .pointCursor--07 {
    top: 74.8%;
    left: 23%;
  }
  .pointBox--helpdesk_usersupport .pointCursor--08 {
    top: 83.6%;
    left: 30%;
  }

  .pointBox--iryojimu .pointCursor--01 {
    top: 2.4%;
    right: 38%;
  }
  .pointBox--iryojimu .pointCursor--02 {
    top: 6.3%;
    left: 26.5%;
  }
  .pointBox--iryojimu .pointCursor--03 {
    top: 21%;
    left: 8%;
  }
  .pointBox--iryojimu .pointCursor--04 {
    top: 23.0%;
    right: 32%;
  }
  .pointBox--iryojimu .pointCursor--05 {
    top: 45.5%;
    left: 73%;
  }
  .pointBox--iryojimu .pointCursor--06 {
    top: 61.6%;
    left: 40%;
  }
  .pointBox--iryojimu .pointCursor--07 {
    top: 75.5%;
    left: 23%;
  }
  .pointBox--iryojimu .pointCursor--08 {
    top: 83.5%;
    left: 30%;
  }

  .pointBox--eigyo_kikakueigyo_rounder .pointCursor--01 {
    top: 2%;
    right: 39%;
  }
  .pointBox--eigyo_kikakueigyo_rounder .pointCursor--02 {
    top: 5.0%;
    left: 26.5%;
  }
  .pointBox--eigyo_kikakueigyo_rounder .pointCursor--03 {
    top: 18%;
    left: 8%;
  }
  .pointBox--eigyo_kikakueigyo_rounder .pointCursor--04 {
    top: 21.0%;
    left: 42%;
  }
  .pointBox--eigyo_kikakueigyo_rounder .pointCursor--05 {
    top: 46%;
    left: 75%;
  }
  .pointBox--eigyo_kikakueigyo_rounder .pointCursor--06 {
    top: 68.4%;
    left: 40%;
  }
  .pointBox--eigyo_kikakueigyo_rounder .pointCursor--07 {
    top: 83.5%;
    left: 23%;
  }
  .pointBox--eigyo_kikakueigyo_rounder .pointCursor--08 {
    top: 89.2%;
    left: 30%;
  }

  .pointBox--eigyojimu .pointCursor--01 {
    top: 2.2%;
    right: 38%;
  }
  .pointBox--eigyojimu .pointCursor--02 {
    top: 5.2%;
    left: 26.5%;
  }
  .pointBox--eigyojimu .pointCursor--03 {
    top: 17.4%;
    left: 8%;
  }
  .pointBox--eigyojimu .pointCursor--04 {
    top: 22.3%;
    left: 45%;
  }
  .pointBox--eigyojimu .pointCursor--05 {
    top: 42.8%;
    left: 75%;
  }
  .pointBox--eigyojimu .pointCursor--06 {
    top: 69.4%;
    left: 40%;
  }
  .pointBox--eigyojimu .pointCursor--07 {
    top: 81.6%;
    left: 23%;
  }
  .pointBox--eigyojimu .pointCursor--08 {
    top: 88.2%;
    left: 30%;
  }

  .pointBox--kaigo_helper .pointCursor--01 {
    top: 2.6%;
    right: 39%;
  }
  .pointBox--kaigo_helper .pointCursor--02 {
    top: 6.6%;
    left: 26.5%;
  }
  .pointBox--kaigo_helper .pointCursor--03 {
    top: 22.5%;
    left: 8%;
  }
  .pointBox--kaigo_helper .pointCursor--04 {
    top: 26.2%;
    left: 65%;
  }
  .pointBox--kaigo_helper .pointCursor--05 {
    top: 50.5%;
    left: 73%;
  }
  .pointBox--kaigo_helper .pointCursor--06 {
    top: 66.6%;
    left: 40%;
  }
  .pointBox--kaigo_helper .pointCursor--07 {
    top: 79.4%;
    left: 23%;
  }
  .pointBox--kaigo_helper .pointCursor--08 {
    top: 86.8%;
    left: 30%;
  }

  .pointBox--gakkojimu .pointCursor--01 {
    top: 2.4%;
    right: 38%;
  }
  .pointBox--gakkojimu .pointCursor--02 {
    top: 6.0%;
    left: 26.5%;
  }
  .pointBox--gakkojimu .pointCursor--03 {
    top: 20.4%;
    left: 8%;
  }
  .pointBox--gakkojimu .pointCursor--04 {
    top: 23.0%;
    left: 45%;
  }
  .pointBox--gakkojimu .pointCursor--05 {
    top: 47%;
    left: 75%;
  }
  .pointBox--gakkojimu .pointCursor--06 {
    top: 66.1%;
    left: 40%;
  }
  .pointBox--gakkojimu .pointCursor--07 {
    top: 79.4%;
    left: 23%;
  }
  .pointBox--gakkojimu .pointCursor--08 {
    top: 88.0%;
    left: 30%;
  }

  .pointBox--keiri .pointCursor--01 {
    top: 2.3%;
    right: 39%;
  }
  .pointBox--keiri .pointCursor--02 {
    top: 5.5%;
    left: 26.5%;
  }
  .pointBox--keiri .pointCursor--03 {
    top: 20.4%;
    left: 8%;
  }
  .pointBox--keiri .pointCursor--04 {
    top: 23.6%;
    left: 45%;
  }
  .pointBox--keiri .pointCursor--05 {
    top: 40.2%;
    left: 75%;
  }
  .pointBox--keiri .pointCursor--06 {
    top: 69.9%;
    left: 40%;
  }
  .pointBox--keiri .pointCursor--07 {
    top: 85.5%;
    left: 23%;
  }
  .pointBox--keiri .pointCursor--08 {
    top: 91.5%;
    left: 30%;
  }

  .pointBox--keisagyo_kompo_shiwake_kempin .pointCursor--01 {
    top: 2.2%;
    right: 39%;
  }
  .pointBox--keisagyo_kompo_shiwake_kempin .pointCursor--02 {
    top: 5.5%;
    left: 26.5%;
  }
  .pointBox--keisagyo_kompo_shiwake_kempin .pointCursor--03 {
    top: 23.6%;
    left: 8%;
  }
  .pointBox--keisagyo_kompo_shiwake_kempin .pointCursor--04 {
    top: 26%;
    left: 43%;
  }
  .pointBox--keisagyo_kompo_shiwake_kempin .pointCursor--05 {
    top: 43.8%;
    left: 75%;
  }
  .pointBox--keisagyo_kompo_shiwake_kempin .pointCursor--06 {
    top: 68.2%;
    left: 40%;
  }
  .pointBox--keisagyo_kompo_shiwake_kempin .pointCursor--07 {
    top: 76.1%;
    left: 23%;
  }
  .pointBox--keisagyo_kompo_shiwake_kempin .pointCursor--08 {
    top: 81.4%;
    left: 30%;
  }

  .pointBox--shokuhin_seizou .pointCursor--01 {
    top: 2.6%;
    right: 39%;
  }
  .pointBox--shokuhin_seizou .pointCursor--02 {
    top: 6.4%;
    left: 26.5%;
  }
  .pointBox--shokuhin_seizou .pointCursor--03 {
    top: 23.2%;
    left: 8%;
  }
  .pointBox--shokuhin_seizou .pointCursor--04 {
    top: 25.8%;
    left: 73%;
  }
  .pointBox--shokuhin_seizou .pointCursor--05 {
    top: 48.2%;
    left: 74%;
  }
  .pointBox--shokuhin_seizou .pointCursor--06 {
    top: 70.5%;
    left: 40%;
  }
  .pointBox--shokuhin_seizou .pointCursor--07 {
    top: 76.7%;
    left: 23%;
  }
  .pointBox--shokuhin_seizou .pointCursor--08 {
    top: 83.7%;
    left: 30%;
  }

  .pointBox--seisaku_henshu_kosei .pointCursor--01 {
    top: 2.1%;
    right: 39%;
  }
  .pointBox--seisaku_henshu_kosei .pointCursor--02 {
    top: 5.2%;
    left: 26.5%;
  }
  .pointBox--seisaku_henshu_kosei .pointCursor--03 {
    top: 16.5%;
    left: 8%;
  }
  .pointBox--seisaku_henshu_kosei .pointCursor--04 {
    top: 19.6%;
    right: 32%;
  }
  .pointBox--seisaku_henshu_kosei .pointCursor--05 {
    top: 41.6%;
    left: 70%;
  }
  .pointBox--seisaku_henshu_kosei .pointCursor--06 {
    top: 72.1%;
    left: 40%;
  }
  .pointBox--seisaku_henshu_kosei .pointCursor--07 {
    top: 80.1%;
    left: 23%;
  }
  .pointBox--seisaku_henshu_kosei .pointCursor--08 {
    top: 87.5%;
    left: 30%;
  }

  .pointBox--seizo_kumitate_kakou .pointCursor--01 {
    top: 2.7%;
    right: 39%;
  }
  .pointBox--seizo_kumitate_kakou .pointCursor--02 {
    top: 6.8%;
    left: 26.5%;
  }
  .pointBox--seizo_kumitate_kakou .pointCursor--03 {
    top: 21.8%;
    left: 8%;
  }
  .pointBox--seizo_kumitate_kakou .pointCursor--04 {
    top: 24.9%;
    left: 43%;
  }
  .pointBox--seizo_kumitate_kakou .pointCursor--05 {
    top: 51.8%;
    left: 66%;
  }
  .pointBox--seizo_kumitate_kakou .pointCursor--06 {
    top: 72.3%;
    left: 40%;
  }
  .pointBox--seizo_kumitate_kakou .pointCursor--07 {
    top: 77.8%;
    left: 23%;
  }
  .pointBox--seizo_kumitate_kakou .pointCursor--08 {
    top: 85.4%;
    left: 30%;
  }

  .pointBox--somu .pointCursor--01 {
    top: 2.2%;
    right: 39%;
  }
  .pointBox--somu .pointCursor--02 {
    top: 5.2%;
    left: 26.5%;
  }
  .pointBox--somu .pointCursor--03 {
    top: 17.2%;
    left: 8%;
  }
  .pointBox--somu .pointCursor--04 {
    top: 20.5%;
    left: 45%;
  }
  .pointBox--somu .pointCursor--05 {
    top: 43.8%;
    left: 75%;
  }
  .pointBox--somu .pointCursor--06 {
    top: 71.1%;
    left: 40%;
  }
  .pointBox--somu .pointCursor--07 {
    top: 84.8%;
    left: 23%;
  }
  .pointBox--somu .pointCursor--08 {
    top: 90.5%;
    left: 30%;
  }


  .status {
    margin: 30px 0 0;
  }
  .status li {
    margin: 0 0 16px;
  }
  .status li a {
    background: #00adb2;
    border: 2px solid #02989c;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #ccc;
    color: #FFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 42px;
    position: relative;
    text-align: center;
    width: 100%;
    margin: auto;
  }
  .status li a:after {
    border-color: transparent transparent #FFF transparent;
    border-style: solid;
    border-width: 0 0 10px 10px;
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
  }


  /* ========================= */
  /* 【.linkList
  /*  採用担当にアンケート(SP)
  /* ========================= */

  .linkList {
    background: #FFF;
    padding: 36px 0 30px;
  }
  .linkList .title {
    color: #00adb2;
    font-size: 16px;
    margin: 0 0 20px;
    text-align: center;
  }
  .linkList .title .line {
    display: inline;
    background: linear-gradient(transparent 60%, #fff67f 0%);
    line-height: 1.6;
    padding: 0 10px;
  }
  .linkList ul {
    margin: 0 auto;
    padding: 0 4%;
  }
  .linkList .accoBox {
    border: 1.5px solid #02989c;
    margin: 0 0 20px;
    box-shadow: 4px 4px 4px #DDD;
  }
  .linkList .accoBox:last-child {
    margin: 0;
  }
  .linkList .accoBox > a {
    background: #00adb2;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
    height: 46px;
    position: relative;
  }
  .linkList .accoBox > a:after {
    background: url(/contents/syokumukeirekisyo/images/ico_acco_open_sp.png) no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 16px;
    right: 15px;
  }
  .linkList .accoBox > a.open:after {
    background: url(/contents/syokumukeirekisyo/images/ico_acco_close_sp.png) no-repeat;
    background-size: 100%;
  }
  .linkList .accoBox .accoBox--item {
    border-top: 1.5px solid #02989c;
    width: 100%;
    padding: 0;
    display: none;
  }
  .linkList .accoBox.act .accoBox--item {
    display: block;
  }
  .linkList .accoBox--item li {
    border-bottom: 1.5px solid #02989c;
  }
  .linkList .accoBox--item li:last-child {
    border: none;
  }
  .linkList .accoBox--item li a {
    color: #00adb2;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 46px;
    height: 46px;
    position: relative;
  }
  .linkList .accoBox--item li a:after {
    content: "";
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1.5px #00adb2;
    border-right: solid 1.5px #00adb2;
    position: absolute;
    top: 50%;
    margin-top: -3.5px;
    z-index: 1;
    right: 20px;
    transform: rotate(45deg);
  }

  /* ========================= */
  /* 【.typeCheck】
  /*  フォーマットのダウンロード(SP)
  /* ========================= */

  .typeCheck {
    background: #FFF;
    padding: 0 4% 20px;
  }
  .typeCheck .title {
    color: #00adb2;
    font-size: 16px;
    margin: 0 0 16px;
    text-align: center;
  }
  .typeCheck .title .line {
    display: inline;
    background: linear-gradient(transparent 60%, #fff67f 0%);
    line-height: 1.2;
    padding: 0 10px;
  }
  .typeCheck ul {
    margin: 0 auto;
    max-width: 880px;
    text-align: center;
  }
  .typeCheck li {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px;
  }
  .typeCheck a {
    background: #00adb2;
    border: 1.5px solid #02989c;
    border-radius: 6px;
    box-shadow: 4px 4px 4px #ccc;
    color: #FFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 43px;
    position: relative;
    text-align: center;
    width: 98%;
    margin: auto;
  }
  .typeCheck a:after {
    border-color: transparent transparent #FFF transparent;
    border-style: solid;
    border-width: 0 0 10px 10px;
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
  }
  .typeCheck p {
    margin: 0 auto 16px;
  }


}


@media screen and (min-width: 769px){

  /* ========================= */
  /*表示・非表示
  /*  sp-on/pc-on(SP)
  /* ========================= */

  .sp-on {
    display: none;
  }
  .pc-on {
    display: block;
  }


  /* ========================= */
  /* 【.keyVisual】
  /*  キービジュアル(PC)
  /* ========================= */

  .keyVisual {
    border-top: 12px solid #ffc100;
    border-bottom: 30px solid #00adb2;
    background-color: #FFF;

  }

  .keyVisual .inner{
    margin: 0 auto;
    max-width: 874px;
    padding: 30px 0 0;
    background: #FFF url(/contents/syokumukeirekisyo/images/bg_key_pc.jpg) no-repeat right bottom;
    min-height: 265px;
  }
  .keyVisual .inner > span {
    display: block;
    margin: 0 0 26px;
  }
  .keyVisual .title {
    color: #00adb2;
    font-size: 45px;
    line-height: 1.3;
    text-shadow: #FFF 2px 0px 5px, #FFF -2px 0px 5px,
    #FFF 0px -2px 5px, #FFF -2px 0px 5px,
    #FFF 2px 2px 5px, #FFF -2px 2px 5px,
    #FFF 2px -2px 5px, #FFF -2px -2px 5px,
    #FFF 1px 2px 5px, #FFF -1px 2px 5px,
    #FFF 1px -2px 5px, #FFF -1px -2px 5px,
    #FFF 2px 1px 5px, #FFF -2px 1px 5px,
    #FFF 2px -1px 5px, #FFF -2px -1px 5px,
    #FFF 1px 1px 5px, #FFF -1px 1px 5px,
    #FFF 1px -1px 5px, #FFF -1px -1px 5px;
  }
  .keyVisual .title span {
    display: block;
  }
  .keyVisual .title span > span {
    display: inline;
  }


  /* ========================= */
  /*モーダル表示
  /*  modal(PC)
  /* ========================= */

  .modal-wrap {
    display: none;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    Box: 0;
    width: 100%;
    z-index: 6;
  }
  .modal {
    background: #FFF;
    border-left: 30px solid #ffd900;
    display: none;
    width: 600px;
    position: relative;
    z-index: 6;
    padding: 30px 20px;
  }
  .modal-cover {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 5;
  }
  .modal .close {
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 18px;
    right: 6px;
    padding: 14px;
  }
  .modal .title {
    border-bottom: 1px dashed #DDD;
    color: #00adb2;
    font-size: 24px;
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  .modal p {
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
    margin: 0 0 30px;
  }
  .modal .closeBtn {
    background: #bfbfbf;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    width: 120px;
  }


  /* ========================= */
  /* 【.cvPoint】
  /*  リード文(PC)
  /* ========================= */

  .cvPoint  {
    background: #FFF;
    padding: 50px 0 10px;
  }

  .cvPoint .title {
    color: #00adb2;
    font-size: 30px;
    margin: 0 0 36px;
    text-align: center;
  }
  .cvPoint .title .line {
    display: inline;
    background: linear-gradient(transparent 60%, #fff67f 0%);
    line-height: 1.2;
    padding: 0 10px;
  }

  .cvPoint ul {
    margin: 0 auto;
    max-width: 880px;
  }
  .cvPoint ul li {
    margin: 0 0 20px;
  }

  .cvPoint ul li h3 {
    background: #d1eeef;
    border-radius: 8px;
    color: #00adb2;
    font-size: 20px;
    line-height: 42px;
    margin: 0 0 20px;
    height: 42px;
    font-weight: bold;
    width: 100%;
    padding: 0 0 0 140px;
    position: relative;
  }
  .cvPoint ul li h3:before {
    background: #00adb2;
    border-radius: 8px 0 0 8px;
    color: #FFF;
    display: block;
    font-size: 18px;
    line-height: 42px;
    height: 42px;
    width: 120px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
  }
  .cvPoint ul li:nth-child(1) h3:before {
    content: "POINT 1";
  }
  .cvPoint ul li:nth-child(2) h3:before {
    content: "POINT 2";
  }
  .cvPoint ul li:nth-child(3) h3:before {
    content: "POINT 3";
  }
  .cvPoint ul li p {
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
    max-width: 820px;
    margin: 0 auto;
  }
  .cvPoint ul li p a {
    color: #444;
    text-decoration: underline;
    display: inline-block;
  }
  .cvPoint ul li p a:before {
    content: ">";
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .cvPoint ul li p a:hover {
    text-decoration: underline;
  }
  .cvPoint--matter ul li:nth-child(1) h3:before {
    content: "お悩み 1";
  }
  .cvPoint--matter ul li:nth-child(2) h3:before {
    content: "お悩み 2";
  }
  .cvPoint--matter ul li:nth-child(3) h3:before {
    content: "お悩み 3";
  }
  .cvPoint--matter ul li:nth-child(4) h3:before {
    content: "お悩み 4";
  }
  .cvPoint--matter ul li:nth-child(5) h3:before {
    content: "お悩み 5";
  }
  .cvPoint--matter ul li:nth-child(6) h3:before {
    content: "お悩み 6";
  }
  .cvPoint--matter ul li:nth-child(7) h3:before {
    content: "お悩み 7";
  }
  .cvPoint--matter ul li:nth-child(8) h3:before {
    content: "お悩み 8";
  }
  .cvPoint ul li .answer {
    border-bottom: 1px dashed #DDD;
    color: #00adb2;
    display: block;
    font-size: 20px;
    max-width: 820px;
    padding: 0 0 5px;
    margin: 0 auto 14px;
  }


  /* ========================= */
  /* 【.download】
  /*  フォーマットのダウンロード(PC)
  /* ========================= */

  .download {
    background: #FFF;
    padding: 40px 0 80px;
  }
  .download .title {
    color: #00adb2;
    font-size: 30px;
    margin: 0 0 30px;
    text-align: center;
  }
  .download .title .line {
    display: inline-block;
    background: linear-gradient(transparent 60%, #fff67f 0%);
    line-height: 1.2;
    padding: 0 10px;
  }
  .download ul {
    margin: 0 auto;
    max-width: 880px;
    text-align: center;
  }
  .download li {
    display: inline-block;
    width: 100%;
  }
  .download a {
    background: #00adb2;
    border: 3px solid #02989c;
    border-radius: 6px;
    box-shadow: 4px 4px 4px #ccc;
    color: #FFF;
    display: block;
    font-size: 26px;
    font-weight: bold;
    line-height: 70px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .download a:after {
    border-color: transparent transparent #FFF transparent;
    border-style: solid;
    border-width: 0 0 16px 16px;
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }


  /* ========================= */
  /* 【.to_top
  /*  フォーマットのダウンロード(PC)
  /* ========================= */

  .to_top {
    background: #FFF;
    padding: 0 0 80px;
  }
  .to_top .title {
    color: #00adb2;
    font-size: 30px;
    margin: 0 0 30px;
    text-align: center;
  }
  .to_top .title .line {
    display: inline-block;
    background: linear-gradient(transparent 60%, #fff67f 0%);
    line-height: 1.2;
    padding: 0 10px;
  }
  .to_top ul {
    margin: 0 auto;
    max-width: 880px;
    text-align: center;
  }
  .to_top li {
    display: inline-block;
    width: 100%;
  }
  .to_top a {
    background: #00adb2;
    border: 3px solid #02989c;
    border-radius: 6px;
    box-shadow: 4px 4px 4px #ccc;
    color: #FFF ;
    display: block;
    font-size: 26px;
    font-weight: bold;
    line-height: 70px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .to_top a:after {
    border-color: transparent transparent #FFF transparent;
    border-style: solid;
    border-width: 0 0 16px 16px;
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }


  /* ========================= */
  /* 【.cvSample】
  /*  書き方解説リンク(PC)
  /* ========================= */

  .cvSample {
    width: 880px;
    margin: 0 auto;
    padding: 40px 0 100px;
    max-width: 100%;
  }
  .cvSample .title {
    color: #00adb2;
    font-size: 30px;
    margin: 0 0 30px;
    text-align: center;
  }
  .cvSample .title .line {
    display: inline-block;
    background: linear-gradient(transparent 60%, #fff67f 0%);
    line-height: 1.2;
    padding: 0 10px;
  }
  .cvSample p {
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 30px;
  }
  .cvSample .caution {
    display: inline-block;
  }
  .cvSample .caution img {
    display: inline;
    width: 80px;
    vertical-align: middle;
  }
  .pointBox {
    position: relative;
  }
  .sampleImg {
    display: block;
  }
  .sampleImg img {
    display: block;
    width: 100%;
  }
  .pointBox .pointCursor {
    display: block;
    position: absolute;
    width: 110px;
    height: 46px;
  }
  .pointBox--ippanjimu .pointCursor--01 {
    top: 4.6%;
    right: 22%;
  }
  .pointBox--ippanjimu .pointCursor--02 {
    top: 8.6%;
    left: 17%;
  }
  .pointBox--ippanjimu .pointCursor--03 {
    top: 27%;
    left: 7%;
  }
  .pointBox--ippanjimu .pointCursor--04 {
    top: 22%;
    left: 80%;
  }
  .pointBox--ippanjimu .pointCursor--05 {
    top: 39.4%;
    left: 55%;
  }
  .pointBox--ippanjimu .pointCursor--06 {
    top: 57.6%;
    left: 24%;
  }
  .pointBox--ippanjimu .pointCursor--07 {
    top: 64.7%;
    left: 13%;
  }
  .pointBox--ippanjimu .pointCursor--08 {
    top: 71.6%;
    left: 17.5%;
  }

  .pointBox--temporaryemployee .pointCursor--01 {
    top: 5%;
    right: 22%;
  }
  .pointBox--temporaryemployee .pointCursor--02 {
    top: 9.5%;
    left: 17%;
  }
  .pointBox--temporaryemployee .pointCursor--03 {
    top: 30.6%;
    left: 7%;
  }
  .pointBox--temporaryemployee .pointCursor--04 {
    top: 31.3%;
    left: 38%;
  }
  .pointBox--temporaryemployee .pointCursor--05 {
    top: 39.4%;
    left: 55%;
  }
  .pointBox--temporaryemployee .pointCursor--06 {
    top: 66.3%;
    left: 24%;
  }
  .pointBox--temporaryemployee .pointCursor--07 {
    top: 76%;
    left: 13%;
  }
  .pointBox--temporaryemployee .pointCursor--08 {
    top: 84.4%;
    left: 17.5%;
  }
  .pointBox--temporaryemployee .pointCursor--09 {
    top: 46%;
    left: 60%;
  }
  .pointBox--temporaryemployee .pointCursor--10 {
    top: 25.6%;
    left: 55%;
  }

  .pointBox--regularemployee .pointCursor--01 {
    top: 5.4%;
    right: 22%;
  }
  .pointBox--regularemployee .pointCursor--02 {
    top: 9.7%;
    left: 17%;
  }
  .pointBox--regularemployee .pointCursor--03 {
    top: 27.7%;
    left: 7%;
  }
  .pointBox--regularemployee .pointCursor--04 {
    top: 30%;
    left: 37%;
  }
  .pointBox--regularemployee .pointCursor--05 {
    top: 886px;
    left: 50px;
  }
  .pointBox--regularemployee .pointCursor--06 {
    top: 75.5%;
    left: 24%;
  }
  .pointBox--regularemployee .pointCursor--07 {
    top: 83.5%;
    left: 14%;
  }
  .pointBox--regularemployee .pointCursor--08 {
    top: 88.5%;
    left: 17%;
  }
  .pointBox--regularemployee .pointCursor--09 {
    top: 27%;
    left: 67%;
  }

  .pointBox--parttimejob .pointCursor--01 {
    top: 5.4%;
    right: 22%;
  }
  .pointBox--parttimejob .pointCursor--02 {
    top: 10.3%;
    left: 17%;
  }
  .pointBox--parttimejob .pointCursor--03 {
    top: 30.3%;
    left: 7%;
  }
  .pointBox--parttimejob .pointCursor--04 {
    top: 30%;
    left: 37%;
  }
  .pointBox--parttimejob .pointCursor--05 {
    top: 806px;
    left: 50px;
  }
  .pointBox--parttimejob .pointCursor--06 {
    top: 67%;
    left: 24%;
  }
  .pointBox--parttimejob .pointCursor--07 {
    top: 77.3%;
    left: 14%;
  }
  .pointBox--parttimejob .pointCursor--08 {
    top: 85.8%;
    left: 17%;
  }

  .pointBox--cad .pointCursor--01 {
    top: 5.4%;
    right: 22%;
  }
  .pointBox--cad .pointCursor--02 {
    top: 9.9%;
    left: 17%;
  }
  .pointBox--cad .pointCursor--03 {
    top: 29%;
    left: 7%;
  }
  .pointBox--cad .pointCursor--04 {
    top: 24%;
    left: 55%;
  }
  .pointBox--cad .pointCursor--05 {
    top: 42%;
    left: 55%;
  }
  .pointBox--cad .pointCursor--06 {
    top: 69.3%;
    left: 24%;
  }
  .pointBox--cad .pointCursor--07 {
    top: 78.9%;
    left: 13%;
  }
  .pointBox--cad .pointCursor--08 {
    top: 86.9%;
    left: 17%;
  }

  .pointBox--dtpoperator .pointCursor--01 {
    top: 4.2%;
    right: 22%;
  }
  .pointBox--dtpoperator .pointCursor--02 {
    top: 7.7%;
    left: 18%;
  }
  .pointBox--dtpoperator .pointCursor--03 {
    top: 25%;
    left: 7%;
  }
  .pointBox--dtpoperator .pointCursor--04 {
    top: 21%;
    left: 55%;
  }
  .pointBox--dtpoperator .pointCursor--05 {
    top: 43%;
    left: 69%;
  }
  .pointBox--dtpoperator .pointCursor--06 {
    top: 70.2%;
    left: 22%;
  }
  .pointBox--dtpoperator .pointCursor--07 {
    top: 82.5%;
    left: 14%;
  }
  .pointBox--dtpoperator .pointCursor--08 {
    top: 89.9%;
    left: 17%;
  }

  .pointBox--se_pg .pointCursor--01 {
    top: 4.6%;
    right: 22%;
  }
  .pointBox--se_pg .pointCursor--02 {
    top: 8.4%;
    left: 18%;
  }
  .pointBox--se_pg .pointCursor--03 {
    top: 25%;
    left: 7%;
  }
  .pointBox--se_pg .pointCursor--04 {
    top: 20%;
    left: 58%;
  }
  .pointBox--se_pg .pointCursor--05 {
    top: 44.5%;
    left: 68%;
  }
  .pointBox--se_pg .pointCursor--06 {
    top: 66%;
    left: 22%;
  }
  .pointBox--se_pg .pointCursor--07 {
    top: 80.9%;
    left: 14%;
  }
  .pointBox--se_pg .pointCursor--08 {
    top: 90.3%;
    left: 18%;
  }

  .pointBox--webdesigner .pointCursor--01 {
    top: 4.2%;
    right: 22%;
  }
  .pointBox--webdesigner .pointCursor--02 {
    top: 7.4%;
    left: 19%;
  }
  .pointBox--webdesigner .pointCursor--03 {
    top: 27%;
    left: 7%;
  }
  .pointBox--webdesigner .pointCursor--04 {
    top: 23%;
    left: 55%;
  }
  .pointBox--webdesigner .pointCursor--05 {
    top: 44.2%;
    left: 72%;
  }
  .pointBox--webdesigner .pointCursor--06 {
    top: 67%;
    left: 22%;
  }
  .pointBox--webdesigner .pointCursor--07 {
    top: 84%;
    left: 14%;
  }
  .pointBox--webdesigner .pointCursor--08 {
    top: 90%;
    left: 19%;
  }

  .pointBox--apparel_cosme .pointCursor--01 {
    top: 4.2%;
    right: 22%;
  }
  .pointBox--apparel_cosme .pointCursor--02 {
    top: 7.4%;
    left: 17%;
  }
  .pointBox--apparel_cosme .pointCursor--03 {
    top: 24%;
    left: 6.3%;
  }
  .pointBox--apparel_cosme .pointCursor--04 {
    top: 20.5%;
    left: 55%;
  }
  .pointBox--apparel_cosme .pointCursor--05 {
    top: 41.8%;
    left: 62%;
  }
  .pointBox--apparel_cosme .pointCursor--06 {
    top: 65.5%;
    left: 22%;
  }
  .pointBox--apparel_cosme .pointCursor--07 {
    top: 77.5%;
    left: 13%;
  }
  .pointBox--apparel_cosme .pointCursor--08 {
    top: 83.8%;
    left: 16%;
  }

  .pointBox--telephoneoperator .pointCursor--01 {
    top: 4.4%;
    right: 22%;
  }
  .pointBox--telephoneoperator .pointCursor--02 {
    top: 8%;
    left: 19%;
  }
  .pointBox--telephoneoperator .pointCursor--03 {
    top: 25%;
    left: 7%;
  }
  .pointBox--telephoneoperator .pointCursor--04 {
    top: 20.5%;
    left: 55%;
  }
  .pointBox--telephoneoperator .pointCursor--05 {
    top: 40.4%;
    right: 10%;
  }
  .pointBox--telephoneoperator .pointCursor--06 {
    top: 70%;
    left: 23%;
  }
  .pointBox--telephoneoperator .pointCursor--07 {
    top: 83%;
    left: 14%;
  }
  .pointBox--telephoneoperator .pointCursor--08 {
    top: 89.4%;
    left: 18%;
  }

  .pointBox--detanyuryoku .pointCursor--01 {
    top: 5.1%;
    right: 22%;
  }
  .pointBox--detanyuryoku .pointCursor--02 {
    top: 9.6%;
    left: 17%;
  }
  .pointBox--detanyuryoku .pointCursor--03 {
    top: 28.5%;
    left: 6.5%;
  }
  .pointBox--detanyuryoku .pointCursor--04 {
    top: 24%;
    left: 55%;
  }
  .pointBox--detanyuryoku .pointCursor--05 {
    top: 41.5%;
    left: 45%;
  }
  .pointBox--detanyuryoku .pointCursor--06 {
    top: 60.5%;
    left: 22%;
  }
  .pointBox--detanyuryoku .pointCursor--07 {
    top: 77.7%;
    left: 13%;
  }
  .pointBox--detanyuryoku .pointCursor--08 {
    top: 88.7%;
    left: 17%;
  }

  .pointBox--telemarketing_teleappointer .pointCursor--01 {
    top: 4.1%;
    right: 22%;
  }
  .pointBox--telemarketing_teleappointer .pointCursor--02 {
    top: 7.5%;
    left: 18%;
  }
  .pointBox--telemarketing_teleappointer .pointCursor--03 {
    top: 22%;
    left: 7%;
  }
  .pointBox--telemarketing_teleappointer .pointCursor--04 {
    top: 18.4%;
    left: 55%;
  }
  .pointBox--telemarketing_teleappointer .pointCursor--05 {
    top: 41.5%;
    left: 50%;
  }
  .pointBox--telemarketing_teleappointer .pointCursor--06 {
    top: 73%;
    left: 23%;
  }
  .pointBox--telemarketing_teleappointer .pointCursor--07 {
    top: 77.8%;
    left: 14%;
  }
  .pointBox--telemarketing_teleappointer .pointCursor--08 {
    top: 90%;
    left: 18%;
  }

  .pointBox--driver .pointCursor--01 {
    top: 5.4%;
    right: 22%;
  }
  .pointBox--driver .pointCursor--02 {
    top: 10.1%;
    left: 17%;
  }
  .pointBox--driver .pointCursor--03 {
    top: 31%;
    left: 7%;
  }
  .pointBox--driver .pointCursor--04 {
    top: 26%;
    left: 55%;
  }
  .pointBox--driver .pointCursor--05 {
    top: 46%;
    left: 62%;
  }
  .pointBox--driver .pointCursor--06 {
    top: 65.6%;
    left: 22%;
  }
  .pointBox--driver .pointCursor--07 {
    top: 75.4%;
    left: 14%;
  }
  .pointBox--driver .pointCursor--08 {
    top: 85.2%;
    left: 17%;
  }

  .pointBox--helpdesk_usersupport .pointCursor--01 {
    top: 4.6%;
    right: 22%;
  }
  .pointBox--helpdesk_usersupport .pointCursor--02 {
    top: 8.5%;
    left: 17%;
  }
  .pointBox--helpdesk_usersupport .pointCursor--03 {
    top: 26%;
    left: 7%;
  }
  .pointBox--helpdesk_usersupport .pointCursor--04 {
    top: 22%;
    left: 55%;
  }
  .pointBox--helpdesk_usersupport .pointCursor--05 {
    top: 41%;
    left: 61%;
  }
  .pointBox--helpdesk_usersupport .pointCursor--06 {
    top: 69.9%;
    left: 24%;
  }
  .pointBox--helpdesk_usersupport .pointCursor--07 {
    top: 76.8%;
    left: 13%;
  }
  .pointBox--helpdesk_usersupport .pointCursor--08 {
    top: 86.3%;
    left: 17%;
  }

  .pointBox--iryojimu .pointCursor--01 {
    top: 5.2%;
    right: 22%;
  }
  .pointBox--iryojimu .pointCursor--02 {
    top: 9.8%;
    left: 17%;
  }
  .pointBox--iryojimu .pointCursor--03 {
    top: 29%;
    left: 7%;
  }
  .pointBox--iryojimu .pointCursor--04 {
    top: 24%;
    left: 55%;
  }
  .pointBox--iryojimu .pointCursor--05 {
    top: 42%;
    left: 62%;
  }
  .pointBox--iryojimu .pointCursor--06 {
    top: 61.2%;
    left: 22%;
  }
  .pointBox--iryojimu .pointCursor--07 {
    top: 75.7%;
    left: 15%;
  }
  .pointBox--iryojimu .pointCursor--08 {
    top: 85.3%;
    left: 18%;
  }

  .pointBox--eigyo_kikakueigyo_rounder .pointCursor--01 {
    top: 4.4%;
    right: 22%;
  }
  .pointBox--eigyo_kikakueigyo_rounder .pointCursor--02 {
    top: 8.2%;
    left: 17%;
  }
  .pointBox--eigyo_kikakueigyo_rounder .pointCursor--03 {
    top: 25%;
    left: 7%;
  }
  .pointBox--eigyo_kikakueigyo_rounder .pointCursor--04 {
    top: 20.23%;
    left: 55%;
  }
  .pointBox--eigyo_kikakueigyo_rounder .pointCursor--05 {
    top: 43.13%;
    left: 81%;
  }
  .pointBox--eigyo_kikakueigyo_rounder .pointCursor--06 {
    top: 67.6%;
    left: 23%;
  }
  .pointBox--eigyo_kikakueigyo_rounder .pointCursor--07 {
    top: 82.2%;
    left: 13%;
  }
  .pointBox--eigyo_kikakueigyo_rounder .pointCursor--08 {
    top: 88.9%;
    left: 17%;
  }

  .pointBox--eigyojimu .pointCursor--01 {
    top: 4.8%;
    right: 22%;
  }
  .pointBox--eigyojimu .pointCursor--02 {
    top: 8.8%;
    left: 18%;
  }
  .pointBox--eigyojimu .pointCursor--03 {
    top: 26%;
    left: 7%;
  }
  .pointBox--eigyojimu .pointCursor--04 {
    top: 22%;
    right: 8%;
  }
  .pointBox--eigyojimu .pointCursor--05 {
    top: 39%;
    right: 6%;
  }
  .pointBox--eigyojimu .pointCursor--06 {
    top: 65.8%;
    left: 22%;
  }
  .pointBox--eigyojimu .pointCursor--07 {
    top: 80%;
    left: 14%;
  }
  .pointBox--eigyojimu .pointCursor--08 {
    top: 88.5%;
    left: 17%;
  }

  .pointBox--kaigo_helper .pointCursor--01 {
    top: 5.6%;
    right: 22%;
  }
  .pointBox--kaigo_helper .pointCursor--02 {
    top: 10.2%;
    left: 18%;
  }
  .pointBox--kaigo_helper .pointCursor--03 {
    top: 30%;
    left: 7%;
  }
  .pointBox--kaigo_helper .pointCursor--04 {
    top: 24.6%;
    left: 55%;
  }
  .pointBox--kaigo_helper .pointCursor--05 {
    top: 43.5%;
    left: 77%;
  }
  .pointBox--kaigo_helper .pointCursor--06 {
    top: 66.7%;
    left: 23%;
  }
  .pointBox--kaigo_helper .pointCursor--07 {
    top: 78.5%;
    left: 14%;
  }
  .pointBox--kaigo_helper .pointCursor--08 {
    top: 88.3%;
    left: 17%;
  }

  .pointBox--gakkojimu .pointCursor--01 {
    top: 5%;
    right: 22%;
  }
  .pointBox--gakkojimu .pointCursor--02 {
    top: 9.3%;
    left: 17%;
  }
  .pointBox--gakkojimu .pointCursor--03 {
    top: 27%;
    left: 7%;
  }
  .pointBox--gakkojimu .pointCursor--04 {
    top: 23%;
    left: 55%;
  }
  .pointBox--gakkojimu .pointCursor--05 {
    top: 42.4%;
    left: 55%;
  }
  .pointBox--gakkojimu .pointCursor--06 {
    top: 65.2%;
    left: 22%;
  }
  .pointBox--gakkojimu .pointCursor--07 {
    top: 77.4%;
    left: 14%;
  }
  .pointBox--gakkojimu .pointCursor--08 {
    top: 87.8%;
    left: 17%;
  }

  .pointBox--keiri .pointCursor--01 {
    top: 4.3%;
    right: 22%;
  }
  .pointBox--keiri .pointCursor--02 {
    top: 7.8%;
    left: 17%;
  }
  .pointBox--keiri .pointCursor--03 {
    top: 24%;
    left: 7%;
  }
  .pointBox--keiri .pointCursor--04 {
    top: 19.5%;
    left: 55%;
  }
  .pointBox--keiri .pointCursor--05 {
    top: 34.6%;
    left: 70%;
  }
  .pointBox--keiri .pointCursor--06 {
    top: 72%;
    left: 23%;
  }
  .pointBox--keiri .pointCursor--07 {
    top: 84.6%;
    left: 13%;
  }
  .pointBox--keiri .pointCursor--08 {
    top: 92.1%;
    left: 17%;
  }

  .pointBox--keisagyo_kompo_shiwake_kempin .pointCursor--01 {
    top: 4.6%;
    right: 22%;
  }
  .pointBox--keisagyo_kompo_shiwake_kempin .pointCursor--02 {
    top: 8.4%;
    left: 18%;
  }
  .pointBox--keisagyo_kompo_shiwake_kempin .pointCursor--03 {
    top: 28%;
    left: 7%;
  }
  .pointBox--keisagyo_kompo_shiwake_kempin .pointCursor--04 {
    top: 25%;
    left: 55%;
  }
  .pointBox--keisagyo_kompo_shiwake_kempin .pointCursor--05 {
    top: 40.8%;
    left: 55%;
  }
  .pointBox--keisagyo_kompo_shiwake_kempin .pointCursor--06 {
    top: 71.4%;
    left: 23%;
  }
  .pointBox--keisagyo_kompo_shiwake_kempin .pointCursor--07 {
    top: 79.6%;
    left: 14%;
  }
  .pointBox--keisagyo_kompo_shiwake_kempin .pointCursor--08 {
    top: 85.1%;
    left: 17%;
  }

  .pointBox--shokuhin_seizou .pointCursor--01 {
    top: 5.5%;
    right: 22%;
  }
  .pointBox--shokuhin_seizou .pointCursor--02 {
    top: 10.2%;
    left: 19%;
  }
  .pointBox--shokuhin_seizou .pointCursor--03 {
    top: 32%;
    left: 7%;
  }
  .pointBox--shokuhin_seizou .pointCursor--04 {
    top: 27%;
    left: 55%;
  }
  .pointBox--shokuhin_seizou .pointCursor--05 {
    top: 45%;
    left: 62%;
  }
  .pointBox--shokuhin_seizou .pointCursor--06 {
    top: 69.7%;
    left: 23%;
  }
  .pointBox--shokuhin_seizou .pointCursor--07 {
    top: 76.4%;
    left: 14%;
  }
  .pointBox--shokuhin_seizou .pointCursor--08 {
    top: 84.6%;
    left: 18%;
  }

  .pointBox--seisaku_henshu_kosei .pointCursor--01 {
    top: 4.2%;
    right: 22%;
  }
  .pointBox--seisaku_henshu_kosei .pointCursor--02 {
    top: 7.8%;
    left: 18%;
  }
  .pointBox--seisaku_henshu_kosei .pointCursor--03 {
    top: 24%;
    left: 7%;
  }
  .pointBox--seisaku_henshu_kosei .pointCursor--04 {
    top: 20%;
    left: 55%;
  }
  .pointBox--seisaku_henshu_kosei .pointCursor--05 {
    top: 38.2%;
    left: 55%;
  }
  .pointBox--seisaku_henshu_kosei .pointCursor--06 {
    top: 73.3%;
    left: 25%;
  }
  .pointBox--seisaku_henshu_kosei .pointCursor--07 {
    top: 80.9%;
    left: 14%;
  }
  .pointBox--seisaku_henshu_kosei .pointCursor--08 {
    top: 88.4%;
    left: 18%;
  }

  .pointBox--seizo_kumitate_kakou .pointCursor--01 {
    top: 4.9%;
    right: 22%;
  }
  .pointBox--seizo_kumitate_kakou .pointCursor--02 {
    top: 9.3%;
    left: 18%;
  }
  .pointBox--seizo_kumitate_kakou .pointCursor--03 {
    top: 28%;
    left: 7%;
  }
  .pointBox--seizo_kumitate_kakou .pointCursor--04 {
    top: 24%;
    left: 55%;
  }
  .pointBox--seizo_kumitate_kakou .pointCursor--05 {
    top: 46%;
    left: 55%;
  }
  .pointBox--seizo_kumitate_kakou .pointCursor--06 {
    top: 73%;
    left: 23%;
  }
  .pointBox--seizo_kumitate_kakou .pointCursor--07 {
    top: 79.7%;
    left: 14%;
  }
  .pointBox--seizo_kumitate_kakou .pointCursor--08 {
    top: 87.7%;
    left: 18%;
  }

  .pointBox--somu .pointCursor--01 {
    top: 4.5%;
    right: 22%;
  }
  .pointBox--somu .pointCursor--02 {
    top: 8.4%;
    left: 18%;
  }
  .pointBox--somu .pointCursor--03 {
    top: 26%;
    left: 7%;
  }
  .pointBox--somu .pointCursor--04 {
    top: 22%;
    right: 15%;
  }
  .pointBox--somu .pointCursor--05 {
    top: 38.4%;
    left: 63%;
  }
  .pointBox--somu .pointCursor--06 {
    top: 70.5%;
    left: 23%;
  }
  .pointBox--somu .pointCursor--07 {
    top: 84.2%;
    left: 14.2%;
  }
  .pointBox--somu .pointCursor--08 {
    top: 91%;
    left: 18%;
  }


  .status {
    margin: 60px 0 0;
  }
  .status li {
    margin: 0 0 30px;
  }
  .status li a {
    background: #00adb2;
    border: 3px solid #02989c;
    border-radius: 6px;
    box-shadow: 4px 4px 4px #ccc;
    color: #FFF;
    display: block;
    font-size: 26px;
    font-weight: bold;
    line-height: 70px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .status li a:after {
    border-color: transparent transparent #FFF transparent;
    border-style: solid;
    border-width: 0 0 16px 16px;
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }




  /* ========================= */
  /* 【.linkList
  /*  採用担当にアンケート(PC)
  /* ========================= */

  .linkList {
    background: #FFF;
    padding: 70px 0 60px;
  }
  .linkList .title {
    color: #00adb2;
    font-size: 30px;
    margin: 0 0 30px;
    text-align: center;
  }
  .linkList .title .line {
    display: inline;
    background: linear-gradient(transparent 60%, #fff67f 0%);
    line-height: 1.2;
    padding: 0 10px;
  }
  .linkList ul {
    margin: 0 auto;
    max-width: 880px;
  }
  .linkList .accoBox {
    border: 3px solid #02989c;
    margin: 0 0 20px;
    box-shadow: 4px 4px 4px #DDD;
  }
  .linkList .accoBox:last-child {
    margin: 0;
  }
  .linkList .accoBox > a {
    background: #00adb2;
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 66px;
    height: 66px;
    position: relative;
  }
  .linkList .accoBox > a:after {
    background: url(/contents/syokumukeirekisyo/images/ico_acco_open_pc.png) no-repeat;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 16px;
    right: 30px;
  }
  .linkList .accoBox > a.open:after {
    background: url(/contents/syokumukeirekisyo/images/ico_acco_close_pc.png) no-repeat;
  }
  .linkList .accoBox .accoBox--item {
    border-top: 3px solid #02989c;
    width: 100%;
    display: none;
  }
  .linkList .accoBox.act .accoBox--item {
    display: block;
  }
  .linkList .accoBox--item li {
    border-bottom: 3px solid #02989c;
  }
  .linkList .accoBox--item li:last-child {
    border: none;
  }
  .linkList .accoBox--item li a {
    color: #00adb2;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 64px;
    height: 64px;
    position: relative;
  }
  .linkList .accoBox--item li a:after {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 3px #00adb2;
    border-right: solid 3px #00adb2;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    z-index: 1;
    right: 40px;
    transform: rotate(45deg);
  }

  /* ========================= */
  /* 【.typeCheck】
  /*  フォーマットのダウンロード(PC)
  /* ========================= */

  .typeCheck {
    background: #FFF;
    padding: 0 0 80px;
  }
  .typeCheck .title {
    color: #00adb2;
    font-size: 30px;
    margin: 0 0 30px;
    text-align: center;
  }
  .typeCheck .title .line {
    display: inline;
    background: linear-gradient(transparent 60%, #fff67f 0%);
    line-height: 1.2;
    padding: 0 10px;
  }
  .typeCheck ul {
    margin: 0 auto;
    max-width: 880px;
    text-align: center;
  }
  .typeCheck li {
    display: inline-block;
    width: 32%;
    margin: 0 2% 0 0;
  }
  .typeCheck li:nth-child(3) {
    margin: 0;
  }
  .typeCheck li:nth-child(4) {
    width: 100%;
    margin: 30px 0 0;
  }
  .typeCheck a {
    background: #00adb2;
    border: 3px solid #02989c;
    border-radius: 6px;
    box-shadow: 4px 4px 4px #ccc;
    color: #FFF;
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 60px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .typeCheck.temporaryemployee li {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
  .typeCheck li:nth-child(4) a {
    line-height: 70px;
    font-size: 26px;
  }
  .typeCheck.temporaryemployee li a {
    line-height: 70px;
    font-size: 26px;
  }
  .typeCheck a:after {
    border-color: transparent transparent #FFF transparent;
    border-style: solid;
    border-width: 0 0 16px 16px;
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .typeCheck p {
    max-width: 880px;
    margin: 0 auto 30px;
  }
}

.pattern-shokumu {
  background: #FFF;
}


@media screen and (max-width: 320px){
  .linkList .accoBox--item li a {
    color: #00adb2;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 46px;
    height: 46px;
    position: relative;
  }

  .linkList .accoBox > a {
    background: #00adb2;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;
    height: 46px;
    position: relative;
  }
}




