@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200..900&display=swap');

/* =====================
  fonts
===================== */

/*  Yu Gothic
------------------------*/
/*
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}
*/
/* =====================
  base
===================== */

body {
    /*font-family: "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    */
    font-family: 'Noto Sans JP', sans-serif;
    background: #e8f2fb;
    line-height: 1.8;
    color: #222;
    font-size: 14px;
    min-width: 1200px;
    -webkit-print-color-adjust: exact;
}

/* @media print {
    body {
        font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
    }

    div.grecaptcha-badge {
        visibility: hidden;
    }

    #side {
        visibility: hidden;
    }

    .line-entry-btn {
        visibility: hidden;
    }

    header#header-2,
    div#pnkz,
    div#container {
        page-break-after: avoid;
        page-break-inside: avoid;
    }
} */

@media all and (-ms-high-contrast:none) {
    body {
        font-family: 'メイリオ', Meiryo, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'Hiragino Sans', 'ヒラギノ角ゴシック', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
}

.pc_none {
    display: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

a {
    text-decoration: none;
    color: #222;
    transition: .3s;
}

img {
    width: 100%;
    height: auto;
    display: block;
    transition: .3s;
}

a:hover,
img.over {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}

h1,
h2,
h3 {
    font-weight: normal;
}

svg {
    display: block;
}

.flex {
    display: -webkit-flex;
    display: flex;
}

a[href^="tel:"] {
    pointer-events: none;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.fw-bold {
    font-weight: bold !important;
}

.fw-normal {
    font-weight: normal !important;
}

.width-100,
.w100 {
    width: 100% !important;
}

.width-98,
.w98 {
    width: 98% !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.mr70 {
    margin-right: 70px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml60 {
    margin-left: 60px !important;
}

.ml70 {
    margin-left: 70px !important;
}

.dp-none {
    display: none !important;
}

.dp-block {
    display: block !important;
}

.dp-inline {
    display: inline !important;
}

.dp-inblock {
    display: inline-block !important;
}

/* =====================
  icomoon
===================== */

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon/icomoon.eot?dkh5wm');
    src: url('../fonts/icomoon/icomoon.eot?dkh5wm#iefix') format('embedded-opentype'),
        url('../fonts/icomoon/icomoon.ttf?dkh5wm') format('truetype'),
        url('../fonts/icomoon/icomoon.woff?dkh5wm') format('woff'),
        url('../fonts/icomoon/icomoon.svg?dkh5wm#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-star:before {
    content: "\e900";
}

.icon-mail:before {
    content: "\e901";
}

.icon-business:before {
    content: "\e902";
}

.icon-deskwork:before {
    content: "\e903";
}

.icon-restaurant:before {
    content: "\e904";
}

.icon-este:before {
    content: "\e905";
}

.icon-relaxation:before {
    content: "\e906";
}

.icon-manicureeyerist:before {
    content: "\e907";
}

.icon-salons:before {
    content: "\e908";
}

.icon-medical:before {
    content: "\e909";
}

.icon-dental:before {
    content: "\e910";
}

.icon-osteopath:before {
    content: "\e911";
}

.icon-transport:before {
    content: "\e912";
}

.icon-building:before {
    content: "\e913";
}

.icon-factory:before {
    content: "\e914";
}

.icon-dispatch:before {
    content: "\e915";
}

.icon-reseputanto:before {
    content: "\e916";
}

.icon-amusement:before {
    content: "\e917";
}

.icon-service:before {
    content: "\e918";
}

.icon-creative:before {
    content: "\e919";
}

.icon-station:before {
    content: "\e90c";
}

.icon-commit:before {
    content: "\e90a";
}

.icon-salary:before {
    content: "\e90b";
}

.icon-arrow_circle:before {
    content: "\e91b";
}

.icon-arrow:before {
    content: "\e91c";
}

.icon-check:before {
    content: "\e91d";
}

.icon-profile:before {
    content: "\e91e";
}

.icon-tel:before {
    content: "\e91f";
}

.icon-arrow_cip:before {
    content: "\e920";
}

.icon-published:before {
    content: "\e921";
}

.icon-howtoarea:before {
    content: "\e922";
}

.icon-useful:before {
    content: "\e923";
}

.icon-searchjob:before {
    content: "\e924";
}

.icon-balloon:before {
    content: "\e925";
}

.icon-beginner:before {
    content: "\e926";
}

.icon-crown:before,
.icon-1:before {
    content: "\e928";
}

.icon-silver:before,
.icon-2:before {
    content: "\e927";
}

.icon-bronze:before,
.icon-3:before {
    content: "\e929";
}


/* =====================
  border
===================== */

.bg_border {
    background: repeating-linear-gradient(-45deg, #439fd1 0, #439fd1 3px, #6fb5dc 3px, #6fb5dc 6px);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    margin-top: 20px;
}

.frame_border {
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    width: calc(100% - 10px);
    margin: 5px;
    padding: 45px 35px;
}

.frame_border::before {
    content: '';
    background: repeating-linear-gradient(-45deg, #439fd1 0, #439fd1 3px, #6fb5dc 3px, #6fb5dc 6px);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    display: block;
    border-radius: 4px;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: -1;
}

/* =====================
  title
===================== */

.title_balloon {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    letter-spacing: 0.5px;
    text-indent: 0.5px;
    background: #131313;
    display: inline-block;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    position: absolute;
    top: -32px;
    left: -8px;
    z-index: 3;
}

.title_balloon::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 8px solid #131313;
}

.title {
    /*background: #ffe000;*/
    background: #fff;
    color: #2082d7;
    font-size: 20px;
    border: 2px solid #2082d7;
    border-radius: 4px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 9px 10px 9px 40px;
    width: 880px;
    margin-left: auto;
    line-height: 1.6;
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 20px;
}

.title::before {
    content: '';
    width: 55px;
    height: 55px;
    background: #2082d7;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -2px;
    left: -30px;
    text-indent: 2px;
}

.title_ribbon {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 8px 10px 8px 30px;
    width: 99%;
    background: #2082d7;
    line-height: 1.6;
    position: absolute;
    top: -25px;
    left: -10px;
    border-radius: 4px 0 0 0;
}

.title_ribbon::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 10px #007fc3;
}

.title_ribbon::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -20px;
    width: 20px;
    height: 100%;
    display: block;
    background: linear-gradient(55deg, #2082d7 15px, transparent 0) 0 15px, linear-gradient(125deg, #2082d7 15px, transparent 0) 0 15px;
    background-size: 45px 45px;
    background-position: left top;
    background-repeat: repeat-y;
}

.title_ribbon span {
    display: block;
}

.title_ribbon .en {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}

.sub_title {
    font-size: 18px;
    color: #007fc3;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}

.mini_title {
    font-size: 13px;
    font-weight: bold;
    background: #fff;
    color: #2082d7;
    border-radius: 50px;
    padding: 0 15px;
    display: inline-block;
    line-height: 28px;
    margin-bottom: 5px;
}

.bar_title {
    font-size: 17px;
    font-weight: bold;
    background: #e7f1f6;
    color: #2082d7;
    border-radius: 50px;
    padding: 8px 0 6px;
    display: inline-block;
    line-height: 28px;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}

.bar_title.yl {
    background: #ffe23b;
}

.title_description {
    font-size: 0.7em;
    float: right;
    line-height: 40px;
}

/* =====================
  thumb
===================== */

.thumb {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%;
}

/* =====================
  home-main-ttl
===================== */
.home-main-ttl {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1em;
    letter-spacing: 0.02em;
    color: #111;
}

/* =====================
  btn
===================== */

.btn {
    width: 135px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 4px;
    background: #ffe000;
    color: #2082d7;
    text-align: center;
    box-shadow: 0px 5px 0px 0px #dcc208;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
    text-indent: 2px;
    transition: .1s;
}

.btn.default {
    width: auto;
    padding: 0 15px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn.default.hauto {
    height: auto !important;
}

.btn.inline {
    display: inline-block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    border: none;
    border-radius: 4px;
    background: #ffe000;
    color: #2082d7;
    text-align: center;
    box-shadow: 0px 5px 0px 0px #dcc208;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
    text-indent: 2px;
    transition: .1s;
    cursor: pointer;
}

.btn.inline:hover {
    box-shadow: 0px 0px 0px 0px transparent;
    transform: translateY(5px);
}

.btn.small {
    display: inline-block;
    padding: 0 15px;
    width: auto;
    height: 34px;
    line-height: 34px;
    font-size: 0.9em;
}

.btn.small:hover {
    box-shadow: 0px 0px 0px 0px transparent;
    transform: translateY(5px);
}

.btn.more-inline {
    display: inline-block;
    width: auto;
    padding: 0 15px;
}

.btn.more-inline a {
    position: relative;
    padding-right: 40px;
}

.btn.outline {
    color: #2082d7;
    background: #fff;
    border: 1px solid #2082d7;
    box-shadow: 0px 5px 0px 0px #2082d7;
}

.btn.gr {
    color: #FFFFFF;
    background: #70b328;
    box-shadow: 0px 5px 0px 0px #5c9a1f;
}

.btn.keep {
    background: #f58079;
    box-shadow: 0px 5px 0px 0px #e16c65;
}

.btn a {
    display: block;
    height: 100%;
    color: #2082d7;
}

.btn.gr a {
    color: #fff;
}

.btn:hover {
    box-shadow: 0px 0px 0px 0px transparent;
    transform: translateY(5px);
}

.frame_border .btn {
    display: inline-block;
    width: auto;
    padding: 0 15px;
}

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

header {
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
}

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


/*  logo
------------------------*/

.logo {
    position: relative;
    top: 0;
}

.logo a {
    align-items: center;
}

.logo .area {
    flex-shrink: 0;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 800;
}

/* header-1 
------------------------*/
#header-1 {
    width: 100%;
    background: #fff;
}

#header-1 h1 {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 11px;
    text-align: right;
    color: #999;
}

.header_wrap {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    height: 65px;
}

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

.header_top {
    width: 100%;
    align-items: center;
}

.forcorp a {
    font-weight: 600;
}

.forcorp a::before {
    color: #007fc3;
    margin-right: 10px;
}

/* sbtn 
------------------------*/
#sbtn {
    position: fixed;
    width: 96px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 900;

}

/*  number
------------------------*/

.number {
    font-size: 15px;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    align-items: center;
    margin-right: 40px;
}

.number .textwidget {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 39px;
    color: #ff7979;
    letter-spacing: -2px;
    margin-left: 5px;
}

.number .textwidget::after {
    content: '件';
    font-size: 15px;
    color: #000;
    margin-left: 5px;
}

/*  btns
------------------------*/

.btns {
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: auto;
}


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

.tabs li {
    width: 190px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    background: #166ab2;
    border-radius: 0 0 4px 4px;
}

.tabs li a {
    display: block;
    color: #fff;
    transition: .3s;
}

.tabs li a::before {
    font-family: 'icomoon';
    font-size: 20px;
    font-weight: normal;
    vertical-align: text-bottom;
    line-height: 1;
    padding-right: 10px;
}

.tabs li.keep a::before {
    content: '\e900';
    color: #f8c860;
}

.tabs li.mailmagazine a::before {
    content: '\e901';
    color: #e7f1f6;
}

/*  sns
------------------------*/

.sns li {
    width: 27px;
    margin-left: 5px;
}

/* =====================
  container
===================== */

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

#main {
    width: 900px;
}

.contents {
    margin-bottom: 25px;
}

.box {
    /*border: 5px solid #2082d7;*/
    -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    position: relative;
    margin: 40px 0;
    padding: 45px 35px 35px 35px;
}

/* =====================
  freewords
===================== */

#freewords {
    padding: 15px 25px;
    border: none;

    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#freewords .layout {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-jalign-items: flex-start;
    align-items: flex-start;
}

#freewords .mini_title {
    background: #dfdfdf;
    margin-right: 10px;
}

.freewords_ttl {
    width: 330px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    align-items: center;
    margin-left: 10px;

}

.freewords_ttl::before {
    font-family: 'icomoon';
    font-size: 24px;
    margin-right: 10px;
}

.freewords_item {
    background: #007fc3;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
}

.freewords_item .feas-searchform-1 input[type="text"] {
    width: 430px;
    height: 40px;
}

.freewords_item .btn {
    height: 35px;
    line-height: 35px;
}

.popularwords {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 0;
}

.popularwords_list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: bold;
}

