@charset "utf-8";
/* CSS Document */

/*==================================================================
.news
==================================================================*/

.news {
    border: 3px solid #c5dae4;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 60px auto;
    overflow: hidden;
}

.news_title {
    background: #007fc3;
    color: #fff;
    font-size: 20px;
    border-radius: 5px 0 0 5px;
    padding: 0.5em 3em
}

.news_link {
    color: #007fc3;
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
    padding: 0 1em
}

/* =====================
  mv
===================== */
#mainimage {
    background: url(../img/mv-bg.png) no-repeat center bottom /cover;
    height: 400px;
    margin-bottom: -60px;
    z-index: -1;
    position: relative;

}

.mainimage-inner {
    max-width: 1041px;
    margin: 0 auto;
}

/* =====================
  header
===================== */

/* header-1 
------------------------*/
#header-1 {
    -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.3);
}


#search-wrap::after {
    display: none;

}


/*  tabs
------------------------*/

.tabs li {
    margin-right: 10px;
}

/*  area-nav
------------------------*/

#area-nav li {
    background: url(../img/nav_off.png) no-repeat center bottom;
    background-size: 100%;
    box-sizing: border-box;
    width: 64px;
    height: 28px;
    line-height: 35px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    text-indent: 1px;
    margin-right: 5px;
    transition: .3s;
}

#area-nav li.current_page,
#area-nav li:hover {
    color: #2082d7;
    background: url(../img/nav_on.png) no-repeat center bottom;
    background-size: 100%;
}

#area-nav li a {
    color: #fff;
    display: block;
    transition: .3s;
}

#area-nav li:hover a {
    color: #2082d7;
    opacity: 1;
}

.h_banner {
    width: 228px;
    padding: 5px;
}


/* =====================
  main_visual
===================== */
#main_visual {
    padding: 65px 0 60px 0;
}

#main_visual .inner {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/* =====================
  main_pickup
===================== */

.main_pickup {
    padding-bottom: 50px;
    background: #e8f2fb url(../img/main_pickup-bg.png) no-repeat bottom center /cover;
}

.main_pickup .swiper {
    padding-bottom: 40px;
}

.main_pickup .swiper-pagination {
    bottom: 0;
}


/* =====================
  main_item
===================== */

.main_item {
    padding: 50px 0;
    width: 100%;
    background: #fff;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.main_item .slick-track {
    padding-bottom: 30px;
}

.new_list {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 10px;
    opacity: 0 !important;
    transition: opacity .3s linear;
}


.new_list.slick-initialized {
    opacity: 1 !important;
}

.new_item {
    background: #fff;
    box-sizing: border-box;
    margin: 0 10px;
}

.new_item a {
    display: block;
    border: 1px solid #c5dae4;
    box-shadow: 0px 5px 0px 0px #c5dae4;
    border-radius: 4px;
}

.new_item a:hover {
    opacity: 1;
}

.new_item .thumb {
    aspect-ratio: 1/0.6;
}

.new_excerpt {
    padding: 10px;
    margin: 10px 0;
    line-height: 1.4;
}

.new_excerpt li {
    position: relative;
    min-height: 45px;
    border-bottom: 1px dotted #b4b4b4;
    padding: 5px 0 5px 40px;
}

.new_excerpt li::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    background: #007fc3;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 0;
}

.new_excerpt .type::before {
    content: '職';
}

.new_excerpt .salary::before {
    content: '給';
}

.new_excerpt .access::before {
    content: '工';
}

.new_excerpt li:last-child {
    border: none;
}

/*  area_list
------------------------*/
.area_list_wrap {
    background: #fff;
    padding: 10px;
    margin-bottom: 40px;
    box-shadow: 0px 5px 0px 0px #c5dae4;
}


.area_list_once .area_title {
    background: #007fc3;
    color: #fff;
    padding: 0.8em;
    font-weight: 600;
    margin-bottom: 1em;
}

.area_list {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    margin: 2em 1.5em;


}

.area_list li a::before {
    content: '\e920';
    font-family: 'icomoon';
    color: #007fc3;
    display: inline-block;
    padding-right: 10px;
    font-size: 11px;
}

/*  main_search
------------------------*/

#main_search {
    margin-top: auto;
    width: 100%;
}

input[type="text"] {
    padding: 10px 15px;
    width: 425px;
    height: 45px;
    background: #fff;
    box-sizing: border-box;
}

.feas-searchform-1 input[type="text"] {
    color: #b9d8e9;
    font-weight: bold;
}

/* =====================
  icon
===================== */

.icon_searchjob::before {
    content: '\e924';
}

.icon_useful::before {
    content: '\e923';
}

.icon_published::before {
    content: '\e921';
}

.icon_howtoarea::before {
    content: '\e922';
}

/* =====================
  searchjob
===================== */

#area {
    padding: 20px 0 0 0;
}

/* =====================
  cat
===================== */

#cat {}

.cat_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.cat_list li {
    background: #fff;
    box-shadow: 0px 5px 0px 0px #c5dae4;
    font-size: 11px;
    border-radius: 4px;
    line-height: 1.3;
    margin: 0;
}

