@charset "utf-8";
.rec-form h2 {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background: #eb5a24;
    padding: 20px 0;
}
.rec-form h2 .i-icon {
    margin-right: 10px;
}
.rec-form form {
    background: #ffeadd;
    padding-bottom: 120px;
}
.rec-form form div {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-top: 20px;
}
.rec-form form div dl {
    clear: both;
    width: 90%;
    margin: 0 auto;
}
.rec-form form div dl dt {
    font-weight: bold;
    padding: 10px 0 5px;
}
.rec-form form div dl dt span {
    font-size: 12px;
}
.rec-form form div dl dt em {
    font-size: 10px;
    display: inline-block;
    margin-left: 10px;
    background: #e71c24;
    color: #FFF;
    padding: 2px 5px;
    font-weight: bold;
}
.rec-form form div dl dd {
    margin-bottom: 10px;
    display: block;
}
.rec-form form div dl dd span {
    font-size: 13px;
    display: block;
}
input[type="checkbox"] {
    display: none;
}
.jobtype input[type="checkbox"] {
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    position: absolute;
}
input[type="radio"] {
    visibility: hidden;
    width: 0px;
}
input[type="text"] {
    width: 93%;
    border: 1px solid #999;
    border-radius: 6px;
    background: #FFF;
    padding: 10px 10px;
}
textarea {
    width: 93%;
    border: 1px solid #999;
    border-radius: 6px;
    background: #FFF;
    padding: 10px 10px;
}
.f-check {
    width: 90%;
    margin: 2em auto;
    text-align: left;
}
.f-check .list_item {
    margin-right: 3%;
    color: #000;
    text-align: center;
    width: 30%;
    height: 60px;
    display: table;
    float: left;
    line-height: 1.2em;
    border-radius: 6px;
}
.f-check .check-input + label {
    background: #FFF;
    border: 1px solid #999;
    border-radius: 6px;
}
.f-check .check-input:checked + label {
    background: #eb5a24;
    color: #FFF;
    border: 1px solid #FFF;
}
.f-check label {
    position: relative;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
}
#checkerr label {
    display: inline-block;
    padding-left: 10px;
    font-size: 15px;
}
.f-check .check-inputs {
    position: relative;
}
.f-check .check-input + label:before {
    position: absolute;
    z-index: 1;
    top: -2px;
    left: -2px;
    width: 0.75rem;
    height: 0.375rem;
    content: '';
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
            transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    border: 2px solid #000;
    border-top-style: none;
    border-right-style: none;
}
.f-check .check-input:checked + label:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}
.f-check .check-input + label:after {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 1rem;
    height: 1rem;
    content: '';
    cursor: pointer;
}
.f-check .check-input:checked + label:after {
    border: 1px solid #999;
    background: #ffffff;
    border-radius: 50%;
}
.rec-form p {
    clear: both;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    padding: 20px 0;
}
.rec-form p:after {
    content: none;
    clear: both;
    width: 100%;
    text-align: center;
}
.rec-form p a {
    text-decoration: underline;
    color:  #000;
}
.rec-form p .checkbox-parts::before {
    background: #FFF;
}
.rec-form p.notice {
    padding: 10px 20px 5px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}