.popularwords_list li {
    margin-right: 8px;
}

.popularwords_list li a {
    color: #2082d7;
    text-decoration: underline;
}

/* =====================
  side
===================== */

#side {
    width: 250px;
}

#side .title_ribbon {
    background: #32bfd3;
    left: 0;
    font-size: 18px;
    text-align: left;
    padding-left: 20px;
    line-height: 1.4;
    width: 100%;
    border-radius: 4px 4px 0 0;
}

#side .title_ribbon::before {
    border-right: 0;
}

#side .title_ribbon::after {
    display: none;
}

.side_box {
    background: #fff;
    box-sizing: border-box;
    position: relative;
    padding: 30px 10px 10px 10px;
    border-radius: 4px;
    margin: 20px 0 40px 0;
    -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.3);
}

#side .side_box.cl_black {
    border: 4px solid #1b1b1b;
}

#side .side_box.cl_black .title_ribbon {
    background: #1b1b1b;
}

#side .side_box.cl_black .title_ribbon::after {
    background: linear-gradient(55deg, #1b1b1b 15px, transparent 0) 0 15px, linear-gradient(125deg, #1b1b1b 15px, transparent 0) 0 15px;
    background-size: 45px 45px;
    background-position: left top;
    background-repeat: repeat-y;
}