.cat_list li a {
    display: block;
    min-height: 154px;
    padding: 30px 15px;
    box-sizing: border-box;
}

.cat_list li strong {
    font-size: 14px;
    color: #007fc3;
    text-align: center;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    min-height: 32px;
    position: relative;
    /*background: url(../img/bg_cat.svg) no-repeat top center;
    background-size: 40px;*/
    padding-top: 60px;
}

.cat_list li strong::before {
    font-size: 38px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'icomoon';
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 1;
    z-index: 3;
}

.cat_list li strong::after {
    position: absolute;
    content: "";
    display: block;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: #32bed2;
    z-index: 1;
}

.cat_list .icon_restaurant::before {
    font-size: 52px;
    line-height: 40px;
}

.cat_list .icon_este::before {
    font-size: 45px;
    line-height: 40px;
}

.cat_list li.empty {
    width: 160px;
    background: none;
    box-shadow: none;
}

/* =====================
  station
===================== */

#station {
    margin: 40px 0;
}

#station-inner {
    background: #fff url(../img/bg_station.png) no-repeat bottom center /contain;
    padding-bottom: 120px;
    margin: 20px 0;
    box-shadow: 0px 5px 0px 0px #c5dae4;
    border-radius: 4px;
}

#station .layout {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 20px 20px 20px;
}

#station .txt {
    width: 80%;
    text-align: center;
}

#station .btn {
    width: 310px;
    height: 50px;
    line-height: 1.4;
}

#station .btn a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#station .btn a::before {
    content: '\e90c';
    font-family: 'icomoon';
    font-size: 32px;
    font-weight: normal;
}

/* =====================
  jobstyle
===================== */

#jobstyle {
    margin: 40px 0;
}

#jobstyle .txt {
    margin-bottom: 25px;
}

#jobstyle-inner {
    margin: 20px 0 40px 0;
    background: #fff;
    box-shadow: 0px 5px 0px 0px #c5dae4;
    border-radius: 4px;
    padding: 30px;
}

.tags {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.tag_item {
    background: #d3e3eb;
    border-radius: 4px;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
}

.tag_item::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #2082d7;
    box-sizing: border-box;
    position: absolute;
    top: -5px;
    left: -10px;
    font-family: 'icomoon';
    font-size: 23px;
}

.tag_item.salary {
    width: 340px;
}

.tag_item.commit {
    width: 465px;
}

.tag_item.salary::before {
    content: '\e90b';
    color: #ffce00;
}

.tag_item.commit::before {
    content: '\e90a';
    color: #f2a0b9;
}

.tag_list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tag_item .sub_title {
    margin-bottom: 15px;
}

.tag_list li {
    background: #fff;
    box-shadow: 0px 5px 0px 0px #c5dae4;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 10px 0;
}

.tag_list li a {
    color: #2082d7;
    display: block;
    padding: 0 10px;
}


/* =====================
  useful
===================== */

.useful_list {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 5px;
}

.useful_item {
    width: 218px;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}

.useful_item a {
    display: block;
    padding: 10px 10px 25px 10px;
}

.useful_item .thumb {
    height: 115px;
    background-color: #e5e5e5;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.useful_title {
    font-size: 15px;
    color: #2082d7;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

.useful_item .excerpt {
    font-size: 13px;
    padding: 0 10px;
    line-height: 1.6;
}

.comingsoon {
    padding: 10px;
}

.comingsoon .excerpt {
    font-size: 15px;
    color: #c1c1c1;
    text-align: center;
    padding: 25px 0;
}

/* =====================
  published
===================== */

#published .layout {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

#published .txt {
    width: 450px;
}

#published .published_item {
    width: 340px;
}

#published .btn {
    box-sizing: border-box;
    height: 55px;
    line-height: 55px;
    width: 100%;
}

#published .banner {
    margin-bottom: 75px;
}

/* =====================
  howtoarea
===================== */

#howtoarea {
    background: #fff url(../img/howtoarea-bg.png) no-repeat bottom center /cover;

}

#howtoarea .howtoarea_ttl {
    color: #ffe000;
    text-align: center;
    margin-bottom: 1em;
    font-size: 20px;
    font-weight: 600;

}

#howtoarea .sub_title {
    color: #fff;
}

#howtoarea .txt {
    margin-bottom: 40px;
}

#howtoarea .howtoarea-inner {
    padding: 60px 30px 40px 30px;
    margin: 0 auto;
    max-width: 900px;
    color: #fff;
}

/* =====================
  XO Slider
===================== */
.xo-slider {
    min-height: 200px;
    position: relative;
}

.swiper-container {
    display: none;
}

#loading-bar {
    position: absolute;
    /* 親要素を基準に配置 */
    top: 50%;
    /* 上下中央に配置 */
    left: 50%;
    /* 左右中央に配置 */
    width: 100%;
    /* バーの幅 */
    height: 4px;
    /* バーの高さ */
    background-color: #3498db;
    /* バーの色 */
    z-index: 9999;
    /* 最前面に表示 */
    transform: translate(-50%, -50%);
    /* 中央揃え */
    animation: loading 2s linear infinite;
    /* アニメーション */
    display: none;
    /* 初期状態は非表示 */
}

@keyframes loading {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}