@charset "UTF-8";
/*******************************************************************/
/* PC */
/*******************************************************************/
@media print, screen and (min-width: 769px) {
  /*<start>==========================================================*/
  /*=================================================================*/
  /*	コンテンツサイズ */
  /*=================================================================*/
  article {
    padding: 0 0 229px;
  }
  /*=================================================================*/
  /*	メインビジュアル */
  /*=================================================================*/
  section.mainVisual {
    background-image: url(../images/top/main2.png), url(../images/top/main_bg.jpg);
    background-repeat: no-repeat,no-repeat;
    background-position: center bottom,center;
  }
  section.mainVisual .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1200px;
    margin: 0 auto;
    padding: 49px 0;
  }
  section.mainVisual .flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.mainVisual .visual {
    padding-top: 29px;
  }
  .mainCounter {
    background: #fff;
    position: relative;
    padding: 57px 80px 48px;
    border-radius: 50%;
    margin-bottom: -51px;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.2);
  }
  .mainCounter .head {
    color: #16bea8;
    font-size: 3.7rem;
    font-weight: 600;
    text-shadow: 2px 2px 0 #fff,-2px 2px 0 #fff,2px -2px 0 #fff,-2px -2px 0 #fff;
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    margin: auto;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 5px;
  }
  .mainCounter .counter {
    font-size: 4.2rem;
    color: #16bea8;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1em;
  }
  .mainCounter .counter .countup {
    font-size: 9.2rem;
    color: #ff7d26;
    font-weight: 600;
  }
  section.mainVisual .flexBox .illust {
    margin-left: -60px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 9px;
  }
  section.mainVisual .flexBox .illust img {
    width: 178px;
  }
  section.mainVisual .flexBox .illust .name {
    margin-left: 3px;
    font-size: 2.0rem;
    font-weight: 500;
  }
  section.mainVisual .flexBox .illust .name .mini {
    font-size: 0.8rem;
    line-height: 1.3em;
  }
  section.mainVisual .flexBox select {
    padding: 15px 30px 15px 20px;
    border-radius: 3px;
    background: #fff url(../images/sec/selectarrow.svg) no-repeat center right 10px;
    width: calc(100%/3 - 5px);
    color: #16bea8;
    border: 1px solid #16bea8;
    z-index: 1;
  }
  section.mainVisual .flexBox.freeSearch {
    margin-top: 20px;
  }
  section.mainVisual .flexBox.freeSearch input[type="text"] {
    padding: 15px 30px;
    border-radius: 3px;
    border: 1px solid #16bea8;
    background: #fff;
    width: calc(75% - 5px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  section.mainVisual .flexBox.freeSearch input[type="text"]::-webkit-input-placeholder {
    color: #ccc;
  }
  section.mainVisual .flexBox.freeSearch input[type="text"]:-ms-input-placeholder {
    color: #ccc;
  }
  section.mainVisual .flexBox.freeSearch input[type="text"]::-ms-input-placeholder {
    color: #ccc;
  }
  section.mainVisual .flexBox.freeSearch input[type="text"]::placeholder {
    color: #ccc;
  }
  section.mainVisual .flexBox.freeSearch input[type="submit"] {
    background: #16bea8 url(../images/top/search.svg) no-repeat center right 10px;
    color: #fff;
    padding: 15px 20px 11px 0;
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 0px 0px #0b8e7d;
            box-shadow: 0px 4px 0px 0px #0b8e7d;
    -webkit-transition: .15s;
    transition: .15s;
    width: calc(25% - 5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.8rem;
  }
  section.mainVisual .flexBox.freeSearch input[type="submit"]:hover {
    -webkit-box-shadow: 0px 1px 0px 0px #0b8e7d;
            box-shadow: 0px 1px 0px 0px #0b8e7d;
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0);
    -webkit-transition: .15s;
    transition: .15s;
  }
  /*=================================================================*/
  /*	新着情報エリア,お知らせエリア */
  /*=================================================================*/
  .newJobArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 50px;
  }
  .newJobArea:nth-child(2) {
    padding-top: 0;
  }
  .newJobArea h2 {
    position: relative;
    padding: 3px 0 3px 17px;
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .newJobArea h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    width: 5px;
    height: 100%;
    background: #16bea8;
  }
  .newJobArea .headFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .newJobArea .headFlex .btn {
    font-size: 1.4rem;
    padding: 5px 20px;
  }
  .newJobArea .headFlex.mt {
    margin-top: 40px;
  }
  .newJobArea a.btn {
    font-size: 1.4rem;
    background: #16bea8;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 0px 0px #0b8e7d;
            box-shadow: 0px 4px 0px 0px #0b8e7d;
    -webkit-transition: .15s;
    transition: .15s;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .newJobArea a.btn img {
    margin-right: 5px;
  }
  .newJobArea a.btn:hover {
    -webkit-box-shadow: 0px 1px 0px 0px #0b8e7d;
            box-shadow: 0px 1px 0px 0px #0b8e7d;
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0);
    -webkit-transition: .15s;
    transition: .15s;
  }
  .newJobArea a.btn.red {
    background: #ff7d26;
    color: #fff !important;
    -webkit-box-shadow: 0px 4px 0px 0px #bf530a;
            box-shadow: 0px 4px 0px 0px #bf530a;
  }
  .newJobArea a.btn.red:hover {
    -webkit-box-shadow: 0px 1px 0px 0px #bf530a;
            box-shadow: 0px 1px 0px 0px #bf530a;
  }
  .newJobArea .imgShadow {
    display: block;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s;
    transition: .2s;
  }
  .newJobArea .imgShadow:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
  .newJobArea .leftBox {
    width: 894px;
  }
  .newJobArea .rightBox {
    width: 269px;
  }
  .newJobArea .newsBox {
    width: 1200px;
  }
  .newJobArea .btnBox {
    background: #fff;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 40px;
  }
  .newJobArea .btnBox .btn {
    margin-bottom: 22px;
  }
  .newJobArea .btnBox .btn:last-child {
    margin-bottom: 0;
  }
  .newJobArea .btnBox .txtLink {
    color: #16bea8;
    font-size: 1.4rem;
    text-decoration: underline;
  }
  .newJobArea .btnBox .txtLink img {
    margin-right: 5px;
  }
  .newJobArea .btnBox .txtLink:hover {
    text-decoration: none;
  }
  .newJobArea .cardList .nextArrow {
    position: absolute;
    right: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 19px;
    height: 30px;
    -webkit-filter: drop-shadow(0 4px 1px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 4px 1px rgba(0, 0, 0, 0.1));
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 1;
  }
  .newJobArea .cardList .nextArrow:hover {
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0);
    -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.1));
  }
  .newJobArea .cardList .prevArrow {
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 19px;
    height: 30px;
    -webkit-filter: drop-shadow(0 4px 1px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 4px 1px rgba(0, 0, 0, 0.1));
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 1;
  }
  .newJobArea .cardList .prevArrow:hover {
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0);
    -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.1));
  }
  .newJobArea .cardList .slick-track {
    padding-bottom: 7px;
  }
  .newJobArea .cardList .cardEl {
    width: 202px;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: .2s;
    transition: .2s;
    margin: 0 10px;
  }
  .newJobArea .cardList .cardEl a {
    display: block;
  }
  .newJobArea .cardList .cardEl a dl dt {
    height: 143px;
    background: #ccc url(../images/sec/logo_white.svg) no-repeat center;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  .newJobArea .cardList .cardEl a dl dt img.jobImg {
    width: 110% !important;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
  }
  .newJobArea .cardList .cardEl a dl dd {
    padding: 16px 11px;
  }
  .newJobArea .cardList .cardEl a dl dd .mini {
    font-size: 1.3rem;
    color: #aaa;
  }
  .newJobArea .cardList .cardEl a dl dd h3 {
    font-size: 1.6rem;
    color: #16bea8;
    font-weight: 500;
  }
  .newJobArea .cardList .cardEl a dl dd .about {
    font-size: 1.4rem;
  }
  .newJobArea .cardList .cardEl .favorite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 5px 11px;
    position: relative;
  }
  .newJobArea .cardList .cardEl .favorite a {
    display: block;
  }
  .newJobArea .cardList .cardEl .favorite svg {
    cursor: pointer;
    position: relative;
  }
  .newJobArea .cardList .cardEl .favorite svg path.heart {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  .newJobArea .cardList .cardEl .favorite svg + .add, .newJobArea .cardList .cardEl .favorite svg + span .add, .newJobArea .cardList .cardEl .favorite svg + span[id*="favorite_name_new"], .newJobArea .cardList .cardEl .favorite svg + span {
    display: none;
  }
  .newJobArea .cardList .cardEl .favorite svg + .add + .list, .newJobArea .cardList .cardEl .favorite svg + span .list {
    display: none;
  }
  .newJobArea .cardList .cardEl .favorite svg:hover + .add, .newJobArea .cardList .cardEl .favorite svg:hover + span .add, .newJobArea .cardList .cardEl .favorite svg:hover + span[id*="favorite_name_new"] {
    display: block;
    position: absolute;
    top: -18px;
    right: 15px;
    background: #61899a;
    font-size: 1.0rem;
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;
    line-height: 1.0em;
    -webkit-transition: .2s;
    transition: .2s;
    white-space: nowrap;
    z-index: 100;
  }
  .newJobArea .cardList .cardEl .favorite svg.check path.noHeart {
    -webkit-animation: checkAnime01 300ms forwards;
            animation: checkAnime01 300ms forwards;
    opacity: 0;
  }
  @-webkit-keyframes checkAnime01 {
    0% {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(1);
              transform: scale(1);
      background: none !important;
    }
    50% {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(0);
              transform: scale(0);
      background: none !important;
    }
    100% {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(0);
              transform: scale(0);
      background: none !important;
    }
  }
  @keyframes checkAnime01 {
    0% {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(1);
              transform: scale(1);
      background: none !important;
    }
    50% {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(0);
              transform: scale(0);
      background: none !important;
    }
    100% {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(0);
              transform: scale(0);
      background: none !important;
    }
  }
  .newJobArea .cardList .cardEl .favorite svg.check path.heart {
    -webkit-animation: checkAnime02 300ms forwards;
            animation: checkAnime02 300ms forwards;
    opacity: 1;
  }
  @-webkit-keyframes checkAnime02 {
    0% {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(0);
              transform: scale(0);
      background: none !important;
    }
    50% {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(0);
              transform: scale(0);
      background: none !important;
    }
    100% {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(1);
              transform: scale(1);
      background: none !important;
    }
  }
  @keyframes checkAnime02 {
    0% {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(0);
              transform: scale(0);
      background: none !important;
    }
    50% {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(0);
              transform: scale(0);
      background: none !important;
    }
    100% {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(1);
              transform: scale(1);
      background: none !important;
    }
  }
  .newJobArea .cardList .cardEl .favorite svg.check:hover + .add + .list, .newJobArea .cardList .cardEl .favorite svg.check:hover + span .list {
    display: block;
    position: absolute;
    top: -18px;
    right: 15px;
    background: #61899a;
    font-size: 1.0rem;
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;
    line-height: 1.0em;
    -webkit-transition: .2s;
    transition: .2s;
    white-space: nowrap;
    z-index: 100;
  }
  .newJobArea .cardList .cardEl:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
  .newJobArea .flexBanner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newJobArea .flexBanner a {
    display: block;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s;
    transition: .2s;
    margin-right: 15px;
  }
  .newJobArea .flexBanner a:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
  .newJobArea .menuBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1200px;
  }
  .newJobArea .menuBox a {
    display: block;
    background: #fff;
    padding: 15px;
    height: 101px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 5px solid #16bea8;
    font-size: 2.0rem;
    font-weight: 600;
    color: #676767;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s;
    transition: .2s;
    margin-bottom: 24px;
    width: 269px;
  }
  .newJobArea .menuBox a:last-child {
    margin-bottom: 0;
  }
  .newJobArea .menuBox a:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
  .newJobArea .menuBox a.menu01 {
    background: #fff url(../images/top/menu01.jpg) no-repeat right bottom;
  }
  .newJobArea .menuBox a.menu02 {
    background: #fff url(../images/top/menu02.jpg) no-repeat right bottom;
  }
  .newJobArea .menuBox a.menu03 {
    background: #fff url(../images/top/menu03.jpg) no-repeat right bottom;
  }
  .newJobArea .menuBox a.menu04 {
    background: #fff url(../images/top/menu04.jpg) no-repeat right bottom;
  }
  .appBox {
    position: relative;
  }
  .appBox a {
    position: absolute;
    display: block;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s;
    transition: .2s;
  }
  .appBox a:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translate3d(0, 2px, 0);
            transform: translate3d(0, 2px, 0);
  }
  .appBox .btn_app_ios {
    top: 112px;
    left: 12px;
  }
  .appBox .btn_app_and {
    top: 170px;
    left: 12px;
  }
  /*=================================================================*/
  /*	条件分けエリア */
  /*=================================================================*/
  .categoryArea {
    background: #fff;
  }
  .categoryArea .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 50px;
  }
  .categoryArea h2 {
    font-size: 1.8rem;
    background: #eee;
  }
  .categoryArea h2.mt {
    margin-top: 30px;
  }
  .categoryArea h2 img {
    margin-right: 5px;
  }
  .categoryArea .leftBox {
    width: 894px;
  }
  .categoryArea .rightBox {
    width: 269px;
  }
  .categoryArea .flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .categoryArea .flexBox a {
    background: #fff;
    display: block;
    width: calc(100%/2 - 5px);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: .2s;
    transition: .2s;
    margin-top: 20px;
  }
  .categoryArea .flexBox a:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
  .categoryArea .flexBox a dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .categoryArea .flexBox a dl dt img {
    width: 101px;
    height: auto;
  }
  .categoryArea .flexBox a dl dd {
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .categoryArea .flexBox a dl dd h3 {
    color: #16bea8;
    font-weight: 500;
    font-size: 2.0rem;
  }
  .categoryArea .flexBox a dl dd h3 + div {
    font-size: 1.4rem;
    color: #aaa;
    line-height: 1.4em;
  }
  .categoryArea .areaBox {
    border: 1px solid #ddd;
    padding: 30px;
    margin-top: 20px;
  }
  .categoryArea .areaBox dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .categoryArea .areaBox dl:last-child {
    margin-bottom: 0;
  }
  .categoryArea .areaBox dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
  }
  .categoryArea .areaBox dl dt img {
    margin-right: 5px;
  }
  .categoryArea .areaBox dl dd {
    padding-left: 20px;
  }
  .categoryArea .areaBox dl dd span {
    color: #16bea8;
  }
  .categoryArea .areaBox dl dd a {
    color: #16bea8;
    text-decoration: underline;
  }
  .categoryArea .areaBox dl dd a:hover {
    text-decoration: none;
  }
  .categoryArea .event {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  }
  .categoryArea .event dt {
    background: #16bea8;
    color: #fff;
    padding: 13px 0;
    text-align: center;
  }
  .categoryArea .event dd {
    border-bottom: 1px solid #d8d8d8;
  }
  .categoryArea .event dd:last-child {
    border-bottom: 0;
  }
  .categoryArea .event dd a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 28px 18px 10px;
    -webkit-transition: .2s;
    transition: .2s;
    background: url(../images/sec/sidemenuarrow.svg) no-repeat center right 15px;
    color: #16bea8;
    font-size: 1.4rem;
  }
  .categoryArea .event dd a:hover {
    background: #e8f6f4 url(../images/sec/sidemenuarrow.svg) no-repeat center right 5px;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .categoryArea .btnFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 10px 0 20px;
  }
  .categoryArea .btnFlex .btn {
    font-size: 1.4rem;
    background: #16bea8;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 0px 0px #0b8e7d;
            box-shadow: 0px 4px 0px 0px #0b8e7d;
    -webkit-transition: .15s;
    transition: .15s;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .categoryArea .btnFlex .btn:hover {
    -webkit-box-shadow: 0px 1px 0px 0px #0b8e7d;
            box-shadow: 0px 1px 0px 0px #0b8e7d;
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0);
    -webkit-transition: .15s;
    transition: .15s;
  }
  .categoryArea .imgShadow {
    display: block;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s;
    transition: .2s;
  }
  .categoryArea .imgShadow img {
    width: 269px;
    height: auto;
  }
  .categoryArea .imgShadow:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
  /*=================================================================*/
  /*	バナーエリア */
  /*=================================================================*/
  .bannerArea {
    background: #bfdeec;
  }
  .bannerArea .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 50px;
  }
  .bannerArea .flexBox01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bannerArea .flexBox01 a {
    display: block;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s;
    transition: .2s;
  }
  .bannerArea .flexBox01 a:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
  .bannerArea .flexBox02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 22px;
  }
  .bannerArea .flexBox02 a {
    display: block;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s;
    transition: .2s;
  }
  .bannerArea .flexBox02 a:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
  /*<end>============================================================*/
}