/*  pr
------------------------*/

#pr {
    margin-bottom: 40px;
}

.banner_list li {
    margin-bottom: 10px;
}

/*  pickup
------------------------*/

.pickup_list li {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
    border-bottom: 2px solid #e7f1f6;
}

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

.pickup_title {
    font-size: 13px;
    color: #2082d7;
    font-weight: bold;
}

.pickup_list .center {
    margin: 5px 0;
}

/* =====================
  saw
===================== */

#saw {
    background: #fff;
    padding: 45px 25px 25px 25px;
}

#saw .saw_recently_job {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

#saw .saw_recently_job li {
    background: #fff;
    border-radius: 4px;
}

#saw .saw_recently_job li.empty {
    background: none;
}

#saw .saw_recently_job li a {
    display: block;
}

#saw .saw_recently_job li dd {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 10px;
}

#saw .saw_recently_job li .thumb {
    aspect-ratio: 1/0.6;
}

/* =====================
  footer
===================== */

footer {
    background: #e8f2fb;
    padding: 50px 0 0 0;
    position: relative;
    color: #fff;
}

footer .mini_title {
    width: 155px;
    padding: 0;
    display: block;
    text-align: center;
}

footer .mini_title a {
    display: block;
    color: #2082d7;
}

.grecaptcha-badge {
    visibility: hidden;
}