.check-privacy {
    position: relative;
}
.check-privacy label.error {
    position: absolute;
    text-align: center;
    width: 100%;
    top: -0.3em;
}
.check-privacy input[type="checkbox"] {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 12px;
    top: 1.3em;
    left: 50%;
    margin-left: -175px;
}
.check-privacy .full-check {
    width: 100%;
    display: block;
}
#submit-btn {
    background: #eb5a24;
    color: #FFF;
    padding: 10px 40px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 30px;
    border: none;
    transition: .35s ease-in-out;
}
#submit-btn img {
    vertical-align: middle;
    padding-bottom: 8px;
    margin-left: 8px;
    transition: .35s ease-in-out;
}
#submit-btn:hover {
    cursor: pointer;
    background: #999;
}
#submit-btn:hover img {
    margin-left: 12px;
    margin-right: -4px;
}
.f-checked dt {
    font-size: 20px;
    font-weight: bold;
}
.f-checked dd {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background: #eb5a24;
    padding: 5px 2%;
    width: 92%;
}
.leadtxt {
    width: 90%;
    margin: 0 auto;
    line-height: 1.3em;
    padding-top: 10px;
}
#formWrap {
    width: 700px;
    margin: 0 auto;
    padding: 30px 0;
}
.formTable {
    text-align: left;
    margin-bottom: 30px;
}
.formTable tr th {
    width: 160px;
    padding: 10px;
    border-bottom: 5px solid #FFF;
    background: #eb5a24;
    color: #FFF;
    font-weight: bold;
}
.formTable tr td {
    width: 490px;
    padding: 10px;
    border-bottom: 5px solid #FFF;
    background: #ffeadd;
    color: #000;
}
.common-form tr th {
    background: #02311d;
}
.common-form tr td {
    background: #F3F7FA;
}
#formWrap #submit {
    background: #eb5a24;
    color: #FFF;
    padding: 10px 40px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 30px;
    border: none;
    transition: .35s ease-in-out;
}
#formWrap #reset {
    background: #ccc;
    color: #000;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 30px;
    border: none;
    transition: .35s ease-in-out;
    margin-right: 20px;
}
#formWrap #submit:hover,
#formWrap #reset:hover {
    cursor: pointer;
    background: #999;
}
#toplink {
    margin: 90px auto;
}
#toplink a {
    margin: 90px 0;
    background: #0a321c;
    color: #FFF;
    padding: 10px 40px;
    font-weight: 500;
    font-size: 18px;
    border-radius: 30px;
    border: none;
    transition: .35s ease-in-out;
}
#toplink a:hover {
    cursor: pointer;
    background: #999;
}
#formWrap form p:after {
    content: none;
}
#search-content {
    padding-bottom: 30px;
}
.tab {
    padding: 30px 0 0;
    font-size: 0;
}
.tab li {
    width: 50%;
    display: inline-block;
    font-size: 16px;
}
.tab li:first-of-type a {
    background: #e8f3fc;
}
.tab li:last-of-type a {
    background: #f7f8f8;
}
.tab li a {
    width: 100%;
    display: block;
    padding: 20px 0;
}
.tab li a span {
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    border: 2px solid #f15a24;
    background: #FFF;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    transition: .35s ease-in-out;
}
.tab li.active a span {
    background: #f15a24;
    color: #FFF;
}
.tabContents {
    display: none;
}
.tabContents.active {
    display: block;
}
#tab1 {
    background: #e8f3fc;
}
#tab2 {
    background: #f7f8f8;
}
.station-search {
    padding-bottom: 40px;
}
.search-main {
    width: 850px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.search-main div {
    text-align: left;
}
.search-main h3 {
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 10px;
}
.search-main div ul li {
    display: inline-block;
    margin: 0 3px 20px;
}
.search-main div ul li input:hover + label {
    cursor: pointer;
}
.search-main div ul li input + label {
    background: #FFF;
    border: 1px solid #eb5a24;
    border-radius: 12px;
    padding: 5px 20px;
    color: #000;
}
.search-main div ul li input:checked + label {
    background: #eb5a24;
    color: #FFF;
}
.search-main span {
    display: inline-block;
    position: relative;
    margin-left: 5px;
}
.search-main span .i-icon {
    color: #999;
}

/* ツールチップ表示用 */
[aria-label][role="tooltip"] {
    position: relative;
}
  
[aria-label][role="tooltip"]::before,
[aria-label][role="tooltip"]::after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    opacity: 0;
    pointer-events: none;
    transition: all var(--microtip-transition-duration, .18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
    position: absolute;
    box-sizing: border-box;
    z-index: 10;
    transform-origin: top;

}

[aria-label][role="tooltip"]::after {
    transform: translate3d(-60%, 1%, 0);
    background: rgba(17, 17, 17, .9);
    border-radius: 4px;
    color: #ffffff;
    content: attr(aria-label);
    font-size: var(--microtip-font-size, 13px);
    font-weight: var(--microtip-font-weight, normal);
    text-transform: var(--microtip-text-transform, none);
    padding: .5em 1em;
    white-space: normal;
    box-sizing: content-box;
}

[aria-label][role="tooltip"]::before { 
    transform: translate3d(-51%, 65%, 0);
    background-size: 100% auto !important;
    content: "";
    background: url("../image/common/tooltip.svg") no-repeat;
    height: 15px;
    width: 23px;
    margin-bottom: 5px;
    bottom: 100%;
    left: 50%;
}
  
[aria-label][role="tooltip"]:hover::before,
[aria-label][role="tooltip"]:hover::after,
[aria-label][role="tooltip"]:focus::before,
[aria-label][role="tooltip"]:focus::after {
    opacity: 1;
    pointer-events: auto;
}
  
[role="tooltip"]::after {
    margin-bottom: 11px;
    bottom: 100%;
    left: 50%;
    white-space: initial;
    width: 150px;
}

[aria-label][role="tooltip"]:hover::after {
    transform: translate3d(-60%, -2%,0);
}

[aria-label][role="tooltip"]:hover::before { 
    transform: translate3d(-51%, 40%, 0);
}

/* トップページ事業所検索部分 */
.top_station-search {
    padding-bottom: 15px;
    font-family: "notoserif", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.top_station-search .result #search_bk {
    padding: 15px 65px 5px;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #838383;
    letter-spacing: 0.24em;
}
.top_station-search .result #search_bk span {
    font-size: 30px;
    display: inline-block;
    padding: 0 1px;
    color: #1c522d;
}
.top_station-search .result:after {
    content: none;
}
#search_bk{
    background-color: #fff;
    display: inline-block;
    border-radius: 2px;
}
/* ツールチップ表示用ここまで */