/*******************************************************************/
/* SP */
/*******************************************************************/
@media screen and (max-width: 768px) {
  /*<start>==========================================================*/
  /*=================================================================*/
  /*	コンテンツサイズ */
  /*=================================================================*/
  article {
    padding: 0 0 117px;
  }
  /*=================================================================*/
  /*	メインビジュアル */
  /*=================================================================*/
  section.mainVisual {
    background-repeat: no-repeat;
    background-position: center;
    padding: 150px 0 20px;
    background-image: url(../images/top/main_bg.jpg);
  }
  .mainSearch > .flexBox:first-child {
    height: 0;
  }
  .mainCounter {
    background: #fff;
    position: relative;
    padding: 49px 0 38px;
    border-radius: 50%;
    margin-bottom: -51px;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
    max-width: 330px;
    margin: 0 auto -51px;
  }
  .mainCounter .head {
    color: #16bea8;
    font-size: 2.5rem;
    font-weight: 600;
    text-shadow: 2px 2px 0 #fff,-2px 2px 0 #fff,2px -2px 0 #fff,-2px -2px 0 #fff;
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    margin: auto;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 5px;
  }
  .mainCounter .counter {
    text-align: center;
    font-size: 3.2rem;
    color: #16bea8;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1em;
  }
  .mainCounter .counter .countup {
    font-size: 7.2rem;
    color: #ff7d26;
    font-weight: 600;
  }
  section.mainVisual .flexBox .illust {
    position: relative;
    top: -222px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    padding-bottom: 9px;
  }
  section.mainVisual .flexBox .illust img {
    display: block;
    width: 178px;
    margin: 0 auto;
  }
  section.mainVisual .flexBox .illust .name {
    font-size: 2.0rem;
    font-weight: 500;
    position: absolute;
    top: 22px;
    right: 0px;
    left: 60%;
    margin: auto;
    width: 114px;
  }
  section.mainVisual .flexBox .illust .name .mini {
    font-size: 0.8rem;
    line-height: 1.3em;
  }
  .mainSearch .searchBox {
    margin-top: 157px;
    padding: 20px;
  }
  .mainSearch h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.3rem;
    font-weight: 700;
    margin: 0 0 30px 0;
  }
  .mainSearch h2 img {
    width: 22px;
  }
  .mainSearch h2 span {
    margin-left: 8px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffff66));
    background: linear-gradient(transparent 80%, #ffff66 80%);
  }
  section.mainVisual .flexBox select {
    padding: 15px 30px 15px 20px;
    border-radius: 3px;
    background: #fff url(../images/sec/selectarrow.svg) no-repeat center right 10px;
    width: 100%;
    color: #16bea8;
    border: 1px solid #16bea8;
    margin-bottom: 20px;
  }
  section.mainVisual .flexBox.freeSearch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.mainVisual .flexBox.freeSearch input[type="text"] {
    padding: 15px 30px;
    border-radius: 3px;
    border: 1px solid #16bea8;
    background: #fff;
    width: calc(75% - 5px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  section.mainVisual .flexBox.freeSearch input[type="text"]::-webkit-input-placeholder {
    color: #ccc;
  }
  section.mainVisual .flexBox.freeSearch input[type="text"]:-ms-input-placeholder {
    color: #ccc;
  }
  section.mainVisual .flexBox.freeSearch input[type="text"]::-ms-input-placeholder {
    color: #ccc;
  }
  section.mainVisual .flexBox.freeSearch input[type="text"]::placeholder {
    color: #ccc;
  }
  section.mainVisual .flexBox.freeSearch input[type="submit"] {
    background: #16bea8 url(../images/top/search.svg) no-repeat center;
    color: #fff;
    padding: 15px 20px 11px 0;
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 0px 0px #0b8e7d;
            box-shadow: 0px 4px 0px 0px #0b8e7d;
    -webkit-transition: .15s;
    transition: .15s;
    width: calc(25% - 5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.8rem;
    text-indent: -9999px;
  }
  section.mainVisual .flexBox.freeSearch input[type="submit"]:active {
    -webkit-box-shadow: 0px 1px 0px 0px #0b8e7d;
            box-shadow: 0px 1px 0px 0px #0b8e7d;
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0);
    -webkit-transition: .15s;
    transition: .15s;
  }
  /*=================================================================*/
  /*	新着情報エリア,お知らせエリア */
  /*=================================================================*/
  .newJobArea {
    padding: 40px 20px 50px;
  }
  .newJobArea:nth-child(2) {
    padding-top: 0;
  }
  .newJobArea h2 {
    position: relative;
    padding: 3px 0 3px 17px;
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .newJobArea h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    width: 5px;
    height: 100%;
    background: #16bea8;
  }
  .newJobArea .headFlex {
    margin-bottom: 20px;
  }
  .newJobArea .headFlex .btn {
    font-size: 1.4rem;
    padding: 5px 20px;
    display: inline-block;
  }
  .newJobArea .headFlex.mt {
    margin-top: 40px;
  }
  .newJobArea a.btn {
    font-size: 1.4rem;
    background: #16bea8;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 0px 0px #0b8e7d;
            box-shadow: 0px 4px 0px 0px #0b8e7d;
    -webkit-transition: .15s;
    transition: .15s;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .newJobArea a.btn img {
    margin-right: 5px;
    width: 19px;
  }
  .newJobArea a.btn:active {
    -webkit-box-shadow: 0px 1px 0px 0px #0b8e7d;
            box-shadow: 0px 1px 0px 0px #0b8e7d;
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0);
    -webkit-transition: .15s;
    transition: .15s;
  }
  .newJobArea a.btn.red {
    background: #ff7d26;
    color: #fff !important;
    -webkit-box-shadow: 0px 4px 0px 0px #bf530a;
            box-shadow: 0px 4px 0px 0px #bf530a;
  }
  .newJobArea a.btn.red:active {
    -webkit-box-shadow: 0px 1px 0px 0px #bf530a;
            box-shadow: 0px 1px 0px 0px #bf530a;
  }
  .newJobArea .imgShadow {
    display: block;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s;
    transition: .2s;
  }
  .newJobArea .imgShadow:active {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
  .newJobArea .btnBox {
    background: #fff;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .newJobArea .btnBox .btn {
    margin-bottom: 22px;
  }
  .newJobArea .btnBox .btn:last-child {
    margin-bottom: 0;
  }
  .newJobArea .btnBox .txtLink {
    color: #16bea8;
    font-size: 1.4rem;
    text-decoration: underline;
  }
  .newJobArea .btnBox .txtLink img {
    width: 19px;
    margin-right: 5px;
  }
  .newJobArea .btnBox .txtLink:active {
    text-decoration: none;
  }
  .newJobArea .cardListScroll {
    width: 100%;
    overflow-x: scroll;
  }
  .newJobArea .scrollGide {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newJobArea .scrollGide svg {
    width: 34px;
    height: auto;
  }
  .newJobArea .scrollGide span {
    margin-left: 8px;
    color: #16bea8;
    font-weight: 500;
  }
  .newJobArea .cardList {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .newJobArea .cardList .cardEl {
    width: 202px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: .2s;
    transition: .2s;
    margin: 0 10px;
  }
  .newJobArea .cardList .cardEl:first-child {
    margin-left: 0;
  }
  .newJobArea .cardList .cardEl a {
    display: block;
  }
  .newJobArea .cardList .cardEl a dl dt {
    height: 143px;
    background: #ccc url(../images/sec/logo_white.svg) no-repeat center;
    overflow: hidden;
    position: relative;
  }
  .newJobArea .cardList .cardEl a dl dt img.jobImg {
    width: 110% !important;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .newJobArea .cardList .cardEl a dl dd {
    padding: 16px 11px;
  }
  .newJobArea .cardList .cardEl a dl dd h3 {
    font-size: 1.6rem;
    color: #16bea8;
    font-weight: 500;
  }
  .newJobArea .cardList .cardEl a dl dd .about {
    font-size: 1.4rem;
  }
  .newJobArea .cardList .cardEl .favorite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 5px 11px;
    position: relative;
  }
  .newJobArea .cardList .cardEl .favorite a {
    display: block;
  }
  .newJobArea .cardList .cardEl .favorite svg {
    cursor: pointer;
    position: relative;
  }
  .newJobArea .cardList .cardEl .favorite svg path.heart {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  .newJobArea .cardList .cardEl .favorite svg + .add, .newJobArea .cardList .cardEl .favorite svg + span[id*="favorite_name_new"], .newJobArea .cardList .cardEl .favorite svg + span {
    display: none;
  }
  .newJobArea .cardList .cardEl .favorite svg + .add + .list {
    display: none;
  }
  .newJobArea .cardList .cardEl .favorite svg:active + .add, .newJobArea .cardList .cardEl .favorite svg:active + span[id*="favorite_name_new"] {
    display: block;
    position: absolute;
    top: -18px;
    right: 15px;
    background: #61899a;
    font-size: 1.0rem;
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;
    line-height: 1.0em;
    -webkit-transition: .2s;
    transition: .2s;
    white-space: nowrap;
    z-index: 100;
  }
  @-webkit-keyframes checkAnime01 {
    0% {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(1);
              transform: scale(1);
      background: none !important;
    }
    50% {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(0);
              transform: scale(0);
      background: none !important;
    }
    100% {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(0);
              transform: scale(0);
      background: none !important;
    }
  }
  @keyframes checkAnime01 {
    0% {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(1);
              transform: scale(1);
      background: none !important;
    }
    50% {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(0);
              transform: scale(0);
      background: none !important;
    }
    100% {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(0);
              transform: scale(0);
      background: none !important;
    }
  }
  .newJobArea .cardList .cardEl .favorite svg.check path.heart {
    -webkit-animation: checkAnime02 300ms forwards;
            animation: checkAnime02 300ms forwards;
    opacity: 1;
  }
  @-webkit-keyframes checkAnime02 {
    0% {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(0);
              transform: scale(0);
      background: none !important;
    }
    50% {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(0);
              transform: scale(0);
      background: none !important;
    }
    100% {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(1);
              transform: scale(1);
      background: none !important;
    }
  }
  @keyframes checkAnime02 {
    0% {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(0);
              transform: scale(0);
      background: none !important;
    }
    50% {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(0);
              transform: scale(0);
      background: none !important;
    }
    100% {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(1);
              transform: scale(1);
      background: none !important;
    }
  }
  .newJobArea .cardList .cardEl .favorite svg.check:active + .add + .list {
    display: block;
    position: absolute;
    top: -18px;
    right: 15px;
    background: #61899a;
    font-size: 1.0rem;
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;
    line-height: 1.0em;
    -webkit-transition: .2s;
    transition: .2s;
    white-space: nowrap;
    z-index: 100;
  }
  .newJobArea .cardList .cardEl:active {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
  .newJobArea .flexBanner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newJobArea .flexBanner a {
    display: block;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s;
    transition: .2s;
    margin-bottom: 20px;
  }
  .newJobArea .flexBanner a:active {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
  .newJobArea .menuBox a {
    display: block;
    background: #fff;
    padding: 15px;
    height: 101px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 5px solid #16bea8;
    font-size: 2.0rem;
    font-weight: 600;
    color: #676767;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s;
    transition: .2s;
    margin-bottom: 24px;
  }
  .newJobArea .menuBox a:last-child {
    margin-bottom: 0;
  }
  .newJobArea .menuBox a:active {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
  .newJobArea .menuBox a.menu01 {
    background: #fff url(../images/top/menu01.jpg) no-repeat right bottom;
  }
  .newJobArea .menuBox a.menu02 {
    background: #fff url(../images/top/menu02.jpg) no-repeat right bottom;
  }
  .newJobArea .menuBox a.menu03 {
    background: #fff url(../images/top/menu03.jpg) no-repeat right bottom;
  }
  .newJobArea .menuBox a.menu04 {
    background: #fff url(../images/top/menu04.jpg) no-repeat right bottom;
  }
  .appBox {
    position: relative;
    width: 270px;
    margin: 0 auto;
  }
  .appBox img {
    width: 270px;
    height: auto;
  }
  .appBox a {
    position: absolute;
    display: block;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  }
  .appBox a img {
    width: 110px;
    height: auto;
  }
  .appBox .btn_app_ios {
    top: 112px;
    left: 12px;
  }
  .appBox .btn_app_and {
    top: 170px;
    left: 12px;
  }
  /*=================================================================*/
  /*	条件分けエリア */
  /*=================================================================*/
  .categoryArea {
    background: #fff;
  }
  .categoryArea .inner {
    padding: 40px 20px 50px;
  }
  .categoryArea h2 {
    font-size: 1.8rem;
    background: #eee;
  }
  .categoryArea h2.mt {
    margin-top: 40px;
  }
  .categoryArea h2 img {
    width: 19px;
    margin-right: 5px;
  }
  .categoryArea .flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .categoryArea .flexBox a {
    background: #fff;
    display: block;
    width: calc(100%/2 - 20px);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: .2s;
    transition: .2s;
    margin-top: 20px;
  }
  .categoryArea .flexBox a:active {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
  .categoryArea .flexBox a dl dd {
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .categoryArea .flexBox a dl dd h3 {
    color: #16bea8;
    font-weight: 500;
    font-size: 1.8rem;
  }
  .categoryArea .flexBox a dl dd h3 + div {
    display: none;
  }
  .categoryArea .areaBox {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 20px 0 40px;
  }
  .categoryArea .areaBox dl {
    margin-bottom: 20px;
  }
  .categoryArea .areaBox dl:last-child {
    margin-bottom: 0;
  }
  .categoryArea .areaBox dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .categoryArea .areaBox dl dt img {
    width: 19px;
    margin-right: 5px;
  }
  .categoryArea .areaBox dl dd span {
    color: #16bea8;
  }
  .categoryArea .areaBox dl dd a {
    color: #16bea8;
    text-decoration: underline;
  }
  .categoryArea .areaBox dl dd a:active {
    text-decoration: none;
  }
  .categoryArea .event {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  }
  .categoryArea .event dt {
    background: #16bea8;
    color: #fff;
    padding: 13px 0;
    text-align: center;
  }
  .categoryArea .event dd {
    border-bottom: 1px solid #d8d8d8;
  }
  .categoryArea .event dd:last-child {
    border-bottom: 0;
  }
  .categoryArea .event dd a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 28px 18px 10px;
    -webkit-transition: .2s;
    transition: .2s;
    background: url(../images/sec/sidemenuarrow.svg) no-repeat center right 15px;
    color: #16bea8;
    font-size: 1.4rem;
  }
  .categoryArea .event dd a:active {
    background: #e8f6f4 url(../images/sec/sidemenuarrow.svg) no-repeat center right 5px;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .categoryArea .btnFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 15px 0 40px;
  }
  .categoryArea .btnFlex .btn {
    font-size: 1.4rem;
    background: #16bea8;
    color: #fff;
    padding: 5px 20px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 0px 0px #0b8e7d;
            box-shadow: 0px 4px 0px 0px #0b8e7d;
    -webkit-transition: .15s;
    transition: .15s;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .categoryArea .btnFlex .btn:active {
    -webkit-box-shadow: 0px 1px 0px 0px #0b8e7d;
            box-shadow: 0px 1px 0px 0px #0b8e7d;
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0);
    -webkit-transition: .15s;
    transition: .15s;
  }
  .categoryArea .imgShadow {
    display: block;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s;
    transition: .2s;
  }
  .categoryArea .imgShadow:active {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
  /*=================================================================*/
  /*	バナーエリア */
  /*=================================================================*/
  .bannerArea {
    background: #bfdeec;
  }
  .bannerArea .inner {
    padding: 40px 20px 50px;
  }
  .bannerArea .flexBox01 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bannerArea .flexBox01 a {
    display: block;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s;
    transition: .2s;
    margin-bottom: 20px;
  }
  .bannerArea .flexBox01 a:active {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
  .bannerArea .flexBox01 a:last-child {
    margin-bottom: 0;
  }
  .bannerArea .flexBox02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 22px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bannerArea .flexBox02 a {
    display: block;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s;
    transition: .2s;
    width: calc(100%/2 - 10px);
    margin-bottom: 20px;
  }
  .bannerArea .flexBox02 a:active {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
  .bannerArea .flexBox02 a:nth-child(n+3) {
    margin-bottom: 0;
  }
  /*=================================================================*/
  /*	スワイプして見てください。 */
  /*=================================================================*/
  .scrollGide {
    margin-bottom: 0;
  }
  /*<end>============================================================*/
}
/*# sourceMappingURL=top.css.map */