footer .recapcha_text {
    font-size: 12px;
    color: #fff;
    margin-bottom: 1em;
}

footer .recapcha_text a {
    text-decoration: underline;
}

.footer-sarch {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 15px;
}

.footer-sarch-detail {
    font-size: 12px;
    width: 1020px;
    padding: 5px 0;
}

.footer-sarch-detail a {}

.footer-sarch-detail ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-sarch-detail ul li::after {
    content: '|';
    display: inline-block;
    margin: 0 5px;
    color: #ccc;
}

.footer-sarch-detail ul li:last-child::after {
    display: none;
}

.footer_area {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 15px;
}

.footer_area .area_title {
    font-weight: bold;
    width: 100px;
    border-right: 1px solid #fff;
    color: #222;
}

.footer_area ul {
    width: 895px;
}

/*  footer-nav
------------------------*/

#footer-nav {
    background: #007fc3;
    margin-top: 80px;
}

#footer-nav .inner {
    position: relative;
    padding: 25px 0 10px 0;
    box-sizing: border-box;
}

#footer-nav a {
    color: #fff;
}


#footer-nav nav ul {
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 13px;
    width: 1200px;
    margin-left: auto;
    padding: 1.5em 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#footer-nav nav ul li {
    margin: 0 1.5em;
}

#footer-nav nav ul li a::before {
    content: '\e920';
    font-family: 'icomoon';
    color: #e7f1f6;
    display: inline-block;
    padding-right: 10px;
    font-size: 11px;
}