.search-main div ul li input:checked + label span .i-icon {
    color: #FFF;
}
.search-main div ul li input:disabled:hover + label {
    cursor: auto;
}
.search-main div ul li input:disabled + label {
    background: #FFF;
    border: 1px solid #999;
    color: #999;
}
.search-main select {
    width: 300px;
}
.search-main p {
    margin-left: 0px;
}

/* 中途採用 求人用の検索ページ用(Now accepting applications)css */
.jobtab {
    padding: 30px 0 0;
    font-size: 0;
}
.jobtab li {
    width: 50%;
    display: inline-block;
    font-size: 16px;
}
.jobtab li a {
    width: 100%;
    display: block;
    padding: 20px 0;
}
.jobtab li a span {
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    border: 2px solid #0dceda;
    background: #FFF;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    transition: .35s ease-in-out;
}
.jobtab li.active a span {
    background: #0dceda;
    color: #FFF;
}
.jobsearch-main {
    width: 850px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.jobsearch-main div {
    text-align: left;
}
.jobsearch-main h3 {
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 10px;
}
.jobsearch-main div ul li {
    display: inline-block;
    margin: 0 3px 20px;
}
.jobsearch-main div ul li input:hover + label {
    cursor: pointer;
}
.jobsearch-main div ul li input + label {
    background: #FFF;
    border: 2px solid #0dceda;
    border-radius: 15px;
    padding: 5px 20px;
    color: #000;
}
.jobsearch-main div ul li input:checked + label {
    background: #0dceda;
    color: #FFF;
}
.jobsearch-main span {
    display: inline-block;
    position: relative;
    margin-left: 5px;
}
.jobsearch-main span .i-icon {
    color: #999;
}
.jobsearch-main div ul li input:checked + label span .i-icon {
    color: #FFF;
}
.jobsearch-main div ul li input:disabled:hover + label {
    cursor: auto;
}
.jobsearch-main div ul li input:disabled + label {
    background: #ebebeb;
    border: 2px solid #999;
    color: #999;
}
.jobsearch-main select {
    width: 300px;
}
.jobsearch-main p {
    margin-left: 0px;
}
.jobsearch-btn {
    width: 360px;
    padding: 10px 0;
    background: #0dceda;
    color: #FFF;
    font-size: 18px;
    margin: 0 auto;
    border: none;
    transition: .35s ease-in-out;
}
.jobsearch-btn:hover {
    background: #ccc;
    color: #000;
    cursor: pointer;
}
.jobsearch-btn .i-icon {
    display: inline-block;
    margin-right: 7px;
}
/* ここまで */
.search-detail .tenkai {
    width: 100%;
    text-align: center;
    margin: 20px auto 0;
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
    padding: 5px 0;
}
.search-detail .tenkai .i-icon {
    font-size: 12px;
    padding-right: 5px;
}
.search-detail .tenkai:after {
    content: none;
}
.search-detail .tenkai:hover {
    cursor: pointer;
}
.search-detail .detail-box {
    display: none;
    background: #f2f2f2;
    padding: 10px 20px;
}
.search-detail .detail-box h3 {
    padding-top: 10px;
}
.search-detail .detail-box p {
    margin: 0 2% 20px 0;
}
.search-detail .detail-box select {
    background: #FFF;
}
.station-search .result {
    width: 100%;
    padding: 20px 0 10px;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}
.station-search .result span {
    font-size: 38px;
    display: inline-block;
    padding: 0 10px;
}
.station-search .result:after {
    content: none;
}
.search-btn {
    width: 360px;
    padding: 10px 0;
    background: #f15a24;
    color: #FFF;
    font-size: 18px;
    margin: 0 auto;
    border: none;
    transition: .35s ease-in-out;
}
.search-btn:hover {
    background: #ccc;
    color: #000;
    cursor: pointer;
}
.search-btn .i-icon {
    display: inline-block;
    margin-right: 7px;
}
.footresult {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(1,48,29,.90);
    z-index: 999;
    text-align: center !important;
    padding-bottom: 10px;
    display: none;
}
.footresult .result {
    color: #FFF;
    font-size: 16px;
    padding: 10px 0 5px;
}
.footresult .result span {
    font-size: 30px;
}
.footresult .search-btn {
    width: 200px;
    padding: 5px 0;
    background: none;
    font-size: 16px;
    border: 1px solid #FFF;
}
.footresult .search-btn:hover {
    background: #ccc;
    color: #000;
    cursor: pointer;
}
.research {
    font-size: 16px;
    border: 1px solid #999;
    border-radius: 20px;
    padding: 5px 0px;
    width: 360px;
    margin: 0 auto;
    transition: .35s ease-in-out;
    font-weight: bold;
}
.research:hover {
    background: #ccc;
    color: #000;
    cursor: pointer;
}
.researchbox {
    display: none;
}
/*--------contact form7使用する場合のCSS

.check-input .wpcf7-list-item {
    margin-right: 3%;
    background: #FFF;
    color: #000;
    text-align: center;
    width: 30%;
    height: 60px;
    display: table;
    float: left;
    position: relative;
    cursor: pointer;
    border-radius: 6px;
    margin-bottom: 10px;
}
.check-input .wpcf7-list-item label {
    display: table;
    width: 100%;
    height: 60px;
    line-height: 1.2em;
}
.f-check input[type="checkbox"] + .wpcf7-list-item-label {
    display: table-cell;
    width: 94%;
    padding: 0 3%;
    height: 60px;
    border-radius: 6px;
    border: 1px solid #999;
    vertical-align: middle;
}
.f-check input[type="checkbox"]:checked + .wpcf7-list-item-label {
    background: #eb5a24;
    color: #FFF;
    border: 1px solid #FFF;
}
.f-check input[type="checkbox"] + .wpcf7-list-item-label:before {
    position: absolute;
    z-index: 1;
    top: -2px;
    left: -2px;
    width: 0.75rem;
    height: 0.375rem;
    content: '';
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
            transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    border: 2px solid #000;
    border-top-style: none;
    border-right-style: none;
}
.f-check input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}
.f-check input[type="checkbox"] + .wpcf7-list-item-label:after {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 1rem;
    height: 1rem;
    content: '';
    cursor: pointer;
}
.f-check input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    border: 1px solid #999;
    background: #ffffff;
    border-radius: 50%;
}
---------------*/

/*---------------------------------------  smartphone ---------------------------------------*/
@media screen and (max-width : 780px ){
    .rec-form form div {
        width: 100%;
        display: block;
    }
    .rec-form h2 {
        font-size: 18px;
        line-height: 1.3em;
    }
    .rec-form h2 span {
        display: block;
    }
    .rec-form h2 .i-icon {
        margin: 0 auto;
        font-size: 32px;
        display: block;
        padding-bottom: 10px;
    }
    .rec-form p.notice {
        width: auto;
        padding: 0px 5px 0;
    }
    .f-check .list_item {
        margin-right: 4%;
        width: 48%;
        margin-left: -4px;
    }
        .f-check .list_item:nth-of-type(3n) {
            margin-right: 4%;
        }
    .check-input .wpcf7-list-item {
        margin-right: 6%;
        width: 48%;
    }
    .f-check .list_item:nth-of-type(even) {
        margin-right: 0%;
    }
    .check-input .wpcf7-list-item:nth-of-type(even) {
        margin-right: 0%;
    }
    .leadtxt {
        text-align: left;
        padding-top: 20px;
    }
    #formWrap {
        width: 95%;
        margin: 0 auto;
    }
    .formTable tr {
        position: relative;
    }
    .formTable tr th {
        line-height: 1.3em;
    }
    #formWrap #reset {
        margin-right: 10px;
    }
    .formcheck-p {
        width: 90%;
        margin: 0 auto;
        text-align: left;
        line-height: 1.3em;
    }
    .search-main {
        width: 90%;
    }
    .jobsearch-main {
        width: 90%;
    }
    .search-btn {
        width: 90%;
    }
    /* 中途採用の検索ページでも同じ調整ができるように追記 */
    .jobsearch-btn {
        width: 90%;
    }
    /* ここまで */
    #footresult {
        bottom: -1px;
    }
    .footresult {
        display: block;
    }
    .tab li {
        font-size: 14px;
    }
    .tab li a span {
        width: 80%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    /* トップ画面の検索件数表示BG */
    .top_station-search .result #search_bk {
    padding: 15px 20px 5px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
    }
}