/*  footer-company
------------------------*/

#footer-company {
    text-align: center;
    margin: 80px 0;

}

.company_name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
}

address {
    font-size: 10px;
    font-style: normal;
    letter-spacing: 0.3px;
    text-indent: 0.3px;
}

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

.title::before {
    font-family: 'icomoon';
    font-size: 27px;
    color: #ffe000;
    font-weight: normal;
    text-align: center;
    line-height: 52px;
    letter-spacing: 0;
}

.icon_star::before {
    content: "\e900";
}

.icon_bussiness::before {
    content: '\e902';
}

.icon_deskwork::before {
    content: '\e903';
}

.icon_restaurant::before {
    content: '\e904';
}

.icon_este::before {
    content: '\e905';
}

.icon_relaxation::before {
    content: '\e906';
}

.icon_manicureeyerist::before {
    content: '\e907';
}

.icon_salons::before,
.icon_beauty::before {
    content: '\e908';
}

.icon_medical::before {
    content: '\e909';
}

.icon_category::before {
    content: '\e90e';
}

.icon_jobcat::before {
    content: '\e90f';
}

.icon_dental::before {
    content: '\e910';
}

.icon_osteopath::before {
    content: '\e911';
}

.icon_transport::before {
    content: '\e912';
}

.icon_building::before {
    content: '\e913';
}

.icon_factory::before {
    content: '\e914';
}

.icon_dispatch::before {
    content: '\e915';
}

.icon_reseputanto::before {
    content: '\e916';
}

.icon_amusement::before {
    content: '\e917';
}

.icon_service::before {
    content: '\e918';
}

.icon_creative::before {
    content: '\e919';
}

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




/* =====================
  form
===================== */


.feas-searchform-1 {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    font-size: 100%;
    display: block;
}

input[type="submit"] {
    cursor: pointer;
}

/* =====================
  search
===================== */
#search-wrap {
    position: relative;
}

#search-wrap::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50%;
    background: #fff;
    z-index: -1;
    -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.3);
}

#search-wrap #search {
    max-width: 1200px;
    margin: 0 auto;
    background: #007fc3;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.3);
    position: relative;
}

#search-wrap #refine-search-wrap {
    background: #fff;

}

/*  table
------------------------*/
#refine-search-wrap {
    align-items: center;
}

#refine-search {
    width: 100%;
    line-height: 1;
    font-weight: bold;
    table-layout: fixed;
}

#refine-search tr {
    padding: 0 10px;
    border-right: 1px solid #ccc;
    display: flex;
    align-items: center;
    flex: 1;
}

#refine-search tr:last-of-type {
    border-right: none;
}



#refine-search th,
#refine-search td {
    box-sizing: border-box;
    display: inline-block;
}


#refine-search th {
    color: #2082d7;
    width: 97px;
    vertical-align: middle;
    text-align: left;
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    height: 100%;
    display: flex;
    align-items: center;
}

#refine-search th::before {
    font-family: 'icomoon';
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    display: block;
    line-height: 15px;
}

#refine-search .search-jobcat::before {
    content: '\e90f';
}

#refine-search .search-area::before {
    content: '\e91a';
}

#refine-search .search-station::before {
    content: '\e90c';
}

#refine-search .search-commit::before {
    content: '\e90a';
    font-size: 15px;
}

#refine-search td {
    padding: 20px 15px 20px 0;
    width: 112px;
    text-align: right;
    font-size: 13px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#refine-search td::before {
    content: '\e91c';
    font-family: 'icomoon';
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 20px;
    color: #2082d7;
    position: absolute;
    top: 50%;
    right: -5px;
    margin-top: -10px;
    font-weight: normal;
}

#refine-search .modal-open {
    cursor: pointer;
}

#refine-search .modal-open:hover {
    color: #2082d7;
}

#search .feas-submit-button {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 0 auto;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    text-indent: 1px;
    padding: 0 15px;
    border-radius: 0;
}


#search .feas-submit-button.btn:hover {
    box-shadow: 0px 5px 0px 0px #5c9a1f;
    transform: translateY(0px);
    opacity: 0.8;
}

#search {
    border-color: #1b1b1b;
}

#search .title_ribbon {
    background: #1b1b1b;
}

#search .title_ribbon::after {
    background: linear-gradient(55deg, #1b1b1b 15px, transparent 0) 0 15px, linear-gradient(125deg, #1b1b1b 15px, transparent 0) 0 15px;
    background-size: 45px 45px;
    background-position: left top;
    background-repeat: repeat-y;
}

/* category features form */
.refine-search-contents.features-form {
    padding: 10px 0 !important;
}

#refine-search .features-form-select-wrap td::before {
    display: none !important;
}

.features-form-select-wrap {
    overflow: hidden;
    text-align: center;
}

.features-form-select-wrap select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.features-form-select-wrap select::-ms-expand {
    display: none;
}

.features-form-select-wrap {
    position: relative;
    border-radius: 2px;
    border: 2px solid #000000;
    background: #ffffff;
}

.features-form-select-wrap::before {
    position: absolute;
    top: 44%;
    right: 0.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2882d7;
    pointer-events: none;
}

.features-form-select-wrap select {
    padding: 6px 38px 6px 8px;
    color: #2882d7;
}


/*--------------------------------------------------------------------
絞り込み検索-モーダルウィンドウ共通部分
--------------------------------------------------------------------*/

.category-other .modal-content .txt {
    text-align: center;
    font-size: 13px;
    margin-bottom: 15px;
}

.modal_inner::after {
    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;
    z-index: 2;
    color: #e7f1f6;
}

#modal-01 .modal_inner::after {
    content: '\e90f';
}

#modal-02 .modal_inner::after {
    content: '\e91a';
}

#modal-03 .modal_inner::after {
    content: '\e90a';
}

#modal-04 .modal_inner::after {
    content: '\e90c';
}

.detail-wrap dl,
.station-child_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.station-child_inner {
    padding-top: 10px;
}

.station-child {
    display: none;
}

.detail-wrap dt.child,
#search-station-detail-wrap .feas_clevel_01 {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    color: #2082d7;
    border-bottom: 1px solid #2082d7;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.detail-wrap dd,
.station-child label {
    width: 25%;
    box-sizing: border-box;
    line-height: 1.5;
    padding: 0 10px;
    margin: 2px 0;
}

.detail-wrap input[type="checkbox"],
.form-area input[type="checkbox"] {
    display: none;
}

.detail-wrap label,
.form-area label {
    cursor: pointer;
}

.detail-wrap label span,
.form-area label span {
    position: relative;
    padding-left: 20px;
    display: block;
}

.form-area label span {
    padding-left: 0;
}

.detail-wrap label span::before,
.form-area label span::before {
    content: '';
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #cacaca;
    border-radius: 2px;
}

.form-area label span::before {
    display: inline-block;
    position: static;
    margin-right: 4px;
}

.detail-wrap input[type="checkbox"]:checked+span::after,
.detail-wrap input[type="radio"]:checked+span::after,
.form-area input[type="checkbox"]:checked+span::after,
.form-area input[type="radio"]:checked+span::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 3px;
    width: 7px;
    height: 3px;
    border-left: 2px solid #2082d7;
    border-bottom: 2px solid #2082d7;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.form-area input[type="checkbox"]:checked+span::after,
.form-area input[type="radio"]:checked+span::after {
    top: 0.5em;
}

.choice-detail {
    background: #2082d7;
    margin-top: 10px;
    border-radius: 4px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.choice-detail .mini_title {
    margin: 0 10px 0 0;
    display: block;
    width: 170px;
    padding: 0;
    text-align: center;
}

.choice-detail span:last-of-type {
    width: 630px;
    display: block;
    padding: 4px 0;
    line-height: 1.6;
}

.category-other .modal-content .btn {
    margin: 0 auto;
}

#search-station-detail-wrap .feas_clevel_02 {
    background: #f5f5f5;
    padding: 5px 10px;
    margin-bottom: 5px;
    cursor: pointer;
}

.remodal-research-button {
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    margin: 5px 0;
}

.remodal-research-button a {
    color: #2082d7;
    text-decoration: underline;
    cursor: pointer;
}