.age-radio {
    position: relative;
}
.error {
    color: #FF0004;
    font-weight: bold;
    display: block;
} 
.err-position .error {
    margin-left: 10px;
    font-size: 15px;
    display: inline-block;
}

@media screen and (max-width : 769px ){
    input[type="text"] {
        width: 93%;
    }
    textarea {
        width: 93%;
    }
    .research {
        width: 80%;
    }
}
@media only screen and (min-device-width: 667px) and (max-device-width: 1024px) and (orientation: landscape){
    .rec-form form div {
        width: 100%;
        display: block;
    }
    .rec-form h2 {
        font-size: 18px;
        line-height: 1.3em;
    }
    .rec-form h2 span {
        display: block;
    }
    .rec-form h2 .i-icon {
        margin: 0 auto;
        font-size: 32px;
        display: block;
        padding-bottom: 10px;
    }
    .f-check .list_item {
        margin-right: 4%;
        width: 48%;
        margin-left: -3px;
    }
    .check-input .wpcf7-list-item {
        margin-right: 4%;
        width: 48%;
    }
    .f-check .list_item:nth-of-type(even) {
        margin-right: 0%;
    }
    .check-input .wpcf7-list-item:nth-of-type(even) {
        margin-right: 0%;
    }
    .leadtxt {
        text-align: left;
        padding-top: 20px;
    }
    #formWrap {
        width: 95%;
        margin: 0 auto;
    }
    .formTable tr {
        position: relative;
    }
    .formTable tr th {
        line-height: 1.3em;
    }
    #formWrap #reset {
        margin-right: 10px;
    }
    .formcheck-p {
        width: 90%;
        margin: 0 auto;
        text-align: left;
        line-height: 1.3em;
    }
    input[type="text"] {
        width: 96%;
    }
    textarea {
        width: 96%;
    }
    input[type="radio"] {
        width: 1px;
    }
    .f-check .check-input + label {
        width: 100%;
    }
}
@media screen and (orientation: landscape) {
    input[type="text"] {
        width: 96%;
    }
    textarea {
        width: 96%;
    }
    .f-check .list_item {
        margin-left: -5px;
    }
}