/* =====================
  results
===================== */

#results .title_ribbon {
    width: 885px;
    position: relative;
    top: -25px;
    left: -40px;
}

#results .box {
    padding-top: 0;
}

/* =====================
  modal
===================== */

.modal-overlay {
    z-index: 1000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
}

.modal-wrap {
    z-index: 1001;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.remodal-more-button {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
    box-sizing: border-box;
}


.remodal-cancel-button {
    position: absolute;
    top: 0;
    right: 0;
}

.lock {
    overflow: hidden;
}

.modal-content {
    position: relative;
    display: none;
    height: 100vh;
}

.modal_inner {
    width: 1000px;
    height: calc(100% - 60px);
    margin: 30px 0;
    padding: 25px 35px 40px 35px;
    box-sizing: border-box;
    position: relative;
    background: #e7f1f6;
    border-radius: 4px;
}

.detail-wrap {
    height: 70%;
    overflow-y: scroll;
    background: #fff;
    padding: 30px 35px;
    font-size: 13px;
    box-sizing: border-box;
}

.detail-head {
    text-align: center;
}

.remodal-cancel-button .modal-close {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 20px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #e7f1f6;
}

.remodal-cancel-button .modal-close::before,
.remodal-cancel-button .modal-close::after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 9px;
    left: 19px;
    width: 2px;
    height: 20px;
    background: #e7f1f6;
}

.remodal-cancel-button .modal-close::before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.remodal-cancel-button .modal-close::after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.remodal-cancel-button .modal-close:hover {
    opacity: 0.8;
}


/* =====================
  都道府県選択modal
===================== */
.modal-open-prefectures {
    margin-left: 20px;
    display: inline-block;
    padding: 3px 20px;
    font-size: 12px;
    font-weight: 600;
    color: #3498db;
    background-color: #fff;
    /* ボタンの背景色 */
    border: 1px solid #3498db;
    /* ボーダーを削除 */
    border-radius: 50px;
    /* 角丸 */
    cursor: pointer;
    /* カーソルをポインターに */
    text-align: center;
    text-decoration: none;
    /* テキストの下線を削除 */
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    /* ホバー時のトランジション */
}

.modal-open-prefectures:hover {
    background-color: #3498db;
    color: #fff;
    opacity: 1;
    /* ホバー時の背景色 */
}


.modal-overlay-prefectures {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 999;
    /* 他のコンテンツの上に表示されるように */
}

.modal-wrap-prefectures {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    /* オーバーレイの下に表示されるように */
}

.modal-inner {
    width: 900px;
    background: #e7f1f6;
    padding: 25px;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

.prefectures-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
    padding: 20px;
    gap: 15px;
}

.prefectures-list li {
    width: 25%;
    /* 横3列 */
    font-size: 16px;
}

.prefectures-list li a {
    font-weight: 600;
    color: #3498db;
    padding: 0.5em;
    background-color: #fff;
    /* ボタンの背景色 */
    border: 1px solid #3498db;
    /* ボーダーを削除 */
    border-radius: 50px;
    display: block;
}

.prefectures-list li a:hover {
    background-color: #3498db;
    color: #fff;
    opacity: 1;
}

.modal-prefectures-close {
    position: absolute;
    display: inline-block;
    top: 0px;
    /* 上からの位置 */
    right: -50px;
    /* 右からの位置 */
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #e7f1f6;
    background: transparent;
    /* 背景を透明に */
    outline: none;
    /* ボタンのアウトラインを無効化 */
}

.modal-prefectures-close::before,
.modal-prefectures-close::after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 9px;
    /* 十字の上からの位置 */
    left: 19px;
    /* 十字の左からの位置 */
    width: 2px;
    height: 20px;
    background: #e7f1f6;
}

.modal-prefectures-close::before {
    transform: rotate(45deg);
}

.modal-prefectures-close::after {
    transform: rotate(-45deg);
}

.modal-prefectures-close:hover {
    opacity: 0.8;
    /* ホバー時の透明度 */
}


/* =====================
  swiper
===================== */
.swiper-pagination-bullet {
    background: #aaa;
    width: 10px !important;
    height: 10px !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #32bed2 !important;
}


/**/